summaryrefslogtreecommitdiff
blob: a7b1182753697ca35ba4a86d6cf751aad15d09e9 (plain)
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
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
<?php return array(
    'root' => array(
        'pretty_version' => 'dev-master',
        'version' => 'dev-master',
        'type' => 'wordpress-plugin',
        'install_path' => __DIR__ . '/../../',
        'aliases' => array(),
        'reference' => NULL,
        'name' => 'automattic/jetpack',
        'dev' => false,
    ),
    'versions' => array(
        'automattic/jetpack' => array(
            'pretty_version' => 'dev-master',
            'version' => 'dev-master',
            'type' => 'wordpress-plugin',
            'install_path' => __DIR__ . '/../../',
            'aliases' => array(),
            'reference' => NULL,
            'dev_requirement' => false,
        ),
        'automattic/jetpack-a8c-mc-stats' => array(
            'pretty_version' => 'v1.4.11',
            'version' => '1.4.11.0',
            'type' => 'jetpack-library',
            'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-a8c-mc-stats',
            'aliases' => array(),
            'reference' => '6e7d7c8b9c996f04978b834e4c3484bd2d916998',
            'dev_requirement' => false,
        ),
        'automattic/jetpack-abtest' => array(
            'pretty_version' => 'v1.9.18',
            'version' => '1.9.18.0',
            'type' => 'jetpack-library',
            'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-abtest',
            'aliases' => array(),
            'reference' => '8ad2e2685a1370f080c403095bad009b2f87370e',
            'dev_requirement' => false,
        ),
        'automattic/jetpack-admin-ui' => array(
            'pretty_version' => 'v0.2.1',
            'version' => '0.2.1.0',
            'type' => 'jetpack-library',
            'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-admin-ui',
            'aliases' => array(),
            'reference' => 'ce6964700c9698f9ea8c0a00120f1fbbd755de57',
            'dev_requirement' => false,
        ),
        'automattic/jetpack-assets' => array(
            'pretty_version' => 'v1.16.1',
            'version' => '1.16.1.0',
            'type' => 'jetpack-library',
            'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-assets',
            'aliases' => array(),
            'reference' => '5a6959969bed4559e080269cafbd69d476249822',
            'dev_requirement' => false,
        ),
        'automattic/jetpack-autoloader' => array(
            'pretty_version' => 'v2.10.11',
            'version' => '2.10.11.0',
            'type' => 'composer-plugin',
            'install_path' => __DIR__ . '/../automattic/jetpack-autoloader',
            'aliases' => array(),
            'reference' => '924226c0a9e2f9b0be022fc6bab2a90f5e610ef3',
            'dev_requirement' => false,
        ),
        'automattic/jetpack-backup' => array(
            'pretty_version' => 'v1.2.0',
            'version' => '1.2.0.0',
            'type' => 'jetpack-library',
            'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-backup',
            'aliases' => array(),
            'reference' => '55054e3fe2c0450d4738b3dcce547d26ee82faa1',
            'dev_requirement' => false,
        ),
        'automattic/jetpack-blocks' => array(
            'pretty_version' => 'v1.4.9',
            'version' => '1.4.9.0',
            'type' => 'jetpack-library',
            'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-blocks',
            'aliases' => array(),
            'reference' => 'ac699666f0bd01c4f74f9fa339a553e466a8b987',
            'dev_requirement' => false,
        ),
        'automattic/jetpack-compat' => array(
            'pretty_version' => 'v1.6.8',
            'version' => '1.6.8.0',
            'type' => 'jetpack-library',
            'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-compat',
            'aliases' => array(),
            'reference' => '38da6f2769a2438d192cde43343f3b9fdb517df1',
            'dev_requirement' => false,
        ),
        'automattic/jetpack-composer-plugin' => array(
            'pretty_version' => 'v1.0.1',
            'version' => '1.0.1.0',
            'type' => 'composer-plugin',
            'install_path' => __DIR__ . '/../automattic/jetpack-composer-plugin',
            'aliases' => array(),
            'reference' => '27c6980561d0c8c56ad3d9b9d0fb576b1ef9bd86',
            'dev_requirement' => false,
        ),
        'automattic/jetpack-config' => array(
            'pretty_version' => 'v1.6.0',
            'version' => '1.6.0.0',
            'type' => 'jetpack-library',
            'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-config',
            'aliases' => array(),
            'reference' => '1d46f87df9167a03960d708ce767d0efdfc855cf',
            'dev_requirement' => false,
        ),
        'automattic/jetpack-connection' => array(
            'pretty_version' => 'v1.34.0',
            'version' => '1.34.0.0',
            'type' => 'jetpack-library',
            'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-connection',
            'aliases' => array(),
            'reference' => '14545cff5de0384e8ced64bb161e814e657efebf',
            'dev_requirement' => false,
        ),
        'automattic/jetpack-connection-ui' => array(
            'pretty_version' => 'v2.3.0',
            'version' => '2.3.0.0',
            'type' => 'jetpack-library',
            'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-connection-ui',
            'aliases' => array(),
            'reference' => '375ea7b050b2dc98a06fc317dae8441dc1eacba8',
            'dev_requirement' => false,
        ),
        'automattic/jetpack-constants' => array(
            'pretty_version' => 'v1.6.14',
            'version' => '1.6.14.0',
            'type' => 'jetpack-library',
            'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-constants',
            'aliases' => array(),
            'reference' => '93af2a61eceaabd16c432451cc33f7c9074efa81',
            'dev_requirement' => false,
        ),
        'automattic/jetpack-device-detection' => array(
            'pretty_version' => 'v1.4.11',
            'version' => '1.4.11.0',
            'type' => 'jetpack-library',
            'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-device-detection',
            'aliases' => array(),
            'reference' => 'ab5ce7e487de9c9a13456d4aecdb7789f92f818d',
            'dev_requirement' => false,
        ),
        'automattic/jetpack-error' => array(
            'pretty_version' => 'v1.3.12',
            'version' => '1.3.12.0',
            'type' => 'jetpack-library',
            'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-error',
            'aliases' => array(),
            'reference' => '005bf60c2d533b3d169d6688360aaf034e7fc456',
            'dev_requirement' => false,
        ),
        'automattic/jetpack-heartbeat' => array(
            'pretty_version' => 'v1.4.0',
            'version' => '1.4.0.0',
            'type' => 'jetpack-library',
            'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-heartbeat',
            'aliases' => array(),
            'reference' => 'c35053475b1cb7363aee847e0d025f0a043dc3d5',
            'dev_requirement' => false,
        ),
        'automattic/jetpack-identity-crisis' => array(
            'pretty_version' => 'v0.6.1',
            'version' => '0.6.1.0',
            'type' => 'jetpack-library',
            'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-identity-crisis',
            'aliases' => array(),
            'reference' => '62f19cd6b289f719ed0ae4fb366b0bf44c5f5be9',
            'dev_requirement' => false,
        ),
        'automattic/jetpack-jitm' => array(
            'pretty_version' => 'v2.2.0',
            'version' => '2.2.0.0',
            'type' => 'jetpack-library',
            'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-jitm',
            'aliases' => array(),
            'reference' => '7ac6dc5ffb274310ddc6d38fc1611af19245dc96',
            'dev_requirement' => false,
        ),
        'automattic/jetpack-lazy-images' => array(
            'pretty_version' => 'v2.1.0',
            'version' => '2.1.0.0',
            'type' => 'jetpack-library',
            'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-lazy-images',
            'aliases' => array(),
            'reference' => '5aa6cfed2311fd3eb85d5c61dcf59854c5418380',
            'dev_requirement' => false,
        ),
        'automattic/jetpack-licensing' => array(
            'pretty_version' => 'v1.6.0',
            'version' => '1.6.0.0',
            'type' => 'jetpack-library',
            'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-licensing',
            'aliases' => array(),
            'reference' => 'cf6c5c97313fcfd2b5497cc3de945e49262f633e',
            'dev_requirement' => false,
        ),
        'automattic/jetpack-logo' => array(
            'pretty_version' => 'v1.5.13',
            'version' => '1.5.13.0',
            'type' => 'jetpack-library',
            'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-logo',
            'aliases' => array(),
            'reference' => '0f0a80b3ac89d8d64756a8049903fcedf6f2e887',
            'dev_requirement' => false,
        ),
        'automattic/jetpack-my-jetpack' => array(
            'pretty_version' => 'v0.3.0',
            'version' => '0.3.0.0',
            'type' => 'jetpack-library',
            'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-my-jetpack',
            'aliases' => array(),
            'reference' => '74179288cb1c3193320618fbc00e35244278ae9f',
            'dev_requirement' => false,
        ),
        'automattic/jetpack-options' => array(
            'pretty_version' => 'v1.14.2',
            'version' => '1.14.2.0',
            'type' => 'jetpack-library',
            'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-options',
            'aliases' => array(),
            'reference' => '9cd0f27ae970097bf6a8bc5b3c80cf079e4bf3f2',
            'dev_requirement' => false,
        ),
        'automattic/jetpack-partner' => array(
            'pretty_version' => 'v1.6.2',
            'version' => '1.6.2.0',
            'type' => 'jetpack-library',
            'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-partner',
            'aliases' => array(),
            'reference' => '68ff674f5f1301e1016521b58a39d18fe6442407',
            'dev_requirement' => false,
        ),
        'automattic/jetpack-password-checker' => array(
            'pretty_version' => 'v0.2.0',
            'version' => '0.2.0.0',
            'type' => 'jetpack-library',
            'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-password-checker',
            'aliases' => array(),
            'reference' => 'e07ea017e9d13fbb4104e40308dde8413ef6310f',
            'dev_requirement' => false,
        ),
        'automattic/jetpack-redirect' => array(
            'pretty_version' => 'v1.7.9',
            'version' => '1.7.9.0',
            'type' => 'jetpack-library',
            'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-redirect',
            'aliases' => array(),
            'reference' => '7b7640108a704b6978814e0cfb2e5102d19c7d42',
            'dev_requirement' => false,
        ),
        'automattic/jetpack-roles' => array(
            'pretty_version' => 'v1.4.13',
            'version' => '1.4.13.0',
            'type' => 'jetpack-library',
            'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-roles',
            'aliases' => array(),
            'reference' => '5d0a94f52de1e44a4537bc736af940f6b178c107',
            'dev_requirement' => false,
        ),
        'automattic/jetpack-search' => array(
            'pretty_version' => 'v0.4.0',
            'version' => '0.4.0.0',
            'type' => 'jetpack-library',
            'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-search',
            'aliases' => array(),
            'reference' => 'dee991d060e09821b2b4c9927c987a4877c3648e',
            'dev_requirement' => false,
        ),
        'automattic/jetpack-status' => array(
            'pretty_version' => 'v1.9.5',
            'version' => '1.9.5.0',
            'type' => 'jetpack-library',
            'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-status',
            'aliases' => array(),
            'reference' => '6300e03a808ef63dda558f0eb78e39a0e529a274',
            'dev_requirement' => false,
        ),
        'automattic/jetpack-sync' => array(
            'pretty_version' => 'v1.28.0',
            'version' => '1.28.0.0',
            'type' => 'jetpack-library',
            'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-sync',
            'aliases' => array(),
            'reference' => '3c7ce980bde96feaf695f998d5eb9458c9c16732',
            'dev_requirement' => false,
        ),
        'automattic/jetpack-terms-of-service' => array(
            'pretty_version' => 'v1.9.18',
            'version' => '1.9.18.0',
            'type' => 'jetpack-library',
            'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-terms-of-service',
            'aliases' => array(),
            'reference' => '46f3ac423d38219d719f0d0a33e7753b6e28d7ef',
            'dev_requirement' => false,
        ),
        'automattic/jetpack-tracking' => array(
            'pretty_version' => 'v1.14.0',
            'version' => '1.14.0.0',
            'type' => 'jetpack-library',
            'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-tracking',
            'aliases' => array(),
            'reference' => 'b2f869437c42fca557f3450fed0f61ae6162d0bf',
            'dev_requirement' => false,
        ),
        'nojimage/twitter-text-php' => array(
            'pretty_version' => 'v3.1.2',
            'version' => '3.1.2.0',
            'type' => 'library',
            'install_path' => __DIR__ . '/../nojimage/twitter-text-php',
            'aliases' => array(),
            'reference' => '979bcf6a92d543b61588c7c0c0a87d0eb473d8f6',
            'dev_requirement' => false,
        ),
    ),
);