8000 bug #38002 [Validator] Fix PhpUnitBridge version constraint (derrabus) · symfony/symfony@76dc182 · GitHub
[go: up one dir, main page]

Skip to content

Commit 76dc182

Browse files
committed
bug #38002 [Validator] Fix PhpUnitBridge version constraint (derrabus)
This PR was merged into the 5.1 branch. Discussion ---------- [Validator] Fix PhpUnitBridge version constraint | Q | A | ------------- | --- | Branch? | 5.1 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | N/A | License | MIT | Doc PR | N/A This PR allows Validator 5.1 and PhpUnitBridge 5.1 to be installed alongside each other. Commits ------- 1055a7f [Validator] Fix PhpUnitBridge version constraint.
2 parents db6fc9a + 1055a7f commit 76dc182

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