File: /var/www/vhost/disk-apps/magento.bikenow.co/vendor/magento/module-inventory-graph-ql/composer.json
{
"name": "magento/module-inventory-graph-ql",
"description": "N/A",
"type": "magento2-module",
"require": {
"php": "~7.3.0||~7.4.0",
"magento/framework": "*",
"magento/module-catalog": "*",
"magento/module-inventory-catalog": "1.2.*",
"magento/module-inventory-configuration-api": "1.2.*",
"magento/module-inventory-sales-api": "1.2.*"
},
"license": [
"OSL-3.0",
"AFL-3.0"
],
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Magento\\InventoryGraphQl\\": ""
}
},
"version": "1.2.0"
}