Skip to content

Commit 88285bd

Browse files
alexander-schranznicolas-grekas
authored andcommitted
Remove phpunit-bridge from test-pack
1 parent 7b708c5 commit 88285bd

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

composer.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,16 @@
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": "*",
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": "*",
1413
"symfony/browser-kit": "*",
15-
"symfony/css-selector": "*",
16-
"symfony/phpunit-bridge": "*"
14+
"symfony/css-selector": "*"
15+
},
16+
"conflict": {
17+
"phpunit/phpunit": "<11.1"
1718
}
1819
}

0 commit comments

Comments
 (0)