-
Notifications
You must be signed in to change notification settings - Fork 3
/
composer.json
39 lines (39 loc) · 895 Bytes
/
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
{
"name": "akemin_dayo/phpcraft",
"description": "An open-source Minecraft: Java Edition server implementation, written in PHP.",
"type": "project",
"homepage": "https://github.com/akemin-dayo/PHPCraft",
"readme": "README.md",
"license": "MIT",
"authors": [
{
"name": "Andrew Vy",
"email": "[email protected]"
},
{
"name": "Karen/あけみ",
"email": "[email protected]",
"homepage": "https://akemi.ai/",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/akemin-dayo/PHPCraft/issues",
"source": "https://github.com/akemin-dayo/PHPCraft"
},
"require": {
"monolog/monolog": "^2.3",
"react/socket": "^1.10",
"react/event-loop": "^1.2",
"react/stream": "^1.2",
"evenement/evenement": "^3.0"
},
"require-dev": {
"phpunit/phpunit": "^9"
},
"autoload": {
"psr-4": {
"PHPCraft\\": "src/PHPCraft/"
}
}
}