Question

I maked site on 2.0.7, today's actual version is 2.0.9. And I'm quite new to Symfony2. How I can upgrade my Symfony app without any problems?

Was it helpful?

Solution

Just get the deps and deps.lock files linked in the announcement on the symfony blog and run

php bin/vendors install

That will do the trick

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top