| Current Path : /home/rtorresani/www/vendor/magento/module-inventory-bundle-import-export/ |
| Current File : //home/rtorresani/www/vendor/magento/module-inventory-bundle-import-export/composer.json |
{
"name": "magento/module-inventory-bundle-import-export",
"description": "N/A",
"type": "magento2-module",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"version": "1.1.2",
"require": {
"php": "~8.1.0||~8.2.0",
"magento/framework": "*",
"magento/module-bundle-import-export": "*",
"magento/module-inventory-catalog-api": "1.3.*",
"magento/module-catalog-import-export": "*"
},
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Magento\\InventoryBundleImportExport\\": ""
}
}
}