We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72a4598 commit 81be73fCopy full SHA for 81be73f
CHANGELOG.md
@@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
### Backward Compatibility Breaks
9
### Added
10
### Changed
11
+* Updated `symfony/phpunit-bridge` to `6.0` by @franmomu [#2067](https://github.com/ruflin/Elastica/pull/2067)
12
### Deprecated
13
### Removed
14
### Fixed
composer.json
@@ -27,7 +27,7 @@
27
"aws/aws-sdk-php": "^3.155",
28
"guzzlehttp/guzzle": "^6.3 || ^7.2",
29
"phpunit/phpunit": "^8.5.8 || ^9.4",
30
- "symfony/phpunit-bridge": "^5.1.1"
+ "symfony/phpunit-bridge": "^6.0"
31
},
32
"suggest": {
33
"aws/aws-sdk-php": "Allow using IAM authentication with Amazon ElasticSearch Service",
0 commit comments