| Current Path : /var/www/clients/client3/web2/web/vendor/magento/module-adobe-stock-asset/ |
| Current File : /var/www/clients/client3/web2/web/vendor/magento/module-adobe-stock-asset/composer.json |
{
"name": "magento/module-adobe-stock-asset",
"description": "Magento module responsible for the Adobe Stock assets handling implementation on Magento side",
"type": "magento2-module",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"version": "1.3.0-p2",
"require": {
"php": "~7.3.0||~7.4.0",
"magento/framework": "*",
"magento/module-adobe-stock-asset-api": "2.0.0-p2",
"magento/module-adobe-stock-client-api": "2.1.0-p2",
"magento/module-media-gallery-api": "*",
"magento/module-media-gallery": "*",
"magento/module-config": "*"
},
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Magento\\AdobeStockAsset\\": ""
}
},
"repositories": {
"stock-api-libphp": {
"type": "vcs",
"url": "git@github.com:adobe/stock-api-libphp.git"
}
}
}