This repository has been archived by the owner on Sep 4, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomposer.lock
135 lines (135 loc) · 4.63 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
130
131
132
133
134
135
{
"_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": "ee65bbbc6a1c1a6b6456ecf6667a8099",
"packages": [
{
"name": "kriswallsmith/buzz",
"version": "v0.15.2",
"source": {
"type": "git",
"url": "https://github.com/kriswallsmith/Buzz.git",
"reference": "d0b82d8a6169276f91f445c26792ff4a2b11e831"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/kriswallsmith/Buzz/zipball/d0b82d8a6169276f91f445c26792ff4a2b11e831",
"reference": "d0b82d8a6169276f91f445c26792ff4a2b11e831",
"shasum": ""
},
"require": {
"php": "^5.3.3 || ^7.0"
},
"require-dev": {
"symfony/phpunit-bridge": "^3.3"
},
"suggest": {
"ext-curl": "*"
},
"type": "library",
"autoload": {
"psr-4": {
"Buzz\\": "lib/Buzz"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Kris Wallsmith",
"email": "[email protected]",
"homepage": "http://kriswallsmith.net/"
}
],
"description": "Lightweight HTTP client",
"homepage": "https://github.com/kriswallsmith/Buzz",
"keywords": [
"curl",
"http client"
],
"time": "2017-11-24T19:18:50+00:00"
},
{
"name": "toin0u/digitalocean-v2",
"version": "2.2.0",
"source": {
"type": "git",
"url": "https://github.com/toin0u/DigitalOceanV2.git",
"reference": "c894bb11d09fff273a10291b0c0f3ef81297a578"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/toin0u/DigitalOceanV2/zipball/c894bb11d09fff273a10291b0c0f3ef81297a578",
"reference": "c894bb11d09fff273a10291b0c0f3ef81297a578",
"shasum": ""
},
"require": {
"php": ">=5.4.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "~1.11",
"guzzle/guzzle": "~3.7",
"guzzlehttp/guzzle": "~5.0|~6.0",
"kriswallsmith/buzz": "~0.10",
"phpspec/phpspec": "~2.4"
},
"suggest": {
"guzzle/guzzle": "To use GuzzleAdapter, require guzzle/guzzle:~3.7.",
"guzzlehttp/guzzle": "To use GuzzleHttpAdapter, require guzzlehttp/guzzle:~5.0|~6.0.",
"kriswallsmith/buzz": "To use BuzzAdapter, require kriswallsmith/buzz:~0.10."
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.2-dev"
}
},
"autoload": {
"psr-4": {
"DigitalOceanV2\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Antoine Corcy",
"email": "[email protected]",
"homepage": "http://sbin.dk",
"role": "Developer"
},
{
"name": "Yassir Hannnoun",
"email": "[email protected]",
"homepage": "https://yassirh.com",
"role": "Developer"
}
],
"description": "DigitalOcean API v2 PHP 5.4+ library",
"homepage": "https://github.com/toin0u/DigitalOceanV2",
"keywords": [
"Cloud Hosting",
"SSD",
"api",
"digitalocean",
"vps"
],
"time": "2017-04-18T15:02:19+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": []
}