| Current Path : /var/www/www.indacotrentino.com/www/vendor/magento/module-asynchronous-operations/ |
| Current File : //var/www/www.indacotrentino.com/www/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.7",
"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": "~8.1.0||~8.2.0||~8.3.0"
},
"suggest": {
"magento/module-admin-notification": "100.4.*",
"magento/module-logging": "*"
},
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Magento\\AsynchronousOperations\\": ""
}
}
}