Files
Grav/composer.json

36 lines
1.1 KiB
JSON
Raw Normal View History

2014-08-02 12:11:33 -07:00
{
2014-08-20 13:57:16 -06:00
"name": "getgrav/grav",
2014-08-02 12:11:33 -07:00
"type": "library",
2014-08-20 13:57:16 -06:00
"description": "Modern, Crazy Fast, Ridiculously Easy and Amazingly Powerful Flat-File CMS",
"keywords": ["cms","flat-file cms","flat cms","flatfile cms","php"],
2014-08-02 12:11:33 -07:00
"homepage": "http://getgrav.org",
"license": "MIT",
"require": {
2014-08-18 14:13:51 +03:00
"php": ">=5.4.0",
"twig/twig": "~1.16",
2015-01-25 22:12:46 -07:00
"erusev/parsedown-extra": "~0.7",
2015-08-03 16:10:16 -06:00
"symfony/yaml": "2.7.3",
"symfony/console": "2.7.3",
"symfony/event-dispatcher": "2.7.3",
"doctrine/cache": "~1.4",
"maximebf/debugbar": "dev-master",
2014-10-14 15:42:25 -06:00
"filp/whoops": "1.2.*@dev",
2015-04-07 09:10:42 -06:00
"monolog/monolog": "~1.0",
2015-04-13 19:41:52 +02:00
"gregwar/image": "~2.0",
2014-08-18 14:13:51 +03:00
"ircmaxell/password-compat": "1.0.*",
"mrclay/minify": "~2.2",
"donatj/phpuseragentparser": "~0.3",
"pimple/pimple": "~3.0",
2015-08-20 15:38:21 -06:00
"rockettheme/toolbox": "1.1.*"
},
"autoload": {
"psr-4": {
2014-09-03 09:07:29 +03:00
"Grav\\": "system/src/Grav"
},
"files": ["system/defines.php"]
},
"archive": {
"exclude": ["VERSION"]
2014-08-02 12:11:33 -07:00
}
}