]> git.immae.eu Git - github/shaarli/Shaarli.git/blame - composer.lock
Fix missing @expectedException convertion
[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",
03340c18 511 "version": "1.1.3",
1c070fa8
A
512 "source": {
513 "type": "git",
514 "url": "https://github.com/php-fig/log.git",
03340c18 515 "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
1c070fa8
A
516 },
517 "dist": {
518 "type": "zip",
03340c18
A
519 "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
520 "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
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 ],
03340c18 554 "time": "2020-03-23T09:12:05+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",
03340c18 939 "version": "2.1.0",
1c070fa8
A
940 "source": {
941 "type": "git",
942 "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
03340c18 943 "reference": "6568f4687e5b41b054365f9ae03fcb1ed5f2069b"
1c070fa8
A
944 },
945 "dist": {
946 "type": "zip",
03340c18
A
947 "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/6568f4687e5b41b054365f9ae03fcb1ed5f2069b",
948 "reference": "6568f4687e5b41b054365f9ae03fcb1ed5f2069b",
1c070fa8
A
949 "shasum": ""
950 },
951 "require": {
def39d0d 952 "php": ">=7.1"
1c070fa8 953 },
1c070fa8
A
954 "type": "library",
955 "extra": {
956 "branch-alias": {
def39d0d 957 "dev-master": "2.x-dev"
1c070fa8
A
958 }
959 },
960 "autoload": {
961 "psr-4": {
def39d0d 962 "phpDocumentor\\Reflection\\": "src/"
1c070fa8
A
963 }
964 },
965 "notification-url": "https://packagist.org/downloads/",
966 "license": [
967 "MIT"
968 ],
969 "authors": [
970 {
971 "name": "Jaap van Otterdijk",
972 "email": "opensource@ijaap.nl"
973 }
974 ],
975 "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
976 "homepage": "http://www.phpdoc.org",
977 "keywords": [
978 "FQSEN",
979 "phpDocumentor",
980 "phpdoc",
981 "reflection",
982 "static analysis"
983 ],
03340c18 984 "time": "2020-04-27T09:25:28+00:00"
1c070fa8
A
985 },
986 {
987 "name": "phpdocumentor/reflection-docblock",
def39d0d 988 "version": "4.3.4",
1c070fa8
A
989 "source": {
990 "type": "git",
991 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
def39d0d 992 "reference": "da3fd972d6bafd628114f7e7e036f45944b62e9c"
1c070fa8
A
993 },
994 "dist": {
995 "type": "zip",
def39d0d
A
996 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/da3fd972d6bafd628114f7e7e036f45944b62e9c",
997 "reference": "da3fd972d6bafd628114f7e7e036f45944b62e9c",
1c070fa8
A
998 "shasum": ""
999 },
1000 "require": {
df408797 1001 "php": "^7.0",
def39d0d
A
1002 "phpdocumentor/reflection-common": "^1.0.0 || ^2.0.0",
1003 "phpdocumentor/type-resolver": "~0.4 || ^1.0.0",
1c070fa8
A
1004 "webmozart/assert": "^1.0"
1005 },
1006 "require-dev": {
def39d0d 1007 "doctrine/instantiator": "^1.0.5",
df408797 1008 "mockery/mockery": "^1.0",
def39d0d 1009 "phpdocumentor/type-resolver": "0.4.*",
df408797 1010 "phpunit/phpunit": "^6.4"
1c070fa8
A
1011 },
1012 "type": "library",
df408797
A
1013 "extra": {
1014 "branch-alias": {
1015 "dev-master": "4.x-dev"
1016 }
1017 },
1c070fa8
A
1018 "autoload": {
1019 "psr-4": {
1020 "phpDocumentor\\Reflection\\": [
1021 "src/"
1022 ]
1023 }
1024 },
1025 "notification-url": "https://packagist.org/downloads/",
1026 "license": [
1027 "MIT"
1028 ],
1029 "authors": [
1030 {
1031 "name": "Mike van Riel",
1032 "email": "me@mikevanriel.com"
1033 }
1034 ],
1035 "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
def39d0d 1036 "time": "2019-12-28T18:55:12+00:00"
1c070fa8
A
1037 },
1038 {
1039 "name": "phpdocumentor/type-resolver",
def39d0d 1040 "version": "1.0.1",
1c070fa8
A
1041 "source": {
1042 "type": "git",
1043 "url": "https://github.com/phpDocumentor/TypeResolver.git",
def39d0d 1044 "reference": "2e32a6d48972b2c1976ed5d8967145b6cec4a4a9"
1c070fa8
A
1045 },
1046 "dist": {
1047 "type": "zip",
def39d0d
A
1048 "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/2e32a6d48972b2c1976ed5d8967145b6cec4a4a9",
1049 "reference": "2e32a6d48972b2c1976ed5d8967145b6cec4a4a9",
1c070fa8
A
1050 "shasum": ""
1051 },
1052 "require": {
def39d0d
A
1053 "php": "^7.1",
1054 "phpdocumentor/reflection-common": "^2.0"
1c070fa8
A
1055 },
1056 "require-dev": {
def39d0d
A
1057 "ext-tokenizer": "^7.1",
1058 "mockery/mockery": "~1",
1059 "phpunit/phpunit": "^7.0"
1c070fa8
A
1060 },
1061 "type": "library",
1062 "extra": {
1063 "branch-alias": {
def39d0d 1064 "dev-master": "1.x-dev"
1c070fa8
A
1065 }
1066 },
1067 "autoload": {
1068 "psr-4": {
def39d0d 1069 "phpDocumentor\\Reflection\\": "src"
1c070fa8
A
1070 }
1071 },
1072 "notification-url": "https://packagist.org/downloads/",
1073 "license": [
1074 "MIT"
1075 ],
1076 "authors": [
1077 {
1078 "name": "Mike van Riel",
1079 "email": "me@mikevanriel.com"
1080 }
1081 ],
def39d0d
A
1082 "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
1083 "time": "2019-08-22T18:11:29+00:00"
1c070fa8 1084 },
1c070fa8
A
1085 {
1086 "name": "phpspec/prophecy",
03340c18 1087 "version": "v1.10.3",
1c070fa8
A
1088 "source": {
1089 "type": "git",
1090 "url": "https://github.com/phpspec/prophecy.git",
03340c18 1091 "reference": "451c3cd1418cf640de218914901e51b064abb093"
1c070fa8
A
1092 },
1093 "dist": {
1094 "type": "zip",
03340c18
A
1095 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/451c3cd1418cf640de218914901e51b064abb093",
1096 "reference": "451c3cd1418cf640de218914901e51b064abb093",
1c070fa8
A
1097 "shasum": ""
1098 },
1099 "require": {
1100 "doctrine/instantiator": "^1.0.2",
1101 "php": "^5.3|^7.0",
def39d0d 1102 "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0|^5.0",
03340c18
A
1103 "sebastian/comparator": "^1.2.3|^2.0|^3.0|^4.0",
1104 "sebastian/recursion-context": "^1.0|^2.0|^3.0|^4.0"
1c070fa8
A
1105 },
1106 "require-dev": {
def39d0d 1107 "phpspec/phpspec": "^2.5 || ^3.2",
62f5a758 1108 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
1c070fa8
A
1109 },
1110 "type": "library",
1111 "extra": {
1112 "branch-alias": {
def39d0d 1113 "dev-master": "1.10.x-dev"
1c070fa8
A
1114 }
1115 },
1116 "autoload": {
df408797
A
1117 "psr-4": {
1118 "Prophecy\\": "src/Prophecy"
1c070fa8
A
1119 }
1120 },
1121 "notification-url": "https://packagist.org/downloads/",
1122 "license": [
1123 "MIT"
1124 ],
1125 "authors": [
1126 {
1127 "name": "Konstantin Kudryashov",
1128 "email": "ever.zet@gmail.com",
1129 "homepage": "http://everzet.com"
1130 },
1131 {
1132 "name": "Marcello Duarte",
1133 "email": "marcello.duarte@gmail.com"
1134 }
1135 ],
1136 "description": "Highly opinionated mocking framework for PHP 5.3+",
1137 "homepage": "https://github.com/phpspec/prophecy",
1138 "keywords": [
1139 "Double",
1140 "Dummy",
1141 "fake",
1142 "mock",
1143 "spy",
1144 "stub"
1145 ],
03340c18 1146 "time": "2020-03-05T15:02:03+00:00"
1c070fa8
A
1147 },
1148 {
1149 "name": "phpunit/php-code-coverage",
def39d0d 1150 "version": "6.1.4",
1c070fa8
A
1151 "source": {
1152 "type": "git",
1153 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
def39d0d 1154 "reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d"
1c070fa8
A
1155 },
1156 "dist": {
1157 "type": "zip",
def39d0d
A
1158 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/807e6013b00af69b6c5d9ceb4282d0393dbb9d8d",
1159 "reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d",
1c070fa8
A
1160 "shasum": ""
1161 },
1162 "require": {
5617dcf9
A
1163 "ext-dom": "*",
1164 "ext-xmlwriter": "*",
def39d0d
A
1165 "php": "^7.1",
1166 "phpunit/php-file-iterator": "^2.0",
1167 "phpunit/php-text-template": "^1.2.1",
1168 "phpunit/php-token-stream": "^3.0",
1169 "sebastian/code-unit-reverse-lookup": "^1.0.1",
1170 "sebastian/environment": "^3.1 || ^4.0",
1171 "sebastian/version": "^2.0.1",
1172 "theseer/tokenizer": "^1.1"
1c070fa8
A
1173 },
1174 "require-dev": {
def39d0d 1175 "phpunit/phpunit": "^7.0"
1c070fa8
A
1176 },
1177 "suggest": {
def39d0d 1178 "ext-xdebug": "^2.6.0"
1c070fa8
A
1179 },
1180 "type": "library",
1181 "extra": {
1182 "branch-alias": {
def39d0d 1183 "dev-master": "6.1-dev"
1c070fa8
A
1184 }
1185 },
1186 "autoload": {
1187 "classmap": [
1188 "src/"
1189 ]
1190 },
1191 "notification-url": "https://packagist.org/downloads/",
1192 "license": [
1193 "BSD-3-Clause"
1194 ],
1195 "authors": [
1196 {
1197 "name": "Sebastian Bergmann",
def39d0d 1198 "email": "sebastian@phpunit.de",
1c070fa8
A
1199 "role": "lead"
1200 }
1201 ],
1202 "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
1203 "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
1204 "keywords": [
1205 "coverage",
1206 "testing",
1207 "xunit"
1208 ],
def39d0d 1209 "time": "2018-10-31T16:06:48+00:00"
1c070fa8
A
1210 },
1211 {
1212 "name": "phpunit/php-file-iterator",
def39d0d 1213 "version": "2.0.2",
1c070fa8
A
1214 "source": {
1215 "type": "git",
1216 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
def39d0d 1217 "reference": "050bedf145a257b1ff02746c31894800e5122946"
1c070fa8
A
1218 },
1219 "dist": {
1220 "type": "zip",
def39d0d
A
1221 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/050bedf145a257b1ff02746c31894800e5122946",
1222 "reference": "050bedf145a257b1ff02746c31894800e5122946",
1c070fa8
A
1223 "shasum": ""
1224 },
1225 "require": {
def39d0d
A
1226 "php": "^7.1"
1227 },
1228 "require-dev": {
1229 "phpunit/phpunit": "^7.1"
1c070fa8
A
1230 },
1231 "type": "library",
1232 "extra": {
1233 "branch-alias": {
def39d0d 1234 "dev-master": "2.0.x-dev"
1c070fa8
A
1235 }
1236 },
1237 "autoload": {
1238 "classmap": [
1239 "src/"
1240 ]
1241 },
1242 "notification-url": "https://packagist.org/downloads/",
1243 "license": [
1244 "BSD-3-Clause"
1245 ],
1246 "authors": [
1247 {
1248 "name": "Sebastian Bergmann",
def39d0d 1249 "email": "sebastian@phpunit.de",
1c070fa8
A
1250 "role": "lead"
1251 }
1252 ],
1253 "description": "FilterIterator implementation that filters files based on a list of suffixes.",
1254 "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
1255 "keywords": [
1256 "filesystem",
1257 "iterator"
1258 ],
def39d0d 1259 "time": "2018-09-13T20:33:42+00:00"
1c070fa8 1260 },
1c070fa8
A
1261 {
1262 "name": "phpunit/php-timer",
def39d0d 1263 "version": "2.1.2",
1c070fa8
A
1264 "source": {
1265 "type": "git",
1266 "url": "https://github.com/sebastianbergmann/php-timer.git",
def39d0d 1267 "reference": "1038454804406b0b5f5f520358e78c1c2f71501e"
1c070fa8
A
1268 },
1269 "dist": {
1270 "type": "zip",
def39d0d
A
1271 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/1038454804406b0b5f5f520358e78c1c2f71501e",
1272 "reference": "1038454804406b0b5f5f520358e78c1c2f71501e",
1c070fa8
A
1273 "shasum": ""
1274 },
1275 "require": {
def39d0d 1276 "php": "^7.1"
1c070fa8
A
1277 },
1278 "require-dev": {
def39d0d 1279 "phpunit/phpunit": "^7.0"
1c070fa8
A
1280 },
1281 "type": "library",
1282 "extra": {
1283 "branch-alias": {
def39d0d 1284 "dev-master": "2.1-dev"
1c070fa8
A
1285 }
1286 },
1287 "autoload": {
1288 "classmap": [
1289 "src/"
1290 ]
1291 },
1292 "notification-url": "https://packagist.org/downloads/",
1293 "license": [
1294 "BSD-3-Clause"
1295 ],
1296 "authors": [
1297 {
1298 "name": "Sebastian Bergmann",
def39d0d 1299 "email": "sebastian@phpunit.de",
1c070fa8
A
1300 "role": "lead"
1301 }
1302 ],
1303 "description": "Utility class for timing",
1304 "homepage": "https://github.com/sebastianbergmann/php-timer/",
1305 "keywords": [
1306 "timer"
1307 ],
def39d0d 1308 "time": "2019-06-07T04:22:29+00:00"
1c070fa8
A
1309 },
1310 {
1311 "name": "phpunit/php-token-stream",
def39d0d 1312 "version": "3.1.1",
1c070fa8
A
1313 "source": {
1314 "type": "git",
1315 "url": "https://github.com/sebastianbergmann/php-token-stream.git",
def39d0d 1316 "reference": "995192df77f63a59e47f025390d2d1fdf8f425ff"
1c070fa8
A
1317 },
1318 "dist": {
1319 "type": "zip",
def39d0d
A
1320 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/995192df77f63a59e47f025390d2d1fdf8f425ff",
1321 "reference": "995192df77f63a59e47f025390d2d1fdf8f425ff",
1c070fa8
A
1322 "shasum": ""
1323 },
1324 "require": {
1325 "ext-tokenizer": "*",
def39d0d 1326 "php": "^7.1"
1c070fa8
A
1327 },
1328 "require-dev": {
def39d0d 1329 "phpunit/phpunit": "^7.0"
1c070fa8
A
1330 },
1331 "type": "library",
1332 "extra": {
1333 "branch-alias": {
def39d0d 1334 "dev-master": "3.1-dev"
1c070fa8
A
1335 }
1336 },
1337 "autoload": {
1338 "classmap": [
1339 "src/"
1340 ]
1341 },
1342 "notification-url": "https://packagist.org/downloads/",
1343 "license": [
1344 "BSD-3-Clause"
1345 ],
1346 "authors": [
1347 {
1348 "name": "Sebastian Bergmann",
1349 "email": "sebastian@phpunit.de"
1350 }
1351 ],
1352 "description": "Wrapper around PHP's tokenizer extension.",
1353 "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
1354 "keywords": [
1355 "tokenizer"
1356 ],
def39d0d 1357 "time": "2019-09-17T06:23:10+00:00"
1c070fa8
A
1358 },
1359 {
1360 "name": "phpunit/phpcov",
def39d0d 1361 "version": "5.0.0",
1c070fa8
A
1362 "source": {
1363 "type": "git",
1364 "url": "https://github.com/sebastianbergmann/phpcov.git",
def39d0d 1365 "reference": "72fb974e6fe9b39d7e0b0d44061d2ba4c49ee0b8"
1c070fa8
A
1366 },
1367 "dist": {
1368 "type": "zip",
def39d0d
A
1369 "url": "https://api.github.com/repos/sebastianbergmann/phpcov/zipball/72fb974e6fe9b39d7e0b0d44061d2ba4c49ee0b8",
1370 "reference": "72fb974e6fe9b39d7e0b0d44061d2ba4c49ee0b8",
1c070fa8
A
1371 "shasum": ""
1372 },
1373 "require": {
def39d0d
A
1374 "php": "^7.1",
1375 "phpunit/php-code-coverage": "^6.0",
1376 "phpunit/phpunit": "^7.0",
1377 "sebastian/diff": "^3.0",
5617dcf9 1378 "sebastian/finder-facade": "^1.1",
def39d0d
A
1379 "sebastian/version": "^2.0",
1380 "symfony/console": "^3.0 || ^4.0"
1c070fa8
A
1381 },
1382 "bin": [
1383 "phpcov"
1384 ],
1385 "type": "library",
1386 "extra": {
1387 "branch-alias": {
def39d0d 1388 "dev-master": "5.0-dev"
1c070fa8
A
1389 }
1390 },
1391 "autoload": {
1392 "classmap": [
1393 "src/"
1394 ]
1395 },
1396 "notification-url": "https://packagist.org/downloads/",
1397 "license": [
1398 "BSD-3-Clause"
1399 ],
1400 "authors": [
1401 {
1402 "name": "Sebastian Bergmann",
1403 "email": "sebastian@phpunit.de",
1404 "role": "lead"
1405 }
1406 ],
def39d0d 1407 "description": "CLI frontend for php-code-coverage",
1c070fa8 1408 "homepage": "https://github.com/sebastianbergmann/phpcov",
def39d0d 1409 "time": "2018-02-04T10:18:50+00:00"
1c070fa8
A
1410 },
1411 {
1412 "name": "phpunit/phpunit",
def39d0d 1413 "version": "7.5.20",
1c070fa8
A
1414 "source": {
1415 "type": "git",
1416 "url": "https://github.com/sebastianbergmann/phpunit.git",
def39d0d 1417 "reference": "9467db479d1b0487c99733bb1e7944d32deded2c"
1c070fa8
A
1418 },
1419 "dist": {
1420 "type": "zip",
def39d0d
A
1421 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/9467db479d1b0487c99733bb1e7944d32deded2c",
1422 "reference": "9467db479d1b0487c99733bb1e7944d32deded2c",
1c070fa8
A
1423 "shasum": ""
1424 },
1425 "require": {
def39d0d 1426 "doctrine/instantiator": "^1.1",
1c070fa8
A
1427 "ext-dom": "*",
1428 "ext-json": "*",
5617dcf9
A
1429 "ext-libxml": "*",
1430 "ext-mbstring": "*",
1431 "ext-xml": "*",
def39d0d
A
1432 "myclabs/deep-copy": "^1.7",
1433 "phar-io/manifest": "^1.0.2",
1434 "phar-io/version": "^2.0",
1435 "php": "^7.1",
1436 "phpspec/prophecy": "^1.7",
1437 "phpunit/php-code-coverage": "^6.0.7",
1438 "phpunit/php-file-iterator": "^2.0.1",
1439 "phpunit/php-text-template": "^1.2.1",
1440 "phpunit/php-timer": "^2.1",
1441 "sebastian/comparator": "^3.0",
1442 "sebastian/diff": "^3.0",
1443 "sebastian/environment": "^4.0",
1444 "sebastian/exporter": "^3.1",
1445 "sebastian/global-state": "^2.0",
1446 "sebastian/object-enumerator": "^3.0.3",
1447 "sebastian/resource-operations": "^2.0",
1448 "sebastian/version": "^2.0.1"
5617dcf9
A
1449 },
1450 "conflict": {
def39d0d 1451 "phpunit/phpunit-mock-objects": "*"
5617dcf9
A
1452 },
1453 "require-dev": {
1454 "ext-pdo": "*"
1c070fa8
A
1455 },
1456 "suggest": {
def39d0d 1457 "ext-soap": "*",
5617dcf9 1458 "ext-xdebug": "*",
def39d0d 1459 "phpunit/php-invoker": "^2.0"
1c070fa8
A
1460 },
1461 "bin": [
1462 "phpunit"
1463 ],
1464 "type": "library",
1465 "extra": {
1466 "branch-alias": {
def39d0d 1467 "dev-master": "7.5-dev"
1c070fa8
A
1468 }
1469 },
1470 "autoload": {
1471 "classmap": [
1472 "src/"
1473 ]
1474 },
1475 "notification-url": "https://packagist.org/downloads/",
1476 "license": [
1477 "BSD-3-Clause"
1478 ],
1479 "authors": [
1480 {
1481 "name": "Sebastian Bergmann",
1482 "email": "sebastian@phpunit.de",
1483 "role": "lead"
1484 }
1485 ],
1486 "description": "The PHP Unit Testing framework.",
1487 "homepage": "https://phpunit.de/",
1488 "keywords": [
1489 "phpunit",
1490 "testing",
1491 "xunit"
1492 ],
def39d0d 1493 "time": "2020-01-08T08:45:45+00:00"
5617dcf9 1494 },
8f4e9624
V
1495 {
1496 "name": "roave/security-advisories",
1497 "version": "dev-master",
1498 "source": {
1499 "type": "git",
1500 "url": "https://github.com/Roave/SecurityAdvisories.git",
72caf4e8 1501 "reference": "5a342e2dc0408d026b97ee3176b5b406e54e3766"
8f4e9624
V
1502 },
1503 "dist": {
1504 "type": "zip",
72caf4e8
A
1505 "url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/5a342e2dc0408d026b97ee3176b5b406e54e3766",
1506 "reference": "5a342e2dc0408d026b97ee3176b5b406e54e3766",
8f4e9624
V
1507 "shasum": ""
1508 },
1509 "conflict": {
1510 "3f/pygmentize": "<1.2",
1511 "adodb/adodb-php": "<5.20.12",
1512 "alterphp/easyadmin-extension-bundle": ">=1.2,<1.2.11|>=1.3,<1.3.1",
1513 "amphp/artax": "<1.0.6|>=2,<2.0.6",
1514 "amphp/http": "<1.0.1",
1515 "api-platform/core": ">=2.2,<2.2.10|>=2.3,<2.3.6",
1516 "asymmetricrypt/asymmetricrypt": ">=0,<9.9.99",
1517 "aws/aws-sdk-php": ">=3,<3.2.1",
03340c18
A
1518 "bagisto/bagisto": "<0.1.5",
1519 "barrelstrength/sprout-base-email": "<3.9",
1520 "bolt/bolt": "<3.6.10",
8f4e9624 1521 "brightlocal/phpwhois": "<=4.2.5",
03340c18 1522 "buddypress/buddypress": "<5.1.2",
8f4e9624 1523 "bugsnag/bugsnag-laravel": ">=2,<2.0.2",
df408797 1524 "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
1525 "cart2quote/module-quotation": ">=4.1.6,<=4.4.5|>=5,<5.4.4",
1526 "cartalyst/sentry": "<=2.1.6",
03340c18
A
1527 "centreon/centreon": "<18.10.8|>=19,<19.4.5",
1528 "cesnet/simplesamlphp-module-proxystatistics": "<3.1",
8f4e9624 1529 "codeigniter/framework": "<=3.0.6",
df408797 1530 "composer/composer": "<=1-alpha.11",
8f4e9624 1531 "contao-components/mediaelement": ">=2.14.2,<2.21.1",
df408797 1532 "contao/core": ">=2,<3.5.39",
def39d0d 1533 "contao/core-bundle": ">=4,<4.4.46|>=4.5,<4.8.6",
8f4e9624 1534 "contao/listing-bundle": ">=4,<4.4.8",
def39d0d 1535 "datadog/dd-trace": ">=0.30,<0.30.2",
8f4e9624
V
1536 "david-garcia/phpwhois": "<=4.3.1",
1537 "doctrine/annotations": ">=1,<1.2.7",
1538 "doctrine/cache": ">=1,<1.3.2|>=1.4,<1.4.2",
1539 "doctrine/common": ">=2,<2.4.3|>=2.5,<2.5.1",
1540 "doctrine/dbal": ">=2,<2.0.8|>=2.1,<2.1.2",
1541 "doctrine/doctrine-bundle": "<1.5.2",
1542 "doctrine/doctrine-module": "<=0.7.1",
1543 "doctrine/mongodb-odm": ">=1,<1.0.2",
1544 "doctrine/mongodb-odm-bundle": ">=2,<3.0.1",
1545 "doctrine/orm": ">=2,<2.4.8|>=2.5,<2.5.1",
03340c18 1546 "dolibarr/dolibarr": "<=10.0.6",
8f4e9624 1547 "dompdf/dompdf": ">=0.6,<0.6.2",
03340c18
A
1548 "drupal/core": ">=7,<7.69|>=8,<8.7.12|>=8.8,<8.8.4",
1549 "drupal/drupal": ">=7,<7.69|>=8,<8.7.12|>=8.8,<8.8.4",
def39d0d 1550 "endroid/qr-code-bundle": "<3.4.2",
03340c18 1551 "enshrined/svg-sanitize": "<0.13.1",
df408797 1552 "erusev/parsedown": "<1.7.2",
03340c18
A
1553 "ezsystems/demobundle": ">=5.4,<5.4.6.1",
1554 "ezsystems/ezdemo-ls-extension": ">=5.4,<5.4.2.1",
1555 "ezsystems/ezfind-ls": ">=5.3,<5.3.6.1|>=5.4,<5.4.11.1|>=2017.12,<2017.12.0.1",
1556 "ezsystems/ezplatform": ">=1.7,<1.7.9.1|>=1.13,<1.13.5.1|>=2.5,<2.5.4",
1557 "ezsystems/ezplatform-admin-ui": ">=1.3,<1.3.5|>=1.4,<1.4.6",
1558 "ezsystems/ezplatform-admin-ui-assets": ">=4,<4.2",
1559 "ezsystems/ezplatform-user": ">=1,<1.0.1",
1560 "ezsystems/ezpublish-kernel": ">=5.3,<5.3.12.1|>=5.4,<5.4.14.1|>=6,<6.7.9.1|>=6.8,<6.13.6.2|>=7,<7.2.4.1|>=7.3,<7.3.2.1|>=7.5,<7.5.6.2",
1561 "ezsystems/ezpublish-legacy": ">=5.3,<5.3.12.6|>=5.4,<5.4.14.1|>=2011,<2017.12.7.2|>=2018.6,<2018.6.1.4|>=2018.9,<2018.9.1.3|>=2019.3,<2019.3.4.2",
8f4e9624
V
1562 "ezsystems/repository-forms": ">=2.3,<2.3.2.1",
1563 "ezyang/htmlpurifier": "<4.1.1",
1564 "firebase/php-jwt": "<2",
1565 "fooman/tcpdf": "<6.2.22",
1566 "fossar/tcpdf-parser": "<6.2.22",
03340c18 1567 "friendsofsymfony/oauth2-php": "<1.3",
8f4e9624
V
1568 "friendsofsymfony/rest-bundle": ">=1.2,<1.2.2",
1569 "friendsofsymfony/user-bundle": ">=1.2,<1.3.5",
1570 "fuel/core": "<1.8.1",
03340c18 1571 "getgrav/grav": "<1.7-beta.8",
8f4e9624
V
1572 "gree/jose": "<=2.2",
1573 "gregwar/rst": "<1.0.3",
df408797 1574 "guzzlehttp/guzzle": ">=4-rc.2,<4.2.4|>=5,<5.3.1|>=6,<6.2.1",
8f4e9624
V
1575 "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",
1576 "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",
1577 "illuminate/database": ">=4,<4.0.99|>=4.1,<4.1.29",
1578 "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 1579 "illuminate/view": ">=7,<7.1.2",
8f4e9624
V
1580 "ivankristianto/phpwhois": "<=4.3",
1581 "james-heinrich/getid3": "<1.9.9",
1582 "joomla/session": "<1.3.1",
1583 "jsmitty12/phpwhois": "<5.1",
1584 "kazist/phpwhois": "<=4.2.6",
1585 "kreait/firebase-php": ">=3.2,<3.8.1",
1586 "la-haute-societe/tcpdf": "<6.2.22",
03340c18 1587 "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|>=7,<7.1.2",
8f4e9624 1588 "laravel/socialite": ">=1,<1.0.99|>=2,<2.0.10",
df408797 1589 "league/commonmark": "<0.18.3",
03340c18
A
1590 "librenms/librenms": "<1.53",
1591 "magento/community-edition": ">=2,<2.2.10|>=2.3,<2.3.3",
def39d0d
A
1592 "magento/magento1ce": "<1.9.4.3",
1593 "magento/magento1ee": ">=1,<1.14.4.3",
1594 "magento/product-community-edition": ">=2,<2.2.10|>=2.3,<2.3.2-p.2",
8f4e9624
V
1595 "monolog/monolog": ">=1.8,<1.12",
1596 "namshi/jose": "<2.2",
03340c18 1597 "nzo/url-encryptor-bundle": ">=4,<4.3.2|>=5,<5.0.1",
8f4e9624 1598 "onelogin/php-saml": "<2.10.4",
03340c18 1599 "oneup/uploader-bundle": "<1.9.3|>=2,<2.1.5",
8f4e9624
V
1600 "openid/php-openid": "<2.3",
1601 "oro/crm": ">=1.7,<1.7.4",
1602 "oro/platform": ">=1.7,<1.7.4",
1603 "padraic/humbug_get_contents": "<1.1.2",
1604 "pagarme/pagarme-php": ">=0,<3",
1605 "paragonie/random_compat": "<2",
1606 "paypal/merchant-sdk-php": "<3.12",
1607 "pear/archive_tar": "<1.4.4",
03340c18 1608 "phpfastcache/phpfastcache": ">=5,<5.0.13",
8f4e9624 1609 "phpmailer/phpmailer": ">=5,<5.2.27|>=6,<6.0.6",
03340c18
A
1610 "phpmyadmin/phpmyadmin": "<4.9.2",
1611 "phpoffice/phpexcel": "<1.8.2",
1612 "phpoffice/phpspreadsheet": "<1.8",
8f4e9624
V
1613 "phpunit/phpunit": ">=4.8.19,<4.8.28|>=5.0.10,<5.6.3",
1614 "phpwhois/phpwhois": "<=4.2.5",
1615 "phpxmlrpc/extras": "<0.6.1",
03340c18
A
1616 "pimcore/pimcore": "<6.3",
1617 "prestashop/autoupgrade": ">=4,<4.10.1",
1618 "prestashop/gamification": "<2.3.2",
1619 "prestashop/ps_facetedsearch": "<3.4.1",
1620 "privatebin/privatebin": "<1.2.2|>=1.3,<1.3.2",
df408797 1621 "propel/propel": ">=2-alpha.1,<=2-alpha.7",
8f4e9624
V
1622 "propel/propel1": ">=1,<=1.7.1",
1623 "pusher/pusher-php-server": "<2.2.1",
03340c18 1624 "robrichards/xmlseclibs": "<3.0.4",
8f4e9624 1625 "sabre/dav": ">=1.6,<1.6.99|>=1.7,<1.7.11|>=1.8,<1.8.9",
def39d0d 1626 "scheb/two-factor-bundle": ">=0,<3.26|>=4,<4.11",
8f4e9624
V
1627 "sensiolabs/connect": "<4.2.3",
1628 "serluck/phpwhois": "<=4.2.6",
1629 "shopware/shopware": "<5.3.7",
03340c18
A
1630 "silverstripe/admin": ">=1.0.3,<1.0.4|>=1.1,<1.1.1",
1631 "silverstripe/assets": ">=1,<1.4.7|>=1.5,<1.5.2",
1632 "silverstripe/cms": "<4.3.6|>=4.4,<4.4.4",
1633 "silverstripe/comments": ">=1.3,<1.9.99|>=2,<2.9.99|>=3,<3.1.1",
8f4e9624 1634 "silverstripe/forum": "<=0.6.1|>=0.7,<=0.7.3",
03340c18 1635 "silverstripe/framework": "<4.4.5|>=4.5,<4.5.2",
df408797
A
1636 "silverstripe/graphql": ">=2,<2.0.5|>=3,<3.1.2",
1637 "silverstripe/registry": ">=2.1,<2.1.2|>=2.2,<2.2.1",
1638 "silverstripe/restfulserver": ">=1,<1.0.9|>=2,<2.0.4",
03340c18
A
1639 "silverstripe/subsites": ">=2,<2.1.1",
1640 "silverstripe/taxonomy": ">=1.3,<1.3.1|>=2,<2.0.1",
8f4e9624
V
1641 "silverstripe/userforms": "<3",
1642 "simple-updates/phpwhois": "<=1",
1643 "simplesamlphp/saml2": "<1.10.6|>=2,<2.3.8|>=3,<3.1.4",
03340c18 1644 "simplesamlphp/simplesamlphp": "<1.18.6",
8f4e9624 1645 "simplesamlphp/simplesamlphp-module-infocard": "<1.0.1",
03340c18 1646 "simplito/elliptic-php": "<1.0.6",
8f4e9624
V
1647 "slim/slim": "<2.6",
1648 "smarty/smarty": "<3.1.33",
1649 "socalnick/scn-social-auth": "<1.15.2",
1650 "spoonity/tcpdf": "<6.2.22",
1651 "squizlabs/php_codesniffer": ">=1,<2.8.1|>=3,<3.0.1",
03340c18 1652 "ssddanbrown/bookstack": "<0.29.2",
8f4e9624 1653 "stormpath/sdk": ">=0,<9.9.99",
03340c18 1654 "studio-42/elfinder": "<2.1.49",
8f4e9624
V
1655 "swiftmailer/swiftmailer": ">=4,<5.4.5",
1656 "sylius/admin-bundle": ">=1,<1.0.17|>=1.1,<1.1.9|>=1.2,<1.2.2",
df408797
A
1657 "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",
1658 "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",
03340c18
A
1659 "sylius/resource-bundle": "<1.3.13|>=1.4,<1.4.6|>=1.5,<1.5.1|>=1.6,<1.6.3",
1660 "sylius/sylius": "<1.3.16|>=1.4,<1.4.12|>=1.5,<1.5.9|>=1.6,<1.6.5",
1661 "symbiote/silverstripe-multivaluefield": ">=3,<3.0.99",
1662 "symbiote/silverstripe-versionedfiles": "<=2.0.3",
def39d0d 1663 "symfony/cache": ">=3.1,<3.4.35|>=4,<4.2.12|>=4.3,<4.3.8",
df408797 1664 "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 1665 "symfony/error-handler": ">=4.4,<4.4.4|>=5,<5.0.4",
8f4e9624 1666 "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 1667 "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 1668 "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",
def39d0d 1669 "symfony/http-kernel": ">=2,<2.8.52|>=3,<3.4.35|>=4,<4.2.12|>=4.3,<4.3.8",
8f4e9624 1670 "symfony/intl": ">=2.7,<2.7.38|>=2.8,<2.8.31|>=3,<3.2.14|>=3.3,<3.3.13",
def39d0d 1671 "symfony/mime": ">=4.3,<4.3.8",
df408797 1672 "symfony/phpunit-bridge": ">=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7",
8f4e9624
V
1673 "symfony/polyfill": ">=1,<1.10",
1674 "symfony/polyfill-php55": ">=1,<1.10",
df408797 1675 "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 1676 "symfony/routing": ">=2,<2.0.19",
03340c18 1677 "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
1678 "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",
1679 "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",
1680 "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",
1681 "symfony/security-guard": ">=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11",
03340c18 1682 "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 1683 "symfony/serializer": ">=2,<2.0.11",
03340c18 1684 "symfony/symfony": ">=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",
8f4e9624
V
1685 "symfony/translation": ">=2,<2.0.17",
1686 "symfony/validator": ">=2,<2.0.24|>=2.1,<2.1.12|>=2.2,<2.2.5|>=2.3,<2.3.3",
def39d0d 1687 "symfony/var-exporter": ">=4.2,<4.2.12|>=4.3,<4.3.8",
8f4e9624
V
1688 "symfony/web-profiler-bundle": ">=2,<2.3.19|>=2.4,<2.4.9|>=2.5,<2.5.4",
1689 "symfony/yaml": ">=2,<2.0.22|>=2.1,<2.1.7",
1690 "tecnickcom/tcpdf": "<6.2.22",
1691 "thelia/backoffice-default-template": ">=2.1,<2.1.2",
df408797 1692 "thelia/thelia": ">=2.1-beta.1,<2.1.3",
8f4e9624
V
1693 "theonedemon/phpwhois": "<=4.2.5",
1694 "titon/framework": ">=0,<9.9.99",
1695 "truckersmp/phpwhois": "<=4.3.1",
df408797 1696 "twig/twig": "<1.38|>=2,<2.7",
72caf4e8
A
1697 "typo3/cms": ">=6.2,<6.2.30|>=7,<7.6.32|>=8,<8.7.30|>=9,<9.5.17|>=10,<10.4.2",
1698 "typo3/cms-core": ">=8,<8.7.30|>=9,<9.5.17|>=10,<10.4.2",
8f4e9624
V
1699 "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",
1700 "typo3/neos": ">=1.1,<1.1.3|>=1.2,<1.2.13|>=2,<2.0.4",
df408797 1701 "typo3/phar-stream-wrapper": ">=1,<2.1.1|>=3,<3.1.1",
8f4e9624 1702 "ua-parser/uap-php": "<3.8",
03340c18
A
1703 "usmanhalalit/pixie": "<1.0.3|>=2,<2.0.2",
1704 "verot/class.upload.php": "<=1.0.3|>=2,<=2.0.4",
8f4e9624
V
1705 "wallabag/tcpdf": "<6.2.22",
1706 "willdurand/js-translation-bundle": "<2.1.1",
03340c18 1707 "yii2mod/yii2-cms": "<1.9.2",
8f4e9624
V
1708 "yiisoft/yii": ">=1.1.14,<1.1.15",
1709 "yiisoft/yii2": "<2.0.15",
1710 "yiisoft/yii2-bootstrap": "<2.0.4",
1711 "yiisoft/yii2-dev": "<2.0.15",
1712 "yiisoft/yii2-elasticsearch": "<2.0.5",
1713 "yiisoft/yii2-gii": "<2.0.4",
1714 "yiisoft/yii2-jui": "<2.0.4",
1715 "yiisoft/yii2-redis": "<2.0.8",
03340c18 1716 "yourls/yourls": "<1.7.4",
8f4e9624
V
1717 "zendframework/zend-cache": ">=2.4,<2.4.8|>=2.5,<2.5.3",
1718 "zendframework/zend-captcha": ">=2,<2.4.9|>=2.5,<2.5.2",
1719 "zendframework/zend-crypt": ">=2,<2.4.9|>=2.5,<2.5.2",
1720 "zendframework/zend-db": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.10|>=2.3,<2.3.5",
df408797 1721 "zendframework/zend-developer-tools": ">=1.2.2,<1.2.3",
8f4e9624
V
1722 "zendframework/zend-diactoros": ">=1,<1.8.4",
1723 "zendframework/zend-feed": ">=1,<2.10.3",
1724 "zendframework/zend-form": ">=2,<2.2.7|>=2.3,<2.3.1",
1725 "zendframework/zend-http": ">=1,<2.8.1",
1726 "zendframework/zend-json": ">=2.1,<2.1.6|>=2.2,<2.2.6",
1727 "zendframework/zend-ldap": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.8|>=2.3,<2.3.3",
1728 "zendframework/zend-mail": ">=2,<2.4.11|>=2.5,<2.7.2",
1729 "zendframework/zend-navigation": ">=2,<2.2.7|>=2.3,<2.3.1",
1730 "zendframework/zend-session": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.9|>=2.3,<2.3.4",
1731 "zendframework/zend-validator": ">=2.3,<2.3.6",
1732 "zendframework/zend-view": ">=2,<2.2.7|>=2.3,<2.3.1",
1733 "zendframework/zend-xmlrpc": ">=2.1,<2.1.6|>=2.2,<2.2.6",
1734 "zendframework/zendframework": "<2.5.1",
1735 "zendframework/zendframework1": "<1.12.20",
1736 "zendframework/zendopenid": ">=2,<2.0.2",
1737 "zendframework/zendxml": ">=1,<1.0.1",
1738 "zetacomponents/mail": "<1.8.2",
1739 "zf-commons/zfc-user": "<1.2.2",
1740 "zfcampus/zf-apigility-doctrine": ">=1,<1.0.3",
1741 "zfr/zfr-oauth2-server-module": "<0.1.2"
1742 },
1743 "type": "metapackage",
1744 "notification-url": "https://packagist.org/downloads/",
1745 "license": [
1746 "MIT"
1747 ],
1748 "authors": [
1749 {
1750 "name": "Marco Pivetta",
1751 "email": "ocramius@gmail.com",
1752 "role": "maintainer"
03340c18
A
1753 },
1754 {
1755 "name": "Ilya Tribusean",
1756 "email": "slash3b@gmail.com",
1757 "role": "maintainer"
8f4e9624
V
1758 }
1759 ],
1760 "description": "Prevents installation of composer packages with known security vulnerabilities: no API, simply require it",
72caf4e8 1761 "time": "2020-05-12T11:18:47+00:00"
8f4e9624 1762 },
5617dcf9
A
1763 {
1764 "name": "sebastian/code-unit-reverse-lookup",
1765 "version": "1.0.1",
1766 "source": {
1767 "type": "git",
1768 "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
1769 "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
1770 },
1771 "dist": {
1772 "type": "zip",
1773 "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
1774 "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
1775 "shasum": ""
1776 },
1777 "require": {
1778 "php": "^5.6 || ^7.0"
1779 },
1780 "require-dev": {
1781 "phpunit/phpunit": "^5.7 || ^6.0"
1782 },
1783 "type": "library",
1784 "extra": {
1785 "branch-alias": {
1786 "dev-master": "1.0.x-dev"
1787 }
1788 },
1789 "autoload": {
1790 "classmap": [
1791 "src/"
1792 ]
1793 },
1794 "notification-url": "https://packagist.org/downloads/",
1795 "license": [
1796 "BSD-3-Clause"
1797 ],
1798 "authors": [
1799 {
1800 "name": "Sebastian Bergmann",
1801 "email": "sebastian@phpunit.de"
1802 }
1803 ],
1804 "description": "Looks up which function or method a line of code belongs to",
1805 "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
1806 "time": "2017-03-04T06:30:41+00:00"
1c070fa8
A
1807 },
1808 {
1809 "name": "sebastian/comparator",
def39d0d 1810 "version": "3.0.2",
1c070fa8
A
1811 "source": {
1812 "type": "git",
1813 "url": "https://github.com/sebastianbergmann/comparator.git",
def39d0d 1814 "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da"
1c070fa8
A
1815 },
1816 "dist": {
1817 "type": "zip",
def39d0d
A
1818 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
1819 "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
1c070fa8
A
1820 "shasum": ""
1821 },
1822 "require": {
def39d0d
A
1823 "php": "^7.1",
1824 "sebastian/diff": "^3.0",
1825 "sebastian/exporter": "^3.1"
1c070fa8
A
1826 },
1827 "require-dev": {
def39d0d 1828 "phpunit/phpunit": "^7.1"
1c070fa8
A
1829 },
1830 "type": "library",
1831 "extra": {
1832 "branch-alias": {
def39d0d 1833 "dev-master": "3.0-dev"
1c070fa8
A
1834 }
1835 },
1836 "autoload": {
1837 "classmap": [
1838 "src/"
1839 ]
1840 },
1841 "notification-url": "https://packagist.org/downloads/",
1842 "license": [
1843 "BSD-3-Clause"
1844 ],
1845 "authors": [
1846 {
1847 "name": "Jeff Welch",
1848 "email": "whatthejeff@gmail.com"
1849 },
1850 {
1851 "name": "Volker Dusch",
1852 "email": "github@wallbash.com"
1853 },
1854 {
1855 "name": "Bernhard Schussek",
1856 "email": "bschussek@2bepublished.at"
1857 },
1858 {
1859 "name": "Sebastian Bergmann",
1860 "email": "sebastian@phpunit.de"
1861 }
1862 ],
1863 "description": "Provides the functionality to compare PHP values for equality",
def39d0d 1864 "homepage": "https://github.com/sebastianbergmann/comparator",
1c070fa8
A
1865 "keywords": [
1866 "comparator",
1867 "compare",
1868 "equality"
1869 ],
def39d0d 1870 "time": "2018-07-12T15:12:46+00:00"
1c070fa8
A
1871 },
1872 {
1873 "name": "sebastian/diff",
def39d0d 1874 "version": "3.0.2",
1c070fa8
A
1875 "source": {
1876 "type": "git",
1877 "url": "https://github.com/sebastianbergmann/diff.git",
def39d0d 1878 "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29"
1c070fa8
A
1879 },
1880 "dist": {
1881 "type": "zip",
def39d0d
A
1882 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
1883 "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
1c070fa8
A
1884 "shasum": ""
1885 },
1886 "require": {
def39d0d 1887 "php": "^7.1"
1c070fa8
A
1888 },
1889 "require-dev": {
def39d0d
A
1890 "phpunit/phpunit": "^7.5 || ^8.0",
1891 "symfony/process": "^2 || ^3.3 || ^4"
1c070fa8
A
1892 },
1893 "type": "library",
1894 "extra": {
1895 "branch-alias": {
def39d0d 1896 "dev-master": "3.0-dev"
1c070fa8
A
1897 }
1898 },
1899 "autoload": {
1900 "classmap": [
1901 "src/"
1902 ]
1903 },
1904 "notification-url": "https://packagist.org/downloads/",
1905 "license": [
1906 "BSD-3-Clause"
1907 ],
1908 "authors": [
1909 {
1910 "name": "Kore Nordmann",
1911 "email": "mail@kore-nordmann.de"
1912 },
1913 {
1914 "name": "Sebastian Bergmann",
1915 "email": "sebastian@phpunit.de"
1916 }
1917 ],
1918 "description": "Diff implementation",
1919 "homepage": "https://github.com/sebastianbergmann/diff",
1920 "keywords": [
def39d0d
A
1921 "diff",
1922 "udiff",
1923 "unidiff",
1924 "unified diff"
1c070fa8 1925 ],
def39d0d 1926 "time": "2019-02-04T06:01:07+00:00"
1c070fa8
A
1927 },
1928 {
1929 "name": "sebastian/environment",
def39d0d 1930 "version": "4.2.3",
1c070fa8
A
1931 "source": {
1932 "type": "git",
1933 "url": "https://github.com/sebastianbergmann/environment.git",
def39d0d 1934 "reference": "464c90d7bdf5ad4e8a6aea15c091fec0603d4368"
1c070fa8
A
1935 },
1936 "dist": {
1937 "type": "zip",
def39d0d
A
1938 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/464c90d7bdf5ad4e8a6aea15c091fec0603d4368",
1939 "reference": "464c90d7bdf5ad4e8a6aea15c091fec0603d4368",
1c070fa8
A
1940 "shasum": ""
1941 },
1942 "require": {
def39d0d 1943 "php": "^7.1"
1c070fa8
A
1944 },
1945 "require-dev": {
def39d0d
A
1946 "phpunit/phpunit": "^7.5"
1947 },
1948 "suggest": {
1949 "ext-posix": "*"
1c070fa8
A
1950 },
1951 "type": "library",
1952 "extra": {
1953 "branch-alias": {
def39d0d 1954 "dev-master": "4.2-dev"
1c070fa8
A
1955 }
1956 },
1957 "autoload": {
1958 "classmap": [
1959 "src/"
1960 ]
1961 },
1962 "notification-url": "https://packagist.org/downloads/",
1963 "license": [
1964 "BSD-3-Clause"
1965 ],
1966 "authors": [
1967 {
1968 "name": "Sebastian Bergmann",
1969 "email": "sebastian@phpunit.de"
1970 }
1971 ],
1972 "description": "Provides functionality to handle HHVM/PHP environments",
1973 "homepage": "http://www.github.com/sebastianbergmann/environment",
1974 "keywords": [
1975 "Xdebug",
1976 "environment",
1977 "hhvm"
1978 ],
def39d0d 1979 "time": "2019-11-20T08:46:58+00:00"
1c070fa8
A
1980 },
1981 {
1982 "name": "sebastian/exporter",
def39d0d 1983 "version": "3.1.2",
1c070fa8
A
1984 "source": {
1985 "type": "git",
1986 "url": "https://github.com/sebastianbergmann/exporter.git",
def39d0d 1987 "reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e"
1c070fa8
A
1988 },
1989 "dist": {
1990 "type": "zip",
def39d0d
A
1991 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/68609e1261d215ea5b21b7987539cbfbe156ec3e",
1992 "reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e",
1c070fa8
A
1993 "shasum": ""
1994 },
1995 "require": {
def39d0d
A
1996 "php": "^7.0",
1997 "sebastian/recursion-context": "^3.0"
1c070fa8
A
1998 },
1999 "require-dev": {
2000 "ext-mbstring": "*",
def39d0d 2001 "phpunit/phpunit": "^6.0"
1c070fa8
A
2002 },
2003 "type": "library",
2004 "extra": {
2005 "branch-alias": {
def39d0d 2006 "dev-master": "3.1.x-dev"
1c070fa8
A
2007 }
2008 },
2009 "autoload": {
2010 "classmap": [
2011 "src/"
2012 ]
2013 },
2014 "notification-url": "https://packagist.org/downloads/",
2015 "license": [
2016 "BSD-3-Clause"
2017 ],
2018 "authors": [
def39d0d
A
2019 {
2020 "name": "Sebastian Bergmann",
2021 "email": "sebastian@phpunit.de"
2022 },
1c070fa8
A
2023 {
2024 "name": "Jeff Welch",
2025 "email": "whatthejeff@gmail.com"
2026 },
2027 {
2028 "name": "Volker Dusch",
2029 "email": "github@wallbash.com"
2030 },
1c070fa8
A
2031 {
2032 "name": "Adam Harvey",
2033 "email": "aharvey@php.net"
def39d0d
A
2034 },
2035 {
2036 "name": "Bernhard Schussek",
2037 "email": "bschussek@gmail.com"
1c070fa8
A
2038 }
2039 ],
2040 "description": "Provides the functionality to export PHP variables for visualization",
2041 "homepage": "http://www.github.com/sebastianbergmann/exporter",
2042 "keywords": [
2043 "export",
2044 "exporter"
2045 ],
def39d0d 2046 "time": "2019-09-14T09:02:43+00:00"
1c070fa8
A
2047 },
2048 {
2049 "name": "sebastian/finder-facade",
def39d0d 2050 "version": "1.2.3",
1c070fa8
A
2051 "source": {
2052 "type": "git",
2053 "url": "https://github.com/sebastianbergmann/finder-facade.git",
def39d0d 2054 "reference": "167c45d131f7fc3d159f56f191a0a22228765e16"
1c070fa8
A
2055 },
2056 "dist": {
2057 "type": "zip",
def39d0d
A
2058 "url": "https://api.github.com/repos/sebastianbergmann/finder-facade/zipball/167c45d131f7fc3d159f56f191a0a22228765e16",
2059 "reference": "167c45d131f7fc3d159f56f191a0a22228765e16",
1c070fa8
A
2060 "shasum": ""
2061 },
2062 "require": {
def39d0d
A
2063 "php": "^7.1",
2064 "symfony/finder": "^2.3|^3.0|^4.0|^5.0",
2065 "theseer/fdomdocument": "^1.6"
1c070fa8
A
2066 },
2067 "type": "library",
def39d0d
A
2068 "extra": {
2069 "branch-alias": []
2070 },
1c070fa8
A
2071 "autoload": {
2072 "classmap": [
2073 "src/"
2074 ]
2075 },
2076 "notification-url": "https://packagist.org/downloads/",
2077 "license": [
2078 "BSD-3-Clause"
2079 ],
2080 "authors": [
2081 {
2082 "name": "Sebastian Bergmann",
2083 "email": "sebastian@phpunit.de",
2084 "role": "lead"
2085 }
2086 ],
2087 "description": "FinderFacade is a convenience wrapper for Symfony's Finder component.",
2088 "homepage": "https://github.com/sebastianbergmann/finder-facade",
def39d0d 2089 "time": "2020-01-16T08:08:45+00:00"
1c070fa8
A
2090 },
2091 {
2092 "name": "sebastian/global-state",
def39d0d 2093 "version": "2.0.0",
1c070fa8
A
2094 "source": {
2095 "type": "git",
2096 "url": "https://github.com/sebastianbergmann/global-state.git",
def39d0d 2097 "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
1c070fa8
A
2098 },
2099 "dist": {
2100 "type": "zip",
def39d0d
A
2101 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
2102 "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
1c070fa8
A
2103 "shasum": ""
2104 },
2105 "require": {
def39d0d 2106 "php": "^7.0"
1c070fa8
A
2107 },
2108 "require-dev": {
def39d0d 2109 "phpunit/phpunit": "^6.0"
1c070fa8
A
2110 },
2111 "suggest": {
2112 "ext-uopz": "*"
2113 },
2114 "type": "library",
2115 "extra": {
2116 "branch-alias": {
def39d0d 2117 "dev-master": "2.0-dev"
1c070fa8
A
2118 }
2119 },
2120 "autoload": {
2121 "classmap": [
2122 "src/"
2123 ]
2124 },
2125 "notification-url": "https://packagist.org/downloads/",
2126 "license": [
2127 "BSD-3-Clause"
2128 ],
2129 "authors": [
2130 {
2131 "name": "Sebastian Bergmann",
2132 "email": "sebastian@phpunit.de"
2133 }
2134 ],
2135 "description": "Snapshotting of global state",
2136 "homepage": "http://www.github.com/sebastianbergmann/global-state",
2137 "keywords": [
2138 "global state"
2139 ],
def39d0d 2140 "time": "2017-04-27T15:39:26+00:00"
1c070fa8 2141 },
5617dcf9
A
2142 {
2143 "name": "sebastian/object-enumerator",
def39d0d 2144 "version": "3.0.3",
5617dcf9
A
2145 "source": {
2146 "type": "git",
2147 "url": "https://github.com/sebastianbergmann/object-enumerator.git",
def39d0d 2148 "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
5617dcf9
A
2149 },
2150 "dist": {
2151 "type": "zip",
def39d0d
A
2152 "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
2153 "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
5617dcf9
A
2154 "shasum": ""
2155 },
2156 "require": {
def39d0d
A
2157 "php": "^7.0",
2158 "sebastian/object-reflector": "^1.1.1",
2159 "sebastian/recursion-context": "^3.0"
5617dcf9
A
2160 },
2161 "require-dev": {
def39d0d 2162 "phpunit/phpunit": "^6.0"
5617dcf9
A
2163 },
2164 "type": "library",
2165 "extra": {
2166 "branch-alias": {
def39d0d 2167 "dev-master": "3.0.x-dev"
5617dcf9
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": "Sebastian Bergmann",
2182 "email": "sebastian@phpunit.de"
2183 }
2184 ],
2185 "description": "Traverses array structures and object graphs to enumerate all referenced objects",
2186 "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
def39d0d
A
2187 "time": "2017-08-03T12:35:26+00:00"
2188 },
2189 {
2190 "name": "sebastian/object-reflector",
2191 "version": "1.1.1",
2192 "source": {
2193 "type": "git",
2194 "url": "https://github.com/sebastianbergmann/object-reflector.git",
2195 "reference": "773f97c67f28de00d397be301821b06708fca0be"
2196 },
2197 "dist": {
2198 "type": "zip",
2199 "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
2200 "reference": "773f97c67f28de00d397be301821b06708fca0be",
2201 "shasum": ""
2202 },
2203 "require": {
2204 "php": "^7.0"
2205 },
2206 "require-dev": {
2207 "phpunit/phpunit": "^6.0"
2208 },
2209 "type": "library",
2210 "extra": {
2211 "branch-alias": {
2212 "dev-master": "1.1-dev"
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": "Sebastian Bergmann",
2227 "email": "sebastian@phpunit.de"
2228 }
2229 ],
2230 "description": "Allows reflection of object attributes, including inherited and non-public ones",
2231 "homepage": "https://github.com/sebastianbergmann/object-reflector/",
2232 "time": "2017-03-29T09:07:27+00:00"
5617dcf9 2233 },
1c070fa8
A
2234 {
2235 "name": "sebastian/recursion-context",
def39d0d 2236 "version": "3.0.0",
1c070fa8
A
2237 "source": {
2238 "type": "git",
2239 "url": "https://github.com/sebastianbergmann/recursion-context.git",
def39d0d 2240 "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
1c070fa8
A
2241 },
2242 "dist": {
2243 "type": "zip",
def39d0d
A
2244 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
2245 "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
1c070fa8
A
2246 "shasum": ""
2247 },
2248 "require": {
def39d0d 2249 "php": "^7.0"
1c070fa8
A
2250 },
2251 "require-dev": {
def39d0d 2252 "phpunit/phpunit": "^6.0"
1c070fa8
A
2253 },
2254 "type": "library",
2255 "extra": {
2256 "branch-alias": {
def39d0d 2257 "dev-master": "3.0.x-dev"
1c070fa8
A
2258 }
2259 },
2260 "autoload": {
2261 "classmap": [
2262 "src/"
2263 ]
2264 },
2265 "notification-url": "https://packagist.org/downloads/",
2266 "license": [
2267 "BSD-3-Clause"
2268 ],
2269 "authors": [
2270 {
2271 "name": "Jeff Welch",
2272 "email": "whatthejeff@gmail.com"
2273 },
2274 {
2275 "name": "Sebastian Bergmann",
2276 "email": "sebastian@phpunit.de"
2277 },
2278 {
2279 "name": "Adam Harvey",
2280 "email": "aharvey@php.net"
2281 }
2282 ],
2283 "description": "Provides functionality to recursively process PHP variables",
2284 "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
def39d0d 2285 "time": "2017-03-03T06:23:57+00:00"
5617dcf9
A
2286 },
2287 {
2288 "name": "sebastian/resource-operations",
def39d0d 2289 "version": "2.0.1",
5617dcf9
A
2290 "source": {
2291 "type": "git",
2292 "url": "https://github.com/sebastianbergmann/resource-operations.git",
def39d0d 2293 "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9"
5617dcf9
A
2294 },
2295 "dist": {
2296 "type": "zip",
def39d0d
A
2297 "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
2298 "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
5617dcf9
A
2299 "shasum": ""
2300 },
2301 "require": {
def39d0d 2302 "php": "^7.1"
5617dcf9
A
2303 },
2304 "type": "library",
2305 "extra": {
2306 "branch-alias": {
def39d0d 2307 "dev-master": "2.0-dev"
5617dcf9
A
2308 }
2309 },
2310 "autoload": {
2311 "classmap": [
2312 "src/"
2313 ]
2314 },
2315 "notification-url": "https://packagist.org/downloads/",
2316 "license": [
2317 "BSD-3-Clause"
2318 ],
2319 "authors": [
2320 {
2321 "name": "Sebastian Bergmann",
2322 "email": "sebastian@phpunit.de"
2323 }
2324 ],
2325 "description": "Provides a list of PHP built-in functions that operate on resources",
2326 "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
def39d0d 2327 "time": "2018-10-04T04:07:39+00:00"
1c070fa8
A
2328 },
2329 {
2330 "name": "sebastian/version",
5617dcf9 2331 "version": "2.0.1",
1c070fa8
A
2332 "source": {
2333 "type": "git",
2334 "url": "https://github.com/sebastianbergmann/version.git",
5617dcf9 2335 "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
1c070fa8
A
2336 },
2337 "dist": {
2338 "type": "zip",
5617dcf9
A
2339 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
2340 "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
1c070fa8
A
2341 "shasum": ""
2342 },
5617dcf9
A
2343 "require": {
2344 "php": ">=5.6"
2345 },
1c070fa8 2346 "type": "library",
5617dcf9
A
2347 "extra": {
2348 "branch-alias": {
2349 "dev-master": "2.0.x-dev"
2350 }
2351 },
1c070fa8
A
2352 "autoload": {
2353 "classmap": [
2354 "src/"
2355 ]
2356 },
2357 "notification-url": "https://packagist.org/downloads/",
2358 "license": [
2359 "BSD-3-Clause"
2360 ],
2361 "authors": [
2362 {
2363 "name": "Sebastian Bergmann",
2364 "email": "sebastian@phpunit.de",
2365 "role": "lead"
2366 }
2367 ],
2368 "description": "Library that helps with managing the version number of Git-hosted PHP projects",
2369 "homepage": "https://github.com/sebastianbergmann/version",
5617dcf9 2370 "time": "2016-10-03T07:35:21+00:00"
1c070fa8
A
2371 },
2372 {
2373 "name": "squizlabs/php_codesniffer",
03340c18 2374 "version": "3.5.5",
1c070fa8
A
2375 "source": {
2376 "type": "git",
2377 "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
03340c18 2378 "reference": "73e2e7f57d958e7228fce50dc0c61f58f017f9f6"
1c070fa8
A
2379 },
2380 "dist": {
2381 "type": "zip",
03340c18
A
2382 "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/73e2e7f57d958e7228fce50dc0c61f58f017f9f6",
2383 "reference": "73e2e7f57d958e7228fce50dc0c61f58f017f9f6",
1c070fa8
A
2384 "shasum": ""
2385 },
2386 "require": {
2387 "ext-simplexml": "*",
2388 "ext-tokenizer": "*",
2389 "ext-xmlwriter": "*",
def39d0d 2390 "php": ">=5.4.0"
1c070fa8
A
2391 },
2392 "require-dev": {
def39d0d 2393 "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
1c070fa8
A
2394 },
2395 "bin": [
def39d0d
A
2396 "bin/phpcs",
2397 "bin/phpcbf"
1c070fa8
A
2398 ],
2399 "type": "library",
2400 "extra": {
2401 "branch-alias": {
def39d0d 2402 "dev-master": "3.x-dev"
1c070fa8
A
2403 }
2404 },
1c070fa8
A
2405 "notification-url": "https://packagist.org/downloads/",
2406 "license": [
2407 "BSD-3-Clause"
2408 ],
2409 "authors": [
2410 {
2411 "name": "Greg Sherwood",
2412 "role": "lead"
2413 }
2414 ],
2415 "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
def39d0d 2416 "homepage": "https://github.com/squizlabs/PHP_CodeSniffer",
1c070fa8
A
2417 "keywords": [
2418 "phpcs",
2419 "standards"
2420 ],
03340c18 2421 "time": "2020-04-17T01:09:41+00:00"
1c070fa8 2422 },
1c070fa8
A
2423 {
2424 "name": "symfony/console",
03340c18 2425 "version": "v4.4.8",
1c070fa8
A
2426 "source": {
2427 "type": "git",
2428 "url": "https://github.com/symfony/console.git",
03340c18 2429 "reference": "10bb3ee3c97308869d53b3e3d03f6ac23ff985f7"
1c070fa8
A
2430 },
2431 "dist": {
2432 "type": "zip",
03340c18
A
2433 "url": "https://api.github.com/repos/symfony/console/zipball/10bb3ee3c97308869d53b3e3d03f6ac23ff985f7",
2434 "reference": "10bb3ee3c97308869d53b3e3d03f6ac23ff985f7",
1c070fa8
A
2435 "shasum": ""
2436 },
2437 "require": {
def39d0d
A
2438 "php": "^7.1.3",
2439 "symfony/polyfill-mbstring": "~1.0",
2440 "symfony/polyfill-php73": "^1.8",
2441 "symfony/service-contracts": "^1.1|^2"
1c070fa8 2442 },
5617dcf9
A
2443 "conflict": {
2444 "symfony/dependency-injection": "<3.4",
def39d0d
A
2445 "symfony/event-dispatcher": "<4.3|>=5",
2446 "symfony/lock": "<4.4",
5617dcf9
A
2447 "symfony/process": "<3.3"
2448 },
df408797
A
2449 "provide": {
2450 "psr/log-implementation": "1.0"
2451 },
1c070fa8
A
2452 "require-dev": {
2453 "psr/log": "~1.0",
def39d0d
A
2454 "symfony/config": "^3.4|^4.0|^5.0",
2455 "symfony/dependency-injection": "^3.4|^4.0|^5.0",
2456 "symfony/event-dispatcher": "^4.3",
2457 "symfony/lock": "^4.4|^5.0",
2458 "symfony/process": "^3.4|^4.0|^5.0",
2459 "symfony/var-dumper": "^4.3|^5.0"
1c070fa8
A
2460 },
2461 "suggest": {
df408797 2462 "psr/log": "For using the console logger",
1c070fa8 2463 "symfony/event-dispatcher": "",
5617dcf9 2464 "symfony/lock": "",
1c070fa8
A
2465 "symfony/process": ""
2466 },
2467 "type": "library",
2468 "extra": {
2469 "branch-alias": {
def39d0d 2470 "dev-master": "4.4-dev"
1c070fa8
A
2471 }
2472 },
2473 "autoload": {
2474 "psr-4": {
2475 "Symfony\\Component\\Console\\": ""
2476 },
2477 "exclude-from-classmap": [
2478 "/Tests/"
2479 ]
2480 },
2481 "notification-url": "https://packagist.org/downloads/",
2482 "license": [
2483 "MIT"
2484 ],
2485 "authors": [
2486 {
2487 "name": "Fabien Potencier",
2488 "email": "fabien@symfony.com"
2489 },
2490 {
2491 "name": "Symfony Community",
2492 "homepage": "https://symfony.com/contributors"
2493 }
2494 ],
2495 "description": "Symfony Console Component",
2496 "homepage": "https://symfony.com",
03340c18 2497 "time": "2020-03-30T11:41:10+00:00"
1c070fa8
A
2498 },
2499 {
def39d0d 2500 "name": "symfony/finder",
03340c18 2501 "version": "v4.4.8",
1c070fa8
A
2502 "source": {
2503 "type": "git",
def39d0d 2504 "url": "https://github.com/symfony/finder.git",
03340c18 2505 "reference": "5729f943f9854c5781984ed4907bbb817735776b"
1c070fa8
A
2506 },
2507 "dist": {
2508 "type": "zip",
03340c18
A
2509 "url": "https://api.github.com/repos/symfony/finder/zipball/5729f943f9854c5781984ed4907bbb817735776b",
2510 "reference": "5729f943f9854c5781984ed4907bbb817735776b",
1c070fa8
A
2511 "shasum": ""
2512 },
2513 "require": {
def39d0d 2514 "php": "^7.1.3"
1c070fa8
A
2515 },
2516 "type": "library",
2517 "extra": {
2518 "branch-alias": {
def39d0d 2519 "dev-master": "4.4-dev"
1c070fa8
A
2520 }
2521 },
2522 "autoload": {
2523 "psr-4": {
def39d0d 2524 "Symfony\\Component\\Finder\\": ""
1c070fa8
A
2525 },
2526 "exclude-from-classmap": [
2527 "/Tests/"
2528 ]
2529 },
2530 "notification-url": "https://packagist.org/downloads/",
2531 "license": [
2532 "MIT"
2533 ],
2534 "authors": [
2535 {
2536 "name": "Fabien Potencier",
2537 "email": "fabien@symfony.com"
2538 },
2539 {
2540 "name": "Symfony Community",
2541 "homepage": "https://symfony.com/contributors"
2542 }
2543 ],
def39d0d 2544 "description": "Symfony Finder Component",
1c070fa8 2545 "homepage": "https://symfony.com",
03340c18 2546 "time": "2020-03-27T16:54:36+00:00"
1c070fa8 2547 },
1c070fa8 2548 {
def39d0d 2549 "name": "symfony/polyfill-ctype",
72caf4e8 2550 "version": "v1.17.0",
1c070fa8
A
2551 "source": {
2552 "type": "git",
def39d0d 2553 "url": "https://github.com/symfony/polyfill-ctype.git",
72caf4e8 2554 "reference": "e94c8b1bbe2bc77507a1056cdb06451c75b427f9"
1c070fa8
A
2555 },
2556 "dist": {
2557 "type": "zip",
72caf4e8
A
2558 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e94c8b1bbe2bc77507a1056cdb06451c75b427f9",
2559 "reference": "e94c8b1bbe2bc77507a1056cdb06451c75b427f9",
1c070fa8
A
2560 "shasum": ""
2561 },
2562 "require": {
def39d0d
A
2563 "php": ">=5.3.3"
2564 },
2565 "suggest": {
2566 "ext-ctype": "For best performance"
1c070fa8
A
2567 },
2568 "type": "library",
2569 "extra": {
2570 "branch-alias": {
72caf4e8 2571 "dev-master": "1.17-dev"
1c070fa8
A
2572 }
2573 },
2574 "autoload": {
2575 "psr-4": {
def39d0d 2576 "Symfony\\Polyfill\\Ctype\\": ""
1c070fa8 2577 },
def39d0d
A
2578 "files": [
2579 "bootstrap.php"
1c070fa8
A
2580 ]
2581 },
2582 "notification-url": "https://packagist.org/downloads/",
2583 "license": [
2584 "MIT"
2585 ],
2586 "authors": [
2587 {
def39d0d
A
2588 "name": "Gert de Pagter",
2589 "email": "BackEndTea@gmail.com"
1c070fa8
A
2590 },
2591 {
2592 "name": "Symfony Community",
2593 "homepage": "https://symfony.com/contributors"
2594 }
2595 ],
def39d0d 2596 "description": "Symfony polyfill for ctype functions",
1c070fa8 2597 "homepage": "https://symfony.com",
def39d0d
A
2598 "keywords": [
2599 "compatibility",
2600 "ctype",
2601 "polyfill",
2602 "portable"
2603 ],
72caf4e8 2604 "time": "2020-05-12T16:14:59+00:00"
28f26524
A
2605 },
2606 {
def39d0d 2607 "name": "symfony/polyfill-mbstring",
72caf4e8 2608 "version": "v1.17.0",
28f26524
A
2609 "source": {
2610 "type": "git",
def39d0d 2611 "url": "https://github.com/symfony/polyfill-mbstring.git",
72caf4e8 2612 "reference": "fa79b11539418b02fc5e1897267673ba2c19419c"
28f26524
A
2613 },
2614 "dist": {
2615 "type": "zip",
72caf4e8
A
2616 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/fa79b11539418b02fc5e1897267673ba2c19419c",
2617 "reference": "fa79b11539418b02fc5e1897267673ba2c19419c",
28f26524
A
2618 "shasum": ""
2619 },
2620 "require": {
2621 "php": ">=5.3.3"
2622 },
62f5a758 2623 "suggest": {
def39d0d 2624 "ext-mbstring": "For best performance"
62f5a758 2625 },
28f26524
A
2626 "type": "library",
2627 "extra": {
2628 "branch-alias": {
72caf4e8 2629 "dev-master": "1.17-dev"
28f26524
A
2630 }
2631 },
2632 "autoload": {
2633 "psr-4": {
def39d0d 2634 "Symfony\\Polyfill\\Mbstring\\": ""
28f26524
A
2635 },
2636 "files": [
2637 "bootstrap.php"
2638 ]
2639 },
2640 "notification-url": "https://packagist.org/downloads/",
2641 "license": [
2642 "MIT"
2643 ],
2644 "authors": [
2645 {
def39d0d
A
2646 "name": "Nicolas Grekas",
2647 "email": "p@tchwork.com"
28f26524
A
2648 },
2649 {
def39d0d
A
2650 "name": "Symfony Community",
2651 "homepage": "https://symfony.com/contributors"
28f26524
A
2652 }
2653 ],
def39d0d 2654 "description": "Symfony polyfill for the Mbstring extension",
28f26524
A
2655 "homepage": "https://symfony.com",
2656 "keywords": [
2657 "compatibility",
def39d0d 2658 "mbstring",
28f26524 2659 "polyfill",
def39d0d
A
2660 "portable",
2661 "shim"
28f26524 2662 ],
72caf4e8 2663 "time": "2020-05-12T16:47:27+00:00"
1c070fa8
A
2664 },
2665 {
def39d0d 2666 "name": "symfony/polyfill-php73",
72caf4e8 2667 "version": "v1.17.0",
1c070fa8
A
2668 "source": {
2669 "type": "git",
def39d0d 2670 "url": "https://github.com/symfony/polyfill-php73.git",
72caf4e8 2671 "reference": "a760d8964ff79ab9bf057613a5808284ec852ccc"
1c070fa8
A
2672 },
2673 "dist": {
2674 "type": "zip",
72caf4e8
A
2675 "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/a760d8964ff79ab9bf057613a5808284ec852ccc",
2676 "reference": "a760d8964ff79ab9bf057613a5808284ec852ccc",
1c070fa8
A
2677 "shasum": ""
2678 },
2679 "require": {
2680 "php": ">=5.3.3"
2681 },
1c070fa8
A
2682 "type": "library",
2683 "extra": {
2684 "branch-alias": {
72caf4e8 2685 "dev-master": "1.17-dev"
1c070fa8
A
2686 }
2687 },
2688 "autoload": {
2689 "psr-4": {
def39d0d 2690 "Symfony\\Polyfill\\Php73\\": ""
1c070fa8
A
2691 },
2692 "files": [
2693 "bootstrap.php"
def39d0d
A
2694 ],
2695 "classmap": [
2696 "Resources/stubs"
1c070fa8
A
2697 ]
2698 },
2699 "notification-url": "https://packagist.org/downloads/",
2700 "license": [
2701 "MIT"
2702 ],
2703 "authors": [
2704 {
2705 "name": "Nicolas Grekas",
2706 "email": "p@tchwork.com"
2707 },
2708 {
2709 "name": "Symfony Community",
2710 "homepage": "https://symfony.com/contributors"
2711 }
2712 ],
def39d0d 2713 "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
1c070fa8
A
2714 "homepage": "https://symfony.com",
2715 "keywords": [
2716 "compatibility",
1c070fa8
A
2717 "polyfill",
2718 "portable",
2719 "shim"
2720 ],
72caf4e8 2721 "time": "2020-05-12T16:47:27+00:00"
1c070fa8
A
2722 },
2723 {
def39d0d
A
2724 "name": "symfony/service-contracts",
2725 "version": "v1.1.8",
1c070fa8
A
2726 "source": {
2727 "type": "git",
def39d0d
A
2728 "url": "https://github.com/symfony/service-contracts.git",
2729 "reference": "ffc7f5692092df31515df2a5ecf3b7302b3ddacf"
1c070fa8
A
2730 },
2731 "dist": {
2732 "type": "zip",
def39d0d
A
2733 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/ffc7f5692092df31515df2a5ecf3b7302b3ddacf",
2734 "reference": "ffc7f5692092df31515df2a5ecf3b7302b3ddacf",
1c070fa8
A
2735 "shasum": ""
2736 },
2737 "require": {
df408797 2738 "php": "^7.1.3",
def39d0d 2739 "psr/container": "^1.0"
1c070fa8
A
2740 },
2741 "suggest": {
def39d0d 2742 "symfony/service-implementation": ""
1c070fa8
A
2743 },
2744 "type": "library",
2745 "extra": {
2746 "branch-alias": {
def39d0d 2747 "dev-master": "1.1-dev"
1c070fa8
A
2748 }
2749 },
2750 "autoload": {
2751 "psr-4": {
def39d0d
A
2752 "Symfony\\Contracts\\Service\\": ""
2753 }
1c070fa8
A
2754 },
2755 "notification-url": "https://packagist.org/downloads/",
2756 "license": [
2757 "MIT"
2758 ],
2759 "authors": [
2760 {
def39d0d
A
2761 "name": "Nicolas Grekas",
2762 "email": "p@tchwork.com"
1c070fa8
A
2763 },
2764 {
2765 "name": "Symfony Community",
2766 "homepage": "https://symfony.com/contributors"
2767 }
2768 ],
def39d0d 2769 "description": "Generic abstractions related to writing services",
1c070fa8 2770 "homepage": "https://symfony.com",
def39d0d
A
2771 "keywords": [
2772 "abstractions",
2773 "contracts",
2774 "decoupling",
2775 "interfaces",
2776 "interoperability",
2777 "standards"
2778 ],
2779 "time": "2019-10-14T12:27:06+00:00"
1c070fa8
A
2780 },
2781 {
2782 "name": "theseer/fdomdocument",
89118630 2783 "version": "1.6.6",
1c070fa8
A
2784 "source": {
2785 "type": "git",
2786 "url": "https://github.com/theseer/fDOMDocument.git",
89118630 2787 "reference": "6e8203e40a32a9c770bcb62fe37e68b948da6dca"
1c070fa8
A
2788 },
2789 "dist": {
2790 "type": "zip",
89118630
A
2791 "url": "https://api.github.com/repos/theseer/fDOMDocument/zipball/6e8203e40a32a9c770bcb62fe37e68b948da6dca",
2792 "reference": "6e8203e40a32a9c770bcb62fe37e68b948da6dca",
1c070fa8
A
2793 "shasum": ""
2794 },
2795 "require": {
2796 "ext-dom": "*",
2797 "lib-libxml": "*",
2798 "php": ">=5.3.3"
2799 },
2800 "type": "library",
2801 "autoload": {
2802 "classmap": [
2803 "src/"
2804 ]
2805 },
2806 "notification-url": "https://packagist.org/downloads/",
2807 "license": [
2808 "BSD-3-Clause"
2809 ],
2810 "authors": [
2811 {
2812 "name": "Arne Blankerts",
2813 "email": "arne@blankerts.de",
2814 "role": "lead"
2815 }
2816 ],
2817 "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.",
2818 "homepage": "https://github.com/theseer/fDOMDocument",
89118630 2819 "time": "2017-06-30T11:53:12+00:00"
1c070fa8 2820 },
def39d0d
A
2821 {
2822 "name": "theseer/tokenizer",
2823 "version": "1.1.3",
2824 "source": {
2825 "type": "git",
2826 "url": "https://github.com/theseer/tokenizer.git",
2827 "reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9"
2828 },
2829 "dist": {
2830 "type": "zip",
2831 "url": "https://api.github.com/repos/theseer/tokenizer/zipball/11336f6f84e16a720dae9d8e6ed5019efa85a0f9",
2832 "reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9",
2833 "shasum": ""
2834 },
2835 "require": {
2836 "ext-dom": "*",
2837 "ext-tokenizer": "*",
2838 "ext-xmlwriter": "*",
2839 "php": "^7.0"
2840 },
2841 "type": "library",
2842 "autoload": {
2843 "classmap": [
2844 "src/"
2845 ]
2846 },
2847 "notification-url": "https://packagist.org/downloads/",
2848 "license": [
2849 "BSD-3-Clause"
2850 ],
2851 "authors": [
2852 {
2853 "name": "Arne Blankerts",
2854 "email": "arne@blankerts.de",
2855 "role": "Developer"
2856 }
2857 ],
2858 "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
2859 "time": "2019-06-13T22:48:21+00:00"
2860 },
1c070fa8
A
2861 {
2862 "name": "webmozart/assert",
03340c18 2863 "version": "1.8.0",
1c070fa8
A
2864 "source": {
2865 "type": "git",
2866 "url": "https://github.com/webmozart/assert.git",
03340c18 2867 "reference": "ab2cb0b3b559010b75981b1bdce728da3ee90ad6"
1c070fa8
A
2868 },
2869 "dist": {
2870 "type": "zip",
03340c18
A
2871 "url": "https://api.github.com/repos/webmozart/assert/zipball/ab2cb0b3b559010b75981b1bdce728da3ee90ad6",
2872 "reference": "ab2cb0b3b559010b75981b1bdce728da3ee90ad6",
1c070fa8
A
2873 "shasum": ""
2874 },
2875 "require": {
1a55fc8d
V
2876 "php": "^5.3.3 || ^7.0",
2877 "symfony/polyfill-ctype": "^1.8"
1c070fa8 2878 },
def39d0d 2879 "conflict": {
03340c18 2880 "vimeo/psalm": "<3.9.1"
def39d0d 2881 },
1c070fa8 2882 "require-dev": {
def39d0d 2883 "phpunit/phpunit": "^4.8.36 || ^7.5.13"
1c070fa8
A
2884 },
2885 "type": "library",
1c070fa8
A
2886 "autoload": {
2887 "psr-4": {
2888 "Webmozart\\Assert\\": "src/"
2889 }
2890 },
2891 "notification-url": "https://packagist.org/downloads/",
2892 "license": [
2893 "MIT"
2894 ],
2895 "authors": [
2896 {
2897 "name": "Bernhard Schussek",
2898 "email": "bschussek@gmail.com"
2899 }
2900 ],
2901 "description": "Assertions to validate method input/output with nice error messages.",
2902 "keywords": [
2903 "assert",
2904 "check",
2905 "validate"
2906 ],
03340c18 2907 "time": "2020-04-18T12:12:48+00:00"
1c070fa8
A
2908 }
2909 ],
2910 "aliases": [],
2911 "minimum-stability": "stable",
2912 "stability-flags": {
8f4e9624
V
2913 "pubsubhubbub/publisher": 20,
2914 "roave/security-advisories": 20
1c070fa8
A
2915 },
2916 "prefer-stable": false,
2917 "prefer-lowest": false,
2918 "platform": {
df408797 2919 "php": ">=7.1",
1a55fc8d 2920 "ext-json": "*",
92c6439d 2921 "ext-zlib": "*"
1c070fa8 2922 },
89118630
A
2923 "platform-dev": [],
2924 "platform-overrides": {
df408797 2925 "php": "7.1.29"
89118630 2926 }
1c070fa8 2927}