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
Seems like this application is using ^2.8 versions of Symfony packages in composer.json;
^2.8
composer.json
"symfony/form": "^2.8", "symfony/validator": "^2.8", "symfony/security-csrf": "^2.8", "symfony/twig-bridge": "^2.8",
And Symfony 2.8.x is going to be not supported in november 2019 - see this
Those should be updated to supported version.
The text was updated successfully, but these errors were encountered:
Good point, already working on this issue upgrading to 3.4 for now
Sorry, something went wrong.
zghosts
No branches or pull requests
Seems like this application is using
^2.8
versions of Symfony packages incomposer.json
;And Symfony 2.8.x is going to be not supported in november 2019 - see this
Those should be updated to supported version.
The text was updated successfully, but these errors were encountered: