Your IP : 216.73.216.97


Current Path : /var/www/clients/client3/web2/web/vendor/magento/module-adobe-ims-api/
Upload File :
Current File : /var/www/clients/client3/web2/web/vendor/magento/module-adobe-ims-api/composer.json

{
    "name": "magento/module-adobe-ims-api",
    "description": "Implementation of Magento module responsible for authentication to Adobe services",
    "require": {
        "php": "~7.3.0||~7.4.0",
        "magento/framework": "*"
    },
    "type": "magento2-module",
    "license": [
        "OSL-3.0",
        "AFL-3.0"
    ],
    "autoload": {
        "files": [
            "registration.php"
        ],
        "psr-4": {
            "Magento\\AdobeImsApi\\": ""
        }
    },
    "version": "2.1.0"
}