What's the name the composer package?
Composer keeps installing package
Hello All,
I got some irritating package.
I tried to remove this one, but when I run composer update, the package will be installed again.
I tried numerous ways, including:
1.: Manual remove the package from composer.json and ran composer update.
2.: Manual remove all the package content, including the vendor part.
3.: Removed it from composer.json and Composer.lock and ran composer update
4.: composer remove package
5.: deleted the service provider.
I cleared my cache, and I ran optimise:clear as well. I did a composer clear-cache and a rm -fR ~/.cache/composer
Did a ctrl F to find all the references of this package, and deleted this.
I also installed the package again, and tried to remove it. This resulted in "Dependency "laravel/framework" is also a root requirement, but is not explicitly whitelisted. Ignoring."
But if I run a composer update, this package will be installed again :-(.....
I hope some of you guys can help me out to remove this package.. Unfortunately this is in one git branch, with I already made some development, so roll back a commit will not help :-(
Thanks in advanced.
Are you using any other packages, that also require backpack/pagemanager and would be pulling it in?
Please or to participate in this conversation.