-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
74 lines (74 loc) · 2.33 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
{
"name": "dkfans/keeperfx-website",
"type": "project",
"version": "0.0.1",
"autoload": {
"psr-4": {
"App\\": "src/",
"App\\Controller\\": "controllers/"
}
},
"authors": [
{
"name": "Yani",
"email": "yani@xenokore.com"
}
],
"require": {
"php": "^8.0",
"psr/http-message": "^1.0",
"psr/http-client": "^1.0",
"psr/container": "^2.0",
"psr/simple-cache": "^3.0",
"vlucas/phpdotenv": "^5.5",
"twig/twig": "^3.4",
"doctrine/orm": "^2.13",
"symfony/console": "^6.2",
"filp/whoops": "^2.14",
"php-di/php-di": "^7.0",
"slim/slim": "^4.2",
"slim/psr7": "^1.6",
"php-di/slim-bridge": "^3.3",
"xenokore/utility": "^2.0",
"rkr/wildcards": "^1.0",
"symfony/process": "^6.2",
"monolog/monolog": "^3.2",
"symfony/cache": "^6.2",
"doctrine/migrations": "^3.5",
"compwright/php-session": "^3.1",
"twig/markdown-extra": "^3.5",
"league/commonmark": "^2.3",
"guzzlehttp/guzzle": "^7.5",
"gabrielelana/byte-units": "^0.5.0",
"slim/csrf": "^1.3",
"jbroadway/urlify": "^1.2",
"symfony/dom-crawler": "^6.2",
"symfony/css-selector": "^6.2",
"mibe/feedwriter": "^1.1",
"geertw/ip-anonymizer": "^1.1",
"akrabat/ip-address-middleware": "^2.1",
"symfony/var-dumper": "^6.2",
"zeuxisoo/slim-whoops": "^0.7.3",
"wapmorgan/unified-archive": "^1.1",
"gemorroj/archive7z": "^5.5",
"league/oauth2-client": "^2.6",
"wohali/oauth2-discord-new": "^1.2",
"vertisan/oauth2-twitch-helix": "^1.1",
"nicklaw5/twitch-api-php": "^7.1",
"appwrite/php-clamav": "^2.0",
"phpmailer/phpmailer": "^6.8",
"nopjmp/discord-webhooks": "^0.3.1",
"gumlet/php-image-resize": "^2.0",
"crunzphp/crunz": "^3.4",
"lasserafn/php-initial-avatar-generator": "^4.3",
"wyrihaximus/html-compress": "^4.2",
"fgribreau/mailchecker": "^6.0",
"predis/predis": "^2.2",
"maximebf/debugbar": "^1.22",
"solaris/php-moon-phase": "^3.0"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"psy/psysh": "^0.11.9"
}
}