MageDirect / magento-mautic-integration

Magento + Mautic Integration. This integration synchronizes your customers between Magento and Mautic.
https://magedirect.co/solutions/magento-mautic/
7 stars 11 forks source link

Install by Composer #1

Open comunidademagento opened 6 years ago

comunidademagento commented 6 years ago

Hi,

Congratulations!!!

How to install this module in Magento 1.x by composer?

Thanks!!!

comunidademagento commented 6 years ago

Hi,

We try install this extension with composer.

https://github.com/MageDirect/magento-mautic-integration

See composer.json

http://magento-48796-343999.cloudwaysapps.com/composer.json

{ "minimum-stability": "dev", "prefer-stable": true, "license": [ "proprietary" ], "repositories":[ { "type": "vcs", "url": "git@github.com:MageDirect/magento-mautic-integration.git" } ], "require": { "MageDirect/magento-mautic-integration": "1.0.0" } }

captura de tela de 2017-10-08 12-29-52

Valentyn-Kubrak commented 6 years ago

Hi @comunidademagento , Thanks for your question. Our answer:

You can do it by yourself. Feel free to ask additional question

comunidademagento commented 6 years ago

Hi @Valentyn-Kubrak

Thanks for your interaction with us.

Magento 1.x work normally with composer.

See this manifesto.

http://magento-48796-343999.cloudwaysapps.com/composer.json

{ "minimum-stability": "dev", "prefer-stable": true, "license": [ "proprietary" ], "repositories": [ { "type": "composer", "url": "https?://packages.firegento.com" } ], "extra": { "magento-root-dir": "./", "magento-deploystrategy": "copy", "magento-force": true }, "require": { "aschroder/smtp_pro": "^2.0" } } See below images ...

I install now the extension SMTP_PRO with composer in Magento 1.x

captura de tela de 2017-10-08 14-29-00

captura de tela de 2017-10-08 14-35-39