Skip to content

Commit d18a145

Browse files
committed
fix lowest allowed version for the PHPUnit bridge
1 parent 834a8ff commit d18a145

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
@@ -34,7 +34,7 @@
3434
"symfony/expression-language": "^5.1",
3535
"symfony/cache": "^4.4|^5.0",
3636
"symfony/mime": "^4.4|^5.0",
37-
"symfony/phpunit-bridge": "^5.1",
37+
"symfony/phpunit-bridge": "^5.1.1",
3838
"symfony/property-access": "^4.4|^5.0",
3939
"symfony/property-info": "^4.4|^5.0",
4040
"symfony/translation": "^4.4|^5.0",

0 commit comments

Comments
 (0)