diff options
| author | Remi Collet <remi@remirepo.net> | 2026-04-28 10:15:51 +0200 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2026-04-28 10:15:51 +0200 |
| commit | 55c9ed72acb95c3ed87d773c78e7e448eec869c3 (patch) | |
| tree | 6fbc2bf7c3a798d8c65a1752ead222518dc41871 /composer.json | |
| parent | b280f23ff02a7799c4339fc7445c86651a1e0bc9 (diff) | |
re-license spec file to CECILL-2.1
Diffstat (limited to 'composer.json')
| -rw-r--r-- | composer.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/composer.json b/composer.json index 3c31181..cfd0f4b 100644 --- a/composer.json +++ b/composer.json @@ -46,7 +46,7 @@ } }, "require-dev": { - "friendsofphp/php-cs-fixer": "~2.17.1", + "friendsofphp/php-cs-fixer": "~2.17.1||^3.95", "phpstan/phpstan": "^0.12", "phpunit/phpunit" : "^7.5 || ^8.5 || ^9.6" }, @@ -55,7 +55,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" |
