2014-08-02 12:11:33 -07:00
|
|
|
{
|
2014-08-20 13:57:16 -06:00
|
|
|
"name": "getgrav/grav",
|
2016-01-04 23:47:59 +01:00
|
|
|
"type": "project",
|
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": {
|
2015-12-18 23:08:14 -07:00
|
|
|
"php": ">=5.5.9",
|
2016-01-26 13:06:24 +01:00
|
|
|
"twig/twig": "~1.24",
|
2016-01-31 21:54:08 -07:00
|
|
|
"erusev/parsedown": "dev-master as 1.6.0",
|
2015-01-25 22:12:46 -07:00
|
|
|
"erusev/parsedown-extra": "~0.7",
|
2015-12-07 16:46:28 -07: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",
|
2016-01-19 14:46:30 -05:00
|
|
|
"filp/whoops": "~2.0",
|
2015-04-07 09:10:42 -06:00
|
|
|
"monolog/monolog": "~1.0",
|
2015-04-13 19:41:52 +02:00
|
|
|
"gregwar/image": "~2.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",
|
2016-03-10 20:33:48 +02:00
|
|
|
"rockettheme/toolbox": "dev-develop",
|
2016-01-12 11:19:20 +01:00
|
|
|
"maximebf/debugbar": "~1.10",
|
|
|
|
|
"ext-mbstring": "*",
|
|
|
|
|
"ext-openssl": "*",
|
|
|
|
|
"ext-curl": "*"
|
2014-08-20 12:18:26 +03:00
|
|
|
},
|
2016-01-05 19:39:00 +01:00
|
|
|
"require-dev": {
|
2016-01-06 17:29:32 +01:00
|
|
|
"codeception/codeception": "^2.1",
|
|
|
|
|
"fzaninotto/faker": "^1.5"
|
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"]
|
2016-01-04 23:47:59 +01:00
|
|
|
},
|
|
|
|
|
"scripts": {
|
2016-01-21 12:41:32 +01:00
|
|
|
"post-create-project-cmd": "bin/grav install",
|
2016-02-03 21:16:28 -05:00
|
|
|
"test": "vendor/bin/codecept run unit",
|
|
|
|
|
"test-windows": "vendor\\bin\\codecept run unit"
|
2016-01-05 01:20:26 +01:00
|
|
|
},
|
|
|
|
|
"extra": {
|
|
|
|
|
"branch-alias": {
|
|
|
|
|
"dev-develop": "1.x-dev"
|
|
|
|
|
}
|
2014-08-02 12:11:33 -07:00
|
|
|
}
|
|
|
|
|
}
|