8000 [5.4] Allow PhpUnitBridge v7 · symfony/symfony@044bd02 · GitHub
[go: up one dir, main page]

Skip to content

Commit 044bd02

Browse files
[5.4] Allow PhpUnitBridge v7
1 parent 3606499 commit 044bd02

File tree

6 files changed

+2
-7
lines changed

6 files changed

+2
-7
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
"psr/simple-cache": "^1.0|^2.0",
144144
"egulias/email-validator": "^2.1.10|^3.1|^4",
145145
"symfony/mercure-bundle": "^0.3",
146-
"symfony/phpunit-bridge": "^5.2|^6.0",
146+
"symfony/phpunit-bridge": "^5.4|^6.0|^7.0",
147147
"symfony/runtime": "self.version",
148148
"symfony/security-acl": "~2.8|~3.0",
149149
"phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
@@ -161,7 +161,7 @@
161161
"phpdocumentor/reflection-docblock": "<3.2.2",
162162
"phpdocumentor/type-resolver": "<1.4.0",
163163
"ocramius/proxy-manager": "<2.1",
164-
"phpunit/phpunit": "<5.4.3"
164+
"phpunit/phpunit": "<7.5|9.1.2"
165165
},
166166
"config": {
167167
"allow-plugins": {

src/Symfony/Bridge/Doctrine/composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
"doctrine/dbal": "<2.13.1",
5555
"doctrine/lexer": "<1.1",
5656
"doctrine/orm": "<2.7.4",
57-
"phpunit/phpunit": "<5.4.3",
5857
"symfony/cache": "<5.4",
5958
"symfony/dependency-injection": "<4.4",
6059
"symfony/form": "<5.4.21|>=6,<6.2.7",

src/Symfony/Bundle/FrameworkBundle/composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@
7474
"doctrine/persistence": "<1.3",
7575
"phpdocumentor/reflection-docblock": "<3.2.2",
7676
"phpdocumentor/type-resolver": "<1.4.0",
77-
"phpunit/phpunit": "<5.4.3",
7877
"symfony/asset": "<5.3",
7978
"symfony/console": "<5.2.5",
8079
"symfony/dotenv": "<5.1",

src/Symfony/Component/Form/composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@
4444
"symfony/uid": "^5.1|^6.0"
4545
},
4646
"conflict": {
47-
"phpunit/phpunit": "<5.4.3",
4847
"symfony/console": "<4.4",
4948
"symfony/dependency-injection": "<4.4",
5049
"symfony/doctrine-bridge": "<5.4.21|>=6,<6.2.7",

src/Symfony/Component/Validator/composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@
4949
"doctrine/annotations": "<1.13",
5050
"doctrine/cache": "<1.11",
5151
"doctrine/lexer": "<1.1",
52-
"phpunit/phpunit": "<5.4.3",
5352
"symfony/dependency-injection": "<4.4",
5453
"symfony/expression-language": "<5.1",
5554
"symfony/http-kernel": "<4.4",

src/Symfony/Component/VarDumper/composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
"twig/twig": "^2.13|^3.0.4"
2929
},
3030
"conflict": {
31-
"phpunit/phpunit": "<5.4.3",
3231
"symfony/console": "<4.4"
3332
},
3433
"suggest": {

0 commit comments

Comments
 (0)
0