Fixe les versions miniales des dépendances pour la compat PHP 8.0.
Showing
+7 -7
... | ... | @@ -11,15 +11,15 @@ |
], | ||
"require": { | ||
"php": "^7.1 || ^8.0", | ||
"irstea/composer-require-checker-shim": "@stable", | ||
"irstea/pcov-clobber-plugin": "@stable", | ||
"irstea/php-cs-fixer-config": "@stable", | ||
"irstea/phpcpd-shim": "@stable", | ||
"irstea/phploc-shim": "@stable", | ||
"irstea/phpmd-config": "@stable", | ||
"irstea/phpstan-config": "@stable", | ||
"irstea/php-cs-fixer-config": ">=3.1.0", | ||
"irstea/phpmd-config": ">=1.1.1", | ||
"irstea/phpstan-config": ">=3.0.3", | ||
"maglnet/composer-require-checker": ">=2.0", | ||
"phploc/phploc": "@stable", | ||
"php-parallel-lint/php-parallel-lint": "@stable", | ||
"phpunit/phpunit": "@stable" | ||
"phpunit/phpunit": "@stable", | ||
"sebastian/phpcpd": "@stable" | ||
}, | ||
"suggests": { | ||
"deployer/deployer": "Pour gérer les déploiements sur les serveurs", | ||
... | ... |
Please register or sign in to comment