This repository has been archived by the owner on May 13, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.lock
61 lines (61 loc) · 2 KB
/
composer.lock
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
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "0b1e8b24f14d0e362ebc33491bf8154f",
"packages": [
{
"name": "funnyitselmo/minecraftserverstatus",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/FunnyItsElmo/PHP-Minecraft-Server-Status-Query.git",
"reference": "71ba574c1a6587340f4ba141fa92ff8595751226"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/FunnyItsElmo/PHP-Minecraft-Server-Status-Query/zipball/71ba574c1a6587340f4ba141fa92ff8595751226",
"reference": "71ba574c1a6587340f4ba141fa92ff8595751226",
"shasum": ""
},
"type": "library",
"autoload": {
"psr-4": {
"MinecraftServerStatus\\": "src/",
"MinecraftServerStatus\\Packets\\": "src/Packets/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD"
],
"authors": [
{
"name": "Julian Spravil",
"email": "julian.spr@t-online.de"
}
],
"keywords": [
"minecraft",
"server",
"status"
],
"time": "2016-03-25T20:45:58+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": "7.2.*",
"ext-mbstring": "7.2.*",
"ext-sockets": "7.2.*",
"ext-json": "^1.6"
},
"platform-dev": []
}