-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomposer.json
60 lines (60 loc) · 1.92 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
49
50
51
52
53
54
55
56
57
58
59
60
{
"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": ">=8.1",
"codefog/contao-haste": "^5.1",
"contao/core-bundle": "^4.13 || ^5.3",
"kazin8/klick-tipp": "^1.1",
"symfony/config": "^5.4 || ^6.4 || ^7.0",
"symfony/dependency-injection": "^5.4 || ^6.4 || ^7.0",
"symfony/http-kernel": "^5.4 || ^6.4 || ^7.0",
"terminal42/notification_center": "^2.0.5"
},
"autoload": {
"psr-4": {
"Fenepedia\\ContaoKlickTippGateway\\": "src/"
}
},
"extra": {
"contao-manager-plugin": "Fenepedia\\ContaoKlickTippGateway\\ContaoManager\\Plugin"
},
"require-dev": {
"contao/easy-coding-standard": "^6.0",
"contao/rector": "^1.0"
},
"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"
},
"config": {
"allow-plugins": {
"contao-components/installer": true,
"contao-community-alliance/composer-plugin": true,
"php-http/discovery": false,
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}