Skip to content

Commit

Permalink
Update composer-normalize to 2.13.3 (#1927)
Browse files Browse the repository at this point in the history
* Update composer-normalize to 2.13.3

* Add changelog
  • Loading branch information
deguif committed Mar 22, 2021
1 parent f55f08e commit 9ff5cc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yaml
Expand Up @@ -14,7 +14,7 @@ jobs:
php-version: '7.2'
coverage: 'none'
extensions: 'json, mbstring, tokenizer'
tools: 'composer-normalize:2.13.2, php-cs-fixer:2.18.3'
tools: 'composer-normalize:2.13.3, php-cs-fixer:2.18.3'

- name: 'Check PHP code'
run: |
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
* Replaced `call_user_func()` and `call_user_func_array()` by direct calls [#1923](https://github.com/ruflin/Elastica/pull/1923)
* Updated `php-cs-fixer` to `2.18.3` [#1915](https://github.com/ruflin/Elastica/pull/1915)
* Updated `composer-normalize` to `2.13.3` [#1927](https://github.com/ruflin/Elastica/pull/1927)
### Deprecated
### Removed
### Fixed
Expand Down

0 comments on commit 9ff5cc6

Please sign in to comment.