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