Level 50
just run composer update
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
I removed some packages using the command "composer remove vendor/nameofvendor" and the command works. But the package files, like classes, etc, are not removed from the project folder. This is normal? Or all files related to the package should be removed from the project folder when the package is removed?
@johnk remove those packages from composer.json file manually. remove vendor folder and run composer install
Please or to participate in this conversation.