Open yapro opened 8 years ago
It is very bad practice https://github.com/symfony/symfony/blob/master/.gitignore#L2 ? :)
As far as I know, when you installing the symfony is used the symfony/symfony-standard and file https://github.com/symfony/symfony-standard/blob/master/composer.lock
Thanks! I will add lock-file in nearest version.
composer install
./console migrations:migrate
grep -r DoctrineMigrationsProvider ./
grep -r silex-doctrine-migrations-provider ./
May be problem in composer.lock as we see above:
ls -la vendor
pinboard v1.5.2
I think you need to delete /composer.lock from .gitignore and than execute the command:
Because ignore composer.lock it very bad practice.