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",
|
2014-08-20 12:18:26 +03:00
|
|
|
"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",
|
2015-06-12 22:32:23 -06:00
|
|
|
"doctrine/cache": "~1.4",
|
2014-10-26 19:20:07 -06:00
|
|
|
"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.*",
|
2015-06-20 12:11:00 -06:00
|
|
|
"mrclay/minify": "~2.2",
|
|
|
|
|
"donatj/phpuseragentparser": "~0.3",
|
2014-09-03 09:57:46 +03:00
|
|
|
"pimple/pimple": "~3.0",
|
2015-08-20 15:38:21 -06:00
|
|
|
"rockettheme/toolbox": "1.1.*"
|
2014-08-20 12:18:26 +03:00
|
|
|
},
|
|
|
|
|
"autoload": {
|
|
|
|
|
"psr-4": {
|
2014-09-03 09:07:29 +03:00
|
|
|
"Grav\\": "system/src/Grav"
|
2014-08-20 12:18:26 +03:00
|
|
|
},
|
|
|
|
|
"files": ["system/defines.php"]
|
2014-08-20 14:51:03 +03:00
|
|
|
},
|
|
|
|
|
"archive": {
|
|
|
|
|
"exclude": ["VERSION"]
|
2014-08-02 12:11:33 -07:00
|
|
|
}
|
|
|
|
|
}
|