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