{
"name": "magento/module-webapi-async",
"description": "N/A",
"type": "magento2-module",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"config": {
"sort-packages": true
},
"version": "100.4.4",
"require": {
"php": "~8.1.0||~8.2.0",
"magento/framework": "103.0.*",
"magento/module-webapi": "100.4.*",
"magento/module-asynchronous-operations": "100.4.*",
"magento/module-store": "101.1.*"
},
"suggest": {
"magento/module-user": "101.2.*",
"magento/module-customer": "103.0.*"
},
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Magento\\WebapiAsync\\": ""
}
}
}
|