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

Add Symfony 7 support #2246

Merged
merged 3 commits into from
Dec 5, 2023
Merged

Add Symfony 7 support #2246

merged 3 commits into from
Dec 5, 2023

Conversation

Slamdunk
Copy link
Contributor

No description provided.

@@ -40,15 +40,15 @@
"cakephp/database": "^5.0.2",
"psr/container": "^1.1|^2.0",
"symfony/console": "^6.0",
"symfony/config": "^3.4|^4.0|^5.0|^6.0"
"symfony/config": "^3.4|^4.0|^5.0|^6.0|^7.0"
Copy link
Member

Choose a reason for hiding this comment

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

It might at some point be time to drop old v3 support.
I wonder if the full range is even still possible, with more types being added.

Also, we are using symfony/console v6 only, but then this range for config and yaml?
Seems a bit strange.

Copy link
Member

Choose a reason for hiding this comment

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

But this can be a follow up task at some point.

composer.json Outdated Show resolved Hide resolved
@dereuromark dereuromark merged commit a81c084 into cakephp:0.x Dec 5, 2023
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants