Skip to content

Commit

Permalink
misc: raise version of friendsofphp/php-cs-fixer
Browse files Browse the repository at this point in the history
Grants PHP 8.1 support.
  • Loading branch information
romm committed Dec 15, 2021
1 parent 0b507c9 commit e5ccbe2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/quality-assurance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,7 @@ jobs:
run: mkdir -p var/cache

- name: Running PHP Coding Standards Fixer
run: | # @todo remove PHP_CS_FIXER_IGNORE_ENV when PHP-CS-Fixer supports PHP 8.1
export PHP_CS_FIXER_IGNORE_ENV=1
php vendor/bin/php-cs-fixer fix --dry-run
run: php vendor/bin/php-cs-fixer fix --dry-run

- name: Running PHPStan
run: php vendor/bin/phpstan
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"infection/infection": "^0.25.0",
"phpstan/phpstan": "^1.2",
"phpstan/phpstan-strict-rules": "^1.0",
"friendsofphp/php-cs-fixer": "^3.0",
"friendsofphp/php-cs-fixer": "^3.4",
"marcocesarato/php-conventional-changelog": "^1.12"
},
"autoload": {
Expand Down

0 comments on commit e5ccbe2

Please sign in to comment.