Closed KeyShang closed 4 years ago
Thanks for thinking about this. I'm going to close the PR though. The reason is that I'm slowly trying to make any change backwards compatible. In other words, in some Magento 2.3.5 versions, the module braintree/braintree_php
does exist and would need to be removed. And replacing A
with B
while A
is actually not installed, does not do any harm to your Magento installation. Consider it legacy in the replacements for the sake of backward compatibility, even though less beautiful.
Use
"braintree/braintree_php": "*",
is enough.