| Current Path : /var/www/www.indacotrentino.com/www/vendor/magento/module-inventory-product-alert/ |
| Current File : /var/www/www.indacotrentino.com/www/vendor/magento/module-inventory-product-alert/composer.json |
{
"name": "magento/module-inventory-product-alert",
"description": "N/A",
"type": "magento2-module",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"version": "1.2.4",
"require": {
"php": "~8.1.0||~8.2.0||~8.3.0",
"magento/framework": "*",
"magento/module-catalog": "*",
"magento/module-store": "*",
"magento/module-backend": "*",
"magento/module-product-alert": "*",
"magento/module-inventory-api": "1.2.*",
"magento/module-inventory-sales-api": "1.2.*"
},
"suggest": {
"magento/module-product-alert": "*"
},
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Magento\\InventoryProductAlert\\": ""
}
}
}