This repository has been archived by the owner on Aug 8, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.lock
129 lines (129 loc) · 4.21 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
118
119
120
121
122
123
124
125
126
127
128
129
{
"_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",
"This file is @generated automatically"
],
"hash": "a5b4100b0e62d839484ba8eab9edbbfe",
"packages": [
{
"name": "nategood/httpful",
"version": "0.2.17",
"source": {
"type": "git",
"url": "https://github.com/nategood/httpful.git",
"reference": "7beda470b57250f60ce1b0179c5551620c3e43e6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nategood/httpful/zipball/7beda470b57250f60ce1b0179c5551620c3e43e6",
"reference": "7beda470b57250f60ce1b0179c5551620c3e43e6",
"shasum": ""
},
"require": {
"ext-curl": "*",
"php": ">=5.3"
},
"require-dev": {
"phpunit/phpunit": "*"
},
"type": "library",
"autoload": {
"psr-0": {
"Httpful": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nate Good",
"email": "me@nategood.com",
"homepage": "http://nategood.com"
}
],
"description": "A Readable, Chainable, REST friendly, PHP HTTP Client",
"homepage": "http://github.com/nategood/httpful",
"keywords": [
"api",
"curl",
"http",
"requests",
"rest",
"restful"
],
"time": "2014-08-24 21:57:36"
},
{
"name": "shift31/hostbase-api-client",
"version": "0.2.0",
"source": {
"type": "git",
"url": "https://github.com/shift31/hostbase-api-client-php.git",
"reference": "405e1835b03294033910a146da9ed0bb3ab5fcd6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/shift31/hostbase-api-client-php/zipball/405e1835b03294033910a146da9ed0bb3ab5fcd6",
"reference": "405e1835b03294033910a146da9ed0bb3ab5fcd6",
"shasum": ""
},
"require": {
"nategood/httpful": "0.2.*",
"php": ">=5.3"
},
"type": "library",
"autoload": {
"psr-0": {
"Shift31": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Shift 31 Consulting",
"email": "code@shift31.com"
}
],
"description": "The Hostbase API Client Library for PHP",
"time": "2015-02-02 05:03:44"
},
{
"name": "shift31/softlayer-api-php-client",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/shift31/softlayer-api-php-client",
"reference": "794be51d0c12b30d3893ac6295066863839fcaa3"
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"autoload": {
"psr-0": {
"SoftLayer": "/"
}
},
"description": "A fork of softlayer/softlayer-api-php-client supporting namespaces and composer",
"time": "2013-07-13 01:31:58"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "dev",
"stability-flags": {
"shift31/softlayer-api-php-client": 20
},
"prefer-stable": true,
"prefer-lowest": false,
"platform": {
"php": ">=5.3"
},
"platform-dev": []
}