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

Updated the composer.json to support symfony 7.0 and still support 6.4 . #1

Merged
merged 1 commit into from
Jan 12, 2024

Conversation

robert-sykes
Copy link
Contributor

This addition adds a OR support for 7.0 of the symfony framework.

For example;

symfony/config:^6.4 causes an error on composer require if the project has a lock of symfony/config:^7.0 so the package can't be required into any projects that are currently set up to use 7.0.

This change adds it as a supported option so it can be installed by those projects.

@Ferror
Copy link
Owner

Ferror commented Jan 12, 2024

Thanks @robert-sykes for contribution. I will make sure via CI that it runs alright 😄

@Ferror Ferror merged commit dffbdb2 into Ferror:master Jan 12, 2024
1 check passed
@robert-sykes robert-sykes deleted the symfony-7-support branch January 17, 2024 16:55
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