-
Notifications
You must be signed in to change notification settings - Fork 8
/
composer.json
49 lines (49 loc) · 1.35 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
{
"name": "codeformunich/muenchen-transparent",
"description": "München Transparent",
"type": "library",
"license": "AGPL-3.0",
"keywords": [
"ris",
"münchen",
"transparent",
"politik",
"anträge",
"ratsinformationssystem"
],
"minimum-stability": "stable",
"homepage": "https://www.muenchen-transparent.de/",
"require": {
"php": "^8.0",
"ext-curl": "*",
"ext-fileinfo": "*",
"ext-iconv": "*",
"ext-json": "*",
"ext-mbstring": "*",
"ext-posix": "*",
"yiisoft/yii": "^1.1",
"solarium/solarium": "^6",
"tijsverkoyen/css-to-inline-styles": "^2.2",
"sabre/dav": "^3.2",
"sabre/vobject" : "^4.1",
"codeception/codeception": "^4.0",
"sgh/pdfbox": "^1.0",
"codeception/yii-bridge": "dev-master",
"chrome-php/chrome": "^1.2",
"symfony/amazon-mailer": "^6",
"symfony/mailer": "^6",
"symfony/translation-contracts": "^3.0"
},
"config": {
"platform": {
"php": "8.0.13"
},
"optimize-autoloader": true
},
"require-dev": {
"codeception/module-asserts": "^1.3",
"codeception/module-db": "^1.1",
"phpunit/phpunit": "^9.5",
"spatie/phpunit-snapshot-assertions": "^4.2"
}
}