Composer loading from cache

前端 未结 9 1304
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-02-02 04:54

i ran in a problem using composer for installing/uninstalling some dependencies in laravel which coming back after deleting them from composer.json and deleting the

9条回答
  •  终归单人心
    2021-02-02 05:32

    Don't edit your composer.json file manually to remove a package - it will remain in composer.lock.

    Use composer remove to delete the old package then composer require to install the replacement.

提交回复
热议问题