Doctrine2 Update Caused AnnotationRegistry registerLoader Error in Zend Framework 3

前端 未结 5 1467
无人及你
无人及你 2021-01-01 22:47

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

5条回答
  •  感动是毒
    2021-01-01 23:30

    Just delete composer.lock in your project, same for the "vendor" folder.

    run that and enjoy ->

    php composer.phar selfupdate

    php composer.phar install

提交回复
热议问题