0
votes

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

1
How are you pulling in Propel - are you using Composer? I don't recall their being any backwards-incompatible changes from 1.6 to 1.7, have you checked the changelist?halfer
Yes, I use Composer. Yes, I checked the changesJordi Salom
OK, so please edit in your new composer.json into your question, indicating what change you made. Then if you can run composer update, try your app and let us know what specific problems you are running into?halfer
The .git directory is missing from /vendor/pkpass/pkpass, see getcomposer.org/commit-deps for more informationJordi Salom
Possible duplicate of this question.halfer

1 Answers

0
votes

git clone git://github.com/propelorm/Propel lib/propel