facebookarchive / facebook-for-magento

A first-party extension plugin built for Magento. This plugin will install a pixel on your site, upload your products into a catalog for use in FB ads, and (optionally) auto-create an FB shop with your products.
https://www.facebook.com/business/help/532749253576163
84 stars 57 forks source link

Package Missing From composer #77

Closed dgitman closed 6 years ago

dgitman commented 6 years ago

$ composer require facebook/facebook-for-magento [InvalidArgumentException] Could not find a matching version of package facebook/facebook-for-magento. Check the package spelling, your version constraint and that the package is available in a stability which matches your minimum-stability (stable).

mengyingdu commented 6 years ago

Are you using magento 2? It hasn't been supported yet see #24

mengyingdu commented 6 years ago

And many discussion about problems when using composer to upgrade https://magento.stackexchange.com/questions/98332/how-to-update-magento2-using-composer

andrewdaluz commented 6 years ago

You point github' repository on your composer using this commands, manually:

    composer config repositories.facebook git git@github.com:facebookincubator/facebook-for-magento.git
    composer require facebook/facebook-for-magento 2.5.1