Skip to content

Commit

Permalink
Updated PHP-CS-Fixer now that it supports 8.2 (#280)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbyoung authored Jul 26, 2023
1 parent e4275f5 commit 064e0c9
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 @@ -51,7 +51,7 @@
},
"scripts": {
"phpcs-test": "@phpcs-fix --dry-run",
"phpcs-fix": "PHP_CS_FIXER_IGNORE_ENV=1 php-cs-fixer fix --config=.php-cs-fixer.dist.php -v --diff",
"phpcs-fix": "php-cs-fixer fix --config=.php-cs-fixer.dist.php -v --diff",
"phpunit": "php vendor/phpunit/phpunit/phpunit --coverage-clover ./.coverage/clover.xml",
"test": [
"@phpunit",
Expand Down

0 comments on commit 064e0c9

Please sign in to comment.