-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathcomposer.lock
100 lines (99 loc) · 3.04 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
{
"hash": "5042839f3fba8d2b3f677d448a792985",
"packages": [
{
"name": "qafoolabs/errorhandler",
"version": "1.0.0",
"source": {
"type": "git",
"url": "git://github.com/QafooLabs/ErrorHandler.git",
"reference": "1.0.0"
},
"dist": {
"type": "zip",
"url": "https://github.com/QafooLabs/ErrorHandler/zipball/1.0.0",
"reference": "1.0.0",
"shasum": ""
},
"time": "2012-09-11 20:13:35",
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-0": {
"QafooLabs\\ErrorHandler": "src/main"
}
},
"authors": [
{
"name": "Tobias Schlitt",
"email": "[email protected]"
},
{
"name": "Kore Nordmann",
"email": "[email protected]"
},
{
"name": "Jakob Westhoff",
"email": "[email protected]"
},
{
"name": "Manuel Pichler",
"email": "[email protected]"
}
],
"description": "Utility library to handle native errors, notices and warnings in PHP"
},
{
"name": "qafoolabs/restclient",
"version": "dev-master",
"source": {
"type": "git",
"url": "git://github.com/QafooLabs/RestClient.git",
"reference": "1.0.1"
},
"dist": {
"type": "zip",
"url": "https://github.com/QafooLabs/RestClient/zipball/1.0.1",
"reference": "1.0.1",
"shasum": ""
},
"require": {
"qafoolabs/errorhandler": "*"
},
"time": "1349970687",
"type": "library",
"installation-source": "source",
"autoload": {
"psr-0": {
"QafooLabs\\RestClient": "src/main"
}
},
"authors": [
{
"name": "Tobias Schlitt",
"email": "[email protected]"
},
{
"name": "Kore Nordmann",
"email": "[email protected]"
},
{
"name": "Jakob Westhoff",
"email": "[email protected]"
},
{
"name": "Manuel Pichler",
"email": "[email protected]"
}
],
"description": "Really simple rest client used within some of our projects."
}
],
"packages-dev": null,
"aliases": [
],
"minimum-stability": "stable",
"stability-flags": {
"qafoolabs/restclient": 20
}
}