Skip to content

Commit 81be73f

Browse files
authored
Bump symfony/phpunit-bridge to 6.0 (#2067)
1 parent 72a4598 commit 81be73f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
### Backward Compatibility Breaks
99
### Added
1010
### Changed
11+
* Updated `symfony/phpunit-bridge` to `6.0` by @franmomu [#2067](https://github.com/ruflin/Elastica/pull/2067)
1112
### Deprecated
1213
### Removed
1314
### Fixed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"aws/aws-sdk-php": "^3.155",
2828
"guzzlehttp/guzzle": "^6.3 || ^7.2",
2929
"phpunit/phpunit": "^8.5.8 || ^9.4",
30-
"symfony/phpunit-bridge": "^5.1.1"
30+
"symfony/phpunit-bridge": "^6.0"
3131
},
3232
"suggest": {
3333
"aws/aws-sdk-php": "Allow using IAM authentication with Amazon ElasticSearch Service",

0 commit comments

Comments
 (0)