8000 [Validator] Fix PhpUnitBridge version constraint. · symfony/symfony@1055a7f · GitHub
[go: up one dir, main page]

Skip to content

Commit 1055a7f

Browse files
committed
[Validator] Fix PhpUnitBridge version constraint.
1 parent 0b65634 commit 1055a7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Validator/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +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",
3738
"symfony/property-access": "^4.4|^5.0",
3839
"symfony/property-info": "^4.4|^5.0",
3940
"symfony/translation": "^4.4|^5.0",
@@ -48,7 +49,6 @@
4849
"symfony/expression-language": "<5.1",
4950
"symfony/http-kernel": "<4.4",
5051
"symfony/intl": "<4.4",
51-
"symfony/phpunit-bridge": "^5.1",
5252
"symfony/translation": "<4.4",
5353
"symfony/yaml": "<4.4"
5454
},

0 commit comments

Comments
 (0)
0