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