We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee3a0d9 commit 56be4e9Copy full SHA for 56be4e9
2 files changed
composer.json
@@ -22,11 +22,11 @@
22
"require-dev": {
23
"friendsofphp/php-cs-fixer": "^3.59",
24
"fyre/php-cs-fixer-config": "^1.0",
25
- "phpunit/phpunit": "^11"
+ "phpunit/phpunit": "^12"
26
},
27
"scripts": {
28
- "cs": "php-cs-fixer fix --ansi --verbose --dry-run --diff",
29
- "cs-fix": "php-cs-fixer fix --ansi --verbose --diff",
+ "cs": "PHP_CS_FIXER_IGNORE_ENV=1 php-cs-fixer fix --ansi --verbose --dry-run --diff",
+ "cs-fix": "PHP_CS_FIXER_IGNORE_ENV=1 php-cs-fixer fix --ansi --verbose --diff",
30
"test": "phpunit tests"
31
}
32
0 commit comments