forked from vanilla/github-sync
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.lock
104 lines (104 loc) · 3.53 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
{
"_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": "d695ad3a742fb09697071fecc5dde755",
"packages": [
{
"name": "vanilla/garden-cli",
"version": "v1.6.3",
"source": {
"type": "git",
"url": "https://github.com/vanilla/garden-cli.git",
"reference": "8d150135624e207750cf45be107c3b4ef820faf4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/vanilla/garden-cli/zipball/8d150135624e207750cf45be107c3b4ef820faf4",
"reference": "8d150135624e207750cf45be107c3b4ef820faf4",
"shasum": ""
},
"require": {
"php": ">=5.6.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Garden\\Cli\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Todd Burry",
"email": "[email protected]"
}
],
"description": "A full-featured, yet ridiculously simple commandline parser for your next php cli script. Stop fighting with getopt().",
"time": "2017-11-30T16:08:28+00:00"
},
{
"name": "vanilla/garden-http",
"version": "v2.1",
"source": {
"type": "git",
"url": "https://github.com/vanilla/garden-http.git",
"reference": "4a64bb769d87f6021b024783bfd9c7e31c099e41"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/vanilla/garden-http/zipball/4a64bb769d87f6021b024783bfd9c7e31c099e41",
"reference": "4a64bb769d87f6021b024783bfd9c7e31c099e41",
"shasum": ""
},
"require": {
"ext-curl": "*",
"ext-json": "*",
"php": ">=7.0.0"
},
"require-dev": {
"vanilla/garden": "dev-master"
},
"type": "library",
"autoload": {
"psr-4": {
"Garden\\Http\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"Garden\\Http\\Tests\\": "tests"
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "Todd Burry",
"email": "[email protected]"
}
],
"description": "An unbloated HTTP client library for building RESTful API clients.",
"support": {
"source": "https://github.com/vanilla/garden-http/tree/v2.1",
"issues": "https://github.com/vanilla/garden-http/issues"
},
"time": "2019-08-18T02:08:03+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": [],
"plugin-api-version": "1.1.0"
}