Skip to content

Commit

Permalink
Merge pull request #26 from waytohealth/dependabot/composer/friendsof…
Browse files Browse the repository at this point in the history
…php/php-cs-fixer-approx-2.19

Update friendsofphp/php-cs-fixer requirement from ~1.0 to ~2.19
  • Loading branch information
mkopinsky authored Jun 17, 2021
2 parents 5a45a0f + 9f2014f commit d3e4cbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: ./vendor/bin/parallel-lint src test

- name: php-cs-fixer
run: ./vendor/bin/php-cs-fixer fix src --level=psr2
run: ./vendor/bin/php-cs-fixer fix src --rules=@PSR2

- name: phpcs
run: ./vendor/bin/phpcs src --standard=psr2 -sp
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"mockery/mockery": "~1.3",
"phpunit/phpunit": "^5.0",
"squizlabs/php_codesniffer": "^2.0",
"friendsofphp/php-cs-fixer": "~1.0",
"friendsofphp/php-cs-fixer": "~2.19",
"jakub-onderka/php-parallel-lint": "~0.9",
"phpstan/phpstan": "^0.12.89"
},
Expand Down

0 comments on commit d3e4cbc

Please sign in to comment.