| author | ymh <ymh.work@gmail.com> |
| Fri, 05 Mar 2021 02:12:27 +0100 | |
| changeset 39 | 5a716b5cfe09 |
| parent 18 | 16772540de99 |
| permissions | -rw-r--r-- |
| 0 | 1 |
{
|
2 |
"_readme": [ |
|
3 |
"This file locks the dependencies of your project to a known state", |
|
4 |
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", |
|
5 |
"This file is @generated automatically" |
|
6 |
], |
|
| 39 | 7 |
"content-hash": "5db6b9433f19a74325c815e1263aa598", |
| 0 | 8 |
"packages": [ |
9 |
{
|
|
10 |
"name": "composer/ca-bundle", |
|
| 39 | 11 |
"version": "1.2.9", |
| 0 | 12 |
"source": {
|
13 |
"type": "git", |
|
14 |
"url": "https://github.com/composer/ca-bundle.git", |
|
| 39 | 15 |
"reference": "78a0e288fdcebf92aa2318a8d3656168da6ac1a5" |
| 0 | 16 |
}, |
17 |
"dist": {
|
|
18 |
"type": "zip", |
|
| 39 | 19 |
"url": "https://api.github.com/repos/composer/ca-bundle/zipball/78a0e288fdcebf92aa2318a8d3656168da6ac1a5", |
20 |
"reference": "78a0e288fdcebf92aa2318a8d3656168da6ac1a5", |
|
| 0 | 21 |
"shasum": "" |
22 |
}, |
|
23 |
"require": {
|
|
24 |
"ext-openssl": "*", |
|
25 |
"ext-pcre": "*", |
|
| 39 | 26 |
"php": "^5.3.2 || ^7.0 || ^8.0" |
| 0 | 27 |
}, |
28 |
"require-dev": {
|
|
| 39 | 29 |
"phpstan/phpstan": "^0.12.55", |
| 0 | 30 |
"psr/log": "^1.0", |
| 39 | 31 |
"symfony/phpunit-bridge": "^4.2 || ^5", |
32 |
"symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0" |
|
| 0 | 33 |
}, |
34 |
"type": "library", |
|
35 |
"extra": {
|
|
36 |
"branch-alias": {
|
|
| 39 | 37 |
"dev-main": "1.x-dev" |
| 0 | 38 |
} |
39 |
}, |
|
40 |
"autoload": {
|
|
41 |
"psr-4": {
|
|
42 |
"Composer\\CaBundle\\": "src" |
|
43 |
} |
|
44 |
}, |
|
45 |
"notification-url": "https://packagist.org/downloads/", |
|
46 |
"license": [ |
|
47 |
"MIT" |
|
48 |
], |
|
49 |
"authors": [ |
|
50 |
{
|
|
51 |
"name": "Jordi Boggiano", |
|
52 |
"email": "j.boggiano@seld.be", |
|
53 |
"homepage": "http://seld.be" |
|
54 |
} |
|
55 |
], |
|
56 |
"description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.", |
|
57 |
"keywords": [ |
|
58 |
"cabundle", |
|
59 |
"cacert", |
|
60 |
"certificate", |
|
61 |
"ssl", |
|
62 |
"tls" |
|
63 |
], |
|
| 39 | 64 |
"support": {
|
65 |
"irc": "irc://irc.freenode.org/composer", |
|
66 |
"issues": "https://github.com/composer/ca-bundle/issues", |
|
67 |
"source": "https://github.com/composer/ca-bundle/tree/1.2.9" |
|
68 |
}, |
|
69 |
"funding": [ |
|
70 |
{
|
|
71 |
"url": "https://packagist.com", |
|
72 |
"type": "custom" |
|
73 |
}, |
|
74 |
{
|
|
75 |
"url": "https://github.com/composer", |
|
76 |
"type": "github" |
|
77 |
}, |
|
78 |
{
|
|
79 |
"url": "https://tidelift.com/funding/github/packagist/composer/composer", |
|
80 |
"type": "tidelift" |
|
81 |
} |
|
82 |
], |
|
83 |
"time": "2021-01-12T12:10:35+00:00" |
|
| 0 | 84 |
}, |
85 |
{
|
|
86 |
"name": "composer/composer", |
|
| 39 | 87 |
"version": "1.10.20", |
| 0 | 88 |
"source": {
|
89 |
"type": "git", |
|
90 |
"url": "https://github.com/composer/composer.git", |
|
| 39 | 91 |
"reference": "e55d297525f0ecc805c813a0f63a40114fd670f6" |
| 0 | 92 |
}, |
93 |
"dist": {
|
|
94 |
"type": "zip", |
|
| 39 | 95 |
"url": "https://api.github.com/repos/composer/composer/zipball/e55d297525f0ecc805c813a0f63a40114fd670f6", |
96 |
"reference": "e55d297525f0ecc805c813a0f63a40114fd670f6", |
|
| 0 | 97 |
"shasum": "" |
98 |
}, |
|
99 |
"require": {
|
|
100 |
"composer/ca-bundle": "^1.0", |
|
101 |
"composer/semver": "^1.0", |
|
102 |
"composer/spdx-licenses": "^1.2", |
|
103 |
"composer/xdebug-handler": "^1.1", |
|
| 39 | 104 |
"justinrainbow/json-schema": "^5.2.10", |
105 |
"php": "^5.3.2 || ^7.0 || ^8.0", |
|
| 0 | 106 |
"psr/log": "^1.0", |
107 |
"seld/jsonlint": "^1.4", |
|
108 |
"seld/phar-utils": "^1.0", |
|
| 39 | 109 |
"symfony/console": "^2.7 || ^3.0 || ^4.0 || ^5.0", |
110 |
"symfony/filesystem": "^2.7 || ^3.0 || ^4.0 || ^5.0", |
|
111 |
"symfony/finder": "^2.7 || ^3.0 || ^4.0 || ^5.0", |
|
112 |
"symfony/process": "^2.7 || ^3.0 || ^4.0 || ^5.0" |
|
| 0 | 113 |
}, |
114 |
"conflict": {
|
|
115 |
"symfony/console": "2.8.38" |
|
116 |
}, |
|
117 |
"require-dev": {
|
|
| 39 | 118 |
"phpspec/prophecy": "^1.10", |
119 |
"symfony/phpunit-bridge": "^4.2" |
|
| 0 | 120 |
}, |
121 |
"suggest": {
|
|
122 |
"ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages", |
|
123 |
"ext-zip": "Enabling the zip extension allows you to unzip archives", |
|
124 |
"ext-zlib": "Allow gzip compression of HTTP requests" |
|
125 |
}, |
|
126 |
"bin": [ |
|
127 |
"bin/composer" |
|
128 |
], |
|
129 |
"type": "library", |
|
130 |
"extra": {
|
|
131 |
"branch-alias": {
|
|
| 39 | 132 |
"dev-master": "1.10-dev" |
| 0 | 133 |
} |
134 |
}, |
|
135 |
"autoload": {
|
|
136 |
"psr-4": {
|
|
137 |
"Composer\\": "src/Composer" |
|
138 |
} |
|
139 |
}, |
|
140 |
"notification-url": "https://packagist.org/downloads/", |
|
141 |
"license": [ |
|
142 |
"MIT" |
|
143 |
], |
|
144 |
"authors": [ |
|
145 |
{
|
|
146 |
"name": "Nils Adermann", |
|
147 |
"email": "naderman@naderman.de", |
|
148 |
"homepage": "http://www.naderman.de" |
|
149 |
}, |
|
150 |
{
|
|
151 |
"name": "Jordi Boggiano", |
|
152 |
"email": "j.boggiano@seld.be", |
|
153 |
"homepage": "http://seld.be" |
|
154 |
} |
|
155 |
], |
|
| 39 | 156 |
"description": "Composer helps you declare, manage and install dependencies of PHP projects. It ensures you have the right stack everywhere.", |
| 0 | 157 |
"homepage": "https://getcomposer.org/", |
158 |
"keywords": [ |
|
159 |
"autoload", |
|
160 |
"dependency", |
|
161 |
"package" |
|
162 |
], |
|
| 39 | 163 |
"support": {
|
164 |
"irc": "irc://irc.freenode.org/composer", |
|
165 |
"issues": "https://github.com/composer/composer/issues", |
|
166 |
"source": "https://github.com/composer/composer/tree/1.10.20" |
|
167 |
}, |
|
168 |
"funding": [ |
|
169 |
{
|
|
170 |
"url": "https://packagist.com", |
|
171 |
"type": "custom" |
|
172 |
}, |
|
173 |
{
|
|
174 |
"url": "https://github.com/composer", |
|
175 |
"type": "github" |
|
176 |
}, |
|
177 |
{
|
|
178 |
"url": "https://tidelift.com/funding/github/packagist/composer/composer", |
|
179 |
"type": "tidelift" |
|
180 |
} |
|
181 |
], |
|
182 |
"time": "2021-01-27T14:41:06+00:00" |
|
| 0 | 183 |
}, |
184 |
{
|
|
185 |
"name": "composer/installers", |
|
| 39 | 186 |
"version": "v1.10.0", |
| 0 | 187 |
"source": {
|
188 |
"type": "git", |
|
189 |
"url": "https://github.com/composer/installers.git", |
|
| 39 | 190 |
"reference": "1a0357fccad9d1cc1ea0c9a05b8847fbccccb78d" |
| 0 | 191 |
}, |
192 |
"dist": {
|
|
193 |
"type": "zip", |
|
| 39 | 194 |
"url": "https://api.github.com/repos/composer/installers/zipball/1a0357fccad9d1cc1ea0c9a05b8847fbccccb78d", |
195 |
"reference": "1a0357fccad9d1cc1ea0c9a05b8847fbccccb78d", |
|
| 0 | 196 |
"shasum": "" |
197 |
}, |
|
198 |
"require": {
|
|
| 39 | 199 |
"composer-plugin-api": "^1.0 || ^2.0" |
| 0 | 200 |
}, |
201 |
"replace": {
|
|
202 |
"roundcube/plugin-installer": "*", |
|
203 |
"shama/baton": "*" |
|
204 |
}, |
|
205 |
"require-dev": {
|
|
| 39 | 206 |
"composer/composer": "1.6.* || ^2.0", |
207 |
"composer/semver": "^1 || ^3", |
|
208 |
"phpstan/phpstan": "^0.12.55", |
|
209 |
"phpstan/phpstan-phpunit": "^0.12.16", |
|
210 |
"symfony/phpunit-bridge": "^4.2 || ^5", |
|
211 |
"symfony/process": "^2.3" |
|
| 0 | 212 |
}, |
213 |
"type": "composer-plugin", |
|
214 |
"extra": {
|
|
215 |
"class": "Composer\\Installers\\Plugin", |
|
216 |
"branch-alias": {
|
|
| 39 | 217 |
"dev-main": "1.x-dev" |
| 0 | 218 |
} |
219 |
}, |
|
220 |
"autoload": {
|
|
221 |
"psr-4": {
|
|
222 |
"Composer\\Installers\\": "src/Composer/Installers" |
|
223 |
} |
|
224 |
}, |
|
225 |
"notification-url": "https://packagist.org/downloads/", |
|
226 |
"license": [ |
|
227 |
"MIT" |
|
228 |
], |
|
229 |
"authors": [ |
|
230 |
{
|
|
231 |
"name": "Kyle Robinson Young", |
|
232 |
"email": "kyle@dontkry.com", |
|
233 |
"homepage": "https://github.com/shama" |
|
234 |
} |
|
235 |
], |
|
236 |
"description": "A multi-framework Composer library installer", |
|
237 |
"homepage": "https://composer.github.io/installers/", |
|
238 |
"keywords": [ |
|
239 |
"Craft", |
|
240 |
"Dolibarr", |
|
241 |
"Eliasis", |
|
242 |
"Hurad", |
|
243 |
"ImageCMS", |
|
244 |
"Kanboard", |
|
245 |
"Lan Management System", |
|
246 |
"MODX Evo", |
|
| 39 | 247 |
"MantisBT", |
| 0 | 248 |
"Mautic", |
249 |
"Maya", |
|
250 |
"OXID", |
|
251 |
"Plentymarkets", |
|
252 |
"Porto", |
|
253 |
"RadPHP", |
|
254 |
"SMF", |
|
| 39 | 255 |
"Starbug", |
| 0 | 256 |
"Thelia", |
| 39 | 257 |
"Whmcs", |
| 0 | 258 |
"WolfCMS", |
259 |
"agl", |
|
260 |
"aimeos", |
|
261 |
"annotatecms", |
|
262 |
"attogram", |
|
263 |
"bitrix", |
|
264 |
"cakephp", |
|
265 |
"chef", |
|
266 |
"cockpit", |
|
267 |
"codeigniter", |
|
268 |
"concrete5", |
|
269 |
"croogo", |
|
270 |
"dokuwiki", |
|
271 |
"drupal", |
|
272 |
"eZ Platform", |
|
273 |
"elgg", |
|
274 |
"expressionengine", |
|
275 |
"fuelphp", |
|
276 |
"grav", |
|
277 |
"installer", |
|
278 |
"itop", |
|
279 |
"joomla", |
|
| 39 | 280 |
"known", |
| 0 | 281 |
"kohana", |
282 |
"laravel", |
|
283 |
"lavalite", |
|
284 |
"lithium", |
|
285 |
"magento", |
|
286 |
"majima", |
|
287 |
"mako", |
|
288 |
"mediawiki", |
|
289 |
"modulework", |
|
290 |
"modx", |
|
291 |
"moodle", |
|
292 |
"osclass", |
|
293 |
"phpbb", |
|
294 |
"piwik", |
|
295 |
"ppi", |
|
| 39 | 296 |
"processwire", |
| 0 | 297 |
"puppet", |
298 |
"pxcms", |
|
299 |
"reindex", |
|
300 |
"roundcube", |
|
301 |
"shopware", |
|
302 |
"silverstripe", |
|
303 |
"sydes", |
|
| 39 | 304 |
"sylius", |
| 0 | 305 |
"symfony", |
306 |
"typo3", |
|
307 |
"wordpress", |
|
308 |
"yawik", |
|
309 |
"zend", |
|
310 |
"zikula" |
|
311 |
], |
|
| 39 | 312 |
"support": {
|
313 |
"issues": "https://github.com/composer/installers/issues", |
|
314 |
"source": "https://github.com/composer/installers/tree/v1.10.0" |
|
315 |
}, |
|
316 |
"funding": [ |
|
317 |
{
|
|
318 |
"url": "https://packagist.com", |
|
319 |
"type": "custom" |
|
320 |
}, |
|
321 |
{
|
|
322 |
"url": "https://github.com/composer", |
|
323 |
"type": "github" |
|
324 |
}, |
|
325 |
{
|
|
326 |
"url": "https://tidelift.com/funding/github/packagist/composer/composer", |
|
327 |
"type": "tidelift" |
|
328 |
} |
|
329 |
], |
|
330 |
"time": "2021-01-14T11:07:16+00:00" |
|
| 0 | 331 |
}, |
332 |
{
|
|
333 |
"name": "composer/semver", |
|
| 39 | 334 |
"version": "1.7.2", |
| 0 | 335 |
"source": {
|
336 |
"type": "git", |
|
337 |
"url": "https://github.com/composer/semver.git", |
|
| 39 | 338 |
"reference": "647490bbcaf7fc4891c58f47b825eb99d19c377a" |
| 0 | 339 |
}, |
340 |
"dist": {
|
|
341 |
"type": "zip", |
|
| 39 | 342 |
"url": "https://api.github.com/repos/composer/semver/zipball/647490bbcaf7fc4891c58f47b825eb99d19c377a", |
343 |
"reference": "647490bbcaf7fc4891c58f47b825eb99d19c377a", |
|
| 0 | 344 |
"shasum": "" |
345 |
}, |
|
346 |
"require": {
|
|
| 39 | 347 |
"php": "^5.3.2 || ^7.0 || ^8.0" |
| 0 | 348 |
}, |
349 |
"require-dev": {
|
|
| 39 | 350 |
"phpunit/phpunit": "^4.5 || ^5.0.5" |
| 0 | 351 |
}, |
352 |
"type": "library", |
|
353 |
"extra": {
|
|
354 |
"branch-alias": {
|
|
355 |
"dev-master": "1.x-dev" |
|
356 |
} |
|
357 |
}, |
|
358 |
"autoload": {
|
|
359 |
"psr-4": {
|
|
360 |
"Composer\\Semver\\": "src" |
|
361 |
} |
|
362 |
}, |
|
363 |
"notification-url": "https://packagist.org/downloads/", |
|
364 |
"license": [ |
|
365 |
"MIT" |
|
366 |
], |
|
367 |
"authors": [ |
|
368 |
{
|
|
369 |
"name": "Nils Adermann", |
|
370 |
"email": "naderman@naderman.de", |
|
371 |
"homepage": "http://www.naderman.de" |
|
372 |
}, |
|
373 |
{
|
|
374 |
"name": "Jordi Boggiano", |
|
375 |
"email": "j.boggiano@seld.be", |
|
376 |
"homepage": "http://seld.be" |
|
377 |
}, |
|
378 |
{
|
|
379 |
"name": "Rob Bast", |
|
380 |
"email": "rob.bast@gmail.com", |
|
381 |
"homepage": "http://robbast.nl" |
|
382 |
} |
|
383 |
], |
|
384 |
"description": "Semver library that offers utilities, version constraint parsing and validation.", |
|
385 |
"keywords": [ |
|
386 |
"semantic", |
|
387 |
"semver", |
|
388 |
"validation", |
|
389 |
"versioning" |
|
390 |
], |
|
| 39 | 391 |
"support": {
|
392 |
"irc": "irc://irc.freenode.org/composer", |
|
393 |
"issues": "https://github.com/composer/semver/issues", |
|
394 |
"source": "https://github.com/composer/semver/tree/1.7.2" |
|
395 |
}, |
|
396 |
"funding": [ |
|
397 |
{
|
|
398 |
"url": "https://packagist.com", |
|
399 |
"type": "custom" |
|
400 |
}, |
|
401 |
{
|
|
402 |
"url": "https://github.com/composer", |
|
403 |
"type": "github" |
|
404 |
}, |
|
405 |
{
|
|
406 |
"url": "https://tidelift.com/funding/github/packagist/composer/composer", |
|
407 |
"type": "tidelift" |
|
408 |
} |
|
409 |
], |
|
410 |
"time": "2020-12-03T15:47:16+00:00" |
|
| 0 | 411 |
}, |
412 |
{
|
|
413 |
"name": "composer/spdx-licenses", |
|
| 39 | 414 |
"version": "1.5.5", |
| 0 | 415 |
"source": {
|
416 |
"type": "git", |
|
417 |
"url": "https://github.com/composer/spdx-licenses.git", |
|
| 39 | 418 |
"reference": "de30328a7af8680efdc03e396aad24befd513200" |
| 0 | 419 |
}, |
420 |
"dist": {
|
|
421 |
"type": "zip", |
|
| 39 | 422 |
"url": "https://api.github.com/repos/composer/spdx-licenses/zipball/de30328a7af8680efdc03e396aad24befd513200", |
423 |
"reference": "de30328a7af8680efdc03e396aad24befd513200", |
|
| 0 | 424 |
"shasum": "" |
425 |
}, |
|
426 |
"require": {
|
|
427 |
"php": "^5.3.2 || ^7.0 || ^8.0" |
|
428 |
}, |
|
429 |
"require-dev": {
|
|
430 |
"phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 7" |
|
431 |
}, |
|
432 |
"type": "library", |
|
433 |
"extra": {
|
|
434 |
"branch-alias": {
|
|
| 39 | 435 |
"dev-main": "1.x-dev" |
| 0 | 436 |
} |
437 |
}, |
|
438 |
"autoload": {
|
|
439 |
"psr-4": {
|
|
440 |
"Composer\\Spdx\\": "src" |
|
441 |
} |
|
442 |
}, |
|
443 |
"notification-url": "https://packagist.org/downloads/", |
|
444 |
"license": [ |
|
445 |
"MIT" |
|
446 |
], |
|
447 |
"authors": [ |
|
448 |
{
|
|
449 |
"name": "Nils Adermann", |
|
450 |
"email": "naderman@naderman.de", |
|
451 |
"homepage": "http://www.naderman.de" |
|
452 |
}, |
|
453 |
{
|
|
454 |
"name": "Jordi Boggiano", |
|
455 |
"email": "j.boggiano@seld.be", |
|
456 |
"homepage": "http://seld.be" |
|
457 |
}, |
|
458 |
{
|
|
459 |
"name": "Rob Bast", |
|
460 |
"email": "rob.bast@gmail.com", |
|
461 |
"homepage": "http://robbast.nl" |
|
462 |
} |
|
463 |
], |
|
464 |
"description": "SPDX licenses list and validation library.", |
|
465 |
"keywords": [ |
|
466 |
"license", |
|
467 |
"spdx", |
|
468 |
"validator" |
|
469 |
], |
|
| 39 | 470 |
"support": {
|
471 |
"irc": "irc://irc.freenode.org/composer", |
|
472 |
"issues": "https://github.com/composer/spdx-licenses/issues", |
|
473 |
"source": "https://github.com/composer/spdx-licenses/tree/1.5.5" |
|
474 |
}, |
|
475 |
"funding": [ |
|
476 |
{
|
|
477 |
"url": "https://packagist.com", |
|
478 |
"type": "custom" |
|
479 |
}, |
|
480 |
{
|
|
481 |
"url": "https://github.com/composer", |
|
482 |
"type": "github" |
|
483 |
}, |
|
484 |
{
|
|
485 |
"url": "https://tidelift.com/funding/github/packagist/composer/composer", |
|
486 |
"type": "tidelift" |
|
487 |
} |
|
488 |
], |
|
489 |
"time": "2020-12-03T16:04:16+00:00" |
|
| 0 | 490 |
}, |
491 |
{
|
|
492 |
"name": "composer/xdebug-handler", |
|
| 39 | 493 |
"version": "1.4.5", |
| 0 | 494 |
"source": {
|
495 |
"type": "git", |
|
496 |
"url": "https://github.com/composer/xdebug-handler.git", |
|
| 39 | 497 |
"reference": "f28d44c286812c714741478d968104c5e604a1d4" |
| 0 | 498 |
}, |
499 |
"dist": {
|
|
500 |
"type": "zip", |
|
| 39 | 501 |
"url": "https://api.github.com/repos/composer/xdebug-handler/zipball/f28d44c286812c714741478d968104c5e604a1d4", |
502 |
"reference": "f28d44c286812c714741478d968104c5e604a1d4", |
|
| 0 | 503 |
"shasum": "" |
504 |
}, |
|
505 |
"require": {
|
|
| 39 | 506 |
"php": "^5.3.2 || ^7.0 || ^8.0", |
| 0 | 507 |
"psr/log": "^1.0" |
508 |
}, |
|
509 |
"require-dev": {
|
|
| 39 | 510 |
"phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8" |
| 0 | 511 |
}, |
512 |
"type": "library", |
|
513 |
"autoload": {
|
|
514 |
"psr-4": {
|
|
515 |
"Composer\\XdebugHandler\\": "src" |
|
516 |
} |
|
517 |
}, |
|
518 |
"notification-url": "https://packagist.org/downloads/", |
|
519 |
"license": [ |
|
520 |
"MIT" |
|
521 |
], |
|
522 |
"authors": [ |
|
523 |
{
|
|
524 |
"name": "John Stevenson", |
|
525 |
"email": "john-stevenson@blueyonder.co.uk" |
|
526 |
} |
|
527 |
], |
|
| 39 | 528 |
"description": "Restarts a process without Xdebug.", |
| 0 | 529 |
"keywords": [ |
530 |
"Xdebug", |
|
531 |
"performance" |
|
532 |
], |
|
| 39 | 533 |
"support": {
|
534 |
"irc": "irc://irc.freenode.org/composer", |
|
535 |
"issues": "https://github.com/composer/xdebug-handler/issues", |
|
536 |
"source": "https://github.com/composer/xdebug-handler/tree/1.4.5" |
|
537 |
}, |
|
538 |
"funding": [ |
|
539 |
{
|
|
540 |
"url": "https://packagist.com", |
|
541 |
"type": "custom" |
|
542 |
}, |
|
543 |
{
|
|
544 |
"url": "https://github.com/composer", |
|
545 |
"type": "github" |
|
546 |
}, |
|
547 |
{
|
|
548 |
"url": "https://tidelift.com/funding/github/packagist/composer/composer", |
|
549 |
"type": "tidelift" |
|
550 |
} |
|
551 |
], |
|
552 |
"time": "2020-11-13T08:04:11+00:00" |
|
553 |
}, |
|
554 |
{
|
|
555 |
"name": "cweagans/composer-patches", |
|
556 |
"version": "1.7.0", |
|
557 |
"source": {
|
|
558 |
"type": "git", |
|
559 |
"url": "https://github.com/cweagans/composer-patches.git", |
|
560 |
"reference": "ae02121445ad75f4eaff800cc532b5e6233e2ddf" |
|
561 |
}, |
|
562 |
"dist": {
|
|
563 |
"type": "zip", |
|
564 |
"url": "https://api.github.com/repos/cweagans/composer-patches/zipball/ae02121445ad75f4eaff800cc532b5e6233e2ddf", |
|
565 |
"reference": "ae02121445ad75f4eaff800cc532b5e6233e2ddf", |
|
566 |
"shasum": "" |
|
567 |
}, |
|
568 |
"require": {
|
|
569 |
"composer-plugin-api": "^1.0 || ^2.0", |
|
570 |
"php": ">=5.3.0" |
|
571 |
}, |
|
572 |
"require-dev": {
|
|
573 |
"composer/composer": "~1.0 || ~2.0", |
|
574 |
"phpunit/phpunit": "~4.6" |
|
575 |
}, |
|
576 |
"type": "composer-plugin", |
|
577 |
"extra": {
|
|
578 |
"class": "cweagans\\Composer\\Patches" |
|
579 |
}, |
|
580 |
"autoload": {
|
|
581 |
"psr-4": {
|
|
582 |
"cweagans\\Composer\\": "src" |
|
583 |
} |
|
584 |
}, |
|
585 |
"notification-url": "https://packagist.org/downloads/", |
|
586 |
"license": [ |
|
587 |
"BSD-3-Clause" |
|
588 |
], |
|
589 |
"authors": [ |
|
590 |
{
|
|
591 |
"name": "Cameron Eagans", |
|
592 |
"email": "me@cweagans.net" |
|
593 |
} |
|
594 |
], |
|
595 |
"description": "Provides a way to patch Composer packages.", |
|
596 |
"support": {
|
|
597 |
"issues": "https://github.com/cweagans/composer-patches/issues", |
|
598 |
"source": "https://github.com/cweagans/composer-patches/tree/1.7.0" |
|
599 |
}, |
|
600 |
"time": "2020-09-30T17:56:20+00:00" |
|
| 0 | 601 |
}, |
602 |
{
|
|
603 |
"name": "gettext/gettext", |
|
| 39 | 604 |
"version": "v4.8.3", |
| 0 | 605 |
"source": {
|
606 |
"type": "git", |
|
| 39 | 607 |
"url": "https://github.com/php-gettext/Gettext.git", |
608 |
"reference": "57ff4fb16647e78e80a5909fe3c190f1c3110321" |
|
| 0 | 609 |
}, |
610 |
"dist": {
|
|
611 |
"type": "zip", |
|
| 39 | 612 |
"url": "https://api.github.com/repos/php-gettext/Gettext/zipball/57ff4fb16647e78e80a5909fe3c190f1c3110321", |
613 |
"reference": "57ff4fb16647e78e80a5909fe3c190f1c3110321", |
|
| 0 | 614 |
"shasum": "" |
615 |
}, |
|
616 |
"require": {
|
|
617 |
"gettext/languages": "^2.3", |
|
618 |
"php": ">=5.4.0" |
|
619 |
}, |
|
620 |
"require-dev": {
|
|
621 |
"illuminate/view": "*", |
|
622 |
"phpunit/phpunit": "^4.8|^5.7|^6.5", |
|
623 |
"squizlabs/php_codesniffer": "^3.0", |
|
624 |
"symfony/yaml": "~2", |
|
625 |
"twig/extensions": "*", |
|
626 |
"twig/twig": "^1.31|^2.0" |
|
627 |
}, |
|
628 |
"suggest": {
|
|
629 |
"illuminate/view": "Is necessary if you want to use the Blade extractor", |
|
630 |
"symfony/yaml": "Is necessary if you want to use the Yaml extractor/generator", |
|
631 |
"twig/extensions": "Is necessary if you want to use the Twig extractor", |
|
632 |
"twig/twig": "Is necessary if you want to use the Twig extractor" |
|
633 |
}, |
|
634 |
"type": "library", |
|
635 |
"autoload": {
|
|
636 |
"psr-4": {
|
|
637 |
"Gettext\\": "src" |
|
638 |
} |
|
639 |
}, |
|
640 |
"notification-url": "https://packagist.org/downloads/", |
|
641 |
"license": [ |
|
642 |
"MIT" |
|
643 |
], |
|
644 |
"authors": [ |
|
645 |
{
|
|
646 |
"name": "Oscar Otero", |
|
647 |
"email": "oom@oscarotero.com", |
|
648 |
"homepage": "http://oscarotero.com", |
|
649 |
"role": "Developer" |
|
650 |
} |
|
651 |
], |
|
652 |
"description": "PHP gettext manager", |
|
653 |
"homepage": "https://github.com/oscarotero/Gettext", |
|
654 |
"keywords": [ |
|
655 |
"JS", |
|
656 |
"gettext", |
|
657 |
"i18n", |
|
658 |
"mo", |
|
659 |
"po", |
|
660 |
"translation" |
|
661 |
], |
|
| 39 | 662 |
"support": {
|
663 |
"email": "oom@oscarotero.com", |
|
664 |
"issues": "https://github.com/oscarotero/Gettext/issues", |
|
665 |
"source": "https://github.com/php-gettext/Gettext/tree/v4.8.3" |
|
666 |
}, |
|
667 |
"time": "2020-11-18T22:35:49+00:00" |
|
| 0 | 668 |
}, |
669 |
{
|
|
670 |
"name": "gettext/languages", |
|
| 39 | 671 |
"version": "2.6.0", |
| 0 | 672 |
"source": {
|
673 |
"type": "git", |
|
| 39 | 674 |
"url": "https://github.com/php-gettext/Languages.git", |
675 |
"reference": "38ea0482f649e0802e475f0ed19fa993bcb7a618" |
|
| 0 | 676 |
}, |
677 |
"dist": {
|
|
678 |
"type": "zip", |
|
| 39 | 679 |
"url": "https://api.github.com/repos/php-gettext/Languages/zipball/38ea0482f649e0802e475f0ed19fa993bcb7a618", |
680 |
"reference": "38ea0482f649e0802e475f0ed19fa993bcb7a618", |
|
| 0 | 681 |
"shasum": "" |
682 |
}, |
|
683 |
"require": {
|
|
684 |
"php": ">=5.3" |
|
685 |
}, |
|
686 |
"require-dev": {
|
|
| 39 | 687 |
"friendsofphp/php-cs-fixer": "^2.16.0", |
688 |
"phpunit/phpunit": "^4.8 || ^5.7 || ^6.5 || ^7.5 || ^8.4" |
|
| 0 | 689 |
}, |
690 |
"bin": [ |
|
| 39 | 691 |
"bin/export-plural-rules" |
| 0 | 692 |
], |
693 |
"type": "library", |
|
694 |
"autoload": {
|
|
695 |
"psr-4": {
|
|
696 |
"Gettext\\Languages\\": "src/" |
|
697 |
} |
|
698 |
}, |
|
699 |
"notification-url": "https://packagist.org/downloads/", |
|
700 |
"license": [ |
|
701 |
"MIT" |
|
702 |
], |
|
703 |
"authors": [ |
|
704 |
{
|
|
705 |
"name": "Michele Locati", |
|
706 |
"email": "mlocati@gmail.com", |
|
707 |
"role": "Developer" |
|
708 |
} |
|
709 |
], |
|
710 |
"description": "gettext languages with plural rules", |
|
| 39 | 711 |
"homepage": "https://github.com/php-gettext/Languages", |
| 0 | 712 |
"keywords": [ |
713 |
"cldr", |
|
714 |
"i18n", |
|
715 |
"internationalization", |
|
716 |
"l10n", |
|
717 |
"language", |
|
718 |
"languages", |
|
719 |
"localization", |
|
720 |
"php", |
|
721 |
"plural", |
|
722 |
"plural rules", |
|
723 |
"plurals", |
|
724 |
"translate", |
|
725 |
"translations", |
|
726 |
"unicode" |
|
727 |
], |
|
| 39 | 728 |
"support": {
|
729 |
"issues": "https://github.com/php-gettext/Languages/issues", |
|
730 |
"source": "https://github.com/php-gettext/Languages/tree/2.6.0" |
|
731 |
}, |
|
732 |
"time": "2019-11-13T10:30:21+00:00" |
|
733 |
}, |
|
734 |
{
|
|
735 |
"name": "graham-campbell/result-type", |
|
736 |
"version": "v1.0.1", |
|
737 |
"source": {
|
|
738 |
"type": "git", |
|
739 |
"url": "https://github.com/GrahamCampbell/Result-Type.git", |
|
740 |
"reference": "7e279d2cd5d7fbb156ce46daada972355cea27bb" |
|
741 |
}, |
|
742 |
"dist": {
|
|
743 |
"type": "zip", |
|
744 |
"url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/7e279d2cd5d7fbb156ce46daada972355cea27bb", |
|
745 |
"reference": "7e279d2cd5d7fbb156ce46daada972355cea27bb", |
|
746 |
"shasum": "" |
|
747 |
}, |
|
748 |
"require": {
|
|
749 |
"php": "^7.0|^8.0", |
|
750 |
"phpoption/phpoption": "^1.7.3" |
|
751 |
}, |
|
752 |
"require-dev": {
|
|
753 |
"phpunit/phpunit": "^6.5|^7.5|^8.5|^9.0" |
|
754 |
}, |
|
755 |
"type": "library", |
|
756 |
"extra": {
|
|
757 |
"branch-alias": {
|
|
758 |
"dev-master": "1.0-dev" |
|
759 |
} |
|
760 |
}, |
|
761 |
"autoload": {
|
|
762 |
"psr-4": {
|
|
763 |
"GrahamCampbell\\ResultType\\": "src/" |
|
764 |
} |
|
765 |
}, |
|
766 |
"notification-url": "https://packagist.org/downloads/", |
|
767 |
"license": [ |
|
768 |
"MIT" |
|
769 |
], |
|
770 |
"authors": [ |
|
771 |
{
|
|
772 |
"name": "Graham Campbell", |
|
773 |
"email": "graham@alt-three.com" |
|
774 |
} |
|
775 |
], |
|
776 |
"description": "An Implementation Of The Result Type", |
|
777 |
"keywords": [ |
|
778 |
"Graham Campbell", |
|
779 |
"GrahamCampbell", |
|
780 |
"Result Type", |
|
781 |
"Result-Type", |
|
782 |
"result" |
|
783 |
], |
|
784 |
"support": {
|
|
785 |
"issues": "https://github.com/GrahamCampbell/Result-Type/issues", |
|
786 |
"source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.0.1" |
|
787 |
}, |
|
788 |
"funding": [ |
|
789 |
{
|
|
790 |
"url": "https://github.com/GrahamCampbell", |
|
791 |
"type": "github" |
|
792 |
}, |
|
793 |
{
|
|
794 |
"url": "https://tidelift.com/funding/github/packagist/graham-campbell/result-type", |
|
795 |
"type": "tidelift" |
|
796 |
} |
|
797 |
], |
|
798 |
"time": "2020-04-13T13:17:36+00:00" |
|
| 0 | 799 |
}, |
800 |
{
|
|
801 |
"name": "justinrainbow/json-schema", |
|
| 39 | 802 |
"version": "5.2.10", |
| 0 | 803 |
"source": {
|
804 |
"type": "git", |
|
805 |
"url": "https://github.com/justinrainbow/json-schema.git", |
|
| 39 | 806 |
"reference": "2ba9c8c862ecd5510ed16c6340aa9f6eadb4f31b" |
| 0 | 807 |
}, |
808 |
"dist": {
|
|
809 |
"type": "zip", |
|
| 39 | 810 |
"url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/2ba9c8c862ecd5510ed16c6340aa9f6eadb4f31b", |
811 |
"reference": "2ba9c8c862ecd5510ed16c6340aa9f6eadb4f31b", |
|
| 0 | 812 |
"shasum": "" |
813 |
}, |
|
814 |
"require": {
|
|
815 |
"php": ">=5.3.3" |
|
816 |
}, |
|
817 |
"require-dev": {
|
|
| 39 | 818 |
"friendsofphp/php-cs-fixer": "~2.2.20||~2.15.1", |
| 0 | 819 |
"json-schema/json-schema-test-suite": "1.2.0", |
820 |
"phpunit/phpunit": "^4.8.35" |
|
821 |
}, |
|
822 |
"bin": [ |
|
823 |
"bin/validate-json" |
|
824 |
], |
|
825 |
"type": "library", |
|
826 |
"extra": {
|
|
827 |
"branch-alias": {
|
|
828 |
"dev-master": "5.0.x-dev" |
|
829 |
} |
|
830 |
}, |
|
831 |
"autoload": {
|
|
832 |
"psr-4": {
|
|
833 |
"JsonSchema\\": "src/JsonSchema/" |
|
834 |
} |
|
835 |
}, |
|
836 |
"notification-url": "https://packagist.org/downloads/", |
|
837 |
"license": [ |
|
838 |
"MIT" |
|
839 |
], |
|
840 |
"authors": [ |
|
841 |
{
|
|
842 |
"name": "Bruno Prieto Reis", |
|
843 |
"email": "bruno.p.reis@gmail.com" |
|
844 |
}, |
|
845 |
{
|
|
846 |
"name": "Justin Rainbow", |
|
847 |
"email": "justin.rainbow@gmail.com" |
|
848 |
}, |
|
849 |
{
|
|
850 |
"name": "Igor Wiedler", |
|
851 |
"email": "igor@wiedler.ch" |
|
852 |
}, |
|
853 |
{
|
|
854 |
"name": "Robert Schönthal", |
|
855 |
"email": "seroscho@googlemail.com" |
|
856 |
} |
|
857 |
], |
|
858 |
"description": "A library to validate a json schema.", |
|
859 |
"homepage": "https://github.com/justinrainbow/json-schema", |
|
860 |
"keywords": [ |
|
861 |
"json", |
|
862 |
"schema" |
|
863 |
], |
|
| 39 | 864 |
"support": {
|
865 |
"issues": "https://github.com/justinrainbow/json-schema/issues", |
|
866 |
"source": "https://github.com/justinrainbow/json-schema/tree/5.2.10" |
|
867 |
}, |
|
868 |
"time": "2020-05-27T16:41:55+00:00" |
|
| 0 | 869 |
}, |
870 |
{
|
|
| 16 | 871 |
"name": "koodimonni-language/core-fr_fr", |
| 39 | 872 |
"version": "5.6.2", |
| 16 | 873 |
"dist": {
|
874 |
"type": "zip", |
|
| 39 | 875 |
"url": "https://downloads.wordpress.org/translation/core/5.6.2/fr_FR.zip" |
| 16 | 876 |
}, |
877 |
"require": {
|
|
878 |
"koodimonni/composer-dropin-installer": ">=0.2.3" |
|
879 |
}, |
|
880 |
"type": "wordpress-language", |
|
881 |
"description": "Wordpress core translation for French (France) - fr_fr", |
|
882 |
"keywords": [ |
|
883 |
"Translation", |
|
884 |
"Wordpress", |
|
885 |
"core", |
|
886 |
"fr_fr" |
|
887 |
] |
|
888 |
}, |
|
889 |
{
|
|
|
18
16772540de99
improve translation, add missing translation files and dependency
ymh <ymh.work@gmail.com>
parents:
16
diff
changeset
|
890 |
"name": "koodimonni-plugin-language/wordpress-importer-fr_fr", |
| 39 | 891 |
"version": "0.7", |
|
18
16772540de99
improve translation, add missing translation files and dependency
ymh <ymh.work@gmail.com>
parents:
16
diff
changeset
|
892 |
"dist": {
|
|
16772540de99
improve translation, add missing translation files and dependency
ymh <ymh.work@gmail.com>
parents:
16
diff
changeset
|
893 |
"type": "zip", |
| 39 | 894 |
"url": "https://downloads.wordpress.org/translation/plugin/wordpress-importer/0.7/fr_FR.zip" |
|
18
16772540de99
improve translation, add missing translation files and dependency
ymh <ymh.work@gmail.com>
parents:
16
diff
changeset
|
895 |
}, |
|
16772540de99
improve translation, add missing translation files and dependency
ymh <ymh.work@gmail.com>
parents:
16
diff
changeset
|
896 |
"require": {
|
|
16772540de99
improve translation, add missing translation files and dependency
ymh <ymh.work@gmail.com>
parents:
16
diff
changeset
|
897 |
"koodimonni/composer-dropin-installer": ">=0.2.3" |
|
16772540de99
improve translation, add missing translation files and dependency
ymh <ymh.work@gmail.com>
parents:
16
diff
changeset
|
898 |
}, |
|
16772540de99
improve translation, add missing translation files and dependency
ymh <ymh.work@gmail.com>
parents:
16
diff
changeset
|
899 |
"type": "wordpress-language", |
|
16772540de99
improve translation, add missing translation files and dependency
ymh <ymh.work@gmail.com>
parents:
16
diff
changeset
|
900 |
"description": "Wordpress wordpress-importer translation for French (France) - fr_fr", |
|
16772540de99
improve translation, add missing translation files and dependency
ymh <ymh.work@gmail.com>
parents:
16
diff
changeset
|
901 |
"keywords": [ |
|
16772540de99
improve translation, add missing translation files and dependency
ymh <ymh.work@gmail.com>
parents:
16
diff
changeset
|
902 |
"Translation", |
|
16772540de99
improve translation, add missing translation files and dependency
ymh <ymh.work@gmail.com>
parents:
16
diff
changeset
|
903 |
"Wordpress", |
|
16772540de99
improve translation, add missing translation files and dependency
ymh <ymh.work@gmail.com>
parents:
16
diff
changeset
|
904 |
"fr_fr", |
|
16772540de99
improve translation, add missing translation files and dependency
ymh <ymh.work@gmail.com>
parents:
16
diff
changeset
|
905 |
"wordpress-importer" |
|
16772540de99
improve translation, add missing translation files and dependency
ymh <ymh.work@gmail.com>
parents:
16
diff
changeset
|
906 |
] |
|
16772540de99
improve translation, add missing translation files and dependency
ymh <ymh.work@gmail.com>
parents:
16
diff
changeset
|
907 |
}, |
|
16772540de99
improve translation, add missing translation files and dependency
ymh <ymh.work@gmail.com>
parents:
16
diff
changeset
|
908 |
{
|
| 16 | 909 |
"name": "koodimonni/composer-dropin-installer", |
| 39 | 910 |
"version": "1.3", |
| 16 | 911 |
"source": {
|
912 |
"type": "git", |
|
913 |
"url": "https://github.com/Koodimonni/Composer-Dropin-Installer.git", |
|
| 39 | 914 |
"reference": "2ebddd0ead26f52962be385dcc85057be4c5a69e" |
| 16 | 915 |
}, |
916 |
"dist": {
|
|
917 |
"type": "zip", |
|
| 39 | 918 |
"url": "https://api.github.com/repos/Koodimonni/Composer-Dropin-Installer/zipball/2ebddd0ead26f52962be385dcc85057be4c5a69e", |
919 |
"reference": "2ebddd0ead26f52962be385dcc85057be4c5a69e", |
|
| 16 | 920 |
"shasum": "" |
921 |
}, |
|
922 |
"require": {
|
|
| 39 | 923 |
"composer-plugin-api": "^1.0 | ^2.0", |
924 |
"php": ">=5.3.2" |
|
| 16 | 925 |
}, |
926 |
"require-dev": {
|
|
| 39 | 927 |
"phpunit/phpunit": "^5.7" |
| 16 | 928 |
}, |
929 |
"type": "composer-plugin", |
|
930 |
"extra": {
|
|
931 |
"class": "Koodimonni\\Composer\\Dropin" |
|
932 |
}, |
|
933 |
"autoload": {
|
|
934 |
"psr-4": {
|
|
| 39 | 935 |
"Koodimonni\\Composer\\": "src/" |
| 16 | 936 |
} |
937 |
}, |
|
938 |
"notification-url": "https://packagist.org/downloads/", |
|
939 |
"license": [ |
|
940 |
"WTFPL" |
|
941 |
], |
|
942 |
"authors": [ |
|
943 |
{
|
|
944 |
"name": "Onni Hakala", |
|
945 |
"email": "onni@koodimonni.fi", |
|
946 |
"role": "Developer" |
|
947 |
} |
|
948 |
], |
|
949 |
"description": "Install packages or a few files from packages into custom paths without overwriting existing stuff.", |
|
| 39 | 950 |
"support": {
|
951 |
"issues": "https://github.com/Koodimonni/Composer-Dropin-Installer/issues", |
|
952 |
"source": "https://github.com/Koodimonni/Composer-Dropin-Installer/tree/master" |
|
953 |
}, |
|
954 |
"time": "2020-08-17T07:41:05+00:00" |
|
| 16 | 955 |
}, |
956 |
{
|
|
| 0 | 957 |
"name": "mck89/peast", |
| 39 | 958 |
"version": "v1.12.0", |
| 0 | 959 |
"source": {
|
960 |
"type": "git", |
|
961 |
"url": "https://github.com/mck89/peast.git", |
|
| 39 | 962 |
"reference": "833be7a294627a8c5b1c482cbf489f73bf9b8086" |
| 0 | 963 |
}, |
964 |
"dist": {
|
|
965 |
"type": "zip", |
|
| 39 | 966 |
"url": "https://api.github.com/repos/mck89/peast/zipball/833be7a294627a8c5b1c482cbf489f73bf9b8086", |
967 |
"reference": "833be7a294627a8c5b1c482cbf489f73bf9b8086", |
|
| 0 | 968 |
"shasum": "" |
969 |
}, |
|
970 |
"require": {
|
|
971 |
"php": ">=5.4.0" |
|
972 |
}, |
|
973 |
"require-dev": {
|
|
| 39 | 974 |
"phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0" |
| 0 | 975 |
}, |
976 |
"type": "library", |
|
977 |
"extra": {
|
|
978 |
"branch-alias": {
|
|
| 39 | 979 |
"dev-master": "1.12.0-dev" |
| 0 | 980 |
} |
981 |
}, |
|
982 |
"autoload": {
|
|
983 |
"psr-4": {
|
|
984 |
"Peast\\": "lib/Peast/", |
|
985 |
"Peast\\test\\": "test/Peast/" |
|
986 |
} |
|
987 |
}, |
|
988 |
"notification-url": "https://packagist.org/downloads/", |
|
989 |
"license": [ |
|
990 |
"MIT" |
|
991 |
], |
|
992 |
"authors": [ |
|
993 |
{
|
|
994 |
"name": "Marco Marchiò", |
|
995 |
"email": "marco.mm89@gmail.com" |
|
996 |
} |
|
997 |
], |
|
998 |
"description": "Peast is PHP library that generates AST for JavaScript code", |
|
| 39 | 999 |
"support": {
|
1000 |
"issues": "https://github.com/mck89/peast/issues", |
|
1001 |
"source": "https://github.com/mck89/peast/tree/v1.12.0" |
|
1002 |
}, |
|
1003 |
"time": "2021-01-08T15:16:19+00:00" |
|
| 0 | 1004 |
}, |
1005 |
{
|
|
1006 |
"name": "mustache/mustache", |
|
| 39 | 1007 |
"version": "v2.13.0", |
| 0 | 1008 |
"source": {
|
1009 |
"type": "git", |
|
1010 |
"url": "https://github.com/bobthecow/mustache.php.git", |
|
| 39 | 1011 |
"reference": "e95c5a008c23d3151d59ea72484d4f72049ab7f4" |
| 0 | 1012 |
}, |
1013 |
"dist": {
|
|
1014 |
"type": "zip", |
|
| 39 | 1015 |
"url": "https://api.github.com/repos/bobthecow/mustache.php/zipball/e95c5a008c23d3151d59ea72484d4f72049ab7f4", |
1016 |
"reference": "e95c5a008c23d3151d59ea72484d4f72049ab7f4", |
|
| 0 | 1017 |
"shasum": "" |
1018 |
}, |
|
1019 |
"require": {
|
|
1020 |
"php": ">=5.2.4" |
|
1021 |
}, |
|
1022 |
"require-dev": {
|
|
1023 |
"friendsofphp/php-cs-fixer": "~1.11", |
|
1024 |
"phpunit/phpunit": "~3.7|~4.0|~5.0" |
|
1025 |
}, |
|
1026 |
"type": "library", |
|
1027 |
"autoload": {
|
|
1028 |
"psr-0": {
|
|
1029 |
"Mustache": "src/" |
|
1030 |
} |
|
1031 |
}, |
|
1032 |
"notification-url": "https://packagist.org/downloads/", |
|
1033 |
"license": [ |
|
1034 |
"MIT" |
|
1035 |
], |
|
1036 |
"authors": [ |
|
1037 |
{
|
|
1038 |
"name": "Justin Hileman", |
|
1039 |
"email": "justin@justinhileman.info", |
|
1040 |
"homepage": "http://justinhileman.com" |
|
1041 |
} |
|
1042 |
], |
|
1043 |
"description": "A Mustache implementation in PHP.", |
|
1044 |
"homepage": "https://github.com/bobthecow/mustache.php", |
|
1045 |
"keywords": [ |
|
1046 |
"mustache", |
|
1047 |
"templating" |
|
1048 |
], |
|
| 39 | 1049 |
"support": {
|
1050 |
"issues": "https://github.com/bobthecow/mustache.php/issues", |
|
1051 |
"source": "https://github.com/bobthecow/mustache.php/tree/master" |
|
1052 |
}, |
|
1053 |
"time": "2019-11-23T21:40:31+00:00" |
|
| 0 | 1054 |
}, |
1055 |
{
|
|
1056 |
"name": "nb/oxymel", |
|
1057 |
"version": "v0.1.0", |
|
1058 |
"source": {
|
|
1059 |
"type": "git", |
|
1060 |
"url": "https://github.com/nb/oxymel.git", |
|
1061 |
"reference": "cbe626ef55d5c4cc9b5e6e3904b395861ea76e3c" |
|
1062 |
}, |
|
1063 |
"dist": {
|
|
1064 |
"type": "zip", |
|
1065 |
"url": "https://api.github.com/repos/nb/oxymel/zipball/cbe626ef55d5c4cc9b5e6e3904b395861ea76e3c", |
|
1066 |
"reference": "cbe626ef55d5c4cc9b5e6e3904b395861ea76e3c", |
|
1067 |
"shasum": "" |
|
1068 |
}, |
|
1069 |
"require": {
|
|
1070 |
"php": ">=5.2.4" |
|
1071 |
}, |
|
1072 |
"type": "library", |
|
1073 |
"autoload": {
|
|
1074 |
"psr-0": {
|
|
1075 |
"Oxymel": "" |
|
1076 |
} |
|
1077 |
}, |
|
1078 |
"notification-url": "https://packagist.org/downloads/", |
|
1079 |
"license": [ |
|
1080 |
"MIT" |
|
1081 |
], |
|
1082 |
"authors": [ |
|
1083 |
{
|
|
1084 |
"name": "Nikolay Bachiyski", |
|
1085 |
"email": "nb@nikolay.bg", |
|
1086 |
"homepage": "http://extrapolate.me/" |
|
1087 |
} |
|
1088 |
], |
|
1089 |
"description": "A sweet XML builder", |
|
1090 |
"homepage": "https://github.com/nb/oxymel", |
|
1091 |
"keywords": [ |
|
1092 |
"xml" |
|
1093 |
], |
|
| 39 | 1094 |
"support": {
|
1095 |
"issues": "https://github.com/nb/oxymel/issues", |
|
1096 |
"source": "https://github.com/nb/oxymel/tree/master" |
|
1097 |
}, |
|
| 0 | 1098 |
"time": "2013-02-24T15:01:54+00:00" |
1099 |
}, |
|
1100 |
{
|
|
1101 |
"name": "oscarotero/env", |
|
| 39 | 1102 |
"version": "v2.1.0", |
| 0 | 1103 |
"source": {
|
1104 |
"type": "git", |
|
1105 |
"url": "https://github.com/oscarotero/env.git", |
|
| 39 | 1106 |
"reference": "0da22cadc6924155fa9bbea2cdda2e84ab7cbdd3" |
| 0 | 1107 |
}, |
1108 |
"dist": {
|
|
1109 |
"type": "zip", |
|
| 39 | 1110 |
"url": "https://api.github.com/repos/oscarotero/env/zipball/0da22cadc6924155fa9bbea2cdda2e84ab7cbdd3", |
1111 |
"reference": "0da22cadc6924155fa9bbea2cdda2e84ab7cbdd3", |
|
| 0 | 1112 |
"shasum": "" |
1113 |
}, |
|
1114 |
"require": {
|
|
1115 |
"ext-ctype": "*", |
|
| 39 | 1116 |
"php": ">=7.1" |
1117 |
}, |
|
1118 |
"require-dev": {
|
|
1119 |
"friendsofphp/php-cs-fixer": "^2.16", |
|
1120 |
"phpunit/phpunit": "^7.0" |
|
| 0 | 1121 |
}, |
1122 |
"type": "library", |
|
1123 |
"autoload": {
|
|
| 39 | 1124 |
"psr-4": {
|
1125 |
"Env\\": "src/" |
|
1126 |
}, |
|
1127 |
"files": [ |
|
1128 |
"src/env_function.php" |
|
1129 |
] |
|
| 0 | 1130 |
}, |
1131 |
"notification-url": "https://packagist.org/downloads/", |
|
1132 |
"license": [ |
|
1133 |
"MIT" |
|
1134 |
], |
|
1135 |
"authors": [ |
|
1136 |
{
|
|
1137 |
"name": "Oscar Otero", |
|
1138 |
"email": "oom@oscarotero.com", |
|
1139 |
"homepage": "http://oscarotero.com", |
|
1140 |
"role": "Developer" |
|
1141 |
} |
|
1142 |
], |
|
1143 |
"description": "Simple library to consume environment variables", |
|
1144 |
"homepage": "https://github.com/oscarotero/env", |
|
1145 |
"keywords": [ |
|
1146 |
"env" |
|
1147 |
], |
|
| 39 | 1148 |
"support": {
|
1149 |
"email": "oom@oscarotero.com", |
|
1150 |
"issues": "https://github.com/oscarotero/env/issues", |
|
1151 |
"source": "https://github.com/oscarotero/env/tree/v2.1.0" |
|
1152 |
}, |
|
1153 |
"time": "2020-06-11T10:59:27+00:00" |
|
| 0 | 1154 |
}, |
1155 |
{
|
|
1156 |
"name": "phpoption/phpoption", |
|
| 39 | 1157 |
"version": "1.7.5", |
| 0 | 1158 |
"source": {
|
1159 |
"type": "git", |
|
1160 |
"url": "https://github.com/schmittjoh/php-option.git", |
|
| 39 | 1161 |
"reference": "994ecccd8f3283ecf5ac33254543eb0ac946d525" |
| 0 | 1162 |
}, |
1163 |
"dist": {
|
|
1164 |
"type": "zip", |
|
| 39 | 1165 |
"url": "https://api.github.com/repos/schmittjoh/php-option/zipball/994ecccd8f3283ecf5ac33254543eb0ac946d525", |
1166 |
"reference": "994ecccd8f3283ecf5ac33254543eb0ac946d525", |
|
| 0 | 1167 |
"shasum": "" |
1168 |
}, |
|
1169 |
"require": {
|
|
| 39 | 1170 |
"php": "^5.5.9 || ^7.0 || ^8.0" |
| 0 | 1171 |
}, |
1172 |
"require-dev": {
|
|
| 39 | 1173 |
"bamarni/composer-bin-plugin": "^1.4.1", |
1174 |
"phpunit/phpunit": "^4.8.35 || ^5.7.27 || ^6.5.6 || ^7.0 || ^8.0 || ^9.0" |
|
| 0 | 1175 |
}, |
1176 |
"type": "library", |
|
1177 |
"extra": {
|
|
1178 |
"branch-alias": {
|
|
| 39 | 1179 |
"dev-master": "1.7-dev" |
| 0 | 1180 |
} |
1181 |
}, |
|
1182 |
"autoload": {
|
|
| 39 | 1183 |
"psr-4": {
|
1184 |
"PhpOption\\": "src/PhpOption/" |
|
| 0 | 1185 |
} |
1186 |
}, |
|
1187 |
"notification-url": "https://packagist.org/downloads/", |
|
1188 |
"license": [ |
|
| 39 | 1189 |
"Apache-2.0" |
| 0 | 1190 |
], |
1191 |
"authors": [ |
|
1192 |
{
|
|
1193 |
"name": "Johannes M. Schmitt", |
|
1194 |
"email": "schmittjoh@gmail.com" |
|
| 39 | 1195 |
}, |
1196 |
{
|
|
1197 |
"name": "Graham Campbell", |
|
1198 |
"email": "graham@alt-three.com" |
|
| 0 | 1199 |
} |
1200 |
], |
|
1201 |
"description": "Option Type for PHP", |
|
1202 |
"keywords": [ |
|
1203 |
"language", |
|
1204 |
"option", |
|
1205 |
"php", |
|
1206 |
"type" |
|
1207 |
], |
|
| 39 | 1208 |
"support": {
|
1209 |
"issues": "https://github.com/schmittjoh/php-option/issues", |
|
1210 |
"source": "https://github.com/schmittjoh/php-option/tree/1.7.5" |
|
1211 |
}, |
|
1212 |
"funding": [ |
|
1213 |
{
|
|
1214 |
"url": "https://github.com/GrahamCampbell", |
|
1215 |
"type": "github" |
|
1216 |
}, |
|
1217 |
{
|
|
1218 |
"url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption", |
|
1219 |
"type": "tidelift" |
|
1220 |
} |
|
1221 |
], |
|
1222 |
"time": "2020-07-20T17:29:33+00:00" |
|
| 0 | 1223 |
}, |
1224 |
{
|
|
| 39 | 1225 |
"name": "psr/container", |
1226 |
"version": "1.0.0", |
|
| 0 | 1227 |
"source": {
|
1228 |
"type": "git", |
|
| 39 | 1229 |
"url": "https://github.com/php-fig/container.git", |
1230 |
"reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f" |
|
| 0 | 1231 |
}, |
1232 |
"dist": {
|
|
1233 |
"type": "zip", |
|
| 39 | 1234 |
"url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f", |
1235 |
"reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f", |
|
| 0 | 1236 |
"shasum": "" |
1237 |
}, |
|
1238 |
"require": {
|
|
1239 |
"php": ">=5.3.0" |
|
1240 |
}, |
|
1241 |
"type": "library", |
|
1242 |
"extra": {
|
|
1243 |
"branch-alias": {
|
|
1244 |
"dev-master": "1.0.x-dev" |
|
1245 |
} |
|
1246 |
}, |
|
1247 |
"autoload": {
|
|
1248 |
"psr-4": {
|
|
| 39 | 1249 |
"Psr\\Container\\": "src/" |
1250 |
} |
|
1251 |
}, |
|
1252 |
"notification-url": "https://packagist.org/downloads/", |
|
1253 |
"license": [ |
|
1254 |
"MIT" |
|
1255 |
], |
|
1256 |
"authors": [ |
|
1257 |
{
|
|
1258 |
"name": "PHP-FIG", |
|
1259 |
"homepage": "http://www.php-fig.org/" |
|
1260 |
} |
|
1261 |
], |
|
1262 |
"description": "Common Container Interface (PHP FIG PSR-11)", |
|
1263 |
"homepage": "https://github.com/php-fig/container", |
|
1264 |
"keywords": [ |
|
1265 |
"PSR-11", |
|
1266 |
"container", |
|
1267 |
"container-interface", |
|
1268 |
"container-interop", |
|
1269 |
"psr" |
|
1270 |
], |
|
1271 |
"support": {
|
|
1272 |
"issues": "https://github.com/php-fig/container/issues", |
|
1273 |
"source": "https://github.com/php-fig/container/tree/master" |
|
1274 |
}, |
|
1275 |
"time": "2017-02-14T16:28:37+00:00" |
|
1276 |
}, |
|
1277 |
{
|
|
1278 |
"name": "psr/log", |
|
1279 |
"version": "1.1.3", |
|
1280 |
"source": {
|
|
1281 |
"type": "git", |
|
1282 |
"url": "https://github.com/php-fig/log.git", |
|
1283 |
"reference": "0f73288fd15629204f9d42b7055f72dacbe811fc" |
|
1284 |
}, |
|
1285 |
"dist": {
|
|
1286 |
"type": "zip", |
|
1287 |
"url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc", |
|
1288 |
"reference": "0f73288fd15629204f9d42b7055f72dacbe811fc", |
|
1289 |
"shasum": "" |
|
1290 |
}, |
|
1291 |
"require": {
|
|
1292 |
"php": ">=5.3.0" |
|
1293 |
}, |
|
1294 |
"type": "library", |
|
1295 |
"extra": {
|
|
1296 |
"branch-alias": {
|
|
1297 |
"dev-master": "1.1.x-dev" |
|
1298 |
} |
|
1299 |
}, |
|
1300 |
"autoload": {
|
|
1301 |
"psr-4": {
|
|
| 0 | 1302 |
"Psr\\Log\\": "Psr/Log/" |
1303 |
} |
|
1304 |
}, |
|
1305 |
"notification-url": "https://packagist.org/downloads/", |
|
1306 |
"license": [ |
|
1307 |
"MIT" |
|
1308 |
], |
|
1309 |
"authors": [ |
|
1310 |
{
|
|
1311 |
"name": "PHP-FIG", |
|
1312 |
"homepage": "http://www.php-fig.org/" |
|
1313 |
} |
|
1314 |
], |
|
1315 |
"description": "Common interface for logging libraries", |
|
1316 |
"homepage": "https://github.com/php-fig/log", |
|
1317 |
"keywords": [ |
|
1318 |
"log", |
|
1319 |
"psr", |
|
1320 |
"psr-3" |
|
1321 |
], |
|
| 39 | 1322 |
"support": {
|
1323 |
"source": "https://github.com/php-fig/log/tree/1.1.3" |
|
1324 |
}, |
|
1325 |
"time": "2020-03-23T09:12:05+00:00" |
|
| 0 | 1326 |
}, |
1327 |
{
|
|
1328 |
"name": "rmccue/requests", |
|
1329 |
"version": "v1.7.0", |
|
1330 |
"source": {
|
|
1331 |
"type": "git", |
|
1332 |
"url": "https://github.com/rmccue/Requests.git", |
|
1333 |
"reference": "87932f52ffad70504d93f04f15690cf16a089546" |
|
1334 |
}, |
|
1335 |
"dist": {
|
|
1336 |
"type": "zip", |
|
1337 |
"url": "https://api.github.com/repos/rmccue/Requests/zipball/87932f52ffad70504d93f04f15690cf16a089546", |
|
1338 |
"reference": "87932f52ffad70504d93f04f15690cf16a089546", |
|
1339 |
"shasum": "" |
|
1340 |
}, |
|
1341 |
"require": {
|
|
1342 |
"php": ">=5.2" |
|
1343 |
}, |
|
1344 |
"require-dev": {
|
|
1345 |
"requests/test-server": "dev-master" |
|
1346 |
}, |
|
1347 |
"type": "library", |
|
1348 |
"autoload": {
|
|
1349 |
"psr-0": {
|
|
1350 |
"Requests": "library/" |
|
1351 |
} |
|
1352 |
}, |
|
1353 |
"notification-url": "https://packagist.org/downloads/", |
|
1354 |
"license": [ |
|
1355 |
"ISC" |
|
1356 |
], |
|
1357 |
"authors": [ |
|
1358 |
{
|
|
1359 |
"name": "Ryan McCue", |
|
1360 |
"homepage": "http://ryanmccue.info" |
|
1361 |
} |
|
1362 |
], |
|
1363 |
"description": "A HTTP library written in PHP, for human beings.", |
|
1364 |
"homepage": "http://github.com/rmccue/Requests", |
|
1365 |
"keywords": [ |
|
1366 |
"curl", |
|
1367 |
"fsockopen", |
|
1368 |
"http", |
|
1369 |
"idna", |
|
1370 |
"ipv6", |
|
1371 |
"iri", |
|
1372 |
"sockets" |
|
1373 |
], |
|
| 39 | 1374 |
"support": {
|
1375 |
"issues": "https://github.com/rmccue/Requests/issues", |
|
1376 |
"source": "https://github.com/rmccue/Requests/tree/master" |
|
1377 |
}, |
|
| 0 | 1378 |
"time": "2016-10-13T00:11:37+00:00" |
1379 |
}, |
|
1380 |
{
|
|
1381 |
"name": "roots/wordpress", |
|
| 39 | 1382 |
"version": "5.6.2", |
| 0 | 1383 |
"source": {
|
1384 |
"type": "git", |
|
1385 |
"url": "https://github.com/WordPress/WordPress.git", |
|
| 39 | 1386 |
"reference": "5.6.2" |
| 0 | 1387 |
}, |
1388 |
"dist": {
|
|
1389 |
"type": "zip", |
|
| 39 | 1390 |
"url": "https://api.github.com/repos/WordPress/WordPress/zipball/5.6.2" |
| 0 | 1391 |
}, |
1392 |
"require": {
|
|
1393 |
"php": ">=5.3.2", |
|
1394 |
"roots/wordpress-core-installer": ">=1.0.0" |
|
1395 |
}, |
|
1396 |
"type": "wordpress-core", |
|
1397 |
"notification-url": "https://packagist.org/downloads/", |
|
1398 |
"license": [ |
|
1399 |
"GPL-2.0-or-later" |
|
1400 |
], |
|
1401 |
"authors": [ |
|
1402 |
{
|
|
1403 |
"name": "WordPress Community", |
|
1404 |
"homepage": "https://wordpress.org/about/" |
|
1405 |
} |
|
1406 |
], |
|
1407 |
"description": "WordPress is web software you can use to create a beautiful website or blog.", |
|
1408 |
"homepage": "https://wordpress.org/", |
|
1409 |
"keywords": [ |
|
1410 |
"blog", |
|
1411 |
"cms", |
|
1412 |
"wordpress" |
|
1413 |
], |
|
| 39 | 1414 |
"support": {
|
1415 |
"docs": "https://developer.wordpress.org/", |
|
1416 |
"forum": "https://wordpress.org/support/", |
|
1417 |
"irc": "irc://irc.freenode.net/wordpress", |
|
1418 |
"issues": "https://core.trac.wordpress.org/", |
|
1419 |
"rss": "https://wordpress.org/news/feed/", |
|
1420 |
"source": "https://core.trac.wordpress.org/browser", |
|
1421 |
"wiki": "https://codex.wordpress.org/" |
|
1422 |
}, |
|
1423 |
"funding": [ |
|
1424 |
{
|
|
1425 |
"url": "https://github.com/roots", |
|
1426 |
"type": "github" |
|
1427 |
}, |
|
1428 |
{
|
|
1429 |
"url": "https://www.patreon.com/rootsdev", |
|
1430 |
"type": "patreon" |
|
1431 |
} |
|
1432 |
], |
|
1433 |
"time": "2021-02-22T15:12:53+00:00" |
|
| 0 | 1434 |
}, |
1435 |
{
|
|
1436 |
"name": "roots/wordpress-core-installer", |
|
| 39 | 1437 |
"version": "1.100.0", |
| 0 | 1438 |
"source": {
|
1439 |
"type": "git", |
|
1440 |
"url": "https://github.com/roots/wordpress-core-installer.git", |
|
| 39 | 1441 |
"reference": "73f8488e5178c5d54234b919f823a9095e2b1847" |
| 0 | 1442 |
}, |
1443 |
"dist": {
|
|
1444 |
"type": "zip", |
|
| 39 | 1445 |
"url": "https://api.github.com/repos/roots/wordpress-core-installer/zipball/73f8488e5178c5d54234b919f823a9095e2b1847", |
1446 |
"reference": "73f8488e5178c5d54234b919f823a9095e2b1847", |
|
| 0 | 1447 |
"shasum": "" |
1448 |
}, |
|
1449 |
"require": {
|
|
| 39 | 1450 |
"composer-plugin-api": "^1.0 || ^2.0", |
1451 |
"php": ">=5.6.0" |
|
| 0 | 1452 |
}, |
1453 |
"conflict": {
|
|
1454 |
"composer/installers": "<1.0.6" |
|
1455 |
}, |
|
1456 |
"replace": {
|
|
1457 |
"johnpbloch/wordpress-core-installer": "*" |
|
1458 |
}, |
|
1459 |
"require-dev": {
|
|
| 39 | 1460 |
"composer/composer": "^1.0 || ^2.0", |
1461 |
"phpunit/phpunit": ">=5.7.27" |
|
| 0 | 1462 |
}, |
1463 |
"type": "composer-plugin", |
|
1464 |
"extra": {
|
|
1465 |
"class": "Roots\\Composer\\WordPressCorePlugin" |
|
1466 |
}, |
|
1467 |
"autoload": {
|
|
1468 |
"psr-4": {
|
|
1469 |
"Roots\\Composer\\": "src/" |
|
1470 |
} |
|
1471 |
}, |
|
1472 |
"notification-url": "https://packagist.org/downloads/", |
|
1473 |
"license": [ |
|
1474 |
"GPL-2.0-or-later" |
|
1475 |
], |
|
1476 |
"authors": [ |
|
1477 |
{
|
|
1478 |
"name": "John P. Bloch", |
|
1479 |
"email": "me@johnpbloch.com" |
|
1480 |
}, |
|
1481 |
{
|
|
1482 |
"name": "Roots", |
|
1483 |
"email": "team@roots.io" |
|
1484 |
} |
|
1485 |
], |
|
1486 |
"description": "A custom installer to handle deploying WordPress with composer", |
|
1487 |
"keywords": [ |
|
1488 |
"wordpress" |
|
1489 |
], |
|
| 39 | 1490 |
"support": {
|
1491 |
"issues": "https://github.com/roots/wordpress-core-installer/issues", |
|
1492 |
"source": "https://github.com/roots/wordpress-core-installer/tree/master" |
|
1493 |
}, |
|
1494 |
"funding": [ |
|
1495 |
{
|
|
1496 |
"url": "https://github.com/roots", |
|
1497 |
"type": "github" |
|
1498 |
}, |
|
1499 |
{
|
|
1500 |
"url": "https://www.patreon.com/rootsdev", |
|
1501 |
"type": "patreon" |
|
1502 |
} |
|
1503 |
], |
|
1504 |
"time": "2020-08-20T00:27:30+00:00" |
|
| 0 | 1505 |
}, |
1506 |
{
|
|
1507 |
"name": "roots/wp-config", |
|
1508 |
"version": "1.0.0", |
|
1509 |
"source": {
|
|
1510 |
"type": "git", |
|
1511 |
"url": "https://github.com/roots/wp-config.git", |
|
1512 |
"reference": "37c38230796119fb487fa03346ab0706ce6d4962" |
|
1513 |
}, |
|
1514 |
"dist": {
|
|
1515 |
"type": "zip", |
|
1516 |
"url": "https://api.github.com/repos/roots/wp-config/zipball/37c38230796119fb487fa03346ab0706ce6d4962", |
|
1517 |
"reference": "37c38230796119fb487fa03346ab0706ce6d4962", |
|
1518 |
"shasum": "" |
|
1519 |
}, |
|
1520 |
"require": {
|
|
1521 |
"php": ">=5.6" |
|
1522 |
}, |
|
1523 |
"require-dev": {
|
|
1524 |
"php-coveralls/php-coveralls": "^2.1", |
|
1525 |
"phpunit/phpunit": "^5.7", |
|
1526 |
"roave/security-advisories": "dev-master", |
|
1527 |
"squizlabs/php_codesniffer": "^3.3" |
|
1528 |
}, |
|
1529 |
"type": "library", |
|
1530 |
"autoload": {
|
|
1531 |
"psr-4": {
|
|
1532 |
"Roots\\WPConfig\\": "src" |
|
1533 |
} |
|
1534 |
}, |
|
1535 |
"notification-url": "https://packagist.org/downloads/", |
|
1536 |
"license": [ |
|
1537 |
"MIT" |
|
1538 |
], |
|
1539 |
"authors": [ |
|
1540 |
{
|
|
1541 |
"name": "Austin Pray", |
|
1542 |
"email": "austin@austinpray.com" |
|
1543 |
} |
|
1544 |
], |
|
1545 |
"description": "Collect configuration values and safely define() them", |
|
| 39 | 1546 |
"support": {
|
1547 |
"issues": "https://github.com/roots/wp-config/issues", |
|
1548 |
"source": "https://github.com/roots/wp-config/tree/master" |
|
1549 |
}, |
|
| 0 | 1550 |
"time": "2018-08-10T14:18:38+00:00" |
1551 |
}, |
|
1552 |
{
|
|
1553 |
"name": "roots/wp-password-bcrypt", |
|
1554 |
"version": "1.0.0", |
|
1555 |
"source": {
|
|
1556 |
"type": "git", |
|
1557 |
"url": "https://github.com/roots/wp-password-bcrypt.git", |
|
1558 |
"reference": "5cecd2e98ccc3193443cc5c5db9b3bc7abed5ffa" |
|
1559 |
}, |
|
1560 |
"dist": {
|
|
1561 |
"type": "zip", |
|
1562 |
"url": "https://api.github.com/repos/roots/wp-password-bcrypt/zipball/5cecd2e98ccc3193443cc5c5db9b3bc7abed5ffa", |
|
1563 |
"reference": "5cecd2e98ccc3193443cc5c5db9b3bc7abed5ffa", |
|
1564 |
"shasum": "" |
|
1565 |
}, |
|
1566 |
"require": {
|
|
1567 |
"composer/installers": "~1.0", |
|
1568 |
"php": ">=5.5.0" |
|
1569 |
}, |
|
1570 |
"require-dev": {
|
|
1571 |
"brain/monkey": "^1.3.1", |
|
1572 |
"mockery/mockery": "^0.9.4", |
|
1573 |
"phpunit/phpunit": "^4.8.23|^5.2.9", |
|
1574 |
"squizlabs/php_codesniffer": "^2.5.1" |
|
1575 |
}, |
|
1576 |
"type": "library", |
|
1577 |
"autoload": {
|
|
1578 |
"files": [ |
|
1579 |
"wp-password-bcrypt.php" |
|
1580 |
] |
|
1581 |
}, |
|
1582 |
"notification-url": "https://packagist.org/downloads/", |
|
1583 |
"license": [ |
|
1584 |
"MIT" |
|
1585 |
], |
|
1586 |
"authors": [ |
|
1587 |
{
|
|
1588 |
"name": "Scott Walkinshaw", |
|
1589 |
"email": "scott.walkinshaw@gmail.com", |
|
1590 |
"homepage": "https://github.com/swalkinshaw" |
|
1591 |
}, |
|
1592 |
{
|
|
1593 |
"name": "qwp6t", |
|
1594 |
"homepage": "https://github.com/qwp6t" |
|
1595 |
}, |
|
1596 |
{
|
|
1597 |
"name": "Jan Pingel", |
|
1598 |
"email": "jpingel@bitpiston.com", |
|
1599 |
"homepage": "http://janpingel.com" |
|
1600 |
} |
|
1601 |
], |
|
1602 |
"description": "WordPress plugin which replaces wp_hash_password and wp_check_password's phpass hasher with PHP 5.5's password_hash and password_verify using bcrypt.", |
|
1603 |
"homepage": "https://roots.io/plugins/wp-password-bcrypt", |
|
1604 |
"keywords": [ |
|
1605 |
"wordpress wp bcrypt password" |
|
1606 |
], |
|
| 39 | 1607 |
"support": {
|
1608 |
"forum": "https://discourse.roots.io/", |
|
1609 |
"issues": "https://github.com/roots/wp-password-bcrypt/issues", |
|
1610 |
"source": "https://github.com/roots/wp-password-bcrypt/tree/master" |
|
1611 |
}, |
|
| 0 | 1612 |
"time": "2016-03-01T16:27:06+00:00" |
1613 |
}, |
|
1614 |
{
|
|
1615 |
"name": "seld/jsonlint", |
|
| 39 | 1616 |
"version": "1.8.3", |
| 0 | 1617 |
"source": {
|
1618 |
"type": "git", |
|
1619 |
"url": "https://github.com/Seldaek/jsonlint.git", |
|
| 39 | 1620 |
"reference": "9ad6ce79c342fbd44df10ea95511a1b24dee5b57" |
| 0 | 1621 |
}, |
1622 |
"dist": {
|
|
1623 |
"type": "zip", |
|
| 39 | 1624 |
"url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/9ad6ce79c342fbd44df10ea95511a1b24dee5b57", |
1625 |
"reference": "9ad6ce79c342fbd44df10ea95511a1b24dee5b57", |
|
| 0 | 1626 |
"shasum": "" |
1627 |
}, |
|
1628 |
"require": {
|
|
| 39 | 1629 |
"php": "^5.3 || ^7.0 || ^8.0" |
| 0 | 1630 |
}, |
1631 |
"require-dev": {
|
|
1632 |
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0" |
|
1633 |
}, |
|
1634 |
"bin": [ |
|
1635 |
"bin/jsonlint" |
|
1636 |
], |
|
1637 |
"type": "library", |
|
1638 |
"autoload": {
|
|
1639 |
"psr-4": {
|
|
1640 |
"Seld\\JsonLint\\": "src/Seld/JsonLint/" |
|
1641 |
} |
|
1642 |
}, |
|
1643 |
"notification-url": "https://packagist.org/downloads/", |
|
1644 |
"license": [ |
|
1645 |
"MIT" |
|
1646 |
], |
|
1647 |
"authors": [ |
|
1648 |
{
|
|
1649 |
"name": "Jordi Boggiano", |
|
1650 |
"email": "j.boggiano@seld.be", |
|
1651 |
"homepage": "http://seld.be" |
|
1652 |
} |
|
1653 |
], |
|
1654 |
"description": "JSON Linter", |
|
1655 |
"keywords": [ |
|
1656 |
"json", |
|
1657 |
"linter", |
|
1658 |
"parser", |
|
1659 |
"validator" |
|
1660 |
], |
|
| 39 | 1661 |
"support": {
|
1662 |
"issues": "https://github.com/Seldaek/jsonlint/issues", |
|
1663 |
"source": "https://github.com/Seldaek/jsonlint/tree/1.8.3" |
|
1664 |
}, |
|
1665 |
"funding": [ |
|
1666 |
{
|
|
1667 |
"url": "https://github.com/Seldaek", |
|
1668 |
"type": "github" |
|
1669 |
}, |
|
1670 |
{
|
|
1671 |
"url": "https://tidelift.com/funding/github/packagist/seld/jsonlint", |
|
1672 |
"type": "tidelift" |
|
1673 |
} |
|
1674 |
], |
|
1675 |
"time": "2020-11-11T09:19:24+00:00" |
|
| 0 | 1676 |
}, |
1677 |
{
|
|
1678 |
"name": "seld/phar-utils", |
|
| 39 | 1679 |
"version": "1.1.1", |
| 0 | 1680 |
"source": {
|
1681 |
"type": "git", |
|
1682 |
"url": "https://github.com/Seldaek/phar-utils.git", |
|
| 39 | 1683 |
"reference": "8674b1d84ffb47cc59a101f5d5a3b61e87d23796" |
| 0 | 1684 |
}, |
1685 |
"dist": {
|
|
1686 |
"type": "zip", |
|
| 39 | 1687 |
"url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/8674b1d84ffb47cc59a101f5d5a3b61e87d23796", |
1688 |
"reference": "8674b1d84ffb47cc59a101f5d5a3b61e87d23796", |
|
| 0 | 1689 |
"shasum": "" |
1690 |
}, |
|
1691 |
"require": {
|
|
1692 |
"php": ">=5.3" |
|
1693 |
}, |
|
1694 |
"type": "library", |
|
1695 |
"extra": {
|
|
1696 |
"branch-alias": {
|
|
1697 |
"dev-master": "1.x-dev" |
|
1698 |
} |
|
1699 |
}, |
|
1700 |
"autoload": {
|
|
1701 |
"psr-4": {
|
|
1702 |
"Seld\\PharUtils\\": "src/" |
|
1703 |
} |
|
1704 |
}, |
|
1705 |
"notification-url": "https://packagist.org/downloads/", |
|
1706 |
"license": [ |
|
1707 |
"MIT" |
|
1708 |
], |
|
1709 |
"authors": [ |
|
1710 |
{
|
|
1711 |
"name": "Jordi Boggiano", |
|
1712 |
"email": "j.boggiano@seld.be" |
|
1713 |
} |
|
1714 |
], |
|
1715 |
"description": "PHAR file format utilities, for when PHP phars you up", |
|
1716 |
"keywords": [ |
|
| 39 | 1717 |
"phar" |
1718 |
], |
|
1719 |
"support": {
|
|
1720 |
"issues": "https://github.com/Seldaek/phar-utils/issues", |
|
1721 |
"source": "https://github.com/Seldaek/phar-utils/tree/master" |
|
1722 |
}, |
|
1723 |
"time": "2020-07-07T18:42:57+00:00" |
|
| 0 | 1724 |
}, |
1725 |
{
|
|
1726 |
"name": "symfony/console", |
|
| 39 | 1727 |
"version": "v5.2.4", |
| 0 | 1728 |
"source": {
|
1729 |
"type": "git", |
|
1730 |
"url": "https://github.com/symfony/console.git", |
|
| 39 | 1731 |
"reference": "d6d0cc30d8c0fda4e7b213c20509b0159a8f4556" |
| 0 | 1732 |
}, |
1733 |
"dist": {
|
|
1734 |
"type": "zip", |
|
| 39 | 1735 |
"url": "https://api.github.com/repos/symfony/console/zipball/d6d0cc30d8c0fda4e7b213c20509b0159a8f4556", |
1736 |
"reference": "d6d0cc30d8c0fda4e7b213c20509b0159a8f4556", |
|
| 0 | 1737 |
"shasum": "" |
1738 |
}, |
|
1739 |
"require": {
|
|
| 39 | 1740 |
"php": ">=7.2.5", |
| 15 | 1741 |
"symfony/polyfill-mbstring": "~1.0", |
1742 |
"symfony/polyfill-php73": "^1.8", |
|
| 39 | 1743 |
"symfony/polyfill-php80": "^1.15", |
1744 |
"symfony/service-contracts": "^1.1|^2", |
|
1745 |
"symfony/string": "^5.1" |
|
| 0 | 1746 |
}, |
1747 |
"conflict": {
|
|
| 39 | 1748 |
"symfony/dependency-injection": "<4.4", |
1749 |
"symfony/dotenv": "<5.1", |
|
1750 |
"symfony/event-dispatcher": "<4.4", |
|
1751 |
"symfony/lock": "<4.4", |
|
1752 |
"symfony/process": "<4.4" |
|
| 0 | 1753 |
}, |
1754 |
"provide": {
|
|
1755 |
"psr/log-implementation": "1.0" |
|
1756 |
}, |
|
1757 |
"require-dev": {
|
|
1758 |
"psr/log": "~1.0", |
|
| 39 | 1759 |
"symfony/config": "^4.4|^5.0", |
1760 |
"symfony/dependency-injection": "^4.4|^5.0", |
|
1761 |
"symfony/event-dispatcher": "^4.4|^5.0", |
|
1762 |
"symfony/lock": "^4.4|^5.0", |
|
1763 |
"symfony/process": "^4.4|^5.0", |
|
1764 |
"symfony/var-dumper": "^4.4|^5.0" |
|
| 0 | 1765 |
}, |
1766 |
"suggest": {
|
|
1767 |
"psr/log": "For using the console logger", |
|
1768 |
"symfony/event-dispatcher": "", |
|
1769 |
"symfony/lock": "", |
|
1770 |
"symfony/process": "" |
|
1771 |
}, |
|
1772 |
"type": "library", |
|
1773 |
"autoload": {
|
|
1774 |
"psr-4": {
|
|
1775 |
"Symfony\\Component\\Console\\": "" |
|
1776 |
}, |
|
1777 |
"exclude-from-classmap": [ |
|
1778 |
"/Tests/" |
|
1779 |
] |
|
1780 |
}, |
|
1781 |
"notification-url": "https://packagist.org/downloads/", |
|
1782 |
"license": [ |
|
1783 |
"MIT" |
|
1784 |
], |
|
1785 |
"authors": [ |
|
1786 |
{
|
|
1787 |
"name": "Fabien Potencier", |
|
1788 |
"email": "fabien@symfony.com" |
|
1789 |
}, |
|
1790 |
{
|
|
1791 |
"name": "Symfony Community", |
|
1792 |
"homepage": "https://symfony.com/contributors" |
|
1793 |
} |
|
1794 |
], |
|
| 39 | 1795 |
"description": "Eases the creation of beautiful and testable command line interfaces", |
| 0 | 1796 |
"homepage": "https://symfony.com", |
| 39 | 1797 |
"keywords": [ |
1798 |
"cli", |
|
1799 |
"command line", |
|
1800 |
"console", |
|
1801 |
"terminal" |
|
1802 |
], |
|
1803 |
"support": {
|
|
1804 |
"source": "https://github.com/symfony/console/tree/v5.2.4" |
|
1805 |
}, |
|
1806 |
"funding": [ |
|
1807 |
{
|
|
1808 |
"url": "https://symfony.com/sponsor", |
|
1809 |
"type": "custom" |
|
1810 |
}, |
|
1811 |
{
|
|
1812 |
"url": "https://github.com/fabpot", |
|
1813 |
"type": "github" |
|
1814 |
}, |
|
1815 |
{
|
|
1816 |
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony", |
|
1817 |
"type": "tidelift" |
|
1818 |
} |
|
1819 |
], |
|
1820 |
"time": "2021-02-23T10:08:49+00:00" |
|
| 0 | 1821 |
}, |
1822 |
{
|
|
| 15 | 1823 |
"name": "symfony/filesystem", |
| 39 | 1824 |
"version": "v5.2.4", |
| 0 | 1825 |
"source": {
|
1826 |
"type": "git", |
|
| 15 | 1827 |
"url": "https://github.com/symfony/filesystem.git", |
| 39 | 1828 |
"reference": "710d364200997a5afde34d9fe57bd52f3cc1e108" |
| 0 | 1829 |
}, |
1830 |
"dist": {
|
|
1831 |
"type": "zip", |
|
| 39 | 1832 |
"url": "https://api.github.com/repos/symfony/filesystem/zipball/710d364200997a5afde34d9fe57bd52f3cc1e108", |
1833 |
"reference": "710d364200997a5afde34d9fe57bd52f3cc1e108", |
|
| 0 | 1834 |
"shasum": "" |
1835 |
}, |
|
1836 |
"require": {
|
|
| 39 | 1837 |
"php": ">=7.2.5", |
| 0 | 1838 |
"symfony/polyfill-ctype": "~1.8" |
1839 |
}, |
|
1840 |
"type": "library", |
|
1841 |
"autoload": {
|
|
1842 |
"psr-4": {
|
|
1843 |
"Symfony\\Component\\Filesystem\\": "" |
|
1844 |
}, |
|
1845 |
"exclude-from-classmap": [ |
|
1846 |
"/Tests/" |
|
1847 |
] |
|
1848 |
}, |
|
1849 |
"notification-url": "https://packagist.org/downloads/", |
|
1850 |
"license": [ |
|
1851 |
"MIT" |
|
1852 |
], |
|
1853 |
"authors": [ |
|
1854 |
{
|
|
1855 |
"name": "Fabien Potencier", |
|
1856 |
"email": "fabien@symfony.com" |
|
1857 |
}, |
|
1858 |
{
|
|
1859 |
"name": "Symfony Community", |
|
1860 |
"homepage": "https://symfony.com/contributors" |
|
1861 |
} |
|
1862 |
], |
|
| 39 | 1863 |
"description": "Provides basic utilities for the filesystem", |
| 0 | 1864 |
"homepage": "https://symfony.com", |
| 39 | 1865 |
"support": {
|
1866 |
"source": "https://github.com/symfony/filesystem/tree/v5.2.4" |
|
1867 |
}, |
|
1868 |
"funding": [ |
|
1869 |
{
|
|
1870 |
"url": "https://symfony.com/sponsor", |
|
1871 |
"type": "custom" |
|
1872 |
}, |
|
1873 |
{
|
|
1874 |
"url": "https://github.com/fabpot", |
|
1875 |
"type": "github" |
|
1876 |
}, |
|
1877 |
{
|
|
1878 |
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony", |
|
1879 |
"type": "tidelift" |
|
1880 |
} |
|
1881 |
], |
|
1882 |
"time": "2021-02-12T10:38:38+00:00" |
|
| 0 | 1883 |
}, |
1884 |
{
|
|
1885 |
"name": "symfony/finder", |
|
| 39 | 1886 |
"version": "v5.2.4", |
| 0 | 1887 |
"source": {
|
1888 |
"type": "git", |
|
1889 |
"url": "https://github.com/symfony/finder.git", |
|
| 39 | 1890 |
"reference": "0d639a0943822626290d169965804f79400e6a04" |
| 0 | 1891 |
}, |
1892 |
"dist": {
|
|
1893 |
"type": "zip", |
|
| 39 | 1894 |
"url": "https://api.github.com/repos/symfony/finder/zipball/0d639a0943822626290d169965804f79400e6a04", |
1895 |
"reference": "0d639a0943822626290d169965804f79400e6a04", |
|
| 0 | 1896 |
"shasum": "" |
1897 |
}, |
|
1898 |
"require": {
|
|
| 39 | 1899 |
"php": ">=7.2.5" |
| 0 | 1900 |
}, |
1901 |
"type": "library", |
|
1902 |
"autoload": {
|
|
1903 |
"psr-4": {
|
|
1904 |
"Symfony\\Component\\Finder\\": "" |
|
1905 |
}, |
|
1906 |
"exclude-from-classmap": [ |
|
1907 |
"/Tests/" |
|
1908 |
] |
|
1909 |
}, |
|
1910 |
"notification-url": "https://packagist.org/downloads/", |
|
1911 |
"license": [ |
|
1912 |
"MIT" |
|
1913 |
], |
|
1914 |
"authors": [ |
|
1915 |
{
|
|
1916 |
"name": "Fabien Potencier", |
|
1917 |
"email": "fabien@symfony.com" |
|
1918 |
}, |
|
1919 |
{
|
|
1920 |
"name": "Symfony Community", |
|
1921 |
"homepage": "https://symfony.com/contributors" |
|
1922 |
} |
|
1923 |
], |
|
| 39 | 1924 |
"description": "Finds files and directories via an intuitive fluent interface", |
| 0 | 1925 |
"homepage": "https://symfony.com", |
| 39 | 1926 |
"support": {
|
1927 |
"source": "https://github.com/symfony/finder/tree/v5.2.4" |
|
1928 |
}, |
|
1929 |
"funding": [ |
|
1930 |
{
|
|
1931 |
"url": "https://symfony.com/sponsor", |
|
1932 |
"type": "custom" |
|
1933 |
}, |
|
1934 |
{
|
|
1935 |
"url": "https://github.com/fabpot", |
|
1936 |
"type": "github" |
|
1937 |
}, |
|
1938 |
{
|
|
1939 |
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony", |
|
1940 |
"type": "tidelift" |
|
1941 |
} |
|
1942 |
], |
|
1943 |
"time": "2021-02-15T18:55:04+00:00" |
|
| 0 | 1944 |
}, |
1945 |
{
|
|
1946 |
"name": "symfony/polyfill-ctype", |
|
| 39 | 1947 |
"version": "v1.22.1", |
| 0 | 1948 |
"source": {
|
1949 |
"type": "git", |
|
1950 |
"url": "https://github.com/symfony/polyfill-ctype.git", |
|
| 39 | 1951 |
"reference": "c6c942b1ac76c82448322025e084cadc56048b4e" |
| 0 | 1952 |
}, |
1953 |
"dist": {
|
|
1954 |
"type": "zip", |
|
| 39 | 1955 |
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/c6c942b1ac76c82448322025e084cadc56048b4e", |
1956 |
"reference": "c6c942b1ac76c82448322025e084cadc56048b4e", |
|
| 0 | 1957 |
"shasum": "" |
1958 |
}, |
|
1959 |
"require": {
|
|
| 39 | 1960 |
"php": ">=7.1" |
| 0 | 1961 |
}, |
1962 |
"suggest": {
|
|
1963 |
"ext-ctype": "For best performance" |
|
1964 |
}, |
|
1965 |
"type": "library", |
|
1966 |
"extra": {
|
|
1967 |
"branch-alias": {
|
|
| 39 | 1968 |
"dev-main": "1.22-dev" |
1969 |
}, |
|
1970 |
"thanks": {
|
|
1971 |
"name": "symfony/polyfill", |
|
1972 |
"url": "https://github.com/symfony/polyfill" |
|
| 0 | 1973 |
} |
1974 |
}, |
|
1975 |
"autoload": {
|
|
1976 |
"psr-4": {
|
|
1977 |
"Symfony\\Polyfill\\Ctype\\": "" |
|
1978 |
}, |
|
1979 |
"files": [ |
|
1980 |
"bootstrap.php" |
|
1981 |
] |
|
1982 |
}, |
|
1983 |
"notification-url": "https://packagist.org/downloads/", |
|
1984 |
"license": [ |
|
1985 |
"MIT" |
|
1986 |
], |
|
1987 |
"authors": [ |
|
1988 |
{
|
|
| 39 | 1989 |
"name": "Gert de Pagter", |
1990 |
"email": "BackEndTea@gmail.com" |
|
1991 |
}, |
|
1992 |
{
|
|
| 0 | 1993 |
"name": "Symfony Community", |
1994 |
"homepage": "https://symfony.com/contributors" |
|
1995 |
} |
|
1996 |
], |
|
1997 |
"description": "Symfony polyfill for ctype functions", |
|
1998 |
"homepage": "https://symfony.com", |
|
1999 |
"keywords": [ |
|
2000 |
"compatibility", |
|
2001 |
"ctype", |
|
2002 |
"polyfill", |
|
2003 |
"portable" |
|
2004 |
], |
|
| 39 | 2005 |
"support": {
|
2006 |
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.22.1" |
|
2007 |
}, |
|
2008 |
"funding": [ |
|
2009 |
{
|
|
2010 |
"url": "https://symfony.com/sponsor", |
|
2011 |
"type": "custom" |
|
2012 |
}, |
|
2013 |
{
|
|
2014 |
"url": "https://github.com/fabpot", |
|
2015 |
"type": "github" |
|
2016 |
}, |
|
2017 |
{
|
|
2018 |
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony", |
|
2019 |
"type": "tidelift" |
|
2020 |
} |
|
2021 |
], |
|
2022 |
"time": "2021-01-07T16:49:33+00:00" |
|
2023 |
}, |
|
2024 |
{
|
|
2025 |
"name": "symfony/polyfill-intl-grapheme", |
|
2026 |
"version": "v1.22.1", |
|
2027 |
"source": {
|
|
2028 |
"type": "git", |
|
2029 |
"url": "https://github.com/symfony/polyfill-intl-grapheme.git", |
|
2030 |
"reference": "5601e09b69f26c1828b13b6bb87cb07cddba3170" |
|
2031 |
}, |
|
2032 |
"dist": {
|
|
2033 |
"type": "zip", |
|
2034 |
"url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/5601e09b69f26c1828b13b6bb87cb07cddba3170", |
|
2035 |
"reference": "5601e09b69f26c1828b13b6bb87cb07cddba3170", |
|
2036 |
"shasum": "" |
|
2037 |
}, |
|
2038 |
"require": {
|
|
2039 |
"php": ">=7.1" |
|
2040 |
}, |
|
2041 |
"suggest": {
|
|
2042 |
"ext-intl": "For best performance" |
|
2043 |
}, |
|
2044 |
"type": "library", |
|
2045 |
"extra": {
|
|
2046 |
"branch-alias": {
|
|
2047 |
"dev-main": "1.22-dev" |
|
2048 |
}, |
|
2049 |
"thanks": {
|
|
2050 |
"name": "symfony/polyfill", |
|
2051 |
"url": "https://github.com/symfony/polyfill" |
|
2052 |
} |
|
2053 |
}, |
|
2054 |
"autoload": {
|
|
2055 |
"psr-4": {
|
|
2056 |
"Symfony\\Polyfill\\Intl\\Grapheme\\": "" |
|
2057 |
}, |
|
2058 |
"files": [ |
|
2059 |
"bootstrap.php" |
|
2060 |
] |
|
2061 |
}, |
|
2062 |
"notification-url": "https://packagist.org/downloads/", |
|
2063 |
"license": [ |
|
2064 |
"MIT" |
|
2065 |
], |
|
2066 |
"authors": [ |
|
2067 |
{
|
|
2068 |
"name": "Nicolas Grekas", |
|
2069 |
"email": "p@tchwork.com" |
|
2070 |
}, |
|
2071 |
{
|
|
2072 |
"name": "Symfony Community", |
|
2073 |
"homepage": "https://symfony.com/contributors" |
|
2074 |
} |
|
2075 |
], |
|
2076 |
"description": "Symfony polyfill for intl's grapheme_* functions", |
|
2077 |
"homepage": "https://symfony.com", |
|
2078 |
"keywords": [ |
|
2079 |
"compatibility", |
|
2080 |
"grapheme", |
|
2081 |
"intl", |
|
2082 |
"polyfill", |
|
2083 |
"portable", |
|
2084 |
"shim" |
|
2085 |
], |
|
2086 |
"support": {
|
|
2087 |
"source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.22.1" |
|
2088 |
}, |
|
2089 |
"funding": [ |
|
2090 |
{
|
|
2091 |
"url": "https://symfony.com/sponsor", |
|
2092 |
"type": "custom" |
|
2093 |
}, |
|
2094 |
{
|
|
2095 |
"url": "https://github.com/fabpot", |
|
2096 |
"type": "github" |
|
2097 |
}, |
|
2098 |
{
|
|
2099 |
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony", |
|
2100 |
"type": "tidelift" |
|
2101 |
} |
|
2102 |
], |
|
2103 |
"time": "2021-01-22T09:19:47+00:00" |
|
2104 |
}, |
|
2105 |
{
|
|
2106 |
"name": "symfony/polyfill-intl-normalizer", |
|
2107 |
"version": "v1.22.1", |
|
2108 |
"source": {
|
|
2109 |
"type": "git", |
|
2110 |
"url": "https://github.com/symfony/polyfill-intl-normalizer.git", |
|
2111 |
"reference": "43a0283138253ed1d48d352ab6d0bdb3f809f248" |
|
2112 |
}, |
|
2113 |
"dist": {
|
|
2114 |
"type": "zip", |
|
2115 |
"url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/43a0283138253ed1d48d352ab6d0bdb3f809f248", |
|
2116 |
"reference": "43a0283138253ed1d48d352ab6d0bdb3f809f248", |
|
2117 |
"shasum": "" |
|
2118 |
}, |
|
2119 |
"require": {
|
|
2120 |
"php": ">=7.1" |
|
2121 |
}, |
|
2122 |
"suggest": {
|
|
2123 |
"ext-intl": "For best performance" |
|
2124 |
}, |
|
2125 |
"type": "library", |
|
2126 |
"extra": {
|
|
2127 |
"branch-alias": {
|
|
2128 |
"dev-main": "1.22-dev" |
|
2129 |
}, |
|
2130 |
"thanks": {
|
|
2131 |
"name": "symfony/polyfill", |
|
2132 |
"url": "https://github.com/symfony/polyfill" |
|
2133 |
} |
|
2134 |
}, |
|
2135 |
"autoload": {
|
|
2136 |
"psr-4": {
|
|
2137 |
"Symfony\\Polyfill\\Intl\\Normalizer\\": "" |
|
2138 |
}, |
|
2139 |
"files": [ |
|
2140 |
"bootstrap.php" |
|
2141 |
], |
|
2142 |
"classmap": [ |
|
2143 |
"Resources/stubs" |
|
2144 |
] |
|
2145 |
}, |
|
2146 |
"notification-url": "https://packagist.org/downloads/", |
|
2147 |
"license": [ |
|
2148 |
"MIT" |
|
2149 |
], |
|
2150 |
"authors": [ |
|
2151 |
{
|
|
2152 |
"name": "Nicolas Grekas", |
|
2153 |
"email": "p@tchwork.com" |
|
2154 |
}, |
|
2155 |
{
|
|
2156 |
"name": "Symfony Community", |
|
2157 |
"homepage": "https://symfony.com/contributors" |
|
2158 |
} |
|
2159 |
], |
|
2160 |
"description": "Symfony polyfill for intl's Normalizer class and related functions", |
|
2161 |
"homepage": "https://symfony.com", |
|
2162 |
"keywords": [ |
|
2163 |
"compatibility", |
|
2164 |
"intl", |
|
2165 |
"normalizer", |
|
2166 |
"polyfill", |
|
2167 |
"portable", |
|
2168 |
"shim" |
|
2169 |
], |
|
2170 |
"support": {
|
|
2171 |
"source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.22.1" |
|
2172 |
}, |
|
2173 |
"funding": [ |
|
2174 |
{
|
|
2175 |
"url": "https://symfony.com/sponsor", |
|
2176 |
"type": "custom" |
|
2177 |
}, |
|
2178 |
{
|
|
2179 |
"url": "https://github.com/fabpot", |
|
2180 |
"type": "github" |
|
2181 |
}, |
|
2182 |
{
|
|
2183 |
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony", |
|
2184 |
"type": "tidelift" |
|
2185 |
} |
|
2186 |
], |
|
2187 |
"time": "2021-01-22T09:19:47+00:00" |
|
| 0 | 2188 |
}, |
2189 |
{
|
|
2190 |
"name": "symfony/polyfill-mbstring", |
|
| 39 | 2191 |
"version": "v1.22.1", |
| 0 | 2192 |
"source": {
|
2193 |
"type": "git", |
|
2194 |
"url": "https://github.com/symfony/polyfill-mbstring.git", |
|
| 39 | 2195 |
"reference": "5232de97ee3b75b0360528dae24e73db49566ab1" |
| 0 | 2196 |
}, |
2197 |
"dist": {
|
|
2198 |
"type": "zip", |
|
| 39 | 2199 |
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/5232de97ee3b75b0360528dae24e73db49566ab1", |
2200 |
"reference": "5232de97ee3b75b0360528dae24e73db49566ab1", |
|
| 0 | 2201 |
"shasum": "" |
2202 |
}, |
|
2203 |
"require": {
|
|
| 39 | 2204 |
"php": ">=7.1" |
| 0 | 2205 |
}, |
2206 |
"suggest": {
|
|
2207 |
"ext-mbstring": "For best performance" |
|
2208 |
}, |
|
2209 |
"type": "library", |
|
2210 |
"extra": {
|
|
2211 |
"branch-alias": {
|
|
| 39 | 2212 |
"dev-main": "1.22-dev" |
2213 |
}, |
|
2214 |
"thanks": {
|
|
2215 |
"name": "symfony/polyfill", |
|
2216 |
"url": "https://github.com/symfony/polyfill" |
|
| 0 | 2217 |
} |
2218 |
}, |
|
2219 |
"autoload": {
|
|
2220 |
"psr-4": {
|
|
2221 |
"Symfony\\Polyfill\\Mbstring\\": "" |
|
2222 |
}, |
|
2223 |
"files": [ |
|
2224 |
"bootstrap.php" |
|
2225 |
] |
|
2226 |
}, |
|
2227 |
"notification-url": "https://packagist.org/downloads/", |
|
2228 |
"license": [ |
|
2229 |
"MIT" |
|
2230 |
], |
|
2231 |
"authors": [ |
|
2232 |
{
|
|
2233 |
"name": "Nicolas Grekas", |
|
2234 |
"email": "p@tchwork.com" |
|
2235 |
}, |
|
2236 |
{
|
|
2237 |
"name": "Symfony Community", |
|
2238 |
"homepage": "https://symfony.com/contributors" |
|
2239 |
} |
|
2240 |
], |
|
2241 |
"description": "Symfony polyfill for the Mbstring extension", |
|
2242 |
"homepage": "https://symfony.com", |
|
2243 |
"keywords": [ |
|
2244 |
"compatibility", |
|
2245 |
"mbstring", |
|
2246 |
"polyfill", |
|
2247 |
"portable", |
|
2248 |
"shim" |
|
2249 |
], |
|
| 39 | 2250 |
"support": {
|
2251 |
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.22.1" |
|
2252 |
}, |
|
2253 |
"funding": [ |
|
2254 |
{
|
|
2255 |
"url": "https://symfony.com/sponsor", |
|
2256 |
"type": "custom" |
|
2257 |
}, |
|
2258 |
{
|
|
2259 |
"url": "https://github.com/fabpot", |
|
2260 |
"type": "github" |
|
2261 |
}, |
|
2262 |
{
|
|
2263 |
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony", |
|
2264 |
"type": "tidelift" |
|
2265 |
} |
|
2266 |
], |
|
2267 |
"time": "2021-01-22T09:19:47+00:00" |
|
| 0 | 2268 |
}, |
2269 |
{
|
|
| 15 | 2270 |
"name": "symfony/polyfill-php73", |
| 39 | 2271 |
"version": "v1.22.1", |
| 15 | 2272 |
"source": {
|
2273 |
"type": "git", |
|
2274 |
"url": "https://github.com/symfony/polyfill-php73.git", |
|
| 39 | 2275 |
"reference": "a678b42e92f86eca04b7fa4c0f6f19d097fb69e2" |
| 15 | 2276 |
}, |
2277 |
"dist": {
|
|
2278 |
"type": "zip", |
|
| 39 | 2279 |
"url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/a678b42e92f86eca04b7fa4c0f6f19d097fb69e2", |
2280 |
"reference": "a678b42e92f86eca04b7fa4c0f6f19d097fb69e2", |
|
| 15 | 2281 |
"shasum": "" |
2282 |
}, |
|
2283 |
"require": {
|
|
| 39 | 2284 |
"php": ">=7.1" |
| 15 | 2285 |
}, |
2286 |
"type": "library", |
|
2287 |
"extra": {
|
|
2288 |
"branch-alias": {
|
|
| 39 | 2289 |
"dev-main": "1.22-dev" |
2290 |
}, |
|
2291 |
"thanks": {
|
|
2292 |
"name": "symfony/polyfill", |
|
2293 |
"url": "https://github.com/symfony/polyfill" |
|
| 15 | 2294 |
} |
2295 |
}, |
|
2296 |
"autoload": {
|
|
2297 |
"psr-4": {
|
|
2298 |
"Symfony\\Polyfill\\Php73\\": "" |
|
2299 |
}, |
|
2300 |
"files": [ |
|
2301 |
"bootstrap.php" |
|
2302 |
], |
|
2303 |
"classmap": [ |
|
2304 |
"Resources/stubs" |
|
2305 |
] |
|
2306 |
}, |
|
2307 |
"notification-url": "https://packagist.org/downloads/", |
|
2308 |
"license": [ |
|
2309 |
"MIT" |
|
2310 |
], |
|
2311 |
"authors": [ |
|
2312 |
{
|
|
2313 |
"name": "Nicolas Grekas", |
|
2314 |
"email": "p@tchwork.com" |
|
2315 |
}, |
|
2316 |
{
|
|
2317 |
"name": "Symfony Community", |
|
2318 |
"homepage": "https://symfony.com/contributors" |
|
2319 |
} |
|
2320 |
], |
|
2321 |
"description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions", |
|
2322 |
"homepage": "https://symfony.com", |
|
2323 |
"keywords": [ |
|
2324 |
"compatibility", |
|
2325 |
"polyfill", |
|
2326 |
"portable", |
|
2327 |
"shim" |
|
2328 |
], |
|
| 39 | 2329 |
"support": {
|
2330 |
"source": "https://github.com/symfony/polyfill-php73/tree/v1.22.1" |
|
2331 |
}, |
|
2332 |
"funding": [ |
|
2333 |
{
|
|
2334 |
"url": "https://symfony.com/sponsor", |
|
2335 |
"type": "custom" |
|
2336 |
}, |
|
2337 |
{
|
|
2338 |
"url": "https://github.com/fabpot", |
|
2339 |
"type": "github" |
|
2340 |
}, |
|
2341 |
{
|
|
2342 |
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony", |
|
2343 |
"type": "tidelift" |
|
2344 |
} |
|
2345 |
], |
|
2346 |
"time": "2021-01-07T16:49:33+00:00" |
|
| 15 | 2347 |
}, |
2348 |
{
|
|
| 39 | 2349 |
"name": "symfony/polyfill-php80", |
2350 |
"version": "v1.22.1", |
|
| 0 | 2351 |
"source": {
|
2352 |
"type": "git", |
|
| 39 | 2353 |
"url": "https://github.com/symfony/polyfill-php80.git", |
2354 |
"reference": "dc3063ba22c2a1fd2f45ed856374d79114998f91" |
|
| 0 | 2355 |
}, |
2356 |
"dist": {
|
|
2357 |
"type": "zip", |
|
| 39 | 2358 |
"url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/dc3063ba22c2a1fd2f45ed856374d79114998f91", |
2359 |
"reference": "dc3063ba22c2a1fd2f45ed856374d79114998f91", |
|
| 0 | 2360 |
"shasum": "" |
2361 |
}, |
|
2362 |
"require": {
|
|
| 39 | 2363 |
"php": ">=7.1" |
| 0 | 2364 |
}, |
2365 |
"type": "library", |
|
2366 |
"extra": {
|
|
2367 |
"branch-alias": {
|
|
| 39 | 2368 |
"dev-main": "1.22-dev" |
2369 |
}, |
|
2370 |
"thanks": {
|
|
2371 |
"name": "symfony/polyfill", |
|
2372 |
"url": "https://github.com/symfony/polyfill" |
|
2373 |
} |
|
2374 |
}, |
|
2375 |
"autoload": {
|
|
2376 |
"psr-4": {
|
|
2377 |
"Symfony\\Polyfill\\Php80\\": "" |
|
2378 |
}, |
|
2379 |
"files": [ |
|
2380 |
"bootstrap.php" |
|
2381 |
], |
|
2382 |
"classmap": [ |
|
2383 |
"Resources/stubs" |
|
2384 |
] |
|
2385 |
}, |
|
2386 |
"notification-url": "https://packagist.org/downloads/", |
|
2387 |
"license": [ |
|
2388 |
"MIT" |
|
2389 |
], |
|
2390 |
"authors": [ |
|
2391 |
{
|
|
2392 |
"name": "Ion Bazan", |
|
2393 |
"email": "ion.bazan@gmail.com" |
|
2394 |
}, |
|
2395 |
{
|
|
2396 |
"name": "Nicolas Grekas", |
|
2397 |
"email": "p@tchwork.com" |
|
2398 |
}, |
|
2399 |
{
|
|
2400 |
"name": "Symfony Community", |
|
2401 |
"homepage": "https://symfony.com/contributors" |
|
| 0 | 2402 |
} |
| 39 | 2403 |
], |
2404 |
"description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions", |
|
2405 |
"homepage": "https://symfony.com", |
|
2406 |
"keywords": [ |
|
2407 |
"compatibility", |
|
2408 |
"polyfill", |
|
2409 |
"portable", |
|
2410 |
"shim" |
|
2411 |
], |
|
2412 |
"support": {
|
|
2413 |
"source": "https://github.com/symfony/polyfill-php80/tree/v1.22.1" |
|
2414 |
}, |
|
2415 |
"funding": [ |
|
2416 |
{
|
|
2417 |
"url": "https://symfony.com/sponsor", |
|
2418 |
"type": "custom" |
|
2419 |
}, |
|
2420 |
{
|
|
2421 |
"url": "https://github.com/fabpot", |
|
2422 |
"type": "github" |
|
2423 |
}, |
|
2424 |
{
|
|
2425 |
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony", |
|
2426 |
"type": "tidelift" |
|
2427 |
} |
|
2428 |
], |
|
2429 |
"time": "2021-01-07T16:49:33+00:00" |
|
2430 |
}, |
|
2431 |
{
|
|
2432 |
"name": "symfony/process", |
|
2433 |
"version": "v5.2.4", |
|
2434 |
"source": {
|
|
2435 |
"type": "git", |
|
2436 |
"url": "https://github.com/symfony/process.git", |
|
2437 |
"reference": "313a38f09c77fbcdc1d223e57d368cea76a2fd2f" |
|
2438 |
}, |
|
2439 |
"dist": {
|
|
2440 |
"type": "zip", |
|
2441 |
"url": "https://api.github.com/repos/symfony/process/zipball/313a38f09c77fbcdc1d223e57d368cea76a2fd2f", |
|
2442 |
"reference": "313a38f09c77fbcdc1d223e57d368cea76a2fd2f", |
|
2443 |
"shasum": "" |
|
2444 |
}, |
|
2445 |
"require": {
|
|
2446 |
"php": ">=7.2.5", |
|
2447 |
"symfony/polyfill-php80": "^1.15" |
|
2448 |
}, |
|
2449 |
"type": "library", |
|
| 0 | 2450 |
"autoload": {
|
2451 |
"psr-4": {
|
|
2452 |
"Symfony\\Component\\Process\\": "" |
|
2453 |
}, |
|
2454 |
"exclude-from-classmap": [ |
|
2455 |
"/Tests/" |
|
2456 |
] |
|
2457 |
}, |
|
2458 |
"notification-url": "https://packagist.org/downloads/", |
|
2459 |
"license": [ |
|
2460 |
"MIT" |
|
2461 |
], |
|
2462 |
"authors": [ |
|
2463 |
{
|
|
2464 |
"name": "Fabien Potencier", |
|
2465 |
"email": "fabien@symfony.com" |
|
2466 |
}, |
|
2467 |
{
|
|
2468 |
"name": "Symfony Community", |
|
2469 |
"homepage": "https://symfony.com/contributors" |
|
2470 |
} |
|
2471 |
], |
|
| 39 | 2472 |
"description": "Executes commands in sub-processes", |
| 0 | 2473 |
"homepage": "https://symfony.com", |
| 39 | 2474 |
"support": {
|
2475 |
"source": "https://github.com/symfony/process/tree/v5.2.4" |
|
2476 |
}, |
|
2477 |
"funding": [ |
|
2478 |
{
|
|
2479 |
"url": "https://symfony.com/sponsor", |
|
2480 |
"type": "custom" |
|
2481 |
}, |
|
2482 |
{
|
|
2483 |
"url": "https://github.com/fabpot", |
|
2484 |
"type": "github" |
|
2485 |
}, |
|
2486 |
{
|
|
2487 |
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony", |
|
2488 |
"type": "tidelift" |
|
2489 |
} |
|
2490 |
], |
|
2491 |
"time": "2021-01-27T10:15:41+00:00" |
|
| 15 | 2492 |
}, |
2493 |
{
|
|
2494 |
"name": "symfony/service-contracts", |
|
| 39 | 2495 |
"version": "v2.2.0", |
| 15 | 2496 |
"source": {
|
2497 |
"type": "git", |
|
2498 |
"url": "https://github.com/symfony/service-contracts.git", |
|
| 39 | 2499 |
"reference": "d15da7ba4957ffb8f1747218be9e1a121fd298a1" |
| 15 | 2500 |
}, |
2501 |
"dist": {
|
|
2502 |
"type": "zip", |
|
| 39 | 2503 |
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/d15da7ba4957ffb8f1747218be9e1a121fd298a1", |
2504 |
"reference": "d15da7ba4957ffb8f1747218be9e1a121fd298a1", |
|
| 15 | 2505 |
"shasum": "" |
2506 |
}, |
|
2507 |
"require": {
|
|
| 39 | 2508 |
"php": ">=7.2.5", |
2509 |
"psr/container": "^1.0" |
|
| 15 | 2510 |
}, |
2511 |
"suggest": {
|
|
2512 |
"symfony/service-implementation": "" |
|
2513 |
}, |
|
2514 |
"type": "library", |
|
2515 |
"extra": {
|
|
2516 |
"branch-alias": {
|
|
| 39 | 2517 |
"dev-master": "2.2-dev" |
2518 |
}, |
|
2519 |
"thanks": {
|
|
2520 |
"name": "symfony/contracts", |
|
2521 |
"url": "https://github.com/symfony/contracts" |
|
| 15 | 2522 |
} |
2523 |
}, |
|
2524 |
"autoload": {
|
|
2525 |
"psr-4": {
|
|
2526 |
"Symfony\\Contracts\\Service\\": "" |
|
2527 |
} |
|
2528 |
}, |
|
2529 |
"notification-url": "https://packagist.org/downloads/", |
|
2530 |
"license": [ |
|
2531 |
"MIT" |
|
2532 |
], |
|
2533 |
"authors": [ |
|
2534 |
{
|
|
2535 |
"name": "Nicolas Grekas", |
|
2536 |
"email": "p@tchwork.com" |
|
2537 |
}, |
|
2538 |
{
|
|
2539 |
"name": "Symfony Community", |
|
2540 |
"homepage": "https://symfony.com/contributors" |
|
2541 |
} |
|
2542 |
], |
|
2543 |
"description": "Generic abstractions related to writing services", |
|
2544 |
"homepage": "https://symfony.com", |
|
2545 |
"keywords": [ |
|
2546 |
"abstractions", |
|
2547 |
"contracts", |
|
2548 |
"decoupling", |
|
2549 |
"interfaces", |
|
2550 |
"interoperability", |
|
2551 |
"standards" |
|
2552 |
], |
|
| 39 | 2553 |
"support": {
|
2554 |
"source": "https://github.com/symfony/service-contracts/tree/master" |
|
2555 |
}, |
|
2556 |
"funding": [ |
|
2557 |
{
|
|
2558 |
"url": "https://symfony.com/sponsor", |
|
2559 |
"type": "custom" |
|
2560 |
}, |
|
2561 |
{
|
|
2562 |
"url": "https://github.com/fabpot", |
|
2563 |
"type": "github" |
|
2564 |
}, |
|
2565 |
{
|
|
2566 |
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony", |
|
2567 |
"type": "tidelift" |
|
2568 |
} |
|
2569 |
], |
|
2570 |
"time": "2020-09-07T11:33:47+00:00" |
|
| 0 | 2571 |
}, |
2572 |
{
|
|
| 39 | 2573 |
"name": "symfony/string", |
2574 |
"version": "v5.2.4", |
|
| 0 | 2575 |
"source": {
|
2576 |
"type": "git", |
|
| 39 | 2577 |
"url": "https://github.com/symfony/string.git", |
2578 |
"reference": "4e78d7d47061fa183639927ec40d607973699609" |
|
| 0 | 2579 |
}, |
2580 |
"dist": {
|
|
2581 |
"type": "zip", |
|
| 39 | 2582 |
"url": "https://api.github.com/repos/symfony/string/zipball/4e78d7d47061fa183639927ec40d607973699609", |
2583 |
"reference": "4e78d7d47061fa183639927ec40d607973699609", |
|
| 0 | 2584 |
"shasum": "" |
2585 |
}, |
|
2586 |
"require": {
|
|
| 39 | 2587 |
"php": ">=7.2.5", |
2588 |
"symfony/polyfill-ctype": "~1.8", |
|
2589 |
"symfony/polyfill-intl-grapheme": "~1.0", |
|
2590 |
"symfony/polyfill-intl-normalizer": "~1.0", |
|
2591 |
"symfony/polyfill-mbstring": "~1.0", |
|
2592 |
"symfony/polyfill-php80": "~1.15" |
|
| 0 | 2593 |
}, |
2594 |
"require-dev": {
|
|
| 39 | 2595 |
"symfony/error-handler": "^4.4|^5.0", |
2596 |
"symfony/http-client": "^4.4|^5.0", |
|
2597 |
"symfony/translation-contracts": "^1.1|^2", |
|
2598 |
"symfony/var-exporter": "^4.4|^5.0" |
|
2599 |
}, |
|
2600 |
"type": "library", |
|
2601 |
"autoload": {
|
|
2602 |
"psr-4": {
|
|
2603 |
"Symfony\\Component\\String\\": "" |
|
2604 |
}, |
|
2605 |
"files": [ |
|
2606 |
"Resources/functions.php" |
|
2607 |
], |
|
2608 |
"exclude-from-classmap": [ |
|
2609 |
"/Tests/" |
|
2610 |
] |
|
2611 |
}, |
|
2612 |
"notification-url": "https://packagist.org/downloads/", |
|
2613 |
"license": [ |
|
2614 |
"MIT" |
|
2615 |
], |
|
2616 |
"authors": [ |
|
2617 |
{
|
|
2618 |
"name": "Nicolas Grekas", |
|
2619 |
"email": "p@tchwork.com" |
|
2620 |
}, |
|
2621 |
{
|
|
2622 |
"name": "Symfony Community", |
|
2623 |
"homepage": "https://symfony.com/contributors" |
|
2624 |
} |
|
2625 |
], |
|
2626 |
"description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way", |
|
2627 |
"homepage": "https://symfony.com", |
|
2628 |
"keywords": [ |
|
2629 |
"grapheme", |
|
2630 |
"i18n", |
|
2631 |
"string", |
|
2632 |
"unicode", |
|
2633 |
"utf-8", |
|
2634 |
"utf8" |
|
2635 |
], |
|
2636 |
"support": {
|
|
2637 |
"source": "https://github.com/symfony/string/tree/v5.2.4" |
|
2638 |
}, |
|
2639 |
"funding": [ |
|
2640 |
{
|
|
2641 |
"url": "https://symfony.com/sponsor", |
|
2642 |
"type": "custom" |
|
2643 |
}, |
|
2644 |
{
|
|
2645 |
"url": "https://github.com/fabpot", |
|
2646 |
"type": "github" |
|
2647 |
}, |
|
2648 |
{
|
|
2649 |
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony", |
|
2650 |
"type": "tidelift" |
|
2651 |
} |
|
2652 |
], |
|
2653 |
"time": "2021-02-16T10:20:28+00:00" |
|
2654 |
}, |
|
2655 |
{
|
|
2656 |
"name": "vlucas/phpdotenv", |
|
2657 |
"version": "v5.3.0", |
|
2658 |
"source": {
|
|
2659 |
"type": "git", |
|
2660 |
"url": "https://github.com/vlucas/phpdotenv.git", |
|
2661 |
"reference": "b3eac5c7ac896e52deab4a99068e3f4ab12d9e56" |
|
2662 |
}, |
|
2663 |
"dist": {
|
|
2664 |
"type": "zip", |
|
2665 |
"url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/b3eac5c7ac896e52deab4a99068e3f4ab12d9e56", |
|
2666 |
"reference": "b3eac5c7ac896e52deab4a99068e3f4ab12d9e56", |
|
2667 |
"shasum": "" |
|
2668 |
}, |
|
2669 |
"require": {
|
|
2670 |
"ext-pcre": "*", |
|
2671 |
"graham-campbell/result-type": "^1.0.1", |
|
2672 |
"php": "^7.1.3 || ^8.0", |
|
2673 |
"phpoption/phpoption": "^1.7.4", |
|
2674 |
"symfony/polyfill-ctype": "^1.17", |
|
2675 |
"symfony/polyfill-mbstring": "^1.17", |
|
2676 |
"symfony/polyfill-php80": "^1.17" |
|
2677 |
}, |
|
2678 |
"require-dev": {
|
|
2679 |
"bamarni/composer-bin-plugin": "^1.4.1", |
|
2680 |
"ext-filter": "*", |
|
2681 |
"phpunit/phpunit": "^7.5.20 || ^8.5.14 || ^9.5.1" |
|
2682 |
}, |
|
2683 |
"suggest": {
|
|
2684 |
"ext-filter": "Required to use the boolean validator." |
|
| 0 | 2685 |
}, |
2686 |
"type": "library", |
|
2687 |
"extra": {
|
|
2688 |
"branch-alias": {
|
|
| 39 | 2689 |
"dev-master": "5.3-dev" |
| 0 | 2690 |
} |
2691 |
}, |
|
2692 |
"autoload": {
|
|
2693 |
"psr-4": {
|
|
2694 |
"Dotenv\\": "src/" |
|
2695 |
} |
|
2696 |
}, |
|
2697 |
"notification-url": "https://packagist.org/downloads/", |
|
2698 |
"license": [ |
|
2699 |
"BSD-3-Clause" |
|
2700 |
], |
|
2701 |
"authors": [ |
|
2702 |
{
|
|
| 39 | 2703 |
"name": "Graham Campbell", |
2704 |
"email": "graham@alt-three.com", |
|
2705 |
"homepage": "https://gjcampbell.co.uk/" |
|
2706 |
}, |
|
2707 |
{
|
|
| 0 | 2708 |
"name": "Vance Lucas", |
2709 |
"email": "vance@vancelucas.com", |
|
| 39 | 2710 |
"homepage": "https://vancelucas.com/" |
| 0 | 2711 |
} |
2712 |
], |
|
2713 |
"description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.", |
|
2714 |
"keywords": [ |
|
2715 |
"dotenv", |
|
2716 |
"env", |
|
2717 |
"environment" |
|
2718 |
], |
|
| 39 | 2719 |
"support": {
|
2720 |
"issues": "https://github.com/vlucas/phpdotenv/issues", |
|
2721 |
"source": "https://github.com/vlucas/phpdotenv/tree/v5.3.0" |
|
2722 |
}, |
|
2723 |
"funding": [ |
|
2724 |
{
|
|
2725 |
"url": "https://github.com/GrahamCampbell", |
|
2726 |
"type": "github" |
|
2727 |
}, |
|
2728 |
{
|
|
2729 |
"url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv", |
|
2730 |
"type": "tidelift" |
|
2731 |
} |
|
2732 |
], |
|
2733 |
"time": "2021-01-20T15:23:13+00:00" |
|
| 0 | 2734 |
}, |
2735 |
{
|
|
2736 |
"name": "wp-cli/cache-command", |
|
| 39 | 2737 |
"version": "v2.0.5", |
| 0 | 2738 |
"source": {
|
2739 |
"type": "git", |
|
2740 |
"url": "https://github.com/wp-cli/cache-command.git", |
|
| 39 | 2741 |
"reference": "c1a91b35f274e8aa5142eb4d82842421ed89049a" |
| 0 | 2742 |
}, |
2743 |
"dist": {
|
|
2744 |
"type": "zip", |
|
| 39 | 2745 |
"url": "https://api.github.com/repos/wp-cli/cache-command/zipball/c1a91b35f274e8aa5142eb4d82842421ed89049a", |
2746 |
"reference": "c1a91b35f274e8aa5142eb4d82842421ed89049a", |
|
| 0 | 2747 |
"shasum": "" |
2748 |
}, |
|
2749 |
"require": {
|
|
2750 |
"wp-cli/wp-cli": "^2" |
|
2751 |
}, |
|
2752 |
"require-dev": {
|
|
2753 |
"wp-cli/entity-command": "^1.3 || ^2", |
|
| 15 | 2754 |
"wp-cli/wp-cli-tests": "^2.1" |
| 0 | 2755 |
}, |
2756 |
"type": "wp-cli-package", |
|
2757 |
"extra": {
|
|
2758 |
"branch-alias": {
|
|
2759 |
"dev-master": "2.x-dev" |
|
2760 |
}, |
|
2761 |
"bundled": true, |
|
2762 |
"commands": [ |
|
2763 |
"cache", |
|
2764 |
"cache add", |
|
2765 |
"cache decr", |
|
2766 |
"cache delete", |
|
2767 |
"cache flush", |
|
2768 |
"cache get", |
|
2769 |
"cache incr", |
|
2770 |
"cache replace", |
|
2771 |
"cache set", |
|
2772 |
"cache type", |
|
2773 |
"transient", |
|
2774 |
"transient delete", |
|
2775 |
"transient get", |
|
2776 |
"transient set", |
|
2777 |
"transient type", |
|
2778 |
"transient list" |
|
2779 |
] |
|
2780 |
}, |
|
2781 |
"autoload": {
|
|
2782 |
"psr-4": {
|
|
2783 |
"": "src/" |
|
2784 |
}, |
|
2785 |
"files": [ |
|
2786 |
"cache-command.php" |
|
2787 |
] |
|
2788 |
}, |
|
2789 |
"notification-url": "https://packagist.org/downloads/", |
|
2790 |
"license": [ |
|
2791 |
"MIT" |
|
2792 |
], |
|
2793 |
"authors": [ |
|
2794 |
{
|
|
2795 |
"name": "Daniel Bachhuber", |
|
2796 |
"email": "daniel@runcommand.io", |
|
2797 |
"homepage": "https://runcommand.io" |
|
2798 |
} |
|
2799 |
], |
|
2800 |
"description": "Manages object and transient caches.", |
|
2801 |
"homepage": "https://github.com/wp-cli/cache-command", |
|
| 39 | 2802 |
"support": {
|
2803 |
"issues": "https://github.com/wp-cli/cache-command/issues", |
|
2804 |
"source": "https://github.com/wp-cli/cache-command/tree/v2.0.5" |
|
2805 |
}, |
|
2806 |
"time": "2020-12-07T19:32:47+00:00" |
|
| 0 | 2807 |
}, |
2808 |
{
|
|
2809 |
"name": "wp-cli/checksum-command", |
|
| 39 | 2810 |
"version": "v2.0.5", |
| 0 | 2811 |
"source": {
|
2812 |
"type": "git", |
|
2813 |
"url": "https://github.com/wp-cli/checksum-command.git", |
|
| 39 | 2814 |
"reference": "a03cb058fcb295b8a1b060cc90618e777b86ad49" |
| 0 | 2815 |
}, |
2816 |
"dist": {
|
|
2817 |
"type": "zip", |
|
| 39 | 2818 |
"url": "https://api.github.com/repos/wp-cli/checksum-command/zipball/a03cb058fcb295b8a1b060cc90618e777b86ad49", |
2819 |
"reference": "a03cb058fcb295b8a1b060cc90618e777b86ad49", |
|
| 0 | 2820 |
"shasum": "" |
2821 |
}, |
|
2822 |
"require": {
|
|
2823 |
"wp-cli/wp-cli": "^2" |
|
2824 |
}, |
|
2825 |
"require-dev": {
|
|
2826 |
"wp-cli/extension-command": "^1.2 || ^2", |
|
| 15 | 2827 |
"wp-cli/wp-cli-tests": "^2.1" |
| 0 | 2828 |
}, |
2829 |
"type": "wp-cli-package", |
|
2830 |
"extra": {
|
|
2831 |
"branch-alias": {
|
|
2832 |
"dev-master": "2.x-dev" |
|
2833 |
}, |
|
2834 |
"bundled": true, |
|
2835 |
"commands": [ |
|
2836 |
"core verify-checksums", |
|
2837 |
"plugin verify-checksums" |
|
2838 |
] |
|
2839 |
}, |
|
2840 |
"autoload": {
|
|
2841 |
"psr-4": {
|
|
2842 |
"": "src/" |
|
2843 |
}, |
|
2844 |
"files": [ |
|
2845 |
"checksum-command.php" |
|
2846 |
] |
|
2847 |
}, |
|
2848 |
"notification-url": "https://packagist.org/downloads/", |
|
2849 |
"license": [ |
|
2850 |
"MIT" |
|
2851 |
], |
|
2852 |
"authors": [ |
|
2853 |
{
|
|
2854 |
"name": "Daniel Bachhuber", |
|
2855 |
"email": "daniel@runcommand.io", |
|
2856 |
"homepage": "https://runcommand.io" |
|
2857 |
} |
|
2858 |
], |
|
2859 |
"description": "Verifies file integrity by comparing to published checksums.", |
|
2860 |
"homepage": "https://github.com/wp-cli/checksum-command", |
|
| 39 | 2861 |
"support": {
|
2862 |
"issues": "https://github.com/wp-cli/checksum-command/issues", |
|
2863 |
"source": "https://github.com/wp-cli/checksum-command/tree/v2.0.5" |
|
2864 |
}, |
|
2865 |
"time": "2020-12-07T22:47:40+00:00" |
|
| 0 | 2866 |
}, |
2867 |
{
|
|
2868 |
"name": "wp-cli/config-command", |
|
| 39 | 2869 |
"version": "v2.0.7", |
| 0 | 2870 |
"source": {
|
2871 |
"type": "git", |
|
2872 |
"url": "https://github.com/wp-cli/config-command.git", |
|
| 39 | 2873 |
"reference": "6468e97ab2ace5b0a448d9e19091d42f6461b466" |
| 0 | 2874 |
}, |
2875 |
"dist": {
|
|
2876 |
"type": "zip", |
|
| 39 | 2877 |
"url": "https://api.github.com/repos/wp-cli/config-command/zipball/6468e97ab2ace5b0a448d9e19091d42f6461b466", |
2878 |
"reference": "6468e97ab2ace5b0a448d9e19091d42f6461b466", |
|
| 0 | 2879 |
"shasum": "" |
2880 |
}, |
|
2881 |
"require": {
|
|
2882 |
"wp-cli/wp-cli": "^2", |
|
2883 |
"wp-cli/wp-config-transformer": "^1.2.1" |
|
2884 |
}, |
|
2885 |
"require-dev": {
|
|
2886 |
"wp-cli/db-command": "^1.3 || ^2", |
|
| 15 | 2887 |
"wp-cli/wp-cli-tests": "^2.1" |
| 0 | 2888 |
}, |
2889 |
"type": "wp-cli-package", |
|
2890 |
"extra": {
|
|
2891 |
"branch-alias": {
|
|
2892 |
"dev-master": "2.x-dev" |
|
2893 |
}, |
|
2894 |
"bundled": true, |
|
2895 |
"commands": [ |
|
2896 |
"config", |
|
2897 |
"config edit", |
|
2898 |
"config delete", |
|
2899 |
"config create", |
|
2900 |
"config get", |
|
2901 |
"config has", |
|
2902 |
"config list", |
|
2903 |
"config path", |
|
2904 |
"config set", |
|
2905 |
"config shuffle-salts" |
|
2906 |
] |
|
2907 |
}, |
|
2908 |
"autoload": {
|
|
2909 |
"psr-4": {
|
|
2910 |
"": "src/" |
|
2911 |
}, |
|
2912 |
"files": [ |
|
2913 |
"config-command.php" |
|
2914 |
] |
|
2915 |
}, |
|
2916 |
"notification-url": "https://packagist.org/downloads/", |
|
2917 |
"license": [ |
|
2918 |
"MIT" |
|
2919 |
], |
|
2920 |
"authors": [ |
|
2921 |
{
|
|
2922 |
"name": "Daniel Bachhuber", |
|
2923 |
"email": "daniel@runcommand.io", |
|
2924 |
"homepage": "https://runcommand.io" |
|
2925 |
}, |
|
2926 |
{
|
|
2927 |
"name": "Alain Schlesser", |
|
2928 |
"email": "alain.schlesser@gmail.com", |
|
2929 |
"homepage": "https://www.alainschlesser.com" |
|
2930 |
} |
|
2931 |
], |
|
2932 |
"description": "Generates and reads the wp-config.php file.", |
|
2933 |
"homepage": "https://github.com/wp-cli/config-command", |
|
| 39 | 2934 |
"support": {
|
2935 |
"issues": "https://github.com/wp-cli/config-command/issues", |
|
2936 |
"source": "https://github.com/wp-cli/config-command/tree/v2.0.7" |
|
2937 |
}, |
|
2938 |
"time": "2020-10-31T11:20:34+00:00" |
|
| 0 | 2939 |
}, |
2940 |
{
|
|
2941 |
"name": "wp-cli/core-command", |
|
| 39 | 2942 |
"version": "v2.0.12", |
| 0 | 2943 |
"source": {
|
2944 |
"type": "git", |
|
2945 |
"url": "https://github.com/wp-cli/core-command.git", |
|
| 39 | 2946 |
"reference": "a7001bd43b58fe67decd02c739615102cc0beb51" |
| 0 | 2947 |
}, |
2948 |
"dist": {
|
|
2949 |
"type": "zip", |
|
| 39 | 2950 |
"url": "https://api.github.com/repos/wp-cli/core-command/zipball/a7001bd43b58fe67decd02c739615102cc0beb51", |
2951 |
"reference": "a7001bd43b58fe67decd02c739615102cc0beb51", |
|
| 0 | 2952 |
"shasum": "" |
2953 |
}, |
|
2954 |
"require": {
|
|
| 39 | 2955 |
"composer/semver": "^1.4 || ^2 || ^3", |
2956 |
"wp-cli/wp-cli": "^2.4" |
|
| 0 | 2957 |
}, |
2958 |
"require-dev": {
|
|
2959 |
"wp-cli/checksum-command": "^1 || ^2", |
|
2960 |
"wp-cli/db-command": "^1.3 || ^2", |
|
2961 |
"wp-cli/entity-command": "^1.3 || ^2", |
|
2962 |
"wp-cli/extension-command": "^1.2 || ^2", |
|
| 15 | 2963 |
"wp-cli/wp-cli-tests": "^2.1" |
| 0 | 2964 |
}, |
2965 |
"type": "wp-cli-package", |
|
2966 |
"extra": {
|
|
2967 |
"branch-alias": {
|
|
2968 |
"dev-master": "2.x-dev" |
|
2969 |
}, |
|
2970 |
"bundled": true, |
|
2971 |
"commands": [ |
|
2972 |
"core", |
|
2973 |
"core check-update", |
|
2974 |
"core download", |
|
2975 |
"core install", |
|
2976 |
"core is-installed", |
|
2977 |
"core multisite-convert", |
|
2978 |
"core multisite-install", |
|
2979 |
"core update", |
|
2980 |
"core update-db", |
|
2981 |
"core version" |
|
2982 |
] |
|
2983 |
}, |
|
2984 |
"autoload": {
|
|
2985 |
"psr-4": {
|
|
2986 |
"": "src/" |
|
2987 |
}, |
|
2988 |
"files": [ |
|
2989 |
"core-command.php" |
|
2990 |
] |
|
2991 |
}, |
|
2992 |
"notification-url": "https://packagist.org/downloads/", |
|
2993 |
"license": [ |
|
2994 |
"MIT" |
|
2995 |
], |
|
2996 |
"authors": [ |
|
2997 |
{
|
|
2998 |
"name": "Daniel Bachhuber", |
|
2999 |
"email": "daniel@runcommand.io", |
|
3000 |
"homepage": "https://runcommand.io" |
|
3001 |
} |
|
3002 |
], |
|
3003 |
"description": "Downloads, installs, updates, and manages a WordPress installation.", |
|
3004 |
"homepage": "https://github.com/wp-cli/core-command", |
|
| 39 | 3005 |
"support": {
|
3006 |
"issues": "https://github.com/wp-cli/core-command/issues", |
|
3007 |
"source": "https://github.com/wp-cli/core-command/tree/v2.0.12" |
|
3008 |
}, |
|
3009 |
"time": "2020-12-07T19:31:14+00:00" |
|
| 0 | 3010 |
}, |
3011 |
{
|
|
3012 |
"name": "wp-cli/cron-command", |
|
| 39 | 3013 |
"version": "v2.0.6", |
| 0 | 3014 |
"source": {
|
3015 |
"type": "git", |
|
3016 |
"url": "https://github.com/wp-cli/cron-command.git", |
|
| 39 | 3017 |
"reference": "668b8c7bc1c1a1930e8a956b1a8325d159cce78c" |
| 0 | 3018 |
}, |
3019 |
"dist": {
|
|
3020 |
"type": "zip", |
|
| 39 | 3021 |
"url": "https://api.github.com/repos/wp-cli/cron-command/zipball/668b8c7bc1c1a1930e8a956b1a8325d159cce78c", |
3022 |
"reference": "668b8c7bc1c1a1930e8a956b1a8325d159cce78c", |
|
| 0 | 3023 |
"shasum": "" |
3024 |
}, |
|
3025 |
"require": {
|
|
3026 |
"wp-cli/wp-cli": "^2" |
|
3027 |
}, |
|
3028 |
"require-dev": {
|
|
3029 |
"wp-cli/entity-command": "^1.3 || ^2", |
|
| 15 | 3030 |
"wp-cli/wp-cli-tests": "^2.1" |
| 0 | 3031 |
}, |
3032 |
"type": "wp-cli-package", |
|
3033 |
"extra": {
|
|
3034 |
"branch-alias": {
|
|
3035 |
"dev-master": "2.x-dev" |
|
3036 |
}, |
|
3037 |
"bundled": true, |
|
3038 |
"commands": [ |
|
3039 |
"cron", |
|
3040 |
"cron test", |
|
3041 |
"cron event", |
|
3042 |
"cron event delete", |
|
3043 |
"cron event list", |
|
3044 |
"cron event run", |
|
3045 |
"cron event schedule", |
|
3046 |
"cron schedule", |
|
| 39 | 3047 |
"cron schedule list", |
3048 |
"cron event unschedule" |
|
| 0 | 3049 |
] |
3050 |
}, |
|
3051 |
"autoload": {
|
|
3052 |
"psr-4": {
|
|
3053 |
"": "src/" |
|
3054 |
}, |
|
3055 |
"files": [ |
|
3056 |
"cron-command.php" |
|
3057 |
] |
|
3058 |
}, |
|
3059 |
"notification-url": "https://packagist.org/downloads/", |
|
3060 |
"license": [ |
|
3061 |
"MIT" |
|
3062 |
], |
|
3063 |
"authors": [ |
|
3064 |
{
|
|
3065 |
"name": "Daniel Bachhuber", |
|
3066 |
"email": "daniel@runcommand.io", |
|
3067 |
"homepage": "https://runcommand.io" |
|
3068 |
} |
|
3069 |
], |
|
3070 |
"description": "Tests, runs, and deletes WP-Cron events; manages WP-Cron schedules.", |
|
3071 |
"homepage": "https://github.com/wp-cli/cron-command", |
|
| 39 | 3072 |
"support": {
|
3073 |
"issues": "https://github.com/wp-cli/cron-command/issues", |
|
3074 |
"source": "https://github.com/wp-cli/cron-command/tree/v2.0.6" |
|
3075 |
}, |
|
3076 |
"time": "2020-12-07T19:30:59+00:00" |
|
| 0 | 3077 |
}, |
3078 |
{
|
|
3079 |
"name": "wp-cli/db-command", |
|
| 39 | 3080 |
"version": "v2.0.6", |
| 0 | 3081 |
"source": {
|
3082 |
"type": "git", |
|
3083 |
"url": "https://github.com/wp-cli/db-command.git", |
|
| 39 | 3084 |
"reference": "8e3cd46987241ed97ddb7f682b3505dff8d6dce4" |
| 0 | 3085 |
}, |
3086 |
"dist": {
|
|
3087 |
"type": "zip", |
|
| 39 | 3088 |
"url": "https://api.github.com/repos/wp-cli/db-command/zipball/8e3cd46987241ed97ddb7f682b3505dff8d6dce4", |
3089 |
"reference": "8e3cd46987241ed97ddb7f682b3505dff8d6dce4", |
|
| 0 | 3090 |
"shasum": "" |
3091 |
}, |
|
3092 |
"require": {
|
|
3093 |
"wp-cli/wp-cli": "^2" |
|
3094 |
}, |
|
3095 |
"require-dev": {
|
|
3096 |
"wp-cli/entity-command": "^1.3 || ^2", |
|
| 15 | 3097 |
"wp-cli/wp-cli-tests": "^2.1" |
| 0 | 3098 |
}, |
3099 |
"type": "wp-cli-package", |
|
3100 |
"extra": {
|
|
3101 |
"branch-alias": {
|
|
3102 |
"dev-master": "2.x-dev" |
|
3103 |
}, |
|
3104 |
"bundled": true, |
|
3105 |
"commands": [ |
|
3106 |
"db", |
|
3107 |
"db clean", |
|
3108 |
"db create", |
|
3109 |
"db drop", |
|
3110 |
"db reset", |
|
3111 |
"db check", |
|
3112 |
"db optimize", |
|
3113 |
"db prefix", |
|
3114 |
"db repair", |
|
3115 |
"db cli", |
|
3116 |
"db query", |
|
3117 |
"db export", |
|
3118 |
"db import", |
|
3119 |
"db search", |
|
3120 |
"db tables", |
|
3121 |
"db size", |
|
3122 |
"db columns" |
|
3123 |
] |
|
3124 |
}, |
|
3125 |
"autoload": {
|
|
3126 |
"psr-4": {
|
|
3127 |
"": "src/" |
|
3128 |
}, |
|
3129 |
"files": [ |
|
3130 |
"db-command.php" |
|
3131 |
] |
|
3132 |
}, |
|
3133 |
"notification-url": "https://packagist.org/downloads/", |
|
3134 |
"license": [ |
|
3135 |
"MIT" |
|
3136 |
], |
|
3137 |
"authors": [ |
|
3138 |
{
|
|
3139 |
"name": "Daniel Bachhuber", |
|
3140 |
"email": "daniel@runcommand.io", |
|
3141 |
"homepage": "https://runcommand.io" |
|
3142 |
} |
|
3143 |
], |
|
3144 |
"description": "Performs basic database operations using credentials stored in wp-config.php.", |
|
3145 |
"homepage": "https://github.com/wp-cli/db-command", |
|
| 39 | 3146 |
"support": {
|
3147 |
"issues": "https://github.com/wp-cli/db-command/issues", |
|
3148 |
"source": "https://github.com/wp-cli/db-command/tree/v2.0.6" |
|
3149 |
}, |
|
3150 |
"time": "2020-01-28T16:39:32+00:00" |
|
| 0 | 3151 |
}, |
3152 |
{
|
|
3153 |
"name": "wp-cli/embed-command", |
|
| 39 | 3154 |
"version": "v2.0.7", |
| 0 | 3155 |
"source": {
|
3156 |
"type": "git", |
|
3157 |
"url": "https://github.com/wp-cli/embed-command.git", |
|
| 39 | 3158 |
"reference": "93d5582a9b03e950d3a2fe0869ae2c12d55a6242" |
| 0 | 3159 |
}, |
3160 |
"dist": {
|
|
3161 |
"type": "zip", |
|
| 39 | 3162 |
"url": "https://api.github.com/repos/wp-cli/embed-command/zipball/93d5582a9b03e950d3a2fe0869ae2c12d55a6242", |
3163 |
"reference": "93d5582a9b03e950d3a2fe0869ae2c12d55a6242", |
|
| 0 | 3164 |
"shasum": "" |
3165 |
}, |
|
3166 |
"require": {
|
|
3167 |
"wp-cli/wp-cli": "^2" |
|
3168 |
}, |
|
3169 |
"require-dev": {
|
|
3170 |
"wp-cli/entity-command": "^1.3 || ^2", |
|
| 15 | 3171 |
"wp-cli/wp-cli-tests": "^2.1" |
| 0 | 3172 |
}, |
3173 |
"type": "wp-cli-package", |
|
3174 |
"extra": {
|
|
3175 |
"branch-alias": {
|
|
3176 |
"dev-master": "2.x-dev" |
|
3177 |
}, |
|
3178 |
"bundled": true, |
|
3179 |
"commands": [ |
|
3180 |
"embed", |
|
3181 |
"embed fetch", |
|
3182 |
"embed provider", |
|
3183 |
"embed provider list", |
|
3184 |
"embed provider match", |
|
3185 |
"embed handler", |
|
3186 |
"embed handler list", |
|
3187 |
"embed cache", |
|
3188 |
"embed cache clear", |
|
3189 |
"embed cache find", |
|
3190 |
"embed cache trigger" |
|
3191 |
] |
|
3192 |
}, |
|
3193 |
"autoload": {
|
|
3194 |
"psr-4": {
|
|
3195 |
"WP_CLI\\Embeds\\": "src/" |
|
3196 |
}, |
|
3197 |
"files": [ |
|
3198 |
"embed-command.php" |
|
3199 |
] |
|
3200 |
}, |
|
3201 |
"notification-url": "https://packagist.org/downloads/", |
|
3202 |
"license": [ |
|
3203 |
"MIT" |
|
3204 |
], |
|
3205 |
"authors": [ |
|
3206 |
{
|
|
3207 |
"name": "Pascal Birchler", |
|
3208 |
"homepage": "https://pascalbirchler.com/" |
|
3209 |
} |
|
3210 |
], |
|
3211 |
"description": "Inspects oEmbed providers, clears embed cache, and more.", |
|
3212 |
"homepage": "https://github.com/wp-cli/embed-command", |
|
| 39 | 3213 |
"support": {
|
3214 |
"issues": "https://github.com/wp-cli/embed-command/issues", |
|
3215 |
"source": "https://github.com/wp-cli/embed-command/tree/v2.0.7" |
|
3216 |
}, |
|
3217 |
"time": "2020-12-07T19:30:42+00:00" |
|
| 0 | 3218 |
}, |
3219 |
{
|
|
3220 |
"name": "wp-cli/entity-command", |
|
| 39 | 3221 |
"version": "v2.0.7", |
| 0 | 3222 |
"source": {
|
3223 |
"type": "git", |
|
3224 |
"url": "https://github.com/wp-cli/entity-command.git", |
|
| 39 | 3225 |
"reference": "0df89e4fba48177acf768bff9c00cda95a3fe5b9" |
| 0 | 3226 |
}, |
3227 |
"dist": {
|
|
3228 |
"type": "zip", |
|
| 39 | 3229 |
"url": "https://api.github.com/repos/wp-cli/entity-command/zipball/0df89e4fba48177acf768bff9c00cda95a3fe5b9", |
3230 |
"reference": "0df89e4fba48177acf768bff9c00cda95a3fe5b9", |
|
| 0 | 3231 |
"shasum": "" |
3232 |
}, |
|
3233 |
"require": {
|
|
3234 |
"wp-cli/wp-cli": "^2" |
|
3235 |
}, |
|
3236 |
"require-dev": {
|
|
3237 |
"wp-cli/cache-command": "^1 || ^2", |
|
3238 |
"wp-cli/db-command": "^1.3 || ^2", |
|
3239 |
"wp-cli/extension-command": "^1.2 || ^2", |
|
3240 |
"wp-cli/media-command": "^1.1 || ^2", |
|
| 15 | 3241 |
"wp-cli/wp-cli-tests": "^2.1" |
| 0 | 3242 |
}, |
3243 |
"type": "wp-cli-package", |
|
3244 |
"extra": {
|
|
3245 |
"branch-alias": {
|
|
3246 |
"dev-master": "2.x-dev" |
|
3247 |
}, |
|
3248 |
"bundled": true, |
|
3249 |
"commands": [ |
|
3250 |
"comment", |
|
3251 |
"comment approve", |
|
3252 |
"comment count", |
|
3253 |
"comment create", |
|
3254 |
"comment delete", |
|
3255 |
"comment exists", |
|
3256 |
"comment generate", |
|
3257 |
"comment get", |
|
3258 |
"comment list", |
|
3259 |
"comment meta", |
|
3260 |
"comment meta add", |
|
3261 |
"comment meta delete", |
|
3262 |
"comment meta get", |
|
3263 |
"comment meta list", |
|
3264 |
"comment meta patch", |
|
3265 |
"comment meta pluck", |
|
3266 |
"comment meta update", |
|
3267 |
"comment recount", |
|
3268 |
"comment spam", |
|
3269 |
"comment status", |
|
3270 |
"comment trash", |
|
3271 |
"comment unapprove", |
|
3272 |
"comment unspam", |
|
3273 |
"comment untrash", |
|
3274 |
"comment update", |
|
3275 |
"menu", |
|
3276 |
"menu create", |
|
3277 |
"menu delete", |
|
3278 |
"menu item", |
|
3279 |
"menu item add-custom", |
|
3280 |
"menu item add-post", |
|
3281 |
"menu item add-term", |
|
3282 |
"menu item delete", |
|
3283 |
"menu item list", |
|
3284 |
"menu item update", |
|
3285 |
"menu list", |
|
3286 |
"menu location", |
|
3287 |
"menu location assign", |
|
3288 |
"menu location list", |
|
3289 |
"menu location remove", |
|
3290 |
"network meta", |
|
3291 |
"network meta add", |
|
3292 |
"network meta delete", |
|
3293 |
"network meta get", |
|
3294 |
"network meta list", |
|
3295 |
"network meta patch", |
|
3296 |
"network meta pluck", |
|
3297 |
"network meta update", |
|
3298 |
"option", |
|
3299 |
"option add", |
|
3300 |
"option delete", |
|
3301 |
"option get", |
|
3302 |
"option list", |
|
3303 |
"option patch", |
|
3304 |
"option pluck", |
|
3305 |
"option update", |
|
3306 |
"post", |
|
3307 |
"post create", |
|
3308 |
"post delete", |
|
3309 |
"post edit", |
|
3310 |
"post exists", |
|
3311 |
"post generate", |
|
3312 |
"post get", |
|
3313 |
"post list", |
|
3314 |
"post meta", |
|
3315 |
"post meta add", |
|
3316 |
"post meta delete", |
|
3317 |
"post meta get", |
|
3318 |
"post meta list", |
|
3319 |
"post meta patch", |
|
3320 |
"post meta pluck", |
|
3321 |
"post meta update", |
|
3322 |
"post term", |
|
3323 |
"post term add", |
|
3324 |
"post term list", |
|
3325 |
"post term remove", |
|
3326 |
"post term set", |
|
3327 |
"post update", |
|
3328 |
"post-type", |
|
3329 |
"post-type get", |
|
3330 |
"post-type list", |
|
3331 |
"site", |
|
3332 |
"site activate", |
|
3333 |
"site archive", |
|
3334 |
"site create", |
|
3335 |
"site deactivate", |
|
3336 |
"site delete", |
|
3337 |
"site empty", |
|
3338 |
"site list", |
|
3339 |
"site mature", |
|
3340 |
"site option", |
|
3341 |
"site private", |
|
3342 |
"site public", |
|
3343 |
"site spam", |
|
3344 |
"site unarchive", |
|
3345 |
"site unmature", |
|
3346 |
"site unspam", |
|
3347 |
"taxonomy", |
|
3348 |
"taxonomy get", |
|
3349 |
"taxonomy list", |
|
3350 |
"term", |
|
3351 |
"term create", |
|
3352 |
"term delete", |
|
3353 |
"term generate", |
|
3354 |
"term get", |
|
3355 |
"term list", |
|
3356 |
"term meta", |
|
3357 |
"term meta add", |
|
3358 |
"term meta delete", |
|
3359 |
"term meta get", |
|
3360 |
"term meta list", |
|
3361 |
"term meta patch", |
|
3362 |
"term meta pluck", |
|
3363 |
"term meta update", |
|
3364 |
"term recount", |
|
3365 |
"term update", |
|
3366 |
"user", |
|
3367 |
"user add-cap", |
|
3368 |
"user add-role", |
|
3369 |
"user create", |
|
3370 |
"user delete", |
|
3371 |
"user generate", |
|
3372 |
"user get", |
|
3373 |
"user import-csv", |
|
3374 |
"user list", |
|
3375 |
"user list-caps", |
|
3376 |
"user meta", |
|
3377 |
"user meta add", |
|
3378 |
"user meta delete", |
|
3379 |
"user meta get", |
|
3380 |
"user meta list", |
|
3381 |
"user meta patch", |
|
3382 |
"user meta pluck", |
|
3383 |
"user meta update", |
|
3384 |
"user remove-cap", |
|
3385 |
"user remove-role", |
|
3386 |
"user reset-password", |
|
3387 |
"user session", |
|
3388 |
"user session destroy", |
|
3389 |
"user session list", |
|
3390 |
"user set-role", |
|
3391 |
"user spam", |
|
3392 |
"user term", |
|
3393 |
"user term add", |
|
3394 |
"user term list", |
|
3395 |
"user term remove", |
|
3396 |
"user term set", |
|
3397 |
"user unspam", |
|
3398 |
"user update" |
|
3399 |
] |
|
3400 |
}, |
|
3401 |
"autoload": {
|
|
3402 |
"psr-4": {
|
|
3403 |
"": "src/", |
|
3404 |
"WP_CLI\\": "src/WP_CLI" |
|
3405 |
}, |
|
3406 |
"files": [ |
|
3407 |
"entity-command.php" |
|
3408 |
] |
|
3409 |
}, |
|
3410 |
"notification-url": "https://packagist.org/downloads/", |
|
3411 |
"license": [ |
|
3412 |
"MIT" |
|
3413 |
], |
|
3414 |
"authors": [ |
|
3415 |
{
|
|
3416 |
"name": "Daniel Bachhuber", |
|
3417 |
"email": "daniel@runcommand.io", |
|
3418 |
"homepage": "https://runcommand.io" |
|
3419 |
} |
|
3420 |
], |
|
3421 |
"description": "Manage WordPress comments, menus, options, posts, sites, terms, and users.", |
|
3422 |
"homepage": "https://github.com/wp-cli/entity-command", |
|
| 39 | 3423 |
"support": {
|
3424 |
"issues": "https://github.com/wp-cli/entity-command/issues", |
|
3425 |
"source": "https://github.com/wp-cli/entity-command/tree/master" |
|
3426 |
}, |
|
3427 |
"time": "2019-11-12T11:32:14+00:00" |
|
| 0 | 3428 |
}, |
3429 |
{
|
|
3430 |
"name": "wp-cli/eval-command", |
|
| 39 | 3431 |
"version": "v2.0.8", |
| 0 | 3432 |
"source": {
|
3433 |
"type": "git", |
|
3434 |
"url": "https://github.com/wp-cli/eval-command.git", |
|
| 39 | 3435 |
"reference": "8a5e0340e82e1fb2b48a5dedd88cef1fb8b410ce" |
| 0 | 3436 |
}, |
3437 |
"dist": {
|
|
3438 |
"type": "zip", |
|
| 39 | 3439 |
"url": "https://api.github.com/repos/wp-cli/eval-command/zipball/8a5e0340e82e1fb2b48a5dedd88cef1fb8b410ce", |
3440 |
"reference": "8a5e0340e82e1fb2b48a5dedd88cef1fb8b410ce", |
|
| 0 | 3441 |
"shasum": "" |
3442 |
}, |
|
3443 |
"require": {
|
|
3444 |
"wp-cli/wp-cli": "^2" |
|
3445 |
}, |
|
3446 |
"require-dev": {
|
|
| 15 | 3447 |
"wp-cli/wp-cli-tests": "^2.1" |
| 0 | 3448 |
}, |
3449 |
"type": "wp-cli-package", |
|
3450 |
"extra": {
|
|
3451 |
"branch-alias": {
|
|
3452 |
"dev-master": "2.x-dev" |
|
3453 |
}, |
|
3454 |
"bundled": true, |
|
3455 |
"commands": [ |
|
3456 |
"eval", |
|
3457 |
"eval-file" |
|
3458 |
] |
|
3459 |
}, |
|
3460 |
"autoload": {
|
|
3461 |
"psr-4": {
|
|
3462 |
"": "src/" |
|
3463 |
}, |
|
3464 |
"files": [ |
|
3465 |
"eval-command.php" |
|
3466 |
] |
|
3467 |
}, |
|
3468 |
"notification-url": "https://packagist.org/downloads/", |
|
3469 |
"license": [ |
|
3470 |
"MIT" |
|
3471 |
], |
|
3472 |
"authors": [ |
|
3473 |
{
|
|
3474 |
"name": "Daniel Bachhuber", |
|
3475 |
"email": "daniel@runcommand.io", |
|
3476 |
"homepage": "https://runcommand.io" |
|
3477 |
} |
|
3478 |
], |
|
3479 |
"description": "Executes arbitrary PHP code or files.", |
|
3480 |
"homepage": "https://github.com/wp-cli/eval-command", |
|
| 39 | 3481 |
"support": {
|
3482 |
"issues": "https://github.com/wp-cli/eval-command/issues", |
|
3483 |
"source": "https://github.com/wp-cli/eval-command/tree/v2.0.8" |
|
3484 |
}, |
|
3485 |
"time": "2020-12-07T19:30:26+00:00" |
|
| 0 | 3486 |
}, |
3487 |
{
|
|
3488 |
"name": "wp-cli/export-command", |
|
| 39 | 3489 |
"version": "v2.0.6", |
| 0 | 3490 |
"source": {
|
3491 |
"type": "git", |
|
3492 |
"url": "https://github.com/wp-cli/export-command.git", |
|
| 39 | 3493 |
"reference": "df2e1ff4fb7e969c54c57febccdc9d2de1e5f499" |
| 0 | 3494 |
}, |
3495 |
"dist": {
|
|
3496 |
"type": "zip", |
|
| 39 | 3497 |
"url": "https://api.github.com/repos/wp-cli/export-command/zipball/df2e1ff4fb7e969c54c57febccdc9d2de1e5f499", |
3498 |
"reference": "df2e1ff4fb7e969c54c57febccdc9d2de1e5f499", |
|
| 0 | 3499 |
"shasum": "" |
3500 |
}, |
|
3501 |
"require": {
|
|
3502 |
"nb/oxymel": "~0.1.0", |
|
3503 |
"wp-cli/wp-cli": "^2" |
|
3504 |
}, |
|
3505 |
"require-dev": {
|
|
3506 |
"wp-cli/db-command": "^1.3 || ^2", |
|
3507 |
"wp-cli/entity-command": "^1.3 || ^2", |
|
3508 |
"wp-cli/extension-command": "^1.2 || ^2", |
|
3509 |
"wp-cli/import-command": "^1 || ^2", |
|
| 15 | 3510 |
"wp-cli/wp-cli-tests": "^2.1" |
| 0 | 3511 |
}, |
3512 |
"type": "wp-cli-package", |
|
3513 |
"extra": {
|
|
3514 |
"branch-alias": {
|
|
3515 |
"dev-master": "2.x-dev" |
|
3516 |
}, |
|
3517 |
"bundled": true, |
|
3518 |
"commands": [ |
|
3519 |
"export" |
|
3520 |
] |
|
3521 |
}, |
|
3522 |
"autoload": {
|
|
3523 |
"psr-4": {
|
|
3524 |
"": "src/" |
|
3525 |
}, |
|
3526 |
"files": [ |
|
3527 |
"export-command.php" |
|
3528 |
] |
|
3529 |
}, |
|
3530 |
"notification-url": "https://packagist.org/downloads/", |
|
3531 |
"license": [ |
|
3532 |
"MIT" |
|
3533 |
], |
|
3534 |
"authors": [ |
|
3535 |
{
|
|
3536 |
"name": "Daniel Bachhuber", |
|
3537 |
"email": "daniel@runcommand.io", |
|
3538 |
"homepage": "https://runcommand.io" |
|
3539 |
} |
|
3540 |
], |
|
3541 |
"description": "Exports WordPress content to a WXR file.", |
|
3542 |
"homepage": "https://github.com/wp-cli/export-command", |
|
| 39 | 3543 |
"support": {
|
3544 |
"issues": "https://github.com/wp-cli/export-command/issues", |
|
3545 |
"source": "https://github.com/wp-cli/export-command/tree/v2.0.6" |
|
3546 |
}, |
|
3547 |
"time": "2021-01-14T12:16:33+00:00" |
|
| 0 | 3548 |
}, |
3549 |
{
|
|
3550 |
"name": "wp-cli/extension-command", |
|
| 39 | 3551 |
"version": "v2.0.10", |
| 0 | 3552 |
"source": {
|
3553 |
"type": "git", |
|
3554 |
"url": "https://github.com/wp-cli/extension-command.git", |
|
| 39 | 3555 |
"reference": "2bc83433707fa4d2127f2ff48357ccbbee39052f" |
| 0 | 3556 |
}, |
3557 |
"dist": {
|
|
3558 |
"type": "zip", |
|
| 39 | 3559 |
"url": "https://api.github.com/repos/wp-cli/extension-command/zipball/2bc83433707fa4d2127f2ff48357ccbbee39052f", |
3560 |
"reference": "2bc83433707fa4d2127f2ff48357ccbbee39052f", |
|
| 0 | 3561 |
"shasum": "" |
3562 |
}, |
|
3563 |
"require": {
|
|
| 39 | 3564 |
"composer/semver": "^1.4 || ^2.0", |
| 0 | 3565 |
"wp-cli/wp-cli": "^2" |
3566 |
}, |
|
3567 |
"require-dev": {
|
|
3568 |
"wp-cli/entity-command": "^1.3 || ^2", |
|
3569 |
"wp-cli/scaffold-command": "^1.2 || ^2", |
|
| 39 | 3570 |
"wp-cli/wp-cli-tests": "^2.1.6" |
| 0 | 3571 |
}, |
3572 |
"type": "wp-cli-package", |
|
3573 |
"extra": {
|
|
3574 |
"branch-alias": {
|
|
3575 |
"dev-master": "2.x-dev" |
|
3576 |
}, |
|
3577 |
"bundled": true, |
|
3578 |
"commands": [ |
|
3579 |
"plugin", |
|
3580 |
"plugin activate", |
|
3581 |
"plugin deactivate", |
|
3582 |
"plugin delete", |
|
3583 |
"plugin get", |
|
3584 |
"plugin install", |
|
3585 |
"plugin is-installed", |
|
3586 |
"plugin list", |
|
3587 |
"plugin path", |
|
3588 |
"plugin search", |
|
3589 |
"plugin status", |
|
3590 |
"plugin toggle", |
|
3591 |
"plugin uninstall", |
|
3592 |
"plugin update", |
|
3593 |
"theme", |
|
3594 |
"theme activate", |
|
3595 |
"theme delete", |
|
3596 |
"theme disable", |
|
3597 |
"theme enable", |
|
3598 |
"theme get", |
|
3599 |
"theme install", |
|
3600 |
"theme is-installed", |
|
3601 |
"theme list", |
|
3602 |
"theme mod", |
|
3603 |
"theme mod get", |
|
3604 |
"theme mod set", |
|
3605 |
"theme mod remove", |
|
3606 |
"theme path", |
|
3607 |
"theme search", |
|
3608 |
"theme status", |
|
3609 |
"theme update", |
|
3610 |
"theme mod list" |
|
3611 |
] |
|
3612 |
}, |
|
3613 |
"autoload": {
|
|
3614 |
"psr-4": {
|
|
3615 |
"": "src/" |
|
3616 |
}, |
|
3617 |
"files": [ |
|
3618 |
"extension-command.php" |
|
3619 |
] |
|
3620 |
}, |
|
3621 |
"notification-url": "https://packagist.org/downloads/", |
|
3622 |
"license": [ |
|
3623 |
"MIT" |
|
3624 |
], |
|
3625 |
"authors": [ |
|
3626 |
{
|
|
3627 |
"name": "Daniel Bachhuber", |
|
3628 |
"email": "daniel@runcommand.io", |
|
3629 |
"homepage": "https://runcommand.io" |
|
| 39 | 3630 |
}, |
3631 |
{
|
|
3632 |
"name": "Alain Schlesser", |
|
3633 |
"email": "alain.schlesser@gmail.com", |
|
3634 |
"homepage": "https://www.alainschlesser.com" |
|
| 0 | 3635 |
} |
3636 |
], |
|
3637 |
"description": "Manages plugins and themes, including installs, activations, and updates.", |
|
3638 |
"homepage": "https://github.com/wp-cli/extension-command", |
|
| 39 | 3639 |
"support": {
|
3640 |
"issues": "https://github.com/wp-cli/extension-command/issues", |
|
3641 |
"source": "https://github.com/wp-cli/extension-command/tree/master" |
|
3642 |
}, |
|
3643 |
"time": "2020-07-05T08:07:53+00:00" |
|
| 0 | 3644 |
}, |
3645 |
{
|
|
3646 |
"name": "wp-cli/i18n-command", |
|
| 39 | 3647 |
"version": "v2.2.6", |
| 0 | 3648 |
"source": {
|
3649 |
"type": "git", |
|
3650 |
"url": "https://github.com/wp-cli/i18n-command.git", |
|
| 39 | 3651 |
"reference": "a66da3f09f6a728832381012848c3074bf1635c8" |
| 0 | 3652 |
}, |
3653 |
"dist": {
|
|
3654 |
"type": "zip", |
|
| 39 | 3655 |
"url": "https://api.github.com/repos/wp-cli/i18n-command/zipball/a66da3f09f6a728832381012848c3074bf1635c8", |
3656 |
"reference": "a66da3f09f6a728832381012848c3074bf1635c8", |
|
| 0 | 3657 |
"shasum": "" |
3658 |
}, |
|
3659 |
"require": {
|
|
| 39 | 3660 |
"gettext/gettext": "^4.8", |
| 0 | 3661 |
"mck89/peast": "^1.8", |
3662 |
"wp-cli/wp-cli": "^2" |
|
3663 |
}, |
|
3664 |
"require-dev": {
|
|
3665 |
"wp-cli/scaffold-command": "^1.2 || ^2", |
|
| 39 | 3666 |
"wp-cli/wp-cli-tests": "^2.1.3" |
| 0 | 3667 |
}, |
3668 |
"type": "wp-cli-package", |
|
3669 |
"extra": {
|
|
3670 |
"branch-alias": {
|
|
3671 |
"dev-master": "2.x-dev" |
|
3672 |
}, |
|
3673 |
"bundled": true, |
|
3674 |
"commands": [ |
|
3675 |
"i18n", |
|
3676 |
"i18n make-pot", |
|
3677 |
"i18n make-json" |
|
3678 |
] |
|
3679 |
}, |
|
3680 |
"autoload": {
|
|
3681 |
"psr-4": {
|
|
3682 |
"WP_CLI\\I18n\\": "src/" |
|
3683 |
}, |
|
3684 |
"files": [ |
|
3685 |
"i18n-command.php" |
|
3686 |
] |
|
3687 |
}, |
|
3688 |
"notification-url": "https://packagist.org/downloads/", |
|
3689 |
"license": [ |
|
3690 |
"MIT" |
|
3691 |
], |
|
3692 |
"authors": [ |
|
3693 |
{
|
|
3694 |
"name": "Pascal Birchler", |
|
3695 |
"homepage": "https://pascalbirchler.com/" |
|
3696 |
} |
|
3697 |
], |
|
3698 |
"description": "Provides internationalization tools for WordPress projects.", |
|
3699 |
"homepage": "https://github.com/wp-cli/i18n-command", |
|
| 39 | 3700 |
"support": {
|
3701 |
"issues": "https://github.com/wp-cli/i18n-command/issues", |
|
3702 |
"source": "https://github.com/wp-cli/i18n-command/tree/v2.2.6" |
|
3703 |
}, |
|
3704 |
"time": "2020-12-07T19:28:27+00:00" |
|
| 0 | 3705 |
}, |
3706 |
{
|
|
3707 |
"name": "wp-cli/import-command", |
|
| 39 | 3708 |
"version": "v2.0.4", |
| 0 | 3709 |
"source": {
|
3710 |
"type": "git", |
|
3711 |
"url": "https://github.com/wp-cli/import-command.git", |
|
| 39 | 3712 |
"reference": "c7438c1eeda5669531c52fc9223fcea5bda39cc8" |
| 0 | 3713 |
}, |
3714 |
"dist": {
|
|
3715 |
"type": "zip", |
|
| 39 | 3716 |
"url": "https://api.github.com/repos/wp-cli/import-command/zipball/c7438c1eeda5669531c52fc9223fcea5bda39cc8", |
3717 |
"reference": "c7438c1eeda5669531c52fc9223fcea5bda39cc8", |
|
| 0 | 3718 |
"shasum": "" |
3719 |
}, |
|
3720 |
"require": {
|
|
3721 |
"wp-cli/wp-cli": "^2" |
|
3722 |
}, |
|
3723 |
"require-dev": {
|
|
3724 |
"wp-cli/entity-command": "^1.3 || ^2", |
|
3725 |
"wp-cli/export-command": "^1 || ^2", |
|
3726 |
"wp-cli/extension-command": "^1.2 || ^2", |
|
| 15 | 3727 |
"wp-cli/wp-cli-tests": "^2.1" |
| 0 | 3728 |
}, |
3729 |
"type": "wp-cli-package", |
|
3730 |
"extra": {
|
|
3731 |
"branch-alias": {
|
|
3732 |
"dev-master": "2.x-dev" |
|
3733 |
}, |
|
3734 |
"bundled": true, |
|
3735 |
"commands": [ |
|
3736 |
"import" |
|
3737 |
] |
|
3738 |
}, |
|
3739 |
"autoload": {
|
|
3740 |
"psr-4": {
|
|
3741 |
"": "src/" |
|
3742 |
}, |
|
3743 |
"files": [ |
|
3744 |
"import-command.php" |
|
3745 |
] |
|
3746 |
}, |
|
3747 |
"notification-url": "https://packagist.org/downloads/", |
|
3748 |
"license": [ |
|
3749 |
"MIT" |
|
3750 |
], |
|
3751 |
"authors": [ |
|
3752 |
{
|
|
3753 |
"name": "Daniel Bachhuber", |
|
3754 |
"email": "daniel@runcommand.io", |
|
3755 |
"homepage": "https://runcommand.io" |
|
3756 |
} |
|
3757 |
], |
|
3758 |
"description": "Imports content from a given WXR file.", |
|
3759 |
"homepage": "https://github.com/wp-cli/import-command", |
|
| 39 | 3760 |
"support": {
|
3761 |
"issues": "https://github.com/wp-cli/import-command/issues", |
|
3762 |
"source": "https://github.com/wp-cli/import-command/tree/v2.0.4" |
|
3763 |
}, |
|
3764 |
"time": "2020-12-07T19:28:45+00:00" |
|
| 0 | 3765 |
}, |
3766 |
{
|
|
3767 |
"name": "wp-cli/language-command", |
|
| 39 | 3768 |
"version": "v2.0.8", |
| 0 | 3769 |
"source": {
|
3770 |
"type": "git", |
|
3771 |
"url": "https://github.com/wp-cli/language-command.git", |
|
| 39 | 3772 |
"reference": "c4f3cddd816e26df2b0e7e7753d786b54a2c95c8" |
| 0 | 3773 |
}, |
3774 |
"dist": {
|
|
3775 |
"type": "zip", |
|
| 39 | 3776 |
"url": "https://api.github.com/repos/wp-cli/language-command/zipball/c4f3cddd816e26df2b0e7e7753d786b54a2c95c8", |
3777 |
"reference": "c4f3cddd816e26df2b0e7e7753d786b54a2c95c8", |
|
| 0 | 3778 |
"shasum": "" |
3779 |
}, |
|
3780 |
"require": {
|
|
3781 |
"wp-cli/wp-cli": "^2" |
|
3782 |
}, |
|
3783 |
"require-dev": {
|
|
3784 |
"wp-cli/db-command": "^1.3 || ^2", |
|
3785 |
"wp-cli/entity-command": "^1.3 || ^2", |
|
3786 |
"wp-cli/extension-command": "^1.2 || ^2", |
|
| 15 | 3787 |
"wp-cli/wp-cli-tests": "^2.1" |
| 0 | 3788 |
}, |
3789 |
"type": "wp-cli-package", |
|
3790 |
"extra": {
|
|
3791 |
"branch-alias": {
|
|
3792 |
"dev-master": "2.x-dev" |
|
3793 |
}, |
|
3794 |
"bundled": true, |
|
3795 |
"commands": [ |
|
3796 |
"language", |
|
3797 |
"language core", |
|
3798 |
"language core activate", |
|
3799 |
"language core is-installed", |
|
3800 |
"language core install", |
|
3801 |
"language core list", |
|
3802 |
"language core uninstall", |
|
3803 |
"language core update", |
|
3804 |
"language plugin", |
|
3805 |
"language plugin is-installed", |
|
3806 |
"language plugin install", |
|
3807 |
"language plugin list", |
|
3808 |
"language plugin uninstall", |
|
3809 |
"language plugin update", |
|
3810 |
"language theme", |
|
3811 |
"language theme is-installed", |
|
3812 |
"language theme install", |
|
3813 |
"language theme list", |
|
3814 |
"language theme uninstall", |
|
3815 |
"language theme update" |
|
3816 |
] |
|
3817 |
}, |
|
3818 |
"autoload": {
|
|
3819 |
"psr-4": {
|
|
3820 |
"": "src/" |
|
3821 |
}, |
|
3822 |
"files": [ |
|
3823 |
"language-command.php" |
|
3824 |
] |
|
3825 |
}, |
|
3826 |
"notification-url": "https://packagist.org/downloads/", |
|
3827 |
"license": [ |
|
3828 |
"MIT" |
|
3829 |
], |
|
3830 |
"authors": [ |
|
3831 |
{
|
|
3832 |
"name": "Daniel Bachhuber", |
|
3833 |
"email": "daniel@runcommand.io", |
|
3834 |
"homepage": "https://runcommand.io" |
|
3835 |
} |
|
3836 |
], |
|
3837 |
"description": "Installs, activates, and manages language packs.", |
|
3838 |
"homepage": "https://github.com/wp-cli/language-command", |
|
| 39 | 3839 |
"support": {
|
3840 |
"issues": "https://github.com/wp-cli/language-command/issues", |
|
3841 |
"source": "https://github.com/wp-cli/language-command/tree/v2.0.8" |
|
3842 |
}, |
|
3843 |
"time": "2020-12-07T19:29:09+00:00" |
|
| 15 | 3844 |
}, |
3845 |
{
|
|
3846 |
"name": "wp-cli/maintenance-mode-command", |
|
| 39 | 3847 |
"version": "v2.0.4", |
| 15 | 3848 |
"source": {
|
3849 |
"type": "git", |
|
3850 |
"url": "https://github.com/wp-cli/maintenance-mode-command.git", |
|
| 39 | 3851 |
"reference": "1f4f09ad15696f65e713c4c73008f6550318b3bd" |
| 15 | 3852 |
}, |
3853 |
"dist": {
|
|
3854 |
"type": "zip", |
|
| 39 | 3855 |
"url": "https://api.github.com/repos/wp-cli/maintenance-mode-command/zipball/1f4f09ad15696f65e713c4c73008f6550318b3bd", |
3856 |
"reference": "1f4f09ad15696f65e713c4c73008f6550318b3bd", |
|
| 15 | 3857 |
"shasum": "" |
3858 |
}, |
|
3859 |
"require": {
|
|
3860 |
"wp-cli/wp-cli": "^2" |
|
3861 |
}, |
|
3862 |
"require-dev": {
|
|
3863 |
"wp-cli/wp-cli-tests": "^2.1" |
|
3864 |
}, |
|
3865 |
"type": "wp-cli-package", |
|
3866 |
"extra": {
|
|
3867 |
"branch-alias": {
|
|
3868 |
"dev-master": "2.x-dev" |
|
3869 |
}, |
|
3870 |
"bundled": true, |
|
3871 |
"commands": [ |
|
3872 |
"maintenance-mode", |
|
3873 |
"maintenance-mode activate", |
|
3874 |
"maintenance-mode deactivate", |
|
3875 |
"maintenance-mode status", |
|
3876 |
"maintenance-mode is-active" |
|
3877 |
] |
|
3878 |
}, |
|
3879 |
"autoload": {
|
|
3880 |
"psr-4": {
|
|
3881 |
"WP_CLI\\MaintenanceMode\\": "src/" |
|
3882 |
}, |
|
3883 |
"files": [ |
|
3884 |
"maintenance-mode-command.php" |
|
3885 |
] |
|
3886 |
}, |
|
3887 |
"notification-url": "https://packagist.org/downloads/", |
|
3888 |
"license": [ |
|
3889 |
"MIT" |
|
3890 |
], |
|
3891 |
"authors": [ |
|
3892 |
{
|
|
3893 |
"name": "Thrijith Thankachan", |
|
3894 |
"email": "thrijith13@gmail.com", |
|
3895 |
"homepage": "https://thrijith.com" |
|
3896 |
} |
|
3897 |
], |
|
3898 |
"description": "Activates, deactivates or checks the status of the maintenance mode of a site.", |
|
3899 |
"homepage": "https://github.com/wp-cli/maintenance-mode-command", |
|
| 39 | 3900 |
"support": {
|
3901 |
"issues": "https://github.com/wp-cli/maintenance-mode-command/issues", |
|
3902 |
"source": "https://github.com/wp-cli/maintenance-mode-command/tree/v2.0.4" |
|
3903 |
}, |
|
3904 |
"time": "2020-12-07T19:29:39+00:00" |
|
| 0 | 3905 |
}, |
3906 |
{
|
|
3907 |
"name": "wp-cli/media-command", |
|
| 39 | 3908 |
"version": "v2.0.9", |
| 0 | 3909 |
"source": {
|
3910 |
"type": "git", |
|
3911 |
"url": "https://github.com/wp-cli/media-command.git", |
|
| 39 | 3912 |
"reference": "830e72a2cbd3eeec95a97df2c1c17d925d86790d" |
| 0 | 3913 |
}, |
3914 |
"dist": {
|
|
3915 |
"type": "zip", |
|
| 39 | 3916 |
"url": "https://api.github.com/repos/wp-cli/media-command/zipball/830e72a2cbd3eeec95a97df2c1c17d925d86790d", |
3917 |
"reference": "830e72a2cbd3eeec95a97df2c1c17d925d86790d", |
|
| 0 | 3918 |
"shasum": "" |
3919 |
}, |
|
3920 |
"require": {
|
|
3921 |
"wp-cli/wp-cli": "^2" |
|
3922 |
}, |
|
3923 |
"require-dev": {
|
|
3924 |
"wp-cli/entity-command": "^1.3 || ^2", |
|
| 39 | 3925 |
"wp-cli/extension-command": "^2.0", |
| 15 | 3926 |
"wp-cli/wp-cli-tests": "^2.1" |
| 0 | 3927 |
}, |
3928 |
"type": "wp-cli-package", |
|
3929 |
"extra": {
|
|
3930 |
"branch-alias": {
|
|
3931 |
"dev-master": "2.x-dev" |
|
3932 |
}, |
|
3933 |
"bundled": true, |
|
3934 |
"commands": [ |
|
3935 |
"media", |
|
3936 |
"media import", |
|
3937 |
"media regenerate", |
|
3938 |
"media image-size" |
|
3939 |
] |
|
3940 |
}, |
|
3941 |
"autoload": {
|
|
3942 |
"psr-4": {
|
|
3943 |
"": "src/" |
|
3944 |
}, |
|
3945 |
"files": [ |
|
3946 |
"media-command.php" |
|
3947 |
] |
|
3948 |
}, |
|
3949 |
"notification-url": "https://packagist.org/downloads/", |
|
3950 |
"license": [ |
|
3951 |
"MIT" |
|
3952 |
], |
|
3953 |
"authors": [ |
|
3954 |
{
|
|
3955 |
"name": "Daniel Bachhuber", |
|
3956 |
"email": "daniel@runcommand.io", |
|
3957 |
"homepage": "https://runcommand.io" |
|
3958 |
} |
|
3959 |
], |
|
3960 |
"description": "Imports files as attachments, regenerates thumbnails, or lists registered image sizes.", |
|
3961 |
"homepage": "https://github.com/wp-cli/media-command", |
|
| 39 | 3962 |
"support": {
|
3963 |
"issues": "https://github.com/wp-cli/media-command/issues", |
|
3964 |
"source": "https://github.com/wp-cli/media-command/tree/master" |
|
3965 |
}, |
|
3966 |
"time": "2020-06-11T00:17:12+00:00" |
|
| 0 | 3967 |
}, |
3968 |
{
|
|
3969 |
"name": "wp-cli/mustangostang-spyc", |
|
3970 |
"version": "0.6.3", |
|
3971 |
"source": {
|
|
3972 |
"type": "git", |
|
3973 |
"url": "https://github.com/wp-cli/spyc.git", |
|
3974 |
"reference": "6aa0b4da69ce9e9a2c8402dab8d43cf32c581cc7" |
|
3975 |
}, |
|
3976 |
"dist": {
|
|
3977 |
"type": "zip", |
|
3978 |
"url": "https://api.github.com/repos/wp-cli/spyc/zipball/6aa0b4da69ce9e9a2c8402dab8d43cf32c581cc7", |
|
3979 |
"reference": "6aa0b4da69ce9e9a2c8402dab8d43cf32c581cc7", |
|
3980 |
"shasum": "" |
|
3981 |
}, |
|
3982 |
"require": {
|
|
3983 |
"php": ">=5.3.1" |
|
3984 |
}, |
|
3985 |
"require-dev": {
|
|
3986 |
"phpunit/phpunit": "4.3.*@dev" |
|
3987 |
}, |
|
3988 |
"type": "library", |
|
3989 |
"extra": {
|
|
3990 |
"branch-alias": {
|
|
3991 |
"dev-master": "0.5.x-dev" |
|
3992 |
} |
|
3993 |
}, |
|
3994 |
"autoload": {
|
|
3995 |
"psr-4": {
|
|
3996 |
"Mustangostang\\": "src/" |
|
3997 |
}, |
|
3998 |
"files": [ |
|
3999 |
"includes/functions.php" |
|
4000 |
] |
|
4001 |
}, |
|
4002 |
"notification-url": "https://packagist.org/downloads/", |
|
4003 |
"license": [ |
|
4004 |
"MIT" |
|
4005 |
], |
|
4006 |
"authors": [ |
|
4007 |
{
|
|
4008 |
"name": "mustangostang", |
|
4009 |
"email": "vlad.andersen@gmail.com" |
|
4010 |
} |
|
4011 |
], |
|
4012 |
"description": "A simple YAML loader/dumper class for PHP (WP-CLI fork)", |
|
4013 |
"homepage": "https://github.com/mustangostang/spyc/", |
|
| 39 | 4014 |
"support": {
|
4015 |
"source": "https://github.com/wp-cli/spyc/tree/autoload" |
|
4016 |
}, |
|
| 0 | 4017 |
"time": "2017-04-25T11:26:20+00:00" |
4018 |
}, |
|
4019 |
{
|
|
4020 |
"name": "wp-cli/package-command", |
|
| 39 | 4021 |
"version": "v2.0.6", |
| 0 | 4022 |
"source": {
|
4023 |
"type": "git", |
|
4024 |
"url": "https://github.com/wp-cli/package-command.git", |
|
| 39 | 4025 |
"reference": "92a0d7f2f4b54ad2aeff2292baaa96ba8f93f37a" |
| 0 | 4026 |
}, |
4027 |
"dist": {
|
|
4028 |
"type": "zip", |
|
| 39 | 4029 |
"url": "https://api.github.com/repos/wp-cli/package-command/zipball/92a0d7f2f4b54ad2aeff2292baaa96ba8f93f37a", |
4030 |
"reference": "92a0d7f2f4b54ad2aeff2292baaa96ba8f93f37a", |
|
| 0 | 4031 |
"shasum": "" |
4032 |
}, |
|
4033 |
"require": {
|
|
4034 |
"composer/composer": ">=1.2.0 <1.7.0 || ^1.7.1", |
|
4035 |
"ext-json": "*", |
|
4036 |
"wp-cli/wp-cli": "^2.1" |
|
4037 |
}, |
|
4038 |
"require-dev": {
|
|
4039 |
"wp-cli/scaffold-command": "^1 || ^2", |
|
| 15 | 4040 |
"wp-cli/wp-cli-tests": "^2.1" |
| 0 | 4041 |
}, |
4042 |
"type": "wp-cli-package", |
|
4043 |
"extra": {
|
|
4044 |
"branch-alias": {
|
|
4045 |
"dev-master": "2.x-dev" |
|
4046 |
}, |
|
4047 |
"bundled": true, |
|
4048 |
"commands": [ |
|
4049 |
"package", |
|
4050 |
"package browse", |
|
4051 |
"package install", |
|
4052 |
"package list", |
|
4053 |
"package update", |
|
4054 |
"package uninstall" |
|
4055 |
] |
|
4056 |
}, |
|
4057 |
"autoload": {
|
|
4058 |
"psr-4": {
|
|
4059 |
"": "src/" |
|
4060 |
}, |
|
4061 |
"files": [ |
|
4062 |
"package-command.php" |
|
4063 |
] |
|
4064 |
}, |
|
4065 |
"notification-url": "https://packagist.org/downloads/", |
|
4066 |
"license": [ |
|
4067 |
"MIT" |
|
4068 |
], |
|
4069 |
"authors": [ |
|
4070 |
{
|
|
4071 |
"name": "Daniel Bachhuber", |
|
4072 |
"email": "daniel@runcommand.io", |
|
4073 |
"homepage": "https://runcommand.io" |
|
4074 |
} |
|
4075 |
], |
|
4076 |
"description": "Lists, installs, and removes WP-CLI packages.", |
|
4077 |
"homepage": "https://github.com/wp-cli/package-command", |
|
| 39 | 4078 |
"support": {
|
4079 |
"issues": "https://github.com/wp-cli/package-command/issues", |
|
4080 |
"source": "https://github.com/wp-cli/package-command/tree/master" |
|
4081 |
}, |
|
4082 |
"time": "2020-01-28T12:55:09+00:00" |
|
| 0 | 4083 |
}, |
4084 |
{
|
|
4085 |
"name": "wp-cli/php-cli-tools", |
|
| 39 | 4086 |
"version": "v0.11.12", |
| 0 | 4087 |
"source": {
|
4088 |
"type": "git", |
|
4089 |
"url": "https://github.com/wp-cli/php-cli-tools.git", |
|
| 39 | 4090 |
"reference": "e472e08489f7504d9e8c5c5a057e1419cd1b2b3e" |
| 0 | 4091 |
}, |
4092 |
"dist": {
|
|
4093 |
"type": "zip", |
|
| 39 | 4094 |
"url": "https://api.github.com/repos/wp-cli/php-cli-tools/zipball/e472e08489f7504d9e8c5c5a057e1419cd1b2b3e", |
4095 |
"reference": "e472e08489f7504d9e8c5c5a057e1419cd1b2b3e", |
|
| 0 | 4096 |
"shasum": "" |
4097 |
}, |
|
4098 |
"require": {
|
|
4099 |
"php": ">= 5.3.0" |
|
4100 |
}, |
|
4101 |
"type": "library", |
|
4102 |
"autoload": {
|
|
4103 |
"psr-0": {
|
|
4104 |
"cli": "lib/" |
|
4105 |
}, |
|
4106 |
"files": [ |
|
4107 |
"lib/cli/cli.php" |
|
4108 |
] |
|
4109 |
}, |
|
4110 |
"notification-url": "https://packagist.org/downloads/", |
|
4111 |
"license": [ |
|
4112 |
"MIT" |
|
4113 |
], |
|
4114 |
"authors": [ |
|
4115 |
{
|
|
| 39 | 4116 |
"name": "Daniel Bachhuber", |
4117 |
"email": "daniel@handbuilt.co", |
|
4118 |
"role": "Maintainer" |
|
4119 |
}, |
|
4120 |
{
|
|
| 0 | 4121 |
"name": "James Logsdon", |
4122 |
"email": "jlogsdon@php.net", |
|
4123 |
"role": "Developer" |
|
4124 |
} |
|
4125 |
], |
|
4126 |
"description": "Console utilities for PHP", |
|
4127 |
"homepage": "http://github.com/wp-cli/php-cli-tools", |
|
4128 |
"keywords": [ |
|
4129 |
"cli", |
|
4130 |
"console" |
|
4131 |
], |
|
| 39 | 4132 |
"support": {
|
4133 |
"issues": "https://github.com/wp-cli/php-cli-tools/issues", |
|
4134 |
"source": "https://github.com/wp-cli/php-cli-tools/tree/v0.11.12" |
|
4135 |
}, |
|
4136 |
"time": "2021-03-03T12:43:49+00:00" |
|
| 0 | 4137 |
}, |
4138 |
{
|
|
4139 |
"name": "wp-cli/rewrite-command", |
|
| 39 | 4140 |
"version": "v2.0.6", |
| 0 | 4141 |
"source": {
|
4142 |
"type": "git", |
|
4143 |
"url": "https://github.com/wp-cli/rewrite-command.git", |
|
| 39 | 4144 |
"reference": "6b2c7d186b375976869b8d74f1a3bac1f98aca57" |
| 0 | 4145 |
}, |
4146 |
"dist": {
|
|
4147 |
"type": "zip", |
|
| 39 | 4148 |
"url": "https://api.github.com/repos/wp-cli/rewrite-command/zipball/6b2c7d186b375976869b8d74f1a3bac1f98aca57", |
4149 |
"reference": "6b2c7d186b375976869b8d74f1a3bac1f98aca57", |
|
| 0 | 4150 |
"shasum": "" |
4151 |
}, |
|
4152 |
"require": {
|
|
4153 |
"wp-cli/wp-cli": "^2" |
|
4154 |
}, |
|
4155 |
"require-dev": {
|
|
4156 |
"wp-cli/entity-command": "^1.3 || ^2", |
|
| 15 | 4157 |
"wp-cli/wp-cli-tests": "^2.1" |
| 0 | 4158 |
}, |
4159 |
"type": "wp-cli-package", |
|
4160 |
"extra": {
|
|
4161 |
"branch-alias": {
|
|
4162 |
"dev-master": "2.x-dev" |
|
4163 |
}, |
|
4164 |
"bundled": true, |
|
4165 |
"commands": [ |
|
4166 |
"rewrite", |
|
4167 |
"rewrite flush", |
|
4168 |
"rewrite list", |
|
4169 |
"rewrite structure" |
|
4170 |
] |
|
4171 |
}, |
|
4172 |
"autoload": {
|
|
4173 |
"psr-4": {
|
|
4174 |
"": "src/" |
|
4175 |
}, |
|
4176 |
"files": [ |
|
4177 |
"rewrite-command.php" |
|
4178 |
] |
|
4179 |
}, |
|
4180 |
"notification-url": "https://packagist.org/downloads/", |
|
4181 |
"license": [ |
|
4182 |
"MIT" |
|
4183 |
], |
|
4184 |
"authors": [ |
|
4185 |
{
|
|
4186 |
"name": "Daniel Bachhuber", |
|
4187 |
"email": "daniel@runcommand.io", |
|
4188 |
"homepage": "https://runcommand.io" |
|
4189 |
} |
|
4190 |
], |
|
4191 |
"description": "Lists or flushes the site's rewrite rules, updates the permalink structure.", |
|
4192 |
"homepage": "https://github.com/wp-cli/rewrite-command", |
|
| 39 | 4193 |
"support": {
|
4194 |
"issues": "https://github.com/wp-cli/rewrite-command/issues", |
|
4195 |
"source": "https://github.com/wp-cli/rewrite-command/tree/v2.0.6" |
|
4196 |
}, |
|
4197 |
"time": "2020-12-07T19:27:22+00:00" |
|
| 0 | 4198 |
}, |
4199 |
{
|
|
4200 |
"name": "wp-cli/role-command", |
|
| 39 | 4201 |
"version": "v2.0.5", |
| 0 | 4202 |
"source": {
|
4203 |
"type": "git", |
|
4204 |
"url": "https://github.com/wp-cli/role-command.git", |
|
| 39 | 4205 |
"reference": "50e563a81f7462c4c5374abf6a1c0e88dfb01c9c" |
| 0 | 4206 |
}, |
4207 |
"dist": {
|
|
4208 |
"type": "zip", |
|
| 39 | 4209 |
"url": "https://api.github.com/repos/wp-cli/role-command/zipball/50e563a81f7462c4c5374abf6a1c0e88dfb01c9c", |
4210 |
"reference": "50e563a81f7462c4c5374abf6a1c0e88dfb01c9c", |
|
| 0 | 4211 |
"shasum": "" |
4212 |
}, |
|
4213 |
"require": {
|
|
4214 |
"wp-cli/wp-cli": "^2" |
|
4215 |
}, |
|
4216 |
"require-dev": {
|
|
| 15 | 4217 |
"wp-cli/wp-cli-tests": "^2.1" |
| 0 | 4218 |
}, |
4219 |
"type": "wp-cli-package", |
|
4220 |
"extra": {
|
|
4221 |
"branch-alias": {
|
|
4222 |
"dev-master": "2.x-dev" |
|
4223 |
}, |
|
4224 |
"bundled": true, |
|
4225 |
"commands": [ |
|
4226 |
"role", |
|
4227 |
"role create", |
|
4228 |
"role delete", |
|
4229 |
"role exists", |
|
4230 |
"role list", |
|
4231 |
"role reset", |
|
4232 |
"cap", |
|
4233 |
"cap add", |
|
4234 |
"cap list", |
|
4235 |
"cap remove" |
|
4236 |
] |
|
4237 |
}, |
|
4238 |
"autoload": {
|
|
4239 |
"psr-4": {
|
|
4240 |
"": "src/" |
|
4241 |
}, |
|
4242 |
"files": [ |
|
4243 |
"role-command.php" |
|
4244 |
] |
|
4245 |
}, |
|
4246 |
"notification-url": "https://packagist.org/downloads/", |
|
4247 |
"license": [ |
|
4248 |
"MIT" |
|
4249 |
], |
|
4250 |
"authors": [ |
|
4251 |
{
|
|
4252 |
"name": "Daniel Bachhuber", |
|
4253 |
"email": "daniel@runcommand.io", |
|
4254 |
"homepage": "https://runcommand.io" |
|
4255 |
} |
|
4256 |
], |
|
4257 |
"description": "Adds, removes, lists, and resets roles and capabilities.", |
|
4258 |
"homepage": "https://github.com/wp-cli/role-command", |
|
| 39 | 4259 |
"support": {
|
4260 |
"issues": "https://github.com/wp-cli/role-command/issues", |
|
4261 |
"source": "https://github.com/wp-cli/role-command/tree/v2.0.5" |
|
4262 |
}, |
|
4263 |
"time": "2020-12-07T19:27:04+00:00" |
|
| 0 | 4264 |
}, |
4265 |
{
|
|
4266 |
"name": "wp-cli/scaffold-command", |
|
| 39 | 4267 |
"version": "v2.0.8", |
| 0 | 4268 |
"source": {
|
4269 |
"type": "git", |
|
4270 |
"url": "https://github.com/wp-cli/scaffold-command.git", |
|
| 39 | 4271 |
"reference": "4814acbdf3d7af499530cc1ae1e82f3ed9f12674" |
| 0 | 4272 |
}, |
4273 |
"dist": {
|
|
4274 |
"type": "zip", |
|
| 39 | 4275 |
"url": "https://api.github.com/repos/wp-cli/scaffold-command/zipball/4814acbdf3d7af499530cc1ae1e82f3ed9f12674", |
4276 |
"reference": "4814acbdf3d7af499530cc1ae1e82f3ed9f12674", |
|
| 0 | 4277 |
"shasum": "" |
4278 |
}, |
|
4279 |
"require": {
|
|
| 39 | 4280 |
"php": "^5.4 || ^7.0", |
| 0 | 4281 |
"wp-cli/wp-cli": "^2" |
4282 |
}, |
|
4283 |
"require-dev": {
|
|
4284 |
"wp-cli/extension-command": "^1.2 || ^2", |
|
| 15 | 4285 |
"wp-cli/wp-cli-tests": "^2.1" |
| 0 | 4286 |
}, |
4287 |
"type": "wp-cli-package", |
|
4288 |
"extra": {
|
|
4289 |
"branch-alias": {
|
|
4290 |
"dev-master": "2.x-dev" |
|
4291 |
}, |
|
4292 |
"bundled": true, |
|
4293 |
"commands": [ |
|
4294 |
"scaffold", |
|
| 15 | 4295 |
"scaffold underscores", |
| 0 | 4296 |
"scaffold block", |
4297 |
"scaffold child-theme", |
|
4298 |
"scaffold plugin", |
|
4299 |
"scaffold plugin-tests", |
|
4300 |
"scaffold post-type", |
|
4301 |
"scaffold taxonomy", |
|
4302 |
"scaffold theme-tests" |
|
4303 |
] |
|
4304 |
}, |
|
4305 |
"autoload": {
|
|
4306 |
"psr-4": {
|
|
4307 |
"": "src/" |
|
4308 |
}, |
|
4309 |
"files": [ |
|
4310 |
"scaffold-command.php" |
|
4311 |
] |
|
4312 |
}, |
|
4313 |
"notification-url": "https://packagist.org/downloads/", |
|
4314 |
"license": [ |
|
4315 |
"MIT" |
|
4316 |
], |
|
4317 |
"authors": [ |
|
4318 |
{
|
|
4319 |
"name": "Daniel Bachhuber", |
|
4320 |
"email": "daniel@runcommand.io", |
|
4321 |
"homepage": "https://runcommand.io" |
|
4322 |
} |
|
4323 |
], |
|
4324 |
"description": "Generates code for post types, taxonomies, blocks, plugins, child themes, etc.", |
|
4325 |
"homepage": "https://github.com/wp-cli/scaffold-command", |
|
| 39 | 4326 |
"support": {
|
4327 |
"issues": "https://github.com/wp-cli/scaffold-command/issues", |
|
4328 |
"source": "https://github.com/wp-cli/scaffold-command/tree/master" |
|
4329 |
}, |
|
4330 |
"time": "2019-11-25T13:26:31+00:00" |
|
| 0 | 4331 |
}, |
4332 |
{
|
|
4333 |
"name": "wp-cli/search-replace-command", |
|
| 39 | 4334 |
"version": "v2.0.7", |
| 0 | 4335 |
"source": {
|
4336 |
"type": "git", |
|
4337 |
"url": "https://github.com/wp-cli/search-replace-command.git", |
|
| 39 | 4338 |
"reference": "1104e4fb7dd83e85dedb8a98ed8f0ac30639694b" |
| 0 | 4339 |
}, |
4340 |
"dist": {
|
|
4341 |
"type": "zip", |
|
| 39 | 4342 |
"url": "https://api.github.com/repos/wp-cli/search-replace-command/zipball/1104e4fb7dd83e85dedb8a98ed8f0ac30639694b", |
4343 |
"reference": "1104e4fb7dd83e85dedb8a98ed8f0ac30639694b", |
|
| 0 | 4344 |
"shasum": "" |
4345 |
}, |
|
4346 |
"require": {
|
|
4347 |
"wp-cli/wp-cli": "^2" |
|
4348 |
}, |
|
4349 |
"require-dev": {
|
|
4350 |
"wp-cli/db-command": "^1.3 || ^2", |
|
4351 |
"wp-cli/entity-command": "^1.3 || ^2", |
|
4352 |
"wp-cli/extension-command": "^1.2 || ^2", |
|
| 15 | 4353 |
"wp-cli/wp-cli-tests": "^2.1" |
| 0 | 4354 |
}, |
4355 |
"type": "wp-cli-package", |
|
4356 |
"extra": {
|
|
4357 |
"branch-alias": {
|
|
4358 |
"dev-master": "2.x-dev" |
|
4359 |
}, |
|
4360 |
"bundled": true, |
|
4361 |
"commands": [ |
|
4362 |
"search-replace" |
|
4363 |
] |
|
4364 |
}, |
|
4365 |
"autoload": {
|
|
4366 |
"psr-4": {
|
|
4367 |
"": "src/" |
|
4368 |
}, |
|
4369 |
"files": [ |
|
4370 |
"search-replace-command.php" |
|
4371 |
] |
|
4372 |
}, |
|
4373 |
"notification-url": "https://packagist.org/downloads/", |
|
4374 |
"license": [ |
|
4375 |
"MIT" |
|
4376 |
], |
|
4377 |
"authors": [ |
|
4378 |
{
|
|
4379 |
"name": "Daniel Bachhuber", |
|
4380 |
"email": "daniel@runcommand.io", |
|
4381 |
"homepage": "https://runcommand.io" |
|
4382 |
} |
|
4383 |
], |
|
4384 |
"description": "Searches/replaces strings in the database.", |
|
4385 |
"homepage": "https://github.com/wp-cli/search-replace-command", |
|
| 39 | 4386 |
"support": {
|
4387 |
"issues": "https://github.com/wp-cli/search-replace-command/issues", |
|
4388 |
"source": "https://github.com/wp-cli/search-replace-command/tree/v2.0.7" |
|
4389 |
}, |
|
4390 |
"time": "2020-06-10T13:24:39+00:00" |
|
| 0 | 4391 |
}, |
4392 |
{
|
|
4393 |
"name": "wp-cli/server-command", |
|
| 39 | 4394 |
"version": "v2.0.6", |
| 0 | 4395 |
"source": {
|
4396 |
"type": "git", |
|
4397 |
"url": "https://github.com/wp-cli/server-command.git", |
|
| 39 | 4398 |
"reference": "be65465bda181209c95011f15d4575809d039ea9" |
| 0 | 4399 |
}, |
4400 |
"dist": {
|
|
4401 |
"type": "zip", |
|
| 39 | 4402 |
"url": "https://api.github.com/repos/wp-cli/server-command/zipball/be65465bda181209c95011f15d4575809d039ea9", |
4403 |
"reference": "be65465bda181209c95011f15d4575809d039ea9", |
|
| 0 | 4404 |
"shasum": "" |
4405 |
}, |
|
4406 |
"require": {
|
|
4407 |
"wp-cli/wp-cli": "^2" |
|
4408 |
}, |
|
4409 |
"require-dev": {
|
|
| 15 | 4410 |
"wp-cli/wp-cli-tests": "^2.1" |
| 0 | 4411 |
}, |
4412 |
"type": "wp-cli-package", |
|
4413 |
"extra": {
|
|
4414 |
"branch-alias": {
|
|
4415 |
"dev-master": "2.x-dev" |
|
4416 |
}, |
|
4417 |
"bundled": true, |
|
4418 |
"commands": [ |
|
4419 |
"server" |
|
4420 |
] |
|
4421 |
}, |
|
4422 |
"autoload": {
|
|
4423 |
"psr-4": {
|
|
4424 |
"": "src/" |
|
4425 |
}, |
|
4426 |
"files": [ |
|
4427 |
"server-command.php" |
|
4428 |
] |
|
4429 |
}, |
|
4430 |
"notification-url": "https://packagist.org/downloads/", |
|
4431 |
"license": [ |
|
4432 |
"MIT" |
|
4433 |
], |
|
4434 |
"authors": [ |
|
4435 |
{
|
|
4436 |
"name": "Daniel Bachhuber", |
|
4437 |
"email": "daniel@runcommand.io", |
|
4438 |
"homepage": "https://runcommand.io" |
|
4439 |
} |
|
4440 |
], |
|
4441 |
"description": "Launches PHP's built-in web server for a specific WordPress installation.", |
|
4442 |
"homepage": "https://github.com/wp-cli/server-command", |
|
| 39 | 4443 |
"support": {
|
4444 |
"issues": "https://github.com/wp-cli/server-command/issues", |
|
4445 |
"source": "https://github.com/wp-cli/server-command/tree/v2.0.6" |
|
4446 |
}, |
|
4447 |
"time": "2020-12-07T19:26:47+00:00" |
|
| 0 | 4448 |
}, |
4449 |
{
|
|
4450 |
"name": "wp-cli/shell-command", |
|
| 39 | 4451 |
"version": "v2.0.7", |
| 0 | 4452 |
"source": {
|
4453 |
"type": "git", |
|
4454 |
"url": "https://github.com/wp-cli/shell-command.git", |
|
| 39 | 4455 |
"reference": "76088e1ff69855d89454aed886d27c3f62b12c2c" |
| 0 | 4456 |
}, |
4457 |
"dist": {
|
|
4458 |
"type": "zip", |
|
| 39 | 4459 |
"url": "https://api.github.com/repos/wp-cli/shell-command/zipball/76088e1ff69855d89454aed886d27c3f62b12c2c", |
4460 |
"reference": "76088e1ff69855d89454aed886d27c3f62b12c2c", |
|
| 0 | 4461 |
"shasum": "" |
4462 |
}, |
|
4463 |
"require": {
|
|
4464 |
"wp-cli/wp-cli": "^2" |
|
4465 |
}, |
|
4466 |
"require-dev": {
|
|
| 15 | 4467 |
"wp-cli/wp-cli-tests": "^2.1" |
| 0 | 4468 |
}, |
4469 |
"type": "wp-cli-package", |
|
4470 |
"extra": {
|
|
4471 |
"branch-alias": {
|
|
4472 |
"dev-master": "2.x-dev" |
|
4473 |
}, |
|
4474 |
"bundled": true, |
|
4475 |
"commands": [ |
|
4476 |
"shell" |
|
4477 |
] |
|
4478 |
}, |
|
4479 |
"autoload": {
|
|
4480 |
"psr-4": {
|
|
4481 |
"": "src/", |
|
4482 |
"WP_CLI\\": "src/WP_CLI" |
|
4483 |
}, |
|
4484 |
"files": [ |
|
4485 |
"shell-command.php" |
|
4486 |
] |
|
4487 |
}, |
|
4488 |
"notification-url": "https://packagist.org/downloads/", |
|
4489 |
"license": [ |
|
4490 |
"MIT" |
|
4491 |
], |
|
4492 |
"authors": [ |
|
4493 |
{
|
|
4494 |
"name": "Daniel Bachhuber", |
|
4495 |
"email": "daniel@runcommand.io", |
|
4496 |
"homepage": "https://runcommand.io" |
|
4497 |
} |
|
4498 |
], |
|
4499 |
"description": "Opens an interactive PHP console for running and testing PHP code.", |
|
4500 |
"homepage": "https://github.com/wp-cli/shell-command", |
|
| 39 | 4501 |
"support": {
|
4502 |
"issues": "https://github.com/wp-cli/shell-command/issues", |
|
4503 |
"source": "https://github.com/wp-cli/shell-command/tree/v2.0.7" |
|
4504 |
}, |
|
4505 |
"time": "2020-12-07T19:26:30+00:00" |
|
| 0 | 4506 |
}, |
4507 |
{
|
|
4508 |
"name": "wp-cli/super-admin-command", |
|
| 39 | 4509 |
"version": "v2.0.5", |
| 0 | 4510 |
"source": {
|
4511 |
"type": "git", |
|
4512 |
"url": "https://github.com/wp-cli/super-admin-command.git", |
|
| 39 | 4513 |
"reference": "23b9a4e6f27d5effe5cfd67db2329e0d58dbb53f" |
| 0 | 4514 |
}, |
4515 |
"dist": {
|
|
4516 |
"type": "zip", |
|
| 39 | 4517 |
"url": "https://api.github.com/repos/wp-cli/super-admin-command/zipball/23b9a4e6f27d5effe5cfd67db2329e0d58dbb53f", |
4518 |
"reference": "23b9a4e6f27d5effe5cfd67db2329e0d58dbb53f", |
|
| 0 | 4519 |
"shasum": "" |
4520 |
}, |
|
4521 |
"require": {
|
|
4522 |
"wp-cli/wp-cli": "^2" |
|
4523 |
}, |
|
4524 |
"require-dev": {
|
|
4525 |
"wp-cli/entity-command": "^1.3 || ^2", |
|
| 15 | 4526 |
"wp-cli/wp-cli-tests": "^2.1" |
| 0 | 4527 |
}, |
4528 |
"type": "wp-cli-package", |
|
4529 |
"extra": {
|
|
4530 |
"branch-alias": {
|
|
4531 |
"dev-master": "2.x-dev" |
|
4532 |
}, |
|
4533 |
"bundled": true, |
|
4534 |
"commands": [ |
|
4535 |
"super-admin", |
|
4536 |
"super-admin add", |
|
4537 |
"super-admin list", |
|
4538 |
"super-admin remove" |
|
4539 |
] |
|
4540 |
}, |
|
4541 |
"autoload": {
|
|
4542 |
"psr-4": {
|
|
4543 |
"": "src/" |
|
4544 |
}, |
|
4545 |
"files": [ |
|
4546 |
"super-admin-command.php" |
|
4547 |
] |
|
4548 |
}, |
|
4549 |
"notification-url": "https://packagist.org/downloads/", |
|
4550 |
"license": [ |
|
4551 |
"MIT" |
|
4552 |
], |
|
4553 |
"authors": [ |
|
4554 |
{
|
|
4555 |
"name": "Daniel Bachhuber", |
|
4556 |
"email": "daniel@runcommand.io", |
|
4557 |
"homepage": "https://runcommand.io" |
|
4558 |
} |
|
4559 |
], |
|
4560 |
"description": "Lists, adds, or removes super admin users on a multisite installation.", |
|
4561 |
"homepage": "https://github.com/wp-cli/super-admin-command", |
|
| 39 | 4562 |
"support": {
|
4563 |
"issues": "https://github.com/wp-cli/super-admin-command/issues", |
|
4564 |
"source": "https://github.com/wp-cli/super-admin-command/tree/v2.0.5" |
|
4565 |
}, |
|
4566 |
"time": "2020-12-07T19:26:13+00:00" |
|
| 0 | 4567 |
}, |
4568 |
{
|
|
4569 |
"name": "wp-cli/widget-command", |
|
| 39 | 4570 |
"version": "v2.1.2", |
| 0 | 4571 |
"source": {
|
4572 |
"type": "git", |
|
4573 |
"url": "https://github.com/wp-cli/widget-command.git", |
|
| 39 | 4574 |
"reference": "0c73470adbc73b45f4d371e4869672eacca104b3" |
| 0 | 4575 |
}, |
4576 |
"dist": {
|
|
4577 |
"type": "zip", |
|
| 39 | 4578 |
"url": "https://api.github.com/repos/wp-cli/widget-command/zipball/0c73470adbc73b45f4d371e4869672eacca104b3", |
4579 |
"reference": "0c73470adbc73b45f4d371e4869672eacca104b3", |
|
| 0 | 4580 |
"shasum": "" |
4581 |
}, |
|
4582 |
"require": {
|
|
| 39 | 4583 |
"wp-cli/wp-cli": "^2.4" |
| 0 | 4584 |
}, |
4585 |
"require-dev": {
|
|
4586 |
"wp-cli/extension-command": "^1.2 || ^2", |
|
| 15 | 4587 |
"wp-cli/wp-cli-tests": "^2.1" |
| 0 | 4588 |
}, |
4589 |
"type": "wp-cli-package", |
|
4590 |
"extra": {
|
|
4591 |
"branch-alias": {
|
|
4592 |
"dev-master": "2.x-dev" |
|
4593 |
}, |
|
4594 |
"bundled": true, |
|
4595 |
"commands": [ |
|
4596 |
"widget", |
|
4597 |
"widget add", |
|
4598 |
"widget deactivate", |
|
4599 |
"widget delete", |
|
4600 |
"widget list", |
|
4601 |
"widget move", |
|
4602 |
"widget reset", |
|
4603 |
"widget update", |
|
4604 |
"sidebar", |
|
4605 |
"sidebar list" |
|
4606 |
] |
|
4607 |
}, |
|
4608 |
"autoload": {
|
|
4609 |
"psr-4": {
|
|
4610 |
"": "src/" |
|
4611 |
}, |
|
4612 |
"files": [ |
|
4613 |
"widget-command.php" |
|
4614 |
] |
|
4615 |
}, |
|
4616 |
"notification-url": "https://packagist.org/downloads/", |
|
4617 |
"license": [ |
|
4618 |
"MIT" |
|
4619 |
], |
|
4620 |
"authors": [ |
|
4621 |
{
|
|
4622 |
"name": "Daniel Bachhuber", |
|
4623 |
"email": "daniel@runcommand.io", |
|
4624 |
"homepage": "https://runcommand.io" |
|
4625 |
} |
|
4626 |
], |
|
4627 |
"description": "Adds, moves, and removes widgets; lists sidebars.", |
|
4628 |
"homepage": "https://github.com/wp-cli/widget-command", |
|
| 39 | 4629 |
"support": {
|
4630 |
"issues": "https://github.com/wp-cli/widget-command/issues", |
|
4631 |
"source": "https://github.com/wp-cli/widget-command/tree/v2.1.2" |
|
4632 |
}, |
|
4633 |
"time": "2020-12-07T19:25:02+00:00" |
|
| 0 | 4634 |
}, |
4635 |
{
|
|
4636 |
"name": "wp-cli/wp-cli", |
|
| 39 | 4637 |
"version": "v2.4.1", |
| 0 | 4638 |
"source": {
|
4639 |
"type": "git", |
|
4640 |
"url": "https://github.com/wp-cli/wp-cli.git", |
|
| 39 | 4641 |
"reference": "ceb18598e79befa9b2a37a51efbb34910628988b" |
| 0 | 4642 |
}, |
4643 |
"dist": {
|
|
4644 |
"type": "zip", |
|
| 39 | 4645 |
"url": "https://api.github.com/repos/wp-cli/wp-cli/zipball/ceb18598e79befa9b2a37a51efbb34910628988b", |
4646 |
"reference": "ceb18598e79befa9b2a37a51efbb34910628988b", |
|
| 0 | 4647 |
"shasum": "" |
4648 |
}, |
|
4649 |
"require": {
|
|
4650 |
"ext-curl": "*", |
|
| 39 | 4651 |
"mustache/mustache": "~2.13", |
| 15 | 4652 |
"php": "^5.4 || ^7.0", |
| 0 | 4653 |
"rmccue/requests": "~1.6", |
4654 |
"symfony/finder": ">2.7", |
|
4655 |
"wp-cli/mustangostang-spyc": "^0.6.3", |
|
4656 |
"wp-cli/php-cli-tools": "~0.11.2" |
|
4657 |
}, |
|
4658 |
"require-dev": {
|
|
4659 |
"roave/security-advisories": "dev-master", |
|
4660 |
"wp-cli/db-command": "^1.3 || ^2", |
|
4661 |
"wp-cli/entity-command": "^1.2 || ^2", |
|
4662 |
"wp-cli/extension-command": "^1.1 || ^2", |
|
4663 |
"wp-cli/package-command": "^1 || ^2", |
|
| 15 | 4664 |
"wp-cli/wp-cli-tests": "^2.1" |
| 0 | 4665 |
}, |
4666 |
"suggest": {
|
|
| 15 | 4667 |
"ext-readline": "Include for a better --prompt implementation", |
| 0 | 4668 |
"ext-zip": "Needed to support extraction of ZIP archives when doing downloads or updates" |
4669 |
}, |
|
4670 |
"bin": [ |
|
4671 |
"bin/wp", |
|
4672 |
"bin/wp.bat" |
|
4673 |
], |
|
4674 |
"type": "library", |
|
4675 |
"extra": {
|
|
4676 |
"branch-alias": {
|
|
| 39 | 4677 |
"dev-master": "2.4.x-dev" |
| 0 | 4678 |
} |
4679 |
}, |
|
4680 |
"autoload": {
|
|
4681 |
"psr-0": {
|
|
4682 |
"WP_CLI": "php" |
|
4683 |
} |
|
4684 |
}, |
|
4685 |
"notification-url": "https://packagist.org/downloads/", |
|
4686 |
"license": [ |
|
4687 |
"MIT" |
|
4688 |
], |
|
4689 |
"description": "WP-CLI framework", |
|
4690 |
"homepage": "https://wp-cli.org", |
|
4691 |
"keywords": [ |
|
4692 |
"cli", |
|
4693 |
"wordpress" |
|
4694 |
], |
|
| 39 | 4695 |
"support": {
|
4696 |
"docs": "https://make.wordpress.org/cli/handbook/", |
|
4697 |
"issues": "https://github.com/wp-cli/wp-cli/issues", |
|
4698 |
"source": "https://github.com/wp-cli/wp-cli" |
|
4699 |
}, |
|
4700 |
"time": "2020-02-18T08:15:37+00:00" |
|
| 0 | 4701 |
}, |
4702 |
{
|
|
4703 |
"name": "wp-cli/wp-cli-bundle", |
|
| 39 | 4704 |
"version": "v2.4.0", |
| 0 | 4705 |
"source": {
|
4706 |
"type": "git", |
|
4707 |
"url": "https://github.com/wp-cli/wp-cli-bundle.git", |
|
| 39 | 4708 |
"reference": "713bc75b2f88550920dedc4f2ad3e1daf9f76326" |
| 0 | 4709 |
}, |
4710 |
"dist": {
|
|
4711 |
"type": "zip", |
|
| 39 | 4712 |
"url": "https://api.github.com/repos/wp-cli/wp-cli-bundle/zipball/713bc75b2f88550920dedc4f2ad3e1daf9f76326", |
4713 |
"reference": "713bc75b2f88550920dedc4f2ad3e1daf9f76326", |
|
| 0 | 4714 |
"shasum": "" |
4715 |
}, |
|
4716 |
"require": {
|
|
| 39 | 4717 |
"cweagans/composer-patches": "^1.6", |
| 0 | 4718 |
"php": ">=5.4", |
4719 |
"wp-cli/cache-command": "^2", |
|
4720 |
"wp-cli/checksum-command": "^2", |
|
4721 |
"wp-cli/config-command": "^2", |
|
4722 |
"wp-cli/core-command": "^2", |
|
4723 |
"wp-cli/cron-command": "^2", |
|
4724 |
"wp-cli/db-command": "^2", |
|
4725 |
"wp-cli/embed-command": "^2", |
|
4726 |
"wp-cli/entity-command": "^2", |
|
4727 |
"wp-cli/eval-command": "^2", |
|
4728 |
"wp-cli/export-command": "^2", |
|
4729 |
"wp-cli/extension-command": "^2", |
|
4730 |
"wp-cli/i18n-command": "^2", |
|
4731 |
"wp-cli/import-command": "^2", |
|
4732 |
"wp-cli/language-command": "^2", |
|
| 15 | 4733 |
"wp-cli/maintenance-mode-command": "^2", |
| 0 | 4734 |
"wp-cli/media-command": "^2", |
4735 |
"wp-cli/package-command": "^2", |
|
4736 |
"wp-cli/rewrite-command": "^2", |
|
4737 |
"wp-cli/role-command": "^2", |
|
4738 |
"wp-cli/scaffold-command": "^2", |
|
4739 |
"wp-cli/search-replace-command": "^2", |
|
4740 |
"wp-cli/server-command": "^2", |
|
4741 |
"wp-cli/shell-command": "^2", |
|
4742 |
"wp-cli/super-admin-command": "^2", |
|
4743 |
"wp-cli/widget-command": "^2", |
|
| 39 | 4744 |
"wp-cli/wp-cli": "^2.4" |
| 0 | 4745 |
}, |
4746 |
"require-dev": {
|
|
4747 |
"roave/security-advisories": "dev-master", |
|
| 15 | 4748 |
"wp-cli/wp-cli-tests": "^2.1" |
| 0 | 4749 |
}, |
4750 |
"suggest": {
|
|
4751 |
"psy/psysh": "Enhanced `wp shell` functionality" |
|
4752 |
}, |
|
4753 |
"type": "library", |
|
4754 |
"extra": {
|
|
4755 |
"branch-alias": {
|
|
4756 |
"dev-master": "2.1.x-dev" |
|
| 39 | 4757 |
}, |
4758 |
"enable-patching": true |
|
| 0 | 4759 |
}, |
4760 |
"notification-url": "https://packagist.org/downloads/", |
|
4761 |
"license": [ |
|
4762 |
"MIT" |
|
4763 |
], |
|
4764 |
"description": "WP-CLI bundle package with default commands.", |
|
4765 |
"homepage": "https://wp-cli.org", |
|
4766 |
"keywords": [ |
|
4767 |
"cli", |
|
4768 |
"wordpress" |
|
4769 |
], |
|
| 39 | 4770 |
"support": {
|
4771 |
"docs": "https://make.wordpress.org/cli/handbook/", |
|
4772 |
"issues": "https://github.com/wp-cli/wp-cli-bundle/issues", |
|
4773 |
"source": "https://github.com/wp-cli/wp-cli-bundle" |
|
4774 |
}, |
|
4775 |
"time": "2019-11-12T17:43:58+00:00" |
|
| 0 | 4776 |
}, |
4777 |
{
|
|
4778 |
"name": "wp-cli/wp-config-transformer", |
|
| 39 | 4779 |
"version": "v1.2.8", |
| 0 | 4780 |
"source": {
|
4781 |
"type": "git", |
|
4782 |
"url": "https://github.com/wp-cli/wp-config-transformer.git", |
|
| 39 | 4783 |
"reference": "0bb2b9162c38ca72370380aea11dc06e431e13a5" |
| 0 | 4784 |
}, |
4785 |
"dist": {
|
|
4786 |
"type": "zip", |
|
| 39 | 4787 |
"url": "https://api.github.com/repos/wp-cli/wp-config-transformer/zipball/0bb2b9162c38ca72370380aea11dc06e431e13a5", |
4788 |
"reference": "0bb2b9162c38ca72370380aea11dc06e431e13a5", |
|
| 0 | 4789 |
"shasum": "" |
4790 |
}, |
|
4791 |
"require": {
|
|
4792 |
"php": ">=5.3.29" |
|
4793 |
}, |
|
4794 |
"require-dev": {
|
|
| 39 | 4795 |
"composer/composer": ">=1.5.6 <1.7.0 || ^1.7.1 || ^2.0.0", |
4796 |
"phpunit/phpunit": "^6.5.5 || ^7.0.0", |
|
4797 |
"wp-coding-standards/wpcs": "^0.14.0 || ^1.0.0 || ^2.0.0" |
|
| 0 | 4798 |
}, |
4799 |
"type": "library", |
|
4800 |
"autoload": {
|
|
4801 |
"files": [ |
|
4802 |
"src/WPConfigTransformer.php" |
|
4803 |
] |
|
4804 |
}, |
|
4805 |
"notification-url": "https://packagist.org/downloads/", |
|
4806 |
"license": [ |
|
4807 |
"MIT" |
|
4808 |
], |
|
4809 |
"authors": [ |
|
4810 |
{
|
|
4811 |
"name": "Frankie Jarrett", |
|
4812 |
"email": "fjarrett@gmail.com" |
|
4813 |
} |
|
4814 |
], |
|
4815 |
"description": "Programmatically edit a wp-config.php file.", |
|
| 39 | 4816 |
"support": {
|
4817 |
"issues": "https://github.com/wp-cli/wp-config-transformer/issues", |
|
4818 |
"source": "https://github.com/wp-cli/wp-config-transformer/tree/v1.2.8" |
|
4819 |
}, |
|
4820 |
"time": "2020-11-12T08:08:10+00:00" |
|
| 0 | 4821 |
} |
4822 |
], |
|
4823 |
"packages-dev": [ |
|
4824 |
{
|
|
4825 |
"name": "roave/security-advisories", |
|
4826 |
"version": "dev-master", |
|
4827 |
"source": {
|
|
4828 |
"type": "git", |
|
4829 |
"url": "https://github.com/Roave/SecurityAdvisories.git", |
|
| 39 | 4830 |
"reference": "0745f820eed6cb92603ca44a9c137ff8ce315e86" |
| 0 | 4831 |
}, |
4832 |
"dist": {
|
|
4833 |
"type": "zip", |
|
| 39 | 4834 |
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/0745f820eed6cb92603ca44a9c137ff8ce315e86", |
4835 |
"reference": "0745f820eed6cb92603ca44a9c137ff8ce315e86", |
|
| 0 | 4836 |
"shasum": "" |
4837 |
}, |
|
4838 |
"conflict": {
|
|
4839 |
"3f/pygmentize": "<1.2", |
|
4840 |
"adodb/adodb-php": "<5.20.12", |
|
4841 |
"alterphp/easyadmin-extension-bundle": ">=1.2,<1.2.11|>=1.3,<1.3.1", |
|
4842 |
"amphp/artax": "<1.0.6|>=2,<2.0.6", |
|
4843 |
"amphp/http": "<1.0.1", |
|
| 39 | 4844 |
"amphp/http-client": ">=4,<4.4", |
| 0 | 4845 |
"api-platform/core": ">=2.2,<2.2.10|>=2.3,<2.3.6", |
4846 |
"asymmetricrypt/asymmetricrypt": ">=0,<9.9.99", |
|
4847 |
"aws/aws-sdk-php": ">=3,<3.2.1", |
|
| 39 | 4848 |
"bagisto/bagisto": "<0.1.5", |
4849 |
"barrelstrength/sprout-base-email": "<1.2.7", |
|
4850 |
"barrelstrength/sprout-forms": "<3.9", |
|
4851 |
"baserproject/basercms": ">=4,<=4.3.6|>=4.4,<4.4.1", |
|
4852 |
"bolt/bolt": "<3.7.1", |
|
4853 |
"bolt/core": "<4.1.13", |
|
| 0 | 4854 |
"brightlocal/phpwhois": "<=4.2.5", |
| 39 | 4855 |
"buddypress/buddypress": "<5.1.2", |
| 0 | 4856 |
"bugsnag/bugsnag-laravel": ">=2,<2.0.2", |
| 15 | 4857 |
"cakephp/cakephp": ">=1.3,<1.3.18|>=2,<2.4.99|>=2.5,<2.5.99|>=2.6,<2.6.12|>=2.7,<2.7.6|>=3,<3.5.18|>=3.6,<3.6.15|>=3.7,<3.7.7", |
| 0 | 4858 |
"cart2quote/module-quotation": ">=4.1.6,<=4.4.5|>=5,<5.4.4", |
4859 |
"cartalyst/sentry": "<=2.1.6", |
|
| 39 | 4860 |
"centreon/centreon": "<18.10.8|>=19,<19.4.5", |
4861 |
"cesnet/simplesamlphp-module-proxystatistics": "<3.1", |
|
| 0 | 4862 |
"codeigniter/framework": "<=3.0.6", |
| 15 | 4863 |
"composer/composer": "<=1-alpha.11", |
| 0 | 4864 |
"contao-components/mediaelement": ">=2.14.2,<2.21.1", |
4865 |
"contao/core": ">=2,<3.5.39", |
|
| 39 | 4866 |
"contao/core-bundle": ">=4,<4.4.52|>=4.5,<4.9.6|= 4.10.0", |
| 0 | 4867 |
"contao/listing-bundle": ">=4,<4.4.8", |
| 39 | 4868 |
"datadog/dd-trace": ">=0.30,<0.30.2", |
| 0 | 4869 |
"david-garcia/phpwhois": "<=4.3.1", |
| 39 | 4870 |
"derhansen/sf_event_mgt": "<4.3.1|>=5,<5.1.1", |
| 0 | 4871 |
"doctrine/annotations": ">=1,<1.2.7", |
4872 |
"doctrine/cache": ">=1,<1.3.2|>=1.4,<1.4.2", |
|
4873 |
"doctrine/common": ">=2,<2.4.3|>=2.5,<2.5.1", |
|
4874 |
"doctrine/dbal": ">=2,<2.0.8|>=2.1,<2.1.2", |
|
4875 |
"doctrine/doctrine-bundle": "<1.5.2", |
|
4876 |
"doctrine/doctrine-module": "<=0.7.1", |
|
4877 |
"doctrine/mongodb-odm": ">=1,<1.0.2", |
|
4878 |
"doctrine/mongodb-odm-bundle": ">=2,<3.0.1", |
|
4879 |
"doctrine/orm": ">=2,<2.4.8|>=2.5,<2.5.1", |
|
| 39 | 4880 |
"dolibarr/dolibarr": "<11.0.4", |
| 0 | 4881 |
"dompdf/dompdf": ">=0.6,<0.6.2", |
| 39 | 4882 |
"drupal/core": ">=7,<7.74|>=8,<8.8.11|>=8.9,<8.9.9|>=9,<9.0.8", |
4883 |
"drupal/drupal": ">=7,<7.74|>=8,<8.8.11|>=8.9,<8.9.9|>=9,<9.0.8", |
|
4884 |
"endroid/qr-code-bundle": "<3.4.2", |
|
4885 |
"enshrined/svg-sanitize": "<0.13.1", |
|
| 0 | 4886 |
"erusev/parsedown": "<1.7.2", |
| 39 | 4887 |
"ezsystems/demobundle": ">=5.4,<5.4.6.1", |
4888 |
"ezsystems/ez-support-tools": ">=2.2,<2.2.3", |
|
4889 |
"ezsystems/ezdemo-ls-extension": ">=5.4,<5.4.2.1", |
|
4890 |
"ezsystems/ezfind-ls": ">=5.3,<5.3.6.1|>=5.4,<5.4.11.1|>=2017.12,<2017.12.0.1", |
|
4891 |
"ezsystems/ezplatform": ">=1.7,<1.7.9.1|>=1.13,<1.13.5.1|>=2.5,<2.5.4", |
|
4892 |
"ezsystems/ezplatform-admin-ui": ">=1.3,<1.3.5|>=1.4,<1.4.6", |
|
4893 |
"ezsystems/ezplatform-admin-ui-assets": ">=4,<4.2.1|>=5,<5.0.1|>=5.1,<5.1.1", |
|
4894 |
"ezsystems/ezplatform-kernel": ">=1,<1.0.2.1", |
|
4895 |
"ezsystems/ezplatform-user": ">=1,<1.0.1", |
|
4896 |
"ezsystems/ezpublish-kernel": ">=5.3,<5.3.12.1|>=5.4,<5.4.14.2|>=6,<6.7.9.1|>=6.8,<6.13.6.3|>=7,<7.2.4.1|>=7.3,<7.3.2.1|>=7.5,<7.5.7.1", |
|
4897 |
"ezsystems/ezpublish-legacy": ">=5.3,<5.3.12.6|>=5.4,<5.4.14.2|>=2011,<2017.12.7.3|>=2018.6,<2018.6.1.4|>=2018.9,<2018.9.1.3|>=2019.3,<2019.3.5.1", |
|
4898 |
"ezsystems/platform-ui-assets-bundle": ">=4.2,<4.2.3", |
|
| 0 | 4899 |
"ezsystems/repository-forms": ">=2.3,<2.3.2.1", |
4900 |
"ezyang/htmlpurifier": "<4.1.1", |
|
| 39 | 4901 |
"facade/ignition": "<=2.5.1,>=2.0|<=1.16.13", |
| 0 | 4902 |
"firebase/php-jwt": "<2", |
| 39 | 4903 |
"flarum/sticky": ">=0.1-beta.14,<=0.1-beta.15", |
4904 |
"flarum/tags": "<=0.1-beta.13", |
|
| 0 | 4905 |
"fooman/tcpdf": "<6.2.22", |
4906 |
"fossar/tcpdf-parser": "<6.2.22", |
|
| 39 | 4907 |
"friendsofsymfony/oauth2-php": "<1.3", |
| 0 | 4908 |
"friendsofsymfony/rest-bundle": ">=1.2,<1.2.2", |
4909 |
"friendsofsymfony/user-bundle": ">=1.2,<1.3.5", |
|
| 39 | 4910 |
"friendsoftypo3/mediace": ">=7.6.2,<7.6.5", |
| 0 | 4911 |
"fuel/core": "<1.8.1", |
| 39 | 4912 |
"getgrav/grav": "<1.7-beta.8", |
4913 |
"getkirby/cms": ">=3,<3.4.5", |
|
4914 |
"getkirby/panel": "<2.5.14", |
|
4915 |
"gos/web-socket-bundle": "<1.10.4|>=2,<2.6.1|>=3,<3.3", |
|
| 0 | 4916 |
"gree/jose": "<=2.2", |
4917 |
"gregwar/rst": "<1.0.3", |
|
| 15 | 4918 |
"guzzlehttp/guzzle": ">=4-rc.2,<4.2.4|>=5,<5.3.1|>=6,<6.2.1", |
| 0 | 4919 |
"illuminate/auth": ">=4,<4.0.99|>=4.1,<=4.1.31|>=4.2,<=4.2.22|>=5,<=5.0.35|>=5.1,<=5.1.46|>=5.2,<=5.2.45|>=5.3,<=5.3.31|>=5.4,<=5.4.36|>=5.5,<5.5.10", |
| 39 | 4920 |
"illuminate/cookie": ">=4,<=4.0.11|>=4.1,<=4.1.99999|>=4.2,<=4.2.99999|>=5,<=5.0.99999|>=5.1,<=5.1.99999|>=5.2,<=5.2.99999|>=5.3,<=5.3.99999|>=5.4,<=5.4.99999|>=5.5,<=5.5.49|>=5.6,<=5.6.99999|>=5.7,<=5.7.99999|>=5.8,<=5.8.99999|>=6,<6.18.31|>=7,<7.22.4", |
4921 |
"illuminate/database": "<6.20.14|>=7,<7.30.4|>=8,<8.24", |
|
| 0 | 4922 |
"illuminate/encryption": ">=4,<=4.0.11|>=4.1,<=4.1.31|>=4.2,<=4.2.22|>=5,<=5.0.35|>=5.1,<=5.1.46|>=5.2,<=5.2.45|>=5.3,<=5.3.31|>=5.4,<=5.4.36|>=5.5,<5.5.40|>=5.6,<5.6.15", |
| 39 | 4923 |
"illuminate/view": ">=7,<7.1.2", |
| 0 | 4924 |
"ivankristianto/phpwhois": "<=4.3", |
4925 |
"james-heinrich/getid3": "<1.9.9", |
|
4926 |
"joomla/session": "<1.3.1", |
|
4927 |
"jsmitty12/phpwhois": "<5.1", |
|
4928 |
"kazist/phpwhois": "<=4.2.6", |
|
| 39 | 4929 |
"kitodo/presentation": "<3.1.2", |
| 0 | 4930 |
"kreait/firebase-php": ">=3.2,<3.8.1", |
4931 |
"la-haute-societe/tcpdf": "<6.2.22", |
|
| 39 | 4932 |
"laravel/framework": "<6.20.14|>=7,<7.30.4|>=8,<8.24", |
| 0 | 4933 |
"laravel/socialite": ">=1,<1.0.99|>=2,<2.0.10", |
4934 |
"league/commonmark": "<0.18.3", |
|
| 39 | 4935 |
"librenms/librenms": "<1.53", |
4936 |
"livewire/livewire": ">2.2.4,<2.2.6", |
|
4937 |
"magento/community-edition": ">=2,<2.2.10|>=2.3,<2.3.3", |
|
4938 |
"magento/magento1ce": "<1.9.4.3", |
|
4939 |
"magento/magento1ee": ">=1,<1.14.4.3", |
|
4940 |
"magento/product-community-edition": ">=2,<2.2.10|>=2.3,<2.3.2-p.2", |
|
4941 |
"marcwillmann/turn": "<0.3.3", |
|
4942 |
"mautic/core": "<2.16.5|>=3,<3.2.4|= 2.13.1", |
|
4943 |
"mediawiki/core": ">=1.27,<1.27.6|>=1.29,<1.29.3|>=1.30,<1.30.2|>=1.31,<1.31.9|>=1.32,<1.32.6|>=1.32.99,<1.33.3|>=1.33.99,<1.34.3|>=1.34.99,<1.35", |
|
4944 |
"mittwald/typo3_forum": "<1.2.1", |
|
| 0 | 4945 |
"monolog/monolog": ">=1.8,<1.12", |
4946 |
"namshi/jose": "<2.2", |
|
| 39 | 4947 |
"nette/application": ">=2,<2.0.19|>=2.1,<2.1.13|>=2.2,<2.2.10|>=2.3,<2.3.14|>=2.4,<2.4.16|>=3,<3.0.6", |
4948 |
"nette/nette": ">=2,<2.0.19|>=2.1,<2.1.13", |
|
4949 |
"nystudio107/craft-seomatic": "<3.3", |
|
4950 |
"nzo/url-encryptor-bundle": ">=4,<4.3.2|>=5,<5.0.1", |
|
4951 |
"october/backend": ">=1.0.319,<1.0.470", |
|
4952 |
"october/cms": "= 1.0.469|>=1.0.319,<1.0.469", |
|
4953 |
"october/october": ">=1.0.319,<1.0.466", |
|
4954 |
"october/rain": "<1.0.472|>=1.1,<1.1.2", |
|
| 0 | 4955 |
"onelogin/php-saml": "<2.10.4", |
| 39 | 4956 |
"oneup/uploader-bundle": "<1.9.3|>=2,<2.1.5", |
| 0 | 4957 |
"openid/php-openid": "<2.3", |
| 39 | 4958 |
"openmage/magento-lts": "<19.4.8|>=20,<20.0.4", |
4959 |
"orchid/platform": ">=9,<9.4.4", |
|
| 0 | 4960 |
"oro/crm": ">=1.7,<1.7.4", |
4961 |
"oro/platform": ">=1.7,<1.7.4", |
|
4962 |
"padraic/humbug_get_contents": "<1.1.2", |
|
4963 |
"pagarme/pagarme-php": ">=0,<3", |
|
4964 |
"paragonie/random_compat": "<2", |
|
| 39 | 4965 |
"passbolt/passbolt_api": "<2.11", |
| 0 | 4966 |
"paypal/merchant-sdk-php": "<3.12", |
| 39 | 4967 |
"pear/archive_tar": "<1.4.12", |
4968 |
"personnummer/personnummer": "<3.0.2", |
|
4969 |
"phpfastcache/phpfastcache": ">=5,<5.0.13", |
|
4970 |
"phpmailer/phpmailer": "<6.1.6", |
|
4971 |
"phpmussel/phpmussel": ">=1,<1.6", |
|
4972 |
"phpmyadmin/phpmyadmin": "<4.9.6|>=5,<5.0.3", |
|
4973 |
"phpoffice/phpexcel": "<1.8.2", |
|
4974 |
"phpoffice/phpspreadsheet": "<1.16", |
|
| 0 | 4975 |
"phpunit/phpunit": ">=4.8.19,<4.8.28|>=5.0.10,<5.6.3", |
4976 |
"phpwhois/phpwhois": "<=4.2.5", |
|
4977 |
"phpxmlrpc/extras": "<0.6.1", |
|
| 39 | 4978 |
"pimcore/pimcore": "<6.8.8", |
4979 |
"pocketmine/pocketmine-mp": "<3.15.4", |
|
4980 |
"prestashop/autoupgrade": ">=4,<4.10.1", |
|
4981 |
"prestashop/contactform": ">1.0.1,<4.3", |
|
4982 |
"prestashop/gamification": "<2.3.2", |
|
4983 |
"prestashop/productcomments": ">=4,<4.2.1", |
|
4984 |
"prestashop/ps_facetedsearch": "<3.4.1", |
|
4985 |
"privatebin/privatebin": "<1.2.2|>=1.3,<1.3.2", |
|
| 15 | 4986 |
"propel/propel": ">=2-alpha.1,<=2-alpha.7", |
| 0 | 4987 |
"propel/propel1": ">=1,<=1.7.1", |
| 39 | 4988 |
"pterodactyl/panel": "<0.7.19|>=1-rc.0,<=1-rc.6", |
| 0 | 4989 |
"pusher/pusher-php-server": "<2.2.1", |
| 39 | 4990 |
"rainlab/debugbar-plugin": "<3.1", |
4991 |
"robrichards/xmlseclibs": "<3.0.4", |
|
4992 |
"sabberworm/php-css-parser": ">=1,<1.0.1|>=2,<2.0.1|>=3,<3.0.1|>=4,<4.0.1|>=5,<5.0.9|>=5.1,<5.1.3|>=5.2,<5.2.1|>=6,<6.0.2|>=7,<7.0.4|>=8,<8.0.1|>=8.1,<8.1.1|>=8.2,<8.2.1|>=8.3,<8.3.1", |
|
| 0 | 4993 |
"sabre/dav": ">=1.6,<1.6.99|>=1.7,<1.7.11|>=1.8,<1.8.9", |
| 39 | 4994 |
"scheb/two-factor-bundle": ">=0,<3.26|>=4,<4.11", |
| 0 | 4995 |
"sensiolabs/connect": "<4.2.3", |
4996 |
"serluck/phpwhois": "<=4.2.6", |
|
| 39 | 4997 |
"shopware/core": "<=6.3.4", |
4998 |
"shopware/platform": "<=6.3.5", |
|
4999 |
"shopware/shopware": "<5.6.9", |
|
5000 |
"silverstripe/admin": ">=1.0.3,<1.0.4|>=1.1,<1.1.1", |
|
5001 |
"silverstripe/assets": ">=1,<1.4.7|>=1.5,<1.5.2", |
|
5002 |
"silverstripe/cms": "<4.3.6|>=4.4,<4.4.4", |
|
5003 |
"silverstripe/comments": ">=1.3,<1.9.99|>=2,<2.9.99|>=3,<3.1.1", |
|
| 0 | 5004 |
"silverstripe/forum": "<=0.6.1|>=0.7,<=0.7.3", |
| 39 | 5005 |
"silverstripe/framework": "<4.4.7|>=4.5,<4.5.4", |
5006 |
"silverstripe/graphql": ">=2,<2.0.5|>=3,<3.1.2|>=3.2,<3.2.4", |
|
| 15 | 5007 |
"silverstripe/registry": ">=2.1,<2.1.2|>=2.2,<2.2.1", |
5008 |
"silverstripe/restfulserver": ">=1,<1.0.9|>=2,<2.0.4", |
|
| 39 | 5009 |
"silverstripe/subsites": ">=2,<2.1.1", |
5010 |
"silverstripe/taxonomy": ">=1.3,<1.3.1|>=2,<2.0.1", |
|
| 0 | 5011 |
"silverstripe/userforms": "<3", |
5012 |
"simple-updates/phpwhois": "<=1", |
|
5013 |
"simplesamlphp/saml2": "<1.10.6|>=2,<2.3.8|>=3,<3.1.4", |
|
| 39 | 5014 |
"simplesamlphp/simplesamlphp": "<1.18.6", |
| 0 | 5015 |
"simplesamlphp/simplesamlphp-module-infocard": "<1.0.1", |
| 39 | 5016 |
"simplito/elliptic-php": "<1.0.6", |
| 0 | 5017 |
"slim/slim": "<2.6", |
| 39 | 5018 |
"smarty/smarty": "<3.1.39", |
| 0 | 5019 |
"socalnick/scn-social-auth": "<1.15.2", |
| 39 | 5020 |
"socialiteproviders/steam": "<1.1", |
| 0 | 5021 |
"spoonity/tcpdf": "<6.2.22", |
5022 |
"squizlabs/php_codesniffer": ">=1,<2.8.1|>=3,<3.0.1", |
|
| 39 | 5023 |
"ssddanbrown/bookstack": "<0.29.2", |
| 0 | 5024 |
"stormpath/sdk": ">=0,<9.9.99", |
| 39 | 5025 |
"studio-42/elfinder": "<2.1.49", |
5026 |
"sulu/sulu": "<1.6.34|>=2,<2.0.10|>=2.1,<2.1.1", |
|
| 0 | 5027 |
"swiftmailer/swiftmailer": ">=4,<5.4.5", |
5028 |
"sylius/admin-bundle": ">=1,<1.0.17|>=1.1,<1.1.9|>=1.2,<1.2.2", |
|
| 15 | 5029 |
"sylius/grid": ">=1,<1.1.19|>=1.2,<1.2.18|>=1.3,<1.3.13|>=1.4,<1.4.5|>=1.5,<1.5.1", |
5030 |
"sylius/grid-bundle": ">=1,<1.1.19|>=1.2,<1.2.18|>=1.3,<1.3.13|>=1.4,<1.4.5|>=1.5,<1.5.1", |
|
| 39 | 5031 |
"sylius/resource-bundle": "<1.3.14|>=1.4,<1.4.7|>=1.5,<1.5.2|>=1.6,<1.6.4", |
5032 |
"sylius/sylius": "<1.6.9|>=1.7,<1.7.9|>=1.8,<1.8.3", |
|
5033 |
"symbiote/silverstripe-multivaluefield": ">=3,<3.0.99", |
|
5034 |
"symbiote/silverstripe-versionedfiles": "<=2.0.3", |
|
5035 |
"symfony/cache": ">=3.1,<3.4.35|>=4,<4.2.12|>=4.3,<4.3.8", |
|
| 15 | 5036 |
"symfony/dependency-injection": ">=2,<2.0.17|>=2.7,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7", |
| 39 | 5037 |
"symfony/error-handler": ">=4.4,<4.4.4|>=5,<5.0.4", |
| 0 | 5038 |
"symfony/form": ">=2.3,<2.3.35|>=2.4,<2.6.12|>=2.7,<2.7.50|>=2.8,<2.8.49|>=3,<3.4.20|>=4,<4.0.15|>=4.1,<4.1.9|>=4.2,<4.2.1", |
| 15 | 5039 |
"symfony/framework-bundle": ">=2,<2.3.18|>=2.4,<2.4.8|>=2.5,<2.5.2|>=2.7,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7", |
| 39 | 5040 |
"symfony/http-foundation": ">=2,<2.8.52|>=3,<3.4.35|>=4,<4.2.12|>=4.3,<4.3.8|>=4.4,<4.4.7|>=5,<5.0.7", |
5041 |
"symfony/http-kernel": ">=2,<2.8.52|>=3,<3.4.35|>=4,<4.2.12|>=4.3,<4.4.13|>=5,<5.1.5", |
|
| 0 | 5042 |
"symfony/intl": ">=2.7,<2.7.38|>=2.8,<2.8.31|>=3,<3.2.14|>=3.3,<3.3.13", |
| 39 | 5043 |
"symfony/mime": ">=4.3,<4.3.8", |
| 15 | 5044 |
"symfony/phpunit-bridge": ">=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7", |
| 0 | 5045 |
"symfony/polyfill": ">=1,<1.10", |
5046 |
"symfony/polyfill-php55": ">=1,<1.10", |
|
| 15 | 5047 |
"symfony/proxy-manager-bridge": ">=2.7,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7", |
| 0 | 5048 |
"symfony/routing": ">=2,<2.0.19", |
| 39 | 5049 |
"symfony/security": ">=2,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7|>=4.4,<4.4.7|>=5,<5.0.7", |
| 0 | 5050 |
"symfony/security-bundle": ">=2,<2.7.48|>=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11", |
5051 |
"symfony/security-core": ">=2.4,<2.6.13|>=2.7,<2.7.9|>=2.7.30,<2.7.32|>=2.8,<2.8.37|>=3,<3.3.17|>=3.4,<3.4.7|>=4,<4.0.7", |
|
5052 |
"symfony/security-csrf": ">=2.4,<2.7.48|>=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11", |
|
5053 |
"symfony/security-guard": ">=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11", |
|
| 39 | 5054 |
"symfony/security-http": ">=2.3,<2.3.41|>=2.4,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.2.12|>=4.3,<4.3.8|>=4.4,<4.4.7|>=5,<5.0.7", |
| 0 | 5055 |
"symfony/serializer": ">=2,<2.0.11", |
| 39 | 5056 |
"symfony/symfony": ">=2,<2.8.52|>=3,<3.4.35|>=4,<4.2.12|>=4.3,<4.4.13|>=5,<5.1.5", |
| 0 | 5057 |
"symfony/translation": ">=2,<2.0.17", |
5058 |
"symfony/validator": ">=2,<2.0.24|>=2.1,<2.1.12|>=2.2,<2.2.5|>=2.3,<2.3.3", |
|
| 39 | 5059 |
"symfony/var-exporter": ">=4.2,<4.2.12|>=4.3,<4.3.8", |
| 0 | 5060 |
"symfony/web-profiler-bundle": ">=2,<2.3.19|>=2.4,<2.4.9|>=2.5,<2.5.4", |
5061 |
"symfony/yaml": ">=2,<2.0.22|>=2.1,<2.1.7", |
|
| 39 | 5062 |
"t3g/svg-sanitizer": "<1.0.3", |
| 0 | 5063 |
"tecnickcom/tcpdf": "<6.2.22", |
5064 |
"thelia/backoffice-default-template": ">=2.1,<2.1.2", |
|
| 15 | 5065 |
"thelia/thelia": ">=2.1-beta.1,<2.1.3", |
| 0 | 5066 |
"theonedemon/phpwhois": "<=4.2.5", |
5067 |
"titon/framework": ">=0,<9.9.99", |
|
5068 |
"truckersmp/phpwhois": "<=4.3.1", |
|
5069 |
"twig/twig": "<1.38|>=2,<2.7", |
|
| 39 | 5070 |
"typo3/cms": ">=6.2,<6.2.30|>=7,<7.6.32|>=8,<8.7.38|>=9,<9.5.23|>=10,<10.4.10", |
5071 |
"typo3/cms-core": ">=8,<8.7.38|>=9,<9.5.23|>=10,<10.4.10", |
|
| 0 | 5072 |
"typo3/flow": ">=1,<1.0.4|>=1.1,<1.1.1|>=2,<2.0.1|>=2.3,<2.3.16|>=3,<3.0.10|>=3.1,<3.1.7|>=3.2,<3.2.7|>=3.3,<3.3.5", |
5073 |
"typo3/neos": ">=1.1,<1.1.3|>=1.2,<1.2.13|>=2,<2.0.4", |
|
| 15 | 5074 |
"typo3/phar-stream-wrapper": ">=1,<2.1.1|>=3,<3.1.1", |
| 39 | 5075 |
"typo3fluid/fluid": ">=2,<2.0.8|>=2.1,<2.1.7|>=2.2,<2.2.4|>=2.3,<2.3.7|>=2.4,<2.4.4|>=2.5,<2.5.11|>=2.6,<2.6.10", |
| 0 | 5076 |
"ua-parser/uap-php": "<3.8", |
| 39 | 5077 |
"usmanhalalit/pixie": "<1.0.3|>=2,<2.0.2", |
5078 |
"verot/class.upload.php": "<=1.0.3|>=2,<=2.0.4", |
|
5079 |
"vrana/adminer": "<4.7.9", |
|
| 0 | 5080 |
"wallabag/tcpdf": "<6.2.22", |
5081 |
"willdurand/js-translation-bundle": "<2.1.1", |
|
| 39 | 5082 |
"yii2mod/yii2-cms": "<1.9.2", |
| 0 | 5083 |
"yiisoft/yii": ">=1.1.14,<1.1.15", |
| 39 | 5084 |
"yiisoft/yii2": "<2.0.38", |
| 0 | 5085 |
"yiisoft/yii2-bootstrap": "<2.0.4", |
5086 |
"yiisoft/yii2-dev": "<2.0.15", |
|
5087 |
"yiisoft/yii2-elasticsearch": "<2.0.5", |
|
5088 |
"yiisoft/yii2-gii": "<2.0.4", |
|
5089 |
"yiisoft/yii2-jui": "<2.0.4", |
|
5090 |
"yiisoft/yii2-redis": "<2.0.8", |
|
| 39 | 5091 |
"yourls/yourls": "<1.7.4", |
| 0 | 5092 |
"zendframework/zend-cache": ">=2.4,<2.4.8|>=2.5,<2.5.3", |
5093 |
"zendframework/zend-captcha": ">=2,<2.4.9|>=2.5,<2.5.2", |
|
5094 |
"zendframework/zend-crypt": ">=2,<2.4.9|>=2.5,<2.5.2", |
|
5095 |
"zendframework/zend-db": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.10|>=2.3,<2.3.5", |
|
5096 |
"zendframework/zend-developer-tools": ">=1.2.2,<1.2.3", |
|
5097 |
"zendframework/zend-diactoros": ">=1,<1.8.4", |
|
5098 |
"zendframework/zend-feed": ">=1,<2.10.3", |
|
5099 |
"zendframework/zend-form": ">=2,<2.2.7|>=2.3,<2.3.1", |
|
5100 |
"zendframework/zend-http": ">=1,<2.8.1", |
|
5101 |
"zendframework/zend-json": ">=2.1,<2.1.6|>=2.2,<2.2.6", |
|
5102 |
"zendframework/zend-ldap": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.8|>=2.3,<2.3.3", |
|
5103 |
"zendframework/zend-mail": ">=2,<2.4.11|>=2.5,<2.7.2", |
|
5104 |
"zendframework/zend-navigation": ">=2,<2.2.7|>=2.3,<2.3.1", |
|
5105 |
"zendframework/zend-session": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.9|>=2.3,<2.3.4", |
|
5106 |
"zendframework/zend-validator": ">=2.3,<2.3.6", |
|
5107 |
"zendframework/zend-view": ">=2,<2.2.7|>=2.3,<2.3.1", |
|
5108 |
"zendframework/zend-xmlrpc": ">=2.1,<2.1.6|>=2.2,<2.2.6", |
|
5109 |
"zendframework/zendframework": "<2.5.1", |
|
5110 |
"zendframework/zendframework1": "<1.12.20", |
|
5111 |
"zendframework/zendopenid": ">=2,<2.0.2", |
|
5112 |
"zendframework/zendxml": ">=1,<1.0.1", |
|
5113 |
"zetacomponents/mail": "<1.8.2", |
|
5114 |
"zf-commons/zfc-user": "<1.2.2", |
|
5115 |
"zfcampus/zf-apigility-doctrine": ">=1,<1.0.3", |
|
5116 |
"zfr/zfr-oauth2-server-module": "<0.1.2" |
|
5117 |
}, |
|
5118 |
"type": "metapackage", |
|
5119 |
"notification-url": "https://packagist.org/downloads/", |
|
5120 |
"license": [ |
|
5121 |
"MIT" |
|
5122 |
], |
|
5123 |
"authors": [ |
|
5124 |
{
|
|
5125 |
"name": "Marco Pivetta", |
|
5126 |
"email": "ocramius@gmail.com", |
|
5127 |
"role": "maintainer" |
|
| 39 | 5128 |
}, |
5129 |
{
|
|
5130 |
"name": "Ilya Tribusean", |
|
5131 |
"email": "slash3b@gmail.com", |
|
5132 |
"role": "maintainer" |
|
| 0 | 5133 |
} |
5134 |
], |
|
5135 |
"description": "Prevents installation of composer packages with known security vulnerabilities: no API, simply require it", |
|
| 39 | 5136 |
"support": {
|
5137 |
"issues": "https://github.com/Roave/SecurityAdvisories/issues", |
|
5138 |
"source": "https://github.com/Roave/SecurityAdvisories/tree/latest" |
|
5139 |
}, |
|
5140 |
"funding": [ |
|
5141 |
{
|
|
5142 |
"url": "https://github.com/Ocramius", |
|
5143 |
"type": "github" |
|
5144 |
}, |
|
5145 |
{
|
|
5146 |
"url": "https://tidelift.com/funding/github/packagist/roave/security-advisories", |
|
5147 |
"type": "tidelift" |
|
5148 |
} |
|
5149 |
], |
|
5150 |
"time": "2021-03-03T23:02:20+00:00" |
|
| 0 | 5151 |
}, |
5152 |
{
|
|
5153 |
"name": "squizlabs/php_codesniffer", |
|
| 39 | 5154 |
"version": "3.5.8", |
| 0 | 5155 |
"source": {
|
5156 |
"type": "git", |
|
5157 |
"url": "https://github.com/squizlabs/PHP_CodeSniffer.git", |
|
| 39 | 5158 |
"reference": "9d583721a7157ee997f235f327de038e7ea6dac4" |
| 0 | 5159 |
}, |
5160 |
"dist": {
|
|
5161 |
"type": "zip", |
|
| 39 | 5162 |
"url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/9d583721a7157ee997f235f327de038e7ea6dac4", |
5163 |
"reference": "9d583721a7157ee997f235f327de038e7ea6dac4", |
|
| 0 | 5164 |
"shasum": "" |
5165 |
}, |
|
5166 |
"require": {
|
|
5167 |
"ext-simplexml": "*", |
|
5168 |
"ext-tokenizer": "*", |
|
5169 |
"ext-xmlwriter": "*", |
|
5170 |
"php": ">=5.4.0" |
|
5171 |
}, |
|
5172 |
"require-dev": {
|
|
5173 |
"phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0" |
|
5174 |
}, |
|
5175 |
"bin": [ |
|
5176 |
"bin/phpcs", |
|
5177 |
"bin/phpcbf" |
|
5178 |
], |
|
5179 |
"type": "library", |
|
5180 |
"extra": {
|
|
5181 |
"branch-alias": {
|
|
5182 |
"dev-master": "3.x-dev" |
|
5183 |
} |
|
5184 |
}, |
|
5185 |
"notification-url": "https://packagist.org/downloads/", |
|
5186 |
"license": [ |
|
5187 |
"BSD-3-Clause" |
|
5188 |
], |
|
5189 |
"authors": [ |
|
5190 |
{
|
|
5191 |
"name": "Greg Sherwood", |
|
5192 |
"role": "lead" |
|
5193 |
} |
|
5194 |
], |
|
5195 |
"description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.", |
|
5196 |
"homepage": "https://github.com/squizlabs/PHP_CodeSniffer", |
|
5197 |
"keywords": [ |
|
5198 |
"phpcs", |
|
5199 |
"standards" |
|
5200 |
], |
|
| 39 | 5201 |
"support": {
|
5202 |
"issues": "https://github.com/squizlabs/PHP_CodeSniffer/issues", |
|
5203 |
"source": "https://github.com/squizlabs/PHP_CodeSniffer", |
|
5204 |
"wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki" |
|
5205 |
}, |
|
5206 |
"time": "2020-10-23T02:01:07+00:00" |
|
| 0 | 5207 |
} |
5208 |
], |
|
5209 |
"aliases": [], |
|
5210 |
"minimum-stability": "stable", |
|
5211 |
"stability-flags": {
|
|
5212 |
"roave/security-advisories": 20 |
|
5213 |
}, |
|
5214 |
"prefer-stable": false, |
|
5215 |
"prefer-lowest": false, |
|
5216 |
"platform": {
|
|
5217 |
"php": ">=7.1" |
|
5218 |
}, |
|
| 39 | 5219 |
"platform-dev": [], |
5220 |
"plugin-api-version": "2.0.0" |
|
| 0 | 5221 |
} |