grav/composer.json

39 lines
1.0 KiB
JSON
Raw Normal View History

2014-08-02 21:11:33 +02:00
{
"name": "rhuk/grav",
"type": "library",
"description": "Grav is a powerful flat CMS influenced by Pico, Stacey, Kirby and others...",
"keywords": ["cms"],
"homepage": "http://getgrav.org",
"license": "MIT",
"authors": [
{
"name": "Andy Miller",
"email": "rhuk@getgrav.org"
}
],
"require": {
2014-08-18 13:13:51 +02:00
"php": ">=5.4.0",
"twig/twig": "~1.16",
"erusev/parsedown-extra": "~0.2",
"symfony/yaml": "~2.5",
"symfony/console": "~2.5",
"symfony/event-dispatcher": "~2.5",
"doctrine/cache": "~1.3",
"tracy/tracy": "~2.2",
"gregwar/image": "~2.0",
2014-08-18 13:13:51 +02:00
"ircmaxell/password-compat": "1.0.*",
"mrclay/minify": "~2.2",
"ornicar/php-user-agent": "1.0.*",
2014-08-18 13:13:51 +02:00
"pimple/pimple": "~3.0"
},
"autoload": {
"psr-4": {
"Grav\\": "system/src/"
},
"files": ["system/defines.php"]
},
"archive": {
"exclude": ["VERSION"]
2014-08-02 21:11:33 +02:00
}
}