Skip to content

Commit 239b2aa

Browse files
Remove phpunit-bridge from test-pack
1 parent 7b708c5 commit 239b2aa

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

composer.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,13 @@
44
"license": "MIT",
55
"description": "A pack for functional and end-to-end testing within a Symfony app",
66
"require": {
7-
"phpunit/phpunit": "^9.5",
7+
"phpunit/phpunit": "^11.5",
88
"symfony/browser-kit": "*",
9-
"symfony/css-selector": "*",
10-
"symfony/phpunit-bridge": "*"
9+
"symfony/css-selector": "*"
1110
},
1211
"require-dev": {
13-
"phpunit/phpunit": "^9.5",
12+
"phpunit/phpunit": "^11.5",
1413
"symfony/browser-kit": "*",
15-
"symfony/css-selector": "*",
16-
"symfony/phpunit-bridge": "*"
14+
"symfony/css-selector": "*"
1715
}
1816
}

0 commit comments

Comments
 (0)