| Current Path : /var/www/www.indacotrentino.com/www/vendor/magento/module-login-as-customer-api/ |
| Current File : /var/www/www.indacotrentino.com/www/vendor/magento/module-login-as-customer-api/composer.json |
{
"name": "magento/module-login-as-customer-api",
"description": "Allow for admin to enter a customer account",
"type": "magento2-module",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"version": "100.4.6",
"require": {
"php": "~8.1.0||~8.2.0||~8.3.0",
"magento/framework": "103.0.*"
},
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Magento\\LoginAsCustomerApi\\": ""
}
}
}