geovistory / ontome

https://ontome.net
MIT License
5 stars 0 forks source link

Symfony upgrade 3 -> 4 #186

Open dferhod opened 2 months ago

dferhod commented 2 months ago

Our current symfony is 3.4. We should already see the deprecated functions in the Symfony console. Address all the message and then proceed to the upgrade to v4 as explained here: https://symfonycasts.com/screencast/symfony4-upgrade/upgrade4

dferhod commented 2 months ago

We have 25 deprecations in the class page, and 35 in a specific profile page, these 2 pages are just examples, we need to go on each page to see every deprecations. Some of them are in controllers, other in twig templates files. Each deprecation message is quite clear to understand. We can start to tackle them tomorrow @perrauda