PluginProbe ʕ •ᴥ•ʔ
WP 2FA – Two-factor authentication for WordPress / 1.6.0
WP 2FA – Two-factor authentication for WordPress v1.6.0
4.0.0 1.7.1 2.0.0 2.0.1 2.1.0 2.2.0 2.2.1 2.3.0 2.4.0 2.4.1 2.4.2 2.5.0 2.6.0 2.6.1 2.6.2 2.6.3 2.6.4 2.7.0 2.8.0 2.9.0 2.9.1 2.9.2 2.9.3 3.0.0 3.0.1 3.1.0 3.1.1 3.1.1.2 trunk 1.2.0 1.3.0 1.4.0 1.4.1 1.4.2 1.5.0 1.5.1 1.5.2 1.6.0 1.6.1 1.6.2 1.7.0
wp-2fa / vendor / composer / installed.json
wp-2fa / vendor / composer Last commit date
ClassLoader.php 6 years ago LICENSE 5 years ago autoload_classmap.php 5 years ago autoload_namespaces.php 5 years ago autoload_psr4.php 5 years ago autoload_real.php 5 years ago autoload_static.php 5 years ago installed.json 5 years ago
installed.json
2239 lines
1 [
2 {
3 "name": "10up/phpcs-composer",
4 "version": "dev-master",
5 "version_normalized": "9999999-dev",
6 "source": {
7 "type": "git",
8 "url": "https://github.com/10up/phpcs-composer.git",
9 "reference": "4cbf9af0c55ad3ec6ffeef03053736ac1ea57391"
10 },
11 "dist": {
12 "type": "zip",
13 "url": "https://api.github.com/repos/10up/phpcs-composer/zipball/4cbf9af0c55ad3ec6ffeef03053736ac1ea57391",
14 "reference": "4cbf9af0c55ad3ec6ffeef03053736ac1ea57391",
15 "shasum": ""
16 },
17 "require": {
18 "dealerdirect/phpcodesniffer-composer-installer": "*",
19 "phpcompatibility/phpcompatibility-wp": "^2",
20 "squizlabs/php_codesniffer": "^3.4.0",
21 "wp-coding-standards/wpcs": "*"
22 },
23 "time": "2019-11-25T15:12:37+00:00",
24 "type": "phpcodesniffer-standard",
25 "installation-source": "source",
26 "notification-url": "https://packagist.org/downloads/",
27 "license": [
28 "MIT"
29 ],
30 "authors": [
31 {
32 "name": "Ephraim Gregor",
33 "email": "ephraim.gregor@10up.com"
34 }
35 ]
36 },
37 {
38 "name": "10up/wp_mock",
39 "version": "dev-master",
40 "version_normalized": "9999999-dev",
41 "source": {
42 "type": "git",
43 "url": "https://github.com/10up/wp_mock.git",
44 "reference": "9927f0c2600d2537e53ac7b17856891ab61dfb36"
45 },
46 "dist": {
47 "type": "zip",
48 "url": "https://api.github.com/repos/10up/wp_mock/zipball/9927f0c2600d2537e53ac7b17856891ab61dfb36",
49 "reference": "9927f0c2600d2537e53ac7b17856891ab61dfb36",
50 "shasum": ""
51 },
52 "require": {
53 "antecedent/patchwork": "^2.1",
54 "mockery/mockery": "^1.0",
55 "php": ">=7.1",
56 "phpunit/phpunit": ">=7.0"
57 },
58 "require-dev": {
59 "behat/behat": "^3.0",
60 "php-coveralls/php-coveralls": "^2.1",
61 "sebastian/comparator": ">=1.2.3"
62 },
63 "time": "2019-09-16T18:03:59+00:00",
64 "type": "library",
65 "installation-source": "source",
66 "autoload": {
67 "psr-4": {
68 "WP_Mock\\": "./php/WP_Mock"
69 },
70 "classmap": [
71 "php/WP_Mock.php"
72 ]
73 },
74 "notification-url": "https://packagist.org/downloads/",
75 "license": [
76 "GPL-2.0-or-later"
77 ],
78 "description": "A mocking library to take the pain out of unit testing for WordPress"
79 },
80 {
81 "name": "antecedent/patchwork",
82 "version": "2.1.12",
83 "version_normalized": "2.1.12.0",
84 "source": {
85 "type": "git",
86 "url": "https://github.com/antecedent/patchwork.git",
87 "reference": "b98e046dd4c0acc34a0846604f06f6111654d9ea"
88 },
89 "dist": {
90 "type": "zip",
91 "url": "https://api.github.com/repos/antecedent/patchwork/zipball/b98e046dd4c0acc34a0846604f06f6111654d9ea",
92 "reference": "b98e046dd4c0acc34a0846604f06f6111654d9ea",
93 "shasum": ""
94 },
95 "require": {
96 "php": ">=5.4.0"
97 },
98 "require-dev": {
99 "phpunit/phpunit": ">=4"
100 },
101 "time": "2019-12-22T17:52:09+00:00",
102 "type": "library",
103 "installation-source": "dist",
104 "notification-url": "https://packagist.org/downloads/",
105 "license": [
106 "MIT"
107 ],
108 "authors": [
109 {
110 "name": "Ignas Rudaitis",
111 "email": "ignas.rudaitis@gmail.com"
112 }
113 ],
114 "description": "Method redefinition (monkey-patching) functionality for PHP.",
115 "homepage": "http://patchwork2.org/",
116 "keywords": [
117 "aop",
118 "aspect",
119 "interception",
120 "monkeypatching",
121 "redefinition",
122 "runkit",
123 "testing"
124 ]
125 },
126 {
127 "name": "dealerdirect/phpcodesniffer-composer-installer",
128 "version": "v0.7.0",
129 "version_normalized": "0.7.0.0",
130 "source": {
131 "type": "git",
132 "url": "https://github.com/Dealerdirect/phpcodesniffer-composer-installer.git",
133 "reference": "e8d808670b8f882188368faaf1144448c169c0b7"
134 },
135 "dist": {
136 "type": "zip",
137 "url": "https://api.github.com/repos/Dealerdirect/phpcodesniffer-composer-installer/zipball/e8d808670b8f882188368faaf1144448c169c0b7",
138 "reference": "e8d808670b8f882188368faaf1144448c169c0b7",
139 "shasum": ""
140 },
141 "require": {
142 "composer-plugin-api": "^1.0 || ^2.0",
143 "php": ">=5.3",
144 "squizlabs/php_codesniffer": "^2 || ^3 || 4.0.x-dev"
145 },
146 "require-dev": {
147 "composer/composer": "*",
148 "phpcompatibility/php-compatibility": "^9.0",
149 "sensiolabs/security-checker": "^4.1.0"
150 },
151 "time": "2020-06-25T14:57:39+00:00",
152 "type": "composer-plugin",
153 "extra": {
154 "class": "Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\Plugin"
155 },
156 "installation-source": "dist",
157 "autoload": {
158 "psr-4": {
159 "Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\": "src/"
160 }
161 },
162 "notification-url": "https://packagist.org/downloads/",
163 "license": [
164 "MIT"
165 ],
166 "authors": [
167 {
168 "name": "Franck Nijhof",
169 "email": "franck.nijhof@dealerdirect.com",
170 "homepage": "http://www.frenck.nl",
171 "role": "Developer / IT Manager"
172 }
173 ],
174 "description": "PHP_CodeSniffer Standards Composer Installer Plugin",
175 "homepage": "http://www.dealerdirect.com",
176 "keywords": [
177 "PHPCodeSniffer",
178 "PHP_CodeSniffer",
179 "code quality",
180 "codesniffer",
181 "composer",
182 "installer",
183 "phpcs",
184 "plugin",
185 "qa",
186 "quality",
187 "standard",
188 "standards",
189 "style guide",
190 "stylecheck",
191 "tests"
192 ]
193 },
194 {
195 "name": "deliciousbrains/wp-background-processing",
196 "version": "1.0.1",
197 "version_normalized": "1.0.1.0",
198 "source": {
199 "type": "git",
200 "url": "https://github.com/deliciousbrains/wp-background-processing.git",
201 "reference": "1f070aab5058dbaf45d5435a343033ddd8a641b1"
202 },
203 "dist": {
204 "type": "zip",
205 "url": "https://api.github.com/repos/deliciousbrains/wp-background-processing/zipball/1f070aab5058dbaf45d5435a343033ddd8a641b1",
206 "reference": "1f070aab5058dbaf45d5435a343033ddd8a641b1",
207 "shasum": ""
208 },
209 "require": {
210 "php": ">=5.2"
211 },
212 "time": "2018-02-12T09:24:05+00:00",
213 "type": "library",
214 "installation-source": "dist",
215 "autoload": {
216 "classmap": [
217 "classes/"
218 ]
219 },
220 "notification-url": "https://packagist.org/downloads/",
221 "license": [
222 "GPL-2.0-only"
223 ],
224 "authors": [
225 {
226 "name": "Ashley Rich",
227 "email": "hello@ashleyrich.com"
228 }
229 ],
230 "description": "WP Background Processing can be used to fire off non-blocking asynchronous requests or as a background processing tool, allowing you to queue tasks."
231 },
232 {
233 "name": "doctrine/instantiator",
234 "version": "1.3.1",
235 "version_normalized": "1.3.1.0",
236 "source": {
237 "type": "git",
238 "url": "https://github.com/doctrine/instantiator.git",
239 "reference": "f350df0268e904597e3bd9c4685c53e0e333feea"
240 },
241 "dist": {
242 "type": "zip",
243 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/f350df0268e904597e3bd9c4685c53e0e333feea",
244 "reference": "f350df0268e904597e3bd9c4685c53e0e333feea",
245 "shasum": ""
246 },
247 "require": {
248 "php": "^7.1 || ^8.0"
249 },
250 "require-dev": {
251 "doctrine/coding-standard": "^6.0",
252 "ext-pdo": "*",
253 "ext-phar": "*",
254 "phpbench/phpbench": "^0.13",
255 "phpstan/phpstan-phpunit": "^0.11",
256 "phpstan/phpstan-shim": "^0.11",
257 "phpunit/phpunit": "^7.0"
258 },
259 "time": "2020-05-29T17:27:14+00:00",
260 "type": "library",
261 "extra": {
262 "branch-alias": {
263 "dev-master": "1.2.x-dev"
264 }
265 },
266 "installation-source": "dist",
267 "autoload": {
268 "psr-4": {
269 "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
270 }
271 },
272 "notification-url": "https://packagist.org/downloads/",
273 "license": [
274 "MIT"
275 ],
276 "authors": [
277 {
278 "name": "Marco Pivetta",
279 "email": "ocramius@gmail.com",
280 "homepage": "http://ocramius.github.com/"
281 }
282 ],
283 "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
284 "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
285 "keywords": [
286 "constructor",
287 "instantiate"
288 ],
289 "funding": [
290 {
291 "url": "https://www.doctrine-project.org/sponsorship.html",
292 "type": "custom"
293 },
294 {
295 "url": "https://www.patreon.com/phpdoctrine",
296 "type": "patreon"
297 },
298 {
299 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
300 "type": "tidelift"
301 }
302 ]
303 },
304 {
305 "name": "hamcrest/hamcrest-php",
306 "version": "v2.0.0",
307 "version_normalized": "2.0.0.0",
308 "source": {
309 "type": "git",
310 "url": "https://github.com/hamcrest/hamcrest-php.git",
311 "reference": "776503d3a8e85d4f9a1148614f95b7a608b046ad"
312 },
313 "dist": {
314 "type": "zip",
315 "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/776503d3a8e85d4f9a1148614f95b7a608b046ad",
316 "reference": "776503d3a8e85d4f9a1148614f95b7a608b046ad",
317 "shasum": ""
318 },
319 "require": {
320 "php": "^5.3|^7.0"
321 },
322 "replace": {
323 "cordoval/hamcrest-php": "*",
324 "davedevelopment/hamcrest-php": "*",
325 "kodova/hamcrest-php": "*"
326 },
327 "require-dev": {
328 "phpunit/php-file-iterator": "1.3.3",
329 "phpunit/phpunit": "~4.0",
330 "satooshi/php-coveralls": "^1.0"
331 },
332 "time": "2016-01-20T08:20:44+00:00",
333 "type": "library",
334 "extra": {
335 "branch-alias": {
336 "dev-master": "2.0-dev"
337 }
338 },
339 "installation-source": "dist",
340 "autoload": {
341 "classmap": [
342 "hamcrest"
343 ]
344 },
345 "notification-url": "https://packagist.org/downloads/",
346 "license": [
347 "BSD"
348 ],
349 "description": "This is the PHP port of Hamcrest Matchers",
350 "keywords": [
351 "test"
352 ]
353 },
354 {
355 "name": "mockery/mockery",
356 "version": "1.4.0",
357 "version_normalized": "1.4.0.0",
358 "source": {
359 "type": "git",
360 "url": "https://github.com/mockery/mockery.git",
361 "reference": "6c6a7c533469873deacf998237e7649fc6b36223"
362 },
363 "dist": {
364 "type": "zip",
365 "url": "https://api.github.com/repos/mockery/mockery/zipball/6c6a7c533469873deacf998237e7649fc6b36223",
366 "reference": "6c6a7c533469873deacf998237e7649fc6b36223",
367 "shasum": ""
368 },
369 "require": {
370 "hamcrest/hamcrest-php": "~2.0",
371 "lib-pcre": ">=7.0",
372 "php": "^7.3.0"
373 },
374 "conflict": {
375 "phpunit/phpunit": "<8.0"
376 },
377 "require-dev": {
378 "phpunit/phpunit": "^8.0.0 || ^9.0.0"
379 },
380 "time": "2020-05-19T14:25:16+00:00",
381 "type": "library",
382 "extra": {
383 "branch-alias": {
384 "dev-master": "1.4.x-dev"
385 }
386 },
387 "installation-source": "dist",
388 "autoload": {
389 "psr-0": {
390 "Mockery": "library/"
391 }
392 },
393 "notification-url": "https://packagist.org/downloads/",
394 "license": [
395 "BSD-3-Clause"
396 ],
397 "authors": [
398 {
399 "name": "Pádraic Brady",
400 "email": "padraic.brady@gmail.com",
401 "homepage": "http://blog.astrumfutura.com"
402 },
403 {
404 "name": "Dave Marshall",
405 "email": "dave.marshall@atstsolutions.co.uk",
406 "homepage": "http://davedevelopment.co.uk"
407 }
408 ],
409 "description": "Mockery is a simple yet flexible PHP mock object framework",
410 "homepage": "https://github.com/mockery/mockery",
411 "keywords": [
412 "BDD",
413 "TDD",
414 "library",
415 "mock",
416 "mock objects",
417 "mockery",
418 "stub",
419 "test",
420 "test double",
421 "testing"
422 ]
423 },
424 {
425 "name": "myclabs/deep-copy",
426 "version": "1.10.1",
427 "version_normalized": "1.10.1.0",
428 "source": {
429 "type": "git",
430 "url": "https://github.com/myclabs/DeepCopy.git",
431 "reference": "969b211f9a51aa1f6c01d1d2aef56d3bd91598e5"
432 },
433 "dist": {
434 "type": "zip",
435 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/969b211f9a51aa1f6c01d1d2aef56d3bd91598e5",
436 "reference": "969b211f9a51aa1f6c01d1d2aef56d3bd91598e5",
437 "shasum": ""
438 },
439 "require": {
440 "php": "^7.1 || ^8.0"
441 },
442 "replace": {
443 "myclabs/deep-copy": "self.version"
444 },
445 "require-dev": {
446 "doctrine/collections": "^1.0",
447 "doctrine/common": "^2.6",
448 "phpunit/phpunit": "^7.1"
449 },
450 "time": "2020-06-29T13:22:24+00:00",
451 "type": "library",
452 "installation-source": "dist",
453 "autoload": {
454 "psr-4": {
455 "DeepCopy\\": "src/DeepCopy/"
456 },
457 "files": [
458 "src/DeepCopy/deep_copy.php"
459 ]
460 },
461 "notification-url": "https://packagist.org/downloads/",
462 "license": [
463 "MIT"
464 ],
465 "description": "Create deep copies (clones) of your objects",
466 "keywords": [
467 "clone",
468 "copy",
469 "duplicate",
470 "object",
471 "object graph"
472 ],
473 "funding": [
474 {
475 "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
476 "type": "tidelift"
477 }
478 ]
479 },
480 {
481 "name": "phar-io/manifest",
482 "version": "1.0.3",
483 "version_normalized": "1.0.3.0",
484 "source": {
485 "type": "git",
486 "url": "https://github.com/phar-io/manifest.git",
487 "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4"
488 },
489 "dist": {
490 "type": "zip",
491 "url": "https://api.github.com/repos/phar-io/manifest/zipball/7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
492 "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
493 "shasum": ""
494 },
495 "require": {
496 "ext-dom": "*",
497 "ext-phar": "*",
498 "phar-io/version": "^2.0",
499 "php": "^5.6 || ^7.0"
500 },
501 "time": "2018-07-08T19:23:20+00:00",
502 "type": "library",
503 "extra": {
504 "branch-alias": {
505 "dev-master": "1.0.x-dev"
506 }
507 },
508 "installation-source": "dist",
509 "autoload": {
510 "classmap": [
511 "src/"
512 ]
513 },
514 "notification-url": "https://packagist.org/downloads/",
515 "license": [
516 "BSD-3-Clause"
517 ],
518 "authors": [
519 {
520 "name": "Arne Blankerts",
521 "email": "arne@blankerts.de",
522 "role": "Developer"
523 },
524 {
525 "name": "Sebastian Heuer",
526 "email": "sebastian@phpeople.de",
527 "role": "Developer"
528 },
529 {
530 "name": "Sebastian Bergmann",
531 "email": "sebastian@phpunit.de",
532 "role": "Developer"
533 }
534 ],
535 "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)"
536 },
537 {
538 "name": "phar-io/version",
539 "version": "2.0.1",
540 "version_normalized": "2.0.1.0",
541 "source": {
542 "type": "git",
543 "url": "https://github.com/phar-io/version.git",
544 "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6"
545 },
546 "dist": {
547 "type": "zip",
548 "url": "https://api.github.com/repos/phar-io/version/zipball/45a2ec53a73c70ce41d55cedef9063630abaf1b6",
549 "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6",
550 "shasum": ""
551 },
552 "require": {
553 "php": "^5.6 || ^7.0"
554 },
555 "time": "2018-07-08T19:19:57+00:00",
556 "type": "library",
557 "installation-source": "dist",
558 "autoload": {
559 "classmap": [
560 "src/"
561 ]
562 },
563 "notification-url": "https://packagist.org/downloads/",
564 "license": [
565 "BSD-3-Clause"
566 ],
567 "authors": [
568 {
569 "name": "Arne Blankerts",
570 "email": "arne@blankerts.de",
571 "role": "Developer"
572 },
573 {
574 "name": "Sebastian Heuer",
575 "email": "sebastian@phpeople.de",
576 "role": "Developer"
577 },
578 {
579 "name": "Sebastian Bergmann",
580 "email": "sebastian@phpunit.de",
581 "role": "Developer"
582 }
583 ],
584 "description": "Library for handling version information and constraints"
585 },
586 {
587 "name": "phpcompatibility/php-compatibility",
588 "version": "9.3.5",
589 "version_normalized": "9.3.5.0",
590 "source": {
591 "type": "git",
592 "url": "https://github.com/PHPCompatibility/PHPCompatibility.git",
593 "reference": "9fb324479acf6f39452e0655d2429cc0d3914243"
594 },
595 "dist": {
596 "type": "zip",
597 "url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibility/zipball/9fb324479acf6f39452e0655d2429cc0d3914243",
598 "reference": "9fb324479acf6f39452e0655d2429cc0d3914243",
599 "shasum": ""
600 },
601 "require": {
602 "php": ">=5.3",
603 "squizlabs/php_codesniffer": "^2.3 || ^3.0.2"
604 },
605 "conflict": {
606 "squizlabs/php_codesniffer": "2.6.2"
607 },
608 "require-dev": {
609 "phpunit/phpunit": "~4.5 || ^5.0 || ^6.0 || ^7.0"
610 },
611 "suggest": {
612 "dealerdirect/phpcodesniffer-composer-installer": "^0.5 || This Composer plugin will sort out the PHPCS 'installed_paths' automatically.",
613 "roave/security-advisories": "dev-master || Helps prevent installing dependencies with known security issues."
614 },
615 "time": "2019-12-27T09:44:58+00:00",
616 "type": "phpcodesniffer-standard",
617 "installation-source": "dist",
618 "notification-url": "https://packagist.org/downloads/",
619 "license": [
620 "LGPL-3.0-or-later"
621 ],
622 "authors": [
623 {
624 "name": "Wim Godden",
625 "homepage": "https://github.com/wimg",
626 "role": "lead"
627 },
628 {
629 "name": "Juliette Reinders Folmer",
630 "homepage": "https://github.com/jrfnl",
631 "role": "lead"
632 },
633 {
634 "name": "Contributors",
635 "homepage": "https://github.com/PHPCompatibility/PHPCompatibility/graphs/contributors"
636 }
637 ],
638 "description": "A set of sniffs for PHP_CodeSniffer that checks for PHP cross-version compatibility.",
639 "homepage": "http://techblog.wimgodden.be/tag/codesniffer/",
640 "keywords": [
641 "compatibility",
642 "phpcs",
643 "standards"
644 ]
645 },
646 {
647 "name": "phpcompatibility/phpcompatibility-paragonie",
648 "version": "1.3.0",
649 "version_normalized": "1.3.0.0",
650 "source": {
651 "type": "git",
652 "url": "https://github.com/PHPCompatibility/PHPCompatibilityParagonie.git",
653 "reference": "b862bc32f7e860d0b164b199bd995e690b4b191c"
654 },
655 "dist": {
656 "type": "zip",
657 "url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibilityParagonie/zipball/b862bc32f7e860d0b164b199bd995e690b4b191c",
658 "reference": "b862bc32f7e860d0b164b199bd995e690b4b191c",
659 "shasum": ""
660 },
661 "require": {
662 "phpcompatibility/php-compatibility": "^9.0"
663 },
664 "require-dev": {
665 "dealerdirect/phpcodesniffer-composer-installer": "^0.5",
666 "paragonie/random_compat": "dev-master",
667 "paragonie/sodium_compat": "dev-master"
668 },
669 "suggest": {
670 "dealerdirect/phpcodesniffer-composer-installer": "^0.5 || This Composer plugin will sort out the PHP_CodeSniffer 'installed_paths' automatically.",
671 "roave/security-advisories": "dev-master || Helps prevent installing dependencies with known security issues."
672 },
673 "time": "2019-11-04T15:17:54+00:00",
674 "type": "phpcodesniffer-standard",
675 "installation-source": "dist",
676 "notification-url": "https://packagist.org/downloads/",
677 "license": [
678 "LGPL-3.0-or-later"
679 ],
680 "authors": [
681 {
682 "name": "Wim Godden",
683 "role": "lead"
684 },
685 {
686 "name": "Juliette Reinders Folmer",
687 "role": "lead"
688 }
689 ],
690 "description": "A set of rulesets for PHP_CodeSniffer to check for PHP cross-version compatibility issues in projects, while accounting for polyfills provided by the Paragonie polyfill libraries.",
691 "homepage": "http://phpcompatibility.com/",
692 "keywords": [
693 "compatibility",
694 "paragonie",
695 "phpcs",
696 "polyfill",
697 "standards"
698 ]
699 },
700 {
701 "name": "phpcompatibility/phpcompatibility-wp",
702 "version": "2.1.0",
703 "version_normalized": "2.1.0.0",
704 "source": {
705 "type": "git",
706 "url": "https://github.com/PHPCompatibility/PHPCompatibilityWP.git",
707 "reference": "41bef18ba688af638b7310666db28e1ea9158b2f"
708 },
709 "dist": {
710 "type": "zip",
711 "url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibilityWP/zipball/41bef18ba688af638b7310666db28e1ea9158b2f",
712 "reference": "41bef18ba688af638b7310666db28e1ea9158b2f",
713 "shasum": ""
714 },
715 "require": {
716 "phpcompatibility/php-compatibility": "^9.0",
717 "phpcompatibility/phpcompatibility-paragonie": "^1.0"
718 },
719 "require-dev": {
720 "dealerdirect/phpcodesniffer-composer-installer": "^0.5"
721 },
722 "suggest": {
723 "dealerdirect/phpcodesniffer-composer-installer": "^0.5 || This Composer plugin will sort out the PHP_CodeSniffer 'installed_paths' automatically.",
724 "roave/security-advisories": "dev-master || Helps prevent installing dependencies with known security issues."
725 },
726 "time": "2019-08-28T14:22:28+00:00",
727 "type": "phpcodesniffer-standard",
728 "installation-source": "dist",
729 "notification-url": "https://packagist.org/downloads/",
730 "license": [
731 "LGPL-3.0-or-later"
732 ],
733 "authors": [
734 {
735 "name": "Wim Godden",
736 "role": "lead"
737 },
738 {
739 "name": "Juliette Reinders Folmer",
740 "role": "lead"
741 }
742 ],
743 "description": "A ruleset for PHP_CodeSniffer to check for PHP cross-version compatibility issues in projects, while accounting for polyfills provided by WordPress.",
744 "homepage": "http://phpcompatibility.com/",
745 "keywords": [
746 "compatibility",
747 "phpcs",
748 "standards",
749 "wordpress"
750 ]
751 },
752 {
753 "name": "phpdocumentor/reflection-common",
754 "version": "2.2.0",
755 "version_normalized": "2.2.0.0",
756 "source": {
757 "type": "git",
758 "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
759 "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b"
760 },
761 "dist": {
762 "type": "zip",
763 "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b",
764 "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b",
765 "shasum": ""
766 },
767 "require": {
768 "php": "^7.2 || ^8.0"
769 },
770 "time": "2020-06-27T09:03:43+00:00",
771 "type": "library",
772 "extra": {
773 "branch-alias": {
774 "dev-2.x": "2.x-dev"
775 }
776 },
777 "installation-source": "dist",
778 "autoload": {
779 "psr-4": {
780 "phpDocumentor\\Reflection\\": "src/"
781 }
782 },
783 "notification-url": "https://packagist.org/downloads/",
784 "license": [
785 "MIT"
786 ],
787 "authors": [
788 {
789 "name": "Jaap van Otterdijk",
790 "email": "opensource@ijaap.nl"
791 }
792 ],
793 "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
794 "homepage": "http://www.phpdoc.org",
795 "keywords": [
796 "FQSEN",
797 "phpDocumentor",
798 "phpdoc",
799 "reflection",
800 "static analysis"
801 ]
802 },
803 {
804 "name": "phpdocumentor/reflection-docblock",
805 "version": "5.1.0",
806 "version_normalized": "5.1.0.0",
807 "source": {
808 "type": "git",
809 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
810 "reference": "cd72d394ca794d3466a3b2fc09d5a6c1dc86b47e"
811 },
812 "dist": {
813 "type": "zip",
814 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/cd72d394ca794d3466a3b2fc09d5a6c1dc86b47e",
815 "reference": "cd72d394ca794d3466a3b2fc09d5a6c1dc86b47e",
816 "shasum": ""
817 },
818 "require": {
819 "ext-filter": "^7.1",
820 "php": "^7.2",
821 "phpdocumentor/reflection-common": "^2.0",
822 "phpdocumentor/type-resolver": "^1.0",
823 "webmozart/assert": "^1"
824 },
825 "require-dev": {
826 "doctrine/instantiator": "^1",
827 "mockery/mockery": "^1"
828 },
829 "time": "2020-02-22T12:28:44+00:00",
830 "type": "library",
831 "extra": {
832 "branch-alias": {
833 "dev-master": "5.x-dev"
834 }
835 },
836 "installation-source": "dist",
837 "autoload": {
838 "psr-4": {
839 "phpDocumentor\\Reflection\\": "src"
840 }
841 },
842 "notification-url": "https://packagist.org/downloads/",
843 "license": [
844 "MIT"
845 ],
846 "authors": [
847 {
848 "name": "Mike van Riel",
849 "email": "me@mikevanriel.com"
850 },
851 {
852 "name": "Jaap van Otterdijk",
853 "email": "account@ijaap.nl"
854 }
855 ],
856 "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock."
857 },
858 {
859 "name": "phpdocumentor/type-resolver",
860 "version": "1.3.0",
861 "version_normalized": "1.3.0.0",
862 "source": {
863 "type": "git",
864 "url": "https://github.com/phpDocumentor/TypeResolver.git",
865 "reference": "e878a14a65245fbe78f8080eba03b47c3b705651"
866 },
867 "dist": {
868 "type": "zip",
869 "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/e878a14a65245fbe78f8080eba03b47c3b705651",
870 "reference": "e878a14a65245fbe78f8080eba03b47c3b705651",
871 "shasum": ""
872 },
873 "require": {
874 "php": "^7.2 || ^8.0",
875 "phpdocumentor/reflection-common": "^2.0"
876 },
877 "require-dev": {
878 "ext-tokenizer": "*"
879 },
880 "time": "2020-06-27T10:12:23+00:00",
881 "type": "library",
882 "extra": {
883 "branch-alias": {
884 "dev-1.x": "1.x-dev"
885 }
886 },
887 "installation-source": "dist",
888 "autoload": {
889 "psr-4": {
890 "phpDocumentor\\Reflection\\": "src"
891 }
892 },
893 "notification-url": "https://packagist.org/downloads/",
894 "license": [
895 "MIT"
896 ],
897 "authors": [
898 {
899 "name": "Mike van Riel",
900 "email": "me@mikevanriel.com"
901 }
902 ],
903 "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names"
904 },
905 {
906 "name": "phpspec/prophecy",
907 "version": "1.11.0",
908 "version_normalized": "1.11.0.0",
909 "source": {
910 "type": "git",
911 "url": "https://github.com/phpspec/prophecy.git",
912 "reference": "8ff0384cd5d87e038297e79d85c99e4b2dcf0e61"
913 },
914 "dist": {
915 "type": "zip",
916 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/8ff0384cd5d87e038297e79d85c99e4b2dcf0e61",
917 "reference": "8ff0384cd5d87e038297e79d85c99e4b2dcf0e61",
918 "shasum": ""
919 },
920 "require": {
921 "doctrine/instantiator": "^1.2",
922 "php": "^7.2",
923 "phpdocumentor/reflection-docblock": "^5.0",
924 "sebastian/comparator": "^3.0 || ^4.0",
925 "sebastian/recursion-context": "^3.0 || ^4.0"
926 },
927 "require-dev": {
928 "phpspec/phpspec": "^6.0",
929 "phpunit/phpunit": "^8.0"
930 },
931 "time": "2020-07-07T16:07:38+00:00",
932 "type": "library",
933 "extra": {
934 "branch-alias": {
935 "dev-master": "1.11.x-dev"
936 }
937 },
938 "installation-source": "dist",
939 "autoload": {
940 "psr-4": {
941 "Prophecy\\": "src/Prophecy"
942 }
943 },
944 "notification-url": "https://packagist.org/downloads/",
945 "license": [
946 "MIT"
947 ],
948 "authors": [
949 {
950 "name": "Konstantin Kudryashov",
951 "email": "ever.zet@gmail.com",
952 "homepage": "http://everzet.com"
953 },
954 {
955 "name": "Marcello Duarte",
956 "email": "marcello.duarte@gmail.com"
957 }
958 ],
959 "description": "Highly opinionated mocking framework for PHP 5.3+",
960 "homepage": "https://github.com/phpspec/prophecy",
961 "keywords": [
962 "Double",
963 "Dummy",
964 "fake",
965 "mock",
966 "spy",
967 "stub"
968 ]
969 },
970 {
971 "name": "phpunit/php-code-coverage",
972 "version": "7.0.10",
973 "version_normalized": "7.0.10.0",
974 "source": {
975 "type": "git",
976 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
977 "reference": "f1884187926fbb755a9aaf0b3836ad3165b478bf"
978 },
979 "dist": {
980 "type": "zip",
981 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/f1884187926fbb755a9aaf0b3836ad3165b478bf",
982 "reference": "f1884187926fbb755a9aaf0b3836ad3165b478bf",
983 "shasum": ""
984 },
985 "require": {
986 "ext-dom": "*",
987 "ext-xmlwriter": "*",
988 "php": "^7.2",
989 "phpunit/php-file-iterator": "^2.0.2",
990 "phpunit/php-text-template": "^1.2.1",
991 "phpunit/php-token-stream": "^3.1.1",
992 "sebastian/code-unit-reverse-lookup": "^1.0.1",
993 "sebastian/environment": "^4.2.2",
994 "sebastian/version": "^2.0.1",
995 "theseer/tokenizer": "^1.1.3"
996 },
997 "require-dev": {
998 "phpunit/phpunit": "^8.2.2"
999 },
1000 "suggest": {
1001 "ext-xdebug": "^2.7.2"
1002 },
1003 "time": "2019-11-20T13:55:58+00:00",
1004 "type": "library",
1005 "extra": {
1006 "branch-alias": {
1007 "dev-master": "7.0-dev"
1008 }
1009 },
1010 "installation-source": "dist",
1011 "autoload": {
1012 "classmap": [
1013 "src/"
1014 ]
1015 },
1016 "notification-url": "https://packagist.org/downloads/",
1017 "license": [
1018 "BSD-3-Clause"
1019 ],
1020 "authors": [
1021 {
1022 "name": "Sebastian Bergmann",
1023 "email": "sebastian@phpunit.de",
1024 "role": "lead"
1025 }
1026 ],
1027 "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
1028 "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
1029 "keywords": [
1030 "coverage",
1031 "testing",
1032 "xunit"
1033 ]
1034 },
1035 {
1036 "name": "phpunit/php-file-iterator",
1037 "version": "2.0.2",
1038 "version_normalized": "2.0.2.0",
1039 "source": {
1040 "type": "git",
1041 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
1042 "reference": "050bedf145a257b1ff02746c31894800e5122946"
1043 },
1044 "dist": {
1045 "type": "zip",
1046 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/050bedf145a257b1ff02746c31894800e5122946",
1047 "reference": "050bedf145a257b1ff02746c31894800e5122946",
1048 "shasum": ""
1049 },
1050 "require": {
1051 "php": "^7.1"
1052 },
1053 "require-dev": {
1054 "phpunit/phpunit": "^7.1"
1055 },
1056 "time": "2018-09-13T20:33:42+00:00",
1057 "type": "library",
1058 "extra": {
1059 "branch-alias": {
1060 "dev-master": "2.0.x-dev"
1061 }
1062 },
1063 "installation-source": "dist",
1064 "autoload": {
1065 "classmap": [
1066 "src/"
1067 ]
1068 },
1069 "notification-url": "https://packagist.org/downloads/",
1070 "license": [
1071 "BSD-3-Clause"
1072 ],
1073 "authors": [
1074 {
1075 "name": "Sebastian Bergmann",
1076 "email": "sebastian@phpunit.de",
1077 "role": "lead"
1078 }
1079 ],
1080 "description": "FilterIterator implementation that filters files based on a list of suffixes.",
1081 "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
1082 "keywords": [
1083 "filesystem",
1084 "iterator"
1085 ]
1086 },
1087 {
1088 "name": "phpunit/php-text-template",
1089 "version": "1.2.1",
1090 "version_normalized": "1.2.1.0",
1091 "source": {
1092 "type": "git",
1093 "url": "https://github.com/sebastianbergmann/php-text-template.git",
1094 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
1095 },
1096 "dist": {
1097 "type": "zip",
1098 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
1099 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
1100 "shasum": ""
1101 },
1102 "require": {
1103 "php": ">=5.3.3"
1104 },
1105 "time": "2015-06-21T13:50:34+00:00",
1106 "type": "library",
1107 "installation-source": "dist",
1108 "autoload": {
1109 "classmap": [
1110 "src/"
1111 ]
1112 },
1113 "notification-url": "https://packagist.org/downloads/",
1114 "license": [
1115 "BSD-3-Clause"
1116 ],
1117 "authors": [
1118 {
1119 "name": "Sebastian Bergmann",
1120 "email": "sebastian@phpunit.de",
1121 "role": "lead"
1122 }
1123 ],
1124 "description": "Simple template engine.",
1125 "homepage": "https://github.com/sebastianbergmann/php-text-template/",
1126 "keywords": [
1127 "template"
1128 ]
1129 },
1130 {
1131 "name": "phpunit/php-timer",
1132 "version": "2.1.2",
1133 "version_normalized": "2.1.2.0",
1134 "source": {
1135 "type": "git",
1136 "url": "https://github.com/sebastianbergmann/php-timer.git",
1137 "reference": "1038454804406b0b5f5f520358e78c1c2f71501e"
1138 },
1139 "dist": {
1140 "type": "zip",
1141 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/1038454804406b0b5f5f520358e78c1c2f71501e",
1142 "reference": "1038454804406b0b5f5f520358e78c1c2f71501e",
1143 "shasum": ""
1144 },
1145 "require": {
1146 "php": "^7.1"
1147 },
1148 "require-dev": {
1149 "phpunit/phpunit": "^7.0"
1150 },
1151 "time": "2019-06-07T04:22:29+00:00",
1152 "type": "library",
1153 "extra": {
1154 "branch-alias": {
1155 "dev-master": "2.1-dev"
1156 }
1157 },
1158 "installation-source": "dist",
1159 "autoload": {
1160 "classmap": [
1161 "src/"
1162 ]
1163 },
1164 "notification-url": "https://packagist.org/downloads/",
1165 "license": [
1166 "BSD-3-Clause"
1167 ],
1168 "authors": [
1169 {
1170 "name": "Sebastian Bergmann",
1171 "email": "sebastian@phpunit.de",
1172 "role": "lead"
1173 }
1174 ],
1175 "description": "Utility class for timing",
1176 "homepage": "https://github.com/sebastianbergmann/php-timer/",
1177 "keywords": [
1178 "timer"
1179 ]
1180 },
1181 {
1182 "name": "phpunit/php-token-stream",
1183 "version": "3.1.1",
1184 "version_normalized": "3.1.1.0",
1185 "source": {
1186 "type": "git",
1187 "url": "https://github.com/sebastianbergmann/php-token-stream.git",
1188 "reference": "995192df77f63a59e47f025390d2d1fdf8f425ff"
1189 },
1190 "dist": {
1191 "type": "zip",
1192 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/995192df77f63a59e47f025390d2d1fdf8f425ff",
1193 "reference": "995192df77f63a59e47f025390d2d1fdf8f425ff",
1194 "shasum": ""
1195 },
1196 "require": {
1197 "ext-tokenizer": "*",
1198 "php": "^7.1"
1199 },
1200 "require-dev": {
1201 "phpunit/phpunit": "^7.0"
1202 },
1203 "time": "2019-09-17T06:23:10+00:00",
1204 "type": "library",
1205 "extra": {
1206 "branch-alias": {
1207 "dev-master": "3.1-dev"
1208 }
1209 },
1210 "installation-source": "dist",
1211 "autoload": {
1212 "classmap": [
1213 "src/"
1214 ]
1215 },
1216 "notification-url": "https://packagist.org/downloads/",
1217 "license": [
1218 "BSD-3-Clause"
1219 ],
1220 "authors": [
1221 {
1222 "name": "Sebastian Bergmann",
1223 "email": "sebastian@phpunit.de"
1224 }
1225 ],
1226 "description": "Wrapper around PHP's tokenizer extension.",
1227 "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
1228 "keywords": [
1229 "tokenizer"
1230 ]
1231 },
1232 {
1233 "name": "phpunit/phpunit",
1234 "version": "8.5.8",
1235 "version_normalized": "8.5.8.0",
1236 "source": {
1237 "type": "git",
1238 "url": "https://github.com/sebastianbergmann/phpunit.git",
1239 "reference": "34c18baa6a44f1d1fbf0338907139e9dce95b997"
1240 },
1241 "dist": {
1242 "type": "zip",
1243 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/34c18baa6a44f1d1fbf0338907139e9dce95b997",
1244 "reference": "34c18baa6a44f1d1fbf0338907139e9dce95b997",
1245 "shasum": ""
1246 },
1247 "require": {
1248 "doctrine/instantiator": "^1.2.0",
1249 "ext-dom": "*",
1250 "ext-json": "*",
1251 "ext-libxml": "*",
1252 "ext-mbstring": "*",
1253 "ext-xml": "*",
1254 "ext-xmlwriter": "*",
1255 "myclabs/deep-copy": "^1.9.1",
1256 "phar-io/manifest": "^1.0.3",
1257 "phar-io/version": "^2.0.1",
1258 "php": "^7.2",
1259 "phpspec/prophecy": "^1.8.1",
1260 "phpunit/php-code-coverage": "^7.0.7",
1261 "phpunit/php-file-iterator": "^2.0.2",
1262 "phpunit/php-text-template": "^1.2.1",
1263 "phpunit/php-timer": "^2.1.2",
1264 "sebastian/comparator": "^3.0.2",
1265 "sebastian/diff": "^3.0.2",
1266 "sebastian/environment": "^4.2.2",
1267 "sebastian/exporter": "^3.1.1",
1268 "sebastian/global-state": "^3.0.0",
1269 "sebastian/object-enumerator": "^3.0.3",
1270 "sebastian/resource-operations": "^2.0.1",
1271 "sebastian/type": "^1.1.3",
1272 "sebastian/version": "^2.0.1"
1273 },
1274 "require-dev": {
1275 "ext-pdo": "*"
1276 },
1277 "suggest": {
1278 "ext-soap": "*",
1279 "ext-xdebug": "*",
1280 "phpunit/php-invoker": "^2.0.0"
1281 },
1282 "time": "2020-06-22T07:06:58+00:00",
1283 "bin": [
1284 "phpunit"
1285 ],
1286 "type": "library",
1287 "extra": {
1288 "branch-alias": {
1289 "dev-master": "8.5-dev"
1290 }
1291 },
1292 "installation-source": "dist",
1293 "autoload": {
1294 "classmap": [
1295 "src/"
1296 ]
1297 },
1298 "notification-url": "https://packagist.org/downloads/",
1299 "license": [
1300 "BSD-3-Clause"
1301 ],
1302 "authors": [
1303 {
1304 "name": "Sebastian Bergmann",
1305 "email": "sebastian@phpunit.de",
1306 "role": "lead"
1307 }
1308 ],
1309 "description": "The PHP Unit Testing framework.",
1310 "homepage": "https://phpunit.de/",
1311 "keywords": [
1312 "phpunit",
1313 "testing",
1314 "xunit"
1315 ],
1316 "funding": [
1317 {
1318 "url": "https://phpunit.de/donate.html",
1319 "type": "custom"
1320 },
1321 {
1322 "url": "https://github.com/sebastianbergmann",
1323 "type": "github"
1324 }
1325 ]
1326 },
1327 {
1328 "name": "sebastian/code-unit-reverse-lookup",
1329 "version": "1.0.1",
1330 "version_normalized": "1.0.1.0",
1331 "source": {
1332 "type": "git",
1333 "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
1334 "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
1335 },
1336 "dist": {
1337 "type": "zip",
1338 "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
1339 "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
1340 "shasum": ""
1341 },
1342 "require": {
1343 "php": "^5.6 || ^7.0"
1344 },
1345 "require-dev": {
1346 "phpunit/phpunit": "^5.7 || ^6.0"
1347 },
1348 "time": "2017-03-04T06:30:41+00:00",
1349 "type": "library",
1350 "extra": {
1351 "branch-alias": {
1352 "dev-master": "1.0.x-dev"
1353 }
1354 },
1355 "installation-source": "dist",
1356 "autoload": {
1357 "classmap": [
1358 "src/"
1359 ]
1360 },
1361 "notification-url": "https://packagist.org/downloads/",
1362 "license": [
1363 "BSD-3-Clause"
1364 ],
1365 "authors": [
1366 {
1367 "name": "Sebastian Bergmann",
1368 "email": "sebastian@phpunit.de"
1369 }
1370 ],
1371 "description": "Looks up which function or method a line of code belongs to",
1372 "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/"
1373 },
1374 {
1375 "name": "sebastian/comparator",
1376 "version": "3.0.2",
1377 "version_normalized": "3.0.2.0",
1378 "source": {
1379 "type": "git",
1380 "url": "https://github.com/sebastianbergmann/comparator.git",
1381 "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da"
1382 },
1383 "dist": {
1384 "type": "zip",
1385 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
1386 "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
1387 "shasum": ""
1388 },
1389 "require": {
1390 "php": "^7.1",
1391 "sebastian/diff": "^3.0",
1392 "sebastian/exporter": "^3.1"
1393 },
1394 "require-dev": {
1395 "phpunit/phpunit": "^7.1"
1396 },
1397 "time": "2018-07-12T15:12:46+00:00",
1398 "type": "library",
1399 "extra": {
1400 "branch-alias": {
1401 "dev-master": "3.0-dev"
1402 }
1403 },
1404 "installation-source": "dist",
1405 "autoload": {
1406 "classmap": [
1407 "src/"
1408 ]
1409 },
1410 "notification-url": "https://packagist.org/downloads/",
1411 "license": [
1412 "BSD-3-Clause"
1413 ],
1414 "authors": [
1415 {
1416 "name": "Jeff Welch",
1417 "email": "whatthejeff@gmail.com"
1418 },
1419 {
1420 "name": "Volker Dusch",
1421 "email": "github@wallbash.com"
1422 },
1423 {
1424 "name": "Bernhard Schussek",
1425 "email": "bschussek@2bepublished.at"
1426 },
1427 {
1428 "name": "Sebastian Bergmann",
1429 "email": "sebastian@phpunit.de"
1430 }
1431 ],
1432 "description": "Provides the functionality to compare PHP values for equality",
1433 "homepage": "https://github.com/sebastianbergmann/comparator",
1434 "keywords": [
1435 "comparator",
1436 "compare",
1437 "equality"
1438 ]
1439 },
1440 {
1441 "name": "sebastian/diff",
1442 "version": "3.0.2",
1443 "version_normalized": "3.0.2.0",
1444 "source": {
1445 "type": "git",
1446 "url": "https://github.com/sebastianbergmann/diff.git",
1447 "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29"
1448 },
1449 "dist": {
1450 "type": "zip",
1451 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
1452 "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
1453 "shasum": ""
1454 },
1455 "require": {
1456 "php": "^7.1"
1457 },
1458 "require-dev": {
1459 "phpunit/phpunit": "^7.5 || ^8.0",
1460 "symfony/process": "^2 || ^3.3 || ^4"
1461 },
1462 "time": "2019-02-04T06:01:07+00:00",
1463 "type": "library",
1464 "extra": {
1465 "branch-alias": {
1466 "dev-master": "3.0-dev"
1467 }
1468 },
1469 "installation-source": "dist",
1470 "autoload": {
1471 "classmap": [
1472 "src/"
1473 ]
1474 },
1475 "notification-url": "https://packagist.org/downloads/",
1476 "license": [
1477 "BSD-3-Clause"
1478 ],
1479 "authors": [
1480 {
1481 "name": "Kore Nordmann",
1482 "email": "mail@kore-nordmann.de"
1483 },
1484 {
1485 "name": "Sebastian Bergmann",
1486 "email": "sebastian@phpunit.de"
1487 }
1488 ],
1489 "description": "Diff implementation",
1490 "homepage": "https://github.com/sebastianbergmann/diff",
1491 "keywords": [
1492 "diff",
1493 "udiff",
1494 "unidiff",
1495 "unified diff"
1496 ]
1497 },
1498 {
1499 "name": "sebastian/environment",
1500 "version": "4.2.3",
1501 "version_normalized": "4.2.3.0",
1502 "source": {
1503 "type": "git",
1504 "url": "https://github.com/sebastianbergmann/environment.git",
1505 "reference": "464c90d7bdf5ad4e8a6aea15c091fec0603d4368"
1506 },
1507 "dist": {
1508 "type": "zip",
1509 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/464c90d7bdf5ad4e8a6aea15c091fec0603d4368",
1510 "reference": "464c90d7bdf5ad4e8a6aea15c091fec0603d4368",
1511 "shasum": ""
1512 },
1513 "require": {
1514 "php": "^7.1"
1515 },
1516 "require-dev": {
1517 "phpunit/phpunit": "^7.5"
1518 },
1519 "suggest": {
1520 "ext-posix": "*"
1521 },
1522 "time": "2019-11-20T08:46:58+00:00",
1523 "type": "library",
1524 "extra": {
1525 "branch-alias": {
1526 "dev-master": "4.2-dev"
1527 }
1528 },
1529 "installation-source": "dist",
1530 "autoload": {
1531 "classmap": [
1532 "src/"
1533 ]
1534 },
1535 "notification-url": "https://packagist.org/downloads/",
1536 "license": [
1537 "BSD-3-Clause"
1538 ],
1539 "authors": [
1540 {
1541 "name": "Sebastian Bergmann",
1542 "email": "sebastian@phpunit.de"
1543 }
1544 ],
1545 "description": "Provides functionality to handle HHVM/PHP environments",
1546 "homepage": "http://www.github.com/sebastianbergmann/environment",
1547 "keywords": [
1548 "Xdebug",
1549 "environment",
1550 "hhvm"
1551 ]
1552 },
1553 {
1554 "name": "sebastian/exporter",
1555 "version": "3.1.2",
1556 "version_normalized": "3.1.2.0",
1557 "source": {
1558 "type": "git",
1559 "url": "https://github.com/sebastianbergmann/exporter.git",
1560 "reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e"
1561 },
1562 "dist": {
1563 "type": "zip",
1564 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/68609e1261d215ea5b21b7987539cbfbe156ec3e",
1565 "reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e",
1566 "shasum": ""
1567 },
1568 "require": {
1569 "php": "^7.0",
1570 "sebastian/recursion-context": "^3.0"
1571 },
1572 "require-dev": {
1573 "ext-mbstring": "*",
1574 "phpunit/phpunit": "^6.0"
1575 },
1576 "time": "2019-09-14T09:02:43+00:00",
1577 "type": "library",
1578 "extra": {
1579 "branch-alias": {
1580 "dev-master": "3.1.x-dev"
1581 }
1582 },
1583 "installation-source": "dist",
1584 "autoload": {
1585 "classmap": [
1586 "src/"
1587 ]
1588 },
1589 "notification-url": "https://packagist.org/downloads/",
1590 "license": [
1591 "BSD-3-Clause"
1592 ],
1593 "authors": [
1594 {
1595 "name": "Sebastian Bergmann",
1596 "email": "sebastian@phpunit.de"
1597 },
1598 {
1599 "name": "Jeff Welch",
1600 "email": "whatthejeff@gmail.com"
1601 },
1602 {
1603 "name": "Volker Dusch",
1604 "email": "github@wallbash.com"
1605 },
1606 {
1607 "name": "Adam Harvey",
1608 "email": "aharvey@php.net"
1609 },
1610 {
1611 "name": "Bernhard Schussek",
1612 "email": "bschussek@gmail.com"
1613 }
1614 ],
1615 "description": "Provides the functionality to export PHP variables for visualization",
1616 "homepage": "http://www.github.com/sebastianbergmann/exporter",
1617 "keywords": [
1618 "export",
1619 "exporter"
1620 ]
1621 },
1622 {
1623 "name": "sebastian/global-state",
1624 "version": "3.0.0",
1625 "version_normalized": "3.0.0.0",
1626 "source": {
1627 "type": "git",
1628 "url": "https://github.com/sebastianbergmann/global-state.git",
1629 "reference": "edf8a461cf1d4005f19fb0b6b8b95a9f7fa0adc4"
1630 },
1631 "dist": {
1632 "type": "zip",
1633 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/edf8a461cf1d4005f19fb0b6b8b95a9f7fa0adc4",
1634 "reference": "edf8a461cf1d4005f19fb0b6b8b95a9f7fa0adc4",
1635 "shasum": ""
1636 },
1637 "require": {
1638 "php": "^7.2",
1639 "sebastian/object-reflector": "^1.1.1",
1640 "sebastian/recursion-context": "^3.0"
1641 },
1642 "require-dev": {
1643 "ext-dom": "*",
1644 "phpunit/phpunit": "^8.0"
1645 },
1646 "suggest": {
1647 "ext-uopz": "*"
1648 },
1649 "time": "2019-02-01T05:30:01+00:00",
1650 "type": "library",
1651 "extra": {
1652 "branch-alias": {
1653 "dev-master": "3.0-dev"
1654 }
1655 },
1656 "installation-source": "dist",
1657 "autoload": {
1658 "classmap": [
1659 "src/"
1660 ]
1661 },
1662 "notification-url": "https://packagist.org/downloads/",
1663 "license": [
1664 "BSD-3-Clause"
1665 ],
1666 "authors": [
1667 {
1668 "name": "Sebastian Bergmann",
1669 "email": "sebastian@phpunit.de"
1670 }
1671 ],
1672 "description": "Snapshotting of global state",
1673 "homepage": "http://www.github.com/sebastianbergmann/global-state",
1674 "keywords": [
1675 "global state"
1676 ]
1677 },
1678 {
1679 "name": "sebastian/object-enumerator",
1680 "version": "3.0.3",
1681 "version_normalized": "3.0.3.0",
1682 "source": {
1683 "type": "git",
1684 "url": "https://github.com/sebastianbergmann/object-enumerator.git",
1685 "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
1686 },
1687 "dist": {
1688 "type": "zip",
1689 "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
1690 "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
1691 "shasum": ""
1692 },
1693 "require": {
1694 "php": "^7.0",
1695 "sebastian/object-reflector": "^1.1.1",
1696 "sebastian/recursion-context": "^3.0"
1697 },
1698 "require-dev": {
1699 "phpunit/phpunit": "^6.0"
1700 },
1701 "time": "2017-08-03T12:35:26+00:00",
1702 "type": "library",
1703 "extra": {
1704 "branch-alias": {
1705 "dev-master": "3.0.x-dev"
1706 }
1707 },
1708 "installation-source": "dist",
1709 "autoload": {
1710 "classmap": [
1711 "src/"
1712 ]
1713 },
1714 "notification-url": "https://packagist.org/downloads/",
1715 "license": [
1716 "BSD-3-Clause"
1717 ],
1718 "authors": [
1719 {
1720 "name": "Sebastian Bergmann",
1721 "email": "sebastian@phpunit.de"
1722 }
1723 ],
1724 "description": "Traverses array structures and object graphs to enumerate all referenced objects",
1725 "homepage": "https://github.com/sebastianbergmann/object-enumerator/"
1726 },
1727 {
1728 "name": "sebastian/object-reflector",
1729 "version": "1.1.1",
1730 "version_normalized": "1.1.1.0",
1731 "source": {
1732 "type": "git",
1733 "url": "https://github.com/sebastianbergmann/object-reflector.git",
1734 "reference": "773f97c67f28de00d397be301821b06708fca0be"
1735 },
1736 "dist": {
1737 "type": "zip",
1738 "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
1739 "reference": "773f97c67f28de00d397be301821b06708fca0be",
1740 "shasum": ""
1741 },
1742 "require": {
1743 "php": "^7.0"
1744 },
1745 "require-dev": {
1746 "phpunit/phpunit": "^6.0"
1747 },
1748 "time": "2017-03-29T09:07:27+00:00",
1749 "type": "library",
1750 "extra": {
1751 "branch-alias": {
1752 "dev-master": "1.1-dev"
1753 }
1754 },
1755 "installation-source": "dist",
1756 "autoload": {
1757 "classmap": [
1758 "src/"
1759 ]
1760 },
1761 "notification-url": "https://packagist.org/downloads/",
1762 "license": [
1763 "BSD-3-Clause"
1764 ],
1765 "authors": [
1766 {
1767 "name": "Sebastian Bergmann",
1768 "email": "sebastian@phpunit.de"
1769 }
1770 ],
1771 "description": "Allows reflection of object attributes, including inherited and non-public ones",
1772 "homepage": "https://github.com/sebastianbergmann/object-reflector/"
1773 },
1774 {
1775 "name": "sebastian/recursion-context",
1776 "version": "3.0.0",
1777 "version_normalized": "3.0.0.0",
1778 "source": {
1779 "type": "git",
1780 "url": "https://github.com/sebastianbergmann/recursion-context.git",
1781 "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
1782 },
1783 "dist": {
1784 "type": "zip",
1785 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
1786 "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
1787 "shasum": ""
1788 },
1789 "require": {
1790 "php": "^7.0"
1791 },
1792 "require-dev": {
1793 "phpunit/phpunit": "^6.0"
1794 },
1795 "time": "2017-03-03T06:23:57+00:00",
1796 "type": "library",
1797 "extra": {
1798 "branch-alias": {
1799 "dev-master": "3.0.x-dev"
1800 }
1801 },
1802 "installation-source": "dist",
1803 "autoload": {
1804 "classmap": [
1805 "src/"
1806 ]
1807 },
1808 "notification-url": "https://packagist.org/downloads/",
1809 "license": [
1810 "BSD-3-Clause"
1811 ],
1812 "authors": [
1813 {
1814 "name": "Jeff Welch",
1815 "email": "whatthejeff@gmail.com"
1816 },
1817 {
1818 "name": "Sebastian Bergmann",
1819 "email": "sebastian@phpunit.de"
1820 },
1821 {
1822 "name": "Adam Harvey",
1823 "email": "aharvey@php.net"
1824 }
1825 ],
1826 "description": "Provides functionality to recursively process PHP variables",
1827 "homepage": "http://www.github.com/sebastianbergmann/recursion-context"
1828 },
1829 {
1830 "name": "sebastian/resource-operations",
1831 "version": "2.0.1",
1832 "version_normalized": "2.0.1.0",
1833 "source": {
1834 "type": "git",
1835 "url": "https://github.com/sebastianbergmann/resource-operations.git",
1836 "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9"
1837 },
1838 "dist": {
1839 "type": "zip",
1840 "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
1841 "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
1842 "shasum": ""
1843 },
1844 "require": {
1845 "php": "^7.1"
1846 },
1847 "time": "2018-10-04T04:07:39+00:00",
1848 "type": "library",
1849 "extra": {
1850 "branch-alias": {
1851 "dev-master": "2.0-dev"
1852 }
1853 },
1854 "installation-source": "dist",
1855 "autoload": {
1856 "classmap": [
1857 "src/"
1858 ]
1859 },
1860 "notification-url": "https://packagist.org/downloads/",
1861 "license": [
1862 "BSD-3-Clause"
1863 ],
1864 "authors": [
1865 {
1866 "name": "Sebastian Bergmann",
1867 "email": "sebastian@phpunit.de"
1868 }
1869 ],
1870 "description": "Provides a list of PHP built-in functions that operate on resources",
1871 "homepage": "https://www.github.com/sebastianbergmann/resource-operations"
1872 },
1873 {
1874 "name": "sebastian/type",
1875 "version": "1.1.3",
1876 "version_normalized": "1.1.3.0",
1877 "source": {
1878 "type": "git",
1879 "url": "https://github.com/sebastianbergmann/type.git",
1880 "reference": "3aaaa15fa71d27650d62a948be022fe3b48541a3"
1881 },
1882 "dist": {
1883 "type": "zip",
1884 "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/3aaaa15fa71d27650d62a948be022fe3b48541a3",
1885 "reference": "3aaaa15fa71d27650d62a948be022fe3b48541a3",
1886 "shasum": ""
1887 },
1888 "require": {
1889 "php": "^7.2"
1890 },
1891 "require-dev": {
1892 "phpunit/phpunit": "^8.2"
1893 },
1894 "time": "2019-07-02T08:10:15+00:00",
1895 "type": "library",
1896 "extra": {
1897 "branch-alias": {
1898 "dev-master": "1.1-dev"
1899 }
1900 },
1901 "installation-source": "dist",
1902 "autoload": {
1903 "classmap": [
1904 "src/"
1905 ]
1906 },
1907 "notification-url": "https://packagist.org/downloads/",
1908 "license": [
1909 "BSD-3-Clause"
1910 ],
1911 "authors": [
1912 {
1913 "name": "Sebastian Bergmann",
1914 "email": "sebastian@phpunit.de",
1915 "role": "lead"
1916 }
1917 ],
1918 "description": "Collection of value objects that represent the types of the PHP type system",
1919 "homepage": "https://github.com/sebastianbergmann/type"
1920 },
1921 {
1922 "name": "sebastian/version",
1923 "version": "2.0.1",
1924 "version_normalized": "2.0.1.0",
1925 "source": {
1926 "type": "git",
1927 "url": "https://github.com/sebastianbergmann/version.git",
1928 "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
1929 },
1930 "dist": {
1931 "type": "zip",
1932 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
1933 "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
1934 "shasum": ""
1935 },
1936 "require": {
1937 "php": ">=5.6"
1938 },
1939 "time": "2016-10-03T07:35:21+00:00",
1940 "type": "library",
1941 "extra": {
1942 "branch-alias": {
1943 "dev-master": "2.0.x-dev"
1944 }
1945 },
1946 "installation-source": "dist",
1947 "autoload": {
1948 "classmap": [
1949 "src/"
1950 ]
1951 },
1952 "notification-url": "https://packagist.org/downloads/",
1953 "license": [
1954 "BSD-3-Clause"
1955 ],
1956 "authors": [
1957 {
1958 "name": "Sebastian Bergmann",
1959 "email": "sebastian@phpunit.de",
1960 "role": "lead"
1961 }
1962 ],
1963 "description": "Library that helps with managing the version number of Git-hosted PHP projects",
1964 "homepage": "https://github.com/sebastianbergmann/version"
1965 },
1966 {
1967 "name": "squizlabs/php_codesniffer",
1968 "version": "3.5.5",
1969 "version_normalized": "3.5.5.0",
1970 "source": {
1971 "type": "git",
1972 "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
1973 "reference": "73e2e7f57d958e7228fce50dc0c61f58f017f9f6"
1974 },
1975 "dist": {
1976 "type": "zip",
1977 "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/73e2e7f57d958e7228fce50dc0c61f58f017f9f6",
1978 "reference": "73e2e7f57d958e7228fce50dc0c61f58f017f9f6",
1979 "shasum": ""
1980 },
1981 "require": {
1982 "ext-simplexml": "*",
1983 "ext-tokenizer": "*",
1984 "ext-xmlwriter": "*",
1985 "php": ">=5.4.0"
1986 },
1987 "require-dev": {
1988 "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
1989 },
1990 "time": "2020-04-17T01:09:41+00:00",
1991 "bin": [
1992 "bin/phpcs",
1993 "bin/phpcbf"
1994 ],
1995 "type": "library",
1996 "extra": {
1997 "branch-alias": {
1998 "dev-master": "3.x-dev"
1999 }
2000 },
2001 "installation-source": "dist",
2002 "notification-url": "https://packagist.org/downloads/",
2003 "license": [
2004 "BSD-3-Clause"
2005 ],
2006 "authors": [
2007 {
2008 "name": "Greg Sherwood",
2009 "role": "lead"
2010 }
2011 ],
2012 "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
2013 "homepage": "https://github.com/squizlabs/PHP_CodeSniffer",
2014 "keywords": [
2015 "phpcs",
2016 "standards"
2017 ]
2018 },
2019 {
2020 "name": "symfony/polyfill-ctype",
2021 "version": "v1.17.1",
2022 "version_normalized": "1.17.1.0",
2023 "source": {
2024 "type": "git",
2025 "url": "https://github.com/symfony/polyfill-ctype.git",
2026 "reference": "2edd75b8b35d62fd3eeabba73b26b8f1f60ce13d"
2027 },
2028 "dist": {
2029 "type": "zip",
2030 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/2edd75b8b35d62fd3eeabba73b26b8f1f60ce13d",
2031 "reference": "2edd75b8b35d62fd3eeabba73b26b8f1f60ce13d",
2032 "shasum": ""
2033 },
2034 "require": {
2035 "php": ">=5.3.3"
2036 },
2037 "suggest": {
2038 "ext-ctype": "For best performance"
2039 },
2040 "time": "2020-06-06T08:46:27+00:00",
2041 "type": "library",
2042 "extra": {
2043 "branch-alias": {
2044 "dev-master": "1.17-dev"
2045 },
2046 "thanks": {
2047 "name": "symfony/polyfill",
2048 "url": "https://github.com/symfony/polyfill"
2049 }
2050 },
2051 "installation-source": "dist",
2052 "autoload": {
2053 "psr-4": {
2054 "Symfony\\Polyfill\\Ctype\\": ""
2055 },
2056 "files": [
2057 "bootstrap.php"
2058 ]
2059 },
2060 "notification-url": "https://packagist.org/downloads/",
2061 "license": [
2062 "MIT"
2063 ],
2064 "authors": [
2065 {
2066 "name": "Gert de Pagter",
2067 "email": "BackEndTea@gmail.com"
2068 },
2069 {
2070 "name": "Symfony Community",
2071 "homepage": "https://symfony.com/contributors"
2072 }
2073 ],
2074 "description": "Symfony polyfill for ctype functions",
2075 "homepage": "https://symfony.com",
2076 "keywords": [
2077 "compatibility",
2078 "ctype",
2079 "polyfill",
2080 "portable"
2081 ],
2082 "funding": [
2083 {
2084 "url": "https://symfony.com/sponsor",
2085 "type": "custom"
2086 },
2087 {
2088 "url": "https://github.com/fabpot",
2089 "type": "github"
2090 },
2091 {
2092 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2093 "type": "tidelift"
2094 }
2095 ]
2096 },
2097 {
2098 "name": "theseer/tokenizer",
2099 "version": "1.1.3",
2100 "version_normalized": "1.1.3.0",
2101 "source": {
2102 "type": "git",
2103 "url": "https://github.com/theseer/tokenizer.git",
2104 "reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9"
2105 },
2106 "dist": {
2107 "type": "zip",
2108 "url": "https://api.github.com/repos/theseer/tokenizer/zipball/11336f6f84e16a720dae9d8e6ed5019efa85a0f9",
2109 "reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9",
2110 "shasum": ""
2111 },
2112 "require": {
2113 "ext-dom": "*",
2114 "ext-tokenizer": "*",
2115 "ext-xmlwriter": "*",
2116 "php": "^7.0"
2117 },
2118 "time": "2019-06-13T22:48:21+00:00",
2119 "type": "library",
2120 "installation-source": "dist",
2121 "autoload": {
2122 "classmap": [
2123 "src/"
2124 ]
2125 },
2126 "notification-url": "https://packagist.org/downloads/",
2127 "license": [
2128 "BSD-3-Clause"
2129 ],
2130 "authors": [
2131 {
2132 "name": "Arne Blankerts",
2133 "email": "arne@blankerts.de",
2134 "role": "Developer"
2135 }
2136 ],
2137 "description": "A small library for converting tokenized PHP source code into XML and potentially other formats"
2138 },
2139 {
2140 "name": "webmozart/assert",
2141 "version": "1.9.0",
2142 "version_normalized": "1.9.0.0",
2143 "source": {
2144 "type": "git",
2145 "url": "https://github.com/webmozart/assert.git",
2146 "reference": "9dc4f203e36f2b486149058bade43c851dd97451"
2147 },
2148 "dist": {
2149 "type": "zip",
2150 "url": "https://api.github.com/repos/webmozart/assert/zipball/9dc4f203e36f2b486149058bade43c851dd97451",
2151 "reference": "9dc4f203e36f2b486149058bade43c851dd97451",
2152 "shasum": ""
2153 },
2154 "require": {
2155 "php": "^5.3.3 || ^7.0",
2156 "symfony/polyfill-ctype": "^1.8"
2157 },
2158 "conflict": {
2159 "phpstan/phpstan": "<0.12.20",
2160 "vimeo/psalm": "<3.9.1"
2161 },
2162 "require-dev": {
2163 "phpunit/phpunit": "^4.8.36 || ^7.5.13"
2164 },
2165 "time": "2020-06-16T10:16:42+00:00",
2166 "type": "library",
2167 "installation-source": "dist",
2168 "autoload": {
2169 "psr-4": {
2170 "Webmozart\\Assert\\": "src/"
2171 }
2172 },
2173 "notification-url": "https://packagist.org/downloads/",
2174 "license": [
2175 "MIT"
2176 ],
2177 "authors": [
2178 {
2179 "name": "Bernhard Schussek",
2180 "email": "bschussek@gmail.com"
2181 }
2182 ],
2183 "description": "Assertions to validate method input/output with nice error messages.",
2184 "keywords": [
2185 "assert",
2186 "check",
2187 "validate"
2188 ]
2189 },
2190 {
2191 "name": "wp-coding-standards/wpcs",
2192 "version": "2.3.0",
2193 "version_normalized": "2.3.0.0",
2194 "source": {
2195 "type": "git",
2196 "url": "https://github.com/WordPress/WordPress-Coding-Standards.git",
2197 "reference": "7da1894633f168fe244afc6de00d141f27517b62"
2198 },
2199 "dist": {
2200 "type": "zip",
2201 "url": "https://api.github.com/repos/WordPress/WordPress-Coding-Standards/zipball/7da1894633f168fe244afc6de00d141f27517b62",
2202 "reference": "7da1894633f168fe244afc6de00d141f27517b62",
2203 "shasum": ""
2204 },
2205 "require": {
2206 "php": ">=5.4",
2207 "squizlabs/php_codesniffer": "^3.3.1"
2208 },
2209 "require-dev": {
2210 "dealerdirect/phpcodesniffer-composer-installer": "^0.5 || ^0.6",
2211 "phpcompatibility/php-compatibility": "^9.0",
2212 "phpcsstandards/phpcsdevtools": "^1.0",
2213 "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
2214 },
2215 "suggest": {
2216 "dealerdirect/phpcodesniffer-composer-installer": "^0.6 || This Composer plugin will sort out the PHPCS 'installed_paths' automatically."
2217 },
2218 "time": "2020-05-13T23:57:56+00:00",
2219 "type": "phpcodesniffer-standard",
2220 "installation-source": "dist",
2221 "notification-url": "https://packagist.org/downloads/",
2222 "license": [
2223 "MIT"
2224 ],
2225 "authors": [
2226 {
2227 "name": "Contributors",
2228 "homepage": "https://github.com/WordPress/WordPress-Coding-Standards/graphs/contributors"
2229 }
2230 ],
2231 "description": "PHP_CodeSniffer rules (sniffs) to enforce WordPress coding conventions",
2232 "keywords": [
2233 "phpcs",
2234 "standards",
2235 "wordpress"
2236 ]
2237 }
2238 ]
2239