I am currently on Symfony2 2.3.7. When I run the composer update command. In the post-update-cmd a script is run to update symfony2. But it fails:
Script Sen
I had the very same problem. Even calling
composer create-project symfony/framework-standard-edition path/ "2.3.*"
in an empty directory failed.
After all I rebooted and everything is fine again.