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": {
|
2025-10-27 10:37:43 -06:00
|
|
|
"php": "^8.3",
|
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": "*",
|
2022-09-22 12:36:36 -06:00
|
|
|
"ext-gd": "*",
|
2022-02-07 14:03:05 +02:00
|
|
|
"symfony/polyfill-mbstring": "^1.24",
|
|
|
|
|
"symfony/polyfill-iconv": "^1.24",
|
|
|
|
|
"symfony/polyfill-php80": "^1.24",
|
|
|
|
|
"symfony/polyfill-php81": "^1.24",
|
2025-10-03 18:16:40 -06:00
|
|
|
"psr/simple-cache": "^1.0 || ^2.0 || ^3.0",
|
|
|
|
|
"psr/http-message": "^1.1 || ^2.0",
|
2018-10-17 14:57:45 +03:00
|
|
|
"psr/http-server-middleware": "^1.0",
|
2025-10-03 18:16:40 -06:00
|
|
|
"psr/container": "^1.1 || ^2.0",
|
|
|
|
|
"psr/log": "^1.1 || ^2.0 || ^3.0",
|
|
|
|
|
"symfony/cache": "^6.4 || ^7.0",
|
|
|
|
|
"symfony/yaml": "^6.4 || ^7.0",
|
|
|
|
|
"symfony/console": "^6.4 || ^7.0",
|
|
|
|
|
"symfony/event-dispatcher": "^6.4 || ^7.0",
|
|
|
|
|
"symfony/var-exporter": "^6.4 || ^7.0",
|
|
|
|
|
"symfony/var-dumper": "^6.4 || ^7.0",
|
|
|
|
|
"symfony/process": "^6.4 || ^7.0",
|
|
|
|
|
"symfony/http-client": "^6.4 || ^7.0",
|
2025-09-20 18:38:27 -06:00
|
|
|
"twig/twig": "3.x-dev",
|
2025-10-03 18:16:40 -06:00
|
|
|
"monolog/monolog": "^3.0",
|
2024-10-25 17:53:51 +01:00
|
|
|
"doctrine/collections": "^2.2",
|
2024-10-14 19:27:43 +01:00
|
|
|
"nyholm/psr7-server": "^1.1",
|
|
|
|
|
"nyholm/psr7": "^1.8",
|
2022-02-12 16:36:58 +02:00
|
|
|
"erusev/parsedown": "^1.7",
|
|
|
|
|
"erusev/parsedown-extra": "~0.8",
|
2021-10-20 20:33:05 +03:00
|
|
|
"rockettheme/toolbox": "v2.x-dev",
|
2024-10-14 19:27:43 +01:00
|
|
|
"composer/ca-bundle": "^1.5",
|
|
|
|
|
"composer/semver": "^3.4",
|
2025-09-20 18:38:27 -06:00
|
|
|
"dragonmantank/cron-expression": "^3.3",
|
2022-02-12 16:36:58 +02:00
|
|
|
"willdurand/negotiation": "^3.1",
|
|
|
|
|
"rhukster/dom-sanitizer": "^1.0",
|
2025-11-09 11:58:35 +00:00
|
|
|
"tubalmartin/cssmin": "^4.1",
|
|
|
|
|
"tedivm/jshrink": "^1.7",
|
2024-10-14 19:27:43 +01:00
|
|
|
"donatj/phpuseragentparser": "~1.9",
|
|
|
|
|
"guzzlehttp/psr7": "^2.7",
|
|
|
|
|
"filp/whoops": "~2.16",
|
2024-11-21 12:41:56 -07:00
|
|
|
"itsgoingd/clockwork": "^5.3",
|
2025-04-01 16:55:29 -06:00
|
|
|
"php-debugbar/php-debugbar": "~2.1",
|
2024-10-25 15:29:16 +01:00
|
|
|
"getgrav/image": "^4.0",
|
2022-02-12 16:49:09 +02:00
|
|
|
"getgrav/cache": "^2.0",
|
|
|
|
|
"antoligy/dom-string-iterators": "^1.0",
|
|
|
|
|
"miljar/php-exif": "^0.6",
|
2024-12-09 17:32:00 -07:00
|
|
|
"league/climate": "^3.10",
|
2022-03-08 09:45:41 -07:00
|
|
|
"multiavatar/multiavatar-php": "^1.0"
|
2014-08-20 12:18:26 +03:00
|
|
|
},
|
2016-01-05 19:39:00 +01:00
|
|
|
"require-dev": {
|
2024-10-22 13:24:35 +01:00
|
|
|
"codeception/codeception": "^5.1",
|
2025-09-20 22:33:56 -06:00
|
|
|
"phpstan/phpstan": "^2.1",
|
|
|
|
|
"phpstan/phpstan-deprecation-rules": "^2.0",
|
2025-10-03 18:16:40 -06:00
|
|
|
"phpunit/php-code-coverage": "^11.0",
|
2021-04-19 23:15:22 -07:00
|
|
|
"getgrav/markdowndocs": "^2.0",
|
2024-10-22 13:24:35 +01:00
|
|
|
"codeception/module-asserts": "*",
|
2024-10-25 18:20:41 +01:00
|
|
|
"codeception/module-phpbrowser": "*",
|
2025-09-20 22:33:56 -06:00
|
|
|
"rector/rector": "^2.1"
|
2014-08-20 12:18:26 +03:00
|
|
|
},
|
2021-10-20 20:33:05 +03:00
|
|
|
"repositories": [
|
|
|
|
|
{
|
|
|
|
|
"type": "vcs",
|
|
|
|
|
"url": "https://github.com/rockettheme/toolbox"
|
2025-01-27 14:03:31 -07:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "vcs",
|
|
|
|
|
"url": "https://github.com/getgrav/twig"
|
2025-04-02 05:34:07 -06:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "vcs",
|
|
|
|
|
"url": "https://github.com/getgrav/parsedown"
|
2021-10-20 20:33:05 +03:00
|
|
|
}
|
|
|
|
|
],
|
2021-01-29 10:13:29 +02:00
|
|
|
"replace": {
|
2021-01-11 10:49:50 +02:00
|
|
|
"symfony/polyfill-php72": "*",
|
2021-10-20 20:33:05 +03:00
|
|
|
"symfony/polyfill-php73": "*",
|
|
|
|
|
"symfony/polyfill-php74": "*"
|
2021-01-11 10:49:50 +02:00
|
|
|
},
|
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",
|
2021-12-25 23:03:15 +01:00
|
|
|
"ext-redis": "Needed to support Redis servers",
|
|
|
|
|
"ext-exif": "Needed to use exif data from images."
|
2019-03-13 09:49:08 +02:00
|
|
|
},
|
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": {
|
2025-10-27 10:37:43 -06:00
|
|
|
"php": "8.3"
|
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",
|
2022-02-12 15:33:38 +02:00
|
|
|
"Doctrine\\": "system/src/Doctrine",
|
2021-11-25 14:17:13 +02:00
|
|
|
"RocketTheme\\": "system/src/RocketTheme",
|
2025-10-28 12:22:09 +00:00
|
|
|
"Twig\\": "system/src/Twig",
|
|
|
|
|
"Pimple\\": "system/src/Pimple"
|
2014-08-20 12:18:26 +03:00
|
|
|
},
|
2019-10-17 13:57:25 +02:00
|
|
|
"files": [
|
2021-12-08 12:34:54 +02:00
|
|
|
"system/defines.php",
|
|
|
|
|
"system/src/DOMLettersIterator.php",
|
|
|
|
|
"system/src/DOMWordsIterator.php"
|
2019-10-17 13:57:25 +02:00
|
|
|
]
|
2014-08-20 14:51:03 +03:00
|
|
|
},
|
2021-12-09 14:06:58 +02:00
|
|
|
"autoload-dev": {
|
|
|
|
|
"psr-4": {
|
|
|
|
|
"PHPStan\\": "tests/phpstan/classes"
|
|
|
|
|
}
|
|
|
|
|
},
|
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": {
|
2025-12-23 21:54:28 -07:00
|
|
|
"api": "vendor/bin/phpdoc-md generate system/src > user/pages/17/14.api/default.md",
|
2016-01-21 12:41:32 +01:00
|
|
|
"post-create-project-cmd": "bin/grav install",
|
2024-12-09 17:32:00 -07:00
|
|
|
"rector": "vendor/bin/rector",
|
2025-09-20 22:12:55 -06:00
|
|
|
"rector:php-compat": "@php vendor/bin/rector process --config=system/rector.php --ansi --no-progress-bar",
|
2022-02-19 12:01:50 +02:00
|
|
|
"phpstan": "vendor/bin/phpstan analyse -l 2 -c ./tests/phpstan/phpstan.neon --memory-limit=720M system/src",
|
2022-02-19 14:17:02 +02:00
|
|
|
"phpstan-framework": "vendor/bin/phpstan analyse -l 6 -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",
|
2025-10-27 13:17:43 -06:00
|
|
|
"test": "php -d register_argc_argv=On vendor/bin/codecept run unit",
|
|
|
|
|
"test-windows": "php -d register_argc_argv=On 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
|
|
|
}
|
|
|
|
|
}
|