» Simple bash script to update Symfony2
By COil on Thursday 9 February 2012 18:16 :: symfony :: Permalink :: Tags :: #bash #snippets #symfony #Symfony2 #unix View comments
Tweet thisAs you noticed there are frequent maintenance releases of Symfony2, the 2.0.10 version is already out. To avoid doings thing manually I use this simple bash script to make the update: (It works with a Symfony2 standard edition). To use it, just launch the script at the root of your project: (be careful as it will delete your vendor directory)
./update_symfony 2.0.10
The bash script:
See you.
Other related posts;







» Comments
COOL!
Careful, in case you have added new entries in deps, they will be lost, not very good, i guess.
That's precisely the goal of the script: to have new deps in another file, not in the main deps file so it can be overwrited without problem.