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",
|
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 21:11:33 +02:00
|
|
|
"license": "MIT",
|
|
|
|
|
"require": {
|
2020-10-30 20:52:04 +01:00
|
|
|
"php": "^7.2.5 || ^8.0",
|
2018-08-17 23:32:55 +02:00
|
|
|
"ext-json": "*",
|
|
|
|
|
"ext-mbstring": "*",
|
|
|
|
|
"ext-openssl": "*",
|
|
|
|
|
"ext-curl": "*",
|
|
|
|
|
"ext-zip": "*",
|
2019-04-06 01:38:45 +02:00
|
|
|
"ext-dom": "*",
|
2020-05-14 18:47:36 +02:00
|
|
|
"ext-libxml": "*",
|
2020-05-08 09:30:11 +02:00
|
|
|
"symfony/polyfill-iconv": "^1.15",
|
|
|
|
|
"symfony/polyfill-php72": "^1.15",
|
|
|
|
|
"symfony/polyfill-php73": "^1.15",
|
2020-10-26 13:58:49 +01:00
|
|
|
"symfony/polyfill-php74": "^1.15",
|
|
|
|
|
"symfony/polyfill-php80": "^1.15",
|
2017-05-11 12:34:43 +02:00
|
|
|
"psr/simple-cache": "^1.0",
|
2018-03-21 10:29:26 +01:00
|
|
|
"psr/http-message": "^1.0",
|
2018-10-17 13:57:45 +02:00
|
|
|
"psr/http-server-middleware": "^1.0",
|
2019-01-30 20:04:53 +01:00
|
|
|
"kodus/psr7-server": "*",
|
2020-05-08 09:30:11 +02:00
|
|
|
"nyholm/psr7": "^1.2",
|
|
|
|
|
"twig/twig": "~1.42",
|
2020-01-07 01:10:16 +01:00
|
|
|
"erusev/parsedown": "^1.7",
|
|
|
|
|
"erusev/parsedown-extra": "~0.8",
|
2020-05-08 09:30:11 +02:00
|
|
|
"symfony/contracts": "~1.1",
|
|
|
|
|
"symfony/yaml": "~4.4",
|
|
|
|
|
"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",
|
|
|
|
|
"guzzlehttp/psr7": "^1.6",
|
|
|
|
|
"filp/whoops": "~2.7",
|
2016-05-31 19:26:27 +02:00
|
|
|
"matthiasmullie/minify": "^1.3",
|
2020-05-08 09:30:11 +02:00
|
|
|
"monolog/monolog": "~1.25",
|
2020-04-23 20:35:05 +02:00
|
|
|
"gregwar/image": "~2.0",
|
2020-05-05 06:59:14 +02:00
|
|
|
"donatj/phpuseragentparser": "~1.0",
|
2018-03-20 17:33:26 +01:00
|
|
|
"pimple/pimple": "~3.2",
|
2020-03-19 19:28:45 +01:00
|
|
|
"rockettheme/toolbox": "~1.5",
|
2020-05-08 09:30:11 +02:00
|
|
|
"maximebf/debugbar": "~1.16",
|
|
|
|
|
"league/climate": "^3.5",
|
2017-05-13 00:20:22 +02:00
|
|
|
"antoligy/dom-string-iterators": "^1.0",
|
2020-05-08 09:30:11 +02:00
|
|
|
"miljar/php-exif": "^0.6",
|
|
|
|
|
"composer/ca-bundle": "^1.2",
|
2018-09-20 20:53:43 +02:00
|
|
|
"dragonmantank/cron-expression": "^1.2",
|
2019-06-03 23:32:28 +02:00
|
|
|
"phive/twig-extensions-deferred": "^1.0",
|
2020-03-04 18:54:32 +01:00
|
|
|
"willdurand/negotiation": "2.x-dev",
|
2020-05-05 18:04:56 +02:00
|
|
|
"itsgoingd/clockwork": "^4.1",
|
2020-05-08 09:30:11 +02:00
|
|
|
"enshrined/svg-sanitize": "~0.13",
|
2020-04-29 23:36:51 +02:00
|
|
|
"symfony/http-client": "^4.4"
|
2014-08-20 11:18:26 +02:00
|
|
|
},
|
2016-01-05 19:39:00 +01:00
|
|
|
"require-dev": {
|
2020-05-08 09:30:11 +02:00
|
|
|
"codeception/codeception": "^2.5",
|
2019-03-13 07:15:22 +01:00
|
|
|
"phpstan/phpstan": "^0.11",
|
2019-12-04 11:45:34 +01:00
|
|
|
"phpstan/phpstan-deprecation-rules": "^0.11",
|
2020-05-08 09:30:11 +02:00
|
|
|
"phpunit/php-code-coverage": "~6.1",
|
|
|
|
|
"fzaninotto/faker": "^1.9",
|
2017-09-23 15:33:12 +02:00
|
|
|
"victorjonsson/markdowndocs": "dev-master"
|
2014-08-20 11:18:26 +02:00
|
|
|
},
|
2019-03-13 08:49:08 +01:00
|
|
|
"suggest": {
|
2019-03-13 14:21:09 +01:00
|
|
|
"ext-zend-opcache": "Recommended for better performance",
|
2019-03-13 08:49:08 +01: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 11:44:01 +01:00
|
|
|
"config": {
|
2018-10-16 12:02:32 +02:00
|
|
|
"apcu-autoloader": true,
|
2017-12-12 11:44:01 +01:00
|
|
|
"platform": {
|
2020-10-30 20:52:04 +01:00
|
|
|
"php": "7.2.5"
|
2017-12-12 11:44:01 +01:00
|
|
|
}
|
|
|
|
|
},
|
2020-05-05 18:04:56 +02:00
|
|
|
"repositories": [
|
2019-05-26 15:55:24 +02:00
|
|
|
{
|
|
|
|
|
"type": "vcs",
|
2020-05-05 18:04:56 +02:00
|
|
|
"url": "https://github.com/trilbymedia/PHP-Markdown-Documentation-Generator"
|
2017-09-23 15:33:12 +02:00
|
|
|
}
|
|
|
|
|
],
|
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
|
|
|
},
|
2019-10-17 13:57:25 +02:00
|
|
|
"files": [
|
2020-03-19 21:32:57 +01:00
|
|
|
"system/defines.php"
|
2019-10-17 13:57:25 +02:00
|
|
|
]
|
2014-08-20 13:51:03 +02:00
|
|
|
},
|
|
|
|
|
"archive": {
|
2019-10-17 13:57:25 +02:00
|
|
|
"exclude": [
|
|
|
|
|
"VERSION"
|
|
|
|
|
]
|
2016-01-04 23:47:59 +01:00
|
|
|
},
|
|
|
|
|
"scripts": {
|
2020-03-25 14:08:00 +01:00
|
|
|
"api-17": "vendor/bin/phpdoc-md generate system/src > user/pages/14.api/default.17.md",
|
2019-05-09 04:57:06 +02:00
|
|
|
"api-16": "vendor/bin/phpdoc-md generate system/src > user/pages/14.api/default.16.md",
|
|
|
|
|
"api-15": "vendor/bin/phpdoc-md generate system/src > user/pages/14.api/default.md",
|
2016-01-21 12:41:32 +01:00
|
|
|
"post-create-project-cmd": "bin/grav install",
|
2020-10-02 12:34:51 +02:00
|
|
|
"phpstan": "vendor/bin/phpstan analyse -l 3 -c ./tests/phpstan/phpstan.neon --memory-limit=400M system/src",
|
|
|
|
|
"phpstan-framework": "vendor/bin/phpstan analyse -l 7 -c ./tests/phpstan/phpstan.neon --memory-limit=256M system/src/Grav/Framework",
|
|
|
|
|
"phpstan-plugins": "vendor/bin/phpstan analyse -l 1 -c ./tests/phpstan/plugins.neon --memory-limit=400M user/plugins",
|
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
|
|
|
}
|
|
|
|
|
}
|