Reputation: 11
I have symfony version 1.4 . I wanted to know is it possible to upgrade from 1.4 to 3. if yes then how we can do it ?
Upvotes: 0
Views: 179
Reputation: 24280
Since 2017, to upgrade from Symfony 2.8 to 3.4 (at the moment), you might find useful this tool:
It is AST-based automated refactoring tool, to use in CLI.
At the time of writing this it contains around ~60 changes. Still growing every day.
Upvotes: 0
Reputation: 10890
Short answer: NO
Symfony 1.x
is from pre-composer era so you can't use composer to upgrade. In fact there is no direct path to upgrade from Symfony
1.x to 2.x (3.x). Symfony
1.x and 2.x are completly different, it's safe to say that only thing they have in common is name.
Upvotes: 6