Snippets tagged “composer-remove”
1 snippet uses this tag.
- Composer: remove a package, clean up dependencies, don't update other packagesPHP
To remove a package with Composer, you can use the command composer remove [package-name].
1 snippet uses this tag.
To remove a package with Composer, you can use the command composer remove [package-name].