Composer killed while updating

后端 未结 16 1964
野性不改
野性不改 2020-11-28 19:40

I got a problem, I tried to install a new package to my Laravel 4 project. But when I run php composer.phar update I get this:

Loading composer          


        
16条回答
  •  青春惊慌失措
    2020-11-28 19:45

    I get this problem caused for a package that don't update correctly with wildcards, I use directly the last version and it works finally.

    "l3/cas-bundle": "~1.0" -------> "l3/cas-bundle": "1.1.13"

提交回复
热议问题