| Current Path : /var/www/clients/client3/web2/web/vendor/magento/module-asynchronous-operations/ |
| Current File : /var/www/clients/client3/web2/web/vendor/magento/module-asynchronous-operations/composer.json |
{
"name": "magento/module-asynchronous-operations",
"description": "N/A",
"type": "magento2-module",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"config": {
"sort-packages": true
},
"version": "100.4.3",
"require": {
"magento/framework": "103.0.*",
"magento/framework-message-queue": "100.4.*",
"magento/framework-bulk": "101.0.*",
"magento/module-authorization": "100.4.*",
"magento/module-backend": "102.0.*",
"magento/module-ui": "101.2.*",
"php": "~7.3.0||~7.4.0"
},
"suggest": {
"magento/module-admin-notification": "100.4.*",
"magento/module-logging": "*"
},
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Magento\\AsynchronousOperations\\": ""
}
}
}