-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Updating symfony/phpunit-bridge version constraint #947
Conversation
@@ -24,7 +24,7 @@ | |||
}, | |||
"require-dev": { | |||
"sensio/generator-bundle": "^3.0", | |||
"symfony/phpunit-bridge": "^2.7" | |||
"symfony/phpunit-bridge": "^2.7|^3.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What about to use "symfony/phpunit-bridge": "^3.0"
for Symfony 3.0
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1 here we are on the master branch so no need to comply with 2.x branch.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Right! Revising PR now, ^2.7
is needed when backporting..
Since we are on master and with SF3.x, I updated this PR to request phpunit-bridge |
👍 Could be merged in 3.0 |
👍 |
Thank you @Jean85. |
You're welcome @fabpot ! |
@Jean85 we generally update run |
Ok great! |
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.