| Current Path : /var/www/clients/client3/web2/web/vendor/magento/module-adobe-ims/ |
| Current File : /var/www/clients/client3/web2/web/vendor/magento/module-adobe-ims/composer.json |
{
"name": "magento/module-adobe-ims",
"description": "Magento module responsible for authentication to Adobe services",
"require": {
"php": "~7.3.0||~7.4.0",
"magento/framework": "*",
"magento/module-adobe-ims-api": "2.1.*",
"magento/module-authorization": "*",
"magento/module-backend": "*",
"magento/module-config": "*",
"magento/module-user": "*"
},
"type": "magento2-module",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Magento\\AdobeIms\\": ""
}
},
"version": "2.1.2"
}