Skip to content

Commit

Permalink
Fix symfony/deprecation-contracts package for Symfony 6 compatibility (
Browse files Browse the repository at this point in the history
…#2047)

* Upgrade symfony/deprecation-contracts package

* Add changelog entry

Co-authored-by: Mohamed Radhi Guennichi <mohamed.guennichi@check24.de>
  • Loading branch information
rguennichi and rguennichi committed Dec 17, 2021
1 parent 8eeb42b commit 4fa51f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased](https://github.com/ruflin/Elastica/compare/7.1.3...master)
### Backward Compatibility Breaks
### Added
* Added support for `symfony/deprecation-contracts` 3.0 by @rguennichi [#2047](https://github.com/ruflin/Elastica/pull/2047)
### Changed
### Deprecated
### Removed
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"elasticsearch/elasticsearch": "^7.1.1",
"nyholm/dsn": "^2.0.0",
"psr/log": "^1.0 || ^2.0 || ^3.0",
"symfony/deprecation-contracts": "^2.2",
"symfony/deprecation-contracts": "^2.2 || ^3.0",
"symfony/polyfill-php73": "^1.19"
},
"require-dev": {
Expand Down

0 comments on commit 4fa51f1

Please sign in to comment.