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",
|
2014-12-05 08:59:13 -07:00
|
|
|
"symfony/yaml": "~2.6",
|
|
|
|
|
"symfony/console": "~2.6",
|
|
|
|
|
"symfony/event-dispatcher": "~2.6",
|
2014-08-20 12:18:26 +03:00
|
|
|
"doctrine/cache": "~1.3",
|
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",
|
2014-10-17 23:16:24 -07:00
|
|
|
"monolog/monolog": "~1.1",
|
2014-09-06 13:28:47 -06:00
|
|
|
"gregwar/image": "~2.0",
|
2014-08-18 14:13:51 +03:00
|
|
|
"ircmaxell/password-compat": "1.0.*",
|
2014-08-29 17:22:59 -06:00
|
|
|
"mrclay/minify": "dev-master",
|
2014-08-22 14:07:45 -06:00
|
|
|
"donatj/phpuseragentparser": "dev-master",
|
2014-09-03 09:57:46 +03:00
|
|
|
"pimple/pimple": "~3.0",
|
|
|
|
|
"rockettheme/toolbox": "dev-develop"
|
2014-08-20 12:18:26 +03:00
|
|
|
},
|
2014-09-03 09:57:46 +03:00
|
|
|
"repositories": [
|
|
|
|
|
{
|
|
|
|
|
"type": "vcs",
|
2015-01-04 16:19:49 -08:00
|
|
|
"no-api": true,
|
2014-09-03 09:57:46 +03:00
|
|
|
"url": "https://github.com/rockettheme/toolbox"
|
|
|
|
|
}
|
|
|
|
|
],
|
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
|
|
|
}
|
|
|
|
|
}
|