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