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",
|
2014-08-20 11:18:26 +02:00
|
|
|
"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.*",
|
2014-08-20 11:18:26 +02:00
|
|
|
"mrclay/minify": "~2.2",
|
|
|
|
|
"ornicar/php-user-agent": "1.0.*",
|
2014-08-18 13:13:51 +02:00
|
|
|
"pimple/pimple": "~3.0"
|
2014-08-20 11:18:26 +02:00
|
|
|
},
|
|
|
|
|
"autoload": {
|
|
|
|
|
"psr-4": {
|
|
|
|
|
"Grav\\": "system/src/"
|
|
|
|
|
},
|
|
|
|
|
"files": ["system/defines.php"]
|
2014-08-20 13:51:03 +02:00
|
|
|
},
|
|
|
|
|
"archive": {
|
|
|
|
|
"exclude": ["VERSION"]
|
2014-08-02 21:11:33 +02:00
|
|
|
}
|
|
|
|
|
}
|