Home > Backend Development > PHP Tutorial > How to uninstall extensions in Composer

How to uninstall extensions in Composer

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-07-06 13:52:39
Original
2454 people have browsed it

As mentioned, how to uninstall extensions in Composer.

Personal guess: When installing, you can include the extension in compose.json, and then execute composer update. Then when uninstalling, can you delete the extension included in compose.json, and then execute it again? How about composer update?

Reply content:

As mentioned, how to uninstall extensions in Composer.

Personal guess: When installing, you can include the extension in compose.json, and then execute composer update. Then when uninstalling, can you delete the extension included in compose.json, and then execute it again? How about composer update?

Yes, but this will require you to install and reinstall all other dependencies..

Let’s use composer remove some/package.

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Issues
Composer failed to install TP51
From 1970-01-01 08:00:00
0
0
0
PHP study installation composer cannot be used
From 1970-01-01 08:00:00
0
0
0
php - Error using composer
From 1970-01-01 08:00:00
0
0
0
ThinkPHP Why use composer?
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template