-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
29 lines (29 loc) · 1.06 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"type": "magento-module",
"name": "alexh-swdev/softwareheld_xrechnung",
"description": "XRechnung generator",
"keywords": ["openmage", "openmage-module", "xrechnung"],
"homepage": "https://github.com/alexh-swdev/softwareheld_xrechnung",
"license": "MIT",
"authors": [
{
"name": "Alexander Held",
"homepage": "https://www.software-held.com",
"email": "[email protected]"
}
],
"require": {
"php": ">=7.4.0",
"magento-hackathon/magento-composer-installer": "*",
"horstoeko/zugferd": "^1.0"
},
"minimum-stability": "dev",
"extra": {
"map":[
["src/app/code/community/SoftwareHeld/Xrechnung/*", "app/code/community/SoftwareHeld/Xrechnung"],
["src/app/etc/modules/SoftwareHeld_Xrechnung.xml", "app/etc/modules/SoftwareHeld_Xrechnung.xml"],
["src/app/design/frontend/base/default/layout/softwareheld_xrechnung.xml", "app/design/frontend/base/default/layout/softwareheld_xrechnung.xml"],
["src/app/design/frontend/base/default/template/softwareheld_xrechnung/*", "app/design/frontend/base/default/template/softwareheld_xrechnung"]
]
}
}