-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.lock
117 lines (113 loc) · 3.66 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file"
],
"hash": "869a9f4ccd2baf2a79a45ddbb038c800",
"packages": [
{
"name": "maniaplanet/manialib",
"version": "3.1.1",
"source": {
"type": "git",
"url": "https://github.com/maniaplanet/manialib.git",
"reference": "f6793944f9ad4b348bae491efc4d69ff815f0bd2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/maniaplanet/manialib/zipball/f6793944f9ad4b348bae491efc4d69ff815f0bd2",
"reference": "f6793944f9ad4b348bae491efc4d69ff815f0bd2",
"shasum": ""
},
"require": {
"php": ">=5.3"
},
"type": "library",
"autoload": {
"classmap": [
"libraries/ManiaLib"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL-3.0"
],
"authors": [
{
"name": "Nadeo",
"email": "[email protected]",
"homepage": "http://www.nadeo.com/"
}
],
"description": "Library to query ManiaPlanet webservices (shootmania and trackmania 2)",
"homepage": "https://github.com/maniaplanet/manialib",
"keywords": [
"ManiaPlanet",
"ShootMania",
"TrackMania"
],
"time": "2014-01-14 15:28:42"
},
{
"name": "maniaplanet/maniaplanet-ws-sdk",
"version": "5.0.1",
"source": {
"type": "git",
"url": "https://github.com/maniaplanet/maniaplanet-ws-sdk.git",
"reference": "4be031223012561538d40644689760fba02e2daa"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/maniaplanet/maniaplanet-ws-sdk/zipball/4be031223012561538d40644689760fba02e2daa",
"reference": "4be031223012561538d40644689760fba02e2daa",
"shasum": ""
},
"require": {
"ext-curl": "*",
"ext-json": "*",
"php": ">=5.3"
},
"type": "library",
"autoload": {
"psr-0": {
"Maniaplanet\\": "libraries/Maniaplanet/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL-3.0"
],
"authors": [
{
"name": "Nadeo",
"email": "[email protected]",
"homepage": "http://www.nadeo.com/"
}
],
"description": "SDK for the ManiaPlanet Web Services API.",
"homepage": "https://github.com/maniaplanet/maniaplanet-ws-sdk",
"keywords": [
"ManiaPlanet",
"ShootMania",
"TrackMania",
"curl",
"oauth2",
"rest",
"web services"
],
"time": "2014-01-14 15:29:22"
}
],
"packages-dev": [
],
"aliases": [
],
"minimum-stability": "stable",
"stability-flags": [
],
"platform": {
"php": ">=5.3"
},
"platform-dev": [
]
}