zipMoney / zip.magento2

Zip Payment Extension for Magento2 that support global zip products
MIT License
4 stars 9 forks source link

Repo name change #80

Open erfanimani opened 1 year ago

erfanimani commented 1 year ago

Hello,

Our CI/CD started breaking due to a URL change. Just checking what we should use:

https://packagist.org/packages/zip/magento2

or

https://packagist.org/packages/zipmoney/magento2

robbielove commented 1 year ago

I have the same problem - it has broken the ability to install the current composer dependencies of the project I am working on.

I can not use the zipMoney/magento2 package in composer anymore because it does not exist (or has been made private) - or has been renamed to this repo; why did you blindly rename it like that? why did the old name require a change?

This has now caused the readme instructions to be invalid as it requests private repo authentication for this repo which obviously can not be obtained.

Please fix this and provided updated instructions.

erfanimani commented 1 year ago

@robbielove we changed it to zip/magento2": "^1.2" and it's working now.

It's a fairly big upgrade it seems, so just a heads up to test properly.