grav/composer.json

45 lines
1.3 KiB
JSON
Raw Normal View History

2014-08-02 21:11:33 +02:00
{
2014-08-20 21:57:16 +02:00
"name": "getgrav/grav",
2014-08-02 21:11:33 +02:00
"type": "library",
2014-08-20 21:57:16 +02: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 21:11:33 +02:00
"homepage": "http://getgrav.org",
"license": "MIT",
"require": {
2015-12-19 07:08:14 +01:00
"php": ">=5.5.9",
2015-12-08 00:46:28 +01:00
"twig/twig": "~1.23",
"erusev/parsedown": "dev-master as 1.6.0",
2015-01-26 06:12:46 +01:00
"erusev/parsedown-extra": "~0.7",
2015-12-08 00:46:28 +01:00
"symfony/yaml": "~2.8",
"symfony/console": "~2.8",
"symfony/event-dispatcher": "~2.8",
"symfony/var-dumper": "~2.8",
"symfony/polyfill-iconv": "~1.0",
"doctrine/cache": "~1.5",
2015-12-19 07:08:14 +01:00
"filp/whoops": "2.0.0-alpha2",
2015-04-07 17:10:42 +02:00
"monolog/monolog": "~1.0",
2015-04-13 19:41:52 +02:00
"gregwar/image": "~2.0",
2014-08-18 13:13:51 +02:00
"ircmaxell/password-compat": "1.0.*",
"mrclay/minify": "~2.2",
"donatj/phpuseragentparser": "~0.3",
"pimple/pimple": "~3.0",
"rockettheme/toolbox": "~1.2",
2015-09-14 05:19:20 +02:00
"maximebf/debugbar": "~1.10"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/getgrav/parsedown"
}
],
"autoload": {
"psr-4": {
2014-09-03 08:07:29 +02:00
"Grav\\": "system/src/Grav"
},
"files": ["system/defines.php"]
},
"archive": {
"exclude": ["VERSION"]
2014-08-02 21:11:33 +02:00
}
}