We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The current composer.json values for Symfony packages prevent this project being compatible with Symfony 5.
"symfony/config": "~2.4|~3.0|~4.0", "symfony/dependency-injection": "~2.4|~3.0|~4.0", "symfony/http-kernel": "~2.4|~3.0|~4.0",
To allow for testing ~5.0 could be added to the above three Symfony components which should be all that's needed.
~5.0
The text was updated successfully, but these errors were encountered:
@dant89 Could you create a PR for this?
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
The current composer.json values for Symfony packages prevent this project being compatible with Symfony 5.
To allow for testing
~5.0
could be added to the above three Symfony components which should be all that's needed.The text was updated successfully, but these errors were encountered: