-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
60 lines (60 loc) · 1.34 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
{
"name": "pr0game/pr0game",
"description": "An open source space strategy game",
"type": "project",
"homepage": "https://codeberg.org/pr0game/pr0game/issues",
"readme": "README.md",
"license": "MIT",
"authors": [
{
"name": "Jan-Otto Kröpke",
"email": "[email protected]"
},
{
"name": "pr0game Community"
}
],
"support": {
"issues": "https://codeberg.org/pr0game/pr0game/issues/issues",
"chat": "https://discord.gg/jhYYN3yuat"
},
"funding": [
{
"type": "buymeacoffee",
"url": "https://www.buymeacoffee.com/pr0game"
}
],
"require": {
"php": "^8.1",
"ext-ctype": "*",
"ext-curl": "*",
"ext-date": "*",
"ext-filter": "*",
"ext-gd": "*",
"ext-hash": "*",
"ext-intl": "*",
"ext-json": "*",
"ext-mbstring": "*",
"ext-mysqli": "*",
"ext-openssl": "*",
"ext-pcre": "*",
"ext-pdo": "*",
"ext-session": "*",
"ext-spl": "*",
"ext-zlib": "*",
"dragonmantank/cron-expression": "^3.3",
"erusev/parsedown": "1.6.0",
"phpmailer/phpmailer": "v6.9.1",
"smarty/smarty": "v4.3.2",
"symfony/var-dumper": "v6.2.3"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.14"
},
"minimum-stability": "stable",
"prefer-stable": true,
"config": {
"vendor-dir": "vendor",
"sort-packages": true
}
}