Skip to content

Commit

Permalink
remove branch alias
Browse files Browse the repository at this point in the history
  • Loading branch information
ruflin committed May 29, 2024
1 parent 27852a2 commit 3659eaa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
4 changes: 1 addition & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ Have a look at the [Upgrade guide](https://github.com/ruflin/Elastica/blob/8.x/U
* Removed `Elastica\Client::setLogger()` method [#2148](https://github.com/ruflin/Elastica/pull/2148)
* Enabled `strict_types` on all classes [#2190](https://github.com/ruflin/Elastica/pull/2190)
* Changed `Elastica\Scroll:clear` to use `scroll_id` body parameter instead of url parameter [#2211](https://github.com/ruflin/Elastica/pull/2211)

* Remove branch alias for dev-master from composer file

### Added
* Added support for PHP 8.2 [#2136](https://github.com/ruflin/Elastica/pull/2136)
Expand All @@ -118,8 +118,6 @@ Have a look at the [Upgrade guide](https://github.com/ruflin/Elastica/blob/8.x/U
### Fixed
* Fix types order in `Elastica\Query` to work with psalm & expand the `aggs` type to include raw arrays

### Security

## [8.0.0-alpha1](https://github.com/ruflin/Elastica/compare/7.3.0...8.0.0-alpha1)
### Backward Compatibility Breaks
* Dropped support for PHP <8.0 [#2131](https://github.com/ruflin/Elastica/pull/2131)
Expand Down
5 changes: 0 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,5 @@
"php-http/discovery": true
},
"sort-packages": true
},
"extra": {
"branch-alias": {
"dev-master": "8.0.x-dev"
}
}
}

0 comments on commit 3659eaa

Please sign in to comment.