Files
Grav/composer.json

39 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",
"erusev/parsedown-extra": "dev-master",
"symfony/yaml": "~2.5",
"symfony/console": "~2.5",
"symfony/event-dispatcher": "~2.5",
"doctrine/cache": "~1.3",
2014-09-06 13:28:47 -06:00
"tracy/tracy": "2.3.*@dev",
"gregwar/image": "~2.0",
2014-08-18 14:13:51 +03:00
"ircmaxell/password-compat": "1.0.*",
"mrclay/minify": "dev-master",
2014-08-22 14:07:45 -06:00
"donatj/phpuseragentparser": "dev-master",
2014-08-18 14:13:51 +03:00
"pimple/pimple": "~3.0"
},
"autoload": {
2014-09-03 09:07:29 +03:00
"psr-4": {
"Grav\\": "system/src/Grav"
},
"files": ["system/defines.php"]
},
"archive": {
"exclude": ["VERSION"]
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/rhukster/minify"
}
]
2014-08-02 12:11:33 -07:00
}