|
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 ], |
|
7 "content-hash": "f0e748f1fe97bf4b2180b6d57efd6d58", |
|
8 "packages": [ |
|
9 { |
|
10 "name": "composer/ca-bundle", |
|
11 "version": "1.1.4", |
|
12 "source": { |
|
13 "type": "git", |
|
14 "url": "https://github.com/composer/ca-bundle.git", |
|
15 "reference": "558f321c52faeb4828c03e7dc0cfe39a09e09a2d" |
|
16 }, |
|
17 "dist": { |
|
18 "type": "zip", |
|
19 "url": "https://api.github.com/repos/composer/ca-bundle/zipball/558f321c52faeb4828c03e7dc0cfe39a09e09a2d", |
|
20 "reference": "558f321c52faeb4828c03e7dc0cfe39a09e09a2d", |
|
21 "shasum": "" |
|
22 }, |
|
23 "require": { |
|
24 "ext-openssl": "*", |
|
25 "ext-pcre": "*", |
|
26 "php": "^5.3.2 || ^7.0" |
|
27 }, |
|
28 "require-dev": { |
|
29 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5", |
|
30 "psr/log": "^1.0", |
|
31 "symfony/process": "^2.5 || ^3.0 || ^4.0" |
|
32 }, |
|
33 "type": "library", |
|
34 "extra": { |
|
35 "branch-alias": { |
|
36 "dev-master": "1.x-dev" |
|
37 } |
|
38 }, |
|
39 "autoload": { |
|
40 "psr-4": { |
|
41 "Composer\\CaBundle\\": "src" |
|
42 } |
|
43 }, |
|
44 "notification-url": "https://packagist.org/downloads/", |
|
45 "license": [ |
|
46 "MIT" |
|
47 ], |
|
48 "authors": [ |
|
49 { |
|
50 "name": "Jordi Boggiano", |
|
51 "email": "j.boggiano@seld.be", |
|
52 "homepage": "http://seld.be" |
|
53 } |
|
54 ], |
|
55 "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.", |
|
56 "keywords": [ |
|
57 "cabundle", |
|
58 "cacert", |
|
59 "certificate", |
|
60 "ssl", |
|
61 "tls" |
|
62 ], |
|
63 "time": "2019-01-28T09:30:10+00:00" |
|
64 }, |
|
65 { |
|
66 "name": "composer/composer", |
|
67 "version": "1.8.5", |
|
68 "source": { |
|
69 "type": "git", |
|
70 "url": "https://github.com/composer/composer.git", |
|
71 "reference": "949b116f9e7d98d8d276594fed74b580d125c0e6" |
|
72 }, |
|
73 "dist": { |
|
74 "type": "zip", |
|
75 "url": "https://api.github.com/repos/composer/composer/zipball/949b116f9e7d98d8d276594fed74b580d125c0e6", |
|
76 "reference": "949b116f9e7d98d8d276594fed74b580d125c0e6", |
|
77 "shasum": "" |
|
78 }, |
|
79 "require": { |
|
80 "composer/ca-bundle": "^1.0", |
|
81 "composer/semver": "^1.0", |
|
82 "composer/spdx-licenses": "^1.2", |
|
83 "composer/xdebug-handler": "^1.1", |
|
84 "justinrainbow/json-schema": "^3.0 || ^4.0 || ^5.0", |
|
85 "php": "^5.3.2 || ^7.0", |
|
86 "psr/log": "^1.0", |
|
87 "seld/jsonlint": "^1.4", |
|
88 "seld/phar-utils": "^1.0", |
|
89 "symfony/console": "^2.7 || ^3.0 || ^4.0", |
|
90 "symfony/filesystem": "^2.7 || ^3.0 || ^4.0", |
|
91 "symfony/finder": "^2.7 || ^3.0 || ^4.0", |
|
92 "symfony/process": "^2.7 || ^3.0 || ^4.0" |
|
93 }, |
|
94 "conflict": { |
|
95 "symfony/console": "2.8.38" |
|
96 }, |
|
97 "require-dev": { |
|
98 "phpunit/phpunit": "^4.8.35 || ^5.7", |
|
99 "phpunit/phpunit-mock-objects": "^2.3 || ^3.0" |
|
100 }, |
|
101 "suggest": { |
|
102 "ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages", |
|
103 "ext-zip": "Enabling the zip extension allows you to unzip archives", |
|
104 "ext-zlib": "Allow gzip compression of HTTP requests" |
|
105 }, |
|
106 "bin": [ |
|
107 "bin/composer" |
|
108 ], |
|
109 "type": "library", |
|
110 "extra": { |
|
111 "branch-alias": { |
|
112 "dev-master": "1.8-dev" |
|
113 } |
|
114 }, |
|
115 "autoload": { |
|
116 "psr-4": { |
|
117 "Composer\\": "src/Composer" |
|
118 } |
|
119 }, |
|
120 "notification-url": "https://packagist.org/downloads/", |
|
121 "license": [ |
|
122 "MIT" |
|
123 ], |
|
124 "authors": [ |
|
125 { |
|
126 "name": "Nils Adermann", |
|
127 "email": "naderman@naderman.de", |
|
128 "homepage": "http://www.naderman.de" |
|
129 }, |
|
130 { |
|
131 "name": "Jordi Boggiano", |
|
132 "email": "j.boggiano@seld.be", |
|
133 "homepage": "http://seld.be" |
|
134 } |
|
135 ], |
|
136 "description": "Composer helps you declare, manage and install dependencies of PHP projects, ensuring you have the right stack everywhere.", |
|
137 "homepage": "https://getcomposer.org/", |
|
138 "keywords": [ |
|
139 "autoload", |
|
140 "dependency", |
|
141 "package" |
|
142 ], |
|
143 "time": "2019-04-09T15:46:48+00:00" |
|
144 }, |
|
145 { |
|
146 "name": "composer/installers", |
|
147 "version": "v1.6.0", |
|
148 "source": { |
|
149 "type": "git", |
|
150 "url": "https://github.com/composer/installers.git", |
|
151 "reference": "cfcca6b1b60bc4974324efb5783c13dca6932b5b" |
|
152 }, |
|
153 "dist": { |
|
154 "type": "zip", |
|
155 "url": "https://api.github.com/repos/composer/installers/zipball/cfcca6b1b60bc4974324efb5783c13dca6932b5b", |
|
156 "reference": "cfcca6b1b60bc4974324efb5783c13dca6932b5b", |
|
157 "shasum": "" |
|
158 }, |
|
159 "require": { |
|
160 "composer-plugin-api": "^1.0" |
|
161 }, |
|
162 "replace": { |
|
163 "roundcube/plugin-installer": "*", |
|
164 "shama/baton": "*" |
|
165 }, |
|
166 "require-dev": { |
|
167 "composer/composer": "1.0.*@dev", |
|
168 "phpunit/phpunit": "^4.8.36" |
|
169 }, |
|
170 "type": "composer-plugin", |
|
171 "extra": { |
|
172 "class": "Composer\\Installers\\Plugin", |
|
173 "branch-alias": { |
|
174 "dev-master": "1.0-dev" |
|
175 } |
|
176 }, |
|
177 "autoload": { |
|
178 "psr-4": { |
|
179 "Composer\\Installers\\": "src/Composer/Installers" |
|
180 } |
|
181 }, |
|
182 "notification-url": "https://packagist.org/downloads/", |
|
183 "license": [ |
|
184 "MIT" |
|
185 ], |
|
186 "authors": [ |
|
187 { |
|
188 "name": "Kyle Robinson Young", |
|
189 "email": "kyle@dontkry.com", |
|
190 "homepage": "https://github.com/shama" |
|
191 } |
|
192 ], |
|
193 "description": "A multi-framework Composer library installer", |
|
194 "homepage": "https://composer.github.io/installers/", |
|
195 "keywords": [ |
|
196 "Craft", |
|
197 "Dolibarr", |
|
198 "Eliasis", |
|
199 "Hurad", |
|
200 "ImageCMS", |
|
201 "Kanboard", |
|
202 "Lan Management System", |
|
203 "MODX Evo", |
|
204 "Mautic", |
|
205 "Maya", |
|
206 "OXID", |
|
207 "Plentymarkets", |
|
208 "Porto", |
|
209 "RadPHP", |
|
210 "SMF", |
|
211 "Thelia", |
|
212 "WolfCMS", |
|
213 "agl", |
|
214 "aimeos", |
|
215 "annotatecms", |
|
216 "attogram", |
|
217 "bitrix", |
|
218 "cakephp", |
|
219 "chef", |
|
220 "cockpit", |
|
221 "codeigniter", |
|
222 "concrete5", |
|
223 "croogo", |
|
224 "dokuwiki", |
|
225 "drupal", |
|
226 "eZ Platform", |
|
227 "elgg", |
|
228 "expressionengine", |
|
229 "fuelphp", |
|
230 "grav", |
|
231 "installer", |
|
232 "itop", |
|
233 "joomla", |
|
234 "kohana", |
|
235 "laravel", |
|
236 "lavalite", |
|
237 "lithium", |
|
238 "magento", |
|
239 "majima", |
|
240 "mako", |
|
241 "mediawiki", |
|
242 "modulework", |
|
243 "modx", |
|
244 "moodle", |
|
245 "osclass", |
|
246 "phpbb", |
|
247 "piwik", |
|
248 "ppi", |
|
249 "puppet", |
|
250 "pxcms", |
|
251 "reindex", |
|
252 "roundcube", |
|
253 "shopware", |
|
254 "silverstripe", |
|
255 "sydes", |
|
256 "symfony", |
|
257 "typo3", |
|
258 "wordpress", |
|
259 "yawik", |
|
260 "zend", |
|
261 "zikula" |
|
262 ], |
|
263 "time": "2018-08-27T06:10:37+00:00" |
|
264 }, |
|
265 { |
|
266 "name": "composer/semver", |
|
267 "version": "1.5.0", |
|
268 "source": { |
|
269 "type": "git", |
|
270 "url": "https://github.com/composer/semver.git", |
|
271 "reference": "46d9139568ccb8d9e7cdd4539cab7347568a5e2e" |
|
272 }, |
|
273 "dist": { |
|
274 "type": "zip", |
|
275 "url": "https://api.github.com/repos/composer/semver/zipball/46d9139568ccb8d9e7cdd4539cab7347568a5e2e", |
|
276 "reference": "46d9139568ccb8d9e7cdd4539cab7347568a5e2e", |
|
277 "shasum": "" |
|
278 }, |
|
279 "require": { |
|
280 "php": "^5.3.2 || ^7.0" |
|
281 }, |
|
282 "require-dev": { |
|
283 "phpunit/phpunit": "^4.5 || ^5.0.5", |
|
284 "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0" |
|
285 }, |
|
286 "type": "library", |
|
287 "extra": { |
|
288 "branch-alias": { |
|
289 "dev-master": "1.x-dev" |
|
290 } |
|
291 }, |
|
292 "autoload": { |
|
293 "psr-4": { |
|
294 "Composer\\Semver\\": "src" |
|
295 } |
|
296 }, |
|
297 "notification-url": "https://packagist.org/downloads/", |
|
298 "license": [ |
|
299 "MIT" |
|
300 ], |
|
301 "authors": [ |
|
302 { |
|
303 "name": "Nils Adermann", |
|
304 "email": "naderman@naderman.de", |
|
305 "homepage": "http://www.naderman.de" |
|
306 }, |
|
307 { |
|
308 "name": "Jordi Boggiano", |
|
309 "email": "j.boggiano@seld.be", |
|
310 "homepage": "http://seld.be" |
|
311 }, |
|
312 { |
|
313 "name": "Rob Bast", |
|
314 "email": "rob.bast@gmail.com", |
|
315 "homepage": "http://robbast.nl" |
|
316 } |
|
317 ], |
|
318 "description": "Semver library that offers utilities, version constraint parsing and validation.", |
|
319 "keywords": [ |
|
320 "semantic", |
|
321 "semver", |
|
322 "validation", |
|
323 "versioning" |
|
324 ], |
|
325 "time": "2019-03-19T17:25:45+00:00" |
|
326 }, |
|
327 { |
|
328 "name": "composer/spdx-licenses", |
|
329 "version": "1.5.1", |
|
330 "source": { |
|
331 "type": "git", |
|
332 "url": "https://github.com/composer/spdx-licenses.git", |
|
333 "reference": "a1aa51cf3ab838b83b0867b14e56fc20fbd55b3d" |
|
334 }, |
|
335 "dist": { |
|
336 "type": "zip", |
|
337 "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/a1aa51cf3ab838b83b0867b14e56fc20fbd55b3d", |
|
338 "reference": "a1aa51cf3ab838b83b0867b14e56fc20fbd55b3d", |
|
339 "shasum": "" |
|
340 }, |
|
341 "require": { |
|
342 "php": "^5.3.2 || ^7.0 || ^8.0" |
|
343 }, |
|
344 "require-dev": { |
|
345 "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 7" |
|
346 }, |
|
347 "type": "library", |
|
348 "extra": { |
|
349 "branch-alias": { |
|
350 "dev-master": "1.x-dev" |
|
351 } |
|
352 }, |
|
353 "autoload": { |
|
354 "psr-4": { |
|
355 "Composer\\Spdx\\": "src" |
|
356 } |
|
357 }, |
|
358 "notification-url": "https://packagist.org/downloads/", |
|
359 "license": [ |
|
360 "MIT" |
|
361 ], |
|
362 "authors": [ |
|
363 { |
|
364 "name": "Nils Adermann", |
|
365 "email": "naderman@naderman.de", |
|
366 "homepage": "http://www.naderman.de" |
|
367 }, |
|
368 { |
|
369 "name": "Jordi Boggiano", |
|
370 "email": "j.boggiano@seld.be", |
|
371 "homepage": "http://seld.be" |
|
372 }, |
|
373 { |
|
374 "name": "Rob Bast", |
|
375 "email": "rob.bast@gmail.com", |
|
376 "homepage": "http://robbast.nl" |
|
377 } |
|
378 ], |
|
379 "description": "SPDX licenses list and validation library.", |
|
380 "keywords": [ |
|
381 "license", |
|
382 "spdx", |
|
383 "validator" |
|
384 ], |
|
385 "time": "2019-03-26T10:23:26+00:00" |
|
386 }, |
|
387 { |
|
388 "name": "composer/xdebug-handler", |
|
389 "version": "1.3.2", |
|
390 "source": { |
|
391 "type": "git", |
|
392 "url": "https://github.com/composer/xdebug-handler.git", |
|
393 "reference": "d17708133b6c276d6e42ef887a877866b909d892" |
|
394 }, |
|
395 "dist": { |
|
396 "type": "zip", |
|
397 "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/d17708133b6c276d6e42ef887a877866b909d892", |
|
398 "reference": "d17708133b6c276d6e42ef887a877866b909d892", |
|
399 "shasum": "" |
|
400 }, |
|
401 "require": { |
|
402 "php": "^5.3.2 || ^7.0", |
|
403 "psr/log": "^1.0" |
|
404 }, |
|
405 "require-dev": { |
|
406 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5" |
|
407 }, |
|
408 "type": "library", |
|
409 "autoload": { |
|
410 "psr-4": { |
|
411 "Composer\\XdebugHandler\\": "src" |
|
412 } |
|
413 }, |
|
414 "notification-url": "https://packagist.org/downloads/", |
|
415 "license": [ |
|
416 "MIT" |
|
417 ], |
|
418 "authors": [ |
|
419 { |
|
420 "name": "John Stevenson", |
|
421 "email": "john-stevenson@blueyonder.co.uk" |
|
422 } |
|
423 ], |
|
424 "description": "Restarts a process without xdebug.", |
|
425 "keywords": [ |
|
426 "Xdebug", |
|
427 "performance" |
|
428 ], |
|
429 "time": "2019-01-28T20:25:53+00:00" |
|
430 }, |
|
431 { |
|
432 "name": "gettext/gettext", |
|
433 "version": "v4.6.2", |
|
434 "source": { |
|
435 "type": "git", |
|
436 "url": "https://github.com/oscarotero/Gettext.git", |
|
437 "reference": "93176b272d61fb58a9767be71c50d19149cb1e48" |
|
438 }, |
|
439 "dist": { |
|
440 "type": "zip", |
|
441 "url": "https://api.github.com/repos/oscarotero/Gettext/zipball/93176b272d61fb58a9767be71c50d19149cb1e48", |
|
442 "reference": "93176b272d61fb58a9767be71c50d19149cb1e48", |
|
443 "shasum": "" |
|
444 }, |
|
445 "require": { |
|
446 "gettext/languages": "^2.3", |
|
447 "php": ">=5.4.0" |
|
448 }, |
|
449 "require-dev": { |
|
450 "illuminate/view": "*", |
|
451 "phpunit/phpunit": "^4.8|^5.7|^6.5", |
|
452 "squizlabs/php_codesniffer": "^3.0", |
|
453 "symfony/yaml": "~2", |
|
454 "twig/extensions": "*", |
|
455 "twig/twig": "^1.31|^2.0" |
|
456 }, |
|
457 "suggest": { |
|
458 "illuminate/view": "Is necessary if you want to use the Blade extractor", |
|
459 "symfony/yaml": "Is necessary if you want to use the Yaml extractor/generator", |
|
460 "twig/extensions": "Is necessary if you want to use the Twig extractor", |
|
461 "twig/twig": "Is necessary if you want to use the Twig extractor" |
|
462 }, |
|
463 "type": "library", |
|
464 "autoload": { |
|
465 "psr-4": { |
|
466 "Gettext\\": "src" |
|
467 } |
|
468 }, |
|
469 "notification-url": "https://packagist.org/downloads/", |
|
470 "license": [ |
|
471 "MIT" |
|
472 ], |
|
473 "authors": [ |
|
474 { |
|
475 "name": "Oscar Otero", |
|
476 "email": "oom@oscarotero.com", |
|
477 "homepage": "http://oscarotero.com", |
|
478 "role": "Developer" |
|
479 } |
|
480 ], |
|
481 "description": "PHP gettext manager", |
|
482 "homepage": "https://github.com/oscarotero/Gettext", |
|
483 "keywords": [ |
|
484 "JS", |
|
485 "gettext", |
|
486 "i18n", |
|
487 "mo", |
|
488 "po", |
|
489 "translation" |
|
490 ], |
|
491 "time": "2019-01-12T18:40:56+00:00" |
|
492 }, |
|
493 { |
|
494 "name": "gettext/languages", |
|
495 "version": "2.5.0", |
|
496 "source": { |
|
497 "type": "git", |
|
498 "url": "https://github.com/mlocati/cldr-to-gettext-plural-rules.git", |
|
499 "reference": "78db2d17933f0765a102f368a6663f057162ddbd" |
|
500 }, |
|
501 "dist": { |
|
502 "type": "zip", |
|
503 "url": "https://api.github.com/repos/mlocati/cldr-to-gettext-plural-rules/zipball/78db2d17933f0765a102f368a6663f057162ddbd", |
|
504 "reference": "78db2d17933f0765a102f368a6663f057162ddbd", |
|
505 "shasum": "" |
|
506 }, |
|
507 "require": { |
|
508 "php": ">=5.3" |
|
509 }, |
|
510 "require-dev": { |
|
511 "phpunit/phpunit": "^4" |
|
512 }, |
|
513 "bin": [ |
|
514 "bin/export-plural-rules", |
|
515 "bin/export-plural-rules.php" |
|
516 ], |
|
517 "type": "library", |
|
518 "autoload": { |
|
519 "psr-4": { |
|
520 "Gettext\\Languages\\": "src/" |
|
521 } |
|
522 }, |
|
523 "notification-url": "https://packagist.org/downloads/", |
|
524 "license": [ |
|
525 "MIT" |
|
526 ], |
|
527 "authors": [ |
|
528 { |
|
529 "name": "Michele Locati", |
|
530 "email": "mlocati@gmail.com", |
|
531 "role": "Developer" |
|
532 } |
|
533 ], |
|
534 "description": "gettext languages with plural rules", |
|
535 "homepage": "https://github.com/mlocati/cldr-to-gettext-plural-rules", |
|
536 "keywords": [ |
|
537 "cldr", |
|
538 "i18n", |
|
539 "internationalization", |
|
540 "l10n", |
|
541 "language", |
|
542 "languages", |
|
543 "localization", |
|
544 "php", |
|
545 "plural", |
|
546 "plural rules", |
|
547 "plurals", |
|
548 "translate", |
|
549 "translations", |
|
550 "unicode" |
|
551 ], |
|
552 "time": "2018-11-13T22:06:07+00:00" |
|
553 }, |
|
554 { |
|
555 "name": "justinrainbow/json-schema", |
|
556 "version": "5.2.8", |
|
557 "source": { |
|
558 "type": "git", |
|
559 "url": "https://github.com/justinrainbow/json-schema.git", |
|
560 "reference": "dcb6e1006bb5fd1e392b4daa68932880f37550d4" |
|
561 }, |
|
562 "dist": { |
|
563 "type": "zip", |
|
564 "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/dcb6e1006bb5fd1e392b4daa68932880f37550d4", |
|
565 "reference": "dcb6e1006bb5fd1e392b4daa68932880f37550d4", |
|
566 "shasum": "" |
|
567 }, |
|
568 "require": { |
|
569 "php": ">=5.3.3" |
|
570 }, |
|
571 "require-dev": { |
|
572 "friendsofphp/php-cs-fixer": "~2.2.20", |
|
573 "json-schema/json-schema-test-suite": "1.2.0", |
|
574 "phpunit/phpunit": "^4.8.35" |
|
575 }, |
|
576 "bin": [ |
|
577 "bin/validate-json" |
|
578 ], |
|
579 "type": "library", |
|
580 "extra": { |
|
581 "branch-alias": { |
|
582 "dev-master": "5.0.x-dev" |
|
583 } |
|
584 }, |
|
585 "autoload": { |
|
586 "psr-4": { |
|
587 "JsonSchema\\": "src/JsonSchema/" |
|
588 } |
|
589 }, |
|
590 "notification-url": "https://packagist.org/downloads/", |
|
591 "license": [ |
|
592 "MIT" |
|
593 ], |
|
594 "authors": [ |
|
595 { |
|
596 "name": "Bruno Prieto Reis", |
|
597 "email": "bruno.p.reis@gmail.com" |
|
598 }, |
|
599 { |
|
600 "name": "Justin Rainbow", |
|
601 "email": "justin.rainbow@gmail.com" |
|
602 }, |
|
603 { |
|
604 "name": "Igor Wiedler", |
|
605 "email": "igor@wiedler.ch" |
|
606 }, |
|
607 { |
|
608 "name": "Robert Schönthal", |
|
609 "email": "seroscho@googlemail.com" |
|
610 } |
|
611 ], |
|
612 "description": "A library to validate a json schema.", |
|
613 "homepage": "https://github.com/justinrainbow/json-schema", |
|
614 "keywords": [ |
|
615 "json", |
|
616 "schema" |
|
617 ], |
|
618 "time": "2019-01-14T23:55:14+00:00" |
|
619 }, |
|
620 { |
|
621 "name": "mck89/peast", |
|
622 "version": "v1.9.1", |
|
623 "source": { |
|
624 "type": "git", |
|
625 "url": "https://github.com/mck89/peast.git", |
|
626 "reference": "f4ce80caea99a894574f15b6bec50c05250b7a83" |
|
627 }, |
|
628 "dist": { |
|
629 "type": "zip", |
|
630 "url": "https://api.github.com/repos/mck89/peast/zipball/f4ce80caea99a894574f15b6bec50c05250b7a83", |
|
631 "reference": "f4ce80caea99a894574f15b6bec50c05250b7a83", |
|
632 "shasum": "" |
|
633 }, |
|
634 "require": { |
|
635 "php": ">=5.4.0" |
|
636 }, |
|
637 "require-dev": { |
|
638 "phpunit/phpunit": "^4.0|^5.0" |
|
639 }, |
|
640 "type": "library", |
|
641 "extra": { |
|
642 "branch-alias": { |
|
643 "dev-master": "1.9.1-dev" |
|
644 } |
|
645 }, |
|
646 "autoload": { |
|
647 "psr-4": { |
|
648 "Peast\\": "lib/Peast/", |
|
649 "Peast\\test\\": "test/Peast/" |
|
650 } |
|
651 }, |
|
652 "notification-url": "https://packagist.org/downloads/", |
|
653 "license": [ |
|
654 "MIT" |
|
655 ], |
|
656 "authors": [ |
|
657 { |
|
658 "name": "Marco Marchiò", |
|
659 "email": "marco.mm89@gmail.com" |
|
660 } |
|
661 ], |
|
662 "description": "Peast is PHP library that generates AST for JavaScript code", |
|
663 "time": "2019-01-16T11:24:32+00:00" |
|
664 }, |
|
665 { |
|
666 "name": "mustache/mustache", |
|
667 "version": "v2.12.0", |
|
668 "source": { |
|
669 "type": "git", |
|
670 "url": "https://github.com/bobthecow/mustache.php.git", |
|
671 "reference": "fe8fe72e9d580591854de404cc59a1b83ca4d19e" |
|
672 }, |
|
673 "dist": { |
|
674 "type": "zip", |
|
675 "url": "https://api.github.com/repos/bobthecow/mustache.php/zipball/fe8fe72e9d580591854de404cc59a1b83ca4d19e", |
|
676 "reference": "fe8fe72e9d580591854de404cc59a1b83ca4d19e", |
|
677 "shasum": "" |
|
678 }, |
|
679 "require": { |
|
680 "php": ">=5.2.4" |
|
681 }, |
|
682 "require-dev": { |
|
683 "friendsofphp/php-cs-fixer": "~1.11", |
|
684 "phpunit/phpunit": "~3.7|~4.0|~5.0" |
|
685 }, |
|
686 "type": "library", |
|
687 "autoload": { |
|
688 "psr-0": { |
|
689 "Mustache": "src/" |
|
690 } |
|
691 }, |
|
692 "notification-url": "https://packagist.org/downloads/", |
|
693 "license": [ |
|
694 "MIT" |
|
695 ], |
|
696 "authors": [ |
|
697 { |
|
698 "name": "Justin Hileman", |
|
699 "email": "justin@justinhileman.info", |
|
700 "homepage": "http://justinhileman.com" |
|
701 } |
|
702 ], |
|
703 "description": "A Mustache implementation in PHP.", |
|
704 "homepage": "https://github.com/bobthecow/mustache.php", |
|
705 "keywords": [ |
|
706 "mustache", |
|
707 "templating" |
|
708 ], |
|
709 "time": "2017-07-11T12:54:05+00:00" |
|
710 }, |
|
711 { |
|
712 "name": "nb/oxymel", |
|
713 "version": "v0.1.0", |
|
714 "source": { |
|
715 "type": "git", |
|
716 "url": "https://github.com/nb/oxymel.git", |
|
717 "reference": "cbe626ef55d5c4cc9b5e6e3904b395861ea76e3c" |
|
718 }, |
|
719 "dist": { |
|
720 "type": "zip", |
|
721 "url": "https://api.github.com/repos/nb/oxymel/zipball/cbe626ef55d5c4cc9b5e6e3904b395861ea76e3c", |
|
722 "reference": "cbe626ef55d5c4cc9b5e6e3904b395861ea76e3c", |
|
723 "shasum": "" |
|
724 }, |
|
725 "require": { |
|
726 "php": ">=5.2.4" |
|
727 }, |
|
728 "type": "library", |
|
729 "autoload": { |
|
730 "psr-0": { |
|
731 "Oxymel": "" |
|
732 } |
|
733 }, |
|
734 "notification-url": "https://packagist.org/downloads/", |
|
735 "license": [ |
|
736 "MIT" |
|
737 ], |
|
738 "authors": [ |
|
739 { |
|
740 "name": "Nikolay Bachiyski", |
|
741 "email": "nb@nikolay.bg", |
|
742 "homepage": "http://extrapolate.me/" |
|
743 } |
|
744 ], |
|
745 "description": "A sweet XML builder", |
|
746 "homepage": "https://github.com/nb/oxymel", |
|
747 "keywords": [ |
|
748 "xml" |
|
749 ], |
|
750 "time": "2013-02-24T15:01:54+00:00" |
|
751 }, |
|
752 { |
|
753 "name": "oscarotero/env", |
|
754 "version": "v1.2.0", |
|
755 "source": { |
|
756 "type": "git", |
|
757 "url": "https://github.com/oscarotero/env.git", |
|
758 "reference": "4ab45ce5c1f2c62549208426bfa20a3d5fa008c6" |
|
759 }, |
|
760 "dist": { |
|
761 "type": "zip", |
|
762 "url": "https://api.github.com/repos/oscarotero/env/zipball/4ab45ce5c1f2c62549208426bfa20a3d5fa008c6", |
|
763 "reference": "4ab45ce5c1f2c62549208426bfa20a3d5fa008c6", |
|
764 "shasum": "" |
|
765 }, |
|
766 "require": { |
|
767 "ext-ctype": "*", |
|
768 "php": ">=5.2" |
|
769 }, |
|
770 "type": "library", |
|
771 "autoload": { |
|
772 "psr-0": { |
|
773 "Env": "src/" |
|
774 } |
|
775 }, |
|
776 "notification-url": "https://packagist.org/downloads/", |
|
777 "license": [ |
|
778 "MIT" |
|
779 ], |
|
780 "authors": [ |
|
781 { |
|
782 "name": "Oscar Otero", |
|
783 "email": "oom@oscarotero.com", |
|
784 "homepage": "http://oscarotero.com", |
|
785 "role": "Developer" |
|
786 } |
|
787 ], |
|
788 "description": "Simple library to consume environment variables", |
|
789 "homepage": "https://github.com/oscarotero/env", |
|
790 "keywords": [ |
|
791 "env" |
|
792 ], |
|
793 "time": "2019-04-03T18:28:43+00:00" |
|
794 }, |
|
795 { |
|
796 "name": "phpoption/phpoption", |
|
797 "version": "1.5.0", |
|
798 "source": { |
|
799 "type": "git", |
|
800 "url": "https://github.com/schmittjoh/php-option.git", |
|
801 "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed" |
|
802 }, |
|
803 "dist": { |
|
804 "type": "zip", |
|
805 "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/94e644f7d2051a5f0fcf77d81605f152eecff0ed", |
|
806 "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed", |
|
807 "shasum": "" |
|
808 }, |
|
809 "require": { |
|
810 "php": ">=5.3.0" |
|
811 }, |
|
812 "require-dev": { |
|
813 "phpunit/phpunit": "4.7.*" |
|
814 }, |
|
815 "type": "library", |
|
816 "extra": { |
|
817 "branch-alias": { |
|
818 "dev-master": "1.3-dev" |
|
819 } |
|
820 }, |
|
821 "autoload": { |
|
822 "psr-0": { |
|
823 "PhpOption\\": "src/" |
|
824 } |
|
825 }, |
|
826 "notification-url": "https://packagist.org/downloads/", |
|
827 "license": [ |
|
828 "Apache2" |
|
829 ], |
|
830 "authors": [ |
|
831 { |
|
832 "name": "Johannes M. Schmitt", |
|
833 "email": "schmittjoh@gmail.com" |
|
834 } |
|
835 ], |
|
836 "description": "Option Type for PHP", |
|
837 "keywords": [ |
|
838 "language", |
|
839 "option", |
|
840 "php", |
|
841 "type" |
|
842 ], |
|
843 "time": "2015-07-25T16:39:46+00:00" |
|
844 }, |
|
845 { |
|
846 "name": "psr/log", |
|
847 "version": "1.1.0", |
|
848 "source": { |
|
849 "type": "git", |
|
850 "url": "https://github.com/php-fig/log.git", |
|
851 "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd" |
|
852 }, |
|
853 "dist": { |
|
854 "type": "zip", |
|
855 "url": "https://api.github.com/repos/php-fig/log/zipball/6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd", |
|
856 "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd", |
|
857 "shasum": "" |
|
858 }, |
|
859 "require": { |
|
860 "php": ">=5.3.0" |
|
861 }, |
|
862 "type": "library", |
|
863 "extra": { |
|
864 "branch-alias": { |
|
865 "dev-master": "1.0.x-dev" |
|
866 } |
|
867 }, |
|
868 "autoload": { |
|
869 "psr-4": { |
|
870 "Psr\\Log\\": "Psr/Log/" |
|
871 } |
|
872 }, |
|
873 "notification-url": "https://packagist.org/downloads/", |
|
874 "license": [ |
|
875 "MIT" |
|
876 ], |
|
877 "authors": [ |
|
878 { |
|
879 "name": "PHP-FIG", |
|
880 "homepage": "http://www.php-fig.org/" |
|
881 } |
|
882 ], |
|
883 "description": "Common interface for logging libraries", |
|
884 "homepage": "https://github.com/php-fig/log", |
|
885 "keywords": [ |
|
886 "log", |
|
887 "psr", |
|
888 "psr-3" |
|
889 ], |
|
890 "time": "2018-11-20T15:27:04+00:00" |
|
891 }, |
|
892 { |
|
893 "name": "ramsey/array_column", |
|
894 "version": "1.1.3", |
|
895 "source": { |
|
896 "type": "git", |
|
897 "url": "https://github.com/ramsey/array_column.git", |
|
898 "reference": "f8e52eb28e67eb50e613b451dd916abcf783c1db" |
|
899 }, |
|
900 "dist": { |
|
901 "type": "zip", |
|
902 "url": "https://api.github.com/repos/ramsey/array_column/zipball/f8e52eb28e67eb50e613b451dd916abcf783c1db", |
|
903 "reference": "f8e52eb28e67eb50e613b451dd916abcf783c1db", |
|
904 "shasum": "" |
|
905 }, |
|
906 "require-dev": { |
|
907 "jakub-onderka/php-parallel-lint": "0.8.*", |
|
908 "phpunit/phpunit": "~4.5", |
|
909 "satooshi/php-coveralls": "0.6.*", |
|
910 "squizlabs/php_codesniffer": "~2.2" |
|
911 }, |
|
912 "type": "library", |
|
913 "autoload": { |
|
914 "files": [ |
|
915 "src/array_column.php" |
|
916 ] |
|
917 }, |
|
918 "notification-url": "https://packagist.org/downloads/", |
|
919 "license": [ |
|
920 "MIT" |
|
921 ], |
|
922 "authors": [ |
|
923 { |
|
924 "name": "Ben Ramsey", |
|
925 "homepage": "http://benramsey.com" |
|
926 } |
|
927 ], |
|
928 "description": "Provides functionality for array_column() to projects using PHP earlier than version 5.5.", |
|
929 "homepage": "https://github.com/ramsey/array_column", |
|
930 "keywords": [ |
|
931 "array", |
|
932 "array_column", |
|
933 "column" |
|
934 ], |
|
935 "abandoned": true, |
|
936 "time": "2015-03-20T22:07:39+00:00" |
|
937 }, |
|
938 { |
|
939 "name": "rmccue/requests", |
|
940 "version": "v1.7.0", |
|
941 "source": { |
|
942 "type": "git", |
|
943 "url": "https://github.com/rmccue/Requests.git", |
|
944 "reference": "87932f52ffad70504d93f04f15690cf16a089546" |
|
945 }, |
|
946 "dist": { |
|
947 "type": "zip", |
|
948 "url": "https://api.github.com/repos/rmccue/Requests/zipball/87932f52ffad70504d93f04f15690cf16a089546", |
|
949 "reference": "87932f52ffad70504d93f04f15690cf16a089546", |
|
950 "shasum": "" |
|
951 }, |
|
952 "require": { |
|
953 "php": ">=5.2" |
|
954 }, |
|
955 "require-dev": { |
|
956 "requests/test-server": "dev-master" |
|
957 }, |
|
958 "type": "library", |
|
959 "autoload": { |
|
960 "psr-0": { |
|
961 "Requests": "library/" |
|
962 } |
|
963 }, |
|
964 "notification-url": "https://packagist.org/downloads/", |
|
965 "license": [ |
|
966 "ISC" |
|
967 ], |
|
968 "authors": [ |
|
969 { |
|
970 "name": "Ryan McCue", |
|
971 "homepage": "http://ryanmccue.info" |
|
972 } |
|
973 ], |
|
974 "description": "A HTTP library written in PHP, for human beings.", |
|
975 "homepage": "http://github.com/rmccue/Requests", |
|
976 "keywords": [ |
|
977 "curl", |
|
978 "fsockopen", |
|
979 "http", |
|
980 "idna", |
|
981 "ipv6", |
|
982 "iri", |
|
983 "sockets" |
|
984 ], |
|
985 "time": "2016-10-13T00:11:37+00:00" |
|
986 }, |
|
987 { |
|
988 "name": "roots/wordpress", |
|
989 "version": "5.1.1", |
|
990 "source": { |
|
991 "type": "git", |
|
992 "url": "https://github.com/WordPress/WordPress.git", |
|
993 "reference": "5.1.1" |
|
994 }, |
|
995 "dist": { |
|
996 "type": "zip", |
|
997 "url": "https://api.github.com/repos/WordPress/WordPress/zipball/5.1.1", |
|
998 "reference": "5.1.1" |
|
999 }, |
|
1000 "require": { |
|
1001 "php": ">=5.3.2", |
|
1002 "roots/wordpress-core-installer": ">=1.0.0" |
|
1003 }, |
|
1004 "type": "wordpress-core", |
|
1005 "notification-url": "https://packagist.org/downloads/", |
|
1006 "license": [ |
|
1007 "GPL-2.0-or-later" |
|
1008 ], |
|
1009 "authors": [ |
|
1010 { |
|
1011 "name": "WordPress Community", |
|
1012 "homepage": "https://wordpress.org/about/" |
|
1013 } |
|
1014 ], |
|
1015 "description": "WordPress is web software you can use to create a beautiful website or blog.", |
|
1016 "homepage": "https://wordpress.org/", |
|
1017 "keywords": [ |
|
1018 "blog", |
|
1019 "cms", |
|
1020 "wordpress" |
|
1021 ], |
|
1022 "time": "2019-03-13T14:18:06+00:00" |
|
1023 }, |
|
1024 { |
|
1025 "name": "roots/wordpress-core-installer", |
|
1026 "version": "1.1.0", |
|
1027 "source": { |
|
1028 "type": "git", |
|
1029 "url": "https://github.com/roots/wordpress-core-installer.git", |
|
1030 "reference": "83744b1ba5bbdb5bb225f47e24da61a6cf6c5b80" |
|
1031 }, |
|
1032 "dist": { |
|
1033 "type": "zip", |
|
1034 "url": "https://api.github.com/repos/roots/wordpress-core-installer/zipball/83744b1ba5bbdb5bb225f47e24da61a6cf6c5b80", |
|
1035 "reference": "83744b1ba5bbdb5bb225f47e24da61a6cf6c5b80", |
|
1036 "shasum": "" |
|
1037 }, |
|
1038 "require": { |
|
1039 "composer-plugin-api": "^1.0" |
|
1040 }, |
|
1041 "conflict": { |
|
1042 "composer/installers": "<1.0.6" |
|
1043 }, |
|
1044 "replace": { |
|
1045 "johnpbloch/wordpress-core-installer": "*" |
|
1046 }, |
|
1047 "require-dev": { |
|
1048 "composer/composer": "^1.0", |
|
1049 "phpunit/phpunit": ">=4.8.35" |
|
1050 }, |
|
1051 "type": "composer-plugin", |
|
1052 "extra": { |
|
1053 "class": "Roots\\Composer\\WordPressCorePlugin" |
|
1054 }, |
|
1055 "autoload": { |
|
1056 "psr-4": { |
|
1057 "Roots\\Composer\\": "src/" |
|
1058 } |
|
1059 }, |
|
1060 "notification-url": "https://packagist.org/downloads/", |
|
1061 "license": [ |
|
1062 "GPL-2.0-or-later" |
|
1063 ], |
|
1064 "authors": [ |
|
1065 { |
|
1066 "name": "John P. Bloch", |
|
1067 "email": "me@johnpbloch.com" |
|
1068 }, |
|
1069 { |
|
1070 "name": "Roots", |
|
1071 "email": "team@roots.io" |
|
1072 } |
|
1073 ], |
|
1074 "description": "A custom installer to handle deploying WordPress with composer", |
|
1075 "keywords": [ |
|
1076 "wordpress" |
|
1077 ], |
|
1078 "time": "2018-12-10T00:22:15+00:00" |
|
1079 }, |
|
1080 { |
|
1081 "name": "roots/wp-config", |
|
1082 "version": "1.0.0", |
|
1083 "source": { |
|
1084 "type": "git", |
|
1085 "url": "https://github.com/roots/wp-config.git", |
|
1086 "reference": "37c38230796119fb487fa03346ab0706ce6d4962" |
|
1087 }, |
|
1088 "dist": { |
|
1089 "type": "zip", |
|
1090 "url": "https://api.github.com/repos/roots/wp-config/zipball/37c38230796119fb487fa03346ab0706ce6d4962", |
|
1091 "reference": "37c38230796119fb487fa03346ab0706ce6d4962", |
|
1092 "shasum": "" |
|
1093 }, |
|
1094 "require": { |
|
1095 "php": ">=5.6" |
|
1096 }, |
|
1097 "require-dev": { |
|
1098 "php-coveralls/php-coveralls": "^2.1", |
|
1099 "phpunit/phpunit": "^5.7", |
|
1100 "roave/security-advisories": "dev-master", |
|
1101 "squizlabs/php_codesniffer": "^3.3" |
|
1102 }, |
|
1103 "type": "library", |
|
1104 "autoload": { |
|
1105 "psr-4": { |
|
1106 "Roots\\WPConfig\\": "src" |
|
1107 } |
|
1108 }, |
|
1109 "notification-url": "https://packagist.org/downloads/", |
|
1110 "license": [ |
|
1111 "MIT" |
|
1112 ], |
|
1113 "authors": [ |
|
1114 { |
|
1115 "name": "Austin Pray", |
|
1116 "email": "austin@austinpray.com" |
|
1117 } |
|
1118 ], |
|
1119 "description": "Collect configuration values and safely define() them", |
|
1120 "time": "2018-08-10T14:18:38+00:00" |
|
1121 }, |
|
1122 { |
|
1123 "name": "roots/wp-password-bcrypt", |
|
1124 "version": "1.0.0", |
|
1125 "source": { |
|
1126 "type": "git", |
|
1127 "url": "https://github.com/roots/wp-password-bcrypt.git", |
|
1128 "reference": "5cecd2e98ccc3193443cc5c5db9b3bc7abed5ffa" |
|
1129 }, |
|
1130 "dist": { |
|
1131 "type": "zip", |
|
1132 "url": "https://api.github.com/repos/roots/wp-password-bcrypt/zipball/5cecd2e98ccc3193443cc5c5db9b3bc7abed5ffa", |
|
1133 "reference": "5cecd2e98ccc3193443cc5c5db9b3bc7abed5ffa", |
|
1134 "shasum": "" |
|
1135 }, |
|
1136 "require": { |
|
1137 "composer/installers": "~1.0", |
|
1138 "php": ">=5.5.0" |
|
1139 }, |
|
1140 "require-dev": { |
|
1141 "brain/monkey": "^1.3.1", |
|
1142 "mockery/mockery": "^0.9.4", |
|
1143 "phpunit/phpunit": "^4.8.23|^5.2.9", |
|
1144 "squizlabs/php_codesniffer": "^2.5.1" |
|
1145 }, |
|
1146 "type": "library", |
|
1147 "autoload": { |
|
1148 "files": [ |
|
1149 "wp-password-bcrypt.php" |
|
1150 ] |
|
1151 }, |
|
1152 "notification-url": "https://packagist.org/downloads/", |
|
1153 "license": [ |
|
1154 "MIT" |
|
1155 ], |
|
1156 "authors": [ |
|
1157 { |
|
1158 "name": "Scott Walkinshaw", |
|
1159 "email": "scott.walkinshaw@gmail.com", |
|
1160 "homepage": "https://github.com/swalkinshaw" |
|
1161 }, |
|
1162 { |
|
1163 "name": "qwp6t", |
|
1164 "homepage": "https://github.com/qwp6t" |
|
1165 }, |
|
1166 { |
|
1167 "name": "Jan Pingel", |
|
1168 "email": "jpingel@bitpiston.com", |
|
1169 "homepage": "http://janpingel.com" |
|
1170 } |
|
1171 ], |
|
1172 "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.", |
|
1173 "homepage": "https://roots.io/plugins/wp-password-bcrypt", |
|
1174 "keywords": [ |
|
1175 "wordpress wp bcrypt password" |
|
1176 ], |
|
1177 "time": "2016-03-01T16:27:06+00:00" |
|
1178 }, |
|
1179 { |
|
1180 "name": "seld/jsonlint", |
|
1181 "version": "1.7.1", |
|
1182 "source": { |
|
1183 "type": "git", |
|
1184 "url": "https://github.com/Seldaek/jsonlint.git", |
|
1185 "reference": "d15f59a67ff805a44c50ea0516d2341740f81a38" |
|
1186 }, |
|
1187 "dist": { |
|
1188 "type": "zip", |
|
1189 "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/d15f59a67ff805a44c50ea0516d2341740f81a38", |
|
1190 "reference": "d15f59a67ff805a44c50ea0516d2341740f81a38", |
|
1191 "shasum": "" |
|
1192 }, |
|
1193 "require": { |
|
1194 "php": "^5.3 || ^7.0" |
|
1195 }, |
|
1196 "require-dev": { |
|
1197 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0" |
|
1198 }, |
|
1199 "bin": [ |
|
1200 "bin/jsonlint" |
|
1201 ], |
|
1202 "type": "library", |
|
1203 "autoload": { |
|
1204 "psr-4": { |
|
1205 "Seld\\JsonLint\\": "src/Seld/JsonLint/" |
|
1206 } |
|
1207 }, |
|
1208 "notification-url": "https://packagist.org/downloads/", |
|
1209 "license": [ |
|
1210 "MIT" |
|
1211 ], |
|
1212 "authors": [ |
|
1213 { |
|
1214 "name": "Jordi Boggiano", |
|
1215 "email": "j.boggiano@seld.be", |
|
1216 "homepage": "http://seld.be" |
|
1217 } |
|
1218 ], |
|
1219 "description": "JSON Linter", |
|
1220 "keywords": [ |
|
1221 "json", |
|
1222 "linter", |
|
1223 "parser", |
|
1224 "validator" |
|
1225 ], |
|
1226 "time": "2018-01-24T12:46:19+00:00" |
|
1227 }, |
|
1228 { |
|
1229 "name": "seld/phar-utils", |
|
1230 "version": "1.0.1", |
|
1231 "source": { |
|
1232 "type": "git", |
|
1233 "url": "https://github.com/Seldaek/phar-utils.git", |
|
1234 "reference": "7009b5139491975ef6486545a39f3e6dad5ac30a" |
|
1235 }, |
|
1236 "dist": { |
|
1237 "type": "zip", |
|
1238 "url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/7009b5139491975ef6486545a39f3e6dad5ac30a", |
|
1239 "reference": "7009b5139491975ef6486545a39f3e6dad5ac30a", |
|
1240 "shasum": "" |
|
1241 }, |
|
1242 "require": { |
|
1243 "php": ">=5.3" |
|
1244 }, |
|
1245 "type": "library", |
|
1246 "extra": { |
|
1247 "branch-alias": { |
|
1248 "dev-master": "1.x-dev" |
|
1249 } |
|
1250 }, |
|
1251 "autoload": { |
|
1252 "psr-4": { |
|
1253 "Seld\\PharUtils\\": "src/" |
|
1254 } |
|
1255 }, |
|
1256 "notification-url": "https://packagist.org/downloads/", |
|
1257 "license": [ |
|
1258 "MIT" |
|
1259 ], |
|
1260 "authors": [ |
|
1261 { |
|
1262 "name": "Jordi Boggiano", |
|
1263 "email": "j.boggiano@seld.be" |
|
1264 } |
|
1265 ], |
|
1266 "description": "PHAR file format utilities, for when PHP phars you up", |
|
1267 "keywords": [ |
|
1268 "phra" |
|
1269 ], |
|
1270 "time": "2015-10-13T18:44:15+00:00" |
|
1271 }, |
|
1272 { |
|
1273 "name": "symfony/console", |
|
1274 "version": "v4.2.7", |
|
1275 "source": { |
|
1276 "type": "git", |
|
1277 "url": "https://github.com/symfony/console.git", |
|
1278 "reference": "e2840bb38bddad7a0feaf85931e38fdcffdb2f81" |
|
1279 }, |
|
1280 "dist": { |
|
1281 "type": "zip", |
|
1282 "url": "https://api.github.com/repos/symfony/console/zipball/e2840bb38bddad7a0feaf85931e38fdcffdb2f81", |
|
1283 "reference": "e2840bb38bddad7a0feaf85931e38fdcffdb2f81", |
|
1284 "shasum": "" |
|
1285 }, |
|
1286 "require": { |
|
1287 "php": "^7.1.3", |
|
1288 "symfony/contracts": "^1.0", |
|
1289 "symfony/polyfill-mbstring": "~1.0" |
|
1290 }, |
|
1291 "conflict": { |
|
1292 "symfony/dependency-injection": "<3.4", |
|
1293 "symfony/process": "<3.3" |
|
1294 }, |
|
1295 "provide": { |
|
1296 "psr/log-implementation": "1.0" |
|
1297 }, |
|
1298 "require-dev": { |
|
1299 "psr/log": "~1.0", |
|
1300 "symfony/config": "~3.4|~4.0", |
|
1301 "symfony/dependency-injection": "~3.4|~4.0", |
|
1302 "symfony/event-dispatcher": "~3.4|~4.0", |
|
1303 "symfony/lock": "~3.4|~4.0", |
|
1304 "symfony/process": "~3.4|~4.0" |
|
1305 }, |
|
1306 "suggest": { |
|
1307 "psr/log": "For using the console logger", |
|
1308 "symfony/event-dispatcher": "", |
|
1309 "symfony/lock": "", |
|
1310 "symfony/process": "" |
|
1311 }, |
|
1312 "type": "library", |
|
1313 "extra": { |
|
1314 "branch-alias": { |
|
1315 "dev-master": "4.2-dev" |
|
1316 } |
|
1317 }, |
|
1318 "autoload": { |
|
1319 "psr-4": { |
|
1320 "Symfony\\Component\\Console\\": "" |
|
1321 }, |
|
1322 "exclude-from-classmap": [ |
|
1323 "/Tests/" |
|
1324 ] |
|
1325 }, |
|
1326 "notification-url": "https://packagist.org/downloads/", |
|
1327 "license": [ |
|
1328 "MIT" |
|
1329 ], |
|
1330 "authors": [ |
|
1331 { |
|
1332 "name": "Fabien Potencier", |
|
1333 "email": "fabien@symfony.com" |
|
1334 }, |
|
1335 { |
|
1336 "name": "Symfony Community", |
|
1337 "homepage": "https://symfony.com/contributors" |
|
1338 } |
|
1339 ], |
|
1340 "description": "Symfony Console Component", |
|
1341 "homepage": "https://symfony.com", |
|
1342 "time": "2019-04-08T14:23:48+00:00" |
|
1343 }, |
|
1344 { |
|
1345 "name": "symfony/contracts", |
|
1346 "version": "v1.0.2", |
|
1347 "source": { |
|
1348 "type": "git", |
|
1349 "url": "https://github.com/symfony/contracts.git", |
|
1350 "reference": "1aa7ab2429c3d594dd70689604b5cf7421254cdf" |
|
1351 }, |
|
1352 "dist": { |
|
1353 "type": "zip", |
|
1354 "url": "https://api.github.com/repos/symfony/contracts/zipball/1aa7ab2429c3d594dd70689604b5cf7421254cdf", |
|
1355 "reference": "1aa7ab2429c3d594dd70689604b5cf7421254cdf", |
|
1356 "shasum": "" |
|
1357 }, |
|
1358 "require": { |
|
1359 "php": "^7.1.3" |
|
1360 }, |
|
1361 "require-dev": { |
|
1362 "psr/cache": "^1.0", |
|
1363 "psr/container": "^1.0" |
|
1364 }, |
|
1365 "suggest": { |
|
1366 "psr/cache": "When using the Cache contracts", |
|
1367 "psr/container": "When using the Service contracts", |
|
1368 "symfony/cache-contracts-implementation": "", |
|
1369 "symfony/service-contracts-implementation": "", |
|
1370 "symfony/translation-contracts-implementation": "" |
|
1371 }, |
|
1372 "type": "library", |
|
1373 "extra": { |
|
1374 "branch-alias": { |
|
1375 "dev-master": "1.0-dev" |
|
1376 } |
|
1377 }, |
|
1378 "autoload": { |
|
1379 "psr-4": { |
|
1380 "Symfony\\Contracts\\": "" |
|
1381 }, |
|
1382 "exclude-from-classmap": [ |
|
1383 "**/Tests/" |
|
1384 ] |
|
1385 }, |
|
1386 "notification-url": "https://packagist.org/downloads/", |
|
1387 "license": [ |
|
1388 "MIT" |
|
1389 ], |
|
1390 "authors": [ |
|
1391 { |
|
1392 "name": "Nicolas Grekas", |
|
1393 "email": "p@tchwork.com" |
|
1394 }, |
|
1395 { |
|
1396 "name": "Symfony Community", |
|
1397 "homepage": "https://symfony.com/contributors" |
|
1398 } |
|
1399 ], |
|
1400 "description": "A set of abstractions extracted out of the Symfony components", |
|
1401 "homepage": "https://symfony.com", |
|
1402 "keywords": [ |
|
1403 "abstractions", |
|
1404 "contracts", |
|
1405 "decoupling", |
|
1406 "interfaces", |
|
1407 "interoperability", |
|
1408 "standards" |
|
1409 ], |
|
1410 "time": "2018-12-05T08:06:11+00:00" |
|
1411 }, |
|
1412 { |
|
1413 "name": "symfony/filesystem", |
|
1414 "version": "v4.2.7", |
|
1415 "source": { |
|
1416 "type": "git", |
|
1417 "url": "https://github.com/symfony/filesystem.git", |
|
1418 "reference": "e16b9e471703b2c60b95f14d31c1239f68f11601" |
|
1419 }, |
|
1420 "dist": { |
|
1421 "type": "zip", |
|
1422 "url": "https://api.github.com/repos/symfony/filesystem/zipball/e16b9e471703b2c60b95f14d31c1239f68f11601", |
|
1423 "reference": "e16b9e471703b2c60b95f14d31c1239f68f11601", |
|
1424 "shasum": "" |
|
1425 }, |
|
1426 "require": { |
|
1427 "php": "^7.1.3", |
|
1428 "symfony/polyfill-ctype": "~1.8" |
|
1429 }, |
|
1430 "type": "library", |
|
1431 "extra": { |
|
1432 "branch-alias": { |
|
1433 "dev-master": "4.2-dev" |
|
1434 } |
|
1435 }, |
|
1436 "autoload": { |
|
1437 "psr-4": { |
|
1438 "Symfony\\Component\\Filesystem\\": "" |
|
1439 }, |
|
1440 "exclude-from-classmap": [ |
|
1441 "/Tests/" |
|
1442 ] |
|
1443 }, |
|
1444 "notification-url": "https://packagist.org/downloads/", |
|
1445 "license": [ |
|
1446 "MIT" |
|
1447 ], |
|
1448 "authors": [ |
|
1449 { |
|
1450 "name": "Fabien Potencier", |
|
1451 "email": "fabien@symfony.com" |
|
1452 }, |
|
1453 { |
|
1454 "name": "Symfony Community", |
|
1455 "homepage": "https://symfony.com/contributors" |
|
1456 } |
|
1457 ], |
|
1458 "description": "Symfony Filesystem Component", |
|
1459 "homepage": "https://symfony.com", |
|
1460 "time": "2019-02-07T11:40:08+00:00" |
|
1461 }, |
|
1462 { |
|
1463 "name": "symfony/finder", |
|
1464 "version": "v4.2.7", |
|
1465 "source": { |
|
1466 "type": "git", |
|
1467 "url": "https://github.com/symfony/finder.git", |
|
1468 "reference": "e45135658bd6c14b61850bf131c4f09a55133f69" |
|
1469 }, |
|
1470 "dist": { |
|
1471 "type": "zip", |
|
1472 "url": "https://api.github.com/repos/symfony/finder/zipball/e45135658bd6c14b61850bf131c4f09a55133f69", |
|
1473 "reference": "e45135658bd6c14b61850bf131c4f09a55133f69", |
|
1474 "shasum": "" |
|
1475 }, |
|
1476 "require": { |
|
1477 "php": "^7.1.3" |
|
1478 }, |
|
1479 "type": "library", |
|
1480 "extra": { |
|
1481 "branch-alias": { |
|
1482 "dev-master": "4.2-dev" |
|
1483 } |
|
1484 }, |
|
1485 "autoload": { |
|
1486 "psr-4": { |
|
1487 "Symfony\\Component\\Finder\\": "" |
|
1488 }, |
|
1489 "exclude-from-classmap": [ |
|
1490 "/Tests/" |
|
1491 ] |
|
1492 }, |
|
1493 "notification-url": "https://packagist.org/downloads/", |
|
1494 "license": [ |
|
1495 "MIT" |
|
1496 ], |
|
1497 "authors": [ |
|
1498 { |
|
1499 "name": "Fabien Potencier", |
|
1500 "email": "fabien@symfony.com" |
|
1501 }, |
|
1502 { |
|
1503 "name": "Symfony Community", |
|
1504 "homepage": "https://symfony.com/contributors" |
|
1505 } |
|
1506 ], |
|
1507 "description": "Symfony Finder Component", |
|
1508 "homepage": "https://symfony.com", |
|
1509 "time": "2019-04-06T13:51:08+00:00" |
|
1510 }, |
|
1511 { |
|
1512 "name": "symfony/polyfill-ctype", |
|
1513 "version": "v1.11.0", |
|
1514 "source": { |
|
1515 "type": "git", |
|
1516 "url": "https://github.com/symfony/polyfill-ctype.git", |
|
1517 "reference": "82ebae02209c21113908c229e9883c419720738a" |
|
1518 }, |
|
1519 "dist": { |
|
1520 "type": "zip", |
|
1521 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/82ebae02209c21113908c229e9883c419720738a", |
|
1522 "reference": "82ebae02209c21113908c229e9883c419720738a", |
|
1523 "shasum": "" |
|
1524 }, |
|
1525 "require": { |
|
1526 "php": ">=5.3.3" |
|
1527 }, |
|
1528 "suggest": { |
|
1529 "ext-ctype": "For best performance" |
|
1530 }, |
|
1531 "type": "library", |
|
1532 "extra": { |
|
1533 "branch-alias": { |
|
1534 "dev-master": "1.11-dev" |
|
1535 } |
|
1536 }, |
|
1537 "autoload": { |
|
1538 "psr-4": { |
|
1539 "Symfony\\Polyfill\\Ctype\\": "" |
|
1540 }, |
|
1541 "files": [ |
|
1542 "bootstrap.php" |
|
1543 ] |
|
1544 }, |
|
1545 "notification-url": "https://packagist.org/downloads/", |
|
1546 "license": [ |
|
1547 "MIT" |
|
1548 ], |
|
1549 "authors": [ |
|
1550 { |
|
1551 "name": "Symfony Community", |
|
1552 "homepage": "https://symfony.com/contributors" |
|
1553 }, |
|
1554 { |
|
1555 "name": "Gert de Pagter", |
|
1556 "email": "backendtea@gmail.com" |
|
1557 } |
|
1558 ], |
|
1559 "description": "Symfony polyfill for ctype functions", |
|
1560 "homepage": "https://symfony.com", |
|
1561 "keywords": [ |
|
1562 "compatibility", |
|
1563 "ctype", |
|
1564 "polyfill", |
|
1565 "portable" |
|
1566 ], |
|
1567 "time": "2019-02-06T07:57:58+00:00" |
|
1568 }, |
|
1569 { |
|
1570 "name": "symfony/polyfill-mbstring", |
|
1571 "version": "v1.11.0", |
|
1572 "source": { |
|
1573 "type": "git", |
|
1574 "url": "https://github.com/symfony/polyfill-mbstring.git", |
|
1575 "reference": "fe5e94c604826c35a32fa832f35bd036b6799609" |
|
1576 }, |
|
1577 "dist": { |
|
1578 "type": "zip", |
|
1579 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/fe5e94c604826c35a32fa832f35bd036b6799609", |
|
1580 "reference": "fe5e94c604826c35a32fa832f35bd036b6799609", |
|
1581 "shasum": "" |
|
1582 }, |
|
1583 "require": { |
|
1584 "php": ">=5.3.3" |
|
1585 }, |
|
1586 "suggest": { |
|
1587 "ext-mbstring": "For best performance" |
|
1588 }, |
|
1589 "type": "library", |
|
1590 "extra": { |
|
1591 "branch-alias": { |
|
1592 "dev-master": "1.11-dev" |
|
1593 } |
|
1594 }, |
|
1595 "autoload": { |
|
1596 "psr-4": { |
|
1597 "Symfony\\Polyfill\\Mbstring\\": "" |
|
1598 }, |
|
1599 "files": [ |
|
1600 "bootstrap.php" |
|
1601 ] |
|
1602 }, |
|
1603 "notification-url": "https://packagist.org/downloads/", |
|
1604 "license": [ |
|
1605 "MIT" |
|
1606 ], |
|
1607 "authors": [ |
|
1608 { |
|
1609 "name": "Nicolas Grekas", |
|
1610 "email": "p@tchwork.com" |
|
1611 }, |
|
1612 { |
|
1613 "name": "Symfony Community", |
|
1614 "homepage": "https://symfony.com/contributors" |
|
1615 } |
|
1616 ], |
|
1617 "description": "Symfony polyfill for the Mbstring extension", |
|
1618 "homepage": "https://symfony.com", |
|
1619 "keywords": [ |
|
1620 "compatibility", |
|
1621 "mbstring", |
|
1622 "polyfill", |
|
1623 "portable", |
|
1624 "shim" |
|
1625 ], |
|
1626 "time": "2019-02-06T07:57:58+00:00" |
|
1627 }, |
|
1628 { |
|
1629 "name": "symfony/process", |
|
1630 "version": "v4.2.7", |
|
1631 "source": { |
|
1632 "type": "git", |
|
1633 "url": "https://github.com/symfony/process.git", |
|
1634 "reference": "8cf39fb4ccff793340c258ee7760fd40bfe745fe" |
|
1635 }, |
|
1636 "dist": { |
|
1637 "type": "zip", |
|
1638 "url": "https://api.github.com/repos/symfony/process/zipball/8cf39fb4ccff793340c258ee7760fd40bfe745fe", |
|
1639 "reference": "8cf39fb4ccff793340c258ee7760fd40bfe745fe", |
|
1640 "shasum": "" |
|
1641 }, |
|
1642 "require": { |
|
1643 "php": "^7.1.3" |
|
1644 }, |
|
1645 "type": "library", |
|
1646 "extra": { |
|
1647 "branch-alias": { |
|
1648 "dev-master": "4.2-dev" |
|
1649 } |
|
1650 }, |
|
1651 "autoload": { |
|
1652 "psr-4": { |
|
1653 "Symfony\\Component\\Process\\": "" |
|
1654 }, |
|
1655 "exclude-from-classmap": [ |
|
1656 "/Tests/" |
|
1657 ] |
|
1658 }, |
|
1659 "notification-url": "https://packagist.org/downloads/", |
|
1660 "license": [ |
|
1661 "MIT" |
|
1662 ], |
|
1663 "authors": [ |
|
1664 { |
|
1665 "name": "Fabien Potencier", |
|
1666 "email": "fabien@symfony.com" |
|
1667 }, |
|
1668 { |
|
1669 "name": "Symfony Community", |
|
1670 "homepage": "https://symfony.com/contributors" |
|
1671 } |
|
1672 ], |
|
1673 "description": "Symfony Process Component", |
|
1674 "homepage": "https://symfony.com", |
|
1675 "time": "2019-04-10T16:20:36+00:00" |
|
1676 }, |
|
1677 { |
|
1678 "name": "vlucas/phpdotenv", |
|
1679 "version": "v3.3.3", |
|
1680 "source": { |
|
1681 "type": "git", |
|
1682 "url": "https://github.com/vlucas/phpdotenv.git", |
|
1683 "reference": "dbcc609971dd9b55f48b8008b553d79fd372ddde" |
|
1684 }, |
|
1685 "dist": { |
|
1686 "type": "zip", |
|
1687 "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/dbcc609971dd9b55f48b8008b553d79fd372ddde", |
|
1688 "reference": "dbcc609971dd9b55f48b8008b553d79fd372ddde", |
|
1689 "shasum": "" |
|
1690 }, |
|
1691 "require": { |
|
1692 "php": "^5.4 || ^7.0", |
|
1693 "phpoption/phpoption": "^1.5", |
|
1694 "symfony/polyfill-ctype": "^1.9" |
|
1695 }, |
|
1696 "require-dev": { |
|
1697 "phpunit/phpunit": "^4.8.35 || ^5.0 || ^6.0" |
|
1698 }, |
|
1699 "type": "library", |
|
1700 "extra": { |
|
1701 "branch-alias": { |
|
1702 "dev-master": "3.3-dev" |
|
1703 } |
|
1704 }, |
|
1705 "autoload": { |
|
1706 "psr-4": { |
|
1707 "Dotenv\\": "src/" |
|
1708 } |
|
1709 }, |
|
1710 "notification-url": "https://packagist.org/downloads/", |
|
1711 "license": [ |
|
1712 "BSD-3-Clause" |
|
1713 ], |
|
1714 "authors": [ |
|
1715 { |
|
1716 "name": "Vance Lucas", |
|
1717 "email": "vance@vancelucas.com", |
|
1718 "homepage": "http://www.vancelucas.com" |
|
1719 } |
|
1720 ], |
|
1721 "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.", |
|
1722 "keywords": [ |
|
1723 "dotenv", |
|
1724 "env", |
|
1725 "environment" |
|
1726 ], |
|
1727 "time": "2019-03-06T09:39:45+00:00" |
|
1728 }, |
|
1729 { |
|
1730 "name": "wp-cli/cache-command", |
|
1731 "version": "v2.0.1", |
|
1732 "source": { |
|
1733 "type": "git", |
|
1734 "url": "https://github.com/wp-cli/cache-command.git", |
|
1735 "reference": "7773dfa4ce57fc4d32e5d7c8acf52b8c35a0a70a" |
|
1736 }, |
|
1737 "dist": { |
|
1738 "type": "zip", |
|
1739 "url": "https://api.github.com/repos/wp-cli/cache-command/zipball/7773dfa4ce57fc4d32e5d7c8acf52b8c35a0a70a", |
|
1740 "reference": "7773dfa4ce57fc4d32e5d7c8acf52b8c35a0a70a", |
|
1741 "shasum": "" |
|
1742 }, |
|
1743 "require": { |
|
1744 "wp-cli/wp-cli": "^2" |
|
1745 }, |
|
1746 "require-dev": { |
|
1747 "wp-cli/entity-command": "^1.3 || ^2", |
|
1748 "wp-cli/wp-cli-tests": "^2.0.11" |
|
1749 }, |
|
1750 "type": "wp-cli-package", |
|
1751 "extra": { |
|
1752 "branch-alias": { |
|
1753 "dev-master": "2.x-dev" |
|
1754 }, |
|
1755 "bundled": true, |
|
1756 "commands": [ |
|
1757 "cache", |
|
1758 "cache add", |
|
1759 "cache decr", |
|
1760 "cache delete", |
|
1761 "cache flush", |
|
1762 "cache get", |
|
1763 "cache incr", |
|
1764 "cache replace", |
|
1765 "cache set", |
|
1766 "cache type", |
|
1767 "transient", |
|
1768 "transient delete", |
|
1769 "transient get", |
|
1770 "transient set", |
|
1771 "transient type", |
|
1772 "transient list" |
|
1773 ] |
|
1774 }, |
|
1775 "autoload": { |
|
1776 "psr-4": { |
|
1777 "": "src/" |
|
1778 }, |
|
1779 "files": [ |
|
1780 "cache-command.php" |
|
1781 ] |
|
1782 }, |
|
1783 "notification-url": "https://packagist.org/downloads/", |
|
1784 "license": [ |
|
1785 "MIT" |
|
1786 ], |
|
1787 "authors": [ |
|
1788 { |
|
1789 "name": "Daniel Bachhuber", |
|
1790 "email": "daniel@runcommand.io", |
|
1791 "homepage": "https://runcommand.io" |
|
1792 } |
|
1793 ], |
|
1794 "description": "Manages object and transient caches.", |
|
1795 "homepage": "https://github.com/wp-cli/cache-command", |
|
1796 "time": "2018-12-03T14:20:05+00:00" |
|
1797 }, |
|
1798 { |
|
1799 "name": "wp-cli/checksum-command", |
|
1800 "version": "v2.0.1", |
|
1801 "source": { |
|
1802 "type": "git", |
|
1803 "url": "https://github.com/wp-cli/checksum-command.git", |
|
1804 "reference": "b16e808ef59122970fe5e70ddc28b766aba529fc" |
|
1805 }, |
|
1806 "dist": { |
|
1807 "type": "zip", |
|
1808 "url": "https://api.github.com/repos/wp-cli/checksum-command/zipball/b16e808ef59122970fe5e70ddc28b766aba529fc", |
|
1809 "reference": "b16e808ef59122970fe5e70ddc28b766aba529fc", |
|
1810 "shasum": "" |
|
1811 }, |
|
1812 "require": { |
|
1813 "wp-cli/wp-cli": "^2" |
|
1814 }, |
|
1815 "require-dev": { |
|
1816 "wp-cli/extension-command": "^1.2 || ^2", |
|
1817 "wp-cli/wp-cli-tests": "^2.0.7" |
|
1818 }, |
|
1819 "type": "wp-cli-package", |
|
1820 "extra": { |
|
1821 "branch-alias": { |
|
1822 "dev-master": "2.x-dev" |
|
1823 }, |
|
1824 "bundled": true, |
|
1825 "commands": [ |
|
1826 "core verify-checksums", |
|
1827 "plugin verify-checksums" |
|
1828 ] |
|
1829 }, |
|
1830 "autoload": { |
|
1831 "psr-4": { |
|
1832 "": "src/" |
|
1833 }, |
|
1834 "files": [ |
|
1835 "checksum-command.php" |
|
1836 ] |
|
1837 }, |
|
1838 "notification-url": "https://packagist.org/downloads/", |
|
1839 "license": [ |
|
1840 "MIT" |
|
1841 ], |
|
1842 "authors": [ |
|
1843 { |
|
1844 "name": "Daniel Bachhuber", |
|
1845 "email": "daniel@runcommand.io", |
|
1846 "homepage": "https://runcommand.io" |
|
1847 } |
|
1848 ], |
|
1849 "description": "Verifies file integrity by comparing to published checksums.", |
|
1850 "homepage": "https://github.com/wp-cli/checksum-command", |
|
1851 "time": "2018-09-06T07:57:31+00:00" |
|
1852 }, |
|
1853 { |
|
1854 "name": "wp-cli/config-command", |
|
1855 "version": "v2.0.2", |
|
1856 "source": { |
|
1857 "type": "git", |
|
1858 "url": "https://github.com/wp-cli/config-command.git", |
|
1859 "reference": "21daa36c3960676ef58ab4e4db35106134ddcb79" |
|
1860 }, |
|
1861 "dist": { |
|
1862 "type": "zip", |
|
1863 "url": "https://api.github.com/repos/wp-cli/config-command/zipball/21daa36c3960676ef58ab4e4db35106134ddcb79", |
|
1864 "reference": "21daa36c3960676ef58ab4e4db35106134ddcb79", |
|
1865 "shasum": "" |
|
1866 }, |
|
1867 "require": { |
|
1868 "wp-cli/wp-cli": "^2", |
|
1869 "wp-cli/wp-config-transformer": "^1.2.1" |
|
1870 }, |
|
1871 "require-dev": { |
|
1872 "wp-cli/db-command": "^1.3 || ^2", |
|
1873 "wp-cli/wp-cli-tests": "^2.0.7" |
|
1874 }, |
|
1875 "type": "wp-cli-package", |
|
1876 "extra": { |
|
1877 "branch-alias": { |
|
1878 "dev-master": "2.x-dev" |
|
1879 }, |
|
1880 "bundled": true, |
|
1881 "commands": [ |
|
1882 "config", |
|
1883 "config edit", |
|
1884 "config delete", |
|
1885 "config create", |
|
1886 "config get", |
|
1887 "config has", |
|
1888 "config list", |
|
1889 "config path", |
|
1890 "config set", |
|
1891 "config shuffle-salts" |
|
1892 ] |
|
1893 }, |
|
1894 "autoload": { |
|
1895 "psr-4": { |
|
1896 "": "src/" |
|
1897 }, |
|
1898 "files": [ |
|
1899 "config-command.php" |
|
1900 ] |
|
1901 }, |
|
1902 "notification-url": "https://packagist.org/downloads/", |
|
1903 "license": [ |
|
1904 "MIT" |
|
1905 ], |
|
1906 "authors": [ |
|
1907 { |
|
1908 "name": "Daniel Bachhuber", |
|
1909 "email": "daniel@runcommand.io", |
|
1910 "homepage": "https://runcommand.io" |
|
1911 }, |
|
1912 { |
|
1913 "name": "Alain Schlesser", |
|
1914 "email": "alain.schlesser@gmail.com", |
|
1915 "homepage": "https://www.alainschlesser.com" |
|
1916 } |
|
1917 ], |
|
1918 "description": "Generates and reads the wp-config.php file.", |
|
1919 "homepage": "https://github.com/wp-cli/config-command", |
|
1920 "time": "2018-12-12T13:09:35+00:00" |
|
1921 }, |
|
1922 { |
|
1923 "name": "wp-cli/core-command", |
|
1924 "version": "v2.0.3", |
|
1925 "source": { |
|
1926 "type": "git", |
|
1927 "url": "https://github.com/wp-cli/core-command.git", |
|
1928 "reference": "54fdd306f5c6f136a9c4046358380eda4c92fd0c" |
|
1929 }, |
|
1930 "dist": { |
|
1931 "type": "zip", |
|
1932 "url": "https://api.github.com/repos/wp-cli/core-command/zipball/54fdd306f5c6f136a9c4046358380eda4c92fd0c", |
|
1933 "reference": "54fdd306f5c6f136a9c4046358380eda4c92fd0c", |
|
1934 "shasum": "" |
|
1935 }, |
|
1936 "require": { |
|
1937 "composer/semver": "^1.4", |
|
1938 "wp-cli/wp-cli": "^2.1" |
|
1939 }, |
|
1940 "require-dev": { |
|
1941 "wp-cli/checksum-command": "^1 || ^2", |
|
1942 "wp-cli/db-command": "^1.3 || ^2", |
|
1943 "wp-cli/entity-command": "^1.3 || ^2", |
|
1944 "wp-cli/extension-command": "^1.2 || ^2", |
|
1945 "wp-cli/wp-cli-tests": "^2.0.7" |
|
1946 }, |
|
1947 "type": "wp-cli-package", |
|
1948 "extra": { |
|
1949 "branch-alias": { |
|
1950 "dev-master": "2.x-dev" |
|
1951 }, |
|
1952 "bundled": true, |
|
1953 "commands": [ |
|
1954 "core", |
|
1955 "core check-update", |
|
1956 "core download", |
|
1957 "core install", |
|
1958 "core is-installed", |
|
1959 "core multisite-convert", |
|
1960 "core multisite-install", |
|
1961 "core update", |
|
1962 "core update-db", |
|
1963 "core version" |
|
1964 ] |
|
1965 }, |
|
1966 "autoload": { |
|
1967 "psr-4": { |
|
1968 "": "src/" |
|
1969 }, |
|
1970 "files": [ |
|
1971 "core-command.php" |
|
1972 ] |
|
1973 }, |
|
1974 "notification-url": "https://packagist.org/downloads/", |
|
1975 "license": [ |
|
1976 "MIT" |
|
1977 ], |
|
1978 "authors": [ |
|
1979 { |
|
1980 "name": "Daniel Bachhuber", |
|
1981 "email": "daniel@runcommand.io", |
|
1982 "homepage": "https://runcommand.io" |
|
1983 } |
|
1984 ], |
|
1985 "description": "Downloads, installs, updates, and manages a WordPress installation.", |
|
1986 "homepage": "https://github.com/wp-cli/core-command", |
|
1987 "time": "2018-12-18T16:55:35+00:00" |
|
1988 }, |
|
1989 { |
|
1990 "name": "wp-cli/cron-command", |
|
1991 "version": "v2.0.1", |
|
1992 "source": { |
|
1993 "type": "git", |
|
1994 "url": "https://github.com/wp-cli/cron-command.git", |
|
1995 "reference": "1eadbe6d729a24073d5ce00171f06b4b8c065a9b" |
|
1996 }, |
|
1997 "dist": { |
|
1998 "type": "zip", |
|
1999 "url": "https://api.github.com/repos/wp-cli/cron-command/zipball/1eadbe6d729a24073d5ce00171f06b4b8c065a9b", |
|
2000 "reference": "1eadbe6d729a24073d5ce00171f06b4b8c065a9b", |
|
2001 "shasum": "" |
|
2002 }, |
|
2003 "require": { |
|
2004 "wp-cli/wp-cli": "^2" |
|
2005 }, |
|
2006 "require-dev": { |
|
2007 "wp-cli/entity-command": "^1.3 || ^2", |
|
2008 "wp-cli/wp-cli-tests": "^2.0.11" |
|
2009 }, |
|
2010 "type": "wp-cli-package", |
|
2011 "extra": { |
|
2012 "branch-alias": { |
|
2013 "dev-master": "2.x-dev" |
|
2014 }, |
|
2015 "bundled": true, |
|
2016 "commands": [ |
|
2017 "cron", |
|
2018 "cron test", |
|
2019 "cron event", |
|
2020 "cron event delete", |
|
2021 "cron event list", |
|
2022 "cron event run", |
|
2023 "cron event schedule", |
|
2024 "cron schedule", |
|
2025 "cron schedule list" |
|
2026 ] |
|
2027 }, |
|
2028 "autoload": { |
|
2029 "psr-4": { |
|
2030 "": "src/" |
|
2031 }, |
|
2032 "files": [ |
|
2033 "cron-command.php" |
|
2034 ] |
|
2035 }, |
|
2036 "notification-url": "https://packagist.org/downloads/", |
|
2037 "license": [ |
|
2038 "MIT" |
|
2039 ], |
|
2040 "authors": [ |
|
2041 { |
|
2042 "name": "Daniel Bachhuber", |
|
2043 "email": "daniel@runcommand.io", |
|
2044 "homepage": "https://runcommand.io" |
|
2045 } |
|
2046 ], |
|
2047 "description": "Tests, runs, and deletes WP-Cron events; manages WP-Cron schedules.", |
|
2048 "homepage": "https://github.com/wp-cli/cron-command", |
|
2049 "time": "2018-11-24T09:09:49+00:00" |
|
2050 }, |
|
2051 { |
|
2052 "name": "wp-cli/db-command", |
|
2053 "version": "v2.0.1", |
|
2054 "source": { |
|
2055 "type": "git", |
|
2056 "url": "https://github.com/wp-cli/db-command.git", |
|
2057 "reference": "2ab6bd06619ef43cde96da47fa6c379be4fd79d2" |
|
2058 }, |
|
2059 "dist": { |
|
2060 "type": "zip", |
|
2061 "url": "https://api.github.com/repos/wp-cli/db-command/zipball/2ab6bd06619ef43cde96da47fa6c379be4fd79d2", |
|
2062 "reference": "2ab6bd06619ef43cde96da47fa6c379be4fd79d2", |
|
2063 "shasum": "" |
|
2064 }, |
|
2065 "require": { |
|
2066 "wp-cli/wp-cli": "^2" |
|
2067 }, |
|
2068 "require-dev": { |
|
2069 "wp-cli/entity-command": "^1.3 || ^2", |
|
2070 "wp-cli/wp-cli-tests": "^2.0.7" |
|
2071 }, |
|
2072 "type": "wp-cli-package", |
|
2073 "extra": { |
|
2074 "branch-alias": { |
|
2075 "dev-master": "2.x-dev" |
|
2076 }, |
|
2077 "bundled": true, |
|
2078 "commands": [ |
|
2079 "db", |
|
2080 "db clean", |
|
2081 "db create", |
|
2082 "db drop", |
|
2083 "db reset", |
|
2084 "db check", |
|
2085 "db optimize", |
|
2086 "db prefix", |
|
2087 "db repair", |
|
2088 "db cli", |
|
2089 "db query", |
|
2090 "db export", |
|
2091 "db import", |
|
2092 "db search", |
|
2093 "db tables", |
|
2094 "db size", |
|
2095 "db columns" |
|
2096 ] |
|
2097 }, |
|
2098 "autoload": { |
|
2099 "psr-4": { |
|
2100 "": "src/" |
|
2101 }, |
|
2102 "files": [ |
|
2103 "db-command.php" |
|
2104 ] |
|
2105 }, |
|
2106 "notification-url": "https://packagist.org/downloads/", |
|
2107 "license": [ |
|
2108 "MIT" |
|
2109 ], |
|
2110 "authors": [ |
|
2111 { |
|
2112 "name": "Daniel Bachhuber", |
|
2113 "email": "daniel@runcommand.io", |
|
2114 "homepage": "https://runcommand.io" |
|
2115 } |
|
2116 ], |
|
2117 "description": "Performs basic database operations using credentials stored in wp-config.php.", |
|
2118 "homepage": "https://github.com/wp-cli/db-command", |
|
2119 "time": "2018-12-17T08:15:29+00:00" |
|
2120 }, |
|
2121 { |
|
2122 "name": "wp-cli/embed-command", |
|
2123 "version": "v2.0.1", |
|
2124 "source": { |
|
2125 "type": "git", |
|
2126 "url": "https://github.com/wp-cli/embed-command.git", |
|
2127 "reference": "1de5709be6126731b6eb5094d0790a25f6572527" |
|
2128 }, |
|
2129 "dist": { |
|
2130 "type": "zip", |
|
2131 "url": "https://api.github.com/repos/wp-cli/embed-command/zipball/1de5709be6126731b6eb5094d0790a25f6572527", |
|
2132 "reference": "1de5709be6126731b6eb5094d0790a25f6572527", |
|
2133 "shasum": "" |
|
2134 }, |
|
2135 "require": { |
|
2136 "wp-cli/wp-cli": "^2" |
|
2137 }, |
|
2138 "require-dev": { |
|
2139 "wp-cli/entity-command": "^1.3 || ^2", |
|
2140 "wp-cli/wp-cli-tests": "^2.0.7" |
|
2141 }, |
|
2142 "type": "wp-cli-package", |
|
2143 "extra": { |
|
2144 "branch-alias": { |
|
2145 "dev-master": "2.x-dev" |
|
2146 }, |
|
2147 "bundled": true, |
|
2148 "commands": [ |
|
2149 "embed", |
|
2150 "embed fetch", |
|
2151 "embed provider", |
|
2152 "embed provider list", |
|
2153 "embed provider match", |
|
2154 "embed handler", |
|
2155 "embed handler list", |
|
2156 "embed cache", |
|
2157 "embed cache clear", |
|
2158 "embed cache find", |
|
2159 "embed cache trigger" |
|
2160 ] |
|
2161 }, |
|
2162 "autoload": { |
|
2163 "psr-4": { |
|
2164 "WP_CLI\\Embeds\\": "src/" |
|
2165 }, |
|
2166 "files": [ |
|
2167 "embed-command.php" |
|
2168 ] |
|
2169 }, |
|
2170 "notification-url": "https://packagist.org/downloads/", |
|
2171 "license": [ |
|
2172 "MIT" |
|
2173 ], |
|
2174 "authors": [ |
|
2175 { |
|
2176 "name": "Pascal Birchler", |
|
2177 "homepage": "https://pascalbirchler.com/" |
|
2178 } |
|
2179 ], |
|
2180 "description": "Inspects oEmbed providers, clears embed cache, and more.", |
|
2181 "homepage": "https://github.com/wp-cli/embed-command", |
|
2182 "time": "2018-10-24T15:44:01+00:00" |
|
2183 }, |
|
2184 { |
|
2185 "name": "wp-cli/entity-command", |
|
2186 "version": "v2.0.2", |
|
2187 "source": { |
|
2188 "type": "git", |
|
2189 "url": "https://github.com/wp-cli/entity-command.git", |
|
2190 "reference": "459fba68b2423eb34b2942431c969d274ad89501" |
|
2191 }, |
|
2192 "dist": { |
|
2193 "type": "zip", |
|
2194 "url": "https://api.github.com/repos/wp-cli/entity-command/zipball/459fba68b2423eb34b2942431c969d274ad89501", |
|
2195 "reference": "459fba68b2423eb34b2942431c969d274ad89501", |
|
2196 "shasum": "" |
|
2197 }, |
|
2198 "require": { |
|
2199 "wp-cli/wp-cli": "^2" |
|
2200 }, |
|
2201 "require-dev": { |
|
2202 "wp-cli/cache-command": "^1 || ^2", |
|
2203 "wp-cli/db-command": "^1.3 || ^2", |
|
2204 "wp-cli/extension-command": "^1.2 || ^2", |
|
2205 "wp-cli/media-command": "^1.1 || ^2", |
|
2206 "wp-cli/wp-cli-tests": "^2.0.7" |
|
2207 }, |
|
2208 "type": "wp-cli-package", |
|
2209 "extra": { |
|
2210 "branch-alias": { |
|
2211 "dev-master": "2.x-dev" |
|
2212 }, |
|
2213 "bundled": true, |
|
2214 "commands": [ |
|
2215 "comment", |
|
2216 "comment approve", |
|
2217 "comment count", |
|
2218 "comment create", |
|
2219 "comment delete", |
|
2220 "comment exists", |
|
2221 "comment generate", |
|
2222 "comment get", |
|
2223 "comment list", |
|
2224 "comment meta", |
|
2225 "comment meta add", |
|
2226 "comment meta delete", |
|
2227 "comment meta get", |
|
2228 "comment meta list", |
|
2229 "comment meta patch", |
|
2230 "comment meta pluck", |
|
2231 "comment meta update", |
|
2232 "comment recount", |
|
2233 "comment spam", |
|
2234 "comment status", |
|
2235 "comment trash", |
|
2236 "comment unapprove", |
|
2237 "comment unspam", |
|
2238 "comment untrash", |
|
2239 "comment update", |
|
2240 "menu", |
|
2241 "menu create", |
|
2242 "menu delete", |
|
2243 "menu item", |
|
2244 "menu item add-custom", |
|
2245 "menu item add-post", |
|
2246 "menu item add-term", |
|
2247 "menu item delete", |
|
2248 "menu item list", |
|
2249 "menu item update", |
|
2250 "menu list", |
|
2251 "menu location", |
|
2252 "menu location assign", |
|
2253 "menu location list", |
|
2254 "menu location remove", |
|
2255 "network meta", |
|
2256 "network meta add", |
|
2257 "network meta delete", |
|
2258 "network meta get", |
|
2259 "network meta list", |
|
2260 "network meta patch", |
|
2261 "network meta pluck", |
|
2262 "network meta update", |
|
2263 "option", |
|
2264 "option add", |
|
2265 "option delete", |
|
2266 "option get", |
|
2267 "option list", |
|
2268 "option patch", |
|
2269 "option pluck", |
|
2270 "option update", |
|
2271 "post", |
|
2272 "post create", |
|
2273 "post delete", |
|
2274 "post edit", |
|
2275 "post exists", |
|
2276 "post generate", |
|
2277 "post get", |
|
2278 "post list", |
|
2279 "post meta", |
|
2280 "post meta add", |
|
2281 "post meta delete", |
|
2282 "post meta get", |
|
2283 "post meta list", |
|
2284 "post meta patch", |
|
2285 "post meta pluck", |
|
2286 "post meta update", |
|
2287 "post term", |
|
2288 "post term add", |
|
2289 "post term list", |
|
2290 "post term remove", |
|
2291 "post term set", |
|
2292 "post update", |
|
2293 "post-type", |
|
2294 "post-type get", |
|
2295 "post-type list", |
|
2296 "site", |
|
2297 "site activate", |
|
2298 "site archive", |
|
2299 "site create", |
|
2300 "site deactivate", |
|
2301 "site delete", |
|
2302 "site empty", |
|
2303 "site list", |
|
2304 "site mature", |
|
2305 "site option", |
|
2306 "site private", |
|
2307 "site public", |
|
2308 "site spam", |
|
2309 "site unarchive", |
|
2310 "site unmature", |
|
2311 "site unspam", |
|
2312 "taxonomy", |
|
2313 "taxonomy get", |
|
2314 "taxonomy list", |
|
2315 "term", |
|
2316 "term create", |
|
2317 "term delete", |
|
2318 "term generate", |
|
2319 "term get", |
|
2320 "term list", |
|
2321 "term meta", |
|
2322 "term meta add", |
|
2323 "term meta delete", |
|
2324 "term meta get", |
|
2325 "term meta list", |
|
2326 "term meta patch", |
|
2327 "term meta pluck", |
|
2328 "term meta update", |
|
2329 "term recount", |
|
2330 "term update", |
|
2331 "user", |
|
2332 "user add-cap", |
|
2333 "user add-role", |
|
2334 "user create", |
|
2335 "user delete", |
|
2336 "user generate", |
|
2337 "user get", |
|
2338 "user import-csv", |
|
2339 "user list", |
|
2340 "user list-caps", |
|
2341 "user meta", |
|
2342 "user meta add", |
|
2343 "user meta delete", |
|
2344 "user meta get", |
|
2345 "user meta list", |
|
2346 "user meta patch", |
|
2347 "user meta pluck", |
|
2348 "user meta update", |
|
2349 "user remove-cap", |
|
2350 "user remove-role", |
|
2351 "user reset-password", |
|
2352 "user session", |
|
2353 "user session destroy", |
|
2354 "user session list", |
|
2355 "user set-role", |
|
2356 "user spam", |
|
2357 "user term", |
|
2358 "user term add", |
|
2359 "user term list", |
|
2360 "user term remove", |
|
2361 "user term set", |
|
2362 "user unspam", |
|
2363 "user update" |
|
2364 ] |
|
2365 }, |
|
2366 "autoload": { |
|
2367 "psr-4": { |
|
2368 "": "src/", |
|
2369 "WP_CLI\\": "src/WP_CLI" |
|
2370 }, |
|
2371 "files": [ |
|
2372 "entity-command.php" |
|
2373 ] |
|
2374 }, |
|
2375 "notification-url": "https://packagist.org/downloads/", |
|
2376 "license": [ |
|
2377 "MIT" |
|
2378 ], |
|
2379 "authors": [ |
|
2380 { |
|
2381 "name": "Daniel Bachhuber", |
|
2382 "email": "daniel@runcommand.io", |
|
2383 "homepage": "https://runcommand.io" |
|
2384 } |
|
2385 ], |
|
2386 "description": "Manage WordPress comments, menus, options, posts, sites, terms, and users.", |
|
2387 "homepage": "https://github.com/wp-cli/entity-command", |
|
2388 "time": "2018-12-12T17:04:32+00:00" |
|
2389 }, |
|
2390 { |
|
2391 "name": "wp-cli/eval-command", |
|
2392 "version": "v2.0.3", |
|
2393 "source": { |
|
2394 "type": "git", |
|
2395 "url": "https://github.com/wp-cli/eval-command.git", |
|
2396 "reference": "fc440912f9e89e1075082020594c5b301df025e5" |
|
2397 }, |
|
2398 "dist": { |
|
2399 "type": "zip", |
|
2400 "url": "https://api.github.com/repos/wp-cli/eval-command/zipball/fc440912f9e89e1075082020594c5b301df025e5", |
|
2401 "reference": "fc440912f9e89e1075082020594c5b301df025e5", |
|
2402 "shasum": "" |
|
2403 }, |
|
2404 "require": { |
|
2405 "wp-cli/wp-cli": "^2" |
|
2406 }, |
|
2407 "require-dev": { |
|
2408 "wp-cli/wp-cli-tests": "^2.0.7" |
|
2409 }, |
|
2410 "type": "wp-cli-package", |
|
2411 "extra": { |
|
2412 "branch-alias": { |
|
2413 "dev-master": "2.x-dev" |
|
2414 }, |
|
2415 "bundled": true, |
|
2416 "commands": [ |
|
2417 "eval", |
|
2418 "eval-file" |
|
2419 ] |
|
2420 }, |
|
2421 "autoload": { |
|
2422 "psr-4": { |
|
2423 "": "src/" |
|
2424 }, |
|
2425 "files": [ |
|
2426 "eval-command.php" |
|
2427 ] |
|
2428 }, |
|
2429 "notification-url": "https://packagist.org/downloads/", |
|
2430 "license": [ |
|
2431 "MIT" |
|
2432 ], |
|
2433 "authors": [ |
|
2434 { |
|
2435 "name": "Daniel Bachhuber", |
|
2436 "email": "daniel@runcommand.io", |
|
2437 "homepage": "https://runcommand.io" |
|
2438 } |
|
2439 ], |
|
2440 "description": "Executes arbitrary PHP code or files.", |
|
2441 "homepage": "https://github.com/wp-cli/eval-command", |
|
2442 "time": "2019-04-10T12:14:19+00:00" |
|
2443 }, |
|
2444 { |
|
2445 "name": "wp-cli/export-command", |
|
2446 "version": "v2.0.1", |
|
2447 "source": { |
|
2448 "type": "git", |
|
2449 "url": "https://github.com/wp-cli/export-command.git", |
|
2450 "reference": "81a5b244ed22e17e844614bcef9bc0711de25dd6" |
|
2451 }, |
|
2452 "dist": { |
|
2453 "type": "zip", |
|
2454 "url": "https://api.github.com/repos/wp-cli/export-command/zipball/81a5b244ed22e17e844614bcef9bc0711de25dd6", |
|
2455 "reference": "81a5b244ed22e17e844614bcef9bc0711de25dd6", |
|
2456 "shasum": "" |
|
2457 }, |
|
2458 "require": { |
|
2459 "nb/oxymel": "~0.1.0", |
|
2460 "wp-cli/wp-cli": "^2" |
|
2461 }, |
|
2462 "require-dev": { |
|
2463 "wp-cli/db-command": "^1.3 || ^2", |
|
2464 "wp-cli/entity-command": "^1.3 || ^2", |
|
2465 "wp-cli/extension-command": "^1.2 || ^2", |
|
2466 "wp-cli/import-command": "^1 || ^2", |
|
2467 "wp-cli/wp-cli-tests": "^2.0.7" |
|
2468 }, |
|
2469 "type": "wp-cli-package", |
|
2470 "extra": { |
|
2471 "branch-alias": { |
|
2472 "dev-master": "2.x-dev" |
|
2473 }, |
|
2474 "bundled": true, |
|
2475 "commands": [ |
|
2476 "export" |
|
2477 ] |
|
2478 }, |
|
2479 "autoload": { |
|
2480 "psr-4": { |
|
2481 "": "src/" |
|
2482 }, |
|
2483 "files": [ |
|
2484 "export-command.php" |
|
2485 ] |
|
2486 }, |
|
2487 "notification-url": "https://packagist.org/downloads/", |
|
2488 "license": [ |
|
2489 "MIT" |
|
2490 ], |
|
2491 "authors": [ |
|
2492 { |
|
2493 "name": "Daniel Bachhuber", |
|
2494 "email": "daniel@runcommand.io", |
|
2495 "homepage": "https://runcommand.io" |
|
2496 } |
|
2497 ], |
|
2498 "description": "Exports WordPress content to a WXR file.", |
|
2499 "homepage": "https://github.com/wp-cli/export-command", |
|
2500 "time": "2018-10-25T10:14:05+00:00" |
|
2501 }, |
|
2502 { |
|
2503 "name": "wp-cli/extension-command", |
|
2504 "version": "v2.0.3", |
|
2505 "source": { |
|
2506 "type": "git", |
|
2507 "url": "https://github.com/wp-cli/extension-command.git", |
|
2508 "reference": "5c7fbd9593d735a23aaee99cecdc89223dc037ae" |
|
2509 }, |
|
2510 "dist": { |
|
2511 "type": "zip", |
|
2512 "url": "https://api.github.com/repos/wp-cli/extension-command/zipball/5c7fbd9593d735a23aaee99cecdc89223dc037ae", |
|
2513 "reference": "5c7fbd9593d735a23aaee99cecdc89223dc037ae", |
|
2514 "shasum": "" |
|
2515 }, |
|
2516 "require": { |
|
2517 "composer/semver": "^1.4", |
|
2518 "wp-cli/wp-cli": "^2" |
|
2519 }, |
|
2520 "require-dev": { |
|
2521 "wp-cli/entity-command": "^1.3 || ^2", |
|
2522 "wp-cli/scaffold-command": "^1.2 || ^2", |
|
2523 "wp-cli/wp-cli-tests": "^2.0.7" |
|
2524 }, |
|
2525 "type": "wp-cli-package", |
|
2526 "extra": { |
|
2527 "branch-alias": { |
|
2528 "dev-master": "2.x-dev" |
|
2529 }, |
|
2530 "bundled": true, |
|
2531 "commands": [ |
|
2532 "plugin", |
|
2533 "plugin activate", |
|
2534 "plugin deactivate", |
|
2535 "plugin delete", |
|
2536 "plugin get", |
|
2537 "plugin install", |
|
2538 "plugin is-installed", |
|
2539 "plugin list", |
|
2540 "plugin path", |
|
2541 "plugin search", |
|
2542 "plugin status", |
|
2543 "plugin toggle", |
|
2544 "plugin uninstall", |
|
2545 "plugin update", |
|
2546 "theme", |
|
2547 "theme activate", |
|
2548 "theme delete", |
|
2549 "theme disable", |
|
2550 "theme enable", |
|
2551 "theme get", |
|
2552 "theme install", |
|
2553 "theme is-installed", |
|
2554 "theme list", |
|
2555 "theme mod", |
|
2556 "theme mod get", |
|
2557 "theme mod set", |
|
2558 "theme mod remove", |
|
2559 "theme path", |
|
2560 "theme search", |
|
2561 "theme status", |
|
2562 "theme update", |
|
2563 "theme mod list" |
|
2564 ] |
|
2565 }, |
|
2566 "autoload": { |
|
2567 "psr-4": { |
|
2568 "": "src/" |
|
2569 }, |
|
2570 "files": [ |
|
2571 "extension-command.php" |
|
2572 ] |
|
2573 }, |
|
2574 "notification-url": "https://packagist.org/downloads/", |
|
2575 "license": [ |
|
2576 "MIT" |
|
2577 ], |
|
2578 "authors": [ |
|
2579 { |
|
2580 "name": "Daniel Bachhuber", |
|
2581 "email": "daniel@runcommand.io", |
|
2582 "homepage": "https://runcommand.io" |
|
2583 } |
|
2584 ], |
|
2585 "description": "Manages plugins and themes, including installs, activations, and updates.", |
|
2586 "homepage": "https://github.com/wp-cli/extension-command", |
|
2587 "time": "2018-12-12T15:09:01+00:00" |
|
2588 }, |
|
2589 { |
|
2590 "name": "wp-cli/i18n-command", |
|
2591 "version": "v2.1.0", |
|
2592 "source": { |
|
2593 "type": "git", |
|
2594 "url": "https://github.com/wp-cli/i18n-command.git", |
|
2595 "reference": "3050d9c953aa108477957cde693f36fd6506948d" |
|
2596 }, |
|
2597 "dist": { |
|
2598 "type": "zip", |
|
2599 "url": "https://api.github.com/repos/wp-cli/i18n-command/zipball/3050d9c953aa108477957cde693f36fd6506948d", |
|
2600 "reference": "3050d9c953aa108477957cde693f36fd6506948d", |
|
2601 "shasum": "" |
|
2602 }, |
|
2603 "require": { |
|
2604 "gettext/gettext": "^4.6", |
|
2605 "mck89/peast": "^1.8", |
|
2606 "wp-cli/wp-cli": "^2" |
|
2607 }, |
|
2608 "require-dev": { |
|
2609 "wp-cli/scaffold-command": "^1.2 || ^2", |
|
2610 "wp-cli/wp-cli-tests": "^2.0.7" |
|
2611 }, |
|
2612 "type": "wp-cli-package", |
|
2613 "extra": { |
|
2614 "branch-alias": { |
|
2615 "dev-master": "2.x-dev" |
|
2616 }, |
|
2617 "bundled": true, |
|
2618 "commands": [ |
|
2619 "i18n", |
|
2620 "i18n make-pot", |
|
2621 "i18n make-json" |
|
2622 ] |
|
2623 }, |
|
2624 "autoload": { |
|
2625 "psr-4": { |
|
2626 "WP_CLI\\I18n\\": "src/" |
|
2627 }, |
|
2628 "files": [ |
|
2629 "i18n-command.php" |
|
2630 ] |
|
2631 }, |
|
2632 "notification-url": "https://packagist.org/downloads/", |
|
2633 "license": [ |
|
2634 "MIT" |
|
2635 ], |
|
2636 "authors": [ |
|
2637 { |
|
2638 "name": "Pascal Birchler", |
|
2639 "homepage": "https://pascalbirchler.com/" |
|
2640 } |
|
2641 ], |
|
2642 "description": "Provides internationalization tools for WordPress projects.", |
|
2643 "homepage": "https://github.com/wp-cli/i18n-command", |
|
2644 "time": "2018-12-05T16:57:17+00:00" |
|
2645 }, |
|
2646 { |
|
2647 "name": "wp-cli/import-command", |
|
2648 "version": "v2.0.1", |
|
2649 "source": { |
|
2650 "type": "git", |
|
2651 "url": "https://github.com/wp-cli/import-command.git", |
|
2652 "reference": "c923cbdb15b9a9158f639e1ddcc1d384922c293d" |
|
2653 }, |
|
2654 "dist": { |
|
2655 "type": "zip", |
|
2656 "url": "https://api.github.com/repos/wp-cli/import-command/zipball/c923cbdb15b9a9158f639e1ddcc1d384922c293d", |
|
2657 "reference": "c923cbdb15b9a9158f639e1ddcc1d384922c293d", |
|
2658 "shasum": "" |
|
2659 }, |
|
2660 "require": { |
|
2661 "wp-cli/wp-cli": "^2" |
|
2662 }, |
|
2663 "require-dev": { |
|
2664 "wp-cli/entity-command": "^1.3 || ^2", |
|
2665 "wp-cli/export-command": "^1 || ^2", |
|
2666 "wp-cli/extension-command": "^1.2 || ^2", |
|
2667 "wp-cli/wp-cli-tests": "^2.0.7" |
|
2668 }, |
|
2669 "type": "wp-cli-package", |
|
2670 "extra": { |
|
2671 "branch-alias": { |
|
2672 "dev-master": "2.x-dev" |
|
2673 }, |
|
2674 "bundled": true, |
|
2675 "commands": [ |
|
2676 "import" |
|
2677 ] |
|
2678 }, |
|
2679 "autoload": { |
|
2680 "psr-4": { |
|
2681 "": "src/" |
|
2682 }, |
|
2683 "files": [ |
|
2684 "import-command.php" |
|
2685 ] |
|
2686 }, |
|
2687 "notification-url": "https://packagist.org/downloads/", |
|
2688 "license": [ |
|
2689 "MIT" |
|
2690 ], |
|
2691 "authors": [ |
|
2692 { |
|
2693 "name": "Daniel Bachhuber", |
|
2694 "email": "daniel@runcommand.io", |
|
2695 "homepage": "https://runcommand.io" |
|
2696 } |
|
2697 ], |
|
2698 "description": "Imports content from a given WXR file.", |
|
2699 "homepage": "https://github.com/wp-cli/import-command", |
|
2700 "time": "2018-12-09T21:21:23+00:00" |
|
2701 }, |
|
2702 { |
|
2703 "name": "wp-cli/language-command", |
|
2704 "version": "v2.0.2", |
|
2705 "source": { |
|
2706 "type": "git", |
|
2707 "url": "https://github.com/wp-cli/language-command.git", |
|
2708 "reference": "d0c7859b306b67062c2821f91ee583da2ef5357a" |
|
2709 }, |
|
2710 "dist": { |
|
2711 "type": "zip", |
|
2712 "url": "https://api.github.com/repos/wp-cli/language-command/zipball/d0c7859b306b67062c2821f91ee583da2ef5357a", |
|
2713 "reference": "d0c7859b306b67062c2821f91ee583da2ef5357a", |
|
2714 "shasum": "" |
|
2715 }, |
|
2716 "require": { |
|
2717 "wp-cli/wp-cli": "^2" |
|
2718 }, |
|
2719 "require-dev": { |
|
2720 "wp-cli/db-command": "^1.3 || ^2", |
|
2721 "wp-cli/entity-command": "^1.3 || ^2", |
|
2722 "wp-cli/extension-command": "^1.2 || ^2", |
|
2723 "wp-cli/wp-cli-tests": "^2.0.7" |
|
2724 }, |
|
2725 "type": "wp-cli-package", |
|
2726 "extra": { |
|
2727 "branch-alias": { |
|
2728 "dev-master": "2.x-dev" |
|
2729 }, |
|
2730 "bundled": true, |
|
2731 "commands": [ |
|
2732 "language", |
|
2733 "language core", |
|
2734 "language core activate", |
|
2735 "language core is-installed", |
|
2736 "language core install", |
|
2737 "language core list", |
|
2738 "language core uninstall", |
|
2739 "language core update", |
|
2740 "language plugin", |
|
2741 "language plugin is-installed", |
|
2742 "language plugin install", |
|
2743 "language plugin list", |
|
2744 "language plugin uninstall", |
|
2745 "language plugin update", |
|
2746 "language theme", |
|
2747 "language theme is-installed", |
|
2748 "language theme install", |
|
2749 "language theme list", |
|
2750 "language theme uninstall", |
|
2751 "language theme update" |
|
2752 ] |
|
2753 }, |
|
2754 "autoload": { |
|
2755 "psr-4": { |
|
2756 "": "src/" |
|
2757 }, |
|
2758 "files": [ |
|
2759 "language-command.php" |
|
2760 ] |
|
2761 }, |
|
2762 "notification-url": "https://packagist.org/downloads/", |
|
2763 "license": [ |
|
2764 "MIT" |
|
2765 ], |
|
2766 "authors": [ |
|
2767 { |
|
2768 "name": "Daniel Bachhuber", |
|
2769 "email": "daniel@runcommand.io", |
|
2770 "homepage": "https://runcommand.io" |
|
2771 } |
|
2772 ], |
|
2773 "description": "Installs, activates, and manages language packs.", |
|
2774 "homepage": "https://github.com/wp-cli/language-command", |
|
2775 "time": "2018-12-04T16:02:39+00:00" |
|
2776 }, |
|
2777 { |
|
2778 "name": "wp-cli/media-command", |
|
2779 "version": "v2.0.2", |
|
2780 "source": { |
|
2781 "type": "git", |
|
2782 "url": "https://github.com/wp-cli/media-command.git", |
|
2783 "reference": "b69c2b224e0b55ead0c44dfe7d248cc304004ceb" |
|
2784 }, |
|
2785 "dist": { |
|
2786 "type": "zip", |
|
2787 "url": "https://api.github.com/repos/wp-cli/media-command/zipball/b69c2b224e0b55ead0c44dfe7d248cc304004ceb", |
|
2788 "reference": "b69c2b224e0b55ead0c44dfe7d248cc304004ceb", |
|
2789 "shasum": "" |
|
2790 }, |
|
2791 "require": { |
|
2792 "wp-cli/wp-cli": "^2" |
|
2793 }, |
|
2794 "require-dev": { |
|
2795 "wp-cli/entity-command": "^1.3 || ^2", |
|
2796 "wp-cli/wp-cli-tests": "^2.0.7" |
|
2797 }, |
|
2798 "type": "wp-cli-package", |
|
2799 "extra": { |
|
2800 "branch-alias": { |
|
2801 "dev-master": "2.x-dev" |
|
2802 }, |
|
2803 "bundled": true, |
|
2804 "commands": [ |
|
2805 "media", |
|
2806 "media import", |
|
2807 "media regenerate", |
|
2808 "media image-size" |
|
2809 ] |
|
2810 }, |
|
2811 "autoload": { |
|
2812 "psr-4": { |
|
2813 "": "src/" |
|
2814 }, |
|
2815 "files": [ |
|
2816 "media-command.php" |
|
2817 ] |
|
2818 }, |
|
2819 "notification-url": "https://packagist.org/downloads/", |
|
2820 "license": [ |
|
2821 "MIT" |
|
2822 ], |
|
2823 "authors": [ |
|
2824 { |
|
2825 "name": "Daniel Bachhuber", |
|
2826 "email": "daniel@runcommand.io", |
|
2827 "homepage": "https://runcommand.io" |
|
2828 } |
|
2829 ], |
|
2830 "description": "Imports files as attachments, regenerates thumbnails, or lists registered image sizes.", |
|
2831 "homepage": "https://github.com/wp-cli/media-command", |
|
2832 "time": "2018-12-18T12:20:48+00:00" |
|
2833 }, |
|
2834 { |
|
2835 "name": "wp-cli/mustangostang-spyc", |
|
2836 "version": "0.6.3", |
|
2837 "source": { |
|
2838 "type": "git", |
|
2839 "url": "https://github.com/wp-cli/spyc.git", |
|
2840 "reference": "6aa0b4da69ce9e9a2c8402dab8d43cf32c581cc7" |
|
2841 }, |
|
2842 "dist": { |
|
2843 "type": "zip", |
|
2844 "url": "https://api.github.com/repos/wp-cli/spyc/zipball/6aa0b4da69ce9e9a2c8402dab8d43cf32c581cc7", |
|
2845 "reference": "6aa0b4da69ce9e9a2c8402dab8d43cf32c581cc7", |
|
2846 "shasum": "" |
|
2847 }, |
|
2848 "require": { |
|
2849 "php": ">=5.3.1" |
|
2850 }, |
|
2851 "require-dev": { |
|
2852 "phpunit/phpunit": "4.3.*@dev" |
|
2853 }, |
|
2854 "type": "library", |
|
2855 "extra": { |
|
2856 "branch-alias": { |
|
2857 "dev-master": "0.5.x-dev" |
|
2858 } |
|
2859 }, |
|
2860 "autoload": { |
|
2861 "psr-4": { |
|
2862 "Mustangostang\\": "src/" |
|
2863 }, |
|
2864 "files": [ |
|
2865 "includes/functions.php" |
|
2866 ] |
|
2867 }, |
|
2868 "notification-url": "https://packagist.org/downloads/", |
|
2869 "license": [ |
|
2870 "MIT" |
|
2871 ], |
|
2872 "authors": [ |
|
2873 { |
|
2874 "name": "mustangostang", |
|
2875 "email": "vlad.andersen@gmail.com" |
|
2876 } |
|
2877 ], |
|
2878 "description": "A simple YAML loader/dumper class for PHP (WP-CLI fork)", |
|
2879 "homepage": "https://github.com/mustangostang/spyc/", |
|
2880 "time": "2017-04-25T11:26:20+00:00" |
|
2881 }, |
|
2882 { |
|
2883 "name": "wp-cli/package-command", |
|
2884 "version": "v2.0.4", |
|
2885 "source": { |
|
2886 "type": "git", |
|
2887 "url": "https://github.com/wp-cli/package-command.git", |
|
2888 "reference": "9cd0995fe59b2cbcf1cadb81f93c0f1191de9209" |
|
2889 }, |
|
2890 "dist": { |
|
2891 "type": "zip", |
|
2892 "url": "https://api.github.com/repos/wp-cli/package-command/zipball/9cd0995fe59b2cbcf1cadb81f93c0f1191de9209", |
|
2893 "reference": "9cd0995fe59b2cbcf1cadb81f93c0f1191de9209", |
|
2894 "shasum": "" |
|
2895 }, |
|
2896 "require": { |
|
2897 "composer/composer": ">=1.2.0 <1.7.0 || ^1.7.1", |
|
2898 "ext-json": "*", |
|
2899 "wp-cli/wp-cli": "^2.1" |
|
2900 }, |
|
2901 "require-dev": { |
|
2902 "wp-cli/scaffold-command": "^1 || ^2", |
|
2903 "wp-cli/wp-cli-tests": "^2.0.7" |
|
2904 }, |
|
2905 "type": "wp-cli-package", |
|
2906 "extra": { |
|
2907 "branch-alias": { |
|
2908 "dev-master": "2.x-dev" |
|
2909 }, |
|
2910 "bundled": true, |
|
2911 "commands": [ |
|
2912 "package", |
|
2913 "package browse", |
|
2914 "package install", |
|
2915 "package list", |
|
2916 "package update", |
|
2917 "package uninstall" |
|
2918 ] |
|
2919 }, |
|
2920 "autoload": { |
|
2921 "psr-4": { |
|
2922 "": "src/" |
|
2923 }, |
|
2924 "files": [ |
|
2925 "package-command.php" |
|
2926 ] |
|
2927 }, |
|
2928 "notification-url": "https://packagist.org/downloads/", |
|
2929 "license": [ |
|
2930 "MIT" |
|
2931 ], |
|
2932 "authors": [ |
|
2933 { |
|
2934 "name": "Daniel Bachhuber", |
|
2935 "email": "daniel@runcommand.io", |
|
2936 "homepage": "https://runcommand.io" |
|
2937 } |
|
2938 ], |
|
2939 "description": "Lists, installs, and removes WP-CLI packages.", |
|
2940 "homepage": "https://github.com/wp-cli/package-command", |
|
2941 "time": "2018-12-18T17:19:48+00:00" |
|
2942 }, |
|
2943 { |
|
2944 "name": "wp-cli/php-cli-tools", |
|
2945 "version": "v0.11.11", |
|
2946 "source": { |
|
2947 "type": "git", |
|
2948 "url": "https://github.com/wp-cli/php-cli-tools.git", |
|
2949 "reference": "fe9c7c44a9e1bf2196ec51dc38da0593dbf2993f" |
|
2950 }, |
|
2951 "dist": { |
|
2952 "type": "zip", |
|
2953 "url": "https://api.github.com/repos/wp-cli/php-cli-tools/zipball/fe9c7c44a9e1bf2196ec51dc38da0593dbf2993f", |
|
2954 "reference": "fe9c7c44a9e1bf2196ec51dc38da0593dbf2993f", |
|
2955 "shasum": "" |
|
2956 }, |
|
2957 "require": { |
|
2958 "php": ">= 5.3.0" |
|
2959 }, |
|
2960 "type": "library", |
|
2961 "autoload": { |
|
2962 "psr-0": { |
|
2963 "cli": "lib/" |
|
2964 }, |
|
2965 "files": [ |
|
2966 "lib/cli/cli.php" |
|
2967 ] |
|
2968 }, |
|
2969 "notification-url": "https://packagist.org/downloads/", |
|
2970 "license": [ |
|
2971 "MIT" |
|
2972 ], |
|
2973 "authors": [ |
|
2974 { |
|
2975 "name": "James Logsdon", |
|
2976 "email": "jlogsdon@php.net", |
|
2977 "role": "Developer" |
|
2978 }, |
|
2979 { |
|
2980 "name": "Daniel Bachhuber", |
|
2981 "email": "daniel@handbuilt.co", |
|
2982 "role": "Maintainer" |
|
2983 } |
|
2984 ], |
|
2985 "description": "Console utilities for PHP", |
|
2986 "homepage": "http://github.com/wp-cli/php-cli-tools", |
|
2987 "keywords": [ |
|
2988 "cli", |
|
2989 "console" |
|
2990 ], |
|
2991 "time": "2018-09-04T13:28:00+00:00" |
|
2992 }, |
|
2993 { |
|
2994 "name": "wp-cli/rewrite-command", |
|
2995 "version": "v2.0.1", |
|
2996 "source": { |
|
2997 "type": "git", |
|
2998 "url": "https://github.com/wp-cli/rewrite-command.git", |
|
2999 "reference": "6029d5f88cdc3b08beb6bd02b83fa653a4f46b4a" |
|
3000 }, |
|
3001 "dist": { |
|
3002 "type": "zip", |
|
3003 "url": "https://api.github.com/repos/wp-cli/rewrite-command/zipball/6029d5f88cdc3b08beb6bd02b83fa653a4f46b4a", |
|
3004 "reference": "6029d5f88cdc3b08beb6bd02b83fa653a4f46b4a", |
|
3005 "shasum": "" |
|
3006 }, |
|
3007 "require": { |
|
3008 "wp-cli/wp-cli": "^2" |
|
3009 }, |
|
3010 "require-dev": { |
|
3011 "wp-cli/entity-command": "^1.3 || ^2", |
|
3012 "wp-cli/wp-cli-tests": "^2.0.7" |
|
3013 }, |
|
3014 "type": "wp-cli-package", |
|
3015 "extra": { |
|
3016 "branch-alias": { |
|
3017 "dev-master": "2.x-dev" |
|
3018 }, |
|
3019 "bundled": true, |
|
3020 "commands": [ |
|
3021 "rewrite", |
|
3022 "rewrite flush", |
|
3023 "rewrite list", |
|
3024 "rewrite structure" |
|
3025 ] |
|
3026 }, |
|
3027 "autoload": { |
|
3028 "psr-4": { |
|
3029 "": "src/" |
|
3030 }, |
|
3031 "files": [ |
|
3032 "rewrite-command.php" |
|
3033 ] |
|
3034 }, |
|
3035 "notification-url": "https://packagist.org/downloads/", |
|
3036 "license": [ |
|
3037 "MIT" |
|
3038 ], |
|
3039 "authors": [ |
|
3040 { |
|
3041 "name": "Daniel Bachhuber", |
|
3042 "email": "daniel@runcommand.io", |
|
3043 "homepage": "https://runcommand.io" |
|
3044 } |
|
3045 ], |
|
3046 "description": "Lists or flushes the site's rewrite rules, updates the permalink structure.", |
|
3047 "homepage": "https://github.com/wp-cli/rewrite-command", |
|
3048 "time": "2018-10-25T10:16:18+00:00" |
|
3049 }, |
|
3050 { |
|
3051 "name": "wp-cli/role-command", |
|
3052 "version": "v2.0.1", |
|
3053 "source": { |
|
3054 "type": "git", |
|
3055 "url": "https://github.com/wp-cli/role-command.git", |
|
3056 "reference": "5779d872098c7fd6f2a5aee61a03c4b8d294b8e6" |
|
3057 }, |
|
3058 "dist": { |
|
3059 "type": "zip", |
|
3060 "url": "https://api.github.com/repos/wp-cli/role-command/zipball/5779d872098c7fd6f2a5aee61a03c4b8d294b8e6", |
|
3061 "reference": "5779d872098c7fd6f2a5aee61a03c4b8d294b8e6", |
|
3062 "shasum": "" |
|
3063 }, |
|
3064 "require": { |
|
3065 "wp-cli/wp-cli": "^2" |
|
3066 }, |
|
3067 "require-dev": { |
|
3068 "wp-cli/wp-cli-tests": "^2.0.7" |
|
3069 }, |
|
3070 "type": "wp-cli-package", |
|
3071 "extra": { |
|
3072 "branch-alias": { |
|
3073 "dev-master": "2.x-dev" |
|
3074 }, |
|
3075 "bundled": true, |
|
3076 "commands": [ |
|
3077 "role", |
|
3078 "role create", |
|
3079 "role delete", |
|
3080 "role exists", |
|
3081 "role list", |
|
3082 "role reset", |
|
3083 "cap", |
|
3084 "cap add", |
|
3085 "cap list", |
|
3086 "cap remove" |
|
3087 ] |
|
3088 }, |
|
3089 "autoload": { |
|
3090 "psr-4": { |
|
3091 "": "src/" |
|
3092 }, |
|
3093 "files": [ |
|
3094 "role-command.php" |
|
3095 ] |
|
3096 }, |
|
3097 "notification-url": "https://packagist.org/downloads/", |
|
3098 "license": [ |
|
3099 "MIT" |
|
3100 ], |
|
3101 "authors": [ |
|
3102 { |
|
3103 "name": "Daniel Bachhuber", |
|
3104 "email": "daniel@runcommand.io", |
|
3105 "homepage": "https://runcommand.io" |
|
3106 } |
|
3107 ], |
|
3108 "description": "Adds, removes, lists, and resets roles and capabilities.", |
|
3109 "homepage": "https://github.com/wp-cli/role-command", |
|
3110 "time": "2018-10-25T10:16:04+00:00" |
|
3111 }, |
|
3112 { |
|
3113 "name": "wp-cli/scaffold-command", |
|
3114 "version": "v2.0.4", |
|
3115 "source": { |
|
3116 "type": "git", |
|
3117 "url": "https://github.com/wp-cli/scaffold-command.git", |
|
3118 "reference": "1c5530e8692b91d2d343042620717a8bb2ab2573" |
|
3119 }, |
|
3120 "dist": { |
|
3121 "type": "zip", |
|
3122 "url": "https://api.github.com/repos/wp-cli/scaffold-command/zipball/1c5530e8692b91d2d343042620717a8bb2ab2573", |
|
3123 "reference": "1c5530e8692b91d2d343042620717a8bb2ab2573", |
|
3124 "shasum": "" |
|
3125 }, |
|
3126 "require": { |
|
3127 "wp-cli/wp-cli": "^2" |
|
3128 }, |
|
3129 "require-dev": { |
|
3130 "wp-cli/extension-command": "^1.2 || ^2", |
|
3131 "wp-cli/wp-cli-tests": "^2.0.7" |
|
3132 }, |
|
3133 "type": "wp-cli-package", |
|
3134 "extra": { |
|
3135 "branch-alias": { |
|
3136 "dev-master": "2.x-dev" |
|
3137 }, |
|
3138 "bundled": true, |
|
3139 "commands": [ |
|
3140 "scaffold", |
|
3141 "scaffold _s", |
|
3142 "scaffold block", |
|
3143 "scaffold child-theme", |
|
3144 "scaffold plugin", |
|
3145 "scaffold plugin-tests", |
|
3146 "scaffold post-type", |
|
3147 "scaffold taxonomy", |
|
3148 "scaffold theme-tests" |
|
3149 ] |
|
3150 }, |
|
3151 "autoload": { |
|
3152 "psr-4": { |
|
3153 "": "src/" |
|
3154 }, |
|
3155 "files": [ |
|
3156 "scaffold-command.php" |
|
3157 ] |
|
3158 }, |
|
3159 "notification-url": "https://packagist.org/downloads/", |
|
3160 "license": [ |
|
3161 "MIT" |
|
3162 ], |
|
3163 "authors": [ |
|
3164 { |
|
3165 "name": "Daniel Bachhuber", |
|
3166 "email": "daniel@runcommand.io", |
|
3167 "homepage": "https://runcommand.io" |
|
3168 } |
|
3169 ], |
|
3170 "description": "Generates code for post types, taxonomies, blocks, plugins, child themes, etc.", |
|
3171 "homepage": "https://github.com/wp-cli/scaffold-command", |
|
3172 "time": "2018-12-18T12:19:52+00:00" |
|
3173 }, |
|
3174 { |
|
3175 "name": "wp-cli/search-replace-command", |
|
3176 "version": "v2.0.1", |
|
3177 "source": { |
|
3178 "type": "git", |
|
3179 "url": "https://github.com/wp-cli/search-replace-command.git", |
|
3180 "reference": "3e5b96932b40e196e3de071ab2cbeaf12f19ef32" |
|
3181 }, |
|
3182 "dist": { |
|
3183 "type": "zip", |
|
3184 "url": "https://api.github.com/repos/wp-cli/search-replace-command/zipball/3e5b96932b40e196e3de071ab2cbeaf12f19ef32", |
|
3185 "reference": "3e5b96932b40e196e3de071ab2cbeaf12f19ef32", |
|
3186 "shasum": "" |
|
3187 }, |
|
3188 "require": { |
|
3189 "wp-cli/wp-cli": "^2" |
|
3190 }, |
|
3191 "require-dev": { |
|
3192 "wp-cli/db-command": "^1.3 || ^2", |
|
3193 "wp-cli/entity-command": "^1.3 || ^2", |
|
3194 "wp-cli/extension-command": "^1.2 || ^2", |
|
3195 "wp-cli/wp-cli-tests": "^2.0.7" |
|
3196 }, |
|
3197 "type": "wp-cli-package", |
|
3198 "extra": { |
|
3199 "branch-alias": { |
|
3200 "dev-master": "2.x-dev" |
|
3201 }, |
|
3202 "bundled": true, |
|
3203 "commands": [ |
|
3204 "search-replace" |
|
3205 ] |
|
3206 }, |
|
3207 "autoload": { |
|
3208 "psr-4": { |
|
3209 "": "src/" |
|
3210 }, |
|
3211 "files": [ |
|
3212 "search-replace-command.php" |
|
3213 ] |
|
3214 }, |
|
3215 "notification-url": "https://packagist.org/downloads/", |
|
3216 "license": [ |
|
3217 "MIT" |
|
3218 ], |
|
3219 "authors": [ |
|
3220 { |
|
3221 "name": "Daniel Bachhuber", |
|
3222 "email": "daniel@runcommand.io", |
|
3223 "homepage": "https://runcommand.io" |
|
3224 } |
|
3225 ], |
|
3226 "description": "Searches/replaces strings in the database.", |
|
3227 "homepage": "https://github.com/wp-cli/search-replace-command", |
|
3228 "time": "2018-12-12T01:12:14+00:00" |
|
3229 }, |
|
3230 { |
|
3231 "name": "wp-cli/server-command", |
|
3232 "version": "v2.0.1", |
|
3233 "source": { |
|
3234 "type": "git", |
|
3235 "url": "https://github.com/wp-cli/server-command.git", |
|
3236 "reference": "29635948d6a885bc4fea4c106f1a17f6745bd139" |
|
3237 }, |
|
3238 "dist": { |
|
3239 "type": "zip", |
|
3240 "url": "https://api.github.com/repos/wp-cli/server-command/zipball/29635948d6a885bc4fea4c106f1a17f6745bd139", |
|
3241 "reference": "29635948d6a885bc4fea4c106f1a17f6745bd139", |
|
3242 "shasum": "" |
|
3243 }, |
|
3244 "require": { |
|
3245 "wp-cli/wp-cli": "^2" |
|
3246 }, |
|
3247 "require-dev": { |
|
3248 "wp-cli/wp-cli-tests": "^2.0.7" |
|
3249 }, |
|
3250 "type": "wp-cli-package", |
|
3251 "extra": { |
|
3252 "branch-alias": { |
|
3253 "dev-master": "2.x-dev" |
|
3254 }, |
|
3255 "bundled": true, |
|
3256 "commands": [ |
|
3257 "server" |
|
3258 ] |
|
3259 }, |
|
3260 "autoload": { |
|
3261 "psr-4": { |
|
3262 "": "src/" |
|
3263 }, |
|
3264 "files": [ |
|
3265 "server-command.php" |
|
3266 ] |
|
3267 }, |
|
3268 "notification-url": "https://packagist.org/downloads/", |
|
3269 "license": [ |
|
3270 "MIT" |
|
3271 ], |
|
3272 "authors": [ |
|
3273 { |
|
3274 "name": "Daniel Bachhuber", |
|
3275 "email": "daniel@runcommand.io", |
|
3276 "homepage": "https://runcommand.io" |
|
3277 } |
|
3278 ], |
|
3279 "description": "Launches PHP's built-in web server for a specific WordPress installation.", |
|
3280 "homepage": "https://github.com/wp-cli/server-command", |
|
3281 "time": "2018-10-25T10:15:46+00:00" |
|
3282 }, |
|
3283 { |
|
3284 "name": "wp-cli/shell-command", |
|
3285 "version": "v2.0.2", |
|
3286 "source": { |
|
3287 "type": "git", |
|
3288 "url": "https://github.com/wp-cli/shell-command.git", |
|
3289 "reference": "bd6a2edc208386052c22012435e5d10b2b838ac5" |
|
3290 }, |
|
3291 "dist": { |
|
3292 "type": "zip", |
|
3293 "url": "https://api.github.com/repos/wp-cli/shell-command/zipball/bd6a2edc208386052c22012435e5d10b2b838ac5", |
|
3294 "reference": "bd6a2edc208386052c22012435e5d10b2b838ac5", |
|
3295 "shasum": "" |
|
3296 }, |
|
3297 "require": { |
|
3298 "wp-cli/wp-cli": "^2" |
|
3299 }, |
|
3300 "require-dev": { |
|
3301 "wp-cli/wp-cli-tests": "^2.0.7" |
|
3302 }, |
|
3303 "type": "wp-cli-package", |
|
3304 "extra": { |
|
3305 "branch-alias": { |
|
3306 "dev-master": "2.x-dev" |
|
3307 }, |
|
3308 "bundled": true, |
|
3309 "commands": [ |
|
3310 "shell" |
|
3311 ] |
|
3312 }, |
|
3313 "autoload": { |
|
3314 "psr-4": { |
|
3315 "": "src/", |
|
3316 "WP_CLI\\": "src/WP_CLI" |
|
3317 }, |
|
3318 "files": [ |
|
3319 "shell-command.php" |
|
3320 ] |
|
3321 }, |
|
3322 "notification-url": "https://packagist.org/downloads/", |
|
3323 "license": [ |
|
3324 "MIT" |
|
3325 ], |
|
3326 "authors": [ |
|
3327 { |
|
3328 "name": "Daniel Bachhuber", |
|
3329 "email": "daniel@runcommand.io", |
|
3330 "homepage": "https://runcommand.io" |
|
3331 } |
|
3332 ], |
|
3333 "description": "Opens an interactive PHP console for running and testing PHP code.", |
|
3334 "homepage": "https://github.com/wp-cli/shell-command", |
|
3335 "time": "2019-01-29T17:06:33+00:00" |
|
3336 }, |
|
3337 { |
|
3338 "name": "wp-cli/super-admin-command", |
|
3339 "version": "v2.0.1", |
|
3340 "source": { |
|
3341 "type": "git", |
|
3342 "url": "https://github.com/wp-cli/super-admin-command.git", |
|
3343 "reference": "41868c9e0c92740874c7734335a252684a2988d2" |
|
3344 }, |
|
3345 "dist": { |
|
3346 "type": "zip", |
|
3347 "url": "https://api.github.com/repos/wp-cli/super-admin-command/zipball/41868c9e0c92740874c7734335a252684a2988d2", |
|
3348 "reference": "41868c9e0c92740874c7734335a252684a2988d2", |
|
3349 "shasum": "" |
|
3350 }, |
|
3351 "require": { |
|
3352 "wp-cli/wp-cli": "^2" |
|
3353 }, |
|
3354 "require-dev": { |
|
3355 "wp-cli/entity-command": "^1.3 || ^2", |
|
3356 "wp-cli/wp-cli-tests": "^2.0.7" |
|
3357 }, |
|
3358 "type": "wp-cli-package", |
|
3359 "extra": { |
|
3360 "branch-alias": { |
|
3361 "dev-master": "2.x-dev" |
|
3362 }, |
|
3363 "bundled": true, |
|
3364 "commands": [ |
|
3365 "super-admin", |
|
3366 "super-admin add", |
|
3367 "super-admin list", |
|
3368 "super-admin remove" |
|
3369 ] |
|
3370 }, |
|
3371 "autoload": { |
|
3372 "psr-4": { |
|
3373 "": "src/" |
|
3374 }, |
|
3375 "files": [ |
|
3376 "super-admin-command.php" |
|
3377 ] |
|
3378 }, |
|
3379 "notification-url": "https://packagist.org/downloads/", |
|
3380 "license": [ |
|
3381 "MIT" |
|
3382 ], |
|
3383 "authors": [ |
|
3384 { |
|
3385 "name": "Daniel Bachhuber", |
|
3386 "email": "daniel@runcommand.io", |
|
3387 "homepage": "https://runcommand.io" |
|
3388 } |
|
3389 ], |
|
3390 "description": "Lists, adds, or removes super admin users on a multisite installation.", |
|
3391 "homepage": "https://github.com/wp-cli/super-admin-command", |
|
3392 "time": "2018-10-25T10:15:29+00:00" |
|
3393 }, |
|
3394 { |
|
3395 "name": "wp-cli/widget-command", |
|
3396 "version": "v2.0.1", |
|
3397 "source": { |
|
3398 "type": "git", |
|
3399 "url": "https://github.com/wp-cli/widget-command.git", |
|
3400 "reference": "741ea98193cd228afe722b30abf6656440c074e9" |
|
3401 }, |
|
3402 "dist": { |
|
3403 "type": "zip", |
|
3404 "url": "https://api.github.com/repos/wp-cli/widget-command/zipball/741ea98193cd228afe722b30abf6656440c074e9", |
|
3405 "reference": "741ea98193cd228afe722b30abf6656440c074e9", |
|
3406 "shasum": "" |
|
3407 }, |
|
3408 "require": { |
|
3409 "wp-cli/wp-cli": "^2" |
|
3410 }, |
|
3411 "require-dev": { |
|
3412 "wp-cli/extension-command": "^1.2 || ^2", |
|
3413 "wp-cli/wp-cli-tests": "^2.0.7" |
|
3414 }, |
|
3415 "type": "wp-cli-package", |
|
3416 "extra": { |
|
3417 "branch-alias": { |
|
3418 "dev-master": "2.x-dev" |
|
3419 }, |
|
3420 "bundled": true, |
|
3421 "commands": [ |
|
3422 "widget", |
|
3423 "widget add", |
|
3424 "widget deactivate", |
|
3425 "widget delete", |
|
3426 "widget list", |
|
3427 "widget move", |
|
3428 "widget reset", |
|
3429 "widget update", |
|
3430 "sidebar", |
|
3431 "sidebar list" |
|
3432 ] |
|
3433 }, |
|
3434 "autoload": { |
|
3435 "psr-4": { |
|
3436 "": "src/" |
|
3437 }, |
|
3438 "files": [ |
|
3439 "widget-command.php" |
|
3440 ] |
|
3441 }, |
|
3442 "notification-url": "https://packagist.org/downloads/", |
|
3443 "license": [ |
|
3444 "MIT" |
|
3445 ], |
|
3446 "authors": [ |
|
3447 { |
|
3448 "name": "Daniel Bachhuber", |
|
3449 "email": "daniel@runcommand.io", |
|
3450 "homepage": "https://runcommand.io" |
|
3451 } |
|
3452 ], |
|
3453 "description": "Adds, moves, and removes widgets; lists sidebars.", |
|
3454 "homepage": "https://github.com/wp-cli/widget-command", |
|
3455 "time": "2018-10-25T10:15:19+00:00" |
|
3456 }, |
|
3457 { |
|
3458 "name": "wp-cli/wp-cli", |
|
3459 "version": "v2.1.0", |
|
3460 "source": { |
|
3461 "type": "git", |
|
3462 "url": "https://github.com/wp-cli/wp-cli.git", |
|
3463 "reference": "6dde820a8f6f183f4b6d751e5be1cd343974f333" |
|
3464 }, |
|
3465 "dist": { |
|
3466 "type": "zip", |
|
3467 "url": "https://api.github.com/repos/wp-cli/wp-cli/zipball/6dde820a8f6f183f4b6d751e5be1cd343974f333", |
|
3468 "reference": "6dde820a8f6f183f4b6d751e5be1cd343974f333", |
|
3469 "shasum": "" |
|
3470 }, |
|
3471 "require": { |
|
3472 "ext-curl": "*", |
|
3473 "ext-readline": "*", |
|
3474 "mustache/mustache": "~2.4", |
|
3475 "php": ">=5.4", |
|
3476 "ramsey/array_column": "~1.1", |
|
3477 "rmccue/requests": "~1.6", |
|
3478 "symfony/finder": ">2.7", |
|
3479 "wp-cli/mustangostang-spyc": "^0.6.3", |
|
3480 "wp-cli/php-cli-tools": "~0.11.2" |
|
3481 }, |
|
3482 "require-dev": { |
|
3483 "roave/security-advisories": "dev-master", |
|
3484 "wp-cli/db-command": "^1.3 || ^2", |
|
3485 "wp-cli/entity-command": "^1.2 || ^2", |
|
3486 "wp-cli/extension-command": "^1.1 || ^2", |
|
3487 "wp-cli/package-command": "^1 || ^2", |
|
3488 "wp-cli/wp-cli-tests": "^2.0.8" |
|
3489 }, |
|
3490 "suggest": { |
|
3491 "ext-zip": "Needed to support extraction of ZIP archives when doing downloads or updates" |
|
3492 }, |
|
3493 "bin": [ |
|
3494 "bin/wp", |
|
3495 "bin/wp.bat" |
|
3496 ], |
|
3497 "type": "library", |
|
3498 "extra": { |
|
3499 "branch-alias": { |
|
3500 "dev-master": "2.1.x-dev" |
|
3501 } |
|
3502 }, |
|
3503 "autoload": { |
|
3504 "psr-0": { |
|
3505 "WP_CLI": "php" |
|
3506 } |
|
3507 }, |
|
3508 "notification-url": "https://packagist.org/downloads/", |
|
3509 "license": [ |
|
3510 "MIT" |
|
3511 ], |
|
3512 "description": "WP-CLI framework", |
|
3513 "homepage": "https://wp-cli.org", |
|
3514 "keywords": [ |
|
3515 "cli", |
|
3516 "wordpress" |
|
3517 ], |
|
3518 "time": "2018-12-18T17:37:51+00:00" |
|
3519 }, |
|
3520 { |
|
3521 "name": "wp-cli/wp-cli-bundle", |
|
3522 "version": "v2.1.0", |
|
3523 "source": { |
|
3524 "type": "git", |
|
3525 "url": "https://github.com/wp-cli/wp-cli-bundle.git", |
|
3526 "reference": "ae5557d7c5ece7dd682bca5784234d543d29dc5b" |
|
3527 }, |
|
3528 "dist": { |
|
3529 "type": "zip", |
|
3530 "url": "https://api.github.com/repos/wp-cli/wp-cli-bundle/zipball/ae5557d7c5ece7dd682bca5784234d543d29dc5b", |
|
3531 "reference": "ae5557d7c5ece7dd682bca5784234d543d29dc5b", |
|
3532 "shasum": "" |
|
3533 }, |
|
3534 "require": { |
|
3535 "php": ">=5.4", |
|
3536 "wp-cli/cache-command": "^2", |
|
3537 "wp-cli/checksum-command": "^2", |
|
3538 "wp-cli/config-command": "^2", |
|
3539 "wp-cli/core-command": "^2", |
|
3540 "wp-cli/cron-command": "^2", |
|
3541 "wp-cli/db-command": "^2", |
|
3542 "wp-cli/embed-command": "^2", |
|
3543 "wp-cli/entity-command": "^2", |
|
3544 "wp-cli/eval-command": "^2", |
|
3545 "wp-cli/export-command": "^2", |
|
3546 "wp-cli/extension-command": "^2", |
|
3547 "wp-cli/i18n-command": "^2", |
|
3548 "wp-cli/import-command": "^2", |
|
3549 "wp-cli/language-command": "^2", |
|
3550 "wp-cli/media-command": "^2", |
|
3551 "wp-cli/package-command": "^2", |
|
3552 "wp-cli/rewrite-command": "^2", |
|
3553 "wp-cli/role-command": "^2", |
|
3554 "wp-cli/scaffold-command": "^2", |
|
3555 "wp-cli/search-replace-command": "^2", |
|
3556 "wp-cli/server-command": "^2", |
|
3557 "wp-cli/shell-command": "^2", |
|
3558 "wp-cli/super-admin-command": "^2", |
|
3559 "wp-cli/widget-command": "^2", |
|
3560 "wp-cli/wp-cli": "^2.1.0" |
|
3561 }, |
|
3562 "require-dev": { |
|
3563 "roave/security-advisories": "dev-master", |
|
3564 "wp-cli/wp-cli-tests": "^2.0.7" |
|
3565 }, |
|
3566 "suggest": { |
|
3567 "psy/psysh": "Enhanced `wp shell` functionality" |
|
3568 }, |
|
3569 "type": "library", |
|
3570 "extra": { |
|
3571 "branch-alias": { |
|
3572 "dev-master": "2.1.x-dev" |
|
3573 } |
|
3574 }, |
|
3575 "notification-url": "https://packagist.org/downloads/", |
|
3576 "license": [ |
|
3577 "MIT" |
|
3578 ], |
|
3579 "description": "WP-CLI bundle package with default commands.", |
|
3580 "homepage": "https://wp-cli.org", |
|
3581 "keywords": [ |
|
3582 "cli", |
|
3583 "wordpress" |
|
3584 ], |
|
3585 "time": "2018-12-19T08:32:18+00:00" |
|
3586 }, |
|
3587 { |
|
3588 "name": "wp-cli/wp-config-transformer", |
|
3589 "version": "v1.2.5", |
|
3590 "source": { |
|
3591 "type": "git", |
|
3592 "url": "https://github.com/wp-cli/wp-config-transformer.git", |
|
3593 "reference": "46c6c3622196c55ea9b94e735e8c408425de8944" |
|
3594 }, |
|
3595 "dist": { |
|
3596 "type": "zip", |
|
3597 "url": "https://api.github.com/repos/wp-cli/wp-config-transformer/zipball/46c6c3622196c55ea9b94e735e8c408425de8944", |
|
3598 "reference": "46c6c3622196c55ea9b94e735e8c408425de8944", |
|
3599 "shasum": "" |
|
3600 }, |
|
3601 "require": { |
|
3602 "php": ">=5.3.29" |
|
3603 }, |
|
3604 "require-dev": { |
|
3605 "composer/composer": "^1.5.6", |
|
3606 "phpunit/phpunit": "^6.5.5", |
|
3607 "wp-coding-standards/wpcs": "^0.14.0" |
|
3608 }, |
|
3609 "type": "library", |
|
3610 "autoload": { |
|
3611 "files": [ |
|
3612 "src/WPConfigTransformer.php" |
|
3613 ] |
|
3614 }, |
|
3615 "notification-url": "https://packagist.org/downloads/", |
|
3616 "license": [ |
|
3617 "MIT" |
|
3618 ], |
|
3619 "authors": [ |
|
3620 { |
|
3621 "name": "Frankie Jarrett", |
|
3622 "email": "fjarrett@gmail.com" |
|
3623 } |
|
3624 ], |
|
3625 "description": "Programmatically edit a wp-config.php file.", |
|
3626 "time": "2019-04-01T15:03:00+00:00" |
|
3627 } |
|
3628 ], |
|
3629 "packages-dev": [ |
|
3630 { |
|
3631 "name": "roave/security-advisories", |
|
3632 "version": "dev-master", |
|
3633 "source": { |
|
3634 "type": "git", |
|
3635 "url": "https://github.com/Roave/SecurityAdvisories.git", |
|
3636 "reference": "9c6c45a2bf8825209fc18861ff666a90f4d878cf" |
|
3637 }, |
|
3638 "dist": { |
|
3639 "type": "zip", |
|
3640 "url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/9c6c45a2bf8825209fc18861ff666a90f4d878cf", |
|
3641 "reference": "9c6c45a2bf8825209fc18861ff666a90f4d878cf", |
|
3642 "shasum": "" |
|
3643 }, |
|
3644 "conflict": { |
|
3645 "3f/pygmentize": "<1.2", |
|
3646 "adodb/adodb-php": "<5.20.12", |
|
3647 "alterphp/easyadmin-extension-bundle": ">=1.2,<1.2.11|>=1.3,<1.3.1", |
|
3648 "amphp/artax": "<1.0.6|>=2,<2.0.6", |
|
3649 "amphp/http": "<1.0.1", |
|
3650 "api-platform/core": ">=2.2,<2.2.10|>=2.3,<2.3.6", |
|
3651 "asymmetricrypt/asymmetricrypt": ">=0,<9.9.99", |
|
3652 "aws/aws-sdk-php": ">=3,<3.2.1", |
|
3653 "brightlocal/phpwhois": "<=4.2.5", |
|
3654 "bugsnag/bugsnag-laravel": ">=2,<2.0.2", |
|
3655 "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.0.15|>=3.1,<3.1.4|>=3.4,<3.4.14|>=3.5,<3.5.17|>=3.6,<3.6.4", |
|
3656 "cart2quote/module-quotation": ">=4.1.6,<=4.4.5|>=5,<5.4.4", |
|
3657 "cartalyst/sentry": "<=2.1.6", |
|
3658 "codeigniter/framework": "<=3.0.6", |
|
3659 "composer/composer": "<=1.0.0-alpha11", |
|
3660 "contao-components/mediaelement": ">=2.14.2,<2.21.1", |
|
3661 "contao/core": ">=2,<3.5.39", |
|
3662 "contao/core-bundle": ">=4,<4.4.37|>=4.5,<4.7.3", |
|
3663 "contao/listing-bundle": ">=4,<4.4.8", |
|
3664 "contao/newsletter-bundle": ">=4,<4.1", |
|
3665 "david-garcia/phpwhois": "<=4.3.1", |
|
3666 "doctrine/annotations": ">=1,<1.2.7", |
|
3667 "doctrine/cache": ">=1,<1.3.2|>=1.4,<1.4.2", |
|
3668 "doctrine/common": ">=2,<2.4.3|>=2.5,<2.5.1", |
|
3669 "doctrine/dbal": ">=2,<2.0.8|>=2.1,<2.1.2", |
|
3670 "doctrine/doctrine-bundle": "<1.5.2", |
|
3671 "doctrine/doctrine-module": "<=0.7.1", |
|
3672 "doctrine/mongodb-odm": ">=1,<1.0.2", |
|
3673 "doctrine/mongodb-odm-bundle": ">=2,<3.0.1", |
|
3674 "doctrine/orm": ">=2,<2.4.8|>=2.5,<2.5.1", |
|
3675 "dompdf/dompdf": ">=0.6,<0.6.2", |
|
3676 "drupal/core": ">=7,<7.65|>=8,<8.5.14|>=8.6,<8.6.14", |
|
3677 "drupal/drupal": ">=7,<7.65|>=8,<8.5.14|>=8.6,<8.6.14", |
|
3678 "erusev/parsedown": "<1.7.2", |
|
3679 "ezsystems/ezpublish-kernel": ">=5.3,<5.3.12.1|>=5.4,<5.4.13.1|>=6,<6.7.9.1|>=6.8,<6.13.5.1|>=7,<7.2.4.1|>=7.3,<7.3.2.1", |
|
3680 "ezsystems/ezpublish-legacy": ">=5.3,<5.3.12.6|>=5.4,<5.4.12.3|>=2011,<2017.12.4.3|>=2018.6,<2018.6.1.4|>=2018.9,<2018.9.1.3", |
|
3681 "ezsystems/repository-forms": ">=2.3,<2.3.2.1", |
|
3682 "ezyang/htmlpurifier": "<4.1.1", |
|
3683 "firebase/php-jwt": "<2", |
|
3684 "fooman/tcpdf": "<6.2.22", |
|
3685 "fossar/tcpdf-parser": "<6.2.22", |
|
3686 "friendsofsymfony/rest-bundle": ">=1.2,<1.2.2", |
|
3687 "friendsofsymfony/user-bundle": ">=1.2,<1.3.5", |
|
3688 "fuel/core": "<1.8.1", |
|
3689 "gree/jose": "<=2.2", |
|
3690 "gregwar/rst": "<1.0.3", |
|
3691 "guzzlehttp/guzzle": ">=6,<6.2.1|>=4.0.0-rc2,<4.2.4|>=5,<5.3.1", |
|
3692 "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", |
|
3693 "illuminate/cookie": ">=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.42|>=5.6,<5.6.30", |
|
3694 "illuminate/database": ">=4,<4.0.99|>=4.1,<4.1.29", |
|
3695 "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", |
|
3696 "ivankristianto/phpwhois": "<=4.3", |
|
3697 "james-heinrich/getid3": "<1.9.9", |
|
3698 "joomla/session": "<1.3.1", |
|
3699 "jsmitty12/phpwhois": "<5.1", |
|
3700 "kazist/phpwhois": "<=4.2.6", |
|
3701 "kreait/firebase-php": ">=3.2,<3.8.1", |
|
3702 "la-haute-societe/tcpdf": "<6.2.22", |
|
3703 "laravel/framework": ">=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.42|>=5.6,<5.6.30", |
|
3704 "laravel/socialite": ">=1,<1.0.99|>=2,<2.0.10", |
|
3705 "league/commonmark": "<0.18.3", |
|
3706 "magento/magento1ce": "<1.9.4", |
|
3707 "magento/magento1ee": ">=1.9,<1.14.4", |
|
3708 "magento/product-community-edition": ">=2,<2.2.7", |
|
3709 "monolog/monolog": ">=1.8,<1.12", |
|
3710 "namshi/jose": "<2.2", |
|
3711 "onelogin/php-saml": "<2.10.4", |
|
3712 "openid/php-openid": "<2.3", |
|
3713 "oro/crm": ">=1.7,<1.7.4", |
|
3714 "oro/platform": ">=1.7,<1.7.4", |
|
3715 "padraic/humbug_get_contents": "<1.1.2", |
|
3716 "pagarme/pagarme-php": ">=0,<3", |
|
3717 "paragonie/random_compat": "<2", |
|
3718 "paypal/merchant-sdk-php": "<3.12", |
|
3719 "pear/archive_tar": "<1.4.4", |
|
3720 "phpmailer/phpmailer": ">=5,<5.2.27|>=6,<6.0.6", |
|
3721 "phpoffice/phpexcel": "<=1.8.1", |
|
3722 "phpoffice/phpspreadsheet": "<=1.5", |
|
3723 "phpunit/phpunit": ">=4.8.19,<4.8.28|>=5.0.10,<5.6.3", |
|
3724 "phpwhois/phpwhois": "<=4.2.5", |
|
3725 "phpxmlrpc/extras": "<0.6.1", |
|
3726 "propel/propel": ">=2.0.0-alpha1,<=2.0.0-alpha7", |
|
3727 "propel/propel1": ">=1,<=1.7.1", |
|
3728 "pusher/pusher-php-server": "<2.2.1", |
|
3729 "robrichards/xmlseclibs": ">=1,<3.0.2", |
|
3730 "sabre/dav": ">=1.6,<1.6.99|>=1.7,<1.7.11|>=1.8,<1.8.9", |
|
3731 "sensiolabs/connect": "<4.2.3", |
|
3732 "serluck/phpwhois": "<=4.2.6", |
|
3733 "shopware/shopware": "<5.3.7", |
|
3734 "silverstripe/cms": ">=3,<=3.0.11|>=3.1,<3.1.11", |
|
3735 "silverstripe/forum": "<=0.6.1|>=0.7,<=0.7.3", |
|
3736 "silverstripe/framework": ">=3,<3.6.7|>=3.7,<3.7.3|>=4,<4.0.7|>=4.1,<4.1.5|>=4.2,<4.2.4|>=4.3,<4.3.1", |
|
3737 "silverstripe/userforms": "<3", |
|
3738 "simple-updates/phpwhois": "<=1", |
|
3739 "simplesamlphp/saml2": "<1.10.6|>=2,<2.3.8|>=3,<3.1.4", |
|
3740 "simplesamlphp/simplesamlphp": "<1.16.3", |
|
3741 "simplesamlphp/simplesamlphp-module-infocard": "<1.0.1", |
|
3742 "slim/slim": "<2.6", |
|
3743 "smarty/smarty": "<3.1.33", |
|
3744 "socalnick/scn-social-auth": "<1.15.2", |
|
3745 "spoonity/tcpdf": "<6.2.22", |
|
3746 "squizlabs/php_codesniffer": ">=1,<2.8.1|>=3,<3.0.1", |
|
3747 "stormpath/sdk": ">=0,<9.9.99", |
|
3748 "swiftmailer/swiftmailer": ">=4,<5.4.5", |
|
3749 "sylius/admin-bundle": ">=1,<1.0.17|>=1.1,<1.1.9|>=1.2,<1.2.2", |
|
3750 "sylius/sylius": ">=1,<1.0.17|>=1.1,<1.1.9|>=1.2,<1.2.2", |
|
3751 "symfony/dependency-injection": ">=2,<2.0.17", |
|
3752 "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", |
|
3753 "symfony/framework-bundle": ">=2,<2.3.18|>=2.4,<2.4.8|>=2.5,<2.5.2", |
|
3754 "symfony/http-foundation": ">=2,<2.7.49|>=2.8,<2.8.44|>=3,<3.3.18|>=3.4,<3.4.14|>=4,<4.0.14|>=4.1,<4.1.3", |
|
3755 "symfony/http-kernel": ">=2,<2.3.29|>=2.4,<2.5.12|>=2.6,<2.6.8", |
|
3756 "symfony/intl": ">=2.7,<2.7.38|>=2.8,<2.8.31|>=3,<3.2.14|>=3.3,<3.3.13", |
|
3757 "symfony/polyfill": ">=1,<1.10", |
|
3758 "symfony/polyfill-php55": ">=1,<1.10", |
|
3759 "symfony/routing": ">=2,<2.0.19", |
|
3760 "symfony/security": ">=2,<2.7.50|>=2.8,<2.8.49|>=3,<3.4.19|>=4,<4.0.15|>=4.1,<4.1.9|>=4.2,<4.2.1", |
|
3761 "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", |
|
3762 "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", |
|
3763 "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", |
|
3764 "symfony/security-guard": ">=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11", |
|
3765 "symfony/security-http": ">=2.3,<2.3.41|>=2.4,<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", |
|
3766 "symfony/serializer": ">=2,<2.0.11", |
|
3767 "symfony/symfony": ">=2,<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", |
|
3768 "symfony/translation": ">=2,<2.0.17", |
|
3769 "symfony/validator": ">=2,<2.0.24|>=2.1,<2.1.12|>=2.2,<2.2.5|>=2.3,<2.3.3", |
|
3770 "symfony/web-profiler-bundle": ">=2,<2.3.19|>=2.4,<2.4.9|>=2.5,<2.5.4", |
|
3771 "symfony/yaml": ">=2,<2.0.22|>=2.1,<2.1.7", |
|
3772 "tecnickcom/tcpdf": "<6.2.22", |
|
3773 "thelia/backoffice-default-template": ">=2.1,<2.1.2", |
|
3774 "thelia/thelia": ">=2.1,<2.1.2|>=2.1.0-beta1,<2.1.3", |
|
3775 "theonedemon/phpwhois": "<=4.2.5", |
|
3776 "titon/framework": ">=0,<9.9.99", |
|
3777 "truckersmp/phpwhois": "<=4.3.1", |
|
3778 "twig/twig": "<1.38|>=2,<2.7", |
|
3779 "typo3/cms": ">=6.2,<6.2.30|>=7,<7.6.32|>=8,<8.7.23|>=9,<9.5.4", |
|
3780 "typo3/cms-core": ">=8,<8.7.23|>=9,<9.5.4", |
|
3781 "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", |
|
3782 "typo3/neos": ">=1.1,<1.1.3|>=1.2,<1.2.13|>=2,<2.0.4", |
|
3783 "ua-parser/uap-php": "<3.8", |
|
3784 "wallabag/tcpdf": "<6.2.22", |
|
3785 "willdurand/js-translation-bundle": "<2.1.1", |
|
3786 "yiisoft/yii": ">=1.1.14,<1.1.15", |
|
3787 "yiisoft/yii2": "<2.0.15", |
|
3788 "yiisoft/yii2-bootstrap": "<2.0.4", |
|
3789 "yiisoft/yii2-dev": "<2.0.15", |
|
3790 "yiisoft/yii2-elasticsearch": "<2.0.5", |
|
3791 "yiisoft/yii2-gii": "<2.0.4", |
|
3792 "yiisoft/yii2-jui": "<2.0.4", |
|
3793 "yiisoft/yii2-redis": "<2.0.8", |
|
3794 "zendframework/zend-cache": ">=2.4,<2.4.8|>=2.5,<2.5.3", |
|
3795 "zendframework/zend-captcha": ">=2,<2.4.9|>=2.5,<2.5.2", |
|
3796 "zendframework/zend-crypt": ">=2,<2.4.9|>=2.5,<2.5.2", |
|
3797 "zendframework/zend-db": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.10|>=2.3,<2.3.5", |
|
3798 "zendframework/zend-developer-tools": ">=1.2.2,<1.2.3", |
|
3799 "zendframework/zend-diactoros": ">=1,<1.8.4", |
|
3800 "zendframework/zend-feed": ">=1,<2.10.3", |
|
3801 "zendframework/zend-form": ">=2,<2.2.7|>=2.3,<2.3.1", |
|
3802 "zendframework/zend-http": ">=1,<2.8.1", |
|
3803 "zendframework/zend-json": ">=2.1,<2.1.6|>=2.2,<2.2.6", |
|
3804 "zendframework/zend-ldap": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.8|>=2.3,<2.3.3", |
|
3805 "zendframework/zend-mail": ">=2,<2.4.11|>=2.5,<2.7.2", |
|
3806 "zendframework/zend-navigation": ">=2,<2.2.7|>=2.3,<2.3.1", |
|
3807 "zendframework/zend-session": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.9|>=2.3,<2.3.4", |
|
3808 "zendframework/zend-validator": ">=2.3,<2.3.6", |
|
3809 "zendframework/zend-view": ">=2,<2.2.7|>=2.3,<2.3.1", |
|
3810 "zendframework/zend-xmlrpc": ">=2.1,<2.1.6|>=2.2,<2.2.6", |
|
3811 "zendframework/zendframework": "<2.5.1", |
|
3812 "zendframework/zendframework1": "<1.12.20", |
|
3813 "zendframework/zendopenid": ">=2,<2.0.2", |
|
3814 "zendframework/zendxml": ">=1,<1.0.1", |
|
3815 "zetacomponents/mail": "<1.8.2", |
|
3816 "zf-commons/zfc-user": "<1.2.2", |
|
3817 "zfcampus/zf-apigility-doctrine": ">=1,<1.0.3", |
|
3818 "zfr/zfr-oauth2-server-module": "<0.1.2" |
|
3819 }, |
|
3820 "type": "metapackage", |
|
3821 "notification-url": "https://packagist.org/downloads/", |
|
3822 "license": [ |
|
3823 "MIT" |
|
3824 ], |
|
3825 "authors": [ |
|
3826 { |
|
3827 "name": "Marco Pivetta", |
|
3828 "email": "ocramius@gmail.com", |
|
3829 "role": "maintainer" |
|
3830 } |
|
3831 ], |
|
3832 "description": "Prevents installation of composer packages with known security vulnerabilities: no API, simply require it", |
|
3833 "time": "2019-04-18T06:59:35+00:00" |
|
3834 }, |
|
3835 { |
|
3836 "name": "squizlabs/php_codesniffer", |
|
3837 "version": "3.4.2", |
|
3838 "source": { |
|
3839 "type": "git", |
|
3840 "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", |
|
3841 "reference": "b8a7362af1cc1aadb5bd36c3defc4dda2cf5f0a8" |
|
3842 }, |
|
3843 "dist": { |
|
3844 "type": "zip", |
|
3845 "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/b8a7362af1cc1aadb5bd36c3defc4dda2cf5f0a8", |
|
3846 "reference": "b8a7362af1cc1aadb5bd36c3defc4dda2cf5f0a8", |
|
3847 "shasum": "" |
|
3848 }, |
|
3849 "require": { |
|
3850 "ext-simplexml": "*", |
|
3851 "ext-tokenizer": "*", |
|
3852 "ext-xmlwriter": "*", |
|
3853 "php": ">=5.4.0" |
|
3854 }, |
|
3855 "require-dev": { |
|
3856 "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0" |
|
3857 }, |
|
3858 "bin": [ |
|
3859 "bin/phpcs", |
|
3860 "bin/phpcbf" |
|
3861 ], |
|
3862 "type": "library", |
|
3863 "extra": { |
|
3864 "branch-alias": { |
|
3865 "dev-master": "3.x-dev" |
|
3866 } |
|
3867 }, |
|
3868 "notification-url": "https://packagist.org/downloads/", |
|
3869 "license": [ |
|
3870 "BSD-3-Clause" |
|
3871 ], |
|
3872 "authors": [ |
|
3873 { |
|
3874 "name": "Greg Sherwood", |
|
3875 "role": "lead" |
|
3876 } |
|
3877 ], |
|
3878 "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.", |
|
3879 "homepage": "https://github.com/squizlabs/PHP_CodeSniffer", |
|
3880 "keywords": [ |
|
3881 "phpcs", |
|
3882 "standards" |
|
3883 ], |
|
3884 "time": "2019-04-10T23:49:02+00:00" |
|
3885 } |
|
3886 ], |
|
3887 "aliases": [], |
|
3888 "minimum-stability": "stable", |
|
3889 "stability-flags": { |
|
3890 "roave/security-advisories": 20 |
|
3891 }, |
|
3892 "prefer-stable": false, |
|
3893 "prefer-lowest": false, |
|
3894 "platform": { |
|
3895 "php": ">=7.1" |
|
3896 }, |
|
3897 "platform-dev": [] |
|
3898 } |