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",
|
2019-10-17 13:57:25 +02:00
|
|
|
"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": {
|
2020-11-13 16:01:26 -07:00
|
|
|
"php": "^7.3.6 || ^8.0",
|
2018-08-18 00:32:55 +03:00
|
|
|
"ext-json": "*",
|
|
|
|
|
"ext-openssl": "*",
|
|
|
|
|
"ext-curl": "*",
|
|
|
|
|
"ext-zip": "*",
|
2019-04-05 17:38:45 -06:00
|
|
|
"ext-dom": "*",
|
2020-05-14 10:47:36 -06:00
|
|
|
"ext-libxml": "*",
|
2020-11-05 10:45:15 +02:00
|
|
|
"symfony/polyfill-mbstring": "~1.20",
|
2020-11-04 18:31:04 +02:00
|
|
|
"symfony/polyfill-iconv": "^1.20",
|
|
|
|
|
"symfony/polyfill-php74": "^1.20",
|
|
|
|
|
"symfony/polyfill-php80": "^1.20",
|
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",
|
2021-03-10 15:12:18 +02:00
|
|
|
"psr/container": "~1.0.0",
|
2021-03-12 12:45:41 +02:00
|
|
|
"nyholm/psr7-server": "^1.0",
|
2020-11-04 18:31:04 +02:00
|
|
|
"nyholm/psr7": "^1.3",
|
|
|
|
|
"twig/twig": "~1.44",
|
2020-01-06 17:10:16 -07:00
|
|
|
"erusev/parsedown": "^1.7",
|
|
|
|
|
"erusev/parsedown-extra": "~0.8",
|
2020-05-08 10:30:11 +03:00
|
|
|
"symfony/contracts": "~1.1",
|
2021-01-11 10:49:50 +02:00
|
|
|
"symfony/yaml": "~4.4",
|
2020-05-08 10:30:11 +03:00
|
|
|
"symfony/console": "~4.4",
|
|
|
|
|
"symfony/event-dispatcher": "~4.4",
|
|
|
|
|
"symfony/var-dumper": "~4.4",
|
|
|
|
|
"symfony/process": "~4.4",
|
|
|
|
|
"doctrine/cache": "^1.10",
|
|
|
|
|
"doctrine/collections": "^1.6",
|
2020-11-04 18:31:04 +02:00
|
|
|
"guzzlehttp/psr7": "^1.7",
|
|
|
|
|
"filp/whoops": "~2.9",
|
2016-05-31 11:26:27 -06:00
|
|
|
"matthiasmullie/minify": "^1.3",
|
2020-05-08 10:30:11 +03:00
|
|
|
"monolog/monolog": "~1.25",
|
2021-04-19 23:15:22 -07:00
|
|
|
"getgrav/image": "^3.0",
|
|
|
|
|
"getgrav/cache": "^2.0",
|
2020-11-04 18:31:04 +02:00
|
|
|
"donatj/phpuseragentparser": "~1.1",
|
2021-03-10 15:12:18 +02:00
|
|
|
"pimple/pimple": "~3.3.0",
|
2020-03-19 20:28:45 +02:00
|
|
|
"rockettheme/toolbox": "~1.5",
|
2020-05-08 10:30:11 +03:00
|
|
|
"maximebf/debugbar": "~1.16",
|
2020-11-04 18:31:04 +02:00
|
|
|
"league/climate": "^3.6",
|
2017-05-12 16:20:22 -06:00
|
|
|
"antoligy/dom-string-iterators": "^1.0",
|
2020-05-08 10:30:11 +03:00
|
|
|
"miljar/php-exif": "^0.6",
|
|
|
|
|
"composer/ca-bundle": "^1.2",
|
2018-09-20 12:53:43 -06:00
|
|
|
"dragonmantank/cron-expression": "^1.2",
|
2020-11-27 14:01:56 +02:00
|
|
|
"willdurand/negotiation": "^3.0",
|
2020-11-24 11:47:31 +02:00
|
|
|
"itsgoingd/clockwork": "^5.0",
|
2021-01-22 12:56:06 +02:00
|
|
|
"symfony/http-client": "^4.4",
|
2021-09-23 19:22:24 -06:00
|
|
|
"composer/semver": "^1.4",
|
|
|
|
|
"rhukster/dom-sanitizer": "^1.0"
|
2014-08-20 12:18:26 +03:00
|
|
|
},
|
2016-01-05 19:39:00 +01:00
|
|
|
"require-dev": {
|
2020-12-04 20:01:28 +02:00
|
|
|
"codeception/codeception": "^4.1",
|
2020-12-10 21:46:57 +02:00
|
|
|
"phpstan/phpstan": "^0.12",
|
|
|
|
|
"phpstan/phpstan-deprecation-rules": "^0.12",
|
2020-12-04 20:01:28 +02:00
|
|
|
"phpunit/php-code-coverage": "~9.2",
|
2021-04-19 23:15:22 -07:00
|
|
|
"getgrav/markdowndocs": "^2.0",
|
2020-12-15 10:07:54 -07:00
|
|
|
"codeception/module-asserts": "^1.3",
|
2021-03-04 14:34:08 +02:00
|
|
|
"codeception/module-phpbrowser": "^1.0",
|
|
|
|
|
"symfony/service-contracts": "*"
|
2014-08-20 12:18:26 +03:00
|
|
|
},
|
2021-01-29 10:13:29 +02:00
|
|
|
"replace": {
|
2021-01-11 10:49:50 +02:00
|
|
|
"symfony/polyfill-php72": "*",
|
|
|
|
|
"symfony/polyfill-php73": "*"
|
|
|
|
|
},
|
2019-03-13 09:49:08 +02:00
|
|
|
"suggest": {
|
2020-10-30 22:17:14 +02:00
|
|
|
"ext-mbstring": "Recommended for better performance",
|
|
|
|
|
"ext-iconv": "Recommended for better performance",
|
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": {
|
2020-11-13 16:01:26 -07:00
|
|
|
"php": "7.3.6"
|
2017-12-12 12:44:01 +02:00
|
|
|
}
|
|
|
|
|
},
|
2014-08-20 12:18:26 +03:00
|
|
|
"autoload": {
|
|
|
|
|
"psr-4": {
|
2021-09-17 15:39:16 +03:00
|
|
|
"Grav\\": "system/src/Grav",
|
|
|
|
|
"Twig\\": "system/src/Twig"
|
2014-08-20 12:18:26 +03:00
|
|
|
},
|
2019-10-17 13:57:25 +02:00
|
|
|
"files": [
|
2020-03-19 14:32:57 -06:00
|
|
|
"system/defines.php"
|
2019-10-17 13:57:25 +02:00
|
|
|
]
|
2014-08-20 14:51:03 +03:00
|
|
|
},
|
|
|
|
|
"archive": {
|
2019-10-17 13:57:25 +02:00
|
|
|
"exclude": [
|
|
|
|
|
"VERSION"
|
|
|
|
|
]
|
2016-01-04 23:47:59 +01:00
|
|
|
},
|
|
|
|
|
"scripts": {
|
2020-03-25 15:08:00 +02:00
|
|
|
"api-17": "vendor/bin/phpdoc-md generate system/src > user/pages/14.api/default.17.md",
|
2016-01-21 12:41:32 +01:00
|
|
|
"post-create-project-cmd": "bin/grav install",
|
2021-09-24 13:28:32 +03:00
|
|
|
"phpstan": "vendor/bin/phpstan analyse -l 1 -c ./tests/phpstan/phpstan.neon --memory-limit=520M system/src",
|
|
|
|
|
"phpstan-framework": "vendor/bin/phpstan analyse -l 3 -c ./tests/phpstan/phpstan.neon --memory-limit=480M system/src/Grav/Framework system/src/Grav/Events system/src/Grav/Installer",
|
2020-10-02 13:34:51 +03:00
|
|
|
"phpstan-plugins": "vendor/bin/phpstan analyse -l 1 -c ./tests/phpstan/plugins.neon --memory-limit=400M user/plugins",
|
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
|
|
|
}
|
|
|
|
|
}
|