Uninstall one package from composer without updating everything else -
I have a project that uses musician I want to remove a package (aspect mock in my case) .
I compose Removes dependency from Jason and manually deleting all seller packages. Then I run the I do not want this warning, so I run I do not want either to (I just want to delete a package), instead of running How can I remove a package installed by the composer without updating everything, and without starting the warnings in my workflow? It is said that running php composer.phar install . It says that
WARNING: The lock file with the latest changes in the composer is not up to date. Jason You can get old reliance, run updates to update them.
php composer.phar update and it updates all my packages in composer.lock (which we have In SCM).
composer update , I manually remove the removable package from the composer package. Remove in lock Composer install still gives me this warning.
no musician actually used Does not update anything in relation to the versions, but whatever you need and whatever you want.
Comments
Post a Comment