8000 minor #21684 Add missing conflict rules for phpunit (nicolas-grekas) · symfony/symfony@347f529 · GitHub
[go: up one dir, main page]

Skip to content

Commit 347f529

Browse files
minor #21684 Add missing conflict rules for phpunit (nicolas-grekas)
This PR was merged into the 2.7 branch. Discussion ---------- Add missing conflict rules for phpunit | Q | A | ------------- | --- | Branch? | 2.7 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - We forgot them in #21564 Commits ------- 3e83e02 Add missing conflict rules for phpunit
2 parents 5032477 + 3e83e02 commit 347f529

File tree

4 files changed

+10
-0
lines changed

4 files changed

+10
-0
lines changed

src/Symfony/Bridge/Doctrine/composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@
3333
"doctrine/dbal": "~2.4",
3434
"doctrine/orm": "^2.4.5"
3535
},
36+
"conflict": {
37+
"phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
38+
},
3639
"suggest": {
3740
"symfony/form": "",
3841
"symfony/validator": "",

src/Symfony/Bundle/FrameworkBundle/composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@
4848
"symfony/yaml": "^2.0.5",
4949
"sensio/framework-extra-bundle": "^3.0.2"
5050
},
51+
"conflict": {
52+
"phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
53+
},
5154
"suggest": {
5255
"symfony/console": "For using the console commands",
5356
"symfony/form": "For using forms 8000 ",

src/Symfony/Component/Form/composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
"symfony/translation": "^2.0.5"
3232
},
3333
"conflict": {
34+
"phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
3435
"symfony/doctrine-bridge": "<2.7",
3536
"symfony/framework-bundle": "<2.7",
3637
"symfony/twig-bridge": "<2.7"

src/Symfony/Component/VarDumper/composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
"require": {
1919
"php": ">=5.3.9"
2020
},
21+
"conflict": {
22+
"phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
23+
},
2124
"suggest": {
2225
"ext-symfony_debug": ""
2326
},

0 commit comments

Comments
 (0)
0