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