4

I have a Symfony 2.0 project; however, I'd like to switch from deps to composer.json without going up to 2.1+. Has anyone done this, or is there anything that would prevent this from working?

jlb
  • 19,090
  • 8
  • 34
  • 65
  • 4
    Support for Symfony 2.0 [has already stopped](http://symfony.com/doc/current/contributing/community/releases.html). Are you sure you don't want to upgrade? – Touki Mar 24 '14 at 10:32
  • @Touki personally I would but it's not a feasible for the project atm – jlb Mar 24 '14 at 12:14
  • Had a project where we were in exactly the same situation. We upgraded to composer within one day. Was not a big deal though it was a big project. – sebbo Apr 15 '14 at 12:40
  • Specify the correct version in composer. I assume that makes it not break anything. Still do testing in development and staging. – Hari K T Jul 09 '14 at 16:23

1 Answers1

2

Here is a page that shows you how to switch to composer for Symfony 2.0: http://knplabs.com/fr/blog/symfony2-with-composer

Jens
  • 5,767
  • 5
  • 54
  • 69
Simon Epskamp
  • 8,813
  • 3
  • 53
  • 58