I want to uninstall (and not remove from my composer.json) dev dependencies on a project.
Is there a simple way to do this ?
Thanks, Yohang
|
I want to uninstall (and not remove from my composer.json) dev dependencies on a project. Is there a simple way to do this ? Thanks, Yohang |
|||
|
|
|
Actually no. You can manually rm -rf them from the vendor dir of course, but composer offers no way to uninstall the dev requirements after you did an install with --dev. It's not a huge use case but could warrant a new command line switch, if you would like to report an issue on github. |
|||||
|