| Current Path : /srv/web/sites/trentinoplant.it/httpdocs/vendor/magento/module-adobe-stock-client-api/ |
| Current File : /srv/web/sites/trentinoplant.it/httpdocs/vendor/magento/module-adobe-stock-client-api/composer.json |
{
"name": "magento/module-adobe-stock-client-api",
"description": "Magento module responsible for interaction with Adobe Stock API",
"type": "magento2-module",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"version": "2.1.4",
"require": {
"php": "~8.1.0||~8.2.0||~8.3.0",
"magento/framework": "*"
},
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Magento\\AdobeStockClientApi\\": ""
}
}
}