| 12345678910111213141516171819202122232425262728 |
- {
- "name": "amzn/login-with-amazon-module",
- "description": "Login with Amazon module",
- "type": "magento2-module",
- "version": "2.2.2",
- "license": [
- "Apache-2.0"
- ],
- "require": {
- "php": "~7.0.13|~7.1.0|~7.2.0",
- "amzn/amazon-pay-and-login-with-amazon-core-module": "^2.2.2",
- "magento/module-customer": "^101.0",
- "magento/module-store": "^100.1",
- "magento/module-eav": "101.0.*",
- "magento/module-checkout": "100.2.*",
- "magento/module-checkout-agreements": "100.2.*"
- },
- "suggest": {
- "magento/module-sales": "101.0.*"
- },
- "autoload": {
- "files": ["registration.php"],
- "psr-4": {
- "Amazon\\Login\\": ""
- }
- }
- }
|