2014-08-02 21:11:33 +02:00
|
|
|
{
|
2014-08-20 21:57:16 +02:00
|
|
|
"name": "getgrav/grav",
|
2016-01-04 23:47:59 +01:00
|
|
|
"type": "project",
|
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",
|
2016-10-01 03:02:56 +02:00
|
|
|
"twig/twig": "~1.24",
|
2017-03-31 19:09:29 +02:00
|
|
|
"erusev/parsedown": "~1.6",
|
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",
|
2017-09-06 05:17:09 +02:00
|
|
|
"doctrine/cache": "1.6.*",
|
2017-05-10 10:02:51 +02:00
|
|
|
"doctrine/collections": "1.3",
|
2016-01-19 20:46:30 +01:00
|
|
|
"filp/whoops": "~2.0",
|
2016-05-31 19:26:27 +02:00
|
|
|
"matthiasmullie/minify": "^1.3",
|
2015-04-07 17:10:42 +02:00
|
|
|
"monolog/monolog": "~1.0",
|
2017-08-25 18:47:32 +02:00
|
|
|
"gregwar/image": "2.*",
|
2015-06-20 20:11:00 +02:00
|
|
|
"donatj/phpuseragentparser": "~0.3",
|
2014-09-03 08:57:46 +02:00
|
|
|
"pimple/pimple": "~3.0",
|
2017-09-28 01:12:22 +02:00
|
|
|
"rockettheme/toolbox": "~1.0",
|
2016-01-12 11:19:20 +01:00
|
|
|
"maximebf/debugbar": "~1.10",
|
|
|
|
|
"ext-mbstring": "*",
|
|
|
|
|
"ext-openssl": "*",
|
2016-07-01 13:51:35 +02:00
|
|
|
"ext-curl": "*",
|
2016-08-18 01:49:06 +02:00
|
|
|
"ext-zip": "*",
|
2016-09-06 23:38:36 +02:00
|
|
|
"league/climate": "^3.2",
|
2017-05-13 00:20:22 +02:00
|
|
|
"antoligy/dom-string-iterators": "^1.0",
|
2017-09-15 00:58:09 +02:00
|
|
|
"miljar/php-exif": "^0.6.3",
|
|
|
|
|
"composer/ca-bundle": "^1.0"
|
2014-08-20 11:18:26 +02:00
|
|
|
},
|
2016-01-05 19:39:00 +01:00
|
|
|
"require-dev": {
|
2016-01-06 17:29:32 +01:00
|
|
|
"codeception/codeception": "^2.1",
|
2016-04-07 12:15:06 +02:00
|
|
|
"phpunit/php-code-coverage": "~2.0",
|
2017-09-23 15:33:12 +02:00
|
|
|
"fzaninotto/faker": "^1.5",
|
|
|
|
|
"victorjonsson/markdowndocs": "dev-master"
|
2014-08-20 11:18:26 +02:00
|
|
|
},
|
2017-09-23 15:33:12 +02:00
|
|
|
"repositories": [
|
|
|
|
|
{
|
|
|
|
|
"type": "vcs",
|
|
|
|
|
"url": "https://github.com/trilbymedia/PHP-Markdown-Documentation-Generator"
|
|
|
|
|
}
|
|
|
|
|
],
|
2014-08-20 11:18:26 +02:00
|
|
|
"autoload": {
|
|
|
|
|
"psr-4": {
|
2014-09-03 08:07:29 +02:00
|
|
|
"Grav\\": "system/src/Grav"
|
2014-08-20 11:18:26 +02:00
|
|
|
},
|
|
|
|
|
"files": ["system/defines.php"]
|
2014-08-20 13:51:03 +02: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-04 03:16:28 +01: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 21:11:33 +02:00
|
|
|
}
|
|
|
|
|
}
|