Skip to content

Commit

Permalink
Update php-cs-fixer to 2.18.6 (#1955)
Browse files Browse the repository at this point in the history
* Update php-cs-fixer to 2.18.6

* Add changelog
  • Loading branch information
deguif authored Apr 26, 2021
1 parent 250cbda commit f8a88d5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.13.3, php-cs-fixer:2.18.3'
tools: 'composer-normalize:2.13.3, php-cs-fixer:2.18.6'

- name: 'Check PHP code'
run: |
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Backward Compatibility Breaks
### Added
### Changed

* Updated `php-cs-fixer` to `2.18.6` [#1955](https://github.com/ruflin/Elastica/pull/1955)
* Using default Elasticsearch images for testing instead of OSS https://github.com/ruflin/Elastica/pull/1954

### Deprecated
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.18" installed="2.18.3" location="./tools/php-cs-fixer.phar" copy="true"/>
<phar name="php-cs-fixer" version="^2.18" installed="2.18.6" 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 f8a88d5

Please sign in to comment.