Skip to content

Commit 3ee3cfc

Browse files
authored
chore: remove phpunit-bridge (#6589)
1 parent 361ae1c commit 3ee3cfc

File tree

12 files changed

+12
-16
lines changed

12 files changed

+12
-16
lines changed

src/Doctrine/Common/composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@
3333
"doctrine/mongodb-odm": "^2.6",
3434
"doctrine/orm": "^2.17 || ^3.0",
3535
"phpspec/prophecy-phpunit": "^2.2",
36-
"phpunit/phpunit": "^11.2",
37-
"symfony/phpunit-bridge": "^6.4 || ^7.0"
36+
"phpunit/phpunit": "^11.2"
3837
},
3938
"conflict": {
4039
"doctrine/persistence": "<1.3"

src/Doctrine/Odm/composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
"phpunit/phpunit": "^11.2",
3636
"symfony/cache": "^6.4 || ^7.1",
3737
"symfony/framework-bundle": "^6.4 || ^7.1",
38-
"symfony/phpunit-bridge": "^6.4 || ^7.0",
3938
"symfony/property-access": "^6.4 || ^7.0",
4039
"symfony/serializer": "^6.4 || ^7.0",
4140
"symfony/uid": "^6.4 || ^7.1",

src/Doctrine/Orm/composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
"ramsey/uuid-doctrine": "^2.0",
3636
"symfony/cache": "^6.4 || ^7.1",
3737
"symfony/framework-bundle": "^6.4 || ^7.1",
38-
"symfony/phpunit-bridge": "^6.4 || ^7.0",
3938
"symfony/property-access": "^6.4 || ^7.0",
4039
"symfony/serializer": "^6.4 || ^7.0",
4140
"symfony/uid": "^6.4 || ^7.1",

src/Elasticsearch/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
},
3636
"require-dev": {
3737
"phpspec/prophecy-phpunit": "^2.2",
38-
"symfony/phpunit-bridge": "^6.4 || ^7.0"
38+
"phpunit/phpunit": "^11.2"
3939
},
4040
"autoload": {
4141
"psr-4": {

src/GraphQl/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
"api-platform/validator": "^3.4 || ^4.0",
3535
"twig/twig": "^3.7",
3636
"symfony/mercure-bundle": "*",
37-
"symfony/phpunit-bridge": "^6.4 || ^7.1",
38-
"symfony/routing": "^6.4 || ^7.1"
37+
"symfony/routing": "^6.4 || ^7.1",
38+
"phpunit/phpunit": "^11.2"
3939
},
4040
"autoload": {
4141
"psr-4": {

src/HttpCache/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
"guzzlehttp/guzzle": "^6.0 || ^7.0",
3030
"symfony/dependency-injection": "^6.4 || ^7.1",
3131
"phpspec/prophecy-phpunit": "^2.2",
32-
"symfony/phpunit-bridge": "^6.4 || ^7.0",
33-
"symfony/http-client": "^6.4 || ^7.1"
32+
"symfony/http-client": "^6.4 || ^7.1",
33+
"phpunit/phpunit": "^11.2"
3434
},
3535
"autoload": {
3636
"psr-4": {

src/JsonSchema/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
},
3434
"require-dev": {
3535
"phpspec/prophecy-phpunit": "^2.2",
36-
"symfony/phpunit-bridge": "^6.4 || ^7.0"
36+
"phpunit/phpunit": "^11.2"
3737
},
3838
"autoload": {
3939
"psr-4": {

src/Metadata/composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
"phpstan/phpdoc-parser": "^1.16",
4444
"phpunit/phpunit": "^11.2",
4545
"symfony/config": "^6.4 || 7.1",
46-
"symfony/phpunit-bridge": "^6.4 || ^7.1",
4746
"symfony/routing": "^6.4 || ^7.1",
4847
"symfony/var-dumper": "^6.4 || ^7.0",
4948
"symfony/web-link": "^6.4 || ^7.0",

src/RamseyUuid/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
},
2727
"require-dev": {
2828
"phpspec/prophecy-phpunit": "^2.2",
29-
"symfony/phpunit-bridge": "^6.4",
3029
"ramsey/uuid": "^4.0",
31-
"ramsey/uuid-doctrine": "^2.0"
30+
"ramsey/uuid-doctrine": "^2.0",
31+
"phpunit/phpunit": "^11.2"
3232
},
3333
"autoload": {
3434
"psr-4": {

src/Serializer/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
"api-platform/json-schema": "^3.2 || ^4.0",
3535
"phpspec/prophecy-phpunit": "^2.2",
3636
"symfony/mercure-bundle": "*",
37-
"symfony/phpunit-bridge": "^6.4 || ^7.0",
3837
"symfony/var-dumper": "^6.4 || ^7.0",
38+
"phpunit/phpunit": "^11.2",
3939
"symfony/yaml": "^6.4 || ^7.1",
4040
"api-platform/doctrine-odm": "^3.2 || ^4.0",
4141
"api-platform/doctrine-orm": "^3.2 || ^4.0",

0 commit comments

Comments
 (0)