Open tarlepp opened 5 years ago
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.
Good point, already working on this issue upgrading to 3.4 for now
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.