oggetto/facebook-extension

Oggetto Facebook extension for Magento

v2.0.2 2013-06-21 13:40 UTC

This package is not auto-updated.

Last update: 2024-04-22 12:10:33 UTC


README

To install: set up your root composer.json in your project like this

{
    "name": "your-vendor-name/module-or-project-name",
    "description": "A short one line description of your module or project",
    "require": {
        "oggetto/facebook-extension": "2.*"
    },
    "repositories": [
        {
            "type": "composer",
            "url": "http://packages.firegento.com"
        }
    ],
    "extra":{
        "magento-root-dir": "./"
    }
}

Other information about installation you can find at Magento Composer Installer