summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2024-08-28 10:43:24 +0200
committerRemi Collet <remi@php.net>2024-08-28 10:43:24 +0200
commit8cd707b244b63e53a8e1e8177e49ff2a72ead887 (patch)
tree3af920f34bf829ab9cb6ae369a2090e4e35f172c /composer.json
parent61cbebca284d22eddb6b02de45fcccf1fd409f8d (diff)
update to 2.2.10 (no change, CS only)
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/composer.json b/composer.json
index b96587b..72cffb5 100644
--- a/composer.json
+++ b/composer.json
@@ -44,7 +44,7 @@
}
},
"require-dev": {
- "friendsofphp/php-cs-fixer": "~2.17.1",
+ "friendsofphp/php-cs-fixer": "~2.17.1||^3.63",
"phpstan/phpstan": "^0.12",
"phpunit/phpunit" : "^7.5 || ^8.5 || ^9.6"
},
@@ -53,7 +53,7 @@
"phpstan analyse lib tests"
],
"cs-fixer": [
- "php-cs-fixer fix"
+ "PHP_CS_FIXER_IGNORE_ENV=true php-cs-fixer fix"
],
"phpunit": [
"phpunit --configuration tests/phpunit.xml"