forked from fenepedia/contao-klicktipp-gateway
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
48 lines (48 loc) · 1.45 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
45
46
47
48
{
"name": "fenepedia/contao-klicktipp-gateway",
"description": "Contao extension to provide a Notification Center Gateway for the KlickTipp API.",
"type": "contao-bundle",
"license": "LGPL-3.0-or-later",
"homepage": "https://www.fenepedia.de/contao-klicktipp-gateway",
"keywords": [
"Klick-Tipp",
"KickTipp",
"Contao",
"Notification Center"
],
"authors": [
{
"name": "Fenepedia",
"homepage": "https://www.fenepedia.de",
"role": "Owner"
},
{
"name": "Fritz Michael Gschwantner",
"email": "[email protected]",
"role": "Developer"
}
],
"require": {
"php": ">=7.1",
"contao/core-bundle": "^4.9",
"kazin8/klick-tipp": "^1.1",
"symfony/http-kernel": "^4.4 || ^5.0 || ^6.0",
"terminal42/notification_center": "^1.5"
},
"autoload": {
"psr-4": {
"Fenepedia\\ContaoKlickTippGateway\\": "src/"
}
},
"extra": {
"contao-manager-plugin": "Fenepedia\\ContaoKlickTippGateway\\ContaoManager\\Plugin"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.16"
},
"support": {
"issues": "https://github.com/fenepedia/contao-klicktipp-gateway/issues",
"docs": "https://www.fenepedia.de/contao-klicktipp-gateway",
"source": "https://github.com/fenepedia/contao-klicktipp-gateway"
}
}