composer require which will be the opposite operation?

Viewed 2744

I have an environment that work several people, I'm a guest so I must adapt to this environment. I can't do composer update I can do composer require

but how can I remove a specific package without update all I mean which will be the opposite operation of composer require?

3 Answers
Related