답변:
이를 수행하는 올바른 방법은 다음과 같습니다.
composer remove jenssegers/mongodb --update-with-dependencies
나는 그 깃발이 무엇을 할 것인지에 대해 명확하지 않다는 것을 인정해야한다.
composer remove jenssegers/mongodb
현재 v1.0.0 개발자 - 베타 --update-with-dependencies
기본이고 더 이상 필요하지 않습니다.
composer remove …
있지만 --update-with-dependencies
이 질문을 우연히 발견 할 때까지 잊어 버린 경우 후속 호출이 composer remove
모든 종속성을 종료하지는 않습니다. install
그런 다음 되돌리기, 작곡가 , 그리고 다음 단계 로 돌아 가야합니다.composer remove --update-with-dependencies
You are using the deprecated option "update-with-dependencies". This is now default behaviour. The --no-update-with-dependencies option can be used to remove a package without its dependencies
composer update
@LorenzMeyer이 대답 엄지 손가락
실제로 매우 쉽습니다.
composer update
이 모든 작업을 수행하지만 다른 패키지도 업데이트합니다.
다른 패키지를 업데이트하지 않고 패키지를 제거하려면 다음과 같이 명령에서 해당 패키지를 지정하십시오.
composer update monolog/monolog
monolog/monolog
패키지 를 제거합니다 .
그럼에도 불구하고 자동으로 제거 할 수없고 수동으로 제거해야하는 빈 폴더 나 파일이 남아있을 수 있습니다.
--prune