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

Symfony dependencies should be updated #865

Open
tarlepp opened this issue Oct 20, 2019 · 1 comment
Open

Symfony dependencies should be updated #865

tarlepp opened this issue Oct 20, 2019 · 1 comment
Assignees

Comments

@tarlepp
Copy link

tarlepp commented Oct 20, 2019

Seems like this application is using ^2.8 versions of Symfony packages in 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.

@zghosts
Copy link
Member

zghosts commented Oct 22, 2019

Good point, already working on this issue upgrading to 3.4 for now

@zghosts zghosts self-assigned this Oct 22, 2019
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

No branches or pull requests

2 participants