-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathcomposer.json
More file actions
26 lines (26 loc) · 775 Bytes
/
composer.json
File metadata and controls
26 lines (26 loc) · 775 Bytes
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
{
"name": "publicuhc/minecraft-auth",
"description": "Fake Minecraft server for authentication checking",
"keywords": ["minecraft", "authentication", "auth", "minecraft server", "PHPAuthServer", "yggdrasil", "auth server"],
"minimum-stability": "stable",
"license": "GPL-3.0+",
"authors": [
{
"name": "Graham Howden",
"email": "graham_howden1@yahoo.co.uk"
}
],
"require": {
"ext-mcrypt": "*",
"phpseclib/phpseclib": "~0.3",
"publicuhc/php-yggdrasil": "~1.0",
"marc-mabe/php-enum": "~1.2",
"react/react": "~0.4"
},
"require-dev": {
"phpunit/phpunit": "3.7.*"
},
"autoload": {
"psr-4": {"PublicUHC\\MinecraftAuth\\": "src/"}
}
}