8000 Do not require-dev symfony/phpunit-bridge · symfony/symfony@1cb57fa · GitHub
[go: up one dir, main page]

Skip to content

Commit 1cb57fa

Browse files
committed
Do not require-dev symfony/phpunit-bridge
PHPunit bridge is installed by the monorepo during local testing. Depending on it can create conflicts between the version installed by the monorepo and the subtree split package (especially on deps=low builds).
1 parent 96a073a commit 1cb57fa

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/Symfony/Bridge/Doctrine/composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
"symfony/http-kernel": "^5.0|^6.0",
3535
"symfony/messenger": "^4.4|^5.0|^6.0",
3636
"symfony/doctrine-messenger": "^5.1|^6.0",
37-
"symfony/phpunit-bridge": "^4.4|^5.4|^6.0",
3837
"symfony/property-access": "^4.4|^5.0|^6.0",
3938
"symfony/property-info": "^5.0|^6.0",
4039
"symfony/proxy-manager-bridge": "^4.4|^5.0|^6.0",

src/Symfony/Bundle/FrameworkBundle/composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,7 @@
6666
"symfony/property-info": "^4.4|^5.0|^6.0",
6767
"symfony/web-link": "^4.4|^5.0|^6.0",
6868
"phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
69-
"twig/twig": "^2.10|^3.0",
70-
"symfony/phpunit-bridge": "^5.3|^6.0"
69+
"twig/twig": "^2.10|^3.0"
7170
},
7271
"conflict": {
7372
"doctrine/annotations": "<1.13.1",

0 commit comments

Comments
 (0)
0