I have a project with Symfony 2.6.4 and Propel 1.6.6-dev. I want upgrade propel to 1.7, How I do? In the official documentation I don't see how upgrade it.
I am using Composer.
I am getting this error when I run composer update
:
The .git directory is missing from /vendor/pkpass/pkpass, see getcomposer.org/commit-deps for more information
composer.json
into your question, indicating what change you made. Then if you can runcomposer update
, try your app and let us know what specific problems you are running into? – halfer