I\'m working on a CMS based on Zend Framework 3.0 to manage a DB I with Doctrine. What is my problem when managing packages with composer? Recently, I updated all the packag
Just delete composer.lock in your project, same for the "vendor" folder.
run that and enjoy ->
php composer.phar selfupdate
php composer.phar install