craftcms / commerce-paypal-checkout

PayPal Checkout gateway for Craft Commerce.
https://plugins.craftcms.com/commerce-paypal-checkout
MIT License
5 stars 10 forks source link

Installation Issue #2

Closed keyurshah closed 5 years ago

keyurshah commented 5 years ago

Hello,

Looks like it's still not working from #1

When running composer require craftcms/commerce-paypal-checkout

receiving the error:

  [InvalidArgumentException]                                                                                                                                                                      
  Could not find a version of package craftcms/commerce-paypal-checkout matching your minimum-stability (stable). Require it with an explicit version constraint allowing its desired stability.

thank you

nfourtythree commented 5 years ago

Hi @keyurshah

This will be because of your minimum stability.

If you install with composer require craftcms/commerce-paypal-checkout:1.0.0-alpha it should work for you.

Thanks.