diff options
author | Remi Collet <remi@remirepo.net> | 2024-09-06 11:24:17 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-09-06 11:24:17 +0200 |
commit | ab059ed839c39a0a3c96a0d9227184eff1048151 (patch) | |
tree | 7b3c9a22e7738d2403b4a75b45c5fbd101ee503e /composer.json | |
parent | 11e5a042b8ca2999dae0ec1ad724d274fd042701 (diff) |
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/composer.json b/composer.json index be2caeb..faf06b3 100644 --- a/composer.json +++ b/composer.json @@ -44,8 +44,8 @@ } }, "require-dev": { - "friendsofphp/php-cs-fixer": "^3.51", - "phpstan/phpstan": "^1.10", + "friendsofphp/php-cs-fixer": "^3.64", + "phpstan/phpstan": "^1.12", "phpunit/phpunit" : "^9.6" }, "scripts": { @@ -56,7 +56,7 @@ "phpstan analyse --generate-baseline phpstan-baseline.neon" ], "cs-fixer": [ - "php-cs-fixer fix" + "PHP_CS_FIXER_IGNORE_ENV=true php-cs-fixer fix" ], "phpunit": [ "phpunit --configuration tests/phpunit.xml" |