Skip to content

Commit a7548b7

Browse files
committed
use a PHPUnit bridge version that is compatible with recent PHPUnit releases
1 parent c59497f commit a7548b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"php-http/client-common": "^1.9 || ^2.0"
1717
},
1818
"require-dev": {
19-
"symfony/phpunit-bridge": "^5.3",
19+
"symfony/phpunit-bridge": "^5.4.33 || ~6.3.10 || ^6.4.1",
2020
"guzzlehttp/psr7": "^2.1"
2121
},
2222
"autoload": {

0 commit comments

Comments
 (0)