CodeCommitsIssuesPull requestsActionsInsightsSecurity
151224e8b2ad56a689ea849d268789d62978ff5b

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

vendor/composer/installed.json

1358lines · modecode

1[
2 {
3 "name": "guzzlehttp/streams",
4 "version": "3.0.0",
5 "version_normalized": "3.0.0.0",
6 "source": {
7 "type": "git",
8 "url": "https://github.com/guzzle/streams.git",
9 "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5"
10 },
11 "dist": {
12 "type": "zip",
13 "url": "https://api.github.com/repos/guzzle/streams/zipball/47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
14 "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
15 "shasum": ""
16 },
17 "require": {
18 "php": ">=5.4.0"
19 },
20 "require-dev": {
21 "phpunit/phpunit": "~4.0"
22 },
23 "time": "2014-10-12 19:18:40",
24 "type": "library",
25 "extra": {
26 "branch-alias": {
27 "dev-master": "3.0-dev"
28 }
29 },
30 "installation-source": "dist",
31 "autoload": {
32 "psr-4": {
33 "GuzzleHttp\\Stream\\": "src/"
34 }
35 },
36 "notification-url": "https://packagist.org/downloads/",
37 "license": [
38 "MIT"
39 ],
40 "authors": [
41 {
42 "name": "Michael Dowling",
43 "email": "mtdowling@gmail.com",
44 "homepage": "https://github.com/mtdowling"
45 }
46 ],
47 "description": "Provides a simple abstraction over streams of data",
48 "homepage": "http://guzzlephp.org/",
49 "keywords": [
50 "Guzzle",
51 "stream"
52 ]
53 },
54 {
55 "name": "guzzlehttp/ringphp",
56 "version": "1.1.0",
57 "version_normalized": "1.1.0.0",
58 "source": {
59 "type": "git",
60 "url": "https://github.com/guzzle/RingPHP.git",
61 "reference": "dbbb91d7f6c191e5e405e900e3102ac7f261bc0b"
62 },
63 "dist": {
64 "type": "zip",
65 "url": "https://api.github.com/repos/guzzle/RingPHP/zipball/dbbb91d7f6c191e5e405e900e3102ac7f261bc0b",
66 "reference": "dbbb91d7f6c191e5e405e900e3102ac7f261bc0b",
67 "shasum": ""
68 },
69 "require": {
70 "guzzlehttp/streams": "~3.0",
71 "php": ">=5.4.0",
72 "react/promise": "~2.0"
73 },
74 "require-dev": {
75 "ext-curl": "*",
76 "phpunit/phpunit": "~4.0"
77 },
78 "suggest": {
79 "ext-curl": "Guzzle will use specific adapters if cURL is present"
80 },
81 "time": "2015-05-20 03:37:09",
82 "type": "library",
83 "extra": {
84 "branch-alias": {
85 "dev-master": "1.1-dev"
86 }
87 },
88 "installation-source": "dist",
89 "autoload": {
90 "psr-4": {
91 "GuzzleHttp\\Ring\\": "src/"
92 }
93 },
94 "notification-url": "https://packagist.org/downloads/",
95 "license": [
96 "MIT"
97 ],
98 "authors": [
99 {
100 "name": "Michael Dowling",
101 "email": "mtdowling@gmail.com",
102 "homepage": "https://github.com/mtdowling"
103 }
104 ],
105 "description": "Provides a simple API and specification that abstracts away the details of HTTP into a single PHP function."
106 },
107 {
108 "name": "guzzlehttp/guzzle",
109 "version": "5.3.0",
110 "version_normalized": "5.3.0.0",
111 "source": {
112 "type": "git",
113 "url": "https://github.com/guzzle/guzzle.git",
114 "reference": "f3c8c22471cb55475105c14769644a49c3262b93"
115 },
116 "dist": {
117 "type": "zip",
118 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/f3c8c22471cb55475105c14769644a49c3262b93",
119 "reference": "f3c8c22471cb55475105c14769644a49c3262b93",
120 "shasum": ""
121 },
122 "require": {
123 "guzzlehttp/ringphp": "^1.1",
124 "php": ">=5.4.0"
125 },
126 "require-dev": {
127 "ext-curl": "*",
128 "phpunit/phpunit": "^4.0",
129 "psr/log": "^1.0"
130 },
131 "time": "2015-05-20 03:47:55",
132 "type": "library",
133 "extra": {
134 "branch-alias": {
135 "dev-master": "5.0-dev"
136 }
137 },
138 "installation-source": "dist",
139 "autoload": {
140 "psr-4": {
141 "GuzzleHttp\\": "src/"
142 }
143 },
144 "notification-url": "https://packagist.org/downloads/",
145 "license": [
146 "MIT"
147 ],
148 "authors": [
149 {
150 "name": "Michael Dowling",
151 "email": "mtdowling@gmail.com",
152 "homepage": "https://github.com/mtdowling"
153 }
154 ],
155 "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients",
156 "homepage": "http://guzzlephp.org/",
157 "keywords": [
158 "client",
159 "curl",
160 "framework",
161 "http",
162 "http client",
163 "rest",
164 "web service"
165 ]
166 },
167 {
168 "name": "sebastian/version",
169 "version": "1.0.6",
170 "version_normalized": "1.0.6.0",
171 "source": {
172 "type": "git",
173 "url": "https://github.com/sebastianbergmann/version.git",
174 "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
175 },
176 "dist": {
177 "type": "zip",
178 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
179 "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
180 "shasum": ""
181 },
182 "time": "2015-06-21 13:59:46",
183 "type": "library",
184 "installation-source": "dist",
185 "autoload": {
186 "classmap": [
187 "src/"
188 ]
189 },
190 "notification-url": "https://packagist.org/downloads/",
191 "license": [
192 "BSD-3-Clause"
193 ],
194 "authors": [
195 {
196 "name": "Sebastian Bergmann",
197 "email": "sebastian@phpunit.de",
198 "role": "lead"
199 }
200 ],
201 "description": "Library that helps with managing the version number of Git-hosted PHP projects",
202 "homepage": "https://github.com/sebastianbergmann/version"
203 },
204 {
205 "name": "sebastian/global-state",
206 "version": "1.1.1",
207 "version_normalized": "1.1.1.0",
208 "source": {
209 "type": "git",
210 "url": "https://github.com/sebastianbergmann/global-state.git",
211 "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
212 },
213 "dist": {
214 "type": "zip",
215 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
216 "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
217 "shasum": ""
218 },
219 "require": {
220 "php": ">=5.3.3"
221 },
222 "require-dev": {
223 "phpunit/phpunit": "~4.2"
224 },
225 "suggest": {
226 "ext-uopz": "*"
227 },
228 "time": "2015-10-12 03:26:01",
229 "type": "library",
230 "extra": {
231 "branch-alias": {
232 "dev-master": "1.0-dev"
233 }
234 },
235 "installation-source": "dist",
236 "autoload": {
237 "classmap": [
238 "src/"
239 ]
240 },
241 "notification-url": "https://packagist.org/downloads/",
242 "license": [
243 "BSD-3-Clause"
244 ],
245 "authors": [
246 {
247 "name": "Sebastian Bergmann",
248 "email": "sebastian@phpunit.de"
249 }
250 ],
251 "description": "Snapshotting of global state",
252 "homepage": "http://www.github.com/sebastianbergmann/global-state",
253 "keywords": [
254 "global state"
255 ]
256 },
257 {
258 "name": "sebastian/recursion-context",
259 "version": "1.0.2",
260 "version_normalized": "1.0.2.0",
261 "source": {
262 "type": "git",
263 "url": "https://github.com/sebastianbergmann/recursion-context.git",
264 "reference": "913401df809e99e4f47b27cdd781f4a258d58791"
265 },
266 "dist": {
267 "type": "zip",
268 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791",
269 "reference": "913401df809e99e4f47b27cdd781f4a258d58791",
270 "shasum": ""
271 },
272 "require": {
273 "php": ">=5.3.3"
274 },
275 "require-dev": {
276 "phpunit/phpunit": "~4.4"
277 },
278 "time": "2015-11-11 19:50:13",
279 "type": "library",
280 "extra": {
281 "branch-alias": {
282 "dev-master": "1.0.x-dev"
283 }
284 },
285 "installation-source": "dist",
286 "autoload": {
287 "classmap": [
288 "src/"
289 ]
290 },
291 "notification-url": "https://packagist.org/downloads/",
292 "license": [
293 "BSD-3-Clause"
294 ],
295 "authors": [
296 {
297 "name": "Jeff Welch",
298 "email": "whatthejeff@gmail.com"
299 },
300 {
301 "name": "Sebastian Bergmann",
302 "email": "sebastian@phpunit.de"
303 },
304 {
305 "name": "Adam Harvey",
306 "email": "aharvey@php.net"
307 }
308 ],
309 "description": "Provides functionality to recursively process PHP variables",
310 "homepage": "http://www.github.com/sebastianbergmann/recursion-context"
311 },
312 {
313 "name": "sebastian/exporter",
314 "version": "1.2.1",
315 "version_normalized": "1.2.1.0",
316 "source": {
317 "type": "git",
318 "url": "https://github.com/sebastianbergmann/exporter.git",
319 "reference": "7ae5513327cb536431847bcc0c10edba2701064e"
320 },
321 "dist": {
322 "type": "zip",
323 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/7ae5513327cb536431847bcc0c10edba2701064e",
324 "reference": "7ae5513327cb536431847bcc0c10edba2701064e",
325 "shasum": ""
326 },
327 "require": {
328 "php": ">=5.3.3",
329 "sebastian/recursion-context": "~1.0"
330 },
331 "require-dev": {
332 "phpunit/phpunit": "~4.4"
333 },
334 "time": "2015-06-21 07:55:53",
335 "type": "library",
336 "extra": {
337 "branch-alias": {
338 "dev-master": "1.2.x-dev"
339 }
340 },
341 "installation-source": "dist",
342 "autoload": {
343 "classmap": [
344 "src/"
345 ]
346 },
347 "notification-url": "https://packagist.org/downloads/",
348 "license": [
349 "BSD-3-Clause"
350 ],
351 "authors": [
352 {
353 "name": "Jeff Welch",
354 "email": "whatthejeff@gmail.com"
355 },
356 {
357 "name": "Volker Dusch",
358 "email": "github@wallbash.com"
359 },
360 {
361 "name": "Bernhard Schussek",
362 "email": "bschussek@2bepublished.at"
363 },
364 {
365 "name": "Sebastian Bergmann",
366 "email": "sebastian@phpunit.de"
367 },
368 {
369 "name": "Adam Harvey",
370 "email": "aharvey@php.net"
371 }
372 ],
373 "description": "Provides the functionality to export PHP variables for visualization",
374 "homepage": "http://www.github.com/sebastianbergmann/exporter",
375 "keywords": [
376 "export",
377 "exporter"
378 ]
379 },
380 {
381 "name": "sebastian/diff",
382 "version": "1.4.1",
383 "version_normalized": "1.4.1.0",
384 "source": {
385 "type": "git",
386 "url": "https://github.com/sebastianbergmann/diff.git",
387 "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
388 },
389 "dist": {
390 "type": "zip",
391 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
392 "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
393 "shasum": ""
394 },
395 "require": {
396 "php": ">=5.3.3"
397 },
398 "require-dev": {
399 "phpunit/phpunit": "~4.8"
400 },
401 "time": "2015-12-08 07:14:41",
402 "type": "library",
403 "extra": {
404 "branch-alias": {
405 "dev-master": "1.4-dev"
406 }
407 },
408 "installation-source": "dist",
409 "autoload": {
410 "classmap": [
411 "src/"
412 ]
413 },
414 "notification-url": "https://packagist.org/downloads/",
415 "license": [
416 "BSD-3-Clause"
417 ],
418 "authors": [
419 {
420 "name": "Kore Nordmann",
421 "email": "mail@kore-nordmann.de"
422 },
423 {
424 "name": "Sebastian Bergmann",
425 "email": "sebastian@phpunit.de"
426 }
427 ],
428 "description": "Diff implementation",
429 "homepage": "https://github.com/sebastianbergmann/diff",
430 "keywords": [
431 "diff"
432 ]
433 },
434 {
435 "name": "sebastian/comparator",
436 "version": "1.2.0",
437 "version_normalized": "1.2.0.0",
438 "source": {
439 "type": "git",
440 "url": "https://github.com/sebastianbergmann/comparator.git",
441 "reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
442 },
443 "dist": {
444 "type": "zip",
445 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
446 "reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
447 "shasum": ""
448 },
449 "require": {
450 "php": ">=5.3.3",
451 "sebastian/diff": "~1.2",
452 "sebastian/exporter": "~1.2"
453 },
454 "require-dev": {
455 "phpunit/phpunit": "~4.4"
456 },
457 "time": "2015-07-26 15:48:44",
458 "type": "library",
459 "extra": {
460 "branch-alias": {
461 "dev-master": "1.2.x-dev"
462 }
463 },
464 "installation-source": "dist",
465 "autoload": {
466 "classmap": [
467 "src/"
468 ]
469 },
470 "notification-url": "https://packagist.org/downloads/",
471 "license": [
472 "BSD-3-Clause"
473 ],
474 "authors": [
475 {
476 "name": "Jeff Welch",
477 "email": "whatthejeff@gmail.com"
478 },
479 {
480 "name": "Volker Dusch",
481 "email": "github@wallbash.com"
482 },
483 {
484 "name": "Bernhard Schussek",
485 "email": "bschussek@2bepublished.at"
486 },
487 {
488 "name": "Sebastian Bergmann",
489 "email": "sebastian@phpunit.de"
490 }
491 ],
492 "description": "Provides the functionality to compare PHP values for equality",
493 "homepage": "http://www.github.com/sebastianbergmann/comparator",
494 "keywords": [
495 "comparator",
496 "compare",
497 "equality"
498 ]
499 },
500 {
501 "name": "doctrine/instantiator",
502 "version": "1.0.5",
503 "version_normalized": "1.0.5.0",
504 "source": {
505 "type": "git",
506 "url": "https://github.com/doctrine/instantiator.git",
507 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
508 },
509 "dist": {
510 "type": "zip",
511 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
512 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
513 "shasum": ""
514 },
515 "require": {
516 "php": ">=5.3,<8.0-DEV"
517 },
518 "require-dev": {
519 "athletic/athletic": "~0.1.8",
520 "ext-pdo": "*",
521 "ext-phar": "*",
522 "phpunit/phpunit": "~4.0",
523 "squizlabs/php_codesniffer": "~2.0"
524 },
525 "time": "2015-06-14 21:17:01",
526 "type": "library",
527 "extra": {
528 "branch-alias": {
529 "dev-master": "1.0.x-dev"
530 }
531 },
532 "installation-source": "dist",
533 "autoload": {
534 "psr-4": {
535 "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
536 }
537 },
538 "notification-url": "https://packagist.org/downloads/",
539 "license": [
540 "MIT"
541 ],
542 "authors": [
543 {
544 "name": "Marco Pivetta",
545 "email": "ocramius@gmail.com",
546 "homepage": "http://ocramius.github.com/"
547 }
548 ],
549 "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
550 "homepage": "https://github.com/doctrine/instantiator",
551 "keywords": [
552 "constructor",
553 "instantiate"
554 ]
555 },
556 {
557 "name": "phpdocumentor/reflection-docblock",
558 "version": "2.0.4",
559 "version_normalized": "2.0.4.0",
560 "source": {
561 "type": "git",
562 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
563 "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8"
564 },
565 "dist": {
566 "type": "zip",
567 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8",
568 "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
569 "shasum": ""
570 },
571 "require": {
572 "php": ">=5.3.3"
573 },
574 "require-dev": {
575 "phpunit/phpunit": "~4.0"
576 },
577 "suggest": {
578 "dflydev/markdown": "~1.0",
579 "erusev/parsedown": "~1.0"
580 },
581 "time": "2015-02-03 12:10:50",
582 "type": "library",
583 "extra": {
584 "branch-alias": {
585 "dev-master": "2.0.x-dev"
586 }
587 },
588 "installation-source": "dist",
589 "autoload": {
590 "psr-0": {
591 "phpDocumentor": [
592 "src/"
593 ]
594 }
595 },
596 "notification-url": "https://packagist.org/downloads/",
597 "license": [
598 "MIT"
599 ],
600 "authors": [
601 {
602 "name": "Mike van Riel",
603 "email": "mike.vanriel@naenius.com"
604 }
605 ]
606 },
607 {
608 "name": "phpspec/prophecy",
609 "version": "v1.6.0",
610 "version_normalized": "1.6.0.0",
611 "source": {
612 "type": "git",
613 "url": "https://github.com/phpspec/prophecy.git",
614 "reference": "3c91bdf81797d725b14cb62906f9a4ce44235972"
615 },
616 "dist": {
617 "type": "zip",
618 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/3c91bdf81797d725b14cb62906f9a4ce44235972",
619 "reference": "3c91bdf81797d725b14cb62906f9a4ce44235972",
620 "shasum": ""
621 },
622 "require": {
623 "doctrine/instantiator": "^1.0.2",
624 "php": "^5.3|^7.0",
625 "phpdocumentor/reflection-docblock": "~2.0",
626 "sebastian/comparator": "~1.1",
627 "sebastian/recursion-context": "~1.0"
628 },
629 "require-dev": {
630 "phpspec/phpspec": "~2.0"
631 },
632 "time": "2016-02-15 07:46:21",
633 "type": "library",
634 "extra": {
635 "branch-alias": {
636 "dev-master": "1.5.x-dev"
637 }
638 },
639 "installation-source": "dist",
640 "autoload": {
641 "psr-0": {
642 "Prophecy\\": "src/"
643 }
644 },
645 "notification-url": "https://packagist.org/downloads/",
646 "license": [
647 "MIT"
648 ],
649 "authors": [
650 {
651 "name": "Konstantin Kudryashov",
652 "email": "ever.zet@gmail.com",
653 "homepage": "http://everzet.com"
654 },
655 {
656 "name": "Marcello Duarte",
657 "email": "marcello.duarte@gmail.com"
658 }
659 ],
660 "description": "Highly opinionated mocking framework for PHP 5.3+",
661 "homepage": "https://github.com/phpspec/prophecy",
662 "keywords": [
663 "Double",
664 "Dummy",
665 "fake",
666 "mock",
667 "spy",
668 "stub"
669 ]
670 },
671 {
672 "name": "phpunit/php-text-template",
673 "version": "1.2.1",
674 "version_normalized": "1.2.1.0",
675 "source": {
676 "type": "git",
677 "url": "https://github.com/sebastianbergmann/php-text-template.git",
678 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
679 },
680 "dist": {
681 "type": "zip",
682 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
683 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
684 "shasum": ""
685 },
686 "require": {
687 "php": ">=5.3.3"
688 },
689 "time": "2015-06-21 13:50:34",
690 "type": "library",
691 "installation-source": "dist",
692 "autoload": {
693 "classmap": [
694 "src/"
695 ]
696 },
697 "notification-url": "https://packagist.org/downloads/",
698 "license": [
699 "BSD-3-Clause"
700 ],
701 "authors": [
702 {
703 "name": "Sebastian Bergmann",
704 "email": "sebastian@phpunit.de",
705 "role": "lead"
706 }
707 ],
708 "description": "Simple template engine.",
709 "homepage": "https://github.com/sebastianbergmann/php-text-template/",
710 "keywords": [
711 "template"
712 ]
713 },
714 {
715 "name": "phpunit/phpunit-mock-objects",
716 "version": "2.3.8",
717 "version_normalized": "2.3.8.0",
718 "source": {
719 "type": "git",
720 "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
721 "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
722 },
723 "dist": {
724 "type": "zip",
725 "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
726 "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
727 "shasum": ""
728 },
729 "require": {
730 "doctrine/instantiator": "^1.0.2",
731 "php": ">=5.3.3",
732 "phpunit/php-text-template": "~1.2",
733 "sebastian/exporter": "~1.2"
734 },
735 "require-dev": {
736 "phpunit/phpunit": "~4.4"
737 },
738 "suggest": {
739 "ext-soap": "*"
740 },
741 "time": "2015-10-02 06:51:40",
742 "type": "library",
743 "extra": {
744 "branch-alias": {
745 "dev-master": "2.3.x-dev"
746 }
747 },
748 "installation-source": "dist",
749 "autoload": {
750 "classmap": [
751 "src/"
752 ]
753 },
754 "notification-url": "https://packagist.org/downloads/",
755 "license": [
756 "BSD-3-Clause"
757 ],
758 "authors": [
759 {
760 "name": "Sebastian Bergmann",
761 "email": "sb@sebastian-bergmann.de",
762 "role": "lead"
763 }
764 ],
765 "description": "Mock Object library for PHPUnit",
766 "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
767 "keywords": [
768 "mock",
769 "xunit"
770 ]
771 },
772 {
773 "name": "phpunit/php-timer",
774 "version": "1.0.7",
775 "version_normalized": "1.0.7.0",
776 "source": {
777 "type": "git",
778 "url": "https://github.com/sebastianbergmann/php-timer.git",
779 "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b"
780 },
781 "dist": {
782 "type": "zip",
783 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
784 "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
785 "shasum": ""
786 },
787 "require": {
788 "php": ">=5.3.3"
789 },
790 "time": "2015-06-21 08:01:12",
791 "type": "library",
792 "installation-source": "dist",
793 "autoload": {
794 "classmap": [
795 "src/"
796 ]
797 },
798 "notification-url": "https://packagist.org/downloads/",
799 "license": [
800 "BSD-3-Clause"
801 ],
802 "authors": [
803 {
804 "name": "Sebastian Bergmann",
805 "email": "sb@sebastian-bergmann.de",
806 "role": "lead"
807 }
808 ],
809 "description": "Utility class for timing",
810 "homepage": "https://github.com/sebastianbergmann/php-timer/",
811 "keywords": [
812 "timer"
813 ]
814 },
815 {
816 "name": "phpunit/php-token-stream",
817 "version": "1.4.8",
818 "version_normalized": "1.4.8.0",
819 "source": {
820 "type": "git",
821 "url": "https://github.com/sebastianbergmann/php-token-stream.git",
822 "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da"
823 },
824 "dist": {
825 "type": "zip",
826 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
827 "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
828 "shasum": ""
829 },
830 "require": {
831 "ext-tokenizer": "*",
832 "php": ">=5.3.3"
833 },
834 "require-dev": {
835 "phpunit/phpunit": "~4.2"
836 },
837 "time": "2015-09-15 10:49:45",
838 "type": "library",
839 "extra": {
840 "branch-alias": {
841 "dev-master": "1.4-dev"
842 }
843 },
844 "installation-source": "dist",
845 "autoload": {
846 "classmap": [
847 "src/"
848 ]
849 },
850 "notification-url": "https://packagist.org/downloads/",
851 "license": [
852 "BSD-3-Clause"
853 ],
854 "authors": [
855 {
856 "name": "Sebastian Bergmann",
857 "email": "sebastian@phpunit.de"
858 }
859 ],
860 "description": "Wrapper around PHP's tokenizer extension.",
861 "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
862 "keywords": [
863 "tokenizer"
864 ]
865 },
866 {
867 "name": "phpunit/php-file-iterator",
868 "version": "1.4.1",
869 "version_normalized": "1.4.1.0",
870 "source": {
871 "type": "git",
872 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
873 "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
874 },
875 "dist": {
876 "type": "zip",
877 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
878 "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
879 "shasum": ""
880 },
881 "require": {
882 "php": ">=5.3.3"
883 },
884 "time": "2015-06-21 13:08:43",
885 "type": "library",
886 "extra": {
887 "branch-alias": {
888 "dev-master": "1.4.x-dev"
889 }
890 },
891 "installation-source": "dist",
892 "autoload": {
893 "classmap": [
894 "src/"
895 ]
896 },
897 "notification-url": "https://packagist.org/downloads/",
898 "license": [
899 "BSD-3-Clause"
900 ],
901 "authors": [
902 {
903 "name": "Sebastian Bergmann",
904 "email": "sb@sebastian-bergmann.de",
905 "role": "lead"
906 }
907 ],
908 "description": "FilterIterator implementation that filters files based on a list of suffixes.",
909 "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
910 "keywords": [
911 "filesystem",
912 "iterator"
913 ]
914 },
915 {
916 "name": "phpunit/php-code-coverage",
917 "version": "2.2.4",
918 "version_normalized": "2.2.4.0",
919 "source": {
920 "type": "git",
921 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
922 "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
923 },
924 "dist": {
925 "type": "zip",
926 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
927 "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
928 "shasum": ""
929 },
930 "require": {
931 "php": ">=5.3.3",
932 "phpunit/php-file-iterator": "~1.3",
933 "phpunit/php-text-template": "~1.2",
934 "phpunit/php-token-stream": "~1.3",
935 "sebastian/environment": "^1.3.2",
936 "sebastian/version": "~1.0"
937 },
938 "require-dev": {
939 "ext-xdebug": ">=2.1.4",
940 "phpunit/phpunit": "~4"
941 },
942 "suggest": {
943 "ext-dom": "*",
944 "ext-xdebug": ">=2.2.1",
945 "ext-xmlwriter": "*"
946 },
947 "time": "2015-10-06 15:47:00",
948 "type": "library",
949 "extra": {
950 "branch-alias": {
951 "dev-master": "2.2.x-dev"
952 }
953 },
954 "installation-source": "dist",
955 "autoload": {
956 "classmap": [
957 "src/"
958 ]
959 },
960 "notification-url": "https://packagist.org/downloads/",
961 "license": [
962 "BSD-3-Clause"
963 ],
964 "authors": [
965 {
966 "name": "Sebastian Bergmann",
967 "email": "sb@sebastian-bergmann.de",
968 "role": "lead"
969 }
970 ],
971 "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
972 "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
973 "keywords": [
974 "coverage",
975 "testing",
976 "xunit"
977 ]
978 },
979 {
980 "name": "sebastian/environment",
981 "version": "1.3.5",
982 "version_normalized": "1.3.5.0",
983 "source": {
984 "type": "git",
985 "url": "https://github.com/sebastianbergmann/environment.git",
986 "reference": "dc7a29032cf72b54f36dac15a1ca5b3a1b6029bf"
987 },
988 "dist": {
989 "type": "zip",
990 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/dc7a29032cf72b54f36dac15a1ca5b3a1b6029bf",
991 "reference": "dc7a29032cf72b54f36dac15a1ca5b3a1b6029bf",
992 "shasum": ""
993 },
994 "require": {
995 "php": ">=5.3.3"
996 },
997 "require-dev": {
998 "phpunit/phpunit": "~4.4"
999 },
1000 "time": "2016-02-26 18:40:46",
1001 "type": "library",
1002 "extra": {
1003 "branch-alias": {
1004 "dev-master": "1.3.x-dev"
1005 }
1006 },
1007 "installation-source": "dist",
1008 "autoload": {
1009 "classmap": [
1010 "src/"
1011 ]
1012 },
1013 "notification-url": "https://packagist.org/downloads/",
1014 "license": [
1015 "BSD-3-Clause"
1016 ],
1017 "authors": [
1018 {
1019 "name": "Sebastian Bergmann",
1020 "email": "sebastian@phpunit.de"
1021 }
1022 ],
1023 "description": "Provides functionality to handle HHVM/PHP environments",
1024 "homepage": "http://www.github.com/sebastianbergmann/environment",
1025 "keywords": [
1026 "Xdebug",
1027 "environment",
1028 "hhvm"
1029 ]
1030 },
1031 {
1032 "name": "symfony/yaml",
1033 "version": "v2.8.3",
1034 "version_normalized": "2.8.3.0",
1035 "source": {
1036 "type": "git",
1037 "url": "https://github.com/symfony/yaml.git",
1038 "reference": "2a4ee40acb880c56f29fb1b8886e7ffe94f3b995"
1039 },
1040 "dist": {
1041 "type": "zip",
1042 "url": "https://api.github.com/repos/symfony/yaml/zipball/2a4ee40acb880c56f29fb1b8886e7ffe94f3b995",
1043 "reference": "2a4ee40acb880c56f29fb1b8886e7ffe94f3b995",
1044 "shasum": ""
1045 },
1046 "require": {
1047 "php": ">=5.3.9"
1048 },
1049 "time": "2016-02-23 07:41:20",
1050 "type": "library",
1051 "extra": {
1052 "branch-alias": {
1053 "dev-master": "2.8-dev"
1054 }
1055 },
1056 "installation-source": "dist",
1057 "autoload": {
1058 "psr-4": {
1059 "Symfony\\Component\\Yaml\\": ""
1060 },
1061 "exclude-from-classmap": [
1062 "/Tests/"
1063 ]
1064 },
1065 "notification-url": "https://packagist.org/downloads/",
1066 "license": [
1067 "MIT"
1068 ],
1069 "authors": [
1070 {
1071 "name": "Fabien Potencier",
1072 "email": "fabien@symfony.com"
1073 },
1074 {
1075 "name": "Symfony Community",
1076 "homepage": "https://symfony.com/contributors"
1077 }
1078 ],
1079 "description": "Symfony Yaml Component",
1080 "homepage": "https://symfony.com"
1081 },
1082 {
1083 "name": "phpunit/phpunit",
1084 "version": "4.8.24",
1085 "version_normalized": "4.8.24.0",
1086 "source": {
1087 "type": "git",
1088 "url": "https://github.com/sebastianbergmann/phpunit.git",
1089 "reference": "a1066c562c52900a142a0e2bbf0582994671385e"
1090 },
1091 "dist": {
1092 "type": "zip",
1093 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/a1066c562c52900a142a0e2bbf0582994671385e",
1094 "reference": "a1066c562c52900a142a0e2bbf0582994671385e",
1095 "shasum": ""
1096 },
1097 "require": {
1098 "ext-dom": "*",
1099 "ext-json": "*",
1100 "ext-pcre": "*",
1101 "ext-reflection": "*",
1102 "ext-spl": "*",
1103 "php": ">=5.3.3",
1104 "phpspec/prophecy": "^1.3.1",
1105 "phpunit/php-code-coverage": "~2.1",
1106 "phpunit/php-file-iterator": "~1.4",
1107 "phpunit/php-text-template": "~1.2",
1108 "phpunit/php-timer": ">=1.0.6",
1109 "phpunit/phpunit-mock-objects": "~2.3",
1110 "sebastian/comparator": "~1.1",
1111 "sebastian/diff": "~1.2",
1112 "sebastian/environment": "~1.3",
1113 "sebastian/exporter": "~1.2",
1114 "sebastian/global-state": "~1.0",
1115 "sebastian/version": "~1.0",
1116 "symfony/yaml": "~2.1|~3.0"
1117 },
1118 "suggest": {
1119 "phpunit/php-invoker": "~1.1"
1120 },
1121 "time": "2016-03-14 06:16:08",
1122 "bin": [
1123 "phpunit"
1124 ],
1125 "type": "library",
1126 "extra": {
1127 "branch-alias": {
1128 "dev-master": "4.8.x-dev"
1129 }
1130 },
1131 "installation-source": "dist",
1132 "autoload": {
1133 "classmap": [
1134 "src/"
1135 ]
1136 },
1137 "notification-url": "https://packagist.org/downloads/",
1138 "license": [
1139 "BSD-3-Clause"
1140 ],
1141 "authors": [
1142 {
1143 "name": "Sebastian Bergmann",
1144 "email": "sebastian@phpunit.de",
1145 "role": "lead"
1146 }
1147 ],
1148 "description": "The PHP Unit Testing framework.",
1149 "homepage": "https://phpunit.de/",
1150 "keywords": [
1151 "phpunit",
1152 "testing",
1153 "xunit"
1154 ]
1155 },
1156 {
1157 "name": "react/promise",
1158 "version": "v2.2.2",
1159 "version_normalized": "2.2.2.0",
1160 "source": {
1161 "type": "git",
1162 "url": "https://github.com/reactphp/promise.git",
1163 "reference": "3aacad8bf10c7d83e6fa2089d413529888c2bedf"
1164 },
1165 "dist": {
1166 "type": "zip",
1167 "url": "https://api.github.com/repos/reactphp/promise/zipball/3aacad8bf10c7d83e6fa2089d413529888c2bedf",
1168 "reference": "3aacad8bf10c7d83e6fa2089d413529888c2bedf",
1169 "shasum": ""
1170 },
1171 "require": {
1172 "php": ">=5.4.0"
1173 },
1174 "time": "2016-02-26 19:09:02",
1175 "type": "library",
1176 "extra": {
1177 "branch-alias": {
1178 "dev-master": "2.0-dev"
1179 }
1180 },
1181 "installation-source": "dist",
1182 "autoload": {
1183 "psr-4": {
1184 "React\\Promise\\": "src/"
1185 },
1186 "files": [
1187 "src/functions_include.php"
1188 ]
1189 },
1190 "notification-url": "https://packagist.org/downloads/",
1191 "license": [
1192 "MIT"
1193 ],
1194 "authors": [
1195 {
1196 "name": "Jan Sorgalla",
1197 "email": "jsorgalla@gmail.com"
1198 }
1199 ],
1200 "description": "A lightweight implementation of CommonJS Promises/A for PHP"
1201 },
1202 {
1203 "name": "squizlabs/php_codesniffer",
1204 "version": "2.5.1",
1205 "version_normalized": "2.5.1.0",
1206 "source": {
1207 "type": "git",
1208 "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
1209 "reference": "6731851d6aaf1d0d6c58feff1065227b7fda3ba8"
1210 },
1211 "dist": {
1212 "type": "zip",
1213 "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/6731851d6aaf1d0d6c58feff1065227b7fda3ba8",
1214 "reference": "6731851d6aaf1d0d6c58feff1065227b7fda3ba8",
1215 "shasum": ""
1216 },
1217 "require": {
1218 "ext-tokenizer": "*",
1219 "ext-xmlwriter": "*",
1220 "php": ">=5.1.2"
1221 },
1222 "require-dev": {
1223 "phpunit/phpunit": "~4.0"
1224 },
1225 "time": "2016-01-19 23:39:10",
1226 "bin": [
1227 "scripts/phpcs",
1228 "scripts/phpcbf"
1229 ],
1230 "type": "library",
1231 "extra": {
1232 "branch-alias": {
1233 "dev-master": "2.x-dev"
1234 }
1235 },
1236 "installation-source": "dist",
1237 "autoload": {
1238 "classmap": [
1239 "CodeSniffer.php",
1240 "CodeSniffer/CLI.php",
1241 "CodeSniffer/Exception.php",
1242 "CodeSniffer/File.php",
1243 "CodeSniffer/Fixer.php",
1244 "CodeSniffer/Report.php",
1245 "CodeSniffer/Reporting.php",
1246 "CodeSniffer/Sniff.php",
1247 "CodeSniffer/Tokens.php",
1248 "CodeSniffer/Reports/",
1249 "CodeSniffer/Tokenizers/",
1250 "CodeSniffer/DocGenerators/",
1251 "CodeSniffer/Standards/AbstractPatternSniff.php",
1252 "CodeSniffer/Standards/AbstractScopeSniff.php",
1253 "CodeSniffer/Standards/AbstractVariableSniff.php",
1254 "CodeSniffer/Standards/IncorrectPatternException.php",
1255 "CodeSniffer/Standards/Generic/Sniffs/",
1256 "CodeSniffer/Standards/MySource/Sniffs/",
1257 "CodeSniffer/Standards/PEAR/Sniffs/",
1258 "CodeSniffer/Standards/PSR1/Sniffs/",
1259 "CodeSniffer/Standards/PSR2/Sniffs/",
1260 "CodeSniffer/Standards/Squiz/Sniffs/",
1261 "CodeSniffer/Standards/Zend/Sniffs/"
1262 ]
1263 },
1264 "notification-url": "https://packagist.org/downloads/",
1265 "license": [
1266 "BSD-3-Clause"
1267 ],
1268 "authors": [
1269 {
1270 "name": "Greg Sherwood",
1271 "role": "lead"
1272 }
1273 ],
1274 "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
1275 "homepage": "http://www.squizlabs.com/php-codesniffer",
1276 "keywords": [
1277 "phpcs",
1278 "standards"
1279 ]
1280 },
1281 {
1282 "name": "psr/log",
1283 "version": "1.0.0",
1284 "version_normalized": "1.0.0.0",
1285 "source": {
1286 "type": "git",
1287 "url": "https://github.com/php-fig/log.git",
1288 "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
1289 },
1290 "dist": {
1291 "type": "zip",
1292 "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
1293 "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
1294 "shasum": ""
1295 },
1296 "time": "2012-12-21 11:40:51",
1297 "type": "library",
1298 "installation-source": "dist",
1299 "autoload": {
1300 "psr-0": {
1301 "Psr\\Log\\": ""
1302 }
1303 },
1304 "notification-url": "https://packagist.org/downloads/",
1305 "license": [
1306 "MIT"
1307 ],
1308 "authors": [
1309 {
1310 "name": "PHP-FIG",
1311 "homepage": "http://www.php-fig.org/"
1312 }
1313 ],
1314 "description": "Common interface for logging libraries",
1315 "keywords": [
1316 "log",
1317 "psr",
1318 "psr-3"
1319 ]
1320 },
1321 {
1322 "name": "cloudflare/cloudflare-plugin-backend",
1323 "version": "1.0.1",
1324 "version_normalized": "1.0.1.0",
1325 "source": {
1326 "type": "git",
1327 "url": "https://github.com/cloudflare/cloudflare-plugin-backend.git",
1328 "reference": "b5a1ab53627181318766fdc66ccb6dbfb4d1b965"
1329 },
1330 "dist": {
1331 "type": "zip",
1332 "url": "https://api.github.com/repos/cloudflare/cloudflare-plugin-backend/zipball/b5a1ab53627181318766fdc66ccb6dbfb4d1b965",
1333 "reference": "b5a1ab53627181318766fdc66ccb6dbfb4d1b965",
1334 "shasum": ""
1335 },
1336 "require": {
1337 "guzzlehttp/guzzle": "~5.0",
1338 "psr/log": "^1.0"
1339 },
1340 "require-dev": {
1341 "phpunit/phpunit": "4.8.*",
1342 "squizlabs/php_codesniffer": "2.*"
1343 },
1344 "time": "2016-06-07 20:33:13",
1345 "type": "library",
1346 "installation-source": "dist",
1347 "autoload": {
1348 "psr-4": {
1349 "CF\\": "src/"
1350 }
1351 },
1352 "notification-url": "https://packagist.org/downloads/",
1353 "license": [
1354 "BSD-3-Clause"
1355 ],
1356 "description": "A PHP backend for CloudFlare plugins."
1357 }
1358]