1

Any fellow Symfony programmers here? How's the upgrade from 2.x to 3.x going?

I'm worried about some bundles breaking tbh

Comments
  • 0
    Are you using 2.8? If so, check your deprecations warnings, if you don't have any everything should be OK!

    (Or just upgrade and run your perfectly maintained functional and unit tests, you'll see if something broke :p)
  • 0
    We have 4 projects ranging from 2.7 to 2.8.x. I'm mainly worried about FOSUser and sonata admin bundle breaking. Refactoring the projects themselves shouldn't be too much effort but upgrading the bundles :/
Add Comment