Skip to content

Commit 958d236

Browse files
committed
bug #3 Allow any versions of the phpunit bridge (nicolas-grekas)
This PR was merged into the master branch. Discussion ---------- Allow any versions of the phpunit bridge Following the advice in symfony/symfony-docs#9700 Commits ------- 22a2677 Allow any versions of the phpunit bridge
2 parents 5852fe9 + 22a2677 commit 958d236

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
"php": "^7.0",
88
"symfony/browser-kit": "^3.3|^4.0",
99
"symfony/css-selector": "^3.3|^4.0",
10-
"symfony/phpunit-bridge": "^3.3|^4.0"
10+
"symfony/phpunit-bridge": "*"
1111
}
1212
}

0 commit comments

Comments
 (0)