Skip to content

Commit

Permalink
Update composer-normalize to 2.28.0 (#2084)
Browse files Browse the repository at this point in the history
  • Loading branch information
deguif authored Jun 22, 2022
1 parent b48f3c3 commit ff1a6e0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 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.4'
coverage: 'none'
extensions: 'json, mbstring, tokenizer'
tools: 'composer-normalize:2.15.0, php-cs-fixer:3.8.0'
tools: 'composer-normalize:2.28.0, php-cs-fixer:3.8.0'

- name: 'Check PHP code'
run: |
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
* Updated `symfony/phpunit-bridge` to `6.0` by @franmomu [#2067](https://github.com/ruflin/Elastica/pull/2067)
* Updated `php-cs-fixer` to `3.8.0` [#2074](https://github.com/ruflin/Elastica/pull/2074)
* Updated `composer-normalize` to `2.2.28` by @deguif [#2084](https://github.com/ruflin/Elastica/pull/2084)
* Increased `PHPStan` level to `4` [#2080](https://github.com/ruflin/Elastica/pull/2080)
* `ExceptionInterface` extends `Throwable` [#2083](https://github.com/ruflin/Elastica/pull/2083)
### Deprecated
Expand Down
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"name": "ruflin/elastica",
"type": "library",
"description": "Elasticsearch Client",
"license": "MIT",
"type": "library",
"keywords": [
"search",
"client"
],
"homepage": "http://elastica.io/",
"license": "MIT",
"authors": [
{
"name": "Nicolas Ruflin",
"homepage": "http://ruflin.com/"
}
],
"homepage": "http://elastica.io/",
"require": {
"php": "^7.2 || ^8.0",
"ext-json": "*",
Expand All @@ -36,11 +36,6 @@
"guzzlehttp/guzzle": "Allow using guzzle as transport",
"monolog/monolog": "Logging request"
},
"extra": {
"branch-alias": {
"dev-master": "7.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Elastica\\": "src/"
Expand All @@ -50,5 +45,10 @@
"psr-4": {
"Elastica\\Test\\": "tests/"
}
},
"extra": {
"branch-alias": {
"dev-master": "7.0.x-dev"
}
}
}

0 comments on commit ff1a6e0

Please sign in to comment.