12345678910111213141516171819202122232425262728293031 |
- {
- "name": "magento/module-inventory-product-alert",
- "description": "N/A",
- "require": {
- "php": "~7.1.3||~7.2.0",
- "magento/framework": "*",
- "magento/module-catalog": "*",
- "magento/module-store": "*",
- "magento/module-backend": "*",
- "magento/module-product-alert": "*",
- "magento/module-inventory-api": "*",
- "magento/module-inventory-sales-api": "*"
- },
- "suggest": {
- "magento/module-product-alert": "100.3.*"
- },
- "type": "magento2-module",
- "license": [
- "OSL-3.0",
- "AFL-3.0"
- ],
- "autoload": {
- "files": [
- "registration.php"
- ],
- "psr-4": {
- "Magento\\InventoryProductAlert\\": ""
- }
- },
- "version": "1.0.4"
- }
|