-
Notifications
You must be signed in to change notification settings - Fork 47
Update Symfony packages to version 5 #103
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
Conversation
Hello, |
@@ -14,8 +14,8 @@ | |||
}, | |||
"require": { | |||
"php": "^7.1", | |||
"symfony/console": "^4.0", | |||
"symfony/finder": "^4.0", | |||
"symfony/console": "^4.0 || ^5.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.
How come your using the ||
operator here? Cant we just update it to 5.0 and then bump up the major release version?
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.
this PR (and this comment) is a duplicate of #102
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.
@piotrbelina can we close it as a duplicate of #102? |
@kubawerlos please merge just any pull request just update the project to symfony 5 |
@piotrbelina if I could :( I've started reviewing this, so maybe this will @povils merge it faster. |
I think this PR is now duplicate because #105 is merged. Correct me if I'm wrong. |
Yes, it is a duplicate now. We can close it. |
Hello,
I updated composer.json to allow to use PHPMND in Symfony 5 projects
Cheers,
Piotr