| Current Path : /var/www/www.indacotrentino.com/www/vendor/magento/module-payment-services-dashboard/ |
| Current File : //var/www/www.indacotrentino.com/www/vendor/magento/module-payment-services-dashboard/composer.json |
{
"name": "magento/module-payment-services-dashboard",
"description": "Payment Services Dashboard module",
"type": "magento2-module",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"version": "2.9.0",
"require": {
"php": "~8.1.0||~8.2.0||~8.3.0",
"ext-json": "*",
"magento/framework": ">=103.0.4 <104.0.0",
"magento/module-config": ">=101.2.4 <102.0.0",
"magento/module-backend": ">=102.0.4 <103.0.0",
"magento/module-store": ">=101.1.4 <102.0.0",
"magento/module-payment-services-base": "2.9.0",
"magento/module-payment-services-paypal": "2.9.0",
"magento/module-service-proxy": "2.9.0"
},
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Magento\\PaymentServicesDashboard\\": ""
}
}
}