I want remove a package (for example paypal/paypal-checkout-sdk)
when I use composer remove paypal/paypal-checkout-sdk , composer will not show any error.
but when I use composer show —installed , i will see paypal/paypal-checkout-sdk in my installed packages list.
How can I remove it completely?