mirror of
https://github.com/gantry/gantry5.git
synced 2026-08-18 17:04:53 -05:00
31 lines
674 B
JSON
31 lines
674 B
JSON
{
|
|
"name": "gantry",
|
|
"version":"5.0.0@dev",
|
|
"description": "Gantry Library",
|
|
"license": "GPLv2",
|
|
"minimum-stability": "dev",
|
|
|
|
"require": {
|
|
"php": ">=5.4.0",
|
|
"symfony/yaml": "2.5.*",
|
|
"twig/twig": "v1.15.1",
|
|
"tracy/tracy": "dev-master",
|
|
"pimple/pimple": "~3.0",
|
|
"rockettheme/toolbox": "dev-develop"
|
|
},
|
|
"repositories": [
|
|
{
|
|
"type": "vcs",
|
|
"url": "https://github.com/rockettheme/toolbox"
|
|
}
|
|
],
|
|
"require-dev": {
|
|
"phpunit/phpunit": "3.7.*"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Gantry\\": "src/classes/Gantry"
|
|
}
|
|
}
|
|
}
|