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

Change requirements to supported Symfony versions #72

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

Conversation

stephanvierkant
Copy link

Added support for Symfony 6 and removed supported for versions that are End of Life.

composer.json Outdated
"symfony/yaml": "^4.4 || ^5.3 || ^6.0",
"symfony/filesystem": "^4.4 || ^5.3 || ^6.0",
"symfony/finder": "^4.4 || ^4.3 || ^6.0",
"symfony/console": "^4.4 || ^4.3 || ^6.0",
Copy link

Choose a reason for hiding this comment

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

^4.4 || ^4.3 does not make sense (and here, you remove Symfony 5)

Copy link
Author

Choose a reason for hiding this comment

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

Sorry, totally missed this comment. Should be fixed now!

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