Skip to content

Commit

Permalink
Update php-cs-fixer to 2.17.3
Browse files Browse the repository at this point in the history
  • Loading branch information
deguif committed Jan 17, 2021
1 parent b1b6c98 commit 053580a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
php-version: '7.2'
coverage: 'none'
extensions: 'json, mbstring, tokenizer'
tools: 'composer-normalize:2.11.0, php-cs-fixer:2.16.7'
tools: 'composer-normalize:2.11.0, php-cs-fixer:2.17.3'

- name: 'Check PHP code'
run: |
Expand Down
2 changes: 1 addition & 1 deletion phive.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<phive xmlns="https://phar.io/phive">
<phar name="php-cs-fixer" version="^2.16" installed="2.16.7" location="./tools/php-cs-fixer.phar" copy="true"/>
<phar name="php-cs-fixer" version="^2.17" installed="2.17.3" location="./tools/php-cs-fixer.phar" copy="true"/>
<phar name="php-coveralls" version="^2.2" installed="2.2.0" location="./tools/php-coveralls.phar" copy="true"/>
</phive>

0 comments on commit 053580a

Please sign in to comment.