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

Remove Twig 2 support #924

Merged
merged 1 commit into from
Sep 6, 2024

Conversation

loic425
Copy link
Member

@loic425 loic425 commented Sep 5, 2024

Q A
Bug fix? no
New feature? no
BC breaks? no
Deprecations? no
Related tickets
License MIT

@loic425 loic425 requested a review from a team as a code owner September 5, 2024 06:57
"vimeo/psalm": "^5.20",
"willdurand/hateoas-bundle": "^2.0"
},
"conflict": {
"friendsofsymfony/rest-bundle": "<3.0",
"jms/serializer-bundle": "<3.5",
"willdurand/hateoas-bundle": "<2.0 || ^2.6"
"willdurand/hateoas-bundle": "<2.0 || ^2.6",
"twig/twig": "<3.0"
Copy link
Member

Choose a reason for hiding this comment

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

As we have bumped up the dependency, I'm not sure if it is necessary to add this package additionally to the conflicts (and the about note to the CONFLICTS file), do you see any benefit of that? 🤔

Copy link
Member Author

@loic425 loic425 Sep 5, 2024

Choose a reason for hiding this comment

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

cause it's on require-dev, it needs a conflict. We often forgot about those conflicts when there are on "optional/dev" requirements.
However, I do not know if adding note in the conflict make sense, cause it's just a bumped dependency.

Copy link
Member Author

Choose a reason for hiding this comment

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

I've removed CONFLICTS file part.

@loic425 loic425 force-pushed the maintenance/remove-twig-2-support branch from 857dcec to d0c0184 Compare September 5, 2024 13:32
@GSadee GSadee merged commit fc3ed27 into Sylius:1.12 Sep 6, 2024
20 checks passed
@GSadee
Copy link
Member

GSadee commented Sep 6, 2024

Thank you, Loïc! 🎉

@GSadee GSadee added Maintenance Configurations, READMEs, releases, etc. dependencies Pull requests that update a dependency file labels Sep 6, 2024
@loic425 loic425 deleted the maintenance/remove-twig-2-support branch September 6, 2024 13:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file Maintenance Configurations, READMEs, releases, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants