订阅扩展
Showing
| ... | ... | @@ -71,6 +71,7 @@ |
| "magento/composer": "1.6.0", | ||
| "magento/magento-composer-installer": ">=0.1.11", | ||
| "magento/zendframework1": "~1.14.2", | ||
| "mageside/module-subscribe-at-checkout": "1.1.7", | ||
| "monolog/monolog": "^1.17", | ||
| "paragonie/sodium_compat": "^1.6", | ||
| "pelago/emogrifier": "^5.0.0", | ||
| ... | ... |
| { | ||
| "name": "mageside/module-subscribe-at-checkout", | ||
| "authors": [ | ||
| { | ||
| "name": "Mageside", | ||
| "email": "extensions@mageside.com", | ||
| "homepage": "https://mageside.com/" | ||
| } | ||
| ], | ||
| "description": "", | ||
| "type": "magento2-module", | ||
| "version": "1.1.7", | ||
| "license": [ | ||
| "MS-LICENSE.txt" | ||
| ], | ||
| "require": { | ||
| "php": "~7.1.0|~7.2.0|~7.3.0|~7.4.0|~8.0|~8.1", | ||
| "magento/framework": "102.0.*|103.0.*", | ||
| "magento/module-newsletter": "100.3.*|100.4.*" | ||
| }, | ||
| "autoload": { | ||
| "files": [ | ||
| "registration.php" | ||
| ], | ||
| "psr-4": { | ||
| "Mageside\\SubscribeAtCheckout\\": "" | ||
| } | ||
| } | ||
| } |
Please
register
or
sign in
to comment