| Current Path : /home/zieirix/www/libraries/gantry5/ |
| Current File : /home/zieirix/www/libraries/gantry5/composer.json |
{
"name": "gantry/joomla",
"description": "Gantry Framework Library",
"license": "GPLv2",
"require": {
"php": ">=5.6.20",
"symfony/event-dispatcher": "~3.4",
"symfony/yaml": "~3.4",
"twig/twig": "~1.42",
"pimple/pimple": "~3.2",
"filp/whoops": "~2.5",
"rockettheme/toolbox": "~1.5",
"scssphp/scssphp": "~1.7",
"erusev/parsedown-extra": "~0.7"
},
"require-dev": {
"phpunit/phpunit": "3.7.*"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/rockettheme/toolbox"
}
],
"autoload": {
"psr-4": {
"Gantry\\": "src/classes/Gantry"
}
},
"config": {
"platform": {
"php": "7.1.3"
}
}
}