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

Not Symfony 5 compatible #234

Closed
dant89 opened this issue Nov 22, 2019 · 1 comment · Fixed by #250
Closed

Not Symfony 5 compatible #234

dant89 opened this issue Nov 22, 2019 · 1 comment · Fixed by #250

Comments

@dant89
Copy link

dant89 commented Nov 22, 2019

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.

@florianeckerstorfer
Copy link
Member

@dant89 Could you create a PR for this?

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 a pull request may close this issue.

2 participants