Skip to content
This repository was archived by the owner on Nov 27, 2020. It is now read-only.

Commit c2c19a2

Browse files
committed
bug #947 Updating symfony/phpunit-bridge version constraint (Jean85)
This PR was submitted for the master branch but it was merged into the 3.0 branch instead (closes #947). Discussion ---------- Updating symfony/phpunit-bridge version constraint I recently installed Symfony 3.0.2, done a `composer update` and discovered (using vinkla/climb) that symfony/phpunit-bridge couldn't be updated to the latest major version. This should make the upgrade immediately executable on a fresh install. I didn't update the lock because v3 increases the minimum PHP version to 5.5.9, so this remains backward compatible with older PHP versions. Commits ------- 42816af Updating symfony/phpunit-bridge version constraint
2 parents 6ede3fb + 42816af commit c2c19a2

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
@@ -24,7 +24,7 @@
2424
},
2525
"require-dev": {
2626
"sensio/generator-bundle": "^3.0",
27-
"symfony/phpunit-bridge": "^2.7"
27+
"symfony/phpunit-bridge": "^3.0"
2828
},
2929
"scripts": {
3030
"post-install-cmd": [

0 commit comments

Comments
 (0)