]> git.immae.eu Git - github/shaarli/Shaarli.git/blob - composer.lock
Merge pull request #1575 from ArthurHoaro/feature/php8
[github/shaarli/Shaarli.git] / composer.lock
1 {
2 "_readme": [
3 "This file locks the dependencies of your project to a known state",
4 "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
5 "This file is @generated automatically"
6 ],
7 "content-hash": "98520a05a7185503ee13d05ffaa535f6",
8 "packages": [
9 {
10 "name": "arthurhoaro/web-thumbnailer",
11 "version": "v2.0.3",
12 "source": {
13 "type": "git",
14 "url": "https://github.com/ArthurHoaro/web-thumbnailer.git",
15 "reference": "39bfd4f3136d9e6096496b9720e877326cfe4775"
16 },
17 "dist": {
18 "type": "zip",
19 "url": "https://api.github.com/repos/ArthurHoaro/web-thumbnailer/zipball/39bfd4f3136d9e6096496b9720e877326cfe4775",
20 "reference": "39bfd4f3136d9e6096496b9720e877326cfe4775",
21 "shasum": ""
22 },
23 "require": {
24 "php": ">=7.1",
25 "phpunit/php-text-template": "^1.2 || ^2.0"
26 },
27 "require-dev": {
28 "gskema/phpcs-type-sniff": "^0.13.1",
29 "php-coveralls/php-coveralls": "^2.0",
30 "phpstan/phpstan": "^0.12.9",
31 "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
32 "squizlabs/php_codesniffer": "^3.0"
33 },
34 "type": "library",
35 "autoload": {
36 "psr-0": {
37 "WebThumbnailer\\": [
38 "src/",
39 "tests/"
40 ]
41 }
42 },
43 "notification-url": "https://packagist.org/downloads/",
44 "license": [
45 "MIT"
46 ],
47 "authors": [
48 {
49 "name": "Arthur Hoaro",
50 "homepage": "http://hoa.ro"
51 }
52 ],
53 "description": "PHP library which will retrieve a thumbnail for any given URL",
54 "support": {
55 "issues": "https://github.com/ArthurHoaro/web-thumbnailer/issues",
56 "source": "https://github.com/ArthurHoaro/web-thumbnailer/tree/v2.0.3"
57 },
58 "time": "2020-09-29T15:51:03+00:00"
59 },
60 {
61 "name": "erusev/parsedown",
62 "version": "1.7.4",
63 "source": {
64 "type": "git",
65 "url": "https://github.com/erusev/parsedown.git",
66 "reference": "cb17b6477dfff935958ba01325f2e8a2bfa6dab3"
67 },
68 "dist": {
69 "type": "zip",
70 "url": "https://api.github.com/repos/erusev/parsedown/zipball/cb17b6477dfff935958ba01325f2e8a2bfa6dab3",
71 "reference": "cb17b6477dfff935958ba01325f2e8a2bfa6dab3",
72 "shasum": ""
73 },
74 "require": {
75 "ext-mbstring": "*",
76 "php": ">=5.3.0"
77 },
78 "require-dev": {
79 "phpunit/phpunit": "^4.8.35"
80 },
81 "type": "library",
82 "autoload": {
83 "psr-0": {
84 "Parsedown": ""
85 }
86 },
87 "notification-url": "https://packagist.org/downloads/",
88 "license": [
89 "MIT"
90 ],
91 "authors": [
92 {
93 "name": "Emanuil Rusev",
94 "email": "hello@erusev.com",
95 "homepage": "http://erusev.com"
96 }
97 ],
98 "description": "Parser for Markdown.",
99 "homepage": "http://parsedown.org",
100 "keywords": [
101 "markdown",
102 "parser"
103 ],
104 "support": {
105 "issues": "https://github.com/erusev/parsedown/issues",
106 "source": "https://github.com/erusev/parsedown/tree/1.7.x"
107 },
108 "time": "2019-12-30T22:54:17+00:00"
109 },
110 {
111 "name": "gettext/gettext",
112 "version": "v4.8.2",
113 "source": {
114 "type": "git",
115 "url": "https://github.com/php-gettext/Gettext.git",
116 "reference": "e474f872f2c8636cf53fd283ec4ce1218f3d236a"
117 },
118 "dist": {
119 "type": "zip",
120 "url": "https://api.github.com/repos/php-gettext/Gettext/zipball/e474f872f2c8636cf53fd283ec4ce1218f3d236a",
121 "reference": "e474f872f2c8636cf53fd283ec4ce1218f3d236a",
122 "shasum": ""
123 },
124 "require": {
125 "gettext/languages": "^2.3",
126 "php": ">=5.4.0"
127 },
128 "require-dev": {
129 "illuminate/view": "*",
130 "phpunit/phpunit": "^4.8|^5.7|^6.5",
131 "squizlabs/php_codesniffer": "^3.0",
132 "symfony/yaml": "~2",
133 "twig/extensions": "*",
134 "twig/twig": "^1.31|^2.0"
135 },
136 "suggest": {
137 "illuminate/view": "Is necessary if you want to use the Blade extractor",
138 "symfony/yaml": "Is necessary if you want to use the Yaml extractor/generator",
139 "twig/extensions": "Is necessary if you want to use the Twig extractor",
140 "twig/twig": "Is necessary if you want to use the Twig extractor"
141 },
142 "type": "library",
143 "autoload": {
144 "psr-4": {
145 "Gettext\\": "src"
146 }
147 },
148 "notification-url": "https://packagist.org/downloads/",
149 "license": [
150 "MIT"
151 ],
152 "authors": [
153 {
154 "name": "Oscar Otero",
155 "email": "oom@oscarotero.com",
156 "homepage": "http://oscarotero.com",
157 "role": "Developer"
158 }
159 ],
160 "description": "PHP gettext manager",
161 "homepage": "https://github.com/oscarotero/Gettext",
162 "keywords": [
163 "JS",
164 "gettext",
165 "i18n",
166 "mo",
167 "po",
168 "translation"
169 ],
170 "support": {
171 "email": "oom@oscarotero.com",
172 "issues": "https://github.com/oscarotero/Gettext/issues",
173 "source": "https://github.com/php-gettext/Gettext/tree/v4.8.2"
174 },
175 "time": "2019-12-02T10:21:14+00:00"
176 },
177 {
178 "name": "gettext/languages",
179 "version": "2.6.0",
180 "source": {
181 "type": "git",
182 "url": "https://github.com/php-gettext/Languages.git",
183 "reference": "38ea0482f649e0802e475f0ed19fa993bcb7a618"
184 },
185 "dist": {
186 "type": "zip",
187 "url": "https://api.github.com/repos/php-gettext/Languages/zipball/38ea0482f649e0802e475f0ed19fa993bcb7a618",
188 "reference": "38ea0482f649e0802e475f0ed19fa993bcb7a618",
189 "shasum": ""
190 },
191 "require": {
192 "php": ">=5.3"
193 },
194 "require-dev": {
195 "friendsofphp/php-cs-fixer": "^2.16.0",
196 "phpunit/phpunit": "^4.8 || ^5.7 || ^6.5 || ^7.5 || ^8.4"
197 },
198 "bin": [
199 "bin/export-plural-rules"
200 ],
201 "type": "library",
202 "autoload": {
203 "psr-4": {
204 "Gettext\\Languages\\": "src/"
205 }
206 },
207 "notification-url": "https://packagist.org/downloads/",
208 "license": [
209 "MIT"
210 ],
211 "authors": [
212 {
213 "name": "Michele Locati",
214 "email": "mlocati@gmail.com",
215 "role": "Developer"
216 }
217 ],
218 "description": "gettext languages with plural rules",
219 "homepage": "https://github.com/php-gettext/Languages",
220 "keywords": [
221 "cldr",
222 "i18n",
223 "internationalization",
224 "l10n",
225 "language",
226 "languages",
227 "localization",
228 "php",
229 "plural",
230 "plural rules",
231 "plurals",
232 "translate",
233 "translations",
234 "unicode"
235 ],
236 "support": {
237 "issues": "https://github.com/php-gettext/Languages/issues",
238 "source": "https://github.com/php-gettext/Languages/tree/2.6.0"
239 },
240 "time": "2019-11-13T10:30:21+00:00"
241 },
242 {
243 "name": "katzgrau/klogger",
244 "version": "1.2.1",
245 "source": {
246 "type": "git",
247 "url": "https://github.com/katzgrau/KLogger.git",
248 "reference": "a4ed373fa8a214aa4ae7aa4f221fe2c6ce862ef1"
249 },
250 "dist": {
251 "type": "zip",
252 "url": "https://api.github.com/repos/katzgrau/KLogger/zipball/a4ed373fa8a214aa4ae7aa4f221fe2c6ce862ef1",
253 "reference": "a4ed373fa8a214aa4ae7aa4f221fe2c6ce862ef1",
254 "shasum": ""
255 },
256 "require": {
257 "php": ">=5.3",
258 "psr/log": "^1.0.0"
259 },
260 "require-dev": {
261 "phpunit/phpunit": "4.0.*"
262 },
263 "type": "library",
264 "autoload": {
265 "psr-4": {
266 "Katzgrau\\KLogger\\": "src/"
267 },
268 "classmap": [
269 "src/"
270 ]
271 },
272 "notification-url": "https://packagist.org/downloads/",
273 "license": [
274 "MIT"
275 ],
276 "authors": [
277 {
278 "name": "Kenny Katzgrau",
279 "email": "katzgrau@gmail.com"
280 },
281 {
282 "name": "Dan Horrigan",
283 "email": "dan@dhorrigan.com"
284 }
285 ],
286 "description": "A Simple Logging Class",
287 "keywords": [
288 "logging"
289 ],
290 "support": {
291 "issues": "https://github.com/katzgrau/KLogger/issues",
292 "source": "https://github.com/katzgrau/KLogger/tree/master"
293 },
294 "time": "2016-11-07T19:29:14+00:00"
295 },
296 {
297 "name": "nikic/fast-route",
298 "version": "v1.3.0",
299 "source": {
300 "type": "git",
301 "url": "https://github.com/nikic/FastRoute.git",
302 "reference": "181d480e08d9476e61381e04a71b34dc0432e812"
303 },
304 "dist": {
305 "type": "zip",
306 "url": "https://api.github.com/repos/nikic/FastRoute/zipball/181d480e08d9476e61381e04a71b34dc0432e812",
307 "reference": "181d480e08d9476e61381e04a71b34dc0432e812",
308 "shasum": ""
309 },
310 "require": {
311 "php": ">=5.4.0"
312 },
313 "require-dev": {
314 "phpunit/phpunit": "^4.8.35|~5.7"
315 },
316 "type": "library",
317 "autoload": {
318 "psr-4": {
319 "FastRoute\\": "src/"
320 },
321 "files": [
322 "src/functions.php"
323 ]
324 },
325 "notification-url": "https://packagist.org/downloads/",
326 "license": [
327 "BSD-3-Clause"
328 ],
329 "authors": [
330 {
331 "name": "Nikita Popov",
332 "email": "nikic@php.net"
333 }
334 ],
335 "description": "Fast request router for PHP",
336 "keywords": [
337 "router",
338 "routing"
339 ],
340 "support": {
341 "issues": "https://github.com/nikic/FastRoute/issues",
342 "source": "https://github.com/nikic/FastRoute/tree/master"
343 },
344 "time": "2018-02-13T20:26:39+00:00"
345 },
346 {
347 "name": "phpunit/php-text-template",
348 "version": "1.2.1",
349 "source": {
350 "type": "git",
351 "url": "https://github.com/sebastianbergmann/php-text-template.git",
352 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
353 },
354 "dist": {
355 "type": "zip",
356 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
357 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
358 "shasum": ""
359 },
360 "require": {
361 "php": ">=5.3.3"
362 },
363 "type": "library",
364 "autoload": {
365 "classmap": [
366 "src/"
367 ]
368 },
369 "notification-url": "https://packagist.org/downloads/",
370 "license": [
371 "BSD-3-Clause"
372 ],
373 "authors": [
374 {
375 "name": "Sebastian Bergmann",
376 "email": "sebastian@phpunit.de",
377 "role": "lead"
378 }
379 ],
380 "description": "Simple template engine.",
381 "homepage": "https://github.com/sebastianbergmann/php-text-template/",
382 "keywords": [
383 "template"
384 ],
385 "support": {
386 "issues": "https://github.com/sebastianbergmann/php-text-template/issues",
387 "source": "https://github.com/sebastianbergmann/php-text-template/tree/1.2.1"
388 },
389 "time": "2015-06-21T13:50:34+00:00"
390 },
391 {
392 "name": "pimple/pimple",
393 "version": "v3.2.3",
394 "source": {
395 "type": "git",
396 "url": "https://github.com/silexphp/Pimple.git",
397 "reference": "9e403941ef9d65d20cba7d54e29fe906db42cf32"
398 },
399 "dist": {
400 "type": "zip",
401 "url": "https://api.github.com/repos/silexphp/Pimple/zipball/9e403941ef9d65d20cba7d54e29fe906db42cf32",
402 "reference": "9e403941ef9d65d20cba7d54e29fe906db42cf32",
403 "shasum": ""
404 },
405 "require": {
406 "php": ">=5.3.0",
407 "psr/container": "^1.0"
408 },
409 "require-dev": {
410 "symfony/phpunit-bridge": "^3.2"
411 },
412 "type": "library",
413 "extra": {
414 "branch-alias": {
415 "dev-master": "3.2.x-dev"
416 }
417 },
418 "autoload": {
419 "psr-0": {
420 "Pimple": "src/"
421 }
422 },
423 "notification-url": "https://packagist.org/downloads/",
424 "license": [
425 "MIT"
426 ],
427 "authors": [
428 {
429 "name": "Fabien Potencier",
430 "email": "fabien@symfony.com"
431 }
432 ],
433 "description": "Pimple, a simple Dependency Injection Container",
434 "homepage": "http://pimple.sensiolabs.org",
435 "keywords": [
436 "container",
437 "dependency injection"
438 ],
439 "support": {
440 "issues": "https://github.com/silexphp/Pimple/issues",
441 "source": "https://github.com/silexphp/Pimple/tree/master"
442 },
443 "time": "2018-01-21T07:42:36+00:00"
444 },
445 {
446 "name": "psr/container",
447 "version": "1.0.0",
448 "source": {
449 "type": "git",
450 "url": "https://github.com/php-fig/container.git",
451 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
452 },
453 "dist": {
454 "type": "zip",
455 "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
456 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
457 "shasum": ""
458 },
459 "require": {
460 "php": ">=5.3.0"
461 },
462 "type": "library",
463 "extra": {
464 "branch-alias": {
465 "dev-master": "1.0.x-dev"
466 }
467 },
468 "autoload": {
469 "psr-4": {
470 "Psr\\Container\\": "src/"
471 }
472 },
473 "notification-url": "https://packagist.org/downloads/",
474 "license": [
475 "MIT"
476 ],
477 "authors": [
478 {
479 "name": "PHP-FIG",
480 "homepage": "http://www.php-fig.org/"
481 }
482 ],
483 "description": "Common Container Interface (PHP FIG PSR-11)",
484 "homepage": "https://github.com/php-fig/container",
485 "keywords": [
486 "PSR-11",
487 "container",
488 "container-interface",
489 "container-interop",
490 "psr"
491 ],
492 "support": {
493 "issues": "https://github.com/php-fig/container/issues",
494 "source": "https://github.com/php-fig/container/tree/master"
495 },
496 "time": "2017-02-14T16:28:37+00:00"
497 },
498 {
499 "name": "psr/http-message",
500 "version": "1.0.1",
501 "source": {
502 "type": "git",
503 "url": "https://github.com/php-fig/http-message.git",
504 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
505 },
506 "dist": {
507 "type": "zip",
508 "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
509 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
510 "shasum": ""
511 },
512 "require": {
513 "php": ">=5.3.0"
514 },
515 "type": "library",
516 "extra": {
517 "branch-alias": {
518 "dev-master": "1.0.x-dev"
519 }
520 },
521 "autoload": {
522 "psr-4": {
523 "Psr\\Http\\Message\\": "src/"
524 }
525 },
526 "notification-url": "https://packagist.org/downloads/",
527 "license": [
528 "MIT"
529 ],
530 "authors": [
531 {
532 "name": "PHP-FIG",
533 "homepage": "http://www.php-fig.org/"
534 }
535 ],
536 "description": "Common interface for HTTP messages",
537 "homepage": "https://github.com/php-fig/http-message",
538 "keywords": [
539 "http",
540 "http-message",
541 "psr",
542 "psr-7",
543 "request",
544 "response"
545 ],
546 "support": {
547 "source": "https://github.com/php-fig/http-message/tree/master"
548 },
549 "time": "2016-08-06T14:39:51+00:00"
550 },
551 {
552 "name": "psr/log",
553 "version": "1.1.3",
554 "source": {
555 "type": "git",
556 "url": "https://github.com/php-fig/log.git",
557 "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
558 },
559 "dist": {
560 "type": "zip",
561 "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
562 "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
563 "shasum": ""
564 },
565 "require": {
566 "php": ">=5.3.0"
567 },
568 "type": "library",
569 "extra": {
570 "branch-alias": {
571 "dev-master": "1.1.x-dev"
572 }
573 },
574 "autoload": {
575 "psr-4": {
576 "Psr\\Log\\": "Psr/Log/"
577 }
578 },
579 "notification-url": "https://packagist.org/downloads/",
580 "license": [
581 "MIT"
582 ],
583 "authors": [
584 {
585 "name": "PHP-FIG",
586 "homepage": "http://www.php-fig.org/"
587 }
588 ],
589 "description": "Common interface for logging libraries",
590 "homepage": "https://github.com/php-fig/log",
591 "keywords": [
592 "log",
593 "psr",
594 "psr-3"
595 ],
596 "support": {
597 "source": "https://github.com/php-fig/log/tree/1.1.3"
598 },
599 "time": "2020-03-23T09:12:05+00:00"
600 },
601 {
602 "name": "pubsubhubbub/publisher",
603 "version": "dev-master",
604 "source": {
605 "type": "git",
606 "url": "https://github.com/pubsubhubbub/php-publisher.git",
607 "reference": "047b0faf6219071527a45942d6fef4dbc6d1d884"
608 },
609 "dist": {
610 "type": "zip",
611 "url": "https://api.github.com/repos/pubsubhubbub/php-publisher/zipball/047b0faf6219071527a45942d6fef4dbc6d1d884",
612 "reference": "047b0faf6219071527a45942d6fef4dbc6d1d884",
613 "shasum": ""
614 },
615 "require": {
616 "ext-curl": "*",
617 "php": "~5.4 || ~7.0"
618 },
619 "default-branch": true,
620 "type": "library",
621 "autoload": {
622 "psr-4": {
623 "pubsubhubbub\\publisher\\": "library/"
624 }
625 },
626 "notification-url": "https://packagist.org/downloads/",
627 "license": [
628 "Apache-2.0"
629 ],
630 "authors": [
631 {
632 "name": "pubsubhubbub publisher Contributors",
633 "homepage": "https://github.com/pubsubhubbub/php-publisher/contributors"
634 }
635 ],
636 "description": "pubsubhubbub implementation of publisher.",
637 "homepage": "https://github.com/pubsubhubbub/php-publisher",
638 "keywords": [
639 "data",
640 "feeds",
641 "publishers",
642 "pubsubhubbub",
643 "websub"
644 ],
645 "support": {
646 "issues": "https://github.com/pubsubhubbub/php-publisher/issues",
647 "source": "https://github.com/pubsubhubbub/php-publisher/tree/master"
648 },
649 "time": "2018-10-09T05:20:28+00:00"
650 },
651 {
652 "name": "shaarli/netscape-bookmark-parser",
653 "version": "v2.2.0",
654 "source": {
655 "type": "git",
656 "url": "https://github.com/shaarli/netscape-bookmark-parser.git",
657 "reference": "432a010af2bb1832d6fbc4763e6b0100b980a1df"
658 },
659 "dist": {
660 "type": "zip",
661 "url": "https://api.github.com/repos/shaarli/netscape-bookmark-parser/zipball/432a010af2bb1832d6fbc4763e6b0100b980a1df",
662 "reference": "432a010af2bb1832d6fbc4763e6b0100b980a1df",
663 "shasum": ""
664 },
665 "require": {
666 "katzgrau/klogger": "~1.0",
667 "php": ">=5.6"
668 },
669 "require-dev": {
670 "phpunit/phpunit": "^5.0"
671 },
672 "type": "library",
673 "autoload": {
674 "files": [
675 "NetscapeBookmarkParser.php"
676 ]
677 },
678 "notification-url": "https://packagist.org/downloads/",
679 "license": [
680 "MIT"
681 ],
682 "authors": [
683 {
684 "name": "Kafene",
685 "email": "io@kafene.org",
686 "homepage": "https://github.com/kafene",
687 "role": "Developer"
688 },
689 {
690 "name": "VirtualTam",
691 "email": "virtualtam@flibidi.net",
692 "homepage": "https://github.com/virtualtam",
693 "role": "Developer"
694 }
695 ],
696 "description": "Generic Netscape bookmark parser",
697 "homepage": "https://github.com/shaarli/netscape-bookmark-parser",
698 "keywords": [
699 "bookmark",
700 "link",
701 "netscape",
702 "parse"
703 ],
704 "support": {
705 "issues": "https://github.com/shaarli/netscape-bookmark-parser/issues",
706 "source": "https://github.com/shaarli/netscape-bookmark-parser/tree/v2.2.0"
707 },
708 "time": "2020-06-06T15:53:53+00:00"
709 },
710 {
711 "name": "slim/slim",
712 "version": "3.12.3",
713 "source": {
714 "type": "git",
715 "url": "https://github.com/slimphp/Slim.git",
716 "reference": "1c9318a84ffb890900901136d620b4f03a59da38"
717 },
718 "dist": {
719 "type": "zip",
720 "url": "https://api.github.com/repos/slimphp/Slim/zipball/1c9318a84ffb890900901136d620b4f03a59da38",
721 "reference": "1c9318a84ffb890900901136d620b4f03a59da38",
722 "shasum": ""
723 },
724 "require": {
725 "ext-json": "*",
726 "ext-libxml": "*",
727 "ext-simplexml": "*",
728 "nikic/fast-route": "^1.0",
729 "php": ">=5.5.0",
730 "pimple/pimple": "^3.0",
731 "psr/container": "^1.0",
732 "psr/http-message": "^1.0"
733 },
734 "provide": {
735 "psr/http-message-implementation": "1.0"
736 },
737 "require-dev": {
738 "phpunit/phpunit": "^4.0",
739 "squizlabs/php_codesniffer": "^2.5"
740 },
741 "type": "library",
742 "autoload": {
743 "psr-4": {
744 "Slim\\": "Slim"
745 }
746 },
747 "notification-url": "https://packagist.org/downloads/",
748 "license": [
749 "MIT"
750 ],
751 "authors": [
752 {
753 "name": "Josh Lockhart",
754 "email": "hello@joshlockhart.com",
755 "homepage": "https://joshlockhart.com"
756 },
757 {
758 "name": "Andrew Smith",
759 "email": "a.smith@silentworks.co.uk",
760 "homepage": "http://silentworks.co.uk"
761 },
762 {
763 "name": "Rob Allen",
764 "email": "rob@akrabat.com",
765 "homepage": "http://akrabat.com"
766 },
767 {
768 "name": "Gabriel Manricks",
769 "email": "gmanricks@me.com",
770 "homepage": "http://gabrielmanricks.com"
771 }
772 ],
773 "description": "Slim is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs",
774 "homepage": "https://slimframework.com",
775 "keywords": [
776 "api",
777 "framework",
778 "micro",
779 "router"
780 ],
781 "support": {
782 "issues": "https://github.com/slimphp/Slim/issues",
783 "source": "https://github.com/slimphp/Slim/tree/3.x"
784 },
785 "time": "2019-11-28T17:40:33+00:00"
786 }
787 ],
788 "packages-dev": [
789 {
790 "name": "doctrine/instantiator",
791 "version": "1.3.1",
792 "source": {
793 "type": "git",
794 "url": "https://github.com/doctrine/instantiator.git",
795 "reference": "f350df0268e904597e3bd9c4685c53e0e333feea"
796 },
797 "dist": {
798 "type": "zip",
799 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/f350df0268e904597e3bd9c4685c53e0e333feea",
800 "reference": "f350df0268e904597e3bd9c4685c53e0e333feea",
801 "shasum": ""
802 },
803 "require": {
804 "php": "^7.1 || ^8.0"
805 },
806 "require-dev": {
807 "doctrine/coding-standard": "^6.0",
808 "ext-pdo": "*",
809 "ext-phar": "*",
810 "phpbench/phpbench": "^0.13",
811 "phpstan/phpstan-phpunit": "^0.11",
812 "phpstan/phpstan-shim": "^0.11",
813 "phpunit/phpunit": "^7.0"
814 },
815 "type": "library",
816 "extra": {
817 "branch-alias": {
818 "dev-master": "1.2.x-dev"
819 }
820 },
821 "autoload": {
822 "psr-4": {
823 "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
824 }
825 },
826 "notification-url": "https://packagist.org/downloads/",
827 "license": [
828 "MIT"
829 ],
830 "authors": [
831 {
832 "name": "Marco Pivetta",
833 "email": "ocramius@gmail.com",
834 "homepage": "http://ocramius.github.com/"
835 }
836 ],
837 "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
838 "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
839 "keywords": [
840 "constructor",
841 "instantiate"
842 ],
843 "support": {
844 "issues": "https://github.com/doctrine/instantiator/issues",
845 "source": "https://github.com/doctrine/instantiator/tree/1.3.x"
846 },
847 "funding": [
848 {
849 "url": "https://www.doctrine-project.org/sponsorship.html",
850 "type": "custom"
851 },
852 {
853 "url": "https://www.patreon.com/phpdoctrine",
854 "type": "patreon"
855 },
856 {
857 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
858 "type": "tidelift"
859 }
860 ],
861 "time": "2020-05-29T17:27:14+00:00"
862 },
863 {
864 "name": "myclabs/deep-copy",
865 "version": "1.10.1",
866 "source": {
867 "type": "git",
868 "url": "https://github.com/myclabs/DeepCopy.git",
869 "reference": "969b211f9a51aa1f6c01d1d2aef56d3bd91598e5"
870 },
871 "dist": {
872 "type": "zip",
873 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/969b211f9a51aa1f6c01d1d2aef56d3bd91598e5",
874 "reference": "969b211f9a51aa1f6c01d1d2aef56d3bd91598e5",
875 "shasum": ""
876 },
877 "require": {
878 "php": "^7.1 || ^8.0"
879 },
880 "replace": {
881 "myclabs/deep-copy": "self.version"
882 },
883 "require-dev": {
884 "doctrine/collections": "^1.0",
885 "doctrine/common": "^2.6",
886 "phpunit/phpunit": "^7.1"
887 },
888 "type": "library",
889 "autoload": {
890 "psr-4": {
891 "DeepCopy\\": "src/DeepCopy/"
892 },
893 "files": [
894 "src/DeepCopy/deep_copy.php"
895 ]
896 },
897 "notification-url": "https://packagist.org/downloads/",
898 "license": [
899 "MIT"
900 ],
901 "description": "Create deep copies (clones) of your objects",
902 "keywords": [
903 "clone",
904 "copy",
905 "duplicate",
906 "object",
907 "object graph"
908 ],
909 "support": {
910 "issues": "https://github.com/myclabs/DeepCopy/issues",
911 "source": "https://github.com/myclabs/DeepCopy/tree/1.x"
912 },
913 "funding": [
914 {
915 "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
916 "type": "tidelift"
917 }
918 ],
919 "time": "2020-06-29T13:22:24+00:00"
920 },
921 {
922 "name": "phar-io/manifest",
923 "version": "1.0.3",
924 "source": {
925 "type": "git",
926 "url": "https://github.com/phar-io/manifest.git",
927 "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4"
928 },
929 "dist": {
930 "type": "zip",
931 "url": "https://api.github.com/repos/phar-io/manifest/zipball/7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
932 "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
933 "shasum": ""
934 },
935 "require": {
936 "ext-dom": "*",
937 "ext-phar": "*",
938 "phar-io/version": "^2.0",
939 "php": "^5.6 || ^7.0"
940 },
941 "type": "library",
942 "extra": {
943 "branch-alias": {
944 "dev-master": "1.0.x-dev"
945 }
946 },
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": "Arne Blankerts",
959 "email": "arne@blankerts.de",
960 "role": "Developer"
961 },
962 {
963 "name": "Sebastian Heuer",
964 "email": "sebastian@phpeople.de",
965 "role": "Developer"
966 },
967 {
968 "name": "Sebastian Bergmann",
969 "email": "sebastian@phpunit.de",
970 "role": "Developer"
971 }
972 ],
973 "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
974 "support": {
975 "issues": "https://github.com/phar-io/manifest/issues",
976 "source": "https://github.com/phar-io/manifest/tree/master"
977 },
978 "time": "2018-07-08T19:23:20+00:00"
979 },
980 {
981 "name": "phar-io/version",
982 "version": "2.0.1",
983 "source": {
984 "type": "git",
985 "url": "https://github.com/phar-io/version.git",
986 "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6"
987 },
988 "dist": {
989 "type": "zip",
990 "url": "https://api.github.com/repos/phar-io/version/zipball/45a2ec53a73c70ce41d55cedef9063630abaf1b6",
991 "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6",
992 "shasum": ""
993 },
994 "require": {
995 "php": "^5.6 || ^7.0"
996 },
997 "type": "library",
998 "autoload": {
999 "classmap": [
1000 "src/"
1001 ]
1002 },
1003 "notification-url": "https://packagist.org/downloads/",
1004 "license": [
1005 "BSD-3-Clause"
1006 ],
1007 "authors": [
1008 {
1009 "name": "Arne Blankerts",
1010 "email": "arne@blankerts.de",
1011 "role": "Developer"
1012 },
1013 {
1014 "name": "Sebastian Heuer",
1015 "email": "sebastian@phpeople.de",
1016 "role": "Developer"
1017 },
1018 {
1019 "name": "Sebastian Bergmann",
1020 "email": "sebastian@phpunit.de",
1021 "role": "Developer"
1022 }
1023 ],
1024 "description": "Library for handling version information and constraints",
1025 "support": {
1026 "issues": "https://github.com/phar-io/version/issues",
1027 "source": "https://github.com/phar-io/version/tree/master"
1028 },
1029 "time": "2018-07-08T19:19:57+00:00"
1030 },
1031 {
1032 "name": "phpdocumentor/reflection-common",
1033 "version": "2.1.0",
1034 "source": {
1035 "type": "git",
1036 "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
1037 "reference": "6568f4687e5b41b054365f9ae03fcb1ed5f2069b"
1038 },
1039 "dist": {
1040 "type": "zip",
1041 "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/6568f4687e5b41b054365f9ae03fcb1ed5f2069b",
1042 "reference": "6568f4687e5b41b054365f9ae03fcb1ed5f2069b",
1043 "shasum": ""
1044 },
1045 "require": {
1046 "php": ">=7.1"
1047 },
1048 "type": "library",
1049 "extra": {
1050 "branch-alias": {
1051 "dev-master": "2.x-dev"
1052 }
1053 },
1054 "autoload": {
1055 "psr-4": {
1056 "phpDocumentor\\Reflection\\": "src/"
1057 }
1058 },
1059 "notification-url": "https://packagist.org/downloads/",
1060 "license": [
1061 "MIT"
1062 ],
1063 "authors": [
1064 {
1065 "name": "Jaap van Otterdijk",
1066 "email": "opensource@ijaap.nl"
1067 }
1068 ],
1069 "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
1070 "homepage": "http://www.phpdoc.org",
1071 "keywords": [
1072 "FQSEN",
1073 "phpDocumentor",
1074 "phpdoc",
1075 "reflection",
1076 "static analysis"
1077 ],
1078 "support": {
1079 "issues": "https://github.com/phpDocumentor/ReflectionCommon/issues",
1080 "source": "https://github.com/phpDocumentor/ReflectionCommon/tree/master"
1081 },
1082 "time": "2020-04-27T09:25:28+00:00"
1083 },
1084 {
1085 "name": "phpdocumentor/reflection-docblock",
1086 "version": "4.3.4",
1087 "source": {
1088 "type": "git",
1089 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
1090 "reference": "da3fd972d6bafd628114f7e7e036f45944b62e9c"
1091 },
1092 "dist": {
1093 "type": "zip",
1094 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/da3fd972d6bafd628114f7e7e036f45944b62e9c",
1095 "reference": "da3fd972d6bafd628114f7e7e036f45944b62e9c",
1096 "shasum": ""
1097 },
1098 "require": {
1099 "php": "^7.0",
1100 "phpdocumentor/reflection-common": "^1.0.0 || ^2.0.0",
1101 "phpdocumentor/type-resolver": "~0.4 || ^1.0.0",
1102 "webmozart/assert": "^1.0"
1103 },
1104 "require-dev": {
1105 "doctrine/instantiator": "^1.0.5",
1106 "mockery/mockery": "^1.0",
1107 "phpdocumentor/type-resolver": "0.4.*",
1108 "phpunit/phpunit": "^6.4"
1109 },
1110 "type": "library",
1111 "extra": {
1112 "branch-alias": {
1113 "dev-master": "4.x-dev"
1114 }
1115 },
1116 "autoload": {
1117 "psr-4": {
1118 "phpDocumentor\\Reflection\\": [
1119 "src/"
1120 ]
1121 }
1122 },
1123 "notification-url": "https://packagist.org/downloads/",
1124 "license": [
1125 "MIT"
1126 ],
1127 "authors": [
1128 {
1129 "name": "Mike van Riel",
1130 "email": "me@mikevanriel.com"
1131 }
1132 ],
1133 "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
1134 "support": {
1135 "issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues",
1136 "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/release/4.x"
1137 },
1138 "time": "2019-12-28T18:55:12+00:00"
1139 },
1140 {
1141 "name": "phpdocumentor/type-resolver",
1142 "version": "1.0.1",
1143 "source": {
1144 "type": "git",
1145 "url": "https://github.com/phpDocumentor/TypeResolver.git",
1146 "reference": "2e32a6d48972b2c1976ed5d8967145b6cec4a4a9"
1147 },
1148 "dist": {
1149 "type": "zip",
1150 "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/2e32a6d48972b2c1976ed5d8967145b6cec4a4a9",
1151 "reference": "2e32a6d48972b2c1976ed5d8967145b6cec4a4a9",
1152 "shasum": ""
1153 },
1154 "require": {
1155 "php": "^7.1",
1156 "phpdocumentor/reflection-common": "^2.0"
1157 },
1158 "require-dev": {
1159 "ext-tokenizer": "^7.1",
1160 "mockery/mockery": "~1",
1161 "phpunit/phpunit": "^7.0"
1162 },
1163 "type": "library",
1164 "extra": {
1165 "branch-alias": {
1166 "dev-master": "1.x-dev"
1167 }
1168 },
1169 "autoload": {
1170 "psr-4": {
1171 "phpDocumentor\\Reflection\\": "src"
1172 }
1173 },
1174 "notification-url": "https://packagist.org/downloads/",
1175 "license": [
1176 "MIT"
1177 ],
1178 "authors": [
1179 {
1180 "name": "Mike van Riel",
1181 "email": "me@mikevanriel.com"
1182 }
1183 ],
1184 "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
1185 "support": {
1186 "issues": "https://github.com/phpDocumentor/TypeResolver/issues",
1187 "source": "https://github.com/phpDocumentor/TypeResolver/tree/0.7.2"
1188 },
1189 "time": "2019-08-22T18:11:29+00:00"
1190 },
1191 {
1192 "name": "phpspec/prophecy",
1193 "version": "v1.10.3",
1194 "source": {
1195 "type": "git",
1196 "url": "https://github.com/phpspec/prophecy.git",
1197 "reference": "451c3cd1418cf640de218914901e51b064abb093"
1198 },
1199 "dist": {
1200 "type": "zip",
1201 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/451c3cd1418cf640de218914901e51b064abb093",
1202 "reference": "451c3cd1418cf640de218914901e51b064abb093",
1203 "shasum": ""
1204 },
1205 "require": {
1206 "doctrine/instantiator": "^1.0.2",
1207 "php": "^5.3|^7.0",
1208 "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0|^5.0",
1209 "sebastian/comparator": "^1.2.3|^2.0|^3.0|^4.0",
1210 "sebastian/recursion-context": "^1.0|^2.0|^3.0|^4.0"
1211 },
1212 "require-dev": {
1213 "phpspec/phpspec": "^2.5 || ^3.2",
1214 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
1215 },
1216 "type": "library",
1217 "extra": {
1218 "branch-alias": {
1219 "dev-master": "1.10.x-dev"
1220 }
1221 },
1222 "autoload": {
1223 "psr-4": {
1224 "Prophecy\\": "src/Prophecy"
1225 }
1226 },
1227 "notification-url": "https://packagist.org/downloads/",
1228 "license": [
1229 "MIT"
1230 ],
1231 "authors": [
1232 {
1233 "name": "Konstantin Kudryashov",
1234 "email": "ever.zet@gmail.com",
1235 "homepage": "http://everzet.com"
1236 },
1237 {
1238 "name": "Marcello Duarte",
1239 "email": "marcello.duarte@gmail.com"
1240 }
1241 ],
1242 "description": "Highly opinionated mocking framework for PHP 5.3+",
1243 "homepage": "https://github.com/phpspec/prophecy",
1244 "keywords": [
1245 "Double",
1246 "Dummy",
1247 "fake",
1248 "mock",
1249 "spy",
1250 "stub"
1251 ],
1252 "support": {
1253 "issues": "https://github.com/phpspec/prophecy/issues",
1254 "source": "https://github.com/phpspec/prophecy/tree/v1.10.3"
1255 },
1256 "time": "2020-03-05T15:02:03+00:00"
1257 },
1258 {
1259 "name": "phpunit/php-code-coverage",
1260 "version": "6.1.4",
1261 "source": {
1262 "type": "git",
1263 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
1264 "reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d"
1265 },
1266 "dist": {
1267 "type": "zip",
1268 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/807e6013b00af69b6c5d9ceb4282d0393dbb9d8d",
1269 "reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d",
1270 "shasum": ""
1271 },
1272 "require": {
1273 "ext-dom": "*",
1274 "ext-xmlwriter": "*",
1275 "php": "^7.1",
1276 "phpunit/php-file-iterator": "^2.0",
1277 "phpunit/php-text-template": "^1.2.1",
1278 "phpunit/php-token-stream": "^3.0",
1279 "sebastian/code-unit-reverse-lookup": "^1.0.1",
1280 "sebastian/environment": "^3.1 || ^4.0",
1281 "sebastian/version": "^2.0.1",
1282 "theseer/tokenizer": "^1.1"
1283 },
1284 "require-dev": {
1285 "phpunit/phpunit": "^7.0"
1286 },
1287 "suggest": {
1288 "ext-xdebug": "^2.6.0"
1289 },
1290 "type": "library",
1291 "extra": {
1292 "branch-alias": {
1293 "dev-master": "6.1-dev"
1294 }
1295 },
1296 "autoload": {
1297 "classmap": [
1298 "src/"
1299 ]
1300 },
1301 "notification-url": "https://packagist.org/downloads/",
1302 "license": [
1303 "BSD-3-Clause"
1304 ],
1305 "authors": [
1306 {
1307 "name": "Sebastian Bergmann",
1308 "email": "sebastian@phpunit.de",
1309 "role": "lead"
1310 }
1311 ],
1312 "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
1313 "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
1314 "keywords": [
1315 "coverage",
1316 "testing",
1317 "xunit"
1318 ],
1319 "support": {
1320 "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
1321 "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/master"
1322 },
1323 "time": "2018-10-31T16:06:48+00:00"
1324 },
1325 {
1326 "name": "phpunit/php-file-iterator",
1327 "version": "2.0.2",
1328 "source": {
1329 "type": "git",
1330 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
1331 "reference": "050bedf145a257b1ff02746c31894800e5122946"
1332 },
1333 "dist": {
1334 "type": "zip",
1335 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/050bedf145a257b1ff02746c31894800e5122946",
1336 "reference": "050bedf145a257b1ff02746c31894800e5122946",
1337 "shasum": ""
1338 },
1339 "require": {
1340 "php": "^7.1"
1341 },
1342 "require-dev": {
1343 "phpunit/phpunit": "^7.1"
1344 },
1345 "type": "library",
1346 "extra": {
1347 "branch-alias": {
1348 "dev-master": "2.0.x-dev"
1349 }
1350 },
1351 "autoload": {
1352 "classmap": [
1353 "src/"
1354 ]
1355 },
1356 "notification-url": "https://packagist.org/downloads/",
1357 "license": [
1358 "BSD-3-Clause"
1359 ],
1360 "authors": [
1361 {
1362 "name": "Sebastian Bergmann",
1363 "email": "sebastian@phpunit.de",
1364 "role": "lead"
1365 }
1366 ],
1367 "description": "FilterIterator implementation that filters files based on a list of suffixes.",
1368 "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
1369 "keywords": [
1370 "filesystem",
1371 "iterator"
1372 ],
1373 "support": {
1374 "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
1375 "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/2.0.2"
1376 },
1377 "time": "2018-09-13T20:33:42+00:00"
1378 },
1379 {
1380 "name": "phpunit/php-timer",
1381 "version": "2.1.2",
1382 "source": {
1383 "type": "git",
1384 "url": "https://github.com/sebastianbergmann/php-timer.git",
1385 "reference": "1038454804406b0b5f5f520358e78c1c2f71501e"
1386 },
1387 "dist": {
1388 "type": "zip",
1389 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/1038454804406b0b5f5f520358e78c1c2f71501e",
1390 "reference": "1038454804406b0b5f5f520358e78c1c2f71501e",
1391 "shasum": ""
1392 },
1393 "require": {
1394 "php": "^7.1"
1395 },
1396 "require-dev": {
1397 "phpunit/phpunit": "^7.0"
1398 },
1399 "type": "library",
1400 "extra": {
1401 "branch-alias": {
1402 "dev-master": "2.1-dev"
1403 }
1404 },
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": "Sebastian Bergmann",
1417 "email": "sebastian@phpunit.de",
1418 "role": "lead"
1419 }
1420 ],
1421 "description": "Utility class for timing",
1422 "homepage": "https://github.com/sebastianbergmann/php-timer/",
1423 "keywords": [
1424 "timer"
1425 ],
1426 "support": {
1427 "issues": "https://github.com/sebastianbergmann/php-timer/issues",
1428 "source": "https://github.com/sebastianbergmann/php-timer/tree/master"
1429 },
1430 "time": "2019-06-07T04:22:29+00:00"
1431 },
1432 {
1433 "name": "phpunit/php-token-stream",
1434 "version": "3.1.1",
1435 "source": {
1436 "type": "git",
1437 "url": "https://github.com/sebastianbergmann/php-token-stream.git",
1438 "reference": "995192df77f63a59e47f025390d2d1fdf8f425ff"
1439 },
1440 "dist": {
1441 "type": "zip",
1442 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/995192df77f63a59e47f025390d2d1fdf8f425ff",
1443 "reference": "995192df77f63a59e47f025390d2d1fdf8f425ff",
1444 "shasum": ""
1445 },
1446 "require": {
1447 "ext-tokenizer": "*",
1448 "php": "^7.1"
1449 },
1450 "require-dev": {
1451 "phpunit/phpunit": "^7.0"
1452 },
1453 "type": "library",
1454 "extra": {
1455 "branch-alias": {
1456 "dev-master": "3.1-dev"
1457 }
1458 },
1459 "autoload": {
1460 "classmap": [
1461 "src/"
1462 ]
1463 },
1464 "notification-url": "https://packagist.org/downloads/",
1465 "license": [
1466 "BSD-3-Clause"
1467 ],
1468 "authors": [
1469 {
1470 "name": "Sebastian Bergmann",
1471 "email": "sebastian@phpunit.de"
1472 }
1473 ],
1474 "description": "Wrapper around PHP's tokenizer extension.",
1475 "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
1476 "keywords": [
1477 "tokenizer"
1478 ],
1479 "support": {
1480 "issues": "https://github.com/sebastianbergmann/php-token-stream/issues",
1481 "source": "https://github.com/sebastianbergmann/php-token-stream/tree/3.1.1"
1482 },
1483 "abandoned": true,
1484 "time": "2019-09-17T06:23:10+00:00"
1485 },
1486 {
1487 "name": "phpunit/phpunit",
1488 "version": "7.5.20",
1489 "source": {
1490 "type": "git",
1491 "url": "https://github.com/sebastianbergmann/phpunit.git",
1492 "reference": "9467db479d1b0487c99733bb1e7944d32deded2c"
1493 },
1494 "dist": {
1495 "type": "zip",
1496 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/9467db479d1b0487c99733bb1e7944d32deded2c",
1497 "reference": "9467db479d1b0487c99733bb1e7944d32deded2c",
1498 "shasum": ""
1499 },
1500 "require": {
1501 "doctrine/instantiator": "^1.1",
1502 "ext-dom": "*",
1503 "ext-json": "*",
1504 "ext-libxml": "*",
1505 "ext-mbstring": "*",
1506 "ext-xml": "*",
1507 "myclabs/deep-copy": "^1.7",
1508 "phar-io/manifest": "^1.0.2",
1509 "phar-io/version": "^2.0",
1510 "php": "^7.1",
1511 "phpspec/prophecy": "^1.7",
1512 "phpunit/php-code-coverage": "^6.0.7",
1513 "phpunit/php-file-iterator": "^2.0.1",
1514 "phpunit/php-text-template": "^1.2.1",
1515 "phpunit/php-timer": "^2.1",
1516 "sebastian/comparator": "^3.0",
1517 "sebastian/diff": "^3.0",
1518 "sebastian/environment": "^4.0",
1519 "sebastian/exporter": "^3.1",
1520 "sebastian/global-state": "^2.0",
1521 "sebastian/object-enumerator": "^3.0.3",
1522 "sebastian/resource-operations": "^2.0",
1523 "sebastian/version": "^2.0.1"
1524 },
1525 "conflict": {
1526 "phpunit/phpunit-mock-objects": "*"
1527 },
1528 "require-dev": {
1529 "ext-pdo": "*"
1530 },
1531 "suggest": {
1532 "ext-soap": "*",
1533 "ext-xdebug": "*",
1534 "phpunit/php-invoker": "^2.0"
1535 },
1536 "bin": [
1537 "phpunit"
1538 ],
1539 "type": "library",
1540 "extra": {
1541 "branch-alias": {
1542 "dev-master": "7.5-dev"
1543 }
1544 },
1545 "autoload": {
1546 "classmap": [
1547 "src/"
1548 ]
1549 },
1550 "notification-url": "https://packagist.org/downloads/",
1551 "license": [
1552 "BSD-3-Clause"
1553 ],
1554 "authors": [
1555 {
1556 "name": "Sebastian Bergmann",
1557 "email": "sebastian@phpunit.de",
1558 "role": "lead"
1559 }
1560 ],
1561 "description": "The PHP Unit Testing framework.",
1562 "homepage": "https://phpunit.de/",
1563 "keywords": [
1564 "phpunit",
1565 "testing",
1566 "xunit"
1567 ],
1568 "support": {
1569 "issues": "https://github.com/sebastianbergmann/phpunit/issues",
1570 "source": "https://github.com/sebastianbergmann/phpunit/tree/7.5.20"
1571 },
1572 "time": "2020-01-08T08:45:45+00:00"
1573 },
1574 {
1575 "name": "roave/security-advisories",
1576 "version": "dev-master",
1577 "source": {
1578 "type": "git",
1579 "url": "https://github.com/Roave/SecurityAdvisories.git",
1580 "reference": "0749ceaf15c136d085b722a5bb88141398a54142"
1581 },
1582 "dist": {
1583 "type": "zip",
1584 "url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/0749ceaf15c136d085b722a5bb88141398a54142",
1585 "reference": "0749ceaf15c136d085b722a5bb88141398a54142",
1586 "shasum": ""
1587 },
1588 "conflict": {
1589 "3f/pygmentize": "<1.2",
1590 "adodb/adodb-php": "<5.20.12",
1591 "alterphp/easyadmin-extension-bundle": ">=1.2,<1.2.11|>=1.3,<1.3.1",
1592 "amphp/artax": "<1.0.6|>=2,<2.0.6",
1593 "amphp/http": "<1.0.1",
1594 "amphp/http-client": ">=4,<4.4",
1595 "api-platform/core": ">=2.2,<2.2.10|>=2.3,<2.3.6",
1596 "asymmetricrypt/asymmetricrypt": ">=0,<9.9.99",
1597 "aws/aws-sdk-php": ">=3,<3.2.1",
1598 "bagisto/bagisto": "<0.1.5",
1599 "barrelstrength/sprout-base-email": "<1.2.7",
1600 "barrelstrength/sprout-forms": "<3.9",
1601 "baserproject/basercms": ">=4,<=4.3.6",
1602 "bolt/bolt": "<3.7.1",
1603 "brightlocal/phpwhois": "<=4.2.5",
1604 "buddypress/buddypress": "<5.1.2",
1605 "bugsnag/bugsnag-laravel": ">=2,<2.0.2",
1606 "cakephp/cakephp": ">=1.3,<1.3.18|>=2,<2.4.99|>=2.5,<2.5.99|>=2.6,<2.6.12|>=2.7,<2.7.6|>=3,<3.5.18|>=3.6,<3.6.15|>=3.7,<3.7.7",
1607 "cart2quote/module-quotation": ">=4.1.6,<=4.4.5|>=5,<5.4.4",
1608 "cartalyst/sentry": "<=2.1.6",
1609 "centreon/centreon": "<18.10.8|>=19,<19.4.5",
1610 "cesnet/simplesamlphp-module-proxystatistics": "<3.1",
1611 "codeigniter/framework": "<=3.0.6",
1612 "composer/composer": "<=1-alpha.11",
1613 "contao-components/mediaelement": ">=2.14.2,<2.21.1",
1614 "contao/core": ">=2,<3.5.39",
1615 "contao/core-bundle": ">=4,<4.4.52|>=4.5,<4.9.6|= 4.10.0",
1616 "contao/listing-bundle": ">=4,<4.4.8",
1617 "datadog/dd-trace": ">=0.30,<0.30.2",
1618 "david-garcia/phpwhois": "<=4.3.1",
1619 "derhansen/sf_event_mgt": "<4.3.1|>=5,<5.1.1",
1620 "doctrine/annotations": ">=1,<1.2.7",
1621 "doctrine/cache": ">=1,<1.3.2|>=1.4,<1.4.2",
1622 "doctrine/common": ">=2,<2.4.3|>=2.5,<2.5.1",
1623 "doctrine/dbal": ">=2,<2.0.8|>=2.1,<2.1.2",
1624 "doctrine/doctrine-bundle": "<1.5.2",
1625 "doctrine/doctrine-module": "<=0.7.1",
1626 "doctrine/mongodb-odm": ">=1,<1.0.2",
1627 "doctrine/mongodb-odm-bundle": ">=2,<3.0.1",
1628 "doctrine/orm": ">=2,<2.4.8|>=2.5,<2.5.1",
1629 "dolibarr/dolibarr": "<11.0.4",
1630 "dompdf/dompdf": ">=0.6,<0.6.2",
1631 "drupal/core": ">=7,<7.73|>=8,<8.8.10|>=8.9,<8.9.6|>=9,<9.0.6",
1632 "drupal/drupal": ">=7,<7.73|>=8,<8.8.10|>=8.9,<8.9.6|>=9,<9.0.6",
1633 "endroid/qr-code-bundle": "<3.4.2",
1634 "enshrined/svg-sanitize": "<0.13.1",
1635 "erusev/parsedown": "<1.7.2",
1636 "ezsystems/demobundle": ">=5.4,<5.4.6.1",
1637 "ezsystems/ezdemo-ls-extension": ">=5.4,<5.4.2.1",
1638 "ezsystems/ezfind-ls": ">=5.3,<5.3.6.1|>=5.4,<5.4.11.1|>=2017.12,<2017.12.0.1",
1639 "ezsystems/ezplatform": ">=1.7,<1.7.9.1|>=1.13,<1.13.5.1|>=2.5,<2.5.4",
1640 "ezsystems/ezplatform-admin-ui": ">=1.3,<1.3.5|>=1.4,<1.4.6",
1641 "ezsystems/ezplatform-admin-ui-assets": ">=4,<4.2.1|>=5,<5.0.1|>=5.1,<5.1.1",
1642 "ezsystems/ezplatform-kernel": ">=1,<1.0.2.1",
1643 "ezsystems/ezplatform-user": ">=1,<1.0.1",
1644 "ezsystems/ezpublish-kernel": ">=5.3,<5.3.12.1|>=5.4,<5.4.14.2|>=6,<6.7.9.1|>=6.8,<6.13.6.3|>=7,<7.2.4.1|>=7.3,<7.3.2.1|>=7.5,<7.5.7.1",
1645 "ezsystems/ezpublish-legacy": ">=5.3,<5.3.12.6|>=5.4,<5.4.14.1|>=2011,<2017.12.7.2|>=2018.6,<2018.6.1.4|>=2018.9,<2018.9.1.3|>=2019.3,<2019.3.4.2",
1646 "ezsystems/platform-ui-assets-bundle": ">=4.2,<4.2.3",
1647 "ezsystems/repository-forms": ">=2.3,<2.3.2.1",
1648 "ezyang/htmlpurifier": "<4.1.1",
1649 "firebase/php-jwt": "<2",
1650 "fooman/tcpdf": "<6.2.22",
1651 "fossar/tcpdf-parser": "<6.2.22",
1652 "friendsofsymfony/oauth2-php": "<1.3",
1653 "friendsofsymfony/rest-bundle": ">=1.2,<1.2.2",
1654 "friendsofsymfony/user-bundle": ">=1.2,<1.3.5",
1655 "friendsoftypo3/mediace": ">=7.6.2,<7.6.5",
1656 "fuel/core": "<1.8.1",
1657 "getgrav/grav": "<1.7-beta.8",
1658 "gos/web-socket-bundle": "<1.10.4|>=2,<2.6.1|>=3,<3.3",
1659 "gree/jose": "<=2.2",
1660 "gregwar/rst": "<1.0.3",
1661 "guzzlehttp/guzzle": ">=4-rc.2,<4.2.4|>=5,<5.3.1|>=6,<6.2.1",
1662 "illuminate/auth": ">=4,<4.0.99|>=4.1,<=4.1.31|>=4.2,<=4.2.22|>=5,<=5.0.35|>=5.1,<=5.1.46|>=5.2,<=5.2.45|>=5.3,<=5.3.31|>=5.4,<=5.4.36|>=5.5,<5.5.10",
1663 "illuminate/cookie": ">=4,<=4.0.11|>=4.1,<=4.1.99999|>=4.2,<=4.2.99999|>=5,<=5.0.99999|>=5.1,<=5.1.99999|>=5.2,<=5.2.99999|>=5.3,<=5.3.99999|>=5.4,<=5.4.99999|>=5.5,<=5.5.49|>=5.6,<=5.6.99999|>=5.7,<=5.7.99999|>=5.8,<=5.8.99999|>=6,<6.18.31|>=7,<7.22.4",
1664 "illuminate/database": ">=4,<4.0.99|>=4.1,<4.1.29|>=5.5,<=5.5.44|>=6,<6.18.34|>=7,<7.23.2",
1665 "illuminate/encryption": ">=4,<=4.0.11|>=4.1,<=4.1.31|>=4.2,<=4.2.22|>=5,<=5.0.35|>=5.1,<=5.1.46|>=5.2,<=5.2.45|>=5.3,<=5.3.31|>=5.4,<=5.4.36|>=5.5,<5.5.40|>=5.6,<5.6.15",
1666 "illuminate/view": ">=7,<7.1.2",
1667 "ivankristianto/phpwhois": "<=4.3",
1668 "james-heinrich/getid3": "<1.9.9",
1669 "joomla/session": "<1.3.1",
1670 "jsmitty12/phpwhois": "<5.1",
1671 "kazist/phpwhois": "<=4.2.6",
1672 "kitodo/presentation": "<3.1.2",
1673 "kreait/firebase-php": ">=3.2,<3.8.1",
1674 "la-haute-societe/tcpdf": "<6.2.22",
1675 "laravel/framework": ">=4,<4.0.99|>=4.1,<=4.1.99999|>=4.2,<=4.2.99999|>=5,<=5.0.99999|>=5.1,<=5.1.99999|>=5.2,<=5.2.99999|>=5.3,<=5.3.99999|>=5.4,<=5.4.99999|>=5.5,<=5.5.49|>=5.6,<=5.6.99999|>=5.7,<=5.7.99999|>=5.8,<=5.8.99999|>=6,<6.18.34|>=7,<7.23.2",
1676 "laravel/socialite": ">=1,<1.0.99|>=2,<2.0.10",
1677 "league/commonmark": "<0.18.3",
1678 "librenms/librenms": "<1.53",
1679 "livewire/livewire": ">2.2.4,<2.2.6",
1680 "magento/community-edition": ">=2,<2.2.10|>=2.3,<2.3.3",
1681 "magento/magento1ce": "<1.9.4.3",
1682 "magento/magento1ee": ">=1,<1.14.4.3",
1683 "magento/product-community-edition": ">=2,<2.2.10|>=2.3,<2.3.2-p.2",
1684 "marcwillmann/turn": "<0.3.3",
1685 "mittwald/typo3_forum": "<1.2.1",
1686 "monolog/monolog": ">=1.8,<1.12",
1687 "namshi/jose": "<2.2",
1688 "nystudio107/craft-seomatic": "<3.3",
1689 "nzo/url-encryptor-bundle": ">=4,<4.3.2|>=5,<5.0.1",
1690 "october/backend": ">=1.0.319,<1.0.467",
1691 "october/cms": ">=1.0.319,<1.0.466",
1692 "october/october": ">=1.0.319,<1.0.466",
1693 "october/rain": ">=1.0.319,<1.0.468",
1694 "onelogin/php-saml": "<2.10.4",
1695 "oneup/uploader-bundle": "<1.9.3|>=2,<2.1.5",
1696 "openid/php-openid": "<2.3",
1697 "openmage/magento-lts": "<19.4.6|>=20,<20.0.2",
1698 "oro/crm": ">=1.7,<1.7.4",
1699 "oro/platform": ">=1.7,<1.7.4",
1700 "padraic/humbug_get_contents": "<1.1.2",
1701 "pagarme/pagarme-php": ">=0,<3",
1702 "paragonie/random_compat": "<2",
1703 "paypal/merchant-sdk-php": "<3.12",
1704 "pear/archive_tar": "<1.4.4",
1705 "personnummer/personnummer": "<3.0.2",
1706 "phpfastcache/phpfastcache": ">=5,<5.0.13",
1707 "phpmailer/phpmailer": "<6.1.6",
1708 "phpmussel/phpmussel": ">=1,<1.6",
1709 "phpmyadmin/phpmyadmin": "<4.9.2",
1710 "phpoffice/phpexcel": "<1.8.2",
1711 "phpoffice/phpspreadsheet": "<1.8",
1712 "phpunit/phpunit": ">=4.8.19,<4.8.28|>=5.0.10,<5.6.3",
1713 "phpwhois/phpwhois": "<=4.2.5",
1714 "phpxmlrpc/extras": "<0.6.1",
1715 "pimcore/pimcore": "<6.3",
1716 "prestashop/autoupgrade": ">=4,<4.10.1",
1717 "prestashop/contactform": ">1.0.1,<4.3",
1718 "prestashop/gamification": "<2.3.2",
1719 "prestashop/ps_facetedsearch": "<3.4.1",
1720 "privatebin/privatebin": "<1.2.2|>=1.3,<1.3.2",
1721 "propel/propel": ">=2-alpha.1,<=2-alpha.7",
1722 "propel/propel1": ">=1,<=1.7.1",
1723 "pusher/pusher-php-server": "<2.2.1",
1724 "rainlab/debugbar-plugin": "<3.1",
1725 "robrichards/xmlseclibs": "<3.0.4",
1726 "sabberworm/php-css-parser": ">=1,<1.0.1|>=2,<2.0.1|>=3,<3.0.1|>=4,<4.0.1|>=5,<5.0.9|>=5.1,<5.1.3|>=5.2,<5.2.1|>=6,<6.0.2|>=7,<7.0.4|>=8,<8.0.1|>=8.1,<8.1.1|>=8.2,<8.2.1|>=8.3,<8.3.1",
1727 "sabre/dav": ">=1.6,<1.6.99|>=1.7,<1.7.11|>=1.8,<1.8.9",
1728 "scheb/two-factor-bundle": ">=0,<3.26|>=4,<4.11",
1729 "sensiolabs/connect": "<4.2.3",
1730 "serluck/phpwhois": "<=4.2.6",
1731 "shopware/core": "<=6.3.1",
1732 "shopware/platform": "<=6.3.1",
1733 "shopware/shopware": "<5.3.7",
1734 "silverstripe/admin": ">=1.0.3,<1.0.4|>=1.1,<1.1.1",
1735 "silverstripe/assets": ">=1,<1.4.7|>=1.5,<1.5.2",
1736 "silverstripe/cms": "<4.3.6|>=4.4,<4.4.4",
1737 "silverstripe/comments": ">=1.3,<1.9.99|>=2,<2.9.99|>=3,<3.1.1",
1738 "silverstripe/forum": "<=0.6.1|>=0.7,<=0.7.3",
1739 "silverstripe/framework": "<4.4.7|>=4.5,<4.5.4",
1740 "silverstripe/graphql": ">=2,<2.0.5|>=3,<3.1.2|>=3.2,<3.2.4",
1741 "silverstripe/registry": ">=2.1,<2.1.2|>=2.2,<2.2.1",
1742 "silverstripe/restfulserver": ">=1,<1.0.9|>=2,<2.0.4",
1743 "silverstripe/subsites": ">=2,<2.1.1",
1744 "silverstripe/taxonomy": ">=1.3,<1.3.1|>=2,<2.0.1",
1745 "silverstripe/userforms": "<3",
1746 "simple-updates/phpwhois": "<=1",
1747 "simplesamlphp/saml2": "<1.10.6|>=2,<2.3.8|>=3,<3.1.4",
1748 "simplesamlphp/simplesamlphp": "<1.18.6",
1749 "simplesamlphp/simplesamlphp-module-infocard": "<1.0.1",
1750 "simplito/elliptic-php": "<1.0.6",
1751 "slim/slim": "<2.6",
1752 "smarty/smarty": "<3.1.33",
1753 "socalnick/scn-social-auth": "<1.15.2",
1754 "spoonity/tcpdf": "<6.2.22",
1755 "squizlabs/php_codesniffer": ">=1,<2.8.1|>=3,<3.0.1",
1756 "ssddanbrown/bookstack": "<0.29.2",
1757 "stormpath/sdk": ">=0,<9.9.99",
1758 "studio-42/elfinder": "<2.1.49",
1759 "sulu/sulu": "<1.6.34|>=2,<2.0.10|>=2.1,<2.1.1",
1760 "swiftmailer/swiftmailer": ">=4,<5.4.5",
1761 "sylius/admin-bundle": ">=1,<1.0.17|>=1.1,<1.1.9|>=1.2,<1.2.2",
1762 "sylius/grid": ">=1,<1.1.19|>=1.2,<1.2.18|>=1.3,<1.3.13|>=1.4,<1.4.5|>=1.5,<1.5.1",
1763 "sylius/grid-bundle": ">=1,<1.1.19|>=1.2,<1.2.18|>=1.3,<1.3.13|>=1.4,<1.4.5|>=1.5,<1.5.1",
1764 "sylius/resource-bundle": "<1.3.14|>=1.4,<1.4.7|>=1.5,<1.5.2|>=1.6,<1.6.4",
1765 "sylius/sylius": "<1.3.16|>=1.4,<1.4.12|>=1.5,<1.5.9|>=1.6,<1.6.5",
1766 "symbiote/silverstripe-multivaluefield": ">=3,<3.0.99",
1767 "symbiote/silverstripe-versionedfiles": "<=2.0.3",
1768 "symfony/cache": ">=3.1,<3.4.35|>=4,<4.2.12|>=4.3,<4.3.8",
1769 "symfony/dependency-injection": ">=2,<2.0.17|>=2.7,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7",
1770 "symfony/error-handler": ">=4.4,<4.4.4|>=5,<5.0.4",
1771 "symfony/form": ">=2.3,<2.3.35|>=2.4,<2.6.12|>=2.7,<2.7.50|>=2.8,<2.8.49|>=3,<3.4.20|>=4,<4.0.15|>=4.1,<4.1.9|>=4.2,<4.2.1",
1772 "symfony/framework-bundle": ">=2,<2.3.18|>=2.4,<2.4.8|>=2.5,<2.5.2|>=2.7,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7",
1773 "symfony/http-foundation": ">=2,<2.8.52|>=3,<3.4.35|>=4,<4.2.12|>=4.3,<4.3.8|>=4.4,<4.4.7|>=5,<5.0.7",
1774 "symfony/http-kernel": ">=2,<2.8.52|>=3,<3.4.35|>=4,<4.2.12|>=4.3,<4.4.13|>=5,<5.1.5",
1775 "symfony/intl": ">=2.7,<2.7.38|>=2.8,<2.8.31|>=3,<3.2.14|>=3.3,<3.3.13",
1776 "symfony/mime": ">=4.3,<4.3.8",
1777 "symfony/phpunit-bridge": ">=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7",
1778 "symfony/polyfill": ">=1,<1.10",
1779 "symfony/polyfill-php55": ">=1,<1.10",
1780 "symfony/proxy-manager-bridge": ">=2.7,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7",
1781 "symfony/routing": ">=2,<2.0.19",
1782 "symfony/security": ">=2,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7|>=4.4,<4.4.7|>=5,<5.0.7",
1783 "symfony/security-bundle": ">=2,<2.7.48|>=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11",
1784 "symfony/security-core": ">=2.4,<2.6.13|>=2.7,<2.7.9|>=2.7.30,<2.7.32|>=2.8,<2.8.37|>=3,<3.3.17|>=3.4,<3.4.7|>=4,<4.0.7",
1785 "symfony/security-csrf": ">=2.4,<2.7.48|>=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11",
1786 "symfony/security-guard": ">=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11",
1787 "symfony/security-http": ">=2.3,<2.3.41|>=2.4,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.2.12|>=4.3,<4.3.8|>=4.4,<4.4.7|>=5,<5.0.7",
1788 "symfony/serializer": ">=2,<2.0.11",
1789 "symfony/symfony": ">=2,<2.8.52|>=3,<3.4.35|>=4,<4.2.12|>=4.3,<4.4.13|>=5,<5.1.5",
1790 "symfony/translation": ">=2,<2.0.17",
1791 "symfony/validator": ">=2,<2.0.24|>=2.1,<2.1.12|>=2.2,<2.2.5|>=2.3,<2.3.3",
1792 "symfony/var-exporter": ">=4.2,<4.2.12|>=4.3,<4.3.8",
1793 "symfony/web-profiler-bundle": ">=2,<2.3.19|>=2.4,<2.4.9|>=2.5,<2.5.4",
1794 "symfony/yaml": ">=2,<2.0.22|>=2.1,<2.1.7",
1795 "t3g/svg-sanitizer": "<1.0.3",
1796 "tecnickcom/tcpdf": "<6.2.22",
1797 "thelia/backoffice-default-template": ">=2.1,<2.1.2",
1798 "thelia/thelia": ">=2.1-beta.1,<2.1.3",
1799 "theonedemon/phpwhois": "<=4.2.5",
1800 "titon/framework": ">=0,<9.9.99",
1801 "truckersmp/phpwhois": "<=4.3.1",
1802 "twig/twig": "<1.38|>=2,<2.7",
1803 "typo3/cms": ">=6.2,<6.2.30|>=7,<7.6.32|>=8,<8.7.30|>=9,<9.5.20|>=10,<10.4.6",
1804 "typo3/cms-core": ">=8,<8.7.30|>=9,<9.5.20|>=10,<10.4.6",
1805 "typo3/flow": ">=1,<1.0.4|>=1.1,<1.1.1|>=2,<2.0.1|>=2.3,<2.3.16|>=3,<3.0.10|>=3.1,<3.1.7|>=3.2,<3.2.7|>=3.3,<3.3.5",
1806 "typo3/neos": ">=1.1,<1.1.3|>=1.2,<1.2.13|>=2,<2.0.4",
1807 "typo3/phar-stream-wrapper": ">=1,<2.1.1|>=3,<3.1.1",
1808 "ua-parser/uap-php": "<3.8",
1809 "usmanhalalit/pixie": "<1.0.3|>=2,<2.0.2",
1810 "verot/class.upload.php": "<=1.0.3|>=2,<=2.0.4",
1811 "wallabag/tcpdf": "<6.2.22",
1812 "willdurand/js-translation-bundle": "<2.1.1",
1813 "yii2mod/yii2-cms": "<1.9.2",
1814 "yiisoft/yii": ">=1.1.14,<1.1.15",
1815 "yiisoft/yii2": "<2.0.38",
1816 "yiisoft/yii2-bootstrap": "<2.0.4",
1817 "yiisoft/yii2-dev": "<2.0.15",
1818 "yiisoft/yii2-elasticsearch": "<2.0.5",
1819 "yiisoft/yii2-gii": "<2.0.4",
1820 "yiisoft/yii2-jui": "<2.0.4",
1821 "yiisoft/yii2-redis": "<2.0.8",
1822 "yourls/yourls": "<1.7.4",
1823 "zendframework/zend-cache": ">=2.4,<2.4.8|>=2.5,<2.5.3",
1824 "zendframework/zend-captcha": ">=2,<2.4.9|>=2.5,<2.5.2",
1825 "zendframework/zend-crypt": ">=2,<2.4.9|>=2.5,<2.5.2",
1826 "zendframework/zend-db": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.10|>=2.3,<2.3.5",
1827 "zendframework/zend-developer-tools": ">=1.2.2,<1.2.3",
1828 "zendframework/zend-diactoros": ">=1,<1.8.4",
1829 "zendframework/zend-feed": ">=1,<2.10.3",
1830 "zendframework/zend-form": ">=2,<2.2.7|>=2.3,<2.3.1",
1831 "zendframework/zend-http": ">=1,<2.8.1",
1832 "zendframework/zend-json": ">=2.1,<2.1.6|>=2.2,<2.2.6",
1833 "zendframework/zend-ldap": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.8|>=2.3,<2.3.3",
1834 "zendframework/zend-mail": ">=2,<2.4.11|>=2.5,<2.7.2",
1835 "zendframework/zend-navigation": ">=2,<2.2.7|>=2.3,<2.3.1",
1836 "zendframework/zend-session": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.9|>=2.3,<2.3.4",
1837 "zendframework/zend-validator": ">=2.3,<2.3.6",
1838 "zendframework/zend-view": ">=2,<2.2.7|>=2.3,<2.3.1",
1839 "zendframework/zend-xmlrpc": ">=2.1,<2.1.6|>=2.2,<2.2.6",
1840 "zendframework/zendframework": "<2.5.1",
1841 "zendframework/zendframework1": "<1.12.20",
1842 "zendframework/zendopenid": ">=2,<2.0.2",
1843 "zendframework/zendxml": ">=1,<1.0.1",
1844 "zetacomponents/mail": "<1.8.2",
1845 "zf-commons/zfc-user": "<1.2.2",
1846 "zfcampus/zf-apigility-doctrine": ">=1,<1.0.3",
1847 "zfr/zfr-oauth2-server-module": "<0.1.2"
1848 },
1849 "type": "metapackage",
1850 "notification-url": "https://packagist.org/downloads/",
1851 "license": [
1852 "MIT"
1853 ],
1854 "authors": [
1855 {
1856 "name": "Marco Pivetta",
1857 "email": "ocramius@gmail.com",
1858 "role": "maintainer"
1859 },
1860 {
1861 "name": "Ilya Tribusean",
1862 "email": "slash3b@gmail.com",
1863 "role": "maintainer"
1864 }
1865 ],
1866 "description": "Prevents installation of composer packages with known security vulnerabilities: no API, simply require it",
1867 "support": {
1868 "issues": "https://github.com/Roave/SecurityAdvisories/issues",
1869 "source": "https://github.com/Roave/SecurityAdvisories/tree/latest"
1870 },
1871 "funding": [
1872 {
1873 "url": "https://github.com/Ocramius",
1874 "type": "github"
1875 },
1876 {
1877 "url": "https://tidelift.com/funding/github/packagist/roave/security-advisories",
1878 "type": "tidelift"
1879 }
1880 ],
1881 "time": "2020-09-24T17:02:11+00:00"
1882 },
1883 {
1884 "name": "sebastian/code-unit-reverse-lookup",
1885 "version": "1.0.1",
1886 "source": {
1887 "type": "git",
1888 "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
1889 "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
1890 },
1891 "dist": {
1892 "type": "zip",
1893 "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
1894 "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
1895 "shasum": ""
1896 },
1897 "require": {
1898 "php": "^5.6 || ^7.0"
1899 },
1900 "require-dev": {
1901 "phpunit/phpunit": "^5.7 || ^6.0"
1902 },
1903 "type": "library",
1904 "extra": {
1905 "branch-alias": {
1906 "dev-master": "1.0.x-dev"
1907 }
1908 },
1909 "autoload": {
1910 "classmap": [
1911 "src/"
1912 ]
1913 },
1914 "notification-url": "https://packagist.org/downloads/",
1915 "license": [
1916 "BSD-3-Clause"
1917 ],
1918 "authors": [
1919 {
1920 "name": "Sebastian Bergmann",
1921 "email": "sebastian@phpunit.de"
1922 }
1923 ],
1924 "description": "Looks up which function or method a line of code belongs to",
1925 "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
1926 "support": {
1927 "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
1928 "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/master"
1929 },
1930 "time": "2017-03-04T06:30:41+00:00"
1931 },
1932 {
1933 "name": "sebastian/comparator",
1934 "version": "3.0.2",
1935 "source": {
1936 "type": "git",
1937 "url": "https://github.com/sebastianbergmann/comparator.git",
1938 "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da"
1939 },
1940 "dist": {
1941 "type": "zip",
1942 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
1943 "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
1944 "shasum": ""
1945 },
1946 "require": {
1947 "php": "^7.1",
1948 "sebastian/diff": "^3.0",
1949 "sebastian/exporter": "^3.1"
1950 },
1951 "require-dev": {
1952 "phpunit/phpunit": "^7.1"
1953 },
1954 "type": "library",
1955 "extra": {
1956 "branch-alias": {
1957 "dev-master": "3.0-dev"
1958 }
1959 },
1960 "autoload": {
1961 "classmap": [
1962 "src/"
1963 ]
1964 },
1965 "notification-url": "https://packagist.org/downloads/",
1966 "license": [
1967 "BSD-3-Clause"
1968 ],
1969 "authors": [
1970 {
1971 "name": "Jeff Welch",
1972 "email": "whatthejeff@gmail.com"
1973 },
1974 {
1975 "name": "Volker Dusch",
1976 "email": "github@wallbash.com"
1977 },
1978 {
1979 "name": "Bernhard Schussek",
1980 "email": "bschussek@2bepublished.at"
1981 },
1982 {
1983 "name": "Sebastian Bergmann",
1984 "email": "sebastian@phpunit.de"
1985 }
1986 ],
1987 "description": "Provides the functionality to compare PHP values for equality",
1988 "homepage": "https://github.com/sebastianbergmann/comparator",
1989 "keywords": [
1990 "comparator",
1991 "compare",
1992 "equality"
1993 ],
1994 "support": {
1995 "issues": "https://github.com/sebastianbergmann/comparator/issues",
1996 "source": "https://github.com/sebastianbergmann/comparator/tree/master"
1997 },
1998 "time": "2018-07-12T15:12:46+00:00"
1999 },
2000 {
2001 "name": "sebastian/diff",
2002 "version": "3.0.2",
2003 "source": {
2004 "type": "git",
2005 "url": "https://github.com/sebastianbergmann/diff.git",
2006 "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29"
2007 },
2008 "dist": {
2009 "type": "zip",
2010 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
2011 "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
2012 "shasum": ""
2013 },
2014 "require": {
2015 "php": "^7.1"
2016 },
2017 "require-dev": {
2018 "phpunit/phpunit": "^7.5 || ^8.0",
2019 "symfony/process": "^2 || ^3.3 || ^4"
2020 },
2021 "type": "library",
2022 "extra": {
2023 "branch-alias": {
2024 "dev-master": "3.0-dev"
2025 }
2026 },
2027 "autoload": {
2028 "classmap": [
2029 "src/"
2030 ]
2031 },
2032 "notification-url": "https://packagist.org/downloads/",
2033 "license": [
2034 "BSD-3-Clause"
2035 ],
2036 "authors": [
2037 {
2038 "name": "Kore Nordmann",
2039 "email": "mail@kore-nordmann.de"
2040 },
2041 {
2042 "name": "Sebastian Bergmann",
2043 "email": "sebastian@phpunit.de"
2044 }
2045 ],
2046 "description": "Diff implementation",
2047 "homepage": "https://github.com/sebastianbergmann/diff",
2048 "keywords": [
2049 "diff",
2050 "udiff",
2051 "unidiff",
2052 "unified diff"
2053 ],
2054 "support": {
2055 "issues": "https://github.com/sebastianbergmann/diff/issues",
2056 "source": "https://github.com/sebastianbergmann/diff/tree/master"
2057 },
2058 "time": "2019-02-04T06:01:07+00:00"
2059 },
2060 {
2061 "name": "sebastian/environment",
2062 "version": "4.2.3",
2063 "source": {
2064 "type": "git",
2065 "url": "https://github.com/sebastianbergmann/environment.git",
2066 "reference": "464c90d7bdf5ad4e8a6aea15c091fec0603d4368"
2067 },
2068 "dist": {
2069 "type": "zip",
2070 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/464c90d7bdf5ad4e8a6aea15c091fec0603d4368",
2071 "reference": "464c90d7bdf5ad4e8a6aea15c091fec0603d4368",
2072 "shasum": ""
2073 },
2074 "require": {
2075 "php": "^7.1"
2076 },
2077 "require-dev": {
2078 "phpunit/phpunit": "^7.5"
2079 },
2080 "suggest": {
2081 "ext-posix": "*"
2082 },
2083 "type": "library",
2084 "extra": {
2085 "branch-alias": {
2086 "dev-master": "4.2-dev"
2087 }
2088 },
2089 "autoload": {
2090 "classmap": [
2091 "src/"
2092 ]
2093 },
2094 "notification-url": "https://packagist.org/downloads/",
2095 "license": [
2096 "BSD-3-Clause"
2097 ],
2098 "authors": [
2099 {
2100 "name": "Sebastian Bergmann",
2101 "email": "sebastian@phpunit.de"
2102 }
2103 ],
2104 "description": "Provides functionality to handle HHVM/PHP environments",
2105 "homepage": "http://www.github.com/sebastianbergmann/environment",
2106 "keywords": [
2107 "Xdebug",
2108 "environment",
2109 "hhvm"
2110 ],
2111 "support": {
2112 "issues": "https://github.com/sebastianbergmann/environment/issues",
2113 "source": "https://github.com/sebastianbergmann/environment/tree/4.2.3"
2114 },
2115 "time": "2019-11-20T08:46:58+00:00"
2116 },
2117 {
2118 "name": "sebastian/exporter",
2119 "version": "3.1.2",
2120 "source": {
2121 "type": "git",
2122 "url": "https://github.com/sebastianbergmann/exporter.git",
2123 "reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e"
2124 },
2125 "dist": {
2126 "type": "zip",
2127 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/68609e1261d215ea5b21b7987539cbfbe156ec3e",
2128 "reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e",
2129 "shasum": ""
2130 },
2131 "require": {
2132 "php": "^7.0",
2133 "sebastian/recursion-context": "^3.0"
2134 },
2135 "require-dev": {
2136 "ext-mbstring": "*",
2137 "phpunit/phpunit": "^6.0"
2138 },
2139 "type": "library",
2140 "extra": {
2141 "branch-alias": {
2142 "dev-master": "3.1.x-dev"
2143 }
2144 },
2145 "autoload": {
2146 "classmap": [
2147 "src/"
2148 ]
2149 },
2150 "notification-url": "https://packagist.org/downloads/",
2151 "license": [
2152 "BSD-3-Clause"
2153 ],
2154 "authors": [
2155 {
2156 "name": "Sebastian Bergmann",
2157 "email": "sebastian@phpunit.de"
2158 },
2159 {
2160 "name": "Jeff Welch",
2161 "email": "whatthejeff@gmail.com"
2162 },
2163 {
2164 "name": "Volker Dusch",
2165 "email": "github@wallbash.com"
2166 },
2167 {
2168 "name": "Adam Harvey",
2169 "email": "aharvey@php.net"
2170 },
2171 {
2172 "name": "Bernhard Schussek",
2173 "email": "bschussek@gmail.com"
2174 }
2175 ],
2176 "description": "Provides the functionality to export PHP variables for visualization",
2177 "homepage": "http://www.github.com/sebastianbergmann/exporter",
2178 "keywords": [
2179 "export",
2180 "exporter"
2181 ],
2182 "support": {
2183 "issues": "https://github.com/sebastianbergmann/exporter/issues",
2184 "source": "https://github.com/sebastianbergmann/exporter/tree/master"
2185 },
2186 "time": "2019-09-14T09:02:43+00:00"
2187 },
2188 {
2189 "name": "sebastian/global-state",
2190 "version": "2.0.0",
2191 "source": {
2192 "type": "git",
2193 "url": "https://github.com/sebastianbergmann/global-state.git",
2194 "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
2195 },
2196 "dist": {
2197 "type": "zip",
2198 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
2199 "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
2200 "shasum": ""
2201 },
2202 "require": {
2203 "php": "^7.0"
2204 },
2205 "require-dev": {
2206 "phpunit/phpunit": "^6.0"
2207 },
2208 "suggest": {
2209 "ext-uopz": "*"
2210 },
2211 "type": "library",
2212 "extra": {
2213 "branch-alias": {
2214 "dev-master": "2.0-dev"
2215 }
2216 },
2217 "autoload": {
2218 "classmap": [
2219 "src/"
2220 ]
2221 },
2222 "notification-url": "https://packagist.org/downloads/",
2223 "license": [
2224 "BSD-3-Clause"
2225 ],
2226 "authors": [
2227 {
2228 "name": "Sebastian Bergmann",
2229 "email": "sebastian@phpunit.de"
2230 }
2231 ],
2232 "description": "Snapshotting of global state",
2233 "homepage": "http://www.github.com/sebastianbergmann/global-state",
2234 "keywords": [
2235 "global state"
2236 ],
2237 "support": {
2238 "issues": "https://github.com/sebastianbergmann/global-state/issues",
2239 "source": "https://github.com/sebastianbergmann/global-state/tree/2.0.0"
2240 },
2241 "time": "2017-04-27T15:39:26+00:00"
2242 },
2243 {
2244 "name": "sebastian/object-enumerator",
2245 "version": "3.0.3",
2246 "source": {
2247 "type": "git",
2248 "url": "https://github.com/sebastianbergmann/object-enumerator.git",
2249 "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
2250 },
2251 "dist": {
2252 "type": "zip",
2253 "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
2254 "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
2255 "shasum": ""
2256 },
2257 "require": {
2258 "php": "^7.0",
2259 "sebastian/object-reflector": "^1.1.1",
2260 "sebastian/recursion-context": "^3.0"
2261 },
2262 "require-dev": {
2263 "phpunit/phpunit": "^6.0"
2264 },
2265 "type": "library",
2266 "extra": {
2267 "branch-alias": {
2268 "dev-master": "3.0.x-dev"
2269 }
2270 },
2271 "autoload": {
2272 "classmap": [
2273 "src/"
2274 ]
2275 },
2276 "notification-url": "https://packagist.org/downloads/",
2277 "license": [
2278 "BSD-3-Clause"
2279 ],
2280 "authors": [
2281 {
2282 "name": "Sebastian Bergmann",
2283 "email": "sebastian@phpunit.de"
2284 }
2285 ],
2286 "description": "Traverses array structures and object graphs to enumerate all referenced objects",
2287 "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
2288 "support": {
2289 "issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
2290 "source": "https://github.com/sebastianbergmann/object-enumerator/tree/master"
2291 },
2292 "time": "2017-08-03T12:35:26+00:00"
2293 },
2294 {
2295 "name": "sebastian/object-reflector",
2296 "version": "1.1.1",
2297 "source": {
2298 "type": "git",
2299 "url": "https://github.com/sebastianbergmann/object-reflector.git",
2300 "reference": "773f97c67f28de00d397be301821b06708fca0be"
2301 },
2302 "dist": {
2303 "type": "zip",
2304 "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
2305 "reference": "773f97c67f28de00d397be301821b06708fca0be",
2306 "shasum": ""
2307 },
2308 "require": {
2309 "php": "^7.0"
2310 },
2311 "require-dev": {
2312 "phpunit/phpunit": "^6.0"
2313 },
2314 "type": "library",
2315 "extra": {
2316 "branch-alias": {
2317 "dev-master": "1.1-dev"
2318 }
2319 },
2320 "autoload": {
2321 "classmap": [
2322 "src/"
2323 ]
2324 },
2325 "notification-url": "https://packagist.org/downloads/",
2326 "license": [
2327 "BSD-3-Clause"
2328 ],
2329 "authors": [
2330 {
2331 "name": "Sebastian Bergmann",
2332 "email": "sebastian@phpunit.de"
2333 }
2334 ],
2335 "description": "Allows reflection of object attributes, including inherited and non-public ones",
2336 "homepage": "https://github.com/sebastianbergmann/object-reflector/",
2337 "support": {
2338 "issues": "https://github.com/sebastianbergmann/object-reflector/issues",
2339 "source": "https://github.com/sebastianbergmann/object-reflector/tree/master"
2340 },
2341 "time": "2017-03-29T09:07:27+00:00"
2342 },
2343 {
2344 "name": "sebastian/recursion-context",
2345 "version": "3.0.0",
2346 "source": {
2347 "type": "git",
2348 "url": "https://github.com/sebastianbergmann/recursion-context.git",
2349 "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
2350 },
2351 "dist": {
2352 "type": "zip",
2353 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
2354 "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
2355 "shasum": ""
2356 },
2357 "require": {
2358 "php": "^7.0"
2359 },
2360 "require-dev": {
2361 "phpunit/phpunit": "^6.0"
2362 },
2363 "type": "library",
2364 "extra": {
2365 "branch-alias": {
2366 "dev-master": "3.0.x-dev"
2367 }
2368 },
2369 "autoload": {
2370 "classmap": [
2371 "src/"
2372 ]
2373 },
2374 "notification-url": "https://packagist.org/downloads/",
2375 "license": [
2376 "BSD-3-Clause"
2377 ],
2378 "authors": [
2379 {
2380 "name": "Jeff Welch",
2381 "email": "whatthejeff@gmail.com"
2382 },
2383 {
2384 "name": "Sebastian Bergmann",
2385 "email": "sebastian@phpunit.de"
2386 },
2387 {
2388 "name": "Adam Harvey",
2389 "email": "aharvey@php.net"
2390 }
2391 ],
2392 "description": "Provides functionality to recursively process PHP variables",
2393 "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
2394 "support": {
2395 "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
2396 "source": "https://github.com/sebastianbergmann/recursion-context/tree/master"
2397 },
2398 "time": "2017-03-03T06:23:57+00:00"
2399 },
2400 {
2401 "name": "sebastian/resource-operations",
2402 "version": "2.0.1",
2403 "source": {
2404 "type": "git",
2405 "url": "https://github.com/sebastianbergmann/resource-operations.git",
2406 "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9"
2407 },
2408 "dist": {
2409 "type": "zip",
2410 "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
2411 "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
2412 "shasum": ""
2413 },
2414 "require": {
2415 "php": "^7.1"
2416 },
2417 "type": "library",
2418 "extra": {
2419 "branch-alias": {
2420 "dev-master": "2.0-dev"
2421 }
2422 },
2423 "autoload": {
2424 "classmap": [
2425 "src/"
2426 ]
2427 },
2428 "notification-url": "https://packagist.org/downloads/",
2429 "license": [
2430 "BSD-3-Clause"
2431 ],
2432 "authors": [
2433 {
2434 "name": "Sebastian Bergmann",
2435 "email": "sebastian@phpunit.de"
2436 }
2437 ],
2438 "description": "Provides a list of PHP built-in functions that operate on resources",
2439 "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
2440 "support": {
2441 "issues": "https://github.com/sebastianbergmann/resource-operations/issues",
2442 "source": "https://github.com/sebastianbergmann/resource-operations/tree/master"
2443 },
2444 "time": "2018-10-04T04:07:39+00:00"
2445 },
2446 {
2447 "name": "sebastian/version",
2448 "version": "2.0.1",
2449 "source": {
2450 "type": "git",
2451 "url": "https://github.com/sebastianbergmann/version.git",
2452 "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
2453 },
2454 "dist": {
2455 "type": "zip",
2456 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
2457 "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
2458 "shasum": ""
2459 },
2460 "require": {
2461 "php": ">=5.6"
2462 },
2463 "type": "library",
2464 "extra": {
2465 "branch-alias": {
2466 "dev-master": "2.0.x-dev"
2467 }
2468 },
2469 "autoload": {
2470 "classmap": [
2471 "src/"
2472 ]
2473 },
2474 "notification-url": "https://packagist.org/downloads/",
2475 "license": [
2476 "BSD-3-Clause"
2477 ],
2478 "authors": [
2479 {
2480 "name": "Sebastian Bergmann",
2481 "email": "sebastian@phpunit.de",
2482 "role": "lead"
2483 }
2484 ],
2485 "description": "Library that helps with managing the version number of Git-hosted PHP projects",
2486 "homepage": "https://github.com/sebastianbergmann/version",
2487 "support": {
2488 "issues": "https://github.com/sebastianbergmann/version/issues",
2489 "source": "https://github.com/sebastianbergmann/version/tree/master"
2490 },
2491 "time": "2016-10-03T07:35:21+00:00"
2492 },
2493 {
2494 "name": "squizlabs/php_codesniffer",
2495 "version": "3.5.6",
2496 "source": {
2497 "type": "git",
2498 "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
2499 "reference": "e97627871a7eab2f70e59166072a6b767d5834e0"
2500 },
2501 "dist": {
2502 "type": "zip",
2503 "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/e97627871a7eab2f70e59166072a6b767d5834e0",
2504 "reference": "e97627871a7eab2f70e59166072a6b767d5834e0",
2505 "shasum": ""
2506 },
2507 "require": {
2508 "ext-simplexml": "*",
2509 "ext-tokenizer": "*",
2510 "ext-xmlwriter": "*",
2511 "php": ">=5.4.0"
2512 },
2513 "require-dev": {
2514 "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
2515 },
2516 "bin": [
2517 "bin/phpcs",
2518 "bin/phpcbf"
2519 ],
2520 "type": "library",
2521 "extra": {
2522 "branch-alias": {
2523 "dev-master": "3.x-dev"
2524 }
2525 },
2526 "notification-url": "https://packagist.org/downloads/",
2527 "license": [
2528 "BSD-3-Clause"
2529 ],
2530 "authors": [
2531 {
2532 "name": "Greg Sherwood",
2533 "role": "lead"
2534 }
2535 ],
2536 "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
2537 "homepage": "https://github.com/squizlabs/PHP_CodeSniffer",
2538 "keywords": [
2539 "phpcs",
2540 "standards"
2541 ],
2542 "support": {
2543 "issues": "https://github.com/squizlabs/PHP_CodeSniffer/issues",
2544 "source": "https://github.com/squizlabs/PHP_CodeSniffer",
2545 "wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki"
2546 },
2547 "time": "2020-08-10T04:50:15+00:00"
2548 },
2549 {
2550 "name": "symfony/polyfill-ctype",
2551 "version": "v1.18.1",
2552 "source": {
2553 "type": "git",
2554 "url": "https://github.com/symfony/polyfill-ctype.git",
2555 "reference": "1c302646f6efc070cd46856e600e5e0684d6b454"
2556 },
2557 "dist": {
2558 "type": "zip",
2559 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/1c302646f6efc070cd46856e600e5e0684d6b454",
2560 "reference": "1c302646f6efc070cd46856e600e5e0684d6b454",
2561 "shasum": ""
2562 },
2563 "require": {
2564 "php": ">=5.3.3"
2565 },
2566 "suggest": {
2567 "ext-ctype": "For best performance"
2568 },
2569 "type": "library",
2570 "extra": {
2571 "branch-alias": {
2572 "dev-master": "1.18-dev"
2573 },
2574 "thanks": {
2575 "name": "symfony/polyfill",
2576 "url": "https://github.com/symfony/polyfill"
2577 }
2578 },
2579 "autoload": {
2580 "psr-4": {
2581 "Symfony\\Polyfill\\Ctype\\": ""
2582 },
2583 "files": [
2584 "bootstrap.php"
2585 ]
2586 },
2587 "notification-url": "https://packagist.org/downloads/",
2588 "license": [
2589 "MIT"
2590 ],
2591 "authors": [
2592 {
2593 "name": "Gert de Pagter",
2594 "email": "BackEndTea@gmail.com"
2595 },
2596 {
2597 "name": "Symfony Community",
2598 "homepage": "https://symfony.com/contributors"
2599 }
2600 ],
2601 "description": "Symfony polyfill for ctype functions",
2602 "homepage": "https://symfony.com",
2603 "keywords": [
2604 "compatibility",
2605 "ctype",
2606 "polyfill",
2607 "portable"
2608 ],
2609 "support": {
2610 "source": "https://github.com/symfony/polyfill-ctype/tree/v1.18.0"
2611 },
2612 "funding": [
2613 {
2614 "url": "https://symfony.com/sponsor",
2615 "type": "custom"
2616 },
2617 {
2618 "url": "https://github.com/fabpot",
2619 "type": "github"
2620 },
2621 {
2622 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2623 "type": "tidelift"
2624 }
2625 ],
2626 "time": "2020-07-14T12:35:20+00:00"
2627 },
2628 {
2629 "name": "theseer/tokenizer",
2630 "version": "1.1.3",
2631 "source": {
2632 "type": "git",
2633 "url": "https://github.com/theseer/tokenizer.git",
2634 "reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9"
2635 },
2636 "dist": {
2637 "type": "zip",
2638 "url": "https://api.github.com/repos/theseer/tokenizer/zipball/11336f6f84e16a720dae9d8e6ed5019efa85a0f9",
2639 "reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9",
2640 "shasum": ""
2641 },
2642 "require": {
2643 "ext-dom": "*",
2644 "ext-tokenizer": "*",
2645 "ext-xmlwriter": "*",
2646 "php": "^7.0"
2647 },
2648 "type": "library",
2649 "autoload": {
2650 "classmap": [
2651 "src/"
2652 ]
2653 },
2654 "notification-url": "https://packagist.org/downloads/",
2655 "license": [
2656 "BSD-3-Clause"
2657 ],
2658 "authors": [
2659 {
2660 "name": "Arne Blankerts",
2661 "email": "arne@blankerts.de",
2662 "role": "Developer"
2663 }
2664 ],
2665 "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
2666 "support": {
2667 "issues": "https://github.com/theseer/tokenizer/issues",
2668 "source": "https://github.com/theseer/tokenizer/tree/master"
2669 },
2670 "time": "2019-06-13T22:48:21+00:00"
2671 },
2672 {
2673 "name": "webmozart/assert",
2674 "version": "1.9.1",
2675 "source": {
2676 "type": "git",
2677 "url": "https://github.com/webmozart/assert.git",
2678 "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389"
2679 },
2680 "dist": {
2681 "type": "zip",
2682 "url": "https://api.github.com/repos/webmozart/assert/zipball/bafc69caeb4d49c39fd0779086c03a3738cbb389",
2683 "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389",
2684 "shasum": ""
2685 },
2686 "require": {
2687 "php": "^5.3.3 || ^7.0 || ^8.0",
2688 "symfony/polyfill-ctype": "^1.8"
2689 },
2690 "conflict": {
2691 "phpstan/phpstan": "<0.12.20",
2692 "vimeo/psalm": "<3.9.1"
2693 },
2694 "require-dev": {
2695 "phpunit/phpunit": "^4.8.36 || ^7.5.13"
2696 },
2697 "type": "library",
2698 "autoload": {
2699 "psr-4": {
2700 "Webmozart\\Assert\\": "src/"
2701 }
2702 },
2703 "notification-url": "https://packagist.org/downloads/",
2704 "license": [
2705 "MIT"
2706 ],
2707 "authors": [
2708 {
2709 "name": "Bernhard Schussek",
2710 "email": "bschussek@gmail.com"
2711 }
2712 ],
2713 "description": "Assertions to validate method input/output with nice error messages.",
2714 "keywords": [
2715 "assert",
2716 "check",
2717 "validate"
2718 ],
2719 "support": {
2720 "issues": "https://github.com/webmozart/assert/issues",
2721 "source": "https://github.com/webmozart/assert/tree/master"
2722 },
2723 "time": "2020-07-08T17:02:28+00:00"
2724 }
2725 ],
2726 "aliases": [],
2727 "minimum-stability": "stable",
2728 "stability-flags": {
2729 "pubsubhubbub/publisher": 20,
2730 "roave/security-advisories": 20
2731 },
2732 "prefer-stable": false,
2733 "prefer-lowest": false,
2734 "platform": {
2735 "php": ">=7.1",
2736 "ext-json": "*",
2737 "ext-zlib": "*"
2738 },
2739 "platform-dev": [],
2740 "platform-overrides": {
2741 "php": "7.1.29"
2742 },
2743 "plugin-api-version": "2.0.0"
2744 }