-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathcomposer.json
More file actions
24 lines (23 loc) · 806 Bytes
/
composer.json
File metadata and controls
24 lines (23 loc) · 806 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "zwernemann/module-withdrawal",
"description": "Magento 2 EU Withdrawal Button Module - Adds a withdrawal/revocation button for orders in compliance with EU Directive (EU) 2023/2673",
"type": "magento2-module",
"license": ["OSL-3.0"],
"require": {
"php": ">=7.4",
"magento/framework": ">=103.0.0",
"magento/module-sales": ">=103.0.0",
"magento/module-customer": ">=103.0.0",
"magento/module-backend": ">=102.0.0",
"magento/module-email": ">=101.0.0",
"magento/module-ui": ">=101.0.0",
"magento/module-store": ">=101.0.0",
"magento/module-config": ">=101.0.0"
},
"autoload": {
"files": ["registration.php"],
"psr-4": {
"Zwernemann\\Withdrawal\\": ""
}
}
}