]> git.immae.eu Git - github/wallabag/wallabag.git/blob - composer.lock
Lock scheb/two-factor-bundle to avoid issue with ListenerInterface / TwoFactorListener
[github/wallabag/wallabag.git] / composer.lock
1 {
2 "_readme": [
3 "This file locks the dependencies of your project to a known state",
4 "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
5 "This file is @generated automatically"
6 ],
7 "content-hash": "9460c8c5f1534c0655a9639167c3e1a1",
8 "packages": [
9 {
10 "name": "bdunogier/guzzle-site-authenticator",
11 "version": "1.0.0",
12 "source": {
13 "type": "git",
14 "url": "https://github.com/wallabag/guzzle-site-authenticator.git",
15 "reference": "6649aca6f13c27088ef34e4202b31fc0da01d987"
16 },
17 "dist": {
18 "type": "zip",
19 "url": "https://api.github.com/repos/wallabag/guzzle-site-authenticator/zipball/6649aca6f13c27088ef34e4202b31fc0da01d987",
20 "reference": "6649aca6f13c27088ef34e4202b31fc0da01d987",
21 "shasum": ""
22 },
23 "require": {
24 "guzzlehttp/guzzle": "^5.2.0",
25 "psr/log": "^1.0.0",
26 "symfony/expression-language": "^3.2"
27 },
28 "require-dev": {
29 "friendsofphp/php-cs-fixer": "~2.0",
30 "monolog/monolog": "^1.13",
31 "php-coveralls/php-coveralls": "~1.0",
32 "symfony/phpunit-bridge": "^4.2"
33 },
34 "type": "library",
35 "extra": {
36 "branch-alias": {
37 "dev-master": "1.0.x-dev"
38 }
39 },
40 "autoload": {
41 "psr-4": {
42 "BD\\GuzzleSiteAuthenticatorBundle\\": "bundle/",
43 "BD\\GuzzleSiteAuthenticator\\": "lib/"
44 }
45 },
46 "notification-url": "https://packagist.org/downloads/",
47 "license": [
48 "MIT"
49 ],
50 "authors": [
51 {
52 "name": "Bertrand Dunogier",
53 "email": "bertrand.dunogier@gmail.com"
54 }
55 ],
56 "description": "A guzzle plugin that adds, if necessary, authentication data to requests. Uses credentials and cookies, with login requests to the sites.",
57 "time": "2018-12-13T21:06:29+00:00"
58 },
59 {
60 "name": "beberlei/assert",
61 "version": "v3.2.7",
62 "source": {
63 "type": "git",
64 "url": "https://github.com/beberlei/assert.git",
65 "reference": "d63a6943fc4fd1a2aedb65994e3548715105abcf"
66 },
67 "dist": {
68 "type": "zip",
69 "url": "https://api.github.com/repos/beberlei/assert/zipball/d63a6943fc4fd1a2aedb65994e3548715105abcf",
70 "reference": "d63a6943fc4fd1a2aedb65994e3548715105abcf",
71 "shasum": ""
72 },
73 "require": {
74 "ext-ctype": "*",
75 "ext-json": "*",
76 "ext-mbstring": "*",
77 "ext-simplexml": "*",
78 "php": "^7"
79 },
80 "require-dev": {
81 "friendsofphp/php-cs-fixer": "*",
82 "phpstan/phpstan-shim": "*",
83 "phpunit/phpunit": ">=6.0.0 <8"
84 },
85 "suggest": {
86 "ext-intl": "Needed to allow Assertion::count(), Assertion::isCountable(), Assertion::minCount(), and Assertion::maxCount() to operate on ResourceBundles"
87 },
88 "type": "library",
89 "autoload": {
90 "psr-4": {
91 "Assert\\": "lib/Assert"
92 },
93 "files": [
94 "lib/Assert/functions.php"
95 ]
96 },
97 "notification-url": "https://packagist.org/downloads/",
98 "license": [
99 "BSD-2-Clause"
100 ],
101 "authors": [
102 {
103 "name": "Benjamin Eberlei",
104 "email": "kontakt@beberlei.de",
105 "role": "Lead Developer"
106 },
107 {
108 "name": "Richard Quadling",
109 "email": "rquadling@gmail.com",
110 "role": "Collaborator"
111 }
112 ],
113 "description": "Thin assertion library for input validation in business models.",
114 "keywords": [
115 "assert",
116 "assertion",
117 "validation"
118 ],
119 "time": "2019-12-19T17:51:41+00:00"
120 },
121 {
122 "name": "behat/transliterator",
123 "version": "v1.3.0",
124 "source": {
125 "type": "git",
126 "url": "https://github.com/Behat/Transliterator.git",
127 "reference": "3c4ec1d77c3d05caa1f0bf8fb3aae4845005c7fc"
128 },
129 "dist": {
130 "type": "zip",
131 "url": "https://api.github.com/repos/Behat/Transliterator/zipball/3c4ec1d77c3d05caa1f0bf8fb3aae4845005c7fc",
132 "reference": "3c4ec1d77c3d05caa1f0bf8fb3aae4845005c7fc",
133 "shasum": ""
134 },
135 "require": {
136 "php": ">=5.3.3"
137 },
138 "require-dev": {
139 "chuyskywalker/rolling-curl": "^3.1",
140 "php-yaoi/php-yaoi": "^1.0",
141 "phpunit/phpunit": "^4.8.36|^6.3"
142 },
143 "type": "library",
144 "extra": {
145 "branch-alias": {
146 "dev-master": "1.2-dev"
147 }
148 },
149 "autoload": {
150 "psr-4": {
151 "Behat\\Transliterator\\": "src/Behat/Transliterator"
152 }
153 },
154 "notification-url": "https://packagist.org/downloads/",
155 "license": [
156 "Artistic-1.0"
157 ],
158 "description": "String transliterator",
159 "keywords": [
160 "i18n",
161 "slug",
162 "transliterator"
163 ],
164 "time": "2020-01-14T16:39:13+00:00"
165 },
166 {
167 "name": "clue/stream-filter",
168 "version": "v1.4.1",
169 "source": {
170 "type": "git",
171 "url": "https://github.com/clue/php-stream-filter.git",
172 "reference": "5a58cc30a8bd6a4eb8f856adf61dd3e013f53f71"
173 },
174 "dist": {
175 "type": "zip",
176 "url": "https://api.github.com/repos/clue/php-stream-filter/zipball/5a58cc30a8bd6a4eb8f856adf61dd3e013f53f71",
177 "reference": "5a58cc30a8bd6a4eb8f856adf61dd3e013f53f71",
178 "shasum": ""
179 },
180 "require": {
181 "php": ">=5.3"
182 },
183 "require-dev": {
184 "phpunit/phpunit": "^5.0 || ^4.8"
185 },
186 "type": "library",
187 "autoload": {
188 "psr-4": {
189 "Clue\\StreamFilter\\": "src/"
190 },
191 "files": [
192 "src/functions_include.php"
193 ]
194 },
195 "notification-url": "https://packagist.org/downloads/",
196 "license": [
197 "MIT"
198 ],
199 "authors": [
200 {
201 "name": "Christian Lück",
202 "email": "christian@lueck.tv"
203 }
204 ],
205 "description": "A simple and modern approach to stream filtering in PHP",
206 "homepage": "https://github.com/clue/php-stream-filter",
207 "keywords": [
208 "bucket brigade",
209 "callback",
210 "filter",
211 "php_user_filter",
212 "stream",
213 "stream_filter_append",
214 "stream_filter_register"
215 ],
216 "time": "2019-04-09T12:31:48+00:00"
217 },
218 {
219 "name": "craue/config-bundle",
220 "version": "2.4.0",
221 "source": {
222 "type": "git",
223 "url": "https://github.com/craue/CraueConfigBundle.git",
224 "reference": "ad474f63d6b51da0d346a7873b3a54f98fa96e32"
225 },
226 "dist": {
227 "type": "zip",
228 "url": "https://api.github.com/repos/craue/CraueConfigBundle/zipball/ad474f63d6b51da0d346a7873b3a54f98fa96e32",
229 "reference": "ad474f63d6b51da0d346a7873b3a54f98fa96e32",
230 "shasum": ""
231 },
232 "require": {
233 "doctrine/doctrine-bundle": "^1.5.1|~2.0",
234 "php": "~7.0",
235 "psr/simple-cache": "^1.0",
236 "symfony/cache": "~3.4|~4.2|~5.0",
237 "symfony/config": "~3.4|~4.2|~5.0",
238 "symfony/dependency-injection": "~3.4|~4.2|~5.0",
239 "symfony/form": "~3.4|~4.2|~5.0",
240 "symfony/framework-bundle": "~3.4|~4.2|~5.0",
241 "symfony/http-foundation": "~3.4|~4.2|~5.0",
242 "symfony/http-kernel": "~3.4|~4.2|~5.0",
243 "symfony/options-resolver": "~3.4|~4.2|~5.0",
244 "symfony/validator": "~3.4|~4.2|~5.0"
245 },
246 "require-dev": {
247 "doctrine/instantiator": "^1.0.5",
248 "doctrine/orm": "^2.5.14",
249 "phpunit/phpunit": "^6.5.13|^7.5.1",
250 "symfony/phpunit-bridge": "~5.0",
251 "symfony/symfony": "~3.4|~4.2|~5.0"
252 },
253 "type": "symfony-bundle",
254 "extra": {
255 "branch-alias": {
256 "dev-master": "2.4.x-dev"
257 }
258 },
259 "autoload": {
260 "psr-4": {
261 "Craue\\ConfigBundle\\": ""
262 },
263 "exclude-from-classmap": [
264 "/Tests/"
265 ]
266 },
267 "notification-url": "https://packagist.org/downloads/",
268 "license": [
269 "MIT"
270 ],
271 "authors": [
272 {
273 "name": "Christian Raue",
274 "email": "christian.raue@gmail.com"
275 },
276 {
277 "name": "Symfony Community",
278 "homepage": "https://github.com/craue/CraueConfigBundle/contributors"
279 }
280 ],
281 "description": "Database-stored settings made available via a service for your Symfony project.",
282 "homepage": "https://github.com/craue/CraueConfigBundle",
283 "keywords": [
284 "config",
285 "symfony"
286 ],
287 "time": "2019-12-03T08:32:04+00:00"
288 },
289 {
290 "name": "defuse/php-encryption",
291 "version": "v2.2.1",
292 "source": {
293 "type": "git",
294 "url": "https://github.com/defuse/php-encryption.git",
295 "reference": "0f407c43b953d571421e0020ba92082ed5fb7620"
296 },
297 "dist": {
298 "type": "zip",
299 "url": "https://api.github.com/repos/defuse/php-encryption/zipball/0f407c43b953d571421e0020ba92082ed5fb7620",
300 "reference": "0f407c43b953d571421e0020ba92082ed5fb7620",
301 "shasum": ""
302 },
303 "require": {
304 "ext-openssl": "*",
305 "paragonie/random_compat": ">= 2",
306 "php": ">=5.4.0"
307 },
308 "require-dev": {
309 "nikic/php-parser": "^2.0|^3.0|^4.0",
310 "phpunit/phpunit": "^4|^5"
311 },
312 "bin": [
313 "bin/generate-defuse-key"
314 ],
315 "type": "library",
316 "autoload": {
317 "psr-4": {
318 "Defuse\\Crypto\\": "src"
319 }
320 },
321 "notification-url": "https://packagist.org/downloads/",
322 "license": [
323 "MIT"
324 ],
325 "authors": [
326 {
327 "name": "Taylor Hornby",
328 "email": "taylor@defuse.ca",
329 "homepage": "https://defuse.ca/"
330 },
331 {
332 "name": "Scott Arciszewski",
333 "email": "info@paragonie.com",
334 "homepage": "https://paragonie.com"
335 }
336 ],
337 "description": "Secure PHP Encryption Library",
338 "keywords": [
339 "aes",
340 "authenticated encryption",
341 "cipher",
342 "crypto",
343 "cryptography",
344 "encrypt",
345 "encryption",
346 "openssl",
347 "security",
348 "symmetric key cryptography"
349 ],
350 "time": "2018-07-24T23:27:56+00:00"
351 },
352 {
353 "name": "doctrine/annotations",
354 "version": "1.10.2",
355 "source": {
356 "type": "git",
357 "url": "https://github.com/doctrine/annotations.git",
358 "reference": "b9d758e831c70751155c698c2f7df4665314a1cb"
359 },
360 "dist": {
361 "type": "zip",
362 "url": "https://api.github.com/repos/doctrine/annotations/zipball/b9d758e831c70751155c698c2f7df4665314a1cb",
363 "reference": "b9d758e831c70751155c698c2f7df4665314a1cb",
364 "shasum": ""
365 },
366 "require": {
367 "doctrine/lexer": "1.*",
368 "ext-tokenizer": "*",
369 "php": "^7.1"
370 },
371 "require-dev": {
372 "doctrine/cache": "1.*",
373 "phpunit/phpunit": "^7.5"
374 },
375 "type": "library",
376 "extra": {
377 "branch-alias": {
378 "dev-master": "1.9.x-dev"
379 }
380 },
381 "autoload": {
382 "psr-4": {
383 "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
384 }
385 },
386 "notification-url": "https://packagist.org/downloads/",
387 "license": [
388 "MIT"
389 ],
390 "authors": [
391 {
392 "name": "Guilherme Blanco",
393 "email": "guilhermeblanco@gmail.com"
394 },
395 {
396 "name": "Roman Borschel",
397 "email": "roman@code-factory.org"
398 },
399 {
400 "name": "Benjamin Eberlei",
401 "email": "kontakt@beberlei.de"
402 },
403 {
404 "name": "Jonathan Wage",
405 "email": "jonwage@gmail.com"
406 },
407 {
408 "name": "Johannes Schmitt",
409 "email": "schmittjoh@gmail.com"
410 }
411 ],
412 "description": "Docblock Annotations Parser",
413 "homepage": "http://www.doctrine-project.org",
414 "keywords": [
415 "annotations",
416 "docblock",
417 "parser"
418 ],
419 "time": "2020-04-20T09:18:32+00:00"
420 },
421 {
422 "name": "doctrine/cache",
423 "version": "1.10.0",
424 "source": {
425 "type": "git",
426 "url": "https://github.com/doctrine/cache.git",
427 "reference": "382e7f4db9a12dc6c19431743a2b096041bcdd62"
428 },
429 "dist": {
430 "type": "zip",
431 "url": "https://api.github.com/repos/doctrine/cache/zipball/382e7f4db9a12dc6c19431743a2b096041bcdd62",
432 "reference": "382e7f4db9a12dc6c19431743a2b096041bcdd62",
433 "shasum": ""
434 },
435 "require": {
436 "php": "~7.1"
437 },
438 "conflict": {
439 "doctrine/common": ">2.2,<2.4"
440 },
441 "require-dev": {
442 "alcaeus/mongo-php-adapter": "^1.1",
443 "doctrine/coding-standard": "^6.0",
444 "mongodb/mongodb": "^1.1",
445 "phpunit/phpunit": "^7.0",
446 "predis/predis": "~1.0"
447 },
448 "suggest": {
449 "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
450 },
451 "type": "library",
452 "extra": {
453 "branch-alias": {
454 "dev-master": "1.9.x-dev"
455 }
456 },
457 "autoload": {
458 "psr-4": {
459 "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
460 }
461 },
462 "notification-url": "https://packagist.org/downloads/",
463 "license": [
464 "MIT"
465 ],
466 "authors": [
467 {
468 "name": "Guilherme Blanco",
469 "email": "guilhermeblanco@gmail.com"
470 },
471 {
472 "name": "Roman Borschel",
473 "email": "roman@code-factory.org"
474 },
475 {
476 "name": "Benjamin Eberlei",
477 "email": "kontakt@beberlei.de"
478 },
479 {
480 "name": "Jonathan Wage",
481 "email": "jonwage@gmail.com"
482 },
483 {
484 "name": "Johannes Schmitt",
485 "email": "schmittjoh@gmail.com"
486 }
487 ],
488 "description": "PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.",
489 "homepage": "https://www.doctrine-project.org/projects/cache.html",
490 "keywords": [
491 "abstraction",
492 "apcu",
493 "cache",
494 "caching",
495 "couchdb",
496 "memcached",
497 "php",
498 "redis",
499 "xcache"
500 ],
501 "time": "2019-11-29T15:36:20+00:00"
502 },
503 {
504 "name": "doctrine/collections",
505 "version": "1.6.4",
506 "source": {
507 "type": "git",
508 "url": "https://github.com/doctrine/collections.git",
509 "reference": "6b1e4b2b66f6d6e49983cebfe23a21b7ccc5b0d7"
510 },
511 "dist": {
512 "type": "zip",
513 "url": "https://api.github.com/repos/doctrine/collections/zipball/6b1e4b2b66f6d6e49983cebfe23a21b7ccc5b0d7",
514 "reference": "6b1e4b2b66f6d6e49983cebfe23a21b7ccc5b0d7",
515 "shasum": ""
516 },
517 "require": {
518 "php": "^7.1.3"
519 },
520 "require-dev": {
521 "doctrine/coding-standard": "^6.0",
522 "phpstan/phpstan-shim": "^0.9.2",
523 "phpunit/phpunit": "^7.0",
524 "vimeo/psalm": "^3.2.2"
525 },
526 "type": "library",
527 "extra": {
528 "branch-alias": {
529 "dev-master": "1.6.x-dev"
530 }
531 },
532 "autoload": {
533 "psr-4": {
534 "Doctrine\\Common\\Collections\\": "lib/Doctrine/Common/Collections"
535 }
536 },
537 "notification-url": "https://packagist.org/downloads/",
538 "license": [
539 "MIT"
540 ],
541 "authors": [
542 {
543 "name": "Guilherme Blanco",
544 "email": "guilhermeblanco@gmail.com"
545 },
546 {
547 "name": "Roman Borschel",
548 "email": "roman@code-factory.org"
549 },
550 {
551 "name": "Benjamin Eberlei",
552 "email": "kontakt@beberlei.de"
553 },
554 {
555 "name": "Jonathan Wage",
556 "email": "jonwage@gmail.com"
557 },
558 {
559 "name": "Johannes Schmitt",
560 "email": "schmittjoh@gmail.com"
561 }
562 ],
563 "description": "PHP Doctrine Collections library that adds additional functionality on top of PHP arrays.",
564 "homepage": "https://www.doctrine-project.org/projects/collections.html",
565 "keywords": [
566 "array",
567 "collections",
568 "iterators",
569 "php"
570 ],
571 "time": "2019-11-13T13:07:11+00:00"
572 },
573 {
574 "name": "doctrine/common",
575 "version": "2.13.0",
576 "source": {
577 "type": "git",
578 "url": "https://github.com/doctrine/common.git",
579 "reference": "308728eae8d90412d850c155d40b1cfbede549da"
580 },
581 "dist": {
582 "type": "zip",
583 "url": "https://api.github.com/repos/doctrine/common/zipball/308728eae8d90412d850c155d40b1cfbede549da",
584 "reference": "308728eae8d90412d850c155d40b1cfbede549da",
585 "shasum": ""
586 },
587 "require": {
588 "doctrine/annotations": "^1.0",
589 "doctrine/cache": "^1.0",
590 "doctrine/collections": "^1.0",
591 "doctrine/event-manager": "^1.0",
592 "doctrine/inflector": "^1.0",
593 "doctrine/lexer": "^1.0",
594 "doctrine/persistence": "^1.3.3",
595 "doctrine/reflection": "^1.0",
596 "php": "^7.1"
597 },
598 "require-dev": {
599 "doctrine/coding-standard": "^1.0",
600 "phpstan/phpstan": "^0.11",
601 "phpstan/phpstan-phpunit": "^0.11",
602 "phpunit/phpunit": "^7.0",
603 "squizlabs/php_codesniffer": "^3.0",
604 "symfony/phpunit-bridge": "^4.0.5"
605 },
606 "type": "library",
607 "extra": {
608 "branch-alias": {
609 "dev-master": "2.11.x-dev"
610 }
611 },
612 "autoload": {
613 "psr-4": {
614 "Doctrine\\Common\\": "lib/Doctrine/Common"
615 }
616 },
617 "notification-url": "https://packagist.org/downloads/",
618 "license": [
619 "MIT"
620 ],
621 "authors": [
622 {
623 "name": "Guilherme Blanco",
624 "email": "guilhermeblanco@gmail.com"
625 },
626 {
627 "name": "Roman Borschel",
628 "email": "roman@code-factory.org"
629 },
630 {
631 "name": "Benjamin Eberlei",
632 "email": "kontakt@beberlei.de"
633 },
634 {
635 "name": "Jonathan Wage",
636 "email": "jonwage@gmail.com"
637 },
638 {
639 "name": "Johannes Schmitt",
640 "email": "schmittjoh@gmail.com"
641 },
642 {
643 "name": "Marco Pivetta",
644 "email": "ocramius@gmail.com"
645 }
646 ],
647 "description": "PHP Doctrine Common project is a library that provides additional functionality that other Doctrine projects depend on such as better reflection support, persistence interfaces, proxies, event system and much more.",
648 "homepage": "https://www.doctrine-project.org/projects/common.html",
649 "keywords": [
650 "common",
651 "doctrine",
652 "php"
653 ],
654 "funding": [
655 {
656 "url": "https://www.doctrine-project.org/sponsorship.html",
657 "type": "custom"
658 },
659 {
660 "url": "https://www.patreon.com/phpdoctrine",
661 "type": "patreon"
662 },
663 {
664 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcommon",
665 "type": "tidelift"
666 }
667 ],
668 "time": "2020-05-15T05:51:54+00:00"
669 },
670 {
671 "name": "doctrine/dbal",
672 "version": "v2.9.2",
673 "source": {
674 "type": "git",
675 "url": "https://github.com/doctrine/dbal.git",
676 "reference": "22800bd651c1d8d2a9719e2a3dc46d5108ebfcc9"
677 },
678 "dist": {
679 "type": "zip",
680 "url": "https://api.github.com/repos/doctrine/dbal/zipball/22800bd651c1d8d2a9719e2a3dc46d5108ebfcc9",
681 "reference": "22800bd651c1d8d2a9719e2a3dc46d5108ebfcc9",
682 "shasum": ""
683 },
684 "require": {
685 "doctrine/cache": "^1.0",
686 "doctrine/event-manager": "^1.0",
687 "ext-pdo": "*",
688 "php": "^7.1"
689 },
690 "require-dev": {
691 "doctrine/coding-standard": "^5.0",
692 "jetbrains/phpstorm-stubs": "^2018.1.2",
693 "phpstan/phpstan": "^0.10.1",
694 "phpunit/phpunit": "^7.4",
695 "symfony/console": "^2.0.5|^3.0|^4.0",
696 "symfony/phpunit-bridge": "^3.4.5|^4.0.5"
697 },
698 "suggest": {
699 "symfony/console": "For helpful console commands such as SQL execution and import of files."
700 },
701 "bin": [
702 "bin/doctrine-dbal"
703 ],
704 "type": "library",
705 "extra": {
706 "branch-alias": {
707 "dev-master": "2.9.x-dev",
708 "dev-develop": "3.0.x-dev"
709 }
710 },
711 "autoload": {
712 "psr-4": {
713 "Doctrine\\DBAL\\": "lib/Doctrine/DBAL"
714 }
715 },
716 "notification-url": "https://packagist.org/downloads/",
717 "license": [
718 "MIT"
719 ],
720 "authors": [
721 {
722 "name": "Roman Borschel",
723 "email": "roman@code-factory.org"
724 },
725 {
726 "name": "Benjamin Eberlei",
727 "email": "kontakt@beberlei.de"
728 },
729 {
730 "name": "Guilherme Blanco",
731 "email": "guilhermeblanco@gmail.com"
732 },
733 {
734 "name": "Jonathan Wage",
735 "email": "jonwage@gmail.com"
736 }
737 ],
738 "description": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.",
739 "homepage": "https://www.doctrine-project.org/projects/dbal.html",
740 "keywords": [
741 "abstraction",
742 "database",
743 "dbal",
744 "mysql",
745 "persistence",
746 "pgsql",
747 "php",
748 "queryobject"
749 ],
750 "time": "2018-12-31T03:27:51+00:00"
751 },
752 {
753 "name": "doctrine/doctrine-bundle",
754 "version": "1.12.8",
755 "source": {
756 "type": "git",
757 "url": "https://github.com/doctrine/DoctrineBundle.git",
758 "reference": "65bb2ebc96bcb9207ee56bb17f6c0251ec358380"
759 },
760 "dist": {
761 "type": "zip",
762 "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/65bb2ebc96bcb9207ee56bb17f6c0251ec358380",
763 "reference": "65bb2ebc96bcb9207ee56bb17f6c0251ec358380",
764 "shasum": ""
765 },
766 "require": {
767 "doctrine/dbal": "^2.5.12",
768 "doctrine/doctrine-cache-bundle": "~1.2",
769 "doctrine/persistence": "^1.3.3",
770 "jdorn/sql-formatter": "^1.2.16",
771 "php": "^7.1",
772 "symfony/cache": "^3.4.30|^4.3.3",
773 "symfony/config": "^3.4.30|^4.3.3",
774 "symfony/console": "^3.4.30|^4.3.3",
775 "symfony/dependency-injection": "^3.4.30|^4.3.3",
776 "symfony/doctrine-bridge": "^3.4.30|^4.3.3",
777 "symfony/framework-bundle": "^3.4.30|^4.3.3",
778 "symfony/service-contracts": "^1.1.1|^2.0"
779 },
780 "conflict": {
781 "doctrine/orm": "<2.6",
782 "twig/twig": "<1.34|>=2.0,<2.4"
783 },
784 "require-dev": {
785 "doctrine/coding-standard": "^6.0",
786 "doctrine/orm": "^2.6",
787 "ocramius/proxy-manager": "^2.1",
788 "php-coveralls/php-coveralls": "^2.1",
789 "phpunit/phpunit": "^7.5",
790 "symfony/phpunit-bridge": "^4.2",
791 "symfony/property-info": "^3.4.30|^4.3.3",
792 "symfony/proxy-manager-bridge": "^3.4|^4|^5",
793 "symfony/twig-bridge": "^3.4|^4.1",
794 "symfony/validator": "^3.4.30|^4.3.3",
795 "symfony/web-profiler-bundle": "^3.4.30|^4.3.3",
796 "symfony/yaml": "^3.4.30|^4.3.3",
797 "twig/twig": "^1.34|^2.12"
798 },
799 "suggest": {
800 "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
801 "symfony/web-profiler-bundle": "To use the data collector."
802 },
803 "type": "symfony-bundle",
804 "extra": {
805 "branch-alias": {
806 "dev-master": "1.12.x-dev"
807 }
808 },
809 "autoload": {
810 "psr-4": {
811 "Doctrine\\Bundle\\DoctrineBundle\\": ""
812 }
813 },
814 "notification-url": "https://packagist.org/downloads/",
815 "license": [
816 "MIT"
817 ],
818 "authors": [
819 {
820 "name": "Fabien Potencier",
821 "email": "fabien@symfony.com"
822 },
823 {
824 "name": "Benjamin Eberlei",
825 "email": "kontakt@beberlei.de"
826 },
827 {
828 "name": "Symfony Community",
829 "homepage": "http://symfony.com/contributors"
830 },
831 {
832 "name": "Doctrine Project",
833 "homepage": "http://www.doctrine-project.org/"
834 }
835 ],
836 "description": "Symfony DoctrineBundle",
837 "homepage": "http://www.doctrine-project.org",
838 "keywords": [
839 "database",
840 "dbal",
841 "orm",
842 "persistence"
843 ],
844 "funding": [
845 {
846 "url": "https://www.doctrine-project.org/sponsorship.html",
847 "type": "custom"
848 },
849 {
850 "url": "https://www.patreon.com/phpdoctrine",
851 "type": "patreon"
852 },
853 {
854 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdoctrine-bundle",
855 "type": "tidelift"
856 }
857 ],
858 "time": "2020-04-23T10:38:48+00:00"
859 },
860 {
861 "name": "doctrine/doctrine-cache-bundle",
862 "version": "1.4.0",
863 "source": {
864 "type": "git",
865 "url": "https://github.com/doctrine/DoctrineCacheBundle.git",
866 "reference": "6bee2f9b339847e8a984427353670bad4e7bdccb"
867 },
868 "dist": {
869 "type": "zip",
870 "url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/6bee2f9b339847e8a984427353670bad4e7bdccb",
871 "reference": "6bee2f9b339847e8a984427353670bad4e7bdccb",
872 "shasum": ""
873 },
874 "require": {
875 "doctrine/cache": "^1.4.2",
876 "doctrine/inflector": "^1.0",
877 "php": "^7.1",
878 "symfony/doctrine-bridge": "^3.4|^4.0"
879 },
880 "require-dev": {
881 "instaclick/coding-standard": "~1.1",
882 "instaclick/object-calisthenics-sniffs": "dev-master",
883 "instaclick/symfony2-coding-standard": "dev-remaster",
884 "phpunit/phpunit": "^7.0",
885 "predis/predis": "~0.8",
886 "satooshi/php-coveralls": "^1.0",
887 "squizlabs/php_codesniffer": "~1.5",
888 "symfony/console": "^3.4|^4.0",
889 "symfony/finder": "^3.4|^4.0",
890 "symfony/framework-bundle": "^3.4|^4.0",
891 "symfony/phpunit-bridge": "^3.4|^4.0",
892 "symfony/security-acl": "^2.8",
893 "symfony/validator": "^3.4|^4.0",
894 "symfony/yaml": "^3.4|^4.0"
895 },
896 "suggest": {
897 "symfony/security-acl": "For using this bundle to cache ACLs"
898 },
899 "type": "symfony-bundle",
900 "extra": {
901 "branch-alias": {
902 "dev-master": "1.4.x-dev"
903 }
904 },
905 "autoload": {
906 "psr-4": {
907 "Doctrine\\Bundle\\DoctrineCacheBundle\\": ""
908 },
909 "exclude-from-classmap": [
910 "/Tests/"
911 ]
912 },
913 "notification-url": "https://packagist.org/downloads/",
914 "license": [
915 "MIT"
916 ],
917 "authors": [
918 {
919 "name": "Fabien Potencier",
920 "email": "fabien@symfony.com"
921 },
922 {
923 "name": "Benjamin Eberlei",
924 "email": "kontakt@beberlei.de"
925 },
926 {
927 "name": "Fabio B. Silva",
928 "email": "fabio.bat.silva@gmail.com"
929 },
930 {
931 "name": "Guilherme Blanco",
932 "email": "guilhermeblanco@hotmail.com"
933 },
934 {
935 "name": "Symfony Community",
936 "homepage": "http://symfony.com/contributors"
937 },
938 {
939 "name": "Doctrine Project",
940 "homepage": "http://www.doctrine-project.org/"
941 }
942 ],
943 "description": "Symfony Bundle for Doctrine Cache",
944 "homepage": "https://www.doctrine-project.org",
945 "keywords": [
946 "cache",
947 "caching"
948 ],
949 "time": "2019-11-29T11:22:01+00:00"
950 },
951 {
952 "name": "doctrine/doctrine-migrations-bundle",
953 "version": "v1.3.2",
954 "source": {
955 "type": "git",
956 "url": "https://github.com/doctrine/DoctrineMigrationsBundle.git",
957 "reference": "49fa399181db4bf4f9f725126bd1cb65c4398dce"
958 },
959 "dist": {
960 "type": "zip",
961 "url": "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/49fa399181db4bf4f9f725126bd1cb65c4398dce",
962 "reference": "49fa399181db4bf4f9f725126bd1cb65c4398dce",
963 "shasum": ""
964 },
965 "require": {
966 "doctrine/doctrine-bundle": "~1.0",
967 "doctrine/migrations": "^1.1",
968 "php": ">=5.4.0",
969 "symfony/framework-bundle": "~2.7|~3.3|~4.0"
970 },
971 "require-dev": {
972 "phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^7.4"
973 },
974 "type": "symfony-bundle",
975 "extra": {
976 "branch-alias": {
977 "dev-master": "1.3-dev"
978 }
979 },
980 "autoload": {
981 "psr-4": {
982 "Doctrine\\Bundle\\MigrationsBundle\\": ""
983 }
984 },
985 "notification-url": "https://packagist.org/downloads/",
986 "license": [
987 "MIT"
988 ],
989 "authors": [
990 {
991 "name": "Symfony Community",
992 "homepage": "http://symfony.com/contributors"
993 },
994 {
995 "name": "Doctrine Project",
996 "homepage": "http://www.doctrine-project.org"
997 },
998 {
999 "name": "Fabien Potencier",
1000 "email": "fabien@symfony.com"
1001 }
1002 ],
1003 "description": "Symfony DoctrineMigrationsBundle",
1004 "homepage": "http://www.doctrine-project.org",
1005 "keywords": [
1006 "dbal",
1007 "migrations",
1008 "schema"
1009 ],
1010 "time": "2018-12-03T11:55:33+00:00"
1011 },
1012 {
1013 "name": "doctrine/event-manager",
1014 "version": "1.1.0",
1015 "source": {
1016 "type": "git",
1017 "url": "https://github.com/doctrine/event-manager.git",
1018 "reference": "629572819973f13486371cb611386eb17851e85c"
1019 },
1020 "dist": {
1021 "type": "zip",
1022 "url": "https://api.github.com/repos/doctrine/event-manager/zipball/629572819973f13486371cb611386eb17851e85c",
1023 "reference": "629572819973f13486371cb611386eb17851e85c",
1024 "shasum": ""
1025 },
1026 "require": {
1027 "php": "^7.1"
1028 },
1029 "conflict": {
1030 "doctrine/common": "<2.9@dev"
1031 },
1032 "require-dev": {
1033 "doctrine/coding-standard": "^6.0",
1034 "phpunit/phpunit": "^7.0"
1035 },
1036 "type": "library",
1037 "extra": {
1038 "branch-alias": {
1039 "dev-master": "1.0.x-dev"
1040 }
1041 },
1042 "autoload": {
1043 "psr-4": {
1044 "Doctrine\\Common\\": "lib/Doctrine/Common"
1045 }
1046 },
1047 "notification-url": "https://packagist.org/downloads/",
1048 "license": [
1049 "MIT"
1050 ],
1051 "authors": [
1052 {
1053 "name": "Guilherme Blanco",
1054 "email": "guilhermeblanco@gmail.com"
1055 },
1056 {
1057 "name": "Roman Borschel",
1058 "email": "roman@code-factory.org"
1059 },
1060 {
1061 "name": "Benjamin Eberlei",
1062 "email": "kontakt@beberlei.de"
1063 },
1064 {
1065 "name": "Jonathan Wage",
1066 "email": "jonwage@gmail.com"
1067 },
1068 {
1069 "name": "Johannes Schmitt",
1070 "email": "schmittjoh@gmail.com"
1071 },
1072 {
1073 "name": "Marco Pivetta",
1074 "email": "ocramius@gmail.com"
1075 }
1076 ],
1077 "description": "The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.",
1078 "homepage": "https://www.doctrine-project.org/projects/event-manager.html",
1079 "keywords": [
1080 "event",
1081 "event dispatcher",
1082 "event manager",
1083 "event system",
1084 "events"
1085 ],
1086 "time": "2019-11-10T09:48:07+00:00"
1087 },
1088 {
1089 "name": "doctrine/inflector",
1090 "version": "1.3.1",
1091 "source": {
1092 "type": "git",
1093 "url": "https://github.com/doctrine/inflector.git",
1094 "reference": "ec3a55242203ffa6a4b27c58176da97ff0a7aec1"
1095 },
1096 "dist": {
1097 "type": "zip",
1098 "url": "https://api.github.com/repos/doctrine/inflector/zipball/ec3a55242203ffa6a4b27c58176da97ff0a7aec1",
1099 "reference": "ec3a55242203ffa6a4b27c58176da97ff0a7aec1",
1100 "shasum": ""
1101 },
1102 "require": {
1103 "php": "^7.1"
1104 },
1105 "require-dev": {
1106 "phpunit/phpunit": "^6.2"
1107 },
1108 "type": "library",
1109 "extra": {
1110 "branch-alias": {
1111 "dev-master": "1.3.x-dev"
1112 }
1113 },
1114 "autoload": {
1115 "psr-4": {
1116 "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
1117 }
1118 },
1119 "notification-url": "https://packagist.org/downloads/",
1120 "license": [
1121 "MIT"
1122 ],
1123 "authors": [
1124 {
1125 "name": "Guilherme Blanco",
1126 "email": "guilhermeblanco@gmail.com"
1127 },
1128 {
1129 "name": "Roman Borschel",
1130 "email": "roman@code-factory.org"
1131 },
1132 {
1133 "name": "Benjamin Eberlei",
1134 "email": "kontakt@beberlei.de"
1135 },
1136 {
1137 "name": "Jonathan Wage",
1138 "email": "jonwage@gmail.com"
1139 },
1140 {
1141 "name": "Johannes Schmitt",
1142 "email": "schmittjoh@gmail.com"
1143 }
1144 ],
1145 "description": "Common String Manipulations with regard to casing and singular/plural rules.",
1146 "homepage": "http://www.doctrine-project.org",
1147 "keywords": [
1148 "inflection",
1149 "pluralize",
1150 "singularize",
1151 "string"
1152 ],
1153 "time": "2019-10-30T19:59:35+00:00"
1154 },
1155 {
1156 "name": "doctrine/instantiator",
1157 "version": "1.3.0",
1158 "source": {
1159 "type": "git",
1160 "url": "https://github.com/doctrine/instantiator.git",
1161 "reference": "ae466f726242e637cebdd526a7d991b9433bacf1"
1162 },
1163 "dist": {
1164 "type": "zip",
1165 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/ae466f726242e637cebdd526a7d991b9433bacf1",
1166 "reference": "ae466f726242e637cebdd526a7d991b9433bacf1",
1167 "shasum": ""
1168 },
1169 "require": {
1170 "php": "^7.1"
1171 },
1172 "require-dev": {
1173 "doctrine/coding-standard": "^6.0",
1174 "ext-pdo": "*",
1175 "ext-phar": "*",
1176 "phpbench/phpbench": "^0.13",
1177 "phpstan/phpstan-phpunit": "^0.11",
1178 "phpstan/phpstan-shim": "^0.11",
1179 "phpunit/phpunit": "^7.0"
1180 },
1181 "type": "library",
1182 "extra": {
1183 "branch-alias": {
1184 "dev-master": "1.2.x-dev"
1185 }
1186 },
1187 "autoload": {
1188 "psr-4": {
1189 "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
1190 }
1191 },
1192 "notification-url": "https://packagist.org/downloads/",
1193 "license": [
1194 "MIT"
1195 ],
1196 "authors": [
1197 {
1198 "name": "Marco Pivetta",
1199 "email": "ocramius@gmail.com",
1200 "homepage": "http://ocramius.github.com/"
1201 }
1202 ],
1203 "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
1204 "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
1205 "keywords": [
1206 "constructor",
1207 "instantiate"
1208 ],
1209 "time": "2019-10-21T16:45:58+00:00"
1210 },
1211 {
1212 "name": "doctrine/lexer",
1213 "version": "1.0.2",
1214 "source": {
1215 "type": "git",
1216 "url": "https://github.com/doctrine/lexer.git",
1217 "reference": "1febd6c3ef84253d7c815bed85fc622ad207a9f8"
1218 },
1219 "dist": {
1220 "type": "zip",
1221 "url": "https://api.github.com/repos/doctrine/lexer/zipball/1febd6c3ef84253d7c815bed85fc622ad207a9f8",
1222 "reference": "1febd6c3ef84253d7c815bed85fc622ad207a9f8",
1223 "shasum": ""
1224 },
1225 "require": {
1226 "php": ">=5.3.2"
1227 },
1228 "require-dev": {
1229 "phpunit/phpunit": "^4.5"
1230 },
1231 "type": "library",
1232 "extra": {
1233 "branch-alias": {
1234 "dev-master": "1.0.x-dev"
1235 }
1236 },
1237 "autoload": {
1238 "psr-4": {
1239 "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
1240 }
1241 },
1242 "notification-url": "https://packagist.org/downloads/",
1243 "license": [
1244 "MIT"
1245 ],
1246 "authors": [
1247 {
1248 "name": "Roman Borschel",
1249 "email": "roman@code-factory.org"
1250 },
1251 {
1252 "name": "Guilherme Blanco",
1253 "email": "guilhermeblanco@gmail.com"
1254 },
1255 {
1256 "name": "Johannes Schmitt",
1257 "email": "schmittjoh@gmail.com"
1258 }
1259 ],
1260 "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
1261 "homepage": "https://www.doctrine-project.org/projects/lexer.html",
1262 "keywords": [
1263 "annotations",
1264 "docblock",
1265 "lexer",
1266 "parser",
1267 "php"
1268 ],
1269 "time": "2019-06-08T11:03:04+00:00"
1270 },
1271 {
1272 "name": "doctrine/migrations",
1273 "version": "v1.8.1",
1274 "source": {
1275 "type": "git",
1276 "url": "https://github.com/doctrine/migrations.git",
1277 "reference": "215438c0eef3e5f9b7da7d09c6b90756071b43e6"
1278 },
1279 "dist": {
1280 "type": "zip",
1281 "url": "https://api.github.com/repos/doctrine/migrations/zipball/215438c0eef3e5f9b7da7d09c6b90756071b43e6",
1282 "reference": "215438c0eef3e5f9b7da7d09c6b90756071b43e6",
1283 "shasum": ""
1284 },
1285 "require": {
1286 "doctrine/dbal": "~2.6",
1287 "ocramius/proxy-manager": "^1.0|^2.0",
1288 "php": "^7.1",
1289 "symfony/console": "~3.3|^4.0"
1290 },
1291 "require-dev": {
1292 "doctrine/coding-standard": "^1.0",
1293 "doctrine/orm": "~2.5",
1294 "jdorn/sql-formatter": "~1.1",
1295 "mikey179/vfsstream": "^1.6",
1296 "phpunit/phpunit": "~7.0",
1297 "squizlabs/php_codesniffer": "^3.0",
1298 "symfony/yaml": "~3.3|^4.0"
1299 },
1300 "suggest": {
1301 "jdorn/sql-formatter": "Allows to generate formatted SQL with the diff command.",
1302 "symfony/yaml": "Allows the use of yaml for migration configuration files."
1303 },
1304 "bin": [
1305 "bin/doctrine-migrations"
1306 ],
1307 "type": "library",
1308 "extra": {
1309 "branch-alias": {
1310 "dev-master": "v1.8.x-dev"
1311 }
1312 },
1313 "autoload": {
1314 "psr-4": {
1315 "Doctrine\\DBAL\\Migrations\\": "lib/Doctrine/DBAL/Migrations",
1316 "Doctrine\\Migrations\\": "lib/Doctrine/Migrations"
1317 }
1318 },
1319 "notification-url": "https://packagist.org/downloads/",
1320 "license": [
1321 "MIT"
1322 ],
1323 "authors": [
1324 {
1325 "name": "Benjamin Eberlei",
1326 "email": "kontakt@beberlei.de"
1327 },
1328 {
1329 "name": "Jonathan Wage",
1330 "email": "jonwage@gmail.com"
1331 },
1332 {
1333 "name": "Michael Simonson",
1334 "email": "contact@mikesimonson.com"
1335 }
1336 ],
1337 "description": "Database Schema migrations using Doctrine DBAL",
1338 "homepage": "https://www.doctrine-project.org/projects/migrations.html",
1339 "keywords": [
1340 "database",
1341 "migrations"
1342 ],
1343 "time": "2018-06-06T21:00:30+00:00"
1344 },
1345 {
1346 "name": "doctrine/orm",
1347 "version": "v2.6.6",
1348 "source": {
1349 "type": "git",
1350 "url": "https://github.com/doctrine/orm.git",
1351 "reference": "2d9b9351831d1230881c52f006011cbf72fe944e"
1352 },
1353 "dist": {
1354 "type": "zip",
1355 "url": "https://api.github.com/repos/doctrine/orm/zipball/2d9b9351831d1230881c52f006011cbf72fe944e",
1356 "reference": "2d9b9351831d1230881c52f006011cbf72fe944e",
1357 "shasum": ""
1358 },
1359 "require": {
1360 "doctrine/annotations": "~1.5",
1361 "doctrine/cache": "~1.6",
1362 "doctrine/collections": "^1.4",
1363 "doctrine/common": "^2.7.1",
1364 "doctrine/dbal": "^2.6",
1365 "doctrine/instantiator": "~1.1",
1366 "ext-pdo": "*",
1367 "php": "^7.1",
1368 "symfony/console": "~3.0|~4.0"
1369 },
1370 "require-dev": {
1371 "doctrine/coding-standard": "^5.0",
1372 "phpunit/phpunit": "^7.5",
1373 "symfony/yaml": "~3.4|~4.0"
1374 },
1375 "suggest": {
1376 "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
1377 },
1378 "bin": [
1379 "bin/doctrine"
1380 ],
1381 "type": "library",
1382 "extra": {
1383 "branch-alias": {
1384 "dev-master": "2.6.x-dev"
1385 }
1386 },
1387 "autoload": {
1388 "psr-4": {
1389 "Doctrine\\ORM\\": "lib/Doctrine/ORM"
1390 }
1391 },
1392 "notification-url": "https://packagist.org/downloads/",
1393 "license": [
1394 "MIT"
1395 ],
1396 "authors": [
1397 {
1398 "name": "Guilherme Blanco",
1399 "email": "guilhermeblanco@gmail.com"
1400 },
1401 {
1402 "name": "Roman Borschel",
1403 "email": "roman@code-factory.org"
1404 },
1405 {
1406 "name": "Benjamin Eberlei",
1407 "email": "kontakt@beberlei.de"
1408 },
1409 {
1410 "name": "Jonathan Wage",
1411 "email": "jonwage@gmail.com"
1412 },
1413 {
1414 "name": "Marco Pivetta",
1415 "email": "ocramius@gmail.com"
1416 }
1417 ],
1418 "description": "Object-Relational-Mapper for PHP",
1419 "homepage": "http://www.doctrine-project.org",
1420 "keywords": [
1421 "database",
1422 "orm"
1423 ],
1424 "time": "2019-11-18T22:01:21+00:00"
1425 },
1426 {
1427 "name": "doctrine/persistence",
1428 "version": "1.3.7",
1429 "source": {
1430 "type": "git",
1431 "url": "https://github.com/doctrine/persistence.git",
1432 "reference": "0af483f91bada1c9ded6c2cfd26ab7d5ab2094e0"
1433 },
1434 "dist": {
1435 "type": "zip",
1436 "url": "https://api.github.com/repos/doctrine/persistence/zipball/0af483f91bada1c9ded6c2cfd26ab7d5ab2094e0",
1437 "reference": "0af483f91bada1c9ded6c2cfd26ab7d5ab2094e0",
1438 "shasum": ""
1439 },
1440 "require": {
1441 "doctrine/annotations": "^1.0",
1442 "doctrine/cache": "^1.0",
1443 "doctrine/collections": "^1.0",
1444 "doctrine/event-manager": "^1.0",
1445 "doctrine/reflection": "^1.2",
1446 "php": "^7.1"
1447 },
1448 "conflict": {
1449 "doctrine/common": "<2.10@dev"
1450 },
1451 "require-dev": {
1452 "doctrine/coding-standard": "^6.0",
1453 "phpstan/phpstan": "^0.11",
1454 "phpunit/phpunit": "^7.0"
1455 },
1456 "type": "library",
1457 "extra": {
1458 "branch-alias": {
1459 "dev-master": "1.3.x-dev"
1460 }
1461 },
1462 "autoload": {
1463 "psr-4": {
1464 "Doctrine\\Common\\": "lib/Doctrine/Common",
1465 "Doctrine\\Persistence\\": "lib/Doctrine/Persistence"
1466 }
1467 },
1468 "notification-url": "https://packagist.org/downloads/",
1469 "license": [
1470 "MIT"
1471 ],
1472 "authors": [
1473 {
1474 "name": "Guilherme Blanco",
1475 "email": "guilhermeblanco@gmail.com"
1476 },
1477 {
1478 "name": "Roman Borschel",
1479 "email": "roman@code-factory.org"
1480 },
1481 {
1482 "name": "Benjamin Eberlei",
1483 "email": "kontakt@beberlei.de"
1484 },
1485 {
1486 "name": "Jonathan Wage",
1487 "email": "jonwage@gmail.com"
1488 },
1489 {
1490 "name": "Johannes Schmitt",
1491 "email": "schmittjoh@gmail.com"
1492 },
1493 {
1494 "name": "Marco Pivetta",
1495 "email": "ocramius@gmail.com"
1496 }
1497 ],
1498 "description": "The Doctrine Persistence project is a set of shared interfaces and functionality that the different Doctrine object mappers share.",
1499 "homepage": "https://doctrine-project.org/projects/persistence.html",
1500 "keywords": [
1501 "mapper",
1502 "object",
1503 "odm",
1504 "orm",
1505 "persistence"
1506 ],
1507 "funding": [
1508 {
1509 "url": "https://www.doctrine-project.org/sponsorship.html",
1510 "type": "custom"
1511 },
1512 {
1513 "url": "https://www.patreon.com/phpdoctrine",
1514 "type": "patreon"
1515 },
1516 {
1517 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fpersistence",
1518 "type": "tidelift"
1519 }
1520 ],
1521 "time": "2020-03-21T15:13:52+00:00"
1522 },
1523 {
1524 "name": "doctrine/reflection",
1525 "version": "1.2.1",
1526 "source": {
1527 "type": "git",
1528 "url": "https://github.com/doctrine/reflection.git",
1529 "reference": "55e71912dfcd824b2fdd16f2d9afe15684cfce79"
1530 },
1531 "dist": {
1532 "type": "zip",
1533 "url": "https://api.github.com/repos/doctrine/reflection/zipball/55e71912dfcd824b2fdd16f2d9afe15684cfce79",
1534 "reference": "55e71912dfcd824b2fdd16f2d9afe15684cfce79",
1535 "shasum": ""
1536 },
1537 "require": {
1538 "doctrine/annotations": "^1.0",
1539 "ext-tokenizer": "*",
1540 "php": "^7.1"
1541 },
1542 "conflict": {
1543 "doctrine/common": "<2.9"
1544 },
1545 "require-dev": {
1546 "doctrine/coding-standard": "^5.0",
1547 "doctrine/common": "^2.10",
1548 "phpstan/phpstan": "^0.11.0",
1549 "phpstan/phpstan-phpunit": "^0.11.0",
1550 "phpunit/phpunit": "^7.0"
1551 },
1552 "type": "library",
1553 "extra": {
1554 "branch-alias": {
1555 "dev-master": "1.2.x-dev"
1556 }
1557 },
1558 "autoload": {
1559 "psr-4": {
1560 "Doctrine\\Common\\": "lib/Doctrine/Common"
1561 }
1562 },
1563 "notification-url": "https://packagist.org/downloads/",
1564 "license": [
1565 "MIT"
1566 ],
1567 "authors": [
1568 {
1569 "name": "Guilherme Blanco",
1570 "email": "guilhermeblanco@gmail.com"
1571 },
1572 {
1573 "name": "Roman Borschel",
1574 "email": "roman@code-factory.org"
1575 },
1576 {
1577 "name": "Benjamin Eberlei",
1578 "email": "kontakt@beberlei.de"
1579 },
1580 {
1581 "name": "Jonathan Wage",
1582 "email": "jonwage@gmail.com"
1583 },
1584 {
1585 "name": "Johannes Schmitt",
1586 "email": "schmittjoh@gmail.com"
1587 },
1588 {
1589 "name": "Marco Pivetta",
1590 "email": "ocramius@gmail.com"
1591 }
1592 ],
1593 "description": "The Doctrine Reflection project is a simple library used by the various Doctrine projects which adds some additional functionality on top of the reflection functionality that comes with PHP. It allows you to get the reflection information about classes, methods and properties statically.",
1594 "homepage": "https://www.doctrine-project.org/projects/reflection.html",
1595 "keywords": [
1596 "reflection",
1597 "static"
1598 ],
1599 "time": "2020-03-27T11:06:43+00:00"
1600 },
1601 {
1602 "name": "egulias/email-validator",
1603 "version": "2.1.17",
1604 "source": {
1605 "type": "git",
1606 "url": "https://github.com/egulias/EmailValidator.git",
1607 "reference": "ade6887fd9bd74177769645ab5c474824f8a418a"
1608 },
1609 "dist": {
1610 "type": "zip",
1611 "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/ade6887fd9bd74177769645ab5c474824f8a418a",
1612 "reference": "ade6887fd9bd74177769645ab5c474824f8a418a",
1613 "shasum": ""
1614 },
1615 "require": {
1616 "doctrine/lexer": "^1.0.1",
1617 "php": ">=5.5",
1618 "symfony/polyfill-intl-idn": "^1.10"
1619 },
1620 "require-dev": {
1621 "dominicsayers/isemail": "^3.0.7",
1622 "phpunit/phpunit": "^4.8.36|^7.5.15",
1623 "satooshi/php-coveralls": "^1.0.1"
1624 },
1625 "suggest": {
1626 "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
1627 },
1628 "type": "library",
1629 "extra": {
1630 "branch-alias": {
1631 "dev-master": "2.1.x-dev"
1632 }
1633 },
1634 "autoload": {
1635 "psr-4": {
1636 "Egulias\\EmailValidator\\": "EmailValidator"
1637 }
1638 },
1639 "notification-url": "https://packagist.org/downloads/",
1640 "license": [
1641 "MIT"
1642 ],
1643 "authors": [
1644 {
1645 "name": "Eduardo Gulias Davis"
1646 }
1647 ],
1648 "description": "A library for validating emails against several RFCs",
1649 "homepage": "https://github.com/egulias/EmailValidator",
1650 "keywords": [
1651 "email",
1652 "emailvalidation",
1653 "emailvalidator",
1654 "validation",
1655 "validator"
1656 ],
1657 "time": "2020-02-13T22:36:52+00:00"
1658 },
1659 {
1660 "name": "electrolinux/php-html5lib",
1661 "version": "0.1.0",
1662 "source": {
1663 "type": "git",
1664 "url": "https://github.com/electrolinux/php-html5lib.git",
1665 "reference": "9f92154993c7ecb120d9f9c0e558660d32846721"
1666 },
1667 "dist": {
1668 "type": "zip",
1669 "url": "https://api.github.com/repos/electrolinux/php-html5lib/zipball/9f92154993c7ecb120d9f9c0e558660d32846721",
1670 "reference": "9f92154993c7ecb120d9f9c0e558660d32846721",
1671 "shasum": ""
1672 },
1673 "require": {
1674 "php": ">=5.3.2"
1675 },
1676 "type": "library",
1677 "autoload": {
1678 "psr-0": {
1679 "HTML5Lib": "src/",
1680 "HTML5Lib\\Tests": "tests/"
1681 }
1682 },
1683 "notification-url": "https://packagist.org/downloads/",
1684 "license": [
1685 "MIT"
1686 ],
1687 "authors": [
1688 {
1689 "name": "Multiple users",
1690 "homepage": "https://code.google.com/p/html5lib/",
1691 "role": "Original developers"
1692 },
1693 {
1694 "name": "Sébastien Lavoie",
1695 "homepage": "http://blog.lavoie.sl",
1696 "role": "Packager"
1697 },
1698 {
1699 "name": "didier Belot",
1700 "role": "Packager"
1701 }
1702 ],
1703 "description": "A PHP implementations of a HTML parser based on the WHATWG HTML5 specification.",
1704 "homepage": "https://github.com/electrolinux/php-html5lib",
1705 "keywords": [
1706 "HTML5",
1707 "php"
1708 ],
1709 "time": "2013-03-18T18:32:30+00:00"
1710 },
1711 {
1712 "name": "fig/link-util",
1713 "version": "1.1.1",
1714 "source": {
1715 "type": "git",
1716 "url": "https://github.com/php-fig/link-util.git",
1717 "reference": "c038ee75ca13663ddc2d1f185fe6f7533c00832a"
1718 },
1719 "dist": {
1720 "type": "zip",
1721 "url": "https://api.github.com/repos/php-fig/link-util/zipball/c038ee75ca13663ddc2d1f185fe6f7533c00832a",
1722 "reference": "c038ee75ca13663ddc2d1f185fe6f7533c00832a",
1723 "shasum": ""
1724 },
1725 "require": {
1726 "php": ">=5.5.0",
1727 "psr/link": "~1.0@dev"
1728 },
1729 "provide": {
1730 "psr/link-implementation": "1.0"
1731 },
1732 "require-dev": {
1733 "phpunit/phpunit": "^5.1",
1734 "squizlabs/php_codesniffer": "^2.3.1"
1735 },
1736 "type": "library",
1737 "extra": {
1738 "branch-alias": {
1739 "dev-master": "1.0.x-dev"
1740 }
1741 },
1742 "autoload": {
1743 "psr-4": {
1744 "Fig\\Link\\": "src/"
1745 }
1746 },
1747 "notification-url": "https://packagist.org/downloads/",
1748 "license": [
1749 "MIT"
1750 ],
1751 "authors": [
1752 {
1753 "name": "PHP-FIG",
1754 "homepage": "http://www.php-fig.org/"
1755 }
1756 ],
1757 "description": "Common utility implementations for HTTP links",
1758 "keywords": [
1759 "http",
1760 "http-link",
1761 "link",
1762 "psr",
1763 "psr-13",
1764 "rest"
1765 ],
1766 "time": "2020-04-27T06:40:36+00:00"
1767 },
1768 {
1769 "name": "fossar/htmlawed",
1770 "version": "1.2.7",
1771 "source": {
1772 "type": "git",
1773 "url": "https://github.com/fossar/HTMLawed.git",
1774 "reference": "4f7505e9622a96242923895c3008719b2c2283d3"
1775 },
1776 "dist": {
1777 "type": "zip",
1778 "url": "https://api.github.com/repos/fossar/HTMLawed/zipball/4f7505e9622a96242923895c3008719b2c2283d3",
1779 "reference": "4f7505e9622a96242923895c3008719b2c2283d3",
1780 "shasum": ""
1781 },
1782 "require": {
1783 "php": ">4.4.0"
1784 },
1785 "replace": {
1786 "htmlawed/htmlawed": "*"
1787 },
1788 "type": "library",
1789 "autoload": {
1790 "files": [
1791 "htmLawed.php"
1792 ]
1793 },
1794 "notification-url": "https://packagist.org/downloads/",
1795 "license": [
1796 "GPL-2.0+",
1797 "LGPL-3.0"
1798 ],
1799 "authors": [
1800 {
1801 "name": "Santosh Patnaik",
1802 "homepage": "http://www.bioinformatics.org/people/index.php?user_hash=558b661f92d0ff7b",
1803 "role": "Developer"
1804 }
1805 ],
1806 "description": "htmLawed - Process text with HTML markup to make it more compliant with HTML standards and administrative policies",
1807 "homepage": "http://www.bioinformatics.org/phplabware/internal_utilities/htmLawed/",
1808 "keywords": [
1809 "HTMLtidy",
1810 "html",
1811 "sanitize",
1812 "strip",
1813 "tags"
1814 ],
1815 "time": "2019-05-09T11:53:40+00:00"
1816 },
1817 {
1818 "name": "friendsofsymfony/jsrouting-bundle",
1819 "version": "2.6.0",
1820 "source": {
1821 "type": "git",
1822 "url": "https://github.com/FriendsOfSymfony/FOSJsRoutingBundle.git",
1823 "reference": "9deaf916760ce1d64cf46460473260b02751cee5"
1824 },
1825 "dist": {
1826 "type": "zip",
1827 "url": "https://api.github.com/repos/FriendsOfSymfony/FOSJsRoutingBundle/zipball/9deaf916760ce1d64cf46460473260b02751cee5",
1828 "reference": "9deaf916760ce1d64cf46460473260b02751cee5",
1829 "shasum": ""
1830 },
1831 "require": {
1832 "php": "^7.1",
1833 "symfony/console": "~3.3|^4.0|^5.0",
1834 "symfony/framework-bundle": "~3.3|^4.0|^5.0",
1835 "symfony/serializer": "~3.3|^4.0|^5.0",
1836 "willdurand/jsonp-callback-validator": "~1.0"
1837 },
1838 "require-dev": {
1839 "symfony/expression-language": "~3.3|^4.0|^5.0",
1840 "symfony/phpunit-bridge": "^3.3|^4.0"
1841 },
1842 "type": "symfony-bundle",
1843 "extra": {
1844 "branch-alias": {
1845 "dev-master": "2.0-dev"
1846 }
1847 },
1848 "autoload": {
1849 "psr-4": {
1850 "FOS\\JsRoutingBundle\\": ""
1851 },
1852 "exclude-from-classmap": [
1853 "/Tests/"
1854 ]
1855 },
1856 "notification-url": "https://packagist.org/downloads/",
1857 "license": [
1858 "MIT"
1859 ],
1860 "authors": [
1861 {
1862 "name": "William Durand",
1863 "email": "will+git@drnd.me"
1864 },
1865 {
1866 "name": "FriendsOfSymfony Community",
1867 "homepage": "https://github.com/friendsofsymfony/FOSJsRoutingBundle/contributors"
1868 }
1869 ],
1870 "description": "A pretty nice way to expose your Symfony2 routing to client applications.",
1871 "homepage": "http://friendsofsymfony.github.com",
1872 "keywords": [
1873 "Js Routing",
1874 "javascript",
1875 "routing"
1876 ],
1877 "time": "2020-05-20T09:38:45+00:00"
1878 },
1879 {
1880 "name": "friendsofsymfony/oauth-server-bundle",
1881 "version": "1.6.2",
1882 "source": {
1883 "type": "git",
1884 "url": "https://github.com/FriendsOfSymfony/FOSOAuthServerBundle.git",
1885 "reference": "fcaa25cc49474bdb0db7894f880976fe76ffed23"
1886 },
1887 "dist": {
1888 "type": "zip",
1889 "url": "https://api.github.com/repos/FriendsOfSymfony/FOSOAuthServerBundle/zipball/fcaa25cc49474bdb0db7894f880976fe76ffed23",
1890 "reference": "fcaa25cc49474bdb0db7894f880976fe76ffed23",
1891 "shasum": ""
1892 },
1893 "require": {
1894 "friendsofsymfony/oauth2-php": "~1.1",
1895 "paragonie/random_compat": "^1|^2",
1896 "php": "^5.5|^7.0",
1897 "symfony/dependency-injection": "^2.8|~3.0|^4.0",
1898 "symfony/framework-bundle": "~2.8|~3.0|^4.0",
1899 "symfony/security-bundle": "~2.8|~3.0|^4.0"
1900 },
1901 "require-dev": {
1902 "doctrine/doctrine-bundle": "~1.0",
1903 "doctrine/mongodb-odm": "~1.0",
1904 "doctrine/orm": "~2.2",
1905 "phing/phing": "~2.4",
1906 "php-mock/php-mock-phpunit": "^1.1",
1907 "phpunit/phpunit": "~4.8|~5.0",
1908 "propel/propel1": "^1.6.5",
1909 "symfony/class-loader": "~2.8|~3.0|^4.0",
1910 "symfony/console": "~2.8|~3.0|^4.0",
1911 "symfony/form": "~2.8|~3.0|^4.0",
1912 "symfony/phpunit-bridge": "~2.8|~3.0|^4.0",
1913 "symfony/templating": "~2.8|~3.0|^4.0",
1914 "symfony/twig-bundle": "~2.8|~3.0|^4.0",
1915 "symfony/yaml": "~2.8|~3.0|^4.0",
1916 "willdurand/propel-typehintable-behavior": "^1.0.4"
1917 },
1918 "suggest": {
1919 "doctrine/doctrine-bundle": "*",
1920 "doctrine/mongodb-odm-bundle": "*",
1921 "propel/propel-bundle": "If you want to use Propel with Symfony2, then you will have to install the PropelBundle",
1922 "symfony/console": "Needed to be able to use commands",
1923 "symfony/form": "Needed to be able to use the AuthorizeFormType",
1924 "willdurand/propel-typehintable-behavior": "The Typehintable behavior is useful to add type hints on generated methods, to be compliant with interfaces"
1925 },
1926 "type": "symfony-bundle",
1927 "extra": {
1928 "branch-alias": {
1929 "dev-master": "1.5-dev"
1930 }
1931 },
1932 "autoload": {
1933 "psr-4": {
1934 "FOS\\OAuthServerBundle\\": ""
1935 },
1936 "exclude-from-classmap": [
1937 "/Tests/"
1938 ]
1939 },
1940 "notification-url": "https://packagist.org/downloads/",
1941 "license": [
1942 "MIT"
1943 ],
1944 "authors": [
1945 {
1946 "name": "Arnaud Le Blanc",
1947 "email": "arnaud.lb@gmail.com"
1948 },
1949 {
1950 "name": "FriendsOfSymfony Community",
1951 "homepage": "https://github.com/FriendsOfSymfony/FOSOAuthServerBundle/contributors"
1952 }
1953 ],
1954 "description": "Symfony2 OAuth Server Bundle",
1955 "homepage": "http://friendsofsymfony.github.com",
1956 "keywords": [
1957 "oauth",
1958 "oauth2",
1959 "server"
1960 ],
1961 "time": "2019-01-23T15:23:04+00:00"
1962 },
1963 {
1964 "name": "friendsofsymfony/oauth2-php",
1965 "version": "1.3.0",
1966 "source": {
1967 "type": "git",
1968 "url": "https://github.com/FriendsOfSymfony/oauth2-php.git",
1969 "reference": "606b8ea1c3c927c272ac1409116332ad5a2ed94c"
1970 },
1971 "dist": {
1972 "type": "zip",
1973 "url": "https://api.github.com/repos/FriendsOfSymfony/oauth2-php/zipball/606b8ea1c3c927c272ac1409116332ad5a2ed94c",
1974 "reference": "606b8ea1c3c927c272ac1409116332ad5a2ed94c",
1975 "shasum": ""
1976 },
1977 "require": {
1978 "php": "^5.5.9|^7.0.8|^7.1.3|^7.2.5",
1979 "symfony/http-foundation": "~3.0|~4.0|~5.0"
1980 },
1981 "require-dev": {
1982 "phpunit/phpunit": "^4.8 || ^5.0"
1983 },
1984 "type": "library",
1985 "extra": {
1986 "branch-alias": {
1987 "dev-master": "1.2.x-dev"
1988 }
1989 },
1990 "autoload": {
1991 "psr-4": {
1992 "OAuth2\\": "lib/"
1993 },
1994 "exclude-from-classmap": [
1995 "/tests/"
1996 ]
1997 },
1998 "notification-url": "https://packagist.org/downloads/",
1999 "license": [
2000 "MIT"
2001 ],
2002 "authors": [
2003 {
2004 "name": "Arnaud Le Blanc",
2005 "email": "arnaud.lb@gmail.com"
2006 },
2007 {
2008 "name": "FriendsOfSymfony Community",
2009 "homepage": "https://github.com/FriendsOfSymfony/oauth2-php/contributors"
2010 }
2011 ],
2012 "description": "OAuth2 library",
2013 "homepage": "https://github.com/FriendsOfSymfony/oauth2-php",
2014 "keywords": [
2015 "oauth",
2016 "oauth2"
2017 ],
2018 "time": "2020-03-03T22:14:46+00:00"
2019 },
2020 {
2021 "name": "friendsofsymfony/rest-bundle",
2022 "version": "2.7.4",
2023 "source": {
2024 "type": "git",
2025 "url": "https://github.com/FriendsOfSymfony/FOSRestBundle.git",
2026 "reference": "3d8501dbdfa48811ef942f5f93c358c80d5ad8eb"
2027 },
2028 "dist": {
2029 "type": "zip",
2030 "url": "https://api.github.com/repos/FriendsOfSymfony/FOSRestBundle/zipball/3d8501dbdfa48811ef942f5f93c358c80d5ad8eb",
2031 "reference": "3d8501dbdfa48811ef942f5f93c358c80d5ad8eb",
2032 "shasum": ""
2033 },
2034 "require": {
2035 "doctrine/inflector": "^1.0",
2036 "php": "^7.1",
2037 "psr/log": "^1.0",
2038 "symfony/config": "^3.4|^4.3",
2039 "symfony/debug": "^3.4|^4.3",
2040 "symfony/dependency-injection": "^3.4|^4.3",
2041 "symfony/event-dispatcher": "^3.4|^4.3",
2042 "symfony/finder": "^3.4|^4.3",
2043 "symfony/framework-bundle": "^3.4|^4.3",
2044 "symfony/http-foundation": "^3.4|^4.3",
2045 "symfony/http-kernel": "^3.4|^4.3",
2046 "symfony/routing": "^3.4|^4.3",
2047 "symfony/security-core": "^3.4|^4.3",
2048 "willdurand/jsonp-callback-validator": "^1.0",
2049 "willdurand/negotiation": "^2.0"
2050 },
2051 "conflict": {
2052 "jms/serializer": "<1.13.0",
2053 "jms/serializer-bundle": "<2.0.0",
2054 "sensio/framework-extra-bundle": "<3.0.13"
2055 },
2056 "require-dev": {
2057 "friendsofphp/php-cs-fixer": "^2.0",
2058 "jms/serializer": "^1.13|^2.0|^3.0",
2059 "jms/serializer-bundle": "^2.3.1|^3.0",
2060 "phpoption/phpoption": "^1.1",
2061 "psr/http-message": "^1.0",
2062 "sensio/framework-extra-bundle": "^3.0.13|^4.0|^5.0",
2063 "symfony/asset": "^3.4|^4.3",
2064 "symfony/browser-kit": "^3.4|^4.3",
2065 "symfony/css-selector": "^3.4|^4.3",
2066 "symfony/expression-language": "^3.4|^4.3",
2067 "symfony/form": "^3.4|^4.3",
2068 "symfony/phpunit-bridge": "^4.1.8",
2069 "symfony/security-bundle": "^3.4|^4.3",
2070 "symfony/serializer": "^3.4|^4.3",
2071 "symfony/templating": "^3.4|^4.3",
2072 "symfony/twig-bundle": "^3.4|^4.3",
2073 "symfony/validator": "^3.4|^4.3",
2074 "symfony/web-profiler-bundle": "^3.4|^4.3",
2075 "symfony/yaml": "^3.4|^4.3"
2076 },
2077 "suggest": {
2078 "jms/serializer-bundle": "Add support for advanced serialization capabilities, recommended, requires ^2.0|^3.0",
2079 "sensio/framework-extra-bundle": "Add support for the request body converter and the view response listener, requires ^3.0",
2080 "symfony/expression-language": "Add support for using the expression language in the routing, requires ^2.7|^3.0",
2081 "symfony/serializer": "Add support for basic serialization capabilities and xml decoding, requires ^2.7|^3.0",
2082 "symfony/validator": "Add support for validation capabilities in the ParamFetcher, requires ^2.7|^3.0"
2083 },
2084 "type": "symfony-bundle",
2085 "extra": {
2086 "branch-alias": {
2087 "dev-master": "2.7-dev"
2088 }
2089 },
2090 "autoload": {
2091 "psr-4": {
2092 "FOS\\RestBundle\\": ""
2093 },
2094 "exclude-from-classmap": [
2095 "Resources/",
2096 "Tests/"
2097 ]
2098 },
2099 "notification-url": "https://packagist.org/downloads/",
2100 "license": [
2101 "MIT"
2102 ],
2103 "authors": [
2104 {
2105 "name": "Lukas Kahwe Smith",
2106 "email": "smith@pooteeweet.org"
2107 },
2108 {
2109 "name": "Konstantin Kudryashov",
2110 "email": "ever.zet@gmail.com"
2111 },
2112 {
2113 "name": "FriendsOfSymfony Community",
2114 "homepage": "https://github.com/friendsofsymfony/FOSRestBundle/contributors"
2115 }
2116 ],
2117 "description": "This Bundle provides various tools to rapidly develop RESTful API's with Symfony",
2118 "homepage": "http://friendsofsymfony.github.com",
2119 "keywords": [
2120 "rest"
2121 ],
2122 "time": "2020-04-23T17:34:09+00:00"
2123 },
2124 {
2125 "name": "friendsofsymfony/user-bundle",
2126 "version": "v2.0.2",
2127 "source": {
2128 "type": "git",
2129 "url": "https://github.com/FriendsOfSymfony/FOSUserBundle.git",
2130 "reference": "2fc8a023d7ab482321cf7ec810ed49eab40eb50f"
2131 },
2132 "dist": {
2133 "type": "zip",
2134 "url": "https://api.github.com/repos/FriendsOfSymfony/FOSUserBundle/zipball/2fc8a023d7ab482321cf7ec810ed49eab40eb50f",
2135 "reference": "2fc8a023d7ab482321cf7ec810ed49eab40eb50f",
2136 "shasum": ""
2137 },
2138 "require": {
2139 "paragonie/random_compat": "^1 || ^2",
2140 "php": "^5.5.9 || ^7.0",
2141 "symfony/form": "^2.7 || ^3.0",
2142 "symfony/framework-bundle": "^2.7 || ^3.0",
2143 "symfony/security-bundle": "^2.7 || ^3.0",
2144 "symfony/templating": "^2.7 || ^3.0",
2145 "symfony/twig-bundle": "^2.7 || ^3.0",
2146 "twig/twig": "^1.28 || ^2.0"
2147 },
2148 "conflict": {
2149 "doctrine/doctrine-bundle": "<1.3",
2150 "symfony/doctrine-bridge": "<2.7"
2151 },
2152 "require-dev": {
2153 "doctrine/doctrine-bundle": "^1.3",
2154 "friendsofphp/php-cs-fixer": "^1.11",
2155 "phpunit/phpunit": "~4.8|~5.0",
2156 "swiftmailer/swiftmailer": "^4.3 || ^5.0 || ^6.0",
2157 "symfony/console": "^2.7 || ^3.0",
2158 "symfony/phpunit-bridge": "^2.7 || ^3.0",
2159 "symfony/validator": "^2.7 || ^3.0",
2160 "symfony/yaml": "^2.7 || ^3.0"
2161 },
2162 "type": "symfony-bundle",
2163 "extra": {
2164 "branch-alias": {
2165 "dev-master": "2.0.x-dev"
2166 }
2167 },
2168 "autoload": {
2169 "psr-4": {
2170 "FOS\\UserBundle\\": ""
2171 },
2172 "exclude-from-classmap": [
2173 "/Tests/"
2174 ]
2175 },
2176 "notification-url": "https://packagist.org/downloads/",
2177 "license": [
2178 "MIT"
2179 ],
2180 "authors": [
2181 {
2182 "name": "Christophe Coevoet",
2183 "email": "stof@notk.org"
2184 },
2185 {
2186 "name": "FriendsOfSymfony Community",
2187 "homepage": "https://github.com/friendsofsymfony/FOSUserBundle/contributors"
2188 },
2189 {
2190 "name": "Thibault Duplessis",
2191 "email": "thibault.duplessis@gmail.com"
2192 }
2193 ],
2194 "description": "Symfony FOSUserBundle",
2195 "homepage": "http://friendsofsymfony.github.com",
2196 "keywords": [
2197 "User management"
2198 ],
2199 "time": "2017-11-29T17:01:21+00:00"
2200 },
2201 {
2202 "name": "gedmo/doctrine-extensions",
2203 "version": "v2.4.41",
2204 "source": {
2205 "type": "git",
2206 "url": "https://github.com/Atlantic18/DoctrineExtensions.git",
2207 "reference": "e55a6727052f91834a968937c93b6fb193be8fb6"
2208 },
2209 "dist": {
2210 "type": "zip",
2211 "url": "https://api.github.com/repos/Atlantic18/DoctrineExtensions/zipball/e55a6727052f91834a968937c93b6fb193be8fb6",
2212 "reference": "e55a6727052f91834a968937c93b6fb193be8fb6",
2213 "shasum": ""
2214 },
2215 "require": {
2216 "behat/transliterator": "~1.2",
2217 "doctrine/common": "~2.4",
2218 "php": ">=5.3.2"
2219 },
2220 "conflict": {
2221 "doctrine/annotations": "<1.2",
2222 "doctrine/mongodb-odm": ">=2.0"
2223 },
2224 "require-dev": {
2225 "doctrine/common": ">=2.5.0",
2226 "doctrine/mongodb-odm": ">=1.0.2 <2.0",
2227 "doctrine/orm": ">=2.5.0",
2228 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5",
2229 "symfony/yaml": "^2.6 || ^3.0 || ^4.0 || ^5.0"
2230 },
2231 "suggest": {
2232 "doctrine/mongodb-odm": "to use the extensions with the MongoDB ODM",
2233 "doctrine/orm": "to use the extensions with the ORM"
2234 },
2235 "type": "library",
2236 "extra": {
2237 "branch-alias": {
2238 "dev-master": "2.4.x-dev"
2239 }
2240 },
2241 "autoload": {
2242 "psr-4": {
2243 "Gedmo\\": "lib/Gedmo"
2244 }
2245 },
2246 "notification-url": "https://packagist.org/downloads/",
2247 "license": [
2248 "MIT"
2249 ],
2250 "authors": [
2251 {
2252 "name": "Gediminas Morkevicius",
2253 "email": "gediminas.morkevicius@gmail.com"
2254 },
2255 {
2256 "name": "Gustavo Falco",
2257 "email": "comfortablynumb84@gmail.com"
2258 },
2259 {
2260 "name": "David Buchmann",
2261 "email": "david@liip.ch"
2262 }
2263 ],
2264 "description": "Doctrine2 behavioral extensions",
2265 "homepage": "http://gediminasm.org/",
2266 "keywords": [
2267 "Blameable",
2268 "behaviors",
2269 "doctrine2",
2270 "extensions",
2271 "gedmo",
2272 "loggable",
2273 "nestedset",
2274 "sluggable",
2275 "sortable",
2276 "timestampable",
2277 "translatable",
2278 "tree",
2279 "uploadable"
2280 ],
2281 "time": "2020-05-10T22:20:03+00:00"
2282 },
2283 {
2284 "name": "grandt/binstring",
2285 "version": "1.0.0",
2286 "source": {
2287 "type": "git",
2288 "url": "https://github.com/Grandt/PHPBinString.git",
2289 "reference": "825fe2ac8a68190f651fc2dbc07b6edde18bc431"
2290 },
2291 "dist": {
2292 "type": "zip",
2293 "url": "https://api.github.com/repos/Grandt/PHPBinString/zipball/825fe2ac8a68190f651fc2dbc07b6edde18bc431",
2294 "reference": "825fe2ac8a68190f651fc2dbc07b6edde18bc431",
2295 "shasum": ""
2296 },
2297 "require": {
2298 "php": ">=5.0"
2299 },
2300 "type": "library",
2301 "autoload": {
2302 "classmap": [
2303 "BinString.php",
2304 "BinStringStatic.php"
2305 ]
2306 },
2307 "notification-url": "https://packagist.org/downloads/",
2308 "license": [
2309 "LGPL-2.1"
2310 ],
2311 "authors": [
2312 {
2313 "name": "A. Grandt",
2314 "email": "php@grandt.com",
2315 "role": "Developer"
2316 }
2317 ],
2318 "description": "A class for working around the use of mbstring.func_override",
2319 "homepage": "https://github.com/Grandt/PHPBinString",
2320 "keywords": [
2321 "binary strings",
2322 "mbstring"
2323 ],
2324 "time": "2015-08-13T06:14:41+00:00"
2325 },
2326 {
2327 "name": "grandt/phpresizegif",
2328 "version": "1.0.3",
2329 "source": {
2330 "type": "git",
2331 "url": "https://github.com/Grandt/PHPResizeGif.git",
2332 "reference": "775f6810fcda2fd1d8ca881d44a80c8d310ae7fe"
2333 },
2334 "dist": {
2335 "type": "zip",
2336 "url": "https://api.github.com/repos/Grandt/PHPResizeGif/zipball/775f6810fcda2fd1d8ca881d44a80c8d310ae7fe",
2337 "reference": "775f6810fcda2fd1d8ca881d44a80c8d310ae7fe",
2338 "shasum": ""
2339 },
2340 "require": {
2341 "grandt/binstring": ">=0.2.0",
2342 "php": ">=5.3.0"
2343 },
2344 "type": "library",
2345 "autoload": {
2346 "psr-4": {
2347 "grandt\\ResizeGif\\": "src/ResizeGif",
2348 "grandt\\ResizeGif\\Files\\": "src/ResizeGif/Files",
2349 "grandt\\ResizeGif\\Structure\\": "src/ResizeGif/Structure",
2350 "grandt\\ResizeGif\\Debug\\": "src/ResizeGif/Debug"
2351 }
2352 },
2353 "notification-url": "https://packagist.org/downloads/",
2354 "license": [
2355 "LGPL-2.1"
2356 ],
2357 "authors": [
2358 {
2359 "name": "A. Grandt",
2360 "email": "php@grandt.com",
2361 "homepage": "http://grandt.com",
2362 "role": "Developer"
2363 }
2364 ],
2365 "description": "GIF89a compliant Gif resizer, including transparency and optimized gifs with sub sized elements.",
2366 "homepage": "https://github.com/Grandt/PHPResizeGif",
2367 "keywords": [
2368 "GIF89a",
2369 "animated gif",
2370 "gif",
2371 "resize"
2372 ],
2373 "time": "2015-05-10T10:52:24+00:00"
2374 },
2375 {
2376 "name": "grandt/phpzipmerge",
2377 "version": "1.0.4",
2378 "source": {
2379 "type": "git",
2380 "url": "https://github.com/Grandt/PHPZipMerge.git",
2381 "reference": "0b1273d3c2dbfe244904158b1dbd65a663264fb9"
2382 },
2383 "dist": {
2384 "type": "zip",
2385 "url": "https://api.github.com/repos/Grandt/PHPZipMerge/zipball/0b1273d3c2dbfe244904158b1dbd65a663264fb9",
2386 "reference": "0b1273d3c2dbfe244904158b1dbd65a663264fb9",
2387 "shasum": ""
2388 },
2389 "require": {
2390 "grandt/binstring": ">=1.0.0",
2391 "grandt/relativepath": ">=1.0.1",
2392 "php": ">=5.3.0"
2393 },
2394 "type": "library",
2395 "autoload": {
2396 "psr-4": {
2397 "ZipMerge\\": "src/ZipMerge"
2398 }
2399 },
2400 "notification-url": "https://packagist.org/downloads/",
2401 "license": [
2402 "LGPL-2.1"
2403 ],
2404 "authors": [
2405 {
2406 "name": "A. Grandt",
2407 "email": "php@grandt.com",
2408 "homepage": "http://grandt.com",
2409 "role": "Developer"
2410 },
2411 {
2412 "name": "Greg Kappatos",
2413 "homepage": "http://websiteconnect.com.au",
2414 "role": "Developer"
2415 }
2416 ],
2417 "description": "Merge and stream multiple Zip files on the fly.",
2418 "homepage": "https://github.com/Grandt/PHPZipMerge",
2419 "keywords": [
2420 "archive",
2421 "compressed",
2422 "compression",
2423 "merge",
2424 "phpzip",
2425 "pkzip",
2426 "stream",
2427 "zip"
2428 ],
2429 "time": "2015-08-18T13:49:33+00:00"
2430 },
2431 {
2432 "name": "grandt/relativepath",
2433 "version": "1.0.2",
2434 "source": {
2435 "type": "git",
2436 "url": "https://github.com/Grandt/PHPRelativePath.git",
2437 "reference": "19541133c24143b6295688472c54dd6ed15a5462"
2438 },
2439 "dist": {
2440 "type": "zip",
2441 "url": "https://api.github.com/repos/Grandt/PHPRelativePath/zipball/19541133c24143b6295688472c54dd6ed15a5462",
2442 "reference": "19541133c24143b6295688472c54dd6ed15a5462",
2443 "shasum": ""
2444 },
2445 "require": {
2446 "php": ">=5.0"
2447 },
2448 "type": "library",
2449 "autoload": {
2450 "classmap": [
2451 "RelativePath.php"
2452 ]
2453 },
2454 "notification-url": "https://packagist.org/downloads/",
2455 "license": [
2456 "LGPL-2.1"
2457 ],
2458 "authors": [
2459 {
2460 "name": "A. Grandt",
2461 "email": "php@grandt.com",
2462 "role": "Developer"
2463 }
2464 ],
2465 "description": "A class for cleaning up/collapsing relative paths. Like real_path, but without the need for the path to exist on the filesystem.",
2466 "homepage": "https://github.com/Grandt/PHPRelativePath",
2467 "keywords": [
2468 "file path"
2469 ],
2470 "time": "2015-05-14T08:18:23+00:00"
2471 },
2472 {
2473 "name": "guzzlehttp/guzzle",
2474 "version": "5.3.4",
2475 "source": {
2476 "type": "git",
2477 "url": "https://github.com/guzzle/guzzle.git",
2478 "reference": "b87eda7a7162f95574032da17e9323c9899cb6b2"
2479 },
2480 "dist": {
2481 "type": "zip",
2482 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/b87eda7a7162f95574032da17e9323c9899cb6b2",
2483 "reference": "b87eda7a7162f95574032da17e9323c9899cb6b2",
2484 "shasum": ""
2485 },
2486 "require": {
2487 "guzzlehttp/ringphp": "^1.1",
2488 "php": ">=5.4.0",
2489 "react/promise": "^2.2"
2490 },
2491 "require-dev": {
2492 "ext-curl": "*",
2493 "phpunit/phpunit": "^4.0"
2494 },
2495 "type": "library",
2496 "autoload": {
2497 "psr-4": {
2498 "GuzzleHttp\\": "src/"
2499 }
2500 },
2501 "notification-url": "https://packagist.org/downloads/",
2502 "license": [
2503 "MIT"
2504 ],
2505 "authors": [
2506 {
2507 "name": "Michael Dowling",
2508 "email": "mtdowling@gmail.com",
2509 "homepage": "https://github.com/mtdowling"
2510 }
2511 ],
2512 "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients",
2513 "homepage": "http://guzzlephp.org/",
2514 "keywords": [
2515 "client",
2516 "curl",
2517 "framework",
2518 "http",
2519 "http client",
2520 "rest",
2521 "web service"
2522 ],
2523 "time": "2019-10-30T09:32:00+00:00"
2524 },
2525 {
2526 "name": "guzzlehttp/promises",
2527 "version": "v1.3.1",
2528 "source": {
2529 "type": "git",
2530 "url": "https://github.com/guzzle/promises.git",
2531 "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
2532 },
2533 "dist": {
2534 "type": "zip",
2535 "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
2536 "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
2537 "shasum": ""
2538 },
2539 "require": {
2540 "php": ">=5.5.0"
2541 },
2542 "require-dev": {
2543 "phpunit/phpunit": "^4.0"
2544 },
2545 "type": "library",
2546 "extra": {
2547 "branch-alias": {
2548 "dev-master": "1.4-dev"
2549 }
2550 },
2551 "autoload": {
2552 "psr-4": {
2553 "GuzzleHttp\\Promise\\": "src/"
2554 },
2555 "files": [
2556 "src/functions_include.php"
2557 ]
2558 },
2559 "notification-url": "https://packagist.org/downloads/",
2560 "license": [
2561 "MIT"
2562 ],
2563 "authors": [
2564 {
2565 "name": "Michael Dowling",
2566 "email": "mtdowling@gmail.com",
2567 "homepage": "https://github.com/mtdowling"
2568 }
2569 ],
2570 "description": "Guzzle promises library",
2571 "keywords": [
2572 "promise"
2573 ],
2574 "time": "2016-12-20T10:07:11+00:00"
2575 },
2576 {
2577 "name": "guzzlehttp/psr7",
2578 "version": "1.6.1",
2579 "source": {
2580 "type": "git",
2581 "url": "https://github.com/guzzle/psr7.git",
2582 "reference": "239400de7a173fe9901b9ac7c06497751f00727a"
2583 },
2584 "dist": {
2585 "type": "zip",
2586 "url": "https://api.github.com/repos/guzzle/psr7/zipball/239400de7a173fe9901b9ac7c06497751f00727a",
2587 "reference": "239400de7a173fe9901b9ac7c06497751f00727a",
2588 "shasum": ""
2589 },
2590 "require": {
2591 "php": ">=5.4.0",
2592 "psr/http-message": "~1.0",
2593 "ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
2594 },
2595 "provide": {
2596 "psr/http-message-implementation": "1.0"
2597 },
2598 "require-dev": {
2599 "ext-zlib": "*",
2600 "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8"
2601 },
2602 "suggest": {
2603 "zendframework/zend-httphandlerrunner": "Emit PSR-7 responses"
2604 },
2605 "type": "library",
2606 "extra": {
2607 "branch-alias": {
2608 "dev-master": "1.6-dev"
2609 }
2610 },
2611 "autoload": {
2612 "psr-4": {
2613 "GuzzleHttp\\Psr7\\": "src/"
2614 },
2615 "files": [
2616 "src/functions_include.php"
2617 ]
2618 },
2619 "notification-url": "https://packagist.org/downloads/",
2620 "license": [
2621 "MIT"
2622 ],
2623 "authors": [
2624 {
2625 "name": "Michael Dowling",
2626 "email": "mtdowling@gmail.com",
2627 "homepage": "https://github.com/mtdowling"
2628 },
2629 {
2630 "name": "Tobias Schultze",
2631 "homepage": "https://github.com/Tobion"
2632 }
2633 ],
2634 "description": "PSR-7 message implementation that also provides common utility methods",
2635 "keywords": [
2636 "http",
2637 "message",
2638 "psr-7",
2639 "request",
2640 "response",
2641 "stream",
2642 "uri",
2643 "url"
2644 ],
2645 "time": "2019-07-01T23:21:34+00:00"
2646 },
2647 {
2648 "name": "guzzlehttp/ringphp",
2649 "version": "1.1.1",
2650 "source": {
2651 "type": "git",
2652 "url": "https://github.com/guzzle/RingPHP.git",
2653 "reference": "5e2a174052995663dd68e6b5ad838afd47dd615b"
2654 },
2655 "dist": {
2656 "type": "zip",
2657 "url": "https://api.github.com/repos/guzzle/RingPHP/zipball/5e2a174052995663dd68e6b5ad838afd47dd615b",
2658 "reference": "5e2a174052995663dd68e6b5ad838afd47dd615b",
2659 "shasum": ""
2660 },
2661 "require": {
2662 "guzzlehttp/streams": "~3.0",
2663 "php": ">=5.4.0",
2664 "react/promise": "~2.0"
2665 },
2666 "require-dev": {
2667 "ext-curl": "*",
2668 "phpunit/phpunit": "~4.0"
2669 },
2670 "suggest": {
2671 "ext-curl": "Guzzle will use specific adapters if cURL is present"
2672 },
2673 "type": "library",
2674 "extra": {
2675 "branch-alias": {
2676 "dev-master": "1.1-dev"
2677 }
2678 },
2679 "autoload": {
2680 "psr-4": {
2681 "GuzzleHttp\\Ring\\": "src/"
2682 }
2683 },
2684 "notification-url": "https://packagist.org/downloads/",
2685 "license": [
2686 "MIT"
2687 ],
2688 "authors": [
2689 {
2690 "name": "Michael Dowling",
2691 "email": "mtdowling@gmail.com",
2692 "homepage": "https://github.com/mtdowling"
2693 }
2694 ],
2695 "description": "Provides a simple API and specification that abstracts away the details of HTTP into a single PHP function.",
2696 "abandoned": true,
2697 "time": "2018-07-31T13:22:33+00:00"
2698 },
2699 {
2700 "name": "guzzlehttp/streams",
2701 "version": "3.0.0",
2702 "source": {
2703 "type": "git",
2704 "url": "https://github.com/guzzle/streams.git",
2705 "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5"
2706 },
2707 "dist": {
2708 "type": "zip",
2709 "url": "https://api.github.com/repos/guzzle/streams/zipball/47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
2710 "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
2711 "shasum": ""
2712 },
2713 "require": {
2714 "php": ">=5.4.0"
2715 },
2716 "require-dev": {
2717 "phpunit/phpunit": "~4.0"
2718 },
2719 "type": "library",
2720 "extra": {
2721 "branch-alias": {
2722 "dev-master": "3.0-dev"
2723 }
2724 },
2725 "autoload": {
2726 "psr-4": {
2727 "GuzzleHttp\\Stream\\": "src/"
2728 }
2729 },
2730 "notification-url": "https://packagist.org/downloads/",
2731 "license": [
2732 "MIT"
2733 ],
2734 "authors": [
2735 {
2736 "name": "Michael Dowling",
2737 "email": "mtdowling@gmail.com",
2738 "homepage": "https://github.com/mtdowling"
2739 }
2740 ],
2741 "description": "Provides a simple abstraction over streams of data",
2742 "homepage": "http://guzzlephp.org/",
2743 "keywords": [
2744 "Guzzle",
2745 "stream"
2746 ],
2747 "abandoned": true,
2748 "time": "2014-10-12T19:18:40+00:00"
2749 },
2750 {
2751 "name": "hoa/compiler",
2752 "version": "3.17.08.08",
2753 "source": {
2754 "type": "git",
2755 "url": "https://github.com/hoaproject/Compiler.git",
2756 "reference": "aa09caf0bf28adae6654ca6ee415ee2f522672de"
2757 },
2758 "dist": {
2759 "type": "zip",
2760 "url": "https://api.github.com/repos/hoaproject/Compiler/zipball/aa09caf0bf28adae6654ca6ee415ee2f522672de",
2761 "reference": "aa09caf0bf28adae6654ca6ee415ee2f522672de",
2762 "shasum": ""
2763 },
2764 "require": {
2765 "hoa/consistency": "~1.0",
2766 "hoa/exception": "~1.0",
2767 "hoa/file": "~1.0",
2768 "hoa/iterator": "~2.0",
2769 "hoa/math": "~1.0",
2770 "hoa/protocol": "~1.0",
2771 "hoa/regex": "~1.0",
2772 "hoa/visitor": "~2.0"
2773 },
2774 "require-dev": {
2775 "hoa/json": "~2.0",
2776 "hoa/test": "~2.0"
2777 },
2778 "type": "library",
2779 "extra": {
2780 "branch-alias": {
2781 "dev-master": "3.x-dev"
2782 }
2783 },
2784 "autoload": {
2785 "psr-4": {
2786 "Hoa\\Compiler\\": "."
2787 }
2788 },
2789 "notification-url": "https://packagist.org/downloads/",
2790 "license": [
2791 "BSD-3-Clause"
2792 ],
2793 "authors": [
2794 {
2795 "name": "Ivan Enderlin",
2796 "email": "ivan.enderlin@hoa-project.net"
2797 },
2798 {
2799 "name": "Hoa community",
2800 "homepage": "https://hoa-project.net/"
2801 }
2802 ],
2803 "description": "The Hoa\\Compiler library.",
2804 "homepage": "https://hoa-project.net/",
2805 "keywords": [
2806 "algebraic",
2807 "ast",
2808 "compiler",
2809 "context-free",
2810 "coverage",
2811 "exhaustive",
2812 "grammar",
2813 "isotropic",
2814 "language",
2815 "lexer",
2816 "library",
2817 "ll1",
2818 "llk",
2819 "parser",
2820 "pp",
2821 "random",
2822 "regular",
2823 "rule",
2824 "sampler",
2825 "syntax",
2826 "token",
2827 "trace",
2828 "uniform"
2829 ],
2830 "time": "2017-08-08T07:44:07+00:00"
2831 },
2832 {
2833 "name": "hoa/consistency",
2834 "version": "1.17.05.02",
2835 "source": {
2836 "type": "git",
2837 "url": "https://github.com/hoaproject/Consistency.git",
2838 "reference": "fd7d0adc82410507f332516faf655b6ed22e4c2f"
2839 },
2840 "dist": {
2841 "type": "zip",
2842 "url": "https://api.github.com/repos/hoaproject/Consistency/zipball/fd7d0adc82410507f332516faf655b6ed22e4c2f",
2843 "reference": "fd7d0adc82410507f332516faf655b6ed22e4c2f",
2844 "shasum": ""
2845 },
2846 "require": {
2847 "hoa/exception": "~1.0",
2848 "php": ">=5.5.0"
2849 },
2850 "require-dev": {
2851 "hoa/stream": "~1.0",
2852 "hoa/test": "~2.0"
2853 },
2854 "type": "library",
2855 "extra": {
2856 "branch-alias": {
2857 "dev-master": "1.x-dev"
2858 }
2859 },
2860 "autoload": {
2861 "psr-4": {
2862 "Hoa\\Consistency\\": "."
2863 },
2864 "files": [
2865 "Prelude.php"
2866 ]
2867 },
2868 "notification-url": "https://packagist.org/downloads/",
2869 "license": [
2870 "BSD-3-Clause"
2871 ],
2872 "authors": [
2873 {
2874 "name": "Ivan Enderlin",
2875 "email": "ivan.enderlin@hoa-project.net"
2876 },
2877 {
2878 "name": "Hoa community",
2879 "homepage": "https://hoa-project.net/"
2880 }
2881 ],
2882 "description": "The Hoa\\Consistency library.",
2883 "homepage": "https://hoa-project.net/",
2884 "keywords": [
2885 "autoloader",
2886 "callable",
2887 "consistency",
2888 "entity",
2889 "flex",
2890 "keyword",
2891 "library"
2892 ],
2893 "time": "2017-05-02T12:18:12+00:00"
2894 },
2895 {
2896 "name": "hoa/event",
2897 "version": "1.17.01.13",
2898 "source": {
2899 "type": "git",
2900 "url": "https://github.com/hoaproject/Event.git",
2901 "reference": "6c0060dced212ffa3af0e34bb46624f990b29c54"
2902 },
2903 "dist": {
2904 "type": "zip",
2905 "url": "https://api.github.com/repos/hoaproject/Event/zipball/6c0060dced212ffa3af0e34bb46624f990b29c54",
2906 "reference": "6c0060dced212ffa3af0e34bb46624f990b29c54",
2907 "shasum": ""
2908 },
2909 "require": {
2910 "hoa/consistency": "~1.0",
2911 "hoa/exception": "~1.0"
2912 },
2913 "require-dev": {
2914 "hoa/test": "~2.0"
2915 },
2916 "type": "library",
2917 "extra": {
2918 "branch-alias": {
2919 "dev-master": "1.x-dev"
2920 }
2921 },
2922 "autoload": {
2923 "psr-4": {
2924 "Hoa\\Event\\": "."
2925 }
2926 },
2927 "notification-url": "https://packagist.org/downloads/",
2928 "license": [
2929 "BSD-3-Clause"
2930 ],
2931 "authors": [
2932 {
2933 "name": "Ivan Enderlin",
2934 "email": "ivan.enderlin@hoa-project.net"
2935 },
2936 {
2937 "name": "Hoa community",
2938 "homepage": "https://hoa-project.net/"
2939 }
2940 ],
2941 "description": "The Hoa\\Event library.",
2942 "homepage": "https://hoa-project.net/",
2943 "keywords": [
2944 "event",
2945 "library",
2946 "listener",
2947 "observer"
2948 ],
2949 "time": "2017-01-13T15:30:50+00:00"
2950 },
2951 {
2952 "name": "hoa/exception",
2953 "version": "1.17.01.16",
2954 "source": {
2955 "type": "git",
2956 "url": "https://github.com/hoaproject/Exception.git",
2957 "reference": "091727d46420a3d7468ef0595651488bfc3a458f"
2958 },
2959 "dist": {
2960 "type": "zip",
2961 "url": "https://api.github.com/repos/hoaproject/Exception/zipball/091727d46420a3d7468ef0595651488bfc3a458f",
2962 "reference": "091727d46420a3d7468ef0595651488bfc3a458f",
2963 "shasum": ""
2964 },
2965 "require": {
2966 "hoa/consistency": "~1.0",
2967 "hoa/event": "~1.0"
2968 },
2969 "require-dev": {
2970 "hoa/test": "~2.0"
2971 },
2972 "type": "library",
2973 "extra": {
2974 "branch-alias": {
2975 "dev-master": "1.x-dev"
2976 }
2977 },
2978 "autoload": {
2979 "psr-4": {
2980 "Hoa\\Exception\\": "."
2981 }
2982 },
2983 "notification-url": "https://packagist.org/downloads/",
2984 "license": [
2985 "BSD-3-Clause"
2986 ],
2987 "authors": [
2988 {
2989 "name": "Ivan Enderlin",
2990 "email": "ivan.enderlin@hoa-project.net"
2991 },
2992 {
2993 "name": "Hoa community",
2994 "homepage": "https://hoa-project.net/"
2995 }
2996 ],
2997 "description": "The Hoa\\Exception library.",
2998 "homepage": "https://hoa-project.net/",
2999 "keywords": [
3000 "exception",
3001 "library"
3002 ],
3003 "time": "2017-01-16T07:53:27+00:00"
3004 },
3005 {
3006 "name": "hoa/file",
3007 "version": "1.17.07.11",
3008 "source": {
3009 "type": "git",
3010 "url": "https://github.com/hoaproject/File.git",
3011 "reference": "35cb979b779bc54918d2f9a4e02ed6c7a1fa67ca"
3012 },
3013 "dist": {
3014 "type": "zip",
3015 "url": "https://api.github.com/repos/hoaproject/File/zipball/35cb979b779bc54918d2f9a4e02ed6c7a1fa67ca",
3016 "reference": "35cb979b779bc54918d2f9a4e02ed6c7a1fa67ca",
3017 "shasum": ""
3018 },
3019 "require": {
3020 "hoa/consistency": "~1.0",
3021 "hoa/event": "~1.0",
3022 "hoa/exception": "~1.0",
3023 "hoa/iterator": "~2.0",
3024 "hoa/stream": "~1.0"
3025 },
3026 "require-dev": {
3027 "hoa/test": "~2.0"
3028 },
3029 "type": "library",
3030 "extra": {
3031 "branch-alias": {
3032 "dev-master": "1.x-dev"
3033 }
3034 },
3035 "autoload": {
3036 "psr-4": {
3037 "Hoa\\File\\": "."
3038 }
3039 },
3040 "notification-url": "https://packagist.org/downloads/",
3041 "license": [
3042 "BSD-3-Clause"
3043 ],
3044 "authors": [
3045 {
3046 "name": "Ivan Enderlin",
3047 "email": "ivan.enderlin@hoa-project.net"
3048 },
3049 {
3050 "name": "Hoa community",
3051 "homepage": "https://hoa-project.net/"
3052 }
3053 ],
3054 "description": "The Hoa\\File library.",
3055 "homepage": "https://hoa-project.net/",
3056 "keywords": [
3057 "Socket",
3058 "directory",
3059 "file",
3060 "finder",
3061 "library",
3062 "link",
3063 "temporary"
3064 ],
3065 "time": "2017-07-11T07:42:15+00:00"
3066 },
3067 {
3068 "name": "hoa/iterator",
3069 "version": "2.17.01.10",
3070 "source": {
3071 "type": "git",
3072 "url": "https://github.com/hoaproject/Iterator.git",
3073 "reference": "d1120ba09cb4ccd049c86d10058ab94af245f0cc"
3074 },
3075 "dist": {
3076 "type": "zip",
3077 "url": "https://api.github.com/repos/hoaproject/Iterator/zipball/d1120ba09cb4ccd049c86d10058ab94af245f0cc",
3078 "reference": "d1120ba09cb4ccd049c86d10058ab94af245f0cc",
3079 "shasum": ""
3080 },
3081 "require": {
3082 "hoa/consistency": "~1.0",
3083 "hoa/exception": "~1.0"
3084 },
3085 "require-dev": {
3086 "hoa/test": "~2.0"
3087 },
3088 "type": "library",
3089 "extra": {
3090 "branch-alias": {
3091 "dev-master": "2.x-dev"
3092 }
3093 },
3094 "autoload": {
3095 "psr-4": {
3096 "Hoa\\Iterator\\": "."
3097 }
3098 },
3099 "notification-url": "https://packagist.org/downloads/",
3100 "license": [
3101 "BSD-3-Clause"
3102 ],
3103 "authors": [
3104 {
3105 "name": "Ivan Enderlin",
3106 "email": "ivan.enderlin@hoa-project.net"
3107 },
3108 {
3109 "name": "Hoa community",
3110 "homepage": "https://hoa-project.net/"
3111 }
3112 ],
3113 "description": "The Hoa\\Iterator library.",
3114 "homepage": "https://hoa-project.net/",
3115 "keywords": [
3116 "iterator",
3117 "library"
3118 ],
3119 "time": "2017-01-10T10:34:47+00:00"
3120 },
3121 {
3122 "name": "hoa/math",
3123 "version": "1.17.05.16",
3124 "source": {
3125 "type": "git",
3126 "url": "https://github.com/hoaproject/Math.git",
3127 "reference": "7150785d30f5d565704912116a462e9f5bc83a0c"
3128 },
3129 "dist": {
3130 "type": "zip",
3131 "url": "https://api.github.com/repos/hoaproject/Math/zipball/7150785d30f5d565704912116a462e9f5bc83a0c",
3132 "reference": "7150785d30f5d565704912116a462e9f5bc83a0c",
3133 "shasum": ""
3134 },
3135 "require": {
3136 "hoa/compiler": "~3.0",
3137 "hoa/consistency": "~1.0",
3138 "hoa/exception": "~1.0",
3139 "hoa/iterator": "~2.0",
3140 "hoa/protocol": "~1.0",
3141 "hoa/zformat": "~1.0"
3142 },
3143 "require-dev": {
3144 "hoa/test": "~2.0"
3145 },
3146 "type": "library",
3147 "extra": {
3148 "branch-alias": {
3149 "dev-master": "1.x-dev"
3150 }
3151 },
3152 "autoload": {
3153 "psr-4": {
3154 "Hoa\\Math\\": "."
3155 }
3156 },
3157 "notification-url": "https://packagist.org/downloads/",
3158 "license": [
3159 "BSD-3-Clause"
3160 ],
3161 "authors": [
3162 {
3163 "name": "Ivan Enderlin",
3164 "email": "ivan.enderlin@hoa-project.net"
3165 },
3166 {
3167 "name": "Hoa community",
3168 "homepage": "https://hoa-project.net/"
3169 }
3170 ],
3171 "description": "The Hoa\\Math library.",
3172 "homepage": "https://hoa-project.net/",
3173 "keywords": [
3174 "arrangement",
3175 "combination",
3176 "combinatorics",
3177 "counting",
3178 "library",
3179 "math",
3180 "permutation",
3181 "sampler",
3182 "set"
3183 ],
3184 "time": "2017-05-16T08:02:17+00:00"
3185 },
3186 {
3187 "name": "hoa/protocol",
3188 "version": "1.17.01.14",
3189 "source": {
3190 "type": "git",
3191 "url": "https://github.com/hoaproject/Protocol.git",
3192 "reference": "5c2cf972151c45f373230da170ea015deecf19e2"
3193 },
3194 "dist": {
3195 "type": "zip",
3196 "url": "https://api.github.com/repos/hoaproject/Protocol/zipball/5c2cf972151c45f373230da170ea015deecf19e2",
3197 "reference": "5c2cf972151c45f373230da170ea015deecf19e2",
3198 "shasum": ""
3199 },
3200 "require": {
3201 "hoa/consistency": "~1.0",
3202 "hoa/exception": "~1.0"
3203 },
3204 "require-dev": {
3205 "hoa/test": "~2.0"
3206 },
3207 "type": "library",
3208 "extra": {
3209 "branch-alias": {
3210 "dev-master": "1.x-dev"
3211 }
3212 },
3213 "autoload": {
3214 "psr-4": {
3215 "Hoa\\Protocol\\": "."
3216 },
3217 "files": [
3218 "Wrapper.php"
3219 ]
3220 },
3221 "notification-url": "https://packagist.org/downloads/",
3222 "license": [
3223 "BSD-3-Clause"
3224 ],
3225 "authors": [
3226 {
3227 "name": "Ivan Enderlin",
3228 "email": "ivan.enderlin@hoa-project.net"
3229 },
3230 {
3231 "name": "Hoa community",
3232 "homepage": "https://hoa-project.net/"
3233 }
3234 ],
3235 "description": "The Hoa\\Protocol library.",
3236 "homepage": "https://hoa-project.net/",
3237 "keywords": [
3238 "library",
3239 "protocol",
3240 "resource",
3241 "stream",
3242 "wrapper"
3243 ],
3244 "time": "2017-01-14T12:26:10+00:00"
3245 },
3246 {
3247 "name": "hoa/regex",
3248 "version": "1.17.01.13",
3249 "source": {
3250 "type": "git",
3251 "url": "https://github.com/hoaproject/Regex.git",
3252 "reference": "7e263a61b6fb45c1d03d8e5ef77668518abd5bec"
3253 },
3254 "dist": {
3255 "type": "zip",
3256 "url": "https://api.github.com/repos/hoaproject/Regex/zipball/7e263a61b6fb45c1d03d8e5ef77668518abd5bec",
3257 "reference": "7e263a61b6fb45c1d03d8e5ef77668518abd5bec",
3258 "shasum": ""
3259 },
3260 "require": {
3261 "hoa/consistency": "~1.0",
3262 "hoa/exception": "~1.0",
3263 "hoa/math": "~1.0",
3264 "hoa/protocol": "~1.0",
3265 "hoa/ustring": "~4.0",
3266 "hoa/visitor": "~2.0"
3267 },
3268 "type": "library",
3269 "extra": {
3270 "branch-alias": {
3271 "dev-master": "1.x-dev"
3272 }
3273 },
3274 "autoload": {
3275 "psr-4": {
3276 "Hoa\\Regex\\": "."
3277 }
3278 },
3279 "notification-url": "https://packagist.org/downloads/",
3280 "license": [
3281 "BSD-3-Clause"
3282 ],
3283 "authors": [
3284 {
3285 "name": "Ivan Enderlin",
3286 "email": "ivan.enderlin@hoa-project.net"
3287 },
3288 {
3289 "name": "Hoa community",
3290 "homepage": "https://hoa-project.net/"
3291 }
3292 ],
3293 "description": "The Hoa\\Regex library.",
3294 "homepage": "https://hoa-project.net/",
3295 "keywords": [
3296 "compiler",
3297 "library",
3298 "regex"
3299 ],
3300 "time": "2017-01-13T16:10:24+00:00"
3301 },
3302 {
3303 "name": "hoa/ruler",
3304 "version": "2.17.05.16",
3305 "source": {
3306 "type": "git",
3307 "url": "https://github.com/hoaproject/Ruler.git",
3308 "reference": "696835daf8336dfd490f032da7af444050e52dfc"
3309 },
3310 "dist": {
3311 "type": "zip",
3312 "url": "https://api.github.com/repos/hoaproject/Ruler/zipball/696835daf8336dfd490f032da7af444050e52dfc",
3313 "reference": "696835daf8336dfd490f032da7af444050e52dfc",
3314 "shasum": ""
3315 },
3316 "require": {
3317 "hoa/compiler": "~3.0",
3318 "hoa/consistency": "~1.0",
3319 "hoa/exception": "~1.0",
3320 "hoa/file": "~1.0",
3321 "hoa/protocol": "~1.0",
3322 "hoa/visitor": "~2.0"
3323 },
3324 "require-dev": {
3325 "hoa/test": "~2.0"
3326 },
3327 "type": "library",
3328 "extra": {
3329 "branch-alias": {
3330 "dev-master": "2.x-dev"
3331 }
3332 },
3333 "autoload": {
3334 "psr-4": {
3335 "Hoa\\Ruler\\": "."
3336 }
3337 },
3338 "notification-url": "https://packagist.org/downloads/",
3339 "license": [
3340 "BSD-3-Clause"
3341 ],
3342 "authors": [
3343 {
3344 "name": "Ivan Enderlin",
3345 "email": "ivan.enderlin@hoa-project.net"
3346 },
3347 {
3348 "name": "Hoa community",
3349 "homepage": "https://hoa-project.net/"
3350 }
3351 ],
3352 "description": "The Hoa\\Ruler library.",
3353 "homepage": "https://hoa-project.net/",
3354 "keywords": [
3355 "library",
3356 "ruler"
3357 ],
3358 "time": "2017-05-16T07:52:21+00:00"
3359 },
3360 {
3361 "name": "hoa/stream",
3362 "version": "1.17.02.21",
3363 "source": {
3364 "type": "git",
3365 "url": "https://github.com/hoaproject/Stream.git",
3366 "reference": "3293cfffca2de10525df51436adf88a559151d82"
3367 },
3368 "dist": {
3369 "type": "zip",
3370 "url": "https://api.github.com/repos/hoaproject/Stream/zipball/3293cfffca2de10525df51436adf88a559151d82",
3371 "reference": "3293cfffca2de10525df51436adf88a559151d82",
3372 "shasum": ""
3373 },
3374 "require": {
3375 "hoa/consistency": "~1.0",
3376 "hoa/event": "~1.0",
3377 "hoa/exception": "~1.0",
3378 "hoa/protocol": "~1.0"
3379 },
3380 "require-dev": {
3381 "hoa/test": "~2.0"
3382 },
3383 "type": "library",
3384 "extra": {
3385 "branch-alias": {
3386 "dev-master": "1.x-dev"
3387 }
3388 },
3389 "autoload": {
3390 "psr-4": {
3391 "Hoa\\Stream\\": "."
3392 }
3393 },
3394 "notification-url": "https://packagist.org/downloads/",
3395 "license": [
3396 "BSD-3-Clause"
3397 ],
3398 "authors": [
3399 {
3400 "name": "Ivan Enderlin",
3401 "email": "ivan.enderlin@hoa-project.net"
3402 },
3403 {
3404 "name": "Hoa community",
3405 "homepage": "https://hoa-project.net/"
3406 }
3407 ],
3408 "description": "The Hoa\\Stream library.",
3409 "homepage": "https://hoa-project.net/",
3410 "keywords": [
3411 "Context",
3412 "bucket",
3413 "composite",
3414 "filter",
3415 "in",
3416 "library",
3417 "out",
3418 "protocol",
3419 "stream",
3420 "wrapper"
3421 ],
3422 "time": "2017-02-21T16:01:06+00:00"
3423 },
3424 {
3425 "name": "hoa/ustring",
3426 "version": "4.17.01.16",
3427 "source": {
3428 "type": "git",
3429 "url": "https://github.com/hoaproject/Ustring.git",
3430 "reference": "e6326e2739178799b1fe3fdd92029f9517fa17a0"
3431 },
3432 "dist": {
3433 "type": "zip",
3434 "url": "https://api.github.com/repos/hoaproject/Ustring/zipball/e6326e2739178799b1fe3fdd92029f9517fa17a0",
3435 "reference": "e6326e2739178799b1fe3fdd92029f9517fa17a0",
3436 "shasum": ""
3437 },
3438 "require": {
3439 "hoa/consistency": "~1.0",
3440 "hoa/exception": "~1.0"
3441 },
3442 "require-dev": {
3443 "hoa/test": "~2.0"
3444 },
3445 "suggest": {
3446 "ext-iconv": "ext/iconv must be present (or a third implementation) to use Hoa\\Ustring::transcode().",
3447 "ext-intl": "To get a better Hoa\\Ustring::toAscii() and Hoa\\Ustring::compareTo()."
3448 },
3449 "type": "library",
3450 "extra": {
3451 "branch-alias": {
3452 "dev-master": "4.x-dev"
3453 }
3454 },
3455 "autoload": {
3456 "psr-4": {
3457 "Hoa\\Ustring\\": "."
3458 }
3459 },
3460 "notification-url": "https://packagist.org/downloads/",
3461 "license": [
3462 "BSD-3-Clause"
3463 ],
3464 "authors": [
3465 {
3466 "name": "Ivan Enderlin",
3467 "email": "ivan.enderlin@hoa-project.net"
3468 },
3469 {
3470 "name": "Hoa community",
3471 "homepage": "https://hoa-project.net/"
3472 }
3473 ],
3474 "description": "The Hoa\\Ustring library.",
3475 "homepage": "https://hoa-project.net/",
3476 "keywords": [
3477 "library",
3478 "search",
3479 "string",
3480 "unicode"
3481 ],
3482 "time": "2017-01-16T07:08:25+00:00"
3483 },
3484 {
3485 "name": "hoa/visitor",
3486 "version": "2.17.01.16",
3487 "source": {
3488 "type": "git",
3489 "url": "https://github.com/hoaproject/Visitor.git",
3490 "reference": "c18fe1cbac98ae449e0d56e87469103ba08f224a"
3491 },
3492 "dist": {
3493 "type": "zip",
3494 "url": "https://api.github.com/repos/hoaproject/Visitor/zipball/c18fe1cbac98ae449e0d56e87469103ba08f224a",
3495 "reference": "c18fe1cbac98ae449e0d56e87469103ba08f224a",
3496 "shasum": ""
3497 },
3498 "require": {
3499 "hoa/consistency": "~1.0"
3500 },
3501 "require-dev": {
3502 "hoa/test": "~2.0"
3503 },
3504 "type": "library",
3505 "extra": {
3506 "branch-alias": {
3507 "dev-master": "2.x-dev"
3508 }
3509 },
3510 "autoload": {
3511 "psr-4": {
3512 "Hoa\\Visitor\\": "."
3513 }
3514 },
3515 "notification-url": "https://packagist.org/downloads/",
3516 "license": [
3517 "BSD-3-Clause"
3518 ],
3519 "authors": [
3520 {
3521 "name": "Ivan Enderlin",
3522 "email": "ivan.enderlin@hoa-project.net"
3523 },
3524 {
3525 "name": "Hoa community",
3526 "homepage": "https://hoa-project.net/"
3527 }
3528 ],
3529 "description": "The Hoa\\Visitor library.",
3530 "homepage": "https://hoa-project.net/",
3531 "keywords": [
3532 "library",
3533 "structure",
3534 "visit",
3535 "visitor"
3536 ],
3537 "time": "2017-01-16T07:02:03+00:00"
3538 },
3539 {
3540 "name": "hoa/zformat",
3541 "version": "1.17.01.10",
3542 "source": {
3543 "type": "git",
3544 "url": "https://github.com/hoaproject/Zformat.git",
3545 "reference": "522c381a2a075d4b9dbb42eb4592dd09520e4ac2"
3546 },
3547 "dist": {
3548 "type": "zip",
3549 "url": "https://api.github.com/repos/hoaproject/Zformat/zipball/522c381a2a075d4b9dbb42eb4592dd09520e4ac2",
3550 "reference": "522c381a2a075d4b9dbb42eb4592dd09520e4ac2",
3551 "shasum": ""
3552 },
3553 "require": {
3554 "hoa/consistency": "~1.0",
3555 "hoa/exception": "~1.0"
3556 },
3557 "type": "library",
3558 "extra": {
3559 "branch-alias": {
3560 "dev-master": "1.x-dev"
3561 }
3562 },
3563 "autoload": {
3564 "psr-4": {
3565 "Hoa\\Zformat\\": "."
3566 }
3567 },
3568 "notification-url": "https://packagist.org/downloads/",
3569 "license": [
3570 "BSD-3-Clause"
3571 ],
3572 "authors": [
3573 {
3574 "name": "Ivan Enderlin",
3575 "email": "ivan.enderlin@hoa-project.net"
3576 },
3577 {
3578 "name": "Hoa community",
3579 "homepage": "https://hoa-project.net/"
3580 }
3581 ],
3582 "description": "The Hoa\\Zformat library.",
3583 "homepage": "https://hoa-project.net/",
3584 "keywords": [
3585 "library",
3586 "parameter",
3587 "zformat"
3588 ],
3589 "time": "2017-01-10T10:39:54+00:00"
3590 },
3591 {
3592 "name": "html2text/html2text",
3593 "version": "4.3.1",
3594 "source": {
3595 "type": "git",
3596 "url": "https://github.com/mtibben/html2text.git",
3597 "reference": "61ad68e934066a6f8df29a3d23a6460536d0855c"
3598 },
3599 "dist": {
3600 "type": "zip",
3601 "url": "https://api.github.com/repos/mtibben/html2text/zipball/61ad68e934066a6f8df29a3d23a6460536d0855c",
3602 "reference": "61ad68e934066a6f8df29a3d23a6460536d0855c",
3603 "shasum": ""
3604 },
3605 "require-dev": {
3606 "phpunit/phpunit": "~4"
3607 },
3608 "suggest": {
3609 "ext-mbstring": "For best performance",
3610 "symfony/polyfill-mbstring": "If you can't install ext-mbstring"
3611 },
3612 "type": "library",
3613 "autoload": {
3614 "psr-4": {
3615 "Html2Text\\": [
3616 "src/",
3617 "test/"
3618 ]
3619 }
3620 },
3621 "notification-url": "https://packagist.org/downloads/",
3622 "license": [
3623 "GPL-2.0-or-later"
3624 ],
3625 "description": "Converts HTML to formatted plain text",
3626 "time": "2020-04-16T23:44:31+00:00"
3627 },
3628 {
3629 "name": "http-interop/http-factory-guzzle",
3630 "version": "1.0.0",
3631 "source": {
3632 "type": "git",
3633 "url": "https://github.com/http-interop/http-factory-guzzle.git",
3634 "reference": "34861658efb9899a6618cef03de46e2a52c80fc0"
3635 },
3636 "dist": {
3637 "type": "zip",
3638 "url": "https://api.github.com/repos/http-interop/http-factory-guzzle/zipball/34861658efb9899a6618cef03de46e2a52c80fc0",
3639 "reference": "34861658efb9899a6618cef03de46e2a52c80fc0",
3640 "shasum": ""
3641 },
3642 "require": {
3643 "guzzlehttp/psr7": "^1.4.2",
3644 "psr/http-factory": "^1.0"
3645 },
3646 "provide": {
3647 "psr/http-factory-implementation": "^1.0"
3648 },
3649 "require-dev": {
3650 "http-interop/http-factory-tests": "^0.5",
3651 "phpunit/phpunit": "^6.5"
3652 },
3653 "type": "library",
3654 "autoload": {
3655 "psr-4": {
3656 "Http\\Factory\\Guzzle\\": "src/"
3657 }
3658 },
3659 "notification-url": "https://packagist.org/downloads/",
3660 "license": [
3661 "MIT"
3662 ],
3663 "authors": [
3664 {
3665 "name": "PHP-FIG",
3666 "homepage": "http://www.php-fig.org/"
3667 }
3668 ],
3669 "description": "An HTTP Factory using Guzzle PSR7",
3670 "keywords": [
3671 "factory",
3672 "http",
3673 "psr-17",
3674 "psr-7"
3675 ],
3676 "time": "2018-07-31T19:32:56+00:00"
3677 },
3678 {
3679 "name": "incenteev/composer-parameter-handler",
3680 "version": "v2.1.4",
3681 "source": {
3682 "type": "git",
3683 "url": "https://github.com/Incenteev/ParameterHandler.git",
3684 "reference": "084befb11ec21faeadcddefb88b66132775ff59b"
3685 },
3686 "dist": {
3687 "type": "zip",
3688 "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/084befb11ec21faeadcddefb88b66132775ff59b",
3689 "reference": "084befb11ec21faeadcddefb88b66132775ff59b",
3690 "shasum": ""
3691 },
3692 "require": {
3693 "php": ">=5.3.3",
3694 "symfony/yaml": "^2.3 || ^3.0 || ^4.0 || ^5.0"
3695 },
3696 "require-dev": {
3697 "composer/composer": "^1.0@dev",
3698 "symfony/filesystem": "^2.3 || ^3 || ^4 || ^5",
3699 "symfony/phpunit-bridge": "^4.0 || ^5.0"
3700 },
3701 "type": "library",
3702 "extra": {
3703 "branch-alias": {
3704 "dev-master": "2.1.x-dev"
3705 }
3706 },
3707 "autoload": {
3708 "psr-4": {
3709 "Incenteev\\ParameterHandler\\": ""
3710 }
3711 },
3712 "notification-url": "https://packagist.org/downloads/",
3713 "license": [
3714 "MIT"
3715 ],
3716 "authors": [
3717 {
3718 "name": "Christophe Coevoet",
3719 "email": "stof@notk.org"
3720 }
3721 ],
3722 "description": "Composer script handling your ignored parameter file",
3723 "homepage": "https://github.com/Incenteev/ParameterHandler",
3724 "keywords": [
3725 "parameters management"
3726 ],
3727 "time": "2020-03-17T21:10:00+00:00"
3728 },
3729 {
3730 "name": "j0k3r/graby",
3731 "version": "2.2.0",
3732 "source": {
3733 "type": "git",
3734 "url": "https://github.com/j0k3r/graby.git",
3735 "reference": "deb677eb45eddb99e1dfcfe56bb4216fd12894ed"
3736 },
3737 "dist": {
3738 "type": "zip",
3739 "url": "https://api.github.com/repos/j0k3r/graby/zipball/deb677eb45eddb99e1dfcfe56bb4216fd12894ed",
3740 "reference": "deb677eb45eddb99e1dfcfe56bb4216fd12894ed",
3741 "shasum": ""
3742 },
3743 "require": {
3744 "ext-curl": "*",
3745 "ext-tidy": "*",
3746 "fossar/htmlawed": "^1.2.4",
3747 "guzzlehttp/psr7": "^1.5",
3748 "j0k3r/graby-site-config": "^1.0",
3749 "j0k3r/httplug-ssrf-plugin": "^2.0",
3750 "j0k3r/php-readability": "^1.1",
3751 "monolog/monolog": "^1.13.1",
3752 "php": ">=7.1",
3753 "php-http/client-common": "^2.0",
3754 "php-http/discovery": "^1.0",
3755 "php-http/httplug": "^2.0",
3756 "php-http/message": "^1.7",
3757 "psr/http-message": "^1.0",
3758 "simplepie/simplepie": "^1.3.1",
3759 "smalot/pdfparser": "~0.11",
3760 "symfony/options-resolver": "~2.6|~3.0|~4.0|~5.0",
3761 "true/punycode": "~2.1"
3762 },
3763 "require-dev": {
3764 "friendsofphp/php-cs-fixer": "~2.14",
3765 "php-coveralls/php-coveralls": "^2.0",
3766 "php-http/guzzle6-adapter": "^2.0",
3767 "php-http/mock-client": "^1.2",
3768 "phpstan/phpstan": "^0.11",
3769 "phpstan/phpstan-phpunit": "^0.11",
3770 "symfony/phpunit-bridge": "~2.6|~3.0|~4.0|^5.0"
3771 },
3772 "type": "library",
3773 "extra": {
3774 "branch-alias": {
3775 "dev-2.0": "2.0-dev"
3776 }
3777 },
3778 "autoload": {
3779 "psr-4": {
3780 "Graby\\": "src/"
3781 }
3782 },
3783 "notification-url": "https://packagist.org/downloads/",
3784 "license": [
3785 "MIT"
3786 ],
3787 "authors": [
3788 {
3789 "name": "Jeremy Benoist",
3790 "email": "jeremy.benoist@gmail.com",
3791 "role": "Developer"
3792 },
3793 {
3794 "name": "FiveFilters.org",
3795 "email": "fivefilters@fivefilters.org",
3796 "role": "Developer (original version)"
3797 }
3798 ],
3799 "description": "Graby helps you extract article content from web pages",
3800 "time": "2020-04-15T11:37:45+00:00"
3801 },
3802 {
3803 "name": "j0k3r/graby-site-config",
3804 "version": "1.0.106",
3805 "source": {
3806 "type": "git",
3807 "url": "https://github.com/j0k3r/graby-site-config.git",
3808 "reference": "d50dbfe2644c684a9fe0d99c74ca0734354cc3c0"
3809 },
3810 "dist": {
3811 "type": "zip",
3812 "url": "https://api.github.com/repos/j0k3r/graby-site-config/zipball/d50dbfe2644c684a9fe0d99c74ca0734354cc3c0",
3813 "reference": "d50dbfe2644c684a9fe0d99c74ca0734354cc3c0",
3814 "shasum": ""
3815 },
3816 "require": {
3817 "symfony/finder": "~2.6|~3.0|~4.0|~5.0"
3818 },
3819 "require-dev": {
3820 "liip/rmt": "1.2.*",
3821 "symfony/phpunit-bridge": "^4.3|^5.0"
3822 },
3823 "type": "library",
3824 "autoload": {
3825 "psr-4": {
3826 "GrabySiteConfig\\SiteConfig\\": "src/"
3827 }
3828 },
3829 "notification-url": "https://packagist.org/downloads/",
3830 "license": [
3831 "CC0-1.0"
3832 ],
3833 "authors": [
3834 {
3835 "name": "Jeremy Benoist",
3836 "email": "jeremy.benoist@gmail.com"
3837 }
3838 ],
3839 "description": "Graby site config files",
3840 "time": "2020-05-13T05:29:30+00:00"
3841 },
3842 {
3843 "name": "j0k3r/httplug-ssrf-plugin",
3844 "version": "v2.0.1",
3845 "source": {
3846 "type": "git",
3847 "url": "https://github.com/j0k3r/httplug-ssrf-plugin.git",
3848 "reference": "fb68804e3bace2b894d1b9f39ad2b59078f5eac2"
3849 },
3850 "dist": {
3851 "type": "zip",
3852 "url": "https://api.github.com/repos/j0k3r/httplug-ssrf-plugin/zipball/fb68804e3bace2b894d1b9f39ad2b59078f5eac2",
3853 "reference": "fb68804e3bace2b894d1b9f39ad2b59078f5eac2",
3854 "shasum": ""
3855 },
3856 "require": {
3857 "php": "^7.1",
3858 "php-http/client-common": "^2.0",
3859 "php-http/discovery": "^1.5",
3860 "php-http/message": "^1.7",
3861 "php-http/message-factory": "^1.0.2"
3862 },
3863 "require-dev": {
3864 "friendsofphp/php-cs-fixer": "^2.14",
3865 "guzzlehttp/psr7": "^1.0",
3866 "php-http/guzzle6-adapter": "^2.0",
3867 "php-http/mock-client": "^1.0",
3868 "phpstan/phpstan": "^0.11",
3869 "phpstan/phpstan-phpunit": "^0.11",
3870 "symfony/phpunit-bridge": "~3.4.19|~4.0"
3871 },
3872 "type": "library",
3873 "autoload": {
3874 "psr-4": {
3875 "Graby\\HttpClient\\Plugin\\ServerSideRequestForgeryProtection\\": "src/"
3876 }
3877 },
3878 "notification-url": "https://packagist.org/downloads/",
3879 "license": [
3880 "MIT"
3881 ],
3882 "authors": [
3883 {
3884 "name": "Jeremy Benoist",
3885 "email": "jeremy.benoist@gmail.com"
3886 },
3887 {
3888 "name": "aaa2000",
3889 "email": "adev2000@gmail.com"
3890 },
3891 {
3892 "name": "Jack W",
3893 "email": "jack@fin1te.net",
3894 "role": "Developer (SafeCurl original version)"
3895 }
3896 ],
3897 "description": "Server-Side Request Forgery (SSRF) protection plugin for HTTPlug",
3898 "homepage": "https://github.com/j0k3r/httplug-ssrf-plugin",
3899 "keywords": [
3900 "http",
3901 "httplug",
3902 "plugin",
3903 "security",
3904 "ssrf"
3905 ],
3906 "time": "2020-01-06T13:44:13+00:00"
3907 },
3908 {
3909 "name": "j0k3r/php-readability",
3910 "version": "1.2.4",
3911 "source": {
3912 "type": "git",
3913 "url": "https://github.com/j0k3r/php-readability.git",
3914 "reference": "9306996b472fd3d4bc5a7928a301ccce38423793"
3915 },
3916 "dist": {
3917 "type": "zip",
3918 "url": "https://api.github.com/repos/j0k3r/php-readability/zipball/9306996b472fd3d4bc5a7928a301ccce38423793",
3919 "reference": "9306996b472fd3d4bc5a7928a301ccce38423793",
3920 "shasum": ""
3921 },
3922 "require": {
3923 "electrolinux/php-html5lib": "^0.1.0",
3924 "ext-mbstring": "*",
3925 "php": ">=5.6.0",
3926 "psr/log": "^1.0"
3927 },
3928 "require-dev": {
3929 "friendsofphp/php-cs-fixer": "^2.14",
3930 "monolog/monolog": "^1.24",
3931 "php-coveralls/php-coveralls": "^2.1",
3932 "symfony/phpunit-bridge": "^4.2.3"
3933 },
3934 "suggest": {
3935 "ext-tidy": "Used to clean up given HTML and to avoid problems with bad HTML structure."
3936 },
3937 "type": "library",
3938 "autoload": {
3939 "psr-4": {
3940 "Readability\\": "src/"
3941 }
3942 },
3943 "notification-url": "https://packagist.org/downloads/",
3944 "license": [
3945 "Apache-2.0"
3946 ],
3947 "authors": [
3948 {
3949 "name": "Keyvan Minoukadeh",
3950 "email": "keyvan@keyvan.net",
3951 "homepage": "http://keyvan.net",
3952 "role": "Developer (ported original JS code to PHP)"
3953 },
3954 {
3955 "name": "Arc90",
3956 "homepage": "http://arc90.com",
3957 "role": "Developer (original JS version)"
3958 },
3959 {
3960 "name": "Jeremy Benoist",
3961 "email": "jeremy.benoist@gmail.com",
3962 "homepage": "http://www.j0k3r.net",
3963 "role": "Developer"
3964 },
3965 {
3966 "name": "DitherSky",
3967 "homepage": "https://github.com/Dither",
3968 "role": "Developer (https://github.com/Dither/full-text-rss)"
3969 }
3970 ],
3971 "description": "Automatic article extraction from HTML",
3972 "keywords": [
3973 "article",
3974 "article extraction",
3975 "content",
3976 "content extraction",
3977 "extraction",
3978 "html"
3979 ],
3980 "time": "2019-06-25T15:15:37+00:00"
3981 },
3982 {
3983 "name": "javibravo/simpleue",
3984 "version": "2.1.0",
3985 "source": {
3986 "type": "git",
3987 "url": "https://github.com/javibravo/simpleue.git",
3988 "reference": "b12ccea0631cd3f6128ab91178fc5363f6e14ff6"
3989 },
3990 "dist": {
3991 "type": "zip",
3992 "url": "https://api.github.com/repos/javibravo/simpleue/zipball/b12ccea0631cd3f6128ab91178fc5363f6e14ff6",
3993 "reference": "b12ccea0631cd3f6128ab91178fc5363f6e14ff6",
3994 "shasum": ""
3995 },
3996 "require": {
3997 "php": ">=5.5",
3998 "psr/log": "~1.0"
3999 },
4000 "require-dev": {
4001 "aws/aws-sdk-php": "^3.9",
4002 "pda/pheanstalk": "^3.1",
4003 "phpunit/phpunit": "4.0.*",
4004 "predis/predis": "^1.0"
4005 },
4006 "suggest": {
4007 "aws/aws-sdk-php": "Allow work with AWS Simple Queue Service (SQS) queues",
4008 "ext-redis": "Allow work with Redis Locker",
4009 "pda/pheanstalk": "Allow work with Beanstalkd queues",
4010 "predis/predis": "Allow work with Redis queues"
4011 },
4012 "type": "library",
4013 "autoload": {
4014 "psr-4": {
4015 "Simpleue\\": "src/Simpleue"
4016 }
4017 },
4018 "notification-url": "https://packagist.org/downloads/",
4019 "license": [
4020 "MIT"
4021 ],
4022 "authors": [
4023 {
4024 "name": "Javier Bravo",
4025 "email": "javibravo85@gmail.com"
4026 }
4027 ],
4028 "description": "Php package to manage queue tasks in a simple way",
4029 "homepage": "http://github.com/javibravo/simpleue",
4030 "keywords": [
4031 "job",
4032 "queue",
4033 "redis",
4034 "sqs",
4035 "task"
4036 ],
4037 "time": "2017-11-15T13:41:13+00:00"
4038 },
4039 {
4040 "name": "jdorn/sql-formatter",
4041 "version": "v1.2.17",
4042 "source": {
4043 "type": "git",
4044 "url": "https://github.com/jdorn/sql-formatter.git",
4045 "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc"
4046 },
4047 "dist": {
4048 "type": "zip",
4049 "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc",
4050 "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc",
4051 "shasum": ""
4052 },
4053 "require": {
4054 "php": ">=5.2.4"
4055 },
4056 "require-dev": {
4057 "phpunit/phpunit": "3.7.*"
4058 },
4059 "type": "library",
4060 "extra": {
4061 "branch-alias": {
4062 "dev-master": "1.3.x-dev"
4063 }
4064 },
4065 "autoload": {
4066 "classmap": [
4067 "lib"
4068 ]
4069 },
4070 "notification-url": "https://packagist.org/downloads/",
4071 "license": [
4072 "MIT"
4073 ],
4074 "authors": [
4075 {
4076 "name": "Jeremy Dorn",
4077 "email": "jeremy@jeremydorn.com",
4078 "homepage": "http://jeremydorn.com/"
4079 }
4080 ],
4081 "description": "a PHP SQL highlighting library",
4082 "homepage": "https://github.com/jdorn/sql-formatter/",
4083 "keywords": [
4084 "highlight",
4085 "sql"
4086 ],
4087 "time": "2014-01-12T16:20:24+00:00"
4088 },
4089 {
4090 "name": "jean85/pretty-package-versions",
4091 "version": "1.2",
4092 "source": {
4093 "type": "git",
4094 "url": "https://github.com/Jean85/pretty-package-versions.git",
4095 "reference": "75c7effcf3f77501d0e0caa75111aff4daa0dd48"
4096 },
4097 "dist": {
4098 "type": "zip",
4099 "url": "https://api.github.com/repos/Jean85/pretty-package-versions/zipball/75c7effcf3f77501d0e0caa75111aff4daa0dd48",
4100 "reference": "75c7effcf3f77501d0e0caa75111aff4daa0dd48",
4101 "shasum": ""
4102 },
4103 "require": {
4104 "ocramius/package-versions": "^1.2.0",
4105 "php": "^7.0"
4106 },
4107 "require-dev": {
4108 "phpunit/phpunit": "^6.0"
4109 },
4110 "type": "library",
4111 "extra": {
4112 "branch-alias": {
4113 "dev-master": "1.x-dev"
4114 }
4115 },
4116 "autoload": {
4117 "psr-4": {
4118 "Jean85\\": "src/"
4119 }
4120 },
4121 "notification-url": "https://packagist.org/downloads/",
4122 "license": [
4123 "MIT"
4124 ],
4125 "authors": [
4126 {
4127 "name": "Alessandro Lai",
4128 "email": "alessandro.lai85@gmail.com"
4129 }
4130 ],
4131 "description": "A wrapper for ocramius/package-versions to get pretty versions strings",
4132 "keywords": [
4133 "composer",
4134 "package",
4135 "release",
4136 "versions"
4137 ],
4138 "time": "2018-06-13T13:22:40+00:00"
4139 },
4140 {
4141 "name": "jms/metadata",
4142 "version": "1.7.0",
4143 "source": {
4144 "type": "git",
4145 "url": "https://github.com/schmittjoh/metadata.git",
4146 "reference": "e5854ab1aa643623dc64adde718a8eec32b957a8"
4147 },
4148 "dist": {
4149 "type": "zip",
4150 "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/e5854ab1aa643623dc64adde718a8eec32b957a8",
4151 "reference": "e5854ab1aa643623dc64adde718a8eec32b957a8",
4152 "shasum": ""
4153 },
4154 "require": {
4155 "php": ">=5.3.0"
4156 },
4157 "require-dev": {
4158 "doctrine/cache": "~1.0",
4159 "symfony/cache": "~3.1"
4160 },
4161 "type": "library",
4162 "extra": {
4163 "branch-alias": {
4164 "dev-master": "1.5.x-dev"
4165 }
4166 },
4167 "autoload": {
4168 "psr-0": {
4169 "Metadata\\": "src/"
4170 }
4171 },
4172 "notification-url": "https://packagist.org/downloads/",
4173 "license": [
4174 "MIT"
4175 ],
4176 "authors": [
4177 {
4178 "name": "Asmir Mustafic",
4179 "email": "goetas@gmail.com"
4180 },
4181 {
4182 "name": "Johannes M. Schmitt",
4183 "email": "schmittjoh@gmail.com"
4184 }
4185 ],
4186 "description": "Class/method/property metadata management in PHP",
4187 "keywords": [
4188 "annotations",
4189 "metadata",
4190 "xml",
4191 "yaml"
4192 ],
4193 "time": "2018-10-26T12:40:10+00:00"
4194 },
4195 {
4196 "name": "jms/parser-lib",
4197 "version": "1.0.0",
4198 "source": {
4199 "type": "git",
4200 "url": "https://github.com/schmittjoh/parser-lib.git",
4201 "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d"
4202 },
4203 "dist": {
4204 "type": "zip",
4205 "url": "https://api.github.com/repos/schmittjoh/parser-lib/zipball/c509473bc1b4866415627af0e1c6cc8ac97fa51d",
4206 "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d",
4207 "shasum": ""
4208 },
4209 "require": {
4210 "phpoption/phpoption": ">=0.9,<2.0-dev"
4211 },
4212 "type": "library",
4213 "extra": {
4214 "branch-alias": {
4215 "dev-master": "1.0-dev"
4216 }
4217 },
4218 "autoload": {
4219 "psr-0": {
4220 "JMS\\": "src/"
4221 }
4222 },
4223 "notification-url": "https://packagist.org/downloads/",
4224 "license": [
4225 "Apache2"
4226 ],
4227 "description": "A library for easily creating recursive-descent parsers.",
4228 "time": "2012-11-18T18:08:43+00:00"
4229 },
4230 {
4231 "name": "jms/serializer",
4232 "version": "1.14.1",
4233 "source": {
4234 "type": "git",
4235 "url": "https://github.com/schmittjoh/serializer.git",
4236 "reference": "ba908d278fff27ec01fb4349f372634ffcd697c0"
4237 },
4238 "dist": {
4239 "type": "zip",
4240 "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/ba908d278fff27ec01fb4349f372634ffcd697c0",
4241 "reference": "ba908d278fff27ec01fb4349f372634ffcd697c0",
4242 "shasum": ""
4243 },
4244 "require": {
4245 "doctrine/annotations": "^1.0",
4246 "doctrine/instantiator": "^1.0.3",
4247 "jms/metadata": "^1.3",
4248 "jms/parser-lib": "1.*",
4249 "php": "^5.5|^7.0",
4250 "phpcollection/phpcollection": "~0.1",
4251 "phpoption/phpoption": "^1.1"
4252 },
4253 "conflict": {
4254 "twig/twig": "<1.12"
4255 },
4256 "require-dev": {
4257 "doctrine/orm": "~2.1",
4258 "doctrine/phpcr-odm": "^1.3|^2.0",
4259 "ext-pdo_sqlite": "*",
4260 "jackalope/jackalope-doctrine-dbal": "^1.1.5",
4261 "phpunit/phpunit": "^4.8|^5.0",
4262 "propel/propel1": "~1.7",
4263 "psr/container": "^1.0",
4264 "symfony/dependency-injection": "^2.7|^3.3|^4.0",
4265 "symfony/expression-language": "^2.6|^3.0",
4266 "symfony/filesystem": "^2.1",
4267 "symfony/form": "~2.1|^3.0",
4268 "symfony/translation": "^2.1|^3.0",
4269 "symfony/validator": "^2.2|^3.0",
4270 "symfony/yaml": "^2.1|^3.0",
4271 "twig/twig": "~1.12|~2.0"
4272 },
4273 "suggest": {
4274 "doctrine/cache": "Required if you like to use cache functionality.",
4275 "doctrine/collections": "Required if you like to use doctrine collection types as ArrayCollection.",
4276 "symfony/yaml": "Required if you'd like to serialize data to YAML format."
4277 },
4278 "type": "library",
4279 "extra": {
4280 "branch-alias": {
4281 "dev-1.x": "1.14-dev"
4282 }
4283 },
4284 "autoload": {
4285 "psr-0": {
4286 "JMS\\Serializer": "src/"
4287 }
4288 },
4289 "notification-url": "https://packagist.org/downloads/",
4290 "license": [
4291 "MIT"
4292 ],
4293 "authors": [
4294 {
4295 "name": "Johannes M. Schmitt",
4296 "email": "schmittjoh@gmail.com"
4297 },
4298 {
4299 "name": "Asmir Mustafic",
4300 "email": "goetas@gmail.com"
4301 }
4302 ],
4303 "description": "Library for (de-)serializing data of any complexity; supports XML, JSON, and YAML.",
4304 "homepage": "http://jmsyst.com/libs/serializer",
4305 "keywords": [
4306 "deserialization",
4307 "jaxb",
4308 "json",
4309 "serialization",
4310 "xml"
4311 ],
4312 "time": "2020-02-22T20:59:37+00:00"
4313 },
4314 {
4315 "name": "jms/serializer-bundle",
4316 "version": "2.4.4",
4317 "source": {
4318 "type": "git",
4319 "url": "https://github.com/schmittjoh/JMSSerializerBundle.git",
4320 "reference": "92ee808c64c1c180775a0e57d00e3be0674668fb"
4321 },
4322 "dist": {
4323 "type": "zip",
4324 "url": "https://api.github.com/repos/schmittjoh/JMSSerializerBundle/zipball/92ee808c64c1c180775a0e57d00e3be0674668fb",
4325 "reference": "92ee808c64c1c180775a0e57d00e3be0674668fb",
4326 "shasum": ""
4327 },
4328 "require": {
4329 "jms/serializer": "^1.10",
4330 "php": "^5.4|^7.0",
4331 "phpoption/phpoption": "^1.1.0",
4332 "symfony/framework-bundle": "~2.3|~3.0|~4.0"
4333 },
4334 "require-dev": {
4335 "doctrine/orm": "*",
4336 "phpunit/phpunit": "^4.8.35|^5.4.3|^6.0",
4337 "symfony/expression-language": "~2.6|~3.0|~4.0",
4338 "symfony/finder": "^2.3|^3.0|^4.0",
4339 "symfony/form": "*",
4340 "symfony/stopwatch": "*",
4341 "symfony/twig-bundle": "*",
4342 "symfony/validator": "*",
4343 "symfony/yaml": "*"
4344 },
4345 "suggest": {
4346 "jms/di-extra-bundle": "Required to get lazy loading (de)serialization visitors, ~1.3",
4347 "symfony/finder": "Required for cache warmup, supported versions ^2.3|^3.0|^4.0"
4348 },
4349 "type": "symfony-bundle",
4350 "extra": {
4351 "branch-alias": {
4352 "dev-master": "2.4-dev"
4353 }
4354 },
4355 "autoload": {
4356 "psr-4": {
4357 "JMS\\SerializerBundle\\": ""
4358 },
4359 "exclude-from-classmap": [
4360 "/Tests/"
4361 ]
4362 },
4363 "notification-url": "https://packagist.org/downloads/",
4364 "license": [
4365 "MIT"
4366 ],
4367 "authors": [
4368 {
4369 "name": "Asmir Mustafic",
4370 "email": "goetas@gmail.com"
4371 },
4372 {
4373 "name": "Johannes M. Schmitt",
4374 "email": "schmittjoh@gmail.com"
4375 }
4376 ],
4377 "description": "Allows you to easily serialize, and deserialize data of any complexity",
4378 "homepage": "http://jmsyst.com/bundles/JMSSerializerBundle",
4379 "keywords": [
4380 "deserialization",
4381 "jaxb",
4382 "json",
4383 "serialization",
4384 "xml"
4385 ],
4386 "time": "2019-03-30T10:26:09+00:00"
4387 },
4388 {
4389 "name": "kphoen/rulerz",
4390 "version": "0.21.1",
4391 "source": {
4392 "type": "git",
4393 "url": "https://github.com/K-Phoen/rulerz.git",
4394 "reference": "d28a1bd59b4e66cc9fcdeee965f13f685eb9ce41"
4395 },
4396 "dist": {
4397 "type": "zip",
4398 "url": "https://api.github.com/repos/K-Phoen/rulerz/zipball/d28a1bd59b4e66cc9fcdeee965f13f685eb9ce41",
4399 "reference": "d28a1bd59b4e66cc9fcdeee965f13f685eb9ce41",
4400 "shasum": ""
4401 },
4402 "require": {
4403 "hoa/ruler": "~2.0",
4404 "php": ">=7.1",
4405 "symfony/property-access": "~3.0|~4.0"
4406 },
4407 "require-dev": {
4408 "behat/behat": "~3.0",
4409 "coduo/phpspec-data-provider-extension": "~1.0,!=1.0.2",
4410 "doctrine/orm": "~2.4",
4411 "elasticsearch/elasticsearch": "~1.0",
4412 "illuminate/database": "~5.0",
4413 "kphoen/rusty": "dev-master",
4414 "liip/rmt": "^1.2",
4415 "mikey179/vfsstream": "~1.4",
4416 "phpspec/phpspec": "~2.0,>=2.4-dev",
4417 "pomm-project/cli": "~2.0@dev",
4418 "pomm-project/foundation": "~2.0@dev",
4419 "pomm-project/model-manager": "~2.0.@dev",
4420 "ruflin/elastica": "~1.0",
4421 "solarium/solarium": "~3.0",
4422 "vlucas/phpdotenv": "~2.1"
4423 },
4424 "suggest": {
4425 "doctrine/orm": "To execute rules as Doctrine queries",
4426 "elasticsearch/elasticsearch": "To execute rules as Elasticsearch queries",
4427 "kphoen/rulerz-spec-builder": "If you want a specification builder",
4428 "pomm-project/model-manager": "To execute rules as Pomm queries",
4429 "solarium/solarium": "To execute rules as Solr queries"
4430 },
4431 "type": "library",
4432 "extra": {
4433 "branch-alias": {
4434 "dev-master": "1.0.x-dev"
4435 }
4436 },
4437 "autoload": {
4438 "psr-4": {
4439 "RulerZ\\": "src/"
4440 }
4441 },
4442 "notification-url": "https://packagist.org/downloads/",
4443 "license": [
4444 "MIT"
4445 ],
4446 "authors": [
4447 {
4448 "name": "Kévin Gomez",
4449 "email": "contact@kevingomez.fr"
4450 }
4451 ],
4452 "description": "Powerful implementation of the Specification pattern",
4453 "homepage": "https://github.com/K-Phoen/RulerZ",
4454 "keywords": [
4455 "doctrine",
4456 "specification"
4457 ],
4458 "time": "2018-09-18T15:15:42+00:00"
4459 },
4460 {
4461 "name": "kphoen/rulerz-bridge",
4462 "version": "1.1.1",
4463 "source": {
4464 "type": "git",
4465 "url": "https://github.com/K-Phoen/rulerz-bridge.git",
4466 "reference": "fdad5856b669d59b5e4bda47c4e927a0485bf7a0"
4467 },
4468 "dist": {
4469 "type": "zip",
4470 "url": "https://api.github.com/repos/K-Phoen/rulerz-bridge/zipball/fdad5856b669d59b5e4bda47c4e927a0485bf7a0",
4471 "reference": "fdad5856b669d59b5e4bda47c4e927a0485bf7a0",
4472 "shasum": ""
4473 },
4474 "require": {
4475 "kphoen/rulerz": "~0.19,>=0.19.3|^1.0",
4476 "php": ">=7.1",
4477 "symfony/form": "^3.0|^4.0",
4478 "symfony/validator": "^3.0|^4.0"
4479 },
4480 "require-dev": {
4481 "liip/rmt": "^1.2",
4482 "phpunit/phpunit": "~7.1",
4483 "symfony/phpunit-bridge": "^3.0|^4.0"
4484 },
4485 "type": "symfony-bridge",
4486 "autoload": {
4487 "psr-4": {
4488 "Symfony\\Bridge\\RulerZ\\": ""
4489 },
4490 "exclude-from-classmap": [
4491 "/Tests/"
4492 ]
4493 },
4494 "notification-url": "https://packagist.org/downloads/",
4495 "license": [
4496 "MIT"
4497 ],
4498 "authors": [
4499 {
4500 "name": "Kévin Gomez",
4501 "email": "contact@kevingomez.fr"
4502 }
4503 ],
4504 "description": "Symfony RulerZ Bridge",
4505 "homepage": "https://github.com/K-Phoen/rulerz-bridge",
4506 "keywords": [
4507 "Bridge",
4508 "doctrine",
4509 "ruler",
4510 "rulerz",
4511 "specification",
4512 "symfony"
4513 ],
4514 "time": "2018-10-01T14:17:27+00:00"
4515 },
4516 {
4517 "name": "kphoen/rulerz-bundle",
4518 "version": "0.15.0",
4519 "source": {
4520 "type": "git",
4521 "url": "https://github.com/K-Phoen/RulerZBundle.git",
4522 "reference": "f25f2eddfd311047f0f0ece2684b1f6463cc41ad"
4523 },
4524 "dist": {
4525 "type": "zip",
4526 "url": "https://api.github.com/repos/K-Phoen/RulerZBundle/zipball/f25f2eddfd311047f0f0ece2684b1f6463cc41ad",
4527 "reference": "f25f2eddfd311047f0f0ece2684b1f6463cc41ad",
4528 "shasum": ""
4529 },
4530 "require": {
4531 "kphoen/rulerz": "~0.17,>=0.19.3",
4532 "kphoen/rulerz-bridge": "^1.0",
4533 "php": ">=7.1",
4534 "symfony/framework-bundle": "^3.0|^4.0"
4535 },
4536 "require-dev": {
4537 "liip/rmt": "^1.2",
4538 "matthiasnoback/symfony-dependency-injection-test": "^3.0",
4539 "mikey179/vfsstream": "^1.6",
4540 "phpunit/phpunit": "^7.1",
4541 "symfony/phpunit-bridge": "^3.0|^4.0"
4542 },
4543 "type": "symfony-bundle",
4544 "autoload": {
4545 "psr-4": {
4546 "KPhoen\\RulerZBundle\\": ""
4547 },
4548 "exclude-from-classmap": [
4549 "/Tests/"
4550 ]
4551 },
4552 "notification-url": "https://packagist.org/downloads/",
4553 "license": [
4554 "MIT"
4555 ],
4556 "authors": [
4557 {
4558 "name": "Kévin Gomez",
4559 "email": "contact@kevingomez.fr"
4560 }
4561 ],
4562 "description": "Symfony2 Bundle for RulerZ",
4563 "homepage": "https://github.com/K-Phoen/RulerZBundle",
4564 "keywords": [
4565 "doctrine",
4566 "ruler",
4567 "rulerz",
4568 "specification"
4569 ],
4570 "time": "2018-09-17T09:02:32+00:00"
4571 },
4572 {
4573 "name": "laminas/laminas-code",
4574 "version": "3.4.1",
4575 "source": {
4576 "type": "git",
4577 "url": "https://github.com/laminas/laminas-code.git",
4578 "reference": "1cb8f203389ab1482bf89c0e70a04849bacd7766"
4579 },
4580 "dist": {
4581 "type": "zip",
4582 "url": "https://api.github.com/repos/laminas/laminas-code/zipball/1cb8f203389ab1482bf89c0e70a04849bacd7766",
4583 "reference": "1cb8f203389ab1482bf89c0e70a04849bacd7766",
4584 "shasum": ""
4585 },
4586 "require": {
4587 "laminas/laminas-eventmanager": "^2.6 || ^3.0",
4588 "laminas/laminas-zendframework-bridge": "^1.0",
4589 "php": "^7.1"
4590 },
4591 "conflict": {
4592 "phpspec/prophecy": "<1.9.0"
4593 },
4594 "replace": {
4595 "zendframework/zend-code": "self.version"
4596 },
4597 "require-dev": {
4598 "doctrine/annotations": "^1.7",
4599 "ext-phar": "*",
4600 "laminas/laminas-coding-standard": "^1.0",
4601 "laminas/laminas-stdlib": "^2.7 || ^3.0",
4602 "phpunit/phpunit": "^7.5.16 || ^8.4"
4603 },
4604 "suggest": {
4605 "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
4606 "laminas/laminas-stdlib": "Laminas\\Stdlib component"
4607 },
4608 "type": "library",
4609 "extra": {
4610 "branch-alias": {
4611 "dev-master": "3.4.x-dev",
4612 "dev-develop": "3.5.x-dev",
4613 "dev-dev-4.0": "4.0.x-dev"
4614 }
4615 },
4616 "autoload": {
4617 "psr-4": {
4618 "Laminas\\Code\\": "src/"
4619 }
4620 },
4621 "notification-url": "https://packagist.org/downloads/",
4622 "license": [
4623 "BSD-3-Clause"
4624 ],
4625 "description": "Extensions to the PHP Reflection API, static code scanning, and code generation",
4626 "homepage": "https://laminas.dev",
4627 "keywords": [
4628 "code",
4629 "laminas"
4630 ],
4631 "time": "2019-12-31T16:28:24+00:00"
4632 },
4633 {
4634 "name": "laminas/laminas-diactoros",
4635 "version": "2.3.0",
4636 "source": {
4637 "type": "git",
4638 "url": "https://github.com/laminas/laminas-diactoros.git",
4639 "reference": "5ab185dba63ec655a2380c97711b09adc7061f89"
4640 },
4641 "dist": {
4642 "type": "zip",
4643 "url": "https://api.github.com/repos/laminas/laminas-diactoros/zipball/5ab185dba63ec655a2380c97711b09adc7061f89",
4644 "reference": "5ab185dba63ec655a2380c97711b09adc7061f89",
4645 "shasum": ""
4646 },
4647 "require": {
4648 "laminas/laminas-zendframework-bridge": "^1.0",
4649 "php": "^7.1",
4650 "psr/http-factory": "^1.0",
4651 "psr/http-message": "^1.0"
4652 },
4653 "conflict": {
4654 "phpspec/prophecy": "<1.9.0"
4655 },
4656 "provide": {
4657 "psr/http-factory-implementation": "1.0",
4658 "psr/http-message-implementation": "1.0"
4659 },
4660 "replace": {
4661 "zendframework/zend-diactoros": "^2.2.1"
4662 },
4663 "require-dev": {
4664 "ext-curl": "*",
4665 "ext-dom": "*",
4666 "ext-libxml": "*",
4667 "http-interop/http-factory-tests": "^0.5.0",
4668 "laminas/laminas-coding-standard": "~1.0.0",
4669 "php-http/psr7-integration-tests": "^1.0",
4670 "phpunit/phpunit": "^7.5.18"
4671 },
4672 "type": "library",
4673 "extra": {
4674 "branch-alias": {
4675 "dev-master": "2.3.x-dev",
4676 "dev-develop": "2.4.x-dev"
4677 },
4678 "laminas": {
4679 "config-provider": "Laminas\\Diactoros\\ConfigProvider",
4680 "module": "Laminas\\Diactoros"
4681 }
4682 },
4683 "autoload": {
4684 "files": [
4685 "src/functions/create_uploaded_file.php",
4686 "src/functions/marshal_headers_from_sapi.php",
4687 "src/functions/marshal_method_from_sapi.php",
4688 "src/functions/marshal_protocol_version_from_sapi.php",
4689 "src/functions/marshal_uri_from_sapi.php",
4690 "src/functions/normalize_server.php",
4691 "src/functions/normalize_uploaded_files.php",
4692 "src/functions/parse_cookie_header.php",
4693 "src/functions/create_uploaded_file.legacy.php",
4694 "src/functions/marshal_headers_from_sapi.legacy.php",
4695 "src/functions/marshal_method_from_sapi.legacy.php",
4696 "src/functions/marshal_protocol_version_from_sapi.legacy.php",
4697 "src/functions/marshal_uri_from_sapi.legacy.php",
4698 "src/functions/normalize_server.legacy.php",
4699 "src/functions/normalize_uploaded_files.legacy.php",
4700 "src/functions/parse_cookie_header.legacy.php"
4701 ],
4702 "psr-4": {
4703 "Laminas\\Diactoros\\": "src/"
4704 }
4705 },
4706 "notification-url": "https://packagist.org/downloads/",
4707 "license": [
4708 "BSD-3-Clause"
4709 ],
4710 "description": "PSR HTTP Message implementations",
4711 "homepage": "https://laminas.dev",
4712 "keywords": [
4713 "http",
4714 "laminas",
4715 "psr",
4716 "psr-7"
4717 ],
4718 "funding": [
4719 {
4720 "url": "https://funding.communitybridge.org/projects/laminas-project",
4721 "type": "community_bridge"
4722 }
4723 ],
4724 "time": "2020-04-27T17:07:01+00:00"
4725 },
4726 {
4727 "name": "laminas/laminas-eventmanager",
4728 "version": "3.2.1",
4729 "source": {
4730 "type": "git",
4731 "url": "https://github.com/laminas/laminas-eventmanager.git",
4732 "reference": "ce4dc0bdf3b14b7f9815775af9dfee80a63b4748"
4733 },
4734 "dist": {
4735 "type": "zip",
4736 "url": "https://api.github.com/repos/laminas/laminas-eventmanager/zipball/ce4dc0bdf3b14b7f9815775af9dfee80a63b4748",
4737 "reference": "ce4dc0bdf3b14b7f9815775af9dfee80a63b4748",
4738 "shasum": ""
4739 },
4740 "require": {
4741 "laminas/laminas-zendframework-bridge": "^1.0",
4742 "php": "^5.6 || ^7.0"
4743 },
4744 "replace": {
4745 "zendframework/zend-eventmanager": "self.version"
4746 },
4747 "require-dev": {
4748 "athletic/athletic": "^0.1",
4749 "container-interop/container-interop": "^1.1.0",
4750 "laminas/laminas-coding-standard": "~1.0.0",
4751 "laminas/laminas-stdlib": "^2.7.3 || ^3.0",
4752 "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2"
4753 },
4754 "suggest": {
4755 "container-interop/container-interop": "^1.1.0, to use the lazy listeners feature",
4756 "laminas/laminas-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature"
4757 },
4758 "type": "library",
4759 "extra": {
4760 "branch-alias": {
4761 "dev-master": "3.2-dev",
4762 "dev-develop": "3.3-dev"
4763 }
4764 },
4765 "autoload": {
4766 "psr-4": {
4767 "Laminas\\EventManager\\": "src/"
4768 }
4769 },
4770 "notification-url": "https://packagist.org/downloads/",
4771 "license": [
4772 "BSD-3-Clause"
4773 ],
4774 "description": "Trigger and listen to events within a PHP application",
4775 "homepage": "https://laminas.dev",
4776 "keywords": [
4777 "event",
4778 "eventmanager",
4779 "events",
4780 "laminas"
4781 ],
4782 "time": "2019-12-31T16:44:52+00:00"
4783 },
4784 {
4785 "name": "laminas/laminas-zendframework-bridge",
4786 "version": "1.0.4",
4787 "source": {
4788 "type": "git",
4789 "url": "https://github.com/laminas/laminas-zendframework-bridge.git",
4790 "reference": "fcd87520e4943d968557803919523772475e8ea3"
4791 },
4792 "dist": {
4793 "type": "zip",
4794 "url": "https://api.github.com/repos/laminas/laminas-zendframework-bridge/zipball/fcd87520e4943d968557803919523772475e8ea3",
4795 "reference": "fcd87520e4943d968557803919523772475e8ea3",
4796 "shasum": ""
4797 },
4798 "require": {
4799 "php": "^5.6 || ^7.0"
4800 },
4801 "require-dev": {
4802 "phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.1",
4803 "squizlabs/php_codesniffer": "^3.5"
4804 },
4805 "type": "library",
4806 "extra": {
4807 "branch-alias": {
4808 "dev-master": "1.0.x-dev",
4809 "dev-develop": "1.1.x-dev"
4810 },
4811 "laminas": {
4812 "module": "Laminas\\ZendFrameworkBridge"
4813 }
4814 },
4815 "autoload": {
4816 "files": [
4817 "src/autoload.php"
4818 ],
4819 "psr-4": {
4820 "Laminas\\ZendFrameworkBridge\\": "src//"
4821 }
4822 },
4823 "notification-url": "https://packagist.org/downloads/",
4824 "license": [
4825 "BSD-3-Clause"
4826 ],
4827 "description": "Alias legacy ZF class names to Laminas Project equivalents.",
4828 "keywords": [
4829 "ZendFramework",
4830 "autoloading",
4831 "laminas",
4832 "zf"
4833 ],
4834 "funding": [
4835 {
4836 "url": "https://funding.communitybridge.org/projects/laminas-project",
4837 "type": "community_bridge"
4838 }
4839 ],
4840 "time": "2020-05-20T16:45:56+00:00"
4841 },
4842 {
4843 "name": "lcobucci/jwt",
4844 "version": "3.3.2",
4845 "source": {
4846 "type": "git",
4847 "url": "https://github.com/lcobucci/jwt.git",
4848 "reference": "56f10808089e38623345e28af2f2d5e4eb579455"
4849 },
4850 "dist": {
4851 "type": "zip",
4852 "url": "https://api.github.com/repos/lcobucci/jwt/zipball/56f10808089e38623345e28af2f2d5e4eb579455",
4853 "reference": "56f10808089e38623345e28af2f2d5e4eb579455",
4854 "shasum": ""
4855 },
4856 "require": {
4857 "ext-mbstring": "*",
4858 "ext-openssl": "*",
4859 "php": "^5.6 || ^7.0"
4860 },
4861 "require-dev": {
4862 "mikey179/vfsstream": "~1.5",
4863 "phpmd/phpmd": "~2.2",
4864 "phpunit/php-invoker": "~1.1",
4865 "phpunit/phpunit": "^5.7 || ^7.3",
4866 "squizlabs/php_codesniffer": "~2.3"
4867 },
4868 "type": "library",
4869 "extra": {
4870 "branch-alias": {
4871 "dev-master": "3.1-dev"
4872 }
4873 },
4874 "autoload": {
4875 "psr-4": {
4876 "Lcobucci\\JWT\\": "src"
4877 }
4878 },
4879 "notification-url": "https://packagist.org/downloads/",
4880 "license": [
4881 "BSD-3-Clause"
4882 ],
4883 "authors": [
4884 {
4885 "name": "Luís Otávio Cobucci Oblonczyk",
4886 "email": "lcobucci@gmail.com",
4887 "role": "Developer"
4888 }
4889 ],
4890 "description": "A simple library to work with JSON Web Token and JSON Web Signature",
4891 "keywords": [
4892 "JWS",
4893 "jwt"
4894 ],
4895 "funding": [
4896 {
4897 "url": "https://github.com/lcobucci",
4898 "type": "github"
4899 },
4900 {
4901 "url": "https://www.patreon.com/lcobucci",
4902 "type": "patreon"
4903 }
4904 ],
4905 "time": "2020-05-22T08:21:12+00:00"
4906 },
4907 {
4908 "name": "lexik/form-filter-bundle",
4909 "version": "v5.0.10",
4910 "source": {
4911 "type": "git",
4912 "url": "https://github.com/lexik/LexikFormFilterBundle.git",
4913 "reference": "92df0638173979dc906bda7a33a10b98429d2057"
4914 },
4915 "dist": {
4916 "type": "zip",
4917 "url": "https://api.github.com/repos/lexik/LexikFormFilterBundle/zipball/92df0638173979dc906bda7a33a10b98429d2057",
4918 "reference": "92df0638173979dc906bda7a33a10b98429d2057",
4919 "shasum": ""
4920 },
4921 "require": {
4922 "doctrine/orm": "^2.4.8",
4923 "php": ">=5.5.9",
4924 "symfony/form": "~2.8|~3.0|^4.0",
4925 "symfony/framework-bundle": "~2.8|~3.0|^4.0"
4926 },
4927 "require-dev": {
4928 "doctrine/mongodb-odm-bundle": "^3.0",
4929 "phpunit/phpunit": "~5.0|^7.5"
4930 },
4931 "suggest": {
4932 "alcaeus/mongo-php-adapter": "Install this package if using the PHP 7 MongoDB Driver"
4933 },
4934 "type": "symfony-bundle",
4935 "extra": {
4936 "branch-alias": {
4937 "dev-master": "5.x.x-dev"
4938 }
4939 },
4940 "autoload": {
4941 "psr-4": {
4942 "Lexik\\Bundle\\FormFilterBundle\\": ""
4943 }
4944 },
4945 "notification-url": "https://packagist.org/downloads/",
4946 "license": [
4947 "MIT"
4948 ],
4949 "authors": [
4950 {
4951 "name": "Dev Lexik",
4952 "email": "dev@lexik.fr"
4953 },
4954 {
4955 "name": "Cedric Girard",
4956 "email": "c.girard@lexik.fr"
4957 }
4958 ],
4959 "description": "This bundle aim to provide classes to build some form filters and then build a doctrine query from this form filter.",
4960 "homepage": "https://github.com/lexik/LexikFormFilterBundle",
4961 "keywords": [
4962 "bundle",
4963 "doctrine",
4964 "filter",
4965 "form",
4966 "symfony"
4967 ],
4968 "time": "2019-04-17T17:58:44+00:00"
4969 },
4970 {
4971 "name": "liip/theme-bundle",
4972 "version": "1.7.0",
4973 "source": {
4974 "type": "git",
4975 "url": "https://github.com/liip/LiipThemeBundle.git",
4976 "reference": "362394821ff8dcc90b06272e289e7dafe4dab52a"
4977 },
4978 "dist": {
4979 "type": "zip",
4980 "url": "https://api.github.com/repos/liip/LiipThemeBundle/zipball/362394821ff8dcc90b06272e289e7dafe4dab52a",
4981 "reference": "362394821ff8dcc90b06272e289e7dafe4dab52a",
4982 "shasum": ""
4983 },
4984 "require": {
4985 "php": "^7.0",
4986 "psr/log": "~1.0",
4987 "symfony/finder": "^3.0|^4.0",
4988 "symfony/framework-bundle": "^3.0|^4.0",
4989 "symfony/templating": "^3.0|^4.0",
4990 "symfony/twig-bundle": "^3.0|^4.0",
4991 "twig/twig": "^1.34|^2.4"
4992 },
4993 "conflict": {
4994 "sebastian/comparator": "1.2.3"
4995 },
4996 "require-dev": {
4997 "phpunit/phpunit": "^6.0",
4998 "symfony/console": "^3.0|^4.0",
4999 "symfony/expression-language": "^3.0|^4.0"
5000 },
5001 "type": "symfony-bundle",
5002 "extra": {
5003 "branch-alias": {
5004 "dev-master": "1.4-dev"
5005 }
5006 },
5007 "autoload": {
5008 "psr-4": {
5009 "Liip\\ThemeBundle\\": ""
5010 }
5011 },
5012 "notification-url": "https://packagist.org/downloads/",
5013 "license": [
5014 "MIT"
5015 ],
5016 "authors": [
5017 {
5018 "name": "Community contributions",
5019 "homepage": "https://github.com/liip/LiipThemeBundle/contributors"
5020 },
5021 {
5022 "name": "Liip AG",
5023 "homepage": "http://www.liip.ch/"
5024 }
5025 ],
5026 "description": "Provides theming support for #Symfony2 Bundles",
5027 "keywords": [
5028 "themes",
5029 "theming"
5030 ],
5031 "time": "2019-06-19T12:53:08+00:00"
5032 },
5033 {
5034 "name": "masterminds/html5",
5035 "version": "2.7.0",
5036 "source": {
5037 "type": "git",
5038 "url": "https://github.com/Masterminds/html5-php.git",
5039 "reference": "104443ad663d15981225f99532ba73c2f1d6b6f2"
5040 },
5041 "dist": {
5042 "type": "zip",
5043 "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/104443ad663d15981225f99532ba73c2f1d6b6f2",
5044 "reference": "104443ad663d15981225f99532ba73c2f1d6b6f2",
5045 "shasum": ""
5046 },
5047 "require": {
5048 "ext-ctype": "*",
5049 "ext-dom": "*",
5050 "ext-libxml": "*",
5051 "php": ">=5.3.0"
5052 },
5053 "require-dev": {
5054 "phpunit/phpunit": "^4.8.35",
5055 "sami/sami": "~2.0",
5056 "satooshi/php-coveralls": "1.0.*"
5057 },
5058 "type": "library",
5059 "extra": {
5060 "branch-alias": {
5061 "dev-master": "2.7-dev"
5062 }
5063 },
5064 "autoload": {
5065 "psr-4": {
5066 "Masterminds\\": "src"
5067 }
5068 },
5069 "notification-url": "https://packagist.org/downloads/",
5070 "license": [
5071 "MIT"
5072 ],
5073 "authors": [
5074 {
5075 "name": "Matt Butcher",
5076 "email": "technosophos@gmail.com"
5077 },
5078 {
5079 "name": "Matt Farina",
5080 "email": "matt@mattfarina.com"
5081 },
5082 {
5083 "name": "Asmir Mustafic",
5084 "email": "goetas@gmail.com"
5085 }
5086 ],
5087 "description": "An HTML5 parser and serializer.",
5088 "homepage": "http://masterminds.github.io/html5-php",
5089 "keywords": [
5090 "HTML5",
5091 "dom",
5092 "html",
5093 "parser",
5094 "querypath",
5095 "serializer",
5096 "xml"
5097 ],
5098 "time": "2019-07-25T07:03:26+00:00"
5099 },
5100 {
5101 "name": "mgargano/simplehtmldom",
5102 "version": "1.5",
5103 "source": {
5104 "type": "git",
5105 "url": "https://github.com/matgargano/simplehtmldom.git",
5106 "reference": "37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be"
5107 },
5108 "dist": {
5109 "type": "zip",
5110 "url": "https://api.github.com/repos/matgargano/simplehtmldom/zipball/37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be",
5111 "reference": "37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be",
5112 "shasum": ""
5113 },
5114 "require": {
5115 "php": ">=5.3.0"
5116 },
5117 "type": "library",
5118 "autoload": {
5119 "psr-0": {
5120 "SimpleHtmlDom": "src/"
5121 },
5122 "files": [
5123 "src/simple_html_dom.php"
5124 ]
5125 },
5126 "notification-url": "https://packagist.org/downloads/",
5127 "license": [
5128 "The MIT License"
5129 ],
5130 "authors": [
5131 {
5132 "name": "S.C. Chen",
5133 "email": "me578022@gmail.com"
5134 }
5135 ],
5136 "description": "Composer package that gives you access to and (unlike all the others at this time) autoloads S.C. Chen's PHP Simple HTML DOM Parser Library",
5137 "homepage": "http://simplehtmldom.sourceforge.net/",
5138 "keywords": [
5139 "Simple",
5140 "dom",
5141 "html"
5142 ],
5143 "time": "2014-01-05T18:17:34+00:00"
5144 },
5145 {
5146 "name": "michelf/php-markdown",
5147 "version": "1.9.0",
5148 "source": {
5149 "type": "git",
5150 "url": "https://github.com/michelf/php-markdown.git",
5151 "reference": "c83178d49e372ca967d1a8c77ae4e051b3a3c75c"
5152 },
5153 "dist": {
5154 "type": "zip",
5155 "url": "https://api.github.com/repos/michelf/php-markdown/zipball/c83178d49e372ca967d1a8c77ae4e051b3a3c75c",
5156 "reference": "c83178d49e372ca967d1a8c77ae4e051b3a3c75c",
5157 "shasum": ""
5158 },
5159 "require": {
5160 "php": ">=5.3.0"
5161 },
5162 "require-dev": {
5163 "phpunit/phpunit": ">=4.3 <5.8"
5164 },
5165 "type": "library",
5166 "autoload": {
5167 "psr-4": {
5168 "Michelf\\": "Michelf/"
5169 }
5170 },
5171 "notification-url": "https://packagist.org/downloads/",
5172 "license": [
5173 "BSD-3-Clause"
5174 ],
5175 "authors": [
5176 {
5177 "name": "Michel Fortin",
5178 "email": "michel.fortin@michelf.ca",
5179 "homepage": "https://michelf.ca/",
5180 "role": "Developer"
5181 },
5182 {
5183 "name": "John Gruber",
5184 "homepage": "https://daringfireball.net/"
5185 }
5186 ],
5187 "description": "PHP Markdown",
5188 "homepage": "https://michelf.ca/projects/php-markdown/",
5189 "keywords": [
5190 "markdown"
5191 ],
5192 "time": "2019-12-02T02:32:27+00:00"
5193 },
5194 {
5195 "name": "mnapoli/piwik-twig-extension",
5196 "version": "3.0.0",
5197 "source": {
5198 "type": "git",
5199 "url": "https://github.com/mnapoli/MatomoTwigExtension.git",
5200 "reference": "472fd49157d64e78081b7a626095ea989cae8471"
5201 },
5202 "dist": {
5203 "type": "zip",
5204 "url": "https://api.github.com/repos/mnapoli/MatomoTwigExtension/zipball/472fd49157d64e78081b7a626095ea989cae8471",
5205 "reference": "472fd49157d64e78081b7a626095ea989cae8471",
5206 "shasum": ""
5207 },
5208 "require": {
5209 "php": ">=7.0",
5210 "twig/twig": "~2.10|~3.0"
5211 },
5212 "require-dev": {
5213 "friendsofphp/php-cs-fixer": "~2.13",
5214 "php-coveralls/php-coveralls": "^2.0",
5215 "symfony/phpunit-bridge": "^5.0"
5216 },
5217 "type": "library",
5218 "autoload": {
5219 "psr-4": {
5220 "MatomoTwigExtension\\": "src/"
5221 }
5222 },
5223 "notification-url": "https://packagist.org/downloads/",
5224 "license": [
5225 "MIT"
5226 ],
5227 "description": "This library integrates Matomo into Twig",
5228 "time": "2020-04-24T14:45:43+00:00"
5229 },
5230 {
5231 "name": "monolog/monolog",
5232 "version": "1.25.4",
5233 "source": {
5234 "type": "git",
5235 "url": "https://github.com/Seldaek/monolog.git",
5236 "reference": "3022efff205e2448b560c833c6fbbf91c3139168"
5237 },
5238 "dist": {
5239 "type": "zip",
5240 "url": "https://api.github.com/repos/Seldaek/monolog/zipball/3022efff205e2448b560c833c6fbbf91c3139168",
5241 "reference": "3022efff205e2448b560c833c6fbbf91c3139168",
5242 "shasum": ""
5243 },
5244 "require": {
5245 "php": ">=5.3.0",
5246 "psr/log": "~1.0"
5247 },
5248 "provide": {
5249 "psr/log-implementation": "1.0.0"
5250 },
5251 "require-dev": {
5252 "aws/aws-sdk-php": "^2.4.9 || ^3.0",
5253 "doctrine/couchdb": "~1.0@dev",
5254 "graylog2/gelf-php": "~1.0",
5255 "php-amqplib/php-amqplib": "~2.4",
5256 "php-console/php-console": "^3.1.3",
5257 "php-parallel-lint/php-parallel-lint": "^1.0",
5258 "phpunit/phpunit": "~4.5",
5259 "ruflin/elastica": ">=0.90 <3.0",
5260 "sentry/sentry": "^0.13",
5261 "swiftmailer/swiftmailer": "^5.3|^6.0"
5262 },
5263 "suggest": {
5264 "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
5265 "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
5266 "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
5267 "ext-mongo": "Allow sending log messages to a MongoDB server",
5268 "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
5269 "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
5270 "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
5271 "php-console/php-console": "Allow sending log messages to Google Chrome",
5272 "rollbar/rollbar": "Allow sending log messages to Rollbar",
5273 "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
5274 "sentry/sentry": "Allow sending log messages to a Sentry server"
5275 },
5276 "type": "library",
5277 "extra": {
5278 "branch-alias": {
5279 "dev-master": "2.0.x-dev"
5280 }
5281 },
5282 "autoload": {
5283 "psr-4": {
5284 "Monolog\\": "src/Monolog"
5285 }
5286 },
5287 "notification-url": "https://packagist.org/downloads/",
5288 "license": [
5289 "MIT"
5290 ],
5291 "authors": [
5292 {
5293 "name": "Jordi Boggiano",
5294 "email": "j.boggiano@seld.be",
5295 "homepage": "http://seld.be"
5296 }
5297 ],
5298 "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
5299 "homepage": "http://github.com/Seldaek/monolog",
5300 "keywords": [
5301 "log",
5302 "logging",
5303 "psr-3"
5304 ],
5305 "funding": [
5306 {
5307 "url": "https://github.com/Seldaek",
5308 "type": "github"
5309 },
5310 {
5311 "url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
5312 "type": "tidelift"
5313 }
5314 ],
5315 "time": "2020-05-22T07:31:27+00:00"
5316 },
5317 {
5318 "name": "nelmio/api-doc-bundle",
5319 "version": "2.13.4",
5320 "target-dir": "Nelmio/ApiDocBundle",
5321 "source": {
5322 "type": "git",
5323 "url": "https://github.com/nelmio/NelmioApiDocBundle.git",
5324 "reference": "28802f2c44dbbf29aa7f5dc80a10f44d3558f580"
5325 },
5326 "dist": {
5327 "type": "zip",
5328 "url": "https://api.github.com/repos/nelmio/NelmioApiDocBundle/zipball/28802f2c44dbbf29aa7f5dc80a10f44d3558f580",
5329 "reference": "28802f2c44dbbf29aa7f5dc80a10f44d3558f580",
5330 "shasum": ""
5331 },
5332 "require": {
5333 "michelf/php-markdown": "~1.4",
5334 "php": ">=5.4",
5335 "symfony/console": "~2.3|~3.0|~4.0",
5336 "symfony/framework-bundle": "~2.3|~3.0|~4.0",
5337 "symfony/twig-bundle": "~2.3|~3.0|~4.0"
5338 },
5339 "conflict": {
5340 "jms/serializer": "<0.12",
5341 "jms/serializer-bundle": "<0.11",
5342 "symfony/symfony": "~2.7.8",
5343 "twig/twig": "<1.12"
5344 },
5345 "require-dev": {
5346 "doctrine/doctrine-bundle": "~1.5",
5347 "doctrine/orm": "~2.3",
5348 "dunglas/api-bundle": "~1.0",
5349 "friendsofsymfony/rest-bundle": "~1.0|~2.0",
5350 "jms/serializer-bundle": ">=0.11",
5351 "sensio/framework-extra-bundle": "~3.0",
5352 "symfony/browser-kit": "~2.3|~3.0|~4.0",
5353 "symfony/css-selector": "~2.3|~3.0|~4.0",
5354 "symfony/finder": "~2.3|~3.0|~4.0",
5355 "symfony/form": "~2.3|~3.0|~4.0",
5356 "symfony/phpunit-bridge": "~2.7|~3.0|~4.0",
5357 "symfony/serializer": "~2.7|~3.0|~4.0",
5358 "symfony/validator": "~2.3|~3.0|~4.0",
5359 "symfony/yaml": "~2.3|~3.0|~4.0"
5360 },
5361 "suggest": {
5362 "dunglas/api-bundle": "For making use of resources definitions of DunglasApiBundle.",
5363 "friendsofsymfony/rest-bundle": "For making use of REST information in the doc.",
5364 "jms/serializer": "For making use of serializer information in the doc.",
5365 "symfony/form": "For using form definitions as input.",
5366 "symfony/validator": "For making use of validator information in the doc."
5367 },
5368 "type": "symfony-bundle",
5369 "extra": {
5370 "branch-alias": {
5371 "dev-2.x": "2.13-dev"
5372 }
5373 },
5374 "autoload": {
5375 "psr-0": {
5376 "Nelmio\\ApiDocBundle": ""
5377 }
5378 },
5379 "notification-url": "https://packagist.org/downloads/",
5380 "license": [
5381 "MIT"
5382 ],
5383 "authors": [
5384 {
5385 "name": "Nelmio",
5386 "homepage": "http://nelm.io"
5387 },
5388 {
5389 "name": "Symfony Community",
5390 "homepage": "https://github.com/nelmio/NelmioApiDocBundle/contributors"
5391 }
5392 ],
5393 "description": "Generates documentation for your REST API from annotations",
5394 "keywords": [
5395 "api",
5396 "doc",
5397 "documentation",
5398 "rest"
5399 ],
5400 "time": "2019-06-01T13:34:59+00:00"
5401 },
5402 {
5403 "name": "nelmio/cors-bundle",
5404 "version": "1.5.6",
5405 "source": {
5406 "type": "git",
5407 "url": "https://github.com/nelmio/NelmioCorsBundle.git",
5408 "reference": "10a24c10f242440211ed31075e74f81661c690d9"
5409 },
5410 "dist": {
5411 "type": "zip",
5412 "url": "https://api.github.com/repos/nelmio/NelmioCorsBundle/zipball/10a24c10f242440211ed31075e74f81661c690d9",
5413 "reference": "10a24c10f242440211ed31075e74f81661c690d9",
5414 "shasum": ""
5415 },
5416 "require": {
5417 "symfony/framework-bundle": "^2.7 || ^3.0 || ^4.0"
5418 },
5419 "require-dev": {
5420 "matthiasnoback/symfony-dependency-injection-test": "^1.0 || ^2.0",
5421 "mockery/mockery": "^0.9 || ^1.0",
5422 "symfony/phpunit-bridge": "^2.7 || ^3.0 || ^4.0"
5423 },
5424 "type": "symfony-bundle",
5425 "extra": {
5426 "branch-alias": {
5427 "dev-master": "1.5.x-dev"
5428 }
5429 },
5430 "autoload": {
5431 "psr-4": {
5432 "Nelmio\\CorsBundle\\": ""
5433 },
5434 "exclude-from-classmap": [
5435 "/Tests/"
5436 ]
5437 },
5438 "notification-url": "https://packagist.org/downloads/",
5439 "license": [
5440 "MIT"
5441 ],
5442 "authors": [
5443 {
5444 "name": "Nelmio",
5445 "homepage": "http://nelm.io"
5446 },
5447 {
5448 "name": "Symfony Community",
5449 "homepage": "https://github.com/nelmio/NelmioCorsBundle/contributors"
5450 }
5451 ],
5452 "description": "Adds CORS (Cross-Origin Resource Sharing) headers support in your Symfony2 application",
5453 "keywords": [
5454 "api",
5455 "cors",
5456 "crossdomain"
5457 ],
5458 "time": "2019-06-17T08:53:14+00:00"
5459 },
5460 {
5461 "name": "ocramius/package-versions",
5462 "version": "1.4.2",
5463 "source": {
5464 "type": "git",
5465 "url": "https://github.com/Ocramius/PackageVersions.git",
5466 "reference": "44af6f3a2e2e04f2af46bcb302ad9600cba41c7d"
5467 },
5468 "dist": {
5469 "type": "zip",
5470 "url": "https://api.github.com/repos/Ocramius/PackageVersions/zipball/44af6f3a2e2e04f2af46bcb302ad9600cba41c7d",
5471 "reference": "44af6f3a2e2e04f2af46bcb302ad9600cba41c7d",
5472 "shasum": ""
5473 },
5474 "require": {
5475 "composer-plugin-api": "^1.0.0",
5476 "php": "^7.1.0"
5477 },
5478 "require-dev": {
5479 "composer/composer": "^1.6.3",
5480 "doctrine/coding-standard": "^5.0.1",
5481 "ext-zip": "*",
5482 "infection/infection": "^0.7.1",
5483 "phpunit/phpunit": "^7.5.17"
5484 },
5485 "type": "composer-plugin",
5486 "extra": {
5487 "class": "PackageVersions\\Installer",
5488 "branch-alias": {
5489 "dev-master": "2.0.x-dev"
5490 }
5491 },
5492 "autoload": {
5493 "psr-4": {
5494 "PackageVersions\\": "src/PackageVersions"
5495 }
5496 },
5497 "notification-url": "https://packagist.org/downloads/",
5498 "license": [
5499 "MIT"
5500 ],
5501 "authors": [
5502 {
5503 "name": "Marco Pivetta",
5504 "email": "ocramius@gmail.com"
5505 }
5506 ],
5507 "description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)",
5508 "time": "2019-11-15T16:17:10+00:00"
5509 },
5510 {
5511 "name": "ocramius/proxy-manager",
5512 "version": "2.1.1",
5513 "source": {
5514 "type": "git",
5515 "url": "https://github.com/Ocramius/ProxyManager.git",
5516 "reference": "e18ac876b2e4819c76349de8f78ccc8ef1554cd7"
5517 },
5518 "dist": {
5519 "type": "zip",
5520 "url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/e18ac876b2e4819c76349de8f78ccc8ef1554cd7",
5521 "reference": "e18ac876b2e4819c76349de8f78ccc8ef1554cd7",
5522 "shasum": ""
5523 },
5524 "require": {
5525 "ocramius/package-versions": "^1.1.1",
5526 "php": "^7.1.0",
5527 "zendframework/zend-code": "^3.1.0"
5528 },
5529 "require-dev": {
5530 "couscous/couscous": "^1.5.2",
5531 "ext-phar": "*",
5532 "humbug/humbug": "dev-master@DEV",
5533 "nikic/php-parser": "^3.0.4",
5534 "phpbench/phpbench": "^0.12.2",
5535 "phpstan/phpstan": "^0.6.4",
5536 "phpunit/phpunit": "^5.6.4",
5537 "phpunit/phpunit-mock-objects": "^3.4.1",
5538 "squizlabs/php_codesniffer": "^2.7.0"
5539 },
5540 "suggest": {
5541 "ocramius/generated-hydrator": "To have very fast object to array to object conversion for ghost objects",
5542 "zendframework/zend-json": "To have the JsonRpc adapter (Remote Object feature)",
5543 "zendframework/zend-soap": "To have the Soap adapter (Remote Object feature)",
5544 "zendframework/zend-xmlrpc": "To have the XmlRpc adapter (Remote Object feature)"
5545 },
5546 "type": "library",
5547 "extra": {
5548 "branch-alias": {
5549 "dev-master": "3.0.x-dev"
5550 }
5551 },
5552 "autoload": {
5553 "psr-0": {
5554 "ProxyManager\\": "src"
5555 }
5556 },
5557 "notification-url": "https://packagist.org/downloads/",
5558 "license": [
5559 "MIT"
5560 ],
5561 "authors": [
5562 {
5563 "name": "Marco Pivetta",
5564 "email": "ocramius@gmail.com",
5565 "homepage": "http://ocramius.github.io/"
5566 }
5567 ],
5568 "description": "A library providing utilities to generate, instantiate and generally operate with Object Proxies",
5569 "homepage": "https://github.com/Ocramius/ProxyManager",
5570 "keywords": [
5571 "aop",
5572 "lazy loading",
5573 "proxy",
5574 "proxy pattern",
5575 "service proxies"
5576 ],
5577 "time": "2017-05-04T11:12:50+00:00"
5578 },
5579 {
5580 "name": "pagerfanta/pagerfanta",
5581 "version": "v2.1.3",
5582 "source": {
5583 "type": "git",
5584 "url": "https://github.com/whiteoctober/Pagerfanta.git",
5585 "reference": "a53ff01d521648d9dbca19b93ac6bc75a59b0972"
5586 },
5587 "dist": {
5588 "type": "zip",
5589 "url": "https://api.github.com/repos/whiteoctober/Pagerfanta/zipball/a53ff01d521648d9dbca19b93ac6bc75a59b0972",
5590 "reference": "a53ff01d521648d9dbca19b93ac6bc75a59b0972",
5591 "shasum": ""
5592 },
5593 "require": {
5594 "php": "^7.0"
5595 },
5596 "require-dev": {
5597 "doctrine/orm": "~2.3",
5598 "doctrine/phpcr-odm": "1.*",
5599 "jackalope/jackalope-doctrine-dbal": "1.*",
5600 "jmikola/geojson": "~1.0",
5601 "mandango/mandango": "~1.0@dev",
5602 "mandango/mondator": "~1.0@dev",
5603 "phpunit/phpunit": "^6.5",
5604 "propel/propel": "~2.0@dev",
5605 "propel/propel1": "~1.6",
5606 "ruflin/elastica": "~1.3",
5607 "solarium/solarium": "~3.1"
5608 },
5609 "suggest": {
5610 "doctrine/mongodb-odm": "To use the DoctrineODMMongoDBAdapter.",
5611 "doctrine/orm": "To use the DoctrineORMAdapter.",
5612 "doctrine/phpcr-odm": "To use the DoctrineODMPhpcrAdapter. >= 1.1.0",
5613 "mandango/mandango": "To use the MandangoAdapter.",
5614 "propel/propel": "To use the Propel2Adapter",
5615 "propel/propel1": "To use the PropelAdapter",
5616 "solarium/solarium": "To use the SolariumAdapter."
5617 },
5618 "type": "library",
5619 "extra": {
5620 "branch-alias": {
5621 "dev-master": "1.0.x-dev"
5622 }
5623 },
5624 "autoload": {
5625 "psr-4": {
5626 "Pagerfanta\\": "src/Pagerfanta/"
5627 }
5628 },
5629 "notification-url": "https://packagist.org/downloads/",
5630 "license": [
5631 "MIT"
5632 ],
5633 "authors": [
5634 {
5635 "name": "Pablo Díez",
5636 "email": "pablodip@gmail.com"
5637 }
5638 ],
5639 "description": "Pagination for PHP",
5640 "keywords": [
5641 "page",
5642 "pagination",
5643 "paginator",
5644 "paging"
5645 ],
5646 "time": "2019-07-17T20:56:16+00:00"
5647 },
5648 {
5649 "name": "paragonie/constant_time_encoding",
5650 "version": "v2.3.0",
5651 "source": {
5652 "type": "git",
5653 "url": "https://github.com/paragonie/constant_time_encoding.git",
5654 "reference": "47a1cedd2e4d52688eb8c96469c05ebc8fd28fa2"
5655 },
5656 "dist": {
5657 "type": "zip",
5658 "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/47a1cedd2e4d52688eb8c96469c05ebc8fd28fa2",
5659 "reference": "47a1cedd2e4d52688eb8c96469c05ebc8fd28fa2",
5660 "shasum": ""
5661 },
5662 "require": {
5663 "php": "^7|^8"
5664 },
5665 "require-dev": {
5666 "phpunit/phpunit": "^6|^7",
5667 "vimeo/psalm": "^1|^2|^3"
5668 },
5669 "type": "library",
5670 "autoload": {
5671 "psr-4": {
5672 "ParagonIE\\ConstantTime\\": "src/"
5673 }
5674 },
5675 "notification-url": "https://packagist.org/downloads/",
5676 "license": [
5677 "MIT"
5678 ],
5679 "authors": [
5680 {
5681 "name": "Paragon Initiative Enterprises",
5682 "email": "security@paragonie.com",
5683 "homepage": "https://paragonie.com",
5684 "role": "Maintainer"
5685 },
5686 {
5687 "name": "Steve 'Sc00bz' Thomas",
5688 "email": "steve@tobtu.com",
5689 "homepage": "https://www.tobtu.com",
5690 "role": "Original Developer"
5691 }
5692 ],
5693 "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
5694 "keywords": [
5695 "base16",
5696 "base32",
5697 "base32_decode",
5698 "base32_encode",
5699 "base64",
5700 "base64_decode",
5701 "base64_encode",
5702 "bin2hex",
5703 "encoding",
5704 "hex",
5705 "hex2bin",
5706 "rfc4648"
5707 ],
5708 "time": "2019-11-06T19:20:29+00:00"
5709 },
5710 {
5711 "name": "paragonie/random_compat",
5712 "version": "v2.0.18",
5713 "source": {
5714 "type": "git",
5715 "url": "https://github.com/paragonie/random_compat.git",
5716 "reference": "0a58ef6e3146256cc3dc7cc393927bcc7d1b72db"
5717 },
5718 "dist": {
5719 "type": "zip",
5720 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/0a58ef6e3146256cc3dc7cc393927bcc7d1b72db",
5721 "reference": "0a58ef6e3146256cc3dc7cc393927bcc7d1b72db",
5722 "shasum": ""
5723 },
5724 "require": {
5725 "php": ">=5.2.0"
5726 },
5727 "require-dev": {
5728 "phpunit/phpunit": "4.*|5.*"
5729 },
5730 "suggest": {
5731 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
5732 },
5733 "type": "library",
5734 "autoload": {
5735 "files": [
5736 "lib/random.php"
5737 ]
5738 },
5739 "notification-url": "https://packagist.org/downloads/",
5740 "license": [
5741 "MIT"
5742 ],
5743 "authors": [
5744 {
5745 "name": "Paragon Initiative Enterprises",
5746 "email": "security@paragonie.com",
5747 "homepage": "https://paragonie.com"
5748 }
5749 ],
5750 "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
5751 "keywords": [
5752 "csprng",
5753 "polyfill",
5754 "pseudorandom",
5755 "random"
5756 ],
5757 "time": "2019-01-03T20:59:08+00:00"
5758 },
5759 {
5760 "name": "php-amqplib/php-amqplib",
5761 "version": "v2.11.3",
5762 "source": {
5763 "type": "git",
5764 "url": "https://github.com/php-amqplib/php-amqplib.git",
5765 "reference": "6353c5d2d3021a301914bc6566e695c99cfeb742"
5766 },
5767 "dist": {
5768 "type": "zip",
5769 "url": "https://api.github.com/repos/php-amqplib/php-amqplib/zipball/6353c5d2d3021a301914bc6566e695c99cfeb742",
5770 "reference": "6353c5d2d3021a301914bc6566e695c99cfeb742",
5771 "shasum": ""
5772 },
5773 "require": {
5774 "ext-mbstring": "*",
5775 "ext-sockets": "*",
5776 "php": ">=5.6.3",
5777 "phpseclib/phpseclib": "^2.0.0"
5778 },
5779 "conflict": {
5780 "php": "7.4.0 - 7.4.1"
5781 },
5782 "replace": {
5783 "videlalvaro/php-amqplib": "self.version"
5784 },
5785 "require-dev": {
5786 "ext-curl": "*",
5787 "nategood/httpful": "^0.2.20",
5788 "phpunit/phpunit": "^5.7|^6.5|^7.0",
5789 "squizlabs/php_codesniffer": "^2.5"
5790 },
5791 "type": "library",
5792 "extra": {
5793 "branch-alias": {
5794 "dev-master": "2.11-dev"
5795 }
5796 },
5797 "autoload": {
5798 "psr-4": {
5799 "PhpAmqpLib\\": "PhpAmqpLib/"
5800 }
5801 },
5802 "notification-url": "https://packagist.org/downloads/",
5803 "license": [
5804 "LGPL-2.1-or-later"
5805 ],
5806 "authors": [
5807 {
5808 "name": "Alvaro Videla",
5809 "role": "Original Maintainer"
5810 },
5811 {
5812 "name": "Raúl Araya",
5813 "email": "nubeiro@gmail.com",
5814 "role": "Maintainer"
5815 },
5816 {
5817 "name": "Luke Bakken",
5818 "email": "luke@bakken.io",
5819 "role": "Maintainer"
5820 },
5821 {
5822 "name": "Ramūnas Dronga",
5823 "email": "github@ramuno.lt",
5824 "role": "Maintainer"
5825 }
5826 ],
5827 "description": "Formerly videlalvaro/php-amqplib. This library is a pure PHP implementation of the AMQP protocol. It's been tested against RabbitMQ.",
5828 "homepage": "https://github.com/php-amqplib/php-amqplib/",
5829 "keywords": [
5830 "message",
5831 "queue",
5832 "rabbitmq"
5833 ],
5834 "time": "2020-05-13T13:56:11+00:00"
5835 },
5836 {
5837 "name": "php-amqplib/rabbitmq-bundle",
5838 "version": "v1.14.4",
5839 "source": {
5840 "type": "git",
5841 "url": "https://github.com/php-amqplib/RabbitMqBundle.git",
5842 "reference": "cf67adaa4e306d8e9cb6855a72d79263b425ded8"
5843 },
5844 "dist": {
5845 "type": "zip",
5846 "url": "https://api.github.com/repos/php-amqplib/RabbitMqBundle/zipball/cf67adaa4e306d8e9cb6855a72d79263b425ded8",
5847 "reference": "cf67adaa4e306d8e9cb6855a72d79263b425ded8",
5848 "shasum": ""
5849 },
5850 "require": {
5851 "php": "^5.3.9|^7.0",
5852 "php-amqplib/php-amqplib": "^2.6",
5853 "psr/log": "^1.0",
5854 "symfony/config": "^2.7|^3.0|^4.0",
5855 "symfony/console": "^2.7|^3.0|^4.0",
5856 "symfony/dependency-injection": "^2.7|^3.0|^4.0",
5857 "symfony/event-dispatcher": "^2.7|^3.0|^4.0",
5858 "symfony/yaml": "^2.7|^3.0|^4.0"
5859 },
5860 "replace": {
5861 "oldsound/rabbitmq-bundle": "self.version"
5862 },
5863 "require-dev": {
5864 "phpunit/phpunit": "^4.8.35|^5.4.3",
5865 "symfony/debug": "^2.7|^3.0|^4.0",
5866 "symfony/serializer": "^2.7|^3.0|^4.0"
5867 },
5868 "suggest": {
5869 "symfony/framework-bundle": "To use this lib as a full Symfony Bundle and to use the profiler data collector"
5870 },
5871 "type": "symfony-bundle",
5872 "extra": {
5873 "branch-alias": {
5874 "dev-master": "1.10.x-dev"
5875 }
5876 },
5877 "autoload": {
5878 "psr-4": {
5879 "OldSound\\RabbitMqBundle\\": ""
5880 },
5881 "exclude-from-classmap": [
5882 "/Tests/"
5883 ]
5884 },
5885 "notification-url": "https://packagist.org/downloads/",
5886 "license": [
5887 "MIT"
5888 ],
5889 "authors": [
5890 {
5891 "name": "Alvaro Videla"
5892 }
5893 ],
5894 "description": "Integrates php-amqplib with Symfony & RabbitMq. Formerly oldsound/rabbitmq-bundle.",
5895 "keywords": [
5896 "AMQP",
5897 "Symfony2",
5898 "message",
5899 "queue",
5900 "rabbitmq",
5901 "symfony",
5902 "symfony3",
5903 "symfony4"
5904 ],
5905 "time": "2018-05-02T13:12:32+00:00"
5906 },
5907 {
5908 "name": "php-http/client-common",
5909 "version": "2.1.0",
5910 "source": {
5911 "type": "git",
5912 "url": "https://github.com/php-http/client-common.git",
5913 "reference": "a8b29678d61556f45d6236b1667db16d998ceec5"
5914 },
5915 "dist": {
5916 "type": "zip",
5917 "url": "https://api.github.com/repos/php-http/client-common/zipball/a8b29678d61556f45d6236b1667db16d998ceec5",
5918 "reference": "a8b29678d61556f45d6236b1667db16d998ceec5",
5919 "shasum": ""
5920 },
5921 "require": {
5922 "php": "^7.1",
5923 "php-http/httplug": "^2.0",
5924 "php-http/message": "^1.6",
5925 "php-http/message-factory": "^1.0",
5926 "symfony/options-resolver": " ^3.4.20 || ~4.0.15 || ~4.1.9 || ^4.2.1 || ^5.0"
5927 },
5928 "require-dev": {
5929 "doctrine/instantiator": "^1.1",
5930 "guzzlehttp/psr7": "^1.4",
5931 "phpspec/phpspec": "^5.1",
5932 "phpspec/prophecy": "^1.8",
5933 "sebastian/comparator": "^3.0"
5934 },
5935 "suggest": {
5936 "ext-json": "To detect JSON responses with the ContentTypePlugin",
5937 "ext-libxml": "To detect XML responses with the ContentTypePlugin",
5938 "php-http/cache-plugin": "PSR-6 Cache plugin",
5939 "php-http/logger-plugin": "PSR-3 Logger plugin",
5940 "php-http/stopwatch-plugin": "Symfony Stopwatch plugin"
5941 },
5942 "type": "library",
5943 "extra": {
5944 "branch-alias": {
5945 "dev-master": "2.0.x-dev"
5946 }
5947 },
5948 "autoload": {
5949 "psr-4": {
5950 "Http\\Client\\Common\\": "src/"
5951 }
5952 },
5953 "notification-url": "https://packagist.org/downloads/",
5954 "license": [
5955 "MIT"
5956 ],
5957 "authors": [
5958 {
5959 "name": "Márk Sági-Kazár",
5960 "email": "mark.sagikazar@gmail.com"
5961 }
5962 ],
5963 "description": "Common HTTP Client implementations and tools for HTTPlug",
5964 "homepage": "http://httplug.io",
5965 "keywords": [
5966 "client",
5967 "common",
5968 "http",
5969 "httplug"
5970 ],
5971 "time": "2019-11-18T08:58:18+00:00"
5972 },
5973 {
5974 "name": "php-http/curl-client",
5975 "version": "2.1.0",
5976 "source": {
5977 "type": "git",
5978 "url": "https://github.com/php-http/curl-client.git",
5979 "reference": "9e79355af46d72e10da50be20b66f74b26143441"
5980 },
5981 "dist": {
5982 "type": "zip",
5983 "url": "https://api.github.com/repos/php-http/curl-client/zipball/9e79355af46d72e10da50be20b66f74b26143441",
5984 "reference": "9e79355af46d72e10da50be20b66f74b26143441",
5985 "shasum": ""
5986 },
5987 "require": {
5988 "ext-curl": "*",
5989 "php": "^7.1",
5990 "php-http/discovery": "^1.6",
5991 "php-http/httplug": "^2.0",
5992 "php-http/message": "^1.2",
5993 "psr/http-client": "^1.0",
5994 "psr/http-factory": "^1.0",
5995 "symfony/options-resolver": "^3.4 || ^4.0 || ^5.0"
5996 },
5997 "provide": {
5998 "php-http/async-client-implementation": "1.0",
5999 "php-http/client-implementation": "1.0",
6000 "psr/http-client-implementation": "1.0"
6001 },
6002 "require-dev": {
6003 "guzzlehttp/psr7": "^1.0",
6004 "php-http/client-integration-tests": "^2.0",
6005 "phpunit/phpunit": "^7.5",
6006 "zendframework/zend-diactoros": "^2.0"
6007 },
6008 "type": "library",
6009 "extra": {
6010 "branch-alias": {
6011 "dev-master": "2.x-dev"
6012 }
6013 },
6014 "autoload": {
6015 "psr-4": {
6016 "Http\\Client\\Curl\\": "src/"
6017 }
6018 },
6019 "notification-url": "https://packagist.org/downloads/",
6020 "license": [
6021 "MIT"
6022 ],
6023 "authors": [
6024 {
6025 "name": "Михаил Красильников",
6026 "email": "m.krasilnikov@yandex.ru"
6027 }
6028 ],
6029 "description": "PSR-18 and HTTPlug Async client with cURL",
6030 "homepage": "http://php-http.org",
6031 "keywords": [
6032 "curl",
6033 "http",
6034 "psr-18"
6035 ],
6036 "time": "2019-12-27T11:02:07+00:00"
6037 },
6038 {
6039 "name": "php-http/discovery",
6040 "version": "1.7.4",
6041 "source": {
6042 "type": "git",
6043 "url": "https://github.com/php-http/discovery.git",
6044 "reference": "82dbef649ccffd8e4f22e1953c3a5265992b83c0"
6045 },
6046 "dist": {
6047 "type": "zip",
6048 "url": "https://api.github.com/repos/php-http/discovery/zipball/82dbef649ccffd8e4f22e1953c3a5265992b83c0",
6049 "reference": "82dbef649ccffd8e4f22e1953c3a5265992b83c0",
6050 "shasum": ""
6051 },
6052 "require": {
6053 "php": "^7.1"
6054 },
6055 "conflict": {
6056 "nyholm/psr7": "<1.0"
6057 },
6058 "require-dev": {
6059 "akeneo/phpspec-skip-example-extension": "^4.0",
6060 "php-http/httplug": "^1.0 || ^2.0",
6061 "php-http/message-factory": "^1.0",
6062 "phpspec/phpspec": "^5.1",
6063 "puli/composer-plugin": "1.0.0-beta10"
6064 },
6065 "suggest": {
6066 "php-http/message": "Allow to use Guzzle, Diactoros or Slim Framework factories",
6067 "puli/composer-plugin": "Sets up Puli which is recommended for Discovery to work. Check http://docs.php-http.org/en/latest/discovery.html for more details."
6068 },
6069 "type": "library",
6070 "extra": {
6071 "branch-alias": {
6072 "dev-master": "1.7-dev"
6073 }
6074 },
6075 "autoload": {
6076 "psr-4": {
6077 "Http\\Discovery\\": "src/"
6078 }
6079 },
6080 "notification-url": "https://packagist.org/downloads/",
6081 "license": [
6082 "MIT"
6083 ],
6084 "authors": [
6085 {
6086 "name": "Márk Sági-Kazár",
6087 "email": "mark.sagikazar@gmail.com"
6088 }
6089 ],
6090 "description": "Finds installed HTTPlug implementations and PSR-7 message factories",
6091 "homepage": "http://php-http.org",
6092 "keywords": [
6093 "adapter",
6094 "client",
6095 "discovery",
6096 "factory",
6097 "http",
6098 "message",
6099 "psr7"
6100 ],
6101 "time": "2020-01-03T11:25:47+00:00"
6102 },
6103 {
6104 "name": "php-http/guzzle5-adapter",
6105 "version": "2.0.0",
6106 "source": {
6107 "type": "git",
6108 "url": "https://github.com/php-http/guzzle5-adapter.git",
6109 "reference": "cce48360b1f8a3467bd94e853e6107aa4532008e"
6110 },
6111 "dist": {
6112 "type": "zip",
6113 "url": "https://api.github.com/repos/php-http/guzzle5-adapter/zipball/cce48360b1f8a3467bd94e853e6107aa4532008e",
6114 "reference": "cce48360b1f8a3467bd94e853e6107aa4532008e",
6115 "shasum": ""
6116 },
6117 "require": {
6118 "guzzlehttp/guzzle": "^5.1",
6119 "php": "^7.0",
6120 "php-http/discovery": "^1.0",
6121 "php-http/httplug": "^2.0"
6122 },
6123 "provide": {
6124 "php-http/client-implementation": "1.0",
6125 "psr/http-client-implementation": "1.0"
6126 },
6127 "require-dev": {
6128 "ext-curl": "*",
6129 "guzzlehttp/ringphp": "^1.1",
6130 "php-http/client-integration-tests": "^2.0",
6131 "phpunit/phpunit": "^6.0 || ^7.0"
6132 },
6133 "type": "library",
6134 "extra": {
6135 "branch-alias": {
6136 "dev-master": "2.0-dev"
6137 }
6138 },
6139 "autoload": {
6140 "psr-4": {
6141 "Http\\Adapter\\Guzzle5\\": "src/"
6142 }
6143 },
6144 "notification-url": "https://packagist.org/downloads/",
6145 "license": [
6146 "MIT"
6147 ],
6148 "authors": [
6149 {
6150 "name": "Eric GELOEN",
6151 "email": "geloen.eric@gmail.com"
6152 },
6153 {
6154 "name": "Márk Sági-Kazár",
6155 "email": "mark.sagikazar@gmail.com"
6156 }
6157 ],
6158 "description": "Guzzle 5 HTTP Adapter",
6159 "homepage": "http://httplug.io",
6160 "keywords": [
6161 "Guzzle",
6162 "http"
6163 ],
6164 "time": "2019-02-05T12:28:45+00:00"
6165 },
6166 {
6167 "name": "php-http/httplug",
6168 "version": "2.1.0",
6169 "source": {
6170 "type": "git",
6171 "url": "https://github.com/php-http/httplug.git",
6172 "reference": "72d2b129a48f0490d55b7f89be0d6aa0597ffb06"
6173 },
6174 "dist": {
6175 "type": "zip",
6176 "url": "https://api.github.com/repos/php-http/httplug/zipball/72d2b129a48f0490d55b7f89be0d6aa0597ffb06",
6177 "reference": "72d2b129a48f0490d55b7f89be0d6aa0597ffb06",
6178 "shasum": ""
6179 },
6180 "require": {
6181 "php": "^7.0",
6182 "php-http/promise": "^1.0",
6183 "psr/http-client": "^1.0",
6184 "psr/http-message": "^1.0"
6185 },
6186 "require-dev": {
6187 "friends-of-phpspec/phpspec-code-coverage": "^4.1",
6188 "phpspec/phpspec": "^4.3.4|^5.0|^6.0"
6189 },
6190 "type": "library",
6191 "extra": {
6192 "branch-alias": {
6193 "dev-master": "2.x-dev"
6194 }
6195 },
6196 "autoload": {
6197 "psr-4": {
6198 "Http\\Client\\": "src/"
6199 }
6200 },
6201 "notification-url": "https://packagist.org/downloads/",
6202 "license": [
6203 "MIT"
6204 ],
6205 "authors": [
6206 {
6207 "name": "Eric GELOEN",
6208 "email": "geloen.eric@gmail.com"
6209 },
6210 {
6211 "name": "Márk Sági-Kazár",
6212 "email": "mark.sagikazar@gmail.com"
6213 }
6214 ],
6215 "description": "HTTPlug, the HTTP client abstraction for PHP",
6216 "homepage": "http://httplug.io",
6217 "keywords": [
6218 "client",
6219 "http"
6220 ],
6221 "time": "2019-12-27T10:07:11+00:00"
6222 },
6223 {
6224 "name": "php-http/httplug-bundle",
6225 "version": "1.16.0",
6226 "source": {
6227 "type": "git",
6228 "url": "https://github.com/php-http/HttplugBundle.git",
6229 "reference": "5044b655fcd3a43243383cd692a6bb6cd18af24f"
6230 },
6231 "dist": {
6232 "type": "zip",
6233 "url": "https://api.github.com/repos/php-http/HttplugBundle/zipball/5044b655fcd3a43243383cd692a6bb6cd18af24f",
6234 "reference": "5044b655fcd3a43243383cd692a6bb6cd18af24f",
6235 "shasum": ""
6236 },
6237 "require": {
6238 "php": "^7.1",
6239 "php-http/client-common": "^1.9 || ^2.0",
6240 "php-http/client-implementation": "^1.0",
6241 "php-http/discovery": "^1.0",
6242 "php-http/httplug": "^1.0 || ^2.0",
6243 "php-http/logger-plugin": "^1.1",
6244 "php-http/message": "^1.4",
6245 "php-http/message-factory": "^1.0.2",
6246 "php-http/stopwatch-plugin": "^1.2",
6247 "psr/http-message": "^1.0",
6248 "symfony/config": "^3.4.20 || ^4.2.1",
6249 "symfony/dependency-injection": "^3.4.20 || ^4.2.1",
6250 "symfony/event-dispatcher": "^3.4.20 || ^4.2.1",
6251 "symfony/http-kernel": "^3.4.20 || ^4.2.1",
6252 "symfony/options-resolver": "^3.4.20 || ^4.2.1"
6253 },
6254 "conflict": {
6255 "php-http/curl-client": "<2.0",
6256 "php-http/guzzle6-adapter": "<1.1"
6257 },
6258 "require-dev": {
6259 "guzzlehttp/psr7": "^1.0",
6260 "matthiasnoback/symfony-dependency-injection-test": "^3.0",
6261 "nyholm/nsa": "^1.1",
6262 "php-http/cache-plugin": "^1.6",
6263 "php-http/guzzle6-adapter": "^1.1.1 || ^2.0.1",
6264 "php-http/mock-client": "^1.2",
6265 "php-http/promise": "^1.0",
6266 "polishsymfonycommunity/symfony-mocker-container": "^1.0",
6267 "symfony/browser-kit": "^3.4.20 || ^4.2.1",
6268 "symfony/cache": "^3.4.20 || ^4.2.1",
6269 "symfony/dom-crawler": "^3.4.20 || ^4.2.1",
6270 "symfony/framework-bundle": "^3.4.0 || ^4.2",
6271 "symfony/http-foundation": "^3.4.20 || ^4.2.1",
6272 "symfony/phpunit-bridge": "^3.4 || ^4.2",
6273 "symfony/stopwatch": "^3.4.20 || ^4.2.1",
6274 "symfony/twig-bundle": "^3.4.20 || ^4.2.1",
6275 "symfony/web-profiler-bundle": "^3.4.20 || ^4.2.1",
6276 "twig/twig": "^1.36 || ^2.6"
6277 },
6278 "suggest": {
6279 "php-http/cache-plugin": "To configure clients that cache responses",
6280 "php-http/mock-client": "Add this to your require-dev section to mock HTTP responses easily",
6281 "twig/twig": "Add this to your require-dev section when using the WebProfilerBundle"
6282 },
6283 "type": "symfony-bundle",
6284 "extra": {
6285 "branch-alias": {
6286 "dev-master": "1.x-dev"
6287 }
6288 },
6289 "autoload": {
6290 "psr-4": {
6291 "Http\\HttplugBundle\\": "src/"
6292 },
6293 "exclude-from-classmap": [
6294 "/Tests/Resources/MyPsr18TestClient.php"
6295 ]
6296 },
6297 "notification-url": "https://packagist.org/downloads/",
6298 "license": [
6299 "MIT"
6300 ],
6301 "authors": [
6302 {
6303 "name": "David Buchmann",
6304 "email": "mail@davidbu.ch"
6305 },
6306 {
6307 "name": "Tobias Nyholm",
6308 "email": "tobias.nyholm@gmail.com"
6309 }
6310 ],
6311 "description": "Symfony integration for HTTPlug",
6312 "homepage": "http://httplug.io",
6313 "keywords": [
6314 "adapter",
6315 "bundle",
6316 "discovery",
6317 "factory",
6318 "http",
6319 "httplug",
6320 "message",
6321 "php-http"
6322 ],
6323 "time": "2019-06-05T12:03:16+00:00"
6324 },
6325 {
6326 "name": "php-http/logger-plugin",
6327 "version": "1.1.0",
6328 "source": {
6329 "type": "git",
6330 "url": "https://github.com/php-http/logger-plugin.git",
6331 "reference": "c1c6e90717ce350319b7b8bc489f1db35bb523fd"
6332 },
6333 "dist": {
6334 "type": "zip",
6335 "url": "https://api.github.com/repos/php-http/logger-plugin/zipball/c1c6e90717ce350319b7b8bc489f1db35bb523fd",
6336 "reference": "c1c6e90717ce350319b7b8bc489f1db35bb523fd",
6337 "shasum": ""
6338 },
6339 "require": {
6340 "php": "^5.4 || ^7.0",
6341 "php-http/client-common": "^1.9 || ^2.0",
6342 "php-http/message": "^1.0",
6343 "psr/log": "^1.0"
6344 },
6345 "require-dev": {
6346 "henrikbjorn/phpspec-code-coverage": "^1.0",
6347 "phpspec/phpspec": "^2.5"
6348 },
6349 "type": "library",
6350 "extra": {
6351 "branch-alias": {
6352 "dev-master": "1.1-dev"
6353 }
6354 },
6355 "autoload": {
6356 "psr-4": {
6357 "Http\\Client\\Common\\Plugin\\": "src/"
6358 }
6359 },
6360 "notification-url": "https://packagist.org/downloads/",
6361 "license": [
6362 "MIT"
6363 ],
6364 "authors": [
6365 {
6366 "name": "Márk Sági-Kazár",
6367 "email": "mark.sagikazar@gmail.com"
6368 }
6369 ],
6370 "description": "PSR-3 Logger plugin for HTTPlug",
6371 "homepage": "http://httplug.io",
6372 "keywords": [
6373 "http",
6374 "httplug",
6375 "logger",
6376 "plugin"
6377 ],
6378 "time": "2019-01-30T11:48:21+00:00"
6379 },
6380 {
6381 "name": "php-http/message",
6382 "version": "1.8.0",
6383 "source": {
6384 "type": "git",
6385 "url": "https://github.com/php-http/message.git",
6386 "reference": "ce8f43ac1e294b54aabf5808515c3554a19c1e1c"
6387 },
6388 "dist": {
6389 "type": "zip",
6390 "url": "https://api.github.com/repos/php-http/message/zipball/ce8f43ac1e294b54aabf5808515c3554a19c1e1c",
6391 "reference": "ce8f43ac1e294b54aabf5808515c3554a19c1e1c",
6392 "shasum": ""
6393 },
6394 "require": {
6395 "clue/stream-filter": "^1.4",
6396 "php": "^7.1",
6397 "php-http/message-factory": "^1.0.2",
6398 "psr/http-message": "^1.0"
6399 },
6400 "provide": {
6401 "php-http/message-factory-implementation": "1.0"
6402 },
6403 "require-dev": {
6404 "akeneo/phpspec-skip-example-extension": "^1.0",
6405 "coduo/phpspec-data-provider-extension": "^1.0",
6406 "ext-zlib": "*",
6407 "guzzlehttp/psr7": "^1.0",
6408 "henrikbjorn/phpspec-code-coverage": "^1.0",
6409 "phpspec/phpspec": "^2.4",
6410 "slim/slim": "^3.0",
6411 "zendframework/zend-diactoros": "^1.0"
6412 },
6413 "suggest": {
6414 "ext-zlib": "Used with compressor/decompressor streams",
6415 "guzzlehttp/psr7": "Used with Guzzle PSR-7 Factories",
6416 "slim/slim": "Used with Slim Framework PSR-7 implementation",
6417 "zendframework/zend-diactoros": "Used with Diactoros Factories"
6418 },
6419 "type": "library",
6420 "extra": {
6421 "branch-alias": {
6422 "dev-master": "1.8-dev"
6423 }
6424 },
6425 "autoload": {
6426 "psr-4": {
6427 "Http\\Message\\": "src/"
6428 },
6429 "files": [
6430 "src/filters.php"
6431 ]
6432 },
6433 "notification-url": "https://packagist.org/downloads/",
6434 "license": [
6435 "MIT"
6436 ],
6437 "authors": [
6438 {
6439 "name": "Márk Sági-Kazár",
6440 "email": "mark.sagikazar@gmail.com"
6441 }
6442 ],
6443 "description": "HTTP Message related tools",
6444 "homepage": "http://php-http.org",
6445 "keywords": [
6446 "http",
6447 "message",
6448 "psr-7"
6449 ],
6450 "time": "2019-08-05T06:55:08+00:00"
6451 },
6452 {
6453 "name": "php-http/message-factory",
6454 "version": "v1.0.2",
6455 "source": {
6456 "type": "git",
6457 "url": "https://github.com/php-http/message-factory.git",
6458 "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1"
6459 },
6460 "dist": {
6461 "type": "zip",
6462 "url": "https://api.github.com/repos/php-http/message-factory/zipball/a478cb11f66a6ac48d8954216cfed9aa06a501a1",
6463 "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1",
6464 "shasum": ""
6465 },
6466 "require": {
6467 "php": ">=5.4",
6468 "psr/http-message": "^1.0"
6469 },
6470 "type": "library",
6471 "extra": {
6472 "branch-alias": {
6473 "dev-master": "1.0-dev"
6474 }
6475 },
6476 "autoload": {
6477 "psr-4": {
6478 "Http\\Message\\": "src/"
6479 }
6480 },
6481 "notification-url": "https://packagist.org/downloads/",
6482 "license": [
6483 "MIT"
6484 ],
6485 "authors": [
6486 {
6487 "name": "Márk Sági-Kazár",
6488 "email": "mark.sagikazar@gmail.com"
6489 }
6490 ],
6491 "description": "Factory interfaces for PSR-7 HTTP Message",
6492 "homepage": "http://php-http.org",
6493 "keywords": [
6494 "factory",
6495 "http",
6496 "message",
6497 "stream",
6498 "uri"
6499 ],
6500 "time": "2015-12-19T14:08:53+00:00"
6501 },
6502 {
6503 "name": "php-http/promise",
6504 "version": "v1.0.0",
6505 "source": {
6506 "type": "git",
6507 "url": "https://github.com/php-http/promise.git",
6508 "reference": "dc494cdc9d7160b9a09bd5573272195242ce7980"
6509 },
6510 "dist": {
6511 "type": "zip",
6512 "url": "https://api.github.com/repos/php-http/promise/zipball/dc494cdc9d7160b9a09bd5573272195242ce7980",
6513 "reference": "dc494cdc9d7160b9a09bd5573272195242ce7980",
6514 "shasum": ""
6515 },
6516 "require-dev": {
6517 "henrikbjorn/phpspec-code-coverage": "^1.0",
6518 "phpspec/phpspec": "^2.4"
6519 },
6520 "type": "library",
6521 "extra": {
6522 "branch-alias": {
6523 "dev-master": "1.1-dev"
6524 }
6525 },
6526 "autoload": {
6527 "psr-4": {
6528 "Http\\Promise\\": "src/"
6529 }
6530 },
6531 "notification-url": "https://packagist.org/downloads/",
6532 "license": [
6533 "MIT"
6534 ],
6535 "authors": [
6536 {
6537 "name": "Márk Sági-Kazár",
6538 "email": "mark.sagikazar@gmail.com"
6539 },
6540 {
6541 "name": "Joel Wurtz",
6542 "email": "joel.wurtz@gmail.com"
6543 }
6544 ],
6545 "description": "Promise used for asynchronous HTTP requests",
6546 "homepage": "http://httplug.io",
6547 "keywords": [
6548 "promise"
6549 ],
6550 "time": "2016-01-26T13:27:02+00:00"
6551 },
6552 {
6553 "name": "php-http/stopwatch-plugin",
6554 "version": "1.3.0",
6555 "source": {
6556 "type": "git",
6557 "url": "https://github.com/php-http/stopwatch-plugin.git",
6558 "reference": "de6f39c96f57c60a43d535e27122de505e683f98"
6559 },
6560 "dist": {
6561 "type": "zip",
6562 "url": "https://api.github.com/repos/php-http/stopwatch-plugin/zipball/de6f39c96f57c60a43d535e27122de505e683f98",
6563 "reference": "de6f39c96f57c60a43d535e27122de505e683f98",
6564 "shasum": ""
6565 },
6566 "require": {
6567 "php": "^7.1",
6568 "php-http/client-common": "^1.9 || ^2.0",
6569 "symfony/stopwatch": "^3.4 || ^4.0 || ^5.0"
6570 },
6571 "require-dev": {
6572 "phpspec/phpspec": "^2.5 || ^3.0 || ^4.0"
6573 },
6574 "type": "library",
6575 "extra": {
6576 "branch-alias": {
6577 "dev-master": "1.3-dev"
6578 }
6579 },
6580 "autoload": {
6581 "psr-4": {
6582 "Http\\Client\\Common\\Plugin\\": "src/"
6583 }
6584 },
6585 "notification-url": "https://packagist.org/downloads/",
6586 "license": [
6587 "MIT"
6588 ],
6589 "authors": [
6590 {
6591 "name": "Márk Sági-Kazár",
6592 "email": "mark.sagikazar@gmail.com"
6593 }
6594 ],
6595 "description": "Symfony Stopwatch plugin for HTTPlug",
6596 "homepage": "http://httplug.io",
6597 "keywords": [
6598 "http",
6599 "httplug",
6600 "plugin",
6601 "stopwatch"
6602 ],
6603 "time": "2019-11-18T08:10:48+00:00"
6604 },
6605 {
6606 "name": "phpcollection/phpcollection",
6607 "version": "0.5.0",
6608 "source": {
6609 "type": "git",
6610 "url": "https://github.com/schmittjoh/php-collection.git",
6611 "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6"
6612 },
6613 "dist": {
6614 "type": "zip",
6615 "url": "https://api.github.com/repos/schmittjoh/php-collection/zipball/f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6",
6616 "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6",
6617 "shasum": ""
6618 },
6619 "require": {
6620 "phpoption/phpoption": "1.*"
6621 },
6622 "type": "library",
6623 "extra": {
6624 "branch-alias": {
6625 "dev-master": "0.4-dev"
6626 }
6627 },
6628 "autoload": {
6629 "psr-0": {
6630 "PhpCollection": "src/"
6631 }
6632 },
6633 "notification-url": "https://packagist.org/downloads/",
6634 "license": [
6635 "Apache2"
6636 ],
6637 "authors": [
6638 {
6639 "name": "Johannes M. Schmitt",
6640 "email": "schmittjoh@gmail.com"
6641 }
6642 ],
6643 "description": "General-Purpose Collection Library for PHP",
6644 "keywords": [
6645 "collection",
6646 "list",
6647 "map",
6648 "sequence",
6649 "set"
6650 ],
6651 "time": "2015-05-17T12:39:23+00:00"
6652 },
6653 {
6654 "name": "phpoption/phpoption",
6655 "version": "1.7.3",
6656 "source": {
6657 "type": "git",
6658 "url": "https://github.com/schmittjoh/php-option.git",
6659 "reference": "4acfd6a4b33a509d8c88f50e5222f734b6aeebae"
6660 },
6661 "dist": {
6662 "type": "zip",
6663 "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/4acfd6a4b33a509d8c88f50e5222f734b6aeebae",
6664 "reference": "4acfd6a4b33a509d8c88f50e5222f734b6aeebae",
6665 "shasum": ""
6666 },
6667 "require": {
6668 "php": "^5.5.9 || ^7.0 || ^8.0"
6669 },
6670 "require-dev": {
6671 "bamarni/composer-bin-plugin": "^1.3",
6672 "phpunit/phpunit": "^4.8.35 || ^5.0 || ^6.0 || ^7.0"
6673 },
6674 "type": "library",
6675 "extra": {
6676 "branch-alias": {
6677 "dev-master": "1.7-dev"
6678 }
6679 },
6680 "autoload": {
6681 "psr-4": {
6682 "PhpOption\\": "src/PhpOption/"
6683 }
6684 },
6685 "notification-url": "https://packagist.org/downloads/",
6686 "license": [
6687 "Apache-2.0"
6688 ],
6689 "authors": [
6690 {
6691 "name": "Johannes M. Schmitt",
6692 "email": "schmittjoh@gmail.com"
6693 },
6694 {
6695 "name": "Graham Campbell",
6696 "email": "graham@alt-three.com"
6697 }
6698 ],
6699 "description": "Option Type for PHP",
6700 "keywords": [
6701 "language",
6702 "option",
6703 "php",
6704 "type"
6705 ],
6706 "time": "2020-03-21T18:07:53+00:00"
6707 },
6708 {
6709 "name": "phpseclib/phpseclib",
6710 "version": "2.0.27",
6711 "source": {
6712 "type": "git",
6713 "url": "https://github.com/phpseclib/phpseclib.git",
6714 "reference": "34620af4df7d1988d8f0d7e91f6c8a3bf931d8dc"
6715 },
6716 "dist": {
6717 "type": "zip",
6718 "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/34620af4df7d1988d8f0d7e91f6c8a3bf931d8dc",
6719 "reference": "34620af4df7d1988d8f0d7e91f6c8a3bf931d8dc",
6720 "shasum": ""
6721 },
6722 "require": {
6723 "php": ">=5.3.3"
6724 },
6725 "require-dev": {
6726 "phing/phing": "~2.7",
6727 "phpunit/phpunit": "^4.8.35|^5.7|^6.0",
6728 "sami/sami": "~2.0",
6729 "squizlabs/php_codesniffer": "~2.0"
6730 },
6731 "suggest": {
6732 "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
6733 "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
6734 "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
6735 "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
6736 },
6737 "type": "library",
6738 "autoload": {
6739 "files": [
6740 "phpseclib/bootstrap.php"
6741 ],
6742 "psr-4": {
6743 "phpseclib\\": "phpseclib/"
6744 }
6745 },
6746 "notification-url": "https://packagist.org/downloads/",
6747 "license": [
6748 "MIT"
6749 ],
6750 "authors": [
6751 {
6752 "name": "Jim Wigginton",
6753 "email": "terrafrost@php.net",
6754 "role": "Lead Developer"
6755 },
6756 {
6757 "name": "Patrick Monnerat",
6758 "email": "pm@datasphere.ch",
6759 "role": "Developer"
6760 },
6761 {
6762 "name": "Andreas Fischer",
6763 "email": "bantu@phpbb.com",
6764 "role": "Developer"
6765 },
6766 {
6767 "name": "Hans-Jürgen Petrich",
6768 "email": "petrich@tronic-media.com",
6769 "role": "Developer"
6770 },
6771 {
6772 "name": "Graham Campbell",
6773 "email": "graham@alt-three.com",
6774 "role": "Developer"
6775 }
6776 ],
6777 "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
6778 "homepage": "http://phpseclib.sourceforge.net",
6779 "keywords": [
6780 "BigInteger",
6781 "aes",
6782 "asn.1",
6783 "asn1",
6784 "blowfish",
6785 "crypto",
6786 "cryptography",
6787 "encryption",
6788 "rsa",
6789 "security",
6790 "sftp",
6791 "signature",
6792 "signing",
6793 "ssh",
6794 "twofish",
6795 "x.509",
6796 "x509"
6797 ],
6798 "funding": [
6799 {
6800 "url": "https://github.com/terrafrost",
6801 "type": "github"
6802 },
6803 {
6804 "url": "https://www.patreon.com/phpseclib",
6805 "type": "patreon"
6806 },
6807 {
6808 "url": "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib",
6809 "type": "tidelift"
6810 }
6811 ],
6812 "time": "2020-04-04T23:17:33+00:00"
6813 },
6814 {
6815 "name": "phpzip/phpzip",
6816 "version": "2.0.8",
6817 "source": {
6818 "type": "git",
6819 "url": "https://github.com/Grandt/PHPZip.git",
6820 "reference": "936f93d656f68e29c231a39e19fd59a636fe7e47"
6821 },
6822 "dist": {
6823 "type": "zip",
6824 "url": "https://api.github.com/repos/Grandt/PHPZip/zipball/936f93d656f68e29c231a39e19fd59a636fe7e47",
6825 "reference": "936f93d656f68e29c231a39e19fd59a636fe7e47",
6826 "shasum": ""
6827 },
6828 "require": {
6829 "grandt/binstring": ">=1.0.0",
6830 "grandt/phpzipmerge": ">=1.0.4",
6831 "grandt/relativepath": ">=1.0.2",
6832 "php": ">=5.3.0"
6833 },
6834 "type": "library",
6835 "autoload": {
6836 "psr-4": {
6837 "PHPZip\\Zip\\": "src/Zip"
6838 }
6839 },
6840 "notification-url": "https://packagist.org/downloads/",
6841 "license": [
6842 "LGPL-2.1"
6843 ],
6844 "authors": [
6845 {
6846 "name": "Adam Schmalhofer",
6847 "email": "Adam.Schmalhofer@gmx.de",
6848 "role": "Developer"
6849 },
6850 {
6851 "name": "A. Grandt",
6852 "email": "php@grandt.com",
6853 "homepage": "http://grandt.com",
6854 "role": "Developer"
6855 },
6856 {
6857 "name": "Greg Kappatos",
6858 "homepage": "http://websiteconnect.com.au",
6859 "role": "Developer"
6860 }
6861 ],
6862 "description": "Package to create and stream archives of compressed files in ZIP format with PHP 5.3+",
6863 "homepage": "https://github.com/Grandt/PHPZip",
6864 "keywords": [
6865 "archive",
6866 "compressed",
6867 "compression",
6868 "phpzip",
6869 "pkzip",
6870 "stream",
6871 "zip"
6872 ],
6873 "time": "2015-11-16T16:30:51+00:00"
6874 },
6875 {
6876 "name": "pragmarx/random",
6877 "version": "v0.2.2",
6878 "source": {
6879 "type": "git",
6880 "url": "https://github.com/antonioribeiro/random.git",
6881 "reference": "daf08a189c5d2d40d1a827db46364d3a741a51b7"
6882 },
6883 "dist": {
6884 "type": "zip",
6885 "url": "https://api.github.com/repos/antonioribeiro/random/zipball/daf08a189c5d2d40d1a827db46364d3a741a51b7",
6886 "reference": "daf08a189c5d2d40d1a827db46364d3a741a51b7",
6887 "shasum": ""
6888 },
6889 "require": {
6890 "php": ">=7.0"
6891 },
6892 "require-dev": {
6893 "fzaninotto/faker": "~1.7",
6894 "phpunit/phpunit": "~6.4",
6895 "pragmarx/trivia": "~0.1",
6896 "squizlabs/php_codesniffer": "^2.3"
6897 },
6898 "suggest": {
6899 "fzaninotto/faker": "Allows you to get dozens of randomized types",
6900 "pragmarx/trivia": "For the trivia database"
6901 },
6902 "type": "library",
6903 "extra": {
6904 "branch-alias": {
6905 "dev-master": "1.0-dev"
6906 }
6907 },
6908 "autoload": {
6909 "psr-4": {
6910 "PragmaRX\\Random\\": "src"
6911 }
6912 },
6913 "notification-url": "https://packagist.org/downloads/",
6914 "license": [
6915 "MIT"
6916 ],
6917 "authors": [
6918 {
6919 "name": "Antonio Carlos Ribeiro",
6920 "email": "acr@antoniocarlosribeiro.com",
6921 "homepage": "https://antoniocarlosribeiro.com",
6922 "role": "Developer"
6923 }
6924 ],
6925 "description": "Create random chars, numbers, strings",
6926 "homepage": "https://github.com/antonioribeiro/random",
6927 "keywords": [
6928 "Randomize",
6929 "faker",
6930 "pragmarx",
6931 "random",
6932 "random number",
6933 "random pattern",
6934 "random string"
6935 ],
6936 "time": "2017-11-21T05:26:22+00:00"
6937 },
6938 {
6939 "name": "pragmarx/recovery",
6940 "version": "v0.1.0",
6941 "source": {
6942 "type": "git",
6943 "url": "https://github.com/antonioribeiro/recovery.git",
6944 "reference": "e16573a1ae5345cc3b100eec6d0296a1a15a90fe"
6945 },
6946 "dist": {
6947 "type": "zip",
6948 "url": "https://api.github.com/repos/antonioribeiro/recovery/zipball/e16573a1ae5345cc3b100eec6d0296a1a15a90fe",
6949 "reference": "e16573a1ae5345cc3b100eec6d0296a1a15a90fe",
6950 "shasum": ""
6951 },
6952 "require": {
6953 "php": "~7.0",
6954 "pragmarx/random": "~0.1"
6955 },
6956 "require-dev": {
6957 "phpunit/phpunit": ">=5.4.3",
6958 "squizlabs/php_codesniffer": "^2.3",
6959 "tightenco/collect": "^5"
6960 },
6961 "suggest": {
6962 "tightenco/collect": "Allows to generate recovery codes as collections"
6963 },
6964 "type": "library",
6965 "extra": {
6966 "branch-alias": {
6967 "dev-master": "1.0-dev"
6968 }
6969 },
6970 "autoload": {
6971 "psr-4": {
6972 "PragmaRX\\Recovery\\": "src"
6973 }
6974 },
6975 "notification-url": "https://packagist.org/downloads/",
6976 "license": [
6977 "MIT"
6978 ],
6979 "authors": [
6980 {
6981 "name": "Antonio Carlos Ribeiro",
6982 "email": "acr@antoniocarlosribeiro.com",
6983 "homepage": "https://antoniocarlosribeiro.com",
6984 "role": "Developer"
6985 }
6986 ],
6987 "description": "Create recovery codes for two factor auth",
6988 "homepage": "https://github.com/antonioribeiro/recovery",
6989 "keywords": [
6990 "2fa",
6991 "account recovery",
6992 "auth",
6993 "backup codes",
6994 "google2fa",
6995 "pragmarx",
6996 "recovery",
6997 "recovery codes",
6998 "two factor auth"
6999 ],
7000 "time": "2017-09-19T16:58:00+00:00"
7001 },
7002 {
7003 "name": "predis/predis",
7004 "version": "v1.1.x-dev",
7005 "source": {
7006 "type": "git",
7007 "url": "https://github.com/nrk/predis.git",
7008 "reference": "111d100ee389d624036b46b35ed0c9ac59c71313"
7009 },
7010 "dist": {
7011 "type": "zip",
7012 "url": "https://api.github.com/repos/nrk/predis/zipball/111d100ee389d624036b46b35ed0c9ac59c71313",
7013 "reference": "111d100ee389d624036b46b35ed0c9ac59c71313",
7014 "shasum": ""
7015 },
7016 "require": {
7017 "php": ">=5.3.9"
7018 },
7019 "require-dev": {
7020 "phpunit/phpunit": "~4.8"
7021 },
7022 "suggest": {
7023 "ext-curl": "Allows access to Webdis when paired with phpiredis",
7024 "ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol"
7025 },
7026 "type": "library",
7027 "autoload": {
7028 "psr-4": {
7029 "Predis\\": "src/"
7030 }
7031 },
7032 "notification-url": "https://packagist.org/downloads/",
7033 "license": [
7034 "MIT"
7035 ],
7036 "authors": [
7037 {
7038 "name": "Daniele Alessandri",
7039 "email": "suppakilla@gmail.com",
7040 "homepage": "http://clorophilla.net"
7041 }
7042 ],
7043 "description": "Flexible and feature-complete Redis client for PHP and HHVM",
7044 "homepage": "http://github.com/nrk/predis",
7045 "keywords": [
7046 "nosql",
7047 "predis",
7048 "redis"
7049 ],
7050 "time": "2017-07-12T14:39:17+00:00"
7051 },
7052 {
7053 "name": "psr/cache",
7054 "version": "1.0.1",
7055 "source": {
7056 "type": "git",
7057 "url": "https://github.com/php-fig/cache.git",
7058 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
7059 },
7060 "dist": {
7061 "type": "zip",
7062 "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
7063 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
7064 "shasum": ""
7065 },
7066 "require": {
7067 "php": ">=5.3.0"
7068 },
7069 "type": "library",
7070 "extra": {
7071 "branch-alias": {
7072 "dev-master": "1.0.x-dev"
7073 }
7074 },
7075 "autoload": {
7076 "psr-4": {
7077 "Psr\\Cache\\": "src/"
7078 }
7079 },
7080 "notification-url": "https://packagist.org/downloads/",
7081 "license": [
7082 "MIT"
7083 ],
7084 "authors": [
7085 {
7086 "name": "PHP-FIG",
7087 "homepage": "http://www.php-fig.org/"
7088 }
7089 ],
7090 "description": "Common interface for caching libraries",
7091 "keywords": [
7092 "cache",
7093 "psr",
7094 "psr-6"
7095 ],
7096 "time": "2016-08-06T20:24:11+00:00"
7097 },
7098 {
7099 "name": "psr/container",
7100 "version": "1.0.0",
7101 "source": {
7102 "type": "git",
7103 "url": "https://github.com/php-fig/container.git",
7104 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
7105 },
7106 "dist": {
7107 "type": "zip",
7108 "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
7109 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
7110 "shasum": ""
7111 },
7112 "require": {
7113 "php": ">=5.3.0"
7114 },
7115 "type": "library",
7116 "extra": {
7117 "branch-alias": {
7118 "dev-master": "1.0.x-dev"
7119 }
7120 },
7121 "autoload": {
7122 "psr-4": {
7123 "Psr\\Container\\": "src/"
7124 }
7125 },
7126 "notification-url": "https://packagist.org/downloads/",
7127 "license": [
7128 "MIT"
7129 ],
7130 "authors": [
7131 {
7132 "name": "PHP-FIG",
7133 "homepage": "http://www.php-fig.org/"
7134 }
7135 ],
7136 "description": "Common Container Interface (PHP FIG PSR-11)",
7137 "homepage": "https://github.com/php-fig/container",
7138 "keywords": [
7139 "PSR-11",
7140 "container",
7141 "container-interface",
7142 "container-interop",
7143 "psr"
7144 ],
7145 "time": "2017-02-14T16:28:37+00:00"
7146 },
7147 {
7148 "name": "psr/http-client",
7149 "version": "1.0.0",
7150 "source": {
7151 "type": "git",
7152 "url": "https://github.com/php-fig/http-client.git",
7153 "reference": "496a823ef742b632934724bf769560c2a5c7c44e"
7154 },
7155 "dist": {
7156 "type": "zip",
7157 "url": "https://api.github.com/repos/php-fig/http-client/zipball/496a823ef742b632934724bf769560c2a5c7c44e",
7158 "reference": "496a823ef742b632934724bf769560c2a5c7c44e",
7159 "shasum": ""
7160 },
7161 "require": {
7162 "php": "^7.0",
7163 "psr/http-message": "^1.0"
7164 },
7165 "type": "library",
7166 "extra": {
7167 "branch-alias": {
7168 "dev-master": "1.0.x-dev"
7169 }
7170 },
7171 "autoload": {
7172 "psr-4": {
7173 "Psr\\Http\\Client\\": "src/"
7174 }
7175 },
7176 "notification-url": "https://packagist.org/downloads/",
7177 "license": [
7178 "MIT"
7179 ],
7180 "authors": [
7181 {
7182 "name": "PHP-FIG",
7183 "homepage": "http://www.php-fig.org/"
7184 }
7185 ],
7186 "description": "Common interface for HTTP clients",
7187 "homepage": "https://github.com/php-fig/http-client",
7188 "keywords": [
7189 "http",
7190 "http-client",
7191 "psr",
7192 "psr-18"
7193 ],
7194 "time": "2018-10-30T23:29:13+00:00"
7195 },
7196 {
7197 "name": "psr/http-factory",
7198 "version": "1.0.1",
7199 "source": {
7200 "type": "git",
7201 "url": "https://github.com/php-fig/http-factory.git",
7202 "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
7203 },
7204 "dist": {
7205 "type": "zip",
7206 "url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
7207 "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
7208 "shasum": ""
7209 },
7210 "require": {
7211 "php": ">=7.0.0",
7212 "psr/http-message": "^1.0"
7213 },
7214 "type": "library",
7215 "extra": {
7216 "branch-alias": {
7217 "dev-master": "1.0.x-dev"
7218 }
7219 },
7220 "autoload": {
7221 "psr-4": {
7222 "Psr\\Http\\Message\\": "src/"
7223 }
7224 },
7225 "notification-url": "https://packagist.org/downloads/",
7226 "license": [
7227 "MIT"
7228 ],
7229 "authors": [
7230 {
7231 "name": "PHP-FIG",
7232 "homepage": "http://www.php-fig.org/"
7233 }
7234 ],
7235 "description": "Common interfaces for PSR-7 HTTP message factories",
7236 "keywords": [
7237 "factory",
7238 "http",
7239 "message",
7240 "psr",
7241 "psr-17",
7242 "psr-7",
7243 "request",
7244 "response"
7245 ],
7246 "time": "2019-04-30T12:38:16+00:00"
7247 },
7248 {
7249 "name": "psr/http-message",
7250 "version": "1.0.1",
7251 "source": {
7252 "type": "git",
7253 "url": "https://github.com/php-fig/http-message.git",
7254 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
7255 },
7256 "dist": {
7257 "type": "zip",
7258 "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
7259 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
7260 "shasum": ""
7261 },
7262 "require": {
7263 "php": ">=5.3.0"
7264 },
7265 "type": "library",
7266 "extra": {
7267 "branch-alias": {
7268 "dev-master": "1.0.x-dev"
7269 }
7270 },
7271 "autoload": {
7272 "psr-4": {
7273 "Psr\\Http\\Message\\": "src/"
7274 }
7275 },
7276 "notification-url": "https://packagist.org/downloads/",
7277 "license": [
7278 "MIT"
7279 ],
7280 "authors": [
7281 {
7282 "name": "PHP-FIG",
7283 "homepage": "http://www.php-fig.org/"
7284 }
7285 ],
7286 "description": "Common interface for HTTP messages",
7287 "homepage": "https://github.com/php-fig/http-message",
7288 "keywords": [
7289 "http",
7290 "http-message",
7291 "psr",
7292 "psr-7",
7293 "request",
7294 "response"
7295 ],
7296 "time": "2016-08-06T14:39:51+00:00"
7297 },
7298 {
7299 "name": "psr/link",
7300 "version": "1.0.0",
7301 "source": {
7302 "type": "git",
7303 "url": "https://github.com/php-fig/link.git",
7304 "reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562"
7305 },
7306 "dist": {
7307 "type": "zip",
7308 "url": "https://api.github.com/repos/php-fig/link/zipball/eea8e8662d5cd3ae4517c9b864493f59fca95562",
7309 "reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562",
7310 "shasum": ""
7311 },
7312 "require": {
7313 "php": ">=5.3.0"
7314 },
7315 "type": "library",
7316 "extra": {
7317 "branch-alias": {
7318 "dev-master": "1.0.x-dev"
7319 }
7320 },
7321 "autoload": {
7322 "psr-4": {
7323 "Psr\\Link\\": "src/"
7324 }
7325 },
7326 "notification-url": "https://packagist.org/downloads/",
7327 "license": [
7328 "MIT"
7329 ],
7330 "authors": [
7331 {
7332 "name": "PHP-FIG",
7333 "homepage": "http://www.php-fig.org/"
7334 }
7335 ],
7336 "description": "Common interfaces for HTTP links",
7337 "keywords": [
7338 "http",
7339 "http-link",
7340 "link",
7341 "psr",
7342 "psr-13",
7343 "rest"
7344 ],
7345 "time": "2016-10-28T16:06:13+00:00"
7346 },
7347 {
7348 "name": "psr/log",
7349 "version": "1.1.3",
7350 "source": {
7351 "type": "git",
7352 "url": "https://github.com/php-fig/log.git",
7353 "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
7354 },
7355 "dist": {
7356 "type": "zip",
7357 "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
7358 "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
7359 "shasum": ""
7360 },
7361 "require": {
7362 "php": ">=5.3.0"
7363 },
7364 "type": "library",
7365 "extra": {
7366 "branch-alias": {
7367 "dev-master": "1.1.x-dev"
7368 }
7369 },
7370 "autoload": {
7371 "psr-4": {
7372 "Psr\\Log\\": "Psr/Log/"
7373 }
7374 },
7375 "notification-url": "https://packagist.org/downloads/",
7376 "license": [
7377 "MIT"
7378 ],
7379 "authors": [
7380 {
7381 "name": "PHP-FIG",
7382 "homepage": "http://www.php-fig.org/"
7383 }
7384 ],
7385 "description": "Common interface for logging libraries",
7386 "homepage": "https://github.com/php-fig/log",
7387 "keywords": [
7388 "log",
7389 "psr",
7390 "psr-3"
7391 ],
7392 "time": "2020-03-23T09:12:05+00:00"
7393 },
7394 {
7395 "name": "psr/simple-cache",
7396 "version": "1.0.1",
7397 "source": {
7398 "type": "git",
7399 "url": "https://github.com/php-fig/simple-cache.git",
7400 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
7401 },
7402 "dist": {
7403 "type": "zip",
7404 "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
7405 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
7406 "shasum": ""
7407 },
7408 "require": {
7409 "php": ">=5.3.0"
7410 },
7411 "type": "library",
7412 "extra": {
7413 "branch-alias": {
7414 "dev-master": "1.0.x-dev"
7415 }
7416 },
7417 "autoload": {
7418 "psr-4": {
7419 "Psr\\SimpleCache\\": "src/"
7420 }
7421 },
7422 "notification-url": "https://packagist.org/downloads/",
7423 "license": [
7424 "MIT"
7425 ],
7426 "authors": [
7427 {
7428 "name": "PHP-FIG",
7429 "homepage": "http://www.php-fig.org/"
7430 }
7431 ],
7432 "description": "Common interfaces for simple caching",
7433 "keywords": [
7434 "cache",
7435 "caching",
7436 "psr",
7437 "psr-16",
7438 "simple-cache"
7439 ],
7440 "time": "2017-10-23T01:57:42+00:00"
7441 },
7442 {
7443 "name": "ralouphie/getallheaders",
7444 "version": "3.0.3",
7445 "source": {
7446 "type": "git",
7447 "url": "https://github.com/ralouphie/getallheaders.git",
7448 "reference": "120b605dfeb996808c31b6477290a714d356e822"
7449 },
7450 "dist": {
7451 "type": "zip",
7452 "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
7453 "reference": "120b605dfeb996808c31b6477290a714d356e822",
7454 "shasum": ""
7455 },
7456 "require": {
7457 "php": ">=5.6"
7458 },
7459 "require-dev": {
7460 "php-coveralls/php-coveralls": "^2.1",
7461 "phpunit/phpunit": "^5 || ^6.5"
7462 },
7463 "type": "library",
7464 "autoload": {
7465 "files": [
7466 "src/getallheaders.php"
7467 ]
7468 },
7469 "notification-url": "https://packagist.org/downloads/",
7470 "license": [
7471 "MIT"
7472 ],
7473 "authors": [
7474 {
7475 "name": "Ralph Khattar",
7476 "email": "ralph.khattar@gmail.com"
7477 }
7478 ],
7479 "description": "A polyfill for getallheaders.",
7480 "time": "2019-03-08T08:55:37+00:00"
7481 },
7482 {
7483 "name": "react/promise",
7484 "version": "v2.8.0",
7485 "source": {
7486 "type": "git",
7487 "url": "https://github.com/reactphp/promise.git",
7488 "reference": "f3cff96a19736714524ca0dd1d4130de73dbbbc4"
7489 },
7490 "dist": {
7491 "type": "zip",
7492 "url": "https://api.github.com/repos/reactphp/promise/zipball/f3cff96a19736714524ca0dd1d4130de73dbbbc4",
7493 "reference": "f3cff96a19736714524ca0dd1d4130de73dbbbc4",
7494 "shasum": ""
7495 },
7496 "require": {
7497 "php": ">=5.4.0"
7498 },
7499 "require-dev": {
7500 "phpunit/phpunit": "^7.0 || ^6.5 || ^5.7 || ^4.8.36"
7501 },
7502 "type": "library",
7503 "autoload": {
7504 "psr-4": {
7505 "React\\Promise\\": "src/"
7506 },
7507 "files": [
7508 "src/functions_include.php"
7509 ]
7510 },
7511 "notification-url": "https://packagist.org/downloads/",
7512 "license": [
7513 "MIT"
7514 ],
7515 "authors": [
7516 {
7517 "name": "Jan Sorgalla",
7518 "email": "jsorgalla@gmail.com"
7519 }
7520 ],
7521 "description": "A lightweight implementation of CommonJS Promises/A for PHP",
7522 "keywords": [
7523 "promise",
7524 "promises"
7525 ],
7526 "time": "2020-05-12T15:16:56+00:00"
7527 },
7528 {
7529 "name": "scheb/two-factor-bundle",
7530 "version": "v4.5.0",
7531 "source": {
7532 "type": "git",
7533 "url": "https://github.com/scheb/two-factor-bundle.git",
7534 "reference": "8dd92c33aeff4a5274e782629a0c1df4bbf77db2"
7535 },
7536 "dist": {
7537 "type": "zip",
7538 "url": "https://api.github.com/repos/scheb/two-factor-bundle/zipball/8dd92c33aeff4a5274e782629a0c1df4bbf77db2",
7539 "reference": "8dd92c33aeff4a5274e782629a0c1df4bbf77db2",
7540 "shasum": ""
7541 },
7542 "require": {
7543 "lcobucci/jwt": "^3.2",
7544 "paragonie/constant_time_encoding": "^2.2",
7545 "php": "^7.1.3",
7546 "spomky-labs/otphp": "^9.1",
7547 "symfony/config": "^3.4|^4.0",
7548 "symfony/dependency-injection": "^3.4|^4.0",
7549 "symfony/event-dispatcher": "^3.4|^4.0",
7550 "symfony/framework-bundle": "^3.4|^4.0",
7551 "symfony/http-foundation": "^3.4|^4.0",
7552 "symfony/http-kernel": "^3.4|^4.0",
7553 "symfony/property-access": "^3.4|^4.0",
7554 "symfony/security-bundle": "^3.4|^4.0",
7555 "symfony/twig-bundle": "^3.4|^4.0"
7556 },
7557 "require-dev": {
7558 "doctrine/lexer": "^1.0.1",
7559 "doctrine/orm": "^2.6",
7560 "phpunit/phpunit": "^7.0|^8.0",
7561 "swiftmailer/swiftmailer": "^6.0",
7562 "symfony/yaml": "^3.4|^4.0"
7563 },
7564 "type": "symfony-bundle",
7565 "autoload": {
7566 "psr-4": {
7567 "Scheb\\TwoFactorBundle\\": ""
7568 }
7569 },
7570 "notification-url": "https://packagist.org/downloads/",
7571 "license": [
7572 "MIT"
7573 ],
7574 "authors": [
7575 {
7576 "name": "Christian Scheb",
7577 "email": "me@christianscheb.de"
7578 }
7579 ],
7580 "description": "Provides two-factor authentication for Symfony applications",
7581 "homepage": "https://github.com/scheb/two-factor-bundle",
7582 "keywords": [
7583 "Authentication",
7584 "security",
7585 "symfony",
7586 "two-factor",
7587 "two-step"
7588 ],
7589 "time": "2019-08-07T18:26:54+00:00"
7590 },
7591 {
7592 "name": "sensio/distribution-bundle",
7593 "version": "v5.0.25",
7594 "source": {
7595 "type": "git",
7596 "url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
7597 "reference": "80a38234bde8321fb92aa0b8c27978a272bb4baf"
7598 },
7599 "dist": {
7600 "type": "zip",
7601 "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/80a38234bde8321fb92aa0b8c27978a272bb4baf",
7602 "reference": "80a38234bde8321fb92aa0b8c27978a272bb4baf",
7603 "shasum": ""
7604 },
7605 "require": {
7606 "php": ">=5.3.9",
7607 "sensiolabs/security-checker": "~5.0|~6.0",
7608 "symfony/class-loader": "~2.3|~3.0",
7609 "symfony/config": "~2.3|~3.0",
7610 "symfony/dependency-injection": "~2.3|~3.0",
7611 "symfony/filesystem": "~2.3|~3.0",
7612 "symfony/http-kernel": "~2.3|~3.0",
7613 "symfony/process": "~2.3|~3.0"
7614 },
7615 "type": "symfony-bundle",
7616 "extra": {
7617 "branch-alias": {
7618 "dev-master": "5.0.x-dev"
7619 }
7620 },
7621 "autoload": {
7622 "psr-4": {
7623 "Sensio\\Bundle\\DistributionBundle\\": ""
7624 }
7625 },
7626 "notification-url": "https://packagist.org/downloads/",
7627 "license": [
7628 "MIT"
7629 ],
7630 "authors": [
7631 {
7632 "name": "Fabien Potencier",
7633 "email": "fabien@symfony.com"
7634 }
7635 ],
7636 "description": "Base bundle for Symfony Distributions",
7637 "keywords": [
7638 "configuration",
7639 "distribution"
7640 ],
7641 "time": "2019-06-18T15:43:58+00:00"
7642 },
7643 {
7644 "name": "sensio/framework-extra-bundle",
7645 "version": "v5.4.1",
7646 "source": {
7647 "type": "git",
7648 "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
7649 "reference": "585f4b3a1c54f24d1a8431c729fc8f5acca20c8a"
7650 },
7651 "dist": {
7652 "type": "zip",
7653 "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/585f4b3a1c54f24d1a8431c729fc8f5acca20c8a",
7654 "reference": "585f4b3a1c54f24d1a8431c729fc8f5acca20c8a",
7655 "shasum": ""
7656 },
7657 "require": {
7658 "doctrine/annotations": "^1.0",
7659 "doctrine/persistence": "^1.0",
7660 "php": ">=7.1.3",
7661 "symfony/config": "^3.4|^4.3",
7662 "symfony/dependency-injection": "^3.4|^4.3",
7663 "symfony/framework-bundle": "^3.4|^4.3",
7664 "symfony/http-kernel": "^3.4|^4.3"
7665 },
7666 "require-dev": {
7667 "doctrine/doctrine-bundle": "^1.6",
7668 "doctrine/orm": "^2.5",
7669 "nyholm/psr7": "^1.1",
7670 "symfony/browser-kit": "^3.4|^4.3",
7671 "symfony/dom-crawler": "^3.4|^4.3",
7672 "symfony/expression-language": "^3.4|^4.3",
7673 "symfony/finder": "^3.4|^4.3",
7674 "symfony/monolog-bridge": "^3.0|^4.0",
7675 "symfony/monolog-bundle": "^3.2",
7676 "symfony/phpunit-bridge": "^3.4.19|^4.1.8",
7677 "symfony/psr-http-message-bridge": "^1.1",
7678 "symfony/security-bundle": "^3.4|^4.3",
7679 "symfony/twig-bundle": "^3.4|^4.3",
7680 "symfony/yaml": "^3.4|^4.3",
7681 "twig/twig": "~1.12|~2.0"
7682 },
7683 "suggest": {
7684 "symfony/expression-language": "",
7685 "symfony/psr-http-message-bridge": "To use the PSR-7 converters",
7686 "symfony/security-bundle": ""
7687 },
7688 "type": "symfony-bundle",
7689 "extra": {
7690 "branch-alias": {
7691 "dev-master": "5.4.x-dev"
7692 }
7693 },
7694 "autoload": {
7695 "psr-4": {
7696 "Sensio\\Bundle\\FrameworkExtraBundle\\": ""
7697 }
7698 },
7699 "notification-url": "https://packagist.org/downloads/",
7700 "license": [
7701 "MIT"
7702 ],
7703 "authors": [
7704 {
7705 "name": "Fabien Potencier",
7706 "email": "fabien@symfony.com"
7707 }
7708 ],
7709 "description": "This bundle provides a way to configure your controllers with annotations",
7710 "keywords": [
7711 "annotations",
7712 "controllers"
7713 ],
7714 "time": "2019-07-08T08:31:25+00:00"
7715 },
7716 {
7717 "name": "sensiolabs/security-checker",
7718 "version": "v6.0.3",
7719 "source": {
7720 "type": "git",
7721 "url": "https://github.com/sensiolabs/security-checker.git",
7722 "reference": "a576c01520d9761901f269c4934ba55448be4a54"
7723 },
7724 "dist": {
7725 "type": "zip",
7726 "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/a576c01520d9761901f269c4934ba55448be4a54",
7727 "reference": "a576c01520d9761901f269c4934ba55448be4a54",
7728 "shasum": ""
7729 },
7730 "require": {
7731 "php": ">=7.1.3",
7732 "symfony/console": "^2.8|^3.4|^4.2|^5.0",
7733 "symfony/http-client": "^4.3|^5.0",
7734 "symfony/mime": "^4.3|^5.0",
7735 "symfony/polyfill-ctype": "^1.11"
7736 },
7737 "bin": [
7738 "security-checker"
7739 ],
7740 "type": "library",
7741 "extra": {
7742 "branch-alias": {
7743 "dev-master": "6.0-dev"
7744 }
7745 },
7746 "autoload": {
7747 "psr-4": {
7748 "SensioLabs\\Security\\": "SensioLabs/Security"
7749 }
7750 },
7751 "notification-url": "https://packagist.org/downloads/",
7752 "license": [
7753 "MIT"
7754 ],
7755 "authors": [
7756 {
7757 "name": "Fabien Potencier",
7758 "email": "fabien.potencier@gmail.com"
7759 }
7760 ],
7761 "description": "A security checker for your composer.lock",
7762 "time": "2019-11-01T13:20:14+00:00"
7763 },
7764 {
7765 "name": "sentry/sdk",
7766 "version": "2.0.4",
7767 "source": {
7768 "type": "git",
7769 "url": "https://github.com/getsentry/sentry-php-sdk.git",
7770 "reference": "4c115873c86ad5bd0ac6d962db70ca53bf8fb874"
7771 },
7772 "dist": {
7773 "type": "zip",
7774 "url": "https://api.github.com/repos/getsentry/sentry-php-sdk/zipball/4c115873c86ad5bd0ac6d962db70ca53bf8fb874",
7775 "reference": "4c115873c86ad5bd0ac6d962db70ca53bf8fb874",
7776 "shasum": ""
7777 },
7778 "require": {
7779 "http-interop/http-factory-guzzle": "^1.0",
7780 "php-http/curl-client": "^1.0|^2.0",
7781 "sentry/sentry": "^2.1.3"
7782 },
7783 "type": "metapackage",
7784 "notification-url": "https://packagist.org/downloads/",
7785 "license": [
7786 "MIT"
7787 ],
7788 "authors": [
7789 {
7790 "name": "Sentry",
7791 "email": "accounts@sentry.io"
7792 }
7793 ],
7794 "description": "This is a metapackage shipping sentry/sentry with a recommended http client.",
7795 "time": "2019-09-09T19:54:44+00:00"
7796 },
7797 {
7798 "name": "sentry/sentry",
7799 "version": "2.4.0",
7800 "source": {
7801 "type": "git",
7802 "url": "https://github.com/getsentry/sentry-php.git",
7803 "reference": "e44561875e0d724bac3d9cdb705bf58847acd425"
7804 },
7805 "dist": {
7806 "type": "zip",
7807 "url": "https://api.github.com/repos/getsentry/sentry-php/zipball/e44561875e0d724bac3d9cdb705bf58847acd425",
7808 "reference": "e44561875e0d724bac3d9cdb705bf58847acd425",
7809 "shasum": ""
7810 },
7811 "require": {
7812 "ext-json": "*",
7813 "ext-mbstring": "*",
7814 "guzzlehttp/promises": "^1.3",
7815 "guzzlehttp/psr7": "^1.6",
7816 "jean85/pretty-package-versions": "^1.2",
7817 "php": "^7.1",
7818 "php-http/async-client-implementation": "^1.0",
7819 "php-http/client-common": "^1.5|^2.0",
7820 "php-http/discovery": "^1.6.1",
7821 "php-http/httplug": "^1.1|^2.0",
7822 "php-http/message": "^1.5",
7823 "psr/http-factory": "^1.0",
7824 "psr/http-message-implementation": "^1.0",
7825 "psr/log": "^1.0",
7826 "symfony/options-resolver": "^2.7|^3.0|^4.0|^5.0",
7827 "symfony/polyfill-uuid": "^1.13.1"
7828 },
7829 "conflict": {
7830 "php-http/client-common": "1.8.0",
7831 "raven/raven": "*"
7832 },
7833 "require-dev": {
7834 "friendsofphp/php-cs-fixer": "^2.16",
7835 "monolog/monolog": "^1.3|^2.0",
7836 "php-http/mock-client": "^1.3",
7837 "phpstan/extension-installer": "^1.0",
7838 "phpstan/phpstan": "^0.12",
7839 "phpstan/phpstan-phpunit": "^0.12",
7840 "phpunit/phpunit": "^7.5.18",
7841 "symfony/phpunit-bridge": "^4.3|^5.0",
7842 "vimeo/psalm": "^3.4"
7843 },
7844 "suggest": {
7845 "monolog/monolog": "Allow sending log messages to Sentry by using the included Monolog handler."
7846 },
7847 "type": "library",
7848 "extra": {
7849 "branch-alias": {
7850 "dev-master": "2.4-dev"
7851 }
7852 },
7853 "autoload": {
7854 "files": [
7855 "src/functions.php"
7856 ],
7857 "psr-4": {
7858 "Sentry\\": "src/"
7859 }
7860 },
7861 "notification-url": "https://packagist.org/downloads/",
7862 "license": [
7863 "BSD-3-Clause"
7864 ],
7865 "authors": [
7866 {
7867 "name": "Sentry",
7868 "email": "accounts@sentry.io"
7869 }
7870 ],
7871 "description": "A PHP SDK for Sentry (http://sentry.io)",
7872 "homepage": "http://sentry.io",
7873 "keywords": [
7874 "crash-reporting",
7875 "crash-reports",
7876 "error-handler",
7877 "error-monitoring",
7878 "log",
7879 "logging",
7880 "sentry"
7881 ],
7882 "funding": [
7883 {
7884 "url": "https://sentry.io/",
7885 "type": "custom"
7886 },
7887 {
7888 "url": "https://sentry.io/pricing/",
7889 "type": "custom"
7890 }
7891 ],
7892 "time": "2020-05-20T20:49:38+00:00"
7893 },
7894 {
7895 "name": "sentry/sentry-symfony",
7896 "version": "3.3.2",
7897 "source": {
7898 "type": "git",
7899 "url": "https://github.com/getsentry/sentry-symfony.git",
7900 "reference": "3a9c2669969604c362cc63ba8fa118d9a00ac711"
7901 },
7902 "dist": {
7903 "type": "zip",
7904 "url": "https://api.github.com/repos/getsentry/sentry-symfony/zipball/3a9c2669969604c362cc63ba8fa118d9a00ac711",
7905 "reference": "3a9c2669969604c362cc63ba8fa118d9a00ac711",
7906 "shasum": ""
7907 },
7908 "require": {
7909 "jean85/pretty-package-versions": "^1.0",
7910 "ocramius/package-versions": "^1.3.0",
7911 "php": "^7.1",
7912 "sentry/sdk": "^2.0",
7913 "symfony/config": "^3.4||^4.0||^5.0",
7914 "symfony/console": "^3.4||^4.0||^5.0",
7915 "symfony/dependency-injection": "^3.4||^4.0||^5.0",
7916 "symfony/event-dispatcher": "^3.4||^4.0||^5.0",
7917 "symfony/http-kernel": "^3.4||^4.0||^5.0",
7918 "symfony/security-core": "^3.4||^4.0||^5.0"
7919 },
7920 "require-dev": {
7921 "friendsofphp/php-cs-fixer": "^2.8",
7922 "jangregor/phpstan-prophecy": "^0.3.0",
7923 "monolog/monolog": "^1.11||^2.0",
7924 "php-http/mock-client": "^1.0",
7925 "phpstan/phpstan-phpunit": "^0.11",
7926 "phpstan/phpstan-shim": "^0.11",
7927 "phpunit/phpunit": "^7.5||^8.5",
7928 "symfony/browser-kit": "^3.4||^4.0||^5.0",
7929 "symfony/expression-language": "^3.4||^4.0||^5.0",
7930 "symfony/framework-bundle": "^3.4||^4.0||^5.0",
7931 "symfony/monolog-bundle": "^3.4",
7932 "symfony/phpunit-bridge": "^5.0",
7933 "symfony/yaml": "^3.4||^4.0||^5.0"
7934 },
7935 "suggest": {
7936 "monolog/monolog": "Required to use the Monolog handler"
7937 },
7938 "type": "symfony-bundle",
7939 "extra": {
7940 "branch-alias": {
7941 "master": "3.x-dev",
7942 "releases/3.2.x": "3.2.x-dev",
7943 "releases/2.x": "2.x-dev",
7944 "releases/1.x": "1.x-dev"
7945 }
7946 },
7947 "autoload": {
7948 "psr-4": {
7949 "Sentry\\SentryBundle\\": "src/"
7950 }
7951 },
7952 "notification-url": "https://packagist.org/downloads/",
7953 "license": [
7954 "Apache-2.0"
7955 ],
7956 "authors": [
7957 {
7958 "name": "David Cramer",
7959 "email": "dcramer@gmail.com"
7960 },
7961 {
7962 "name": "Alessandro Lai",
7963 "email": "alessandro.lai85@gmail.com"
7964 }
7965 ],
7966 "description": "Symfony integration for Sentry (http://getsentry.com)",
7967 "homepage": "http://getsentry.com",
7968 "keywords": [
7969 "errors",
7970 "logging",
7971 "sentry",
7972 "symfony"
7973 ],
7974 "time": "2020-01-16T08:45:03+00:00"
7975 },
7976 {
7977 "name": "simplepie/simplepie",
7978 "version": "1.5.5",
7979 "source": {
7980 "type": "git",
7981 "url": "https://github.com/simplepie/simplepie.git",
7982 "reference": "ae49e2201b6da9c808e5dac437aca356a11831b4"
7983 },
7984 "dist": {
7985 "type": "zip",
7986 "url": "https://api.github.com/repos/simplepie/simplepie/zipball/ae49e2201b6da9c808e5dac437aca356a11831b4",
7987 "reference": "ae49e2201b6da9c808e5dac437aca356a11831b4",
7988 "shasum": ""
7989 },
7990 "require": {
7991 "ext-pcre": "*",
7992 "ext-xml": "*",
7993 "ext-xmlreader": "*",
7994 "php": ">=5.6.0"
7995 },
7996 "require-dev": {
7997 "phpunit/phpunit": "~5.4.3 || ~6.5"
7998 },
7999 "suggest": {
8000 "ext-curl": "",
8001 "ext-iconv": "",
8002 "ext-intl": "",
8003 "ext-mbstring": "",
8004 "mf2/mf2": "Microformat module that allows for parsing HTML for microformats"
8005 },
8006 "type": "library",
8007 "autoload": {
8008 "psr-0": {
8009 "SimplePie": "library"
8010 }
8011 },
8012 "notification-url": "https://packagist.org/downloads/",
8013 "license": [
8014 "BSD-3-Clause"
8015 ],
8016 "authors": [
8017 {
8018 "name": "Ryan Parman",
8019 "homepage": "http://ryanparman.com/",
8020 "role": "Creator, alumnus developer"
8021 },
8022 {
8023 "name": "Sam Sneddon",
8024 "homepage": "https://gsnedders.com/",
8025 "role": "Alumnus developer"
8026 },
8027 {
8028 "name": "Ryan McCue",
8029 "email": "me@ryanmccue.info",
8030 "homepage": "http://ryanmccue.info/",
8031 "role": "Developer"
8032 }
8033 ],
8034 "description": "A simple Atom/RSS parsing library for PHP",
8035 "homepage": "http://simplepie.org/",
8036 "keywords": [
8037 "atom",
8038 "feeds",
8039 "rss"
8040 ],
8041 "time": "2020-05-01T12:23:14+00:00"
8042 },
8043 {
8044 "name": "smalot/pdfparser",
8045 "version": "v0.15.0",
8046 "source": {
8047 "type": "git",
8048 "url": "https://github.com/smalot/pdfparser.git",
8049 "reference": "a53df87a048b943ff7380765b300e2b002e61de4"
8050 },
8051 "dist": {
8052 "type": "zip",
8053 "url": "https://api.github.com/repos/smalot/pdfparser/zipball/a53df87a048b943ff7380765b300e2b002e61de4",
8054 "reference": "a53df87a048b943ff7380765b300e2b002e61de4",
8055 "shasum": ""
8056 },
8057 "require": {
8058 "ext-mbstring": "*",
8059 "ext-zlib": "*",
8060 "php": ">=5.3.0",
8061 "tecnickcom/tcpdf": "~6.0"
8062 },
8063 "require-dev": {
8064 "atoum/atoum": "^2.8 | ^3.0"
8065 },
8066 "type": "library",
8067 "autoload": {
8068 "psr-0": {
8069 "Smalot\\PdfParser\\": "src/"
8070 }
8071 },
8072 "notification-url": "https://packagist.org/downloads/",
8073 "license": [
8074 "LGPL-3.0"
8075 ],
8076 "authors": [
8077 {
8078 "name": "Sebastien MALOT",
8079 "email": "sebastien@malot.fr"
8080 }
8081 ],
8082 "description": "Pdf parser library. Can read and extract information from pdf file.",
8083 "homepage": "http://www.pdfparser.org",
8084 "keywords": [
8085 "extract",
8086 "parse",
8087 "parser",
8088 "pdf",
8089 "text"
8090 ],
8091 "time": "2020-04-21T07:28:21+00:00"
8092 },
8093 {
8094 "name": "spomky-labs/otphp",
8095 "version": "v9.1.4",
8096 "source": {
8097 "type": "git",
8098 "url": "https://github.com/Spomky-Labs/otphp.git",
8099 "reference": "48d463cf909320399fe08eab2e1cd18d899d5068"
8100 },
8101 "dist": {
8102 "type": "zip",
8103 "url": "https://api.github.com/repos/Spomky-Labs/otphp/zipball/48d463cf909320399fe08eab2e1cd18d899d5068",
8104 "reference": "48d463cf909320399fe08eab2e1cd18d899d5068",
8105 "shasum": ""
8106 },
8107 "require": {
8108 "beberlei/assert": "^2.4|^3.0",
8109 "paragonie/constant_time_encoding": "^2.0",
8110 "php": "^7.1"
8111 },
8112 "require-dev": {
8113 "phpunit/phpunit": "^6.0",
8114 "satooshi/php-coveralls": "^1.0"
8115 },
8116 "type": "library",
8117 "extra": {
8118 "branch-alias": {
8119 "dev-master": "9.0.x-dev"
8120 }
8121 },
8122 "autoload": {
8123 "psr-4": {
8124 "OTPHP\\": "src/"
8125 }
8126 },
8127 "notification-url": "https://packagist.org/downloads/",
8128 "license": [
8129 "MIT"
8130 ],
8131 "authors": [
8132 {
8133 "name": "Florent Morselli",
8134 "homepage": "https://github.com/Spomky"
8135 },
8136 {
8137 "name": "All contributors",
8138 "homepage": "https://github.com/Spomky-Labs/otphp/contributors"
8139 }
8140 ],
8141 "description": "A PHP library for generating one time passwords according to RFC 4226 (HOTP Algorithm) and the RFC 6238 (TOTP Algorithm) and compatible with Google Authenticator",
8142 "homepage": "https://github.com/Spomky-Labs/otphp",
8143 "keywords": [
8144 "FreeOTP",
8145 "RFC 4226",
8146 "RFC 6238",
8147 "google authenticator",
8148 "hotp",
8149 "otp",
8150 "totp"
8151 ],
8152 "time": "2019-03-18T10:08:51+00:00"
8153 },
8154 {
8155 "name": "stof/doctrine-extensions-bundle",
8156 "version": "v1.3.0",
8157 "source": {
8158 "type": "git",
8159 "url": "https://github.com/stof/StofDoctrineExtensionsBundle.git",
8160 "reference": "46db71ec7ffee9122eca3cdddd4ef8d84bae269c"
8161 },
8162 "dist": {
8163 "type": "zip",
8164 "url": "https://api.github.com/repos/stof/StofDoctrineExtensionsBundle/zipball/46db71ec7ffee9122eca3cdddd4ef8d84bae269c",
8165 "reference": "46db71ec7ffee9122eca3cdddd4ef8d84bae269c",
8166 "shasum": ""
8167 },
8168 "require": {
8169 "gedmo/doctrine-extensions": "^2.3.4",
8170 "php": ">=5.3.2",
8171 "symfony/framework-bundle": "~2.7|~3.2|~4.0"
8172 },
8173 "require-dev": {
8174 "symfony/phpunit-bridge": "^4.0",
8175 "symfony/security-bundle": "^2.7 || ^3.2 || ^4.0"
8176 },
8177 "suggest": {
8178 "doctrine/doctrine-bundle": "to use the ORM extensions",
8179 "doctrine/mongodb-odm-bundle": "to use the MongoDB ODM extensions"
8180 },
8181 "type": "symfony-bundle",
8182 "extra": {
8183 "branch-alias": {
8184 "dev-master": "1.3.x-dev"
8185 }
8186 },
8187 "autoload": {
8188 "psr-4": {
8189 "Stof\\DoctrineExtensionsBundle\\": ""
8190 }
8191 },
8192 "notification-url": "https://packagist.org/downloads/",
8193 "license": [
8194 "MIT"
8195 ],
8196 "authors": [
8197 {
8198 "name": "Christophe Coevoet",
8199 "email": "stof@notk.org"
8200 }
8201 ],
8202 "description": "Integration of the gedmo/doctrine-extensions with Symfony2",
8203 "homepage": "https://github.com/stof/StofDoctrineExtensionsBundle",
8204 "keywords": [
8205 "behaviors",
8206 "doctrine2",
8207 "extensions",
8208 "gedmo",
8209 "loggable",
8210 "nestedset",
8211 "sluggable",
8212 "sortable",
8213 "timestampable",
8214 "translatable",
8215 "tree"
8216 ],
8217 "time": "2017-12-24T16:06:50+00:00"
8218 },
8219 {
8220 "name": "swiftmailer/swiftmailer",
8221 "version": "v6.2.3",
8222 "source": {
8223 "type": "git",
8224 "url": "https://github.com/swiftmailer/swiftmailer.git",
8225 "reference": "149cfdf118b169f7840bbe3ef0d4bc795d1780c9"
8226 },
8227 "dist": {
8228 "type": "zip",
8229 "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/149cfdf118b169f7840bbe3ef0d4bc795d1780c9",
8230 "reference": "149cfdf118b169f7840bbe3ef0d4bc795d1780c9",
8231 "shasum": ""
8232 },
8233 "require": {
8234 "egulias/email-validator": "~2.0",
8235 "php": ">=7.0.0",
8236 "symfony/polyfill-iconv": "^1.0",
8237 "symfony/polyfill-intl-idn": "^1.10",
8238 "symfony/polyfill-mbstring": "^1.0"
8239 },
8240 "require-dev": {
8241 "mockery/mockery": "~0.9.1",
8242 "symfony/phpunit-bridge": "^3.4.19|^4.1.8"
8243 },
8244 "suggest": {
8245 "ext-intl": "Needed to support internationalized email addresses",
8246 "true/punycode": "Needed to support internationalized email addresses, if ext-intl is not installed"
8247 },
8248 "type": "library",
8249 "extra": {
8250 "branch-alias": {
8251 "dev-master": "6.2-dev"
8252 }
8253 },
8254 "autoload": {
8255 "files": [
8256 "lib/swift_required.php"
8257 ]
8258 },
8259 "notification-url": "https://packagist.org/downloads/",
8260 "license": [
8261 "MIT"
8262 ],
8263 "authors": [
8264 {
8265 "name": "Chris Corbyn"
8266 },
8267 {
8268 "name": "Fabien Potencier",
8269 "email": "fabien@symfony.com"
8270 }
8271 ],
8272 "description": "Swiftmailer, free feature-rich PHP mailer",
8273 "homepage": "https://swiftmailer.symfony.com",
8274 "keywords": [
8275 "email",
8276 "mail",
8277 "mailer"
8278 ],
8279 "time": "2019-11-12T09:31:26+00:00"
8280 },
8281 {
8282 "name": "symfony/http-client",
8283 "version": "v4.4.8",
8284 "source": {
8285 "type": "git",
8286 "url": "https://github.com/symfony/http-client.git",
8287 "reference": "88d1745f4095727b8bf0574a0f414331f4ec229c"
8288 },
8289 "dist": {
8290 "type": "zip",
8291 "url": "https://api.github.com/repos/symfony/http-client/zipball/88d1745f4095727b8bf0574a0f414331f4ec229c",
8292 "reference": "88d1745f4095727b8bf0574a0f414331f4ec229c",
8293 "shasum": ""
8294 },
8295 "require": {
8296 "php": "^7.1.3",
8297 "psr/log": "^1.0",
8298 "symfony/http-client-contracts": "^1.1.8|^2",
8299 "symfony/polyfill-php73": "^1.11",
8300 "symfony/service-contracts": "^1.0|^2"
8301 },
8302 "provide": {
8303 "php-http/async-client-implementation": "*",
8304 "php-http/client-implementation": "*",
8305 "psr/http-client-implementation": "1.0",
8306 "symfony/http-client-implementation": "1.1"
8307 },
8308 "require-dev": {
8309 "guzzlehttp/promises": "^1.3.1",
8310 "nyholm/psr7": "^1.0",
8311 "php-http/httplug": "^1.0|^2.0",
8312 "psr/http-client": "^1.0",
8313 "symfony/dependency-injection": "^4.3|^5.0",
8314 "symfony/http-kernel": "^4.4",
8315 "symfony/process": "^4.2|^5.0"
8316 },
8317 "type": "library",
8318 "extra": {
8319 "branch-alias": {
8320 "dev-master": "4.4-dev"
8321 }
8322 },
8323 "autoload": {
8324 "psr-4": {
8325 "Symfony\\Component\\HttpClient\\": ""
8326 },
8327 "exclude-from-classmap": [
8328 "/Tests/"
8329 ]
8330 },
8331 "notification-url": "https://packagist.org/downloads/",
8332 "license": [
8333 "MIT"
8334 ],
8335 "authors": [
8336 {
8337 "name": "Nicolas Grekas",
8338 "email": "p@tchwork.com"
8339 },
8340 {
8341 "name": "Symfony Community",
8342 "homepage": "https://symfony.com/contributors"
8343 }
8344 ],
8345 "description": "Symfony HttpClient component",
8346 "homepage": "https://symfony.com",
8347 "funding": [
8348 {
8349 "url": "https://symfony.com/sponsor",
8350 "type": "custom"
8351 },
8352 {
8353 "url": "https://github.com/fabpot",
8354 "type": "github"
8355 },
8356 {
8357 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8358 "type": "tidelift"
8359 }
8360 ],
8361 "time": "2020-04-12T16:14:02+00:00"
8362 },
8363 {
8364 "name": "symfony/http-client-contracts",
8365 "version": "v1.1.8",
8366 "source": {
8367 "type": "git",
8368 "url": "https://github.com/symfony/http-client-contracts.git",
8369 "reference": "088bae75cfa2ec5eb6d33dce17dbd8613150ce6e"
8370 },
8371 "dist": {
8372 "type": "zip",
8373 "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/088bae75cfa2ec5eb6d33dce17dbd8613150ce6e",
8374 "reference": "088bae75cfa2ec5eb6d33dce17dbd8613150ce6e",
8375 "shasum": ""
8376 },
8377 "require": {
8378 "php": "^7.1.3"
8379 },
8380 "suggest": {
8381 "symfony/http-client-implementation": ""
8382 },
8383 "type": "library",
8384 "extra": {
8385 "branch-alias": {
8386 "dev-master": "1.1-dev"
8387 }
8388 },
8389 "autoload": {
8390 "psr-4": {
8391 "Symfony\\Contracts\\HttpClient\\": ""
8392 }
8393 },
8394 "notification-url": "https://packagist.org/downloads/",
8395 "license": [
8396 "MIT"
8397 ],
8398 "authors": [
8399 {
8400 "name": "Nicolas Grekas",
8401 "email": "p@tchwork.com"
8402 },
8403 {
8404 "name": "Symfony Community",
8405 "homepage": "https://symfony.com/contributors"
8406 }
8407 ],
8408 "description": "Generic abstractions related to HTTP clients",
8409 "homepage": "https://symfony.com",
8410 "keywords": [
8411 "abstractions",
8412 "contracts",
8413 "decoupling",
8414 "interfaces",
8415 "interoperability",
8416 "standards"
8417 ],
8418 "time": "2019-11-07T12:44:51+00:00"
8419 },
8420 {
8421 "name": "symfony/mime",
8422 "version": "v4.4.8",
8423 "source": {
8424 "type": "git",
8425 "url": "https://github.com/symfony/mime.git",
8426 "reference": "7a583ffb6c7dd5aabb5db920817a3cc39261c517"
8427 },
8428 "dist": {
8429 "type": "zip",
8430 "url": "https://api.github.com/repos/symfony/mime/zipball/7a583ffb6c7dd5aabb5db920817a3cc39261c517",
8431 "reference": "7a583ffb6c7dd5aabb5db920817a3cc39261c517",
8432 "shasum": ""
8433 },
8434 "require": {
8435 "php": "^7.1.3",
8436 "symfony/polyfill-intl-idn": "^1.10",
8437 "symfony/polyfill-mbstring": "^1.0"
8438 },
8439 "conflict": {
8440 "symfony/mailer": "<4.4"
8441 },
8442 "require-dev": {
8443 "egulias/email-validator": "^2.1.10",
8444 "symfony/dependency-injection": "^3.4|^4.1|^5.0"
8445 },
8446 "type": "library",
8447 "extra": {
8448 "branch-alias": {
8449 "dev-master": "4.4-dev"
8450 }
8451 },
8452 "autoload": {
8453 "psr-4": {
8454 "Symfony\\Component\\Mime\\": ""
8455 },
8456 "exclude-from-classmap": [
8457 "/Tests/"
8458 ]
8459 },
8460 "notification-url": "https://packagist.org/downloads/",
8461 "license": [
8462 "MIT"
8463 ],
8464 "authors": [
8465 {
8466 "name": "Fabien Potencier",
8467 "email": "fabien@symfony.com"
8468 },
8469 {
8470 "name": "Symfony Community",
8471 "homepage": "https://symfony.com/contributors"
8472 }
8473 ],
8474 "description": "A library to manipulate MIME messages",
8475 "homepage": "https://symfony.com",
8476 "keywords": [
8477 "mime",
8478 "mime-type"
8479 ],
8480 "funding": [
8481 {
8482 "url": "https://symfony.com/sponsor",
8483 "type": "custom"
8484 },
8485 {
8486 "url": "https://github.com/fabpot",
8487 "type": "github"
8488 },
8489 {
8490 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8491 "type": "tidelift"
8492 }
8493 ],
8494 "time": "2020-04-16T14:49:30+00:00"
8495 },
8496 {
8497 "name": "symfony/monolog-bundle",
8498 "version": "v3.5.0",
8499 "source": {
8500 "type": "git",
8501 "url": "https://github.com/symfony/monolog-bundle.git",
8502 "reference": "dd80460fcfe1fa2050a7103ad818e9d0686ce6fd"
8503 },
8504 "dist": {
8505 "type": "zip",
8506 "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/dd80460fcfe1fa2050a7103ad818e9d0686ce6fd",
8507 "reference": "dd80460fcfe1fa2050a7103ad818e9d0686ce6fd",
8508 "shasum": ""
8509 },
8510 "require": {
8511 "monolog/monolog": "~1.22 || ~2.0",
8512 "php": ">=5.6",
8513 "symfony/config": "~3.4 || ~4.0 || ^5.0",
8514 "symfony/dependency-injection": "~3.4.10 || ^4.0.10 || ^5.0",
8515 "symfony/http-kernel": "~3.4 || ~4.0 || ^5.0",
8516 "symfony/monolog-bridge": "~3.4 || ~4.0 || ^5.0"
8517 },
8518 "require-dev": {
8519 "symfony/console": "~3.4 || ~4.0 || ^5.0",
8520 "symfony/phpunit-bridge": "^3.4.19 || ^4.0 || ^5.0",
8521 "symfony/yaml": "~3.4 || ~4.0 || ^5.0"
8522 },
8523 "type": "symfony-bundle",
8524 "extra": {
8525 "branch-alias": {
8526 "dev-master": "3.x-dev"
8527 }
8528 },
8529 "autoload": {
8530 "psr-4": {
8531 "Symfony\\Bundle\\MonologBundle\\": ""
8532 },
8533 "exclude-from-classmap": [
8534 "/Tests/"
8535 ]
8536 },
8537 "notification-url": "https://packagist.org/downloads/",
8538 "license": [
8539 "MIT"
8540 ],
8541 "authors": [
8542 {
8543 "name": "Fabien Potencier",
8544 "email": "fabien@symfony.com"
8545 },
8546 {
8547 "name": "Symfony Community",
8548 "homepage": "http://symfony.com/contributors"
8549 }
8550 ],
8551 "description": "Symfony MonologBundle",
8552 "homepage": "http://symfony.com",
8553 "keywords": [
8554 "log",
8555 "logging"
8556 ],
8557 "time": "2019-11-13T13:11:14+00:00"
8558 },
8559 {
8560 "name": "symfony/polyfill-apcu",
8561 "version": "v1.17.0",
8562 "source": {
8563 "type": "git",
8564 "url": "https://github.com/symfony/polyfill-apcu.git",
8565 "reference": "9ec426b564916afb9bfd15f78708ec322eeb8538"
8566 },
8567 "dist": {
8568 "type": "zip",
8569 "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/9ec426b564916afb9bfd15f78708ec322eeb8538",
8570 "reference": "9ec426b564916afb9bfd15f78708ec322eeb8538",
8571 "shasum": ""
8572 },
8573 "require": {
8574 "php": ">=5.3.3"
8575 },
8576 "type": "library",
8577 "extra": {
8578 "branch-alias": {
8579 "dev-master": "1.17-dev"
8580 }
8581 },
8582 "autoload": {
8583 "psr-4": {
8584 "Symfony\\Polyfill\\Apcu\\": ""
8585 },
8586 "files": [
8587 "bootstrap.php"
8588 ]
8589 },
8590 "notification-url": "https://packagist.org/downloads/",
8591 "license": [
8592 "MIT"
8593 ],
8594 "authors": [
8595 {
8596 "name": "Nicolas Grekas",
8597 "email": "p@tchwork.com"
8598 },
8599 {
8600 "name": "Symfony Community",
8601 "homepage": "https://symfony.com/contributors"
8602 }
8603 ],
8604 "description": "Symfony polyfill backporting apcu_* functions to lower PHP versions",
8605 "homepage": "https://symfony.com",
8606 "keywords": [
8607 "apcu",
8608 "compatibility",
8609 "polyfill",
8610 "portable",
8611 "shim"
8612 ],
8613 "funding": [
8614 {
8615 "url": "https://symfony.com/sponsor",
8616 "type": "custom"
8617 },
8618 {
8619 "url": "https://github.com/fabpot",
8620 "type": "github"
8621 },
8622 {
8623 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8624 "type": "tidelift"
8625 }
8626 ],
8627 "time": "2020-05-12T16:14:59+00:00"
8628 },
8629 {
8630 "name": "symfony/polyfill-ctype",
8631 "version": "v1.17.0",
8632 "source": {
8633 "type": "git",
8634 "url": "https://github.com/symfony/polyfill-ctype.git",
8635 "reference": "e94c8b1bbe2bc77507a1056cdb06451c75b427f9"
8636 },
8637 "dist": {
8638 "type": "zip",
8639 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e94c8b1bbe2bc77507a1056cdb06451c75b427f9",
8640 "reference": "e94c8b1bbe2bc77507a1056cdb06451c75b427f9",
8641 "shasum": ""
8642 },
8643 "require": {
8644 "php": ">=5.3.3"
8645 },
8646 "suggest": {
8647 "ext-ctype": "For best performance"
8648 },
8649 "type": "library",
8650 "extra": {
8651 "branch-alias": {
8652 "dev-master": "1.17-dev"
8653 }
8654 },
8655 "autoload": {
8656 "psr-4": {
8657 "Symfony\\Polyfill\\Ctype\\": ""
8658 },
8659 "files": [
8660 "bootstrap.php"
8661 ]
8662 },
8663 "notification-url": "https://packagist.org/downloads/",
8664 "license": [
8665 "MIT"
8666 ],
8667 "authors": [
8668 {
8669 "name": "Gert de Pagter",
8670 "email": "BackEndTea@gmail.com"
8671 },
8672 {
8673 "name": "Symfony Community",
8674 "homepage": "https://symfony.com/contributors"
8675 }
8676 ],
8677 "description": "Symfony polyfill for ctype functions",
8678 "homepage": "https://symfony.com",
8679 "keywords": [
8680 "compatibility",
8681 "ctype",
8682 "polyfill",
8683 "portable"
8684 ],
8685 "funding": [
8686 {
8687 "url": "https://symfony.com/sponsor",
8688 "type": "custom"
8689 },
8690 {
8691 "url": "https://github.com/fabpot",
8692 "type": "github"
8693 },
8694 {
8695 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8696 "type": "tidelift"
8697 }
8698 ],
8699 "time": "2020-05-12T16:14:59+00:00"
8700 },
8701 {
8702 "name": "symfony/polyfill-iconv",
8703 "version": "v1.17.0",
8704 "source": {
8705 "type": "git",
8706 "url": "https://github.com/symfony/polyfill-iconv.git",
8707 "reference": "c4de7601eefbf25f9d47190abe07f79fe0a27424"
8708 },
8709 "dist": {
8710 "type": "zip",
8711 "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/c4de7601eefbf25f9d47190abe07f79fe0a27424",
8712 "reference": "c4de7601eefbf25f9d47190abe07f79fe0a27424",
8713 "shasum": ""
8714 },
8715 "require": {
8716 "php": ">=5.3.3"
8717 },
8718 "suggest": {
8719 "ext-iconv": "For best performance"
8720 },
8721 "type": "library",
8722 "extra": {
8723 "branch-alias": {
8724 "dev-master": "1.17-dev"
8725 }
8726 },
8727 "autoload": {
8728 "psr-4": {
8729 "Symfony\\Polyfill\\Iconv\\": ""
8730 },
8731 "files": [
8732 "bootstrap.php"
8733 ]
8734 },
8735 "notification-url": "https://packagist.org/downloads/",
8736 "license": [
8737 "MIT"
8738 ],
8739 "authors": [
8740 {
8741 "name": "Nicolas Grekas",
8742 "email": "p@tchwork.com"
8743 },
8744 {
8745 "name": "Symfony Community",
8746 "homepage": "https://symfony.com/contributors"
8747 }
8748 ],
8749 "description": "Symfony polyfill for the Iconv extension",
8750 "homepage": "https://symfony.com",
8751 "keywords": [
8752 "compatibility",
8753 "iconv",
8754 "polyfill",
8755 "portable",
8756 "shim"
8757 ],
8758 "funding": [
8759 {
8760 "url": "https://symfony.com/sponsor",
8761 "type": "custom"
8762 },
8763 {
8764 "url": "https://github.com/fabpot",
8765 "type": "github"
8766 },
8767 {
8768 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8769 "type": "tidelift"
8770 }
8771 ],
8772 "time": "2020-05-12T16:47:27+00:00"
8773 },
8774 {
8775 "name": "symfony/polyfill-intl-icu",
8776 "version": "v1.17.0",
8777 "source": {
8778 "type": "git",
8779 "url": "https://github.com/symfony/polyfill-intl-icu.git",
8780 "reference": "4ef3923e4a86e1b6ef72d42be59dbf7d33a685e3"
8781 },
8782 "dist": {
8783 "type": "zip",
8784 "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/4ef3923e4a86e1b6ef72d42be59dbf7d33a685e3",
8785 "reference": "4ef3923e4a86e1b6ef72d42be59dbf7d33a685e3",
8786 "shasum": ""
8787 },
8788 "require": {
8789 "php": ">=5.3.3",
8790 "symfony/intl": "~2.3|~3.0|~4.0|~5.0"
8791 },
8792 "suggest": {
8793 "ext-intl": "For best performance"
8794 },
8795 "type": "library",
8796 "extra": {
8797 "branch-alias": {
8798 "dev-master": "1.17-dev"
8799 }
8800 },
8801 "autoload": {
8802 "files": [
8803 "bootstrap.php"
8804 ]
8805 },
8806 "notification-url": "https://packagist.org/downloads/",
8807 "license": [
8808 "MIT"
8809 ],
8810 "authors": [
8811 {
8812 "name": "Nicolas Grekas",
8813 "email": "p@tchwork.com"
8814 },
8815 {
8816 "name": "Symfony Community",
8817 "homepage": "https://symfony.com/contributors"
8818 }
8819 ],
8820 "description": "Symfony polyfill for intl's ICU-related data and classes",
8821 "homepage": "https://symfony.com",
8822 "keywords": [
8823 "compatibility",
8824 "icu",
8825 "intl",
8826 "polyfill",
8827 "portable",
8828 "shim"
8829 ],
8830 "funding": [
8831 {
8832 "url": "https://symfony.com/sponsor",
8833 "type": "custom"
8834 },
8835 {
8836 "url": "https://github.com/fabpot",
8837 "type": "github"
8838 },
8839 {
8840 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8841 "type": "tidelift"
8842 }
8843 ],
8844 "time": "2020-05-12T16:14:59+00:00"
8845 },
8846 {
8847 "name": "symfony/polyfill-intl-idn",
8848 "version": "v1.17.0",
8849 "source": {
8850 "type": "git",
8851 "url": "https://github.com/symfony/polyfill-intl-idn.git",
8852 "reference": "3bff59ea7047e925be6b7f2059d60af31bb46d6a"
8853 },
8854 "dist": {
8855 "type": "zip",
8856 "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/3bff59ea7047e925be6b7f2059d60af31bb46d6a",
8857 "reference": "3bff59ea7047e925be6b7f2059d60af31bb46d6a",
8858 "shasum": ""
8859 },
8860 "require": {
8861 "php": ">=5.3.3",
8862 "symfony/polyfill-mbstring": "^1.3",
8863 "symfony/polyfill-php72": "^1.10"
8864 },
8865 "suggest": {
8866 "ext-intl": "For best performance"
8867 },
8868 "type": "library",
8869 "extra": {
8870 "branch-alias": {
8871 "dev-master": "1.17-dev"
8872 }
8873 },
8874 "autoload": {
8875 "psr-4": {
8876 "Symfony\\Polyfill\\Intl\\Idn\\": ""
8877 },
8878 "files": [
8879 "bootstrap.php"
8880 ]
8881 },
8882 "notification-url": "https://packagist.org/downloads/",
8883 "license": [
8884 "MIT"
8885 ],
8886 "authors": [
8887 {
8888 "name": "Laurent Bassin",
8889 "email": "laurent@bassin.info"
8890 },
8891 {
8892 "name": "Symfony Community",
8893 "homepage": "https://symfony.com/contributors"
8894 }
8895 ],
8896 "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
8897 "homepage": "https://symfony.com",
8898 "keywords": [
8899 "compatibility",
8900 "idn",
8901 "intl",
8902 "polyfill",
8903 "portable",
8904 "shim"
8905 ],
8906 "funding": [
8907 {
8908 "url": "https://symfony.com/sponsor",
8909 "type": "custom"
8910 },
8911 {
8912 "url": "https://github.com/fabpot",
8913 "type": "github"
8914 },
8915 {
8916 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8917 "type": "tidelift"
8918 }
8919 ],
8920 "time": "2020-05-12T16:47:27+00:00"
8921 },
8922 {
8923 "name": "symfony/polyfill-mbstring",
8924 "version": "v1.17.0",
8925 "source": {
8926 "type": "git",
8927 "url": "https://github.com/symfony/polyfill-mbstring.git",
8928 "reference": "fa79b11539418b02fc5e1897267673ba2c19419c"
8929 },
8930 "dist": {
8931 "type": "zip",
8932 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/fa79b11539418b02fc5e1897267673ba2c19419c",
8933 "reference": "fa79b11539418b02fc5e1897267673ba2c19419c",
8934 "shasum": ""
8935 },
8936 "require": {
8937 "php": ">=5.3.3"
8938 },
8939 "suggest": {
8940 "ext-mbstring": "For best performance"
8941 },
8942 "type": "library",
8943 "extra": {
8944 "branch-alias": {
8945 "dev-master": "1.17-dev"
8946 }
8947 },
8948 "autoload": {
8949 "psr-4": {
8950 "Symfony\\Polyfill\\Mbstring\\": ""
8951 },
8952 "files": [
8953 "bootstrap.php"
8954 ]
8955 },
8956 "notification-url": "https://packagist.org/downloads/",
8957 "license": [
8958 "MIT"
8959 ],
8960 "authors": [
8961 {
8962 "name": "Nicolas Grekas",
8963 "email": "p@tchwork.com"
8964 },
8965 {
8966 "name": "Symfony Community",
8967 "homepage": "https://symfony.com/contributors"
8968 }
8969 ],
8970 "description": "Symfony polyfill for the Mbstring extension",
8971 "homepage": "https://symfony.com",
8972 "keywords": [
8973 "compatibility",
8974 "mbstring",
8975 "polyfill",
8976 "portable",
8977 "shim"
8978 ],
8979 "funding": [
8980 {
8981 "url": "https://symfony.com/sponsor",
8982 "type": "custom"
8983 },
8984 {
8985 "url": "https://github.com/fabpot",
8986 "type": "github"
8987 },
8988 {
8989 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8990 "type": "tidelift"
8991 }
8992 ],
8993 "time": "2020-05-12T16:47:27+00:00"
8994 },
8995 {
8996 "name": "symfony/polyfill-php56",
8997 "version": "v1.17.0",
8998 "source": {
8999 "type": "git",
9000 "url": "https://github.com/symfony/polyfill-php56.git",
9001 "reference": "e3c8c138280cdfe4b81488441555583aa1984e23"
9002 },
9003 "dist": {
9004 "type": "zip",
9005 "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/e3c8c138280cdfe4b81488441555583aa1984e23",
9006 "reference": "e3c8c138280cdfe4b81488441555583aa1984e23",
9007 "shasum": ""
9008 },
9009 "require": {
9010 "php": ">=5.3.3",
9011 "symfony/polyfill-util": "~1.0"
9012 },
9013 "type": "library",
9014 "extra": {
9015 "branch-alias": {
9016 "dev-master": "1.17-dev"
9017 }
9018 },
9019 "autoload": {
9020 "psr-4": {
9021 "Symfony\\Polyfill\\Php56\\": ""
9022 },
9023 "files": [
9024 "bootstrap.php"
9025 ]
9026 },
9027 "notification-url": "https://packagist.org/downloads/",
9028 "license": [
9029 "MIT"
9030 ],
9031 "authors": [
9032 {
9033 "name": "Nicolas Grekas",
9034 "email": "p@tchwork.com"
9035 },
9036 {
9037 "name": "Symfony Community",
9038 "homepage": "https://symfony.com/contributors"
9039 }
9040 ],
9041 "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions",
9042 "homepage": "https://symfony.com",
9043 "keywords": [
9044 "compatibility",
9045 "polyfill",
9046 "portable",
9047 "shim"
9048 ],
9049 "funding": [
9050 {
9051 "url": "https://symfony.com/sponsor",
9052 "type": "custom"
9053 },
9054 {
9055 "url": "https://github.com/fabpot",
9056 "type": "github"
9057 },
9058 {
9059 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9060 "type": "tidelift"
9061 }
9062 ],
9063 "time": "2020-05-12T16:47:27+00:00"
9064 },
9065 {
9066 "name": "symfony/polyfill-php70",
9067 "version": "v1.17.0",
9068 "source": {
9069 "type": "git",
9070 "url": "https://github.com/symfony/polyfill-php70.git",
9071 "reference": "82225c2d7d23d7e70515496d249c0152679b468e"
9072 },
9073 "dist": {
9074 "type": "zip",
9075 "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/82225c2d7d23d7e70515496d249c0152679b468e",
9076 "reference": "82225c2d7d23d7e70515496d249c0152679b468e",
9077 "shasum": ""
9078 },
9079 "require": {
9080 "paragonie/random_compat": "~1.0|~2.0|~9.99",
9081 "php": ">=5.3.3"
9082 },
9083 "type": "library",
9084 "extra": {
9085 "branch-alias": {
9086 "dev-master": "1.17-dev"
9087 }
9088 },
9089 "autoload": {
9090 "psr-4": {
9091 "Symfony\\Polyfill\\Php70\\": ""
9092 },
9093 "files": [
9094 "bootstrap.php"
9095 ],
9096 "classmap": [
9097 "Resources/stubs"
9098 ]
9099 },
9100 "notification-url": "https://packagist.org/downloads/",
9101 "license": [
9102 "MIT"
9103 ],
9104 "authors": [
9105 {
9106 "name": "Nicolas Grekas",
9107 "email": "p@tchwork.com"
9108 },
9109 {
9110 "name": "Symfony Community",
9111 "homepage": "https://symfony.com/contributors"
9112 }
9113 ],
9114 "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
9115 "homepage": "https://symfony.com",
9116 "keywords": [
9117 "compatibility",
9118 "polyfill",
9119 "portable",
9120 "shim"
9121 ],
9122 "funding": [
9123 {
9124 "url": "https://symfony.com/sponsor",
9125 "type": "custom"
9126 },
9127 {
9128 "url": "https://github.com/fabpot",
9129 "type": "github"
9130 },
9131 {
9132 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9133 "type": "tidelift"
9134 }
9135 ],
9136 "time": "2020-05-12T16:47:27+00:00"
9137 },
9138 {
9139 "name": "symfony/polyfill-php72",
9140 "version": "v1.17.0",
9141 "source": {
9142 "type": "git",
9143 "url": "https://github.com/symfony/polyfill-php72.git",
9144 "reference": "f048e612a3905f34931127360bdd2def19a5e582"
9145 },
9146 "dist": {
9147 "type": "zip",
9148 "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/f048e612a3905f34931127360bdd2def19a5e582",
9149 "reference": "f048e612a3905f34931127360bdd2def19a5e582",
9150 "shasum": ""
9151 },
9152 "require": {
9153 "php": ">=5.3.3"
9154 },
9155 "type": "library",
9156 "extra": {
9157 "branch-alias": {
9158 "dev-master": "1.17-dev"
9159 }
9160 },
9161 "autoload": {
9162 "psr-4": {
9163 "Symfony\\Polyfill\\Php72\\": ""
9164 },
9165 "files": [
9166 "bootstrap.php"
9167 ]
9168 },
9169 "notification-url": "https://packagist.org/downloads/",
9170 "license": [
9171 "MIT"
9172 ],
9173 "authors": [
9174 {
9175 "name": "Nicolas Grekas",
9176 "email": "p@tchwork.com"
9177 },
9178 {
9179 "name": "Symfony Community",
9180 "homepage": "https://symfony.com/contributors"
9181 }
9182 ],
9183 "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
9184 "homepage": "https://symfony.com",
9185 "keywords": [
9186 "compatibility",
9187 "polyfill",
9188 "portable",
9189 "shim"
9190 ],
9191 "funding": [
9192 {
9193 "url": "https://symfony.com/sponsor",
9194 "type": "custom"
9195 },
9196 {
9197 "url": "https://github.com/fabpot",
9198 "type": "github"
9199 },
9200 {
9201 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9202 "type": "tidelift"
9203 }
9204 ],
9205 "time": "2020-05-12T16:47:27+00:00"
9206 },
9207 {
9208 "name": "symfony/polyfill-php73",
9209 "version": "v1.17.0",
9210 "source": {
9211 "type": "git",
9212 "url": "https://github.com/symfony/polyfill-php73.git",
9213 "reference": "a760d8964ff79ab9bf057613a5808284ec852ccc"
9214 },
9215 "dist": {
9216 "type": "zip",
9217 "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/a760d8964ff79ab9bf057613a5808284ec852ccc",
9218 "reference": "a760d8964ff79ab9bf057613a5808284ec852ccc",
9219 "shasum": ""
9220 },
9221 "require": {
9222 "php": ">=5.3.3"
9223 },
9224 "type": "library",
9225 "extra": {
9226 "branch-alias": {
9227 "dev-master": "1.17-dev"
9228 }
9229 },
9230 "autoload": {
9231 "psr-4": {
9232 "Symfony\\Polyfill\\Php73\\": ""
9233 },
9234 "files": [
9235 "bootstrap.php"
9236 ],
9237 "classmap": [
9238 "Resources/stubs"
9239 ]
9240 },
9241 "notification-url": "https://packagist.org/downloads/",
9242 "license": [
9243 "MIT"
9244 ],
9245 "authors": [
9246 {
9247 "name": "Nicolas Grekas",
9248 "email": "p@tchwork.com"
9249 },
9250 {
9251 "name": "Symfony Community",
9252 "homepage": "https://symfony.com/contributors"
9253 }
9254 ],
9255 "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
9256 "homepage": "https://symfony.com",
9257 "keywords": [
9258 "compatibility",
9259 "polyfill",
9260 "portable",
9261 "shim"
9262 ],
9263 "funding": [
9264 {
9265 "url": "https://symfony.com/sponsor",
9266 "type": "custom"
9267 },
9268 {
9269 "url": "https://github.com/fabpot",
9270 "type": "github"
9271 },
9272 {
9273 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9274 "type": "tidelift"
9275 }
9276 ],
9277 "time": "2020-05-12T16:47:27+00:00"
9278 },
9279 {
9280 "name": "symfony/polyfill-util",
9281 "version": "v1.17.0",
9282 "source": {
9283 "type": "git",
9284 "url": "https://github.com/symfony/polyfill-util.git",
9285 "reference": "4afb4110fc037752cf0ce9869f9ab8162c4e20d7"
9286 },
9287 "dist": {
9288 "type": "zip",
9289 "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/4afb4110fc037752cf0ce9869f9ab8162c4e20d7",
9290 "reference": "4afb4110fc037752cf0ce9869f9ab8162c4e20d7",
9291 "shasum": ""
9292 },
9293 "require": {
9294 "php": ">=5.3.3"
9295 },
9296 "type": "library",
9297 "extra": {
9298 "branch-alias": {
9299 "dev-master": "1.17-dev"
9300 }
9301 },
9302 "autoload": {
9303 "psr-4": {
9304 "Symfony\\Polyfill\\Util\\": ""
9305 }
9306 },
9307 "notification-url": "https://packagist.org/downloads/",
9308 "license": [
9309 "MIT"
9310 ],
9311 "authors": [
9312 {
9313 "name": "Nicolas Grekas",
9314 "email": "p@tchwork.com"
9315 },
9316 {
9317 "name": "Symfony Community",
9318 "homepage": "https://symfony.com/contributors"
9319 }
9320 ],
9321 "description": "Symfony utilities for portability of PHP codes",
9322 "homepage": "https://symfony.com",
9323 "keywords": [
9324 "compat",
9325 "compatibility",
9326 "polyfill",
9327 "shim"
9328 ],
9329 "funding": [
9330 {
9331 "url": "https://symfony.com/sponsor",
9332 "type": "custom"
9333 },
9334 {
9335 "url": "https://github.com/fabpot",
9336 "type": "github"
9337 },
9338 {
9339 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9340 "type": "tidelift"
9341 }
9342 ],
9343 "time": "2020-05-12T16:14:59+00:00"
9344 },
9345 {
9346 "name": "symfony/polyfill-uuid",
9347 "version": "v1.17.0",
9348 "source": {
9349 "type": "git",
9350 "url": "https://github.com/symfony/polyfill-uuid.git",
9351 "reference": "6dbf0269e8aeab8253a5059c51c1760fb4034e87"
9352 },
9353 "dist": {
9354 "type": "zip",
9355 "url": "https://api.github.com/repos/symfony/polyfill-uuid/zipball/6dbf0269e8aeab8253a5059c51c1760fb4034e87",
9356 "reference": "6dbf0269e8aeab8253a5059c51c1760fb4034e87",
9357 "shasum": ""
9358 },
9359 "require": {
9360 "paragonie/random_compat": "~1.0|~2.0|~9.99",
9361 "php": ">=5.3.3"
9362 },
9363 "suggest": {
9364 "ext-uuid": "For best performance"
9365 },
9366 "type": "library",
9367 "extra": {
9368 "branch-alias": {
9369 "dev-master": "1.17-dev"
9370 }
9371 },
9372 "autoload": {
9373 "psr-4": {
9374 "Symfony\\Polyfill\\Uuid\\": ""
9375 },
9376 "files": [
9377 "bootstrap.php"
9378 ]
9379 },
9380 "notification-url": "https://packagist.org/downloads/",
9381 "license": [
9382 "MIT"
9383 ],
9384 "authors": [
9385 {
9386 "name": "Grégoire Pineau",
9387 "email": "lyrixx@lyrixx.info"
9388 },
9389 {
9390 "name": "Symfony Community",
9391 "homepage": "https://symfony.com/contributors"
9392 }
9393 ],
9394 "description": "Symfony polyfill for uuid functions",
9395 "homepage": "https://symfony.com",
9396 "keywords": [
9397 "compatibility",
9398 "polyfill",
9399 "portable",
9400 "uuid"
9401 ],
9402 "funding": [
9403 {
9404 "url": "https://symfony.com/sponsor",
9405 "type": "custom"
9406 },
9407 {
9408 "url": "https://github.com/fabpot",
9409 "type": "github"
9410 },
9411 {
9412 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9413 "type": "tidelift"
9414 }
9415 ],
9416 "time": "2020-05-12T16:47:27+00:00"
9417 },
9418 {
9419 "name": "symfony/service-contracts",
9420 "version": "v1.1.8",
9421 "source": {
9422 "type": "git",
9423 "url": "https://github.com/symfony/service-contracts.git",
9424 "reference": "ffc7f5692092df31515df2a5ecf3b7302b3ddacf"
9425 },
9426 "dist": {
9427 "type": "zip",
9428 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/ffc7f5692092df31515df2a5ecf3b7302b3ddacf",
9429 "reference": "ffc7f5692092df31515df2a5ecf3b7302b3ddacf",
9430 "shasum": ""
9431 },
9432 "require": {
9433 "php": "^7.1.3",
9434 "psr/container": "^1.0"
9435 },
9436 "suggest": {
9437 "symfony/service-implementation": ""
9438 },
9439 "type": "library",
9440 "extra": {
9441 "branch-alias": {
9442 "dev-master": "1.1-dev"
9443 }
9444 },
9445 "autoload": {
9446 "psr-4": {
9447 "Symfony\\Contracts\\Service\\": ""
9448 }
9449 },
9450 "notification-url": "https://packagist.org/downloads/",
9451 "license": [
9452 "MIT"
9453 ],
9454 "authors": [
9455 {
9456 "name": "Nicolas Grekas",
9457 "email": "p@tchwork.com"
9458 },
9459 {
9460 "name": "Symfony Community",
9461 "homepage": "https://symfony.com/contributors"
9462 }
9463 ],
9464 "description": "Generic abstractions related to writing services",
9465 "homepage": "https://symfony.com",
9466 "keywords": [
9467 "abstractions",
9468 "contracts",
9469 "decoupling",
9470 "interfaces",
9471 "interoperability",
9472 "standards"
9473 ],
9474 "time": "2019-10-14T12:27:06+00:00"
9475 },
9476 {
9477 "name": "symfony/swiftmailer-bundle",
9478 "version": "v3.3.1",
9479 "source": {
9480 "type": "git",
9481 "url": "https://github.com/symfony/swiftmailer-bundle.git",
9482 "reference": "defa9bdfc0191ed70b389cb93c550c6c82cf1745"
9483 },
9484 "dist": {
9485 "type": "zip",
9486 "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/defa9bdfc0191ed70b389cb93c550c6c82cf1745",
9487 "reference": "defa9bdfc0191ed70b389cb93c550c6c82cf1745",
9488 "shasum": ""
9489 },
9490 "require": {
9491 "php": ">=7.0.0",
9492 "swiftmailer/swiftmailer": "^6.1.3",
9493 "symfony/config": "^3.4|^4.0|^5.0",
9494 "symfony/dependency-injection": "^3.4|^4.0|^5.0",
9495 "symfony/http-kernel": "^3.4|^4.0|^5.0"
9496 },
9497 "conflict": {
9498 "twig/twig": "<1.41|<2.10"
9499 },
9500 "require-dev": {
9501 "symfony/console": "^3.4|^4.0|^5.0",
9502 "symfony/framework-bundle": "^3.4|^4.0|^5.0",
9503 "symfony/phpunit-bridge": "^3.4.32|^4.3.5|^5.0",
9504 "symfony/yaml": "^3.4|^4.0|^5.0"
9505 },
9506 "suggest": {
9507 "psr/log": "Allows logging"
9508 },
9509 "type": "symfony-bundle",
9510 "extra": {
9511 "branch-alias": {
9512 "dev-master": "3.3-dev"
9513 }
9514 },
9515 "autoload": {
9516 "psr-4": {
9517 "Symfony\\Bundle\\SwiftmailerBundle\\": ""
9518 },
9519 "exclude-from-classmap": [
9520 "/Tests/"
9521 ]
9522 },
9523 "notification-url": "https://packagist.org/downloads/",
9524 "license": [
9525 "MIT"
9526 ],
9527 "authors": [
9528 {
9529 "name": "Fabien Potencier",
9530 "email": "fabien@symfony.com"
9531 },
9532 {
9533 "name": "Symfony Community",
9534 "homepage": "http://symfony.com/contributors"
9535 }
9536 ],
9537 "description": "Symfony SwiftmailerBundle",
9538 "homepage": "http://symfony.com",
9539 "time": "2019-11-07T21:01:35+00:00"
9540 },
9541 {
9542 "name": "symfony/symfony",
9543 "version": "v3.4.40",
9544 "source": {
9545 "type": "git",
9546 "url": "https://github.com/symfony/symfony.git",
9547 "reference": "ad6f8608e92b548e5695f9213a81d14c2ef274b5"
9548 },
9549 "dist": {
9550 "type": "zip",
9551 "url": "https://api.github.com/repos/symfony/symfony/zipball/ad6f8608e92b548e5695f9213a81d14c2ef274b5",
9552 "reference": "ad6f8608e92b548e5695f9213a81d14c2ef274b5",
9553 "shasum": ""
9554 },
9555 "require": {
9556 "doctrine/common": "~2.4",
9557 "ext-xml": "*",
9558 "fig/link-util": "^1.0",
9559 "php": "^5.5.9|>=7.0.8",
9560 "psr/cache": "~1.0",
9561 "psr/container": "^1.0",
9562 "psr/link": "^1.0",
9563 "psr/log": "~1.0",
9564 "psr/simple-cache": "^1.0",
9565 "symfony/polyfill-apcu": "~1.1",
9566 "symfony/polyfill-ctype": "~1.8",
9567 "symfony/polyfill-intl-icu": "~1.0",
9568 "symfony/polyfill-mbstring": "~1.0",
9569 "symfony/polyfill-php56": "~1.0",
9570 "symfony/polyfill-php70": "~1.6",
9571 "twig/twig": "^1.41|^2.10"
9572 },
9573 "conflict": {
9574 "monolog/monolog": ">=2",
9575 "phpdocumentor/reflection-docblock": "<3.0||>=3.2.0,<3.2.2",
9576 "phpdocumentor/type-resolver": "<0.3.0",
9577 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
9578 },
9579 "provide": {
9580 "psr/cache-implementation": "1.0",
9581 "psr/container-implementation": "1.0",
9582 "psr/log-implementation": "1.0",
9583 "psr/simple-cache-implementation": "1.0"
9584 },
9585 "replace": {
9586 "symfony/asset": "self.version",
9587 "symfony/browser-kit": "self.version",
9588 "symfony/cache": "self.version",
9589 "symfony/class-loader": "self.version",
9590 "symfony/config": "self.version",
9591 "symfony/console": "self.version",
9592 "symfony/css-selector": "self.version",
9593 "symfony/debug": "self.version",
9594 "symfony/debug-bundle": "self.version",
9595 "symfony/dependency-injection": "self.version",
9596 "symfony/doctrine-bridge": "self.version",
9597 "symfony/dom-crawler": "self.version",
9598 "symfony/dotenv": "self.version",
9599 "symfony/event-dispatcher": "self.version",
9600 "symfony/expression-language": "self.version",
9601 "symfony/filesystem": "self.version",
9602 "symfony/finder": "self.version",
9603 "symfony/form": "self.version",
9604 "symfony/framework-bundle": "self.version",
9605 "symfony/http-foundation": "self.version",
9606 "symfony/http-kernel": "self.version",
9607 "symfony/inflector": "self.version",
9608 "symfony/intl": "self.version",
9609 "symfony/ldap": "self.version",
9610 "symfony/lock": "self.version",
9611 "symfony/monolog-bridge": "self.version",
9612 "symfony/options-resolver": "self.version",
9613 "symfony/process": "self.version",
9614 "symfony/property-access": "self.version",
9615 "symfony/property-info": "self.version",
9616 "symfony/proxy-manager-bridge": "self.version",
9617 "symfony/routing": "self.version",
9618 "symfony/security": "self.version",
9619 "symfony/security-bundle": "self.version",
9620 "symfony/security-core": "self.version",
9621 "symfony/security-csrf": "self.version",
9622 "symfony/security-guard": "self.version",
9623 "symfony/security-http": "self.version",
9624 "symfony/serializer": "self.version",
9625 "symfony/stopwatch": "self.version",
9626 "symfony/templating": "self.version",
9627 "symfony/translation": "self.version",
9628 "symfony/twig-bridge": "self.version",
9629 "symfony/twig-bundle": "self.version",
9630 "symfony/validator": "self.version",
9631 "symfony/var-dumper": "self.version",
9632 "symfony/web-link": "self.version",
9633 "symfony/web-profiler-bundle": "self.version",
9634 "symfony/web-server-bundle": "self.version",
9635 "symfony/workflow": "self.version",
9636 "symfony/yaml": "self.version"
9637 },
9638 "require-dev": {
9639 "cache/integration-tests": "dev-master",
9640 "doctrine/annotations": "~1.0",
9641 "doctrine/cache": "~1.6",
9642 "doctrine/data-fixtures": "1.0.*",
9643 "doctrine/dbal": "~2.4",
9644 "doctrine/doctrine-bundle": "~1.4",
9645 "doctrine/orm": "~2.4,>=2.4.5",
9646 "egulias/email-validator": "~1.2,>=1.2.8|~2.0",
9647 "monolog/monolog": "~1.11",
9648 "ocramius/proxy-manager": "~0.4|~1.0|~2.0",
9649 "phpdocumentor/reflection-docblock": "^3.0|^4.0",
9650 "predis/predis": "~1.0",
9651 "symfony/phpunit-bridge": "^3.4.31|^4.3.4|~5.0",
9652 "symfony/security-acl": "~2.8|~3.0"
9653 },
9654 "type": "library",
9655 "extra": {
9656 "branch-alias": {
9657 "dev-master": "3.4-dev"
9658 }
9659 },
9660 "autoload": {
9661 "psr-4": {
9662 "Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/",
9663 "Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/",
9664 "Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/",
9665 "Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/",
9666 "Symfony\\Bundle\\": "src/Symfony/Bundle/",
9667 "Symfony\\Component\\": "src/Symfony/Component/"
9668 },
9669 "classmap": [
9670 "src/Symfony/Component/Intl/Resources/stubs"
9671 ],
9672 "exclude-from-classmap": [
9673 "**/Tests/"
9674 ]
9675 },
9676 "notification-url": "https://packagist.org/downloads/",
9677 "license": [
9678 "MIT"
9679 ],
9680 "authors": [
9681 {
9682 "name": "Fabien Potencier",
9683 "email": "fabien@symfony.com"
9684 },
9685 {
9686 "name": "Symfony Community",
9687 "homepage": "https://symfony.com/contributors"
9688 }
9689 ],
9690 "description": "The Symfony PHP framework",
9691 "homepage": "https://symfony.com",
9692 "keywords": [
9693 "framework"
9694 ],
9695 "funding": [
9696 {
9697 "url": "https://symfony.com/sponsor",
9698 "type": "custom"
9699 },
9700 {
9701 "url": "https://github.com/fabpot",
9702 "type": "github"
9703 },
9704 {
9705 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9706 "type": "tidelift"
9707 }
9708 ],
9709 "time": "2020-04-28T17:41:57+00:00"
9710 },
9711 {
9712 "name": "tecnickcom/tcpdf",
9713 "version": "6.3.5",
9714 "source": {
9715 "type": "git",
9716 "url": "https://github.com/tecnickcom/TCPDF.git",
9717 "reference": "19a535eaa7fb1c1cac499109deeb1a7a201b4549"
9718 },
9719 "dist": {
9720 "type": "zip",
9721 "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/19a535eaa7fb1c1cac499109deeb1a7a201b4549",
9722 "reference": "19a535eaa7fb1c1cac499109deeb1a7a201b4549",
9723 "shasum": ""
9724 },
9725 "require": {
9726 "php": ">=5.3.0"
9727 },
9728 "type": "library",
9729 "autoload": {
9730 "classmap": [
9731 "config",
9732 "include",
9733 "tcpdf.php",
9734 "tcpdf_parser.php",
9735 "tcpdf_import.php",
9736 "tcpdf_barcodes_1d.php",
9737 "tcpdf_barcodes_2d.php",
9738 "include/tcpdf_colors.php",
9739 "include/tcpdf_filters.php",
9740 "include/tcpdf_font_data.php",
9741 "include/tcpdf_fonts.php",
9742 "include/tcpdf_images.php",
9743 "include/tcpdf_static.php",
9744 "include/barcodes/datamatrix.php",
9745 "include/barcodes/pdf417.php",
9746 "include/barcodes/qrcode.php"
9747 ]
9748 },
9749 "notification-url": "https://packagist.org/downloads/",
9750 "license": [
9751 "LGPL-3.0-only"
9752 ],
9753 "authors": [
9754 {
9755 "name": "Nicola Asuni",
9756 "email": "info@tecnick.com",
9757 "role": "lead"
9758 }
9759 ],
9760 "description": "TCPDF is a PHP class for generating PDF documents and barcodes.",
9761 "homepage": "http://www.tcpdf.org/",
9762 "keywords": [
9763 "PDFD32000-2008",
9764 "TCPDF",
9765 "barcodes",
9766 "datamatrix",
9767 "pdf",
9768 "pdf417",
9769 "qrcode"
9770 ],
9771 "time": "2020-02-14T14:20:12+00:00"
9772 },
9773 {
9774 "name": "true/punycode",
9775 "version": "v2.1.1",
9776 "source": {
9777 "type": "git",
9778 "url": "https://github.com/true/php-punycode.git",
9779 "reference": "a4d0c11a36dd7f4e7cd7096076cab6d3378a071e"
9780 },
9781 "dist": {
9782 "type": "zip",
9783 "url": "https://api.github.com/repos/true/php-punycode/zipball/a4d0c11a36dd7f4e7cd7096076cab6d3378a071e",
9784 "reference": "a4d0c11a36dd7f4e7cd7096076cab6d3378a071e",
9785 "shasum": ""
9786 },
9787 "require": {
9788 "php": ">=5.3.0",
9789 "symfony/polyfill-mbstring": "^1.3"
9790 },
9791 "require-dev": {
9792 "phpunit/phpunit": "~4.7",
9793 "squizlabs/php_codesniffer": "~2.0"
9794 },
9795 "type": "library",
9796 "autoload": {
9797 "psr-4": {
9798 "TrueBV\\": "src/"
9799 }
9800 },
9801 "notification-url": "https://packagist.org/downloads/",
9802 "license": [
9803 "MIT"
9804 ],
9805 "authors": [
9806 {
9807 "name": "Renan Gonçalves",
9808 "email": "renan.saddam@gmail.com"
9809 }
9810 ],
9811 "description": "A Bootstring encoding of Unicode for Internationalized Domain Names in Applications (IDNA)",
9812 "homepage": "https://github.com/true/php-punycode",
9813 "keywords": [
9814 "idna",
9815 "punycode"
9816 ],
9817 "time": "2016-11-16T10:37:54+00:00"
9818 },
9819 {
9820 "name": "twig/extensions",
9821 "version": "v1.5.4",
9822 "source": {
9823 "type": "git",
9824 "url": "https://github.com/twigphp/Twig-extensions.git",
9825 "reference": "57873c8b0c1be51caa47df2cdb824490beb16202"
9826 },
9827 "dist": {
9828 "type": "zip",
9829 "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/57873c8b0c1be51caa47df2cdb824490beb16202",
9830 "reference": "57873c8b0c1be51caa47df2cdb824490beb16202",
9831 "shasum": ""
9832 },
9833 "require": {
9834 "twig/twig": "^1.27|^2.0"
9835 },
9836 "require-dev": {
9837 "symfony/phpunit-bridge": "^3.4",
9838 "symfony/translation": "^2.7|^3.4"
9839 },
9840 "suggest": {
9841 "symfony/translation": "Allow the time_diff output to be translated"
9842 },
9843 "type": "library",
9844 "extra": {
9845 "branch-alias": {
9846 "dev-master": "1.5-dev"
9847 }
9848 },
9849 "autoload": {
9850 "psr-0": {
9851 "Twig_Extensions_": "lib/"
9852 },
9853 "psr-4": {
9854 "Twig\\Extensions\\": "src/"
9855 }
9856 },
9857 "notification-url": "https://packagist.org/downloads/",
9858 "license": [
9859 "MIT"
9860 ],
9861 "authors": [
9862 {
9863 "name": "Fabien Potencier",
9864 "email": "fabien@symfony.com"
9865 }
9866 ],
9867 "description": "Common additional features for Twig that do not directly belong in core",
9868 "keywords": [
9869 "i18n",
9870 "text"
9871 ],
9872 "time": "2018-12-05T18:34:18+00:00"
9873 },
9874 {
9875 "name": "twig/twig",
9876 "version": "v2.12.5",
9877 "source": {
9878 "type": "git",
9879 "url": "https://github.com/twigphp/Twig.git",
9880 "reference": "18772e0190734944277ee97a02a9a6c6555fcd94"
9881 },
9882 "dist": {
9883 "type": "zip",
9884 "url": "https://api.github.com/repos/twigphp/Twig/zipball/18772e0190734944277ee97a02a9a6c6555fcd94",
9885 "reference": "18772e0190734944277ee97a02a9a6c6555fcd94",
9886 "shasum": ""
9887 },
9888 "require": {
9889 "php": "^7.0",
9890 "symfony/polyfill-ctype": "^1.8",
9891 "symfony/polyfill-mbstring": "^1.3"
9892 },
9893 "require-dev": {
9894 "psr/container": "^1.0",
9895 "symfony/phpunit-bridge": "^4.4|^5.0"
9896 },
9897 "type": "library",
9898 "extra": {
9899 "branch-alias": {
9900 "dev-master": "2.12-dev"
9901 }
9902 },
9903 "autoload": {
9904 "psr-0": {
9905 "Twig_": "lib/"
9906 },
9907 "psr-4": {
9908 "Twig\\": "src/"
9909 }
9910 },
9911 "notification-url": "https://packagist.org/downloads/",
9912 "license": [
9913 "BSD-3-Clause"
9914 ],
9915 "authors": [
9916 {
9917 "name": "Fabien Potencier",
9918 "email": "fabien@symfony.com",
9919 "homepage": "http://fabien.potencier.org",
9920 "role": "Lead Developer"
9921 },
9922 {
9923 "name": "Twig Team",
9924 "role": "Contributors"
9925 },
9926 {
9927 "name": "Armin Ronacher",
9928 "email": "armin.ronacher@active-4.com",
9929 "role": "Project Founder"
9930 }
9931 ],
9932 "description": "Twig, the flexible, fast, and secure template language for PHP",
9933 "homepage": "https://twig.symfony.com",
9934 "keywords": [
9935 "templating"
9936 ],
9937 "time": "2020-02-11T15:31:23+00:00"
9938 },
9939 {
9940 "name": "wallabag/php-mobi",
9941 "version": "1.1.0",
9942 "source": {
9943 "type": "git",
9944 "url": "https://github.com/wallabag/php-mobi.git",
9945 "reference": "bfe9c18d038e5ca24664cfdab107a645ac57c9b5"
9946 },
9947 "dist": {
9948 "type": "zip",
9949 "url": "https://api.github.com/repos/wallabag/php-mobi/zipball/bfe9c18d038e5ca24664cfdab107a645ac57c9b5",
9950 "reference": "bfe9c18d038e5ca24664cfdab107a645ac57c9b5",
9951 "shasum": ""
9952 },
9953 "require": {
9954 "php": ">=5.3.0",
9955 "symfony/polyfill-mbstring": "^1.12"
9956 },
9957 "type": "library",
9958 "autoload": {
9959 "files": [
9960 "MOBIClass/MOBI.php"
9961 ]
9962 },
9963 "notification-url": "https://packagist.org/downloads/",
9964 "license": [
9965 "Apache-2.0"
9966 ],
9967 "authors": [
9968 {
9969 "name": "Sander Kromwijk",
9970 "email": "s.kromwijk@gmail.co",
9971 "role": "Original developer"
9972 },
9973 {
9974 "name": "Nicolas Lœuillet",
9975 "email": "nicolas@loeuillet.org",
9976 "homepage": "http://www.cdetc.fr"
9977 }
9978 ],
9979 "description": "A Mobipocket file (.mobi) creator in PHP.",
9980 "homepage": "https://github.com/wallabag/php-mobi",
9981 "time": "2019-08-08T12:26:23+00:00"
9982 },
9983 {
9984 "name": "wallabag/phpepub",
9985 "version": "4.0.7.2",
9986 "source": {
9987 "type": "git",
9988 "url": "https://github.com/wallabag/PHPePub.git",
9989 "reference": "ae4861e970fed1c6ae9ed85eefe03ac7c0113518"
9990 },
9991 "dist": {
9992 "type": "zip",
9993 "url": "https://api.github.com/repos/wallabag/PHPePub/zipball/ae4861e970fed1c6ae9ed85eefe03ac7c0113518",
9994 "reference": "ae4861e970fed1c6ae9ed85eefe03ac7c0113518",
9995 "shasum": ""
9996 },
9997 "require": {
9998 "grandt/phpresizegif": "~1.0.3",
9999 "grandt/relativepath": "~1.0.1",
10000 "masterminds/html5": "~2.3",
10001 "php": ">=5.3.0",
10002 "phpzip/phpzip": "~2.0.7"
10003 },
10004 "type": "library",
10005 "autoload": {
10006 "psr-4": {
10007 "PHPePub\\": "src/PHPePub"
10008 },
10009 "classmap": [
10010 "src/lib.uuid.php"
10011 ]
10012 },
10013 "notification-url": "https://packagist.org/downloads/",
10014 "license": [
10015 "LGPL-2.1"
10016 ],
10017 "authors": [
10018 {
10019 "name": "A. Grandt",
10020 "email": "php@grandt.com",
10021 "homepage": "http://grandt.com",
10022 "role": "Developer"
10023 },
10024 {
10025 "name": "An, Hyeong-woo",
10026 "email": "mail@mytory.net",
10027 "homepage": "https://mytory.net",
10028 "role": "Contributor"
10029 },
10030 {
10031 "name": "Daniel Berthereau",
10032 "email": "daniel.composer@berthereau.net",
10033 "role": "Contributor"
10034 },
10035 {
10036 "name": "Kevin Decherf",
10037 "homepage": "https://kdecherf.com",
10038 "role": "Contributor"
10039 }
10040 ],
10041 "description": "Package to create and stream e-books in the ePub 2.0 and 3.0 formats.",
10042 "homepage": "https://github.com/wallabag/PHPePub",
10043 "keywords": [
10044 "e-book",
10045 "epub"
10046 ],
10047 "time": "2020-03-22T16:24:31+00:00"
10048 },
10049 {
10050 "name": "white-october/pagerfanta-bundle",
10051 "version": "v1.3.2",
10052 "source": {
10053 "type": "git",
10054 "url": "https://github.com/whiteoctober/WhiteOctoberPagerfantaBundle.git",
10055 "reference": "6df560869b5e09a3acf920890ab40598998b30ae"
10056 },
10057 "dist": {
10058 "type": "zip",
10059 "url": "https://api.github.com/repos/whiteoctober/WhiteOctoberPagerfantaBundle/zipball/6df560869b5e09a3acf920890ab40598998b30ae",
10060 "reference": "6df560869b5e09a3acf920890ab40598998b30ae",
10061 "shasum": ""
10062 },
10063 "require": {
10064 "pagerfanta/pagerfanta": "^1.1.0|^2.0.0",
10065 "php": ">=5.3.3",
10066 "symfony/framework-bundle": "~2.3|~3.0|~4.0",
10067 "symfony/property-access": "~2.3|~3.0|~4.0",
10068 "symfony/translation": "~2.3|~3.0|~4.0",
10069 "symfony/twig-bundle": "~2.3|~3.0|~4.0"
10070 },
10071 "conflict": {
10072 "twig/twig": "<1.34|>=2.0,<2.4"
10073 },
10074 "require-dev": {
10075 "phpunit/phpunit": "~3.7|~4.0|^5.0",
10076 "symfony/symfony": "~2.3|~3.0|~4.0"
10077 },
10078 "type": "symfony-bundle",
10079 "extra": {
10080 "branch-alias": {
10081 "dev-master": "1.0.x-dev"
10082 }
10083 },
10084 "autoload": {
10085 "psr-4": {
10086 "WhiteOctober\\PagerfantaBundle\\": ""
10087 },
10088 "exclude-from-classmap": [
10089 "Tests/",
10090 "TestsProject/"
10091 ]
10092 },
10093 "notification-url": "https://packagist.org/downloads/",
10094 "license": [
10095 "MIT"
10096 ],
10097 "authors": [
10098 {
10099 "name": "Pablo Díez",
10100 "email": "pablodip@gmail.com"
10101 }
10102 ],
10103 "description": "Bundle to use Pagerfanta with Symfony2",
10104 "keywords": [
10105 "page",
10106 "paging"
10107 ],
10108 "time": "2019-12-02T14:19:37+00:00"
10109 },
10110 {
10111 "name": "willdurand/hateoas",
10112 "version": "2.12.0",
10113 "source": {
10114 "type": "git",
10115 "url": "https://github.com/willdurand/Hateoas.git",
10116 "reference": "71b1af62b398dc9a870ac0b16c84bdc23a76a5c5"
10117 },
10118 "dist": {
10119 "type": "zip",
10120 "url": "https://api.github.com/repos/willdurand/Hateoas/zipball/71b1af62b398dc9a870ac0b16c84bdc23a76a5c5",
10121 "reference": "71b1af62b398dc9a870ac0b16c84bdc23a76a5c5",
10122 "shasum": ""
10123 },
10124 "require": {
10125 "doctrine/annotations": "~1.0",
10126 "doctrine/common": "~2.0",
10127 "jms/metadata": "~1.1",
10128 "jms/serializer": "^1.7",
10129 "php": "^5.5|^7.0",
10130 "phpoption/phpoption": ">=1.1.0,<2.0-dev",
10131 "symfony/expression-language": "~2.4 || ~3.0 || ~4.0"
10132 },
10133 "require-dev": {
10134 "pagerfanta/pagerfanta": "~1.0",
10135 "phpunit/phpunit": "~5",
10136 "symfony/dependency-injection": "~2.4 || ~3.0 || ~4.0",
10137 "symfony/routing": "~2.4 || ~3.0 || ~4.0",
10138 "symfony/yaml": "~2.4 || ~3.0 || ~4.0",
10139 "twig/twig": "~1.12"
10140 },
10141 "suggest": {
10142 "symfony/routing": "To use the SymfonyRouteFactory.",
10143 "symfony/yaml": "To use yaml based configuration.",
10144 "twig/twig": "To use the Twig extensions."
10145 },
10146 "type": "library",
10147 "extra": {
10148 "branch-alias": {
10149 "dev-master": "2.12-dev"
10150 }
10151 },
10152 "autoload": {
10153 "psr-0": {
10154 "Hateoas": "src/"
10155 }
10156 },
10157 "notification-url": "https://packagist.org/downloads/",
10158 "license": [
10159 "MIT"
10160 ],
10161 "authors": [
10162 {
10163 "name": "Adrien Brault",
10164 "email": "adrien.brault@gmail.com"
10165 },
10166 {
10167 "name": "William DURAND",
10168 "email": "william.durand1@gmail.com"
10169 }
10170 ],
10171 "description": "A PHP library to support implementing representations for HATEOAS REST web services",
10172 "time": "2018-02-23T17:05:31+00:00"
10173 },
10174 {
10175 "name": "willdurand/hateoas-bundle",
10176 "version": "1.4.0",
10177 "source": {
10178 "type": "git",
10179 "url": "https://github.com/willdurand/BazingaHateoasBundle.git",
10180 "reference": "d1f915fd4f8a7cd43a88a0ce97ffb28abe3a94fa"
10181 },
10182 "dist": {
10183 "type": "zip",
10184 "url": "https://api.github.com/repos/willdurand/BazingaHateoasBundle/zipball/d1f915fd4f8a7cd43a88a0ce97ffb28abe3a94fa",
10185 "reference": "d1f915fd4f8a7cd43a88a0ce97ffb28abe3a94fa",
10186 "shasum": ""
10187 },
10188 "require": {
10189 "jms/serializer-bundle": "~1.0 || ^2.0",
10190 "php": ">5.4 |^7.0",
10191 "symfony/framework-bundle": "~2.3 || ~3.0 || ~4.0",
10192 "willdurand/hateoas": "^2.10.0"
10193 },
10194 "require-dev": {
10195 "phpunit/phpunit": "~4.5 || ~5.0",
10196 "symfony/expression-language": "~2.4 || ~3.0 || ~4.0",
10197 "symfony/stopwatch": "~2.4 || ~3.0 || ~4.0",
10198 "twig/twig": "~1.12"
10199 },
10200 "type": "symfony-bundle",
10201 "extra": {
10202 "branch-alias": {
10203 "dev-master": "1.4-dev"
10204 }
10205 },
10206 "autoload": {
10207 "psr-4": {
10208 "Bazinga\\Bundle\\HateoasBundle\\": ""
10209 }
10210 },
10211 "notification-url": "https://packagist.org/downloads/",
10212 "license": [
10213 "MIT"
10214 ],
10215 "authors": [
10216 {
10217 "name": "William DURAND",
10218 "email": "william.durand1@gmail.com"
10219 }
10220 ],
10221 "description": "Integration of Hateoas into Symfony2.",
10222 "keywords": [
10223 "HATEOAS",
10224 "rest"
10225 ],
10226 "time": "2018-01-27T13:03:07+00:00"
10227 },
10228 {
10229 "name": "willdurand/jsonp-callback-validator",
10230 "version": "v1.1.0",
10231 "source": {
10232 "type": "git",
10233 "url": "https://github.com/willdurand/JsonpCallbackValidator.git",
10234 "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909"
10235 },
10236 "dist": {
10237 "type": "zip",
10238 "url": "https://api.github.com/repos/willdurand/JsonpCallbackValidator/zipball/1a7d388bb521959e612ef50c5c7b1691b097e909",
10239 "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909",
10240 "shasum": ""
10241 },
10242 "require": {
10243 "php": ">=5.3.0"
10244 },
10245 "require-dev": {
10246 "phpunit/phpunit": "~3.7"
10247 },
10248 "type": "library",
10249 "autoload": {
10250 "psr-0": {
10251 "JsonpCallbackValidator": "src/"
10252 }
10253 },
10254 "notification-url": "https://packagist.org/downloads/",
10255 "license": [
10256 "MIT"
10257 ],
10258 "authors": [
10259 {
10260 "name": "William Durand",
10261 "email": "william.durand1@gmail.com",
10262 "homepage": "http://www.willdurand.fr"
10263 }
10264 ],
10265 "description": "JSONP callback validator.",
10266 "time": "2014-01-20T22:35:06+00:00"
10267 },
10268 {
10269 "name": "willdurand/negotiation",
10270 "version": "v2.3.1",
10271 "source": {
10272 "type": "git",
10273 "url": "https://github.com/willdurand/Negotiation.git",
10274 "reference": "03436ededa67c6e83b9b12defac15384cb399dc9"
10275 },
10276 "dist": {
10277 "type": "zip",
10278 "url": "https://api.github.com/repos/willdurand/Negotiation/zipball/03436ededa67c6e83b9b12defac15384cb399dc9",
10279 "reference": "03436ededa67c6e83b9b12defac15384cb399dc9",
10280 "shasum": ""
10281 },
10282 "require": {
10283 "php": ">=5.4.0"
10284 },
10285 "require-dev": {
10286 "phpunit/phpunit": "~4.5"
10287 },
10288 "type": "library",
10289 "extra": {
10290 "branch-alias": {
10291 "dev-master": "2.3-dev"
10292 }
10293 },
10294 "autoload": {
10295 "psr-4": {
10296 "Negotiation\\": "src/Negotiation"
10297 }
10298 },
10299 "notification-url": "https://packagist.org/downloads/",
10300 "license": [
10301 "MIT"
10302 ],
10303 "authors": [
10304 {
10305 "name": "William Durand",
10306 "email": "will+git@drnd.me"
10307 }
10308 ],
10309 "description": "Content Negotiation tools for PHP provided as a standalone library.",
10310 "homepage": "http://williamdurand.fr/Negotiation/",
10311 "keywords": [
10312 "accept",
10313 "content",
10314 "format",
10315 "header",
10316 "negotiation"
10317 ],
10318 "time": "2017-05-14T17:21:12+00:00"
10319 }
10320 ],
10321 "packages-dev": [
10322 {
10323 "name": "composer/semver",
10324 "version": "1.5.1",
10325 "source": {
10326 "type": "git",
10327 "url": "https://github.com/composer/semver.git",
10328 "reference": "c6bea70230ef4dd483e6bbcab6005f682ed3a8de"
10329 },
10330 "dist": {
10331 "type": "zip",
10332 "url": "https://api.github.com/repos/composer/semver/zipball/c6bea70230ef4dd483e6bbcab6005f682ed3a8de",
10333 "reference": "c6bea70230ef4dd483e6bbcab6005f682ed3a8de",
10334 "shasum": ""
10335 },
10336 "require": {
10337 "php": "^5.3.2 || ^7.0"
10338 },
10339 "require-dev": {
10340 "phpunit/phpunit": "^4.5 || ^5.0.5"
10341 },
10342 "type": "library",
10343 "extra": {
10344 "branch-alias": {
10345 "dev-master": "1.x-dev"
10346 }
10347 },
10348 "autoload": {
10349 "psr-4": {
10350 "Composer\\Semver\\": "src"
10351 }
10352 },
10353 "notification-url": "https://packagist.org/downloads/",
10354 "license": [
10355 "MIT"
10356 ],
10357 "authors": [
10358 {
10359 "name": "Nils Adermann",
10360 "email": "naderman@naderman.de",
10361 "homepage": "http://www.naderman.de"
10362 },
10363 {
10364 "name": "Jordi Boggiano",
10365 "email": "j.boggiano@seld.be",
10366 "homepage": "http://seld.be"
10367 },
10368 {
10369 "name": "Rob Bast",
10370 "email": "rob.bast@gmail.com",
10371 "homepage": "http://robbast.nl"
10372 }
10373 ],
10374 "description": "Semver library that offers utilities, version constraint parsing and validation.",
10375 "keywords": [
10376 "semantic",
10377 "semver",
10378 "validation",
10379 "versioning"
10380 ],
10381 "time": "2020-01-13T12:06:48+00:00"
10382 },
10383 {
10384 "name": "composer/xdebug-handler",
10385 "version": "1.4.1",
10386 "source": {
10387 "type": "git",
10388 "url": "https://github.com/composer/xdebug-handler.git",
10389 "reference": "1ab9842d69e64fb3a01be6b656501032d1b78cb7"
10390 },
10391 "dist": {
10392 "type": "zip",
10393 "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/1ab9842d69e64fb3a01be6b656501032d1b78cb7",
10394 "reference": "1ab9842d69e64fb3a01be6b656501032d1b78cb7",
10395 "shasum": ""
10396 },
10397 "require": {
10398 "php": "^5.3.2 || ^7.0 || ^8.0",
10399 "psr/log": "^1.0"
10400 },
10401 "require-dev": {
10402 "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8"
10403 },
10404 "type": "library",
10405 "autoload": {
10406 "psr-4": {
10407 "Composer\\XdebugHandler\\": "src"
10408 }
10409 },
10410 "notification-url": "https://packagist.org/downloads/",
10411 "license": [
10412 "MIT"
10413 ],
10414 "authors": [
10415 {
10416 "name": "John Stevenson",
10417 "email": "john-stevenson@blueyonder.co.uk"
10418 }
10419 ],
10420 "description": "Restarts a process without Xdebug.",
10421 "keywords": [
10422 "Xdebug",
10423 "performance"
10424 ],
10425 "funding": [
10426 {
10427 "url": "https://packagist.com",
10428 "type": "custom"
10429 }
10430 ],
10431 "time": "2020-03-01T12:26:26+00:00"
10432 },
10433 {
10434 "name": "dama/doctrine-test-bundle",
10435 "version": "v5.0.3",
10436 "source": {
10437 "type": "git",
10438 "url": "https://github.com/dmaicher/doctrine-test-bundle.git",
10439 "reference": "29882b0d1a815f4819126ef714931bb24a31cbaa"
10440 },
10441 "dist": {
10442 "type": "zip",
10443 "url": "https://api.github.com/repos/dmaicher/doctrine-test-bundle/zipball/29882b0d1a815f4819126ef714931bb24a31cbaa",
10444 "reference": "29882b0d1a815f4819126ef714931bb24a31cbaa",
10445 "shasum": ""
10446 },
10447 "require": {
10448 "doctrine/dbal": "~2.5",
10449 "doctrine/doctrine-bundle": "~1.4",
10450 "php": "^7.1",
10451 "symfony/framework-bundle": "~2.7|~3.0|~4.0"
10452 },
10453 "require-dev": {
10454 "phpunit/phpunit": "~6.0|~7.0|~8.0",
10455 "symfony/phpunit-bridge": "~2.8|~3.0|~4.0",
10456 "symfony/yaml": "~2.8|~3.0|~4.0"
10457 },
10458 "type": "symfony-bundle",
10459 "extra": {
10460 "branch-alias": {
10461 "dev-master": "5.1.x-dev"
10462 }
10463 },
10464 "autoload": {
10465 "psr-4": {
10466 "DAMA\\DoctrineTestBundle\\": "src/DAMA/DoctrineTestBundle"
10467 }
10468 },
10469 "notification-url": "https://packagist.org/downloads/",
10470 "license": [
10471 "MIT"
10472 ],
10473 "authors": [
10474 {
10475 "name": "David Maicher",
10476 "email": "mail@dmaicher.de"
10477 }
10478 ],
10479 "description": "Symfony bundle to isolate doctrine database tests and improve test performance",
10480 "keywords": [
10481 "Symfony 3",
10482 "Symfony 4",
10483 "doctrine",
10484 "isolation",
10485 "performance",
10486 "symfony",
10487 "symfony 2",
10488 "tests"
10489 ],
10490 "time": "2019-03-22T10:34:17+00:00"
10491 },
10492 {
10493 "name": "doctrine/data-fixtures",
10494 "version": "1.3.3",
10495 "source": {
10496 "type": "git",
10497 "url": "https://github.com/doctrine/data-fixtures.git",
10498 "reference": "f0ee99c64922fc3f863715232b615c478a61b0a3"
10499 },
10500 "dist": {
10501 "type": "zip",
10502 "url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/f0ee99c64922fc3f863715232b615c478a61b0a3",
10503 "reference": "f0ee99c64922fc3f863715232b615c478a61b0a3",
10504 "shasum": ""
10505 },
10506 "require": {
10507 "doctrine/common": "~2.2",
10508 "php": "^7.1"
10509 },
10510 "conflict": {
10511 "doctrine/phpcr-odm": "<1.3.0"
10512 },
10513 "require-dev": {
10514 "alcaeus/mongo-php-adapter": "^1.1",
10515 "doctrine/dbal": "^2.5.4",
10516 "doctrine/mongodb-odm": "^1.3.0",
10517 "doctrine/orm": "^2.5.4",
10518 "phpunit/phpunit": "^7.0"
10519 },
10520 "suggest": {
10521 "alcaeus/mongo-php-adapter": "For using MongoDB ODM with PHP 7",
10522 "doctrine/mongodb-odm": "For loading MongoDB ODM fixtures",
10523 "doctrine/orm": "For loading ORM fixtures",
10524 "doctrine/phpcr-odm": "For loading PHPCR ODM fixtures"
10525 },
10526 "type": "library",
10527 "extra": {
10528 "branch-alias": {
10529 "dev-master": "1.3.x-dev"
10530 }
10531 },
10532 "autoload": {
10533 "psr-4": {
10534 "Doctrine\\Common\\DataFixtures\\": "lib/Doctrine/Common/DataFixtures"
10535 }
10536 },
10537 "notification-url": "https://packagist.org/downloads/",
10538 "license": [
10539 "MIT"
10540 ],
10541 "authors": [
10542 {
10543 "name": "Jonathan Wage",
10544 "email": "jonwage@gmail.com"
10545 }
10546 ],
10547 "description": "Data Fixtures for all Doctrine Object Managers",
10548 "homepage": "http://www.doctrine-project.org",
10549 "keywords": [
10550 "database"
10551 ],
10552 "time": "2019-10-24T04:52:28+00:00"
10553 },
10554 {
10555 "name": "doctrine/doctrine-fixtures-bundle",
10556 "version": "3.3.1",
10557 "source": {
10558 "type": "git",
10559 "url": "https://github.com/doctrine/DoctrineFixturesBundle.git",
10560 "reference": "39defca57ee0949e1475c46177b30b6d1b732e8f"
10561 },
10562 "dist": {
10563 "type": "zip",
10564 "url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/39defca57ee0949e1475c46177b30b6d1b732e8f",
10565 "reference": "39defca57ee0949e1475c46177b30b6d1b732e8f",
10566 "shasum": ""
10567 },
10568 "require": {
10569 "doctrine/data-fixtures": "^1.3",
10570 "doctrine/doctrine-bundle": "^1.11|^2.0",
10571 "doctrine/orm": "^2.6.0",
10572 "doctrine/persistence": "^1.3",
10573 "php": "^7.1",
10574 "symfony/config": "^3.4|^4.3|^5.0",
10575 "symfony/console": "^3.4|^4.3|^5.0",
10576 "symfony/dependency-injection": "^3.4|^4.3|^5.0",
10577 "symfony/doctrine-bridge": "^3.4|^4.1|^5.0",
10578 "symfony/http-kernel": "^3.4|^4.3|^5.0"
10579 },
10580 "require-dev": {
10581 "doctrine/coding-standard": "^6.0",
10582 "phpunit/phpunit": "^7.4",
10583 "symfony/phpunit-bridge": "^4.1|^5.0"
10584 },
10585 "type": "symfony-bundle",
10586 "extra": {
10587 "branch-alias": {
10588 "dev-master": "3.3.x-dev"
10589 }
10590 },
10591 "autoload": {
10592 "psr-4": {
10593 "Doctrine\\Bundle\\FixturesBundle\\": ""
10594 }
10595 },
10596 "notification-url": "https://packagist.org/downloads/",
10597 "license": [
10598 "MIT"
10599 ],
10600 "authors": [
10601 {
10602 "name": "Fabien Potencier",
10603 "email": "fabien@symfony.com"
10604 },
10605 {
10606 "name": "Doctrine Project",
10607 "homepage": "http://www.doctrine-project.org"
10608 },
10609 {
10610 "name": "Symfony Community",
10611 "homepage": "http://symfony.com/contributors"
10612 }
10613 ],
10614 "description": "Symfony DoctrineFixturesBundle",
10615 "homepage": "http://www.doctrine-project.org",
10616 "keywords": [
10617 "Fixture",
10618 "persistence"
10619 ],
10620 "funding": [
10621 {
10622 "url": "https://www.doctrine-project.org/sponsorship.html",
10623 "type": "custom"
10624 },
10625 {
10626 "url": "https://www.patreon.com/phpdoctrine",
10627 "type": "patreon"
10628 },
10629 {
10630 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdoctrine-fixtures-bundle",
10631 "type": "tidelift"
10632 }
10633 ],
10634 "time": "2020-04-02T16:40:37+00:00"
10635 },
10636 {
10637 "name": "friendsofphp/php-cs-fixer",
10638 "version": "v2.16.3",
10639 "source": {
10640 "type": "git",
10641 "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
10642 "reference": "83baf823a33a1cbd5416c8626935cf3f843c10b0"
10643 },
10644 "dist": {
10645 "type": "zip",
10646 "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/83baf823a33a1cbd5416c8626935cf3f843c10b0",
10647 "reference": "83baf823a33a1cbd5416c8626935cf3f843c10b0",
10648 "shasum": ""
10649 },
10650 "require": {
10651 "composer/semver": "^1.4",
10652 "composer/xdebug-handler": "^1.2",
10653 "doctrine/annotations": "^1.2",
10654 "ext-json": "*",
10655 "ext-tokenizer": "*",
10656 "php": "^5.6 || ^7.0",
10657 "php-cs-fixer/diff": "^1.3",
10658 "symfony/console": "^3.4.17 || ^4.1.6 || ^5.0",
10659 "symfony/event-dispatcher": "^3.0 || ^4.0 || ^5.0",
10660 "symfony/filesystem": "^3.0 || ^4.0 || ^5.0",
10661 "symfony/finder": "^3.0 || ^4.0 || ^5.0",
10662 "symfony/options-resolver": "^3.0 || ^4.0 || ^5.0",
10663 "symfony/polyfill-php70": "^1.0",
10664 "symfony/polyfill-php72": "^1.4",
10665 "symfony/process": "^3.0 || ^4.0 || ^5.0",
10666 "symfony/stopwatch": "^3.0 || ^4.0 || ^5.0"
10667 },
10668 "require-dev": {
10669 "johnkary/phpunit-speedtrap": "^1.1 || ^2.0 || ^3.0",
10670 "justinrainbow/json-schema": "^5.0",
10671 "keradus/cli-executor": "^1.2",
10672 "mikey179/vfsstream": "^1.6",
10673 "php-coveralls/php-coveralls": "^2.1",
10674 "php-cs-fixer/accessible-object": "^1.0",
10675 "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.1",
10676 "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.1",
10677 "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.1",
10678 "phpunitgoodpractices/traits": "^1.8",
10679 "symfony/phpunit-bridge": "^4.3 || ^5.0",
10680 "symfony/yaml": "^3.0 || ^4.0 || ^5.0"
10681 },
10682 "suggest": {
10683 "ext-dom": "For handling output formats in XML",
10684 "ext-mbstring": "For handling non-UTF8 characters in cache signature.",
10685 "php-cs-fixer/phpunit-constraint-isidenticalstring": "For IsIdenticalString constraint.",
10686 "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "For XmlMatchesXsd constraint.",
10687 "symfony/polyfill-mbstring": "When enabling `ext-mbstring` is not possible."
10688 },
10689 "bin": [
10690 "php-cs-fixer"
10691 ],
10692 "type": "application",
10693 "autoload": {
10694 "psr-4": {
10695 "PhpCsFixer\\": "src/"
10696 },
10697 "classmap": [
10698 "tests/Test/AbstractFixerTestCase.php",
10699 "tests/Test/AbstractIntegrationCaseFactory.php",
10700 "tests/Test/AbstractIntegrationTestCase.php",
10701 "tests/Test/Assert/AssertTokensTrait.php",
10702 "tests/Test/IntegrationCase.php",
10703 "tests/Test/IntegrationCaseFactory.php",
10704 "tests/Test/IntegrationCaseFactoryInterface.php",
10705 "tests/Test/InternalIntegrationCaseFactory.php",
10706 "tests/Test/IsIdenticalConstraint.php",
10707 "tests/TestCase.php"
10708 ]
10709 },
10710 "notification-url": "https://packagist.org/downloads/",
10711 "license": [
10712 "MIT"
10713 ],
10714 "authors": [
10715 {
10716 "name": "Fabien Potencier",
10717 "email": "fabien@symfony.com"
10718 },
10719 {
10720 "name": "Dariusz Rumiński",
10721 "email": "dariusz.ruminski@gmail.com"
10722 }
10723 ],
10724 "description": "A tool to automatically fix PHP code style",
10725 "funding": [
10726 {
10727 "url": "https://github.com/keradus",
10728 "type": "github"
10729 }
10730 ],
10731 "time": "2020-04-15T18:51:10+00:00"
10732 },
10733 {
10734 "name": "m6web/redis-mock",
10735 "version": "v5.0.0",
10736 "source": {
10737 "type": "git",
10738 "url": "https://github.com/M6Web/RedisMock.git",
10739 "reference": "1b7a1bcbb63d636b003643e88f785615e0a316bd"
10740 },
10741 "dist": {
10742 "type": "zip",
10743 "url": "https://api.github.com/repos/M6Web/RedisMock/zipball/1b7a1bcbb63d636b003643e88f785615e0a316bd",
10744 "reference": "1b7a1bcbb63d636b003643e88f785615e0a316bd",
10745 "shasum": ""
10746 },
10747 "require": {
10748 "php": ">=7.1.0"
10749 },
10750 "require-dev": {
10751 "atoum/atoum": "master-dev",
10752 "predis/predis": "~1.1"
10753 },
10754 "type": "library",
10755 "autoload": {
10756 "psr-0": {
10757 "M6Web\\Component\\RedisMock": "src/"
10758 }
10759 },
10760 "notification-url": "https://packagist.org/downloads/",
10761 "license": [
10762 "MIT"
10763 ],
10764 "authors": [
10765 {
10766 "name": "M6Web",
10767 "email": "opensource@m6web.fr",
10768 "homepage": "http://tech.m6web.fr/"
10769 }
10770 ],
10771 "description": "Library providing a PHP mock for Redis",
10772 "keywords": [
10773 "mock",
10774 "redis"
10775 ],
10776 "time": "2020-01-08T08:03:01+00:00"
10777 },
10778 {
10779 "name": "nette/bootstrap",
10780 "version": "v3.0.1",
10781 "source": {
10782 "type": "git",
10783 "url": "https://github.com/nette/bootstrap.git",
10784 "reference": "b45a1e33b6a44beb307756522396551e5a9ff249"
10785 },
10786 "dist": {
10787 "type": "zip",
10788 "url": "https://api.github.com/repos/nette/bootstrap/zipball/b45a1e33b6a44beb307756522396551e5a9ff249",
10789 "reference": "b45a1e33b6a44beb307756522396551e5a9ff249",
10790 "shasum": ""
10791 },
10792 "require": {
10793 "nette/di": "^3.0",
10794 "nette/utils": "^3.0",
10795 "php": ">=7.1"
10796 },
10797 "conflict": {
10798 "tracy/tracy": "<2.6"
10799 },
10800 "require-dev": {
10801 "latte/latte": "^2.2",
10802 "nette/application": "^3.0",
10803 "nette/caching": "^3.0",
10804 "nette/database": "^3.0",
10805 "nette/forms": "^3.0",
10806 "nette/http": "^3.0",
10807 "nette/mail": "^3.0",
10808 "nette/robot-loader": "^3.0",
10809 "nette/safe-stream": "^2.2",
10810 "nette/security": "^3.0",
10811 "nette/tester": "^2.0",
10812 "tracy/tracy": "^2.6"
10813 },
10814 "suggest": {
10815 "nette/robot-loader": "to use Configurator::createRobotLoader()",
10816 "tracy/tracy": "to use Configurator::enableTracy()"
10817 },
10818 "type": "library",
10819 "extra": {
10820 "branch-alias": {
10821 "dev-master": "3.0-dev"
10822 }
10823 },
10824 "autoload": {
10825 "classmap": [
10826 "src/"
10827 ]
10828 },
10829 "notification-url": "https://packagist.org/downloads/",
10830 "license": [
10831 "BSD-3-Clause",
10832 "GPL-2.0",
10833 "GPL-3.0"
10834 ],
10835 "authors": [
10836 {
10837 "name": "David Grudl",
10838 "homepage": "https://davidgrudl.com"
10839 },
10840 {
10841 "name": "Nette Community",
10842 "homepage": "https://nette.org/contributors"
10843 }
10844 ],
10845 "description": "🅱 Nette Bootstrap: the simple way to configure and bootstrap your Nette application.",
10846 "homepage": "https://nette.org",
10847 "keywords": [
10848 "bootstrapping",
10849 "configurator",
10850 "nette"
10851 ],
10852 "time": "2019-09-30T08:19:38+00:00"
10853 },
10854 {
10855 "name": "nette/di",
10856 "version": "v3.0.4",
10857 "source": {
10858 "type": "git",
10859 "url": "https://github.com/nette/di.git",
10860 "reference": "34d3e47ebe96229b7671664893a3b1128c102213"
10861 },
10862 "dist": {
10863 "type": "zip",
10864 "url": "https://api.github.com/repos/nette/di/zipball/34d3e47ebe96229b7671664893a3b1128c102213",
10865 "reference": "34d3e47ebe96229b7671664893a3b1128c102213",
10866 "shasum": ""
10867 },
10868 "require": {
10869 "ext-tokenizer": "*",
10870 "nette/neon": "^3.0",
10871 "nette/php-generator": "^3.3.3",
10872 "nette/robot-loader": "^3.2",
10873 "nette/schema": "^1.0",
10874 "nette/utils": "^3.1",
10875 "php": ">=7.1"
10876 },
10877 "conflict": {
10878 "nette/bootstrap": "<3.0"
10879 },
10880 "require-dev": {
10881 "nette/tester": "^2.2",
10882 "phpstan/phpstan": "^0.12",
10883 "tracy/tracy": "^2.3"
10884 },
10885 "type": "library",
10886 "extra": {
10887 "branch-alias": {
10888 "dev-master": "3.0-dev"
10889 }
10890 },
10891 "autoload": {
10892 "classmap": [
10893 "src/"
10894 ]
10895 },
10896 "notification-url": "https://packagist.org/downloads/",
10897 "license": [
10898 "BSD-3-Clause",
10899 "GPL-2.0-only",
10900 "GPL-3.0-only"
10901 ],
10902 "authors": [
10903 {
10904 "name": "David Grudl",
10905 "homepage": "https://davidgrudl.com"
10906 },
10907 {
10908 "name": "Nette Community",
10909 "homepage": "https://nette.org/contributors"
10910 }
10911 ],
10912 "description": "💎 Nette Dependency Injection Container: Flexible, compiled and full-featured DIC with perfectly usable autowiring and support for all new PHP 7.1 features.",
10913 "homepage": "https://nette.org",
10914 "keywords": [
10915 "compiled",
10916 "di",
10917 "dic",
10918 "factory",
10919 "ioc",
10920 "nette",
10921 "static"
10922 ],
10923 "time": "2020-05-14T10:29:59+00:00"
10924 },
10925 {
10926 "name": "nette/finder",
10927 "version": "v2.5.2",
10928 "source": {
10929 "type": "git",
10930 "url": "https://github.com/nette/finder.git",
10931 "reference": "4ad2c298eb8c687dd0e74ae84206a4186eeaed50"
10932 },
10933 "dist": {
10934 "type": "zip",
10935 "url": "https://api.github.com/repos/nette/finder/zipball/4ad2c298eb8c687dd0e74ae84206a4186eeaed50",
10936 "reference": "4ad2c298eb8c687dd0e74ae84206a4186eeaed50",
10937 "shasum": ""
10938 },
10939 "require": {
10940 "nette/utils": "^2.4 || ^3.0",
10941 "php": ">=7.1"
10942 },
10943 "conflict": {
10944 "nette/nette": "<2.2"
10945 },
10946 "require-dev": {
10947 "nette/tester": "^2.0",
10948 "phpstan/phpstan": "^0.12",
10949 "tracy/tracy": "^2.3"
10950 },
10951 "type": "library",
10952 "extra": {
10953 "branch-alias": {
10954 "dev-master": "2.5-dev"
10955 }
10956 },
10957 "autoload": {
10958 "classmap": [
10959 "src/"
10960 ]
10961 },
10962 "notification-url": "https://packagist.org/downloads/",
10963 "license": [
10964 "BSD-3-Clause",
10965 "GPL-2.0",
10966 "GPL-3.0"
10967 ],
10968 "authors": [
10969 {
10970 "name": "David Grudl",
10971 "homepage": "https://davidgrudl.com"
10972 },
10973 {
10974 "name": "Nette Community",
10975 "homepage": "https://nette.org/contributors"
10976 }
10977 ],
10978 "description": "🔍 Nette Finder: find files and directories with an intuitive API.",
10979 "homepage": "https://nette.org",
10980 "keywords": [
10981 "filesystem",
10982 "glob",
10983 "iterator",
10984 "nette"
10985 ],
10986 "time": "2020-01-03T20:35:40+00:00"
10987 },
10988 {
10989 "name": "nette/neon",
10990 "version": "v3.1.2",
10991 "source": {
10992 "type": "git",
10993 "url": "https://github.com/nette/neon.git",
10994 "reference": "3c3dcbc6bf6c80dc97b1fc4ba9a22ae67930fc0e"
10995 },
10996 "dist": {
10997 "type": "zip",
10998 "url": "https://api.github.com/repos/nette/neon/zipball/3c3dcbc6bf6c80dc97b1fc4ba9a22ae67930fc0e",
10999 "reference": "3c3dcbc6bf6c80dc97b1fc4ba9a22ae67930fc0e",
11000 "shasum": ""
11001 },
11002 "require": {
11003 "ext-iconv": "*",
11004 "ext-json": "*",
11005 "php": ">=7.1"
11006 },
11007 "require-dev": {
11008 "nette/tester": "^2.0",
11009 "phpstan/phpstan": "^0.12",
11010 "tracy/tracy": "^2.3"
11011 },
11012 "type": "library",
11013 "extra": {
11014 "branch-alias": {
11015 "dev-master": "3.1-dev"
11016 }
11017 },
11018 "autoload": {
11019 "classmap": [
11020 "src/"
11021 ]
11022 },
11023 "notification-url": "https://packagist.org/downloads/",
11024 "license": [
11025 "BSD-3-Clause",
11026 "GPL-2.0-only",
11027 "GPL-3.0-only"
11028 ],
11029 "authors": [
11030 {
11031 "name": "David Grudl",
11032 "homepage": "https://davidgrudl.com"
11033 },
11034 {
11035 "name": "Nette Community",
11036 "homepage": "https://nette.org/contributors"
11037 }
11038 ],
11039 "description": "🍸 Nette NEON: encodes and decodes NEON file format.",
11040 "homepage": "https://ne-on.org",
11041 "keywords": [
11042 "export",
11043 "import",
11044 "neon",
11045 "nette",
11046 "yaml"
11047 ],
11048 "time": "2020-03-04T11:47:04+00:00"
11049 },
11050 {
11051 "name": "nette/php-generator",
11052 "version": "v3.3.4",
11053 "source": {
11054 "type": "git",
11055 "url": "https://github.com/nette/php-generator.git",
11056 "reference": "8fe7e699dca7db186f56d75800cb1ec32e39c856"
11057 },
11058 "dist": {
11059 "type": "zip",
11060 "url": "https://api.github.com/repos/nette/php-generator/zipball/8fe7e699dca7db186f56d75800cb1ec32e39c856",
11061 "reference": "8fe7e699dca7db186f56d75800cb1ec32e39c856",
11062 "shasum": ""
11063 },
11064 "require": {
11065 "nette/utils": "^2.4.2 || ^3.0",
11066 "php": ">=7.1"
11067 },
11068 "require-dev": {
11069 "nette/tester": "^2.0",
11070 "phpstan/phpstan": "^0.12",
11071 "tracy/tracy": "^2.3"
11072 },
11073 "type": "library",
11074 "extra": {
11075 "branch-alias": {
11076 "dev-master": "3.3-dev"
11077 }
11078 },
11079 "autoload": {
11080 "classmap": [
11081 "src/"
11082 ]
11083 },
11084 "notification-url": "https://packagist.org/downloads/",
11085 "license": [
11086 "BSD-3-Clause",
11087 "GPL-2.0-only",
11088 "GPL-3.0-only"
11089 ],
11090 "authors": [
11091 {
11092 "name": "David Grudl",
11093 "homepage": "https://davidgrudl.com"
11094 },
11095 {
11096 "name": "Nette Community",
11097 "homepage": "https://nette.org/contributors"
11098 }
11099 ],
11100 "description": "🐘 Nette PHP Generator: generates neat PHP code for you. Supports new PHP 7.4 features.",
11101 "homepage": "https://nette.org",
11102 "keywords": [
11103 "code",
11104 "nette",
11105 "php",
11106 "scaffolding"
11107 ],
11108 "time": "2020-02-09T14:39:09+00:00"
11109 },
11110 {
11111 "name": "nette/robot-loader",
11112 "version": "v3.2.3",
11113 "source": {
11114 "type": "git",
11115 "url": "https://github.com/nette/robot-loader.git",
11116 "reference": "726c462e73e739e965ec654a667407074cfe83c0"
11117 },
11118 "dist": {
11119 "type": "zip",
11120 "url": "https://api.github.com/repos/nette/robot-loader/zipball/726c462e73e739e965ec654a667407074cfe83c0",
11121 "reference": "726c462e73e739e965ec654a667407074cfe83c0",
11122 "shasum": ""
11123 },
11124 "require": {
11125 "ext-tokenizer": "*",
11126 "nette/finder": "^2.5 || ^3.0",
11127 "nette/utils": "^3.0",
11128 "php": ">=7.1"
11129 },
11130 "require-dev": {
11131 "nette/tester": "^2.0",
11132 "phpstan/phpstan": "^0.12",
11133 "tracy/tracy": "^2.3"
11134 },
11135 "type": "library",
11136 "extra": {
11137 "branch-alias": {
11138 "dev-master": "3.2-dev"
11139 }
11140 },
11141 "autoload": {
11142 "classmap": [
11143 "src/"
11144 ]
11145 },
11146 "notification-url": "https://packagist.org/downloads/",
11147 "license": [
11148 "BSD-3-Clause",
11149 "GPL-2.0-only",
11150 "GPL-3.0-only"
11151 ],
11152 "authors": [
11153 {
11154 "name": "David Grudl",
11155 "homepage": "https://davidgrudl.com"
11156 },
11157 {
11158 "name": "Nette Community",
11159 "homepage": "https://nette.org/contributors"
11160 }
11161 ],
11162 "description": "🍀 Nette RobotLoader: high performance and comfortable autoloader that will search and autoload classes within your application.",
11163 "homepage": "https://nette.org",
11164 "keywords": [
11165 "autoload",
11166 "class",
11167 "interface",
11168 "nette",
11169 "trait"
11170 ],
11171 "time": "2020-02-28T13:10:07+00:00"
11172 },
11173 {
11174 "name": "nette/schema",
11175 "version": "v1.0.2",
11176 "source": {
11177 "type": "git",
11178 "url": "https://github.com/nette/schema.git",
11179 "reference": "febf71fb4052c824046f5a33f4f769a6e7fa0cb4"
11180 },
11181 "dist": {
11182 "type": "zip",
11183 "url": "https://api.github.com/repos/nette/schema/zipball/febf71fb4052c824046f5a33f4f769a6e7fa0cb4",
11184 "reference": "febf71fb4052c824046f5a33f4f769a6e7fa0cb4",
11185 "shasum": ""
11186 },
11187 "require": {
11188 "nette/utils": "^3.1",
11189 "php": ">=7.1"
11190 },
11191 "require-dev": {
11192 "nette/tester": "^2.2",
11193 "phpstan/phpstan-nette": "^0.12",
11194 "tracy/tracy": "^2.3"
11195 },
11196 "type": "library",
11197 "extra": {
11198 "branch-alias": []
11199 },
11200 "autoload": {
11201 "classmap": [
11202 "src/"
11203 ]
11204 },
11205 "notification-url": "https://packagist.org/downloads/",
11206 "license": [
11207 "BSD-3-Clause",
11208 "GPL-2.0",
11209 "GPL-3.0"
11210 ],
11211 "authors": [
11212 {
11213 "name": "David Grudl",
11214 "homepage": "https://davidgrudl.com"
11215 },
11216 {
11217 "name": "Nette Community",
11218 "homepage": "https://nette.org/contributors"
11219 }
11220 ],
11221 "description": "📐 Nette Schema: validating data structures against a given Schema.",
11222 "homepage": "https://nette.org",
11223 "keywords": [
11224 "config",
11225 "nette"
11226 ],
11227 "time": "2020-01-06T22:52:48+00:00"
11228 },
11229 {
11230 "name": "nette/utils",
11231 "version": "v3.1.1",
11232 "source": {
11233 "type": "git",
11234 "url": "https://github.com/nette/utils.git",
11235 "reference": "2c17d16d8887579ae1c0898ff94a3668997fd3eb"
11236 },
11237 "dist": {
11238 "type": "zip",
11239 "url": "https://api.github.com/repos/nette/utils/zipball/2c17d16d8887579ae1c0898ff94a3668997fd3eb",
11240 "reference": "2c17d16d8887579ae1c0898ff94a3668997fd3eb",
11241 "shasum": ""
11242 },
11243 "require": {
11244 "php": ">=7.1"
11245 },
11246 "require-dev": {
11247 "nette/tester": "~2.0",
11248 "phpstan/phpstan": "^0.12",
11249 "tracy/tracy": "^2.3"
11250 },
11251 "suggest": {
11252 "ext-gd": "to use Image",
11253 "ext-iconv": "to use Strings::webalize() and toAscii()",
11254 "ext-intl": "to use Strings::webalize(), toAscii(), normalize() and compare()",
11255 "ext-json": "to use Nette\\Utils\\Json",
11256 "ext-mbstring": "to use Strings::lower() etc...",
11257 "ext-tokenizer": "to use Nette\\Utils\\Reflection::getUseStatements()",
11258 "ext-xml": "to use Strings::length() etc. when mbstring is not available"
11259 },
11260 "type": "library",
11261 "extra": {
11262 "branch-alias": {
11263 "dev-master": "3.1-dev"
11264 }
11265 },
11266 "autoload": {
11267 "classmap": [
11268 "src/"
11269 ]
11270 },
11271 "notification-url": "https://packagist.org/downloads/",
11272 "license": [
11273 "BSD-3-Clause",
11274 "GPL-2.0-only",
11275 "GPL-3.0-only"
11276 ],
11277 "authors": [
11278 {
11279 "name": "David Grudl",
11280 "homepage": "https://davidgrudl.com"
11281 },
11282 {
11283 "name": "Nette Community",
11284 "homepage": "https://nette.org/contributors"
11285 }
11286 ],
11287 "description": "🛠 Nette Utils: lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.",
11288 "homepage": "https://nette.org",
11289 "keywords": [
11290 "array",
11291 "core",
11292 "datetime",
11293 "images",
11294 "json",
11295 "nette",
11296 "paginator",
11297 "password",
11298 "slugify",
11299 "string",
11300 "unicode",
11301 "utf-8",
11302 "utility",
11303 "validation"
11304 ],
11305 "time": "2020-02-09T14:10:55+00:00"
11306 },
11307 {
11308 "name": "nikic/php-parser",
11309 "version": "v4.4.0",
11310 "source": {
11311 "type": "git",
11312 "url": "https://github.com/nikic/PHP-Parser.git",
11313 "reference": "bd43ec7152eaaab3bd8c6d0aa95ceeb1df8ee120"
11314 },
11315 "dist": {
11316 "type": "zip",
11317 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/bd43ec7152eaaab3bd8c6d0aa95ceeb1df8ee120",
11318 "reference": "bd43ec7152eaaab3bd8c6d0aa95ceeb1df8ee120",
11319 "shasum": ""
11320 },
11321 "require": {
11322 "ext-tokenizer": "*",
11323 "php": ">=7.0"
11324 },
11325 "require-dev": {
11326 "ircmaxell/php-yacc": "0.0.5",
11327 "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0"
11328 },
11329 "bin": [
11330 "bin/php-parse"
11331 ],
11332 "type": "library",
11333 "extra": {
11334 "branch-alias": {
11335 "dev-master": "4.3-dev"
11336 }
11337 },
11338 "autoload": {
11339 "psr-4": {
11340 "PhpParser\\": "lib/PhpParser"
11341 }
11342 },
11343 "notification-url": "https://packagist.org/downloads/",
11344 "license": [
11345 "BSD-3-Clause"
11346 ],
11347 "authors": [
11348 {
11349 "name": "Nikita Popov"
11350 }
11351 ],
11352 "description": "A PHP parser written in PHP",
11353 "keywords": [
11354 "parser",
11355 "php"
11356 ],
11357 "time": "2020-04-10T16:34:50+00:00"
11358 },
11359 {
11360 "name": "php-cs-fixer/diff",
11361 "version": "v1.3.0",
11362 "source": {
11363 "type": "git",
11364 "url": "https://github.com/PHP-CS-Fixer/diff.git",
11365 "reference": "78bb099e9c16361126c86ce82ec4405ebab8e756"
11366 },
11367 "dist": {
11368 "type": "zip",
11369 "url": "https://api.github.com/repos/PHP-CS-Fixer/diff/zipball/78bb099e9c16361126c86ce82ec4405ebab8e756",
11370 "reference": "78bb099e9c16361126c86ce82ec4405ebab8e756",
11371 "shasum": ""
11372 },
11373 "require": {
11374 "php": "^5.6 || ^7.0"
11375 },
11376 "require-dev": {
11377 "phpunit/phpunit": "^5.7.23 || ^6.4.3",
11378 "symfony/process": "^3.3"
11379 },
11380 "type": "library",
11381 "autoload": {
11382 "classmap": [
11383 "src/"
11384 ]
11385 },
11386 "notification-url": "https://packagist.org/downloads/",
11387 "license": [
11388 "BSD-3-Clause"
11389 ],
11390 "authors": [
11391 {
11392 "name": "Kore Nordmann",
11393 "email": "mail@kore-nordmann.de"
11394 },
11395 {
11396 "name": "Sebastian Bergmann",
11397 "email": "sebastian@phpunit.de"
11398 },
11399 {
11400 "name": "SpacePossum"
11401 }
11402 ],
11403 "description": "sebastian/diff v2 backport support for PHP5.6",
11404 "homepage": "https://github.com/PHP-CS-Fixer",
11405 "keywords": [
11406 "diff"
11407 ],
11408 "time": "2018-02-15T16:58:55+00:00"
11409 },
11410 {
11411 "name": "php-http/mock-client",
11412 "version": "1.3.1",
11413 "source": {
11414 "type": "git",
11415 "url": "https://github.com/php-http/mock-client.git",
11416 "reference": "186547be76fe81cc0c0589f9285ef9c8dded9845"
11417 },
11418 "dist": {
11419 "type": "zip",
11420 "url": "https://api.github.com/repos/php-http/mock-client/zipball/186547be76fe81cc0c0589f9285ef9c8dded9845",
11421 "reference": "186547be76fe81cc0c0589f9285ef9c8dded9845",
11422 "shasum": ""
11423 },
11424 "require": {
11425 "php": "^5.5 || ^7.0",
11426 "php-http/client-common": "^1.9 || ^2.0",
11427 "php-http/discovery": "^1.0",
11428 "php-http/httplug": "^1.0 || ^2.0",
11429 "php-http/message-factory": "^1.0"
11430 },
11431 "provide": {
11432 "php-http/async-client-implementation": "1.0",
11433 "php-http/client-implementation": "1.0"
11434 },
11435 "require-dev": {
11436 "henrikbjorn/phpspec-code-coverage": "^1.0",
11437 "phpspec/phpspec": "^2.4"
11438 },
11439 "type": "library",
11440 "extra": {
11441 "branch-alias": {
11442 "dev-master": "1.3-dev"
11443 }
11444 },
11445 "autoload": {
11446 "psr-4": {
11447 "Http\\Mock\\": "src/"
11448 }
11449 },
11450 "notification-url": "https://packagist.org/downloads/",
11451 "license": [
11452 "MIT"
11453 ],
11454 "authors": [
11455 {
11456 "name": "David de Boer",
11457 "email": "david@ddeboer.nl"
11458 }
11459 ],
11460 "description": "Mock HTTP client",
11461 "homepage": "http://httplug.io",
11462 "keywords": [
11463 "client",
11464 "http",
11465 "mock",
11466 "psr7"
11467 ],
11468 "time": "2019-11-06T12:49:04+00:00"
11469 },
11470 {
11471 "name": "phpstan/phpdoc-parser",
11472 "version": "0.3.5",
11473 "source": {
11474 "type": "git",
11475 "url": "https://github.com/phpstan/phpdoc-parser.git",
11476 "reference": "8c4ef2aefd9788238897b678a985e1d5c8df6db4"
11477 },
11478 "dist": {
11479 "type": "zip",
11480 "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/8c4ef2aefd9788238897b678a985e1d5c8df6db4",
11481 "reference": "8c4ef2aefd9788238897b678a985e1d5c8df6db4",
11482 "shasum": ""
11483 },
11484 "require": {
11485 "php": "~7.1"
11486 },
11487 "require-dev": {
11488 "consistence/coding-standard": "^3.5",
11489 "jakub-onderka/php-parallel-lint": "^0.9.2",
11490 "phing/phing": "^2.16.0",
11491 "phpstan/phpstan": "^0.10",
11492 "phpunit/phpunit": "^6.3",
11493 "slevomat/coding-standard": "^4.7.2",
11494 "squizlabs/php_codesniffer": "^3.3.2",
11495 "symfony/process": "^3.4 || ^4.0"
11496 },
11497 "type": "library",
11498 "extra": {
11499 "branch-alias": {
11500 "dev-master": "0.3-dev"
11501 }
11502 },
11503 "autoload": {
11504 "psr-4": {
11505 "PHPStan\\PhpDocParser\\": [
11506 "src/"
11507 ]
11508 }
11509 },
11510 "notification-url": "https://packagist.org/downloads/",
11511 "license": [
11512 "MIT"
11513 ],
11514 "description": "PHPDoc parser with support for nullable, intersection and generic types",
11515 "time": "2019-06-07T19:13:52+00:00"
11516 },
11517 {
11518 "name": "phpstan/phpstan",
11519 "version": "0.11.19",
11520 "source": {
11521 "type": "git",
11522 "url": "https://github.com/phpstan/phpstan.git",
11523 "reference": "63cc502f6957b7f74efbac444b4cf219dcadffd7"
11524 },
11525 "dist": {
11526 "type": "zip",
11527 "url": "https://api.github.com/repos/phpstan/phpstan/zipball/63cc502f6957b7f74efbac444b4cf219dcadffd7",
11528 "reference": "63cc502f6957b7f74efbac444b4cf219dcadffd7",
11529 "shasum": ""
11530 },
11531 "require": {
11532 "composer/xdebug-handler": "^1.3.0",
11533 "jean85/pretty-package-versions": "^1.0.3",
11534 "nette/bootstrap": "^2.4 || ^3.0",
11535 "nette/di": "^2.4.7 || ^3.0",
11536 "nette/neon": "^2.4.3 || ^3.0",
11537 "nette/robot-loader": "^3.0.1",
11538 "nette/schema": "^1.0",
11539 "nette/utils": "^2.4.5 || ^3.0",
11540 "nikic/php-parser": "^4.2.3",
11541 "php": "~7.1",
11542 "phpstan/phpdoc-parser": "^0.3.5",
11543 "symfony/console": "~3.2 || ~4.0",
11544 "symfony/finder": "~3.2 || ~4.0"
11545 },
11546 "conflict": {
11547 "symfony/console": "3.4.16 || 4.1.5"
11548 },
11549 "require-dev": {
11550 "brianium/paratest": "^2.0 || ^3.0",
11551 "consistence/coding-standard": "^3.5",
11552 "dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
11553 "ext-intl": "*",
11554 "ext-mysqli": "*",
11555 "ext-simplexml": "*",
11556 "ext-soap": "*",
11557 "ext-zip": "*",
11558 "jakub-onderka/php-parallel-lint": "^1.0",
11559 "localheinz/composer-normalize": "^1.1.0",
11560 "phing/phing": "^2.16.0",
11561 "phpstan/phpstan-deprecation-rules": "^0.11",
11562 "phpstan/phpstan-php-parser": "^0.11",
11563 "phpstan/phpstan-phpunit": "^0.11",
11564 "phpstan/phpstan-strict-rules": "^0.11",
11565 "phpunit/phpunit": "^7.5.14 || ^8.0",
11566 "slevomat/coding-standard": "^4.7.2",
11567 "squizlabs/php_codesniffer": "^3.3.2"
11568 },
11569 "bin": [
11570 "bin/phpstan"
11571 ],
11572 "type": "library",
11573 "extra": {
11574 "branch-alias": {
11575 "dev-master": "0.11-dev"
11576 }
11577 },
11578 "autoload": {
11579 "psr-4": {
11580 "PHPStan\\": [
11581 "src/"
11582 ]
11583 }
11584 },
11585 "notification-url": "https://packagist.org/downloads/",
11586 "license": [
11587 "MIT"
11588 ],
11589 "description": "PHPStan - PHP Static Analysis Tool",
11590 "time": "2019-10-22T20:20:22+00:00"
11591 },
11592 {
11593 "name": "phpstan/phpstan-doctrine",
11594 "version": "0.11.6",
11595 "source": {
11596 "type": "git",
11597 "url": "https://github.com/phpstan/phpstan-doctrine.git",
11598 "reference": "77592865e167b32c7dcb4f39a35210e909a8854c"
11599 },
11600 "dist": {
11601 "type": "zip",
11602 "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/77592865e167b32c7dcb4f39a35210e909a8854c",
11603 "reference": "77592865e167b32c7dcb4f39a35210e909a8854c",
11604 "shasum": ""
11605 },
11606 "require": {
11607 "nikic/php-parser": "^4.0",
11608 "php": "~7.1",
11609 "phpstan/phpdoc-parser": "^0.3",
11610 "phpstan/phpstan": "^0.11.7"
11611 },
11612 "conflict": {
11613 "doctrine/collections": "<1.0",
11614 "doctrine/common": "<2.7",
11615 "doctrine/mongodb-odm": "<1.2",
11616 "doctrine/orm": "<2.5"
11617 },
11618 "require-dev": {
11619 "consistence/coding-standard": "^3.8",
11620 "dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
11621 "doctrine/collections": "^1.0",
11622 "doctrine/common": "^2.7",
11623 "doctrine/mongodb-odm": "^1.2",
11624 "doctrine/orm": "^2.5",
11625 "jakub-onderka/php-parallel-lint": "^1.0",
11626 "phing/phing": "^2.16.0",
11627 "phpstan/phpstan-phpunit": "^0.11",
11628 "phpstan/phpstan-strict-rules": "^0.11",
11629 "phpunit/phpunit": "^7.0",
11630 "slevomat/coding-standard": "^5.0.4"
11631 },
11632 "type": "phpstan-extension",
11633 "extra": {
11634 "branch-alias": {
11635 "dev-master": "0.11-dev"
11636 },
11637 "phpstan": {
11638 "includes": [
11639 "extension.neon",
11640 "rules.neon"
11641 ]
11642 }
11643 },
11644 "autoload": {
11645 "psr-4": {
11646 "PHPStan\\": "src/"
11647 }
11648 },
11649 "notification-url": "https://packagist.org/downloads/",
11650 "license": [
11651 "MIT"
11652 ],
11653 "description": "Doctrine extensions for PHPStan",
11654 "time": "2019-09-13T08:40:06+00:00"
11655 },
11656 {
11657 "name": "phpstan/phpstan-phpunit",
11658 "version": "0.11.2",
11659 "source": {
11660 "type": "git",
11661 "url": "https://github.com/phpstan/phpstan-phpunit.git",
11662 "reference": "fbf2ad56c3b13189d29655e226c9b1da47c2fad9"
11663 },
11664 "dist": {
11665 "type": "zip",
11666 "url": "https://api.github.com/repos/phpstan/phpstan-phpunit/zipball/fbf2ad56c3b13189d29655e226c9b1da47c2fad9",
11667 "reference": "fbf2ad56c3b13189d29655e226c9b1da47c2fad9",
11668 "shasum": ""
11669 },
11670 "require": {
11671 "nikic/php-parser": "^4.0",
11672 "php": "~7.1",
11673 "phpstan/phpdoc-parser": "^0.3",
11674 "phpstan/phpstan": "^0.11.4"
11675 },
11676 "conflict": {
11677 "phpunit/phpunit": "<7.0"
11678 },
11679 "require-dev": {
11680 "consistence/coding-standard": "^3.0.1",
11681 "dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
11682 "jakub-onderka/php-parallel-lint": "^1.0",
11683 "phing/phing": "^2.16.0",
11684 "phpstan/phpstan-strict-rules": "^0.11",
11685 "phpunit/phpunit": "^7.0",
11686 "satooshi/php-coveralls": "^1.0",
11687 "slevomat/coding-standard": "^4.5.2"
11688 },
11689 "type": "phpstan-extension",
11690 "extra": {
11691 "branch-alias": {
11692 "dev-master": "0.11-dev"
11693 },
11694 "phpstan": {
11695 "includes": [
11696 "extension.neon",
11697 "rules.neon"
11698 ]
11699 }
11700 },
11701 "autoload": {
11702 "psr-4": {
11703 "PHPStan\\": "src/"
11704 }
11705 },
11706 "notification-url": "https://packagist.org/downloads/",
11707 "license": [
11708 "MIT"
11709 ],
11710 "description": "PHPUnit extensions and rules for PHPStan",
11711 "time": "2019-05-17T17:50:16+00:00"
11712 },
11713 {
11714 "name": "phpstan/phpstan-symfony",
11715 "version": "0.11.6",
11716 "source": {
11717 "type": "git",
11718 "url": "https://github.com/phpstan/phpstan-symfony.git",
11719 "reference": "c7be3054c21fd472a52b1c38eb129c3f93776084"
11720 },
11721 "dist": {
11722 "type": "zip",
11723 "url": "https://api.github.com/repos/phpstan/phpstan-symfony/zipball/c7be3054c21fd472a52b1c38eb129c3f93776084",
11724 "reference": "c7be3054c21fd472a52b1c38eb129c3f93776084",
11725 "shasum": ""
11726 },
11727 "require": {
11728 "ext-simplexml": "*",
11729 "nikic/php-parser": "^4.0",
11730 "php": "^7.1",
11731 "phpstan/phpstan": "^0.11.7"
11732 },
11733 "conflict": {
11734 "symfony/framework-bundle": "<3.0"
11735 },
11736 "require-dev": {
11737 "consistence/coding-standard": "^3.0.1",
11738 "dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
11739 "jakub-onderka/php-parallel-lint": "^1.0",
11740 "nette/di": "^3.0-stable",
11741 "phing/phing": "^2.16.0",
11742 "phpstan/phpstan-phpunit": "^0.11",
11743 "phpstan/phpstan-strict-rules": "^0.11",
11744 "phpunit/phpunit": "^7.0",
11745 "slevomat/coding-standard": "^4.5.2",
11746 "squizlabs/php_codesniffer": "^3.3.2",
11747 "symfony/console": "^3.0 || ^4.0",
11748 "symfony/framework-bundle": "^3.0 || ^4.0",
11749 "symfony/messenger": "^4.2",
11750 "symfony/serializer": "^3.0 || ^4.0"
11751 },
11752 "type": "phpstan-extension",
11753 "extra": {
11754 "branch-alias": {
11755 "dev-master": "0.11-dev"
11756 },
11757 "phpstan": {
11758 "includes": [
11759 "extension.neon"
11760 ]
11761 }
11762 },
11763 "autoload": {
11764 "psr-4": {
11765 "PHPStan\\": "src/"
11766 }
11767 },
11768 "notification-url": "https://packagist.org/downloads/",
11769 "license": [
11770 "MIT"
11771 ],
11772 "authors": [
11773 {
11774 "name": "Lukáš Unger",
11775 "email": "looky.msc@gmail.com",
11776 "homepage": "https://lookyman.net"
11777 }
11778 ],
11779 "description": "Symfony Framework extensions and rules for PHPStan",
11780 "time": "2019-05-19T17:40:25+00:00"
11781 },
11782 {
11783 "name": "symfony/maker-bundle",
11784 "version": "v1.18.0",
11785 "source": {
11786 "type": "git",
11787 "url": "https://github.com/symfony/maker-bundle.git",
11788 "reference": "b38c75be880b152ab55cef6cd52bf882d2b6518e"
11789 },
11790 "dist": {
11791 "type": "zip",
11792 "url": "https://api.github.com/repos/symfony/maker-bundle/zipball/b38c75be880b152ab55cef6cd52bf882d2b6518e",
11793 "reference": "b38c75be880b152ab55cef6cd52bf882d2b6518e",
11794 "shasum": ""
11795 },
11796 "require": {
11797 "doctrine/inflector": "^1.2",
11798 "nikic/php-parser": "^4.0",
11799 "php": "^7.1.3",
11800 "symfony/config": "^3.4|^4.0|^5.0",
11801 "symfony/console": "^3.4|^4.0|^5.0",
11802 "symfony/dependency-injection": "^3.4|^4.0|^5.0",
11803 "symfony/filesystem": "^3.4|^4.0|^5.0",
11804 "symfony/finder": "^3.4|^4.0|^5.0",
11805 "symfony/framework-bundle": "^3.4|^4.0|^5.0",
11806 "symfony/http-kernel": "^3.4|^4.0|^5.0"
11807 },
11808 "require-dev": {
11809 "doctrine/doctrine-bundle": "^1.8|^2.0",
11810 "doctrine/orm": "^2.3",
11811 "friendsofphp/php-cs-fixer": "^2.8",
11812 "friendsoftwig/twigcs": "^3.1.2",
11813 "symfony/http-client": "^4.3|^5.0",
11814 "symfony/phpunit-bridge": "^4.3|^5.0",
11815 "symfony/process": "^3.4|^4.0|^5.0",
11816 "symfony/security-core": "^3.4|^4.0|^5.0",
11817 "symfony/yaml": "^3.4|^4.0|^5.0"
11818 },
11819 "type": "symfony-bundle",
11820 "extra": {
11821 "branch-alias": {
11822 "dev-master": "1.0-dev"
11823 }
11824 },
11825 "autoload": {
11826 "psr-4": {
11827 "Symfony\\Bundle\\MakerBundle\\": "src/"
11828 }
11829 },
11830 "notification-url": "https://packagist.org/downloads/",
11831 "license": [
11832 "MIT"
11833 ],
11834 "authors": [
11835 {
11836 "name": "Symfony Community",
11837 "homepage": "https://symfony.com/contributors"
11838 }
11839 ],
11840 "description": "Symfony Maker helps you create empty commands, controllers, form classes, tests and more so you can forget about writing boilerplate code.",
11841 "homepage": "https://symfony.com/doc/current/bundles/SymfonyMakerBundle/index.html",
11842 "keywords": [
11843 "code generator",
11844 "generator",
11845 "scaffold",
11846 "scaffolding"
11847 ],
11848 "funding": [
11849 {
11850 "url": "https://symfony.com/sponsor",
11851 "type": "custom"
11852 },
11853 {
11854 "url": "https://github.com/fabpot",
11855 "type": "github"
11856 },
11857 {
11858 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
11859 "type": "tidelift"
11860 }
11861 ],
11862 "time": "2020-05-15T18:51:23+00:00"
11863 },
11864 {
11865 "name": "symfony/phpunit-bridge",
11866 "version": "v4.3.11",
11867 "source": {
11868 "type": "git",
11869 "url": "https://github.com/symfony/phpunit-bridge.git",
11870 "reference": "692a73a2e0b76123150709f5eb7e2ea9bf2bad43"
11871 },
11872 "dist": {
11873 "type": "zip",
11874 "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/692a73a2e0b76123150709f5eb7e2ea9bf2bad43",
11875 "reference": "692a73a2e0b76123150709f5eb7e2ea9bf2bad43",
11876 "shasum": ""
11877 },
11878 "require": {
11879 "php": ">=5.5.9"
11880 },
11881 "conflict": {
11882 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
11883 },
11884 "suggest": {
11885 "symfony/debug": "For tracking deprecated interfaces usages at runtime with DebugClassLoader"
11886 },
11887 "bin": [
11888 "bin/simple-phpunit"
11889 ],
11890 "type": "symfony-bridge",
11891 "extra": {
11892 "branch-alias": {
11893 "dev-master": "4.3-dev"
11894 },
11895 "thanks": {
11896 "name": "phpunit/phpunit",
11897 "url": "https://github.com/sebastianbergmann/phpunit"
11898 }
11899 },
11900 "autoload": {
11901 "files": [
11902 "bootstrap.php"
11903 ],
11904 "psr-4": {
11905 "Symfony\\Bridge\\PhpUnit\\": ""
11906 },
11907 "exclude-from-classmap": [
11908 "/Tests/"
11909 ]
11910 },
11911 "notification-url": "https://packagist.org/downloads/",
11912 "license": [
11913 "MIT"
11914 ],
11915 "authors": [
11916 {
11917 "name": "Nicolas Grekas",
11918 "email": "p@tchwork.com"
11919 },
11920 {
11921 "name": "Symfony Community",
11922 "homepage": "https://symfony.com/contributors"
11923 }
11924 ],
11925 "description": "Symfony PHPUnit Bridge",
11926 "homepage": "https://symfony.com",
11927 "time": "2020-01-31T09:56:21+00:00"
11928 }
11929 ],
11930 "aliases": [],
11931 "minimum-stability": "dev",
11932 "stability-flags": {
11933 "predis/predis": 20
11934 },
11935 "prefer-stable": true,
11936 "prefer-lowest": false,
11937 "platform": {
11938 "php": ">=7.1.3",
11939 "ext-ctype": "*",
11940 "ext-curl": "*",
11941 "ext-dom": "*",
11942 "ext-gd": "*",
11943 "ext-hash": "*",
11944 "ext-iconv": "*",
11945 "ext-json": "*",
11946 "ext-mbstring": "*",
11947 "ext-pcre": "*",
11948 "ext-pdo": "*",
11949 "ext-session": "*",
11950 "ext-simplexml": "*",
11951 "ext-tidy": "*",
11952 "ext-tokenizer": "*",
11953 "ext-xml": "*"
11954 },
11955 "platform-dev": [],
11956 "platform-overrides": {
11957 "php": "7.1.3"
11958 },
11959 "plugin-api-version": "1.1.0"
11960 }