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