Strategery-Inc / Magento2-InfiniteScroll

Automatically load the next page of products in Magento. Easy to install and configure, this module works 100% out of the box with vanilla Magento 2.x. For IAS license info: https://github.com/Strategery-Inc/Magento2-InfiniteScroll/issues/27#issuecomment-396148819
Academic Free License v3.0
57 stars 43 forks source link

Publish latest version to packagist.org #48

Closed ihor-sviziev closed 4 years ago

ihor-sviziev commented 5 years ago

Right now on GitHub we have latest version - 0.3.0, while on packagist.org we have latest version 0.2.5: https://packagist.org/packages/strategery/magento2-infinitescroll

Could you publish latest version also to packagist.org in order to simplify extension installation?

I thought about workaround - adding github repo to composer.json like this:

{
    ...
    "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/Strategery-Inc/Magento2-InfiniteScroll.git"
        }
    ]
    ...
}

But it didn't worked

Only installing as "dev" package works:

composer require strategery/magento2-infinitescroll:"dev-master#83b66c8 as 0.3.0"
gsomoza commented 4 years ago

This should have been fixed, closing.