-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.lock
189 lines (189 loc) · 6.9 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
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
{
"_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": "14a499b4ccee84bbddf470278d4c12e2",
"packages": [
{
"name": "composepress/core",
"version": "0.3.2",
"source": {
"type": "git",
"url": "https://github.com/ComposePress/core.git",
"reference": "080287b81fd811edfe13afe7831c8115e0fce281"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ComposePress/core/zipball/080287b81fd811edfe13afe7831c8115e0fce281",
"reference": "080287b81fd811edfe13afe7831c8115e0fce281",
"shasum": ""
},
"require": {
"level-2/dice": "dev-v2.0-PHP5.4-5.5"
},
"type": "library",
"autoload": {
"psr-4": {
"ComposePress\\Core\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL-3.0-or-later"
],
"authors": [
{
"name": "Derrick Hammer",
"email": "[email protected]"
}
],
"description": "A simple PSR-4 and composer ready plugin framework for the modern wordpress age",
"time": "2018-01-29T06:17:21+00:00"
},
{
"name": "jakeasmith/http_build_url",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/jakeasmith/http_build_url.git",
"reference": "93c273e77cb1edead0cf8bcf8cd2003428e74e37"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/jakeasmith/http_build_url/zipball/93c273e77cb1edead0cf8bcf8cd2003428e74e37",
"reference": "93c273e77cb1edead0cf8bcf8cd2003428e74e37",
"shasum": ""
},
"type": "library",
"autoload": {
"files": [
"src/http_build_url.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jake A. Smith",
"email": "[email protected]"
}
],
"description": "Provides functionality for http_build_url() to environments without pecl_http.",
"time": "2017-05-01T15:36:40+00:00"
},
{
"name": "level-2/dice",
"version": "dev-v2.0-PHP5.4-5.5",
"source": {
"type": "git",
"url": "https://github.com/Level-2/Dice.git",
"reference": "33e5401c4a577b7d8dc7dc04db295fe5084343c4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Level-2/Dice/zipball/33e5401c4a577b7d8dc7dc04db295fe5084343c4",
"reference": "33e5401c4a577b7d8dc7dc04db295fe5084343c4",
"shasum": ""
},
"require": {
"php": ">=5.4.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Dice\\": "./"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-2-Clause"
],
"authors": [
{
"name": "Tom Butler",
"email": "[email protected]"
}
],
"description": "A minimalist Dependency injection container (DIC) for PHP. Please note: This branch is only compatible with PHP5.6. 5.5, 5.4 and 5.3 compatible version is available as a separate branch on github. ",
"homepage": "http://r.je/dice.html",
"keywords": [
"dependency injection",
"dependency injection container",
"di",
"ioc"
],
"time": "2015-11-30T17:19:11+00:00"
},
{
"name": "pcfreak30/wordpress-cache-store",
"version": "0.1.1",
"source": {
"type": "git",
"url": "https://github.com/pcfreak30/wordpress-cache-store.git",
"reference": "dd8eede8cf150476551166c3032273d3a417d0fe"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/pcfreak30/wordpress-cache-store/zipball/dd8eede8cf150476551166c3032273d3a417d0fe",
"reference": "dd8eede8cf150476551166c3032273d3a417d0fe",
"shasum": ""
},
"type": "library",
"autoload": {
"psr-4": {
"pcfreak30\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-3.0"
],
"authors": [
{
"name": "Derrick Hammer",
"email": "[email protected]"
}
],
"description": "WordPress cache library to enable a data tree inspired storage structure to offset the limitation of the WordPress cache API for querying available keys",
"time": "2017-07-22T21:43:49+00:00"
},
{
"name": "pguardiario/phpuri",
"version": "1.0",
"source": {
"type": "git",
"url": "https://github.com/monkeysuffrage/phpuri.git",
"reference": "ad0a5ec033fe616cfef55578b9c7f2458be8fbfc"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/monkeysuffrage/phpuri/zipball/ad0a5ec033fe616cfef55578b9c7f2458be8fbfc",
"reference": "ad0a5ec033fe616cfef55578b9c7f2458be8fbfc",
"shasum": ""
},
"type": "project",
"autoload": {
"files": [
"phpuri.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"description": "A php library for converting relative urls to absolute.",
"time": "2015-05-24T09:13:17+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {
"level-2/dice": 20
},
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": []
}