Skip to content

Commit 7bea7a6

Browse files
Not restrict version longer as phpunit bridge not longer here
1 parent 239b2aa commit 7bea7a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
"license": "MIT",
55
"description": "A pack for functional and end-to-end testing within a Symfony app",
66
"require": {
7-
"phpunit/phpunit": "^11.5",
7+
"phpunit/phpunit": "*",
88
"symfony/browser-kit": "*",
99
"symfony/css-selector": "*"
1010
},
1111
"require-dev": {
12-
"phpunit/phpunit": "^11.5",
12+
"phpunit/phpunit": "*",
1313
"symfony/browser-kit": "*",
1414
"symfony/css-selector": "*"
1515
}

0 commit comments

Comments
 (0)