-
Notifications
You must be signed in to change notification settings - Fork 40
Expand file tree
/
Copy pathcomposer.json
More file actions
44 lines (44 loc) · 1.08 KB
/
composer.json
File metadata and controls
44 lines (44 loc) · 1.08 KB
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
{
"require": {
"php": "^8.1",
"ext-gd": "*",
"ext-curl": "*",
"ext-soap": "*",
"aura/sqlquery": "2.7.1",
"aws/aws-sdk-php": "3.175.2",
"ezyang/htmlpurifier": "v4.13.0",
"fiskaly/fiskaly-sdk-php": "1.2.100",
"guzzlehttp/guzzle": "^6.5.5",
"laminas/laminas-mail": "^2.12.5",
"league/color-extractor": "0.3.2",
"league/flysystem": "^1.0.70",
"league/oauth1-client": "v1.9.0",
"lfkeitel/phptotp": "^1.0",
"nikic/fast-route": "^1.3",
"phpmailer/phpmailer": "v6.3.0",
"psr/log": "^1.0",
"rakit/validation": "v0.22.3",
"sabre/dav": "3.2.3",
"smarty/smarty": "v3.1.39",
"swiss-payment-slip/swiss-payment-slip": "0.13.0 as 0.11.1",
"swiss-payment-slip/swiss-payment-slip-fpdf": "0.6.0",
"tecnickcom/tcpdf": "6.3.5",
"y0lk/oauth1-etsy": "1.1.0"
},
"replace": {
"itbz/fpdf": "*"
},
"autoload": {
"psr-4": {
"Xentral\\": "classes"
},
"classmap": ["www/lib/versandarten/"]
},
"config": {
"platform": {
"php": "8.1",
"ext-gd": "8.1"
},
"optimize-autoloader": true
}
}