升级插件
Showing
| { | ||
| "name": "aitoc/core", | ||
| "description": "Core extension by Aitoc", | ||
| "require": { | ||
| "php": "~5.6.5|7.0.2|7.0.4|~7.0.6|~7.0.13|~7.1.0|~7.2.0|~7.3.0|~7.4.0" | ||
| }, | ||
| "type": "magento2-module", | ||
| "version": "1.0.12", | ||
| "version": "1.0.16", | ||
| "license": [ | ||
| "Commercial" | ||
| ], | ||
| ... | ... |
| { | ||
| "name": "aitoc/smtp", | ||
| "description": "SMTP", | ||
| "require": { | ||
| "php": "~5.6.5|7.0.2|7.0.4|~7.0.6|~7.0.13|~7.1.0|~7.2.0|~7.3.0|~7.4.0", | ||
| "aitoc/core": ">=1.0.8" | ||
| }, | ||
| "type": "magento2-module", | ||
| "version": "1.0.3", | ||
| "license": [ | ||
| "Commercial" | ||
| ], | ||
| "autoload": { | ||
| "files": [ | ||
| "registration.php" | ||
| "name": "aitoc/smtp", | ||
| "description": "SMTP", | ||
| "require": { | ||
| "ext-dom": "*", | ||
| "aitoc/core": ">=1.0.16" | ||
| }, | ||
| "type": "magento2-module", | ||
| "version": "1.0.4", | ||
| "license": [ | ||
| "Commercial" | ||
| ], | ||
| "psr-4": { | ||
| "Aitoc\\Smtp\\": "" | ||
| "autoload": { | ||
| "files": [ | ||
| "registration.php" | ||
| ], | ||
| "psr-4": { | ||
| "Aitoc\\Smtp\\": "" | ||
| } | ||
| } | ||
| } | ||
| } | ||
| } | ||
| \ No newline at end of file |
Please
register
or
sign in
to comment