On 8 Aug 2012, at 17:05, Garrett <[email protected]> wrote: > I am attempting to upgrade Symfony 1.3 => 1.4. However, the data/bin/symfony > script in my Symfony v1.4.18 folder doesn't contain a "project:upgrade1.4" > task for some reason. Receiving an " Task "project:upgrade1.4" is not > defined. " error. Not sure why. Any ideas on how to proceed?
1.4 is a subset of 1.3. It's just 1.3 with deprecated features and settings removed and a longer support time. They were released at the same time. Have a look at http://www.symfony-project.org/tutorial/1_4/en/deprecated to see what was removed from 1.3 to make 1.4. It's not really possible to automatically upgrade a project from 1.3 to 1.4. However if you aren't using any of the deprecated features or functions, then you can just replace the symfony library. -- Matt -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-devs?hl=en
