-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Symfony update to 2.7.5 #3449
Symfony update to 2.7.5 #3449
Conversation
We need to bump requirements in |
0f03ea3
to
9b84a55
Compare
@pamil 👍 |
@@ -67,7 +67,7 @@ | |||
"symfony/options-resolver": "^2.7", | |||
"symfony/property-access": "^2.7", | |||
"symfony/swiftmailer-bundle": "^2.3", | |||
"symfony/symfony": "^2.7", | |||
"symfony/symfony": "^2.7.5", |
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.
Proper criteria should be >=2.7.5, <3.0.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.
^2.7.5
means the same :)
https://getcomposer.org/doc/articles/versions.md#caret
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.
I somehow saw tilde instead of caret 😄 my bad then 😉
@pamil Do you mean just main |
@pjedrzejewski I'll take care of it ASAP :) |
Okay @pjedrzejewski I've updated all |
9b84a55
to
c8257b9
Compare
c8257b9
to
9a7351d
Compare
9a7351d
to
984a2c4
Compare
Symfony update to 2.7.5
Thank you Magda! |
Update due to the 'case mismatch' bug detected while setting up Sylius locally.
PR from Symfony: symfony/symfony#15783