After update my Symfony2 project to Symfony2.3 i get:
The dist file “app/config/parameters.yml.dist” does not exist. Check your dist-file config or create it.
Easiest way is copy app/config/parameters.yml to app/config/parameters.yml.dist and run php composer.phar update again.
That’s all! Have a nice day 🙂