Skip to content
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

[Maintenance] Bump PHP and Symfony dependencies #983

Open
wants to merge 1 commit into
base: 1.13
Choose a base branch
from

Conversation

lchrusciel
Copy link
Member

Hello there!

My next proposal concerns bumping requirements in Sylius-Standard. I propose requiring only the latest version of PHP and Symfony for the current version. There is no need to require a lower version of these packages. No one would like to use older Symfony LTS just for the sake of it. And with Flex as a hard dependency, we are installing Symfony 6.4 anyway.

With PHP it is almost the same. Plus, a composer will sort out which version of Sylius-Standard it should use on its own

@@ -83,7 +83,7 @@
},
"extra": {
"branch-alias": {
"dev-main": "1.13-dev"
"dev-main": "1.14-dev"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It should still be 1.13-dev

Suggested change
"dev-main": "1.14-dev"
"dev-main": "1.13-dev"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants