cloudflare/Cloudflare-WordPress

Public

mirrored fromhttps://github.com/cloudflare/Cloudflare-WordPress

CodeCommitsIssuesPull requestsActionsInsightsSecurity
v3.8.1

Branches

Tags

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

Clone

HTTPS

Download ZIP

vendor/composer/installed.json

2065lines · modecode

1[
2 {
3 "name": "cloudflare/cf-ip-rewrite",
4 "version": "1.0.4",
5 "version_normalized": "1.0.4.0",
6 "source": {
7 "type": "git",
8 "url": "https://github.com/cloudflare/cf-ip-rewrite.git",
9 "reference": "48e2ce52e87d3d27cdb662584fccf82efa898bf1"
10 },
11 "dist": {
12 "type": "zip",
13 "url": "https://api.github.com/repos/cloudflare/cf-ip-rewrite/zipball/48e2ce52e87d3d27cdb662584fccf82efa898bf1",
14 "reference": "48e2ce52e87d3d27cdb662584fccf82efa898bf1",
15 "shasum": ""
16 },
17 "require": {
18 "php": ">=5.3.0"
19 },
20 "require-dev": {
21 "phpunit/phpunit": "^4.8",
22 "squizlabs/php_codesniffer": "2.*"
23 },
24 "time": "2017-10-10T15:44:33+00:00",
25 "type": "library",
26 "installation-source": "dist",
27 "autoload": {
28 "psr-0": {
29 "CloudFlare\\": "src/"
30 }
31 },
32 "notification-url": "https://packagist.org/downloads/",
33 "license": [
34 "MIT"
35 ],
36 "authors": [
37 {
38 "name": "CloudFlare",
39 "homepage": "http://www.cloudflare.com/"
40 }
41 ],
42 "description": "Library to rewrite CloudFlare IP Addresses to the end-user IP address",
43 "homepage": "https://github.com/cloudflare/cf-ip-rewrite",
44 "keywords": [
45 "cloudflare",
46 "ip rewrite"
47 ]
48 },
49 {
50 "name": "cloudflare/cloudflare-plugin-backend",
51 "version": "2.4.0",
52 "version_normalized": "2.4.0.0",
53 "source": {
54 "type": "git",
55 "url": "https://github.com/cloudflare/cloudflare-plugin-backend.git",
56 "reference": "3b1fc84ad9ebeb0611e1e6a63a03a767ad95136b"
57 },
58 "dist": {
59 "type": "zip",
60 "url": "https://api.github.com/repos/cloudflare/cloudflare-plugin-backend/zipball/3b1fc84ad9ebeb0611e1e6a63a03a767ad95136b",
61 "reference": "3b1fc84ad9ebeb0611e1e6a63a03a767ad95136b",
62 "shasum": ""
63 },
64 "require": {
65 "psr/log": "^1.0"
66 },
67 "require-dev": {
68 "guzzlehttp/guzzle": "~5.0",
69 "phpunit/phpunit": "4.8.*",
70 "squizlabs/php_codesniffer": "2.*"
71 },
72 "time": "2020-10-02T03:20:01+00:00",
73 "type": "library",
74 "installation-source": "dist",
75 "autoload": {
76 "psr-4": {
77 "CF\\": "src/"
78 }
79 },
80 "notification-url": "https://packagist.org/downloads/",
81 "license": [
82 "BSD-3-Clause"
83 ],
84 "description": "A PHP backend for Cloudflare plugins."
85 },
86 {
87 "name": "dealerdirect/phpcodesniffer-composer-installer",
88 "version": "v0.6.2",
89 "version_normalized": "0.6.2.0",
90 "source": {
91 "type": "git",
92 "url": "https://github.com/Dealerdirect/phpcodesniffer-composer-installer.git",
93 "reference": "8001af8eb107fbfcedc31a8b51e20b07d85b457a"
94 },
95 "dist": {
96 "type": "zip",
97 "url": "https://api.github.com/repos/Dealerdirect/phpcodesniffer-composer-installer/zipball/8001af8eb107fbfcedc31a8b51e20b07d85b457a",
98 "reference": "8001af8eb107fbfcedc31a8b51e20b07d85b457a",
99 "shasum": ""
100 },
101 "require": {
102 "composer-plugin-api": "^1.0",
103 "php": "^5.3|^7",
104 "squizlabs/php_codesniffer": "^2|^3"
105 },
106 "require-dev": {
107 "composer/composer": "*",
108 "phpcompatibility/php-compatibility": "^9.0",
109 "sensiolabs/security-checker": "^4.1.0"
110 },
111 "time": "2020-01-29T20:22:20+00:00",
112 "type": "composer-plugin",
113 "extra": {
114 "class": "Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\Plugin"
115 },
116 "installation-source": "dist",
117 "autoload": {
118 "psr-4": {
119 "Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\": "src/"
120 }
121 },
122 "notification-url": "https://packagist.org/downloads/",
123 "license": [
124 "MIT"
125 ],
126 "authors": [
127 {
128 "name": "Franck Nijhof",
129 "email": "franck.nijhof@dealerdirect.com",
130 "homepage": "http://www.frenck.nl",
131 "role": "Developer / IT Manager"
132 }
133 ],
134 "description": "PHP_CodeSniffer Standards Composer Installer Plugin",
135 "homepage": "http://www.dealerdirect.com",
136 "keywords": [
137 "PHPCodeSniffer",
138 "PHP_CodeSniffer",
139 "code quality",
140 "codesniffer",
141 "composer",
142 "installer",
143 "phpcs",
144 "plugin",
145 "qa",
146 "quality",
147 "standard",
148 "standards",
149 "style guide",
150 "stylecheck",
151 "tests"
152 ]
153 },
154 {
155 "name": "doctrine/instantiator",
156 "version": "1.0.5",
157 "version_normalized": "1.0.5.0",
158 "source": {
159 "type": "git",
160 "url": "https://github.com/doctrine/instantiator.git",
161 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
162 },
163 "dist": {
164 "type": "zip",
165 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
166 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
167 "shasum": ""
168 },
169 "require": {
170 "php": ">=5.3,<8.0-DEV"
171 },
172 "require-dev": {
173 "athletic/athletic": "~0.1.8",
174 "ext-pdo": "*",
175 "ext-phar": "*",
176 "phpunit/phpunit": "~4.0",
177 "squizlabs/php_codesniffer": "~2.0"
178 },
179 "time": "2015-06-14T21:17:01+00:00",
180 "type": "library",
181 "extra": {
182 "branch-alias": {
183 "dev-master": "1.0.x-dev"
184 }
185 },
186 "installation-source": "dist",
187 "autoload": {
188 "psr-4": {
189 "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
190 }
191 },
192 "notification-url": "https://packagist.org/downloads/",
193 "license": [
194 "MIT"
195 ],
196 "authors": [
197 {
198 "name": "Marco Pivetta",
199 "email": "ocramius@gmail.com",
200 "homepage": "http://ocramius.github.com/"
201 }
202 ],
203 "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
204 "homepage": "https://github.com/doctrine/instantiator",
205 "keywords": [
206 "constructor",
207 "instantiate"
208 ]
209 },
210 {
211 "name": "johnkary/phpunit-speedtrap",
212 "version": "v1.0.1",
213 "version_normalized": "1.0.1.0",
214 "source": {
215 "type": "git",
216 "url": "https://github.com/johnkary/phpunit-speedtrap.git",
217 "reference": "76a26f8a903a9434608cdad2b41c40cd134ea326"
218 },
219 "dist": {
220 "type": "zip",
221 "url": "https://api.github.com/repos/johnkary/phpunit-speedtrap/zipball/76a26f8a903a9434608cdad2b41c40cd134ea326",
222 "reference": "76a26f8a903a9434608cdad2b41c40cd134ea326",
223 "shasum": ""
224 },
225 "require": {
226 "php": ">=5.3.0"
227 },
228 "require-dev": {
229 "phpunit/phpunit": "3.7.*|~4.0"
230 },
231 "time": "2015-09-13T19:01:00+00:00",
232 "type": "library",
233 "extra": {
234 "branch-alias": {
235 "dev-master": "1.0-dev"
236 }
237 },
238 "installation-source": "dist",
239 "autoload": {
240 "psr-0": {
241 "JohnKary": "src/"
242 }
243 },
244 "notification-url": "https://packagist.org/downloads/",
245 "license": [
246 "MIT"
247 ],
248 "authors": [
249 {
250 "name": "John Kary",
251 "email": "john@johnkary.net"
252 }
253 ],
254 "description": "Find slow tests in your PHPUnit test suite",
255 "homepage": "https://github.com/johnkary/phpunit-speedtrap",
256 "keywords": [
257 "phpunit",
258 "profile",
259 "slow"
260 ]
261 },
262 {
263 "name": "myclabs/deep-copy",
264 "version": "1.7.0",
265 "version_normalized": "1.7.0.0",
266 "source": {
267 "type": "git",
268 "url": "https://github.com/myclabs/DeepCopy.git",
269 "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e"
270 },
271 "dist": {
272 "type": "zip",
273 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
274 "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
275 "shasum": ""
276 },
277 "require": {
278 "php": "^5.6 || ^7.0"
279 },
280 "require-dev": {
281 "doctrine/collections": "^1.0",
282 "doctrine/common": "^2.6",
283 "phpunit/phpunit": "^4.1"
284 },
285 "time": "2017-10-19T19:58:43+00:00",
286 "type": "library",
287 "installation-source": "dist",
288 "autoload": {
289 "psr-4": {
290 "DeepCopy\\": "src/DeepCopy/"
291 },
292 "files": [
293 "src/DeepCopy/deep_copy.php"
294 ]
295 },
296 "notification-url": "https://packagist.org/downloads/",
297 "license": [
298 "MIT"
299 ],
300 "description": "Create deep copies (clones) of your objects",
301 "keywords": [
302 "clone",
303 "copy",
304 "duplicate",
305 "object",
306 "object graph"
307 ]
308 },
309 {
310 "name": "php-mock/php-mock",
311 "version": "1.0.1",
312 "version_normalized": "1.0.1.0",
313 "source": {
314 "type": "git",
315 "url": "https://github.com/php-mock/php-mock.git",
316 "reference": "bfa2d17d64dbf129073a7ba2051a96ce52749570"
317 },
318 "dist": {
319 "type": "zip",
320 "url": "https://api.github.com/repos/php-mock/php-mock/zipball/bfa2d17d64dbf129073a7ba2051a96ce52749570",
321 "reference": "bfa2d17d64dbf129073a7ba2051a96ce52749570",
322 "shasum": ""
323 },
324 "require": {
325 "php": ">=5.5",
326 "phpunit/php-text-template": "^1"
327 },
328 "replace": {
329 "malkusch/php-mock": "*"
330 },
331 "require-dev": {
332 "phpunit/phpunit": "^4|^5"
333 },
334 "suggest": {
335 "php-mock/php-mock-mockery": "Allows using PHPMockery for Mockery integration",
336 "php-mock/php-mock-phpunit": "Allows integration into PHPUnit testcase with the trait PHPMock."
337 },
338 "time": "2015-11-11T22:37:09+00:00",
339 "type": "library",
340 "installation-source": "dist",
341 "autoload": {
342 "psr-4": {
343 "phpmock\\": [
344 "classes/",
345 "tests/unit/"
346 ]
347 }
348 },
349 "notification-url": "https://packagist.org/downloads/",
350 "license": [
351 "WTFPL"
352 ],
353 "authors": [
354 {
355 "name": "Markus Malkusch",
356 "email": "markus@malkusch.de",
357 "homepage": "http://markus.malkusch.de",
358 "role": "Developer"
359 }
360 ],
361 "description": "PHP-Mock can mock built-in PHP functions (e.g. time()). PHP-Mock relies on PHP's namespace fallback policy. No further extension is needed.",
362 "homepage": "https://github.com/php-mock/php-mock",
363 "keywords": [
364 "BDD",
365 "TDD",
366 "function",
367 "mock",
368 "stub",
369 "test",
370 "test double"
371 ]
372 },
373 {
374 "name": "php-mock/php-mock-integration",
375 "version": "1.0.0",
376 "version_normalized": "1.0.0.0",
377 "source": {
378 "type": "git",
379 "url": "https://github.com/php-mock/php-mock-integration.git",
380 "reference": "e83fb65dd20cd3cf250d554cbd4682b96b684f4b"
381 },
382 "dist": {
383 "type": "zip",
384 "url": "https://api.github.com/repos/php-mock/php-mock-integration/zipball/e83fb65dd20cd3cf250d554cbd4682b96b684f4b",
385 "reference": "e83fb65dd20cd3cf250d554cbd4682b96b684f4b",
386 "shasum": ""
387 },
388 "require": {
389 "php": ">=5.5",
390 "php-mock/php-mock": "^1",
391 "phpunit/php-text-template": "^1"
392 },
393 "require-dev": {
394 "phpunit/phpunit": "^4|^5"
395 },
396 "time": "2015-10-26T21:21:42+00:00",
397 "type": "library",
398 "installation-source": "dist",
399 "autoload": {
400 "psr-4": {
401 "phpmock\\integration\\": "classes/"
402 }
403 },
404 "notification-url": "https://packagist.org/downloads/",
405 "license": [
406 "WTFPL"
407 ],
408 "authors": [
409 {
410 "name": "Markus Malkusch",
411 "email": "markus@malkusch.de",
412 "homepage": "http://markus.malkusch.de",
413 "role": "Developer"
414 }
415 ],
416 "description": "Integration package for PHP-Mock",
417 "homepage": "https://github.com/php-mock/php-mock-integration",
418 "keywords": [
419 "BDD",
420 "TDD",
421 "function",
422 "mock",
423 "stub",
424 "test",
425 "test double"
426 ]
427 },
428 {
429 "name": "php-mock/php-mock-phpunit",
430 "version": "1.1.2",
431 "version_normalized": "1.1.2.0",
432 "source": {
433 "type": "git",
434 "url": "https://github.com/php-mock/php-mock-phpunit.git",
435 "reference": "359e3038c016cee4c8f8db6387bcab3fcdebada0"
436 },
437 "dist": {
438 "type": "zip",
439 "url": "https://api.github.com/repos/php-mock/php-mock-phpunit/zipball/359e3038c016cee4c8f8db6387bcab3fcdebada0",
440 "reference": "359e3038c016cee4c8f8db6387bcab3fcdebada0",
441 "shasum": ""
442 },
443 "require": {
444 "php": ">=5.5",
445 "php-mock/php-mock-integration": "^1",
446 "phpunit/phpunit": "^4.0.0 || ^5.0.0"
447 },
448 "conflict": {
449 "phpunit/phpunit-mock-objects": "3.2.0"
450 },
451 "time": "2016-06-15T23:36:13+00:00",
452 "type": "library",
453 "installation-source": "dist",
454 "autoload": {
455 "psr-4": {
456 "phpmock\\phpunit\\": "classes/"
457 }
458 },
459 "notification-url": "https://packagist.org/downloads/",
460 "license": [
461 "WTFPL"
462 ],
463 "authors": [
464 {
465 "name": "Markus Malkusch",
466 "email": "markus@malkusch.de",
467 "homepage": "http://markus.malkusch.de",
468 "role": "Developer"
469 }
470 ],
471 "description": "Mock built-in PHP functions (e.g. time()) with PHPUnit. This package relies on PHP's namespace fallback policy. No further extension is needed.",
472 "homepage": "https://github.com/php-mock/php-mock-phpunit",
473 "keywords": [
474 "BDD",
475 "TDD",
476 "function",
477 "mock",
478 "phpunit",
479 "stub",
480 "test",
481 "test double"
482 ]
483 },
484 {
485 "name": "phpcompatibility/php-compatibility",
486 "version": "9.3.5",
487 "version_normalized": "9.3.5.0",
488 "source": {
489 "type": "git",
490 "url": "https://github.com/PHPCompatibility/PHPCompatibility.git",
491 "reference": "9fb324479acf6f39452e0655d2429cc0d3914243"
492 },
493 "dist": {
494 "type": "zip",
495 "url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibility/zipball/9fb324479acf6f39452e0655d2429cc0d3914243",
496 "reference": "9fb324479acf6f39452e0655d2429cc0d3914243",
497 "shasum": ""
498 },
499 "require": {
500 "php": ">=5.3",
501 "squizlabs/php_codesniffer": "^2.3 || ^3.0.2"
502 },
503 "conflict": {
504 "squizlabs/php_codesniffer": "2.6.2"
505 },
506 "require-dev": {
507 "phpunit/phpunit": "~4.5 || ^5.0 || ^6.0 || ^7.0"
508 },
509 "suggest": {
510 "dealerdirect/phpcodesniffer-composer-installer": "^0.5 || This Composer plugin will sort out the PHPCS 'installed_paths' automatically.",
511 "roave/security-advisories": "dev-master || Helps prevent installing dependencies with known security issues."
512 },
513 "time": "2019-12-27T09:44:58+00:00",
514 "type": "phpcodesniffer-standard",
515 "installation-source": "dist",
516 "notification-url": "https://packagist.org/downloads/",
517 "license": [
518 "LGPL-3.0-or-later"
519 ],
520 "authors": [
521 {
522 "name": "Wim Godden",
523 "homepage": "https://github.com/wimg",
524 "role": "lead"
525 },
526 {
527 "name": "Juliette Reinders Folmer",
528 "homepage": "https://github.com/jrfnl",
529 "role": "lead"
530 },
531 {
532 "name": "Contributors",
533 "homepage": "https://github.com/PHPCompatibility/PHPCompatibility/graphs/contributors"
534 }
535 ],
536 "description": "A set of sniffs for PHP_CodeSniffer that checks for PHP cross-version compatibility.",
537 "homepage": "http://techblog.wimgodden.be/tag/codesniffer/",
538 "keywords": [
539 "compatibility",
540 "phpcs",
541 "standards"
542 ]
543 },
544 {
545 "name": "phpdocumentor/reflection-common",
546 "version": "1.0.1",
547 "version_normalized": "1.0.1.0",
548 "source": {
549 "type": "git",
550 "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
551 "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
552 },
553 "dist": {
554 "type": "zip",
555 "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
556 "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
557 "shasum": ""
558 },
559 "require": {
560 "php": ">=5.5"
561 },
562 "require-dev": {
563 "phpunit/phpunit": "^4.6"
564 },
565 "time": "2017-09-11T18:02:19+00:00",
566 "type": "library",
567 "extra": {
568 "branch-alias": {
569 "dev-master": "1.0.x-dev"
570 }
571 },
572 "installation-source": "dist",
573 "autoload": {
574 "psr-4": {
575 "phpDocumentor\\Reflection\\": [
576 "src"
577 ]
578 }
579 },
580 "notification-url": "https://packagist.org/downloads/",
581 "license": [
582 "MIT"
583 ],
584 "authors": [
585 {
586 "name": "Jaap van Otterdijk",
587 "email": "opensource@ijaap.nl"
588 }
589 ],
590 "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
591 "homepage": "http://www.phpdoc.org",
592 "keywords": [
593 "FQSEN",
594 "phpDocumentor",
595 "phpdoc",
596 "reflection",
597 "static analysis"
598 ]
599 },
600 {
601 "name": "phpdocumentor/reflection-docblock",
602 "version": "3.3.2",
603 "version_normalized": "3.3.2.0",
604 "source": {
605 "type": "git",
606 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
607 "reference": "bf329f6c1aadea3299f08ee804682b7c45b326a2"
608 },
609 "dist": {
610 "type": "zip",
611 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/bf329f6c1aadea3299f08ee804682b7c45b326a2",
612 "reference": "bf329f6c1aadea3299f08ee804682b7c45b326a2",
613 "shasum": ""
614 },
615 "require": {
616 "php": "^5.6 || ^7.0",
617 "phpdocumentor/reflection-common": "^1.0.0",
618 "phpdocumentor/type-resolver": "^0.4.0",
619 "webmozart/assert": "^1.0"
620 },
621 "require-dev": {
622 "mockery/mockery": "^0.9.4",
623 "phpunit/phpunit": "^4.4"
624 },
625 "time": "2017-11-10T14:09:06+00:00",
626 "type": "library",
627 "installation-source": "dist",
628 "autoload": {
629 "psr-4": {
630 "phpDocumentor\\Reflection\\": [
631 "src/"
632 ]
633 }
634 },
635 "notification-url": "https://packagist.org/downloads/",
636 "license": [
637 "MIT"
638 ],
639 "authors": [
640 {
641 "name": "Mike van Riel",
642 "email": "me@mikevanriel.com"
643 }
644 ],
645 "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock."
646 },
647 {
648 "name": "phpdocumentor/type-resolver",
649 "version": "0.4.0",
650 "version_normalized": "0.4.0.0",
651 "source": {
652 "type": "git",
653 "url": "https://github.com/phpDocumentor/TypeResolver.git",
654 "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
655 },
656 "dist": {
657 "type": "zip",
658 "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
659 "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
660 "shasum": ""
661 },
662 "require": {
663 "php": "^5.5 || ^7.0",
664 "phpdocumentor/reflection-common": "^1.0"
665 },
666 "require-dev": {
667 "mockery/mockery": "^0.9.4",
668 "phpunit/phpunit": "^5.2||^4.8.24"
669 },
670 "time": "2017-07-14T14:27:02+00:00",
671 "type": "library",
672 "extra": {
673 "branch-alias": {
674 "dev-master": "1.0.x-dev"
675 }
676 },
677 "installation-source": "dist",
678 "autoload": {
679 "psr-4": {
680 "phpDocumentor\\Reflection\\": [
681 "src/"
682 ]
683 }
684 },
685 "notification-url": "https://packagist.org/downloads/",
686 "license": [
687 "MIT"
688 ],
689 "authors": [
690 {
691 "name": "Mike van Riel",
692 "email": "me@mikevanriel.com"
693 }
694 ]
695 },
696 {
697 "name": "phpspec/prophecy",
698 "version": "v1.10.3",
699 "version_normalized": "1.10.3.0",
700 "source": {
701 "type": "git",
702 "url": "https://github.com/phpspec/prophecy.git",
703 "reference": "451c3cd1418cf640de218914901e51b064abb093"
704 },
705 "dist": {
706 "type": "zip",
707 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/451c3cd1418cf640de218914901e51b064abb093",
708 "reference": "451c3cd1418cf640de218914901e51b064abb093",
709 "shasum": ""
710 },
711 "require": {
712 "doctrine/instantiator": "^1.0.2",
713 "php": "^5.3|^7.0",
714 "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0|^5.0",
715 "sebastian/comparator": "^1.2.3|^2.0|^3.0|^4.0",
716 "sebastian/recursion-context": "^1.0|^2.0|^3.0|^4.0"
717 },
718 "require-dev": {
719 "phpspec/phpspec": "^2.5 || ^3.2",
720 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
721 },
722 "time": "2020-03-05T15:02:03+00:00",
723 "type": "library",
724 "extra": {
725 "branch-alias": {
726 "dev-master": "1.10.x-dev"
727 }
728 },
729 "installation-source": "dist",
730 "autoload": {
731 "psr-4": {
732 "Prophecy\\": "src/Prophecy"
733 }
734 },
735 "notification-url": "https://packagist.org/downloads/",
736 "license": [
737 "MIT"
738 ],
739 "authors": [
740 {
741 "name": "Konstantin Kudryashov",
742 "email": "ever.zet@gmail.com",
743 "homepage": "http://everzet.com"
744 },
745 {
746 "name": "Marcello Duarte",
747 "email": "marcello.duarte@gmail.com"
748 }
749 ],
750 "description": "Highly opinionated mocking framework for PHP 5.3+",
751 "homepage": "https://github.com/phpspec/prophecy",
752 "keywords": [
753 "Double",
754 "Dummy",
755 "fake",
756 "mock",
757 "spy",
758 "stub"
759 ]
760 },
761 {
762 "name": "phpunit/php-code-coverage",
763 "version": "4.0.8",
764 "version_normalized": "4.0.8.0",
765 "source": {
766 "type": "git",
767 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
768 "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d"
769 },
770 "dist": {
771 "type": "zip",
772 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
773 "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
774 "shasum": ""
775 },
776 "require": {
777 "ext-dom": "*",
778 "ext-xmlwriter": "*",
779 "php": "^5.6 || ^7.0",
780 "phpunit/php-file-iterator": "^1.3",
781 "phpunit/php-text-template": "^1.2",
782 "phpunit/php-token-stream": "^1.4.2 || ^2.0",
783 "sebastian/code-unit-reverse-lookup": "^1.0",
784 "sebastian/environment": "^1.3.2 || ^2.0",
785 "sebastian/version": "^1.0 || ^2.0"
786 },
787 "require-dev": {
788 "ext-xdebug": "^2.1.4",
789 "phpunit/phpunit": "^5.7"
790 },
791 "suggest": {
792 "ext-xdebug": "^2.5.1"
793 },
794 "time": "2017-04-02T07:44:40+00:00",
795 "type": "library",
796 "extra": {
797 "branch-alias": {
798 "dev-master": "4.0.x-dev"
799 }
800 },
801 "installation-source": "dist",
802 "autoload": {
803 "classmap": [
804 "src/"
805 ]
806 },
807 "notification-url": "https://packagist.org/downloads/",
808 "license": [
809 "BSD-3-Clause"
810 ],
811 "authors": [
812 {
813 "name": "Sebastian Bergmann",
814 "email": "sb@sebastian-bergmann.de",
815 "role": "lead"
816 }
817 ],
818 "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
819 "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
820 "keywords": [
821 "coverage",
822 "testing",
823 "xunit"
824 ]
825 },
826 {
827 "name": "phpunit/php-file-iterator",
828 "version": "1.4.5",
829 "version_normalized": "1.4.5.0",
830 "source": {
831 "type": "git",
832 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
833 "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
834 },
835 "dist": {
836 "type": "zip",
837 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
838 "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
839 "shasum": ""
840 },
841 "require": {
842 "php": ">=5.3.3"
843 },
844 "time": "2017-11-27T13:52:08+00:00",
845 "type": "library",
846 "extra": {
847 "branch-alias": {
848 "dev-master": "1.4.x-dev"
849 }
850 },
851 "installation-source": "dist",
852 "autoload": {
853 "classmap": [
854 "src/"
855 ]
856 },
857 "notification-url": "https://packagist.org/downloads/",
858 "license": [
859 "BSD-3-Clause"
860 ],
861 "authors": [
862 {
863 "name": "Sebastian Bergmann",
864 "email": "sb@sebastian-bergmann.de",
865 "role": "lead"
866 }
867 ],
868 "description": "FilterIterator implementation that filters files based on a list of suffixes.",
869 "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
870 "keywords": [
871 "filesystem",
872 "iterator"
873 ]
874 },
875 {
876 "name": "phpunit/php-text-template",
877 "version": "1.2.1",
878 "version_normalized": "1.2.1.0",
879 "source": {
880 "type": "git",
881 "url": "https://github.com/sebastianbergmann/php-text-template.git",
882 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
883 },
884 "dist": {
885 "type": "zip",
886 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
887 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
888 "shasum": ""
889 },
890 "require": {
891 "php": ">=5.3.3"
892 },
893 "time": "2015-06-21T13:50:34+00:00",
894 "type": "library",
895 "installation-source": "dist",
896 "autoload": {
897 "classmap": [
898 "src/"
899 ]
900 },
901 "notification-url": "https://packagist.org/downloads/",
902 "license": [
903 "BSD-3-Clause"
904 ],
905 "authors": [
906 {
907 "name": "Sebastian Bergmann",
908 "email": "sebastian@phpunit.de",
909 "role": "lead"
910 }
911 ],
912 "description": "Simple template engine.",
913 "homepage": "https://github.com/sebastianbergmann/php-text-template/",
914 "keywords": [
915 "template"
916 ]
917 },
918 {
919 "name": "phpunit/php-timer",
920 "version": "1.0.9",
921 "version_normalized": "1.0.9.0",
922 "source": {
923 "type": "git",
924 "url": "https://github.com/sebastianbergmann/php-timer.git",
925 "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
926 },
927 "dist": {
928 "type": "zip",
929 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
930 "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
931 "shasum": ""
932 },
933 "require": {
934 "php": "^5.3.3 || ^7.0"
935 },
936 "require-dev": {
937 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
938 },
939 "time": "2017-02-26T11:10:40+00:00",
940 "type": "library",
941 "extra": {
942 "branch-alias": {
943 "dev-master": "1.0-dev"
944 }
945 },
946 "installation-source": "dist",
947 "autoload": {
948 "classmap": [
949 "src/"
950 ]
951 },
952 "notification-url": "https://packagist.org/downloads/",
953 "license": [
954 "BSD-3-Clause"
955 ],
956 "authors": [
957 {
958 "name": "Sebastian Bergmann",
959 "email": "sb@sebastian-bergmann.de",
960 "role": "lead"
961 }
962 ],
963 "description": "Utility class for timing",
964 "homepage": "https://github.com/sebastianbergmann/php-timer/",
965 "keywords": [
966 "timer"
967 ]
968 },
969 {
970 "name": "phpunit/php-token-stream",
971 "version": "1.4.12",
972 "version_normalized": "1.4.12.0",
973 "source": {
974 "type": "git",
975 "url": "https://github.com/sebastianbergmann/php-token-stream.git",
976 "reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16"
977 },
978 "dist": {
979 "type": "zip",
980 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/1ce90ba27c42e4e44e6d8458241466380b51fa16",
981 "reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16",
982 "shasum": ""
983 },
984 "require": {
985 "ext-tokenizer": "*",
986 "php": ">=5.3.3"
987 },
988 "require-dev": {
989 "phpunit/phpunit": "~4.2"
990 },
991 "time": "2017-12-04T08:55:13+00:00",
992 "type": "library",
993 "extra": {
994 "branch-alias": {
995 "dev-master": "1.4-dev"
996 }
997 },
998 "installation-source": "dist",
999 "autoload": {
1000 "classmap": [
1001 "src/"
1002 ]
1003 },
1004 "notification-url": "https://packagist.org/downloads/",
1005 "license": [
1006 "BSD-3-Clause"
1007 ],
1008 "authors": [
1009 {
1010 "name": "Sebastian Bergmann",
1011 "email": "sebastian@phpunit.de"
1012 }
1013 ],
1014 "description": "Wrapper around PHP's tokenizer extension.",
1015 "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
1016 "keywords": [
1017 "tokenizer"
1018 ],
1019 "abandoned": true
1020 },
1021 {
1022 "name": "phpunit/phpunit",
1023 "version": "5.7.27",
1024 "version_normalized": "5.7.27.0",
1025 "source": {
1026 "type": "git",
1027 "url": "https://github.com/sebastianbergmann/phpunit.git",
1028 "reference": "b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c"
1029 },
1030 "dist": {
1031 "type": "zip",
1032 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c",
1033 "reference": "b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c",
1034 "shasum": ""
1035 },
1036 "require": {
1037 "ext-dom": "*",
1038 "ext-json": "*",
1039 "ext-libxml": "*",
1040 "ext-mbstring": "*",
1041 "ext-xml": "*",
1042 "myclabs/deep-copy": "~1.3",
1043 "php": "^5.6 || ^7.0",
1044 "phpspec/prophecy": "^1.6.2",
1045 "phpunit/php-code-coverage": "^4.0.4",
1046 "phpunit/php-file-iterator": "~1.4",
1047 "phpunit/php-text-template": "~1.2",
1048 "phpunit/php-timer": "^1.0.6",
1049 "phpunit/phpunit-mock-objects": "^3.2",
1050 "sebastian/comparator": "^1.2.4",
1051 "sebastian/diff": "^1.4.3",
1052 "sebastian/environment": "^1.3.4 || ^2.0",
1053 "sebastian/exporter": "~2.0",
1054 "sebastian/global-state": "^1.1",
1055 "sebastian/object-enumerator": "~2.0",
1056 "sebastian/resource-operations": "~1.0",
1057 "sebastian/version": "^1.0.6|^2.0.1",
1058 "symfony/yaml": "~2.1|~3.0|~4.0"
1059 },
1060 "conflict": {
1061 "phpdocumentor/reflection-docblock": "3.0.2"
1062 },
1063 "require-dev": {
1064 "ext-pdo": "*"
1065 },
1066 "suggest": {
1067 "ext-xdebug": "*",
1068 "phpunit/php-invoker": "~1.1"
1069 },
1070 "time": "2018-02-01T05:50:59+00:00",
1071 "bin": [
1072 "phpunit"
1073 ],
1074 "type": "library",
1075 "extra": {
1076 "branch-alias": {
1077 "dev-master": "5.7.x-dev"
1078 }
1079 },
1080 "installation-source": "dist",
1081 "autoload": {
1082 "classmap": [
1083 "src/"
1084 ]
1085 },
1086 "notification-url": "https://packagist.org/downloads/",
1087 "license": [
1088 "BSD-3-Clause"
1089 ],
1090 "authors": [
1091 {
1092 "name": "Sebastian Bergmann",
1093 "email": "sebastian@phpunit.de",
1094 "role": "lead"
1095 }
1096 ],
1097 "description": "The PHP Unit Testing framework.",
1098 "homepage": "https://phpunit.de/",
1099 "keywords": [
1100 "phpunit",
1101 "testing",
1102 "xunit"
1103 ]
1104 },
1105 {
1106 "name": "phpunit/phpunit-mock-objects",
1107 "version": "3.4.4",
1108 "version_normalized": "3.4.4.0",
1109 "source": {
1110 "type": "git",
1111 "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
1112 "reference": "a23b761686d50a560cc56233b9ecf49597cc9118"
1113 },
1114 "dist": {
1115 "type": "zip",
1116 "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/a23b761686d50a560cc56233b9ecf49597cc9118",
1117 "reference": "a23b761686d50a560cc56233b9ecf49597cc9118",
1118 "shasum": ""
1119 },
1120 "require": {
1121 "doctrine/instantiator": "^1.0.2",
1122 "php": "^5.6 || ^7.0",
1123 "phpunit/php-text-template": "^1.2",
1124 "sebastian/exporter": "^1.2 || ^2.0"
1125 },
1126 "conflict": {
1127 "phpunit/phpunit": "<5.4.0"
1128 },
1129 "require-dev": {
1130 "phpunit/phpunit": "^5.4"
1131 },
1132 "suggest": {
1133 "ext-soap": "*"
1134 },
1135 "time": "2017-06-30T09:13:00+00:00",
1136 "type": "library",
1137 "extra": {
1138 "branch-alias": {
1139 "dev-master": "3.2.x-dev"
1140 }
1141 },
1142 "installation-source": "dist",
1143 "autoload": {
1144 "classmap": [
1145 "src/"
1146 ]
1147 },
1148 "notification-url": "https://packagist.org/downloads/",
1149 "license": [
1150 "BSD-3-Clause"
1151 ],
1152 "authors": [
1153 {
1154 "name": "Sebastian Bergmann",
1155 "email": "sb@sebastian-bergmann.de",
1156 "role": "lead"
1157 }
1158 ],
1159 "description": "Mock Object library for PHPUnit",
1160 "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
1161 "keywords": [
1162 "mock",
1163 "xunit"
1164 ],
1165 "abandoned": true
1166 },
1167 {
1168 "name": "psr/log",
1169 "version": "1.1.3",
1170 "version_normalized": "1.1.3.0",
1171 "source": {
1172 "type": "git",
1173 "url": "https://github.com/php-fig/log.git",
1174 "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
1175 },
1176 "dist": {
1177 "type": "zip",
1178 "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
1179 "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
1180 "shasum": ""
1181 },
1182 "require": {
1183 "php": ">=5.3.0"
1184 },
1185 "time": "2020-03-23T09:12:05+00:00",
1186 "type": "library",
1187 "extra": {
1188 "branch-alias": {
1189 "dev-master": "1.1.x-dev"
1190 }
1191 },
1192 "installation-source": "dist",
1193 "autoload": {
1194 "psr-4": {
1195 "Psr\\Log\\": "Psr/Log/"
1196 }
1197 },
1198 "notification-url": "https://packagist.org/downloads/",
1199 "license": [
1200 "MIT"
1201 ],
1202 "authors": [
1203 {
1204 "name": "PHP-FIG",
1205 "homepage": "http://www.php-fig.org/"
1206 }
1207 ],
1208 "description": "Common interface for logging libraries",
1209 "homepage": "https://github.com/php-fig/log",
1210 "keywords": [
1211 "log",
1212 "psr",
1213 "psr-3"
1214 ]
1215 },
1216 {
1217 "name": "sebastian/code-unit-reverse-lookup",
1218 "version": "1.0.1",
1219 "version_normalized": "1.0.1.0",
1220 "source": {
1221 "type": "git",
1222 "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
1223 "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
1224 },
1225 "dist": {
1226 "type": "zip",
1227 "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
1228 "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
1229 "shasum": ""
1230 },
1231 "require": {
1232 "php": "^5.6 || ^7.0"
1233 },
1234 "require-dev": {
1235 "phpunit/phpunit": "^5.7 || ^6.0"
1236 },
1237 "time": "2017-03-04T06:30:41+00:00",
1238 "type": "library",
1239 "extra": {
1240 "branch-alias": {
1241 "dev-master": "1.0.x-dev"
1242 }
1243 },
1244 "installation-source": "dist",
1245 "autoload": {
1246 "classmap": [
1247 "src/"
1248 ]
1249 },
1250 "notification-url": "https://packagist.org/downloads/",
1251 "license": [
1252 "BSD-3-Clause"
1253 ],
1254 "authors": [
1255 {
1256 "name": "Sebastian Bergmann",
1257 "email": "sebastian@phpunit.de"
1258 }
1259 ],
1260 "description": "Looks up which function or method a line of code belongs to",
1261 "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/"
1262 },
1263 {
1264 "name": "sebastian/comparator",
1265 "version": "1.2.4",
1266 "version_normalized": "1.2.4.0",
1267 "source": {
1268 "type": "git",
1269 "url": "https://github.com/sebastianbergmann/comparator.git",
1270 "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
1271 },
1272 "dist": {
1273 "type": "zip",
1274 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
1275 "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
1276 "shasum": ""
1277 },
1278 "require": {
1279 "php": ">=5.3.3",
1280 "sebastian/diff": "~1.2",
1281 "sebastian/exporter": "~1.2 || ~2.0"
1282 },
1283 "require-dev": {
1284 "phpunit/phpunit": "~4.4"
1285 },
1286 "time": "2017-01-29T09:50:25+00:00",
1287 "type": "library",
1288 "extra": {
1289 "branch-alias": {
1290 "dev-master": "1.2.x-dev"
1291 }
1292 },
1293 "installation-source": "dist",
1294 "autoload": {
1295 "classmap": [
1296 "src/"
1297 ]
1298 },
1299 "notification-url": "https://packagist.org/downloads/",
1300 "license": [
1301 "BSD-3-Clause"
1302 ],
1303 "authors": [
1304 {
1305 "name": "Jeff Welch",
1306 "email": "whatthejeff@gmail.com"
1307 },
1308 {
1309 "name": "Volker Dusch",
1310 "email": "github@wallbash.com"
1311 },
1312 {
1313 "name": "Bernhard Schussek",
1314 "email": "bschussek@2bepublished.at"
1315 },
1316 {
1317 "name": "Sebastian Bergmann",
1318 "email": "sebastian@phpunit.de"
1319 }
1320 ],
1321 "description": "Provides the functionality to compare PHP values for equality",
1322 "homepage": "http://www.github.com/sebastianbergmann/comparator",
1323 "keywords": [
1324 "comparator",
1325 "compare",
1326 "equality"
1327 ]
1328 },
1329 {
1330 "name": "sebastian/diff",
1331 "version": "1.4.3",
1332 "version_normalized": "1.4.3.0",
1333 "source": {
1334 "type": "git",
1335 "url": "https://github.com/sebastianbergmann/diff.git",
1336 "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
1337 },
1338 "dist": {
1339 "type": "zip",
1340 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4",
1341 "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
1342 "shasum": ""
1343 },
1344 "require": {
1345 "php": "^5.3.3 || ^7.0"
1346 },
1347 "require-dev": {
1348 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
1349 },
1350 "time": "2017-05-22T07:24:03+00:00",
1351 "type": "library",
1352 "extra": {
1353 "branch-alias": {
1354 "dev-master": "1.4-dev"
1355 }
1356 },
1357 "installation-source": "dist",
1358 "autoload": {
1359 "classmap": [
1360 "src/"
1361 ]
1362 },
1363 "notification-url": "https://packagist.org/downloads/",
1364 "license": [
1365 "BSD-3-Clause"
1366 ],
1367 "authors": [
1368 {
1369 "name": "Kore Nordmann",
1370 "email": "mail@kore-nordmann.de"
1371 },
1372 {
1373 "name": "Sebastian Bergmann",
1374 "email": "sebastian@phpunit.de"
1375 }
1376 ],
1377 "description": "Diff implementation",
1378 "homepage": "https://github.com/sebastianbergmann/diff",
1379 "keywords": [
1380 "diff"
1381 ]
1382 },
1383 {
1384 "name": "sebastian/environment",
1385 "version": "2.0.0",
1386 "version_normalized": "2.0.0.0",
1387 "source": {
1388 "type": "git",
1389 "url": "https://github.com/sebastianbergmann/environment.git",
1390 "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac"
1391 },
1392 "dist": {
1393 "type": "zip",
1394 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
1395 "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
1396 "shasum": ""
1397 },
1398 "require": {
1399 "php": "^5.6 || ^7.0"
1400 },
1401 "require-dev": {
1402 "phpunit/phpunit": "^5.0"
1403 },
1404 "time": "2016-11-26T07:53:53+00:00",
1405 "type": "library",
1406 "extra": {
1407 "branch-alias": {
1408 "dev-master": "2.0.x-dev"
1409 }
1410 },
1411 "installation-source": "dist",
1412 "autoload": {
1413 "classmap": [
1414 "src/"
1415 ]
1416 },
1417 "notification-url": "https://packagist.org/downloads/",
1418 "license": [
1419 "BSD-3-Clause"
1420 ],
1421 "authors": [
1422 {
1423 "name": "Sebastian Bergmann",
1424 "email": "sebastian@phpunit.de"
1425 }
1426 ],
1427 "description": "Provides functionality to handle HHVM/PHP environments",
1428 "homepage": "http://www.github.com/sebastianbergmann/environment",
1429 "keywords": [
1430 "Xdebug",
1431 "environment",
1432 "hhvm"
1433 ]
1434 },
1435 {
1436 "name": "sebastian/exporter",
1437 "version": "2.0.0",
1438 "version_normalized": "2.0.0.0",
1439 "source": {
1440 "type": "git",
1441 "url": "https://github.com/sebastianbergmann/exporter.git",
1442 "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4"
1443 },
1444 "dist": {
1445 "type": "zip",
1446 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
1447 "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
1448 "shasum": ""
1449 },
1450 "require": {
1451 "php": ">=5.3.3",
1452 "sebastian/recursion-context": "~2.0"
1453 },
1454 "require-dev": {
1455 "ext-mbstring": "*",
1456 "phpunit/phpunit": "~4.4"
1457 },
1458 "time": "2016-11-19T08:54:04+00:00",
1459 "type": "library",
1460 "extra": {
1461 "branch-alias": {
1462 "dev-master": "2.0.x-dev"
1463 }
1464 },
1465 "installation-source": "dist",
1466 "autoload": {
1467 "classmap": [
1468 "src/"
1469 ]
1470 },
1471 "notification-url": "https://packagist.org/downloads/",
1472 "license": [
1473 "BSD-3-Clause"
1474 ],
1475 "authors": [
1476 {
1477 "name": "Jeff Welch",
1478 "email": "whatthejeff@gmail.com"
1479 },
1480 {
1481 "name": "Volker Dusch",
1482 "email": "github@wallbash.com"
1483 },
1484 {
1485 "name": "Bernhard Schussek",
1486 "email": "bschussek@2bepublished.at"
1487 },
1488 {
1489 "name": "Sebastian Bergmann",
1490 "email": "sebastian@phpunit.de"
1491 },
1492 {
1493 "name": "Adam Harvey",
1494 "email": "aharvey@php.net"
1495 }
1496 ],
1497 "description": "Provides the functionality to export PHP variables for visualization",
1498 "homepage": "http://www.github.com/sebastianbergmann/exporter",
1499 "keywords": [
1500 "export",
1501 "exporter"
1502 ]
1503 },
1504 {
1505 "name": "sebastian/global-state",
1506 "version": "1.1.1",
1507 "version_normalized": "1.1.1.0",
1508 "source": {
1509 "type": "git",
1510 "url": "https://github.com/sebastianbergmann/global-state.git",
1511 "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
1512 },
1513 "dist": {
1514 "type": "zip",
1515 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
1516 "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
1517 "shasum": ""
1518 },
1519 "require": {
1520 "php": ">=5.3.3"
1521 },
1522 "require-dev": {
1523 "phpunit/phpunit": "~4.2"
1524 },
1525 "suggest": {
1526 "ext-uopz": "*"
1527 },
1528 "time": "2015-10-12T03:26:01+00:00",
1529 "type": "library",
1530 "extra": {
1531 "branch-alias": {
1532 "dev-master": "1.0-dev"
1533 }
1534 },
1535 "installation-source": "dist",
1536 "autoload": {
1537 "classmap": [
1538 "src/"
1539 ]
1540 },
1541 "notification-url": "https://packagist.org/downloads/",
1542 "license": [
1543 "BSD-3-Clause"
1544 ],
1545 "authors": [
1546 {
1547 "name": "Sebastian Bergmann",
1548 "email": "sebastian@phpunit.de"
1549 }
1550 ],
1551 "description": "Snapshotting of global state",
1552 "homepage": "http://www.github.com/sebastianbergmann/global-state",
1553 "keywords": [
1554 "global state"
1555 ]
1556 },
1557 {
1558 "name": "sebastian/object-enumerator",
1559 "version": "2.0.1",
1560 "version_normalized": "2.0.1.0",
1561 "source": {
1562 "type": "git",
1563 "url": "https://github.com/sebastianbergmann/object-enumerator.git",
1564 "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7"
1565 },
1566 "dist": {
1567 "type": "zip",
1568 "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/1311872ac850040a79c3c058bea3e22d0f09cbb7",
1569 "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7",
1570 "shasum": ""
1571 },
1572 "require": {
1573 "php": ">=5.6",
1574 "sebastian/recursion-context": "~2.0"
1575 },
1576 "require-dev": {
1577 "phpunit/phpunit": "~5"
1578 },
1579 "time": "2017-02-18T15:18:39+00:00",
1580 "type": "library",
1581 "extra": {
1582 "branch-alias": {
1583 "dev-master": "2.0.x-dev"
1584 }
1585 },
1586 "installation-source": "dist",
1587 "autoload": {
1588 "classmap": [
1589 "src/"
1590 ]
1591 },
1592 "notification-url": "https://packagist.org/downloads/",
1593 "license": [
1594 "BSD-3-Clause"
1595 ],
1596 "authors": [
1597 {
1598 "name": "Sebastian Bergmann",
1599 "email": "sebastian@phpunit.de"
1600 }
1601 ],
1602 "description": "Traverses array structures and object graphs to enumerate all referenced objects",
1603 "homepage": "https://github.com/sebastianbergmann/object-enumerator/"
1604 },
1605 {
1606 "name": "sebastian/recursion-context",
1607 "version": "2.0.0",
1608 "version_normalized": "2.0.0.0",
1609 "source": {
1610 "type": "git",
1611 "url": "https://github.com/sebastianbergmann/recursion-context.git",
1612 "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a"
1613 },
1614 "dist": {
1615 "type": "zip",
1616 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/2c3ba150cbec723aa057506e73a8d33bdb286c9a",
1617 "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a",
1618 "shasum": ""
1619 },
1620 "require": {
1621 "php": ">=5.3.3"
1622 },
1623 "require-dev": {
1624 "phpunit/phpunit": "~4.4"
1625 },
1626 "time": "2016-11-19T07:33:16+00:00",
1627 "type": "library",
1628 "extra": {
1629 "branch-alias": {
1630 "dev-master": "2.0.x-dev"
1631 }
1632 },
1633 "installation-source": "dist",
1634 "autoload": {
1635 "classmap": [
1636 "src/"
1637 ]
1638 },
1639 "notification-url": "https://packagist.org/downloads/",
1640 "license": [
1641 "BSD-3-Clause"
1642 ],
1643 "authors": [
1644 {
1645 "name": "Jeff Welch",
1646 "email": "whatthejeff@gmail.com"
1647 },
1648 {
1649 "name": "Sebastian Bergmann",
1650 "email": "sebastian@phpunit.de"
1651 },
1652 {
1653 "name": "Adam Harvey",
1654 "email": "aharvey@php.net"
1655 }
1656 ],
1657 "description": "Provides functionality to recursively process PHP variables",
1658 "homepage": "http://www.github.com/sebastianbergmann/recursion-context"
1659 },
1660 {
1661 "name": "sebastian/resource-operations",
1662 "version": "1.0.0",
1663 "version_normalized": "1.0.0.0",
1664 "source": {
1665 "type": "git",
1666 "url": "https://github.com/sebastianbergmann/resource-operations.git",
1667 "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
1668 },
1669 "dist": {
1670 "type": "zip",
1671 "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
1672 "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
1673 "shasum": ""
1674 },
1675 "require": {
1676 "php": ">=5.6.0"
1677 },
1678 "time": "2015-07-28T20:34:47+00:00",
1679 "type": "library",
1680 "extra": {
1681 "branch-alias": {
1682 "dev-master": "1.0.x-dev"
1683 }
1684 },
1685 "installation-source": "dist",
1686 "autoload": {
1687 "classmap": [
1688 "src/"
1689 ]
1690 },
1691 "notification-url": "https://packagist.org/downloads/",
1692 "license": [
1693 "BSD-3-Clause"
1694 ],
1695 "authors": [
1696 {
1697 "name": "Sebastian Bergmann",
1698 "email": "sebastian@phpunit.de"
1699 }
1700 ],
1701 "description": "Provides a list of PHP built-in functions that operate on resources",
1702 "homepage": "https://www.github.com/sebastianbergmann/resource-operations"
1703 },
1704 {
1705 "name": "sebastian/version",
1706 "version": "2.0.1",
1707 "version_normalized": "2.0.1.0",
1708 "source": {
1709 "type": "git",
1710 "url": "https://github.com/sebastianbergmann/version.git",
1711 "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
1712 },
1713 "dist": {
1714 "type": "zip",
1715 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
1716 "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
1717 "shasum": ""
1718 },
1719 "require": {
1720 "php": ">=5.6"
1721 },
1722 "time": "2016-10-03T07:35:21+00:00",
1723 "type": "library",
1724 "extra": {
1725 "branch-alias": {
1726 "dev-master": "2.0.x-dev"
1727 }
1728 },
1729 "installation-source": "dist",
1730 "autoload": {
1731 "classmap": [
1732 "src/"
1733 ]
1734 },
1735 "notification-url": "https://packagist.org/downloads/",
1736 "license": [
1737 "BSD-3-Clause"
1738 ],
1739 "authors": [
1740 {
1741 "name": "Sebastian Bergmann",
1742 "email": "sebastian@phpunit.de",
1743 "role": "lead"
1744 }
1745 ],
1746 "description": "Library that helps with managing the version number of Git-hosted PHP projects",
1747 "homepage": "https://github.com/sebastianbergmann/version"
1748 },
1749 {
1750 "name": "simplyadmire/composer-plugins",
1751 "version": "dev-master",
1752 "version_normalized": "9999999-dev",
1753 "source": {
1754 "type": "git",
1755 "url": "https://github.com/SimplyAdmire/ComposerPlugins.git",
1756 "reference": "d8380f670694c1c2330b22591ca74adc82cffe19"
1757 },
1758 "dist": {
1759 "type": "zip",
1760 "url": "https://api.github.com/repos/SimplyAdmire/ComposerPlugins/zipball/d8380f670694c1c2330b22591ca74adc82cffe19",
1761 "reference": "d8380f670694c1c2330b22591ca74adc82cffe19",
1762 "shasum": ""
1763 },
1764 "require": {
1765 "composer-plugin-api": "^1.0",
1766 "squizlabs/php_codesniffer": "*"
1767 },
1768 "time": "2016-05-12T11:58:38+00:00",
1769 "type": "composer-plugin",
1770 "extra": {
1771 "class": [
1772 "SimplyAdmire\\ComposerPlugins\\PhpCodesnifferStandardInstallerPlugin"
1773 ]
1774 },
1775 "installation-source": "source",
1776 "autoload": {
1777 "psr-0": {
1778 "SimplyAdmire\\ComposerPlugins": ""
1779 }
1780 },
1781 "notification-url": "https://packagist.org/downloads/",
1782 "license": [
1783 "LGPL-3.0+"
1784 ],
1785 "authors": [
1786 {
1787 "name": "Rens Admiraal",
1788 "email": "rens@simplyadmire.com",
1789 "role": "lead"
1790 }
1791 ],
1792 "description": "Composer plugin for installing PHP_CodeSniffer standards",
1793 "keywords": [
1794 "PHP_CodeSniffer",
1795 "TYPO3 CMS",
1796 "TYPO3 Flow",
1797 "TYPO3 Neos",
1798 "phpcs",
1799 "standards",
1800 "typo3"
1801 ],
1802 "abandoned": true
1803 },
1804 {
1805 "name": "squizlabs/php_codesniffer",
1806 "version": "2.9.2",
1807 "version_normalized": "2.9.2.0",
1808 "source": {
1809 "type": "git",
1810 "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
1811 "reference": "2acf168de78487db620ab4bc524135a13cfe6745"
1812 },
1813 "dist": {
1814 "type": "zip",
1815 "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/2acf168de78487db620ab4bc524135a13cfe6745",
1816 "reference": "2acf168de78487db620ab4bc524135a13cfe6745",
1817 "shasum": ""
1818 },
1819 "require": {
1820 "ext-simplexml": "*",
1821 "ext-tokenizer": "*",
1822 "ext-xmlwriter": "*",
1823 "php": ">=5.1.2"
1824 },
1825 "require-dev": {
1826 "phpunit/phpunit": "~4.0"
1827 },
1828 "time": "2018-11-07T22:31:41+00:00",
1829 "bin": [
1830 "scripts/phpcs",
1831 "scripts/phpcbf"
1832 ],
1833 "type": "library",
1834 "extra": {
1835 "branch-alias": {
1836 "dev-master": "2.x-dev"
1837 }
1838 },
1839 "installation-source": "dist",
1840 "autoload": {
1841 "classmap": [
1842 "CodeSniffer.php",
1843 "CodeSniffer/CLI.php",
1844 "CodeSniffer/Exception.php",
1845 "CodeSniffer/File.php",
1846 "CodeSniffer/Fixer.php",
1847 "CodeSniffer/Report.php",
1848 "CodeSniffer/Reporting.php",
1849 "CodeSniffer/Sniff.php",
1850 "CodeSniffer/Tokens.php",
1851 "CodeSniffer/Reports/",
1852 "CodeSniffer/Tokenizers/",
1853 "CodeSniffer/DocGenerators/",
1854 "CodeSniffer/Standards/AbstractPatternSniff.php",
1855 "CodeSniffer/Standards/AbstractScopeSniff.php",
1856 "CodeSniffer/Standards/AbstractVariableSniff.php",
1857 "CodeSniffer/Standards/IncorrectPatternException.php",
1858 "CodeSniffer/Standards/Generic/Sniffs/",
1859 "CodeSniffer/Standards/MySource/Sniffs/",
1860 "CodeSniffer/Standards/PEAR/Sniffs/",
1861 "CodeSniffer/Standards/PSR1/Sniffs/",
1862 "CodeSniffer/Standards/PSR2/Sniffs/",
1863 "CodeSniffer/Standards/Squiz/Sniffs/",
1864 "CodeSniffer/Standards/Zend/Sniffs/"
1865 ]
1866 },
1867 "notification-url": "https://packagist.org/downloads/",
1868 "license": [
1869 "BSD-3-Clause"
1870 ],
1871 "authors": [
1872 {
1873 "name": "Greg Sherwood",
1874 "role": "lead"
1875 }
1876 ],
1877 "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
1878 "homepage": "http://www.squizlabs.com/php-codesniffer",
1879 "keywords": [
1880 "phpcs",
1881 "standards"
1882 ]
1883 },
1884 {
1885 "name": "symfony/polyfill-ctype",
1886 "version": "v1.18.1",
1887 "version_normalized": "1.18.1.0",
1888 "source": {
1889 "type": "git",
1890 "url": "https://github.com/symfony/polyfill-ctype.git",
1891 "reference": "1c302646f6efc070cd46856e600e5e0684d6b454"
1892 },
1893 "dist": {
1894 "type": "zip",
1895 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/1c302646f6efc070cd46856e600e5e0684d6b454",
1896 "reference": "1c302646f6efc070cd46856e600e5e0684d6b454",
1897 "shasum": ""
1898 },
1899 "require": {
1900 "php": ">=5.3.3"
1901 },
1902 "suggest": {
1903 "ext-ctype": "For best performance"
1904 },
1905 "time": "2020-07-14T12:35:20+00:00",
1906 "type": "library",
1907 "extra": {
1908 "branch-alias": {
1909 "dev-master": "1.18-dev"
1910 },
1911 "thanks": {
1912 "name": "symfony/polyfill",
1913 "url": "https://github.com/symfony/polyfill"
1914 }
1915 },
1916 "installation-source": "dist",
1917 "autoload": {
1918 "psr-4": {
1919 "Symfony\\Polyfill\\Ctype\\": ""
1920 },
1921 "files": [
1922 "bootstrap.php"
1923 ]
1924 },
1925 "notification-url": "https://packagist.org/downloads/",
1926 "license": [
1927 "MIT"
1928 ],
1929 "authors": [
1930 {
1931 "name": "Gert de Pagter",
1932 "email": "BackEndTea@gmail.com"
1933 },
1934 {
1935 "name": "Symfony Community",
1936 "homepage": "https://symfony.com/contributors"
1937 }
1938 ],
1939 "description": "Symfony polyfill for ctype functions",
1940 "homepage": "https://symfony.com",
1941 "keywords": [
1942 "compatibility",
1943 "ctype",
1944 "polyfill",
1945 "portable"
1946 ],
1947 "funding": [
1948 {
1949 "url": "https://symfony.com/sponsor",
1950 "type": "custom"
1951 },
1952 {
1953 "url": "https://github.com/fabpot",
1954 "type": "github"
1955 },
1956 {
1957 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1958 "type": "tidelift"
1959 }
1960 ]
1961 },
1962 {
1963 "name": "symfony/yaml",
1964 "version": "v2.8.52",
1965 "version_normalized": "2.8.52.0",
1966 "source": {
1967 "type": "git",
1968 "url": "https://github.com/symfony/yaml.git",
1969 "reference": "02c1859112aa779d9ab394ae4f3381911d84052b"
1970 },
1971 "dist": {
1972 "type": "zip",
1973 "url": "https://api.github.com/repos/symfony/yaml/zipball/02c1859112aa779d9ab394ae4f3381911d84052b",
1974 "reference": "02c1859112aa779d9ab394ae4f3381911d84052b",
1975 "shasum": ""
1976 },
1977 "require": {
1978 "php": ">=5.3.9",
1979 "symfony/polyfill-ctype": "~1.8"
1980 },
1981 "time": "2018-11-11T11:18:13+00:00",
1982 "type": "library",
1983 "extra": {
1984 "branch-alias": {
1985 "dev-master": "2.8-dev"
1986 }
1987 },
1988 "installation-source": "dist",
1989 "autoload": {
1990 "psr-4": {
1991 "Symfony\\Component\\Yaml\\": ""
1992 },
1993 "exclude-from-classmap": [
1994 "/Tests/"
1995 ]
1996 },
1997 "notification-url": "https://packagist.org/downloads/",
1998 "license": [
1999 "MIT"
2000 ],
2001 "authors": [
2002 {
2003 "name": "Fabien Potencier",
2004 "email": "fabien@symfony.com"
2005 },
2006 {
2007 "name": "Symfony Community",
2008 "homepage": "https://symfony.com/contributors"
2009 }
2010 ],
2011 "description": "Symfony Yaml Component",
2012 "homepage": "https://symfony.com"
2013 },
2014 {
2015 "name": "webmozart/assert",
2016 "version": "1.9.1",
2017 "version_normalized": "1.9.1.0",
2018 "source": {
2019 "type": "git",
2020 "url": "https://github.com/webmozart/assert.git",
2021 "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389"
2022 },
2023 "dist": {
2024 "type": "zip",
2025 "url": "https://api.github.com/repos/webmozart/assert/zipball/bafc69caeb4d49c39fd0779086c03a3738cbb389",
2026 "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389",
2027 "shasum": ""
2028 },
2029 "require": {
2030 "php": "^5.3.3 || ^7.0 || ^8.0",
2031 "symfony/polyfill-ctype": "^1.8"
2032 },
2033 "conflict": {
2034 "phpstan/phpstan": "<0.12.20",
2035 "vimeo/psalm": "<3.9.1"
2036 },
2037 "require-dev": {
2038 "phpunit/phpunit": "^4.8.36 || ^7.5.13"
2039 },
2040 "time": "2020-07-08T17:02:28+00:00",
2041 "type": "library",
2042 "installation-source": "dist",
2043 "autoload": {
2044 "psr-4": {
2045 "Webmozart\\Assert\\": "src/"
2046 }
2047 },
2048 "notification-url": "https://packagist.org/downloads/",
2049 "license": [
2050 "MIT"
2051 ],
2052 "authors": [
2053 {
2054 "name": "Bernhard Schussek",
2055 "email": "bschussek@gmail.com"
2056 }
2057 ],
2058 "description": "Assertions to validate method input/output with nice error messages.",
2059 "keywords": [
2060 "assert",
2061 "check",
2062 "validate"
2063 ]
2064 }
2065]