Skip to content

Commit ee84444

Browse files
committed
fix the required PHPUnit bridge version
1 parent 226feeb commit ee84444

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
},
4848
"require-dev": {
4949
"sensio/framework-extra-bundle": "^3.0.13|^4.0|^5.0",
50-
"symfony/phpunit-bridge": "^4.0",
50+
"symfony/phpunit-bridge": "^4.1.8",
5151
"symfony/asset": "^2.7|^3.0|^4.0",
5252
"symfony/form": "^2.7|^3.0|^4.0",
5353
"symfony/validator": "^2.7|^3.0|^4.0",

0 commit comments

Comments
 (0)