Skip to content

Commit

Permalink
Updated libraries to ignore PHP version in PHP-CS-Fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbyoung committed Dec 9, 2022
1 parent 3b9a322 commit 9287f96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
},
"scripts": {
"phpcs-test": "@phpcs-fix --dry-run",
"phpcs-fix": "php-cs-fixer fix --config=.php-cs-fixer.dist.php -v --diff",
"phpcs-fix": "PHP_CS_FIXER_IGNORE_ENV=1 php-cs-fixer fix --config=.php-cs-fixer.dist.php -v --diff",
"phpunit": "php vendor/phpunit/phpunit/phpunit --coverage-clover ./.coverage/clover.xml --verbose",
"test": [
"@phpunit",
Expand Down

0 comments on commit 9287f96

Please sign in to comment.