-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.lock
112 lines (112 loc) · 3.75 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
{
"_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#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"content-hash": "9350eb1141475d1b8870becfe08bfb98",
"packages": [
{
"name": "tcdent/php-restclient",
"version": "0.1.6",
"source": {
"type": "git",
"url": "https://github.com/tcdent/php-restclient.git",
"reference": "59a464a76dee3ef7cd390360659c8552f36d054f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/tcdent/php-restclient/zipball/59a464a76dee3ef7cd390360659c8552f36d054f",
"reference": "59a464a76dee3ef7cd390360659c8552f36d054f",
"shasum": ""
},
"require": {
"ext-curl": "*",
"ext-json": "*",
"php": ">=5.4.0"
},
"require-dev": {
"php": ">=5.5.7",
"phpunit/phpunit": ">=4.5"
},
"type": "library",
"autoload": {
"files": [
"restclient.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Travis Dent",
"email": "[email protected]",
"role": "Developer"
}
],
"description": "A generic REST API client for PHP",
"homepage": "http://github.com/tcdent/php-restclient",
"keywords": [
"api",
"client",
"curl",
"json",
"rest",
"xml"
],
"time": "2017-03-16T16:21:44+00:00"
},
{
"name": "yahnis-elsts/wp-update-server",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/YahnisElsts/wp-update-server.git",
"reference": "9c8f98e19fb0fec29dd4e920fe86ee1480198eba"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/YahnisElsts/wp-update-server/zipball/9c8f98e19fb0fec29dd4e920fe86ee1480198eba",
"reference": "9c8f98e19fb0fec29dd4e920fe86ee1480198eba",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Yahnis Elsts",
"email": "[email protected]",
"homepage": "http://w-shadow.com/",
"role": "Developer"
}
],
"description": "Custom update API server for WordPress plugins and themes.",
"homepage": "https://github.com/YahnisElsts/wp-update-server/",
"keywords": [
"automatic updates",
"plugin updates",
"theme updates",
"wordpress"
],
"time": "2017-06-21T08:46:18+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "dev",
"stability-flags": {
"yahnis-elsts/wp-update-server": 20
},
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": []
}