Skip to content

Commit 2feeca5

Browse files
committed
Require at least PHPUnit bridge 2.8.1
It's the first release with the deprecations upper bound feature included: symfony/symfony#16937
1 parent cff6b50 commit 2feeca5

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
@@ -12,7 +12,7 @@
1212
"require": {
1313
"php": "^5.3.9|^7.0",
1414
"symfony/symfony": "^2.3|3.*",
15-
"symfony/phpunit-bridge": "^2.7|3.*",
15+
"symfony/phpunit-bridge": "^2.8.1|3.*",
1616
"symfony/monolog-bundle": "^2.1|3.*",
1717
"doctrine/common": "^2.4",
1818
"doctrine/doctrine-bundle": "^1.0",

0 commit comments

Comments
 (0)