-
Notifications
You must be signed in to change notification settings - Fork 25
/
composer.json
131 lines (131 loc) · 3.94 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
{
"name": "catoth/antragsgruen",
"description": "Antragsgrün",
"type": "project",
"license": "AGPL-3.0-only",
"support": {
"issues": "https://github.com/CatoTH/antragsgruen/issues",
"source": "https://github.com/CatoTH/antragsgruen"
},
"keywords": [
"motions",
"amendments",
"party"
],
"homepage": "https://antragsgruen.de/",
"minimum-stability": "stable",
"require": {
"php": ">=8.1.0",
"ext-curl": "*",
"ext-dom": "*",
"ext-fileinfo": "*",
"ext-iconv": "*",
"ext-intl": "*",
"ext-json": "*",
"ext-pdo": "*",
"ext-zip": "*",
"catoth/html2opendocument": "0.18",
"colinodell/json5": "^3.0",
"doctrine/annotations": "^1.14.3",
"endroid/qr-code": "^5.0",
"firebase/php-jwt": "^6.8",
"guzzlehttp/guzzle": "^7.7",
"paragonie/sodium_compat": "^2.0",
"phpoffice/phpspreadsheet": "^3.3",
"predis/predis": "^2.2",
"s1syphos/php-simple-captcha": "dev-main#26d63ec7d3da30ea214d796eb613a8b6c2c51d81 as 2.4.0",
"scssphp/scssphp": "dev-main#12d3cdf0fc2a73e9438ded5a5a82fb353b68d718 as 1.13.0",
"setasign/fpdi": "^2.3.7",
"spomky-labs/otphp": "^11.3",
"symfony/amazon-mailer": "^5.4.23",
"symfony/lock": "^5.4.22",
"symfony/mailer": "^5.4.22",
"symfony/mailjet-mailer": "^5.4.23",
"symfony/polyfill-iconv": "^1.27",
"symfony/property-access": "^5.4.22",
"symfony/serializer": "^5.4.24",
"symfony/string": "^5.4.22",
"symfony/translation-contracts": "^2.5.2",
"tecnickcom/tcpdf": "^6.6.2",
"tijsverkoyen/css-to-inline-styles": "dev-master#97b4134400745eacabe50513f5b4d52e4b9356df as 2.2.8",
"yiisoft/yii2": "~2.0.47",
"yiisoft/yii2-authclient": "^2.2.14",
"yiisoft/yii2-redis": "^2.0"
},
"require-dev": {
"codeception/codeception": "dev-main#3d7a135b76f29eba80917db17ef5653fb1c4f885 as 5.1.2",
"codeception/module-asserts": "^3.0.0",
"codeception/module-phpbrowser": "^3.0.0",
"codeception/module-webdriver": "^4.0.2",
"codeception/module-yii2": "^1.1.8",
"codeception/lib-web": "dev-main#bc7c96a52e61cf636130caec77bd4668a2bc5969 as 1.0.6",
"phpmd/phpmd": "^2.13.0",
"phpstan/phpstan": "^2.0",
"squizlabs/php_codesniffer": "^3.7.2",
"yiisoft/yii2-debug": "^2.1.23"
},
"conflict": {
"psr/cache": ">=3.0.0",
"symfony/browser-kit": "<=5.4.0|>=6.0.0",
"symfony/config": "<=5.4.0|>=6.0.0",
"symfony/console": "<=5.4.0|>=6.0.0",
"symfony/css-selector": "<=5.4.0|>=6.0.0",
"symfony/dependency-injection": "<=5.4.0|>=6.0.0",
"symfony/dom-crawler": "<=5.4.0|>=6.0.0",
"symfony/event-dispatcher": "<=5.4.0|>=6.0.0",
"symfony/filesystem": "<=5.4.0|>=6.0.0",
"symfony/finder": "<=5.4.0|>=6.0.0",
"symfony/http-client": "<=5.4.0|>=6.0.0",
"symfony/mime": "<=5.4.0|>=6.0.0",
"symfony/process": "<=5.4.0|>=6.0.0",
"symfony/property-info": "<=5.4.0|>=6.0.0",
"symfony/yaml": "<=5.4.0|>=6.0.0"
},
"autoload": {
"psr-4": {
"setasign\\FpdiPdfParser\\": "components/fpdi/src/"
}
},
"autoload-dev": {
"psr-4": {
"Tests\\": "tests/"
}
},
"suggest": {
"yiisoft/yii2-redis": "Allows using redis for caching",
"simplesamlphp/simplesamlphp": "Allowed Single Sign On Authentication using SAML",
"predis/predis": "If simplesaml should store its data to redis"
},
"config": {
"platform": {
"php": "8.1.28"
},
"optimize-autoloader": true,
"sort-packages": true,
"allow-plugins": {
"simplesamlphp/composer-module-installer": true,
"yiisoft/yii2-composer": true
}
},
"extra": {
"yii\\composer\\Installer::postCreateProject": {
"setPermission": [
{
"runtime": "0775",
"web/assets": "0755",
"yii": "0755"
}
]
}
},
"repositories": [
{
"type": "composer",
"url": "https://asset-packagist.org"
},
{
"type": "vcs",
"url": "https://github.com/CatoTH/php-simple-captcha.git"
}
]
}