| Current Path : /var/www/clients/client3/web2/web/vendor/magento/module-inventory-shipping/ |
| Current File : /var/www/clients/client3/web2/web/vendor/magento/module-inventory-shipping/composer.json |
{
"name": "magento/module-inventory-shipping",
"description": "N/A",
"type": "magento2-module",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"version": "1.2.1-p2",
"require": {
"php": "~7.3.0||~7.4.0",
"magento/framework": "*",
"magento/module-inventory-api": "1.2.*",
"magento/module-inventory-catalog-api": "1.3.*",
"magento/module-inventory-sales-api": "1.2.*",
"magento/module-inventory-source-selection-api": "1.4.*",
"magento/module-inventory-source-deduction-api": "1.2.*",
"magento/module-sales": "*",
"magento/module-shipping": "*",
"magento/module-store": "*"
},
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Magento\\InventoryShipping\\": ""
}
}
}