How can I upgrade a Symfony2 app that is hosting my site?

541 Views Asked by At

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?

1

There are 1 best solutions below

1
On BEST ANSWER

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