mirror of
https://github.com/getgrav/grav.git
synced 2025-02-20 19:56:53 +01:00
148 lines
4.9 KiB
JSON
148 lines
4.9 KiB
JSON
{
|
|
"name": "getgrav/grav",
|
|
"type": "project",
|
|
"description": "Modern, Crazy Fast, Ridiculously Easy and Amazingly Powerful Flat-File CMS",
|
|
"keywords": [
|
|
"cms",
|
|
"flat-file cms",
|
|
"flat cms",
|
|
"flatfile cms",
|
|
"php"
|
|
],
|
|
"homepage": "https://getgrav.org",
|
|
"license": "MIT",
|
|
"require": {
|
|
"php": "^8.2",
|
|
"ext-json": "*",
|
|
"ext-openssl": "*",
|
|
"ext-curl": "*",
|
|
"ext-zip": "*",
|
|
"ext-dom": "*",
|
|
"ext-libxml": "*",
|
|
"ext-gd": "*",
|
|
"symfony/polyfill-mbstring": "^1.24",
|
|
"symfony/polyfill-iconv": "^1.24",
|
|
"symfony/polyfill-php80": "^1.24",
|
|
"symfony/polyfill-php81": "^1.24",
|
|
"psr/simple-cache": "^1.0",
|
|
"psr/http-message": "^1.1",
|
|
"psr/http-server-middleware": "^1.0",
|
|
"psr/container": "^1.1",
|
|
"psr/log": "^1.1",
|
|
"symfony/cache": "^6.4",
|
|
"symfony/yaml": "^6.4",
|
|
"symfony/console": "^6.4",
|
|
"symfony/event-dispatcher": "^6.4",
|
|
"symfony/var-exporter": "^6.4",
|
|
"symfony/var-dumper": "^6.4",
|
|
"symfony/process": "^6.4",
|
|
"symfony/http-client": "^6.4",
|
|
"twig/twig": "2.x-dev",
|
|
"monolog/monolog": "^2.0",
|
|
"doctrine/cache": "^2.2",
|
|
"doctrine/collections": "^2.2",
|
|
"pimple/pimple": "~3.5.0",
|
|
"nyholm/psr7-server": "^1.1",
|
|
"nyholm/psr7": "^1.8",
|
|
"erusev/parsedown": "^1.7",
|
|
"erusev/parsedown-extra": "~0.8",
|
|
"rockettheme/toolbox": "v2.x-dev",
|
|
"composer/ca-bundle": "^1.5",
|
|
"composer/semver": "^3.4",
|
|
"dragonmantank/cron-expression": "^3.0",
|
|
"willdurand/negotiation": "^3.1",
|
|
"rhukster/dom-sanitizer": "^1.0",
|
|
"matthiasmullie/minify": "^1.3",
|
|
"donatj/phpuseragentparser": "~1.9",
|
|
"guzzlehttp/psr7": "^2.7",
|
|
"filp/whoops": "~2.16",
|
|
"itsgoingd/clockwork": "^5.3",
|
|
"maximebf/debugbar": "~1.23",
|
|
"getgrav/image": "^4.0",
|
|
"getgrav/cache": "^2.0",
|
|
"antoligy/dom-string-iterators": "^1.0",
|
|
"miljar/php-exif": "^0.6",
|
|
"league/climate": "^3.10",
|
|
"multiavatar/multiavatar-php": "^1.0"
|
|
},
|
|
"require-dev": {
|
|
"codeception/codeception": "^5.1",
|
|
"phpstan/phpstan": "^1.12",
|
|
"phpstan/phpstan-deprecation-rules": "^1.2",
|
|
"phpunit/php-code-coverage": "~9.2",
|
|
"getgrav/markdowndocs": "^2.0",
|
|
"codeception/module-asserts": "*",
|
|
"codeception/module-phpbrowser": "*",
|
|
"rector/rector": "^1.2"
|
|
},
|
|
"repositories": [
|
|
{
|
|
"type": "vcs",
|
|
"url": "https://github.com/rockettheme/toolbox"
|
|
},
|
|
{
|
|
"type": "vcs",
|
|
"url": "https://github.com/getgrav/twig"
|
|
}
|
|
],
|
|
"replace": {
|
|
"symfony/polyfill-php72": "*",
|
|
"symfony/polyfill-php73": "*",
|
|
"symfony/polyfill-php74": "*"
|
|
},
|
|
"suggest": {
|
|
"ext-mbstring": "Recommended for better performance",
|
|
"ext-iconv": "Recommended for better performance",
|
|
"ext-zend-opcache": "Recommended for better performance",
|
|
"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",
|
|
"ext-exif": "Needed to use exif data from images."
|
|
},
|
|
"config": {
|
|
"apcu-autoloader": true,
|
|
"platform": {
|
|
"php": "8.2"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Grav\\": "system/src/Grav",
|
|
"Doctrine\\": "system/src/Doctrine",
|
|
"RocketTheme\\": "system/src/RocketTheme",
|
|
"Twig\\": "system/src/Twig"
|
|
},
|
|
"files": [
|
|
"system/defines.php",
|
|
"system/src/DOMLettersIterator.php",
|
|
"system/src/DOMWordsIterator.php"
|
|
]
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"PHPStan\\": "tests/phpstan/classes"
|
|
}
|
|
},
|
|
"archive": {
|
|
"exclude": [
|
|
"VERSION"
|
|
]
|
|
},
|
|
"scripts": {
|
|
"api-18": "vendor/bin/phpdoc-md generate system/src > user/pages/14.api/default.18.md",
|
|
"post-create-project-cmd": "bin/grav install",
|
|
"rector": "vendor/bin/rector",
|
|
"phpstan": "vendor/bin/phpstan analyse -l 2 -c ./tests/phpstan/phpstan.neon --memory-limit=720M system/src",
|
|
"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",
|
|
"phpstan-plugins": "vendor/bin/phpstan analyse -l 1 -c ./tests/phpstan/plugins.neon --memory-limit=400M user/plugins",
|
|
"test": "vendor/bin/codecept run unit",
|
|
"test-windows": "vendor\\bin\\codecept run unit"
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-develop": "1.x-dev"
|
|
}
|
|
}
|
|
}
|