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"],
|
2019-01-08 05:28:56 +01:00
|
|
|
"homepage": "https://getgrav.org",
|
2014-08-02 12:11:33 -07:00
|
|
|
"license": "MIT",
|
|
|
|
|
"require": {
|
2018-08-17 23:29:24 +03:00
|
|
|
"php": ">=7.1.3",
|
2018-08-18 00:32:55 +03:00
|
|
|
"ext-json": "*",
|
|
|
|
|
"ext-mbstring": "*",
|
|
|
|
|
"ext-openssl": "*",
|
|
|
|
|
"ext-curl": "*",
|
|
|
|
|
"ext-zip": "*",
|
|
|
|
|
"symfony/polyfill-iconv": "^1.9",
|
|
|
|
|
"symfony/polyfill-php72": "^1.9",
|
|
|
|
|
"symfony/polyfill-php73": "^1.9",
|
|
|
|
|
|
2017-05-11 13:34:43 +03:00
|
|
|
"psr/simple-cache": "^1.0",
|
2018-03-21 11:29:26 +02:00
|
|
|
"psr/http-message": "^1.0",
|
2018-10-17 14:57:45 +03:00
|
|
|
"psr/http-server-middleware": "^1.0",
|
|
|
|
|
|
2019-01-30 21:04:53 +02:00
|
|
|
"kodus/psr7-server": "*",
|
2018-10-17 14:57:45 +03:00
|
|
|
"nyholm/psr7": "^1.0",
|
2018-08-18 00:32:55 +03:00
|
|
|
|
|
|
|
|
"twig/twig": "~1.35",
|
|
|
|
|
"erusev/parsedown": "1.6.4",
|
|
|
|
|
"erusev/parsedown-extra": "~0.7",
|
2018-12-03 05:29:53 +01:00
|
|
|
"symfony/yaml": "~4.2",
|
|
|
|
|
"symfony/console": "~4.2",
|
|
|
|
|
"symfony/event-dispatcher": "~4.2",
|
|
|
|
|
"symfony/var-dumper": "~4.2",
|
|
|
|
|
"symfony/process": "~4.2",
|
2018-09-04 09:24:50 +03:00
|
|
|
"doctrine/cache": "^1.8",
|
2018-08-18 00:32:55 +03:00
|
|
|
"doctrine/collections": "^1.5",
|
2018-03-21 11:29:26 +02:00
|
|
|
"guzzlehttp/psr7": "^1.4",
|
2018-08-18 00:32:55 +03:00
|
|
|
"filp/whoops": "~2.2",
|
|
|
|
|
|
2016-05-31 11:26:27 -06:00
|
|
|
"matthiasmullie/minify": "^1.3",
|
2015-04-07 09:10:42 -06:00
|
|
|
"monolog/monolog": "~1.0",
|
2017-08-25 10:47:32 -06:00
|
|
|
"gregwar/image": "2.*",
|
2018-08-18 00:32:55 +03:00
|
|
|
"donatj/phpuseragentparser": "~0.10",
|
2018-03-20 10:33:26 -06:00
|
|
|
"pimple/pimple": "~3.2",
|
2018-06-14 12:46:27 +03:00
|
|
|
"rockettheme/toolbox": "~1.4",
|
2018-08-18 00:32:55 +03:00
|
|
|
"maximebf/debugbar": "~1.15",
|
|
|
|
|
"league/climate": "^3.4",
|
2017-05-12 16:20:22 -06:00
|
|
|
"antoligy/dom-string-iterators": "^1.0",
|
2018-08-18 00:32:55 +03:00
|
|
|
"miljar/php-exif": "^0.6.4",
|
2018-09-05 19:02:12 -06:00
|
|
|
"composer/ca-bundle": "^1.0",
|
2018-09-20 12:53:43 -06:00
|
|
|
"dragonmantank/cron-expression": "^1.2",
|
2018-11-11 18:27:12 -07:00
|
|
|
"phive/twig-extensions-deferred": "^1.0",
|
|
|
|
|
"willdurand/negotiation": "^2.3"
|
2014-08-20 12:18:26 +03:00
|
|
|
},
|
2016-01-05 19:39:00 +01:00
|
|
|
"require-dev": {
|
2018-08-18 00:32:55 +03:00
|
|
|
"codeception/codeception": "^2.4",
|
2019-03-13 07:15:22 +01:00
|
|
|
"phpstan/phpstan": "^0.11",
|
|
|
|
|
"phpstan/phpstan-strict-rules": "^0.11",
|
2018-08-18 00:32:55 +03:00
|
|
|
"phpunit/php-code-coverage": "~6.0",
|
|
|
|
|
"fzaninotto/faker": "^1.8",
|
2017-09-23 07:33:12 -06:00
|
|
|
"victorjonsson/markdowndocs": "dev-master"
|
2014-08-20 12:18:26 +03:00
|
|
|
},
|
2019-03-13 09:49:08 +02:00
|
|
|
"suggest": {
|
2019-03-13 15:21:09 +02:00
|
|
|
"ext-zend-opcache": "Recommended for better performance",
|
2019-03-13 09:49:08 +02:00
|
|
|
"ext-intl": "Recommended for multi-language sites",
|
|
|
|
|
"ext-memcache": "Needed to support Memcache servers",
|
|
|
|
|
"ext-memcached": "Needed to support Memcached servers",
|
|
|
|
|
"ext-redis": "Needed to support Redis servers"
|
|
|
|
|
},
|
2017-12-12 12:44:01 +02:00
|
|
|
"config": {
|
2018-10-16 13:02:32 +03:00
|
|
|
"apcu-autoloader": true,
|
2017-12-12 12:44:01 +02:00
|
|
|
"platform": {
|
2018-08-17 23:29:24 +03:00
|
|
|
"php": "7.1.3"
|
2017-12-12 12:44:01 +02:00
|
|
|
}
|
|
|
|
|
},
|
2017-09-23 07:33:12 -06:00
|
|
|
"repositories": [
|
|
|
|
|
{
|
|
|
|
|
"type": "vcs",
|
|
|
|
|
"url": "https://github.com/trilbymedia/PHP-Markdown-Documentation-Generator"
|
|
|
|
|
}
|
|
|
|
|
],
|
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",
|
2019-03-13 19:46:06 +02:00
|
|
|
"phpstan": "vendor/bin/phpstan analyse -l 2 -c ./tests/phpstan/phpstan.neon system/src --memory-limit=256M",
|
2019-03-14 13:20:29 +02:00
|
|
|
"phpstan-framework": "vendor/bin/phpstan analyse -l 3 -c ./tests/phpstan/phpstan.neon system/src/Grav/Framework --memory-limit=256M",
|
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
|
|
|
}
|
|
|
|
|
}
|