eWAYPayment / eway-rapid-php

Eway Rapid PHP library
https://www.eway.com.au
MIT License
14 stars 24 forks source link

1.4.0 no longer available via packagist? #24

Closed johnorourke closed 2 years ago

johnorourke commented 2 years ago

The eWay Magento module 3.1.0 requires eway-rapid-php >=1.4 but that version isn't available via packagist: https://packagist.org/packages/eway/eway-rapid-php

Looking at our composer.lock file, it was available recently because we have it installed, but now we can't run composer update.

Am I missing something simple?

studio48internet commented 2 years ago

I don't think so. I ran an unrelated component installation and in the process it downgraded eWay Rapid Magento2 to 3.0.9 and PHP to 1.3.4 - I can no longer compile, presumably you can't go backwards safely.

Hoping to revert to 3.1.0/1.4 and that'll fix it.

incarnate commented 2 years ago

Thanks for opening the issue @johnorourke - you are right that it was listed until fairly recently. I'm not clear what has changed with Packagist to delist v1.4.0 when nothing changed on our end, but I've fixed the error in composer.json and v1.4.0 is back up again. Apologies for the inconvenience!