]> git.immae.eu Git - github/wallabag/wallabag.git/blob - composer.lock
1cfd161529364cfe90f8d30e7c60d445fe8c5971
[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": "552a7c133014fd0a95d78a04fab4beba",
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.2.0",
124 "source": {
125 "type": "git",
126 "url": "https://github.com/Behat/Transliterator.git",
127 "reference": "826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c"
128 },
129 "dist": {
130 "type": "zip",
131 "url": "https://api.github.com/repos/Behat/Transliterator/zipball/826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c",
132 "reference": "826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c",
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 },
142 "type": "library",
143 "extra": {
144 "branch-alias": {
145 "dev-master": "1.2-dev"
146 }
147 },
148 "autoload": {
149 "psr-0": {
150 "Behat\\Transliterator": "src/"
151 }
152 },
153 "notification-url": "https://packagist.org/downloads/",
154 "license": [
155 "Artistic-1.0"
156 ],
157 "description": "String transliterator",
158 "keywords": [
159 "i18n",
160 "slug",
161 "transliterator"
162 ],
163 "time": "2017-04-04T11:38:05+00:00"
164 },
165 {
166 "name": "clue/stream-filter",
167 "version": "v1.4.1",
168 "source": {
169 "type": "git",
170 "url": "https://github.com/clue/php-stream-filter.git",
171 "reference": "5a58cc30a8bd6a4eb8f856adf61dd3e013f53f71"
172 },
173 "dist": {
174 "type": "zip",
175 "url": "https://api.github.com/repos/clue/php-stream-filter/zipball/5a58cc30a8bd6a4eb8f856adf61dd3e013f53f71",
176 "reference": "5a58cc30a8bd6a4eb8f856adf61dd3e013f53f71",
177 "shasum": ""
178 },
179 "require": {
180 "php": ">=5.3"
181 },
182 "require-dev": {
183 "phpunit/phpunit": "^5.0 || ^4.8"
184 },
185 "type": "library",
186 "autoload": {
187 "psr-4": {
188 "Clue\\StreamFilter\\": "src/"
189 },
190 "files": [
191 "src/functions_include.php"
192 ]
193 },
194 "notification-url": "https://packagist.org/downloads/",
195 "license": [
196 "MIT"
197 ],
198 "authors": [
199 {
200 "name": "Christian Lück",
201 "email": "christian@lueck.tv"
202 }
203 ],
204 "description": "A simple and modern approach to stream filtering in PHP",
205 "homepage": "https://github.com/clue/php-stream-filter",
206 "keywords": [
207 "bucket brigade",
208 "callback",
209 "filter",
210 "php_user_filter",
211 "stream",
212 "stream_filter_append",
213 "stream_filter_register"
214 ],
215 "time": "2019-04-09T12:31:48+00:00"
216 },
217 {
218 "name": "craue/config-bundle",
219 "version": "2.4.0",
220 "source": {
221 "type": "git",
222 "url": "https://github.com/craue/CraueConfigBundle.git",
223 "reference": "ad474f63d6b51da0d346a7873b3a54f98fa96e32"
224 },
225 "dist": {
226 "type": "zip",
227 "url": "https://api.github.com/repos/craue/CraueConfigBundle/zipball/ad474f63d6b51da0d346a7873b3a54f98fa96e32",
228 "reference": "ad474f63d6b51da0d346a7873b3a54f98fa96e32",
229 "shasum": ""
230 },
231 "require": {
232 "doctrine/doctrine-bundle": "^1.5.1|~2.0",
233 "php": "~7.0",
234 "psr/simple-cache": "^1.0",
235 "symfony/cache": "~3.4|~4.2|~5.0",
236 "symfony/config": "~3.4|~4.2|~5.0",
237 "symfony/dependency-injection": "~3.4|~4.2|~5.0",
238 "symfony/form": "~3.4|~4.2|~5.0",
239 "symfony/framework-bundle": "~3.4|~4.2|~5.0",
240 "symfony/http-foundation": "~3.4|~4.2|~5.0",
241 "symfony/http-kernel": "~3.4|~4.2|~5.0",
242 "symfony/options-resolver": "~3.4|~4.2|~5.0",
243 "symfony/validator": "~3.4|~4.2|~5.0"
244 },
245 "require-dev": {
246 "doctrine/instantiator": "^1.0.5",
247 "doctrine/orm": "^2.5.14",
248 "phpunit/phpunit": "^6.5.13|^7.5.1",
249 "symfony/phpunit-bridge": "~5.0",
250 "symfony/symfony": "~3.4|~4.2|~5.0"
251 },
252 "type": "symfony-bundle",
253 "extra": {
254 "branch-alias": {
255 "dev-master": "2.4.x-dev"
256 }
257 },
258 "autoload": {
259 "psr-4": {
260 "Craue\\ConfigBundle\\": ""
261 },
262 "exclude-from-classmap": [
263 "/Tests/"
264 ]
265 },
266 "notification-url": "https://packagist.org/downloads/",
267 "license": [
268 "MIT"
269 ],
270 "authors": [
271 {
272 "name": "Christian Raue",
273 "email": "christian.raue@gmail.com"
274 },
275 {
276 "name": "Symfony Community",
277 "homepage": "https://github.com/craue/CraueConfigBundle/contributors"
278 }
279 ],
280 "description": "Database-stored settings made available via a service for your Symfony project.",
281 "homepage": "https://github.com/craue/CraueConfigBundle",
282 "keywords": [
283 "config",
284 "symfony"
285 ],
286 "time": "2019-12-03T08:32:04+00:00"
287 },
288 {
289 "name": "defuse/php-encryption",
290 "version": "v2.2.1",
291 "source": {
292 "type": "git",
293 "url": "https://github.com/defuse/php-encryption.git",
294 "reference": "0f407c43b953d571421e0020ba92082ed5fb7620"
295 },
296 "dist": {
297 "type": "zip",
298 "url": "https://api.github.com/repos/defuse/php-encryption/zipball/0f407c43b953d571421e0020ba92082ed5fb7620",
299 "reference": "0f407c43b953d571421e0020ba92082ed5fb7620",
300 "shasum": ""
301 },
302 "require": {
303 "ext-openssl": "*",
304 "paragonie/random_compat": ">= 2",
305 "php": ">=5.4.0"
306 },
307 "require-dev": {
308 "nikic/php-parser": "^2.0|^3.0|^4.0",
309 "phpunit/phpunit": "^4|^5"
310 },
311 "bin": [
312 "bin/generate-defuse-key"
313 ],
314 "type": "library",
315 "autoload": {
316 "psr-4": {
317 "Defuse\\Crypto\\": "src"
318 }
319 },
320 "notification-url": "https://packagist.org/downloads/",
321 "license": [
322 "MIT"
323 ],
324 "authors": [
325 {
326 "name": "Taylor Hornby",
327 "email": "taylor@defuse.ca",
328 "homepage": "https://defuse.ca/"
329 },
330 {
331 "name": "Scott Arciszewski",
332 "email": "info@paragonie.com",
333 "homepage": "https://paragonie.com"
334 }
335 ],
336 "description": "Secure PHP Encryption Library",
337 "keywords": [
338 "aes",
339 "authenticated encryption",
340 "cipher",
341 "crypto",
342 "cryptography",
343 "encrypt",
344 "encryption",
345 "openssl",
346 "security",
347 "symmetric key cryptography"
348 ],
349 "time": "2018-07-24T23:27:56+00:00"
350 },
351 {
352 "name": "doctrine/annotations",
353 "version": "1.10.2",
354 "source": {
355 "type": "git",
356 "url": "https://github.com/doctrine/annotations.git",
357 "reference": "b9d758e831c70751155c698c2f7df4665314a1cb"
358 },
359 "dist": {
360 "type": "zip",
361 "url": "https://api.github.com/repos/doctrine/annotations/zipball/b9d758e831c70751155c698c2f7df4665314a1cb",
362 "reference": "b9d758e831c70751155c698c2f7df4665314a1cb",
363 "shasum": ""
364 },
365 "require": {
366 "doctrine/lexer": "1.*",
367 "ext-tokenizer": "*",
368 "php": "^7.1"
369 },
370 "require-dev": {
371 "doctrine/cache": "1.*",
372 "phpunit/phpunit": "^7.5"
373 },
374 "type": "library",
375 "extra": {
376 "branch-alias": {
377 "dev-master": "1.9.x-dev"
378 }
379 },
380 "autoload": {
381 "psr-4": {
382 "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
383 }
384 },
385 "notification-url": "https://packagist.org/downloads/",
386 "license": [
387 "MIT"
388 ],
389 "authors": [
390 {
391 "name": "Guilherme Blanco",
392 "email": "guilhermeblanco@gmail.com"
393 },
394 {
395 "name": "Roman Borschel",
396 "email": "roman@code-factory.org"
397 },
398 {
399 "name": "Benjamin Eberlei",
400 "email": "kontakt@beberlei.de"
401 },
402 {
403 "name": "Jonathan Wage",
404 "email": "jonwage@gmail.com"
405 },
406 {
407 "name": "Johannes Schmitt",
408 "email": "schmittjoh@gmail.com"
409 }
410 ],
411 "description": "Docblock Annotations Parser",
412 "homepage": "http://www.doctrine-project.org",
413 "keywords": [
414 "annotations",
415 "docblock",
416 "parser"
417 ],
418 "time": "2020-04-20T09:18:32+00:00"
419 },
420 {
421 "name": "doctrine/cache",
422 "version": "1.10.0",
423 "source": {
424 "type": "git",
425 "url": "https://github.com/doctrine/cache.git",
426 "reference": "382e7f4db9a12dc6c19431743a2b096041bcdd62"
427 },
428 "dist": {
429 "type": "zip",
430 "url": "https://api.github.com/repos/doctrine/cache/zipball/382e7f4db9a12dc6c19431743a2b096041bcdd62",
431 "reference": "382e7f4db9a12dc6c19431743a2b096041bcdd62",
432 "shasum": ""
433 },
434 "require": {
435 "php": "~7.1"
436 },
437 "conflict": {
438 "doctrine/common": ">2.2,<2.4"
439 },
440 "require-dev": {
441 "alcaeus/mongo-php-adapter": "^1.1",
442 "doctrine/coding-standard": "^6.0",
443 "mongodb/mongodb": "^1.1",
444 "phpunit/phpunit": "^7.0",
445 "predis/predis": "~1.0"
446 },
447 "suggest": {
448 "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
449 },
450 "type": "library",
451 "extra": {
452 "branch-alias": {
453 "dev-master": "1.9.x-dev"
454 }
455 },
456 "autoload": {
457 "psr-4": {
458 "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
459 }
460 },
461 "notification-url": "https://packagist.org/downloads/",
462 "license": [
463 "MIT"
464 ],
465 "authors": [
466 {
467 "name": "Guilherme Blanco",
468 "email": "guilhermeblanco@gmail.com"
469 },
470 {
471 "name": "Roman Borschel",
472 "email": "roman@code-factory.org"
473 },
474 {
475 "name": "Benjamin Eberlei",
476 "email": "kontakt@beberlei.de"
477 },
478 {
479 "name": "Jonathan Wage",
480 "email": "jonwage@gmail.com"
481 },
482 {
483 "name": "Johannes Schmitt",
484 "email": "schmittjoh@gmail.com"
485 }
486 ],
487 "description": "PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.",
488 "homepage": "https://www.doctrine-project.org/projects/cache.html",
489 "keywords": [
490 "abstraction",
491 "apcu",
492 "cache",
493 "caching",
494 "couchdb",
495 "memcached",
496 "php",
497 "redis",
498 "xcache"
499 ],
500 "time": "2019-11-29T15:36:20+00:00"
501 },
502 {
503 "name": "doctrine/collections",
504 "version": "1.6.4",
505 "source": {
506 "type": "git",
507 "url": "https://github.com/doctrine/collections.git",
508 "reference": "6b1e4b2b66f6d6e49983cebfe23a21b7ccc5b0d7"
509 },
510 "dist": {
511 "type": "zip",
512 "url": "https://api.github.com/repos/doctrine/collections/zipball/6b1e4b2b66f6d6e49983cebfe23a21b7ccc5b0d7",
513 "reference": "6b1e4b2b66f6d6e49983cebfe23a21b7ccc5b0d7",
514 "shasum": ""
515 },
516 "require": {
517 "php": "^7.1.3"
518 },
519 "require-dev": {
520 "doctrine/coding-standard": "^6.0",
521 "phpstan/phpstan-shim": "^0.9.2",
522 "phpunit/phpunit": "^7.0",
523 "vimeo/psalm": "^3.2.2"
524 },
525 "type": "library",
526 "extra": {
527 "branch-alias": {
528 "dev-master": "1.6.x-dev"
529 }
530 },
531 "autoload": {
532 "psr-4": {
533 "Doctrine\\Common\\Collections\\": "lib/Doctrine/Common/Collections"
534 }
535 },
536 "notification-url": "https://packagist.org/downloads/",
537 "license": [
538 "MIT"
539 ],
540 "authors": [
541 {
542 "name": "Guilherme Blanco",
543 "email": "guilhermeblanco@gmail.com"
544 },
545 {
546 "name": "Roman Borschel",
547 "email": "roman@code-factory.org"
548 },
549 {
550 "name": "Benjamin Eberlei",
551 "email": "kontakt@beberlei.de"
552 },
553 {
554 "name": "Jonathan Wage",
555 "email": "jonwage@gmail.com"
556 },
557 {
558 "name": "Johannes Schmitt",
559 "email": "schmittjoh@gmail.com"
560 }
561 ],
562 "description": "PHP Doctrine Collections library that adds additional functionality on top of PHP arrays.",
563 "homepage": "https://www.doctrine-project.org/projects/collections.html",
564 "keywords": [
565 "array",
566 "collections",
567 "iterators",
568 "php"
569 ],
570 "time": "2019-11-13T13:07:11+00:00"
571 },
572 {
573 "name": "doctrine/common",
574 "version": "2.12.0",
575 "source": {
576 "type": "git",
577 "url": "https://github.com/doctrine/common.git",
578 "reference": "2053eafdf60c2172ee1373d1b9289ba1db7f1fc6"
579 },
580 "dist": {
581 "type": "zip",
582 "url": "https://api.github.com/repos/doctrine/common/zipball/2053eafdf60c2172ee1373d1b9289ba1db7f1fc6",
583 "reference": "2053eafdf60c2172ee1373d1b9289ba1db7f1fc6",
584 "shasum": ""
585 },
586 "require": {
587 "doctrine/annotations": "^1.0",
588 "doctrine/cache": "^1.0",
589 "doctrine/collections": "^1.0",
590 "doctrine/event-manager": "^1.0",
591 "doctrine/inflector": "^1.0",
592 "doctrine/lexer": "^1.0",
593 "doctrine/persistence": "^1.1",
594 "doctrine/reflection": "^1.0",
595 "php": "^7.1"
596 },
597 "require-dev": {
598 "doctrine/coding-standard": "^1.0",
599 "phpstan/phpstan": "^0.11",
600 "phpstan/phpstan-phpunit": "^0.11",
601 "phpunit/phpunit": "^7.0",
602 "squizlabs/php_codesniffer": "^3.0",
603 "symfony/phpunit-bridge": "^4.0.5"
604 },
605 "type": "library",
606 "extra": {
607 "branch-alias": {
608 "dev-master": "2.11.x-dev"
609 }
610 },
611 "autoload": {
612 "psr-4": {
613 "Doctrine\\Common\\": "lib/Doctrine/Common"
614 }
615 },
616 "notification-url": "https://packagist.org/downloads/",
617 "license": [
618 "MIT"
619 ],
620 "authors": [
621 {
622 "name": "Guilherme Blanco",
623 "email": "guilhermeblanco@gmail.com"
624 },
625 {
626 "name": "Roman Borschel",
627 "email": "roman@code-factory.org"
628 },
629 {
630 "name": "Benjamin Eberlei",
631 "email": "kontakt@beberlei.de"
632 },
633 {
634 "name": "Jonathan Wage",
635 "email": "jonwage@gmail.com"
636 },
637 {
638 "name": "Johannes Schmitt",
639 "email": "schmittjoh@gmail.com"
640 },
641 {
642 "name": "Marco Pivetta",
643 "email": "ocramius@gmail.com"
644 }
645 ],
646 "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.",
647 "homepage": "https://www.doctrine-project.org/projects/common.html",
648 "keywords": [
649 "common",
650 "doctrine",
651 "php"
652 ],
653 "time": "2020-01-10T15:49:25+00:00"
654 },
655 {
656 "name": "doctrine/dbal",
657 "version": "v2.9.2",
658 "source": {
659 "type": "git",
660 "url": "https://github.com/doctrine/dbal.git",
661 "reference": "22800bd651c1d8d2a9719e2a3dc46d5108ebfcc9"
662 },
663 "dist": {
664 "type": "zip",
665 "url": "https://api.github.com/repos/doctrine/dbal/zipball/22800bd651c1d8d2a9719e2a3dc46d5108ebfcc9",
666 "reference": "22800bd651c1d8d2a9719e2a3dc46d5108ebfcc9",
667 "shasum": ""
668 },
669 "require": {
670 "doctrine/cache": "^1.0",
671 "doctrine/event-manager": "^1.0",
672 "ext-pdo": "*",
673 "php": "^7.1"
674 },
675 "require-dev": {
676 "doctrine/coding-standard": "^5.0",
677 "jetbrains/phpstorm-stubs": "^2018.1.2",
678 "phpstan/phpstan": "^0.10.1",
679 "phpunit/phpunit": "^7.4",
680 "symfony/console": "^2.0.5|^3.0|^4.0",
681 "symfony/phpunit-bridge": "^3.4.5|^4.0.5"
682 },
683 "suggest": {
684 "symfony/console": "For helpful console commands such as SQL execution and import of files."
685 },
686 "bin": [
687 "bin/doctrine-dbal"
688 ],
689 "type": "library",
690 "extra": {
691 "branch-alias": {
692 "dev-master": "2.9.x-dev",
693 "dev-develop": "3.0.x-dev"
694 }
695 },
696 "autoload": {
697 "psr-4": {
698 "Doctrine\\DBAL\\": "lib/Doctrine/DBAL"
699 }
700 },
701 "notification-url": "https://packagist.org/downloads/",
702 "license": [
703 "MIT"
704 ],
705 "authors": [
706 {
707 "name": "Roman Borschel",
708 "email": "roman@code-factory.org"
709 },
710 {
711 "name": "Benjamin Eberlei",
712 "email": "kontakt@beberlei.de"
713 },
714 {
715 "name": "Guilherme Blanco",
716 "email": "guilhermeblanco@gmail.com"
717 },
718 {
719 "name": "Jonathan Wage",
720 "email": "jonwage@gmail.com"
721 }
722 ],
723 "description": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.",
724 "homepage": "https://www.doctrine-project.org/projects/dbal.html",
725 "keywords": [
726 "abstraction",
727 "database",
728 "dbal",
729 "mysql",
730 "persistence",
731 "pgsql",
732 "php",
733 "queryobject"
734 ],
735 "time": "2018-12-31T03:27:51+00:00"
736 },
737 {
738 "name": "doctrine/doctrine-bundle",
739 "version": "1.12.8",
740 "source": {
741 "type": "git",
742 "url": "https://github.com/doctrine/DoctrineBundle.git",
743 "reference": "65bb2ebc96bcb9207ee56bb17f6c0251ec358380"
744 },
745 "dist": {
746 "type": "zip",
747 "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/65bb2ebc96bcb9207ee56bb17f6c0251ec358380",
748 "reference": "65bb2ebc96bcb9207ee56bb17f6c0251ec358380",
749 "shasum": ""
750 },
751 "require": {
752 "doctrine/dbal": "^2.5.12",
753 "doctrine/doctrine-cache-bundle": "~1.2",
754 "doctrine/persistence": "^1.3.3",
755 "jdorn/sql-formatter": "^1.2.16",
756 "php": "^7.1",
757 "symfony/cache": "^3.4.30|^4.3.3",
758 "symfony/config": "^3.4.30|^4.3.3",
759 "symfony/console": "^3.4.30|^4.3.3",
760 "symfony/dependency-injection": "^3.4.30|^4.3.3",
761 "symfony/doctrine-bridge": "^3.4.30|^4.3.3",
762 "symfony/framework-bundle": "^3.4.30|^4.3.3",
763 "symfony/service-contracts": "^1.1.1|^2.0"
764 },
765 "conflict": {
766 "doctrine/orm": "<2.6",
767 "twig/twig": "<1.34|>=2.0,<2.4"
768 },
769 "require-dev": {
770 "doctrine/coding-standard": "^6.0",
771 "doctrine/orm": "^2.6",
772 "ocramius/proxy-manager": "^2.1",
773 "php-coveralls/php-coveralls": "^2.1",
774 "phpunit/phpunit": "^7.5",
775 "symfony/phpunit-bridge": "^4.2",
776 "symfony/property-info": "^3.4.30|^4.3.3",
777 "symfony/proxy-manager-bridge": "^3.4|^4|^5",
778 "symfony/twig-bridge": "^3.4|^4.1",
779 "symfony/validator": "^3.4.30|^4.3.3",
780 "symfony/web-profiler-bundle": "^3.4.30|^4.3.3",
781 "symfony/yaml": "^3.4.30|^4.3.3",
782 "twig/twig": "^1.34|^2.12"
783 },
784 "suggest": {
785 "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
786 "symfony/web-profiler-bundle": "To use the data collector."
787 },
788 "type": "symfony-bundle",
789 "extra": {
790 "branch-alias": {
791 "dev-master": "1.12.x-dev"
792 }
793 },
794 "autoload": {
795 "psr-4": {
796 "Doctrine\\Bundle\\DoctrineBundle\\": ""
797 }
798 },
799 "notification-url": "https://packagist.org/downloads/",
800 "license": [
801 "MIT"
802 ],
803 "authors": [
804 {
805 "name": "Fabien Potencier",
806 "email": "fabien@symfony.com"
807 },
808 {
809 "name": "Benjamin Eberlei",
810 "email": "kontakt@beberlei.de"
811 },
812 {
813 "name": "Symfony Community",
814 "homepage": "http://symfony.com/contributors"
815 },
816 {
817 "name": "Doctrine Project",
818 "homepage": "http://www.doctrine-project.org/"
819 }
820 ],
821 "description": "Symfony DoctrineBundle",
822 "homepage": "http://www.doctrine-project.org",
823 "keywords": [
824 "database",
825 "dbal",
826 "orm",
827 "persistence"
828 ],
829 "time": "2020-04-23T10:38:48+00:00"
830 },
831 {
832 "name": "doctrine/doctrine-cache-bundle",
833 "version": "1.4.0",
834 "source": {
835 "type": "git",
836 "url": "https://github.com/doctrine/DoctrineCacheBundle.git",
837 "reference": "6bee2f9b339847e8a984427353670bad4e7bdccb"
838 },
839 "dist": {
840 "type": "zip",
841 "url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/6bee2f9b339847e8a984427353670bad4e7bdccb",
842 "reference": "6bee2f9b339847e8a984427353670bad4e7bdccb",
843 "shasum": ""
844 },
845 "require": {
846 "doctrine/cache": "^1.4.2",
847 "doctrine/inflector": "^1.0",
848 "php": "^7.1",
849 "symfony/doctrine-bridge": "^3.4|^4.0"
850 },
851 "require-dev": {
852 "instaclick/coding-standard": "~1.1",
853 "instaclick/object-calisthenics-sniffs": "dev-master",
854 "instaclick/symfony2-coding-standard": "dev-remaster",
855 "phpunit/phpunit": "^7.0",
856 "predis/predis": "~0.8",
857 "satooshi/php-coveralls": "^1.0",
858 "squizlabs/php_codesniffer": "~1.5",
859 "symfony/console": "^3.4|^4.0",
860 "symfony/finder": "^3.4|^4.0",
861 "symfony/framework-bundle": "^3.4|^4.0",
862 "symfony/phpunit-bridge": "^3.4|^4.0",
863 "symfony/security-acl": "^2.8",
864 "symfony/validator": "^3.4|^4.0",
865 "symfony/yaml": "^3.4|^4.0"
866 },
867 "suggest": {
868 "symfony/security-acl": "For using this bundle to cache ACLs"
869 },
870 "type": "symfony-bundle",
871 "extra": {
872 "branch-alias": {
873 "dev-master": "1.4.x-dev"
874 }
875 },
876 "autoload": {
877 "psr-4": {
878 "Doctrine\\Bundle\\DoctrineCacheBundle\\": ""
879 },
880 "exclude-from-classmap": [
881 "/Tests/"
882 ]
883 },
884 "notification-url": "https://packagist.org/downloads/",
885 "license": [
886 "MIT"
887 ],
888 "authors": [
889 {
890 "name": "Fabien Potencier",
891 "email": "fabien@symfony.com"
892 },
893 {
894 "name": "Benjamin Eberlei",
895 "email": "kontakt@beberlei.de"
896 },
897 {
898 "name": "Fabio B. Silva",
899 "email": "fabio.bat.silva@gmail.com"
900 },
901 {
902 "name": "Guilherme Blanco",
903 "email": "guilhermeblanco@hotmail.com"
904 },
905 {
906 "name": "Symfony Community",
907 "homepage": "http://symfony.com/contributors"
908 },
909 {
910 "name": "Doctrine Project",
911 "homepage": "http://www.doctrine-project.org/"
912 }
913 ],
914 "description": "Symfony Bundle for Doctrine Cache",
915 "homepage": "https://www.doctrine-project.org",
916 "keywords": [
917 "cache",
918 "caching"
919 ],
920 "time": "2019-11-29T11:22:01+00:00"
921 },
922 {
923 "name": "doctrine/doctrine-migrations-bundle",
924 "version": "v1.3.2",
925 "source": {
926 "type": "git",
927 "url": "https://github.com/doctrine/DoctrineMigrationsBundle.git",
928 "reference": "49fa399181db4bf4f9f725126bd1cb65c4398dce"
929 },
930 "dist": {
931 "type": "zip",
932 "url": "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/49fa399181db4bf4f9f725126bd1cb65c4398dce",
933 "reference": "49fa399181db4bf4f9f725126bd1cb65c4398dce",
934 "shasum": ""
935 },
936 "require": {
937 "doctrine/doctrine-bundle": "~1.0",
938 "doctrine/migrations": "^1.1",
939 "php": ">=5.4.0",
940 "symfony/framework-bundle": "~2.7|~3.3|~4.0"
941 },
942 "require-dev": {
943 "phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^7.4"
944 },
945 "type": "symfony-bundle",
946 "extra": {
947 "branch-alias": {
948 "dev-master": "1.3-dev"
949 }
950 },
951 "autoload": {
952 "psr-4": {
953 "Doctrine\\Bundle\\MigrationsBundle\\": ""
954 }
955 },
956 "notification-url": "https://packagist.org/downloads/",
957 "license": [
958 "MIT"
959 ],
960 "authors": [
961 {
962 "name": "Symfony Community",
963 "homepage": "http://symfony.com/contributors"
964 },
965 {
966 "name": "Doctrine Project",
967 "homepage": "http://www.doctrine-project.org"
968 },
969 {
970 "name": "Fabien Potencier",
971 "email": "fabien@symfony.com"
972 }
973 ],
974 "description": "Symfony DoctrineMigrationsBundle",
975 "homepage": "http://www.doctrine-project.org",
976 "keywords": [
977 "dbal",
978 "migrations",
979 "schema"
980 ],
981 "time": "2018-12-03T11:55:33+00:00"
982 },
983 {
984 "name": "doctrine/event-manager",
985 "version": "1.1.0",
986 "source": {
987 "type": "git",
988 "url": "https://github.com/doctrine/event-manager.git",
989 "reference": "629572819973f13486371cb611386eb17851e85c"
990 },
991 "dist": {
992 "type": "zip",
993 "url": "https://api.github.com/repos/doctrine/event-manager/zipball/629572819973f13486371cb611386eb17851e85c",
994 "reference": "629572819973f13486371cb611386eb17851e85c",
995 "shasum": ""
996 },
997 "require": {
998 "php": "^7.1"
999 },
1000 "conflict": {
1001 "doctrine/common": "<2.9@dev"
1002 },
1003 "require-dev": {
1004 "doctrine/coding-standard": "^6.0",
1005 "phpunit/phpunit": "^7.0"
1006 },
1007 "type": "library",
1008 "extra": {
1009 "branch-alias": {
1010 "dev-master": "1.0.x-dev"
1011 }
1012 },
1013 "autoload": {
1014 "psr-4": {
1015 "Doctrine\\Common\\": "lib/Doctrine/Common"
1016 }
1017 },
1018 "notification-url": "https://packagist.org/downloads/",
1019 "license": [
1020 "MIT"
1021 ],
1022 "authors": [
1023 {
1024 "name": "Guilherme Blanco",
1025 "email": "guilhermeblanco@gmail.com"
1026 },
1027 {
1028 "name": "Roman Borschel",
1029 "email": "roman@code-factory.org"
1030 },
1031 {
1032 "name": "Benjamin Eberlei",
1033 "email": "kontakt@beberlei.de"
1034 },
1035 {
1036 "name": "Jonathan Wage",
1037 "email": "jonwage@gmail.com"
1038 },
1039 {
1040 "name": "Johannes Schmitt",
1041 "email": "schmittjoh@gmail.com"
1042 },
1043 {
1044 "name": "Marco Pivetta",
1045 "email": "ocramius@gmail.com"
1046 }
1047 ],
1048 "description": "The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.",
1049 "homepage": "https://www.doctrine-project.org/projects/event-manager.html",
1050 "keywords": [
1051 "event",
1052 "event dispatcher",
1053 "event manager",
1054 "event system",
1055 "events"
1056 ],
1057 "time": "2019-11-10T09:48:07+00:00"
1058 },
1059 {
1060 "name": "doctrine/inflector",
1061 "version": "1.3.1",
1062 "source": {
1063 "type": "git",
1064 "url": "https://github.com/doctrine/inflector.git",
1065 "reference": "ec3a55242203ffa6a4b27c58176da97ff0a7aec1"
1066 },
1067 "dist": {
1068 "type": "zip",
1069 "url": "https://api.github.com/repos/doctrine/inflector/zipball/ec3a55242203ffa6a4b27c58176da97ff0a7aec1",
1070 "reference": "ec3a55242203ffa6a4b27c58176da97ff0a7aec1",
1071 "shasum": ""
1072 },
1073 "require": {
1074 "php": "^7.1"
1075 },
1076 "require-dev": {
1077 "phpunit/phpunit": "^6.2"
1078 },
1079 "type": "library",
1080 "extra": {
1081 "branch-alias": {
1082 "dev-master": "1.3.x-dev"
1083 }
1084 },
1085 "autoload": {
1086 "psr-4": {
1087 "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
1088 }
1089 },
1090 "notification-url": "https://packagist.org/downloads/",
1091 "license": [
1092 "MIT"
1093 ],
1094 "authors": [
1095 {
1096 "name": "Guilherme Blanco",
1097 "email": "guilhermeblanco@gmail.com"
1098 },
1099 {
1100 "name": "Roman Borschel",
1101 "email": "roman@code-factory.org"
1102 },
1103 {
1104 "name": "Benjamin Eberlei",
1105 "email": "kontakt@beberlei.de"
1106 },
1107 {
1108 "name": "Jonathan Wage",
1109 "email": "jonwage@gmail.com"
1110 },
1111 {
1112 "name": "Johannes Schmitt",
1113 "email": "schmittjoh@gmail.com"
1114 }
1115 ],
1116 "description": "Common String Manipulations with regard to casing and singular/plural rules.",
1117 "homepage": "http://www.doctrine-project.org",
1118 "keywords": [
1119 "inflection",
1120 "pluralize",
1121 "singularize",
1122 "string"
1123 ],
1124 "time": "2019-10-30T19:59:35+00:00"
1125 },
1126 {
1127 "name": "doctrine/instantiator",
1128 "version": "1.3.0",
1129 "source": {
1130 "type": "git",
1131 "url": "https://github.com/doctrine/instantiator.git",
1132 "reference": "ae466f726242e637cebdd526a7d991b9433bacf1"
1133 },
1134 "dist": {
1135 "type": "zip",
1136 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/ae466f726242e637cebdd526a7d991b9433bacf1",
1137 "reference": "ae466f726242e637cebdd526a7d991b9433bacf1",
1138 "shasum": ""
1139 },
1140 "require": {
1141 "php": "^7.1"
1142 },
1143 "require-dev": {
1144 "doctrine/coding-standard": "^6.0",
1145 "ext-pdo": "*",
1146 "ext-phar": "*",
1147 "phpbench/phpbench": "^0.13",
1148 "phpstan/phpstan-phpunit": "^0.11",
1149 "phpstan/phpstan-shim": "^0.11",
1150 "phpunit/phpunit": "^7.0"
1151 },
1152 "type": "library",
1153 "extra": {
1154 "branch-alias": {
1155 "dev-master": "1.2.x-dev"
1156 }
1157 },
1158 "autoload": {
1159 "psr-4": {
1160 "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
1161 }
1162 },
1163 "notification-url": "https://packagist.org/downloads/",
1164 "license": [
1165 "MIT"
1166 ],
1167 "authors": [
1168 {
1169 "name": "Marco Pivetta",
1170 "email": "ocramius@gmail.com",
1171 "homepage": "http://ocramius.github.com/"
1172 }
1173 ],
1174 "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
1175 "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
1176 "keywords": [
1177 "constructor",
1178 "instantiate"
1179 ],
1180 "time": "2019-10-21T16:45:58+00:00"
1181 },
1182 {
1183 "name": "doctrine/lexer",
1184 "version": "1.0.2",
1185 "source": {
1186 "type": "git",
1187 "url": "https://github.com/doctrine/lexer.git",
1188 "reference": "1febd6c3ef84253d7c815bed85fc622ad207a9f8"
1189 },
1190 "dist": {
1191 "type": "zip",
1192 "url": "https://api.github.com/repos/doctrine/lexer/zipball/1febd6c3ef84253d7c815bed85fc622ad207a9f8",
1193 "reference": "1febd6c3ef84253d7c815bed85fc622ad207a9f8",
1194 "shasum": ""
1195 },
1196 "require": {
1197 "php": ">=5.3.2"
1198 },
1199 "require-dev": {
1200 "phpunit/phpunit": "^4.5"
1201 },
1202 "type": "library",
1203 "extra": {
1204 "branch-alias": {
1205 "dev-master": "1.0.x-dev"
1206 }
1207 },
1208 "autoload": {
1209 "psr-4": {
1210 "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
1211 }
1212 },
1213 "notification-url": "https://packagist.org/downloads/",
1214 "license": [
1215 "MIT"
1216 ],
1217 "authors": [
1218 {
1219 "name": "Roman Borschel",
1220 "email": "roman@code-factory.org"
1221 },
1222 {
1223 "name": "Guilherme Blanco",
1224 "email": "guilhermeblanco@gmail.com"
1225 },
1226 {
1227 "name": "Johannes Schmitt",
1228 "email": "schmittjoh@gmail.com"
1229 }
1230 ],
1231 "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
1232 "homepage": "https://www.doctrine-project.org/projects/lexer.html",
1233 "keywords": [
1234 "annotations",
1235 "docblock",
1236 "lexer",
1237 "parser",
1238 "php"
1239 ],
1240 "time": "2019-06-08T11:03:04+00:00"
1241 },
1242 {
1243 "name": "doctrine/migrations",
1244 "version": "v1.8.1",
1245 "source": {
1246 "type": "git",
1247 "url": "https://github.com/doctrine/migrations.git",
1248 "reference": "215438c0eef3e5f9b7da7d09c6b90756071b43e6"
1249 },
1250 "dist": {
1251 "type": "zip",
1252 "url": "https://api.github.com/repos/doctrine/migrations/zipball/215438c0eef3e5f9b7da7d09c6b90756071b43e6",
1253 "reference": "215438c0eef3e5f9b7da7d09c6b90756071b43e6",
1254 "shasum": ""
1255 },
1256 "require": {
1257 "doctrine/dbal": "~2.6",
1258 "ocramius/proxy-manager": "^1.0|^2.0",
1259 "php": "^7.1",
1260 "symfony/console": "~3.3|^4.0"
1261 },
1262 "require-dev": {
1263 "doctrine/coding-standard": "^1.0",
1264 "doctrine/orm": "~2.5",
1265 "jdorn/sql-formatter": "~1.1",
1266 "mikey179/vfsstream": "^1.6",
1267 "phpunit/phpunit": "~7.0",
1268 "squizlabs/php_codesniffer": "^3.0",
1269 "symfony/yaml": "~3.3|^4.0"
1270 },
1271 "suggest": {
1272 "jdorn/sql-formatter": "Allows to generate formatted SQL with the diff command.",
1273 "symfony/yaml": "Allows the use of yaml for migration configuration files."
1274 },
1275 "bin": [
1276 "bin/doctrine-migrations"
1277 ],
1278 "type": "library",
1279 "extra": {
1280 "branch-alias": {
1281 "dev-master": "v1.8.x-dev"
1282 }
1283 },
1284 "autoload": {
1285 "psr-4": {
1286 "Doctrine\\DBAL\\Migrations\\": "lib/Doctrine/DBAL/Migrations",
1287 "Doctrine\\Migrations\\": "lib/Doctrine/Migrations"
1288 }
1289 },
1290 "notification-url": "https://packagist.org/downloads/",
1291 "license": [
1292 "MIT"
1293 ],
1294 "authors": [
1295 {
1296 "name": "Benjamin Eberlei",
1297 "email": "kontakt@beberlei.de"
1298 },
1299 {
1300 "name": "Jonathan Wage",
1301 "email": "jonwage@gmail.com"
1302 },
1303 {
1304 "name": "Michael Simonson",
1305 "email": "contact@mikesimonson.com"
1306 }
1307 ],
1308 "description": "Database Schema migrations using Doctrine DBAL",
1309 "homepage": "https://www.doctrine-project.org/projects/migrations.html",
1310 "keywords": [
1311 "database",
1312 "migrations"
1313 ],
1314 "time": "2018-06-06T21:00:30+00:00"
1315 },
1316 {
1317 "name": "doctrine/orm",
1318 "version": "v2.6.6",
1319 "source": {
1320 "type": "git",
1321 "url": "https://github.com/doctrine/orm.git",
1322 "reference": "2d9b9351831d1230881c52f006011cbf72fe944e"
1323 },
1324 "dist": {
1325 "type": "zip",
1326 "url": "https://api.github.com/repos/doctrine/orm/zipball/2d9b9351831d1230881c52f006011cbf72fe944e",
1327 "reference": "2d9b9351831d1230881c52f006011cbf72fe944e",
1328 "shasum": ""
1329 },
1330 "require": {
1331 "doctrine/annotations": "~1.5",
1332 "doctrine/cache": "~1.6",
1333 "doctrine/collections": "^1.4",
1334 "doctrine/common": "^2.7.1",
1335 "doctrine/dbal": "^2.6",
1336 "doctrine/instantiator": "~1.1",
1337 "ext-pdo": "*",
1338 "php": "^7.1",
1339 "symfony/console": "~3.0|~4.0"
1340 },
1341 "require-dev": {
1342 "doctrine/coding-standard": "^5.0",
1343 "phpunit/phpunit": "^7.5",
1344 "symfony/yaml": "~3.4|~4.0"
1345 },
1346 "suggest": {
1347 "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
1348 },
1349 "bin": [
1350 "bin/doctrine"
1351 ],
1352 "type": "library",
1353 "extra": {
1354 "branch-alias": {
1355 "dev-master": "2.6.x-dev"
1356 }
1357 },
1358 "autoload": {
1359 "psr-4": {
1360 "Doctrine\\ORM\\": "lib/Doctrine/ORM"
1361 }
1362 },
1363 "notification-url": "https://packagist.org/downloads/",
1364 "license": [
1365 "MIT"
1366 ],
1367 "authors": [
1368 {
1369 "name": "Guilherme Blanco",
1370 "email": "guilhermeblanco@gmail.com"
1371 },
1372 {
1373 "name": "Roman Borschel",
1374 "email": "roman@code-factory.org"
1375 },
1376 {
1377 "name": "Benjamin Eberlei",
1378 "email": "kontakt@beberlei.de"
1379 },
1380 {
1381 "name": "Jonathan Wage",
1382 "email": "jonwage@gmail.com"
1383 },
1384 {
1385 "name": "Marco Pivetta",
1386 "email": "ocramius@gmail.com"
1387 }
1388 ],
1389 "description": "Object-Relational-Mapper for PHP",
1390 "homepage": "http://www.doctrine-project.org",
1391 "keywords": [
1392 "database",
1393 "orm"
1394 ],
1395 "time": "2019-11-18T22:01:21+00:00"
1396 },
1397 {
1398 "name": "doctrine/persistence",
1399 "version": "1.3.7",
1400 "source": {
1401 "type": "git",
1402 "url": "https://github.com/doctrine/persistence.git",
1403 "reference": "0af483f91bada1c9ded6c2cfd26ab7d5ab2094e0"
1404 },
1405 "dist": {
1406 "type": "zip",
1407 "url": "https://api.github.com/repos/doctrine/persistence/zipball/0af483f91bada1c9ded6c2cfd26ab7d5ab2094e0",
1408 "reference": "0af483f91bada1c9ded6c2cfd26ab7d5ab2094e0",
1409 "shasum": ""
1410 },
1411 "require": {
1412 "doctrine/annotations": "^1.0",
1413 "doctrine/cache": "^1.0",
1414 "doctrine/collections": "^1.0",
1415 "doctrine/event-manager": "^1.0",
1416 "doctrine/reflection": "^1.2",
1417 "php": "^7.1"
1418 },
1419 "conflict": {
1420 "doctrine/common": "<2.10@dev"
1421 },
1422 "require-dev": {
1423 "doctrine/coding-standard": "^6.0",
1424 "phpstan/phpstan": "^0.11",
1425 "phpunit/phpunit": "^7.0"
1426 },
1427 "type": "library",
1428 "extra": {
1429 "branch-alias": {
1430 "dev-master": "1.3.x-dev"
1431 }
1432 },
1433 "autoload": {
1434 "psr-4": {
1435 "Doctrine\\Common\\": "lib/Doctrine/Common",
1436 "Doctrine\\Persistence\\": "lib/Doctrine/Persistence"
1437 }
1438 },
1439 "notification-url": "https://packagist.org/downloads/",
1440 "license": [
1441 "MIT"
1442 ],
1443 "authors": [
1444 {
1445 "name": "Guilherme Blanco",
1446 "email": "guilhermeblanco@gmail.com"
1447 },
1448 {
1449 "name": "Roman Borschel",
1450 "email": "roman@code-factory.org"
1451 },
1452 {
1453 "name": "Benjamin Eberlei",
1454 "email": "kontakt@beberlei.de"
1455 },
1456 {
1457 "name": "Jonathan Wage",
1458 "email": "jonwage@gmail.com"
1459 },
1460 {
1461 "name": "Johannes Schmitt",
1462 "email": "schmittjoh@gmail.com"
1463 },
1464 {
1465 "name": "Marco Pivetta",
1466 "email": "ocramius@gmail.com"
1467 }
1468 ],
1469 "description": "The Doctrine Persistence project is a set of shared interfaces and functionality that the different Doctrine object mappers share.",
1470 "homepage": "https://doctrine-project.org/projects/persistence.html",
1471 "keywords": [
1472 "mapper",
1473 "object",
1474 "odm",
1475 "orm",
1476 "persistence"
1477 ],
1478 "time": "2020-03-21T15:13:52+00:00"
1479 },
1480 {
1481 "name": "doctrine/reflection",
1482 "version": "1.2.1",
1483 "source": {
1484 "type": "git",
1485 "url": "https://github.com/doctrine/reflection.git",
1486 "reference": "55e71912dfcd824b2fdd16f2d9afe15684cfce79"
1487 },
1488 "dist": {
1489 "type": "zip",
1490 "url": "https://api.github.com/repos/doctrine/reflection/zipball/55e71912dfcd824b2fdd16f2d9afe15684cfce79",
1491 "reference": "55e71912dfcd824b2fdd16f2d9afe15684cfce79",
1492 "shasum": ""
1493 },
1494 "require": {
1495 "doctrine/annotations": "^1.0",
1496 "ext-tokenizer": "*",
1497 "php": "^7.1"
1498 },
1499 "conflict": {
1500 "doctrine/common": "<2.9"
1501 },
1502 "require-dev": {
1503 "doctrine/coding-standard": "^5.0",
1504 "doctrine/common": "^2.10",
1505 "phpstan/phpstan": "^0.11.0",
1506 "phpstan/phpstan-phpunit": "^0.11.0",
1507 "phpunit/phpunit": "^7.0"
1508 },
1509 "type": "library",
1510 "extra": {
1511 "branch-alias": {
1512 "dev-master": "1.2.x-dev"
1513 }
1514 },
1515 "autoload": {
1516 "psr-4": {
1517 "Doctrine\\Common\\": "lib/Doctrine/Common"
1518 }
1519 },
1520 "notification-url": "https://packagist.org/downloads/",
1521 "license": [
1522 "MIT"
1523 ],
1524 "authors": [
1525 {
1526 "name": "Guilherme Blanco",
1527 "email": "guilhermeblanco@gmail.com"
1528 },
1529 {
1530 "name": "Roman Borschel",
1531 "email": "roman@code-factory.org"
1532 },
1533 {
1534 "name": "Benjamin Eberlei",
1535 "email": "kontakt@beberlei.de"
1536 },
1537 {
1538 "name": "Jonathan Wage",
1539 "email": "jonwage@gmail.com"
1540 },
1541 {
1542 "name": "Johannes Schmitt",
1543 "email": "schmittjoh@gmail.com"
1544 },
1545 {
1546 "name": "Marco Pivetta",
1547 "email": "ocramius@gmail.com"
1548 }
1549 ],
1550 "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.",
1551 "homepage": "https://www.doctrine-project.org/projects/reflection.html",
1552 "keywords": [
1553 "reflection",
1554 "static"
1555 ],
1556 "time": "2020-03-27T11:06:43+00:00"
1557 },
1558 {
1559 "name": "egulias/email-validator",
1560 "version": "2.1.12",
1561 "source": {
1562 "type": "git",
1563 "url": "https://github.com/egulias/EmailValidator.git",
1564 "reference": "a6255605af39f2db7f5cb62e672bd8a7bad8d208"
1565 },
1566 "dist": {
1567 "type": "zip",
1568 "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/a6255605af39f2db7f5cb62e672bd8a7bad8d208",
1569 "reference": "a6255605af39f2db7f5cb62e672bd8a7bad8d208",
1570 "shasum": ""
1571 },
1572 "require": {
1573 "doctrine/lexer": "^1.0.1",
1574 "php": ">= 5.5"
1575 },
1576 "require-dev": {
1577 "dominicsayers/isemail": "dev-master",
1578 "phpunit/phpunit": "^4.8.35||^5.7||^6.0",
1579 "satooshi/php-coveralls": "^1.0.1",
1580 "symfony/phpunit-bridge": "^4.4@dev"
1581 },
1582 "suggest": {
1583 "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
1584 },
1585 "type": "library",
1586 "extra": {
1587 "branch-alias": {
1588 "dev-master": "2.1.x-dev"
1589 }
1590 },
1591 "autoload": {
1592 "psr-4": {
1593 "Egulias\\EmailValidator\\": "EmailValidator"
1594 }
1595 },
1596 "notification-url": "https://packagist.org/downloads/",
1597 "license": [
1598 "MIT"
1599 ],
1600 "authors": [
1601 {
1602 "name": "Eduardo Gulias Davis"
1603 }
1604 ],
1605 "description": "A library for validating emails against several RFCs",
1606 "homepage": "https://github.com/egulias/EmailValidator",
1607 "keywords": [
1608 "email",
1609 "emailvalidation",
1610 "emailvalidator",
1611 "validation",
1612 "validator"
1613 ],
1614 "time": "2019-12-20T12:49:39+00:00"
1615 },
1616 {
1617 "name": "electrolinux/php-html5lib",
1618 "version": "0.1.0",
1619 "source": {
1620 "type": "git",
1621 "url": "https://github.com/electrolinux/php-html5lib.git",
1622 "reference": "9f92154993c7ecb120d9f9c0e558660d32846721"
1623 },
1624 "dist": {
1625 "type": "zip",
1626 "url": "https://api.github.com/repos/electrolinux/php-html5lib/zipball/9f92154993c7ecb120d9f9c0e558660d32846721",
1627 "reference": "9f92154993c7ecb120d9f9c0e558660d32846721",
1628 "shasum": ""
1629 },
1630 "require": {
1631 "php": ">=5.3.2"
1632 },
1633 "type": "library",
1634 "autoload": {
1635 "psr-0": {
1636 "HTML5Lib": "src/",
1637 "HTML5Lib\\Tests": "tests/"
1638 }
1639 },
1640 "notification-url": "https://packagist.org/downloads/",
1641 "license": [
1642 "MIT"
1643 ],
1644 "authors": [
1645 {
1646 "name": "Multiple users",
1647 "homepage": "https://code.google.com/p/html5lib/",
1648 "role": "Original developers"
1649 },
1650 {
1651 "name": "Sébastien Lavoie",
1652 "homepage": "http://blog.lavoie.sl",
1653 "role": "Packager"
1654 },
1655 {
1656 "name": "didier Belot",
1657 "role": "Packager"
1658 }
1659 ],
1660 "description": "A PHP implementations of a HTML parser based on the WHATWG HTML5 specification.",
1661 "homepage": "https://github.com/electrolinux/php-html5lib",
1662 "keywords": [
1663 "HTML5",
1664 "php"
1665 ],
1666 "time": "2013-03-18T18:32:30+00:00"
1667 },
1668 {
1669 "name": "fig/link-util",
1670 "version": "1.1.1",
1671 "source": {
1672 "type": "git",
1673 "url": "https://github.com/php-fig/link-util.git",
1674 "reference": "c038ee75ca13663ddc2d1f185fe6f7533c00832a"
1675 },
1676 "dist": {
1677 "type": "zip",
1678 "url": "https://api.github.com/repos/php-fig/link-util/zipball/c038ee75ca13663ddc2d1f185fe6f7533c00832a",
1679 "reference": "c038ee75ca13663ddc2d1f185fe6f7533c00832a",
1680 "shasum": ""
1681 },
1682 "require": {
1683 "php": ">=5.5.0",
1684 "psr/link": "~1.0@dev"
1685 },
1686 "provide": {
1687 "psr/link-implementation": "1.0"
1688 },
1689 "require-dev": {
1690 "phpunit/phpunit": "^5.1",
1691 "squizlabs/php_codesniffer": "^2.3.1"
1692 },
1693 "type": "library",
1694 "extra": {
1695 "branch-alias": {
1696 "dev-master": "1.0.x-dev"
1697 }
1698 },
1699 "autoload": {
1700 "psr-4": {
1701 "Fig\\Link\\": "src/"
1702 }
1703 },
1704 "notification-url": "https://packagist.org/downloads/",
1705 "license": [
1706 "MIT"
1707 ],
1708 "authors": [
1709 {
1710 "name": "PHP-FIG",
1711 "homepage": "http://www.php-fig.org/"
1712 }
1713 ],
1714 "description": "Common utility implementations for HTTP links",
1715 "keywords": [
1716 "http",
1717 "http-link",
1718 "link",
1719 "psr",
1720 "psr-13",
1721 "rest"
1722 ],
1723 "time": "2020-04-27T06:40:36+00:00"
1724 },
1725 {
1726 "name": "fossar/htmlawed",
1727 "version": "1.2.7",
1728 "source": {
1729 "type": "git",
1730 "url": "https://github.com/fossar/HTMLawed.git",
1731 "reference": "4f7505e9622a96242923895c3008719b2c2283d3"
1732 },
1733 "dist": {
1734 "type": "zip",
1735 "url": "https://api.github.com/repos/fossar/HTMLawed/zipball/4f7505e9622a96242923895c3008719b2c2283d3",
1736 "reference": "4f7505e9622a96242923895c3008719b2c2283d3",
1737 "shasum": ""
1738 },
1739 "require": {
1740 "php": ">4.4.0"
1741 },
1742 "replace": {
1743 "htmlawed/htmlawed": "*"
1744 },
1745 "type": "library",
1746 "autoload": {
1747 "files": [
1748 "htmLawed.php"
1749 ]
1750 },
1751 "notification-url": "https://packagist.org/downloads/",
1752 "license": [
1753 "GPL-2.0+",
1754 "LGPL-3.0"
1755 ],
1756 "authors": [
1757 {
1758 "name": "Santosh Patnaik",
1759 "homepage": "http://www.bioinformatics.org/people/index.php?user_hash=558b661f92d0ff7b",
1760 "role": "Developer"
1761 }
1762 ],
1763 "description": "htmLawed - Process text with HTML markup to make it more compliant with HTML standards and administrative policies",
1764 "homepage": "http://www.bioinformatics.org/phplabware/internal_utilities/htmLawed/",
1765 "keywords": [
1766 "HTMLtidy",
1767 "html",
1768 "sanitize",
1769 "strip",
1770 "tags"
1771 ],
1772 "time": "2019-05-09T11:53:40+00:00"
1773 },
1774 {
1775 "name": "friendsofsymfony/jsrouting-bundle",
1776 "version": "2.5.4",
1777 "source": {
1778 "type": "git",
1779 "url": "https://github.com/FriendsOfSymfony/FOSJsRoutingBundle.git",
1780 "reference": "7dfd2165c1170a73e5929e70fb80ef57f5539869"
1781 },
1782 "dist": {
1783 "type": "zip",
1784 "url": "https://api.github.com/repos/FriendsOfSymfony/FOSJsRoutingBundle/zipball/7dfd2165c1170a73e5929e70fb80ef57f5539869",
1785 "reference": "7dfd2165c1170a73e5929e70fb80ef57f5539869",
1786 "shasum": ""
1787 },
1788 "require": {
1789 "php": "^7.1",
1790 "symfony/console": "~3.3|^4.0|^5.0",
1791 "symfony/framework-bundle": "~3.3|^4.0|^5.0",
1792 "symfony/serializer": "~3.3|^4.0|^5.0",
1793 "willdurand/jsonp-callback-validator": "~1.0"
1794 },
1795 "require-dev": {
1796 "symfony/expression-language": "~3.3|^4.0|^5.0",
1797 "symfony/phpunit-bridge": "^3.3|^4.0"
1798 },
1799 "type": "symfony-bundle",
1800 "extra": {
1801 "branch-alias": {
1802 "dev-master": "2.0-dev"
1803 }
1804 },
1805 "autoload": {
1806 "psr-4": {
1807 "FOS\\JsRoutingBundle\\": ""
1808 },
1809 "exclude-from-classmap": [
1810 "/Tests/"
1811 ]
1812 },
1813 "notification-url": "https://packagist.org/downloads/",
1814 "license": [
1815 "MIT"
1816 ],
1817 "authors": [
1818 {
1819 "name": "William Durand",
1820 "email": "will+git@drnd.me"
1821 },
1822 {
1823 "name": "FriendsOfSymfony Community",
1824 "homepage": "https://github.com/friendsofsymfony/FOSJsRoutingBundle/contributors"
1825 }
1826 ],
1827 "description": "A pretty nice way to expose your Symfony2 routing to client applications.",
1828 "homepage": "http://friendsofsymfony.github.com",
1829 "keywords": [
1830 "Js Routing",
1831 "javascript",
1832 "routing"
1833 ],
1834 "time": "2020-04-15T09:21:31+00:00"
1835 },
1836 {
1837 "name": "friendsofsymfony/oauth-server-bundle",
1838 "version": "1.6.2",
1839 "source": {
1840 "type": "git",
1841 "url": "https://github.com/FriendsOfSymfony/FOSOAuthServerBundle.git",
1842 "reference": "fcaa25cc49474bdb0db7894f880976fe76ffed23"
1843 },
1844 "dist": {
1845 "type": "zip",
1846 "url": "https://api.github.com/repos/FriendsOfSymfony/FOSOAuthServerBundle/zipball/fcaa25cc49474bdb0db7894f880976fe76ffed23",
1847 "reference": "fcaa25cc49474bdb0db7894f880976fe76ffed23",
1848 "shasum": ""
1849 },
1850 "require": {
1851 "friendsofsymfony/oauth2-php": "~1.1",
1852 "paragonie/random_compat": "^1|^2",
1853 "php": "^5.5|^7.0",
1854 "symfony/dependency-injection": "^2.8|~3.0|^4.0",
1855 "symfony/framework-bundle": "~2.8|~3.0|^4.0",
1856 "symfony/security-bundle": "~2.8|~3.0|^4.0"
1857 },
1858 "require-dev": {
1859 "doctrine/doctrine-bundle": "~1.0",
1860 "doctrine/mongodb-odm": "~1.0",
1861 "doctrine/orm": "~2.2",
1862 "phing/phing": "~2.4",
1863 "php-mock/php-mock-phpunit": "^1.1",
1864 "phpunit/phpunit": "~4.8|~5.0",
1865 "propel/propel1": "^1.6.5",
1866 "symfony/class-loader": "~2.8|~3.0|^4.0",
1867 "symfony/console": "~2.8|~3.0|^4.0",
1868 "symfony/form": "~2.8|~3.0|^4.0",
1869 "symfony/phpunit-bridge": "~2.8|~3.0|^4.0",
1870 "symfony/templating": "~2.8|~3.0|^4.0",
1871 "symfony/twig-bundle": "~2.8|~3.0|^4.0",
1872 "symfony/yaml": "~2.8|~3.0|^4.0",
1873 "willdurand/propel-typehintable-behavior": "^1.0.4"
1874 },
1875 "suggest": {
1876 "doctrine/doctrine-bundle": "*",
1877 "doctrine/mongodb-odm-bundle": "*",
1878 "propel/propel-bundle": "If you want to use Propel with Symfony2, then you will have to install the PropelBundle",
1879 "symfony/console": "Needed to be able to use commands",
1880 "symfony/form": "Needed to be able to use the AuthorizeFormType",
1881 "willdurand/propel-typehintable-behavior": "The Typehintable behavior is useful to add type hints on generated methods, to be compliant with interfaces"
1882 },
1883 "type": "symfony-bundle",
1884 "extra": {
1885 "branch-alias": {
1886 "dev-master": "1.5-dev"
1887 }
1888 },
1889 "autoload": {
1890 "psr-4": {
1891 "FOS\\OAuthServerBundle\\": ""
1892 },
1893 "exclude-from-classmap": [
1894 "/Tests/"
1895 ]
1896 },
1897 "notification-url": "https://packagist.org/downloads/",
1898 "license": [
1899 "MIT"
1900 ],
1901 "authors": [
1902 {
1903 "name": "Arnaud Le Blanc",
1904 "email": "arnaud.lb@gmail.com"
1905 },
1906 {
1907 "name": "FriendsOfSymfony Community",
1908 "homepage": "https://github.com/FriendsOfSymfony/FOSOAuthServerBundle/contributors"
1909 }
1910 ],
1911 "description": "Symfony2 OAuth Server Bundle",
1912 "homepage": "http://friendsofsymfony.github.com",
1913 "keywords": [
1914 "oauth",
1915 "oauth2",
1916 "server"
1917 ],
1918 "time": "2019-01-23T15:23:04+00:00"
1919 },
1920 {
1921 "name": "friendsofsymfony/oauth2-php",
1922 "version": "1.3.0",
1923 "source": {
1924 "type": "git",
1925 "url": "https://github.com/FriendsOfSymfony/oauth2-php.git",
1926 "reference": "606b8ea1c3c927c272ac1409116332ad5a2ed94c"
1927 },
1928 "dist": {
1929 "type": "zip",
1930 "url": "https://api.github.com/repos/FriendsOfSymfony/oauth2-php/zipball/606b8ea1c3c927c272ac1409116332ad5a2ed94c",
1931 "reference": "606b8ea1c3c927c272ac1409116332ad5a2ed94c",
1932 "shasum": ""
1933 },
1934 "require": {
1935 "php": "^5.5.9|^7.0.8|^7.1.3|^7.2.5",
1936 "symfony/http-foundation": "~3.0|~4.0|~5.0"
1937 },
1938 "require-dev": {
1939 "phpunit/phpunit": "^4.8 || ^5.0"
1940 },
1941 "type": "library",
1942 "extra": {
1943 "branch-alias": {
1944 "dev-master": "1.2.x-dev"
1945 }
1946 },
1947 "autoload": {
1948 "psr-4": {
1949 "OAuth2\\": "lib/"
1950 },
1951 "exclude-from-classmap": [
1952 "/tests/"
1953 ]
1954 },
1955 "notification-url": "https://packagist.org/downloads/",
1956 "license": [
1957 "MIT"
1958 ],
1959 "authors": [
1960 {
1961 "name": "Arnaud Le Blanc",
1962 "email": "arnaud.lb@gmail.com"
1963 },
1964 {
1965 "name": "FriendsOfSymfony Community",
1966 "homepage": "https://github.com/FriendsOfSymfony/oauth2-php/contributors"
1967 }
1968 ],
1969 "description": "OAuth2 library",
1970 "homepage": "https://github.com/FriendsOfSymfony/oauth2-php",
1971 "keywords": [
1972 "oauth",
1973 "oauth2"
1974 ],
1975 "time": "2020-03-03T22:14:46+00:00"
1976 },
1977 {
1978 "name": "friendsofsymfony/rest-bundle",
1979 "version": "2.7.4",
1980 "source": {
1981 "type": "git",
1982 "url": "https://github.com/FriendsOfSymfony/FOSRestBundle.git",
1983 "reference": "3d8501dbdfa48811ef942f5f93c358c80d5ad8eb"
1984 },
1985 "dist": {
1986 "type": "zip",
1987 "url": "https://api.github.com/repos/FriendsOfSymfony/FOSRestBundle/zipball/3d8501dbdfa48811ef942f5f93c358c80d5ad8eb",
1988 "reference": "3d8501dbdfa48811ef942f5f93c358c80d5ad8eb",
1989 "shasum": ""
1990 },
1991 "require": {
1992 "doctrine/inflector": "^1.0",
1993 "php": "^7.1",
1994 "psr/log": "^1.0",
1995 "symfony/config": "^3.4|^4.3",
1996 "symfony/debug": "^3.4|^4.3",
1997 "symfony/dependency-injection": "^3.4|^4.3",
1998 "symfony/event-dispatcher": "^3.4|^4.3",
1999 "symfony/finder": "^3.4|^4.3",
2000 "symfony/framework-bundle": "^3.4|^4.3",
2001 "symfony/http-foundation": "^3.4|^4.3",
2002 "symfony/http-kernel": "^3.4|^4.3",
2003 "symfony/routing": "^3.4|^4.3",
2004 "symfony/security-core": "^3.4|^4.3",
2005 "willdurand/jsonp-callback-validator": "^1.0",
2006 "willdurand/negotiation": "^2.0"
2007 },
2008 "conflict": {
2009 "jms/serializer": "<1.13.0",
2010 "jms/serializer-bundle": "<2.0.0",
2011 "sensio/framework-extra-bundle": "<3.0.13"
2012 },
2013 "require-dev": {
2014 "friendsofphp/php-cs-fixer": "^2.0",
2015 "jms/serializer": "^1.13|^2.0|^3.0",
2016 "jms/serializer-bundle": "^2.3.1|^3.0",
2017 "phpoption/phpoption": "^1.1",
2018 "psr/http-message": "^1.0",
2019 "sensio/framework-extra-bundle": "^3.0.13|^4.0|^5.0",
2020 "symfony/asset": "^3.4|^4.3",
2021 "symfony/browser-kit": "^3.4|^4.3",
2022 "symfony/css-selector": "^3.4|^4.3",
2023 "symfony/expression-language": "^3.4|^4.3",
2024 "symfony/form": "^3.4|^4.3",
2025 "symfony/phpunit-bridge": "^4.1.8",
2026 "symfony/security-bundle": "^3.4|^4.3",
2027 "symfony/serializer": "^3.4|^4.3",
2028 "symfony/templating": "^3.4|^4.3",
2029 "symfony/twig-bundle": "^3.4|^4.3",
2030 "symfony/validator": "^3.4|^4.3",
2031 "symfony/web-profiler-bundle": "^3.4|^4.3",
2032 "symfony/yaml": "^3.4|^4.3"
2033 },
2034 "suggest": {
2035 "jms/serializer-bundle": "Add support for advanced serialization capabilities, recommended, requires ^2.0|^3.0",
2036 "sensio/framework-extra-bundle": "Add support for the request body converter and the view response listener, requires ^3.0",
2037 "symfony/expression-language": "Add support for using the expression language in the routing, requires ^2.7|^3.0",
2038 "symfony/serializer": "Add support for basic serialization capabilities and xml decoding, requires ^2.7|^3.0",
2039 "symfony/validator": "Add support for validation capabilities in the ParamFetcher, requires ^2.7|^3.0"
2040 },
2041 "type": "symfony-bundle",
2042 "extra": {
2043 "branch-alias": {
2044 "dev-master": "2.7-dev"
2045 }
2046 },
2047 "autoload": {
2048 "psr-4": {
2049 "FOS\\RestBundle\\": ""
2050 },
2051 "exclude-from-classmap": [
2052 "Resources/",
2053 "Tests/"
2054 ]
2055 },
2056 "notification-url": "https://packagist.org/downloads/",
2057 "license": [
2058 "MIT"
2059 ],
2060 "authors": [
2061 {
2062 "name": "Lukas Kahwe Smith",
2063 "email": "smith@pooteeweet.org"
2064 },
2065 {
2066 "name": "Konstantin Kudryashov",
2067 "email": "ever.zet@gmail.com"
2068 },
2069 {
2070 "name": "FriendsOfSymfony Community",
2071 "homepage": "https://github.com/friendsofsymfony/FOSRestBundle/contributors"
2072 }
2073 ],
2074 "description": "This Bundle provides various tools to rapidly develop RESTful API's with Symfony",
2075 "homepage": "http://friendsofsymfony.github.com",
2076 "keywords": [
2077 "rest"
2078 ],
2079 "time": "2020-04-23T17:34:09+00:00"
2080 },
2081 {
2082 "name": "friendsofsymfony/user-bundle",
2083 "version": "v2.0.2",
2084 "source": {
2085 "type": "git",
2086 "url": "https://github.com/FriendsOfSymfony/FOSUserBundle.git",
2087 "reference": "2fc8a023d7ab482321cf7ec810ed49eab40eb50f"
2088 },
2089 "dist": {
2090 "type": "zip",
2091 "url": "https://api.github.com/repos/FriendsOfSymfony/FOSUserBundle/zipball/2fc8a023d7ab482321cf7ec810ed49eab40eb50f",
2092 "reference": "2fc8a023d7ab482321cf7ec810ed49eab40eb50f",
2093 "shasum": ""
2094 },
2095 "require": {
2096 "paragonie/random_compat": "^1 || ^2",
2097 "php": "^5.5.9 || ^7.0",
2098 "symfony/form": "^2.7 || ^3.0",
2099 "symfony/framework-bundle": "^2.7 || ^3.0",
2100 "symfony/security-bundle": "^2.7 || ^3.0",
2101 "symfony/templating": "^2.7 || ^3.0",
2102 "symfony/twig-bundle": "^2.7 || ^3.0",
2103 "twig/twig": "^1.28 || ^2.0"
2104 },
2105 "conflict": {
2106 "doctrine/doctrine-bundle": "<1.3",
2107 "symfony/doctrine-bridge": "<2.7"
2108 },
2109 "require-dev": {
2110 "doctrine/doctrine-bundle": "^1.3",
2111 "friendsofphp/php-cs-fixer": "^1.11",
2112 "phpunit/phpunit": "~4.8|~5.0",
2113 "swiftmailer/swiftmailer": "^4.3 || ^5.0 || ^6.0",
2114 "symfony/console": "^2.7 || ^3.0",
2115 "symfony/phpunit-bridge": "^2.7 || ^3.0",
2116 "symfony/validator": "^2.7 || ^3.0",
2117 "symfony/yaml": "^2.7 || ^3.0"
2118 },
2119 "type": "symfony-bundle",
2120 "extra": {
2121 "branch-alias": {
2122 "dev-master": "2.0.x-dev"
2123 }
2124 },
2125 "autoload": {
2126 "psr-4": {
2127 "FOS\\UserBundle\\": ""
2128 },
2129 "exclude-from-classmap": [
2130 "/Tests/"
2131 ]
2132 },
2133 "notification-url": "https://packagist.org/downloads/",
2134 "license": [
2135 "MIT"
2136 ],
2137 "authors": [
2138 {
2139 "name": "Christophe Coevoet",
2140 "email": "stof@notk.org"
2141 },
2142 {
2143 "name": "FriendsOfSymfony Community",
2144 "homepage": "https://github.com/friendsofsymfony/FOSUserBundle/contributors"
2145 },
2146 {
2147 "name": "Thibault Duplessis",
2148 "email": "thibault.duplessis@gmail.com"
2149 }
2150 ],
2151 "description": "Symfony FOSUserBundle",
2152 "homepage": "http://friendsofsymfony.github.com",
2153 "keywords": [
2154 "User management"
2155 ],
2156 "time": "2017-11-29T17:01:21+00:00"
2157 },
2158 {
2159 "name": "gedmo/doctrine-extensions",
2160 "version": "v2.4.38",
2161 "source": {
2162 "type": "git",
2163 "url": "https://github.com/Atlantic18/DoctrineExtensions.git",
2164 "reference": "81681364331b131518060e4776300a5346df1eb5"
2165 },
2166 "dist": {
2167 "type": "zip",
2168 "url": "https://api.github.com/repos/Atlantic18/DoctrineExtensions/zipball/81681364331b131518060e4776300a5346df1eb5",
2169 "reference": "81681364331b131518060e4776300a5346df1eb5",
2170 "shasum": ""
2171 },
2172 "require": {
2173 "behat/transliterator": "~1.2",
2174 "doctrine/common": "~2.4",
2175 "php": ">=5.3.2"
2176 },
2177 "conflict": {
2178 "doctrine/annotations": "<1.2",
2179 "doctrine/mongodb-odm": ">=2.0"
2180 },
2181 "require-dev": {
2182 "doctrine/common": ">=2.5.0",
2183 "doctrine/mongodb-odm": ">=1.0.2 <2.0",
2184 "doctrine/orm": ">=2.5.0",
2185 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5",
2186 "symfony/yaml": "~2.6 || ~3.0 || ~4.0"
2187 },
2188 "suggest": {
2189 "doctrine/mongodb-odm": "to use the extensions with the MongoDB ODM",
2190 "doctrine/orm": "to use the extensions with the ORM"
2191 },
2192 "type": "library",
2193 "extra": {
2194 "branch-alias": {
2195 "dev-master": "2.4.x-dev"
2196 }
2197 },
2198 "autoload": {
2199 "psr-4": {
2200 "Gedmo\\": "lib/Gedmo"
2201 }
2202 },
2203 "notification-url": "https://packagist.org/downloads/",
2204 "license": [
2205 "MIT"
2206 ],
2207 "authors": [
2208 {
2209 "name": "Gediminas Morkevicius",
2210 "email": "gediminas.morkevicius@gmail.com"
2211 },
2212 {
2213 "name": "Gustavo Falco",
2214 "email": "comfortablynumb84@gmail.com"
2215 },
2216 {
2217 "name": "David Buchmann",
2218 "email": "david@liip.ch"
2219 }
2220 ],
2221 "description": "Doctrine2 behavioral extensions",
2222 "homepage": "http://gediminasm.org/",
2223 "keywords": [
2224 "Blameable",
2225 "behaviors",
2226 "doctrine2",
2227 "extensions",
2228 "gedmo",
2229 "loggable",
2230 "nestedset",
2231 "sluggable",
2232 "sortable",
2233 "timestampable",
2234 "translatable",
2235 "tree",
2236 "uploadable"
2237 ],
2238 "time": "2019-11-08T22:33:07+00:00"
2239 },
2240 {
2241 "name": "grandt/binstring",
2242 "version": "1.0.0",
2243 "source": {
2244 "type": "git",
2245 "url": "https://github.com/Grandt/PHPBinString.git",
2246 "reference": "825fe2ac8a68190f651fc2dbc07b6edde18bc431"
2247 },
2248 "dist": {
2249 "type": "zip",
2250 "url": "https://api.github.com/repos/Grandt/PHPBinString/zipball/825fe2ac8a68190f651fc2dbc07b6edde18bc431",
2251 "reference": "825fe2ac8a68190f651fc2dbc07b6edde18bc431",
2252 "shasum": ""
2253 },
2254 "require": {
2255 "php": ">=5.0"
2256 },
2257 "type": "library",
2258 "autoload": {
2259 "classmap": [
2260 "BinString.php",
2261 "BinStringStatic.php"
2262 ]
2263 },
2264 "notification-url": "https://packagist.org/downloads/",
2265 "license": [
2266 "LGPL-2.1"
2267 ],
2268 "authors": [
2269 {
2270 "name": "A. Grandt",
2271 "email": "php@grandt.com",
2272 "role": "Developer"
2273 }
2274 ],
2275 "description": "A class for working around the use of mbstring.func_override",
2276 "homepage": "https://github.com/Grandt/PHPBinString",
2277 "keywords": [
2278 "binary strings",
2279 "mbstring"
2280 ],
2281 "time": "2015-08-13T06:14:41+00:00"
2282 },
2283 {
2284 "name": "grandt/phpresizegif",
2285 "version": "1.0.3",
2286 "source": {
2287 "type": "git",
2288 "url": "https://github.com/Grandt/PHPResizeGif.git",
2289 "reference": "775f6810fcda2fd1d8ca881d44a80c8d310ae7fe"
2290 },
2291 "dist": {
2292 "type": "zip",
2293 "url": "https://api.github.com/repos/Grandt/PHPResizeGif/zipball/775f6810fcda2fd1d8ca881d44a80c8d310ae7fe",
2294 "reference": "775f6810fcda2fd1d8ca881d44a80c8d310ae7fe",
2295 "shasum": ""
2296 },
2297 "require": {
2298 "grandt/binstring": ">=0.2.0",
2299 "php": ">=5.3.0"
2300 },
2301 "type": "library",
2302 "autoload": {
2303 "psr-4": {
2304 "grandt\\ResizeGif\\": "src/ResizeGif",
2305 "grandt\\ResizeGif\\Files\\": "src/ResizeGif/Files",
2306 "grandt\\ResizeGif\\Structure\\": "src/ResizeGif/Structure",
2307 "grandt\\ResizeGif\\Debug\\": "src/ResizeGif/Debug"
2308 }
2309 },
2310 "notification-url": "https://packagist.org/downloads/",
2311 "license": [
2312 "LGPL-2.1"
2313 ],
2314 "authors": [
2315 {
2316 "name": "A. Grandt",
2317 "email": "php@grandt.com",
2318 "homepage": "http://grandt.com",
2319 "role": "Developer"
2320 }
2321 ],
2322 "description": "GIF89a compliant Gif resizer, including transparency and optimized gifs with sub sized elements.",
2323 "homepage": "https://github.com/Grandt/PHPResizeGif",
2324 "keywords": [
2325 "GIF89a",
2326 "animated gif",
2327 "gif",
2328 "resize"
2329 ],
2330 "time": "2015-05-10T10:52:24+00:00"
2331 },
2332 {
2333 "name": "grandt/phpzipmerge",
2334 "version": "1.0.4",
2335 "source": {
2336 "type": "git",
2337 "url": "https://github.com/Grandt/PHPZipMerge.git",
2338 "reference": "0b1273d3c2dbfe244904158b1dbd65a663264fb9"
2339 },
2340 "dist": {
2341 "type": "zip",
2342 "url": "https://api.github.com/repos/Grandt/PHPZipMerge/zipball/0b1273d3c2dbfe244904158b1dbd65a663264fb9",
2343 "reference": "0b1273d3c2dbfe244904158b1dbd65a663264fb9",
2344 "shasum": ""
2345 },
2346 "require": {
2347 "grandt/binstring": ">=1.0.0",
2348 "grandt/relativepath": ">=1.0.1",
2349 "php": ">=5.3.0"
2350 },
2351 "type": "library",
2352 "autoload": {
2353 "psr-4": {
2354 "ZipMerge\\": "src/ZipMerge"
2355 }
2356 },
2357 "notification-url": "https://packagist.org/downloads/",
2358 "license": [
2359 "LGPL-2.1"
2360 ],
2361 "authors": [
2362 {
2363 "name": "A. Grandt",
2364 "email": "php@grandt.com",
2365 "homepage": "http://grandt.com",
2366 "role": "Developer"
2367 },
2368 {
2369 "name": "Greg Kappatos",
2370 "homepage": "http://websiteconnect.com.au",
2371 "role": "Developer"
2372 }
2373 ],
2374 "description": "Merge and stream multiple Zip files on the fly.",
2375 "homepage": "https://github.com/Grandt/PHPZipMerge",
2376 "keywords": [
2377 "archive",
2378 "compressed",
2379 "compression",
2380 "merge",
2381 "phpzip",
2382 "pkzip",
2383 "stream",
2384 "zip"
2385 ],
2386 "time": "2015-08-18T13:49:33+00:00"
2387 },
2388 {
2389 "name": "grandt/relativepath",
2390 "version": "1.0.2",
2391 "source": {
2392 "type": "git",
2393 "url": "https://github.com/Grandt/PHPRelativePath.git",
2394 "reference": "19541133c24143b6295688472c54dd6ed15a5462"
2395 },
2396 "dist": {
2397 "type": "zip",
2398 "url": "https://api.github.com/repos/Grandt/PHPRelativePath/zipball/19541133c24143b6295688472c54dd6ed15a5462",
2399 "reference": "19541133c24143b6295688472c54dd6ed15a5462",
2400 "shasum": ""
2401 },
2402 "require": {
2403 "php": ">=5.0"
2404 },
2405 "type": "library",
2406 "autoload": {
2407 "classmap": [
2408 "RelativePath.php"
2409 ]
2410 },
2411 "notification-url": "https://packagist.org/downloads/",
2412 "license": [
2413 "LGPL-2.1"
2414 ],
2415 "authors": [
2416 {
2417 "name": "A. Grandt",
2418 "email": "php@grandt.com",
2419 "role": "Developer"
2420 }
2421 ],
2422 "description": "A class for cleaning up/collapsing relative paths. Like real_path, but without the need for the path to exist on the filesystem.",
2423 "homepage": "https://github.com/Grandt/PHPRelativePath",
2424 "keywords": [
2425 "file path"
2426 ],
2427 "time": "2015-05-14T08:18:23+00:00"
2428 },
2429 {
2430 "name": "guzzlehttp/guzzle",
2431 "version": "5.3.4",
2432 "source": {
2433 "type": "git",
2434 "url": "https://github.com/guzzle/guzzle.git",
2435 "reference": "b87eda7a7162f95574032da17e9323c9899cb6b2"
2436 },
2437 "dist": {
2438 "type": "zip",
2439 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/b87eda7a7162f95574032da17e9323c9899cb6b2",
2440 "reference": "b87eda7a7162f95574032da17e9323c9899cb6b2",
2441 "shasum": ""
2442 },
2443 "require": {
2444 "guzzlehttp/ringphp": "^1.1",
2445 "php": ">=5.4.0",
2446 "react/promise": "^2.2"
2447 },
2448 "require-dev": {
2449 "ext-curl": "*",
2450 "phpunit/phpunit": "^4.0"
2451 },
2452 "type": "library",
2453 "autoload": {
2454 "psr-4": {
2455 "GuzzleHttp\\": "src/"
2456 }
2457 },
2458 "notification-url": "https://packagist.org/downloads/",
2459 "license": [
2460 "MIT"
2461 ],
2462 "authors": [
2463 {
2464 "name": "Michael Dowling",
2465 "email": "mtdowling@gmail.com",
2466 "homepage": "https://github.com/mtdowling"
2467 }
2468 ],
2469 "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients",
2470 "homepage": "http://guzzlephp.org/",
2471 "keywords": [
2472 "client",
2473 "curl",
2474 "framework",
2475 "http",
2476 "http client",
2477 "rest",
2478 "web service"
2479 ],
2480 "time": "2019-10-30T09:32:00+00:00"
2481 },
2482 {
2483 "name": "guzzlehttp/promises",
2484 "version": "v1.3.1",
2485 "source": {
2486 "type": "git",
2487 "url": "https://github.com/guzzle/promises.git",
2488 "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
2489 },
2490 "dist": {
2491 "type": "zip",
2492 "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
2493 "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
2494 "shasum": ""
2495 },
2496 "require": {
2497 "php": ">=5.5.0"
2498 },
2499 "require-dev": {
2500 "phpunit/phpunit": "^4.0"
2501 },
2502 "type": "library",
2503 "extra": {
2504 "branch-alias": {
2505 "dev-master": "1.4-dev"
2506 }
2507 },
2508 "autoload": {
2509 "psr-4": {
2510 "GuzzleHttp\\Promise\\": "src/"
2511 },
2512 "files": [
2513 "src/functions_include.php"
2514 ]
2515 },
2516 "notification-url": "https://packagist.org/downloads/",
2517 "license": [
2518 "MIT"
2519 ],
2520 "authors": [
2521 {
2522 "name": "Michael Dowling",
2523 "email": "mtdowling@gmail.com",
2524 "homepage": "https://github.com/mtdowling"
2525 }
2526 ],
2527 "description": "Guzzle promises library",
2528 "keywords": [
2529 "promise"
2530 ],
2531 "time": "2016-12-20T10:07:11+00:00"
2532 },
2533 {
2534 "name": "guzzlehttp/psr7",
2535 "version": "1.6.1",
2536 "source": {
2537 "type": "git",
2538 "url": "https://github.com/guzzle/psr7.git",
2539 "reference": "239400de7a173fe9901b9ac7c06497751f00727a"
2540 },
2541 "dist": {
2542 "type": "zip",
2543 "url": "https://api.github.com/repos/guzzle/psr7/zipball/239400de7a173fe9901b9ac7c06497751f00727a",
2544 "reference": "239400de7a173fe9901b9ac7c06497751f00727a",
2545 "shasum": ""
2546 },
2547 "require": {
2548 "php": ">=5.4.0",
2549 "psr/http-message": "~1.0",
2550 "ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
2551 },
2552 "provide": {
2553 "psr/http-message-implementation": "1.0"
2554 },
2555 "require-dev": {
2556 "ext-zlib": "*",
2557 "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8"
2558 },
2559 "suggest": {
2560 "zendframework/zend-httphandlerrunner": "Emit PSR-7 responses"
2561 },
2562 "type": "library",
2563 "extra": {
2564 "branch-alias": {
2565 "dev-master": "1.6-dev"
2566 }
2567 },
2568 "autoload": {
2569 "psr-4": {
2570 "GuzzleHttp\\Psr7\\": "src/"
2571 },
2572 "files": [
2573 "src/functions_include.php"
2574 ]
2575 },
2576 "notification-url": "https://packagist.org/downloads/",
2577 "license": [
2578 "MIT"
2579 ],
2580 "authors": [
2581 {
2582 "name": "Michael Dowling",
2583 "email": "mtdowling@gmail.com",
2584 "homepage": "https://github.com/mtdowling"
2585 },
2586 {
2587 "name": "Tobias Schultze",
2588 "homepage": "https://github.com/Tobion"
2589 }
2590 ],
2591 "description": "PSR-7 message implementation that also provides common utility methods",
2592 "keywords": [
2593 "http",
2594 "message",
2595 "psr-7",
2596 "request",
2597 "response",
2598 "stream",
2599 "uri",
2600 "url"
2601 ],
2602 "time": "2019-07-01T23:21:34+00:00"
2603 },
2604 {
2605 "name": "guzzlehttp/ringphp",
2606 "version": "1.1.1",
2607 "source": {
2608 "type": "git",
2609 "url": "https://github.com/guzzle/RingPHP.git",
2610 "reference": "5e2a174052995663dd68e6b5ad838afd47dd615b"
2611 },
2612 "dist": {
2613 "type": "zip",
2614 "url": "https://api.github.com/repos/guzzle/RingPHP/zipball/5e2a174052995663dd68e6b5ad838afd47dd615b",
2615 "reference": "5e2a174052995663dd68e6b5ad838afd47dd615b",
2616 "shasum": ""
2617 },
2618 "require": {
2619 "guzzlehttp/streams": "~3.0",
2620 "php": ">=5.4.0",
2621 "react/promise": "~2.0"
2622 },
2623 "require-dev": {
2624 "ext-curl": "*",
2625 "phpunit/phpunit": "~4.0"
2626 },
2627 "suggest": {
2628 "ext-curl": "Guzzle will use specific adapters if cURL is present"
2629 },
2630 "type": "library",
2631 "extra": {
2632 "branch-alias": {
2633 "dev-master": "1.1-dev"
2634 }
2635 },
2636 "autoload": {
2637 "psr-4": {
2638 "GuzzleHttp\\Ring\\": "src/"
2639 }
2640 },
2641 "notification-url": "https://packagist.org/downloads/",
2642 "license": [
2643 "MIT"
2644 ],
2645 "authors": [
2646 {
2647 "name": "Michael Dowling",
2648 "email": "mtdowling@gmail.com",
2649 "homepage": "https://github.com/mtdowling"
2650 }
2651 ],
2652 "description": "Provides a simple API and specification that abstracts away the details of HTTP into a single PHP function.",
2653 "abandoned": true,
2654 "time": "2018-07-31T13:22:33+00:00"
2655 },
2656 {
2657 "name": "guzzlehttp/streams",
2658 "version": "3.0.0",
2659 "source": {
2660 "type": "git",
2661 "url": "https://github.com/guzzle/streams.git",
2662 "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5"
2663 },
2664 "dist": {
2665 "type": "zip",
2666 "url": "https://api.github.com/repos/guzzle/streams/zipball/47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
2667 "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
2668 "shasum": ""
2669 },
2670 "require": {
2671 "php": ">=5.4.0"
2672 },
2673 "require-dev": {
2674 "phpunit/phpunit": "~4.0"
2675 },
2676 "type": "library",
2677 "extra": {
2678 "branch-alias": {
2679 "dev-master": "3.0-dev"
2680 }
2681 },
2682 "autoload": {
2683 "psr-4": {
2684 "GuzzleHttp\\Stream\\": "src/"
2685 }
2686 },
2687 "notification-url": "https://packagist.org/downloads/",
2688 "license": [
2689 "MIT"
2690 ],
2691 "authors": [
2692 {
2693 "name": "Michael Dowling",
2694 "email": "mtdowling@gmail.com",
2695 "homepage": "https://github.com/mtdowling"
2696 }
2697 ],
2698 "description": "Provides a simple abstraction over streams of data",
2699 "homepage": "http://guzzlephp.org/",
2700 "keywords": [
2701 "Guzzle",
2702 "stream"
2703 ],
2704 "abandoned": true,
2705 "time": "2014-10-12T19:18:40+00:00"
2706 },
2707 {
2708 "name": "hoa/compiler",
2709 "version": "3.17.08.08",
2710 "source": {
2711 "type": "git",
2712 "url": "https://github.com/hoaproject/Compiler.git",
2713 "reference": "aa09caf0bf28adae6654ca6ee415ee2f522672de"
2714 },
2715 "dist": {
2716 "type": "zip",
2717 "url": "https://api.github.com/repos/hoaproject/Compiler/zipball/aa09caf0bf28adae6654ca6ee415ee2f522672de",
2718 "reference": "aa09caf0bf28adae6654ca6ee415ee2f522672de",
2719 "shasum": ""
2720 },
2721 "require": {
2722 "hoa/consistency": "~1.0",
2723 "hoa/exception": "~1.0",
2724 "hoa/file": "~1.0",
2725 "hoa/iterator": "~2.0",
2726 "hoa/math": "~1.0",
2727 "hoa/protocol": "~1.0",
2728 "hoa/regex": "~1.0",
2729 "hoa/visitor": "~2.0"
2730 },
2731 "require-dev": {
2732 "hoa/json": "~2.0",
2733 "hoa/test": "~2.0"
2734 },
2735 "type": "library",
2736 "extra": {
2737 "branch-alias": {
2738 "dev-master": "3.x-dev"
2739 }
2740 },
2741 "autoload": {
2742 "psr-4": {
2743 "Hoa\\Compiler\\": "."
2744 }
2745 },
2746 "notification-url": "https://packagist.org/downloads/",
2747 "license": [
2748 "BSD-3-Clause"
2749 ],
2750 "authors": [
2751 {
2752 "name": "Ivan Enderlin",
2753 "email": "ivan.enderlin@hoa-project.net"
2754 },
2755 {
2756 "name": "Hoa community",
2757 "homepage": "https://hoa-project.net/"
2758 }
2759 ],
2760 "description": "The Hoa\\Compiler library.",
2761 "homepage": "https://hoa-project.net/",
2762 "keywords": [
2763 "algebraic",
2764 "ast",
2765 "compiler",
2766 "context-free",
2767 "coverage",
2768 "exhaustive",
2769 "grammar",
2770 "isotropic",
2771 "language",
2772 "lexer",
2773 "library",
2774 "ll1",
2775 "llk",
2776 "parser",
2777 "pp",
2778 "random",
2779 "regular",
2780 "rule",
2781 "sampler",
2782 "syntax",
2783 "token",
2784 "trace",
2785 "uniform"
2786 ],
2787 "time": "2017-08-08T07:44:07+00:00"
2788 },
2789 {
2790 "name": "hoa/consistency",
2791 "version": "1.17.05.02",
2792 "source": {
2793 "type": "git",
2794 "url": "https://github.com/hoaproject/Consistency.git",
2795 "reference": "fd7d0adc82410507f332516faf655b6ed22e4c2f"
2796 },
2797 "dist": {
2798 "type": "zip",
2799 "url": "https://api.github.com/repos/hoaproject/Consistency/zipball/fd7d0adc82410507f332516faf655b6ed22e4c2f",
2800 "reference": "fd7d0adc82410507f332516faf655b6ed22e4c2f",
2801 "shasum": ""
2802 },
2803 "require": {
2804 "hoa/exception": "~1.0",
2805 "php": ">=5.5.0"
2806 },
2807 "require-dev": {
2808 "hoa/stream": "~1.0",
2809 "hoa/test": "~2.0"
2810 },
2811 "type": "library",
2812 "extra": {
2813 "branch-alias": {
2814 "dev-master": "1.x-dev"
2815 }
2816 },
2817 "autoload": {
2818 "psr-4": {
2819 "Hoa\\Consistency\\": "."
2820 },
2821 "files": [
2822 "Prelude.php"
2823 ]
2824 },
2825 "notification-url": "https://packagist.org/downloads/",
2826 "license": [
2827 "BSD-3-Clause"
2828 ],
2829 "authors": [
2830 {
2831 "name": "Ivan Enderlin",
2832 "email": "ivan.enderlin@hoa-project.net"
2833 },
2834 {
2835 "name": "Hoa community",
2836 "homepage": "https://hoa-project.net/"
2837 }
2838 ],
2839 "description": "The Hoa\\Consistency library.",
2840 "homepage": "https://hoa-project.net/",
2841 "keywords": [
2842 "autoloader",
2843 "callable",
2844 "consistency",
2845 "entity",
2846 "flex",
2847 "keyword",
2848 "library"
2849 ],
2850 "time": "2017-05-02T12:18:12+00:00"
2851 },
2852 {
2853 "name": "hoa/event",
2854 "version": "1.17.01.13",
2855 "source": {
2856 "type": "git",
2857 "url": "https://github.com/hoaproject/Event.git",
2858 "reference": "6c0060dced212ffa3af0e34bb46624f990b29c54"
2859 },
2860 "dist": {
2861 "type": "zip",
2862 "url": "https://api.github.com/repos/hoaproject/Event/zipball/6c0060dced212ffa3af0e34bb46624f990b29c54",
2863 "reference": "6c0060dced212ffa3af0e34bb46624f990b29c54",
2864 "shasum": ""
2865 },
2866 "require": {
2867 "hoa/consistency": "~1.0",
2868 "hoa/exception": "~1.0"
2869 },
2870 "require-dev": {
2871 "hoa/test": "~2.0"
2872 },
2873 "type": "library",
2874 "extra": {
2875 "branch-alias": {
2876 "dev-master": "1.x-dev"
2877 }
2878 },
2879 "autoload": {
2880 "psr-4": {
2881 "Hoa\\Event\\": "."
2882 }
2883 },
2884 "notification-url": "https://packagist.org/downloads/",
2885 "license": [
2886 "BSD-3-Clause"
2887 ],
2888 "authors": [
2889 {
2890 "name": "Ivan Enderlin",
2891 "email": "ivan.enderlin@hoa-project.net"
2892 },
2893 {
2894 "name": "Hoa community",
2895 "homepage": "https://hoa-project.net/"
2896 }
2897 ],
2898 "description": "The Hoa\\Event library.",
2899 "homepage": "https://hoa-project.net/",
2900 "keywords": [
2901 "event",
2902 "library",
2903 "listener",
2904 "observer"
2905 ],
2906 "time": "2017-01-13T15:30:50+00:00"
2907 },
2908 {
2909 "name": "hoa/exception",
2910 "version": "1.17.01.16",
2911 "source": {
2912 "type": "git",
2913 "url": "https://github.com/hoaproject/Exception.git",
2914 "reference": "091727d46420a3d7468ef0595651488bfc3a458f"
2915 },
2916 "dist": {
2917 "type": "zip",
2918 "url": "https://api.github.com/repos/hoaproject/Exception/zipball/091727d46420a3d7468ef0595651488bfc3a458f",
2919 "reference": "091727d46420a3d7468ef0595651488bfc3a458f",
2920 "shasum": ""
2921 },
2922 "require": {
2923 "hoa/consistency": "~1.0",
2924 "hoa/event": "~1.0"
2925 },
2926 "require-dev": {
2927 "hoa/test": "~2.0"
2928 },
2929 "type": "library",
2930 "extra": {
2931 "branch-alias": {
2932 "dev-master": "1.x-dev"
2933 }
2934 },
2935 "autoload": {
2936 "psr-4": {
2937 "Hoa\\Exception\\": "."
2938 }
2939 },
2940 "notification-url": "https://packagist.org/downloads/",
2941 "license": [
2942 "BSD-3-Clause"
2943 ],
2944 "authors": [
2945 {
2946 "name": "Ivan Enderlin",
2947 "email": "ivan.enderlin@hoa-project.net"
2948 },
2949 {
2950 "name": "Hoa community",
2951 "homepage": "https://hoa-project.net/"
2952 }
2953 ],
2954 "description": "The Hoa\\Exception library.",
2955 "homepage": "https://hoa-project.net/",
2956 "keywords": [
2957 "exception",
2958 "library"
2959 ],
2960 "time": "2017-01-16T07:53:27+00:00"
2961 },
2962 {
2963 "name": "hoa/file",
2964 "version": "1.17.07.11",
2965 "source": {
2966 "type": "git",
2967 "url": "https://github.com/hoaproject/File.git",
2968 "reference": "35cb979b779bc54918d2f9a4e02ed6c7a1fa67ca"
2969 },
2970 "dist": {
2971 "type": "zip",
2972 "url": "https://api.github.com/repos/hoaproject/File/zipball/35cb979b779bc54918d2f9a4e02ed6c7a1fa67ca",
2973 "reference": "35cb979b779bc54918d2f9a4e02ed6c7a1fa67ca",
2974 "shasum": ""
2975 },
2976 "require": {
2977 "hoa/consistency": "~1.0",
2978 "hoa/event": "~1.0",
2979 "hoa/exception": "~1.0",
2980 "hoa/iterator": "~2.0",
2981 "hoa/stream": "~1.0"
2982 },
2983 "require-dev": {
2984 "hoa/test": "~2.0"
2985 },
2986 "type": "library",
2987 "extra": {
2988 "branch-alias": {
2989 "dev-master": "1.x-dev"
2990 }
2991 },
2992 "autoload": {
2993 "psr-4": {
2994 "Hoa\\File\\": "."
2995 }
2996 },
2997 "notification-url": "https://packagist.org/downloads/",
2998 "license": [
2999 "BSD-3-Clause"
3000 ],
3001 "authors": [
3002 {
3003 "name": "Ivan Enderlin",
3004 "email": "ivan.enderlin@hoa-project.net"
3005 },
3006 {
3007 "name": "Hoa community",
3008 "homepage": "https://hoa-project.net/"
3009 }
3010 ],
3011 "description": "The Hoa\\File library.",
3012 "homepage": "https://hoa-project.net/",
3013 "keywords": [
3014 "Socket",
3015 "directory",
3016 "file",
3017 "finder",
3018 "library",
3019 "link",
3020 "temporary"
3021 ],
3022 "time": "2017-07-11T07:42:15+00:00"
3023 },
3024 {
3025 "name": "hoa/iterator",
3026 "version": "2.17.01.10",
3027 "source": {
3028 "type": "git",
3029 "url": "https://github.com/hoaproject/Iterator.git",
3030 "reference": "d1120ba09cb4ccd049c86d10058ab94af245f0cc"
3031 },
3032 "dist": {
3033 "type": "zip",
3034 "url": "https://api.github.com/repos/hoaproject/Iterator/zipball/d1120ba09cb4ccd049c86d10058ab94af245f0cc",
3035 "reference": "d1120ba09cb4ccd049c86d10058ab94af245f0cc",
3036 "shasum": ""
3037 },
3038 "require": {
3039 "hoa/consistency": "~1.0",
3040 "hoa/exception": "~1.0"
3041 },
3042 "require-dev": {
3043 "hoa/test": "~2.0"
3044 },
3045 "type": "library",
3046 "extra": {
3047 "branch-alias": {
3048 "dev-master": "2.x-dev"
3049 }
3050 },
3051 "autoload": {
3052 "psr-4": {
3053 "Hoa\\Iterator\\": "."
3054 }
3055 },
3056 "notification-url": "https://packagist.org/downloads/",
3057 "license": [
3058 "BSD-3-Clause"
3059 ],
3060 "authors": [
3061 {
3062 "name": "Ivan Enderlin",
3063 "email": "ivan.enderlin@hoa-project.net"
3064 },
3065 {
3066 "name": "Hoa community",
3067 "homepage": "https://hoa-project.net/"
3068 }
3069 ],
3070 "description": "The Hoa\\Iterator library.",
3071 "homepage": "https://hoa-project.net/",
3072 "keywords": [
3073 "iterator",
3074 "library"
3075 ],
3076 "time": "2017-01-10T10:34:47+00:00"
3077 },
3078 {
3079 "name": "hoa/math",
3080 "version": "1.17.05.16",
3081 "source": {
3082 "type": "git",
3083 "url": "https://github.com/hoaproject/Math.git",
3084 "reference": "7150785d30f5d565704912116a462e9f5bc83a0c"
3085 },
3086 "dist": {
3087 "type": "zip",
3088 "url": "https://api.github.com/repos/hoaproject/Math/zipball/7150785d30f5d565704912116a462e9f5bc83a0c",
3089 "reference": "7150785d30f5d565704912116a462e9f5bc83a0c",
3090 "shasum": ""
3091 },
3092 "require": {
3093 "hoa/compiler": "~3.0",
3094 "hoa/consistency": "~1.0",
3095 "hoa/exception": "~1.0",
3096 "hoa/iterator": "~2.0",
3097 "hoa/protocol": "~1.0",
3098 "hoa/zformat": "~1.0"
3099 },
3100 "require-dev": {
3101 "hoa/test": "~2.0"
3102 },
3103 "type": "library",
3104 "extra": {
3105 "branch-alias": {
3106 "dev-master": "1.x-dev"
3107 }
3108 },
3109 "autoload": {
3110 "psr-4": {
3111 "Hoa\\Math\\": "."
3112 }
3113 },
3114 "notification-url": "https://packagist.org/downloads/",
3115 "license": [
3116 "BSD-3-Clause"
3117 ],
3118 "authors": [
3119 {
3120 "name": "Ivan Enderlin",
3121 "email": "ivan.enderlin@hoa-project.net"
3122 },
3123 {
3124 "name": "Hoa community",
3125 "homepage": "https://hoa-project.net/"
3126 }
3127 ],
3128 "description": "The Hoa\\Math library.",
3129 "homepage": "https://hoa-project.net/",
3130 "keywords": [
3131 "arrangement",
3132 "combination",
3133 "combinatorics",
3134 "counting",
3135 "library",
3136 "math",
3137 "permutation",
3138 "sampler",
3139 "set"
3140 ],
3141 "time": "2017-05-16T08:02:17+00:00"
3142 },
3143 {
3144 "name": "hoa/protocol",
3145 "version": "1.17.01.14",
3146 "source": {
3147 "type": "git",
3148 "url": "https://github.com/hoaproject/Protocol.git",
3149 "reference": "5c2cf972151c45f373230da170ea015deecf19e2"
3150 },
3151 "dist": {
3152 "type": "zip",
3153 "url": "https://api.github.com/repos/hoaproject/Protocol/zipball/5c2cf972151c45f373230da170ea015deecf19e2",
3154 "reference": "5c2cf972151c45f373230da170ea015deecf19e2",
3155 "shasum": ""
3156 },
3157 "require": {
3158 "hoa/consistency": "~1.0",
3159 "hoa/exception": "~1.0"
3160 },
3161 "require-dev": {
3162 "hoa/test": "~2.0"
3163 },
3164 "type": "library",
3165 "extra": {
3166 "branch-alias": {
3167 "dev-master": "1.x-dev"
3168 }
3169 },
3170 "autoload": {
3171 "psr-4": {
3172 "Hoa\\Protocol\\": "."
3173 },
3174 "files": [
3175 "Wrapper.php"
3176 ]
3177 },
3178 "notification-url": "https://packagist.org/downloads/",
3179 "license": [
3180 "BSD-3-Clause"
3181 ],
3182 "authors": [
3183 {
3184 "name": "Ivan Enderlin",
3185 "email": "ivan.enderlin@hoa-project.net"
3186 },
3187 {
3188 "name": "Hoa community",
3189 "homepage": "https://hoa-project.net/"
3190 }
3191 ],
3192 "description": "The Hoa\\Protocol library.",
3193 "homepage": "https://hoa-project.net/",
3194 "keywords": [
3195 "library",
3196 "protocol",
3197 "resource",
3198 "stream",
3199 "wrapper"
3200 ],
3201 "time": "2017-01-14T12:26:10+00:00"
3202 },
3203 {
3204 "name": "hoa/regex",
3205 "version": "1.17.01.13",
3206 "source": {
3207 "type": "git",
3208 "url": "https://github.com/hoaproject/Regex.git",
3209 "reference": "7e263a61b6fb45c1d03d8e5ef77668518abd5bec"
3210 },
3211 "dist": {
3212 "type": "zip",
3213 "url": "https://api.github.com/repos/hoaproject/Regex/zipball/7e263a61b6fb45c1d03d8e5ef77668518abd5bec",
3214 "reference": "7e263a61b6fb45c1d03d8e5ef77668518abd5bec",
3215 "shasum": ""
3216 },
3217 "require": {
3218 "hoa/consistency": "~1.0",
3219 "hoa/exception": "~1.0",
3220 "hoa/math": "~1.0",
3221 "hoa/protocol": "~1.0",
3222 "hoa/ustring": "~4.0",
3223 "hoa/visitor": "~2.0"
3224 },
3225 "type": "library",
3226 "extra": {
3227 "branch-alias": {
3228 "dev-master": "1.x-dev"
3229 }
3230 },
3231 "autoload": {
3232 "psr-4": {
3233 "Hoa\\Regex\\": "."
3234 }
3235 },
3236 "notification-url": "https://packagist.org/downloads/",
3237 "license": [
3238 "BSD-3-Clause"
3239 ],
3240 "authors": [
3241 {
3242 "name": "Ivan Enderlin",
3243 "email": "ivan.enderlin@hoa-project.net"
3244 },
3245 {
3246 "name": "Hoa community",
3247 "homepage": "https://hoa-project.net/"
3248 }
3249 ],
3250 "description": "The Hoa\\Regex library.",
3251 "homepage": "https://hoa-project.net/",
3252 "keywords": [
3253 "compiler",
3254 "library",
3255 "regex"
3256 ],
3257 "time": "2017-01-13T16:10:24+00:00"
3258 },
3259 {
3260 "name": "hoa/ruler",
3261 "version": "2.17.05.16",
3262 "source": {
3263 "type": "git",
3264 "url": "https://github.com/hoaproject/Ruler.git",
3265 "reference": "696835daf8336dfd490f032da7af444050e52dfc"
3266 },
3267 "dist": {
3268 "type": "zip",
3269 "url": "https://api.github.com/repos/hoaproject/Ruler/zipball/696835daf8336dfd490f032da7af444050e52dfc",
3270 "reference": "696835daf8336dfd490f032da7af444050e52dfc",
3271 "shasum": ""
3272 },
3273 "require": {
3274 "hoa/compiler": "~3.0",
3275 "hoa/consistency": "~1.0",
3276 "hoa/exception": "~1.0",
3277 "hoa/file": "~1.0",
3278 "hoa/protocol": "~1.0",
3279 "hoa/visitor": "~2.0"
3280 },
3281 "require-dev": {
3282 "hoa/test": "~2.0"
3283 },
3284 "type": "library",
3285 "extra": {
3286 "branch-alias": {
3287 "dev-master": "2.x-dev"
3288 }
3289 },
3290 "autoload": {
3291 "psr-4": {
3292 "Hoa\\Ruler\\": "."
3293 }
3294 },
3295 "notification-url": "https://packagist.org/downloads/",
3296 "license": [
3297 "BSD-3-Clause"
3298 ],
3299 "authors": [
3300 {
3301 "name": "Ivan Enderlin",
3302 "email": "ivan.enderlin@hoa-project.net"
3303 },
3304 {
3305 "name": "Hoa community",
3306 "homepage": "https://hoa-project.net/"
3307 }
3308 ],
3309 "description": "The Hoa\\Ruler library.",
3310 "homepage": "https://hoa-project.net/",
3311 "keywords": [
3312 "library",
3313 "ruler"
3314 ],
3315 "time": "2017-05-16T07:52:21+00:00"
3316 },
3317 {
3318 "name": "hoa/stream",
3319 "version": "1.17.02.21",
3320 "source": {
3321 "type": "git",
3322 "url": "https://github.com/hoaproject/Stream.git",
3323 "reference": "3293cfffca2de10525df51436adf88a559151d82"
3324 },
3325 "dist": {
3326 "type": "zip",
3327 "url": "https://api.github.com/repos/hoaproject/Stream/zipball/3293cfffca2de10525df51436adf88a559151d82",
3328 "reference": "3293cfffca2de10525df51436adf88a559151d82",
3329 "shasum": ""
3330 },
3331 "require": {
3332 "hoa/consistency": "~1.0",
3333 "hoa/event": "~1.0",
3334 "hoa/exception": "~1.0",
3335 "hoa/protocol": "~1.0"
3336 },
3337 "require-dev": {
3338 "hoa/test": "~2.0"
3339 },
3340 "type": "library",
3341 "extra": {
3342 "branch-alias": {
3343 "dev-master": "1.x-dev"
3344 }
3345 },
3346 "autoload": {
3347 "psr-4": {
3348 "Hoa\\Stream\\": "."
3349 }
3350 },
3351 "notification-url": "https://packagist.org/downloads/",
3352 "license": [
3353 "BSD-3-Clause"
3354 ],
3355 "authors": [
3356 {
3357 "name": "Ivan Enderlin",
3358 "email": "ivan.enderlin@hoa-project.net"
3359 },
3360 {
3361 "name": "Hoa community",
3362 "homepage": "https://hoa-project.net/"
3363 }
3364 ],
3365 "description": "The Hoa\\Stream library.",
3366 "homepage": "https://hoa-project.net/",
3367 "keywords": [
3368 "Context",
3369 "bucket",
3370 "composite",
3371 "filter",
3372 "in",
3373 "library",
3374 "out",
3375 "protocol",
3376 "stream",
3377 "wrapper"
3378 ],
3379 "time": "2017-02-21T16:01:06+00:00"
3380 },
3381 {
3382 "name": "hoa/ustring",
3383 "version": "4.17.01.16",
3384 "source": {
3385 "type": "git",
3386 "url": "https://github.com/hoaproject/Ustring.git",
3387 "reference": "e6326e2739178799b1fe3fdd92029f9517fa17a0"
3388 },
3389 "dist": {
3390 "type": "zip",
3391 "url": "https://api.github.com/repos/hoaproject/Ustring/zipball/e6326e2739178799b1fe3fdd92029f9517fa17a0",
3392 "reference": "e6326e2739178799b1fe3fdd92029f9517fa17a0",
3393 "shasum": ""
3394 },
3395 "require": {
3396 "hoa/consistency": "~1.0",
3397 "hoa/exception": "~1.0"
3398 },
3399 "require-dev": {
3400 "hoa/test": "~2.0"
3401 },
3402 "suggest": {
3403 "ext-iconv": "ext/iconv must be present (or a third implementation) to use Hoa\\Ustring::transcode().",
3404 "ext-intl": "To get a better Hoa\\Ustring::toAscii() and Hoa\\Ustring::compareTo()."
3405 },
3406 "type": "library",
3407 "extra": {
3408 "branch-alias": {
3409 "dev-master": "4.x-dev"
3410 }
3411 },
3412 "autoload": {
3413 "psr-4": {
3414 "Hoa\\Ustring\\": "."
3415 }
3416 },
3417 "notification-url": "https://packagist.org/downloads/",
3418 "license": [
3419 "BSD-3-Clause"
3420 ],
3421 "authors": [
3422 {
3423 "name": "Ivan Enderlin",
3424 "email": "ivan.enderlin@hoa-project.net"
3425 },
3426 {
3427 "name": "Hoa community",
3428 "homepage": "https://hoa-project.net/"
3429 }
3430 ],
3431 "description": "The Hoa\\Ustring library.",
3432 "homepage": "https://hoa-project.net/",
3433 "keywords": [
3434 "library",
3435 "search",
3436 "string",
3437 "unicode"
3438 ],
3439 "time": "2017-01-16T07:08:25+00:00"
3440 },
3441 {
3442 "name": "hoa/visitor",
3443 "version": "2.17.01.16",
3444 "source": {
3445 "type": "git",
3446 "url": "https://github.com/hoaproject/Visitor.git",
3447 "reference": "c18fe1cbac98ae449e0d56e87469103ba08f224a"
3448 },
3449 "dist": {
3450 "type": "zip",
3451 "url": "https://api.github.com/repos/hoaproject/Visitor/zipball/c18fe1cbac98ae449e0d56e87469103ba08f224a",
3452 "reference": "c18fe1cbac98ae449e0d56e87469103ba08f224a",
3453 "shasum": ""
3454 },
3455 "require": {
3456 "hoa/consistency": "~1.0"
3457 },
3458 "require-dev": {
3459 "hoa/test": "~2.0"
3460 },
3461 "type": "library",
3462 "extra": {
3463 "branch-alias": {
3464 "dev-master": "2.x-dev"
3465 }
3466 },
3467 "autoload": {
3468 "psr-4": {
3469 "Hoa\\Visitor\\": "."
3470 }
3471 },
3472 "notification-url": "https://packagist.org/downloads/",
3473 "license": [
3474 "BSD-3-Clause"
3475 ],
3476 "authors": [
3477 {
3478 "name": "Ivan Enderlin",
3479 "email": "ivan.enderlin@hoa-project.net"
3480 },
3481 {
3482 "name": "Hoa community",
3483 "homepage": "https://hoa-project.net/"
3484 }
3485 ],
3486 "description": "The Hoa\\Visitor library.",
3487 "homepage": "https://hoa-project.net/",
3488 "keywords": [
3489 "library",
3490 "structure",
3491 "visit",
3492 "visitor"
3493 ],
3494 "time": "2017-01-16T07:02:03+00:00"
3495 },
3496 {
3497 "name": "hoa/zformat",
3498 "version": "1.17.01.10",
3499 "source": {
3500 "type": "git",
3501 "url": "https://github.com/hoaproject/Zformat.git",
3502 "reference": "522c381a2a075d4b9dbb42eb4592dd09520e4ac2"
3503 },
3504 "dist": {
3505 "type": "zip",
3506 "url": "https://api.github.com/repos/hoaproject/Zformat/zipball/522c381a2a075d4b9dbb42eb4592dd09520e4ac2",
3507 "reference": "522c381a2a075d4b9dbb42eb4592dd09520e4ac2",
3508 "shasum": ""
3509 },
3510 "require": {
3511 "hoa/consistency": "~1.0",
3512 "hoa/exception": "~1.0"
3513 },
3514 "type": "library",
3515 "extra": {
3516 "branch-alias": {
3517 "dev-master": "1.x-dev"
3518 }
3519 },
3520 "autoload": {
3521 "psr-4": {
3522 "Hoa\\Zformat\\": "."
3523 }
3524 },
3525 "notification-url": "https://packagist.org/downloads/",
3526 "license": [
3527 "BSD-3-Clause"
3528 ],
3529 "authors": [
3530 {
3531 "name": "Ivan Enderlin",
3532 "email": "ivan.enderlin@hoa-project.net"
3533 },
3534 {
3535 "name": "Hoa community",
3536 "homepage": "https://hoa-project.net/"
3537 }
3538 ],
3539 "description": "The Hoa\\Zformat library.",
3540 "homepage": "https://hoa-project.net/",
3541 "keywords": [
3542 "library",
3543 "parameter",
3544 "zformat"
3545 ],
3546 "time": "2017-01-10T10:39:54+00:00"
3547 },
3548 {
3549 "name": "html2text/html2text",
3550 "version": "4.3.1",
3551 "source": {
3552 "type": "git",
3553 "url": "https://github.com/mtibben/html2text.git",
3554 "reference": "61ad68e934066a6f8df29a3d23a6460536d0855c"
3555 },
3556 "dist": {
3557 "type": "zip",
3558 "url": "https://api.github.com/repos/mtibben/html2text/zipball/61ad68e934066a6f8df29a3d23a6460536d0855c",
3559 "reference": "61ad68e934066a6f8df29a3d23a6460536d0855c",
3560 "shasum": ""
3561 },
3562 "require-dev": {
3563 "phpunit/phpunit": "~4"
3564 },
3565 "suggest": {
3566 "ext-mbstring": "For best performance",
3567 "symfony/polyfill-mbstring": "If you can't install ext-mbstring"
3568 },
3569 "type": "library",
3570 "autoload": {
3571 "psr-4": {
3572 "Html2Text\\": [
3573 "src/",
3574 "test/"
3575 ]
3576 }
3577 },
3578 "notification-url": "https://packagist.org/downloads/",
3579 "license": [
3580 "GPL-2.0-or-later"
3581 ],
3582 "description": "Converts HTML to formatted plain text",
3583 "time": "2020-04-16T23:44:31+00:00"
3584 },
3585 {
3586 "name": "http-interop/http-factory-guzzle",
3587 "version": "1.0.0",
3588 "source": {
3589 "type": "git",
3590 "url": "https://github.com/http-interop/http-factory-guzzle.git",
3591 "reference": "34861658efb9899a6618cef03de46e2a52c80fc0"
3592 },
3593 "dist": {
3594 "type": "zip",
3595 "url": "https://api.github.com/repos/http-interop/http-factory-guzzle/zipball/34861658efb9899a6618cef03de46e2a52c80fc0",
3596 "reference": "34861658efb9899a6618cef03de46e2a52c80fc0",
3597 "shasum": ""
3598 },
3599 "require": {
3600 "guzzlehttp/psr7": "^1.4.2",
3601 "psr/http-factory": "^1.0"
3602 },
3603 "provide": {
3604 "psr/http-factory-implementation": "^1.0"
3605 },
3606 "require-dev": {
3607 "http-interop/http-factory-tests": "^0.5",
3608 "phpunit/phpunit": "^6.5"
3609 },
3610 "type": "library",
3611 "autoload": {
3612 "psr-4": {
3613 "Http\\Factory\\Guzzle\\": "src/"
3614 }
3615 },
3616 "notification-url": "https://packagist.org/downloads/",
3617 "license": [
3618 "MIT"
3619 ],
3620 "authors": [
3621 {
3622 "name": "PHP-FIG",
3623 "homepage": "http://www.php-fig.org/"
3624 }
3625 ],
3626 "description": "An HTTP Factory using Guzzle PSR7",
3627 "keywords": [
3628 "factory",
3629 "http",
3630 "psr-17",
3631 "psr-7"
3632 ],
3633 "time": "2018-07-31T19:32:56+00:00"
3634 },
3635 {
3636 "name": "incenteev/composer-parameter-handler",
3637 "version": "v2.1.4",
3638 "source": {
3639 "type": "git",
3640 "url": "https://github.com/Incenteev/ParameterHandler.git",
3641 "reference": "084befb11ec21faeadcddefb88b66132775ff59b"
3642 },
3643 "dist": {
3644 "type": "zip",
3645 "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/084befb11ec21faeadcddefb88b66132775ff59b",
3646 "reference": "084befb11ec21faeadcddefb88b66132775ff59b",
3647 "shasum": ""
3648 },
3649 "require": {
3650 "php": ">=5.3.3",
3651 "symfony/yaml": "^2.3 || ^3.0 || ^4.0 || ^5.0"
3652 },
3653 "require-dev": {
3654 "composer/composer": "^1.0@dev",
3655 "symfony/filesystem": "^2.3 || ^3 || ^4 || ^5",
3656 "symfony/phpunit-bridge": "^4.0 || ^5.0"
3657 },
3658 "type": "library",
3659 "extra": {
3660 "branch-alias": {
3661 "dev-master": "2.1.x-dev"
3662 }
3663 },
3664 "autoload": {
3665 "psr-4": {
3666 "Incenteev\\ParameterHandler\\": ""
3667 }
3668 },
3669 "notification-url": "https://packagist.org/downloads/",
3670 "license": [
3671 "MIT"
3672 ],
3673 "authors": [
3674 {
3675 "name": "Christophe Coevoet",
3676 "email": "stof@notk.org"
3677 }
3678 ],
3679 "description": "Composer script handling your ignored parameter file",
3680 "homepage": "https://github.com/Incenteev/ParameterHandler",
3681 "keywords": [
3682 "parameters management"
3683 ],
3684 "time": "2020-03-17T21:10:00+00:00"
3685 },
3686 {
3687 "name": "j0k3r/graby",
3688 "version": "2.2.0",
3689 "source": {
3690 "type": "git",
3691 "url": "https://github.com/j0k3r/graby.git",
3692 "reference": "deb677eb45eddb99e1dfcfe56bb4216fd12894ed"
3693 },
3694 "dist": {
3695 "type": "zip",
3696 "url": "https://api.github.com/repos/j0k3r/graby/zipball/deb677eb45eddb99e1dfcfe56bb4216fd12894ed",
3697 "reference": "deb677eb45eddb99e1dfcfe56bb4216fd12894ed",
3698 "shasum": ""
3699 },
3700 "require": {
3701 "ext-curl": "*",
3702 "ext-tidy": "*",
3703 "fossar/htmlawed": "^1.2.4",
3704 "guzzlehttp/psr7": "^1.5",
3705 "j0k3r/graby-site-config": "^1.0",
3706 "j0k3r/httplug-ssrf-plugin": "^2.0",
3707 "j0k3r/php-readability": "^1.1",
3708 "monolog/monolog": "^1.13.1",
3709 "php": ">=7.1",
3710 "php-http/client-common": "^2.0",
3711 "php-http/discovery": "^1.0",
3712 "php-http/httplug": "^2.0",
3713 "php-http/message": "^1.7",
3714 "psr/http-message": "^1.0",
3715 "simplepie/simplepie": "^1.3.1",
3716 "smalot/pdfparser": "~0.11",
3717 "symfony/options-resolver": "~2.6|~3.0|~4.0|~5.0",
3718 "true/punycode": "~2.1"
3719 },
3720 "require-dev": {
3721 "friendsofphp/php-cs-fixer": "~2.14",
3722 "php-coveralls/php-coveralls": "^2.0",
3723 "php-http/guzzle6-adapter": "^2.0",
3724 "php-http/mock-client": "^1.2",
3725 "phpstan/phpstan": "^0.11",
3726 "phpstan/phpstan-phpunit": "^0.11",
3727 "symfony/phpunit-bridge": "~2.6|~3.0|~4.0|^5.0"
3728 },
3729 "type": "library",
3730 "extra": {
3731 "branch-alias": {
3732 "dev-2.0": "2.0-dev"
3733 }
3734 },
3735 "autoload": {
3736 "psr-4": {
3737 "Graby\\": "src/"
3738 }
3739 },
3740 "notification-url": "https://packagist.org/downloads/",
3741 "license": [
3742 "MIT"
3743 ],
3744 "authors": [
3745 {
3746 "name": "Jeremy Benoist",
3747 "email": "jeremy.benoist@gmail.com",
3748 "role": "Developer"
3749 },
3750 {
3751 "name": "FiveFilters.org",
3752 "email": "fivefilters@fivefilters.org",
3753 "role": "Developer (original version)"
3754 }
3755 ],
3756 "description": "Graby helps you extract article content from web pages",
3757 "time": "2020-04-15T11:37:45+00:00"
3758 },
3759 {
3760 "name": "j0k3r/graby-site-config",
3761 "version": "1.0.105",
3762 "source": {
3763 "type": "git",
3764 "url": "https://github.com/j0k3r/graby-site-config.git",
3765 "reference": "489208b33e9f43f3812626b0543cfe42ef896052"
3766 },
3767 "dist": {
3768 "type": "zip",
3769 "url": "https://api.github.com/repos/j0k3r/graby-site-config/zipball/489208b33e9f43f3812626b0543cfe42ef896052",
3770 "reference": "489208b33e9f43f3812626b0543cfe42ef896052",
3771 "shasum": ""
3772 },
3773 "require": {
3774 "symfony/finder": "~2.6|~3.0|~4.0|~5.0"
3775 },
3776 "require-dev": {
3777 "liip/rmt": "1.2.*",
3778 "symfony/phpunit-bridge": "^4.3|^5.0"
3779 },
3780 "type": "library",
3781 "autoload": {
3782 "psr-4": {
3783 "GrabySiteConfig\\SiteConfig\\": "src/"
3784 }
3785 },
3786 "notification-url": "https://packagist.org/downloads/",
3787 "license": [
3788 "CC0-1.0"
3789 ],
3790 "authors": [
3791 {
3792 "name": "Jeremy Benoist",
3793 "email": "jeremy.benoist@gmail.com"
3794 }
3795 ],
3796 "description": "Graby site config files",
3797 "time": "2020-04-21T12:42:03+00:00"
3798 },
3799 {
3800 "name": "j0k3r/httplug-ssrf-plugin",
3801 "version": "v2.0.1",
3802 "source": {
3803 "type": "git",
3804 "url": "https://github.com/j0k3r/httplug-ssrf-plugin.git",
3805 "reference": "fb68804e3bace2b894d1b9f39ad2b59078f5eac2"
3806 },
3807 "dist": {
3808 "type": "zip",
3809 "url": "https://api.github.com/repos/j0k3r/httplug-ssrf-plugin/zipball/fb68804e3bace2b894d1b9f39ad2b59078f5eac2",
3810 "reference": "fb68804e3bace2b894d1b9f39ad2b59078f5eac2",
3811 "shasum": ""
3812 },
3813 "require": {
3814 "php": "^7.1",
3815 "php-http/client-common": "^2.0",
3816 "php-http/discovery": "^1.5",
3817 "php-http/message": "^1.7",
3818 "php-http/message-factory": "^1.0.2"
3819 },
3820 "require-dev": {
3821 "friendsofphp/php-cs-fixer": "^2.14",
3822 "guzzlehttp/psr7": "^1.0",
3823 "php-http/guzzle6-adapter": "^2.0",
3824 "php-http/mock-client": "^1.0",
3825 "phpstan/phpstan": "^0.11",
3826 "phpstan/phpstan-phpunit": "^0.11",
3827 "symfony/phpunit-bridge": "~3.4.19|~4.0"
3828 },
3829 "type": "library",
3830 "autoload": {
3831 "psr-4": {
3832 "Graby\\HttpClient\\Plugin\\ServerSideRequestForgeryProtection\\": "src/"
3833 }
3834 },
3835 "notification-url": "https://packagist.org/downloads/",
3836 "license": [
3837 "MIT"
3838 ],
3839 "authors": [
3840 {
3841 "name": "Jeremy Benoist",
3842 "email": "jeremy.benoist@gmail.com"
3843 },
3844 {
3845 "name": "aaa2000",
3846 "email": "adev2000@gmail.com"
3847 },
3848 {
3849 "name": "Jack W",
3850 "email": "jack@fin1te.net",
3851 "role": "Developer (SafeCurl original version)"
3852 }
3853 ],
3854 "description": "Server-Side Request Forgery (SSRF) protection plugin for HTTPlug",
3855 "homepage": "https://github.com/j0k3r/httplug-ssrf-plugin",
3856 "keywords": [
3857 "http",
3858 "httplug",
3859 "plugin",
3860 "security",
3861 "ssrf"
3862 ],
3863 "time": "2020-01-06T13:44:13+00:00"
3864 },
3865 {
3866 "name": "j0k3r/php-readability",
3867 "version": "1.2.4",
3868 "source": {
3869 "type": "git",
3870 "url": "https://github.com/j0k3r/php-readability.git",
3871 "reference": "9306996b472fd3d4bc5a7928a301ccce38423793"
3872 },
3873 "dist": {
3874 "type": "zip",
3875 "url": "https://api.github.com/repos/j0k3r/php-readability/zipball/9306996b472fd3d4bc5a7928a301ccce38423793",
3876 "reference": "9306996b472fd3d4bc5a7928a301ccce38423793",
3877 "shasum": ""
3878 },
3879 "require": {
3880 "electrolinux/php-html5lib": "^0.1.0",
3881 "ext-mbstring": "*",
3882 "php": ">=5.6.0",
3883 "psr/log": "^1.0"
3884 },
3885 "require-dev": {
3886 "friendsofphp/php-cs-fixer": "^2.14",
3887 "monolog/monolog": "^1.24",
3888 "php-coveralls/php-coveralls": "^2.1",
3889 "symfony/phpunit-bridge": "^4.2.3"
3890 },
3891 "suggest": {
3892 "ext-tidy": "Used to clean up given HTML and to avoid problems with bad HTML structure."
3893 },
3894 "type": "library",
3895 "autoload": {
3896 "psr-4": {
3897 "Readability\\": "src/"
3898 }
3899 },
3900 "notification-url": "https://packagist.org/downloads/",
3901 "license": [
3902 "Apache-2.0"
3903 ],
3904 "authors": [
3905 {
3906 "name": "Keyvan Minoukadeh",
3907 "email": "keyvan@keyvan.net",
3908 "homepage": "http://keyvan.net",
3909 "role": "Developer (ported original JS code to PHP)"
3910 },
3911 {
3912 "name": "Arc90",
3913 "homepage": "http://arc90.com",
3914 "role": "Developer (original JS version)"
3915 },
3916 {
3917 "name": "Jeremy Benoist",
3918 "email": "jeremy.benoist@gmail.com",
3919 "homepage": "http://www.j0k3r.net",
3920 "role": "Developer"
3921 },
3922 {
3923 "name": "DitherSky",
3924 "homepage": "https://github.com/Dither",
3925 "role": "Developer (https://github.com/Dither/full-text-rss)"
3926 }
3927 ],
3928 "description": "Automatic article extraction from HTML",
3929 "keywords": [
3930 "article",
3931 "article extraction",
3932 "content",
3933 "content extraction",
3934 "extraction",
3935 "html"
3936 ],
3937 "time": "2019-06-25T15:15:37+00:00"
3938 },
3939 {
3940 "name": "javibravo/simpleue",
3941 "version": "2.1.0",
3942 "source": {
3943 "type": "git",
3944 "url": "https://github.com/javibravo/simpleue.git",
3945 "reference": "b12ccea0631cd3f6128ab91178fc5363f6e14ff6"
3946 },
3947 "dist": {
3948 "type": "zip",
3949 "url": "https://api.github.com/repos/javibravo/simpleue/zipball/b12ccea0631cd3f6128ab91178fc5363f6e14ff6",
3950 "reference": "b12ccea0631cd3f6128ab91178fc5363f6e14ff6",
3951 "shasum": ""
3952 },
3953 "require": {
3954 "php": ">=5.5",
3955 "psr/log": "~1.0"
3956 },
3957 "require-dev": {
3958 "aws/aws-sdk-php": "^3.9",
3959 "pda/pheanstalk": "^3.1",
3960 "phpunit/phpunit": "4.0.*",
3961 "predis/predis": "^1.0"
3962 },
3963 "suggest": {
3964 "aws/aws-sdk-php": "Allow work with AWS Simple Queue Service (SQS) queues",
3965 "ext-redis": "Allow work with Redis Locker",
3966 "pda/pheanstalk": "Allow work with Beanstalkd queues",
3967 "predis/predis": "Allow work with Redis queues"
3968 },
3969 "type": "library",
3970 "autoload": {
3971 "psr-4": {
3972 "Simpleue\\": "src/Simpleue"
3973 }
3974 },
3975 "notification-url": "https://packagist.org/downloads/",
3976 "license": [
3977 "MIT"
3978 ],
3979 "authors": [
3980 {
3981 "name": "Javier Bravo",
3982 "email": "javibravo85@gmail.com"
3983 }
3984 ],
3985 "description": "Php package to manage queue tasks in a simple way",
3986 "homepage": "http://github.com/javibravo/simpleue",
3987 "keywords": [
3988 "job",
3989 "queue",
3990 "redis",
3991 "sqs",
3992 "task"
3993 ],
3994 "time": "2017-11-15T13:41:13+00:00"
3995 },
3996 {
3997 "name": "jdorn/sql-formatter",
3998 "version": "v1.2.17",
3999 "source": {
4000 "type": "git",
4001 "url": "https://github.com/jdorn/sql-formatter.git",
4002 "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc"
4003 },
4004 "dist": {
4005 "type": "zip",
4006 "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc",
4007 "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc",
4008 "shasum": ""
4009 },
4010 "require": {
4011 "php": ">=5.2.4"
4012 },
4013 "require-dev": {
4014 "phpunit/phpunit": "3.7.*"
4015 },
4016 "type": "library",
4017 "extra": {
4018 "branch-alias": {
4019 "dev-master": "1.3.x-dev"
4020 }
4021 },
4022 "autoload": {
4023 "classmap": [
4024 "lib"
4025 ]
4026 },
4027 "notification-url": "https://packagist.org/downloads/",
4028 "license": [
4029 "MIT"
4030 ],
4031 "authors": [
4032 {
4033 "name": "Jeremy Dorn",
4034 "email": "jeremy@jeremydorn.com",
4035 "homepage": "http://jeremydorn.com/"
4036 }
4037 ],
4038 "description": "a PHP SQL highlighting library",
4039 "homepage": "https://github.com/jdorn/sql-formatter/",
4040 "keywords": [
4041 "highlight",
4042 "sql"
4043 ],
4044 "time": "2014-01-12T16:20:24+00:00"
4045 },
4046 {
4047 "name": "jean85/pretty-package-versions",
4048 "version": "1.2",
4049 "source": {
4050 "type": "git",
4051 "url": "https://github.com/Jean85/pretty-package-versions.git",
4052 "reference": "75c7effcf3f77501d0e0caa75111aff4daa0dd48"
4053 },
4054 "dist": {
4055 "type": "zip",
4056 "url": "https://api.github.com/repos/Jean85/pretty-package-versions/zipball/75c7effcf3f77501d0e0caa75111aff4daa0dd48",
4057 "reference": "75c7effcf3f77501d0e0caa75111aff4daa0dd48",
4058 "shasum": ""
4059 },
4060 "require": {
4061 "ocramius/package-versions": "^1.2.0",
4062 "php": "^7.0"
4063 },
4064 "require-dev": {
4065 "phpunit/phpunit": "^6.0"
4066 },
4067 "type": "library",
4068 "extra": {
4069 "branch-alias": {
4070 "dev-master": "1.x-dev"
4071 }
4072 },
4073 "autoload": {
4074 "psr-4": {
4075 "Jean85\\": "src/"
4076 }
4077 },
4078 "notification-url": "https://packagist.org/downloads/",
4079 "license": [
4080 "MIT"
4081 ],
4082 "authors": [
4083 {
4084 "name": "Alessandro Lai",
4085 "email": "alessandro.lai85@gmail.com"
4086 }
4087 ],
4088 "description": "A wrapper for ocramius/package-versions to get pretty versions strings",
4089 "keywords": [
4090 "composer",
4091 "package",
4092 "release",
4093 "versions"
4094 ],
4095 "time": "2018-06-13T13:22:40+00:00"
4096 },
4097 {
4098 "name": "jms/metadata",
4099 "version": "1.7.0",
4100 "source": {
4101 "type": "git",
4102 "url": "https://github.com/schmittjoh/metadata.git",
4103 "reference": "e5854ab1aa643623dc64adde718a8eec32b957a8"
4104 },
4105 "dist": {
4106 "type": "zip",
4107 "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/e5854ab1aa643623dc64adde718a8eec32b957a8",
4108 "reference": "e5854ab1aa643623dc64adde718a8eec32b957a8",
4109 "shasum": ""
4110 },
4111 "require": {
4112 "php": ">=5.3.0"
4113 },
4114 "require-dev": {
4115 "doctrine/cache": "~1.0",
4116 "symfony/cache": "~3.1"
4117 },
4118 "type": "library",
4119 "extra": {
4120 "branch-alias": {
4121 "dev-master": "1.5.x-dev"
4122 }
4123 },
4124 "autoload": {
4125 "psr-0": {
4126 "Metadata\\": "src/"
4127 }
4128 },
4129 "notification-url": "https://packagist.org/downloads/",
4130 "license": [
4131 "MIT"
4132 ],
4133 "authors": [
4134 {
4135 "name": "Asmir Mustafic",
4136 "email": "goetas@gmail.com"
4137 },
4138 {
4139 "name": "Johannes M. Schmitt",
4140 "email": "schmittjoh@gmail.com"
4141 }
4142 ],
4143 "description": "Class/method/property metadata management in PHP",
4144 "keywords": [
4145 "annotations",
4146 "metadata",
4147 "xml",
4148 "yaml"
4149 ],
4150 "time": "2018-10-26T12:40:10+00:00"
4151 },
4152 {
4153 "name": "jms/parser-lib",
4154 "version": "1.0.0",
4155 "source": {
4156 "type": "git",
4157 "url": "https://github.com/schmittjoh/parser-lib.git",
4158 "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d"
4159 },
4160 "dist": {
4161 "type": "zip",
4162 "url": "https://api.github.com/repos/schmittjoh/parser-lib/zipball/c509473bc1b4866415627af0e1c6cc8ac97fa51d",
4163 "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d",
4164 "shasum": ""
4165 },
4166 "require": {
4167 "phpoption/phpoption": ">=0.9,<2.0-dev"
4168 },
4169 "type": "library",
4170 "extra": {
4171 "branch-alias": {
4172 "dev-master": "1.0-dev"
4173 }
4174 },
4175 "autoload": {
4176 "psr-0": {
4177 "JMS\\": "src/"
4178 }
4179 },
4180 "notification-url": "https://packagist.org/downloads/",
4181 "license": [
4182 "Apache2"
4183 ],
4184 "description": "A library for easily creating recursive-descent parsers.",
4185 "time": "2012-11-18T18:08:43+00:00"
4186 },
4187 {
4188 "name": "jms/serializer",
4189 "version": "1.14.0",
4190 "source": {
4191 "type": "git",
4192 "url": "https://github.com/schmittjoh/serializer.git",
4193 "reference": "ee96d57024af9a7716d56fcbe3aa94b3d030f3ca"
4194 },
4195 "dist": {
4196 "type": "zip",
4197 "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/ee96d57024af9a7716d56fcbe3aa94b3d030f3ca",
4198 "reference": "ee96d57024af9a7716d56fcbe3aa94b3d030f3ca",
4199 "shasum": ""
4200 },
4201 "require": {
4202 "doctrine/annotations": "^1.0",
4203 "doctrine/instantiator": "^1.0.3",
4204 "jms/metadata": "^1.3",
4205 "jms/parser-lib": "1.*",
4206 "php": "^5.5|^7.0",
4207 "phpcollection/phpcollection": "~0.1",
4208 "phpoption/phpoption": "^1.1"
4209 },
4210 "conflict": {
4211 "twig/twig": "<1.12"
4212 },
4213 "require-dev": {
4214 "doctrine/orm": "~2.1",
4215 "doctrine/phpcr-odm": "^1.3|^2.0",
4216 "ext-pdo_sqlite": "*",
4217 "jackalope/jackalope-doctrine-dbal": "^1.1.5",
4218 "phpunit/phpunit": "^4.8|^5.0",
4219 "propel/propel1": "~1.7",
4220 "psr/container": "^1.0",
4221 "symfony/dependency-injection": "^2.7|^3.3|^4.0",
4222 "symfony/expression-language": "^2.6|^3.0",
4223 "symfony/filesystem": "^2.1",
4224 "symfony/form": "~2.1|^3.0",
4225 "symfony/translation": "^2.1|^3.0",
4226 "symfony/validator": "^2.2|^3.0",
4227 "symfony/yaml": "^2.1|^3.0",
4228 "twig/twig": "~1.12|~2.0"
4229 },
4230 "suggest": {
4231 "doctrine/cache": "Required if you like to use cache functionality.",
4232 "doctrine/collections": "Required if you like to use doctrine collection types as ArrayCollection.",
4233 "symfony/yaml": "Required if you'd like to serialize data to YAML format."
4234 },
4235 "type": "library",
4236 "extra": {
4237 "branch-alias": {
4238 "dev-1.x": "1.14-dev"
4239 }
4240 },
4241 "autoload": {
4242 "psr-0": {
4243 "JMS\\Serializer": "src/"
4244 }
4245 },
4246 "notification-url": "https://packagist.org/downloads/",
4247 "license": [
4248 "MIT"
4249 ],
4250 "authors": [
4251 {
4252 "name": "Asmir Mustafic",
4253 "email": "goetas@gmail.com"
4254 },
4255 {
4256 "name": "Johannes M. Schmitt",
4257 "email": "schmittjoh@gmail.com"
4258 }
4259 ],
4260 "description": "Library for (de-)serializing data of any complexity; supports XML, JSON, and YAML.",
4261 "homepage": "http://jmsyst.com/libs/serializer",
4262 "keywords": [
4263 "deserialization",
4264 "jaxb",
4265 "json",
4266 "serialization",
4267 "xml"
4268 ],
4269 "time": "2019-04-17T08:12:16+00:00"
4270 },
4271 {
4272 "name": "jms/serializer-bundle",
4273 "version": "2.4.4",
4274 "source": {
4275 "type": "git",
4276 "url": "https://github.com/schmittjoh/JMSSerializerBundle.git",
4277 "reference": "92ee808c64c1c180775a0e57d00e3be0674668fb"
4278 },
4279 "dist": {
4280 "type": "zip",
4281 "url": "https://api.github.com/repos/schmittjoh/JMSSerializerBundle/zipball/92ee808c64c1c180775a0e57d00e3be0674668fb",
4282 "reference": "92ee808c64c1c180775a0e57d00e3be0674668fb",
4283 "shasum": ""
4284 },
4285 "require": {
4286 "jms/serializer": "^1.10",
4287 "php": "^5.4|^7.0",
4288 "phpoption/phpoption": "^1.1.0",
4289 "symfony/framework-bundle": "~2.3|~3.0|~4.0"
4290 },
4291 "require-dev": {
4292 "doctrine/orm": "*",
4293 "phpunit/phpunit": "^4.8.35|^5.4.3|^6.0",
4294 "symfony/expression-language": "~2.6|~3.0|~4.0",
4295 "symfony/finder": "^2.3|^3.0|^4.0",
4296 "symfony/form": "*",
4297 "symfony/stopwatch": "*",
4298 "symfony/twig-bundle": "*",
4299 "symfony/validator": "*",
4300 "symfony/yaml": "*"
4301 },
4302 "suggest": {
4303 "jms/di-extra-bundle": "Required to get lazy loading (de)serialization visitors, ~1.3",
4304 "symfony/finder": "Required for cache warmup, supported versions ^2.3|^3.0|^4.0"
4305 },
4306 "type": "symfony-bundle",
4307 "extra": {
4308 "branch-alias": {
4309 "dev-master": "2.4-dev"
4310 }
4311 },
4312 "autoload": {
4313 "psr-4": {
4314 "JMS\\SerializerBundle\\": ""
4315 },
4316 "exclude-from-classmap": [
4317 "/Tests/"
4318 ]
4319 },
4320 "notification-url": "https://packagist.org/downloads/",
4321 "license": [
4322 "MIT"
4323 ],
4324 "authors": [
4325 {
4326 "name": "Asmir Mustafic",
4327 "email": "goetas@gmail.com"
4328 },
4329 {
4330 "name": "Johannes M. Schmitt",
4331 "email": "schmittjoh@gmail.com"
4332 }
4333 ],
4334 "description": "Allows you to easily serialize, and deserialize data of any complexity",
4335 "homepage": "http://jmsyst.com/bundles/JMSSerializerBundle",
4336 "keywords": [
4337 "deserialization",
4338 "jaxb",
4339 "json",
4340 "serialization",
4341 "xml"
4342 ],
4343 "time": "2019-03-30T10:26:09+00:00"
4344 },
4345 {
4346 "name": "kphoen/rulerz",
4347 "version": "0.21.1",
4348 "source": {
4349 "type": "git",
4350 "url": "https://github.com/K-Phoen/rulerz.git",
4351 "reference": "d28a1bd59b4e66cc9fcdeee965f13f685eb9ce41"
4352 },
4353 "dist": {
4354 "type": "zip",
4355 "url": "https://api.github.com/repos/K-Phoen/rulerz/zipball/d28a1bd59b4e66cc9fcdeee965f13f685eb9ce41",
4356 "reference": "d28a1bd59b4e66cc9fcdeee965f13f685eb9ce41",
4357 "shasum": ""
4358 },
4359 "require": {
4360 "hoa/ruler": "~2.0",
4361 "php": ">=7.1",
4362 "symfony/property-access": "~3.0|~4.0"
4363 },
4364 "require-dev": {
4365 "behat/behat": "~3.0",
4366 "coduo/phpspec-data-provider-extension": "~1.0,!=1.0.2",
4367 "doctrine/orm": "~2.4",
4368 "elasticsearch/elasticsearch": "~1.0",
4369 "illuminate/database": "~5.0",
4370 "kphoen/rusty": "dev-master",
4371 "liip/rmt": "^1.2",
4372 "mikey179/vfsstream": "~1.4",
4373 "phpspec/phpspec": "~2.0,>=2.4-dev",
4374 "pomm-project/cli": "~2.0@dev",
4375 "pomm-project/foundation": "~2.0@dev",
4376 "pomm-project/model-manager": "~2.0.@dev",
4377 "ruflin/elastica": "~1.0",
4378 "solarium/solarium": "~3.0",
4379 "vlucas/phpdotenv": "~2.1"
4380 },
4381 "suggest": {
4382 "doctrine/orm": "To execute rules as Doctrine queries",
4383 "elasticsearch/elasticsearch": "To execute rules as Elasticsearch queries",
4384 "kphoen/rulerz-spec-builder": "If you want a specification builder",
4385 "pomm-project/model-manager": "To execute rules as Pomm queries",
4386 "solarium/solarium": "To execute rules as Solr queries"
4387 },
4388 "type": "library",
4389 "extra": {
4390 "branch-alias": {
4391 "dev-master": "1.0.x-dev"
4392 }
4393 },
4394 "autoload": {
4395 "psr-4": {
4396 "RulerZ\\": "src/"
4397 }
4398 },
4399 "notification-url": "https://packagist.org/downloads/",
4400 "license": [
4401 "MIT"
4402 ],
4403 "authors": [
4404 {
4405 "name": "Kévin Gomez",
4406 "email": "contact@kevingomez.fr"
4407 }
4408 ],
4409 "description": "Powerful implementation of the Specification pattern",
4410 "homepage": "https://github.com/K-Phoen/RulerZ",
4411 "keywords": [
4412 "doctrine",
4413 "specification"
4414 ],
4415 "time": "2018-09-18T15:15:42+00:00"
4416 },
4417 {
4418 "name": "kphoen/rulerz-bridge",
4419 "version": "1.1.1",
4420 "source": {
4421 "type": "git",
4422 "url": "https://github.com/K-Phoen/rulerz-bridge.git",
4423 "reference": "fdad5856b669d59b5e4bda47c4e927a0485bf7a0"
4424 },
4425 "dist": {
4426 "type": "zip",
4427 "url": "https://api.github.com/repos/K-Phoen/rulerz-bridge/zipball/fdad5856b669d59b5e4bda47c4e927a0485bf7a0",
4428 "reference": "fdad5856b669d59b5e4bda47c4e927a0485bf7a0",
4429 "shasum": ""
4430 },
4431 "require": {
4432 "kphoen/rulerz": "~0.19,>=0.19.3|^1.0",
4433 "php": ">=7.1",
4434 "symfony/form": "^3.0|^4.0",
4435 "symfony/validator": "^3.0|^4.0"
4436 },
4437 "require-dev": {
4438 "liip/rmt": "^1.2",
4439 "phpunit/phpunit": "~7.1",
4440 "symfony/phpunit-bridge": "^3.0|^4.0"
4441 },
4442 "type": "symfony-bridge",
4443 "autoload": {
4444 "psr-4": {
4445 "Symfony\\Bridge\\RulerZ\\": ""
4446 },
4447 "exclude-from-classmap": [
4448 "/Tests/"
4449 ]
4450 },
4451 "notification-url": "https://packagist.org/downloads/",
4452 "license": [
4453 "MIT"
4454 ],
4455 "authors": [
4456 {
4457 "name": "Kévin Gomez",
4458 "email": "contact@kevingomez.fr"
4459 }
4460 ],
4461 "description": "Symfony RulerZ Bridge",
4462 "homepage": "https://github.com/K-Phoen/rulerz-bridge",
4463 "keywords": [
4464 "Bridge",
4465 "doctrine",
4466 "ruler",
4467 "rulerz",
4468 "specification",
4469 "symfony"
4470 ],
4471 "time": "2018-10-01T14:17:27+00:00"
4472 },
4473 {
4474 "name": "kphoen/rulerz-bundle",
4475 "version": "0.15.0",
4476 "source": {
4477 "type": "git",
4478 "url": "https://github.com/K-Phoen/RulerZBundle.git",
4479 "reference": "f25f2eddfd311047f0f0ece2684b1f6463cc41ad"
4480 },
4481 "dist": {
4482 "type": "zip",
4483 "url": "https://api.github.com/repos/K-Phoen/RulerZBundle/zipball/f25f2eddfd311047f0f0ece2684b1f6463cc41ad",
4484 "reference": "f25f2eddfd311047f0f0ece2684b1f6463cc41ad",
4485 "shasum": ""
4486 },
4487 "require": {
4488 "kphoen/rulerz": "~0.17,>=0.19.3",
4489 "kphoen/rulerz-bridge": "^1.0",
4490 "php": ">=7.1",
4491 "symfony/framework-bundle": "^3.0|^4.0"
4492 },
4493 "require-dev": {
4494 "liip/rmt": "^1.2",
4495 "matthiasnoback/symfony-dependency-injection-test": "^3.0",
4496 "mikey179/vfsstream": "^1.6",
4497 "phpunit/phpunit": "^7.1",
4498 "symfony/phpunit-bridge": "^3.0|^4.0"
4499 },
4500 "type": "symfony-bundle",
4501 "autoload": {
4502 "psr-4": {
4503 "KPhoen\\RulerZBundle\\": ""
4504 },
4505 "exclude-from-classmap": [
4506 "/Tests/"
4507 ]
4508 },
4509 "notification-url": "https://packagist.org/downloads/",
4510 "license": [
4511 "MIT"
4512 ],
4513 "authors": [
4514 {
4515 "name": "Kévin Gomez",
4516 "email": "contact@kevingomez.fr"
4517 }
4518 ],
4519 "description": "Symfony2 Bundle for RulerZ",
4520 "homepage": "https://github.com/K-Phoen/RulerZBundle",
4521 "keywords": [
4522 "doctrine",
4523 "ruler",
4524 "rulerz",
4525 "specification"
4526 ],
4527 "time": "2018-09-17T09:02:32+00:00"
4528 },
4529 {
4530 "name": "lcobucci/jwt",
4531 "version": "3.3.1",
4532 "source": {
4533 "type": "git",
4534 "url": "https://github.com/lcobucci/jwt.git",
4535 "reference": "a11ec5f4b4d75d1fcd04e133dede4c317aac9e18"
4536 },
4537 "dist": {
4538 "type": "zip",
4539 "url": "https://api.github.com/repos/lcobucci/jwt/zipball/a11ec5f4b4d75d1fcd04e133dede4c317aac9e18",
4540 "reference": "a11ec5f4b4d75d1fcd04e133dede4c317aac9e18",
4541 "shasum": ""
4542 },
4543 "require": {
4544 "ext-mbstring": "*",
4545 "ext-openssl": "*",
4546 "php": "^5.6 || ^7.0"
4547 },
4548 "require-dev": {
4549 "mikey179/vfsstream": "~1.5",
4550 "phpmd/phpmd": "~2.2",
4551 "phpunit/php-invoker": "~1.1",
4552 "phpunit/phpunit": "^5.7 || ^7.3",
4553 "squizlabs/php_codesniffer": "~2.3"
4554 },
4555 "type": "library",
4556 "extra": {
4557 "branch-alias": {
4558 "dev-master": "3.1-dev"
4559 }
4560 },
4561 "autoload": {
4562 "psr-4": {
4563 "Lcobucci\\JWT\\": "src"
4564 }
4565 },
4566 "notification-url": "https://packagist.org/downloads/",
4567 "license": [
4568 "BSD-3-Clause"
4569 ],
4570 "authors": [
4571 {
4572 "name": "Luís Otávio Cobucci Oblonczyk",
4573 "email": "lcobucci@gmail.com",
4574 "role": "Developer"
4575 }
4576 ],
4577 "description": "A simple library to work with JSON Web Token and JSON Web Signature",
4578 "keywords": [
4579 "JWS",
4580 "jwt"
4581 ],
4582 "time": "2019-05-24T18:30:49+00:00"
4583 },
4584 {
4585 "name": "lexik/form-filter-bundle",
4586 "version": "v5.0.10",
4587 "source": {
4588 "type": "git",
4589 "url": "https://github.com/lexik/LexikFormFilterBundle.git",
4590 "reference": "92df0638173979dc906bda7a33a10b98429d2057"
4591 },
4592 "dist": {
4593 "type": "zip",
4594 "url": "https://api.github.com/repos/lexik/LexikFormFilterBundle/zipball/92df0638173979dc906bda7a33a10b98429d2057",
4595 "reference": "92df0638173979dc906bda7a33a10b98429d2057",
4596 "shasum": ""
4597 },
4598 "require": {
4599 "doctrine/orm": "^2.4.8",
4600 "php": ">=5.5.9",
4601 "symfony/form": "~2.8|~3.0|^4.0",
4602 "symfony/framework-bundle": "~2.8|~3.0|^4.0"
4603 },
4604 "require-dev": {
4605 "doctrine/mongodb-odm-bundle": "^3.0",
4606 "phpunit/phpunit": "~5.0|^7.5"
4607 },
4608 "suggest": {
4609 "alcaeus/mongo-php-adapter": "Install this package if using the PHP 7 MongoDB Driver"
4610 },
4611 "type": "symfony-bundle",
4612 "extra": {
4613 "branch-alias": {
4614 "dev-master": "5.x.x-dev"
4615 }
4616 },
4617 "autoload": {
4618 "psr-4": {
4619 "Lexik\\Bundle\\FormFilterBundle\\": ""
4620 }
4621 },
4622 "notification-url": "https://packagist.org/downloads/",
4623 "license": [
4624 "MIT"
4625 ],
4626 "authors": [
4627 {
4628 "name": "Dev Lexik",
4629 "email": "dev@lexik.fr"
4630 },
4631 {
4632 "name": "Cedric Girard",
4633 "email": "c.girard@lexik.fr"
4634 }
4635 ],
4636 "description": "This bundle aim to provide classes to build some form filters and then build a doctrine query from this form filter.",
4637 "homepage": "https://github.com/lexik/LexikFormFilterBundle",
4638 "keywords": [
4639 "bundle",
4640 "doctrine",
4641 "filter",
4642 "form",
4643 "symfony"
4644 ],
4645 "time": "2019-04-17T17:58:44+00:00"
4646 },
4647 {
4648 "name": "liip/theme-bundle",
4649 "version": "1.7.0",
4650 "source": {
4651 "type": "git",
4652 "url": "https://github.com/liip/LiipThemeBundle.git",
4653 "reference": "362394821ff8dcc90b06272e289e7dafe4dab52a"
4654 },
4655 "dist": {
4656 "type": "zip",
4657 "url": "https://api.github.com/repos/liip/LiipThemeBundle/zipball/362394821ff8dcc90b06272e289e7dafe4dab52a",
4658 "reference": "362394821ff8dcc90b06272e289e7dafe4dab52a",
4659 "shasum": ""
4660 },
4661 "require": {
4662 "php": "^7.0",
4663 "psr/log": "~1.0",
4664 "symfony/finder": "^3.0|^4.0",
4665 "symfony/framework-bundle": "^3.0|^4.0",
4666 "symfony/templating": "^3.0|^4.0",
4667 "symfony/twig-bundle": "^3.0|^4.0",
4668 "twig/twig": "^1.34|^2.4"
4669 },
4670 "conflict": {
4671 "sebastian/comparator": "1.2.3"
4672 },
4673 "require-dev": {
4674 "phpunit/phpunit": "^6.0",
4675 "symfony/console": "^3.0|^4.0",
4676 "symfony/expression-language": "^3.0|^4.0"
4677 },
4678 "type": "symfony-bundle",
4679 "extra": {
4680 "branch-alias": {
4681 "dev-master": "1.4-dev"
4682 }
4683 },
4684 "autoload": {
4685 "psr-4": {
4686 "Liip\\ThemeBundle\\": ""
4687 }
4688 },
4689 "notification-url": "https://packagist.org/downloads/",
4690 "license": [
4691 "MIT"
4692 ],
4693 "authors": [
4694 {
4695 "name": "Community contributions",
4696 "homepage": "https://github.com/liip/LiipThemeBundle/contributors"
4697 },
4698 {
4699 "name": "Liip AG",
4700 "homepage": "http://www.liip.ch/"
4701 }
4702 ],
4703 "description": "Provides theming support for #Symfony2 Bundles",
4704 "keywords": [
4705 "themes",
4706 "theming"
4707 ],
4708 "time": "2019-06-19T12:53:08+00:00"
4709 },
4710 {
4711 "name": "masterminds/html5",
4712 "version": "2.7.0",
4713 "source": {
4714 "type": "git",
4715 "url": "https://github.com/Masterminds/html5-php.git",
4716 "reference": "104443ad663d15981225f99532ba73c2f1d6b6f2"
4717 },
4718 "dist": {
4719 "type": "zip",
4720 "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/104443ad663d15981225f99532ba73c2f1d6b6f2",
4721 "reference": "104443ad663d15981225f99532ba73c2f1d6b6f2",
4722 "shasum": ""
4723 },
4724 "require": {
4725 "ext-ctype": "*",
4726 "ext-dom": "*",
4727 "ext-libxml": "*",
4728 "php": ">=5.3.0"
4729 },
4730 "require-dev": {
4731 "phpunit/phpunit": "^4.8.35",
4732 "sami/sami": "~2.0",
4733 "satooshi/php-coveralls": "1.0.*"
4734 },
4735 "type": "library",
4736 "extra": {
4737 "branch-alias": {
4738 "dev-master": "2.7-dev"
4739 }
4740 },
4741 "autoload": {
4742 "psr-4": {
4743 "Masterminds\\": "src"
4744 }
4745 },
4746 "notification-url": "https://packagist.org/downloads/",
4747 "license": [
4748 "MIT"
4749 ],
4750 "authors": [
4751 {
4752 "name": "Matt Butcher",
4753 "email": "technosophos@gmail.com"
4754 },
4755 {
4756 "name": "Matt Farina",
4757 "email": "matt@mattfarina.com"
4758 },
4759 {
4760 "name": "Asmir Mustafic",
4761 "email": "goetas@gmail.com"
4762 }
4763 ],
4764 "description": "An HTML5 parser and serializer.",
4765 "homepage": "http://masterminds.github.io/html5-php",
4766 "keywords": [
4767 "HTML5",
4768 "dom",
4769 "html",
4770 "parser",
4771 "querypath",
4772 "serializer",
4773 "xml"
4774 ],
4775 "time": "2019-07-25T07:03:26+00:00"
4776 },
4777 {
4778 "name": "mgargano/simplehtmldom",
4779 "version": "1.5",
4780 "source": {
4781 "type": "git",
4782 "url": "https://github.com/matgargano/simplehtmldom.git",
4783 "reference": "37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be"
4784 },
4785 "dist": {
4786 "type": "zip",
4787 "url": "https://api.github.com/repos/matgargano/simplehtmldom/zipball/37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be",
4788 "reference": "37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be",
4789 "shasum": ""
4790 },
4791 "require": {
4792 "php": ">=5.3.0"
4793 },
4794 "type": "library",
4795 "autoload": {
4796 "psr-0": {
4797 "SimpleHtmlDom": "src/"
4798 },
4799 "files": [
4800 "src/simple_html_dom.php"
4801 ]
4802 },
4803 "notification-url": "https://packagist.org/downloads/",
4804 "license": [
4805 "The MIT License"
4806 ],
4807 "authors": [
4808 {
4809 "name": "S.C. Chen",
4810 "email": "me578022@gmail.com"
4811 }
4812 ],
4813 "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",
4814 "homepage": "http://simplehtmldom.sourceforge.net/",
4815 "keywords": [
4816 "Simple",
4817 "dom",
4818 "html"
4819 ],
4820 "time": "2014-01-05T18:17:34+00:00"
4821 },
4822 {
4823 "name": "michelf/php-markdown",
4824 "version": "1.9.0",
4825 "source": {
4826 "type": "git",
4827 "url": "https://github.com/michelf/php-markdown.git",
4828 "reference": "c83178d49e372ca967d1a8c77ae4e051b3a3c75c"
4829 },
4830 "dist": {
4831 "type": "zip",
4832 "url": "https://api.github.com/repos/michelf/php-markdown/zipball/c83178d49e372ca967d1a8c77ae4e051b3a3c75c",
4833 "reference": "c83178d49e372ca967d1a8c77ae4e051b3a3c75c",
4834 "shasum": ""
4835 },
4836 "require": {
4837 "php": ">=5.3.0"
4838 },
4839 "require-dev": {
4840 "phpunit/phpunit": ">=4.3 <5.8"
4841 },
4842 "type": "library",
4843 "autoload": {
4844 "psr-4": {
4845 "Michelf\\": "Michelf/"
4846 }
4847 },
4848 "notification-url": "https://packagist.org/downloads/",
4849 "license": [
4850 "BSD-3-Clause"
4851 ],
4852 "authors": [
4853 {
4854 "name": "Michel Fortin",
4855 "email": "michel.fortin@michelf.ca",
4856 "homepage": "https://michelf.ca/",
4857 "role": "Developer"
4858 },
4859 {
4860 "name": "John Gruber",
4861 "homepage": "https://daringfireball.net/"
4862 }
4863 ],
4864 "description": "PHP Markdown",
4865 "homepage": "https://michelf.ca/projects/php-markdown/",
4866 "keywords": [
4867 "markdown"
4868 ],
4869 "time": "2019-12-02T02:32:27+00:00"
4870 },
4871 {
4872 "name": "mnapoli/piwik-twig-extension",
4873 "version": "3.0.0",
4874 "source": {
4875 "type": "git",
4876 "url": "https://github.com/mnapoli/MatomoTwigExtension.git",
4877 "reference": "472fd49157d64e78081b7a626095ea989cae8471"
4878 },
4879 "dist": {
4880 "type": "zip",
4881 "url": "https://api.github.com/repos/mnapoli/MatomoTwigExtension/zipball/472fd49157d64e78081b7a626095ea989cae8471",
4882 "reference": "472fd49157d64e78081b7a626095ea989cae8471",
4883 "shasum": ""
4884 },
4885 "require": {
4886 "php": ">=7.0",
4887 "twig/twig": "~2.10|~3.0"
4888 },
4889 "require-dev": {
4890 "friendsofphp/php-cs-fixer": "~2.13",
4891 "php-coveralls/php-coveralls": "^2.0",
4892 "symfony/phpunit-bridge": "^5.0"
4893 },
4894 "type": "library",
4895 "autoload": {
4896 "psr-4": {
4897 "MatomoTwigExtension\\": "src/"
4898 }
4899 },
4900 "notification-url": "https://packagist.org/downloads/",
4901 "license": [
4902 "MIT"
4903 ],
4904 "description": "This library integrates Matomo into Twig",
4905 "time": "2020-04-24T14:45:43+00:00"
4906 },
4907 {
4908 "name": "monolog/monolog",
4909 "version": "1.25.3",
4910 "source": {
4911 "type": "git",
4912 "url": "https://github.com/Seldaek/monolog.git",
4913 "reference": "fa82921994db851a8becaf3787a9e73c5976b6f1"
4914 },
4915 "dist": {
4916 "type": "zip",
4917 "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fa82921994db851a8becaf3787a9e73c5976b6f1",
4918 "reference": "fa82921994db851a8becaf3787a9e73c5976b6f1",
4919 "shasum": ""
4920 },
4921 "require": {
4922 "php": ">=5.3.0",
4923 "psr/log": "~1.0"
4924 },
4925 "provide": {
4926 "psr/log-implementation": "1.0.0"
4927 },
4928 "require-dev": {
4929 "aws/aws-sdk-php": "^2.4.9 || ^3.0",
4930 "doctrine/couchdb": "~1.0@dev",
4931 "graylog2/gelf-php": "~1.0",
4932 "jakub-onderka/php-parallel-lint": "0.9",
4933 "php-amqplib/php-amqplib": "~2.4",
4934 "php-console/php-console": "^3.1.3",
4935 "phpunit/phpunit": "~4.5",
4936 "phpunit/phpunit-mock-objects": "2.3.0",
4937 "ruflin/elastica": ">=0.90 <3.0",
4938 "sentry/sentry": "^0.13",
4939 "swiftmailer/swiftmailer": "^5.3|^6.0"
4940 },
4941 "suggest": {
4942 "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
4943 "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
4944 "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
4945 "ext-mongo": "Allow sending log messages to a MongoDB server",
4946 "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
4947 "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
4948 "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
4949 "php-console/php-console": "Allow sending log messages to Google Chrome",
4950 "rollbar/rollbar": "Allow sending log messages to Rollbar",
4951 "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
4952 "sentry/sentry": "Allow sending log messages to a Sentry server"
4953 },
4954 "type": "library",
4955 "extra": {
4956 "branch-alias": {
4957 "dev-master": "2.0.x-dev"
4958 }
4959 },
4960 "autoload": {
4961 "psr-4": {
4962 "Monolog\\": "src/Monolog"
4963 }
4964 },
4965 "notification-url": "https://packagist.org/downloads/",
4966 "license": [
4967 "MIT"
4968 ],
4969 "authors": [
4970 {
4971 "name": "Jordi Boggiano",
4972 "email": "j.boggiano@seld.be",
4973 "homepage": "http://seld.be"
4974 }
4975 ],
4976 "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
4977 "homepage": "http://github.com/Seldaek/monolog",
4978 "keywords": [
4979 "log",
4980 "logging",
4981 "psr-3"
4982 ],
4983 "time": "2019-12-20T14:15:16+00:00"
4984 },
4985 {
4986 "name": "nelmio/api-doc-bundle",
4987 "version": "2.13.4",
4988 "target-dir": "Nelmio/ApiDocBundle",
4989 "source": {
4990 "type": "git",
4991 "url": "https://github.com/nelmio/NelmioApiDocBundle.git",
4992 "reference": "28802f2c44dbbf29aa7f5dc80a10f44d3558f580"
4993 },
4994 "dist": {
4995 "type": "zip",
4996 "url": "https://api.github.com/repos/nelmio/NelmioApiDocBundle/zipball/28802f2c44dbbf29aa7f5dc80a10f44d3558f580",
4997 "reference": "28802f2c44dbbf29aa7f5dc80a10f44d3558f580",
4998 "shasum": ""
4999 },
5000 "require": {
5001 "michelf/php-markdown": "~1.4",
5002 "php": ">=5.4",
5003 "symfony/console": "~2.3|~3.0|~4.0",
5004 "symfony/framework-bundle": "~2.3|~3.0|~4.0",
5005 "symfony/twig-bundle": "~2.3|~3.0|~4.0"
5006 },
5007 "conflict": {
5008 "jms/serializer": "<0.12",
5009 "jms/serializer-bundle": "<0.11",
5010 "symfony/symfony": "~2.7.8",
5011 "twig/twig": "<1.12"
5012 },
5013 "require-dev": {
5014 "doctrine/doctrine-bundle": "~1.5",
5015 "doctrine/orm": "~2.3",
5016 "dunglas/api-bundle": "~1.0",
5017 "friendsofsymfony/rest-bundle": "~1.0|~2.0",
5018 "jms/serializer-bundle": ">=0.11",
5019 "sensio/framework-extra-bundle": "~3.0",
5020 "symfony/browser-kit": "~2.3|~3.0|~4.0",
5021 "symfony/css-selector": "~2.3|~3.0|~4.0",
5022 "symfony/finder": "~2.3|~3.0|~4.0",
5023 "symfony/form": "~2.3|~3.0|~4.0",
5024 "symfony/phpunit-bridge": "~2.7|~3.0|~4.0",
5025 "symfony/serializer": "~2.7|~3.0|~4.0",
5026 "symfony/validator": "~2.3|~3.0|~4.0",
5027 "symfony/yaml": "~2.3|~3.0|~4.0"
5028 },
5029 "suggest": {
5030 "dunglas/api-bundle": "For making use of resources definitions of DunglasApiBundle.",
5031 "friendsofsymfony/rest-bundle": "For making use of REST information in the doc.",
5032 "jms/serializer": "For making use of serializer information in the doc.",
5033 "symfony/form": "For using form definitions as input.",
5034 "symfony/validator": "For making use of validator information in the doc."
5035 },
5036 "type": "symfony-bundle",
5037 "extra": {
5038 "branch-alias": {
5039 "dev-2.x": "2.13-dev"
5040 }
5041 },
5042 "autoload": {
5043 "psr-0": {
5044 "Nelmio\\ApiDocBundle": ""
5045 }
5046 },
5047 "notification-url": "https://packagist.org/downloads/",
5048 "license": [
5049 "MIT"
5050 ],
5051 "authors": [
5052 {
5053 "name": "Nelmio",
5054 "homepage": "http://nelm.io"
5055 },
5056 {
5057 "name": "Symfony Community",
5058 "homepage": "https://github.com/nelmio/NelmioApiDocBundle/contributors"
5059 }
5060 ],
5061 "description": "Generates documentation for your REST API from annotations",
5062 "keywords": [
5063 "api",
5064 "doc",
5065 "documentation",
5066 "rest"
5067 ],
5068 "time": "2019-06-01T13:34:59+00:00"
5069 },
5070 {
5071 "name": "nelmio/cors-bundle",
5072 "version": "1.5.6",
5073 "source": {
5074 "type": "git",
5075 "url": "https://github.com/nelmio/NelmioCorsBundle.git",
5076 "reference": "10a24c10f242440211ed31075e74f81661c690d9"
5077 },
5078 "dist": {
5079 "type": "zip",
5080 "url": "https://api.github.com/repos/nelmio/NelmioCorsBundle/zipball/10a24c10f242440211ed31075e74f81661c690d9",
5081 "reference": "10a24c10f242440211ed31075e74f81661c690d9",
5082 "shasum": ""
5083 },
5084 "require": {
5085 "symfony/framework-bundle": "^2.7 || ^3.0 || ^4.0"
5086 },
5087 "require-dev": {
5088 "matthiasnoback/symfony-dependency-injection-test": "^1.0 || ^2.0",
5089 "mockery/mockery": "^0.9 || ^1.0",
5090 "symfony/phpunit-bridge": "^2.7 || ^3.0 || ^4.0"
5091 },
5092 "type": "symfony-bundle",
5093 "extra": {
5094 "branch-alias": {
5095 "dev-master": "1.5.x-dev"
5096 }
5097 },
5098 "autoload": {
5099 "psr-4": {
5100 "Nelmio\\CorsBundle\\": ""
5101 },
5102 "exclude-from-classmap": [
5103 "/Tests/"
5104 ]
5105 },
5106 "notification-url": "https://packagist.org/downloads/",
5107 "license": [
5108 "MIT"
5109 ],
5110 "authors": [
5111 {
5112 "name": "Nelmio",
5113 "homepage": "http://nelm.io"
5114 },
5115 {
5116 "name": "Symfony Community",
5117 "homepage": "https://github.com/nelmio/NelmioCorsBundle/contributors"
5118 }
5119 ],
5120 "description": "Adds CORS (Cross-Origin Resource Sharing) headers support in your Symfony2 application",
5121 "keywords": [
5122 "api",
5123 "cors",
5124 "crossdomain"
5125 ],
5126 "time": "2019-06-17T08:53:14+00:00"
5127 },
5128 {
5129 "name": "ocramius/package-versions",
5130 "version": "1.4.2",
5131 "source": {
5132 "type": "git",
5133 "url": "https://github.com/Ocramius/PackageVersions.git",
5134 "reference": "44af6f3a2e2e04f2af46bcb302ad9600cba41c7d"
5135 },
5136 "dist": {
5137 "type": "zip",
5138 "url": "https://api.github.com/repos/Ocramius/PackageVersions/zipball/44af6f3a2e2e04f2af46bcb302ad9600cba41c7d",
5139 "reference": "44af6f3a2e2e04f2af46bcb302ad9600cba41c7d",
5140 "shasum": ""
5141 },
5142 "require": {
5143 "composer-plugin-api": "^1.0.0",
5144 "php": "^7.1.0"
5145 },
5146 "require-dev": {
5147 "composer/composer": "^1.6.3",
5148 "doctrine/coding-standard": "^5.0.1",
5149 "ext-zip": "*",
5150 "infection/infection": "^0.7.1",
5151 "phpunit/phpunit": "^7.5.17"
5152 },
5153 "type": "composer-plugin",
5154 "extra": {
5155 "class": "PackageVersions\\Installer",
5156 "branch-alias": {
5157 "dev-master": "2.0.x-dev"
5158 }
5159 },
5160 "autoload": {
5161 "psr-4": {
5162 "PackageVersions\\": "src/PackageVersions"
5163 }
5164 },
5165 "notification-url": "https://packagist.org/downloads/",
5166 "license": [
5167 "MIT"
5168 ],
5169 "authors": [
5170 {
5171 "name": "Marco Pivetta",
5172 "email": "ocramius@gmail.com"
5173 }
5174 ],
5175 "description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)",
5176 "time": "2019-11-15T16:17:10+00:00"
5177 },
5178 {
5179 "name": "ocramius/proxy-manager",
5180 "version": "2.1.1",
5181 "source": {
5182 "type": "git",
5183 "url": "https://github.com/Ocramius/ProxyManager.git",
5184 "reference": "e18ac876b2e4819c76349de8f78ccc8ef1554cd7"
5185 },
5186 "dist": {
5187 "type": "zip",
5188 "url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/e18ac876b2e4819c76349de8f78ccc8ef1554cd7",
5189 "reference": "e18ac876b2e4819c76349de8f78ccc8ef1554cd7",
5190 "shasum": ""
5191 },
5192 "require": {
5193 "ocramius/package-versions": "^1.1.1",
5194 "php": "^7.1.0",
5195 "zendframework/zend-code": "^3.1.0"
5196 },
5197 "require-dev": {
5198 "couscous/couscous": "^1.5.2",
5199 "ext-phar": "*",
5200 "humbug/humbug": "dev-master@DEV",
5201 "nikic/php-parser": "^3.0.4",
5202 "phpbench/phpbench": "^0.12.2",
5203 "phpstan/phpstan": "^0.6.4",
5204 "phpunit/phpunit": "^5.6.4",
5205 "phpunit/phpunit-mock-objects": "^3.4.1",
5206 "squizlabs/php_codesniffer": "^2.7.0"
5207 },
5208 "suggest": {
5209 "ocramius/generated-hydrator": "To have very fast object to array to object conversion for ghost objects",
5210 "zendframework/zend-json": "To have the JsonRpc adapter (Remote Object feature)",
5211 "zendframework/zend-soap": "To have the Soap adapter (Remote Object feature)",
5212 "zendframework/zend-xmlrpc": "To have the XmlRpc adapter (Remote Object feature)"
5213 },
5214 "type": "library",
5215 "extra": {
5216 "branch-alias": {
5217 "dev-master": "3.0.x-dev"
5218 }
5219 },
5220 "autoload": {
5221 "psr-0": {
5222 "ProxyManager\\": "src"
5223 }
5224 },
5225 "notification-url": "https://packagist.org/downloads/",
5226 "license": [
5227 "MIT"
5228 ],
5229 "authors": [
5230 {
5231 "name": "Marco Pivetta",
5232 "email": "ocramius@gmail.com",
5233 "homepage": "http://ocramius.github.io/"
5234 }
5235 ],
5236 "description": "A library providing utilities to generate, instantiate and generally operate with Object Proxies",
5237 "homepage": "https://github.com/Ocramius/ProxyManager",
5238 "keywords": [
5239 "aop",
5240 "lazy loading",
5241 "proxy",
5242 "proxy pattern",
5243 "service proxies"
5244 ],
5245 "time": "2017-05-04T11:12:50+00:00"
5246 },
5247 {
5248 "name": "pagerfanta/pagerfanta",
5249 "version": "v2.1.3",
5250 "source": {
5251 "type": "git",
5252 "url": "https://github.com/whiteoctober/Pagerfanta.git",
5253 "reference": "a53ff01d521648d9dbca19b93ac6bc75a59b0972"
5254 },
5255 "dist": {
5256 "type": "zip",
5257 "url": "https://api.github.com/repos/whiteoctober/Pagerfanta/zipball/a53ff01d521648d9dbca19b93ac6bc75a59b0972",
5258 "reference": "a53ff01d521648d9dbca19b93ac6bc75a59b0972",
5259 "shasum": ""
5260 },
5261 "require": {
5262 "php": "^7.0"
5263 },
5264 "require-dev": {
5265 "doctrine/orm": "~2.3",
5266 "doctrine/phpcr-odm": "1.*",
5267 "jackalope/jackalope-doctrine-dbal": "1.*",
5268 "jmikola/geojson": "~1.0",
5269 "mandango/mandango": "~1.0@dev",
5270 "mandango/mondator": "~1.0@dev",
5271 "phpunit/phpunit": "^6.5",
5272 "propel/propel": "~2.0@dev",
5273 "propel/propel1": "~1.6",
5274 "ruflin/elastica": "~1.3",
5275 "solarium/solarium": "~3.1"
5276 },
5277 "suggest": {
5278 "doctrine/mongodb-odm": "To use the DoctrineODMMongoDBAdapter.",
5279 "doctrine/orm": "To use the DoctrineORMAdapter.",
5280 "doctrine/phpcr-odm": "To use the DoctrineODMPhpcrAdapter. >= 1.1.0",
5281 "mandango/mandango": "To use the MandangoAdapter.",
5282 "propel/propel": "To use the Propel2Adapter",
5283 "propel/propel1": "To use the PropelAdapter",
5284 "solarium/solarium": "To use the SolariumAdapter."
5285 },
5286 "type": "library",
5287 "extra": {
5288 "branch-alias": {
5289 "dev-master": "1.0.x-dev"
5290 }
5291 },
5292 "autoload": {
5293 "psr-4": {
5294 "Pagerfanta\\": "src/Pagerfanta/"
5295 }
5296 },
5297 "notification-url": "https://packagist.org/downloads/",
5298 "license": [
5299 "MIT"
5300 ],
5301 "authors": [
5302 {
5303 "name": "Pablo Díez",
5304 "email": "pablodip@gmail.com"
5305 }
5306 ],
5307 "description": "Pagination for PHP",
5308 "keywords": [
5309 "page",
5310 "pagination",
5311 "paginator",
5312 "paging"
5313 ],
5314 "time": "2019-07-17T20:56:16+00:00"
5315 },
5316 {
5317 "name": "paragonie/constant_time_encoding",
5318 "version": "v2.3.0",
5319 "source": {
5320 "type": "git",
5321 "url": "https://github.com/paragonie/constant_time_encoding.git",
5322 "reference": "47a1cedd2e4d52688eb8c96469c05ebc8fd28fa2"
5323 },
5324 "dist": {
5325 "type": "zip",
5326 "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/47a1cedd2e4d52688eb8c96469c05ebc8fd28fa2",
5327 "reference": "47a1cedd2e4d52688eb8c96469c05ebc8fd28fa2",
5328 "shasum": ""
5329 },
5330 "require": {
5331 "php": "^7|^8"
5332 },
5333 "require-dev": {
5334 "phpunit/phpunit": "^6|^7",
5335 "vimeo/psalm": "^1|^2|^3"
5336 },
5337 "type": "library",
5338 "autoload": {
5339 "psr-4": {
5340 "ParagonIE\\ConstantTime\\": "src/"
5341 }
5342 },
5343 "notification-url": "https://packagist.org/downloads/",
5344 "license": [
5345 "MIT"
5346 ],
5347 "authors": [
5348 {
5349 "name": "Paragon Initiative Enterprises",
5350 "email": "security@paragonie.com",
5351 "homepage": "https://paragonie.com",
5352 "role": "Maintainer"
5353 },
5354 {
5355 "name": "Steve 'Sc00bz' Thomas",
5356 "email": "steve@tobtu.com",
5357 "homepage": "https://www.tobtu.com",
5358 "role": "Original Developer"
5359 }
5360 ],
5361 "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
5362 "keywords": [
5363 "base16",
5364 "base32",
5365 "base32_decode",
5366 "base32_encode",
5367 "base64",
5368 "base64_decode",
5369 "base64_encode",
5370 "bin2hex",
5371 "encoding",
5372 "hex",
5373 "hex2bin",
5374 "rfc4648"
5375 ],
5376 "time": "2019-11-06T19:20:29+00:00"
5377 },
5378 {
5379 "name": "paragonie/random_compat",
5380 "version": "v2.0.18",
5381 "source": {
5382 "type": "git",
5383 "url": "https://github.com/paragonie/random_compat.git",
5384 "reference": "0a58ef6e3146256cc3dc7cc393927bcc7d1b72db"
5385 },
5386 "dist": {
5387 "type": "zip",
5388 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/0a58ef6e3146256cc3dc7cc393927bcc7d1b72db",
5389 "reference": "0a58ef6e3146256cc3dc7cc393927bcc7d1b72db",
5390 "shasum": ""
5391 },
5392 "require": {
5393 "php": ">=5.2.0"
5394 },
5395 "require-dev": {
5396 "phpunit/phpunit": "4.*|5.*"
5397 },
5398 "suggest": {
5399 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
5400 },
5401 "type": "library",
5402 "autoload": {
5403 "files": [
5404 "lib/random.php"
5405 ]
5406 },
5407 "notification-url": "https://packagist.org/downloads/",
5408 "license": [
5409 "MIT"
5410 ],
5411 "authors": [
5412 {
5413 "name": "Paragon Initiative Enterprises",
5414 "email": "security@paragonie.com",
5415 "homepage": "https://paragonie.com"
5416 }
5417 ],
5418 "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
5419 "keywords": [
5420 "csprng",
5421 "polyfill",
5422 "pseudorandom",
5423 "random"
5424 ],
5425 "time": "2019-01-03T20:59:08+00:00"
5426 },
5427 {
5428 "name": "php-amqplib/php-amqplib",
5429 "version": "v2.11.0",
5430 "source": {
5431 "type": "git",
5432 "url": "https://github.com/php-amqplib/php-amqplib.git",
5433 "reference": "9ee212baced63442ca1ab029acde38e1144a00b8"
5434 },
5435 "dist": {
5436 "type": "zip",
5437 "url": "https://api.github.com/repos/php-amqplib/php-amqplib/zipball/9ee212baced63442ca1ab029acde38e1144a00b8",
5438 "reference": "9ee212baced63442ca1ab029acde38e1144a00b8",
5439 "shasum": ""
5440 },
5441 "require": {
5442 "ext-mbstring": "*",
5443 "ext-sockets": "*",
5444 "php": ">=5.6.3",
5445 "phpseclib/phpseclib": "^2.0.0"
5446 },
5447 "replace": {
5448 "videlalvaro/php-amqplib": "self.version"
5449 },
5450 "require-dev": {
5451 "ext-curl": "*",
5452 "nategood/httpful": "^0.2.20",
5453 "phpunit/phpunit": "^5.7|^6.5|^7.0",
5454 "squizlabs/php_codesniffer": "^2.5"
5455 },
5456 "type": "library",
5457 "extra": {
5458 "branch-alias": {
5459 "dev-master": "2.11-dev"
5460 }
5461 },
5462 "autoload": {
5463 "psr-4": {
5464 "PhpAmqpLib\\": "PhpAmqpLib/"
5465 }
5466 },
5467 "notification-url": "https://packagist.org/downloads/",
5468 "license": [
5469 "LGPL-2.1-or-later"
5470 ],
5471 "authors": [
5472 {
5473 "name": "Alvaro Videla",
5474 "role": "Original Maintainer"
5475 },
5476 {
5477 "name": "John Kelly",
5478 "email": "johnmkelly86@gmail.com",
5479 "role": "Maintainer"
5480 },
5481 {
5482 "name": "Raúl Araya",
5483 "email": "nubeiro@gmail.com",
5484 "role": "Maintainer"
5485 },
5486 {
5487 "name": "Luke Bakken",
5488 "email": "luke@bakken.io",
5489 "role": "Maintainer"
5490 }
5491 ],
5492 "description": "Formerly videlalvaro/php-amqplib. This library is a pure PHP implementation of the AMQP protocol. It's been tested against RabbitMQ.",
5493 "homepage": "https://github.com/php-amqplib/php-amqplib/",
5494 "keywords": [
5495 "message",
5496 "queue",
5497 "rabbitmq"
5498 ],
5499 "time": "2019-11-19T15:15:19+00:00"
5500 },
5501 {
5502 "name": "php-amqplib/rabbitmq-bundle",
5503 "version": "v1.14.4",
5504 "source": {
5505 "type": "git",
5506 "url": "https://github.com/php-amqplib/RabbitMqBundle.git",
5507 "reference": "cf67adaa4e306d8e9cb6855a72d79263b425ded8"
5508 },
5509 "dist": {
5510 "type": "zip",
5511 "url": "https://api.github.com/repos/php-amqplib/RabbitMqBundle/zipball/cf67adaa4e306d8e9cb6855a72d79263b425ded8",
5512 "reference": "cf67adaa4e306d8e9cb6855a72d79263b425ded8",
5513 "shasum": ""
5514 },
5515 "require": {
5516 "php": "^5.3.9|^7.0",
5517 "php-amqplib/php-amqplib": "^2.6",
5518 "psr/log": "^1.0",
5519 "symfony/config": "^2.7|^3.0|^4.0",
5520 "symfony/console": "^2.7|^3.0|^4.0",
5521 "symfony/dependency-injection": "^2.7|^3.0|^4.0",
5522 "symfony/event-dispatcher": "^2.7|^3.0|^4.0",
5523 "symfony/yaml": "^2.7|^3.0|^4.0"
5524 },
5525 "replace": {
5526 "oldsound/rabbitmq-bundle": "self.version"
5527 },
5528 "require-dev": {
5529 "phpunit/phpunit": "^4.8.35|^5.4.3",
5530 "symfony/debug": "^2.7|^3.0|^4.0",
5531 "symfony/serializer": "^2.7|^3.0|^4.0"
5532 },
5533 "suggest": {
5534 "symfony/framework-bundle": "To use this lib as a full Symfony Bundle and to use the profiler data collector"
5535 },
5536 "type": "symfony-bundle",
5537 "extra": {
5538 "branch-alias": {
5539 "dev-master": "1.10.x-dev"
5540 }
5541 },
5542 "autoload": {
5543 "psr-4": {
5544 "OldSound\\RabbitMqBundle\\": ""
5545 },
5546 "exclude-from-classmap": [
5547 "/Tests/"
5548 ]
5549 },
5550 "notification-url": "https://packagist.org/downloads/",
5551 "license": [
5552 "MIT"
5553 ],
5554 "authors": [
5555 {
5556 "name": "Alvaro Videla"
5557 }
5558 ],
5559 "description": "Integrates php-amqplib with Symfony & RabbitMq. Formerly oldsound/rabbitmq-bundle.",
5560 "keywords": [
5561 "AMQP",
5562 "Symfony2",
5563 "message",
5564 "queue",
5565 "rabbitmq",
5566 "symfony",
5567 "symfony3",
5568 "symfony4"
5569 ],
5570 "time": "2018-05-02T13:12:32+00:00"
5571 },
5572 {
5573 "name": "php-http/client-common",
5574 "version": "2.1.0",
5575 "source": {
5576 "type": "git",
5577 "url": "https://github.com/php-http/client-common.git",
5578 "reference": "a8b29678d61556f45d6236b1667db16d998ceec5"
5579 },
5580 "dist": {
5581 "type": "zip",
5582 "url": "https://api.github.com/repos/php-http/client-common/zipball/a8b29678d61556f45d6236b1667db16d998ceec5",
5583 "reference": "a8b29678d61556f45d6236b1667db16d998ceec5",
5584 "shasum": ""
5585 },
5586 "require": {
5587 "php": "^7.1",
5588 "php-http/httplug": "^2.0",
5589 "php-http/message": "^1.6",
5590 "php-http/message-factory": "^1.0",
5591 "symfony/options-resolver": " ^3.4.20 || ~4.0.15 || ~4.1.9 || ^4.2.1 || ^5.0"
5592 },
5593 "require-dev": {
5594 "doctrine/instantiator": "^1.1",
5595 "guzzlehttp/psr7": "^1.4",
5596 "phpspec/phpspec": "^5.1",
5597 "phpspec/prophecy": "^1.8",
5598 "sebastian/comparator": "^3.0"
5599 },
5600 "suggest": {
5601 "ext-json": "To detect JSON responses with the ContentTypePlugin",
5602 "ext-libxml": "To detect XML responses with the ContentTypePlugin",
5603 "php-http/cache-plugin": "PSR-6 Cache plugin",
5604 "php-http/logger-plugin": "PSR-3 Logger plugin",
5605 "php-http/stopwatch-plugin": "Symfony Stopwatch plugin"
5606 },
5607 "type": "library",
5608 "extra": {
5609 "branch-alias": {
5610 "dev-master": "2.0.x-dev"
5611 }
5612 },
5613 "autoload": {
5614 "psr-4": {
5615 "Http\\Client\\Common\\": "src/"
5616 }
5617 },
5618 "notification-url": "https://packagist.org/downloads/",
5619 "license": [
5620 "MIT"
5621 ],
5622 "authors": [
5623 {
5624 "name": "Márk Sági-Kazár",
5625 "email": "mark.sagikazar@gmail.com"
5626 }
5627 ],
5628 "description": "Common HTTP Client implementations and tools for HTTPlug",
5629 "homepage": "http://httplug.io",
5630 "keywords": [
5631 "client",
5632 "common",
5633 "http",
5634 "httplug"
5635 ],
5636 "time": "2019-11-18T08:58:18+00:00"
5637 },
5638 {
5639 "name": "php-http/curl-client",
5640 "version": "2.1.0",
5641 "source": {
5642 "type": "git",
5643 "url": "https://github.com/php-http/curl-client.git",
5644 "reference": "9e79355af46d72e10da50be20b66f74b26143441"
5645 },
5646 "dist": {
5647 "type": "zip",
5648 "url": "https://api.github.com/repos/php-http/curl-client/zipball/9e79355af46d72e10da50be20b66f74b26143441",
5649 "reference": "9e79355af46d72e10da50be20b66f74b26143441",
5650 "shasum": ""
5651 },
5652 "require": {
5653 "ext-curl": "*",
5654 "php": "^7.1",
5655 "php-http/discovery": "^1.6",
5656 "php-http/httplug": "^2.0",
5657 "php-http/message": "^1.2",
5658 "psr/http-client": "^1.0",
5659 "psr/http-factory": "^1.0",
5660 "symfony/options-resolver": "^3.4 || ^4.0 || ^5.0"
5661 },
5662 "provide": {
5663 "php-http/async-client-implementation": "1.0",
5664 "php-http/client-implementation": "1.0",
5665 "psr/http-client-implementation": "1.0"
5666 },
5667 "require-dev": {
5668 "guzzlehttp/psr7": "^1.0",
5669 "php-http/client-integration-tests": "^2.0",
5670 "phpunit/phpunit": "^7.5",
5671 "zendframework/zend-diactoros": "^2.0"
5672 },
5673 "type": "library",
5674 "extra": {
5675 "branch-alias": {
5676 "dev-master": "2.x-dev"
5677 }
5678 },
5679 "autoload": {
5680 "psr-4": {
5681 "Http\\Client\\Curl\\": "src/"
5682 }
5683 },
5684 "notification-url": "https://packagist.org/downloads/",
5685 "license": [
5686 "MIT"
5687 ],
5688 "authors": [
5689 {
5690 "name": "Михаил Красильников",
5691 "email": "m.krasilnikov@yandex.ru"
5692 }
5693 ],
5694 "description": "PSR-18 and HTTPlug Async client with cURL",
5695 "homepage": "http://php-http.org",
5696 "keywords": [
5697 "curl",
5698 "http",
5699 "psr-18"
5700 ],
5701 "time": "2019-12-27T11:02:07+00:00"
5702 },
5703 {
5704 "name": "php-http/discovery",
5705 "version": "1.7.4",
5706 "source": {
5707 "type": "git",
5708 "url": "https://github.com/php-http/discovery.git",
5709 "reference": "82dbef649ccffd8e4f22e1953c3a5265992b83c0"
5710 },
5711 "dist": {
5712 "type": "zip",
5713 "url": "https://api.github.com/repos/php-http/discovery/zipball/82dbef649ccffd8e4f22e1953c3a5265992b83c0",
5714 "reference": "82dbef649ccffd8e4f22e1953c3a5265992b83c0",
5715 "shasum": ""
5716 },
5717 "require": {
5718 "php": "^7.1"
5719 },
5720 "conflict": {
5721 "nyholm/psr7": "<1.0"
5722 },
5723 "require-dev": {
5724 "akeneo/phpspec-skip-example-extension": "^4.0",
5725 "php-http/httplug": "^1.0 || ^2.0",
5726 "php-http/message-factory": "^1.0",
5727 "phpspec/phpspec": "^5.1",
5728 "puli/composer-plugin": "1.0.0-beta10"
5729 },
5730 "suggest": {
5731 "php-http/message": "Allow to use Guzzle, Diactoros or Slim Framework factories",
5732 "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."
5733 },
5734 "type": "library",
5735 "extra": {
5736 "branch-alias": {
5737 "dev-master": "1.7-dev"
5738 }
5739 },
5740 "autoload": {
5741 "psr-4": {
5742 "Http\\Discovery\\": "src/"
5743 }
5744 },
5745 "notification-url": "https://packagist.org/downloads/",
5746 "license": [
5747 "MIT"
5748 ],
5749 "authors": [
5750 {
5751 "name": "Márk Sági-Kazár",
5752 "email": "mark.sagikazar@gmail.com"
5753 }
5754 ],
5755 "description": "Finds installed HTTPlug implementations and PSR-7 message factories",
5756 "homepage": "http://php-http.org",
5757 "keywords": [
5758 "adapter",
5759 "client",
5760 "discovery",
5761 "factory",
5762 "http",
5763 "message",
5764 "psr7"
5765 ],
5766 "time": "2020-01-03T11:25:47+00:00"
5767 },
5768 {
5769 "name": "php-http/guzzle5-adapter",
5770 "version": "2.0.0",
5771 "source": {
5772 "type": "git",
5773 "url": "https://github.com/php-http/guzzle5-adapter.git",
5774 "reference": "cce48360b1f8a3467bd94e853e6107aa4532008e"
5775 },
5776 "dist": {
5777 "type": "zip",
5778 "url": "https://api.github.com/repos/php-http/guzzle5-adapter/zipball/cce48360b1f8a3467bd94e853e6107aa4532008e",
5779 "reference": "cce48360b1f8a3467bd94e853e6107aa4532008e",
5780 "shasum": ""
5781 },
5782 "require": {
5783 "guzzlehttp/guzzle": "^5.1",
5784 "php": "^7.0",
5785 "php-http/discovery": "^1.0",
5786 "php-http/httplug": "^2.0"
5787 },
5788 "provide": {
5789 "php-http/client-implementation": "1.0",
5790 "psr/http-client-implementation": "1.0"
5791 },
5792 "require-dev": {
5793 "ext-curl": "*",
5794 "guzzlehttp/ringphp": "^1.1",
5795 "php-http/client-integration-tests": "^2.0",
5796 "phpunit/phpunit": "^6.0 || ^7.0"
5797 },
5798 "type": "library",
5799 "extra": {
5800 "branch-alias": {
5801 "dev-master": "2.0-dev"
5802 }
5803 },
5804 "autoload": {
5805 "psr-4": {
5806 "Http\\Adapter\\Guzzle5\\": "src/"
5807 }
5808 },
5809 "notification-url": "https://packagist.org/downloads/",
5810 "license": [
5811 "MIT"
5812 ],
5813 "authors": [
5814 {
5815 "name": "Eric GELOEN",
5816 "email": "geloen.eric@gmail.com"
5817 },
5818 {
5819 "name": "Márk Sági-Kazár",
5820 "email": "mark.sagikazar@gmail.com"
5821 }
5822 ],
5823 "description": "Guzzle 5 HTTP Adapter",
5824 "homepage": "http://httplug.io",
5825 "keywords": [
5826 "Guzzle",
5827 "http"
5828 ],
5829 "time": "2019-02-05T12:28:45+00:00"
5830 },
5831 {
5832 "name": "php-http/httplug",
5833 "version": "2.1.0",
5834 "source": {
5835 "type": "git",
5836 "url": "https://github.com/php-http/httplug.git",
5837 "reference": "72d2b129a48f0490d55b7f89be0d6aa0597ffb06"
5838 },
5839 "dist": {
5840 "type": "zip",
5841 "url": "https://api.github.com/repos/php-http/httplug/zipball/72d2b129a48f0490d55b7f89be0d6aa0597ffb06",
5842 "reference": "72d2b129a48f0490d55b7f89be0d6aa0597ffb06",
5843 "shasum": ""
5844 },
5845 "require": {
5846 "php": "^7.0",
5847 "php-http/promise": "^1.0",
5848 "psr/http-client": "^1.0",
5849 "psr/http-message": "^1.0"
5850 },
5851 "require-dev": {
5852 "friends-of-phpspec/phpspec-code-coverage": "^4.1",
5853 "phpspec/phpspec": "^4.3.4|^5.0|^6.0"
5854 },
5855 "type": "library",
5856 "extra": {
5857 "branch-alias": {
5858 "dev-master": "2.x-dev"
5859 }
5860 },
5861 "autoload": {
5862 "psr-4": {
5863 "Http\\Client\\": "src/"
5864 }
5865 },
5866 "notification-url": "https://packagist.org/downloads/",
5867 "license": [
5868 "MIT"
5869 ],
5870 "authors": [
5871 {
5872 "name": "Eric GELOEN",
5873 "email": "geloen.eric@gmail.com"
5874 },
5875 {
5876 "name": "Márk Sági-Kazár",
5877 "email": "mark.sagikazar@gmail.com"
5878 }
5879 ],
5880 "description": "HTTPlug, the HTTP client abstraction for PHP",
5881 "homepage": "http://httplug.io",
5882 "keywords": [
5883 "client",
5884 "http"
5885 ],
5886 "time": "2019-12-27T10:07:11+00:00"
5887 },
5888 {
5889 "name": "php-http/httplug-bundle",
5890 "version": "1.16.0",
5891 "source": {
5892 "type": "git",
5893 "url": "https://github.com/php-http/HttplugBundle.git",
5894 "reference": "5044b655fcd3a43243383cd692a6bb6cd18af24f"
5895 },
5896 "dist": {
5897 "type": "zip",
5898 "url": "https://api.github.com/repos/php-http/HttplugBundle/zipball/5044b655fcd3a43243383cd692a6bb6cd18af24f",
5899 "reference": "5044b655fcd3a43243383cd692a6bb6cd18af24f",
5900 "shasum": ""
5901 },
5902 "require": {
5903 "php": "^7.1",
5904 "php-http/client-common": "^1.9 || ^2.0",
5905 "php-http/client-implementation": "^1.0",
5906 "php-http/discovery": "^1.0",
5907 "php-http/httplug": "^1.0 || ^2.0",
5908 "php-http/logger-plugin": "^1.1",
5909 "php-http/message": "^1.4",
5910 "php-http/message-factory": "^1.0.2",
5911 "php-http/stopwatch-plugin": "^1.2",
5912 "psr/http-message": "^1.0",
5913 "symfony/config": "^3.4.20 || ^4.2.1",
5914 "symfony/dependency-injection": "^3.4.20 || ^4.2.1",
5915 "symfony/event-dispatcher": "^3.4.20 || ^4.2.1",
5916 "symfony/http-kernel": "^3.4.20 || ^4.2.1",
5917 "symfony/options-resolver": "^3.4.20 || ^4.2.1"
5918 },
5919 "conflict": {
5920 "php-http/curl-client": "<2.0",
5921 "php-http/guzzle6-adapter": "<1.1"
5922 },
5923 "require-dev": {
5924 "guzzlehttp/psr7": "^1.0",
5925 "matthiasnoback/symfony-dependency-injection-test": "^3.0",
5926 "nyholm/nsa": "^1.1",
5927 "php-http/cache-plugin": "^1.6",
5928 "php-http/guzzle6-adapter": "^1.1.1 || ^2.0.1",
5929 "php-http/mock-client": "^1.2",
5930 "php-http/promise": "^1.0",
5931 "polishsymfonycommunity/symfony-mocker-container": "^1.0",
5932 "symfony/browser-kit": "^3.4.20 || ^4.2.1",
5933 "symfony/cache": "^3.4.20 || ^4.2.1",
5934 "symfony/dom-crawler": "^3.4.20 || ^4.2.1",
5935 "symfony/framework-bundle": "^3.4.0 || ^4.2",
5936 "symfony/http-foundation": "^3.4.20 || ^4.2.1",
5937 "symfony/phpunit-bridge": "^3.4 || ^4.2",
5938 "symfony/stopwatch": "^3.4.20 || ^4.2.1",
5939 "symfony/twig-bundle": "^3.4.20 || ^4.2.1",
5940 "symfony/web-profiler-bundle": "^3.4.20 || ^4.2.1",
5941 "twig/twig": "^1.36 || ^2.6"
5942 },
5943 "suggest": {
5944 "php-http/cache-plugin": "To configure clients that cache responses",
5945 "php-http/mock-client": "Add this to your require-dev section to mock HTTP responses easily",
5946 "twig/twig": "Add this to your require-dev section when using the WebProfilerBundle"
5947 },
5948 "type": "symfony-bundle",
5949 "extra": {
5950 "branch-alias": {
5951 "dev-master": "1.x-dev"
5952 }
5953 },
5954 "autoload": {
5955 "psr-4": {
5956 "Http\\HttplugBundle\\": "src/"
5957 },
5958 "exclude-from-classmap": [
5959 "/Tests/Resources/MyPsr18TestClient.php"
5960 ]
5961 },
5962 "notification-url": "https://packagist.org/downloads/",
5963 "license": [
5964 "MIT"
5965 ],
5966 "authors": [
5967 {
5968 "name": "David Buchmann",
5969 "email": "mail@davidbu.ch"
5970 },
5971 {
5972 "name": "Tobias Nyholm",
5973 "email": "tobias.nyholm@gmail.com"
5974 }
5975 ],
5976 "description": "Symfony integration for HTTPlug",
5977 "homepage": "http://httplug.io",
5978 "keywords": [
5979 "adapter",
5980 "bundle",
5981 "discovery",
5982 "factory",
5983 "http",
5984 "httplug",
5985 "message",
5986 "php-http"
5987 ],
5988 "time": "2019-06-05T12:03:16+00:00"
5989 },
5990 {
5991 "name": "php-http/logger-plugin",
5992 "version": "1.1.0",
5993 "source": {
5994 "type": "git",
5995 "url": "https://github.com/php-http/logger-plugin.git",
5996 "reference": "c1c6e90717ce350319b7b8bc489f1db35bb523fd"
5997 },
5998 "dist": {
5999 "type": "zip",
6000 "url": "https://api.github.com/repos/php-http/logger-plugin/zipball/c1c6e90717ce350319b7b8bc489f1db35bb523fd",
6001 "reference": "c1c6e90717ce350319b7b8bc489f1db35bb523fd",
6002 "shasum": ""
6003 },
6004 "require": {
6005 "php": "^5.4 || ^7.0",
6006 "php-http/client-common": "^1.9 || ^2.0",
6007 "php-http/message": "^1.0",
6008 "psr/log": "^1.0"
6009 },
6010 "require-dev": {
6011 "henrikbjorn/phpspec-code-coverage": "^1.0",
6012 "phpspec/phpspec": "^2.5"
6013 },
6014 "type": "library",
6015 "extra": {
6016 "branch-alias": {
6017 "dev-master": "1.1-dev"
6018 }
6019 },
6020 "autoload": {
6021 "psr-4": {
6022 "Http\\Client\\Common\\Plugin\\": "src/"
6023 }
6024 },
6025 "notification-url": "https://packagist.org/downloads/",
6026 "license": [
6027 "MIT"
6028 ],
6029 "authors": [
6030 {
6031 "name": "Márk Sági-Kazár",
6032 "email": "mark.sagikazar@gmail.com"
6033 }
6034 ],
6035 "description": "PSR-3 Logger plugin for HTTPlug",
6036 "homepage": "http://httplug.io",
6037 "keywords": [
6038 "http",
6039 "httplug",
6040 "logger",
6041 "plugin"
6042 ],
6043 "time": "2019-01-30T11:48:21+00:00"
6044 },
6045 {
6046 "name": "php-http/message",
6047 "version": "1.8.0",
6048 "source": {
6049 "type": "git",
6050 "url": "https://github.com/php-http/message.git",
6051 "reference": "ce8f43ac1e294b54aabf5808515c3554a19c1e1c"
6052 },
6053 "dist": {
6054 "type": "zip",
6055 "url": "https://api.github.com/repos/php-http/message/zipball/ce8f43ac1e294b54aabf5808515c3554a19c1e1c",
6056 "reference": "ce8f43ac1e294b54aabf5808515c3554a19c1e1c",
6057 "shasum": ""
6058 },
6059 "require": {
6060 "clue/stream-filter": "^1.4",
6061 "php": "^7.1",
6062 "php-http/message-factory": "^1.0.2",
6063 "psr/http-message": "^1.0"
6064 },
6065 "provide": {
6066 "php-http/message-factory-implementation": "1.0"
6067 },
6068 "require-dev": {
6069 "akeneo/phpspec-skip-example-extension": "^1.0",
6070 "coduo/phpspec-data-provider-extension": "^1.0",
6071 "ext-zlib": "*",
6072 "guzzlehttp/psr7": "^1.0",
6073 "henrikbjorn/phpspec-code-coverage": "^1.0",
6074 "phpspec/phpspec": "^2.4",
6075 "slim/slim": "^3.0",
6076 "zendframework/zend-diactoros": "^1.0"
6077 },
6078 "suggest": {
6079 "ext-zlib": "Used with compressor/decompressor streams",
6080 "guzzlehttp/psr7": "Used with Guzzle PSR-7 Factories",
6081 "slim/slim": "Used with Slim Framework PSR-7 implementation",
6082 "zendframework/zend-diactoros": "Used with Diactoros Factories"
6083 },
6084 "type": "library",
6085 "extra": {
6086 "branch-alias": {
6087 "dev-master": "1.8-dev"
6088 }
6089 },
6090 "autoload": {
6091 "psr-4": {
6092 "Http\\Message\\": "src/"
6093 },
6094 "files": [
6095 "src/filters.php"
6096 ]
6097 },
6098 "notification-url": "https://packagist.org/downloads/",
6099 "license": [
6100 "MIT"
6101 ],
6102 "authors": [
6103 {
6104 "name": "Márk Sági-Kazár",
6105 "email": "mark.sagikazar@gmail.com"
6106 }
6107 ],
6108 "description": "HTTP Message related tools",
6109 "homepage": "http://php-http.org",
6110 "keywords": [
6111 "http",
6112 "message",
6113 "psr-7"
6114 ],
6115 "time": "2019-08-05T06:55:08+00:00"
6116 },
6117 {
6118 "name": "php-http/message-factory",
6119 "version": "v1.0.2",
6120 "source": {
6121 "type": "git",
6122 "url": "https://github.com/php-http/message-factory.git",
6123 "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1"
6124 },
6125 "dist": {
6126 "type": "zip",
6127 "url": "https://api.github.com/repos/php-http/message-factory/zipball/a478cb11f66a6ac48d8954216cfed9aa06a501a1",
6128 "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1",
6129 "shasum": ""
6130 },
6131 "require": {
6132 "php": ">=5.4",
6133 "psr/http-message": "^1.0"
6134 },
6135 "type": "library",
6136 "extra": {
6137 "branch-alias": {
6138 "dev-master": "1.0-dev"
6139 }
6140 },
6141 "autoload": {
6142 "psr-4": {
6143 "Http\\Message\\": "src/"
6144 }
6145 },
6146 "notification-url": "https://packagist.org/downloads/",
6147 "license": [
6148 "MIT"
6149 ],
6150 "authors": [
6151 {
6152 "name": "Márk Sági-Kazár",
6153 "email": "mark.sagikazar@gmail.com"
6154 }
6155 ],
6156 "description": "Factory interfaces for PSR-7 HTTP Message",
6157 "homepage": "http://php-http.org",
6158 "keywords": [
6159 "factory",
6160 "http",
6161 "message",
6162 "stream",
6163 "uri"
6164 ],
6165 "time": "2015-12-19T14:08:53+00:00"
6166 },
6167 {
6168 "name": "php-http/promise",
6169 "version": "v1.0.0",
6170 "source": {
6171 "type": "git",
6172 "url": "https://github.com/php-http/promise.git",
6173 "reference": "dc494cdc9d7160b9a09bd5573272195242ce7980"
6174 },
6175 "dist": {
6176 "type": "zip",
6177 "url": "https://api.github.com/repos/php-http/promise/zipball/dc494cdc9d7160b9a09bd5573272195242ce7980",
6178 "reference": "dc494cdc9d7160b9a09bd5573272195242ce7980",
6179 "shasum": ""
6180 },
6181 "require-dev": {
6182 "henrikbjorn/phpspec-code-coverage": "^1.0",
6183 "phpspec/phpspec": "^2.4"
6184 },
6185 "type": "library",
6186 "extra": {
6187 "branch-alias": {
6188 "dev-master": "1.1-dev"
6189 }
6190 },
6191 "autoload": {
6192 "psr-4": {
6193 "Http\\Promise\\": "src/"
6194 }
6195 },
6196 "notification-url": "https://packagist.org/downloads/",
6197 "license": [
6198 "MIT"
6199 ],
6200 "authors": [
6201 {
6202 "name": "Márk Sági-Kazár",
6203 "email": "mark.sagikazar@gmail.com"
6204 },
6205 {
6206 "name": "Joel Wurtz",
6207 "email": "joel.wurtz@gmail.com"
6208 }
6209 ],
6210 "description": "Promise used for asynchronous HTTP requests",
6211 "homepage": "http://httplug.io",
6212 "keywords": [
6213 "promise"
6214 ],
6215 "time": "2016-01-26T13:27:02+00:00"
6216 },
6217 {
6218 "name": "php-http/stopwatch-plugin",
6219 "version": "1.3.0",
6220 "source": {
6221 "type": "git",
6222 "url": "https://github.com/php-http/stopwatch-plugin.git",
6223 "reference": "de6f39c96f57c60a43d535e27122de505e683f98"
6224 },
6225 "dist": {
6226 "type": "zip",
6227 "url": "https://api.github.com/repos/php-http/stopwatch-plugin/zipball/de6f39c96f57c60a43d535e27122de505e683f98",
6228 "reference": "de6f39c96f57c60a43d535e27122de505e683f98",
6229 "shasum": ""
6230 },
6231 "require": {
6232 "php": "^7.1",
6233 "php-http/client-common": "^1.9 || ^2.0",
6234 "symfony/stopwatch": "^3.4 || ^4.0 || ^5.0"
6235 },
6236 "require-dev": {
6237 "phpspec/phpspec": "^2.5 || ^3.0 || ^4.0"
6238 },
6239 "type": "library",
6240 "extra": {
6241 "branch-alias": {
6242 "dev-master": "1.3-dev"
6243 }
6244 },
6245 "autoload": {
6246 "psr-4": {
6247 "Http\\Client\\Common\\Plugin\\": "src/"
6248 }
6249 },
6250 "notification-url": "https://packagist.org/downloads/",
6251 "license": [
6252 "MIT"
6253 ],
6254 "authors": [
6255 {
6256 "name": "Márk Sági-Kazár",
6257 "email": "mark.sagikazar@gmail.com"
6258 }
6259 ],
6260 "description": "Symfony Stopwatch plugin for HTTPlug",
6261 "homepage": "http://httplug.io",
6262 "keywords": [
6263 "http",
6264 "httplug",
6265 "plugin",
6266 "stopwatch"
6267 ],
6268 "time": "2019-11-18T08:10:48+00:00"
6269 },
6270 {
6271 "name": "phpcollection/phpcollection",
6272 "version": "0.5.0",
6273 "source": {
6274 "type": "git",
6275 "url": "https://github.com/schmittjoh/php-collection.git",
6276 "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6"
6277 },
6278 "dist": {
6279 "type": "zip",
6280 "url": "https://api.github.com/repos/schmittjoh/php-collection/zipball/f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6",
6281 "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6",
6282 "shasum": ""
6283 },
6284 "require": {
6285 "phpoption/phpoption": "1.*"
6286 },
6287 "type": "library",
6288 "extra": {
6289 "branch-alias": {
6290 "dev-master": "0.4-dev"
6291 }
6292 },
6293 "autoload": {
6294 "psr-0": {
6295 "PhpCollection": "src/"
6296 }
6297 },
6298 "notification-url": "https://packagist.org/downloads/",
6299 "license": [
6300 "Apache2"
6301 ],
6302 "authors": [
6303 {
6304 "name": "Johannes M. Schmitt",
6305 "email": "schmittjoh@gmail.com"
6306 }
6307 ],
6308 "description": "General-Purpose Collection Library for PHP",
6309 "keywords": [
6310 "collection",
6311 "list",
6312 "map",
6313 "sequence",
6314 "set"
6315 ],
6316 "time": "2015-05-17T12:39:23+00:00"
6317 },
6318 {
6319 "name": "phpoption/phpoption",
6320 "version": "1.7.2",
6321 "source": {
6322 "type": "git",
6323 "url": "https://github.com/schmittjoh/php-option.git",
6324 "reference": "77f7c4d2e65413aff5b5a8cc8b3caf7a28d81959"
6325 },
6326 "dist": {
6327 "type": "zip",
6328 "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/77f7c4d2e65413aff5b5a8cc8b3caf7a28d81959",
6329 "reference": "77f7c4d2e65413aff5b5a8cc8b3caf7a28d81959",
6330 "shasum": ""
6331 },
6332 "require": {
6333 "php": "^5.5.9 || ^7.0"
6334 },
6335 "require-dev": {
6336 "bamarni/composer-bin-plugin": "^1.3",
6337 "phpunit/phpunit": "^4.8.35 || ^5.0 || ^6.0 || ^7.0"
6338 },
6339 "type": "library",
6340 "extra": {
6341 "branch-alias": {
6342 "dev-master": "1.7-dev"
6343 }
6344 },
6345 "autoload": {
6346 "psr-4": {
6347 "PhpOption\\": "src/PhpOption/"
6348 }
6349 },
6350 "notification-url": "https://packagist.org/downloads/",
6351 "license": [
6352 "Apache-2.0"
6353 ],
6354 "authors": [
6355 {
6356 "name": "Johannes M. Schmitt",
6357 "email": "schmittjoh@gmail.com"
6358 },
6359 {
6360 "name": "Graham Campbell",
6361 "email": "graham@alt-three.com"
6362 }
6363 ],
6364 "description": "Option Type for PHP",
6365 "keywords": [
6366 "language",
6367 "option",
6368 "php",
6369 "type"
6370 ],
6371 "time": "2019-12-15T19:35:24+00:00"
6372 },
6373 {
6374 "name": "phpseclib/phpseclib",
6375 "version": "2.0.23",
6376 "source": {
6377 "type": "git",
6378 "url": "https://github.com/phpseclib/phpseclib.git",
6379 "reference": "c78eb5058d5bb1a183133c36d4ba5b6675dfa099"
6380 },
6381 "dist": {
6382 "type": "zip",
6383 "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/c78eb5058d5bb1a183133c36d4ba5b6675dfa099",
6384 "reference": "c78eb5058d5bb1a183133c36d4ba5b6675dfa099",
6385 "shasum": ""
6386 },
6387 "require": {
6388 "php": ">=5.3.3"
6389 },
6390 "require-dev": {
6391 "phing/phing": "~2.7",
6392 "phpunit/phpunit": "^4.8.35|^5.7|^6.0",
6393 "sami/sami": "~2.0",
6394 "squizlabs/php_codesniffer": "~2.0"
6395 },
6396 "suggest": {
6397 "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
6398 "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
6399 "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
6400 "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
6401 },
6402 "type": "library",
6403 "autoload": {
6404 "files": [
6405 "phpseclib/bootstrap.php"
6406 ],
6407 "psr-4": {
6408 "phpseclib\\": "phpseclib/"
6409 }
6410 },
6411 "notification-url": "https://packagist.org/downloads/",
6412 "license": [
6413 "MIT"
6414 ],
6415 "authors": [
6416 {
6417 "name": "Jim Wigginton",
6418 "email": "terrafrost@php.net",
6419 "role": "Lead Developer"
6420 },
6421 {
6422 "name": "Patrick Monnerat",
6423 "email": "pm@datasphere.ch",
6424 "role": "Developer"
6425 },
6426 {
6427 "name": "Andreas Fischer",
6428 "email": "bantu@phpbb.com",
6429 "role": "Developer"
6430 },
6431 {
6432 "name": "Hans-Jürgen Petrich",
6433 "email": "petrich@tronic-media.com",
6434 "role": "Developer"
6435 },
6436 {
6437 "name": "Graham Campbell",
6438 "email": "graham@alt-three.com",
6439 "role": "Developer"
6440 }
6441 ],
6442 "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
6443 "homepage": "http://phpseclib.sourceforge.net",
6444 "keywords": [
6445 "BigInteger",
6446 "aes",
6447 "asn.1",
6448 "asn1",
6449 "blowfish",
6450 "crypto",
6451 "cryptography",
6452 "encryption",
6453 "rsa",
6454 "security",
6455 "sftp",
6456 "signature",
6457 "signing",
6458 "ssh",
6459 "twofish",
6460 "x.509",
6461 "x509"
6462 ],
6463 "time": "2019-09-17T03:41:22+00:00"
6464 },
6465 {
6466 "name": "phpzip/phpzip",
6467 "version": "2.0.8",
6468 "source": {
6469 "type": "git",
6470 "url": "https://github.com/Grandt/PHPZip.git",
6471 "reference": "936f93d656f68e29c231a39e19fd59a636fe7e47"
6472 },
6473 "dist": {
6474 "type": "zip",
6475 "url": "https://api.github.com/repos/Grandt/PHPZip/zipball/936f93d656f68e29c231a39e19fd59a636fe7e47",
6476 "reference": "936f93d656f68e29c231a39e19fd59a636fe7e47",
6477 "shasum": ""
6478 },
6479 "require": {
6480 "grandt/binstring": ">=1.0.0",
6481 "grandt/phpzipmerge": ">=1.0.4",
6482 "grandt/relativepath": ">=1.0.2",
6483 "php": ">=5.3.0"
6484 },
6485 "type": "library",
6486 "autoload": {
6487 "psr-4": {
6488 "PHPZip\\Zip\\": "src/Zip"
6489 }
6490 },
6491 "notification-url": "https://packagist.org/downloads/",
6492 "license": [
6493 "LGPL-2.1"
6494 ],
6495 "authors": [
6496 {
6497 "name": "Adam Schmalhofer",
6498 "email": "Adam.Schmalhofer@gmx.de",
6499 "role": "Developer"
6500 },
6501 {
6502 "name": "A. Grandt",
6503 "email": "php@grandt.com",
6504 "homepage": "http://grandt.com",
6505 "role": "Developer"
6506 },
6507 {
6508 "name": "Greg Kappatos",
6509 "homepage": "http://websiteconnect.com.au",
6510 "role": "Developer"
6511 }
6512 ],
6513 "description": "Package to create and stream archives of compressed files in ZIP format with PHP 5.3+",
6514 "homepage": "https://github.com/Grandt/PHPZip",
6515 "keywords": [
6516 "archive",
6517 "compressed",
6518 "compression",
6519 "phpzip",
6520 "pkzip",
6521 "stream",
6522 "zip"
6523 ],
6524 "time": "2015-11-16T16:30:51+00:00"
6525 },
6526 {
6527 "name": "pragmarx/random",
6528 "version": "v0.2.2",
6529 "source": {
6530 "type": "git",
6531 "url": "https://github.com/antonioribeiro/random.git",
6532 "reference": "daf08a189c5d2d40d1a827db46364d3a741a51b7"
6533 },
6534 "dist": {
6535 "type": "zip",
6536 "url": "https://api.github.com/repos/antonioribeiro/random/zipball/daf08a189c5d2d40d1a827db46364d3a741a51b7",
6537 "reference": "daf08a189c5d2d40d1a827db46364d3a741a51b7",
6538 "shasum": ""
6539 },
6540 "require": {
6541 "php": ">=7.0"
6542 },
6543 "require-dev": {
6544 "fzaninotto/faker": "~1.7",
6545 "phpunit/phpunit": "~6.4",
6546 "pragmarx/trivia": "~0.1",
6547 "squizlabs/php_codesniffer": "^2.3"
6548 },
6549 "suggest": {
6550 "fzaninotto/faker": "Allows you to get dozens of randomized types",
6551 "pragmarx/trivia": "For the trivia database"
6552 },
6553 "type": "library",
6554 "extra": {
6555 "branch-alias": {
6556 "dev-master": "1.0-dev"
6557 }
6558 },
6559 "autoload": {
6560 "psr-4": {
6561 "PragmaRX\\Random\\": "src"
6562 }
6563 },
6564 "notification-url": "https://packagist.org/downloads/",
6565 "license": [
6566 "MIT"
6567 ],
6568 "authors": [
6569 {
6570 "name": "Antonio Carlos Ribeiro",
6571 "email": "acr@antoniocarlosribeiro.com",
6572 "homepage": "https://antoniocarlosribeiro.com",
6573 "role": "Developer"
6574 }
6575 ],
6576 "description": "Create random chars, numbers, strings",
6577 "homepage": "https://github.com/antonioribeiro/random",
6578 "keywords": [
6579 "Randomize",
6580 "faker",
6581 "pragmarx",
6582 "random",
6583 "random number",
6584 "random pattern",
6585 "random string"
6586 ],
6587 "time": "2017-11-21T05:26:22+00:00"
6588 },
6589 {
6590 "name": "pragmarx/recovery",
6591 "version": "v0.1.0",
6592 "source": {
6593 "type": "git",
6594 "url": "https://github.com/antonioribeiro/recovery.git",
6595 "reference": "e16573a1ae5345cc3b100eec6d0296a1a15a90fe"
6596 },
6597 "dist": {
6598 "type": "zip",
6599 "url": "https://api.github.com/repos/antonioribeiro/recovery/zipball/e16573a1ae5345cc3b100eec6d0296a1a15a90fe",
6600 "reference": "e16573a1ae5345cc3b100eec6d0296a1a15a90fe",
6601 "shasum": ""
6602 },
6603 "require": {
6604 "php": "~7.0",
6605 "pragmarx/random": "~0.1"
6606 },
6607 "require-dev": {
6608 "phpunit/phpunit": ">=5.4.3",
6609 "squizlabs/php_codesniffer": "^2.3",
6610 "tightenco/collect": "^5"
6611 },
6612 "suggest": {
6613 "tightenco/collect": "Allows to generate recovery codes as collections"
6614 },
6615 "type": "library",
6616 "extra": {
6617 "branch-alias": {
6618 "dev-master": "1.0-dev"
6619 }
6620 },
6621 "autoload": {
6622 "psr-4": {
6623 "PragmaRX\\Recovery\\": "src"
6624 }
6625 },
6626 "notification-url": "https://packagist.org/downloads/",
6627 "license": [
6628 "MIT"
6629 ],
6630 "authors": [
6631 {
6632 "name": "Antonio Carlos Ribeiro",
6633 "email": "acr@antoniocarlosribeiro.com",
6634 "homepage": "https://antoniocarlosribeiro.com",
6635 "role": "Developer"
6636 }
6637 ],
6638 "description": "Create recovery codes for two factor auth",
6639 "homepage": "https://github.com/antonioribeiro/recovery",
6640 "keywords": [
6641 "2fa",
6642 "account recovery",
6643 "auth",
6644 "backup codes",
6645 "google2fa",
6646 "pragmarx",
6647 "recovery",
6648 "recovery codes",
6649 "two factor auth"
6650 ],
6651 "time": "2017-09-19T16:58:00+00:00"
6652 },
6653 {
6654 "name": "predis/predis",
6655 "version": "v1.1.x-dev",
6656 "source": {
6657 "type": "git",
6658 "url": "https://github.com/nrk/predis.git",
6659 "reference": "111d100ee389d624036b46b35ed0c9ac59c71313"
6660 },
6661 "dist": {
6662 "type": "zip",
6663 "url": "https://api.github.com/repos/nrk/predis/zipball/111d100ee389d624036b46b35ed0c9ac59c71313",
6664 "reference": "111d100ee389d624036b46b35ed0c9ac59c71313",
6665 "shasum": ""
6666 },
6667 "require": {
6668 "php": ">=5.3.9"
6669 },
6670 "require-dev": {
6671 "phpunit/phpunit": "~4.8"
6672 },
6673 "suggest": {
6674 "ext-curl": "Allows access to Webdis when paired with phpiredis",
6675 "ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol"
6676 },
6677 "type": "library",
6678 "autoload": {
6679 "psr-4": {
6680 "Predis\\": "src/"
6681 }
6682 },
6683 "notification-url": "https://packagist.org/downloads/",
6684 "license": [
6685 "MIT"
6686 ],
6687 "authors": [
6688 {
6689 "name": "Daniele Alessandri",
6690 "email": "suppakilla@gmail.com",
6691 "homepage": "http://clorophilla.net"
6692 }
6693 ],
6694 "description": "Flexible and feature-complete Redis client for PHP and HHVM",
6695 "homepage": "http://github.com/nrk/predis",
6696 "keywords": [
6697 "nosql",
6698 "predis",
6699 "redis"
6700 ],
6701 "time": "2017-07-12T14:39:17+00:00"
6702 },
6703 {
6704 "name": "psr/cache",
6705 "version": "1.0.1",
6706 "source": {
6707 "type": "git",
6708 "url": "https://github.com/php-fig/cache.git",
6709 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
6710 },
6711 "dist": {
6712 "type": "zip",
6713 "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
6714 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
6715 "shasum": ""
6716 },
6717 "require": {
6718 "php": ">=5.3.0"
6719 },
6720 "type": "library",
6721 "extra": {
6722 "branch-alias": {
6723 "dev-master": "1.0.x-dev"
6724 }
6725 },
6726 "autoload": {
6727 "psr-4": {
6728 "Psr\\Cache\\": "src/"
6729 }
6730 },
6731 "notification-url": "https://packagist.org/downloads/",
6732 "license": [
6733 "MIT"
6734 ],
6735 "authors": [
6736 {
6737 "name": "PHP-FIG",
6738 "homepage": "http://www.php-fig.org/"
6739 }
6740 ],
6741 "description": "Common interface for caching libraries",
6742 "keywords": [
6743 "cache",
6744 "psr",
6745 "psr-6"
6746 ],
6747 "time": "2016-08-06T20:24:11+00:00"
6748 },
6749 {
6750 "name": "psr/container",
6751 "version": "1.0.0",
6752 "source": {
6753 "type": "git",
6754 "url": "https://github.com/php-fig/container.git",
6755 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
6756 },
6757 "dist": {
6758 "type": "zip",
6759 "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
6760 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
6761 "shasum": ""
6762 },
6763 "require": {
6764 "php": ">=5.3.0"
6765 },
6766 "type": "library",
6767 "extra": {
6768 "branch-alias": {
6769 "dev-master": "1.0.x-dev"
6770 }
6771 },
6772 "autoload": {
6773 "psr-4": {
6774 "Psr\\Container\\": "src/"
6775 }
6776 },
6777 "notification-url": "https://packagist.org/downloads/",
6778 "license": [
6779 "MIT"
6780 ],
6781 "authors": [
6782 {
6783 "name": "PHP-FIG",
6784 "homepage": "http://www.php-fig.org/"
6785 }
6786 ],
6787 "description": "Common Container Interface (PHP FIG PSR-11)",
6788 "homepage": "https://github.com/php-fig/container",
6789 "keywords": [
6790 "PSR-11",
6791 "container",
6792 "container-interface",
6793 "container-interop",
6794 "psr"
6795 ],
6796 "time": "2017-02-14T16:28:37+00:00"
6797 },
6798 {
6799 "name": "psr/http-client",
6800 "version": "1.0.0",
6801 "source": {
6802 "type": "git",
6803 "url": "https://github.com/php-fig/http-client.git",
6804 "reference": "496a823ef742b632934724bf769560c2a5c7c44e"
6805 },
6806 "dist": {
6807 "type": "zip",
6808 "url": "https://api.github.com/repos/php-fig/http-client/zipball/496a823ef742b632934724bf769560c2a5c7c44e",
6809 "reference": "496a823ef742b632934724bf769560c2a5c7c44e",
6810 "shasum": ""
6811 },
6812 "require": {
6813 "php": "^7.0",
6814 "psr/http-message": "^1.0"
6815 },
6816 "type": "library",
6817 "extra": {
6818 "branch-alias": {
6819 "dev-master": "1.0.x-dev"
6820 }
6821 },
6822 "autoload": {
6823 "psr-4": {
6824 "Psr\\Http\\Client\\": "src/"
6825 }
6826 },
6827 "notification-url": "https://packagist.org/downloads/",
6828 "license": [
6829 "MIT"
6830 ],
6831 "authors": [
6832 {
6833 "name": "PHP-FIG",
6834 "homepage": "http://www.php-fig.org/"
6835 }
6836 ],
6837 "description": "Common interface for HTTP clients",
6838 "homepage": "https://github.com/php-fig/http-client",
6839 "keywords": [
6840 "http",
6841 "http-client",
6842 "psr",
6843 "psr-18"
6844 ],
6845 "time": "2018-10-30T23:29:13+00:00"
6846 },
6847 {
6848 "name": "psr/http-factory",
6849 "version": "1.0.1",
6850 "source": {
6851 "type": "git",
6852 "url": "https://github.com/php-fig/http-factory.git",
6853 "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
6854 },
6855 "dist": {
6856 "type": "zip",
6857 "url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
6858 "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
6859 "shasum": ""
6860 },
6861 "require": {
6862 "php": ">=7.0.0",
6863 "psr/http-message": "^1.0"
6864 },
6865 "type": "library",
6866 "extra": {
6867 "branch-alias": {
6868 "dev-master": "1.0.x-dev"
6869 }
6870 },
6871 "autoload": {
6872 "psr-4": {
6873 "Psr\\Http\\Message\\": "src/"
6874 }
6875 },
6876 "notification-url": "https://packagist.org/downloads/",
6877 "license": [
6878 "MIT"
6879 ],
6880 "authors": [
6881 {
6882 "name": "PHP-FIG",
6883 "homepage": "http://www.php-fig.org/"
6884 }
6885 ],
6886 "description": "Common interfaces for PSR-7 HTTP message factories",
6887 "keywords": [
6888 "factory",
6889 "http",
6890 "message",
6891 "psr",
6892 "psr-17",
6893 "psr-7",
6894 "request",
6895 "response"
6896 ],
6897 "time": "2019-04-30T12:38:16+00:00"
6898 },
6899 {
6900 "name": "psr/http-message",
6901 "version": "1.0.1",
6902 "source": {
6903 "type": "git",
6904 "url": "https://github.com/php-fig/http-message.git",
6905 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
6906 },
6907 "dist": {
6908 "type": "zip",
6909 "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
6910 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
6911 "shasum": ""
6912 },
6913 "require": {
6914 "php": ">=5.3.0"
6915 },
6916 "type": "library",
6917 "extra": {
6918 "branch-alias": {
6919 "dev-master": "1.0.x-dev"
6920 }
6921 },
6922 "autoload": {
6923 "psr-4": {
6924 "Psr\\Http\\Message\\": "src/"
6925 }
6926 },
6927 "notification-url": "https://packagist.org/downloads/",
6928 "license": [
6929 "MIT"
6930 ],
6931 "authors": [
6932 {
6933 "name": "PHP-FIG",
6934 "homepage": "http://www.php-fig.org/"
6935 }
6936 ],
6937 "description": "Common interface for HTTP messages",
6938 "homepage": "https://github.com/php-fig/http-message",
6939 "keywords": [
6940 "http",
6941 "http-message",
6942 "psr",
6943 "psr-7",
6944 "request",
6945 "response"
6946 ],
6947 "time": "2016-08-06T14:39:51+00:00"
6948 },
6949 {
6950 "name": "psr/link",
6951 "version": "1.0.0",
6952 "source": {
6953 "type": "git",
6954 "url": "https://github.com/php-fig/link.git",
6955 "reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562"
6956 },
6957 "dist": {
6958 "type": "zip",
6959 "url": "https://api.github.com/repos/php-fig/link/zipball/eea8e8662d5cd3ae4517c9b864493f59fca95562",
6960 "reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562",
6961 "shasum": ""
6962 },
6963 "require": {
6964 "php": ">=5.3.0"
6965 },
6966 "type": "library",
6967 "extra": {
6968 "branch-alias": {
6969 "dev-master": "1.0.x-dev"
6970 }
6971 },
6972 "autoload": {
6973 "psr-4": {
6974 "Psr\\Link\\": "src/"
6975 }
6976 },
6977 "notification-url": "https://packagist.org/downloads/",
6978 "license": [
6979 "MIT"
6980 ],
6981 "authors": [
6982 {
6983 "name": "PHP-FIG",
6984 "homepage": "http://www.php-fig.org/"
6985 }
6986 ],
6987 "description": "Common interfaces for HTTP links",
6988 "keywords": [
6989 "http",
6990 "http-link",
6991 "link",
6992 "psr",
6993 "psr-13",
6994 "rest"
6995 ],
6996 "time": "2016-10-28T16:06:13+00:00"
6997 },
6998 {
6999 "name": "psr/log",
7000 "version": "1.1.3",
7001 "source": {
7002 "type": "git",
7003 "url": "https://github.com/php-fig/log.git",
7004 "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
7005 },
7006 "dist": {
7007 "type": "zip",
7008 "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
7009 "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
7010 "shasum": ""
7011 },
7012 "require": {
7013 "php": ">=5.3.0"
7014 },
7015 "type": "library",
7016 "extra": {
7017 "branch-alias": {
7018 "dev-master": "1.1.x-dev"
7019 }
7020 },
7021 "autoload": {
7022 "psr-4": {
7023 "Psr\\Log\\": "Psr/Log/"
7024 }
7025 },
7026 "notification-url": "https://packagist.org/downloads/",
7027 "license": [
7028 "MIT"
7029 ],
7030 "authors": [
7031 {
7032 "name": "PHP-FIG",
7033 "homepage": "http://www.php-fig.org/"
7034 }
7035 ],
7036 "description": "Common interface for logging libraries",
7037 "homepage": "https://github.com/php-fig/log",
7038 "keywords": [
7039 "log",
7040 "psr",
7041 "psr-3"
7042 ],
7043 "time": "2020-03-23T09:12:05+00:00"
7044 },
7045 {
7046 "name": "psr/simple-cache",
7047 "version": "1.0.1",
7048 "source": {
7049 "type": "git",
7050 "url": "https://github.com/php-fig/simple-cache.git",
7051 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
7052 },
7053 "dist": {
7054 "type": "zip",
7055 "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
7056 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
7057 "shasum": ""
7058 },
7059 "require": {
7060 "php": ">=5.3.0"
7061 },
7062 "type": "library",
7063 "extra": {
7064 "branch-alias": {
7065 "dev-master": "1.0.x-dev"
7066 }
7067 },
7068 "autoload": {
7069 "psr-4": {
7070 "Psr\\SimpleCache\\": "src/"
7071 }
7072 },
7073 "notification-url": "https://packagist.org/downloads/",
7074 "license": [
7075 "MIT"
7076 ],
7077 "authors": [
7078 {
7079 "name": "PHP-FIG",
7080 "homepage": "http://www.php-fig.org/"
7081 }
7082 ],
7083 "description": "Common interfaces for simple caching",
7084 "keywords": [
7085 "cache",
7086 "caching",
7087 "psr",
7088 "psr-16",
7089 "simple-cache"
7090 ],
7091 "time": "2017-10-23T01:57:42+00:00"
7092 },
7093 {
7094 "name": "ralouphie/getallheaders",
7095 "version": "3.0.3",
7096 "source": {
7097 "type": "git",
7098 "url": "https://github.com/ralouphie/getallheaders.git",
7099 "reference": "120b605dfeb996808c31b6477290a714d356e822"
7100 },
7101 "dist": {
7102 "type": "zip",
7103 "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
7104 "reference": "120b605dfeb996808c31b6477290a714d356e822",
7105 "shasum": ""
7106 },
7107 "require": {
7108 "php": ">=5.6"
7109 },
7110 "require-dev": {
7111 "php-coveralls/php-coveralls": "^2.1",
7112 "phpunit/phpunit": "^5 || ^6.5"
7113 },
7114 "type": "library",
7115 "autoload": {
7116 "files": [
7117 "src/getallheaders.php"
7118 ]
7119 },
7120 "notification-url": "https://packagist.org/downloads/",
7121 "license": [
7122 "MIT"
7123 ],
7124 "authors": [
7125 {
7126 "name": "Ralph Khattar",
7127 "email": "ralph.khattar@gmail.com"
7128 }
7129 ],
7130 "description": "A polyfill for getallheaders.",
7131 "time": "2019-03-08T08:55:37+00:00"
7132 },
7133 {
7134 "name": "ramsey/uuid",
7135 "version": "3.9.2",
7136 "source": {
7137 "type": "git",
7138 "url": "https://github.com/ramsey/uuid.git",
7139 "reference": "7779489a47d443f845271badbdcedfe4df8e06fb"
7140 },
7141 "dist": {
7142 "type": "zip",
7143 "url": "https://api.github.com/repos/ramsey/uuid/zipball/7779489a47d443f845271badbdcedfe4df8e06fb",
7144 "reference": "7779489a47d443f845271badbdcedfe4df8e06fb",
7145 "shasum": ""
7146 },
7147 "require": {
7148 "ext-json": "*",
7149 "paragonie/random_compat": "^1 | ^2 | 9.99.99",
7150 "php": "^5.4 | ^7 | ^8",
7151 "symfony/polyfill-ctype": "^1.8"
7152 },
7153 "replace": {
7154 "rhumsaa/uuid": "self.version"
7155 },
7156 "require-dev": {
7157 "codeception/aspect-mock": "^1 | ^2",
7158 "doctrine/annotations": "^1.2",
7159 "goaop/framework": "1.0.0-alpha.2 | ^1 | ^2.1",
7160 "jakub-onderka/php-parallel-lint": "^1",
7161 "mockery/mockery": "^0.9.11 | ^1",
7162 "moontoast/math": "^1.1",
7163 "paragonie/random-lib": "^2",
7164 "php-mock/php-mock-phpunit": "^0.3 | ^1.1",
7165 "phpunit/phpunit": "^4.8 | ^5.4 | ^6.5",
7166 "squizlabs/php_codesniffer": "^3.5"
7167 },
7168 "suggest": {
7169 "ext-ctype": "Provides support for PHP Ctype functions",
7170 "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator",
7171 "ext-openssl": "Provides the OpenSSL extension for use with the OpenSslGenerator",
7172 "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator",
7173 "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).",
7174 "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
7175 "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid",
7176 "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
7177 },
7178 "type": "library",
7179 "extra": {
7180 "branch-alias": {
7181 "dev-master": "3.x-dev"
7182 }
7183 },
7184 "autoload": {
7185 "psr-4": {
7186 "Ramsey\\Uuid\\": "src/"
7187 },
7188 "files": [
7189 "src/functions.php"
7190 ]
7191 },
7192 "notification-url": "https://packagist.org/downloads/",
7193 "license": [
7194 "MIT"
7195 ],
7196 "authors": [
7197 {
7198 "name": "Ben Ramsey",
7199 "email": "ben@benramsey.com",
7200 "homepage": "https://benramsey.com"
7201 },
7202 {
7203 "name": "Marijn Huizendveld",
7204 "email": "marijn.huizendveld@gmail.com"
7205 },
7206 {
7207 "name": "Thibaud Fabre",
7208 "email": "thibaud@aztech.io"
7209 }
7210 ],
7211 "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
7212 "homepage": "https://github.com/ramsey/uuid",
7213 "keywords": [
7214 "guid",
7215 "identifier",
7216 "uuid"
7217 ],
7218 "time": "2019-12-17T08:18:51+00:00"
7219 },
7220 {
7221 "name": "react/promise",
7222 "version": "v2.7.1",
7223 "source": {
7224 "type": "git",
7225 "url": "https://github.com/reactphp/promise.git",
7226 "reference": "31ffa96f8d2ed0341a57848cbb84d88b89dd664d"
7227 },
7228 "dist": {
7229 "type": "zip",
7230 "url": "https://api.github.com/repos/reactphp/promise/zipball/31ffa96f8d2ed0341a57848cbb84d88b89dd664d",
7231 "reference": "31ffa96f8d2ed0341a57848cbb84d88b89dd664d",
7232 "shasum": ""
7233 },
7234 "require": {
7235 "php": ">=5.4.0"
7236 },
7237 "require-dev": {
7238 "phpunit/phpunit": "~4.8"
7239 },
7240 "type": "library",
7241 "autoload": {
7242 "psr-4": {
7243 "React\\Promise\\": "src/"
7244 },
7245 "files": [
7246 "src/functions_include.php"
7247 ]
7248 },
7249 "notification-url": "https://packagist.org/downloads/",
7250 "license": [
7251 "MIT"
7252 ],
7253 "authors": [
7254 {
7255 "name": "Jan Sorgalla",
7256 "email": "jsorgalla@gmail.com"
7257 }
7258 ],
7259 "description": "A lightweight implementation of CommonJS Promises/A for PHP",
7260 "keywords": [
7261 "promise",
7262 "promises"
7263 ],
7264 "time": "2019-01-07T21:25:54+00:00"
7265 },
7266 {
7267 "name": "scheb/two-factor-bundle",
7268 "version": "v4.16.0",
7269 "source": {
7270 "type": "git",
7271 "url": "https://github.com/scheb/two-factor-bundle.git",
7272 "reference": "44ae7d1394296ed54aa621dd96516786ade2eeed"
7273 },
7274 "dist": {
7275 "type": "zip",
7276 "url": "https://api.github.com/repos/scheb/two-factor-bundle/zipball/44ae7d1394296ed54aa621dd96516786ade2eeed",
7277 "reference": "44ae7d1394296ed54aa621dd96516786ade2eeed",
7278 "shasum": ""
7279 },
7280 "require": {
7281 "lcobucci/jwt": "^3.2",
7282 "paragonie/constant_time_encoding": "^2.2",
7283 "php": "^7.1.3",
7284 "spomky-labs/otphp": "^9.1|^10.0",
7285 "symfony/config": "^3.4|^4.0|^5.0",
7286 "symfony/dependency-injection": "^3.4|^4.0|^5.0",
7287 "symfony/event-dispatcher": "^3.4|^4.0|^5.0",
7288 "symfony/framework-bundle": "^3.4|^4.0|^5.0",
7289 "symfony/http-foundation": "^3.4|^4.0|^5.0",
7290 "symfony/http-kernel": "^3.4|^4.0|^5.0",
7291 "symfony/property-access": "^3.4|^4.0|^5.0",
7292 "symfony/security-bundle": "^3.4|^4.0|^5.0",
7293 "symfony/twig-bundle": "^3.4|^4.0|^5.0"
7294 },
7295 "require-dev": {
7296 "doctrine/persistence": "^1.3",
7297 "escapestudios/symfony2-coding-standard": "^3.9",
7298 "phpunit/phpunit": "^7.0|^8.0|^9.0",
7299 "squizlabs/php_codesniffer": "^3.5",
7300 "swiftmailer/swiftmailer": "^6.0",
7301 "symfony/polyfill-php80": "^1.15",
7302 "symfony/yaml": "^3.4|^4.0|^5.0",
7303 "vimeo/psalm": "^3.11"
7304 },
7305 "type": "symfony-bundle",
7306 "autoload": {
7307 "psr-4": {
7308 "Scheb\\TwoFactorBundle\\": ""
7309 },
7310 "exclude-from-classmap": [
7311 "/Tests/"
7312 ]
7313 },
7314 "notification-url": "https://packagist.org/downloads/",
7315 "license": [
7316 "MIT"
7317 ],
7318 "authors": [
7319 {
7320 "name": "Christian Scheb",
7321 "email": "me@christianscheb.de"
7322 }
7323 ],
7324 "description": "Provides two-factor authentication for Symfony applications",
7325 "homepage": "https://github.com/scheb/two-factor-bundle",
7326 "keywords": [
7327 "Authentication",
7328 "security",
7329 "symfony",
7330 "two-factor",
7331 "two-step"
7332 ],
7333 "time": "2020-05-08T19:32:30+00:00"
7334 },
7335 {
7336 "name": "sensio/distribution-bundle",
7337 "version": "v5.0.25",
7338 "source": {
7339 "type": "git",
7340 "url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
7341 "reference": "80a38234bde8321fb92aa0b8c27978a272bb4baf"
7342 },
7343 "dist": {
7344 "type": "zip",
7345 "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/80a38234bde8321fb92aa0b8c27978a272bb4baf",
7346 "reference": "80a38234bde8321fb92aa0b8c27978a272bb4baf",
7347 "shasum": ""
7348 },
7349 "require": {
7350 "php": ">=5.3.9",
7351 "sensiolabs/security-checker": "~5.0|~6.0",
7352 "symfony/class-loader": "~2.3|~3.0",
7353 "symfony/config": "~2.3|~3.0",
7354 "symfony/dependency-injection": "~2.3|~3.0",
7355 "symfony/filesystem": "~2.3|~3.0",
7356 "symfony/http-kernel": "~2.3|~3.0",
7357 "symfony/process": "~2.3|~3.0"
7358 },
7359 "type": "symfony-bundle",
7360 "extra": {
7361 "branch-alias": {
7362 "dev-master": "5.0.x-dev"
7363 }
7364 },
7365 "autoload": {
7366 "psr-4": {
7367 "Sensio\\Bundle\\DistributionBundle\\": ""
7368 }
7369 },
7370 "notification-url": "https://packagist.org/downloads/",
7371 "license": [
7372 "MIT"
7373 ],
7374 "authors": [
7375 {
7376 "name": "Fabien Potencier",
7377 "email": "fabien@symfony.com"
7378 }
7379 ],
7380 "description": "Base bundle for Symfony Distributions",
7381 "keywords": [
7382 "configuration",
7383 "distribution"
7384 ],
7385 "time": "2019-06-18T15:43:58+00:00"
7386 },
7387 {
7388 "name": "sensio/framework-extra-bundle",
7389 "version": "v5.4.1",
7390 "source": {
7391 "type": "git",
7392 "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
7393 "reference": "585f4b3a1c54f24d1a8431c729fc8f5acca20c8a"
7394 },
7395 "dist": {
7396 "type": "zip",
7397 "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/585f4b3a1c54f24d1a8431c729fc8f5acca20c8a",
7398 "reference": "585f4b3a1c54f24d1a8431c729fc8f5acca20c8a",
7399 "shasum": ""
7400 },
7401 "require": {
7402 "doctrine/annotations": "^1.0",
7403 "doctrine/persistence": "^1.0",
7404 "php": ">=7.1.3",
7405 "symfony/config": "^3.4|^4.3",
7406 "symfony/dependency-injection": "^3.4|^4.3",
7407 "symfony/framework-bundle": "^3.4|^4.3",
7408 "symfony/http-kernel": "^3.4|^4.3"
7409 },
7410 "require-dev": {
7411 "doctrine/doctrine-bundle": "^1.6",
7412 "doctrine/orm": "^2.5",
7413 "nyholm/psr7": "^1.1",
7414 "symfony/browser-kit": "^3.4|^4.3",
7415 "symfony/dom-crawler": "^3.4|^4.3",
7416 "symfony/expression-language": "^3.4|^4.3",
7417 "symfony/finder": "^3.4|^4.3",
7418 "symfony/monolog-bridge": "^3.0|^4.0",
7419 "symfony/monolog-bundle": "^3.2",
7420 "symfony/phpunit-bridge": "^3.4.19|^4.1.8",
7421 "symfony/psr-http-message-bridge": "^1.1",
7422 "symfony/security-bundle": "^3.4|^4.3",
7423 "symfony/twig-bundle": "^3.4|^4.3",
7424 "symfony/yaml": "^3.4|^4.3",
7425 "twig/twig": "~1.12|~2.0"
7426 },
7427 "suggest": {
7428 "symfony/expression-language": "",
7429 "symfony/psr-http-message-bridge": "To use the PSR-7 converters",
7430 "symfony/security-bundle": ""
7431 },
7432 "type": "symfony-bundle",
7433 "extra": {
7434 "branch-alias": {
7435 "dev-master": "5.4.x-dev"
7436 }
7437 },
7438 "autoload": {
7439 "psr-4": {
7440 "Sensio\\Bundle\\FrameworkExtraBundle\\": ""
7441 }
7442 },
7443 "notification-url": "https://packagist.org/downloads/",
7444 "license": [
7445 "MIT"
7446 ],
7447 "authors": [
7448 {
7449 "name": "Fabien Potencier",
7450 "email": "fabien@symfony.com"
7451 }
7452 ],
7453 "description": "This bundle provides a way to configure your controllers with annotations",
7454 "keywords": [
7455 "annotations",
7456 "controllers"
7457 ],
7458 "time": "2019-07-08T08:31:25+00:00"
7459 },
7460 {
7461 "name": "sensiolabs/security-checker",
7462 "version": "v6.0.3",
7463 "source": {
7464 "type": "git",
7465 "url": "https://github.com/sensiolabs/security-checker.git",
7466 "reference": "a576c01520d9761901f269c4934ba55448be4a54"
7467 },
7468 "dist": {
7469 "type": "zip",
7470 "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/a576c01520d9761901f269c4934ba55448be4a54",
7471 "reference": "a576c01520d9761901f269c4934ba55448be4a54",
7472 "shasum": ""
7473 },
7474 "require": {
7475 "php": ">=7.1.3",
7476 "symfony/console": "^2.8|^3.4|^4.2|^5.0",
7477 "symfony/http-client": "^4.3|^5.0",
7478 "symfony/mime": "^4.3|^5.0",
7479 "symfony/polyfill-ctype": "^1.11"
7480 },
7481 "bin": [
7482 "security-checker"
7483 ],
7484 "type": "library",
7485 "extra": {
7486 "branch-alias": {
7487 "dev-master": "6.0-dev"
7488 }
7489 },
7490 "autoload": {
7491 "psr-4": {
7492 "SensioLabs\\Security\\": "SensioLabs/Security"
7493 }
7494 },
7495 "notification-url": "https://packagist.org/downloads/",
7496 "license": [
7497 "MIT"
7498 ],
7499 "authors": [
7500 {
7501 "name": "Fabien Potencier",
7502 "email": "fabien.potencier@gmail.com"
7503 }
7504 ],
7505 "description": "A security checker for your composer.lock",
7506 "time": "2019-11-01T13:20:14+00:00"
7507 },
7508 {
7509 "name": "sentry/sdk",
7510 "version": "2.0.4",
7511 "source": {
7512 "type": "git",
7513 "url": "https://github.com/getsentry/sentry-php-sdk.git",
7514 "reference": "4c115873c86ad5bd0ac6d962db70ca53bf8fb874"
7515 },
7516 "dist": {
7517 "type": "zip",
7518 "url": "https://api.github.com/repos/getsentry/sentry-php-sdk/zipball/4c115873c86ad5bd0ac6d962db70ca53bf8fb874",
7519 "reference": "4c115873c86ad5bd0ac6d962db70ca53bf8fb874",
7520 "shasum": ""
7521 },
7522 "require": {
7523 "http-interop/http-factory-guzzle": "^1.0",
7524 "php-http/curl-client": "^1.0|^2.0",
7525 "sentry/sentry": "^2.1.3"
7526 },
7527 "type": "metapackage",
7528 "notification-url": "https://packagist.org/downloads/",
7529 "license": [
7530 "MIT"
7531 ],
7532 "authors": [
7533 {
7534 "name": "Sentry",
7535 "email": "accounts@sentry.io"
7536 }
7537 ],
7538 "description": "This is a metapackage shipping sentry/sentry with a recommended http client.",
7539 "time": "2019-09-09T19:54:44+00:00"
7540 },
7541 {
7542 "name": "sentry/sentry",
7543 "version": "2.2.6",
7544 "source": {
7545 "type": "git",
7546 "url": "https://github.com/getsentry/sentry-php.git",
7547 "reference": "c9b253229b95f8e5bbf6a3661a170a0be0f80563"
7548 },
7549 "dist": {
7550 "type": "zip",
7551 "url": "https://api.github.com/repos/getsentry/sentry-php/zipball/c9b253229b95f8e5bbf6a3661a170a0be0f80563",
7552 "reference": "c9b253229b95f8e5bbf6a3661a170a0be0f80563",
7553 "shasum": ""
7554 },
7555 "require": {
7556 "ext-json": "*",
7557 "ext-mbstring": "*",
7558 "guzzlehttp/promises": "^1.3",
7559 "jean85/pretty-package-versions": "^1.2",
7560 "php": "^7.1",
7561 "php-http/async-client-implementation": "^1.0",
7562 "php-http/client-common": "^1.5|^2.0",
7563 "php-http/discovery": "^1.6.1",
7564 "php-http/httplug": "^1.1|^2.0",
7565 "php-http/message": "^1.5",
7566 "psr/http-message-implementation": "^1.0",
7567 "ramsey/uuid": "^3.3",
7568 "symfony/options-resolver": "^2.7|^3.0|^4.0|^5.0",
7569 "zendframework/zend-diactoros": "^1.7.1|^2.0"
7570 },
7571 "conflict": {
7572 "php-http/client-common": "1.8.0",
7573 "raven/raven": "*"
7574 },
7575 "require-dev": {
7576 "friendsofphp/php-cs-fixer": "^2.13",
7577 "monolog/monolog": "^1.3|^2.0",
7578 "php-http/mock-client": "^1.0",
7579 "phpstan/extension-installer": "^1.0",
7580 "phpstan/phpstan": "^0.11",
7581 "phpstan/phpstan-phpunit": "^0.11",
7582 "phpunit/phpunit": "^7.5.18",
7583 "symfony/phpunit-bridge": "^4.3|^5.0",
7584 "vimeo/psalm": "^3.4"
7585 },
7586 "suggest": {
7587 "monolog/monolog": "Allow sending log messages to Sentry by using the included Monolog handler."
7588 },
7589 "type": "library",
7590 "extra": {
7591 "branch-alias": {
7592 "dev-develop": "2.2-dev"
7593 }
7594 },
7595 "autoload": {
7596 "files": [
7597 "src/functions.php"
7598 ],
7599 "psr-4": {
7600 "Sentry\\": "src/"
7601 }
7602 },
7603 "notification-url": "https://packagist.org/downloads/",
7604 "license": [
7605 "BSD-3-Clause"
7606 ],
7607 "authors": [
7608 {
7609 "name": "Sentry",
7610 "email": "accounts@sentry.io"
7611 }
7612 ],
7613 "description": "A PHP SDK for Sentry (http://sentry.io)",
7614 "homepage": "http://sentry.io",
7615 "keywords": [
7616 "crash-reporting",
7617 "crash-reports",
7618 "error-handler",
7619 "error-monitoring",
7620 "log",
7621 "logging",
7622 "sentry"
7623 ],
7624 "time": "2019-12-18T08:56:34+00:00"
7625 },
7626 {
7627 "name": "sentry/sentry-symfony",
7628 "version": "3.2.1",
7629 "source": {
7630 "type": "git",
7631 "url": "https://github.com/getsentry/sentry-symfony.git",
7632 "reference": "620b90dc35c12ef96c6460df74e30441e359ce6d"
7633 },
7634 "dist": {
7635 "type": "zip",
7636 "url": "https://api.github.com/repos/getsentry/sentry-symfony/zipball/620b90dc35c12ef96c6460df74e30441e359ce6d",
7637 "reference": "620b90dc35c12ef96c6460df74e30441e359ce6d",
7638 "shasum": ""
7639 },
7640 "require": {
7641 "jean85/pretty-package-versions": "^1.0",
7642 "php": "^7.1",
7643 "sentry/sdk": "^2.0",
7644 "symfony/config": "^2.8||^3.0||^4.0",
7645 "symfony/console": "^2.8||^3.0||^4.0",
7646 "symfony/dependency-injection": "^2.8||^3.0||^4.0",
7647 "symfony/event-dispatcher": "^2.8||^3.0||^4.0",
7648 "symfony/http-kernel": "^2.8||^3.0||^4.0",
7649 "symfony/security-core": "^2.8||^3.0||^4.0"
7650 },
7651 "require-dev": {
7652 "friendsofphp/php-cs-fixer": "^2.8",
7653 "jangregor/phpstan-prophecy": "^0.3.0",
7654 "monolog/monolog": "^1.11||^2.0",
7655 "php-http/mock-client": "^1.0",
7656 "phpstan/phpstan": "^0.11",
7657 "phpstan/phpstan-phpunit": "^0.11",
7658 "phpunit/phpunit": "^7.5",
7659 "scrutinizer/ocular": "^1.4",
7660 "symfony/expression-language": "^2.8||^3.0||^4.0"
7661 },
7662 "suggest": {
7663 "monolog/monolog": "Required to use the Monolog handler"
7664 },
7665 "type": "symfony-bundle",
7666 "extra": {
7667 "branch-alias": {
7668 "master": "3.x-dev",
7669 "releases/3.2.x": "3.2.x-dev",
7670 "releases/2.x": "2.x-dev",
7671 "releases/1.x": "1.x-dev"
7672 }
7673 },
7674 "autoload": {
7675 "psr-4": {
7676 "Sentry\\SentryBundle\\": "src/"
7677 }
7678 },
7679 "notification-url": "https://packagist.org/downloads/",
7680 "license": [
7681 "Apache-2.0"
7682 ],
7683 "authors": [
7684 {
7685 "name": "David Cramer",
7686 "email": "dcramer@gmail.com"
7687 },
7688 {
7689 "name": "Alessandro Lai",
7690 "email": "alessandro.lai85@gmail.com"
7691 }
7692 ],
7693 "description": "Symfony integration for Sentry (http://getsentry.com)",
7694 "homepage": "http://getsentry.com",
7695 "keywords": [
7696 "errors",
7697 "logging",
7698 "sentry",
7699 "symfony"
7700 ],
7701 "time": "2019-11-29T21:24:37+00:00"
7702 },
7703 {
7704 "name": "simplepie/simplepie",
7705 "version": "1.5.4",
7706 "source": {
7707 "type": "git",
7708 "url": "https://github.com/simplepie/simplepie.git",
7709 "reference": "f4c8246511a38fc9d99a59fb42f61eeeafb31663"
7710 },
7711 "dist": {
7712 "type": "zip",
7713 "url": "https://api.github.com/repos/simplepie/simplepie/zipball/f4c8246511a38fc9d99a59fb42f61eeeafb31663",
7714 "reference": "f4c8246511a38fc9d99a59fb42f61eeeafb31663",
7715 "shasum": ""
7716 },
7717 "require": {
7718 "ext-pcre": "*",
7719 "ext-xml": "*",
7720 "ext-xmlreader": "*",
7721 "php": ">=5.6.0"
7722 },
7723 "require-dev": {
7724 "phpunit/phpunit": "~5.4.3 || ~6.5"
7725 },
7726 "suggest": {
7727 "ext-curl": "",
7728 "ext-iconv": "",
7729 "ext-intl": "",
7730 "ext-mbstring": "",
7731 "mf2/mf2": "Microformat module that allows for parsing HTML for microformats"
7732 },
7733 "type": "library",
7734 "autoload": {
7735 "psr-0": {
7736 "SimplePie": "library"
7737 }
7738 },
7739 "notification-url": "https://packagist.org/downloads/",
7740 "license": [
7741 "BSD-3-Clause"
7742 ],
7743 "authors": [
7744 {
7745 "name": "Ryan Parman",
7746 "homepage": "http://ryanparman.com/",
7747 "role": "Creator, alumnus developer"
7748 },
7749 {
7750 "name": "Geoffrey Sneddon",
7751 "homepage": "http://gsnedders.com/",
7752 "role": "Alumnus developer"
7753 },
7754 {
7755 "name": "Ryan McCue",
7756 "email": "me@ryanmccue.info",
7757 "homepage": "http://ryanmccue.info/",
7758 "role": "Developer"
7759 }
7760 ],
7761 "description": "A simple Atom/RSS parsing library for PHP",
7762 "homepage": "http://simplepie.org/",
7763 "keywords": [
7764 "atom",
7765 "feeds",
7766 "rss"
7767 ],
7768 "time": "2019-11-23T07:05:15+00:00"
7769 },
7770 {
7771 "name": "smalot/pdfparser",
7772 "version": "v0.15.0",
7773 "source": {
7774 "type": "git",
7775 "url": "https://github.com/smalot/pdfparser.git",
7776 "reference": "a53df87a048b943ff7380765b300e2b002e61de4"
7777 },
7778 "dist": {
7779 "type": "zip",
7780 "url": "https://api.github.com/repos/smalot/pdfparser/zipball/a53df87a048b943ff7380765b300e2b002e61de4",
7781 "reference": "a53df87a048b943ff7380765b300e2b002e61de4",
7782 "shasum": ""
7783 },
7784 "require": {
7785 "ext-mbstring": "*",
7786 "ext-zlib": "*",
7787 "php": ">=5.3.0",
7788 "tecnickcom/tcpdf": "~6.0"
7789 },
7790 "require-dev": {
7791 "atoum/atoum": "^2.8 | ^3.0"
7792 },
7793 "type": "library",
7794 "autoload": {
7795 "psr-0": {
7796 "Smalot\\PdfParser\\": "src/"
7797 }
7798 },
7799 "notification-url": "https://packagist.org/downloads/",
7800 "license": [
7801 "LGPL-3.0"
7802 ],
7803 "authors": [
7804 {
7805 "name": "Sebastien MALOT",
7806 "email": "sebastien@malot.fr"
7807 }
7808 ],
7809 "description": "Pdf parser library. Can read and extract information from pdf file.",
7810 "homepage": "http://www.pdfparser.org",
7811 "keywords": [
7812 "extract",
7813 "parse",
7814 "parser",
7815 "pdf",
7816 "text"
7817 ],
7818 "time": "2020-04-21T07:28:21+00:00"
7819 },
7820 {
7821 "name": "spomky-labs/otphp",
7822 "version": "v9.1.4",
7823 "source": {
7824 "type": "git",
7825 "url": "https://github.com/Spomky-Labs/otphp.git",
7826 "reference": "48d463cf909320399fe08eab2e1cd18d899d5068"
7827 },
7828 "dist": {
7829 "type": "zip",
7830 "url": "https://api.github.com/repos/Spomky-Labs/otphp/zipball/48d463cf909320399fe08eab2e1cd18d899d5068",
7831 "reference": "48d463cf909320399fe08eab2e1cd18d899d5068",
7832 "shasum": ""
7833 },
7834 "require": {
7835 "beberlei/assert": "^2.4|^3.0",
7836 "paragonie/constant_time_encoding": "^2.0",
7837 "php": "^7.1"
7838 },
7839 "require-dev": {
7840 "phpunit/phpunit": "^6.0",
7841 "satooshi/php-coveralls": "^1.0"
7842 },
7843 "type": "library",
7844 "extra": {
7845 "branch-alias": {
7846 "dev-master": "9.0.x-dev"
7847 }
7848 },
7849 "autoload": {
7850 "psr-4": {
7851 "OTPHP\\": "src/"
7852 }
7853 },
7854 "notification-url": "https://packagist.org/downloads/",
7855 "license": [
7856 "MIT"
7857 ],
7858 "authors": [
7859 {
7860 "name": "Florent Morselli",
7861 "homepage": "https://github.com/Spomky"
7862 },
7863 {
7864 "name": "All contributors",
7865 "homepage": "https://github.com/Spomky-Labs/otphp/contributors"
7866 }
7867 ],
7868 "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",
7869 "homepage": "https://github.com/Spomky-Labs/otphp",
7870 "keywords": [
7871 "FreeOTP",
7872 "RFC 4226",
7873 "RFC 6238",
7874 "google authenticator",
7875 "hotp",
7876 "otp",
7877 "totp"
7878 ],
7879 "time": "2019-03-18T10:08:51+00:00"
7880 },
7881 {
7882 "name": "stof/doctrine-extensions-bundle",
7883 "version": "v1.3.0",
7884 "source": {
7885 "type": "git",
7886 "url": "https://github.com/stof/StofDoctrineExtensionsBundle.git",
7887 "reference": "46db71ec7ffee9122eca3cdddd4ef8d84bae269c"
7888 },
7889 "dist": {
7890 "type": "zip",
7891 "url": "https://api.github.com/repos/stof/StofDoctrineExtensionsBundle/zipball/46db71ec7ffee9122eca3cdddd4ef8d84bae269c",
7892 "reference": "46db71ec7ffee9122eca3cdddd4ef8d84bae269c",
7893 "shasum": ""
7894 },
7895 "require": {
7896 "gedmo/doctrine-extensions": "^2.3.4",
7897 "php": ">=5.3.2",
7898 "symfony/framework-bundle": "~2.7|~3.2|~4.0"
7899 },
7900 "require-dev": {
7901 "symfony/phpunit-bridge": "^4.0",
7902 "symfony/security-bundle": "^2.7 || ^3.2 || ^4.0"
7903 },
7904 "suggest": {
7905 "doctrine/doctrine-bundle": "to use the ORM extensions",
7906 "doctrine/mongodb-odm-bundle": "to use the MongoDB ODM extensions"
7907 },
7908 "type": "symfony-bundle",
7909 "extra": {
7910 "branch-alias": {
7911 "dev-master": "1.3.x-dev"
7912 }
7913 },
7914 "autoload": {
7915 "psr-4": {
7916 "Stof\\DoctrineExtensionsBundle\\": ""
7917 }
7918 },
7919 "notification-url": "https://packagist.org/downloads/",
7920 "license": [
7921 "MIT"
7922 ],
7923 "authors": [
7924 {
7925 "name": "Christophe Coevoet",
7926 "email": "stof@notk.org"
7927 }
7928 ],
7929 "description": "Integration of the gedmo/doctrine-extensions with Symfony2",
7930 "homepage": "https://github.com/stof/StofDoctrineExtensionsBundle",
7931 "keywords": [
7932 "behaviors",
7933 "doctrine2",
7934 "extensions",
7935 "gedmo",
7936 "loggable",
7937 "nestedset",
7938 "sluggable",
7939 "sortable",
7940 "timestampable",
7941 "translatable",
7942 "tree"
7943 ],
7944 "time": "2017-12-24T16:06:50+00:00"
7945 },
7946 {
7947 "name": "swiftmailer/swiftmailer",
7948 "version": "v6.2.3",
7949 "source": {
7950 "type": "git",
7951 "url": "https://github.com/swiftmailer/swiftmailer.git",
7952 "reference": "149cfdf118b169f7840bbe3ef0d4bc795d1780c9"
7953 },
7954 "dist": {
7955 "type": "zip",
7956 "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/149cfdf118b169f7840bbe3ef0d4bc795d1780c9",
7957 "reference": "149cfdf118b169f7840bbe3ef0d4bc795d1780c9",
7958 "shasum": ""
7959 },
7960 "require": {
7961 "egulias/email-validator": "~2.0",
7962 "php": ">=7.0.0",
7963 "symfony/polyfill-iconv": "^1.0",
7964 "symfony/polyfill-intl-idn": "^1.10",
7965 "symfony/polyfill-mbstring": "^1.0"
7966 },
7967 "require-dev": {
7968 "mockery/mockery": "~0.9.1",
7969 "symfony/phpunit-bridge": "^3.4.19|^4.1.8"
7970 },
7971 "suggest": {
7972 "ext-intl": "Needed to support internationalized email addresses",
7973 "true/punycode": "Needed to support internationalized email addresses, if ext-intl is not installed"
7974 },
7975 "type": "library",
7976 "extra": {
7977 "branch-alias": {
7978 "dev-master": "6.2-dev"
7979 }
7980 },
7981 "autoload": {
7982 "files": [
7983 "lib/swift_required.php"
7984 ]
7985 },
7986 "notification-url": "https://packagist.org/downloads/",
7987 "license": [
7988 "MIT"
7989 ],
7990 "authors": [
7991 {
7992 "name": "Chris Corbyn"
7993 },
7994 {
7995 "name": "Fabien Potencier",
7996 "email": "fabien@symfony.com"
7997 }
7998 ],
7999 "description": "Swiftmailer, free feature-rich PHP mailer",
8000 "homepage": "https://swiftmailer.symfony.com",
8001 "keywords": [
8002 "email",
8003 "mail",
8004 "mailer"
8005 ],
8006 "time": "2019-11-12T09:31:26+00:00"
8007 },
8008 {
8009 "name": "symfony/http-client",
8010 "version": "v4.4.2",
8011 "source": {
8012 "type": "git",
8013 "url": "https://github.com/symfony/http-client.git",
8014 "reference": "9ebfc77b5018a05226b38642def82746f3e2ce0f"
8015 },
8016 "dist": {
8017 "type": "zip",
8018 "url": "https://api.github.com/repos/symfony/http-client/zipball/9ebfc77b5018a05226b38642def82746f3e2ce0f",
8019 "reference": "9ebfc77b5018a05226b38642def82746f3e2ce0f",
8020 "shasum": ""
8021 },
8022 "require": {
8023 "php": "^7.1.3",
8024 "psr/log": "^1.0",
8025 "symfony/http-client-contracts": "^1.1.8|^2",
8026 "symfony/polyfill-php73": "^1.11",
8027 "symfony/service-contracts": "^1.0|^2"
8028 },
8029 "provide": {
8030 "php-http/async-client-implementation": "*",
8031 "php-http/client-implementation": "*",
8032 "psr/http-client-implementation": "1.0",
8033 "symfony/http-client-implementation": "1.1"
8034 },
8035 "require-dev": {
8036 "guzzlehttp/promises": "^1.3.1",
8037 "nyholm/psr7": "^1.0",
8038 "php-http/httplug": "^1.0|^2.0",
8039 "psr/http-client": "^1.0",
8040 "symfony/dependency-injection": "^4.3|^5.0",
8041 "symfony/http-kernel": "^4.4",
8042 "symfony/process": "^4.2|^5.0"
8043 },
8044 "type": "library",
8045 "extra": {
8046 "branch-alias": {
8047 "dev-master": "4.4-dev"
8048 }
8049 },
8050 "autoload": {
8051 "psr-4": {
8052 "Symfony\\Component\\HttpClient\\": ""
8053 },
8054 "exclude-from-classmap": [
8055 "/Tests/"
8056 ]
8057 },
8058 "notification-url": "https://packagist.org/downloads/",
8059 "license": [
8060 "MIT"
8061 ],
8062 "authors": [
8063 {
8064 "name": "Nicolas Grekas",
8065 "email": "p@tchwork.com"
8066 },
8067 {
8068 "name": "Symfony Community",
8069 "homepage": "https://symfony.com/contributors"
8070 }
8071 ],
8072 "description": "Symfony HttpClient component",
8073 "homepage": "https://symfony.com",
8074 "time": "2019-12-19T15:57:49+00:00"
8075 },
8076 {
8077 "name": "symfony/http-client-contracts",
8078 "version": "v1.1.8",
8079 "source": {
8080 "type": "git",
8081 "url": "https://github.com/symfony/http-client-contracts.git",
8082 "reference": "088bae75cfa2ec5eb6d33dce17dbd8613150ce6e"
8083 },
8084 "dist": {
8085 "type": "zip",
8086 "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/088bae75cfa2ec5eb6d33dce17dbd8613150ce6e",
8087 "reference": "088bae75cfa2ec5eb6d33dce17dbd8613150ce6e",
8088 "shasum": ""
8089 },
8090 "require": {
8091 "php": "^7.1.3"
8092 },
8093 "suggest": {
8094 "symfony/http-client-implementation": ""
8095 },
8096 "type": "library",
8097 "extra": {
8098 "branch-alias": {
8099 "dev-master": "1.1-dev"
8100 }
8101 },
8102 "autoload": {
8103 "psr-4": {
8104 "Symfony\\Contracts\\HttpClient\\": ""
8105 }
8106 },
8107 "notification-url": "https://packagist.org/downloads/",
8108 "license": [
8109 "MIT"
8110 ],
8111 "authors": [
8112 {
8113 "name": "Nicolas Grekas",
8114 "email": "p@tchwork.com"
8115 },
8116 {
8117 "name": "Symfony Community",
8118 "homepage": "https://symfony.com/contributors"
8119 }
8120 ],
8121 "description": "Generic abstractions related to HTTP clients",
8122 "homepage": "https://symfony.com",
8123 "keywords": [
8124 "abstractions",
8125 "contracts",
8126 "decoupling",
8127 "interfaces",
8128 "interoperability",
8129 "standards"
8130 ],
8131 "time": "2019-11-07T12:44:51+00:00"
8132 },
8133 {
8134 "name": "symfony/mime",
8135 "version": "v4.4.2",
8136 "source": {
8137 "type": "git",
8138 "url": "https://github.com/symfony/mime.git",
8139 "reference": "010cc488e56cafe5f7494dea70aea93100c234df"
8140 },
8141 "dist": {
8142 "type": "zip",
8143 "url": "https://api.github.com/repos/symfony/mime/zipball/010cc488e56cafe5f7494dea70aea93100c234df",
8144 "reference": "010cc488e56cafe5f7494dea70aea93100c234df",
8145 "shasum": ""
8146 },
8147 "require": {
8148 "php": "^7.1.3",
8149 "symfony/polyfill-intl-idn": "^1.10",
8150 "symfony/polyfill-mbstring": "^1.0"
8151 },
8152 "conflict": {
8153 "symfony/mailer": "<4.4"
8154 },
8155 "require-dev": {
8156 "egulias/email-validator": "^2.1.10",
8157 "symfony/dependency-injection": "^3.4|^4.1|^5.0"
8158 },
8159 "type": "library",
8160 "extra": {
8161 "branch-alias": {
8162 "dev-master": "4.4-dev"
8163 }
8164 },
8165 "autoload": {
8166 "psr-4": {
8167 "Symfony\\Component\\Mime\\": ""
8168 },
8169 "exclude-from-classmap": [
8170 "/Tests/"
8171 ]
8172 },
8173 "notification-url": "https://packagist.org/downloads/",
8174 "license": [
8175 "MIT"
8176 ],
8177 "authors": [
8178 {
8179 "name": "Fabien Potencier",
8180 "email": "fabien@symfony.com"
8181 },
8182 {
8183 "name": "Symfony Community",
8184 "homepage": "https://symfony.com/contributors"
8185 }
8186 ],
8187 "description": "A library to manipulate MIME messages",
8188 "homepage": "https://symfony.com",
8189 "keywords": [
8190 "mime",
8191 "mime-type"
8192 ],
8193 "time": "2019-11-30T08:27:26+00:00"
8194 },
8195 {
8196 "name": "symfony/monolog-bundle",
8197 "version": "v3.5.0",
8198 "source": {
8199 "type": "git",
8200 "url": "https://github.com/symfony/monolog-bundle.git",
8201 "reference": "dd80460fcfe1fa2050a7103ad818e9d0686ce6fd"
8202 },
8203 "dist": {
8204 "type": "zip",
8205 "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/dd80460fcfe1fa2050a7103ad818e9d0686ce6fd",
8206 "reference": "dd80460fcfe1fa2050a7103ad818e9d0686ce6fd",
8207 "shasum": ""
8208 },
8209 "require": {
8210 "monolog/monolog": "~1.22 || ~2.0",
8211 "php": ">=5.6",
8212 "symfony/config": "~3.4 || ~4.0 || ^5.0",
8213 "symfony/dependency-injection": "~3.4.10 || ^4.0.10 || ^5.0",
8214 "symfony/http-kernel": "~3.4 || ~4.0 || ^5.0",
8215 "symfony/monolog-bridge": "~3.4 || ~4.0 || ^5.0"
8216 },
8217 "require-dev": {
8218 "symfony/console": "~3.4 || ~4.0 || ^5.0",
8219 "symfony/phpunit-bridge": "^3.4.19 || ^4.0 || ^5.0",
8220 "symfony/yaml": "~3.4 || ~4.0 || ^5.0"
8221 },
8222 "type": "symfony-bundle",
8223 "extra": {
8224 "branch-alias": {
8225 "dev-master": "3.x-dev"
8226 }
8227 },
8228 "autoload": {
8229 "psr-4": {
8230 "Symfony\\Bundle\\MonologBundle\\": ""
8231 },
8232 "exclude-from-classmap": [
8233 "/Tests/"
8234 ]
8235 },
8236 "notification-url": "https://packagist.org/downloads/",
8237 "license": [
8238 "MIT"
8239 ],
8240 "authors": [
8241 {
8242 "name": "Fabien Potencier",
8243 "email": "fabien@symfony.com"
8244 },
8245 {
8246 "name": "Symfony Community",
8247 "homepage": "http://symfony.com/contributors"
8248 }
8249 ],
8250 "description": "Symfony MonologBundle",
8251 "homepage": "http://symfony.com",
8252 "keywords": [
8253 "log",
8254 "logging"
8255 ],
8256 "time": "2019-11-13T13:11:14+00:00"
8257 },
8258 {
8259 "name": "symfony/polyfill-apcu",
8260 "version": "v1.15.0",
8261 "source": {
8262 "type": "git",
8263 "url": "https://github.com/symfony/polyfill-apcu.git",
8264 "reference": "d6b5c4ac62cd4ed622e583d027ae684de2d3c4bd"
8265 },
8266 "dist": {
8267 "type": "zip",
8268 "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/d6b5c4ac62cd4ed622e583d027ae684de2d3c4bd",
8269 "reference": "d6b5c4ac62cd4ed622e583d027ae684de2d3c4bd",
8270 "shasum": ""
8271 },
8272 "require": {
8273 "php": ">=5.3.3"
8274 },
8275 "type": "library",
8276 "extra": {
8277 "branch-alias": {
8278 "dev-master": "1.15-dev"
8279 }
8280 },
8281 "autoload": {
8282 "psr-4": {
8283 "Symfony\\Polyfill\\Apcu\\": ""
8284 },
8285 "files": [
8286 "bootstrap.php"
8287 ]
8288 },
8289 "notification-url": "https://packagist.org/downloads/",
8290 "license": [
8291 "MIT"
8292 ],
8293 "authors": [
8294 {
8295 "name": "Nicolas Grekas",
8296 "email": "p@tchwork.com"
8297 },
8298 {
8299 "name": "Symfony Community",
8300 "homepage": "https://symfony.com/contributors"
8301 }
8302 ],
8303 "description": "Symfony polyfill backporting apcu_* functions to lower PHP versions",
8304 "homepage": "https://symfony.com",
8305 "keywords": [
8306 "apcu",
8307 "compatibility",
8308 "polyfill",
8309 "portable",
8310 "shim"
8311 ],
8312 "time": "2020-02-27T09:26:54+00:00"
8313 },
8314 {
8315 "name": "symfony/polyfill-ctype",
8316 "version": "v1.15.0",
8317 "source": {
8318 "type": "git",
8319 "url": "https://github.com/symfony/polyfill-ctype.git",
8320 "reference": "4719fa9c18b0464d399f1a63bf624b42b6fa8d14"
8321 },
8322 "dist": {
8323 "type": "zip",
8324 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/4719fa9c18b0464d399f1a63bf624b42b6fa8d14",
8325 "reference": "4719fa9c18b0464d399f1a63bf624b42b6fa8d14",
8326 "shasum": ""
8327 },
8328 "require": {
8329 "php": ">=5.3.3"
8330 },
8331 "suggest": {
8332 "ext-ctype": "For best performance"
8333 },
8334 "type": "library",
8335 "extra": {
8336 "branch-alias": {
8337 "dev-master": "1.15-dev"
8338 }
8339 },
8340 "autoload": {
8341 "psr-4": {
8342 "Symfony\\Polyfill\\Ctype\\": ""
8343 },
8344 "files": [
8345 "bootstrap.php"
8346 ]
8347 },
8348 "notification-url": "https://packagist.org/downloads/",
8349 "license": [
8350 "MIT"
8351 ],
8352 "authors": [
8353 {
8354 "name": "Gert de Pagter",
8355 "email": "BackEndTea@gmail.com"
8356 },
8357 {
8358 "name": "Symfony Community",
8359 "homepage": "https://symfony.com/contributors"
8360 }
8361 ],
8362 "description": "Symfony polyfill for ctype functions",
8363 "homepage": "https://symfony.com",
8364 "keywords": [
8365 "compatibility",
8366 "ctype",
8367 "polyfill",
8368 "portable"
8369 ],
8370 "time": "2020-02-27T09:26:54+00:00"
8371 },
8372 {
8373 "name": "symfony/polyfill-iconv",
8374 "version": "v1.13.1",
8375 "source": {
8376 "type": "git",
8377 "url": "https://github.com/symfony/polyfill-iconv.git",
8378 "reference": "a019efccc03f1a335af6b4f20c30f5ea8060be36"
8379 },
8380 "dist": {
8381 "type": "zip",
8382 "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/a019efccc03f1a335af6b4f20c30f5ea8060be36",
8383 "reference": "a019efccc03f1a335af6b4f20c30f5ea8060be36",
8384 "shasum": ""
8385 },
8386 "require": {
8387 "php": ">=5.3.3"
8388 },
8389 "suggest": {
8390 "ext-iconv": "For best performance"
8391 },
8392 "type": "library",
8393 "extra": {
8394 "branch-alias": {
8395 "dev-master": "1.13-dev"
8396 }
8397 },
8398 "autoload": {
8399 "psr-4": {
8400 "Symfony\\Polyfill\\Iconv\\": ""
8401 },
8402 "files": [
8403 "bootstrap.php"
8404 ]
8405 },
8406 "notification-url": "https://packagist.org/downloads/",
8407 "license": [
8408 "MIT"
8409 ],
8410 "authors": [
8411 {
8412 "name": "Nicolas Grekas",
8413 "email": "p@tchwork.com"
8414 },
8415 {
8416 "name": "Symfony Community",
8417 "homepage": "https://symfony.com/contributors"
8418 }
8419 ],
8420 "description": "Symfony polyfill for the Iconv extension",
8421 "homepage": "https://symfony.com",
8422 "keywords": [
8423 "compatibility",
8424 "iconv",
8425 "polyfill",
8426 "portable",
8427 "shim"
8428 ],
8429 "time": "2019-11-27T13:56:44+00:00"
8430 },
8431 {
8432 "name": "symfony/polyfill-intl-icu",
8433 "version": "v1.15.0",
8434 "source": {
8435 "type": "git",
8436 "url": "https://github.com/symfony/polyfill-intl-icu.git",
8437 "reference": "9c281272735eb66476e0fa7381e03fb0d4b60197"
8438 },
8439 "dist": {
8440 "type": "zip",
8441 "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/9c281272735eb66476e0fa7381e03fb0d4b60197",
8442 "reference": "9c281272735eb66476e0fa7381e03fb0d4b60197",
8443 "shasum": ""
8444 },
8445 "require": {
8446 "php": ">=5.3.3",
8447 "symfony/intl": "~2.3|~3.0|~4.0|~5.0"
8448 },
8449 "suggest": {
8450 "ext-intl": "For best performance"
8451 },
8452 "type": "library",
8453 "extra": {
8454 "branch-alias": {
8455 "dev-master": "1.15-dev"
8456 }
8457 },
8458 "autoload": {
8459 "files": [
8460 "bootstrap.php"
8461 ]
8462 },
8463 "notification-url": "https://packagist.org/downloads/",
8464 "license": [
8465 "MIT"
8466 ],
8467 "authors": [
8468 {
8469 "name": "Nicolas Grekas",
8470 "email": "p@tchwork.com"
8471 },
8472 {
8473 "name": "Symfony Community",
8474 "homepage": "https://symfony.com/contributors"
8475 }
8476 ],
8477 "description": "Symfony polyfill for intl's ICU-related data and classes",
8478 "homepage": "https://symfony.com",
8479 "keywords": [
8480 "compatibility",
8481 "icu",
8482 "intl",
8483 "polyfill",
8484 "portable",
8485 "shim"
8486 ],
8487 "time": "2020-02-27T09:26:54+00:00"
8488 },
8489 {
8490 "name": "symfony/polyfill-intl-idn",
8491 "version": "v1.13.1",
8492 "source": {
8493 "type": "git",
8494 "url": "https://github.com/symfony/polyfill-intl-idn.git",
8495 "reference": "6f9c239e61e1b0c9229a28ff89a812dc449c3d46"
8496 },
8497 "dist": {
8498 "type": "zip",
8499 "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/6f9c239e61e1b0c9229a28ff89a812dc449c3d46",
8500 "reference": "6f9c239e61e1b0c9229a28ff89a812dc449c3d46",
8501 "shasum": ""
8502 },
8503 "require": {
8504 "php": ">=5.3.3",
8505 "symfony/polyfill-mbstring": "^1.3",
8506 "symfony/polyfill-php72": "^1.9"
8507 },
8508 "suggest": {
8509 "ext-intl": "For best performance"
8510 },
8511 "type": "library",
8512 "extra": {
8513 "branch-alias": {
8514 "dev-master": "1.13-dev"
8515 }
8516 },
8517 "autoload": {
8518 "psr-4": {
8519 "Symfony\\Polyfill\\Intl\\Idn\\": ""
8520 },
8521 "files": [
8522 "bootstrap.php"
8523 ]
8524 },
8525 "notification-url": "https://packagist.org/downloads/",
8526 "license": [
8527 "MIT"
8528 ],
8529 "authors": [
8530 {
8531 "name": "Laurent Bassin",
8532 "email": "laurent@bassin.info"
8533 },
8534 {
8535 "name": "Symfony Community",
8536 "homepage": "https://symfony.com/contributors"
8537 }
8538 ],
8539 "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
8540 "homepage": "https://symfony.com",
8541 "keywords": [
8542 "compatibility",
8543 "idn",
8544 "intl",
8545 "polyfill",
8546 "portable",
8547 "shim"
8548 ],
8549 "time": "2019-11-27T13:56:44+00:00"
8550 },
8551 {
8552 "name": "symfony/polyfill-mbstring",
8553 "version": "v1.15.0",
8554 "source": {
8555 "type": "git",
8556 "url": "https://github.com/symfony/polyfill-mbstring.git",
8557 "reference": "81ffd3a9c6d707be22e3012b827de1c9775fc5ac"
8558 },
8559 "dist": {
8560 "type": "zip",
8561 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/81ffd3a9c6d707be22e3012b827de1c9775fc5ac",
8562 "reference": "81ffd3a9c6d707be22e3012b827de1c9775fc5ac",
8563 "shasum": ""
8564 },
8565 "require": {
8566 "php": ">=5.3.3"
8567 },
8568 "suggest": {
8569 "ext-mbstring": "For best performance"
8570 },
8571 "type": "library",
8572 "extra": {
8573 "branch-alias": {
8574 "dev-master": "1.15-dev"
8575 }
8576 },
8577 "autoload": {
8578 "psr-4": {
8579 "Symfony\\Polyfill\\Mbstring\\": ""
8580 },
8581 "files": [
8582 "bootstrap.php"
8583 ]
8584 },
8585 "notification-url": "https://packagist.org/downloads/",
8586 "license": [
8587 "MIT"
8588 ],
8589 "authors": [
8590 {
8591 "name": "Nicolas Grekas",
8592 "email": "p@tchwork.com"
8593 },
8594 {
8595 "name": "Symfony Community",
8596 "homepage": "https://symfony.com/contributors"
8597 }
8598 ],
8599 "description": "Symfony polyfill for the Mbstring extension",
8600 "homepage": "https://symfony.com",
8601 "keywords": [
8602 "compatibility",
8603 "mbstring",
8604 "polyfill",
8605 "portable",
8606 "shim"
8607 ],
8608 "time": "2020-03-09T19:04:49+00:00"
8609 },
8610 {
8611 "name": "symfony/polyfill-php56",
8612 "version": "v1.15.0",
8613 "source": {
8614 "type": "git",
8615 "url": "https://github.com/symfony/polyfill-php56.git",
8616 "reference": "d51ec491c8ddceae7dca8dd6c7e30428f543f37d"
8617 },
8618 "dist": {
8619 "type": "zip",
8620 "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/d51ec491c8ddceae7dca8dd6c7e30428f543f37d",
8621 "reference": "d51ec491c8ddceae7dca8dd6c7e30428f543f37d",
8622 "shasum": ""
8623 },
8624 "require": {
8625 "php": ">=5.3.3",
8626 "symfony/polyfill-util": "~1.0"
8627 },
8628 "type": "library",
8629 "extra": {
8630 "branch-alias": {
8631 "dev-master": "1.15-dev"
8632 }
8633 },
8634 "autoload": {
8635 "psr-4": {
8636 "Symfony\\Polyfill\\Php56\\": ""
8637 },
8638 "files": [
8639 "bootstrap.php"
8640 ]
8641 },
8642 "notification-url": "https://packagist.org/downloads/",
8643 "license": [
8644 "MIT"
8645 ],
8646 "authors": [
8647 {
8648 "name": "Nicolas Grekas",
8649 "email": "p@tchwork.com"
8650 },
8651 {
8652 "name": "Symfony Community",
8653 "homepage": "https://symfony.com/contributors"
8654 }
8655 ],
8656 "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions",
8657 "homepage": "https://symfony.com",
8658 "keywords": [
8659 "compatibility",
8660 "polyfill",
8661 "portable",
8662 "shim"
8663 ],
8664 "time": "2020-03-09T19:04:49+00:00"
8665 },
8666 {
8667 "name": "symfony/polyfill-php70",
8668 "version": "v1.15.0",
8669 "source": {
8670 "type": "git",
8671 "url": "https://github.com/symfony/polyfill-php70.git",
8672 "reference": "2a18e37a489803559284416df58c71ccebe50bf0"
8673 },
8674 "dist": {
8675 "type": "zip",
8676 "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/2a18e37a489803559284416df58c71ccebe50bf0",
8677 "reference": "2a18e37a489803559284416df58c71ccebe50bf0",
8678 "shasum": ""
8679 },
8680 "require": {
8681 "paragonie/random_compat": "~1.0|~2.0|~9.99",
8682 "php": ">=5.3.3"
8683 },
8684 "type": "library",
8685 "extra": {
8686 "branch-alias": {
8687 "dev-master": "1.15-dev"
8688 }
8689 },
8690 "autoload": {
8691 "psr-4": {
8692 "Symfony\\Polyfill\\Php70\\": ""
8693 },
8694 "files": [
8695 "bootstrap.php"
8696 ],
8697 "classmap": [
8698 "Resources/stubs"
8699 ]
8700 },
8701 "notification-url": "https://packagist.org/downloads/",
8702 "license": [
8703 "MIT"
8704 ],
8705 "authors": [
8706 {
8707 "name": "Nicolas Grekas",
8708 "email": "p@tchwork.com"
8709 },
8710 {
8711 "name": "Symfony Community",
8712 "homepage": "https://symfony.com/contributors"
8713 }
8714 ],
8715 "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
8716 "homepage": "https://symfony.com",
8717 "keywords": [
8718 "compatibility",
8719 "polyfill",
8720 "portable",
8721 "shim"
8722 ],
8723 "time": "2020-02-27T09:26:54+00:00"
8724 },
8725 {
8726 "name": "symfony/polyfill-php72",
8727 "version": "v1.15.0",
8728 "source": {
8729 "type": "git",
8730 "url": "https://github.com/symfony/polyfill-php72.git",
8731 "reference": "37b0976c78b94856543260ce09b460a7bc852747"
8732 },
8733 "dist": {
8734 "type": "zip",
8735 "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/37b0976c78b94856543260ce09b460a7bc852747",
8736 "reference": "37b0976c78b94856543260ce09b460a7bc852747",
8737 "shasum": ""
8738 },
8739 "require": {
8740 "php": ">=5.3.3"
8741 },
8742 "type": "library",
8743 "extra": {
8744 "branch-alias": {
8745 "dev-master": "1.15-dev"
8746 }
8747 },
8748 "autoload": {
8749 "psr-4": {
8750 "Symfony\\Polyfill\\Php72\\": ""
8751 },
8752 "files": [
8753 "bootstrap.php"
8754 ]
8755 },
8756 "notification-url": "https://packagist.org/downloads/",
8757 "license": [
8758 "MIT"
8759 ],
8760 "authors": [
8761 {
8762 "name": "Nicolas Grekas",
8763 "email": "p@tchwork.com"
8764 },
8765 {
8766 "name": "Symfony Community",
8767 "homepage": "https://symfony.com/contributors"
8768 }
8769 ],
8770 "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
8771 "homepage": "https://symfony.com",
8772 "keywords": [
8773 "compatibility",
8774 "polyfill",
8775 "portable",
8776 "shim"
8777 ],
8778 "time": "2020-02-27T09:26:54+00:00"
8779 },
8780 {
8781 "name": "symfony/polyfill-php73",
8782 "version": "v1.13.1",
8783 "source": {
8784 "type": "git",
8785 "url": "https://github.com/symfony/polyfill-php73.git",
8786 "reference": "4b0e2222c55a25b4541305a053013d5647d3a25f"
8787 },
8788 "dist": {
8789 "type": "zip",
8790 "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/4b0e2222c55a25b4541305a053013d5647d3a25f",
8791 "reference": "4b0e2222c55a25b4541305a053013d5647d3a25f",
8792 "shasum": ""
8793 },
8794 "require": {
8795 "php": ">=5.3.3"
8796 },
8797 "type": "library",
8798 "extra": {
8799 "branch-alias": {
8800 "dev-master": "1.13-dev"
8801 }
8802 },
8803 "autoload": {
8804 "psr-4": {
8805 "Symfony\\Polyfill\\Php73\\": ""
8806 },
8807 "files": [
8808 "bootstrap.php"
8809 ],
8810 "classmap": [
8811 "Resources/stubs"
8812 ]
8813 },
8814 "notification-url": "https://packagist.org/downloads/",
8815 "license": [
8816 "MIT"
8817 ],
8818 "authors": [
8819 {
8820 "name": "Nicolas Grekas",
8821 "email": "p@tchwork.com"
8822 },
8823 {
8824 "name": "Symfony Community",
8825 "homepage": "https://symfony.com/contributors"
8826 }
8827 ],
8828 "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
8829 "homepage": "https://symfony.com",
8830 "keywords": [
8831 "compatibility",
8832 "polyfill",
8833 "portable",
8834 "shim"
8835 ],
8836 "time": "2019-11-27T16:25:15+00:00"
8837 },
8838 {
8839 "name": "symfony/polyfill-util",
8840 "version": "v1.15.0",
8841 "source": {
8842 "type": "git",
8843 "url": "https://github.com/symfony/polyfill-util.git",
8844 "reference": "d8e76c104127675d0ea3df3be0f2ae24a8619027"
8845 },
8846 "dist": {
8847 "type": "zip",
8848 "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/d8e76c104127675d0ea3df3be0f2ae24a8619027",
8849 "reference": "d8e76c104127675d0ea3df3be0f2ae24a8619027",
8850 "shasum": ""
8851 },
8852 "require": {
8853 "php": ">=5.3.3"
8854 },
8855 "type": "library",
8856 "extra": {
8857 "branch-alias": {
8858 "dev-master": "1.15-dev"
8859 }
8860 },
8861 "autoload": {
8862 "psr-4": {
8863 "Symfony\\Polyfill\\Util\\": ""
8864 }
8865 },
8866 "notification-url": "https://packagist.org/downloads/",
8867 "license": [
8868 "MIT"
8869 ],
8870 "authors": [
8871 {
8872 "name": "Nicolas Grekas",
8873 "email": "p@tchwork.com"
8874 },
8875 {
8876 "name": "Symfony Community",
8877 "homepage": "https://symfony.com/contributors"
8878 }
8879 ],
8880 "description": "Symfony utilities for portability of PHP codes",
8881 "homepage": "https://symfony.com",
8882 "keywords": [
8883 "compat",
8884 "compatibility",
8885 "polyfill",
8886 "shim"
8887 ],
8888 "time": "2020-03-02T11:55:35+00:00"
8889 },
8890 {
8891 "name": "symfony/service-contracts",
8892 "version": "v1.1.8",
8893 "source": {
8894 "type": "git",
8895 "url": "https://github.com/symfony/service-contracts.git",
8896 "reference": "ffc7f5692092df31515df2a5ecf3b7302b3ddacf"
8897 },
8898 "dist": {
8899 "type": "zip",
8900 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/ffc7f5692092df31515df2a5ecf3b7302b3ddacf",
8901 "reference": "ffc7f5692092df31515df2a5ecf3b7302b3ddacf",
8902 "shasum": ""
8903 },
8904 "require": {
8905 "php": "^7.1.3",
8906 "psr/container": "^1.0"
8907 },
8908 "suggest": {
8909 "symfony/service-implementation": ""
8910 },
8911 "type": "library",
8912 "extra": {
8913 "branch-alias": {
8914 "dev-master": "1.1-dev"
8915 }
8916 },
8917 "autoload": {
8918 "psr-4": {
8919 "Symfony\\Contracts\\Service\\": ""
8920 }
8921 },
8922 "notification-url": "https://packagist.org/downloads/",
8923 "license": [
8924 "MIT"
8925 ],
8926 "authors": [
8927 {
8928 "name": "Nicolas Grekas",
8929 "email": "p@tchwork.com"
8930 },
8931 {
8932 "name": "Symfony Community",
8933 "homepage": "https://symfony.com/contributors"
8934 }
8935 ],
8936 "description": "Generic abstractions related to writing services",
8937 "homepage": "https://symfony.com",
8938 "keywords": [
8939 "abstractions",
8940 "contracts",
8941 "decoupling",
8942 "interfaces",
8943 "interoperability",
8944 "standards"
8945 ],
8946 "time": "2019-10-14T12:27:06+00:00"
8947 },
8948 {
8949 "name": "symfony/swiftmailer-bundle",
8950 "version": "v3.3.1",
8951 "source": {
8952 "type": "git",
8953 "url": "https://github.com/symfony/swiftmailer-bundle.git",
8954 "reference": "defa9bdfc0191ed70b389cb93c550c6c82cf1745"
8955 },
8956 "dist": {
8957 "type": "zip",
8958 "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/defa9bdfc0191ed70b389cb93c550c6c82cf1745",
8959 "reference": "defa9bdfc0191ed70b389cb93c550c6c82cf1745",
8960 "shasum": ""
8961 },
8962 "require": {
8963 "php": ">=7.0.0",
8964 "swiftmailer/swiftmailer": "^6.1.3",
8965 "symfony/config": "^3.4|^4.0|^5.0",
8966 "symfony/dependency-injection": "^3.4|^4.0|^5.0",
8967 "symfony/http-kernel": "^3.4|^4.0|^5.0"
8968 },
8969 "conflict": {
8970 "twig/twig": "<1.41|<2.10"
8971 },
8972 "require-dev": {
8973 "symfony/console": "^3.4|^4.0|^5.0",
8974 "symfony/framework-bundle": "^3.4|^4.0|^5.0",
8975 "symfony/phpunit-bridge": "^3.4.32|^4.3.5|^5.0",
8976 "symfony/yaml": "^3.4|^4.0|^5.0"
8977 },
8978 "suggest": {
8979 "psr/log": "Allows logging"
8980 },
8981 "type": "symfony-bundle",
8982 "extra": {
8983 "branch-alias": {
8984 "dev-master": "3.3-dev"
8985 }
8986 },
8987 "autoload": {
8988 "psr-4": {
8989 "Symfony\\Bundle\\SwiftmailerBundle\\": ""
8990 },
8991 "exclude-from-classmap": [
8992 "/Tests/"
8993 ]
8994 },
8995 "notification-url": "https://packagist.org/downloads/",
8996 "license": [
8997 "MIT"
8998 ],
8999 "authors": [
9000 {
9001 "name": "Fabien Potencier",
9002 "email": "fabien@symfony.com"
9003 },
9004 {
9005 "name": "Symfony Community",
9006 "homepage": "http://symfony.com/contributors"
9007 }
9008 ],
9009 "description": "Symfony SwiftmailerBundle",
9010 "homepage": "http://symfony.com",
9011 "time": "2019-11-07T21:01:35+00:00"
9012 },
9013 {
9014 "name": "symfony/symfony",
9015 "version": "v3.4.40",
9016 "source": {
9017 "type": "git",
9018 "url": "https://github.com/symfony/symfony.git",
9019 "reference": "ad6f8608e92b548e5695f9213a81d14c2ef274b5"
9020 },
9021 "dist": {
9022 "type": "zip",
9023 "url": "https://api.github.com/repos/symfony/symfony/zipball/ad6f8608e92b548e5695f9213a81d14c2ef274b5",
9024 "reference": "ad6f8608e92b548e5695f9213a81d14c2ef274b5",
9025 "shasum": ""
9026 },
9027 "require": {
9028 "doctrine/common": "~2.4",
9029 "ext-xml": "*",
9030 "fig/link-util": "^1.0",
9031 "php": "^5.5.9|>=7.0.8",
9032 "psr/cache": "~1.0",
9033 "psr/container": "^1.0",
9034 "psr/link": "^1.0",
9035 "psr/log": "~1.0",
9036 "psr/simple-cache": "^1.0",
9037 "symfony/polyfill-apcu": "~1.1",
9038 "symfony/polyfill-ctype": "~1.8",
9039 "symfony/polyfill-intl-icu": "~1.0",
9040 "symfony/polyfill-mbstring": "~1.0",
9041 "symfony/polyfill-php56": "~1.0",
9042 "symfony/polyfill-php70": "~1.6",
9043 "twig/twig": "^1.41|^2.10"
9044 },
9045 "conflict": {
9046 "monolog/monolog": ">=2",
9047 "phpdocumentor/reflection-docblock": "<3.0||>=3.2.0,<3.2.2",
9048 "phpdocumentor/type-resolver": "<0.3.0",
9049 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
9050 },
9051 "provide": {
9052 "psr/cache-implementation": "1.0",
9053 "psr/container-implementation": "1.0",
9054 "psr/log-implementation": "1.0",
9055 "psr/simple-cache-implementation": "1.0"
9056 },
9057 "replace": {
9058 "symfony/asset": "self.version",
9059 "symfony/browser-kit": "self.version",
9060 "symfony/cache": "self.version",
9061 "symfony/class-loader": "self.version",
9062 "symfony/config": "self.version",
9063 "symfony/console": "self.version",
9064 "symfony/css-selector": "self.version",
9065 "symfony/debug": "self.version",
9066 "symfony/debug-bundle": "self.version",
9067 "symfony/dependency-injection": "self.version",
9068 "symfony/doctrine-bridge": "self.version",
9069 "symfony/dom-crawler": "self.version",
9070 "symfony/dotenv": "self.version",
9071 "symfony/event-dispatcher": "self.version",
9072 "symfony/expression-language": "self.version",
9073 "symfony/filesystem": "self.version",
9074 "symfony/finder": "self.version",
9075 "symfony/form": "self.version",
9076 "symfony/framework-bundle": "self.version",
9077 "symfony/http-foundation": "self.version",
9078 "symfony/http-kernel": "self.version",
9079 "symfony/inflector": "self.version",
9080 "symfony/intl": "self.version",
9081 "symfony/ldap": "self.version",
9082 "symfony/lock": "self.version",
9083 "symfony/monolog-bridge": "self.version",
9084 "symfony/options-resolver": "self.version",
9085 "symfony/process": "self.version",
9086 "symfony/property-access": "self.version",
9087 "symfony/property-info": "self.version",
9088 "symfony/proxy-manager-bridge": "self.version",
9089 "symfony/routing": "self.version",
9090 "symfony/security": "self.version",
9091 "symfony/security-bundle": "self.version",
9092 "symfony/security-core": "self.version",
9093 "symfony/security-csrf": "self.version",
9094 "symfony/security-guard": "self.version",
9095 "symfony/security-http": "self.version",
9096 "symfony/serializer": "self.version",
9097 "symfony/stopwatch": "self.version",
9098 "symfony/templating": "self.version",
9099 "symfony/translation": "self.version",
9100 "symfony/twig-bridge": "self.version",
9101 "symfony/twig-bundle": "self.version",
9102 "symfony/validator": "self.version",
9103 "symfony/var-dumper": "self.version",
9104 "symfony/web-link": "self.version",
9105 "symfony/web-profiler-bundle": "self.version",
9106 "symfony/web-server-bundle": "self.version",
9107 "symfony/workflow": "self.version",
9108 "symfony/yaml": "self.version"
9109 },
9110 "require-dev": {
9111 "cache/integration-tests": "dev-master",
9112 "doctrine/annotations": "~1.0",
9113 "doctrine/cache": "~1.6",
9114 "doctrine/data-fixtures": "1.0.*",
9115 "doctrine/dbal": "~2.4",
9116 "doctrine/doctrine-bundle": "~1.4",
9117 "doctrine/orm": "~2.4,>=2.4.5",
9118 "egulias/email-validator": "~1.2,>=1.2.8|~2.0",
9119 "monolog/monolog": "~1.11",
9120 "ocramius/proxy-manager": "~0.4|~1.0|~2.0",
9121 "phpdocumentor/reflection-docblock": "^3.0|^4.0",
9122 "predis/predis": "~1.0",
9123 "symfony/phpunit-bridge": "^3.4.31|^4.3.4|~5.0",
9124 "symfony/security-acl": "~2.8|~3.0"
9125 },
9126 "type": "library",
9127 "extra": {
9128 "branch-alias": {
9129 "dev-master": "3.4-dev"
9130 }
9131 },
9132 "autoload": {
9133 "psr-4": {
9134 "Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/",
9135 "Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/",
9136 "Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/",
9137 "Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/",
9138 "Symfony\\Bundle\\": "src/Symfony/Bundle/",
9139 "Symfony\\Component\\": "src/Symfony/Component/"
9140 },
9141 "classmap": [
9142 "src/Symfony/Component/Intl/Resources/stubs"
9143 ],
9144 "exclude-from-classmap": [
9145 "**/Tests/"
9146 ]
9147 },
9148 "notification-url": "https://packagist.org/downloads/",
9149 "license": [
9150 "MIT"
9151 ],
9152 "authors": [
9153 {
9154 "name": "Fabien Potencier",
9155 "email": "fabien@symfony.com"
9156 },
9157 {
9158 "name": "Symfony Community",
9159 "homepage": "https://symfony.com/contributors"
9160 }
9161 ],
9162 "description": "The Symfony PHP framework",
9163 "homepage": "https://symfony.com",
9164 "keywords": [
9165 "framework"
9166 ],
9167 "time": "2020-04-28T17:41:57+00:00"
9168 },
9169 {
9170 "name": "tecnickcom/tcpdf",
9171 "version": "6.3.5",
9172 "source": {
9173 "type": "git",
9174 "url": "https://github.com/tecnickcom/TCPDF.git",
9175 "reference": "19a535eaa7fb1c1cac499109deeb1a7a201b4549"
9176 },
9177 "dist": {
9178 "type": "zip",
9179 "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/19a535eaa7fb1c1cac499109deeb1a7a201b4549",
9180 "reference": "19a535eaa7fb1c1cac499109deeb1a7a201b4549",
9181 "shasum": ""
9182 },
9183 "require": {
9184 "php": ">=5.3.0"
9185 },
9186 "type": "library",
9187 "autoload": {
9188 "classmap": [
9189 "config",
9190 "include",
9191 "tcpdf.php",
9192 "tcpdf_parser.php",
9193 "tcpdf_import.php",
9194 "tcpdf_barcodes_1d.php",
9195 "tcpdf_barcodes_2d.php",
9196 "include/tcpdf_colors.php",
9197 "include/tcpdf_filters.php",
9198 "include/tcpdf_font_data.php",
9199 "include/tcpdf_fonts.php",
9200 "include/tcpdf_images.php",
9201 "include/tcpdf_static.php",
9202 "include/barcodes/datamatrix.php",
9203 "include/barcodes/pdf417.php",
9204 "include/barcodes/qrcode.php"
9205 ]
9206 },
9207 "notification-url": "https://packagist.org/downloads/",
9208 "license": [
9209 "LGPL-3.0-only"
9210 ],
9211 "authors": [
9212 {
9213 "name": "Nicola Asuni",
9214 "email": "info@tecnick.com",
9215 "role": "lead"
9216 }
9217 ],
9218 "description": "TCPDF is a PHP class for generating PDF documents and barcodes.",
9219 "homepage": "http://www.tcpdf.org/",
9220 "keywords": [
9221 "PDFD32000-2008",
9222 "TCPDF",
9223 "barcodes",
9224 "datamatrix",
9225 "pdf",
9226 "pdf417",
9227 "qrcode"
9228 ],
9229 "time": "2020-02-14T14:20:12+00:00"
9230 },
9231 {
9232 "name": "true/punycode",
9233 "version": "v2.1.1",
9234 "source": {
9235 "type": "git",
9236 "url": "https://github.com/true/php-punycode.git",
9237 "reference": "a4d0c11a36dd7f4e7cd7096076cab6d3378a071e"
9238 },
9239 "dist": {
9240 "type": "zip",
9241 "url": "https://api.github.com/repos/true/php-punycode/zipball/a4d0c11a36dd7f4e7cd7096076cab6d3378a071e",
9242 "reference": "a4d0c11a36dd7f4e7cd7096076cab6d3378a071e",
9243 "shasum": ""
9244 },
9245 "require": {
9246 "php": ">=5.3.0",
9247 "symfony/polyfill-mbstring": "^1.3"
9248 },
9249 "require-dev": {
9250 "phpunit/phpunit": "~4.7",
9251 "squizlabs/php_codesniffer": "~2.0"
9252 },
9253 "type": "library",
9254 "autoload": {
9255 "psr-4": {
9256 "TrueBV\\": "src/"
9257 }
9258 },
9259 "notification-url": "https://packagist.org/downloads/",
9260 "license": [
9261 "MIT"
9262 ],
9263 "authors": [
9264 {
9265 "name": "Renan Gonçalves",
9266 "email": "renan.saddam@gmail.com"
9267 }
9268 ],
9269 "description": "A Bootstring encoding of Unicode for Internationalized Domain Names in Applications (IDNA)",
9270 "homepage": "https://github.com/true/php-punycode",
9271 "keywords": [
9272 "idna",
9273 "punycode"
9274 ],
9275 "time": "2016-11-16T10:37:54+00:00"
9276 },
9277 {
9278 "name": "twig/extensions",
9279 "version": "v1.5.4",
9280 "source": {
9281 "type": "git",
9282 "url": "https://github.com/twigphp/Twig-extensions.git",
9283 "reference": "57873c8b0c1be51caa47df2cdb824490beb16202"
9284 },
9285 "dist": {
9286 "type": "zip",
9287 "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/57873c8b0c1be51caa47df2cdb824490beb16202",
9288 "reference": "57873c8b0c1be51caa47df2cdb824490beb16202",
9289 "shasum": ""
9290 },
9291 "require": {
9292 "twig/twig": "^1.27|^2.0"
9293 },
9294 "require-dev": {
9295 "symfony/phpunit-bridge": "^3.4",
9296 "symfony/translation": "^2.7|^3.4"
9297 },
9298 "suggest": {
9299 "symfony/translation": "Allow the time_diff output to be translated"
9300 },
9301 "type": "library",
9302 "extra": {
9303 "branch-alias": {
9304 "dev-master": "1.5-dev"
9305 }
9306 },
9307 "autoload": {
9308 "psr-0": {
9309 "Twig_Extensions_": "lib/"
9310 },
9311 "psr-4": {
9312 "Twig\\Extensions\\": "src/"
9313 }
9314 },
9315 "notification-url": "https://packagist.org/downloads/",
9316 "license": [
9317 "MIT"
9318 ],
9319 "authors": [
9320 {
9321 "name": "Fabien Potencier",
9322 "email": "fabien@symfony.com"
9323 }
9324 ],
9325 "description": "Common additional features for Twig that do not directly belong in core",
9326 "keywords": [
9327 "i18n",
9328 "text"
9329 ],
9330 "time": "2018-12-05T18:34:18+00:00"
9331 },
9332 {
9333 "name": "twig/twig",
9334 "version": "v2.12.5",
9335 "source": {
9336 "type": "git",
9337 "url": "https://github.com/twigphp/Twig.git",
9338 "reference": "18772e0190734944277ee97a02a9a6c6555fcd94"
9339 },
9340 "dist": {
9341 "type": "zip",
9342 "url": "https://api.github.com/repos/twigphp/Twig/zipball/18772e0190734944277ee97a02a9a6c6555fcd94",
9343 "reference": "18772e0190734944277ee97a02a9a6c6555fcd94",
9344 "shasum": ""
9345 },
9346 "require": {
9347 "php": "^7.0",
9348 "symfony/polyfill-ctype": "^1.8",
9349 "symfony/polyfill-mbstring": "^1.3"
9350 },
9351 "require-dev": {
9352 "psr/container": "^1.0",
9353 "symfony/phpunit-bridge": "^4.4|^5.0"
9354 },
9355 "type": "library",
9356 "extra": {
9357 "branch-alias": {
9358 "dev-master": "2.12-dev"
9359 }
9360 },
9361 "autoload": {
9362 "psr-0": {
9363 "Twig_": "lib/"
9364 },
9365 "psr-4": {
9366 "Twig\\": "src/"
9367 }
9368 },
9369 "notification-url": "https://packagist.org/downloads/",
9370 "license": [
9371 "BSD-3-Clause"
9372 ],
9373 "authors": [
9374 {
9375 "name": "Fabien Potencier",
9376 "email": "fabien@symfony.com",
9377 "homepage": "http://fabien.potencier.org",
9378 "role": "Lead Developer"
9379 },
9380 {
9381 "name": "Twig Team",
9382 "role": "Contributors"
9383 },
9384 {
9385 "name": "Armin Ronacher",
9386 "email": "armin.ronacher@active-4.com",
9387 "role": "Project Founder"
9388 }
9389 ],
9390 "description": "Twig, the flexible, fast, and secure template language for PHP",
9391 "homepage": "https://twig.symfony.com",
9392 "keywords": [
9393 "templating"
9394 ],
9395 "time": "2020-02-11T15:31:23+00:00"
9396 },
9397 {
9398 "name": "wallabag/php-mobi",
9399 "version": "1.1.0",
9400 "source": {
9401 "type": "git",
9402 "url": "https://github.com/wallabag/php-mobi.git",
9403 "reference": "bfe9c18d038e5ca24664cfdab107a645ac57c9b5"
9404 },
9405 "dist": {
9406 "type": "zip",
9407 "url": "https://api.github.com/repos/wallabag/php-mobi/zipball/bfe9c18d038e5ca24664cfdab107a645ac57c9b5",
9408 "reference": "bfe9c18d038e5ca24664cfdab107a645ac57c9b5",
9409 "shasum": ""
9410 },
9411 "require": {
9412 "php": ">=5.3.0",
9413 "symfony/polyfill-mbstring": "^1.12"
9414 },
9415 "type": "library",
9416 "autoload": {
9417 "files": [
9418 "MOBIClass/MOBI.php"
9419 ]
9420 },
9421 "notification-url": "https://packagist.org/downloads/",
9422 "license": [
9423 "Apache-2.0"
9424 ],
9425 "authors": [
9426 {
9427 "name": "Sander Kromwijk",
9428 "email": "s.kromwijk@gmail.co",
9429 "role": "Original developer"
9430 },
9431 {
9432 "name": "Nicolas Lœuillet",
9433 "email": "nicolas@loeuillet.org",
9434 "homepage": "http://www.cdetc.fr"
9435 }
9436 ],
9437 "description": "A Mobipocket file (.mobi) creator in PHP.",
9438 "homepage": "https://github.com/wallabag/php-mobi",
9439 "time": "2019-08-08T12:26:23+00:00"
9440 },
9441 {
9442 "name": "wallabag/phpepub",
9443 "version": "4.0.7.2",
9444 "source": {
9445 "type": "git",
9446 "url": "https://github.com/wallabag/PHPePub.git",
9447 "reference": "ae4861e970fed1c6ae9ed85eefe03ac7c0113518"
9448 },
9449 "dist": {
9450 "type": "zip",
9451 "url": "https://api.github.com/repos/wallabag/PHPePub/zipball/ae4861e970fed1c6ae9ed85eefe03ac7c0113518",
9452 "reference": "ae4861e970fed1c6ae9ed85eefe03ac7c0113518",
9453 "shasum": ""
9454 },
9455 "require": {
9456 "grandt/phpresizegif": "~1.0.3",
9457 "grandt/relativepath": "~1.0.1",
9458 "masterminds/html5": "~2.3",
9459 "php": ">=5.3.0",
9460 "phpzip/phpzip": "~2.0.7"
9461 },
9462 "type": "library",
9463 "autoload": {
9464 "psr-4": {
9465 "PHPePub\\": "src/PHPePub"
9466 },
9467 "classmap": [
9468 "src/lib.uuid.php"
9469 ]
9470 },
9471 "notification-url": "https://packagist.org/downloads/",
9472 "license": [
9473 "LGPL-2.1"
9474 ],
9475 "authors": [
9476 {
9477 "name": "A. Grandt",
9478 "email": "php@grandt.com",
9479 "homepage": "http://grandt.com",
9480 "role": "Developer"
9481 },
9482 {
9483 "name": "An, Hyeong-woo",
9484 "email": "mail@mytory.net",
9485 "homepage": "https://mytory.net",
9486 "role": "Contributor"
9487 },
9488 {
9489 "name": "Daniel Berthereau",
9490 "email": "daniel.composer@berthereau.net",
9491 "role": "Contributor"
9492 },
9493 {
9494 "name": "Kevin Decherf",
9495 "homepage": "https://kdecherf.com",
9496 "role": "Contributor"
9497 }
9498 ],
9499 "description": "Package to create and stream e-books in the ePub 2.0 and 3.0 formats.",
9500 "homepage": "https://github.com/wallabag/PHPePub",
9501 "keywords": [
9502 "e-book",
9503 "epub"
9504 ],
9505 "time": "2020-03-22T16:24:31+00:00"
9506 },
9507 {
9508 "name": "white-october/pagerfanta-bundle",
9509 "version": "v1.3.2",
9510 "source": {
9511 "type": "git",
9512 "url": "https://github.com/whiteoctober/WhiteOctoberPagerfantaBundle.git",
9513 "reference": "6df560869b5e09a3acf920890ab40598998b30ae"
9514 },
9515 "dist": {
9516 "type": "zip",
9517 "url": "https://api.github.com/repos/whiteoctober/WhiteOctoberPagerfantaBundle/zipball/6df560869b5e09a3acf920890ab40598998b30ae",
9518 "reference": "6df560869b5e09a3acf920890ab40598998b30ae",
9519 "shasum": ""
9520 },
9521 "require": {
9522 "pagerfanta/pagerfanta": "^1.1.0|^2.0.0",
9523 "php": ">=5.3.3",
9524 "symfony/framework-bundle": "~2.3|~3.0|~4.0",
9525 "symfony/property-access": "~2.3|~3.0|~4.0",
9526 "symfony/translation": "~2.3|~3.0|~4.0",
9527 "symfony/twig-bundle": "~2.3|~3.0|~4.0"
9528 },
9529 "conflict": {
9530 "twig/twig": "<1.34|>=2.0,<2.4"
9531 },
9532 "require-dev": {
9533 "phpunit/phpunit": "~3.7|~4.0|^5.0",
9534 "symfony/symfony": "~2.3|~3.0|~4.0"
9535 },
9536 "type": "symfony-bundle",
9537 "extra": {
9538 "branch-alias": {
9539 "dev-master": "1.0.x-dev"
9540 }
9541 },
9542 "autoload": {
9543 "psr-4": {
9544 "WhiteOctober\\PagerfantaBundle\\": ""
9545 },
9546 "exclude-from-classmap": [
9547 "Tests/",
9548 "TestsProject/"
9549 ]
9550 },
9551 "notification-url": "https://packagist.org/downloads/",
9552 "license": [
9553 "MIT"
9554 ],
9555 "authors": [
9556 {
9557 "name": "Pablo Díez",
9558 "email": "pablodip@gmail.com"
9559 }
9560 ],
9561 "description": "Bundle to use Pagerfanta with Symfony2",
9562 "keywords": [
9563 "page",
9564 "paging"
9565 ],
9566 "time": "2019-12-02T14:19:37+00:00"
9567 },
9568 {
9569 "name": "willdurand/hateoas",
9570 "version": "2.12.0",
9571 "source": {
9572 "type": "git",
9573 "url": "https://github.com/willdurand/Hateoas.git",
9574 "reference": "71b1af62b398dc9a870ac0b16c84bdc23a76a5c5"
9575 },
9576 "dist": {
9577 "type": "zip",
9578 "url": "https://api.github.com/repos/willdurand/Hateoas/zipball/71b1af62b398dc9a870ac0b16c84bdc23a76a5c5",
9579 "reference": "71b1af62b398dc9a870ac0b16c84bdc23a76a5c5",
9580 "shasum": ""
9581 },
9582 "require": {
9583 "doctrine/annotations": "~1.0",
9584 "doctrine/common": "~2.0",
9585 "jms/metadata": "~1.1",
9586 "jms/serializer": "^1.7",
9587 "php": "^5.5|^7.0",
9588 "phpoption/phpoption": ">=1.1.0,<2.0-dev",
9589 "symfony/expression-language": "~2.4 || ~3.0 || ~4.0"
9590 },
9591 "require-dev": {
9592 "pagerfanta/pagerfanta": "~1.0",
9593 "phpunit/phpunit": "~5",
9594 "symfony/dependency-injection": "~2.4 || ~3.0 || ~4.0",
9595 "symfony/routing": "~2.4 || ~3.0 || ~4.0",
9596 "symfony/yaml": "~2.4 || ~3.0 || ~4.0",
9597 "twig/twig": "~1.12"
9598 },
9599 "suggest": {
9600 "symfony/routing": "To use the SymfonyRouteFactory.",
9601 "symfony/yaml": "To use yaml based configuration.",
9602 "twig/twig": "To use the Twig extensions."
9603 },
9604 "type": "library",
9605 "extra": {
9606 "branch-alias": {
9607 "dev-master": "2.12-dev"
9608 }
9609 },
9610 "autoload": {
9611 "psr-0": {
9612 "Hateoas": "src/"
9613 }
9614 },
9615 "notification-url": "https://packagist.org/downloads/",
9616 "license": [
9617 "MIT"
9618 ],
9619 "authors": [
9620 {
9621 "name": "Adrien Brault",
9622 "email": "adrien.brault@gmail.com"
9623 },
9624 {
9625 "name": "William DURAND",
9626 "email": "william.durand1@gmail.com"
9627 }
9628 ],
9629 "description": "A PHP library to support implementing representations for HATEOAS REST web services",
9630 "time": "2018-02-23T17:05:31+00:00"
9631 },
9632 {
9633 "name": "willdurand/hateoas-bundle",
9634 "version": "1.4.0",
9635 "source": {
9636 "type": "git",
9637 "url": "https://github.com/willdurand/BazingaHateoasBundle.git",
9638 "reference": "d1f915fd4f8a7cd43a88a0ce97ffb28abe3a94fa"
9639 },
9640 "dist": {
9641 "type": "zip",
9642 "url": "https://api.github.com/repos/willdurand/BazingaHateoasBundle/zipball/d1f915fd4f8a7cd43a88a0ce97ffb28abe3a94fa",
9643 "reference": "d1f915fd4f8a7cd43a88a0ce97ffb28abe3a94fa",
9644 "shasum": ""
9645 },
9646 "require": {
9647 "jms/serializer-bundle": "~1.0 || ^2.0",
9648 "php": ">5.4 |^7.0",
9649 "symfony/framework-bundle": "~2.3 || ~3.0 || ~4.0",
9650 "willdurand/hateoas": "^2.10.0"
9651 },
9652 "require-dev": {
9653 "phpunit/phpunit": "~4.5 || ~5.0",
9654 "symfony/expression-language": "~2.4 || ~3.0 || ~4.0",
9655 "symfony/stopwatch": "~2.4 || ~3.0 || ~4.0",
9656 "twig/twig": "~1.12"
9657 },
9658 "type": "symfony-bundle",
9659 "extra": {
9660 "branch-alias": {
9661 "dev-master": "1.4-dev"
9662 }
9663 },
9664 "autoload": {
9665 "psr-4": {
9666 "Bazinga\\Bundle\\HateoasBundle\\": ""
9667 }
9668 },
9669 "notification-url": "https://packagist.org/downloads/",
9670 "license": [
9671 "MIT"
9672 ],
9673 "authors": [
9674 {
9675 "name": "William DURAND",
9676 "email": "william.durand1@gmail.com"
9677 }
9678 ],
9679 "description": "Integration of Hateoas into Symfony2.",
9680 "keywords": [
9681 "HATEOAS",
9682 "rest"
9683 ],
9684 "time": "2018-01-27T13:03:07+00:00"
9685 },
9686 {
9687 "name": "willdurand/jsonp-callback-validator",
9688 "version": "v1.1.0",
9689 "source": {
9690 "type": "git",
9691 "url": "https://github.com/willdurand/JsonpCallbackValidator.git",
9692 "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909"
9693 },
9694 "dist": {
9695 "type": "zip",
9696 "url": "https://api.github.com/repos/willdurand/JsonpCallbackValidator/zipball/1a7d388bb521959e612ef50c5c7b1691b097e909",
9697 "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909",
9698 "shasum": ""
9699 },
9700 "require": {
9701 "php": ">=5.3.0"
9702 },
9703 "require-dev": {
9704 "phpunit/phpunit": "~3.7"
9705 },
9706 "type": "library",
9707 "autoload": {
9708 "psr-0": {
9709 "JsonpCallbackValidator": "src/"
9710 }
9711 },
9712 "notification-url": "https://packagist.org/downloads/",
9713 "license": [
9714 "MIT"
9715 ],
9716 "authors": [
9717 {
9718 "name": "William Durand",
9719 "email": "william.durand1@gmail.com",
9720 "homepage": "http://www.willdurand.fr"
9721 }
9722 ],
9723 "description": "JSONP callback validator.",
9724 "time": "2014-01-20T22:35:06+00:00"
9725 },
9726 {
9727 "name": "willdurand/negotiation",
9728 "version": "v2.3.1",
9729 "source": {
9730 "type": "git",
9731 "url": "https://github.com/willdurand/Negotiation.git",
9732 "reference": "03436ededa67c6e83b9b12defac15384cb399dc9"
9733 },
9734 "dist": {
9735 "type": "zip",
9736 "url": "https://api.github.com/repos/willdurand/Negotiation/zipball/03436ededa67c6e83b9b12defac15384cb399dc9",
9737 "reference": "03436ededa67c6e83b9b12defac15384cb399dc9",
9738 "shasum": ""
9739 },
9740 "require": {
9741 "php": ">=5.4.0"
9742 },
9743 "require-dev": {
9744 "phpunit/phpunit": "~4.5"
9745 },
9746 "type": "library",
9747 "extra": {
9748 "branch-alias": {
9749 "dev-master": "2.3-dev"
9750 }
9751 },
9752 "autoload": {
9753 "psr-4": {
9754 "Negotiation\\": "src/Negotiation"
9755 }
9756 },
9757 "notification-url": "https://packagist.org/downloads/",
9758 "license": [
9759 "MIT"
9760 ],
9761 "authors": [
9762 {
9763 "name": "William Durand",
9764 "email": "will+git@drnd.me"
9765 }
9766 ],
9767 "description": "Content Negotiation tools for PHP provided as a standalone library.",
9768 "homepage": "http://williamdurand.fr/Negotiation/",
9769 "keywords": [
9770 "accept",
9771 "content",
9772 "format",
9773 "header",
9774 "negotiation"
9775 ],
9776 "time": "2017-05-14T17:21:12+00:00"
9777 },
9778 {
9779 "name": "zendframework/zend-code",
9780 "version": "3.4.1",
9781 "source": {
9782 "type": "git",
9783 "url": "https://github.com/zendframework/zend-code.git",
9784 "reference": "268040548f92c2bfcba164421c1add2ba43abaaa"
9785 },
9786 "dist": {
9787 "type": "zip",
9788 "url": "https://api.github.com/repos/zendframework/zend-code/zipball/268040548f92c2bfcba164421c1add2ba43abaaa",
9789 "reference": "268040548f92c2bfcba164421c1add2ba43abaaa",
9790 "shasum": ""
9791 },
9792 "require": {
9793 "php": "^7.1",
9794 "zendframework/zend-eventmanager": "^2.6 || ^3.0"
9795 },
9796 "conflict": {
9797 "phpspec/prophecy": "<1.9.0"
9798 },
9799 "require-dev": {
9800 "doctrine/annotations": "^1.7",
9801 "ext-phar": "*",
9802 "phpunit/phpunit": "^7.5.16 || ^8.4",
9803 "zendframework/zend-coding-standard": "^1.0",
9804 "zendframework/zend-stdlib": "^2.7 || ^3.0"
9805 },
9806 "suggest": {
9807 "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
9808 "zendframework/zend-stdlib": "Zend\\Stdlib component"
9809 },
9810 "type": "library",
9811 "extra": {
9812 "branch-alias": {
9813 "dev-master": "3.4.x-dev",
9814 "dev-develop": "3.5.x-dev",
9815 "dev-dev-4.0": "4.0.x-dev"
9816 }
9817 },
9818 "autoload": {
9819 "psr-4": {
9820 "Zend\\Code\\": "src/"
9821 }
9822 },
9823 "notification-url": "https://packagist.org/downloads/",
9824 "license": [
9825 "BSD-3-Clause"
9826 ],
9827 "description": "Extensions to the PHP Reflection API, static code scanning, and code generation",
9828 "keywords": [
9829 "ZendFramework",
9830 "code",
9831 "zf"
9832 ],
9833 "abandoned": "laminas/laminas-code",
9834 "time": "2019-12-10T19:21:15+00:00"
9835 },
9836 {
9837 "name": "zendframework/zend-diactoros",
9838 "version": "2.2.1",
9839 "source": {
9840 "type": "git",
9841 "url": "https://github.com/zendframework/zend-diactoros.git",
9842 "reference": "de5847b068362a88684a55b0dbb40d85986cfa52"
9843 },
9844 "dist": {
9845 "type": "zip",
9846 "url": "https://api.github.com/repos/zendframework/zend-diactoros/zipball/de5847b068362a88684a55b0dbb40d85986cfa52",
9847 "reference": "de5847b068362a88684a55b0dbb40d85986cfa52",
9848 "shasum": ""
9849 },
9850 "require": {
9851 "php": "^7.1",
9852 "psr/http-factory": "^1.0",
9853 "psr/http-message": "^1.0"
9854 },
9855 "provide": {
9856 "psr/http-factory-implementation": "1.0",
9857 "psr/http-message-implementation": "1.0"
9858 },
9859 "require-dev": {
9860 "ext-curl": "*",
9861 "ext-dom": "*",
9862 "ext-libxml": "*",
9863 "http-interop/http-factory-tests": "^0.5.0",
9864 "php-http/psr7-integration-tests": "dev-master",
9865 "phpunit/phpunit": "^7.0.2",
9866 "zendframework/zend-coding-standard": "~1.0.0"
9867 },
9868 "type": "library",
9869 "extra": {
9870 "branch-alias": {
9871 "dev-master": "2.1.x-dev",
9872 "dev-develop": "2.2.x-dev",
9873 "dev-release-1.8": "1.8.x-dev"
9874 }
9875 },
9876 "autoload": {
9877 "files": [
9878 "src/functions/create_uploaded_file.php",
9879 "src/functions/marshal_headers_from_sapi.php",
9880 "src/functions/marshal_method_from_sapi.php",
9881 "src/functions/marshal_protocol_version_from_sapi.php",
9882 "src/functions/marshal_uri_from_sapi.php",
9883 "src/functions/normalize_server.php",
9884 "src/functions/normalize_uploaded_files.php",
9885 "src/functions/parse_cookie_header.php"
9886 ],
9887 "psr-4": {
9888 "Zend\\Diactoros\\": "src/"
9889 }
9890 },
9891 "notification-url": "https://packagist.org/downloads/",
9892 "license": [
9893 "BSD-3-Clause"
9894 ],
9895 "description": "PSR HTTP Message implementations",
9896 "keywords": [
9897 "http",
9898 "psr",
9899 "psr-7"
9900 ],
9901 "abandoned": "laminas/laminas-diactoros",
9902 "time": "2019-11-13T19:16:13+00:00"
9903 },
9904 {
9905 "name": "zendframework/zend-eventmanager",
9906 "version": "3.2.1",
9907 "source": {
9908 "type": "git",
9909 "url": "https://github.com/zendframework/zend-eventmanager.git",
9910 "reference": "a5e2583a211f73604691586b8406ff7296a946dd"
9911 },
9912 "dist": {
9913 "type": "zip",
9914 "url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/a5e2583a211f73604691586b8406ff7296a946dd",
9915 "reference": "a5e2583a211f73604691586b8406ff7296a946dd",
9916 "shasum": ""
9917 },
9918 "require": {
9919 "php": "^5.6 || ^7.0"
9920 },
9921 "require-dev": {
9922 "athletic/athletic": "^0.1",
9923 "container-interop/container-interop": "^1.1.0",
9924 "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
9925 "zendframework/zend-coding-standard": "~1.0.0",
9926 "zendframework/zend-stdlib": "^2.7.3 || ^3.0"
9927 },
9928 "suggest": {
9929 "container-interop/container-interop": "^1.1.0, to use the lazy listeners feature",
9930 "zendframework/zend-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature"
9931 },
9932 "type": "library",
9933 "extra": {
9934 "branch-alias": {
9935 "dev-master": "3.2-dev",
9936 "dev-develop": "3.3-dev"
9937 }
9938 },
9939 "autoload": {
9940 "psr-4": {
9941 "Zend\\EventManager\\": "src/"
9942 }
9943 },
9944 "notification-url": "https://packagist.org/downloads/",
9945 "license": [
9946 "BSD-3-Clause"
9947 ],
9948 "description": "Trigger and listen to events within a PHP application",
9949 "homepage": "https://github.com/zendframework/zend-eventmanager",
9950 "keywords": [
9951 "event",
9952 "eventmanager",
9953 "events",
9954 "zf2"
9955 ],
9956 "abandoned": "laminas/laminas-eventmanager",
9957 "time": "2018-04-25T15:33:34+00:00"
9958 }
9959 ],
9960 "packages-dev": [
9961 {
9962 "name": "composer/semver",
9963 "version": "1.5.1",
9964 "source": {
9965 "type": "git",
9966 "url": "https://github.com/composer/semver.git",
9967 "reference": "c6bea70230ef4dd483e6bbcab6005f682ed3a8de"
9968 },
9969 "dist": {
9970 "type": "zip",
9971 "url": "https://api.github.com/repos/composer/semver/zipball/c6bea70230ef4dd483e6bbcab6005f682ed3a8de",
9972 "reference": "c6bea70230ef4dd483e6bbcab6005f682ed3a8de",
9973 "shasum": ""
9974 },
9975 "require": {
9976 "php": "^5.3.2 || ^7.0"
9977 },
9978 "require-dev": {
9979 "phpunit/phpunit": "^4.5 || ^5.0.5"
9980 },
9981 "type": "library",
9982 "extra": {
9983 "branch-alias": {
9984 "dev-master": "1.x-dev"
9985 }
9986 },
9987 "autoload": {
9988 "psr-4": {
9989 "Composer\\Semver\\": "src"
9990 }
9991 },
9992 "notification-url": "https://packagist.org/downloads/",
9993 "license": [
9994 "MIT"
9995 ],
9996 "authors": [
9997 {
9998 "name": "Nils Adermann",
9999 "email": "naderman@naderman.de",
10000 "homepage": "http://www.naderman.de"
10001 },
10002 {
10003 "name": "Jordi Boggiano",
10004 "email": "j.boggiano@seld.be",
10005 "homepage": "http://seld.be"
10006 },
10007 {
10008 "name": "Rob Bast",
10009 "email": "rob.bast@gmail.com",
10010 "homepage": "http://robbast.nl"
10011 }
10012 ],
10013 "description": "Semver library that offers utilities, version constraint parsing and validation.",
10014 "keywords": [
10015 "semantic",
10016 "semver",
10017 "validation",
10018 "versioning"
10019 ],
10020 "time": "2020-01-13T12:06:48+00:00"
10021 },
10022 {
10023 "name": "composer/xdebug-handler",
10024 "version": "1.4.1",
10025 "source": {
10026 "type": "git",
10027 "url": "https://github.com/composer/xdebug-handler.git",
10028 "reference": "1ab9842d69e64fb3a01be6b656501032d1b78cb7"
10029 },
10030 "dist": {
10031 "type": "zip",
10032 "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/1ab9842d69e64fb3a01be6b656501032d1b78cb7",
10033 "reference": "1ab9842d69e64fb3a01be6b656501032d1b78cb7",
10034 "shasum": ""
10035 },
10036 "require": {
10037 "php": "^5.3.2 || ^7.0 || ^8.0",
10038 "psr/log": "^1.0"
10039 },
10040 "require-dev": {
10041 "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8"
10042 },
10043 "type": "library",
10044 "autoload": {
10045 "psr-4": {
10046 "Composer\\XdebugHandler\\": "src"
10047 }
10048 },
10049 "notification-url": "https://packagist.org/downloads/",
10050 "license": [
10051 "MIT"
10052 ],
10053 "authors": [
10054 {
10055 "name": "John Stevenson",
10056 "email": "john-stevenson@blueyonder.co.uk"
10057 }
10058 ],
10059 "description": "Restarts a process without Xdebug.",
10060 "keywords": [
10061 "Xdebug",
10062 "performance"
10063 ],
10064 "time": "2020-03-01T12:26:26+00:00"
10065 },
10066 {
10067 "name": "dama/doctrine-test-bundle",
10068 "version": "v5.0.3",
10069 "source": {
10070 "type": "git",
10071 "url": "https://github.com/dmaicher/doctrine-test-bundle.git",
10072 "reference": "29882b0d1a815f4819126ef714931bb24a31cbaa"
10073 },
10074 "dist": {
10075 "type": "zip",
10076 "url": "https://api.github.com/repos/dmaicher/doctrine-test-bundle/zipball/29882b0d1a815f4819126ef714931bb24a31cbaa",
10077 "reference": "29882b0d1a815f4819126ef714931bb24a31cbaa",
10078 "shasum": ""
10079 },
10080 "require": {
10081 "doctrine/dbal": "~2.5",
10082 "doctrine/doctrine-bundle": "~1.4",
10083 "php": "^7.1",
10084 "symfony/framework-bundle": "~2.7|~3.0|~4.0"
10085 },
10086 "require-dev": {
10087 "phpunit/phpunit": "~6.0|~7.0|~8.0",
10088 "symfony/phpunit-bridge": "~2.8|~3.0|~4.0",
10089 "symfony/yaml": "~2.8|~3.0|~4.0"
10090 },
10091 "type": "symfony-bundle",
10092 "extra": {
10093 "branch-alias": {
10094 "dev-master": "5.1.x-dev"
10095 }
10096 },
10097 "autoload": {
10098 "psr-4": {
10099 "DAMA\\DoctrineTestBundle\\": "src/DAMA/DoctrineTestBundle"
10100 }
10101 },
10102 "notification-url": "https://packagist.org/downloads/",
10103 "license": [
10104 "MIT"
10105 ],
10106 "authors": [
10107 {
10108 "name": "David Maicher",
10109 "email": "mail@dmaicher.de"
10110 }
10111 ],
10112 "description": "Symfony bundle to isolate doctrine database tests and improve test performance",
10113 "keywords": [
10114 "Symfony 3",
10115 "Symfony 4",
10116 "doctrine",
10117 "isolation",
10118 "performance",
10119 "symfony",
10120 "symfony 2",
10121 "tests"
10122 ],
10123 "time": "2019-03-22T10:34:17+00:00"
10124 },
10125 {
10126 "name": "doctrine/data-fixtures",
10127 "version": "1.3.3",
10128 "source": {
10129 "type": "git",
10130 "url": "https://github.com/doctrine/data-fixtures.git",
10131 "reference": "f0ee99c64922fc3f863715232b615c478a61b0a3"
10132 },
10133 "dist": {
10134 "type": "zip",
10135 "url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/f0ee99c64922fc3f863715232b615c478a61b0a3",
10136 "reference": "f0ee99c64922fc3f863715232b615c478a61b0a3",
10137 "shasum": ""
10138 },
10139 "require": {
10140 "doctrine/common": "~2.2",
10141 "php": "^7.1"
10142 },
10143 "conflict": {
10144 "doctrine/phpcr-odm": "<1.3.0"
10145 },
10146 "require-dev": {
10147 "alcaeus/mongo-php-adapter": "^1.1",
10148 "doctrine/dbal": "^2.5.4",
10149 "doctrine/mongodb-odm": "^1.3.0",
10150 "doctrine/orm": "^2.5.4",
10151 "phpunit/phpunit": "^7.0"
10152 },
10153 "suggest": {
10154 "alcaeus/mongo-php-adapter": "For using MongoDB ODM with PHP 7",
10155 "doctrine/mongodb-odm": "For loading MongoDB ODM fixtures",
10156 "doctrine/orm": "For loading ORM fixtures",
10157 "doctrine/phpcr-odm": "For loading PHPCR ODM fixtures"
10158 },
10159 "type": "library",
10160 "extra": {
10161 "branch-alias": {
10162 "dev-master": "1.3.x-dev"
10163 }
10164 },
10165 "autoload": {
10166 "psr-4": {
10167 "Doctrine\\Common\\DataFixtures\\": "lib/Doctrine/Common/DataFixtures"
10168 }
10169 },
10170 "notification-url": "https://packagist.org/downloads/",
10171 "license": [
10172 "MIT"
10173 ],
10174 "authors": [
10175 {
10176 "name": "Jonathan Wage",
10177 "email": "jonwage@gmail.com"
10178 }
10179 ],
10180 "description": "Data Fixtures for all Doctrine Object Managers",
10181 "homepage": "http://www.doctrine-project.org",
10182 "keywords": [
10183 "database"
10184 ],
10185 "time": "2019-10-24T04:52:28+00:00"
10186 },
10187 {
10188 "name": "doctrine/doctrine-fixtures-bundle",
10189 "version": "3.3.1",
10190 "source": {
10191 "type": "git",
10192 "url": "https://github.com/doctrine/DoctrineFixturesBundle.git",
10193 "reference": "39defca57ee0949e1475c46177b30b6d1b732e8f"
10194 },
10195 "dist": {
10196 "type": "zip",
10197 "url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/39defca57ee0949e1475c46177b30b6d1b732e8f",
10198 "reference": "39defca57ee0949e1475c46177b30b6d1b732e8f",
10199 "shasum": ""
10200 },
10201 "require": {
10202 "doctrine/data-fixtures": "^1.3",
10203 "doctrine/doctrine-bundle": "^1.11|^2.0",
10204 "doctrine/orm": "^2.6.0",
10205 "doctrine/persistence": "^1.3",
10206 "php": "^7.1",
10207 "symfony/config": "^3.4|^4.3|^5.0",
10208 "symfony/console": "^3.4|^4.3|^5.0",
10209 "symfony/dependency-injection": "^3.4|^4.3|^5.0",
10210 "symfony/doctrine-bridge": "^3.4|^4.1|^5.0",
10211 "symfony/http-kernel": "^3.4|^4.3|^5.0"
10212 },
10213 "require-dev": {
10214 "doctrine/coding-standard": "^6.0",
10215 "phpunit/phpunit": "^7.4",
10216 "symfony/phpunit-bridge": "^4.1|^5.0"
10217 },
10218 "type": "symfony-bundle",
10219 "extra": {
10220 "branch-alias": {
10221 "dev-master": "3.3.x-dev"
10222 }
10223 },
10224 "autoload": {
10225 "psr-4": {
10226 "Doctrine\\Bundle\\FixturesBundle\\": ""
10227 }
10228 },
10229 "notification-url": "https://packagist.org/downloads/",
10230 "license": [
10231 "MIT"
10232 ],
10233 "authors": [
10234 {
10235 "name": "Fabien Potencier",
10236 "email": "fabien@symfony.com"
10237 },
10238 {
10239 "name": "Doctrine Project",
10240 "homepage": "http://www.doctrine-project.org"
10241 },
10242 {
10243 "name": "Symfony Community",
10244 "homepage": "http://symfony.com/contributors"
10245 }
10246 ],
10247 "description": "Symfony DoctrineFixturesBundle",
10248 "homepage": "http://www.doctrine-project.org",
10249 "keywords": [
10250 "Fixture",
10251 "persistence"
10252 ],
10253 "time": "2020-04-02T16:40:37+00:00"
10254 },
10255 {
10256 "name": "friendsofphp/php-cs-fixer",
10257 "version": "v2.16.3",
10258 "source": {
10259 "type": "git",
10260 "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
10261 "reference": "83baf823a33a1cbd5416c8626935cf3f843c10b0"
10262 },
10263 "dist": {
10264 "type": "zip",
10265 "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/83baf823a33a1cbd5416c8626935cf3f843c10b0",
10266 "reference": "83baf823a33a1cbd5416c8626935cf3f843c10b0",
10267 "shasum": ""
10268 },
10269 "require": {
10270 "composer/semver": "^1.4",
10271 "composer/xdebug-handler": "^1.2",
10272 "doctrine/annotations": "^1.2",
10273 "ext-json": "*",
10274 "ext-tokenizer": "*",
10275 "php": "^5.6 || ^7.0",
10276 "php-cs-fixer/diff": "^1.3",
10277 "symfony/console": "^3.4.17 || ^4.1.6 || ^5.0",
10278 "symfony/event-dispatcher": "^3.0 || ^4.0 || ^5.0",
10279 "symfony/filesystem": "^3.0 || ^4.0 || ^5.0",
10280 "symfony/finder": "^3.0 || ^4.0 || ^5.0",
10281 "symfony/options-resolver": "^3.0 || ^4.0 || ^5.0",
10282 "symfony/polyfill-php70": "^1.0",
10283 "symfony/polyfill-php72": "^1.4",
10284 "symfony/process": "^3.0 || ^4.0 || ^5.0",
10285 "symfony/stopwatch": "^3.0 || ^4.0 || ^5.0"
10286 },
10287 "require-dev": {
10288 "johnkary/phpunit-speedtrap": "^1.1 || ^2.0 || ^3.0",
10289 "justinrainbow/json-schema": "^5.0",
10290 "keradus/cli-executor": "^1.2",
10291 "mikey179/vfsstream": "^1.6",
10292 "php-coveralls/php-coveralls": "^2.1",
10293 "php-cs-fixer/accessible-object": "^1.0",
10294 "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.1",
10295 "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.1",
10296 "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.1",
10297 "phpunitgoodpractices/traits": "^1.8",
10298 "symfony/phpunit-bridge": "^4.3 || ^5.0",
10299 "symfony/yaml": "^3.0 || ^4.0 || ^5.0"
10300 },
10301 "suggest": {
10302 "ext-dom": "For handling output formats in XML",
10303 "ext-mbstring": "For handling non-UTF8 characters in cache signature.",
10304 "php-cs-fixer/phpunit-constraint-isidenticalstring": "For IsIdenticalString constraint.",
10305 "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "For XmlMatchesXsd constraint.",
10306 "symfony/polyfill-mbstring": "When enabling `ext-mbstring` is not possible."
10307 },
10308 "bin": [
10309 "php-cs-fixer"
10310 ],
10311 "type": "application",
10312 "autoload": {
10313 "psr-4": {
10314 "PhpCsFixer\\": "src/"
10315 },
10316 "classmap": [
10317 "tests/Test/AbstractFixerTestCase.php",
10318 "tests/Test/AbstractIntegrationCaseFactory.php",
10319 "tests/Test/AbstractIntegrationTestCase.php",
10320 "tests/Test/Assert/AssertTokensTrait.php",
10321 "tests/Test/IntegrationCase.php",
10322 "tests/Test/IntegrationCaseFactory.php",
10323 "tests/Test/IntegrationCaseFactoryInterface.php",
10324 "tests/Test/InternalIntegrationCaseFactory.php",
10325 "tests/Test/IsIdenticalConstraint.php",
10326 "tests/TestCase.php"
10327 ]
10328 },
10329 "notification-url": "https://packagist.org/downloads/",
10330 "license": [
10331 "MIT"
10332 ],
10333 "authors": [
10334 {
10335 "name": "Fabien Potencier",
10336 "email": "fabien@symfony.com"
10337 },
10338 {
10339 "name": "Dariusz Rumiński",
10340 "email": "dariusz.ruminski@gmail.com"
10341 }
10342 ],
10343 "description": "A tool to automatically fix PHP code style",
10344 "time": "2020-04-15T18:51:10+00:00"
10345 },
10346 {
10347 "name": "m6web/redis-mock",
10348 "version": "v5.0.0",
10349 "source": {
10350 "type": "git",
10351 "url": "https://github.com/M6Web/RedisMock.git",
10352 "reference": "1b7a1bcbb63d636b003643e88f785615e0a316bd"
10353 },
10354 "dist": {
10355 "type": "zip",
10356 "url": "https://api.github.com/repos/M6Web/RedisMock/zipball/1b7a1bcbb63d636b003643e88f785615e0a316bd",
10357 "reference": "1b7a1bcbb63d636b003643e88f785615e0a316bd",
10358 "shasum": ""
10359 },
10360 "require": {
10361 "php": ">=7.1.0"
10362 },
10363 "require-dev": {
10364 "atoum/atoum": "master-dev",
10365 "predis/predis": "~1.1"
10366 },
10367 "type": "library",
10368 "autoload": {
10369 "psr-0": {
10370 "M6Web\\Component\\RedisMock": "src/"
10371 }
10372 },
10373 "notification-url": "https://packagist.org/downloads/",
10374 "license": [
10375 "MIT"
10376 ],
10377 "authors": [
10378 {
10379 "name": "M6Web",
10380 "email": "opensource@m6web.fr",
10381 "homepage": "http://tech.m6web.fr/"
10382 }
10383 ],
10384 "description": "Library providing a PHP mock for Redis",
10385 "keywords": [
10386 "mock",
10387 "redis"
10388 ],
10389 "time": "2020-01-08T08:03:01+00:00"
10390 },
10391 {
10392 "name": "nette/bootstrap",
10393 "version": "v3.0.1",
10394 "source": {
10395 "type": "git",
10396 "url": "https://github.com/nette/bootstrap.git",
10397 "reference": "b45a1e33b6a44beb307756522396551e5a9ff249"
10398 },
10399 "dist": {
10400 "type": "zip",
10401 "url": "https://api.github.com/repos/nette/bootstrap/zipball/b45a1e33b6a44beb307756522396551e5a9ff249",
10402 "reference": "b45a1e33b6a44beb307756522396551e5a9ff249",
10403 "shasum": ""
10404 },
10405 "require": {
10406 "nette/di": "^3.0",
10407 "nette/utils": "^3.0",
10408 "php": ">=7.1"
10409 },
10410 "conflict": {
10411 "tracy/tracy": "<2.6"
10412 },
10413 "require-dev": {
10414 "latte/latte": "^2.2",
10415 "nette/application": "^3.0",
10416 "nette/caching": "^3.0",
10417 "nette/database": "^3.0",
10418 "nette/forms": "^3.0",
10419 "nette/http": "^3.0",
10420 "nette/mail": "^3.0",
10421 "nette/robot-loader": "^3.0",
10422 "nette/safe-stream": "^2.2",
10423 "nette/security": "^3.0",
10424 "nette/tester": "^2.0",
10425 "tracy/tracy": "^2.6"
10426 },
10427 "suggest": {
10428 "nette/robot-loader": "to use Configurator::createRobotLoader()",
10429 "tracy/tracy": "to use Configurator::enableTracy()"
10430 },
10431 "type": "library",
10432 "extra": {
10433 "branch-alias": {
10434 "dev-master": "3.0-dev"
10435 }
10436 },
10437 "autoload": {
10438 "classmap": [
10439 "src/"
10440 ]
10441 },
10442 "notification-url": "https://packagist.org/downloads/",
10443 "license": [
10444 "BSD-3-Clause",
10445 "GPL-2.0",
10446 "GPL-3.0"
10447 ],
10448 "authors": [
10449 {
10450 "name": "David Grudl",
10451 "homepage": "https://davidgrudl.com"
10452 },
10453 {
10454 "name": "Nette Community",
10455 "homepage": "https://nette.org/contributors"
10456 }
10457 ],
10458 "description": "🅱 Nette Bootstrap: the simple way to configure and bootstrap your Nette application.",
10459 "homepage": "https://nette.org",
10460 "keywords": [
10461 "bootstrapping",
10462 "configurator",
10463 "nette"
10464 ],
10465 "time": "2019-09-30T08:19:38+00:00"
10466 },
10467 {
10468 "name": "nette/di",
10469 "version": "v3.0.2",
10470 "source": {
10471 "type": "git",
10472 "url": "https://github.com/nette/di.git",
10473 "reference": "7ae47daa94b8dafbd0e8b6164e22e2d18d3e73ac"
10474 },
10475 "dist": {
10476 "type": "zip",
10477 "url": "https://api.github.com/repos/nette/di/zipball/7ae47daa94b8dafbd0e8b6164e22e2d18d3e73ac",
10478 "reference": "7ae47daa94b8dafbd0e8b6164e22e2d18d3e73ac",
10479 "shasum": ""
10480 },
10481 "require": {
10482 "ext-tokenizer": "*",
10483 "nette/neon": "^3.0",
10484 "nette/php-generator": "^3.3",
10485 "nette/robot-loader": "^3.2",
10486 "nette/schema": "^1.0",
10487 "nette/utils": "^3.0",
10488 "php": ">=7.1"
10489 },
10490 "conflict": {
10491 "nette/bootstrap": "<3.0"
10492 },
10493 "require-dev": {
10494 "nette/tester": "^2.2",
10495 "phpstan/phpstan": "^0.12",
10496 "tracy/tracy": "^2.3"
10497 },
10498 "type": "library",
10499 "extra": {
10500 "branch-alias": {
10501 "dev-master": "3.0-dev"
10502 }
10503 },
10504 "autoload": {
10505 "classmap": [
10506 "src/"
10507 ],
10508 "files": [
10509 "src/compatibility.php"
10510 ]
10511 },
10512 "notification-url": "https://packagist.org/downloads/",
10513 "license": [
10514 "BSD-3-Clause",
10515 "GPL-2.0",
10516 "GPL-3.0"
10517 ],
10518 "authors": [
10519 {
10520 "name": "David Grudl",
10521 "homepage": "https://davidgrudl.com"
10522 },
10523 {
10524 "name": "Nette Community",
10525 "homepage": "https://nette.org/contributors"
10526 }
10527 ],
10528 "description": "💎 Nette Dependency Injection Container: Flexible, compiled and full-featured DIC with perfectly usable autowiring and support for all new PHP 7.1 features.",
10529 "homepage": "https://nette.org",
10530 "keywords": [
10531 "compiled",
10532 "di",
10533 "dic",
10534 "factory",
10535 "ioc",
10536 "nette",
10537 "static"
10538 ],
10539 "time": "2019-12-17T04:03:21+00:00"
10540 },
10541 {
10542 "name": "nette/finder",
10543 "version": "v2.5.1",
10544 "source": {
10545 "type": "git",
10546 "url": "https://github.com/nette/finder.git",
10547 "reference": "14164e1ddd69e9c5f627ff82a10874b3f5bba5fe"
10548 },
10549 "dist": {
10550 "type": "zip",
10551 "url": "https://api.github.com/repos/nette/finder/zipball/14164e1ddd69e9c5f627ff82a10874b3f5bba5fe",
10552 "reference": "14164e1ddd69e9c5f627ff82a10874b3f5bba5fe",
10553 "shasum": ""
10554 },
10555 "require": {
10556 "nette/utils": "^2.4 || ~3.0.0",
10557 "php": ">=7.1"
10558 },
10559 "conflict": {
10560 "nette/nette": "<2.2"
10561 },
10562 "require-dev": {
10563 "nette/tester": "^2.0",
10564 "tracy/tracy": "^2.3"
10565 },
10566 "type": "library",
10567 "extra": {
10568 "branch-alias": {
10569 "dev-master": "2.5-dev"
10570 }
10571 },
10572 "autoload": {
10573 "classmap": [
10574 "src/"
10575 ]
10576 },
10577 "notification-url": "https://packagist.org/downloads/",
10578 "license": [
10579 "BSD-3-Clause",
10580 "GPL-2.0",
10581 "GPL-3.0"
10582 ],
10583 "authors": [
10584 {
10585 "name": "David Grudl",
10586 "homepage": "https://davidgrudl.com"
10587 },
10588 {
10589 "name": "Nette Community",
10590 "homepage": "https://nette.org/contributors"
10591 }
10592 ],
10593 "description": "🔍 Nette Finder: find files and directories with an intuitive API.",
10594 "homepage": "https://nette.org",
10595 "keywords": [
10596 "filesystem",
10597 "glob",
10598 "iterator",
10599 "nette"
10600 ],
10601 "time": "2019-07-11T18:02:17+00:00"
10602 },
10603 {
10604 "name": "nette/neon",
10605 "version": "v3.1.0",
10606 "source": {
10607 "type": "git",
10608 "url": "https://github.com/nette/neon.git",
10609 "reference": "0a18fc88801a14d66587932de133eeca01f7ce8e"
10610 },
10611 "dist": {
10612 "type": "zip",
10613 "url": "https://api.github.com/repos/nette/neon/zipball/0a18fc88801a14d66587932de133eeca01f7ce8e",
10614 "reference": "0a18fc88801a14d66587932de133eeca01f7ce8e",
10615 "shasum": ""
10616 },
10617 "require": {
10618 "ext-iconv": "*",
10619 "ext-json": "*",
10620 "php": ">=7.1"
10621 },
10622 "require-dev": {
10623 "nette/tester": "^2.0",
10624 "phpstan/phpstan": "^0.12",
10625 "tracy/tracy": "^2.3"
10626 },
10627 "type": "library",
10628 "extra": {
10629 "branch-alias": {
10630 "dev-master": "3.1-dev"
10631 }
10632 },
10633 "autoload": {
10634 "classmap": [
10635 "src/"
10636 ]
10637 },
10638 "notification-url": "https://packagist.org/downloads/",
10639 "license": [
10640 "BSD-3-Clause",
10641 "GPL-2.0",
10642 "GPL-3.0"
10643 ],
10644 "authors": [
10645 {
10646 "name": "David Grudl",
10647 "homepage": "https://davidgrudl.com"
10648 },
10649 {
10650 "name": "Nette Community",
10651 "homepage": "https://nette.org/contributors"
10652 }
10653 ],
10654 "description": "🍸 Nette NEON: encodes and decodes NEON file format.",
10655 "homepage": "http://ne-on.org",
10656 "keywords": [
10657 "export",
10658 "import",
10659 "neon",
10660 "nette",
10661 "yaml"
10662 ],
10663 "time": "2019-12-27T04:00:04+00:00"
10664 },
10665 {
10666 "name": "nette/php-generator",
10667 "version": "v3.3.1",
10668 "source": {
10669 "type": "git",
10670 "url": "https://github.com/nette/php-generator.git",
10671 "reference": "4240fd7adf499138c07b814ef9b9a6df9f6d7187"
10672 },
10673 "dist": {
10674 "type": "zip",
10675 "url": "https://api.github.com/repos/nette/php-generator/zipball/4240fd7adf499138c07b814ef9b9a6df9f6d7187",
10676 "reference": "4240fd7adf499138c07b814ef9b9a6df9f6d7187",
10677 "shasum": ""
10678 },
10679 "require": {
10680 "nette/utils": "^2.4.2 || ~3.0.0",
10681 "php": ">=7.1"
10682 },
10683 "require-dev": {
10684 "nette/tester": "^2.0",
10685 "tracy/tracy": "^2.3"
10686 },
10687 "type": "library",
10688 "extra": {
10689 "branch-alias": {
10690 "dev-master": "3.3-dev"
10691 }
10692 },
10693 "autoload": {
10694 "classmap": [
10695 "src/"
10696 ]
10697 },
10698 "notification-url": "https://packagist.org/downloads/",
10699 "license": [
10700 "BSD-3-Clause",
10701 "GPL-2.0",
10702 "GPL-3.0"
10703 ],
10704 "authors": [
10705 {
10706 "name": "David Grudl",
10707 "homepage": "https://davidgrudl.com"
10708 },
10709 {
10710 "name": "Nette Community",
10711 "homepage": "https://nette.org/contributors"
10712 }
10713 ],
10714 "description": "🐘 Nette PHP Generator: generates neat PHP code for you. Supports new PHP 7.3 features.",
10715 "homepage": "https://nette.org",
10716 "keywords": [
10717 "code",
10718 "nette",
10719 "php",
10720 "scaffolding"
10721 ],
10722 "time": "2019-11-22T11:12:11+00:00"
10723 },
10724 {
10725 "name": "nette/robot-loader",
10726 "version": "v3.2.1",
10727 "source": {
10728 "type": "git",
10729 "url": "https://github.com/nette/robot-loader.git",
10730 "reference": "d2a100e1f5cab390c78bc88709abbc91249c3993"
10731 },
10732 "dist": {
10733 "type": "zip",
10734 "url": "https://api.github.com/repos/nette/robot-loader/zipball/d2a100e1f5cab390c78bc88709abbc91249c3993",
10735 "reference": "d2a100e1f5cab390c78bc88709abbc91249c3993",
10736 "shasum": ""
10737 },
10738 "require": {
10739 "ext-tokenizer": "*",
10740 "nette/finder": "^2.5 || ^3.0",
10741 "nette/utils": "^3.0",
10742 "php": ">=7.1"
10743 },
10744 "require-dev": {
10745 "nette/tester": "^2.0",
10746 "phpstan/phpstan": "^0.12",
10747 "tracy/tracy": "^2.3"
10748 },
10749 "type": "library",
10750 "extra": {
10751 "branch-alias": {
10752 "dev-master": "3.2-dev"
10753 }
10754 },
10755 "autoload": {
10756 "classmap": [
10757 "src/"
10758 ]
10759 },
10760 "notification-url": "https://packagist.org/downloads/",
10761 "license": [
10762 "BSD-3-Clause",
10763 "GPL-2.0",
10764 "GPL-3.0"
10765 ],
10766 "authors": [
10767 {
10768 "name": "David Grudl",
10769 "homepage": "https://davidgrudl.com"
10770 },
10771 {
10772 "name": "Nette Community",
10773 "homepage": "https://nette.org/contributors"
10774 }
10775 ],
10776 "description": "🍀 Nette RobotLoader: high performance and comfortable autoloader that will search and autoload classes within your application.",
10777 "homepage": "https://nette.org",
10778 "keywords": [
10779 "autoload",
10780 "class",
10781 "interface",
10782 "nette",
10783 "trait"
10784 ],
10785 "time": "2019-12-26T22:32:02+00:00"
10786 },
10787 {
10788 "name": "nette/schema",
10789 "version": "v1.0.1",
10790 "source": {
10791 "type": "git",
10792 "url": "https://github.com/nette/schema.git",
10793 "reference": "337117df1dade22e2ba1fdc4a4b832c1e9b06b76"
10794 },
10795 "dist": {
10796 "type": "zip",
10797 "url": "https://api.github.com/repos/nette/schema/zipball/337117df1dade22e2ba1fdc4a4b832c1e9b06b76",
10798 "reference": "337117df1dade22e2ba1fdc4a4b832c1e9b06b76",
10799 "shasum": ""
10800 },
10801 "require": {
10802 "nette/utils": "^3.0.1",
10803 "php": ">=7.1"
10804 },
10805 "require-dev": {
10806 "nette/tester": "^2.2",
10807 "tracy/tracy": "^2.3"
10808 },
10809 "type": "library",
10810 "extra": {
10811 "branch-alias": {
10812 "dev-master": "1.0-dev"
10813 }
10814 },
10815 "autoload": {
10816 "classmap": [
10817 "src/"
10818 ]
10819 },
10820 "notification-url": "https://packagist.org/downloads/",
10821 "license": [
10822 "BSD-3-Clause",
10823 "GPL-2.0",
10824 "GPL-3.0"
10825 ],
10826 "authors": [
10827 {
10828 "name": "David Grudl",
10829 "homepage": "https://davidgrudl.com"
10830 },
10831 {
10832 "name": "Nette Community",
10833 "homepage": "https://nette.org/contributors"
10834 }
10835 ],
10836 "description": "📐 Nette Schema: validating data structures against a given Schema.",
10837 "homepage": "https://nette.org",
10838 "keywords": [
10839 "config",
10840 "nette"
10841 ],
10842 "time": "2019-10-31T20:52:19+00:00"
10843 },
10844 {
10845 "name": "nette/utils",
10846 "version": "v3.0.3",
10847 "source": {
10848 "type": "git",
10849 "url": "https://github.com/nette/utils.git",
10850 "reference": "f1b5ce0fae07f13e066e64f9a8f59e53b8f4982e"
10851 },
10852 "dist": {
10853 "type": "zip",
10854 "url": "https://api.github.com/repos/nette/utils/zipball/f1b5ce0fae07f13e066e64f9a8f59e53b8f4982e",
10855 "reference": "f1b5ce0fae07f13e066e64f9a8f59e53b8f4982e",
10856 "shasum": ""
10857 },
10858 "require": {
10859 "php": ">=7.1"
10860 },
10861 "require-dev": {
10862 "nette/tester": "~2.0",
10863 "phpstan/phpstan": "^0.12",
10864 "tracy/tracy": "^2.3"
10865 },
10866 "suggest": {
10867 "ext-gd": "to use Image",
10868 "ext-iconv": "to use Strings::webalize() and toAscii()",
10869 "ext-intl": "to use Strings::webalize(), toAscii(), normalize() and compare()",
10870 "ext-json": "to use Nette\\Utils\\Json",
10871 "ext-mbstring": "to use Strings::lower() etc...",
10872 "ext-tokenizer": "to use Nette\\Utils\\Reflection::getUseStatements()",
10873 "ext-xml": "to use Strings::length() etc. when mbstring is not available"
10874 },
10875 "type": "library",
10876 "extra": {
10877 "branch-alias": {
10878 "dev-master": "3.0-dev"
10879 }
10880 },
10881 "autoload": {
10882 "classmap": [
10883 "src/"
10884 ]
10885 },
10886 "notification-url": "https://packagist.org/downloads/",
10887 "license": [
10888 "BSD-3-Clause",
10889 "GPL-2.0",
10890 "GPL-3.0"
10891 ],
10892 "authors": [
10893 {
10894 "name": "David Grudl",
10895 "homepage": "https://davidgrudl.com"
10896 },
10897 {
10898 "name": "Nette Community",
10899 "homepage": "https://nette.org/contributors"
10900 }
10901 ],
10902 "description": "🛠 Nette Utils: lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.",
10903 "homepage": "https://nette.org",
10904 "keywords": [
10905 "array",
10906 "core",
10907 "datetime",
10908 "images",
10909 "json",
10910 "nette",
10911 "paginator",
10912 "password",
10913 "slugify",
10914 "string",
10915 "unicode",
10916 "utf-8",
10917 "utility",
10918 "validation"
10919 ],
10920 "time": "2019-12-27T03:47:50+00:00"
10921 },
10922 {
10923 "name": "nikic/php-parser",
10924 "version": "v4.3.0",
10925 "source": {
10926 "type": "git",
10927 "url": "https://github.com/nikic/PHP-Parser.git",
10928 "reference": "9a9981c347c5c49d6dfe5cf826bb882b824080dc"
10929 },
10930 "dist": {
10931 "type": "zip",
10932 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/9a9981c347c5c49d6dfe5cf826bb882b824080dc",
10933 "reference": "9a9981c347c5c49d6dfe5cf826bb882b824080dc",
10934 "shasum": ""
10935 },
10936 "require": {
10937 "ext-tokenizer": "*",
10938 "php": ">=7.0"
10939 },
10940 "require-dev": {
10941 "ircmaxell/php-yacc": "0.0.5",
10942 "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0"
10943 },
10944 "bin": [
10945 "bin/php-parse"
10946 ],
10947 "type": "library",
10948 "extra": {
10949 "branch-alias": {
10950 "dev-master": "4.3-dev"
10951 }
10952 },
10953 "autoload": {
10954 "psr-4": {
10955 "PhpParser\\": "lib/PhpParser"
10956 }
10957 },
10958 "notification-url": "https://packagist.org/downloads/",
10959 "license": [
10960 "BSD-3-Clause"
10961 ],
10962 "authors": [
10963 {
10964 "name": "Nikita Popov"
10965 }
10966 ],
10967 "description": "A PHP parser written in PHP",
10968 "keywords": [
10969 "parser",
10970 "php"
10971 ],
10972 "time": "2019-11-08T13:50:10+00:00"
10973 },
10974 {
10975 "name": "php-cs-fixer/diff",
10976 "version": "v1.3.0",
10977 "source": {
10978 "type": "git",
10979 "url": "https://github.com/PHP-CS-Fixer/diff.git",
10980 "reference": "78bb099e9c16361126c86ce82ec4405ebab8e756"
10981 },
10982 "dist": {
10983 "type": "zip",
10984 "url": "https://api.github.com/repos/PHP-CS-Fixer/diff/zipball/78bb099e9c16361126c86ce82ec4405ebab8e756",
10985 "reference": "78bb099e9c16361126c86ce82ec4405ebab8e756",
10986 "shasum": ""
10987 },
10988 "require": {
10989 "php": "^5.6 || ^7.0"
10990 },
10991 "require-dev": {
10992 "phpunit/phpunit": "^5.7.23 || ^6.4.3",
10993 "symfony/process": "^3.3"
10994 },
10995 "type": "library",
10996 "autoload": {
10997 "classmap": [
10998 "src/"
10999 ]
11000 },
11001 "notification-url": "https://packagist.org/downloads/",
11002 "license": [
11003 "BSD-3-Clause"
11004 ],
11005 "authors": [
11006 {
11007 "name": "Kore Nordmann",
11008 "email": "mail@kore-nordmann.de"
11009 },
11010 {
11011 "name": "Sebastian Bergmann",
11012 "email": "sebastian@phpunit.de"
11013 },
11014 {
11015 "name": "SpacePossum"
11016 }
11017 ],
11018 "description": "sebastian/diff v2 backport support for PHP5.6",
11019 "homepage": "https://github.com/PHP-CS-Fixer",
11020 "keywords": [
11021 "diff"
11022 ],
11023 "time": "2018-02-15T16:58:55+00:00"
11024 },
11025 {
11026 "name": "php-http/mock-client",
11027 "version": "1.3.1",
11028 "source": {
11029 "type": "git",
11030 "url": "https://github.com/php-http/mock-client.git",
11031 "reference": "186547be76fe81cc0c0589f9285ef9c8dded9845"
11032 },
11033 "dist": {
11034 "type": "zip",
11035 "url": "https://api.github.com/repos/php-http/mock-client/zipball/186547be76fe81cc0c0589f9285ef9c8dded9845",
11036 "reference": "186547be76fe81cc0c0589f9285ef9c8dded9845",
11037 "shasum": ""
11038 },
11039 "require": {
11040 "php": "^5.5 || ^7.0",
11041 "php-http/client-common": "^1.9 || ^2.0",
11042 "php-http/discovery": "^1.0",
11043 "php-http/httplug": "^1.0 || ^2.0",
11044 "php-http/message-factory": "^1.0"
11045 },
11046 "provide": {
11047 "php-http/async-client-implementation": "1.0",
11048 "php-http/client-implementation": "1.0"
11049 },
11050 "require-dev": {
11051 "henrikbjorn/phpspec-code-coverage": "^1.0",
11052 "phpspec/phpspec": "^2.4"
11053 },
11054 "type": "library",
11055 "extra": {
11056 "branch-alias": {
11057 "dev-master": "1.3-dev"
11058 }
11059 },
11060 "autoload": {
11061 "psr-4": {
11062 "Http\\Mock\\": "src/"
11063 }
11064 },
11065 "notification-url": "https://packagist.org/downloads/",
11066 "license": [
11067 "MIT"
11068 ],
11069 "authors": [
11070 {
11071 "name": "David de Boer",
11072 "email": "david@ddeboer.nl"
11073 }
11074 ],
11075 "description": "Mock HTTP client",
11076 "homepage": "http://httplug.io",
11077 "keywords": [
11078 "client",
11079 "http",
11080 "mock",
11081 "psr7"
11082 ],
11083 "time": "2019-11-06T12:49:04+00:00"
11084 },
11085 {
11086 "name": "phpstan/phpdoc-parser",
11087 "version": "0.3.5",
11088 "source": {
11089 "type": "git",
11090 "url": "https://github.com/phpstan/phpdoc-parser.git",
11091 "reference": "8c4ef2aefd9788238897b678a985e1d5c8df6db4"
11092 },
11093 "dist": {
11094 "type": "zip",
11095 "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/8c4ef2aefd9788238897b678a985e1d5c8df6db4",
11096 "reference": "8c4ef2aefd9788238897b678a985e1d5c8df6db4",
11097 "shasum": ""
11098 },
11099 "require": {
11100 "php": "~7.1"
11101 },
11102 "require-dev": {
11103 "consistence/coding-standard": "^3.5",
11104 "jakub-onderka/php-parallel-lint": "^0.9.2",
11105 "phing/phing": "^2.16.0",
11106 "phpstan/phpstan": "^0.10",
11107 "phpunit/phpunit": "^6.3",
11108 "slevomat/coding-standard": "^4.7.2",
11109 "squizlabs/php_codesniffer": "^3.3.2",
11110 "symfony/process": "^3.4 || ^4.0"
11111 },
11112 "type": "library",
11113 "extra": {
11114 "branch-alias": {
11115 "dev-master": "0.3-dev"
11116 }
11117 },
11118 "autoload": {
11119 "psr-4": {
11120 "PHPStan\\PhpDocParser\\": [
11121 "src/"
11122 ]
11123 }
11124 },
11125 "notification-url": "https://packagist.org/downloads/",
11126 "license": [
11127 "MIT"
11128 ],
11129 "description": "PHPDoc parser with support for nullable, intersection and generic types",
11130 "time": "2019-06-07T19:13:52+00:00"
11131 },
11132 {
11133 "name": "phpstan/phpstan",
11134 "version": "0.11.19",
11135 "source": {
11136 "type": "git",
11137 "url": "https://github.com/phpstan/phpstan.git",
11138 "reference": "63cc502f6957b7f74efbac444b4cf219dcadffd7"
11139 },
11140 "dist": {
11141 "type": "zip",
11142 "url": "https://api.github.com/repos/phpstan/phpstan/zipball/63cc502f6957b7f74efbac444b4cf219dcadffd7",
11143 "reference": "63cc502f6957b7f74efbac444b4cf219dcadffd7",
11144 "shasum": ""
11145 },
11146 "require": {
11147 "composer/xdebug-handler": "^1.3.0",
11148 "jean85/pretty-package-versions": "^1.0.3",
11149 "nette/bootstrap": "^2.4 || ^3.0",
11150 "nette/di": "^2.4.7 || ^3.0",
11151 "nette/neon": "^2.4.3 || ^3.0",
11152 "nette/robot-loader": "^3.0.1",
11153 "nette/schema": "^1.0",
11154 "nette/utils": "^2.4.5 || ^3.0",
11155 "nikic/php-parser": "^4.2.3",
11156 "php": "~7.1",
11157 "phpstan/phpdoc-parser": "^0.3.5",
11158 "symfony/console": "~3.2 || ~4.0",
11159 "symfony/finder": "~3.2 || ~4.0"
11160 },
11161 "conflict": {
11162 "symfony/console": "3.4.16 || 4.1.5"
11163 },
11164 "require-dev": {
11165 "brianium/paratest": "^2.0 || ^3.0",
11166 "consistence/coding-standard": "^3.5",
11167 "dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
11168 "ext-intl": "*",
11169 "ext-mysqli": "*",
11170 "ext-simplexml": "*",
11171 "ext-soap": "*",
11172 "ext-zip": "*",
11173 "jakub-onderka/php-parallel-lint": "^1.0",
11174 "localheinz/composer-normalize": "^1.1.0",
11175 "phing/phing": "^2.16.0",
11176 "phpstan/phpstan-deprecation-rules": "^0.11",
11177 "phpstan/phpstan-php-parser": "^0.11",
11178 "phpstan/phpstan-phpunit": "^0.11",
11179 "phpstan/phpstan-strict-rules": "^0.11",
11180 "phpunit/phpunit": "^7.5.14 || ^8.0",
11181 "slevomat/coding-standard": "^4.7.2",
11182 "squizlabs/php_codesniffer": "^3.3.2"
11183 },
11184 "bin": [
11185 "bin/phpstan"
11186 ],
11187 "type": "library",
11188 "extra": {
11189 "branch-alias": {
11190 "dev-master": "0.11-dev"
11191 }
11192 },
11193 "autoload": {
11194 "psr-4": {
11195 "PHPStan\\": [
11196 "src/"
11197 ]
11198 }
11199 },
11200 "notification-url": "https://packagist.org/downloads/",
11201 "license": [
11202 "MIT"
11203 ],
11204 "description": "PHPStan - PHP Static Analysis Tool",
11205 "time": "2019-10-22T20:20:22+00:00"
11206 },
11207 {
11208 "name": "phpstan/phpstan-doctrine",
11209 "version": "0.11.6",
11210 "source": {
11211 "type": "git",
11212 "url": "https://github.com/phpstan/phpstan-doctrine.git",
11213 "reference": "77592865e167b32c7dcb4f39a35210e909a8854c"
11214 },
11215 "dist": {
11216 "type": "zip",
11217 "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/77592865e167b32c7dcb4f39a35210e909a8854c",
11218 "reference": "77592865e167b32c7dcb4f39a35210e909a8854c",
11219 "shasum": ""
11220 },
11221 "require": {
11222 "nikic/php-parser": "^4.0",
11223 "php": "~7.1",
11224 "phpstan/phpdoc-parser": "^0.3",
11225 "phpstan/phpstan": "^0.11.7"
11226 },
11227 "conflict": {
11228 "doctrine/collections": "<1.0",
11229 "doctrine/common": "<2.7",
11230 "doctrine/mongodb-odm": "<1.2",
11231 "doctrine/orm": "<2.5"
11232 },
11233 "require-dev": {
11234 "consistence/coding-standard": "^3.8",
11235 "dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
11236 "doctrine/collections": "^1.0",
11237 "doctrine/common": "^2.7",
11238 "doctrine/mongodb-odm": "^1.2",
11239 "doctrine/orm": "^2.5",
11240 "jakub-onderka/php-parallel-lint": "^1.0",
11241 "phing/phing": "^2.16.0",
11242 "phpstan/phpstan-phpunit": "^0.11",
11243 "phpstan/phpstan-strict-rules": "^0.11",
11244 "phpunit/phpunit": "^7.0",
11245 "slevomat/coding-standard": "^5.0.4"
11246 },
11247 "type": "phpstan-extension",
11248 "extra": {
11249 "branch-alias": {
11250 "dev-master": "0.11-dev"
11251 },
11252 "phpstan": {
11253 "includes": [
11254 "extension.neon",
11255 "rules.neon"
11256 ]
11257 }
11258 },
11259 "autoload": {
11260 "psr-4": {
11261 "PHPStan\\": "src/"
11262 }
11263 },
11264 "notification-url": "https://packagist.org/downloads/",
11265 "license": [
11266 "MIT"
11267 ],
11268 "description": "Doctrine extensions for PHPStan",
11269 "time": "2019-09-13T08:40:06+00:00"
11270 },
11271 {
11272 "name": "phpstan/phpstan-phpunit",
11273 "version": "0.11.2",
11274 "source": {
11275 "type": "git",
11276 "url": "https://github.com/phpstan/phpstan-phpunit.git",
11277 "reference": "fbf2ad56c3b13189d29655e226c9b1da47c2fad9"
11278 },
11279 "dist": {
11280 "type": "zip",
11281 "url": "https://api.github.com/repos/phpstan/phpstan-phpunit/zipball/fbf2ad56c3b13189d29655e226c9b1da47c2fad9",
11282 "reference": "fbf2ad56c3b13189d29655e226c9b1da47c2fad9",
11283 "shasum": ""
11284 },
11285 "require": {
11286 "nikic/php-parser": "^4.0",
11287 "php": "~7.1",
11288 "phpstan/phpdoc-parser": "^0.3",
11289 "phpstan/phpstan": "^0.11.4"
11290 },
11291 "conflict": {
11292 "phpunit/phpunit": "<7.0"
11293 },
11294 "require-dev": {
11295 "consistence/coding-standard": "^3.0.1",
11296 "dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
11297 "jakub-onderka/php-parallel-lint": "^1.0",
11298 "phing/phing": "^2.16.0",
11299 "phpstan/phpstan-strict-rules": "^0.11",
11300 "phpunit/phpunit": "^7.0",
11301 "satooshi/php-coveralls": "^1.0",
11302 "slevomat/coding-standard": "^4.5.2"
11303 },
11304 "type": "phpstan-extension",
11305 "extra": {
11306 "branch-alias": {
11307 "dev-master": "0.11-dev"
11308 },
11309 "phpstan": {
11310 "includes": [
11311 "extension.neon",
11312 "rules.neon"
11313 ]
11314 }
11315 },
11316 "autoload": {
11317 "psr-4": {
11318 "PHPStan\\": "src/"
11319 }
11320 },
11321 "notification-url": "https://packagist.org/downloads/",
11322 "license": [
11323 "MIT"
11324 ],
11325 "description": "PHPUnit extensions and rules for PHPStan",
11326 "time": "2019-05-17T17:50:16+00:00"
11327 },
11328 {
11329 "name": "phpstan/phpstan-symfony",
11330 "version": "0.11.6",
11331 "source": {
11332 "type": "git",
11333 "url": "https://github.com/phpstan/phpstan-symfony.git",
11334 "reference": "c7be3054c21fd472a52b1c38eb129c3f93776084"
11335 },
11336 "dist": {
11337 "type": "zip",
11338 "url": "https://api.github.com/repos/phpstan/phpstan-symfony/zipball/c7be3054c21fd472a52b1c38eb129c3f93776084",
11339 "reference": "c7be3054c21fd472a52b1c38eb129c3f93776084",
11340 "shasum": ""
11341 },
11342 "require": {
11343 "ext-simplexml": "*",
11344 "nikic/php-parser": "^4.0",
11345 "php": "^7.1",
11346 "phpstan/phpstan": "^0.11.7"
11347 },
11348 "conflict": {
11349 "symfony/framework-bundle": "<3.0"
11350 },
11351 "require-dev": {
11352 "consistence/coding-standard": "^3.0.1",
11353 "dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
11354 "jakub-onderka/php-parallel-lint": "^1.0",
11355 "nette/di": "^3.0-stable",
11356 "phing/phing": "^2.16.0",
11357 "phpstan/phpstan-phpunit": "^0.11",
11358 "phpstan/phpstan-strict-rules": "^0.11",
11359 "phpunit/phpunit": "^7.0",
11360 "slevomat/coding-standard": "^4.5.2",
11361 "squizlabs/php_codesniffer": "^3.3.2",
11362 "symfony/console": "^3.0 || ^4.0",
11363 "symfony/framework-bundle": "^3.0 || ^4.0",
11364 "symfony/messenger": "^4.2",
11365 "symfony/serializer": "^3.0 || ^4.0"
11366 },
11367 "type": "phpstan-extension",
11368 "extra": {
11369 "branch-alias": {
11370 "dev-master": "0.11-dev"
11371 },
11372 "phpstan": {
11373 "includes": [
11374 "extension.neon"
11375 ]
11376 }
11377 },
11378 "autoload": {
11379 "psr-4": {
11380 "PHPStan\\": "src/"
11381 }
11382 },
11383 "notification-url": "https://packagist.org/downloads/",
11384 "license": [
11385 "MIT"
11386 ],
11387 "authors": [
11388 {
11389 "name": "Lukáš Unger",
11390 "email": "looky.msc@gmail.com",
11391 "homepage": "https://lookyman.net"
11392 }
11393 ],
11394 "description": "Symfony Framework extensions and rules for PHPStan",
11395 "time": "2019-05-19T17:40:25+00:00"
11396 },
11397 {
11398 "name": "sensio/generator-bundle",
11399 "version": "v3.1.7",
11400 "source": {
11401 "type": "git",
11402 "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git",
11403 "reference": "28cbaa244bd0816fd8908b93f90380bcd7b67a65"
11404 },
11405 "dist": {
11406 "type": "zip",
11407 "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/28cbaa244bd0816fd8908b93f90380bcd7b67a65",
11408 "reference": "28cbaa244bd0816fd8908b93f90380bcd7b67a65",
11409 "shasum": ""
11410 },
11411 "require": {
11412 "symfony/console": "~2.7|~3.0",
11413 "symfony/framework-bundle": "~2.7|~3.0",
11414 "symfony/process": "~2.7|~3.0",
11415 "symfony/yaml": "~2.7|~3.0",
11416 "twig/twig": "^1.28.2|^2.0"
11417 },
11418 "require-dev": {
11419 "doctrine/orm": "~2.4",
11420 "symfony/doctrine-bridge": "~2.7|~3.0",
11421 "symfony/filesystem": "~2.7|~3.0",
11422 "symfony/phpunit-bridge": "^3.3"
11423 },
11424 "type": "symfony-bundle",
11425 "extra": {
11426 "branch-alias": {
11427 "dev-master": "3.1.x-dev"
11428 }
11429 },
11430 "autoload": {
11431 "psr-4": {
11432 "Sensio\\Bundle\\GeneratorBundle\\": ""
11433 },
11434 "exclude-from-classmap": [
11435 "/Tests/"
11436 ]
11437 },
11438 "notification-url": "https://packagist.org/downloads/",
11439 "license": [
11440 "MIT"
11441 ],
11442 "authors": [
11443 {
11444 "name": "Fabien Potencier",
11445 "email": "fabien@symfony.com"
11446 }
11447 ],
11448 "description": "This bundle generates code for you",
11449 "abandoned": "symfony/maker-bundle",
11450 "time": "2017-12-07T15:36:41+00:00"
11451 },
11452 {
11453 "name": "symfony/phpunit-bridge",
11454 "version": "v4.3.11",
11455 "source": {
11456 "type": "git",
11457 "url": "https://github.com/symfony/phpunit-bridge.git",
11458 "reference": "692a73a2e0b76123150709f5eb7e2ea9bf2bad43"
11459 },
11460 "dist": {
11461 "type": "zip",
11462 "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/692a73a2e0b76123150709f5eb7e2ea9bf2bad43",
11463 "reference": "692a73a2e0b76123150709f5eb7e2ea9bf2bad43",
11464 "shasum": ""
11465 },
11466 "require": {
11467 "php": ">=5.5.9"
11468 },
11469 "conflict": {
11470 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
11471 },
11472 "suggest": {
11473 "symfony/debug": "For tracking deprecated interfaces usages at runtime with DebugClassLoader"
11474 },
11475 "bin": [
11476 "bin/simple-phpunit"
11477 ],
11478 "type": "symfony-bridge",
11479 "extra": {
11480 "branch-alias": {
11481 "dev-master": "4.3-dev"
11482 },
11483 "thanks": {
11484 "name": "phpunit/phpunit",
11485 "url": "https://github.com/sebastianbergmann/phpunit"
11486 }
11487 },
11488 "autoload": {
11489 "files": [
11490 "bootstrap.php"
11491 ],
11492 "psr-4": {
11493 "Symfony\\Bridge\\PhpUnit\\": ""
11494 },
11495 "exclude-from-classmap": [
11496 "/Tests/"
11497 ]
11498 },
11499 "notification-url": "https://packagist.org/downloads/",
11500 "license": [
11501 "MIT"
11502 ],
11503 "authors": [
11504 {
11505 "name": "Nicolas Grekas",
11506 "email": "p@tchwork.com"
11507 },
11508 {
11509 "name": "Symfony Community",
11510 "homepage": "https://symfony.com/contributors"
11511 }
11512 ],
11513 "description": "Symfony PHPUnit Bridge",
11514 "homepage": "https://symfony.com",
11515 "time": "2020-01-31T09:56:21+00:00"
11516 }
11517 ],
11518 "aliases": [],
11519 "minimum-stability": "dev",
11520 "stability-flags": {
11521 "predis/predis": 20
11522 },
11523 "prefer-stable": true,
11524 "prefer-lowest": false,
11525 "platform": {
11526 "php": ">=7.1.3",
11527 "ext-pcre": "*",
11528 "ext-dom": "*",
11529 "ext-curl": "*",
11530 "ext-gd": "*",
11531 "ext-session": "*",
11532 "ext-ctype": "*",
11533 "ext-hash": "*",
11534 "ext-simplexml": "*",
11535 "ext-json": "*",
11536 "ext-mbstring": "*",
11537 "ext-xml": "*",
11538 "ext-iconv": "*",
11539 "ext-tokenizer": "*",
11540 "ext-pdo": "*",
11541 "ext-tidy": "*"
11542 },
11543 "platform-dev": [],
11544 "platform-overrides": {
11545 "php": "7.1.3"
11546 }
11547 }