-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
38 lines (38 loc) · 1.04 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
30
31
32
33
34
35
36
37
38
{
"name": "srhinow/invoice_and_offer",
"description": "a invoice,credit,offer,reminder,agreements -Tool for Contao CMS",
"keywords": ["contao", "invoice", "credit", "offer", "reminder", "agreements","projects"],
"type": "contao-module",
"homepage": "https://github.com/srhinow/invoice_and_offer",
"license": "GPL-3.0+",
"authors":[
{
"name":"Sven Rhinow",
"homepage":"https://www.sr-tag.de",
"role":"Developer"
}
],
"support":{
"email": "[email protected]",
"issues":"https://github.com/srhinow/invoice_and_offer/issues",
"source":"https://github.com/srhinow/invoice_and_offer"
},
"require": {
"php": ">=5.3",
"contao/core-bundle": "^3.2 || ~4.1",
"contao-community-alliance/composer-plugin":"~2.4 || ~3.0",
"tecnickcom/tcpdf": "^6.2",
"setasign/fpdi": "^2.0",
"setasign/fpdi-tcpdf": "^2.0"
},
"replace": {
"contao-legacy/invoice_and_offer": "self.version"
},
"extra": {
"contao": {
"sources": {
"": "system/modules/invoice_and_offer"
}
}
}
}