-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
44 lines (44 loc) · 1.11 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
39
40
41
42
43
44
{
"name": "martin-kozianka/contao-simpletipp",
"description": "Simpletipp",
"keywords": [
"contao",
"openligadb",
"tippspiel",
"soccer",
"game"
],
"type": "contao-module",
"license": "LGPL-3.0+",
"authors": [{
"name": "Martin Kozianka",
"email": "martin@kozianka.de",
"homepage": "http://kozianka.de",
"role": "Developer"
}],
"support": {
"email": "martin@kozianka.de",
"issues": "https://github.com/kozi/contao-simpletipp/issues",
"source": "https://github.com/kozi/contao-simpletipp"
},
"require": {
"contao-community-alliance/composer-plugin": "~2.4 || ~3.0",
"contao/core-bundle": "~3.5 || ~4.4",
"kigkonsult/icalcreator": "~2",
"irazasyed/telegram-bot-sdk": "~2"
},
"minimum-stability": "dev",
"prefer-stable": true,
"autoload": {
"psr-0": {
"Simpletipp": "src/"
}
},
"extra": {
"contao": {
"sources": {
"contao": "system/modules/simpletipp"
}
}
}
}