-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
55 lines (55 loc) · 1.72 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
{
"name": "fenepedia/contao-er24-rechtstexte",
"description": "Contao extension to fetch legal texts from the eRecht24 API",
"type": "contao-bundle",
"license": "LGPL-3.0-or-later",
"homepage": "https://www.fenepedia.de/contao-er24-rechtstexte",
"keywords": [
"eRecht24",
"e-Recht24",
"Rechtstexte"
],
"authors": [
{
"name": "Fenepedia",
"homepage": "https://www.fenepedia.de",
"role": "Owner"
},
{
"name": "Fritz Michael Gschwantner",
"email": "[email protected]",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/fenepedia/contao-er24-rechtstexte/issues",
"source": "https://github.com/fenepedia/contao-er24-rechtstexte"
},
"require": {
"php": ">=8.1",
"contao/core-bundle": "^4.13 || ^5.0",
"erecht24/rechtstexte-sdk": "^1.0",
"symfony/cache": "^5.4 || ^6.4 || ^7.0",
"symfony/config": "^5.4 || ^6.4 || ^7.0",
"symfony/dependency-injection": "^5.4 || ^6.4 || ^7.0",
"symfony/http-foundation": "^5.4 || ^6.4 || ^7.0",
"symfony/http-kernel": "^5.4 || ^6.4 || ^7.0",
"symfony/routing": "^5.4 || ^6.4 || ^7.0"
},
"autoload": {
"psr-4": {
"Fenepedia\\ContaoErecht24Rechtstexte\\": "src/"
}
},
"extra": {
"contao-manager-plugin": "Fenepedia\\ContaoErecht24Rechtstexte\\ContaoManager\\Plugin"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.16 || ^3.0"
},
"config": {
"allow-plugins": {
"contao-components/installer": true
}
}
}