| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- {
- "name": "dotmailer/dotmailer-magento2-extension",
- "description": "dotmailer integration for magento 2",
- "type": "magento2-module",
- "version": "3.1.1",
- "license": "MIT",
- "repositories": [
- {
- "type": "composer",
- "url": "https://repo.magento.com/"
- },
- {
- "type": "vcs",
- "url": "https://github.com/magento/marketplace-eqp"
- }
- ],
- "require": {
- "magento/framework": ">=100 <103",
- "magento/module-newsletter": "100.*",
- "magento/module-review": ">=100 <102",
- "magento/module-sales": ">=100 <103",
- "magento/module-sales-rule": ">=100 <102",
- "magento/module-wishlist": ">=100 <102",
- "magento/module-store": ">=100 <102",
- "magento/module-config": ">=100 <103",
- "magento/module-backend": ">=100 <102",
- "magento/module-checkout": "100.*",
- "magento/module-ui": ">=100 <102",
- "magento/module-cron": "100.*",
- "magento/module-customer": ">=100 <103",
- "magento/module-eav": ">=100 <103",
- "magento/module-catalog": ">=101 <104",
- "magento/module-catalog-rule": ">=100 <102",
- "magento/module-catalog-inventory": "100.*",
- "magento/module-quote": ">=100 <102",
- "magento/module-directory": "100.*",
- "magento/module-shipping": "100.*",
- "magento/module-payment": "100.*",
- "magento/module-user": ">=100 <102",
- "magento/module-reports": "100.*",
- "magento/module-email": ">=100 <102",
- "magento/module-send-friend": "100.*",
- "magento/module-product-alert": "100.*"
- },
- "require-dev": {
- "phpmd/phpmd": "@stable",
- "magento/marketplace-eqp": "dev-master",
- "squizlabs/php_codesniffer": "@stable"
- },
- "authors": [
- {
- "name": "Calin Diacon",
- "email": "calin.diacon@dotmailer.com"
- },
- {
- "name": "Adeel Qamar",
- "email": "adeel.qamar@dotmailer.com"
- },
- {
- "name": "Zygimantas",
- "email": "zygimantas.simkus@dotmailer.com"
- }
- ],
- "autoload": {
- "files": [ "registration.php" ],
- "psr-4": {
- "Dotdigitalgroup\\Email\\": ""
- }
- }
- }
|