joindin / joindin-web2

HTTP Frontend For the Joind.in API
BSD 3-Clause "New" or "Revised" License
96 stars 174 forks source link

Symfony dependencies should be updated #865

Open tarlepp opened 5 years ago

tarlepp commented 5 years ago

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 commented 5 years ago

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