Skip to content

Commit 7b708c5

Browse files
weaverryannicolas-grekas
authored andcommitted
Restricting the test pack to 9.5 until symfony/phpunit-bridge supports 10
1 parent 03ab012 commit 7b708c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,13 +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": "*",
7+
"phpunit/phpunit": "^9.5",
88
"symfony/browser-kit": "*",
99
"symfony/css-selector": "*",
1010
"symfony/phpunit-bridge": "*"
1111
},
1212
"require-dev": {
13-
"phpunit/phpunit": "*",
13+
"phpunit/phpunit": "^9.5",
1414
"symfony/browser-kit": "*",
1515
"symfony/css-selector": "*",
1616
"symfony/phpunit-bridge": "*"

0 commit comments

Comments
 (0)