We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b708c5 commit 88285bdCopy full SHA for 88285bd
composer.json
@@ -4,15 +4,16 @@
4
"license": "MIT",
5
"description": "A pack for functional and end-to-end testing within a Symfony app",
6
"require": {
7
- "phpunit/phpunit": "^9.5",
+ "phpunit/phpunit": "*",
8
"symfony/browser-kit": "*",
9
- "symfony/css-selector": "*",
10
- "symfony/phpunit-bridge": "*"
+ "symfony/css-selector": "*"
11
},
12
"require-dev": {
13
14
15
16
+ },
+ "conflict": {
17
+ "phpunit/phpunit": "<11.1"
18
}
19
0 commit comments