Add composer.lock to git your git repo. That holds the versions you have currently installed.
The error suggests that composer.json does not match composer.lock, so you probably have an old version in your repository.
Note that Rocketeer runs composer install
which uses composer.lock (faster and exactly the same version as your dev) and not composer update
.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community