]> git.immae.eu Git - github/wallabag/wallabag.git/blob - composer.lock
Merge pull request #4438 from wallabag/dependabot/composer/scheb/two-factor-bundle...
[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": "684e23e16257042ea975c6797fc40c26",
8 "packages": [
9 {
10 "name": "bdunogier/guzzle-site-authenticator",
11 "version": "1.0.0",
12 "source": {
13 "type": "git",
14 "url": "https://github.com/wallabag/guzzle-site-authenticator.git",
15 "reference": "6649aca6f13c27088ef34e4202b31fc0da01d987"
16 },
17 "dist": {
18 "type": "zip",
19 "url": "https://api.github.com/repos/wallabag/guzzle-site-authenticator/zipball/6649aca6f13c27088ef34e4202b31fc0da01d987",
20 "reference": "6649aca6f13c27088ef34e4202b31fc0da01d987",
21 "shasum": ""
22 },
23 "require": {
24 "guzzlehttp/guzzle": "^5.2.0",
25 "psr/log": "^1.0.0",
26 "symfony/expression-language": "^3.2"
27 },
28 "require-dev": {
29 "friendsofphp/php-cs-fixer": "~2.0",
30 "monolog/monolog": "^1.13",
31 "php-coveralls/php-coveralls": "~1.0",
32 "symfony/phpunit-bridge": "^4.2"
33 },
34 "type": "library",
35 "extra": {
36 "branch-alias": {
37 "dev-master": "1.0.x-dev"
38 }
39 },
40 "autoload": {
41 "psr-4": {
42 "BD\\GuzzleSiteAuthenticatorBundle\\": "bundle/",
43 "BD\\GuzzleSiteAuthenticator\\": "lib/"
44 }
45 },
46 "notification-url": "https://packagist.org/downloads/",
47 "license": [
48 "MIT"
49 ],
50 "authors": [
51 {
52 "name": "Bertrand Dunogier",
53 "email": "bertrand.dunogier@gmail.com"
54 }
55 ],
56 "description": "A guzzle plugin that adds, if necessary, authentication data to requests. Uses credentials and cookies, with login requests to the sites.",
57 "time": "2018-12-13T21:06:29+00:00"
58 },
59 {
60 "name": "beberlei/assert",
61 "version": "v3.2.7",
62 "source": {
63 "type": "git",
64 "url": "https://github.com/beberlei/assert.git",
65 "reference": "d63a6943fc4fd1a2aedb65994e3548715105abcf"
66 },
67 "dist": {
68 "type": "zip",
69 "url": "https://api.github.com/repos/beberlei/assert/zipball/d63a6943fc4fd1a2aedb65994e3548715105abcf",
70 "reference": "d63a6943fc4fd1a2aedb65994e3548715105abcf",
71 "shasum": ""
72 },
73 "require": {
74 "ext-ctype": "*",
75 "ext-json": "*",
76 "ext-mbstring": "*",
77 "ext-simplexml": "*",
78 "php": "^7"
79 },
80 "require-dev": {
81 "friendsofphp/php-cs-fixer": "*",
82 "phpstan/phpstan-shim": "*",
83 "phpunit/phpunit": ">=6.0.0 <8"
84 },
85 "suggest": {
86 "ext-intl": "Needed to allow Assertion::count(), Assertion::isCountable(), Assertion::minCount(), and Assertion::maxCount() to operate on ResourceBundles"
87 },
88 "type": "library",
89 "autoload": {
90 "psr-4": {
91 "Assert\\": "lib/Assert"
92 },
93 "files": [
94 "lib/Assert/functions.php"
95 ]
96 },
97 "notification-url": "https://packagist.org/downloads/",
98 "license": [
99 "BSD-2-Clause"
100 ],
101 "authors": [
102 {
103 "name": "Benjamin Eberlei",
104 "email": "kontakt@beberlei.de",
105 "role": "Lead Developer"
106 },
107 {
108 "name": "Richard Quadling",
109 "email": "rquadling@gmail.com",
110 "role": "Collaborator"
111 }
112 ],
113 "description": "Thin assertion library for input validation in business models.",
114 "keywords": [
115 "assert",
116 "assertion",
117 "validation"
118 ],
119 "time": "2019-12-19T17:51:41+00:00"
120 },
121 {
122 "name": "behat/transliterator",
123 "version": "v1.3.0",
124 "source": {
125 "type": "git",
126 "url": "https://github.com/Behat/Transliterator.git",
127 "reference": "3c4ec1d77c3d05caa1f0bf8fb3aae4845005c7fc"
128 },
129 "dist": {
130 "type": "zip",
131 "url": "https://api.github.com/repos/Behat/Transliterator/zipball/3c4ec1d77c3d05caa1f0bf8fb3aae4845005c7fc",
132 "reference": "3c4ec1d77c3d05caa1f0bf8fb3aae4845005c7fc",
133 "shasum": ""
134 },
135 "require": {
136 "php": ">=5.3.3"
137 },
138 "require-dev": {
139 "chuyskywalker/rolling-curl": "^3.1",
140 "php-yaoi/php-yaoi": "^1.0",
141 "phpunit/phpunit": "^4.8.36|^6.3"
142 },
143 "type": "library",
144 "extra": {
145 "branch-alias": {
146 "dev-master": "1.2-dev"
147 }
148 },
149 "autoload": {
150 "psr-4": {
151 "Behat\\Transliterator\\": "src/Behat/Transliterator"
152 }
153 },
154 "notification-url": "https://packagist.org/downloads/",
155 "license": [
156 "Artistic-1.0"
157 ],
158 "description": "String transliterator",
159 "keywords": [
160 "i18n",
161 "slug",
162 "transliterator"
163 ],
164 "time": "2020-01-14T16:39:13+00:00"
165 },
166 {
167 "name": "clue/stream-filter",
168 "version": "v1.4.1",
169 "source": {
170 "type": "git",
171 "url": "https://github.com/clue/php-stream-filter.git",
172 "reference": "5a58cc30a8bd6a4eb8f856adf61dd3e013f53f71"
173 },
174 "dist": {
175 "type": "zip",
176 "url": "https://api.github.com/repos/clue/php-stream-filter/zipball/5a58cc30a8bd6a4eb8f856adf61dd3e013f53f71",
177 "reference": "5a58cc30a8bd6a4eb8f856adf61dd3e013f53f71",
178 "shasum": ""
179 },
180 "require": {
181 "php": ">=5.3"
182 },
183 "require-dev": {
184 "phpunit/phpunit": "^5.0 || ^4.8"
185 },
186 "type": "library",
187 "autoload": {
188 "psr-4": {
189 "Clue\\StreamFilter\\": "src/"
190 },
191 "files": [
192 "src/functions_include.php"
193 ]
194 },
195 "notification-url": "https://packagist.org/downloads/",
196 "license": [
197 "MIT"
198 ],
199 "authors": [
200 {
201 "name": "Christian Lück",
202 "email": "christian@lueck.tv"
203 }
204 ],
205 "description": "A simple and modern approach to stream filtering in PHP",
206 "homepage": "https://github.com/clue/php-stream-filter",
207 "keywords": [
208 "bucket brigade",
209 "callback",
210 "filter",
211 "php_user_filter",
212 "stream",
213 "stream_filter_append",
214 "stream_filter_register"
215 ],
216 "time": "2019-04-09T12:31:48+00:00"
217 },
218 {
219 "name": "composer/package-versions-deprecated",
220 "version": "1.8.0",
221 "source": {
222 "type": "git",
223 "url": "https://github.com/composer/package-versions-deprecated.git",
224 "reference": "98df7f1b293c0550bd5b1ce6b60b59bdda23aa47"
225 },
226 "dist": {
227 "type": "zip",
228 "url": "https://api.github.com/repos/composer/package-versions-deprecated/zipball/98df7f1b293c0550bd5b1ce6b60b59bdda23aa47",
229 "reference": "98df7f1b293c0550bd5b1ce6b60b59bdda23aa47",
230 "shasum": ""
231 },
232 "require": {
233 "composer-plugin-api": "^1.1.0 || ^2.0",
234 "php": "^7"
235 },
236 "replace": {
237 "ocramius/package-versions": "1.2 - 1.8.99"
238 },
239 "require-dev": {
240 "composer/composer": "^1.9.3 || ^2.0@dev",
241 "ext-zip": "^1.13",
242 "phpunit/phpunit": "^6.5 || ^7"
243 },
244 "type": "composer-plugin",
245 "extra": {
246 "class": "PackageVersions\\Installer",
247 "branch-alias": {
248 "dev-master": "1.x-dev"
249 }
250 },
251 "autoload": {
252 "psr-4": {
253 "PackageVersions\\": "src/PackageVersions"
254 }
255 },
256 "notification-url": "https://packagist.org/downloads/",
257 "license": [
258 "MIT"
259 ],
260 "authors": [
261 {
262 "name": "Marco Pivetta",
263 "email": "ocramius@gmail.com"
264 },
265 {
266 "name": "Jordi Boggiano",
267 "email": "j.boggiano@seld.be"
268 }
269 ],
270 "description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)",
271 "time": "2020-04-23T11:49:37+00:00"
272 },
273 {
274 "name": "craue/config-bundle",
275 "version": "2.4.0",
276 "source": {
277 "type": "git",
278 "url": "https://github.com/craue/CraueConfigBundle.git",
279 "reference": "ad474f63d6b51da0d346a7873b3a54f98fa96e32"
280 },
281 "dist": {
282 "type": "zip",
283 "url": "https://api.github.com/repos/craue/CraueConfigBundle/zipball/ad474f63d6b51da0d346a7873b3a54f98fa96e32",
284 "reference": "ad474f63d6b51da0d346a7873b3a54f98fa96e32",
285 "shasum": ""
286 },
287 "require": {
288 "doctrine/doctrine-bundle": "^1.5.1|~2.0",
289 "php": "~7.0",
290 "psr/simple-cache": "^1.0",
291 "symfony/cache": "~3.4|~4.2|~5.0",
292 "symfony/config": "~3.4|~4.2|~5.0",
293 "symfony/dependency-injection": "~3.4|~4.2|~5.0",
294 "symfony/form": "~3.4|~4.2|~5.0",
295 "symfony/framework-bundle": "~3.4|~4.2|~5.0",
296 "symfony/http-foundation": "~3.4|~4.2|~5.0",
297 "symfony/http-kernel": "~3.4|~4.2|~5.0",
298 "symfony/options-resolver": "~3.4|~4.2|~5.0",
299 "symfony/validator": "~3.4|~4.2|~5.0"
300 },
301 "require-dev": {
302 "doctrine/instantiator": "^1.0.5",
303 "doctrine/orm": "^2.5.14",
304 "phpunit/phpunit": "^6.5.13|^7.5.1",
305 "symfony/phpunit-bridge": "~5.0",
306 "symfony/symfony": "~3.4|~4.2|~5.0"
307 },
308 "type": "symfony-bundle",
309 "extra": {
310 "branch-alias": {
311 "dev-master": "2.4.x-dev"
312 }
313 },
314 "autoload": {
315 "psr-4": {
316 "Craue\\ConfigBundle\\": ""
317 },
318 "exclude-from-classmap": [
319 "/Tests/"
320 ]
321 },
322 "notification-url": "https://packagist.org/downloads/",
323 "license": [
324 "MIT"
325 ],
326 "authors": [
327 {
328 "name": "Christian Raue",
329 "email": "christian.raue@gmail.com"
330 },
331 {
332 "name": "Symfony Community",
333 "homepage": "https://github.com/craue/CraueConfigBundle/contributors"
334 }
335 ],
336 "description": "Database-stored settings made available via a service for your Symfony project.",
337 "homepage": "https://github.com/craue/CraueConfigBundle",
338 "keywords": [
339 "config",
340 "symfony"
341 ],
342 "time": "2019-12-03T08:32:04+00:00"
343 },
344 {
345 "name": "defuse/php-encryption",
346 "version": "v2.2.1",
347 "source": {
348 "type": "git",
349 "url": "https://github.com/defuse/php-encryption.git",
350 "reference": "0f407c43b953d571421e0020ba92082ed5fb7620"
351 },
352 "dist": {
353 "type": "zip",
354 "url": "https://api.github.com/repos/defuse/php-encryption/zipball/0f407c43b953d571421e0020ba92082ed5fb7620",
355 "reference": "0f407c43b953d571421e0020ba92082ed5fb7620",
356 "shasum": ""
357 },
358 "require": {
359 "ext-openssl": "*",
360 "paragonie/random_compat": ">= 2",
361 "php": ">=5.4.0"
362 },
363 "require-dev": {
364 "nikic/php-parser": "^2.0|^3.0|^4.0",
365 "phpunit/phpunit": "^4|^5"
366 },
367 "bin": [
368 "bin/generate-defuse-key"
369 ],
370 "type": "library",
371 "autoload": {
372 "psr-4": {
373 "Defuse\\Crypto\\": "src"
374 }
375 },
376 "notification-url": "https://packagist.org/downloads/",
377 "license": [
378 "MIT"
379 ],
380 "authors": [
381 {
382 "name": "Taylor Hornby",
383 "email": "taylor@defuse.ca",
384 "homepage": "https://defuse.ca/"
385 },
386 {
387 "name": "Scott Arciszewski",
388 "email": "info@paragonie.com",
389 "homepage": "https://paragonie.com"
390 }
391 ],
392 "description": "Secure PHP Encryption Library",
393 "keywords": [
394 "aes",
395 "authenticated encryption",
396 "cipher",
397 "crypto",
398 "cryptography",
399 "encrypt",
400 "encryption",
401 "openssl",
402 "security",
403 "symmetric key cryptography"
404 ],
405 "time": "2018-07-24T23:27:56+00:00"
406 },
407 {
408 "name": "doctrine/annotations",
409 "version": "1.10.3",
410 "source": {
411 "type": "git",
412 "url": "https://github.com/doctrine/annotations.git",
413 "reference": "5db60a4969eba0e0c197a19c077780aadbc43c5d"
414 },
415 "dist": {
416 "type": "zip",
417 "url": "https://api.github.com/repos/doctrine/annotations/zipball/5db60a4969eba0e0c197a19c077780aadbc43c5d",
418 "reference": "5db60a4969eba0e0c197a19c077780aadbc43c5d",
419 "shasum": ""
420 },
421 "require": {
422 "doctrine/lexer": "1.*",
423 "ext-tokenizer": "*",
424 "php": "^7.1 || ^8.0"
425 },
426 "require-dev": {
427 "doctrine/cache": "1.*",
428 "phpunit/phpunit": "^7.5"
429 },
430 "type": "library",
431 "extra": {
432 "branch-alias": {
433 "dev-master": "1.9.x-dev"
434 }
435 },
436 "autoload": {
437 "psr-4": {
438 "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
439 }
440 },
441 "notification-url": "https://packagist.org/downloads/",
442 "license": [
443 "MIT"
444 ],
445 "authors": [
446 {
447 "name": "Guilherme Blanco",
448 "email": "guilhermeblanco@gmail.com"
449 },
450 {
451 "name": "Roman Borschel",
452 "email": "roman@code-factory.org"
453 },
454 {
455 "name": "Benjamin Eberlei",
456 "email": "kontakt@beberlei.de"
457 },
458 {
459 "name": "Jonathan Wage",
460 "email": "jonwage@gmail.com"
461 },
462 {
463 "name": "Johannes Schmitt",
464 "email": "schmittjoh@gmail.com"
465 }
466 ],
467 "description": "Docblock Annotations Parser",
468 "homepage": "http://www.doctrine-project.org",
469 "keywords": [
470 "annotations",
471 "docblock",
472 "parser"
473 ],
474 "time": "2020-05-25T17:24:27+00:00"
475 },
476 {
477 "name": "doctrine/cache",
478 "version": "1.10.1",
479 "source": {
480 "type": "git",
481 "url": "https://github.com/doctrine/cache.git",
482 "reference": "35a4a70cd94e09e2259dfae7488afc6b474ecbd3"
483 },
484 "dist": {
485 "type": "zip",
486 "url": "https://api.github.com/repos/doctrine/cache/zipball/35a4a70cd94e09e2259dfae7488afc6b474ecbd3",
487 "reference": "35a4a70cd94e09e2259dfae7488afc6b474ecbd3",
488 "shasum": ""
489 },
490 "require": {
491 "php": "~7.1 || ^8.0"
492 },
493 "conflict": {
494 "doctrine/common": ">2.2,<2.4"
495 },
496 "require-dev": {
497 "alcaeus/mongo-php-adapter": "^1.1",
498 "doctrine/coding-standard": "^6.0",
499 "mongodb/mongodb": "^1.1",
500 "phpunit/phpunit": "^7.0",
501 "predis/predis": "~1.0"
502 },
503 "suggest": {
504 "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
505 },
506 "type": "library",
507 "extra": {
508 "branch-alias": {
509 "dev-master": "1.9.x-dev"
510 }
511 },
512 "autoload": {
513 "psr-4": {
514 "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
515 }
516 },
517 "notification-url": "https://packagist.org/downloads/",
518 "license": [
519 "MIT"
520 ],
521 "authors": [
522 {
523 "name": "Guilherme Blanco",
524 "email": "guilhermeblanco@gmail.com"
525 },
526 {
527 "name": "Roman Borschel",
528 "email": "roman@code-factory.org"
529 },
530 {
531 "name": "Benjamin Eberlei",
532 "email": "kontakt@beberlei.de"
533 },
534 {
535 "name": "Jonathan Wage",
536 "email": "jonwage@gmail.com"
537 },
538 {
539 "name": "Johannes Schmitt",
540 "email": "schmittjoh@gmail.com"
541 }
542 ],
543 "description": "PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.",
544 "homepage": "https://www.doctrine-project.org/projects/cache.html",
545 "keywords": [
546 "abstraction",
547 "apcu",
548 "cache",
549 "caching",
550 "couchdb",
551 "memcached",
552 "php",
553 "redis",
554 "xcache"
555 ],
556 "time": "2020-05-27T16:24:54+00:00"
557 },
558 {
559 "name": "doctrine/collections",
560 "version": "1.6.5",
561 "source": {
562 "type": "git",
563 "url": "https://github.com/doctrine/collections.git",
564 "reference": "fc0206348e17e530d09463fef07ba8968406cd6d"
565 },
566 "dist": {
567 "type": "zip",
568 "url": "https://api.github.com/repos/doctrine/collections/zipball/fc0206348e17e530d09463fef07ba8968406cd6d",
569 "reference": "fc0206348e17e530d09463fef07ba8968406cd6d",
570 "shasum": ""
571 },
572 "require": {
573 "php": "^7.1.3 || ^8.0"
574 },
575 "require-dev": {
576 "doctrine/coding-standard": "^6.0",
577 "phpstan/phpstan-shim": "^0.9.2",
578 "phpunit/phpunit": "^7.0",
579 "vimeo/psalm": "^3.8.1"
580 },
581 "type": "library",
582 "autoload": {
583 "psr-4": {
584 "Doctrine\\Common\\Collections\\": "lib/Doctrine/Common/Collections"
585 }
586 },
587 "notification-url": "https://packagist.org/downloads/",
588 "license": [
589 "MIT"
590 ],
591 "authors": [
592 {
593 "name": "Guilherme Blanco",
594 "email": "guilhermeblanco@gmail.com"
595 },
596 {
597 "name": "Roman Borschel",
598 "email": "roman@code-factory.org"
599 },
600 {
601 "name": "Benjamin Eberlei",
602 "email": "kontakt@beberlei.de"
603 },
604 {
605 "name": "Jonathan Wage",
606 "email": "jonwage@gmail.com"
607 },
608 {
609 "name": "Johannes Schmitt",
610 "email": "schmittjoh@gmail.com"
611 }
612 ],
613 "description": "PHP Doctrine Collections library that adds additional functionality on top of PHP arrays.",
614 "homepage": "https://www.doctrine-project.org/projects/collections.html",
615 "keywords": [
616 "array",
617 "collections",
618 "iterators",
619 "php"
620 ],
621 "time": "2020-05-25T19:24:35+00:00"
622 },
623 {
624 "name": "doctrine/common",
625 "version": "2.13.2",
626 "source": {
627 "type": "git",
628 "url": "https://github.com/doctrine/common.git",
629 "reference": "6902fafacb43333d9dc3d949c0a06048a31549ac"
630 },
631 "dist": {
632 "type": "zip",
633 "url": "https://api.github.com/repos/doctrine/common/zipball/6902fafacb43333d9dc3d949c0a06048a31549ac",
634 "reference": "6902fafacb43333d9dc3d949c0a06048a31549ac",
635 "shasum": ""
636 },
637 "require": {
638 "doctrine/annotations": "^1.0",
639 "doctrine/cache": "^1.0",
640 "doctrine/collections": "^1.0",
641 "doctrine/event-manager": "^1.0",
642 "doctrine/inflector": "^1.0",
643 "doctrine/lexer": "^1.0",
644 "doctrine/persistence": "^1.3.3",
645 "doctrine/reflection": "^1.0",
646 "php": "^7.1 || ^8.0"
647 },
648 "require-dev": {
649 "doctrine/coding-standard": "^1.0",
650 "phpstan/phpstan": "^0.11",
651 "phpstan/phpstan-phpunit": "^0.11",
652 "phpunit/phpunit": "^7.0",
653 "squizlabs/php_codesniffer": "^3.0",
654 "symfony/phpunit-bridge": "^4.0.5"
655 },
656 "type": "library",
657 "extra": {
658 "branch-alias": {
659 "dev-master": "2.11.x-dev"
660 }
661 },
662 "autoload": {
663 "psr-4": {
664 "Doctrine\\Common\\": "lib/Doctrine/Common"
665 }
666 },
667 "notification-url": "https://packagist.org/downloads/",
668 "license": [
669 "MIT"
670 ],
671 "authors": [
672 {
673 "name": "Guilherme Blanco",
674 "email": "guilhermeblanco@gmail.com"
675 },
676 {
677 "name": "Roman Borschel",
678 "email": "roman@code-factory.org"
679 },
680 {
681 "name": "Benjamin Eberlei",
682 "email": "kontakt@beberlei.de"
683 },
684 {
685 "name": "Jonathan Wage",
686 "email": "jonwage@gmail.com"
687 },
688 {
689 "name": "Johannes Schmitt",
690 "email": "schmittjoh@gmail.com"
691 },
692 {
693 "name": "Marco Pivetta",
694 "email": "ocramius@gmail.com"
695 }
696 ],
697 "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.",
698 "homepage": "https://www.doctrine-project.org/projects/common.html",
699 "keywords": [
700 "common",
701 "doctrine",
702 "php"
703 ],
704 "time": "2020-05-29T17:35:20+00:00"
705 },
706 {
707 "name": "doctrine/dbal",
708 "version": "v2.9.2",
709 "source": {
710 "type": "git",
711 "url": "https://github.com/doctrine/dbal.git",
712 "reference": "22800bd651c1d8d2a9719e2a3dc46d5108ebfcc9"
713 },
714 "dist": {
715 "type": "zip",
716 "url": "https://api.github.com/repos/doctrine/dbal/zipball/22800bd651c1d8d2a9719e2a3dc46d5108ebfcc9",
717 "reference": "22800bd651c1d8d2a9719e2a3dc46d5108ebfcc9",
718 "shasum": ""
719 },
720 "require": {
721 "doctrine/cache": "^1.0",
722 "doctrine/event-manager": "^1.0",
723 "ext-pdo": "*",
724 "php": "^7.1"
725 },
726 "require-dev": {
727 "doctrine/coding-standard": "^5.0",
728 "jetbrains/phpstorm-stubs": "^2018.1.2",
729 "phpstan/phpstan": "^0.10.1",
730 "phpunit/phpunit": "^7.4",
731 "symfony/console": "^2.0.5|^3.0|^4.0",
732 "symfony/phpunit-bridge": "^3.4.5|^4.0.5"
733 },
734 "suggest": {
735 "symfony/console": "For helpful console commands such as SQL execution and import of files."
736 },
737 "bin": [
738 "bin/doctrine-dbal"
739 ],
740 "type": "library",
741 "extra": {
742 "branch-alias": {
743 "dev-master": "2.9.x-dev",
744 "dev-develop": "3.0.x-dev"
745 }
746 },
747 "autoload": {
748 "psr-4": {
749 "Doctrine\\DBAL\\": "lib/Doctrine/DBAL"
750 }
751 },
752 "notification-url": "https://packagist.org/downloads/",
753 "license": [
754 "MIT"
755 ],
756 "authors": [
757 {
758 "name": "Roman Borschel",
759 "email": "roman@code-factory.org"
760 },
761 {
762 "name": "Benjamin Eberlei",
763 "email": "kontakt@beberlei.de"
764 },
765 {
766 "name": "Guilherme Blanco",
767 "email": "guilhermeblanco@gmail.com"
768 },
769 {
770 "name": "Jonathan Wage",
771 "email": "jonwage@gmail.com"
772 }
773 ],
774 "description": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.",
775 "homepage": "https://www.doctrine-project.org/projects/dbal.html",
776 "keywords": [
777 "abstraction",
778 "database",
779 "dbal",
780 "mysql",
781 "persistence",
782 "pgsql",
783 "php",
784 "queryobject"
785 ],
786 "time": "2018-12-31T03:27:51+00:00"
787 },
788 {
789 "name": "doctrine/doctrine-bundle",
790 "version": "1.12.10",
791 "source": {
792 "type": "git",
793 "url": "https://github.com/doctrine/DoctrineBundle.git",
794 "reference": "2ee4c25a847e744e93d7fc2895e059ad9ef7d10c"
795 },
796 "dist": {
797 "type": "zip",
798 "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/2ee4c25a847e744e93d7fc2895e059ad9ef7d10c",
799 "reference": "2ee4c25a847e744e93d7fc2895e059ad9ef7d10c",
800 "shasum": ""
801 },
802 "require": {
803 "doctrine/dbal": "^2.5.12",
804 "doctrine/doctrine-cache-bundle": "~1.2",
805 "doctrine/persistence": "^1.3.3",
806 "jdorn/sql-formatter": "^1.2.16",
807 "php": "^7.1 || ^8.0",
808 "symfony/cache": "^3.4.30|^4.3.3",
809 "symfony/config": "^3.4.30|^4.3.3",
810 "symfony/console": "^3.4.30|^4.3.3",
811 "symfony/dependency-injection": "^3.4.30|^4.3.3",
812 "symfony/doctrine-bridge": "^3.4.30|^4.3.3",
813 "symfony/framework-bundle": "^3.4.30|^4.3.3",
814 "symfony/service-contracts": "^1.1.1|^2.0"
815 },
816 "conflict": {
817 "doctrine/orm": "<2.6",
818 "twig/twig": "<1.34|>=2.0,<2.4"
819 },
820 "require-dev": {
821 "doctrine/coding-standard": "^6.0",
822 "doctrine/orm": "^2.6",
823 "ocramius/proxy-manager": "^2.1",
824 "php-coveralls/php-coveralls": "^2.1",
825 "phpunit/phpunit": "^7.5",
826 "symfony/phpunit-bridge": "^4.2",
827 "symfony/property-info": "^3.4.30|^4.3.3",
828 "symfony/proxy-manager-bridge": "^3.4|^4|^5",
829 "symfony/twig-bridge": "^3.4|^4.1",
830 "symfony/validator": "^3.4.30|^4.3.3",
831 "symfony/web-profiler-bundle": "^3.4.30|^4.3.3",
832 "symfony/yaml": "^3.4.30|^4.3.3",
833 "twig/twig": "^1.34|^2.12"
834 },
835 "suggest": {
836 "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
837 "symfony/web-profiler-bundle": "To use the data collector."
838 },
839 "type": "symfony-bundle",
840 "extra": {
841 "branch-alias": {
842 "dev-master": "1.12.x-dev"
843 }
844 },
845 "autoload": {
846 "psr-4": {
847 "Doctrine\\Bundle\\DoctrineBundle\\": ""
848 }
849 },
850 "notification-url": "https://packagist.org/downloads/",
851 "license": [
852 "MIT"
853 ],
854 "authors": [
855 {
856 "name": "Fabien Potencier",
857 "email": "fabien@symfony.com"
858 },
859 {
860 "name": "Benjamin Eberlei",
861 "email": "kontakt@beberlei.de"
862 },
863 {
864 "name": "Symfony Community",
865 "homepage": "http://symfony.com/contributors"
866 },
867 {
868 "name": "Doctrine Project",
869 "homepage": "http://www.doctrine-project.org/"
870 }
871 ],
872 "description": "Symfony DoctrineBundle",
873 "homepage": "http://www.doctrine-project.org",
874 "keywords": [
875 "database",
876 "dbal",
877 "orm",
878 "persistence"
879 ],
880 "time": "2020-05-25T19:50:59+00:00"
881 },
882 {
883 "name": "doctrine/doctrine-cache-bundle",
884 "version": "1.4.0",
885 "source": {
886 "type": "git",
887 "url": "https://github.com/doctrine/DoctrineCacheBundle.git",
888 "reference": "6bee2f9b339847e8a984427353670bad4e7bdccb"
889 },
890 "dist": {
891 "type": "zip",
892 "url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/6bee2f9b339847e8a984427353670bad4e7bdccb",
893 "reference": "6bee2f9b339847e8a984427353670bad4e7bdccb",
894 "shasum": ""
895 },
896 "require": {
897 "doctrine/cache": "^1.4.2",
898 "doctrine/inflector": "^1.0",
899 "php": "^7.1",
900 "symfony/doctrine-bridge": "^3.4|^4.0"
901 },
902 "require-dev": {
903 "instaclick/coding-standard": "~1.1",
904 "instaclick/object-calisthenics-sniffs": "dev-master",
905 "instaclick/symfony2-coding-standard": "dev-remaster",
906 "phpunit/phpunit": "^7.0",
907 "predis/predis": "~0.8",
908 "satooshi/php-coveralls": "^1.0",
909 "squizlabs/php_codesniffer": "~1.5",
910 "symfony/console": "^3.4|^4.0",
911 "symfony/finder": "^3.4|^4.0",
912 "symfony/framework-bundle": "^3.4|^4.0",
913 "symfony/phpunit-bridge": "^3.4|^4.0",
914 "symfony/security-acl": "^2.8",
915 "symfony/validator": "^3.4|^4.0",
916 "symfony/yaml": "^3.4|^4.0"
917 },
918 "suggest": {
919 "symfony/security-acl": "For using this bundle to cache ACLs"
920 },
921 "type": "symfony-bundle",
922 "extra": {
923 "branch-alias": {
924 "dev-master": "1.4.x-dev"
925 }
926 },
927 "autoload": {
928 "psr-4": {
929 "Doctrine\\Bundle\\DoctrineCacheBundle\\": ""
930 },
931 "exclude-from-classmap": [
932 "/Tests/"
933 ]
934 },
935 "notification-url": "https://packagist.org/downloads/",
936 "license": [
937 "MIT"
938 ],
939 "authors": [
940 {
941 "name": "Fabien Potencier",
942 "email": "fabien@symfony.com"
943 },
944 {
945 "name": "Benjamin Eberlei",
946 "email": "kontakt@beberlei.de"
947 },
948 {
949 "name": "Fabio B. Silva",
950 "email": "fabio.bat.silva@gmail.com"
951 },
952 {
953 "name": "Guilherme Blanco",
954 "email": "guilhermeblanco@hotmail.com"
955 },
956 {
957 "name": "Symfony Community",
958 "homepage": "http://symfony.com/contributors"
959 },
960 {
961 "name": "Doctrine Project",
962 "homepage": "http://www.doctrine-project.org/"
963 }
964 ],
965 "description": "Symfony Bundle for Doctrine Cache",
966 "homepage": "https://www.doctrine-project.org",
967 "keywords": [
968 "cache",
969 "caching"
970 ],
971 "time": "2019-11-29T11:22:01+00:00"
972 },
973 {
974 "name": "doctrine/doctrine-migrations-bundle",
975 "version": "v1.3.2",
976 "source": {
977 "type": "git",
978 "url": "https://github.com/doctrine/DoctrineMigrationsBundle.git",
979 "reference": "49fa399181db4bf4f9f725126bd1cb65c4398dce"
980 },
981 "dist": {
982 "type": "zip",
983 "url": "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/49fa399181db4bf4f9f725126bd1cb65c4398dce",
984 "reference": "49fa399181db4bf4f9f725126bd1cb65c4398dce",
985 "shasum": ""
986 },
987 "require": {
988 "doctrine/doctrine-bundle": "~1.0",
989 "doctrine/migrations": "^1.1",
990 "php": ">=5.4.0",
991 "symfony/framework-bundle": "~2.7|~3.3|~4.0"
992 },
993 "require-dev": {
994 "phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^7.4"
995 },
996 "type": "symfony-bundle",
997 "extra": {
998 "branch-alias": {
999 "dev-master": "1.3-dev"
1000 }
1001 },
1002 "autoload": {
1003 "psr-4": {
1004 "Doctrine\\Bundle\\MigrationsBundle\\": ""
1005 }
1006 },
1007 "notification-url": "https://packagist.org/downloads/",
1008 "license": [
1009 "MIT"
1010 ],
1011 "authors": [
1012 {
1013 "name": "Symfony Community",
1014 "homepage": "http://symfony.com/contributors"
1015 },
1016 {
1017 "name": "Doctrine Project",
1018 "homepage": "http://www.doctrine-project.org"
1019 },
1020 {
1021 "name": "Fabien Potencier",
1022 "email": "fabien@symfony.com"
1023 }
1024 ],
1025 "description": "Symfony DoctrineMigrationsBundle",
1026 "homepage": "http://www.doctrine-project.org",
1027 "keywords": [
1028 "dbal",
1029 "migrations",
1030 "schema"
1031 ],
1032 "time": "2018-12-03T11:55:33+00:00"
1033 },
1034 {
1035 "name": "doctrine/event-manager",
1036 "version": "1.1.0",
1037 "source": {
1038 "type": "git",
1039 "url": "https://github.com/doctrine/event-manager.git",
1040 "reference": "629572819973f13486371cb611386eb17851e85c"
1041 },
1042 "dist": {
1043 "type": "zip",
1044 "url": "https://api.github.com/repos/doctrine/event-manager/zipball/629572819973f13486371cb611386eb17851e85c",
1045 "reference": "629572819973f13486371cb611386eb17851e85c",
1046 "shasum": ""
1047 },
1048 "require": {
1049 "php": "^7.1"
1050 },
1051 "conflict": {
1052 "doctrine/common": "<2.9@dev"
1053 },
1054 "require-dev": {
1055 "doctrine/coding-standard": "^6.0",
1056 "phpunit/phpunit": "^7.0"
1057 },
1058 "type": "library",
1059 "extra": {
1060 "branch-alias": {
1061 "dev-master": "1.0.x-dev"
1062 }
1063 },
1064 "autoload": {
1065 "psr-4": {
1066 "Doctrine\\Common\\": "lib/Doctrine/Common"
1067 }
1068 },
1069 "notification-url": "https://packagist.org/downloads/",
1070 "license": [
1071 "MIT"
1072 ],
1073 "authors": [
1074 {
1075 "name": "Guilherme Blanco",
1076 "email": "guilhermeblanco@gmail.com"
1077 },
1078 {
1079 "name": "Roman Borschel",
1080 "email": "roman@code-factory.org"
1081 },
1082 {
1083 "name": "Benjamin Eberlei",
1084 "email": "kontakt@beberlei.de"
1085 },
1086 {
1087 "name": "Jonathan Wage",
1088 "email": "jonwage@gmail.com"
1089 },
1090 {
1091 "name": "Johannes Schmitt",
1092 "email": "schmittjoh@gmail.com"
1093 },
1094 {
1095 "name": "Marco Pivetta",
1096 "email": "ocramius@gmail.com"
1097 }
1098 ],
1099 "description": "The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.",
1100 "homepage": "https://www.doctrine-project.org/projects/event-manager.html",
1101 "keywords": [
1102 "event",
1103 "event dispatcher",
1104 "event manager",
1105 "event system",
1106 "events"
1107 ],
1108 "time": "2019-11-10T09:48:07+00:00"
1109 },
1110 {
1111 "name": "doctrine/inflector",
1112 "version": "1.3.1",
1113 "source": {
1114 "type": "git",
1115 "url": "https://github.com/doctrine/inflector.git",
1116 "reference": "ec3a55242203ffa6a4b27c58176da97ff0a7aec1"
1117 },
1118 "dist": {
1119 "type": "zip",
1120 "url": "https://api.github.com/repos/doctrine/inflector/zipball/ec3a55242203ffa6a4b27c58176da97ff0a7aec1",
1121 "reference": "ec3a55242203ffa6a4b27c58176da97ff0a7aec1",
1122 "shasum": ""
1123 },
1124 "require": {
1125 "php": "^7.1"
1126 },
1127 "require-dev": {
1128 "phpunit/phpunit": "^6.2"
1129 },
1130 "type": "library",
1131 "extra": {
1132 "branch-alias": {
1133 "dev-master": "1.3.x-dev"
1134 }
1135 },
1136 "autoload": {
1137 "psr-4": {
1138 "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
1139 }
1140 },
1141 "notification-url": "https://packagist.org/downloads/",
1142 "license": [
1143 "MIT"
1144 ],
1145 "authors": [
1146 {
1147 "name": "Guilherme Blanco",
1148 "email": "guilhermeblanco@gmail.com"
1149 },
1150 {
1151 "name": "Roman Borschel",
1152 "email": "roman@code-factory.org"
1153 },
1154 {
1155 "name": "Benjamin Eberlei",
1156 "email": "kontakt@beberlei.de"
1157 },
1158 {
1159 "name": "Jonathan Wage",
1160 "email": "jonwage@gmail.com"
1161 },
1162 {
1163 "name": "Johannes Schmitt",
1164 "email": "schmittjoh@gmail.com"
1165 }
1166 ],
1167 "description": "Common String Manipulations with regard to casing and singular/plural rules.",
1168 "homepage": "http://www.doctrine-project.org",
1169 "keywords": [
1170 "inflection",
1171 "pluralize",
1172 "singularize",
1173 "string"
1174 ],
1175 "time": "2019-10-30T19:59:35+00:00"
1176 },
1177 {
1178 "name": "doctrine/instantiator",
1179 "version": "1.3.0",
1180 "source": {
1181 "type": "git",
1182 "url": "https://github.com/doctrine/instantiator.git",
1183 "reference": "ae466f726242e637cebdd526a7d991b9433bacf1"
1184 },
1185 "dist": {
1186 "type": "zip",
1187 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/ae466f726242e637cebdd526a7d991b9433bacf1",
1188 "reference": "ae466f726242e637cebdd526a7d991b9433bacf1",
1189 "shasum": ""
1190 },
1191 "require": {
1192 "php": "^7.1"
1193 },
1194 "require-dev": {
1195 "doctrine/coding-standard": "^6.0",
1196 "ext-pdo": "*",
1197 "ext-phar": "*",
1198 "phpbench/phpbench": "^0.13",
1199 "phpstan/phpstan-phpunit": "^0.11",
1200 "phpstan/phpstan-shim": "^0.11",
1201 "phpunit/phpunit": "^7.0"
1202 },
1203 "type": "library",
1204 "extra": {
1205 "branch-alias": {
1206 "dev-master": "1.2.x-dev"
1207 }
1208 },
1209 "autoload": {
1210 "psr-4": {
1211 "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
1212 }
1213 },
1214 "notification-url": "https://packagist.org/downloads/",
1215 "license": [
1216 "MIT"
1217 ],
1218 "authors": [
1219 {
1220 "name": "Marco Pivetta",
1221 "email": "ocramius@gmail.com",
1222 "homepage": "http://ocramius.github.com/"
1223 }
1224 ],
1225 "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
1226 "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
1227 "keywords": [
1228 "constructor",
1229 "instantiate"
1230 ],
1231 "time": "2019-10-21T16:45:58+00:00"
1232 },
1233 {
1234 "name": "doctrine/lexer",
1235 "version": "1.0.2",
1236 "source": {
1237 "type": "git",
1238 "url": "https://github.com/doctrine/lexer.git",
1239 "reference": "1febd6c3ef84253d7c815bed85fc622ad207a9f8"
1240 },
1241 "dist": {
1242 "type": "zip",
1243 "url": "https://api.github.com/repos/doctrine/lexer/zipball/1febd6c3ef84253d7c815bed85fc622ad207a9f8",
1244 "reference": "1febd6c3ef84253d7c815bed85fc622ad207a9f8",
1245 "shasum": ""
1246 },
1247 "require": {
1248 "php": ">=5.3.2"
1249 },
1250 "require-dev": {
1251 "phpunit/phpunit": "^4.5"
1252 },
1253 "type": "library",
1254 "extra": {
1255 "branch-alias": {
1256 "dev-master": "1.0.x-dev"
1257 }
1258 },
1259 "autoload": {
1260 "psr-4": {
1261 "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
1262 }
1263 },
1264 "notification-url": "https://packagist.org/downloads/",
1265 "license": [
1266 "MIT"
1267 ],
1268 "authors": [
1269 {
1270 "name": "Roman Borschel",
1271 "email": "roman@code-factory.org"
1272 },
1273 {
1274 "name": "Guilherme Blanco",
1275 "email": "guilhermeblanco@gmail.com"
1276 },
1277 {
1278 "name": "Johannes Schmitt",
1279 "email": "schmittjoh@gmail.com"
1280 }
1281 ],
1282 "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
1283 "homepage": "https://www.doctrine-project.org/projects/lexer.html",
1284 "keywords": [
1285 "annotations",
1286 "docblock",
1287 "lexer",
1288 "parser",
1289 "php"
1290 ],
1291 "time": "2019-06-08T11:03:04+00:00"
1292 },
1293 {
1294 "name": "doctrine/migrations",
1295 "version": "v1.8.1",
1296 "source": {
1297 "type": "git",
1298 "url": "https://github.com/doctrine/migrations.git",
1299 "reference": "215438c0eef3e5f9b7da7d09c6b90756071b43e6"
1300 },
1301 "dist": {
1302 "type": "zip",
1303 "url": "https://api.github.com/repos/doctrine/migrations/zipball/215438c0eef3e5f9b7da7d09c6b90756071b43e6",
1304 "reference": "215438c0eef3e5f9b7da7d09c6b90756071b43e6",
1305 "shasum": ""
1306 },
1307 "require": {
1308 "doctrine/dbal": "~2.6",
1309 "ocramius/proxy-manager": "^1.0|^2.0",
1310 "php": "^7.1",
1311 "symfony/console": "~3.3|^4.0"
1312 },
1313 "require-dev": {
1314 "doctrine/coding-standard": "^1.0",
1315 "doctrine/orm": "~2.5",
1316 "jdorn/sql-formatter": "~1.1",
1317 "mikey179/vfsstream": "^1.6",
1318 "phpunit/phpunit": "~7.0",
1319 "squizlabs/php_codesniffer": "^3.0",
1320 "symfony/yaml": "~3.3|^4.0"
1321 },
1322 "suggest": {
1323 "jdorn/sql-formatter": "Allows to generate formatted SQL with the diff command.",
1324 "symfony/yaml": "Allows the use of yaml for migration configuration files."
1325 },
1326 "bin": [
1327 "bin/doctrine-migrations"
1328 ],
1329 "type": "library",
1330 "extra": {
1331 "branch-alias": {
1332 "dev-master": "v1.8.x-dev"
1333 }
1334 },
1335 "autoload": {
1336 "psr-4": {
1337 "Doctrine\\DBAL\\Migrations\\": "lib/Doctrine/DBAL/Migrations",
1338 "Doctrine\\Migrations\\": "lib/Doctrine/Migrations"
1339 }
1340 },
1341 "notification-url": "https://packagist.org/downloads/",
1342 "license": [
1343 "MIT"
1344 ],
1345 "authors": [
1346 {
1347 "name": "Benjamin Eberlei",
1348 "email": "kontakt@beberlei.de"
1349 },
1350 {
1351 "name": "Jonathan Wage",
1352 "email": "jonwage@gmail.com"
1353 },
1354 {
1355 "name": "Michael Simonson",
1356 "email": "contact@mikesimonson.com"
1357 }
1358 ],
1359 "description": "Database Schema migrations using Doctrine DBAL",
1360 "homepage": "https://www.doctrine-project.org/projects/migrations.html",
1361 "keywords": [
1362 "database",
1363 "migrations"
1364 ],
1365 "time": "2018-06-06T21:00:30+00:00"
1366 },
1367 {
1368 "name": "doctrine/orm",
1369 "version": "v2.6.6",
1370 "source": {
1371 "type": "git",
1372 "url": "https://github.com/doctrine/orm.git",
1373 "reference": "2d9b9351831d1230881c52f006011cbf72fe944e"
1374 },
1375 "dist": {
1376 "type": "zip",
1377 "url": "https://api.github.com/repos/doctrine/orm/zipball/2d9b9351831d1230881c52f006011cbf72fe944e",
1378 "reference": "2d9b9351831d1230881c52f006011cbf72fe944e",
1379 "shasum": ""
1380 },
1381 "require": {
1382 "doctrine/annotations": "~1.5",
1383 "doctrine/cache": "~1.6",
1384 "doctrine/collections": "^1.4",
1385 "doctrine/common": "^2.7.1",
1386 "doctrine/dbal": "^2.6",
1387 "doctrine/instantiator": "~1.1",
1388 "ext-pdo": "*",
1389 "php": "^7.1",
1390 "symfony/console": "~3.0|~4.0"
1391 },
1392 "require-dev": {
1393 "doctrine/coding-standard": "^5.0",
1394 "phpunit/phpunit": "^7.5",
1395 "symfony/yaml": "~3.4|~4.0"
1396 },
1397 "suggest": {
1398 "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
1399 },
1400 "bin": [
1401 "bin/doctrine"
1402 ],
1403 "type": "library",
1404 "extra": {
1405 "branch-alias": {
1406 "dev-master": "2.6.x-dev"
1407 }
1408 },
1409 "autoload": {
1410 "psr-4": {
1411 "Doctrine\\ORM\\": "lib/Doctrine/ORM"
1412 }
1413 },
1414 "notification-url": "https://packagist.org/downloads/",
1415 "license": [
1416 "MIT"
1417 ],
1418 "authors": [
1419 {
1420 "name": "Guilherme Blanco",
1421 "email": "guilhermeblanco@gmail.com"
1422 },
1423 {
1424 "name": "Roman Borschel",
1425 "email": "roman@code-factory.org"
1426 },
1427 {
1428 "name": "Benjamin Eberlei",
1429 "email": "kontakt@beberlei.de"
1430 },
1431 {
1432 "name": "Jonathan Wage",
1433 "email": "jonwage@gmail.com"
1434 },
1435 {
1436 "name": "Marco Pivetta",
1437 "email": "ocramius@gmail.com"
1438 }
1439 ],
1440 "description": "Object-Relational-Mapper for PHP",
1441 "homepage": "http://www.doctrine-project.org",
1442 "keywords": [
1443 "database",
1444 "orm"
1445 ],
1446 "time": "2019-11-18T22:01:21+00:00"
1447 },
1448 {
1449 "name": "doctrine/persistence",
1450 "version": "1.3.7",
1451 "source": {
1452 "type": "git",
1453 "url": "https://github.com/doctrine/persistence.git",
1454 "reference": "0af483f91bada1c9ded6c2cfd26ab7d5ab2094e0"
1455 },
1456 "dist": {
1457 "type": "zip",
1458 "url": "https://api.github.com/repos/doctrine/persistence/zipball/0af483f91bada1c9ded6c2cfd26ab7d5ab2094e0",
1459 "reference": "0af483f91bada1c9ded6c2cfd26ab7d5ab2094e0",
1460 "shasum": ""
1461 },
1462 "require": {
1463 "doctrine/annotations": "^1.0",
1464 "doctrine/cache": "^1.0",
1465 "doctrine/collections": "^1.0",
1466 "doctrine/event-manager": "^1.0",
1467 "doctrine/reflection": "^1.2",
1468 "php": "^7.1"
1469 },
1470 "conflict": {
1471 "doctrine/common": "<2.10@dev"
1472 },
1473 "require-dev": {
1474 "doctrine/coding-standard": "^6.0",
1475 "phpstan/phpstan": "^0.11",
1476 "phpunit/phpunit": "^7.0"
1477 },
1478 "type": "library",
1479 "extra": {
1480 "branch-alias": {
1481 "dev-master": "1.3.x-dev"
1482 }
1483 },
1484 "autoload": {
1485 "psr-4": {
1486 "Doctrine\\Common\\": "lib/Doctrine/Common",
1487 "Doctrine\\Persistence\\": "lib/Doctrine/Persistence"
1488 }
1489 },
1490 "notification-url": "https://packagist.org/downloads/",
1491 "license": [
1492 "MIT"
1493 ],
1494 "authors": [
1495 {
1496 "name": "Guilherme Blanco",
1497 "email": "guilhermeblanco@gmail.com"
1498 },
1499 {
1500 "name": "Roman Borschel",
1501 "email": "roman@code-factory.org"
1502 },
1503 {
1504 "name": "Benjamin Eberlei",
1505 "email": "kontakt@beberlei.de"
1506 },
1507 {
1508 "name": "Jonathan Wage",
1509 "email": "jonwage@gmail.com"
1510 },
1511 {
1512 "name": "Johannes Schmitt",
1513 "email": "schmittjoh@gmail.com"
1514 },
1515 {
1516 "name": "Marco Pivetta",
1517 "email": "ocramius@gmail.com"
1518 }
1519 ],
1520 "description": "The Doctrine Persistence project is a set of shared interfaces and functionality that the different Doctrine object mappers share.",
1521 "homepage": "https://doctrine-project.org/projects/persistence.html",
1522 "keywords": [
1523 "mapper",
1524 "object",
1525 "odm",
1526 "orm",
1527 "persistence"
1528 ],
1529 "time": "2020-03-21T15:13:52+00:00"
1530 },
1531 {
1532 "name": "doctrine/reflection",
1533 "version": "1.2.1",
1534 "source": {
1535 "type": "git",
1536 "url": "https://github.com/doctrine/reflection.git",
1537 "reference": "55e71912dfcd824b2fdd16f2d9afe15684cfce79"
1538 },
1539 "dist": {
1540 "type": "zip",
1541 "url": "https://api.github.com/repos/doctrine/reflection/zipball/55e71912dfcd824b2fdd16f2d9afe15684cfce79",
1542 "reference": "55e71912dfcd824b2fdd16f2d9afe15684cfce79",
1543 "shasum": ""
1544 },
1545 "require": {
1546 "doctrine/annotations": "^1.0",
1547 "ext-tokenizer": "*",
1548 "php": "^7.1"
1549 },
1550 "conflict": {
1551 "doctrine/common": "<2.9"
1552 },
1553 "require-dev": {
1554 "doctrine/coding-standard": "^5.0",
1555 "doctrine/common": "^2.10",
1556 "phpstan/phpstan": "^0.11.0",
1557 "phpstan/phpstan-phpunit": "^0.11.0",
1558 "phpunit/phpunit": "^7.0"
1559 },
1560 "type": "library",
1561 "extra": {
1562 "branch-alias": {
1563 "dev-master": "1.2.x-dev"
1564 }
1565 },
1566 "autoload": {
1567 "psr-4": {
1568 "Doctrine\\Common\\": "lib/Doctrine/Common"
1569 }
1570 },
1571 "notification-url": "https://packagist.org/downloads/",
1572 "license": [
1573 "MIT"
1574 ],
1575 "authors": [
1576 {
1577 "name": "Guilherme Blanco",
1578 "email": "guilhermeblanco@gmail.com"
1579 },
1580 {
1581 "name": "Roman Borschel",
1582 "email": "roman@code-factory.org"
1583 },
1584 {
1585 "name": "Benjamin Eberlei",
1586 "email": "kontakt@beberlei.de"
1587 },
1588 {
1589 "name": "Jonathan Wage",
1590 "email": "jonwage@gmail.com"
1591 },
1592 {
1593 "name": "Johannes Schmitt",
1594 "email": "schmittjoh@gmail.com"
1595 },
1596 {
1597 "name": "Marco Pivetta",
1598 "email": "ocramius@gmail.com"
1599 }
1600 ],
1601 "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.",
1602 "homepage": "https://www.doctrine-project.org/projects/reflection.html",
1603 "keywords": [
1604 "reflection",
1605 "static"
1606 ],
1607 "time": "2020-03-27T11:06:43+00:00"
1608 },
1609 {
1610 "name": "egulias/email-validator",
1611 "version": "2.1.17",
1612 "source": {
1613 "type": "git",
1614 "url": "https://github.com/egulias/EmailValidator.git",
1615 "reference": "ade6887fd9bd74177769645ab5c474824f8a418a"
1616 },
1617 "dist": {
1618 "type": "zip",
1619 "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/ade6887fd9bd74177769645ab5c474824f8a418a",
1620 "reference": "ade6887fd9bd74177769645ab5c474824f8a418a",
1621 "shasum": ""
1622 },
1623 "require": {
1624 "doctrine/lexer": "^1.0.1",
1625 "php": ">=5.5",
1626 "symfony/polyfill-intl-idn": "^1.10"
1627 },
1628 "require-dev": {
1629 "dominicsayers/isemail": "^3.0.7",
1630 "phpunit/phpunit": "^4.8.36|^7.5.15",
1631 "satooshi/php-coveralls": "^1.0.1"
1632 },
1633 "suggest": {
1634 "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
1635 },
1636 "type": "library",
1637 "extra": {
1638 "branch-alias": {
1639 "dev-master": "2.1.x-dev"
1640 }
1641 },
1642 "autoload": {
1643 "psr-4": {
1644 "Egulias\\EmailValidator\\": "EmailValidator"
1645 }
1646 },
1647 "notification-url": "https://packagist.org/downloads/",
1648 "license": [
1649 "MIT"
1650 ],
1651 "authors": [
1652 {
1653 "name": "Eduardo Gulias Davis"
1654 }
1655 ],
1656 "description": "A library for validating emails against several RFCs",
1657 "homepage": "https://github.com/egulias/EmailValidator",
1658 "keywords": [
1659 "email",
1660 "emailvalidation",
1661 "emailvalidator",
1662 "validation",
1663 "validator"
1664 ],
1665 "time": "2020-02-13T22:36:52+00:00"
1666 },
1667 {
1668 "name": "electrolinux/php-html5lib",
1669 "version": "0.1.0",
1670 "source": {
1671 "type": "git",
1672 "url": "https://github.com/electrolinux/php-html5lib.git",
1673 "reference": "9f92154993c7ecb120d9f9c0e558660d32846721"
1674 },
1675 "dist": {
1676 "type": "zip",
1677 "url": "https://api.github.com/repos/electrolinux/php-html5lib/zipball/9f92154993c7ecb120d9f9c0e558660d32846721",
1678 "reference": "9f92154993c7ecb120d9f9c0e558660d32846721",
1679 "shasum": ""
1680 },
1681 "require": {
1682 "php": ">=5.3.2"
1683 },
1684 "type": "library",
1685 "autoload": {
1686 "psr-0": {
1687 "HTML5Lib": "src/",
1688 "HTML5Lib\\Tests": "tests/"
1689 }
1690 },
1691 "notification-url": "https://packagist.org/downloads/",
1692 "license": [
1693 "MIT"
1694 ],
1695 "authors": [
1696 {
1697 "name": "Multiple users",
1698 "homepage": "https://code.google.com/p/html5lib/",
1699 "role": "Original developers"
1700 },
1701 {
1702 "name": "Sébastien Lavoie",
1703 "homepage": "http://blog.lavoie.sl",
1704 "role": "Packager"
1705 },
1706 {
1707 "name": "didier Belot",
1708 "role": "Packager"
1709 }
1710 ],
1711 "description": "A PHP implementations of a HTML parser based on the WHATWG HTML5 specification.",
1712 "homepage": "https://github.com/electrolinux/php-html5lib",
1713 "keywords": [
1714 "HTML5",
1715 "php"
1716 ],
1717 "time": "2013-03-18T18:32:30+00:00"
1718 },
1719 {
1720 "name": "fig/link-util",
1721 "version": "1.1.1",
1722 "source": {
1723 "type": "git",
1724 "url": "https://github.com/php-fig/link-util.git",
1725 "reference": "c038ee75ca13663ddc2d1f185fe6f7533c00832a"
1726 },
1727 "dist": {
1728 "type": "zip",
1729 "url": "https://api.github.com/repos/php-fig/link-util/zipball/c038ee75ca13663ddc2d1f185fe6f7533c00832a",
1730 "reference": "c038ee75ca13663ddc2d1f185fe6f7533c00832a",
1731 "shasum": ""
1732 },
1733 "require": {
1734 "php": ">=5.5.0",
1735 "psr/link": "~1.0@dev"
1736 },
1737 "provide": {
1738 "psr/link-implementation": "1.0"
1739 },
1740 "require-dev": {
1741 "phpunit/phpunit": "^5.1",
1742 "squizlabs/php_codesniffer": "^2.3.1"
1743 },
1744 "type": "library",
1745 "extra": {
1746 "branch-alias": {
1747 "dev-master": "1.0.x-dev"
1748 }
1749 },
1750 "autoload": {
1751 "psr-4": {
1752 "Fig\\Link\\": "src/"
1753 }
1754 },
1755 "notification-url": "https://packagist.org/downloads/",
1756 "license": [
1757 "MIT"
1758 ],
1759 "authors": [
1760 {
1761 "name": "PHP-FIG",
1762 "homepage": "http://www.php-fig.org/"
1763 }
1764 ],
1765 "description": "Common utility implementations for HTTP links",
1766 "keywords": [
1767 "http",
1768 "http-link",
1769 "link",
1770 "psr",
1771 "psr-13",
1772 "rest"
1773 ],
1774 "time": "2020-04-27T06:40:36+00:00"
1775 },
1776 {
1777 "name": "fossar/htmlawed",
1778 "version": "1.2.7",
1779 "source": {
1780 "type": "git",
1781 "url": "https://github.com/fossar/HTMLawed.git",
1782 "reference": "4f7505e9622a96242923895c3008719b2c2283d3"
1783 },
1784 "dist": {
1785 "type": "zip",
1786 "url": "https://api.github.com/repos/fossar/HTMLawed/zipball/4f7505e9622a96242923895c3008719b2c2283d3",
1787 "reference": "4f7505e9622a96242923895c3008719b2c2283d3",
1788 "shasum": ""
1789 },
1790 "require": {
1791 "php": ">4.4.0"
1792 },
1793 "replace": {
1794 "htmlawed/htmlawed": "*"
1795 },
1796 "type": "library",
1797 "autoload": {
1798 "files": [
1799 "htmLawed.php"
1800 ]
1801 },
1802 "notification-url": "https://packagist.org/downloads/",
1803 "license": [
1804 "GPL-2.0+",
1805 "LGPL-3.0"
1806 ],
1807 "authors": [
1808 {
1809 "name": "Santosh Patnaik",
1810 "homepage": "http://www.bioinformatics.org/people/index.php?user_hash=558b661f92d0ff7b",
1811 "role": "Developer"
1812 }
1813 ],
1814 "description": "htmLawed - Process text with HTML markup to make it more compliant with HTML standards and administrative policies",
1815 "homepage": "http://www.bioinformatics.org/phplabware/internal_utilities/htmLawed/",
1816 "keywords": [
1817 "HTMLtidy",
1818 "html",
1819 "sanitize",
1820 "strip",
1821 "tags"
1822 ],
1823 "time": "2019-05-09T11:53:40+00:00"
1824 },
1825 {
1826 "name": "friendsofsymfony/jsrouting-bundle",
1827 "version": "2.6.0",
1828 "source": {
1829 "type": "git",
1830 "url": "https://github.com/FriendsOfSymfony/FOSJsRoutingBundle.git",
1831 "reference": "9deaf916760ce1d64cf46460473260b02751cee5"
1832 },
1833 "dist": {
1834 "type": "zip",
1835 "url": "https://api.github.com/repos/FriendsOfSymfony/FOSJsRoutingBundle/zipball/9deaf916760ce1d64cf46460473260b02751cee5",
1836 "reference": "9deaf916760ce1d64cf46460473260b02751cee5",
1837 "shasum": ""
1838 },
1839 "require": {
1840 "php": "^7.1",
1841 "symfony/console": "~3.3|^4.0|^5.0",
1842 "symfony/framework-bundle": "~3.3|^4.0|^5.0",
1843 "symfony/serializer": "~3.3|^4.0|^5.0",
1844 "willdurand/jsonp-callback-validator": "~1.0"
1845 },
1846 "require-dev": {
1847 "symfony/expression-language": "~3.3|^4.0|^5.0",
1848 "symfony/phpunit-bridge": "^3.3|^4.0"
1849 },
1850 "type": "symfony-bundle",
1851 "extra": {
1852 "branch-alias": {
1853 "dev-master": "2.0-dev"
1854 }
1855 },
1856 "autoload": {
1857 "psr-4": {
1858 "FOS\\JsRoutingBundle\\": ""
1859 },
1860 "exclude-from-classmap": [
1861 "/Tests/"
1862 ]
1863 },
1864 "notification-url": "https://packagist.org/downloads/",
1865 "license": [
1866 "MIT"
1867 ],
1868 "authors": [
1869 {
1870 "name": "William Durand",
1871 "email": "will+git@drnd.me"
1872 },
1873 {
1874 "name": "FriendsOfSymfony Community",
1875 "homepage": "https://github.com/friendsofsymfony/FOSJsRoutingBundle/contributors"
1876 }
1877 ],
1878 "description": "A pretty nice way to expose your Symfony2 routing to client applications.",
1879 "homepage": "http://friendsofsymfony.github.com",
1880 "keywords": [
1881 "Js Routing",
1882 "javascript",
1883 "routing"
1884 ],
1885 "time": "2020-05-20T09:38:45+00:00"
1886 },
1887 {
1888 "name": "friendsofsymfony/oauth-server-bundle",
1889 "version": "1.6.2",
1890 "source": {
1891 "type": "git",
1892 "url": "https://github.com/FriendsOfSymfony/FOSOAuthServerBundle.git",
1893 "reference": "fcaa25cc49474bdb0db7894f880976fe76ffed23"
1894 },
1895 "dist": {
1896 "type": "zip",
1897 "url": "https://api.github.com/repos/FriendsOfSymfony/FOSOAuthServerBundle/zipball/fcaa25cc49474bdb0db7894f880976fe76ffed23",
1898 "reference": "fcaa25cc49474bdb0db7894f880976fe76ffed23",
1899 "shasum": ""
1900 },
1901 "require": {
1902 "friendsofsymfony/oauth2-php": "~1.1",
1903 "paragonie/random_compat": "^1|^2",
1904 "php": "^5.5|^7.0",
1905 "symfony/dependency-injection": "^2.8|~3.0|^4.0",
1906 "symfony/framework-bundle": "~2.8|~3.0|^4.0",
1907 "symfony/security-bundle": "~2.8|~3.0|^4.0"
1908 },
1909 "require-dev": {
1910 "doctrine/doctrine-bundle": "~1.0",
1911 "doctrine/mongodb-odm": "~1.0",
1912 "doctrine/orm": "~2.2",
1913 "phing/phing": "~2.4",
1914 "php-mock/php-mock-phpunit": "^1.1",
1915 "phpunit/phpunit": "~4.8|~5.0",
1916 "propel/propel1": "^1.6.5",
1917 "symfony/class-loader": "~2.8|~3.0|^4.0",
1918 "symfony/console": "~2.8|~3.0|^4.0",
1919 "symfony/form": "~2.8|~3.0|^4.0",
1920 "symfony/phpunit-bridge": "~2.8|~3.0|^4.0",
1921 "symfony/templating": "~2.8|~3.0|^4.0",
1922 "symfony/twig-bundle": "~2.8|~3.0|^4.0",
1923 "symfony/yaml": "~2.8|~3.0|^4.0",
1924 "willdurand/propel-typehintable-behavior": "^1.0.4"
1925 },
1926 "suggest": {
1927 "doctrine/doctrine-bundle": "*",
1928 "doctrine/mongodb-odm-bundle": "*",
1929 "propel/propel-bundle": "If you want to use Propel with Symfony2, then you will have to install the PropelBundle",
1930 "symfony/console": "Needed to be able to use commands",
1931 "symfony/form": "Needed to be able to use the AuthorizeFormType",
1932 "willdurand/propel-typehintable-behavior": "The Typehintable behavior is useful to add type hints on generated methods, to be compliant with interfaces"
1933 },
1934 "type": "symfony-bundle",
1935 "extra": {
1936 "branch-alias": {
1937 "dev-master": "1.5-dev"
1938 }
1939 },
1940 "autoload": {
1941 "psr-4": {
1942 "FOS\\OAuthServerBundle\\": ""
1943 },
1944 "exclude-from-classmap": [
1945 "/Tests/"
1946 ]
1947 },
1948 "notification-url": "https://packagist.org/downloads/",
1949 "license": [
1950 "MIT"
1951 ],
1952 "authors": [
1953 {
1954 "name": "Arnaud Le Blanc",
1955 "email": "arnaud.lb@gmail.com"
1956 },
1957 {
1958 "name": "FriendsOfSymfony Community",
1959 "homepage": "https://github.com/FriendsOfSymfony/FOSOAuthServerBundle/contributors"
1960 }
1961 ],
1962 "description": "Symfony2 OAuth Server Bundle",
1963 "homepage": "http://friendsofsymfony.github.com",
1964 "keywords": [
1965 "oauth",
1966 "oauth2",
1967 "server"
1968 ],
1969 "time": "2019-01-23T15:23:04+00:00"
1970 },
1971 {
1972 "name": "friendsofsymfony/oauth2-php",
1973 "version": "1.3.0",
1974 "source": {
1975 "type": "git",
1976 "url": "https://github.com/FriendsOfSymfony/oauth2-php.git",
1977 "reference": "606b8ea1c3c927c272ac1409116332ad5a2ed94c"
1978 },
1979 "dist": {
1980 "type": "zip",
1981 "url": "https://api.github.com/repos/FriendsOfSymfony/oauth2-php/zipball/606b8ea1c3c927c272ac1409116332ad5a2ed94c",
1982 "reference": "606b8ea1c3c927c272ac1409116332ad5a2ed94c",
1983 "shasum": ""
1984 },
1985 "require": {
1986 "php": "^5.5.9|^7.0.8|^7.1.3|^7.2.5",
1987 "symfony/http-foundation": "~3.0|~4.0|~5.0"
1988 },
1989 "require-dev": {
1990 "phpunit/phpunit": "^4.8 || ^5.0"
1991 },
1992 "type": "library",
1993 "extra": {
1994 "branch-alias": {
1995 "dev-master": "1.2.x-dev"
1996 }
1997 },
1998 "autoload": {
1999 "psr-4": {
2000 "OAuth2\\": "lib/"
2001 },
2002 "exclude-from-classmap": [
2003 "/tests/"
2004 ]
2005 },
2006 "notification-url": "https://packagist.org/downloads/",
2007 "license": [
2008 "MIT"
2009 ],
2010 "authors": [
2011 {
2012 "name": "Arnaud Le Blanc",
2013 "email": "arnaud.lb@gmail.com"
2014 },
2015 {
2016 "name": "FriendsOfSymfony Community",
2017 "homepage": "https://github.com/FriendsOfSymfony/oauth2-php/contributors"
2018 }
2019 ],
2020 "description": "OAuth2 library",
2021 "homepage": "https://github.com/FriendsOfSymfony/oauth2-php",
2022 "keywords": [
2023 "oauth",
2024 "oauth2"
2025 ],
2026 "time": "2020-03-03T22:14:46+00:00"
2027 },
2028 {
2029 "name": "friendsofsymfony/rest-bundle",
2030 "version": "2.7.4",
2031 "source": {
2032 "type": "git",
2033 "url": "https://github.com/FriendsOfSymfony/FOSRestBundle.git",
2034 "reference": "3d8501dbdfa48811ef942f5f93c358c80d5ad8eb"
2035 },
2036 "dist": {
2037 "type": "zip",
2038 "url": "https://api.github.com/repos/FriendsOfSymfony/FOSRestBundle/zipball/3d8501dbdfa48811ef942f5f93c358c80d5ad8eb",
2039 "reference": "3d8501dbdfa48811ef942f5f93c358c80d5ad8eb",
2040 "shasum": ""
2041 },
2042 "require": {
2043 "doctrine/inflector": "^1.0",
2044 "php": "^7.1",
2045 "psr/log": "^1.0",
2046 "symfony/config": "^3.4|^4.3",
2047 "symfony/debug": "^3.4|^4.3",
2048 "symfony/dependency-injection": "^3.4|^4.3",
2049 "symfony/event-dispatcher": "^3.4|^4.3",
2050 "symfony/finder": "^3.4|^4.3",
2051 "symfony/framework-bundle": "^3.4|^4.3",
2052 "symfony/http-foundation": "^3.4|^4.3",
2053 "symfony/http-kernel": "^3.4|^4.3",
2054 "symfony/routing": "^3.4|^4.3",
2055 "symfony/security-core": "^3.4|^4.3",
2056 "willdurand/jsonp-callback-validator": "^1.0",
2057 "willdurand/negotiation": "^2.0"
2058 },
2059 "conflict": {
2060 "jms/serializer": "<1.13.0",
2061 "jms/serializer-bundle": "<2.0.0",
2062 "sensio/framework-extra-bundle": "<3.0.13"
2063 },
2064 "require-dev": {
2065 "friendsofphp/php-cs-fixer": "^2.0",
2066 "jms/serializer": "^1.13|^2.0|^3.0",
2067 "jms/serializer-bundle": "^2.3.1|^3.0",
2068 "phpoption/phpoption": "^1.1",
2069 "psr/http-message": "^1.0",
2070 "sensio/framework-extra-bundle": "^3.0.13|^4.0|^5.0",
2071 "symfony/asset": "^3.4|^4.3",
2072 "symfony/browser-kit": "^3.4|^4.3",
2073 "symfony/css-selector": "^3.4|^4.3",
2074 "symfony/expression-language": "^3.4|^4.3",
2075 "symfony/form": "^3.4|^4.3",
2076 "symfony/phpunit-bridge": "^4.1.8",
2077 "symfony/security-bundle": "^3.4|^4.3",
2078 "symfony/serializer": "^3.4|^4.3",
2079 "symfony/templating": "^3.4|^4.3",
2080 "symfony/twig-bundle": "^3.4|^4.3",
2081 "symfony/validator": "^3.4|^4.3",
2082 "symfony/web-profiler-bundle": "^3.4|^4.3",
2083 "symfony/yaml": "^3.4|^4.3"
2084 },
2085 "suggest": {
2086 "jms/serializer-bundle": "Add support for advanced serialization capabilities, recommended, requires ^2.0|^3.0",
2087 "sensio/framework-extra-bundle": "Add support for the request body converter and the view response listener, requires ^3.0",
2088 "symfony/expression-language": "Add support for using the expression language in the routing, requires ^2.7|^3.0",
2089 "symfony/serializer": "Add support for basic serialization capabilities and xml decoding, requires ^2.7|^3.0",
2090 "symfony/validator": "Add support for validation capabilities in the ParamFetcher, requires ^2.7|^3.0"
2091 },
2092 "type": "symfony-bundle",
2093 "extra": {
2094 "branch-alias": {
2095 "dev-master": "2.7-dev"
2096 }
2097 },
2098 "autoload": {
2099 "psr-4": {
2100 "FOS\\RestBundle\\": ""
2101 },
2102 "exclude-from-classmap": [
2103 "Resources/",
2104 "Tests/"
2105 ]
2106 },
2107 "notification-url": "https://packagist.org/downloads/",
2108 "license": [
2109 "MIT"
2110 ],
2111 "authors": [
2112 {
2113 "name": "Lukas Kahwe Smith",
2114 "email": "smith@pooteeweet.org"
2115 },
2116 {
2117 "name": "Konstantin Kudryashov",
2118 "email": "ever.zet@gmail.com"
2119 },
2120 {
2121 "name": "FriendsOfSymfony Community",
2122 "homepage": "https://github.com/friendsofsymfony/FOSRestBundle/contributors"
2123 }
2124 ],
2125 "description": "This Bundle provides various tools to rapidly develop RESTful API's with Symfony",
2126 "homepage": "http://friendsofsymfony.github.com",
2127 "keywords": [
2128 "rest"
2129 ],
2130 "time": "2020-04-23T17:34:09+00:00"
2131 },
2132 {
2133 "name": "friendsofsymfony/user-bundle",
2134 "version": "v2.0.2",
2135 "source": {
2136 "type": "git",
2137 "url": "https://github.com/FriendsOfSymfony/FOSUserBundle.git",
2138 "reference": "2fc8a023d7ab482321cf7ec810ed49eab40eb50f"
2139 },
2140 "dist": {
2141 "type": "zip",
2142 "url": "https://api.github.com/repos/FriendsOfSymfony/FOSUserBundle/zipball/2fc8a023d7ab482321cf7ec810ed49eab40eb50f",
2143 "reference": "2fc8a023d7ab482321cf7ec810ed49eab40eb50f",
2144 "shasum": ""
2145 },
2146 "require": {
2147 "paragonie/random_compat": "^1 || ^2",
2148 "php": "^5.5.9 || ^7.0",
2149 "symfony/form": "^2.7 || ^3.0",
2150 "symfony/framework-bundle": "^2.7 || ^3.0",
2151 "symfony/security-bundle": "^2.7 || ^3.0",
2152 "symfony/templating": "^2.7 || ^3.0",
2153 "symfony/twig-bundle": "^2.7 || ^3.0",
2154 "twig/twig": "^1.28 || ^2.0"
2155 },
2156 "conflict": {
2157 "doctrine/doctrine-bundle": "<1.3",
2158 "symfony/doctrine-bridge": "<2.7"
2159 },
2160 "require-dev": {
2161 "doctrine/doctrine-bundle": "^1.3",
2162 "friendsofphp/php-cs-fixer": "^1.11",
2163 "phpunit/phpunit": "~4.8|~5.0",
2164 "swiftmailer/swiftmailer": "^4.3 || ^5.0 || ^6.0",
2165 "symfony/console": "^2.7 || ^3.0",
2166 "symfony/phpunit-bridge": "^2.7 || ^3.0",
2167 "symfony/validator": "^2.7 || ^3.0",
2168 "symfony/yaml": "^2.7 || ^3.0"
2169 },
2170 "type": "symfony-bundle",
2171 "extra": {
2172 "branch-alias": {
2173 "dev-master": "2.0.x-dev"
2174 }
2175 },
2176 "autoload": {
2177 "psr-4": {
2178 "FOS\\UserBundle\\": ""
2179 },
2180 "exclude-from-classmap": [
2181 "/Tests/"
2182 ]
2183 },
2184 "notification-url": "https://packagist.org/downloads/",
2185 "license": [
2186 "MIT"
2187 ],
2188 "authors": [
2189 {
2190 "name": "Christophe Coevoet",
2191 "email": "stof@notk.org"
2192 },
2193 {
2194 "name": "FriendsOfSymfony Community",
2195 "homepage": "https://github.com/friendsofsymfony/FOSUserBundle/contributors"
2196 },
2197 {
2198 "name": "Thibault Duplessis",
2199 "email": "thibault.duplessis@gmail.com"
2200 }
2201 ],
2202 "description": "Symfony FOSUserBundle",
2203 "homepage": "http://friendsofsymfony.github.com",
2204 "keywords": [
2205 "User management"
2206 ],
2207 "time": "2017-11-29T17:01:21+00:00"
2208 },
2209 {
2210 "name": "gedmo/doctrine-extensions",
2211 "version": "v2.4.41",
2212 "source": {
2213 "type": "git",
2214 "url": "https://github.com/Atlantic18/DoctrineExtensions.git",
2215 "reference": "e55a6727052f91834a968937c93b6fb193be8fb6"
2216 },
2217 "dist": {
2218 "type": "zip",
2219 "url": "https://api.github.com/repos/Atlantic18/DoctrineExtensions/zipball/e55a6727052f91834a968937c93b6fb193be8fb6",
2220 "reference": "e55a6727052f91834a968937c93b6fb193be8fb6",
2221 "shasum": ""
2222 },
2223 "require": {
2224 "behat/transliterator": "~1.2",
2225 "doctrine/common": "~2.4",
2226 "php": ">=5.3.2"
2227 },
2228 "conflict": {
2229 "doctrine/annotations": "<1.2",
2230 "doctrine/mongodb-odm": ">=2.0"
2231 },
2232 "require-dev": {
2233 "doctrine/common": ">=2.5.0",
2234 "doctrine/mongodb-odm": ">=1.0.2 <2.0",
2235 "doctrine/orm": ">=2.5.0",
2236 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5",
2237 "symfony/yaml": "^2.6 || ^3.0 || ^4.0 || ^5.0"
2238 },
2239 "suggest": {
2240 "doctrine/mongodb-odm": "to use the extensions with the MongoDB ODM",
2241 "doctrine/orm": "to use the extensions with the ORM"
2242 },
2243 "type": "library",
2244 "extra": {
2245 "branch-alias": {
2246 "dev-master": "2.4.x-dev"
2247 }
2248 },
2249 "autoload": {
2250 "psr-4": {
2251 "Gedmo\\": "lib/Gedmo"
2252 }
2253 },
2254 "notification-url": "https://packagist.org/downloads/",
2255 "license": [
2256 "MIT"
2257 ],
2258 "authors": [
2259 {
2260 "name": "Gediminas Morkevicius",
2261 "email": "gediminas.morkevicius@gmail.com"
2262 },
2263 {
2264 "name": "Gustavo Falco",
2265 "email": "comfortablynumb84@gmail.com"
2266 },
2267 {
2268 "name": "David Buchmann",
2269 "email": "david@liip.ch"
2270 }
2271 ],
2272 "description": "Doctrine2 behavioral extensions",
2273 "homepage": "http://gediminasm.org/",
2274 "keywords": [
2275 "Blameable",
2276 "behaviors",
2277 "doctrine2",
2278 "extensions",
2279 "gedmo",
2280 "loggable",
2281 "nestedset",
2282 "sluggable",
2283 "sortable",
2284 "timestampable",
2285 "translatable",
2286 "tree",
2287 "uploadable"
2288 ],
2289 "time": "2020-05-10T22:20:03+00:00"
2290 },
2291 {
2292 "name": "grandt/binstring",
2293 "version": "1.0.0",
2294 "source": {
2295 "type": "git",
2296 "url": "https://github.com/Grandt/PHPBinString.git",
2297 "reference": "825fe2ac8a68190f651fc2dbc07b6edde18bc431"
2298 },
2299 "dist": {
2300 "type": "zip",
2301 "url": "https://api.github.com/repos/Grandt/PHPBinString/zipball/825fe2ac8a68190f651fc2dbc07b6edde18bc431",
2302 "reference": "825fe2ac8a68190f651fc2dbc07b6edde18bc431",
2303 "shasum": ""
2304 },
2305 "require": {
2306 "php": ">=5.0"
2307 },
2308 "type": "library",
2309 "autoload": {
2310 "classmap": [
2311 "BinString.php",
2312 "BinStringStatic.php"
2313 ]
2314 },
2315 "notification-url": "https://packagist.org/downloads/",
2316 "license": [
2317 "LGPL-2.1"
2318 ],
2319 "authors": [
2320 {
2321 "name": "A. Grandt",
2322 "email": "php@grandt.com",
2323 "role": "Developer"
2324 }
2325 ],
2326 "description": "A class for working around the use of mbstring.func_override",
2327 "homepage": "https://github.com/Grandt/PHPBinString",
2328 "keywords": [
2329 "binary strings",
2330 "mbstring"
2331 ],
2332 "time": "2015-08-13T06:14:41+00:00"
2333 },
2334 {
2335 "name": "grandt/phpresizegif",
2336 "version": "1.0.3",
2337 "source": {
2338 "type": "git",
2339 "url": "https://github.com/Grandt/PHPResizeGif.git",
2340 "reference": "775f6810fcda2fd1d8ca881d44a80c8d310ae7fe"
2341 },
2342 "dist": {
2343 "type": "zip",
2344 "url": "https://api.github.com/repos/Grandt/PHPResizeGif/zipball/775f6810fcda2fd1d8ca881d44a80c8d310ae7fe",
2345 "reference": "775f6810fcda2fd1d8ca881d44a80c8d310ae7fe",
2346 "shasum": ""
2347 },
2348 "require": {
2349 "grandt/binstring": ">=0.2.0",
2350 "php": ">=5.3.0"
2351 },
2352 "type": "library",
2353 "autoload": {
2354 "psr-4": {
2355 "grandt\\ResizeGif\\": "src/ResizeGif",
2356 "grandt\\ResizeGif\\Files\\": "src/ResizeGif/Files",
2357 "grandt\\ResizeGif\\Structure\\": "src/ResizeGif/Structure",
2358 "grandt\\ResizeGif\\Debug\\": "src/ResizeGif/Debug"
2359 }
2360 },
2361 "notification-url": "https://packagist.org/downloads/",
2362 "license": [
2363 "LGPL-2.1"
2364 ],
2365 "authors": [
2366 {
2367 "name": "A. Grandt",
2368 "email": "php@grandt.com",
2369 "homepage": "http://grandt.com",
2370 "role": "Developer"
2371 }
2372 ],
2373 "description": "GIF89a compliant Gif resizer, including transparency and optimized gifs with sub sized elements.",
2374 "homepage": "https://github.com/Grandt/PHPResizeGif",
2375 "keywords": [
2376 "GIF89a",
2377 "animated gif",
2378 "gif",
2379 "resize"
2380 ],
2381 "time": "2015-05-10T10:52:24+00:00"
2382 },
2383 {
2384 "name": "grandt/phpzipmerge",
2385 "version": "1.0.4",
2386 "source": {
2387 "type": "git",
2388 "url": "https://github.com/Grandt/PHPZipMerge.git",
2389 "reference": "0b1273d3c2dbfe244904158b1dbd65a663264fb9"
2390 },
2391 "dist": {
2392 "type": "zip",
2393 "url": "https://api.github.com/repos/Grandt/PHPZipMerge/zipball/0b1273d3c2dbfe244904158b1dbd65a663264fb9",
2394 "reference": "0b1273d3c2dbfe244904158b1dbd65a663264fb9",
2395 "shasum": ""
2396 },
2397 "require": {
2398 "grandt/binstring": ">=1.0.0",
2399 "grandt/relativepath": ">=1.0.1",
2400 "php": ">=5.3.0"
2401 },
2402 "type": "library",
2403 "autoload": {
2404 "psr-4": {
2405 "ZipMerge\\": "src/ZipMerge"
2406 }
2407 },
2408 "notification-url": "https://packagist.org/downloads/",
2409 "license": [
2410 "LGPL-2.1"
2411 ],
2412 "authors": [
2413 {
2414 "name": "A. Grandt",
2415 "email": "php@grandt.com",
2416 "homepage": "http://grandt.com",
2417 "role": "Developer"
2418 },
2419 {
2420 "name": "Greg Kappatos",
2421 "homepage": "http://websiteconnect.com.au",
2422 "role": "Developer"
2423 }
2424 ],
2425 "description": "Merge and stream multiple Zip files on the fly.",
2426 "homepage": "https://github.com/Grandt/PHPZipMerge",
2427 "keywords": [
2428 "archive",
2429 "compressed",
2430 "compression",
2431 "merge",
2432 "phpzip",
2433 "pkzip",
2434 "stream",
2435 "zip"
2436 ],
2437 "time": "2015-08-18T13:49:33+00:00"
2438 },
2439 {
2440 "name": "grandt/relativepath",
2441 "version": "1.0.2",
2442 "source": {
2443 "type": "git",
2444 "url": "https://github.com/Grandt/PHPRelativePath.git",
2445 "reference": "19541133c24143b6295688472c54dd6ed15a5462"
2446 },
2447 "dist": {
2448 "type": "zip",
2449 "url": "https://api.github.com/repos/Grandt/PHPRelativePath/zipball/19541133c24143b6295688472c54dd6ed15a5462",
2450 "reference": "19541133c24143b6295688472c54dd6ed15a5462",
2451 "shasum": ""
2452 },
2453 "require": {
2454 "php": ">=5.0"
2455 },
2456 "type": "library",
2457 "autoload": {
2458 "classmap": [
2459 "RelativePath.php"
2460 ]
2461 },
2462 "notification-url": "https://packagist.org/downloads/",
2463 "license": [
2464 "LGPL-2.1"
2465 ],
2466 "authors": [
2467 {
2468 "name": "A. Grandt",
2469 "email": "php@grandt.com",
2470 "role": "Developer"
2471 }
2472 ],
2473 "description": "A class for cleaning up/collapsing relative paths. Like real_path, but without the need for the path to exist on the filesystem.",
2474 "homepage": "https://github.com/Grandt/PHPRelativePath",
2475 "keywords": [
2476 "file path"
2477 ],
2478 "time": "2015-05-14T08:18:23+00:00"
2479 },
2480 {
2481 "name": "guzzlehttp/guzzle",
2482 "version": "5.3.4",
2483 "source": {
2484 "type": "git",
2485 "url": "https://github.com/guzzle/guzzle.git",
2486 "reference": "b87eda7a7162f95574032da17e9323c9899cb6b2"
2487 },
2488 "dist": {
2489 "type": "zip",
2490 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/b87eda7a7162f95574032da17e9323c9899cb6b2",
2491 "reference": "b87eda7a7162f95574032da17e9323c9899cb6b2",
2492 "shasum": ""
2493 },
2494 "require": {
2495 "guzzlehttp/ringphp": "^1.1",
2496 "php": ">=5.4.0",
2497 "react/promise": "^2.2"
2498 },
2499 "require-dev": {
2500 "ext-curl": "*",
2501 "phpunit/phpunit": "^4.0"
2502 },
2503 "type": "library",
2504 "autoload": {
2505 "psr-4": {
2506 "GuzzleHttp\\": "src/"
2507 }
2508 },
2509 "notification-url": "https://packagist.org/downloads/",
2510 "license": [
2511 "MIT"
2512 ],
2513 "authors": [
2514 {
2515 "name": "Michael Dowling",
2516 "email": "mtdowling@gmail.com",
2517 "homepage": "https://github.com/mtdowling"
2518 }
2519 ],
2520 "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients",
2521 "homepage": "http://guzzlephp.org/",
2522 "keywords": [
2523 "client",
2524 "curl",
2525 "framework",
2526 "http",
2527 "http client",
2528 "rest",
2529 "web service"
2530 ],
2531 "time": "2019-10-30T09:32:00+00:00"
2532 },
2533 {
2534 "name": "guzzlehttp/promises",
2535 "version": "v1.3.1",
2536 "source": {
2537 "type": "git",
2538 "url": "https://github.com/guzzle/promises.git",
2539 "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
2540 },
2541 "dist": {
2542 "type": "zip",
2543 "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
2544 "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
2545 "shasum": ""
2546 },
2547 "require": {
2548 "php": ">=5.5.0"
2549 },
2550 "require-dev": {
2551 "phpunit/phpunit": "^4.0"
2552 },
2553 "type": "library",
2554 "extra": {
2555 "branch-alias": {
2556 "dev-master": "1.4-dev"
2557 }
2558 },
2559 "autoload": {
2560 "psr-4": {
2561 "GuzzleHttp\\Promise\\": "src/"
2562 },
2563 "files": [
2564 "src/functions_include.php"
2565 ]
2566 },
2567 "notification-url": "https://packagist.org/downloads/",
2568 "license": [
2569 "MIT"
2570 ],
2571 "authors": [
2572 {
2573 "name": "Michael Dowling",
2574 "email": "mtdowling@gmail.com",
2575 "homepage": "https://github.com/mtdowling"
2576 }
2577 ],
2578 "description": "Guzzle promises library",
2579 "keywords": [
2580 "promise"
2581 ],
2582 "time": "2016-12-20T10:07:11+00:00"
2583 },
2584 {
2585 "name": "guzzlehttp/psr7",
2586 "version": "1.6.1",
2587 "source": {
2588 "type": "git",
2589 "url": "https://github.com/guzzle/psr7.git",
2590 "reference": "239400de7a173fe9901b9ac7c06497751f00727a"
2591 },
2592 "dist": {
2593 "type": "zip",
2594 "url": "https://api.github.com/repos/guzzle/psr7/zipball/239400de7a173fe9901b9ac7c06497751f00727a",
2595 "reference": "239400de7a173fe9901b9ac7c06497751f00727a",
2596 "shasum": ""
2597 },
2598 "require": {
2599 "php": ">=5.4.0",
2600 "psr/http-message": "~1.0",
2601 "ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
2602 },
2603 "provide": {
2604 "psr/http-message-implementation": "1.0"
2605 },
2606 "require-dev": {
2607 "ext-zlib": "*",
2608 "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8"
2609 },
2610 "suggest": {
2611 "zendframework/zend-httphandlerrunner": "Emit PSR-7 responses"
2612 },
2613 "type": "library",
2614 "extra": {
2615 "branch-alias": {
2616 "dev-master": "1.6-dev"
2617 }
2618 },
2619 "autoload": {
2620 "psr-4": {
2621 "GuzzleHttp\\Psr7\\": "src/"
2622 },
2623 "files": [
2624 "src/functions_include.php"
2625 ]
2626 },
2627 "notification-url": "https://packagist.org/downloads/",
2628 "license": [
2629 "MIT"
2630 ],
2631 "authors": [
2632 {
2633 "name": "Michael Dowling",
2634 "email": "mtdowling@gmail.com",
2635 "homepage": "https://github.com/mtdowling"
2636 },
2637 {
2638 "name": "Tobias Schultze",
2639 "homepage": "https://github.com/Tobion"
2640 }
2641 ],
2642 "description": "PSR-7 message implementation that also provides common utility methods",
2643 "keywords": [
2644 "http",
2645 "message",
2646 "psr-7",
2647 "request",
2648 "response",
2649 "stream",
2650 "uri",
2651 "url"
2652 ],
2653 "time": "2019-07-01T23:21:34+00:00"
2654 },
2655 {
2656 "name": "guzzlehttp/ringphp",
2657 "version": "1.1.1",
2658 "source": {
2659 "type": "git",
2660 "url": "https://github.com/guzzle/RingPHP.git",
2661 "reference": "5e2a174052995663dd68e6b5ad838afd47dd615b"
2662 },
2663 "dist": {
2664 "type": "zip",
2665 "url": "https://api.github.com/repos/guzzle/RingPHP/zipball/5e2a174052995663dd68e6b5ad838afd47dd615b",
2666 "reference": "5e2a174052995663dd68e6b5ad838afd47dd615b",
2667 "shasum": ""
2668 },
2669 "require": {
2670 "guzzlehttp/streams": "~3.0",
2671 "php": ">=5.4.0",
2672 "react/promise": "~2.0"
2673 },
2674 "require-dev": {
2675 "ext-curl": "*",
2676 "phpunit/phpunit": "~4.0"
2677 },
2678 "suggest": {
2679 "ext-curl": "Guzzle will use specific adapters if cURL is present"
2680 },
2681 "type": "library",
2682 "extra": {
2683 "branch-alias": {
2684 "dev-master": "1.1-dev"
2685 }
2686 },
2687 "autoload": {
2688 "psr-4": {
2689 "GuzzleHttp\\Ring\\": "src/"
2690 }
2691 },
2692 "notification-url": "https://packagist.org/downloads/",
2693 "license": [
2694 "MIT"
2695 ],
2696 "authors": [
2697 {
2698 "name": "Michael Dowling",
2699 "email": "mtdowling@gmail.com",
2700 "homepage": "https://github.com/mtdowling"
2701 }
2702 ],
2703 "description": "Provides a simple API and specification that abstracts away the details of HTTP into a single PHP function.",
2704 "abandoned": true,
2705 "time": "2018-07-31T13:22:33+00:00"
2706 },
2707 {
2708 "name": "guzzlehttp/streams",
2709 "version": "3.0.0",
2710 "source": {
2711 "type": "git",
2712 "url": "https://github.com/guzzle/streams.git",
2713 "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5"
2714 },
2715 "dist": {
2716 "type": "zip",
2717 "url": "https://api.github.com/repos/guzzle/streams/zipball/47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
2718 "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
2719 "shasum": ""
2720 },
2721 "require": {
2722 "php": ">=5.4.0"
2723 },
2724 "require-dev": {
2725 "phpunit/phpunit": "~4.0"
2726 },
2727 "type": "library",
2728 "extra": {
2729 "branch-alias": {
2730 "dev-master": "3.0-dev"
2731 }
2732 },
2733 "autoload": {
2734 "psr-4": {
2735 "GuzzleHttp\\Stream\\": "src/"
2736 }
2737 },
2738 "notification-url": "https://packagist.org/downloads/",
2739 "license": [
2740 "MIT"
2741 ],
2742 "authors": [
2743 {
2744 "name": "Michael Dowling",
2745 "email": "mtdowling@gmail.com",
2746 "homepage": "https://github.com/mtdowling"
2747 }
2748 ],
2749 "description": "Provides a simple abstraction over streams of data",
2750 "homepage": "http://guzzlephp.org/",
2751 "keywords": [
2752 "Guzzle",
2753 "stream"
2754 ],
2755 "abandoned": true,
2756 "time": "2014-10-12T19:18:40+00:00"
2757 },
2758 {
2759 "name": "hoa/compiler",
2760 "version": "3.17.08.08",
2761 "source": {
2762 "type": "git",
2763 "url": "https://github.com/hoaproject/Compiler.git",
2764 "reference": "aa09caf0bf28adae6654ca6ee415ee2f522672de"
2765 },
2766 "dist": {
2767 "type": "zip",
2768 "url": "https://api.github.com/repos/hoaproject/Compiler/zipball/aa09caf0bf28adae6654ca6ee415ee2f522672de",
2769 "reference": "aa09caf0bf28adae6654ca6ee415ee2f522672de",
2770 "shasum": ""
2771 },
2772 "require": {
2773 "hoa/consistency": "~1.0",
2774 "hoa/exception": "~1.0",
2775 "hoa/file": "~1.0",
2776 "hoa/iterator": "~2.0",
2777 "hoa/math": "~1.0",
2778 "hoa/protocol": "~1.0",
2779 "hoa/regex": "~1.0",
2780 "hoa/visitor": "~2.0"
2781 },
2782 "require-dev": {
2783 "hoa/json": "~2.0",
2784 "hoa/test": "~2.0"
2785 },
2786 "type": "library",
2787 "extra": {
2788 "branch-alias": {
2789 "dev-master": "3.x-dev"
2790 }
2791 },
2792 "autoload": {
2793 "psr-4": {
2794 "Hoa\\Compiler\\": "."
2795 }
2796 },
2797 "notification-url": "https://packagist.org/downloads/",
2798 "license": [
2799 "BSD-3-Clause"
2800 ],
2801 "authors": [
2802 {
2803 "name": "Ivan Enderlin",
2804 "email": "ivan.enderlin@hoa-project.net"
2805 },
2806 {
2807 "name": "Hoa community",
2808 "homepage": "https://hoa-project.net/"
2809 }
2810 ],
2811 "description": "The Hoa\\Compiler library.",
2812 "homepage": "https://hoa-project.net/",
2813 "keywords": [
2814 "algebraic",
2815 "ast",
2816 "compiler",
2817 "context-free",
2818 "coverage",
2819 "exhaustive",
2820 "grammar",
2821 "isotropic",
2822 "language",
2823 "lexer",
2824 "library",
2825 "ll1",
2826 "llk",
2827 "parser",
2828 "pp",
2829 "random",
2830 "regular",
2831 "rule",
2832 "sampler",
2833 "syntax",
2834 "token",
2835 "trace",
2836 "uniform"
2837 ],
2838 "time": "2017-08-08T07:44:07+00:00"
2839 },
2840 {
2841 "name": "hoa/consistency",
2842 "version": "1.17.05.02",
2843 "source": {
2844 "type": "git",
2845 "url": "https://github.com/hoaproject/Consistency.git",
2846 "reference": "fd7d0adc82410507f332516faf655b6ed22e4c2f"
2847 },
2848 "dist": {
2849 "type": "zip",
2850 "url": "https://api.github.com/repos/hoaproject/Consistency/zipball/fd7d0adc82410507f332516faf655b6ed22e4c2f",
2851 "reference": "fd7d0adc82410507f332516faf655b6ed22e4c2f",
2852 "shasum": ""
2853 },
2854 "require": {
2855 "hoa/exception": "~1.0",
2856 "php": ">=5.5.0"
2857 },
2858 "require-dev": {
2859 "hoa/stream": "~1.0",
2860 "hoa/test": "~2.0"
2861 },
2862 "type": "library",
2863 "extra": {
2864 "branch-alias": {
2865 "dev-master": "1.x-dev"
2866 }
2867 },
2868 "autoload": {
2869 "psr-4": {
2870 "Hoa\\Consistency\\": "."
2871 },
2872 "files": [
2873 "Prelude.php"
2874 ]
2875 },
2876 "notification-url": "https://packagist.org/downloads/",
2877 "license": [
2878 "BSD-3-Clause"
2879 ],
2880 "authors": [
2881 {
2882 "name": "Ivan Enderlin",
2883 "email": "ivan.enderlin@hoa-project.net"
2884 },
2885 {
2886 "name": "Hoa community",
2887 "homepage": "https://hoa-project.net/"
2888 }
2889 ],
2890 "description": "The Hoa\\Consistency library.",
2891 "homepage": "https://hoa-project.net/",
2892 "keywords": [
2893 "autoloader",
2894 "callable",
2895 "consistency",
2896 "entity",
2897 "flex",
2898 "keyword",
2899 "library"
2900 ],
2901 "time": "2017-05-02T12:18:12+00:00"
2902 },
2903 {
2904 "name": "hoa/event",
2905 "version": "1.17.01.13",
2906 "source": {
2907 "type": "git",
2908 "url": "https://github.com/hoaproject/Event.git",
2909 "reference": "6c0060dced212ffa3af0e34bb46624f990b29c54"
2910 },
2911 "dist": {
2912 "type": "zip",
2913 "url": "https://api.github.com/repos/hoaproject/Event/zipball/6c0060dced212ffa3af0e34bb46624f990b29c54",
2914 "reference": "6c0060dced212ffa3af0e34bb46624f990b29c54",
2915 "shasum": ""
2916 },
2917 "require": {
2918 "hoa/consistency": "~1.0",
2919 "hoa/exception": "~1.0"
2920 },
2921 "require-dev": {
2922 "hoa/test": "~2.0"
2923 },
2924 "type": "library",
2925 "extra": {
2926 "branch-alias": {
2927 "dev-master": "1.x-dev"
2928 }
2929 },
2930 "autoload": {
2931 "psr-4": {
2932 "Hoa\\Event\\": "."
2933 }
2934 },
2935 "notification-url": "https://packagist.org/downloads/",
2936 "license": [
2937 "BSD-3-Clause"
2938 ],
2939 "authors": [
2940 {
2941 "name": "Ivan Enderlin",
2942 "email": "ivan.enderlin@hoa-project.net"
2943 },
2944 {
2945 "name": "Hoa community",
2946 "homepage": "https://hoa-project.net/"
2947 }
2948 ],
2949 "description": "The Hoa\\Event library.",
2950 "homepage": "https://hoa-project.net/",
2951 "keywords": [
2952 "event",
2953 "library",
2954 "listener",
2955 "observer"
2956 ],
2957 "time": "2017-01-13T15:30:50+00:00"
2958 },
2959 {
2960 "name": "hoa/exception",
2961 "version": "1.17.01.16",
2962 "source": {
2963 "type": "git",
2964 "url": "https://github.com/hoaproject/Exception.git",
2965 "reference": "091727d46420a3d7468ef0595651488bfc3a458f"
2966 },
2967 "dist": {
2968 "type": "zip",
2969 "url": "https://api.github.com/repos/hoaproject/Exception/zipball/091727d46420a3d7468ef0595651488bfc3a458f",
2970 "reference": "091727d46420a3d7468ef0595651488bfc3a458f",
2971 "shasum": ""
2972 },
2973 "require": {
2974 "hoa/consistency": "~1.0",
2975 "hoa/event": "~1.0"
2976 },
2977 "require-dev": {
2978 "hoa/test": "~2.0"
2979 },
2980 "type": "library",
2981 "extra": {
2982 "branch-alias": {
2983 "dev-master": "1.x-dev"
2984 }
2985 },
2986 "autoload": {
2987 "psr-4": {
2988 "Hoa\\Exception\\": "."
2989 }
2990 },
2991 "notification-url": "https://packagist.org/downloads/",
2992 "license": [
2993 "BSD-3-Clause"
2994 ],
2995 "authors": [
2996 {
2997 "name": "Ivan Enderlin",
2998 "email": "ivan.enderlin@hoa-project.net"
2999 },
3000 {
3001 "name": "Hoa community",
3002 "homepage": "https://hoa-project.net/"
3003 }
3004 ],
3005 "description": "The Hoa\\Exception library.",
3006 "homepage": "https://hoa-project.net/",
3007 "keywords": [
3008 "exception",
3009 "library"
3010 ],
3011 "time": "2017-01-16T07:53:27+00:00"
3012 },
3013 {
3014 "name": "hoa/file",
3015 "version": "1.17.07.11",
3016 "source": {
3017 "type": "git",
3018 "url": "https://github.com/hoaproject/File.git",
3019 "reference": "35cb979b779bc54918d2f9a4e02ed6c7a1fa67ca"
3020 },
3021 "dist": {
3022 "type": "zip",
3023 "url": "https://api.github.com/repos/hoaproject/File/zipball/35cb979b779bc54918d2f9a4e02ed6c7a1fa67ca",
3024 "reference": "35cb979b779bc54918d2f9a4e02ed6c7a1fa67ca",
3025 "shasum": ""
3026 },
3027 "require": {
3028 "hoa/consistency": "~1.0",
3029 "hoa/event": "~1.0",
3030 "hoa/exception": "~1.0",
3031 "hoa/iterator": "~2.0",
3032 "hoa/stream": "~1.0"
3033 },
3034 "require-dev": {
3035 "hoa/test": "~2.0"
3036 },
3037 "type": "library",
3038 "extra": {
3039 "branch-alias": {
3040 "dev-master": "1.x-dev"
3041 }
3042 },
3043 "autoload": {
3044 "psr-4": {
3045 "Hoa\\File\\": "."
3046 }
3047 },
3048 "notification-url": "https://packagist.org/downloads/",
3049 "license": [
3050 "BSD-3-Clause"
3051 ],
3052 "authors": [
3053 {
3054 "name": "Ivan Enderlin",
3055 "email": "ivan.enderlin@hoa-project.net"
3056 },
3057 {
3058 "name": "Hoa community",
3059 "homepage": "https://hoa-project.net/"
3060 }
3061 ],
3062 "description": "The Hoa\\File library.",
3063 "homepage": "https://hoa-project.net/",
3064 "keywords": [
3065 "Socket",
3066 "directory",
3067 "file",
3068 "finder",
3069 "library",
3070 "link",
3071 "temporary"
3072 ],
3073 "time": "2017-07-11T07:42:15+00:00"
3074 },
3075 {
3076 "name": "hoa/iterator",
3077 "version": "2.17.01.10",
3078 "source": {
3079 "type": "git",
3080 "url": "https://github.com/hoaproject/Iterator.git",
3081 "reference": "d1120ba09cb4ccd049c86d10058ab94af245f0cc"
3082 },
3083 "dist": {
3084 "type": "zip",
3085 "url": "https://api.github.com/repos/hoaproject/Iterator/zipball/d1120ba09cb4ccd049c86d10058ab94af245f0cc",
3086 "reference": "d1120ba09cb4ccd049c86d10058ab94af245f0cc",
3087 "shasum": ""
3088 },
3089 "require": {
3090 "hoa/consistency": "~1.0",
3091 "hoa/exception": "~1.0"
3092 },
3093 "require-dev": {
3094 "hoa/test": "~2.0"
3095 },
3096 "type": "library",
3097 "extra": {
3098 "branch-alias": {
3099 "dev-master": "2.x-dev"
3100 }
3101 },
3102 "autoload": {
3103 "psr-4": {
3104 "Hoa\\Iterator\\": "."
3105 }
3106 },
3107 "notification-url": "https://packagist.org/downloads/",
3108 "license": [
3109 "BSD-3-Clause"
3110 ],
3111 "authors": [
3112 {
3113 "name": "Ivan Enderlin",
3114 "email": "ivan.enderlin@hoa-project.net"
3115 },
3116 {
3117 "name": "Hoa community",
3118 "homepage": "https://hoa-project.net/"
3119 }
3120 ],
3121 "description": "The Hoa\\Iterator library.",
3122 "homepage": "https://hoa-project.net/",
3123 "keywords": [
3124 "iterator",
3125 "library"
3126 ],
3127 "time": "2017-01-10T10:34:47+00:00"
3128 },
3129 {
3130 "name": "hoa/math",
3131 "version": "1.17.05.16",
3132 "source": {
3133 "type": "git",
3134 "url": "https://github.com/hoaproject/Math.git",
3135 "reference": "7150785d30f5d565704912116a462e9f5bc83a0c"
3136 },
3137 "dist": {
3138 "type": "zip",
3139 "url": "https://api.github.com/repos/hoaproject/Math/zipball/7150785d30f5d565704912116a462e9f5bc83a0c",
3140 "reference": "7150785d30f5d565704912116a462e9f5bc83a0c",
3141 "shasum": ""
3142 },
3143 "require": {
3144 "hoa/compiler": "~3.0",
3145 "hoa/consistency": "~1.0",
3146 "hoa/exception": "~1.0",
3147 "hoa/iterator": "~2.0",
3148 "hoa/protocol": "~1.0",
3149 "hoa/zformat": "~1.0"
3150 },
3151 "require-dev": {
3152 "hoa/test": "~2.0"
3153 },
3154 "type": "library",
3155 "extra": {
3156 "branch-alias": {
3157 "dev-master": "1.x-dev"
3158 }
3159 },
3160 "autoload": {
3161 "psr-4": {
3162 "Hoa\\Math\\": "."
3163 }
3164 },
3165 "notification-url": "https://packagist.org/downloads/",
3166 "license": [
3167 "BSD-3-Clause"
3168 ],
3169 "authors": [
3170 {
3171 "name": "Ivan Enderlin",
3172 "email": "ivan.enderlin@hoa-project.net"
3173 },
3174 {
3175 "name": "Hoa community",
3176 "homepage": "https://hoa-project.net/"
3177 }
3178 ],
3179 "description": "The Hoa\\Math library.",
3180 "homepage": "https://hoa-project.net/",
3181 "keywords": [
3182 "arrangement",
3183 "combination",
3184 "combinatorics",
3185 "counting",
3186 "library",
3187 "math",
3188 "permutation",
3189 "sampler",
3190 "set"
3191 ],
3192 "time": "2017-05-16T08:02:17+00:00"
3193 },
3194 {
3195 "name": "hoa/protocol",
3196 "version": "1.17.01.14",
3197 "source": {
3198 "type": "git",
3199 "url": "https://github.com/hoaproject/Protocol.git",
3200 "reference": "5c2cf972151c45f373230da170ea015deecf19e2"
3201 },
3202 "dist": {
3203 "type": "zip",
3204 "url": "https://api.github.com/repos/hoaproject/Protocol/zipball/5c2cf972151c45f373230da170ea015deecf19e2",
3205 "reference": "5c2cf972151c45f373230da170ea015deecf19e2",
3206 "shasum": ""
3207 },
3208 "require": {
3209 "hoa/consistency": "~1.0",
3210 "hoa/exception": "~1.0"
3211 },
3212 "require-dev": {
3213 "hoa/test": "~2.0"
3214 },
3215 "type": "library",
3216 "extra": {
3217 "branch-alias": {
3218 "dev-master": "1.x-dev"
3219 }
3220 },
3221 "autoload": {
3222 "psr-4": {
3223 "Hoa\\Protocol\\": "."
3224 },
3225 "files": [
3226 "Wrapper.php"
3227 ]
3228 },
3229 "notification-url": "https://packagist.org/downloads/",
3230 "license": [
3231 "BSD-3-Clause"
3232 ],
3233 "authors": [
3234 {
3235 "name": "Ivan Enderlin",
3236 "email": "ivan.enderlin@hoa-project.net"
3237 },
3238 {
3239 "name": "Hoa community",
3240 "homepage": "https://hoa-project.net/"
3241 }
3242 ],
3243 "description": "The Hoa\\Protocol library.",
3244 "homepage": "https://hoa-project.net/",
3245 "keywords": [
3246 "library",
3247 "protocol",
3248 "resource",
3249 "stream",
3250 "wrapper"
3251 ],
3252 "time": "2017-01-14T12:26:10+00:00"
3253 },
3254 {
3255 "name": "hoa/regex",
3256 "version": "1.17.01.13",
3257 "source": {
3258 "type": "git",
3259 "url": "https://github.com/hoaproject/Regex.git",
3260 "reference": "7e263a61b6fb45c1d03d8e5ef77668518abd5bec"
3261 },
3262 "dist": {
3263 "type": "zip",
3264 "url": "https://api.github.com/repos/hoaproject/Regex/zipball/7e263a61b6fb45c1d03d8e5ef77668518abd5bec",
3265 "reference": "7e263a61b6fb45c1d03d8e5ef77668518abd5bec",
3266 "shasum": ""
3267 },
3268 "require": {
3269 "hoa/consistency": "~1.0",
3270 "hoa/exception": "~1.0",
3271 "hoa/math": "~1.0",
3272 "hoa/protocol": "~1.0",
3273 "hoa/ustring": "~4.0",
3274 "hoa/visitor": "~2.0"
3275 },
3276 "type": "library",
3277 "extra": {
3278 "branch-alias": {
3279 "dev-master": "1.x-dev"
3280 }
3281 },
3282 "autoload": {
3283 "psr-4": {
3284 "Hoa\\Regex\\": "."
3285 }
3286 },
3287 "notification-url": "https://packagist.org/downloads/",
3288 "license": [
3289 "BSD-3-Clause"
3290 ],
3291 "authors": [
3292 {
3293 "name": "Ivan Enderlin",
3294 "email": "ivan.enderlin@hoa-project.net"
3295 },
3296 {
3297 "name": "Hoa community",
3298 "homepage": "https://hoa-project.net/"
3299 }
3300 ],
3301 "description": "The Hoa\\Regex library.",
3302 "homepage": "https://hoa-project.net/",
3303 "keywords": [
3304 "compiler",
3305 "library",
3306 "regex"
3307 ],
3308 "time": "2017-01-13T16:10:24+00:00"
3309 },
3310 {
3311 "name": "hoa/ruler",
3312 "version": "2.17.05.16",
3313 "source": {
3314 "type": "git",
3315 "url": "https://github.com/hoaproject/Ruler.git",
3316 "reference": "696835daf8336dfd490f032da7af444050e52dfc"
3317 },
3318 "dist": {
3319 "type": "zip",
3320 "url": "https://api.github.com/repos/hoaproject/Ruler/zipball/696835daf8336dfd490f032da7af444050e52dfc",
3321 "reference": "696835daf8336dfd490f032da7af444050e52dfc",
3322 "shasum": ""
3323 },
3324 "require": {
3325 "hoa/compiler": "~3.0",
3326 "hoa/consistency": "~1.0",
3327 "hoa/exception": "~1.0",
3328 "hoa/file": "~1.0",
3329 "hoa/protocol": "~1.0",
3330 "hoa/visitor": "~2.0"
3331 },
3332 "require-dev": {
3333 "hoa/test": "~2.0"
3334 },
3335 "type": "library",
3336 "extra": {
3337 "branch-alias": {
3338 "dev-master": "2.x-dev"
3339 }
3340 },
3341 "autoload": {
3342 "psr-4": {
3343 "Hoa\\Ruler\\": "."
3344 }
3345 },
3346 "notification-url": "https://packagist.org/downloads/",
3347 "license": [
3348 "BSD-3-Clause"
3349 ],
3350 "authors": [
3351 {
3352 "name": "Ivan Enderlin",
3353 "email": "ivan.enderlin@hoa-project.net"
3354 },
3355 {
3356 "name": "Hoa community",
3357 "homepage": "https://hoa-project.net/"
3358 }
3359 ],
3360 "description": "The Hoa\\Ruler library.",
3361 "homepage": "https://hoa-project.net/",
3362 "keywords": [
3363 "library",
3364 "ruler"
3365 ],
3366 "time": "2017-05-16T07:52:21+00:00"
3367 },
3368 {
3369 "name": "hoa/stream",
3370 "version": "1.17.02.21",
3371 "source": {
3372 "type": "git",
3373 "url": "https://github.com/hoaproject/Stream.git",
3374 "reference": "3293cfffca2de10525df51436adf88a559151d82"
3375 },
3376 "dist": {
3377 "type": "zip",
3378 "url": "https://api.github.com/repos/hoaproject/Stream/zipball/3293cfffca2de10525df51436adf88a559151d82",
3379 "reference": "3293cfffca2de10525df51436adf88a559151d82",
3380 "shasum": ""
3381 },
3382 "require": {
3383 "hoa/consistency": "~1.0",
3384 "hoa/event": "~1.0",
3385 "hoa/exception": "~1.0",
3386 "hoa/protocol": "~1.0"
3387 },
3388 "require-dev": {
3389 "hoa/test": "~2.0"
3390 },
3391 "type": "library",
3392 "extra": {
3393 "branch-alias": {
3394 "dev-master": "1.x-dev"
3395 }
3396 },
3397 "autoload": {
3398 "psr-4": {
3399 "Hoa\\Stream\\": "."
3400 }
3401 },
3402 "notification-url": "https://packagist.org/downloads/",
3403 "license": [
3404 "BSD-3-Clause"
3405 ],
3406 "authors": [
3407 {
3408 "name": "Ivan Enderlin",
3409 "email": "ivan.enderlin@hoa-project.net"
3410 },
3411 {
3412 "name": "Hoa community",
3413 "homepage": "https://hoa-project.net/"
3414 }
3415 ],
3416 "description": "The Hoa\\Stream library.",
3417 "homepage": "https://hoa-project.net/",
3418 "keywords": [
3419 "Context",
3420 "bucket",
3421 "composite",
3422 "filter",
3423 "in",
3424 "library",
3425 "out",
3426 "protocol",
3427 "stream",
3428 "wrapper"
3429 ],
3430 "time": "2017-02-21T16:01:06+00:00"
3431 },
3432 {
3433 "name": "hoa/ustring",
3434 "version": "4.17.01.16",
3435 "source": {
3436 "type": "git",
3437 "url": "https://github.com/hoaproject/Ustring.git",
3438 "reference": "e6326e2739178799b1fe3fdd92029f9517fa17a0"
3439 },
3440 "dist": {
3441 "type": "zip",
3442 "url": "https://api.github.com/repos/hoaproject/Ustring/zipball/e6326e2739178799b1fe3fdd92029f9517fa17a0",
3443 "reference": "e6326e2739178799b1fe3fdd92029f9517fa17a0",
3444 "shasum": ""
3445 },
3446 "require": {
3447 "hoa/consistency": "~1.0",
3448 "hoa/exception": "~1.0"
3449 },
3450 "require-dev": {
3451 "hoa/test": "~2.0"
3452 },
3453 "suggest": {
3454 "ext-iconv": "ext/iconv must be present (or a third implementation) to use Hoa\\Ustring::transcode().",
3455 "ext-intl": "To get a better Hoa\\Ustring::toAscii() and Hoa\\Ustring::compareTo()."
3456 },
3457 "type": "library",
3458 "extra": {
3459 "branch-alias": {
3460 "dev-master": "4.x-dev"
3461 }
3462 },
3463 "autoload": {
3464 "psr-4": {
3465 "Hoa\\Ustring\\": "."
3466 }
3467 },
3468 "notification-url": "https://packagist.org/downloads/",
3469 "license": [
3470 "BSD-3-Clause"
3471 ],
3472 "authors": [
3473 {
3474 "name": "Ivan Enderlin",
3475 "email": "ivan.enderlin@hoa-project.net"
3476 },
3477 {
3478 "name": "Hoa community",
3479 "homepage": "https://hoa-project.net/"
3480 }
3481 ],
3482 "description": "The Hoa\\Ustring library.",
3483 "homepage": "https://hoa-project.net/",
3484 "keywords": [
3485 "library",
3486 "search",
3487 "string",
3488 "unicode"
3489 ],
3490 "time": "2017-01-16T07:08:25+00:00"
3491 },
3492 {
3493 "name": "hoa/visitor",
3494 "version": "2.17.01.16",
3495 "source": {
3496 "type": "git",
3497 "url": "https://github.com/hoaproject/Visitor.git",
3498 "reference": "c18fe1cbac98ae449e0d56e87469103ba08f224a"
3499 },
3500 "dist": {
3501 "type": "zip",
3502 "url": "https://api.github.com/repos/hoaproject/Visitor/zipball/c18fe1cbac98ae449e0d56e87469103ba08f224a",
3503 "reference": "c18fe1cbac98ae449e0d56e87469103ba08f224a",
3504 "shasum": ""
3505 },
3506 "require": {
3507 "hoa/consistency": "~1.0"
3508 },
3509 "require-dev": {
3510 "hoa/test": "~2.0"
3511 },
3512 "type": "library",
3513 "extra": {
3514 "branch-alias": {
3515 "dev-master": "2.x-dev"
3516 }
3517 },
3518 "autoload": {
3519 "psr-4": {
3520 "Hoa\\Visitor\\": "."
3521 }
3522 },
3523 "notification-url": "https://packagist.org/downloads/",
3524 "license": [
3525 "BSD-3-Clause"
3526 ],
3527 "authors": [
3528 {
3529 "name": "Ivan Enderlin",
3530 "email": "ivan.enderlin@hoa-project.net"
3531 },
3532 {
3533 "name": "Hoa community",
3534 "homepage": "https://hoa-project.net/"
3535 }
3536 ],
3537 "description": "The Hoa\\Visitor library.",
3538 "homepage": "https://hoa-project.net/",
3539 "keywords": [
3540 "library",
3541 "structure",
3542 "visit",
3543 "visitor"
3544 ],
3545 "time": "2017-01-16T07:02:03+00:00"
3546 },
3547 {
3548 "name": "hoa/zformat",
3549 "version": "1.17.01.10",
3550 "source": {
3551 "type": "git",
3552 "url": "https://github.com/hoaproject/Zformat.git",
3553 "reference": "522c381a2a075d4b9dbb42eb4592dd09520e4ac2"
3554 },
3555 "dist": {
3556 "type": "zip",
3557 "url": "https://api.github.com/repos/hoaproject/Zformat/zipball/522c381a2a075d4b9dbb42eb4592dd09520e4ac2",
3558 "reference": "522c381a2a075d4b9dbb42eb4592dd09520e4ac2",
3559 "shasum": ""
3560 },
3561 "require": {
3562 "hoa/consistency": "~1.0",
3563 "hoa/exception": "~1.0"
3564 },
3565 "type": "library",
3566 "extra": {
3567 "branch-alias": {
3568 "dev-master": "1.x-dev"
3569 }
3570 },
3571 "autoload": {
3572 "psr-4": {
3573 "Hoa\\Zformat\\": "."
3574 }
3575 },
3576 "notification-url": "https://packagist.org/downloads/",
3577 "license": [
3578 "BSD-3-Clause"
3579 ],
3580 "authors": [
3581 {
3582 "name": "Ivan Enderlin",
3583 "email": "ivan.enderlin@hoa-project.net"
3584 },
3585 {
3586 "name": "Hoa community",
3587 "homepage": "https://hoa-project.net/"
3588 }
3589 ],
3590 "description": "The Hoa\\Zformat library.",
3591 "homepage": "https://hoa-project.net/",
3592 "keywords": [
3593 "library",
3594 "parameter",
3595 "zformat"
3596 ],
3597 "time": "2017-01-10T10:39:54+00:00"
3598 },
3599 {
3600 "name": "html2text/html2text",
3601 "version": "4.3.1",
3602 "source": {
3603 "type": "git",
3604 "url": "https://github.com/mtibben/html2text.git",
3605 "reference": "61ad68e934066a6f8df29a3d23a6460536d0855c"
3606 },
3607 "dist": {
3608 "type": "zip",
3609 "url": "https://api.github.com/repos/mtibben/html2text/zipball/61ad68e934066a6f8df29a3d23a6460536d0855c",
3610 "reference": "61ad68e934066a6f8df29a3d23a6460536d0855c",
3611 "shasum": ""
3612 },
3613 "require-dev": {
3614 "phpunit/phpunit": "~4"
3615 },
3616 "suggest": {
3617 "ext-mbstring": "For best performance",
3618 "symfony/polyfill-mbstring": "If you can't install ext-mbstring"
3619 },
3620 "type": "library",
3621 "autoload": {
3622 "psr-4": {
3623 "Html2Text\\": [
3624 "src/",
3625 "test/"
3626 ]
3627 }
3628 },
3629 "notification-url": "https://packagist.org/downloads/",
3630 "license": [
3631 "GPL-2.0-or-later"
3632 ],
3633 "description": "Converts HTML to formatted plain text",
3634 "time": "2020-04-16T23:44:31+00:00"
3635 },
3636 {
3637 "name": "http-interop/http-factory-guzzle",
3638 "version": "1.0.0",
3639 "source": {
3640 "type": "git",
3641 "url": "https://github.com/http-interop/http-factory-guzzle.git",
3642 "reference": "34861658efb9899a6618cef03de46e2a52c80fc0"
3643 },
3644 "dist": {
3645 "type": "zip",
3646 "url": "https://api.github.com/repos/http-interop/http-factory-guzzle/zipball/34861658efb9899a6618cef03de46e2a52c80fc0",
3647 "reference": "34861658efb9899a6618cef03de46e2a52c80fc0",
3648 "shasum": ""
3649 },
3650 "require": {
3651 "guzzlehttp/psr7": "^1.4.2",
3652 "psr/http-factory": "^1.0"
3653 },
3654 "provide": {
3655 "psr/http-factory-implementation": "^1.0"
3656 },
3657 "require-dev": {
3658 "http-interop/http-factory-tests": "^0.5",
3659 "phpunit/phpunit": "^6.5"
3660 },
3661 "type": "library",
3662 "autoload": {
3663 "psr-4": {
3664 "Http\\Factory\\Guzzle\\": "src/"
3665 }
3666 },
3667 "notification-url": "https://packagist.org/downloads/",
3668 "license": [
3669 "MIT"
3670 ],
3671 "authors": [
3672 {
3673 "name": "PHP-FIG",
3674 "homepage": "http://www.php-fig.org/"
3675 }
3676 ],
3677 "description": "An HTTP Factory using Guzzle PSR7",
3678 "keywords": [
3679 "factory",
3680 "http",
3681 "psr-17",
3682 "psr-7"
3683 ],
3684 "time": "2018-07-31T19:32:56+00:00"
3685 },
3686 {
3687 "name": "incenteev/composer-parameter-handler",
3688 "version": "v2.1.4",
3689 "source": {
3690 "type": "git",
3691 "url": "https://github.com/Incenteev/ParameterHandler.git",
3692 "reference": "084befb11ec21faeadcddefb88b66132775ff59b"
3693 },
3694 "dist": {
3695 "type": "zip",
3696 "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/084befb11ec21faeadcddefb88b66132775ff59b",
3697 "reference": "084befb11ec21faeadcddefb88b66132775ff59b",
3698 "shasum": ""
3699 },
3700 "require": {
3701 "php": ">=5.3.3",
3702 "symfony/yaml": "^2.3 || ^3.0 || ^4.0 || ^5.0"
3703 },
3704 "require-dev": {
3705 "composer/composer": "^1.0@dev",
3706 "symfony/filesystem": "^2.3 || ^3 || ^4 || ^5",
3707 "symfony/phpunit-bridge": "^4.0 || ^5.0"
3708 },
3709 "type": "library",
3710 "extra": {
3711 "branch-alias": {
3712 "dev-master": "2.1.x-dev"
3713 }
3714 },
3715 "autoload": {
3716 "psr-4": {
3717 "Incenteev\\ParameterHandler\\": ""
3718 }
3719 },
3720 "notification-url": "https://packagist.org/downloads/",
3721 "license": [
3722 "MIT"
3723 ],
3724 "authors": [
3725 {
3726 "name": "Christophe Coevoet",
3727 "email": "stof@notk.org"
3728 }
3729 ],
3730 "description": "Composer script handling your ignored parameter file",
3731 "homepage": "https://github.com/Incenteev/ParameterHandler",
3732 "keywords": [
3733 "parameters management"
3734 ],
3735 "time": "2020-03-17T21:10:00+00:00"
3736 },
3737 {
3738 "name": "j0k3r/graby",
3739 "version": "2.2.1",
3740 "source": {
3741 "type": "git",
3742 "url": "https://github.com/j0k3r/graby.git",
3743 "reference": "12e967939bb3c79af5047eb62eb6b1ad73a7b647"
3744 },
3745 "dist": {
3746 "type": "zip",
3747 "url": "https://api.github.com/repos/j0k3r/graby/zipball/12e967939bb3c79af5047eb62eb6b1ad73a7b647",
3748 "reference": "12e967939bb3c79af5047eb62eb6b1ad73a7b647",
3749 "shasum": ""
3750 },
3751 "require": {
3752 "ext-curl": "*",
3753 "ext-tidy": "*",
3754 "fossar/htmlawed": "^1.2.7",
3755 "guzzlehttp/psr7": "^1.5",
3756 "j0k3r/graby-site-config": "^1.0.100",
3757 "j0k3r/httplug-ssrf-plugin": "^2.0",
3758 "j0k3r/php-readability": "^1.2.3",
3759 "monolog/monolog": "^1.18.0|^2.0",
3760 "php": ">=7.1",
3761 "php-http/client-common": "^2.0",
3762 "php-http/discovery": "^1.5",
3763 "php-http/httplug": "^2.0",
3764 "php-http/message": "^1.7",
3765 "simplepie/simplepie": "^1.5",
3766 "smalot/pdfparser": "^0.15.1",
3767 "symfony/options-resolver": "^3.4|^4.0|^5.0",
3768 "true/punycode": "^2.1"
3769 },
3770 "require-dev": {
3771 "friendsofphp/php-cs-fixer": "^2.16",
3772 "guzzlehttp/guzzle": "^6.3.0",
3773 "php-http/guzzle6-adapter": "^2.0",
3774 "php-http/mock-client": "^1.3",
3775 "phpstan/phpstan": "^0.12",
3776 "phpstan/phpstan-phpunit": "^0.12",
3777 "symfony/phpunit-bridge": "^5.1"
3778 },
3779 "type": "library",
3780 "extra": {
3781 "branch-alias": {
3782 "dev-2.0": "2.0-dev"
3783 }
3784 },
3785 "autoload": {
3786 "psr-4": {
3787 "Graby\\": "src/"
3788 }
3789 },
3790 "notification-url": "https://packagist.org/downloads/",
3791 "license": [
3792 "MIT"
3793 ],
3794 "authors": [
3795 {
3796 "name": "Jeremy Benoist",
3797 "email": "jeremy.benoist@gmail.com",
3798 "role": "Developer"
3799 },
3800 {
3801 "name": "FiveFilters.org",
3802 "email": "fivefilters@fivefilters.org",
3803 "role": "Developer (original version)"
3804 }
3805 ],
3806 "description": "Graby helps you extract article content from web pages",
3807 "time": "2020-06-02T13:48:42+00:00"
3808 },
3809 {
3810 "name": "j0k3r/graby-site-config",
3811 "version": "1.0.107",
3812 "source": {
3813 "type": "git",
3814 "url": "https://github.com/j0k3r/graby-site-config.git",
3815 "reference": "cc66dcbdeb9368a8eb385e21dcc88183b280412e"
3816 },
3817 "dist": {
3818 "type": "zip",
3819 "url": "https://api.github.com/repos/j0k3r/graby-site-config/zipball/cc66dcbdeb9368a8eb385e21dcc88183b280412e",
3820 "reference": "cc66dcbdeb9368a8eb385e21dcc88183b280412e",
3821 "shasum": ""
3822 },
3823 "require": {
3824 "symfony/finder": "~2.6|~3.0|~4.0|~5.0"
3825 },
3826 "require-dev": {
3827 "liip/rmt": "1.2.*",
3828 "symfony/phpunit-bridge": "^4.3|^5.0"
3829 },
3830 "type": "library",
3831 "autoload": {
3832 "psr-4": {
3833 "GrabySiteConfig\\SiteConfig\\": "src/"
3834 }
3835 },
3836 "notification-url": "https://packagist.org/downloads/",
3837 "license": [
3838 "CC0-1.0"
3839 ],
3840 "authors": [
3841 {
3842 "name": "Jeremy Benoist",
3843 "email": "jeremy.benoist@gmail.com"
3844 }
3845 ],
3846 "description": "Graby site config files",
3847 "time": "2020-06-03T09:43:28+00:00"
3848 },
3849 {
3850 "name": "j0k3r/httplug-ssrf-plugin",
3851 "version": "v2.0.1",
3852 "source": {
3853 "type": "git",
3854 "url": "https://github.com/j0k3r/httplug-ssrf-plugin.git",
3855 "reference": "fb68804e3bace2b894d1b9f39ad2b59078f5eac2"
3856 },
3857 "dist": {
3858 "type": "zip",
3859 "url": "https://api.github.com/repos/j0k3r/httplug-ssrf-plugin/zipball/fb68804e3bace2b894d1b9f39ad2b59078f5eac2",
3860 "reference": "fb68804e3bace2b894d1b9f39ad2b59078f5eac2",
3861 "shasum": ""
3862 },
3863 "require": {
3864 "php": "^7.1",
3865 "php-http/client-common": "^2.0",
3866 "php-http/discovery": "^1.5",
3867 "php-http/message": "^1.7",
3868 "php-http/message-factory": "^1.0.2"
3869 },
3870 "require-dev": {
3871 "friendsofphp/php-cs-fixer": "^2.14",
3872 "guzzlehttp/psr7": "^1.0",
3873 "php-http/guzzle6-adapter": "^2.0",
3874 "php-http/mock-client": "^1.0",
3875 "phpstan/phpstan": "^0.11",
3876 "phpstan/phpstan-phpunit": "^0.11",
3877 "symfony/phpunit-bridge": "~3.4.19|~4.0"
3878 },
3879 "type": "library",
3880 "autoload": {
3881 "psr-4": {
3882 "Graby\\HttpClient\\Plugin\\ServerSideRequestForgeryProtection\\": "src/"
3883 }
3884 },
3885 "notification-url": "https://packagist.org/downloads/",
3886 "license": [
3887 "MIT"
3888 ],
3889 "authors": [
3890 {
3891 "name": "Jeremy Benoist",
3892 "email": "jeremy.benoist@gmail.com"
3893 },
3894 {
3895 "name": "aaa2000",
3896 "email": "adev2000@gmail.com"
3897 },
3898 {
3899 "name": "Jack W",
3900 "email": "jack@fin1te.net",
3901 "role": "Developer (SafeCurl original version)"
3902 }
3903 ],
3904 "description": "Server-Side Request Forgery (SSRF) protection plugin for HTTPlug",
3905 "homepage": "https://github.com/j0k3r/httplug-ssrf-plugin",
3906 "keywords": [
3907 "http",
3908 "httplug",
3909 "plugin",
3910 "security",
3911 "ssrf"
3912 ],
3913 "time": "2020-01-06T13:44:13+00:00"
3914 },
3915 {
3916 "name": "j0k3r/php-readability",
3917 "version": "1.2.4",
3918 "source": {
3919 "type": "git",
3920 "url": "https://github.com/j0k3r/php-readability.git",
3921 "reference": "9306996b472fd3d4bc5a7928a301ccce38423793"
3922 },
3923 "dist": {
3924 "type": "zip",
3925 "url": "https://api.github.com/repos/j0k3r/php-readability/zipball/9306996b472fd3d4bc5a7928a301ccce38423793",
3926 "reference": "9306996b472fd3d4bc5a7928a301ccce38423793",
3927 "shasum": ""
3928 },
3929 "require": {
3930 "electrolinux/php-html5lib": "^0.1.0",
3931 "ext-mbstring": "*",
3932 "php": ">=5.6.0",
3933 "psr/log": "^1.0"
3934 },
3935 "require-dev": {
3936 "friendsofphp/php-cs-fixer": "^2.14",
3937 "monolog/monolog": "^1.24",
3938 "php-coveralls/php-coveralls": "^2.1",
3939 "symfony/phpunit-bridge": "^4.2.3"
3940 },
3941 "suggest": {
3942 "ext-tidy": "Used to clean up given HTML and to avoid problems with bad HTML structure."
3943 },
3944 "type": "library",
3945 "autoload": {
3946 "psr-4": {
3947 "Readability\\": "src/"
3948 }
3949 },
3950 "notification-url": "https://packagist.org/downloads/",
3951 "license": [
3952 "Apache-2.0"
3953 ],
3954 "authors": [
3955 {
3956 "name": "Keyvan Minoukadeh",
3957 "email": "keyvan@keyvan.net",
3958 "homepage": "http://keyvan.net",
3959 "role": "Developer (ported original JS code to PHP)"
3960 },
3961 {
3962 "name": "Arc90",
3963 "homepage": "http://arc90.com",
3964 "role": "Developer (original JS version)"
3965 },
3966 {
3967 "name": "Jeremy Benoist",
3968 "email": "jeremy.benoist@gmail.com",
3969 "homepage": "http://www.j0k3r.net",
3970 "role": "Developer"
3971 },
3972 {
3973 "name": "DitherSky",
3974 "homepage": "https://github.com/Dither",
3975 "role": "Developer (https://github.com/Dither/full-text-rss)"
3976 }
3977 ],
3978 "description": "Automatic article extraction from HTML",
3979 "keywords": [
3980 "article",
3981 "article extraction",
3982 "content",
3983 "content extraction",
3984 "extraction",
3985 "html"
3986 ],
3987 "time": "2019-06-25T15:15:37+00:00"
3988 },
3989 {
3990 "name": "javibravo/simpleue",
3991 "version": "2.1.0",
3992 "source": {
3993 "type": "git",
3994 "url": "https://github.com/javibravo/simpleue.git",
3995 "reference": "b12ccea0631cd3f6128ab91178fc5363f6e14ff6"
3996 },
3997 "dist": {
3998 "type": "zip",
3999 "url": "https://api.github.com/repos/javibravo/simpleue/zipball/b12ccea0631cd3f6128ab91178fc5363f6e14ff6",
4000 "reference": "b12ccea0631cd3f6128ab91178fc5363f6e14ff6",
4001 "shasum": ""
4002 },
4003 "require": {
4004 "php": ">=5.5",
4005 "psr/log": "~1.0"
4006 },
4007 "require-dev": {
4008 "aws/aws-sdk-php": "^3.9",
4009 "pda/pheanstalk": "^3.1",
4010 "phpunit/phpunit": "4.0.*",
4011 "predis/predis": "^1.0"
4012 },
4013 "suggest": {
4014 "aws/aws-sdk-php": "Allow work with AWS Simple Queue Service (SQS) queues",
4015 "ext-redis": "Allow work with Redis Locker",
4016 "pda/pheanstalk": "Allow work with Beanstalkd queues",
4017 "predis/predis": "Allow work with Redis queues"
4018 },
4019 "type": "library",
4020 "autoload": {
4021 "psr-4": {
4022 "Simpleue\\": "src/Simpleue"
4023 }
4024 },
4025 "notification-url": "https://packagist.org/downloads/",
4026 "license": [
4027 "MIT"
4028 ],
4029 "authors": [
4030 {
4031 "name": "Javier Bravo",
4032 "email": "javibravo85@gmail.com"
4033 }
4034 ],
4035 "description": "Php package to manage queue tasks in a simple way",
4036 "homepage": "http://github.com/javibravo/simpleue",
4037 "keywords": [
4038 "job",
4039 "queue",
4040 "redis",
4041 "sqs",
4042 "task"
4043 ],
4044 "time": "2017-11-15T13:41:13+00:00"
4045 },
4046 {
4047 "name": "jdorn/sql-formatter",
4048 "version": "v1.2.17",
4049 "source": {
4050 "type": "git",
4051 "url": "https://github.com/jdorn/sql-formatter.git",
4052 "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc"
4053 },
4054 "dist": {
4055 "type": "zip",
4056 "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc",
4057 "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc",
4058 "shasum": ""
4059 },
4060 "require": {
4061 "php": ">=5.2.4"
4062 },
4063 "require-dev": {
4064 "phpunit/phpunit": "3.7.*"
4065 },
4066 "type": "library",
4067 "extra": {
4068 "branch-alias": {
4069 "dev-master": "1.3.x-dev"
4070 }
4071 },
4072 "autoload": {
4073 "classmap": [
4074 "lib"
4075 ]
4076 },
4077 "notification-url": "https://packagist.org/downloads/",
4078 "license": [
4079 "MIT"
4080 ],
4081 "authors": [
4082 {
4083 "name": "Jeremy Dorn",
4084 "email": "jeremy@jeremydorn.com",
4085 "homepage": "http://jeremydorn.com/"
4086 }
4087 ],
4088 "description": "a PHP SQL highlighting library",
4089 "homepage": "https://github.com/jdorn/sql-formatter/",
4090 "keywords": [
4091 "highlight",
4092 "sql"
4093 ],
4094 "time": "2014-01-12T16:20:24+00:00"
4095 },
4096 {
4097 "name": "jean85/pretty-package-versions",
4098 "version": "1.3.0",
4099 "source": {
4100 "type": "git",
4101 "url": "https://github.com/Jean85/pretty-package-versions.git",
4102 "reference": "e3517fb11b67e798239354fe8213927d012ad8f9"
4103 },
4104 "dist": {
4105 "type": "zip",
4106 "url": "https://api.github.com/repos/Jean85/pretty-package-versions/zipball/e3517fb11b67e798239354fe8213927d012ad8f9",
4107 "reference": "e3517fb11b67e798239354fe8213927d012ad8f9",
4108 "shasum": ""
4109 },
4110 "require": {
4111 "composer/package-versions-deprecated": "^1.8.0",
4112 "php": "^7.0"
4113 },
4114 "require-dev": {
4115 "phpunit/phpunit": "^6.0"
4116 },
4117 "type": "library",
4118 "extra": {
4119 "branch-alias": {
4120 "dev-master": "1.x-dev"
4121 }
4122 },
4123 "autoload": {
4124 "psr-4": {
4125 "Jean85\\": "src/"
4126 }
4127 },
4128 "notification-url": "https://packagist.org/downloads/",
4129 "license": [
4130 "MIT"
4131 ],
4132 "authors": [
4133 {
4134 "name": "Alessandro Lai",
4135 "email": "alessandro.lai85@gmail.com"
4136 }
4137 ],
4138 "description": "A wrapper for ocramius/package-versions to get pretty versions strings",
4139 "keywords": [
4140 "composer",
4141 "package",
4142 "release",
4143 "versions"
4144 ],
4145 "time": "2020-04-24T14:19:45+00:00"
4146 },
4147 {
4148 "name": "jms/metadata",
4149 "version": "1.7.0",
4150 "source": {
4151 "type": "git",
4152 "url": "https://github.com/schmittjoh/metadata.git",
4153 "reference": "e5854ab1aa643623dc64adde718a8eec32b957a8"
4154 },
4155 "dist": {
4156 "type": "zip",
4157 "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/e5854ab1aa643623dc64adde718a8eec32b957a8",
4158 "reference": "e5854ab1aa643623dc64adde718a8eec32b957a8",
4159 "shasum": ""
4160 },
4161 "require": {
4162 "php": ">=5.3.0"
4163 },
4164 "require-dev": {
4165 "doctrine/cache": "~1.0",
4166 "symfony/cache": "~3.1"
4167 },
4168 "type": "library",
4169 "extra": {
4170 "branch-alias": {
4171 "dev-master": "1.5.x-dev"
4172 }
4173 },
4174 "autoload": {
4175 "psr-0": {
4176 "Metadata\\": "src/"
4177 }
4178 },
4179 "notification-url": "https://packagist.org/downloads/",
4180 "license": [
4181 "MIT"
4182 ],
4183 "authors": [
4184 {
4185 "name": "Asmir Mustafic",
4186 "email": "goetas@gmail.com"
4187 },
4188 {
4189 "name": "Johannes M. Schmitt",
4190 "email": "schmittjoh@gmail.com"
4191 }
4192 ],
4193 "description": "Class/method/property metadata management in PHP",
4194 "keywords": [
4195 "annotations",
4196 "metadata",
4197 "xml",
4198 "yaml"
4199 ],
4200 "time": "2018-10-26T12:40:10+00:00"
4201 },
4202 {
4203 "name": "jms/parser-lib",
4204 "version": "1.0.0",
4205 "source": {
4206 "type": "git",
4207 "url": "https://github.com/schmittjoh/parser-lib.git",
4208 "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d"
4209 },
4210 "dist": {
4211 "type": "zip",
4212 "url": "https://api.github.com/repos/schmittjoh/parser-lib/zipball/c509473bc1b4866415627af0e1c6cc8ac97fa51d",
4213 "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d",
4214 "shasum": ""
4215 },
4216 "require": {
4217 "phpoption/phpoption": ">=0.9,<2.0-dev"
4218 },
4219 "type": "library",
4220 "extra": {
4221 "branch-alias": {
4222 "dev-master": "1.0-dev"
4223 }
4224 },
4225 "autoload": {
4226 "psr-0": {
4227 "JMS\\": "src/"
4228 }
4229 },
4230 "notification-url": "https://packagist.org/downloads/",
4231 "license": [
4232 "Apache2"
4233 ],
4234 "description": "A library for easily creating recursive-descent parsers.",
4235 "time": "2012-11-18T18:08:43+00:00"
4236 },
4237 {
4238 "name": "jms/serializer",
4239 "version": "1.14.1",
4240 "source": {
4241 "type": "git",
4242 "url": "https://github.com/schmittjoh/serializer.git",
4243 "reference": "ba908d278fff27ec01fb4349f372634ffcd697c0"
4244 },
4245 "dist": {
4246 "type": "zip",
4247 "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/ba908d278fff27ec01fb4349f372634ffcd697c0",
4248 "reference": "ba908d278fff27ec01fb4349f372634ffcd697c0",
4249 "shasum": ""
4250 },
4251 "require": {
4252 "doctrine/annotations": "^1.0",
4253 "doctrine/instantiator": "^1.0.3",
4254 "jms/metadata": "^1.3",
4255 "jms/parser-lib": "1.*",
4256 "php": "^5.5|^7.0",
4257 "phpcollection/phpcollection": "~0.1",
4258 "phpoption/phpoption": "^1.1"
4259 },
4260 "conflict": {
4261 "twig/twig": "<1.12"
4262 },
4263 "require-dev": {
4264 "doctrine/orm": "~2.1",
4265 "doctrine/phpcr-odm": "^1.3|^2.0",
4266 "ext-pdo_sqlite": "*",
4267 "jackalope/jackalope-doctrine-dbal": "^1.1.5",
4268 "phpunit/phpunit": "^4.8|^5.0",
4269 "propel/propel1": "~1.7",
4270 "psr/container": "^1.0",
4271 "symfony/dependency-injection": "^2.7|^3.3|^4.0",
4272 "symfony/expression-language": "^2.6|^3.0",
4273 "symfony/filesystem": "^2.1",
4274 "symfony/form": "~2.1|^3.0",
4275 "symfony/translation": "^2.1|^3.0",
4276 "symfony/validator": "^2.2|^3.0",
4277 "symfony/yaml": "^2.1|^3.0",
4278 "twig/twig": "~1.12|~2.0"
4279 },
4280 "suggest": {
4281 "doctrine/cache": "Required if you like to use cache functionality.",
4282 "doctrine/collections": "Required if you like to use doctrine collection types as ArrayCollection.",
4283 "symfony/yaml": "Required if you'd like to serialize data to YAML format."
4284 },
4285 "type": "library",
4286 "extra": {
4287 "branch-alias": {
4288 "dev-1.x": "1.14-dev"
4289 }
4290 },
4291 "autoload": {
4292 "psr-0": {
4293 "JMS\\Serializer": "src/"
4294 }
4295 },
4296 "notification-url": "https://packagist.org/downloads/",
4297 "license": [
4298 "MIT"
4299 ],
4300 "authors": [
4301 {
4302 "name": "Johannes M. Schmitt",
4303 "email": "schmittjoh@gmail.com"
4304 },
4305 {
4306 "name": "Asmir Mustafic",
4307 "email": "goetas@gmail.com"
4308 }
4309 ],
4310 "description": "Library for (de-)serializing data of any complexity; supports XML, JSON, and YAML.",
4311 "homepage": "http://jmsyst.com/libs/serializer",
4312 "keywords": [
4313 "deserialization",
4314 "jaxb",
4315 "json",
4316 "serialization",
4317 "xml"
4318 ],
4319 "time": "2020-02-22T20:59:37+00:00"
4320 },
4321 {
4322 "name": "jms/serializer-bundle",
4323 "version": "2.4.4",
4324 "source": {
4325 "type": "git",
4326 "url": "https://github.com/schmittjoh/JMSSerializerBundle.git",
4327 "reference": "92ee808c64c1c180775a0e57d00e3be0674668fb"
4328 },
4329 "dist": {
4330 "type": "zip",
4331 "url": "https://api.github.com/repos/schmittjoh/JMSSerializerBundle/zipball/92ee808c64c1c180775a0e57d00e3be0674668fb",
4332 "reference": "92ee808c64c1c180775a0e57d00e3be0674668fb",
4333 "shasum": ""
4334 },
4335 "require": {
4336 "jms/serializer": "^1.10",
4337 "php": "^5.4|^7.0",
4338 "phpoption/phpoption": "^1.1.0",
4339 "symfony/framework-bundle": "~2.3|~3.0|~4.0"
4340 },
4341 "require-dev": {
4342 "doctrine/orm": "*",
4343 "phpunit/phpunit": "^4.8.35|^5.4.3|^6.0",
4344 "symfony/expression-language": "~2.6|~3.0|~4.0",
4345 "symfony/finder": "^2.3|^3.0|^4.0",
4346 "symfony/form": "*",
4347 "symfony/stopwatch": "*",
4348 "symfony/twig-bundle": "*",
4349 "symfony/validator": "*",
4350 "symfony/yaml": "*"
4351 },
4352 "suggest": {
4353 "jms/di-extra-bundle": "Required to get lazy loading (de)serialization visitors, ~1.3",
4354 "symfony/finder": "Required for cache warmup, supported versions ^2.3|^3.0|^4.0"
4355 },
4356 "type": "symfony-bundle",
4357 "extra": {
4358 "branch-alias": {
4359 "dev-master": "2.4-dev"
4360 }
4361 },
4362 "autoload": {
4363 "psr-4": {
4364 "JMS\\SerializerBundle\\": ""
4365 },
4366 "exclude-from-classmap": [
4367 "/Tests/"
4368 ]
4369 },
4370 "notification-url": "https://packagist.org/downloads/",
4371 "license": [
4372 "MIT"
4373 ],
4374 "authors": [
4375 {
4376 "name": "Asmir Mustafic",
4377 "email": "goetas@gmail.com"
4378 },
4379 {
4380 "name": "Johannes M. Schmitt",
4381 "email": "schmittjoh@gmail.com"
4382 }
4383 ],
4384 "description": "Allows you to easily serialize, and deserialize data of any complexity",
4385 "homepage": "http://jmsyst.com/bundles/JMSSerializerBundle",
4386 "keywords": [
4387 "deserialization",
4388 "jaxb",
4389 "json",
4390 "serialization",
4391 "xml"
4392 ],
4393 "time": "2019-03-30T10:26:09+00:00"
4394 },
4395 {
4396 "name": "kphoen/rulerz",
4397 "version": "0.21.1",
4398 "source": {
4399 "type": "git",
4400 "url": "https://github.com/K-Phoen/rulerz.git",
4401 "reference": "d28a1bd59b4e66cc9fcdeee965f13f685eb9ce41"
4402 },
4403 "dist": {
4404 "type": "zip",
4405 "url": "https://api.github.com/repos/K-Phoen/rulerz/zipball/d28a1bd59b4e66cc9fcdeee965f13f685eb9ce41",
4406 "reference": "d28a1bd59b4e66cc9fcdeee965f13f685eb9ce41",
4407 "shasum": ""
4408 },
4409 "require": {
4410 "hoa/ruler": "~2.0",
4411 "php": ">=7.1",
4412 "symfony/property-access": "~3.0|~4.0"
4413 },
4414 "require-dev": {
4415 "behat/behat": "~3.0",
4416 "coduo/phpspec-data-provider-extension": "~1.0,!=1.0.2",
4417 "doctrine/orm": "~2.4",
4418 "elasticsearch/elasticsearch": "~1.0",
4419 "illuminate/database": "~5.0",
4420 "kphoen/rusty": "dev-master",
4421 "liip/rmt": "^1.2",
4422 "mikey179/vfsstream": "~1.4",
4423 "phpspec/phpspec": "~2.0,>=2.4-dev",
4424 "pomm-project/cli": "~2.0@dev",
4425 "pomm-project/foundation": "~2.0@dev",
4426 "pomm-project/model-manager": "~2.0.@dev",
4427 "ruflin/elastica": "~1.0",
4428 "solarium/solarium": "~3.0",
4429 "vlucas/phpdotenv": "~2.1"
4430 },
4431 "suggest": {
4432 "doctrine/orm": "To execute rules as Doctrine queries",
4433 "elasticsearch/elasticsearch": "To execute rules as Elasticsearch queries",
4434 "kphoen/rulerz-spec-builder": "If you want a specification builder",
4435 "pomm-project/model-manager": "To execute rules as Pomm queries",
4436 "solarium/solarium": "To execute rules as Solr queries"
4437 },
4438 "type": "library",
4439 "extra": {
4440 "branch-alias": {
4441 "dev-master": "1.0.x-dev"
4442 }
4443 },
4444 "autoload": {
4445 "psr-4": {
4446 "RulerZ\\": "src/"
4447 }
4448 },
4449 "notification-url": "https://packagist.org/downloads/",
4450 "license": [
4451 "MIT"
4452 ],
4453 "authors": [
4454 {
4455 "name": "Kévin Gomez",
4456 "email": "contact@kevingomez.fr"
4457 }
4458 ],
4459 "description": "Powerful implementation of the Specification pattern",
4460 "homepage": "https://github.com/K-Phoen/RulerZ",
4461 "keywords": [
4462 "doctrine",
4463 "specification"
4464 ],
4465 "time": "2018-09-18T15:15:42+00:00"
4466 },
4467 {
4468 "name": "kphoen/rulerz-bridge",
4469 "version": "1.1.1",
4470 "source": {
4471 "type": "git",
4472 "url": "https://github.com/K-Phoen/rulerz-bridge.git",
4473 "reference": "fdad5856b669d59b5e4bda47c4e927a0485bf7a0"
4474 },
4475 "dist": {
4476 "type": "zip",
4477 "url": "https://api.github.com/repos/K-Phoen/rulerz-bridge/zipball/fdad5856b669d59b5e4bda47c4e927a0485bf7a0",
4478 "reference": "fdad5856b669d59b5e4bda47c4e927a0485bf7a0",
4479 "shasum": ""
4480 },
4481 "require": {
4482 "kphoen/rulerz": "~0.19,>=0.19.3|^1.0",
4483 "php": ">=7.1",
4484 "symfony/form": "^3.0|^4.0",
4485 "symfony/validator": "^3.0|^4.0"
4486 },
4487 "require-dev": {
4488 "liip/rmt": "^1.2",
4489 "phpunit/phpunit": "~7.1",
4490 "symfony/phpunit-bridge": "^3.0|^4.0"
4491 },
4492 "type": "symfony-bridge",
4493 "autoload": {
4494 "psr-4": {
4495 "Symfony\\Bridge\\RulerZ\\": ""
4496 },
4497 "exclude-from-classmap": [
4498 "/Tests/"
4499 ]
4500 },
4501 "notification-url": "https://packagist.org/downloads/",
4502 "license": [
4503 "MIT"
4504 ],
4505 "authors": [
4506 {
4507 "name": "Kévin Gomez",
4508 "email": "contact@kevingomez.fr"
4509 }
4510 ],
4511 "description": "Symfony RulerZ Bridge",
4512 "homepage": "https://github.com/K-Phoen/rulerz-bridge",
4513 "keywords": [
4514 "Bridge",
4515 "doctrine",
4516 "ruler",
4517 "rulerz",
4518 "specification",
4519 "symfony"
4520 ],
4521 "time": "2018-10-01T14:17:27+00:00"
4522 },
4523 {
4524 "name": "kphoen/rulerz-bundle",
4525 "version": "0.15.0",
4526 "source": {
4527 "type": "git",
4528 "url": "https://github.com/K-Phoen/RulerZBundle.git",
4529 "reference": "f25f2eddfd311047f0f0ece2684b1f6463cc41ad"
4530 },
4531 "dist": {
4532 "type": "zip",
4533 "url": "https://api.github.com/repos/K-Phoen/RulerZBundle/zipball/f25f2eddfd311047f0f0ece2684b1f6463cc41ad",
4534 "reference": "f25f2eddfd311047f0f0ece2684b1f6463cc41ad",
4535 "shasum": ""
4536 },
4537 "require": {
4538 "kphoen/rulerz": "~0.17,>=0.19.3",
4539 "kphoen/rulerz-bridge": "^1.0",
4540 "php": ">=7.1",
4541 "symfony/framework-bundle": "^3.0|^4.0"
4542 },
4543 "require-dev": {
4544 "liip/rmt": "^1.2",
4545 "matthiasnoback/symfony-dependency-injection-test": "^3.0",
4546 "mikey179/vfsstream": "^1.6",
4547 "phpunit/phpunit": "^7.1",
4548 "symfony/phpunit-bridge": "^3.0|^4.0"
4549 },
4550 "type": "symfony-bundle",
4551 "autoload": {
4552 "psr-4": {
4553 "KPhoen\\RulerZBundle\\": ""
4554 },
4555 "exclude-from-classmap": [
4556 "/Tests/"
4557 ]
4558 },
4559 "notification-url": "https://packagist.org/downloads/",
4560 "license": [
4561 "MIT"
4562 ],
4563 "authors": [
4564 {
4565 "name": "Kévin Gomez",
4566 "email": "contact@kevingomez.fr"
4567 }
4568 ],
4569 "description": "Symfony2 Bundle for RulerZ",
4570 "homepage": "https://github.com/K-Phoen/RulerZBundle",
4571 "keywords": [
4572 "doctrine",
4573 "ruler",
4574 "rulerz",
4575 "specification"
4576 ],
4577 "time": "2018-09-17T09:02:32+00:00"
4578 },
4579 {
4580 "name": "laminas/laminas-code",
4581 "version": "3.4.1",
4582 "source": {
4583 "type": "git",
4584 "url": "https://github.com/laminas/laminas-code.git",
4585 "reference": "1cb8f203389ab1482bf89c0e70a04849bacd7766"
4586 },
4587 "dist": {
4588 "type": "zip",
4589 "url": "https://api.github.com/repos/laminas/laminas-code/zipball/1cb8f203389ab1482bf89c0e70a04849bacd7766",
4590 "reference": "1cb8f203389ab1482bf89c0e70a04849bacd7766",
4591 "shasum": ""
4592 },
4593 "require": {
4594 "laminas/laminas-eventmanager": "^2.6 || ^3.0",
4595 "laminas/laminas-zendframework-bridge": "^1.0",
4596 "php": "^7.1"
4597 },
4598 "conflict": {
4599 "phpspec/prophecy": "<1.9.0"
4600 },
4601 "replace": {
4602 "zendframework/zend-code": "self.version"
4603 },
4604 "require-dev": {
4605 "doctrine/annotations": "^1.7",
4606 "ext-phar": "*",
4607 "laminas/laminas-coding-standard": "^1.0",
4608 "laminas/laminas-stdlib": "^2.7 || ^3.0",
4609 "phpunit/phpunit": "^7.5.16 || ^8.4"
4610 },
4611 "suggest": {
4612 "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
4613 "laminas/laminas-stdlib": "Laminas\\Stdlib component"
4614 },
4615 "type": "library",
4616 "extra": {
4617 "branch-alias": {
4618 "dev-master": "3.4.x-dev",
4619 "dev-develop": "3.5.x-dev",
4620 "dev-dev-4.0": "4.0.x-dev"
4621 }
4622 },
4623 "autoload": {
4624 "psr-4": {
4625 "Laminas\\Code\\": "src/"
4626 }
4627 },
4628 "notification-url": "https://packagist.org/downloads/",
4629 "license": [
4630 "BSD-3-Clause"
4631 ],
4632 "description": "Extensions to the PHP Reflection API, static code scanning, and code generation",
4633 "homepage": "https://laminas.dev",
4634 "keywords": [
4635 "code",
4636 "laminas"
4637 ],
4638 "time": "2019-12-31T16:28:24+00:00"
4639 },
4640 {
4641 "name": "laminas/laminas-diactoros",
4642 "version": "2.3.0",
4643 "source": {
4644 "type": "git",
4645 "url": "https://github.com/laminas/laminas-diactoros.git",
4646 "reference": "5ab185dba63ec655a2380c97711b09adc7061f89"
4647 },
4648 "dist": {
4649 "type": "zip",
4650 "url": "https://api.github.com/repos/laminas/laminas-diactoros/zipball/5ab185dba63ec655a2380c97711b09adc7061f89",
4651 "reference": "5ab185dba63ec655a2380c97711b09adc7061f89",
4652 "shasum": ""
4653 },
4654 "require": {
4655 "laminas/laminas-zendframework-bridge": "^1.0",
4656 "php": "^7.1",
4657 "psr/http-factory": "^1.0",
4658 "psr/http-message": "^1.0"
4659 },
4660 "conflict": {
4661 "phpspec/prophecy": "<1.9.0"
4662 },
4663 "provide": {
4664 "psr/http-factory-implementation": "1.0",
4665 "psr/http-message-implementation": "1.0"
4666 },
4667 "replace": {
4668 "zendframework/zend-diactoros": "^2.2.1"
4669 },
4670 "require-dev": {
4671 "ext-curl": "*",
4672 "ext-dom": "*",
4673 "ext-libxml": "*",
4674 "http-interop/http-factory-tests": "^0.5.0",
4675 "laminas/laminas-coding-standard": "~1.0.0",
4676 "php-http/psr7-integration-tests": "^1.0",
4677 "phpunit/phpunit": "^7.5.18"
4678 },
4679 "type": "library",
4680 "extra": {
4681 "branch-alias": {
4682 "dev-master": "2.3.x-dev",
4683 "dev-develop": "2.4.x-dev"
4684 },
4685 "laminas": {
4686 "config-provider": "Laminas\\Diactoros\\ConfigProvider",
4687 "module": "Laminas\\Diactoros"
4688 }
4689 },
4690 "autoload": {
4691 "files": [
4692 "src/functions/create_uploaded_file.php",
4693 "src/functions/marshal_headers_from_sapi.php",
4694 "src/functions/marshal_method_from_sapi.php",
4695 "src/functions/marshal_protocol_version_from_sapi.php",
4696 "src/functions/marshal_uri_from_sapi.php",
4697 "src/functions/normalize_server.php",
4698 "src/functions/normalize_uploaded_files.php",
4699 "src/functions/parse_cookie_header.php",
4700 "src/functions/create_uploaded_file.legacy.php",
4701 "src/functions/marshal_headers_from_sapi.legacy.php",
4702 "src/functions/marshal_method_from_sapi.legacy.php",
4703 "src/functions/marshal_protocol_version_from_sapi.legacy.php",
4704 "src/functions/marshal_uri_from_sapi.legacy.php",
4705 "src/functions/normalize_server.legacy.php",
4706 "src/functions/normalize_uploaded_files.legacy.php",
4707 "src/functions/parse_cookie_header.legacy.php"
4708 ],
4709 "psr-4": {
4710 "Laminas\\Diactoros\\": "src/"
4711 }
4712 },
4713 "notification-url": "https://packagist.org/downloads/",
4714 "license": [
4715 "BSD-3-Clause"
4716 ],
4717 "description": "PSR HTTP Message implementations",
4718 "homepage": "https://laminas.dev",
4719 "keywords": [
4720 "http",
4721 "laminas",
4722 "psr",
4723 "psr-7"
4724 ],
4725 "time": "2020-04-27T17:07:01+00:00"
4726 },
4727 {
4728 "name": "laminas/laminas-eventmanager",
4729 "version": "3.2.1",
4730 "source": {
4731 "type": "git",
4732 "url": "https://github.com/laminas/laminas-eventmanager.git",
4733 "reference": "ce4dc0bdf3b14b7f9815775af9dfee80a63b4748"
4734 },
4735 "dist": {
4736 "type": "zip",
4737 "url": "https://api.github.com/repos/laminas/laminas-eventmanager/zipball/ce4dc0bdf3b14b7f9815775af9dfee80a63b4748",
4738 "reference": "ce4dc0bdf3b14b7f9815775af9dfee80a63b4748",
4739 "shasum": ""
4740 },
4741 "require": {
4742 "laminas/laminas-zendframework-bridge": "^1.0",
4743 "php": "^5.6 || ^7.0"
4744 },
4745 "replace": {
4746 "zendframework/zend-eventmanager": "self.version"
4747 },
4748 "require-dev": {
4749 "athletic/athletic": "^0.1",
4750 "container-interop/container-interop": "^1.1.0",
4751 "laminas/laminas-coding-standard": "~1.0.0",
4752 "laminas/laminas-stdlib": "^2.7.3 || ^3.0",
4753 "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2"
4754 },
4755 "suggest": {
4756 "container-interop/container-interop": "^1.1.0, to use the lazy listeners feature",
4757 "laminas/laminas-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature"
4758 },
4759 "type": "library",
4760 "extra": {
4761 "branch-alias": {
4762 "dev-master": "3.2-dev",
4763 "dev-develop": "3.3-dev"
4764 }
4765 },
4766 "autoload": {
4767 "psr-4": {
4768 "Laminas\\EventManager\\": "src/"
4769 }
4770 },
4771 "notification-url": "https://packagist.org/downloads/",
4772 "license": [
4773 "BSD-3-Clause"
4774 ],
4775 "description": "Trigger and listen to events within a PHP application",
4776 "homepage": "https://laminas.dev",
4777 "keywords": [
4778 "event",
4779 "eventmanager",
4780 "events",
4781 "laminas"
4782 ],
4783 "time": "2019-12-31T16:44:52+00:00"
4784 },
4785 {
4786 "name": "laminas/laminas-zendframework-bridge",
4787 "version": "1.0.4",
4788 "source": {
4789 "type": "git",
4790 "url": "https://github.com/laminas/laminas-zendframework-bridge.git",
4791 "reference": "fcd87520e4943d968557803919523772475e8ea3"
4792 },
4793 "dist": {
4794 "type": "zip",
4795 "url": "https://api.github.com/repos/laminas/laminas-zendframework-bridge/zipball/fcd87520e4943d968557803919523772475e8ea3",
4796 "reference": "fcd87520e4943d968557803919523772475e8ea3",
4797 "shasum": ""
4798 },
4799 "require": {
4800 "php": "^5.6 || ^7.0"
4801 },
4802 "require-dev": {
4803 "phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.1",
4804 "squizlabs/php_codesniffer": "^3.5"
4805 },
4806 "type": "library",
4807 "extra": {
4808 "branch-alias": {
4809 "dev-master": "1.0.x-dev",
4810 "dev-develop": "1.1.x-dev"
4811 },
4812 "laminas": {
4813 "module": "Laminas\\ZendFrameworkBridge"
4814 }
4815 },
4816 "autoload": {
4817 "files": [
4818 "src/autoload.php"
4819 ],
4820 "psr-4": {
4821 "Laminas\\ZendFrameworkBridge\\": "src//"
4822 }
4823 },
4824 "notification-url": "https://packagist.org/downloads/",
4825 "license": [
4826 "BSD-3-Clause"
4827 ],
4828 "description": "Alias legacy ZF class names to Laminas Project equivalents.",
4829 "keywords": [
4830 "ZendFramework",
4831 "autoloading",
4832 "laminas",
4833 "zf"
4834 ],
4835 "time": "2020-05-20T16:45:56+00:00"
4836 },
4837 {
4838 "name": "lcobucci/jwt",
4839 "version": "3.3.2",
4840 "source": {
4841 "type": "git",
4842 "url": "https://github.com/lcobucci/jwt.git",
4843 "reference": "56f10808089e38623345e28af2f2d5e4eb579455"
4844 },
4845 "dist": {
4846 "type": "zip",
4847 "url": "https://api.github.com/repos/lcobucci/jwt/zipball/56f10808089e38623345e28af2f2d5e4eb579455",
4848 "reference": "56f10808089e38623345e28af2f2d5e4eb579455",
4849 "shasum": ""
4850 },
4851 "require": {
4852 "ext-mbstring": "*",
4853 "ext-openssl": "*",
4854 "php": "^5.6 || ^7.0"
4855 },
4856 "require-dev": {
4857 "mikey179/vfsstream": "~1.5",
4858 "phpmd/phpmd": "~2.2",
4859 "phpunit/php-invoker": "~1.1",
4860 "phpunit/phpunit": "^5.7 || ^7.3",
4861 "squizlabs/php_codesniffer": "~2.3"
4862 },
4863 "type": "library",
4864 "extra": {
4865 "branch-alias": {
4866 "dev-master": "3.1-dev"
4867 }
4868 },
4869 "autoload": {
4870 "psr-4": {
4871 "Lcobucci\\JWT\\": "src"
4872 }
4873 },
4874 "notification-url": "https://packagist.org/downloads/",
4875 "license": [
4876 "BSD-3-Clause"
4877 ],
4878 "authors": [
4879 {
4880 "name": "Luís Otávio Cobucci Oblonczyk",
4881 "email": "lcobucci@gmail.com",
4882 "role": "Developer"
4883 }
4884 ],
4885 "description": "A simple library to work with JSON Web Token and JSON Web Signature",
4886 "keywords": [
4887 "JWS",
4888 "jwt"
4889 ],
4890 "time": "2020-05-22T08:21:12+00:00"
4891 },
4892 {
4893 "name": "lexik/form-filter-bundle",
4894 "version": "v5.0.10",
4895 "source": {
4896 "type": "git",
4897 "url": "https://github.com/lexik/LexikFormFilterBundle.git",
4898 "reference": "92df0638173979dc906bda7a33a10b98429d2057"
4899 },
4900 "dist": {
4901 "type": "zip",
4902 "url": "https://api.github.com/repos/lexik/LexikFormFilterBundle/zipball/92df0638173979dc906bda7a33a10b98429d2057",
4903 "reference": "92df0638173979dc906bda7a33a10b98429d2057",
4904 "shasum": ""
4905 },
4906 "require": {
4907 "doctrine/orm": "^2.4.8",
4908 "php": ">=5.5.9",
4909 "symfony/form": "~2.8|~3.0|^4.0",
4910 "symfony/framework-bundle": "~2.8|~3.0|^4.0"
4911 },
4912 "require-dev": {
4913 "doctrine/mongodb-odm-bundle": "^3.0",
4914 "phpunit/phpunit": "~5.0|^7.5"
4915 },
4916 "suggest": {
4917 "alcaeus/mongo-php-adapter": "Install this package if using the PHP 7 MongoDB Driver"
4918 },
4919 "type": "symfony-bundle",
4920 "extra": {
4921 "branch-alias": {
4922 "dev-master": "5.x.x-dev"
4923 }
4924 },
4925 "autoload": {
4926 "psr-4": {
4927 "Lexik\\Bundle\\FormFilterBundle\\": ""
4928 }
4929 },
4930 "notification-url": "https://packagist.org/downloads/",
4931 "license": [
4932 "MIT"
4933 ],
4934 "authors": [
4935 {
4936 "name": "Dev Lexik",
4937 "email": "dev@lexik.fr"
4938 },
4939 {
4940 "name": "Cedric Girard",
4941 "email": "c.girard@lexik.fr"
4942 }
4943 ],
4944 "description": "This bundle aim to provide classes to build some form filters and then build a doctrine query from this form filter.",
4945 "homepage": "https://github.com/lexik/LexikFormFilterBundle",
4946 "keywords": [
4947 "bundle",
4948 "doctrine",
4949 "filter",
4950 "form",
4951 "symfony"
4952 ],
4953 "time": "2019-04-17T17:58:44+00:00"
4954 },
4955 {
4956 "name": "liip/theme-bundle",
4957 "version": "1.7.0",
4958 "source": {
4959 "type": "git",
4960 "url": "https://github.com/liip/LiipThemeBundle.git",
4961 "reference": "362394821ff8dcc90b06272e289e7dafe4dab52a"
4962 },
4963 "dist": {
4964 "type": "zip",
4965 "url": "https://api.github.com/repos/liip/LiipThemeBundle/zipball/362394821ff8dcc90b06272e289e7dafe4dab52a",
4966 "reference": "362394821ff8dcc90b06272e289e7dafe4dab52a",
4967 "shasum": ""
4968 },
4969 "require": {
4970 "php": "^7.0",
4971 "psr/log": "~1.0",
4972 "symfony/finder": "^3.0|^4.0",
4973 "symfony/framework-bundle": "^3.0|^4.0",
4974 "symfony/templating": "^3.0|^4.0",
4975 "symfony/twig-bundle": "^3.0|^4.0",
4976 "twig/twig": "^1.34|^2.4"
4977 },
4978 "conflict": {
4979 "sebastian/comparator": "1.2.3"
4980 },
4981 "require-dev": {
4982 "phpunit/phpunit": "^6.0",
4983 "symfony/console": "^3.0|^4.0",
4984 "symfony/expression-language": "^3.0|^4.0"
4985 },
4986 "type": "symfony-bundle",
4987 "extra": {
4988 "branch-alias": {
4989 "dev-master": "1.4-dev"
4990 }
4991 },
4992 "autoload": {
4993 "psr-4": {
4994 "Liip\\ThemeBundle\\": ""
4995 }
4996 },
4997 "notification-url": "https://packagist.org/downloads/",
4998 "license": [
4999 "MIT"
5000 ],
5001 "authors": [
5002 {
5003 "name": "Community contributions",
5004 "homepage": "https://github.com/liip/LiipThemeBundle/contributors"
5005 },
5006 {
5007 "name": "Liip AG",
5008 "homepage": "http://www.liip.ch/"
5009 }
5010 ],
5011 "description": "Provides theming support for #Symfony2 Bundles",
5012 "keywords": [
5013 "themes",
5014 "theming"
5015 ],
5016 "time": "2019-06-19T12:53:08+00:00"
5017 },
5018 {
5019 "name": "masterminds/html5",
5020 "version": "2.7.0",
5021 "source": {
5022 "type": "git",
5023 "url": "https://github.com/Masterminds/html5-php.git",
5024 "reference": "104443ad663d15981225f99532ba73c2f1d6b6f2"
5025 },
5026 "dist": {
5027 "type": "zip",
5028 "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/104443ad663d15981225f99532ba73c2f1d6b6f2",
5029 "reference": "104443ad663d15981225f99532ba73c2f1d6b6f2",
5030 "shasum": ""
5031 },
5032 "require": {
5033 "ext-ctype": "*",
5034 "ext-dom": "*",
5035 "ext-libxml": "*",
5036 "php": ">=5.3.0"
5037 },
5038 "require-dev": {
5039 "phpunit/phpunit": "^4.8.35",
5040 "sami/sami": "~2.0",
5041 "satooshi/php-coveralls": "1.0.*"
5042 },
5043 "type": "library",
5044 "extra": {
5045 "branch-alias": {
5046 "dev-master": "2.7-dev"
5047 }
5048 },
5049 "autoload": {
5050 "psr-4": {
5051 "Masterminds\\": "src"
5052 }
5053 },
5054 "notification-url": "https://packagist.org/downloads/",
5055 "license": [
5056 "MIT"
5057 ],
5058 "authors": [
5059 {
5060 "name": "Matt Butcher",
5061 "email": "technosophos@gmail.com"
5062 },
5063 {
5064 "name": "Matt Farina",
5065 "email": "matt@mattfarina.com"
5066 },
5067 {
5068 "name": "Asmir Mustafic",
5069 "email": "goetas@gmail.com"
5070 }
5071 ],
5072 "description": "An HTML5 parser and serializer.",
5073 "homepage": "http://masterminds.github.io/html5-php",
5074 "keywords": [
5075 "HTML5",
5076 "dom",
5077 "html",
5078 "parser",
5079 "querypath",
5080 "serializer",
5081 "xml"
5082 ],
5083 "time": "2019-07-25T07:03:26+00:00"
5084 },
5085 {
5086 "name": "mgargano/simplehtmldom",
5087 "version": "1.5",
5088 "source": {
5089 "type": "git",
5090 "url": "https://github.com/matgargano/simplehtmldom.git",
5091 "reference": "37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be"
5092 },
5093 "dist": {
5094 "type": "zip",
5095 "url": "https://api.github.com/repos/matgargano/simplehtmldom/zipball/37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be",
5096 "reference": "37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be",
5097 "shasum": ""
5098 },
5099 "require": {
5100 "php": ">=5.3.0"
5101 },
5102 "type": "library",
5103 "autoload": {
5104 "psr-0": {
5105 "SimpleHtmlDom": "src/"
5106 },
5107 "files": [
5108 "src/simple_html_dom.php"
5109 ]
5110 },
5111 "notification-url": "https://packagist.org/downloads/",
5112 "license": [
5113 "The MIT License"
5114 ],
5115 "authors": [
5116 {
5117 "name": "S.C. Chen",
5118 "email": "me578022@gmail.com"
5119 }
5120 ],
5121 "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",
5122 "homepage": "http://simplehtmldom.sourceforge.net/",
5123 "keywords": [
5124 "Simple",
5125 "dom",
5126 "html"
5127 ],
5128 "time": "2014-01-05T18:17:34+00:00"
5129 },
5130 {
5131 "name": "michelf/php-markdown",
5132 "version": "1.9.0",
5133 "source": {
5134 "type": "git",
5135 "url": "https://github.com/michelf/php-markdown.git",
5136 "reference": "c83178d49e372ca967d1a8c77ae4e051b3a3c75c"
5137 },
5138 "dist": {
5139 "type": "zip",
5140 "url": "https://api.github.com/repos/michelf/php-markdown/zipball/c83178d49e372ca967d1a8c77ae4e051b3a3c75c",
5141 "reference": "c83178d49e372ca967d1a8c77ae4e051b3a3c75c",
5142 "shasum": ""
5143 },
5144 "require": {
5145 "php": ">=5.3.0"
5146 },
5147 "require-dev": {
5148 "phpunit/phpunit": ">=4.3 <5.8"
5149 },
5150 "type": "library",
5151 "autoload": {
5152 "psr-4": {
5153 "Michelf\\": "Michelf/"
5154 }
5155 },
5156 "notification-url": "https://packagist.org/downloads/",
5157 "license": [
5158 "BSD-3-Clause"
5159 ],
5160 "authors": [
5161 {
5162 "name": "Michel Fortin",
5163 "email": "michel.fortin@michelf.ca",
5164 "homepage": "https://michelf.ca/",
5165 "role": "Developer"
5166 },
5167 {
5168 "name": "John Gruber",
5169 "homepage": "https://daringfireball.net/"
5170 }
5171 ],
5172 "description": "PHP Markdown",
5173 "homepage": "https://michelf.ca/projects/php-markdown/",
5174 "keywords": [
5175 "markdown"
5176 ],
5177 "time": "2019-12-02T02:32:27+00:00"
5178 },
5179 {
5180 "name": "mnapoli/piwik-twig-extension",
5181 "version": "3.0.0",
5182 "source": {
5183 "type": "git",
5184 "url": "https://github.com/mnapoli/MatomoTwigExtension.git",
5185 "reference": "472fd49157d64e78081b7a626095ea989cae8471"
5186 },
5187 "dist": {
5188 "type": "zip",
5189 "url": "https://api.github.com/repos/mnapoli/MatomoTwigExtension/zipball/472fd49157d64e78081b7a626095ea989cae8471",
5190 "reference": "472fd49157d64e78081b7a626095ea989cae8471",
5191 "shasum": ""
5192 },
5193 "require": {
5194 "php": ">=7.0",
5195 "twig/twig": "~2.10|~3.0"
5196 },
5197 "require-dev": {
5198 "friendsofphp/php-cs-fixer": "~2.13",
5199 "php-coveralls/php-coveralls": "^2.0",
5200 "symfony/phpunit-bridge": "^5.0"
5201 },
5202 "type": "library",
5203 "autoload": {
5204 "psr-4": {
5205 "MatomoTwigExtension\\": "src/"
5206 }
5207 },
5208 "notification-url": "https://packagist.org/downloads/",
5209 "license": [
5210 "MIT"
5211 ],
5212 "description": "This library integrates Matomo into Twig",
5213 "time": "2020-04-24T14:45:43+00:00"
5214 },
5215 {
5216 "name": "monolog/monolog",
5217 "version": "1.25.4",
5218 "source": {
5219 "type": "git",
5220 "url": "https://github.com/Seldaek/monolog.git",
5221 "reference": "3022efff205e2448b560c833c6fbbf91c3139168"
5222 },
5223 "dist": {
5224 "type": "zip",
5225 "url": "https://api.github.com/repos/Seldaek/monolog/zipball/3022efff205e2448b560c833c6fbbf91c3139168",
5226 "reference": "3022efff205e2448b560c833c6fbbf91c3139168",
5227 "shasum": ""
5228 },
5229 "require": {
5230 "php": ">=5.3.0",
5231 "psr/log": "~1.0"
5232 },
5233 "provide": {
5234 "psr/log-implementation": "1.0.0"
5235 },
5236 "require-dev": {
5237 "aws/aws-sdk-php": "^2.4.9 || ^3.0",
5238 "doctrine/couchdb": "~1.0@dev",
5239 "graylog2/gelf-php": "~1.0",
5240 "php-amqplib/php-amqplib": "~2.4",
5241 "php-console/php-console": "^3.1.3",
5242 "php-parallel-lint/php-parallel-lint": "^1.0",
5243 "phpunit/phpunit": "~4.5",
5244 "ruflin/elastica": ">=0.90 <3.0",
5245 "sentry/sentry": "^0.13",
5246 "swiftmailer/swiftmailer": "^5.3|^6.0"
5247 },
5248 "suggest": {
5249 "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
5250 "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
5251 "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
5252 "ext-mongo": "Allow sending log messages to a MongoDB server",
5253 "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
5254 "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
5255 "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
5256 "php-console/php-console": "Allow sending log messages to Google Chrome",
5257 "rollbar/rollbar": "Allow sending log messages to Rollbar",
5258 "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
5259 "sentry/sentry": "Allow sending log messages to a Sentry server"
5260 },
5261 "type": "library",
5262 "extra": {
5263 "branch-alias": {
5264 "dev-master": "2.0.x-dev"
5265 }
5266 },
5267 "autoload": {
5268 "psr-4": {
5269 "Monolog\\": "src/Monolog"
5270 }
5271 },
5272 "notification-url": "https://packagist.org/downloads/",
5273 "license": [
5274 "MIT"
5275 ],
5276 "authors": [
5277 {
5278 "name": "Jordi Boggiano",
5279 "email": "j.boggiano@seld.be",
5280 "homepage": "http://seld.be"
5281 }
5282 ],
5283 "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
5284 "homepage": "http://github.com/Seldaek/monolog",
5285 "keywords": [
5286 "log",
5287 "logging",
5288 "psr-3"
5289 ],
5290 "time": "2020-05-22T07:31:27+00:00"
5291 },
5292 {
5293 "name": "nelmio/api-doc-bundle",
5294 "version": "2.13.4",
5295 "target-dir": "Nelmio/ApiDocBundle",
5296 "source": {
5297 "type": "git",
5298 "url": "https://github.com/nelmio/NelmioApiDocBundle.git",
5299 "reference": "28802f2c44dbbf29aa7f5dc80a10f44d3558f580"
5300 },
5301 "dist": {
5302 "type": "zip",
5303 "url": "https://api.github.com/repos/nelmio/NelmioApiDocBundle/zipball/28802f2c44dbbf29aa7f5dc80a10f44d3558f580",
5304 "reference": "28802f2c44dbbf29aa7f5dc80a10f44d3558f580",
5305 "shasum": ""
5306 },
5307 "require": {
5308 "michelf/php-markdown": "~1.4",
5309 "php": ">=5.4",
5310 "symfony/console": "~2.3|~3.0|~4.0",
5311 "symfony/framework-bundle": "~2.3|~3.0|~4.0",
5312 "symfony/twig-bundle": "~2.3|~3.0|~4.0"
5313 },
5314 "conflict": {
5315 "jms/serializer": "<0.12",
5316 "jms/serializer-bundle": "<0.11",
5317 "symfony/symfony": "~2.7.8",
5318 "twig/twig": "<1.12"
5319 },
5320 "require-dev": {
5321 "doctrine/doctrine-bundle": "~1.5",
5322 "doctrine/orm": "~2.3",
5323 "dunglas/api-bundle": "~1.0",
5324 "friendsofsymfony/rest-bundle": "~1.0|~2.0",
5325 "jms/serializer-bundle": ">=0.11",
5326 "sensio/framework-extra-bundle": "~3.0",
5327 "symfony/browser-kit": "~2.3|~3.0|~4.0",
5328 "symfony/css-selector": "~2.3|~3.0|~4.0",
5329 "symfony/finder": "~2.3|~3.0|~4.0",
5330 "symfony/form": "~2.3|~3.0|~4.0",
5331 "symfony/phpunit-bridge": "~2.7|~3.0|~4.0",
5332 "symfony/serializer": "~2.7|~3.0|~4.0",
5333 "symfony/validator": "~2.3|~3.0|~4.0",
5334 "symfony/yaml": "~2.3|~3.0|~4.0"
5335 },
5336 "suggest": {
5337 "dunglas/api-bundle": "For making use of resources definitions of DunglasApiBundle.",
5338 "friendsofsymfony/rest-bundle": "For making use of REST information in the doc.",
5339 "jms/serializer": "For making use of serializer information in the doc.",
5340 "symfony/form": "For using form definitions as input.",
5341 "symfony/validator": "For making use of validator information in the doc."
5342 },
5343 "type": "symfony-bundle",
5344 "extra": {
5345 "branch-alias": {
5346 "dev-2.x": "2.13-dev"
5347 }
5348 },
5349 "autoload": {
5350 "psr-0": {
5351 "Nelmio\\ApiDocBundle": ""
5352 }
5353 },
5354 "notification-url": "https://packagist.org/downloads/",
5355 "license": [
5356 "MIT"
5357 ],
5358 "authors": [
5359 {
5360 "name": "Nelmio",
5361 "homepage": "http://nelm.io"
5362 },
5363 {
5364 "name": "Symfony Community",
5365 "homepage": "https://github.com/nelmio/NelmioApiDocBundle/contributors"
5366 }
5367 ],
5368 "description": "Generates documentation for your REST API from annotations",
5369 "keywords": [
5370 "api",
5371 "doc",
5372 "documentation",
5373 "rest"
5374 ],
5375 "time": "2019-06-01T13:34:59+00:00"
5376 },
5377 {
5378 "name": "nelmio/cors-bundle",
5379 "version": "1.5.6",
5380 "source": {
5381 "type": "git",
5382 "url": "https://github.com/nelmio/NelmioCorsBundle.git",
5383 "reference": "10a24c10f242440211ed31075e74f81661c690d9"
5384 },
5385 "dist": {
5386 "type": "zip",
5387 "url": "https://api.github.com/repos/nelmio/NelmioCorsBundle/zipball/10a24c10f242440211ed31075e74f81661c690d9",
5388 "reference": "10a24c10f242440211ed31075e74f81661c690d9",
5389 "shasum": ""
5390 },
5391 "require": {
5392 "symfony/framework-bundle": "^2.7 || ^3.0 || ^4.0"
5393 },
5394 "require-dev": {
5395 "matthiasnoback/symfony-dependency-injection-test": "^1.0 || ^2.0",
5396 "mockery/mockery": "^0.9 || ^1.0",
5397 "symfony/phpunit-bridge": "^2.7 || ^3.0 || ^4.0"
5398 },
5399 "type": "symfony-bundle",
5400 "extra": {
5401 "branch-alias": {
5402 "dev-master": "1.5.x-dev"
5403 }
5404 },
5405 "autoload": {
5406 "psr-4": {
5407 "Nelmio\\CorsBundle\\": ""
5408 },
5409 "exclude-from-classmap": [
5410 "/Tests/"
5411 ]
5412 },
5413 "notification-url": "https://packagist.org/downloads/",
5414 "license": [
5415 "MIT"
5416 ],
5417 "authors": [
5418 {
5419 "name": "Nelmio",
5420 "homepage": "http://nelm.io"
5421 },
5422 {
5423 "name": "Symfony Community",
5424 "homepage": "https://github.com/nelmio/NelmioCorsBundle/contributors"
5425 }
5426 ],
5427 "description": "Adds CORS (Cross-Origin Resource Sharing) headers support in your Symfony2 application",
5428 "keywords": [
5429 "api",
5430 "cors",
5431 "crossdomain"
5432 ],
5433 "time": "2019-06-17T08:53:14+00:00"
5434 },
5435 {
5436 "name": "ocramius/proxy-manager",
5437 "version": "2.1.1",
5438 "source": {
5439 "type": "git",
5440 "url": "https://github.com/Ocramius/ProxyManager.git",
5441 "reference": "e18ac876b2e4819c76349de8f78ccc8ef1554cd7"
5442 },
5443 "dist": {
5444 "type": "zip",
5445 "url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/e18ac876b2e4819c76349de8f78ccc8ef1554cd7",
5446 "reference": "e18ac876b2e4819c76349de8f78ccc8ef1554cd7",
5447 "shasum": ""
5448 },
5449 "require": {
5450 "ocramius/package-versions": "^1.1.1",
5451 "php": "^7.1.0",
5452 "zendframework/zend-code": "^3.1.0"
5453 },
5454 "require-dev": {
5455 "couscous/couscous": "^1.5.2",
5456 "ext-phar": "*",
5457 "humbug/humbug": "dev-master@DEV",
5458 "nikic/php-parser": "^3.0.4",
5459 "phpbench/phpbench": "^0.12.2",
5460 "phpstan/phpstan": "^0.6.4",
5461 "phpunit/phpunit": "^5.6.4",
5462 "phpunit/phpunit-mock-objects": "^3.4.1",
5463 "squizlabs/php_codesniffer": "^2.7.0"
5464 },
5465 "suggest": {
5466 "ocramius/generated-hydrator": "To have very fast object to array to object conversion for ghost objects",
5467 "zendframework/zend-json": "To have the JsonRpc adapter (Remote Object feature)",
5468 "zendframework/zend-soap": "To have the Soap adapter (Remote Object feature)",
5469 "zendframework/zend-xmlrpc": "To have the XmlRpc adapter (Remote Object feature)"
5470 },
5471 "type": "library",
5472 "extra": {
5473 "branch-alias": {
5474 "dev-master": "3.0.x-dev"
5475 }
5476 },
5477 "autoload": {
5478 "psr-0": {
5479 "ProxyManager\\": "src"
5480 }
5481 },
5482 "notification-url": "https://packagist.org/downloads/",
5483 "license": [
5484 "MIT"
5485 ],
5486 "authors": [
5487 {
5488 "name": "Marco Pivetta",
5489 "email": "ocramius@gmail.com",
5490 "homepage": "http://ocramius.github.io/"
5491 }
5492 ],
5493 "description": "A library providing utilities to generate, instantiate and generally operate with Object Proxies",
5494 "homepage": "https://github.com/Ocramius/ProxyManager",
5495 "keywords": [
5496 "aop",
5497 "lazy loading",
5498 "proxy",
5499 "proxy pattern",
5500 "service proxies"
5501 ],
5502 "time": "2017-05-04T11:12:50+00:00"
5503 },
5504 {
5505 "name": "pagerfanta/pagerfanta",
5506 "version": "v2.1.3",
5507 "source": {
5508 "type": "git",
5509 "url": "https://github.com/BabDev/Pagerfanta.git",
5510 "reference": "a53ff01d521648d9dbca19b93ac6bc75a59b0972"
5511 },
5512 "dist": {
5513 "type": "zip",
5514 "url": "https://api.github.com/repos/BabDev/Pagerfanta/zipball/a53ff01d521648d9dbca19b93ac6bc75a59b0972",
5515 "reference": "a53ff01d521648d9dbca19b93ac6bc75a59b0972",
5516 "shasum": ""
5517 },
5518 "require": {
5519 "php": "^7.0"
5520 },
5521 "require-dev": {
5522 "doctrine/orm": "~2.3",
5523 "doctrine/phpcr-odm": "1.*",
5524 "jackalope/jackalope-doctrine-dbal": "1.*",
5525 "jmikola/geojson": "~1.0",
5526 "mandango/mandango": "~1.0@dev",
5527 "mandango/mondator": "~1.0@dev",
5528 "phpunit/phpunit": "^6.5",
5529 "propel/propel": "~2.0@dev",
5530 "propel/propel1": "~1.6",
5531 "ruflin/elastica": "~1.3",
5532 "solarium/solarium": "~3.1"
5533 },
5534 "suggest": {
5535 "doctrine/mongodb-odm": "To use the DoctrineODMMongoDBAdapter.",
5536 "doctrine/orm": "To use the DoctrineORMAdapter.",
5537 "doctrine/phpcr-odm": "To use the DoctrineODMPhpcrAdapter. >= 1.1.0",
5538 "mandango/mandango": "To use the MandangoAdapter.",
5539 "propel/propel": "To use the Propel2Adapter",
5540 "propel/propel1": "To use the PropelAdapter",
5541 "solarium/solarium": "To use the SolariumAdapter."
5542 },
5543 "type": "library",
5544 "extra": {
5545 "branch-alias": {
5546 "dev-master": "1.0.x-dev"
5547 }
5548 },
5549 "autoload": {
5550 "psr-4": {
5551 "Pagerfanta\\": "src/Pagerfanta/"
5552 }
5553 },
5554 "notification-url": "https://packagist.org/downloads/",
5555 "license": [
5556 "MIT"
5557 ],
5558 "authors": [
5559 {
5560 "name": "Pablo Díez",
5561 "email": "pablodip@gmail.com"
5562 }
5563 ],
5564 "description": "Pagination for PHP",
5565 "keywords": [
5566 "page",
5567 "pagination",
5568 "paginator",
5569 "paging"
5570 ],
5571 "time": "2019-07-17T20:56:16+00:00"
5572 },
5573 {
5574 "name": "paragonie/constant_time_encoding",
5575 "version": "v2.3.0",
5576 "source": {
5577 "type": "git",
5578 "url": "https://github.com/paragonie/constant_time_encoding.git",
5579 "reference": "47a1cedd2e4d52688eb8c96469c05ebc8fd28fa2"
5580 },
5581 "dist": {
5582 "type": "zip",
5583 "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/47a1cedd2e4d52688eb8c96469c05ebc8fd28fa2",
5584 "reference": "47a1cedd2e4d52688eb8c96469c05ebc8fd28fa2",
5585 "shasum": ""
5586 },
5587 "require": {
5588 "php": "^7|^8"
5589 },
5590 "require-dev": {
5591 "phpunit/phpunit": "^6|^7",
5592 "vimeo/psalm": "^1|^2|^3"
5593 },
5594 "type": "library",
5595 "autoload": {
5596 "psr-4": {
5597 "ParagonIE\\ConstantTime\\": "src/"
5598 }
5599 },
5600 "notification-url": "https://packagist.org/downloads/",
5601 "license": [
5602 "MIT"
5603 ],
5604 "authors": [
5605 {
5606 "name": "Paragon Initiative Enterprises",
5607 "email": "security@paragonie.com",
5608 "homepage": "https://paragonie.com",
5609 "role": "Maintainer"
5610 },
5611 {
5612 "name": "Steve 'Sc00bz' Thomas",
5613 "email": "steve@tobtu.com",
5614 "homepage": "https://www.tobtu.com",
5615 "role": "Original Developer"
5616 }
5617 ],
5618 "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
5619 "keywords": [
5620 "base16",
5621 "base32",
5622 "base32_decode",
5623 "base32_encode",
5624 "base64",
5625 "base64_decode",
5626 "base64_encode",
5627 "bin2hex",
5628 "encoding",
5629 "hex",
5630 "hex2bin",
5631 "rfc4648"
5632 ],
5633 "time": "2019-11-06T19:20:29+00:00"
5634 },
5635 {
5636 "name": "paragonie/random_compat",
5637 "version": "v2.0.18",
5638 "source": {
5639 "type": "git",
5640 "url": "https://github.com/paragonie/random_compat.git",
5641 "reference": "0a58ef6e3146256cc3dc7cc393927bcc7d1b72db"
5642 },
5643 "dist": {
5644 "type": "zip",
5645 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/0a58ef6e3146256cc3dc7cc393927bcc7d1b72db",
5646 "reference": "0a58ef6e3146256cc3dc7cc393927bcc7d1b72db",
5647 "shasum": ""
5648 },
5649 "require": {
5650 "php": ">=5.2.0"
5651 },
5652 "require-dev": {
5653 "phpunit/phpunit": "4.*|5.*"
5654 },
5655 "suggest": {
5656 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
5657 },
5658 "type": "library",
5659 "autoload": {
5660 "files": [
5661 "lib/random.php"
5662 ]
5663 },
5664 "notification-url": "https://packagist.org/downloads/",
5665 "license": [
5666 "MIT"
5667 ],
5668 "authors": [
5669 {
5670 "name": "Paragon Initiative Enterprises",
5671 "email": "security@paragonie.com",
5672 "homepage": "https://paragonie.com"
5673 }
5674 ],
5675 "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
5676 "keywords": [
5677 "csprng",
5678 "polyfill",
5679 "pseudorandom",
5680 "random"
5681 ],
5682 "time": "2019-01-03T20:59:08+00:00"
5683 },
5684 {
5685 "name": "php-amqplib/php-amqplib",
5686 "version": "v2.11.3",
5687 "source": {
5688 "type": "git",
5689 "url": "https://github.com/php-amqplib/php-amqplib.git",
5690 "reference": "6353c5d2d3021a301914bc6566e695c99cfeb742"
5691 },
5692 "dist": {
5693 "type": "zip",
5694 "url": "https://api.github.com/repos/php-amqplib/php-amqplib/zipball/6353c5d2d3021a301914bc6566e695c99cfeb742",
5695 "reference": "6353c5d2d3021a301914bc6566e695c99cfeb742",
5696 "shasum": ""
5697 },
5698 "require": {
5699 "ext-mbstring": "*",
5700 "ext-sockets": "*",
5701 "php": ">=5.6.3",
5702 "phpseclib/phpseclib": "^2.0.0"
5703 },
5704 "conflict": {
5705 "php": "7.4.0 - 7.4.1"
5706 },
5707 "replace": {
5708 "videlalvaro/php-amqplib": "self.version"
5709 },
5710 "require-dev": {
5711 "ext-curl": "*",
5712 "nategood/httpful": "^0.2.20",
5713 "phpunit/phpunit": "^5.7|^6.5|^7.0",
5714 "squizlabs/php_codesniffer": "^2.5"
5715 },
5716 "type": "library",
5717 "extra": {
5718 "branch-alias": {
5719 "dev-master": "2.11-dev"
5720 }
5721 },
5722 "autoload": {
5723 "psr-4": {
5724 "PhpAmqpLib\\": "PhpAmqpLib/"
5725 }
5726 },
5727 "notification-url": "https://packagist.org/downloads/",
5728 "license": [
5729 "LGPL-2.1-or-later"
5730 ],
5731 "authors": [
5732 {
5733 "name": "Alvaro Videla",
5734 "role": "Original Maintainer"
5735 },
5736 {
5737 "name": "Raúl Araya",
5738 "email": "nubeiro@gmail.com",
5739 "role": "Maintainer"
5740 },
5741 {
5742 "name": "Luke Bakken",
5743 "email": "luke@bakken.io",
5744 "role": "Maintainer"
5745 },
5746 {
5747 "name": "Ramūnas Dronga",
5748 "email": "github@ramuno.lt",
5749 "role": "Maintainer"
5750 }
5751 ],
5752 "description": "Formerly videlalvaro/php-amqplib. This library is a pure PHP implementation of the AMQP protocol. It's been tested against RabbitMQ.",
5753 "homepage": "https://github.com/php-amqplib/php-amqplib/",
5754 "keywords": [
5755 "message",
5756 "queue",
5757 "rabbitmq"
5758 ],
5759 "time": "2020-05-13T13:56:11+00:00"
5760 },
5761 {
5762 "name": "php-amqplib/rabbitmq-bundle",
5763 "version": "v1.14.4",
5764 "source": {
5765 "type": "git",
5766 "url": "https://github.com/php-amqplib/RabbitMqBundle.git",
5767 "reference": "cf67adaa4e306d8e9cb6855a72d79263b425ded8"
5768 },
5769 "dist": {
5770 "type": "zip",
5771 "url": "https://api.github.com/repos/php-amqplib/RabbitMqBundle/zipball/cf67adaa4e306d8e9cb6855a72d79263b425ded8",
5772 "reference": "cf67adaa4e306d8e9cb6855a72d79263b425ded8",
5773 "shasum": ""
5774 },
5775 "require": {
5776 "php": "^5.3.9|^7.0",
5777 "php-amqplib/php-amqplib": "^2.6",
5778 "psr/log": "^1.0",
5779 "symfony/config": "^2.7|^3.0|^4.0",
5780 "symfony/console": "^2.7|^3.0|^4.0",
5781 "symfony/dependency-injection": "^2.7|^3.0|^4.0",
5782 "symfony/event-dispatcher": "^2.7|^3.0|^4.0",
5783 "symfony/yaml": "^2.7|^3.0|^4.0"
5784 },
5785 "replace": {
5786 "oldsound/rabbitmq-bundle": "self.version"
5787 },
5788 "require-dev": {
5789 "phpunit/phpunit": "^4.8.35|^5.4.3",
5790 "symfony/debug": "^2.7|^3.0|^4.0",
5791 "symfony/serializer": "^2.7|^3.0|^4.0"
5792 },
5793 "suggest": {
5794 "symfony/framework-bundle": "To use this lib as a full Symfony Bundle and to use the profiler data collector"
5795 },
5796 "type": "symfony-bundle",
5797 "extra": {
5798 "branch-alias": {
5799 "dev-master": "1.10.x-dev"
5800 }
5801 },
5802 "autoload": {
5803 "psr-4": {
5804 "OldSound\\RabbitMqBundle\\": ""
5805 },
5806 "exclude-from-classmap": [
5807 "/Tests/"
5808 ]
5809 },
5810 "notification-url": "https://packagist.org/downloads/",
5811 "license": [
5812 "MIT"
5813 ],
5814 "authors": [
5815 {
5816 "name": "Alvaro Videla"
5817 }
5818 ],
5819 "description": "Integrates php-amqplib with Symfony & RabbitMq. Formerly oldsound/rabbitmq-bundle.",
5820 "keywords": [
5821 "AMQP",
5822 "Symfony2",
5823 "message",
5824 "queue",
5825 "rabbitmq",
5826 "symfony",
5827 "symfony3",
5828 "symfony4"
5829 ],
5830 "time": "2018-05-02T13:12:32+00:00"
5831 },
5832 {
5833 "name": "php-http/client-common",
5834 "version": "2.1.0",
5835 "source": {
5836 "type": "git",
5837 "url": "https://github.com/php-http/client-common.git",
5838 "reference": "a8b29678d61556f45d6236b1667db16d998ceec5"
5839 },
5840 "dist": {
5841 "type": "zip",
5842 "url": "https://api.github.com/repos/php-http/client-common/zipball/a8b29678d61556f45d6236b1667db16d998ceec5",
5843 "reference": "a8b29678d61556f45d6236b1667db16d998ceec5",
5844 "shasum": ""
5845 },
5846 "require": {
5847 "php": "^7.1",
5848 "php-http/httplug": "^2.0",
5849 "php-http/message": "^1.6",
5850 "php-http/message-factory": "^1.0",
5851 "symfony/options-resolver": " ^3.4.20 || ~4.0.15 || ~4.1.9 || ^4.2.1 || ^5.0"
5852 },
5853 "require-dev": {
5854 "doctrine/instantiator": "^1.1",
5855 "guzzlehttp/psr7": "^1.4",
5856 "phpspec/phpspec": "^5.1",
5857 "phpspec/prophecy": "^1.8",
5858 "sebastian/comparator": "^3.0"
5859 },
5860 "suggest": {
5861 "ext-json": "To detect JSON responses with the ContentTypePlugin",
5862 "ext-libxml": "To detect XML responses with the ContentTypePlugin",
5863 "php-http/cache-plugin": "PSR-6 Cache plugin",
5864 "php-http/logger-plugin": "PSR-3 Logger plugin",
5865 "php-http/stopwatch-plugin": "Symfony Stopwatch plugin"
5866 },
5867 "type": "library",
5868 "extra": {
5869 "branch-alias": {
5870 "dev-master": "2.0.x-dev"
5871 }
5872 },
5873 "autoload": {
5874 "psr-4": {
5875 "Http\\Client\\Common\\": "src/"
5876 }
5877 },
5878 "notification-url": "https://packagist.org/downloads/",
5879 "license": [
5880 "MIT"
5881 ],
5882 "authors": [
5883 {
5884 "name": "Márk Sági-Kazár",
5885 "email": "mark.sagikazar@gmail.com"
5886 }
5887 ],
5888 "description": "Common HTTP Client implementations and tools for HTTPlug",
5889 "homepage": "http://httplug.io",
5890 "keywords": [
5891 "client",
5892 "common",
5893 "http",
5894 "httplug"
5895 ],
5896 "time": "2019-11-18T08:58:18+00:00"
5897 },
5898 {
5899 "name": "php-http/curl-client",
5900 "version": "2.1.0",
5901 "source": {
5902 "type": "git",
5903 "url": "https://github.com/php-http/curl-client.git",
5904 "reference": "9e79355af46d72e10da50be20b66f74b26143441"
5905 },
5906 "dist": {
5907 "type": "zip",
5908 "url": "https://api.github.com/repos/php-http/curl-client/zipball/9e79355af46d72e10da50be20b66f74b26143441",
5909 "reference": "9e79355af46d72e10da50be20b66f74b26143441",
5910 "shasum": ""
5911 },
5912 "require": {
5913 "ext-curl": "*",
5914 "php": "^7.1",
5915 "php-http/discovery": "^1.6",
5916 "php-http/httplug": "^2.0",
5917 "php-http/message": "^1.2",
5918 "psr/http-client": "^1.0",
5919 "psr/http-factory": "^1.0",
5920 "symfony/options-resolver": "^3.4 || ^4.0 || ^5.0"
5921 },
5922 "provide": {
5923 "php-http/async-client-implementation": "1.0",
5924 "php-http/client-implementation": "1.0",
5925 "psr/http-client-implementation": "1.0"
5926 },
5927 "require-dev": {
5928 "guzzlehttp/psr7": "^1.0",
5929 "php-http/client-integration-tests": "^2.0",
5930 "phpunit/phpunit": "^7.5",
5931 "zendframework/zend-diactoros": "^2.0"
5932 },
5933 "type": "library",
5934 "extra": {
5935 "branch-alias": {
5936 "dev-master": "2.x-dev"
5937 }
5938 },
5939 "autoload": {
5940 "psr-4": {
5941 "Http\\Client\\Curl\\": "src/"
5942 }
5943 },
5944 "notification-url": "https://packagist.org/downloads/",
5945 "license": [
5946 "MIT"
5947 ],
5948 "authors": [
5949 {
5950 "name": "Михаил Красильников",
5951 "email": "m.krasilnikov@yandex.ru"
5952 }
5953 ],
5954 "description": "PSR-18 and HTTPlug Async client with cURL",
5955 "homepage": "http://php-http.org",
5956 "keywords": [
5957 "curl",
5958 "http",
5959 "psr-18"
5960 ],
5961 "time": "2019-12-27T11:02:07+00:00"
5962 },
5963 {
5964 "name": "php-http/discovery",
5965 "version": "1.7.4",
5966 "source": {
5967 "type": "git",
5968 "url": "https://github.com/php-http/discovery.git",
5969 "reference": "82dbef649ccffd8e4f22e1953c3a5265992b83c0"
5970 },
5971 "dist": {
5972 "type": "zip",
5973 "url": "https://api.github.com/repos/php-http/discovery/zipball/82dbef649ccffd8e4f22e1953c3a5265992b83c0",
5974 "reference": "82dbef649ccffd8e4f22e1953c3a5265992b83c0",
5975 "shasum": ""
5976 },
5977 "require": {
5978 "php": "^7.1"
5979 },
5980 "conflict": {
5981 "nyholm/psr7": "<1.0"
5982 },
5983 "require-dev": {
5984 "akeneo/phpspec-skip-example-extension": "^4.0",
5985 "php-http/httplug": "^1.0 || ^2.0",
5986 "php-http/message-factory": "^1.0",
5987 "phpspec/phpspec": "^5.1",
5988 "puli/composer-plugin": "1.0.0-beta10"
5989 },
5990 "suggest": {
5991 "php-http/message": "Allow to use Guzzle, Diactoros or Slim Framework factories",
5992 "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."
5993 },
5994 "type": "library",
5995 "extra": {
5996 "branch-alias": {
5997 "dev-master": "1.7-dev"
5998 }
5999 },
6000 "autoload": {
6001 "psr-4": {
6002 "Http\\Discovery\\": "src/"
6003 }
6004 },
6005 "notification-url": "https://packagist.org/downloads/",
6006 "license": [
6007 "MIT"
6008 ],
6009 "authors": [
6010 {
6011 "name": "Márk Sági-Kazár",
6012 "email": "mark.sagikazar@gmail.com"
6013 }
6014 ],
6015 "description": "Finds installed HTTPlug implementations and PSR-7 message factories",
6016 "homepage": "http://php-http.org",
6017 "keywords": [
6018 "adapter",
6019 "client",
6020 "discovery",
6021 "factory",
6022 "http",
6023 "message",
6024 "psr7"
6025 ],
6026 "time": "2020-01-03T11:25:47+00:00"
6027 },
6028 {
6029 "name": "php-http/guzzle5-adapter",
6030 "version": "2.0.0",
6031 "source": {
6032 "type": "git",
6033 "url": "https://github.com/php-http/guzzle5-adapter.git",
6034 "reference": "cce48360b1f8a3467bd94e853e6107aa4532008e"
6035 },
6036 "dist": {
6037 "type": "zip",
6038 "url": "https://api.github.com/repos/php-http/guzzle5-adapter/zipball/cce48360b1f8a3467bd94e853e6107aa4532008e",
6039 "reference": "cce48360b1f8a3467bd94e853e6107aa4532008e",
6040 "shasum": ""
6041 },
6042 "require": {
6043 "guzzlehttp/guzzle": "^5.1",
6044 "php": "^7.0",
6045 "php-http/discovery": "^1.0",
6046 "php-http/httplug": "^2.0"
6047 },
6048 "provide": {
6049 "php-http/client-implementation": "1.0",
6050 "psr/http-client-implementation": "1.0"
6051 },
6052 "require-dev": {
6053 "ext-curl": "*",
6054 "guzzlehttp/ringphp": "^1.1",
6055 "php-http/client-integration-tests": "^2.0",
6056 "phpunit/phpunit": "^6.0 || ^7.0"
6057 },
6058 "type": "library",
6059 "extra": {
6060 "branch-alias": {
6061 "dev-master": "2.0-dev"
6062 }
6063 },
6064 "autoload": {
6065 "psr-4": {
6066 "Http\\Adapter\\Guzzle5\\": "src/"
6067 }
6068 },
6069 "notification-url": "https://packagist.org/downloads/",
6070 "license": [
6071 "MIT"
6072 ],
6073 "authors": [
6074 {
6075 "name": "Eric GELOEN",
6076 "email": "geloen.eric@gmail.com"
6077 },
6078 {
6079 "name": "Márk Sági-Kazár",
6080 "email": "mark.sagikazar@gmail.com"
6081 }
6082 ],
6083 "description": "Guzzle 5 HTTP Adapter",
6084 "homepage": "http://httplug.io",
6085 "keywords": [
6086 "Guzzle",
6087 "http"
6088 ],
6089 "time": "2019-02-05T12:28:45+00:00"
6090 },
6091 {
6092 "name": "php-http/httplug",
6093 "version": "2.1.0",
6094 "source": {
6095 "type": "git",
6096 "url": "https://github.com/php-http/httplug.git",
6097 "reference": "72d2b129a48f0490d55b7f89be0d6aa0597ffb06"
6098 },
6099 "dist": {
6100 "type": "zip",
6101 "url": "https://api.github.com/repos/php-http/httplug/zipball/72d2b129a48f0490d55b7f89be0d6aa0597ffb06",
6102 "reference": "72d2b129a48f0490d55b7f89be0d6aa0597ffb06",
6103 "shasum": ""
6104 },
6105 "require": {
6106 "php": "^7.0",
6107 "php-http/promise": "^1.0",
6108 "psr/http-client": "^1.0",
6109 "psr/http-message": "^1.0"
6110 },
6111 "require-dev": {
6112 "friends-of-phpspec/phpspec-code-coverage": "^4.1",
6113 "phpspec/phpspec": "^4.3.4|^5.0|^6.0"
6114 },
6115 "type": "library",
6116 "extra": {
6117 "branch-alias": {
6118 "dev-master": "2.x-dev"
6119 }
6120 },
6121 "autoload": {
6122 "psr-4": {
6123 "Http\\Client\\": "src/"
6124 }
6125 },
6126 "notification-url": "https://packagist.org/downloads/",
6127 "license": [
6128 "MIT"
6129 ],
6130 "authors": [
6131 {
6132 "name": "Eric GELOEN",
6133 "email": "geloen.eric@gmail.com"
6134 },
6135 {
6136 "name": "Márk Sági-Kazár",
6137 "email": "mark.sagikazar@gmail.com"
6138 }
6139 ],
6140 "description": "HTTPlug, the HTTP client abstraction for PHP",
6141 "homepage": "http://httplug.io",
6142 "keywords": [
6143 "client",
6144 "http"
6145 ],
6146 "time": "2019-12-27T10:07:11+00:00"
6147 },
6148 {
6149 "name": "php-http/httplug-bundle",
6150 "version": "1.16.0",
6151 "source": {
6152 "type": "git",
6153 "url": "https://github.com/php-http/HttplugBundle.git",
6154 "reference": "5044b655fcd3a43243383cd692a6bb6cd18af24f"
6155 },
6156 "dist": {
6157 "type": "zip",
6158 "url": "https://api.github.com/repos/php-http/HttplugBundle/zipball/5044b655fcd3a43243383cd692a6bb6cd18af24f",
6159 "reference": "5044b655fcd3a43243383cd692a6bb6cd18af24f",
6160 "shasum": ""
6161 },
6162 "require": {
6163 "php": "^7.1",
6164 "php-http/client-common": "^1.9 || ^2.0",
6165 "php-http/client-implementation": "^1.0",
6166 "php-http/discovery": "^1.0",
6167 "php-http/httplug": "^1.0 || ^2.0",
6168 "php-http/logger-plugin": "^1.1",
6169 "php-http/message": "^1.4",
6170 "php-http/message-factory": "^1.0.2",
6171 "php-http/stopwatch-plugin": "^1.2",
6172 "psr/http-message": "^1.0",
6173 "symfony/config": "^3.4.20 || ^4.2.1",
6174 "symfony/dependency-injection": "^3.4.20 || ^4.2.1",
6175 "symfony/event-dispatcher": "^3.4.20 || ^4.2.1",
6176 "symfony/http-kernel": "^3.4.20 || ^4.2.1",
6177 "symfony/options-resolver": "^3.4.20 || ^4.2.1"
6178 },
6179 "conflict": {
6180 "php-http/curl-client": "<2.0",
6181 "php-http/guzzle6-adapter": "<1.1"
6182 },
6183 "require-dev": {
6184 "guzzlehttp/psr7": "^1.0",
6185 "matthiasnoback/symfony-dependency-injection-test": "^3.0",
6186 "nyholm/nsa": "^1.1",
6187 "php-http/cache-plugin": "^1.6",
6188 "php-http/guzzle6-adapter": "^1.1.1 || ^2.0.1",
6189 "php-http/mock-client": "^1.2",
6190 "php-http/promise": "^1.0",
6191 "polishsymfonycommunity/symfony-mocker-container": "^1.0",
6192 "symfony/browser-kit": "^3.4.20 || ^4.2.1",
6193 "symfony/cache": "^3.4.20 || ^4.2.1",
6194 "symfony/dom-crawler": "^3.4.20 || ^4.2.1",
6195 "symfony/framework-bundle": "^3.4.0 || ^4.2",
6196 "symfony/http-foundation": "^3.4.20 || ^4.2.1",
6197 "symfony/phpunit-bridge": "^3.4 || ^4.2",
6198 "symfony/stopwatch": "^3.4.20 || ^4.2.1",
6199 "symfony/twig-bundle": "^3.4.20 || ^4.2.1",
6200 "symfony/web-profiler-bundle": "^3.4.20 || ^4.2.1",
6201 "twig/twig": "^1.36 || ^2.6"
6202 },
6203 "suggest": {
6204 "php-http/cache-plugin": "To configure clients that cache responses",
6205 "php-http/mock-client": "Add this to your require-dev section to mock HTTP responses easily",
6206 "twig/twig": "Add this to your require-dev section when using the WebProfilerBundle"
6207 },
6208 "type": "symfony-bundle",
6209 "extra": {
6210 "branch-alias": {
6211 "dev-master": "1.x-dev"
6212 }
6213 },
6214 "autoload": {
6215 "psr-4": {
6216 "Http\\HttplugBundle\\": "src/"
6217 },
6218 "exclude-from-classmap": [
6219 "/Tests/Resources/MyPsr18TestClient.php"
6220 ]
6221 },
6222 "notification-url": "https://packagist.org/downloads/",
6223 "license": [
6224 "MIT"
6225 ],
6226 "authors": [
6227 {
6228 "name": "David Buchmann",
6229 "email": "mail@davidbu.ch"
6230 },
6231 {
6232 "name": "Tobias Nyholm",
6233 "email": "tobias.nyholm@gmail.com"
6234 }
6235 ],
6236 "description": "Symfony integration for HTTPlug",
6237 "homepage": "http://httplug.io",
6238 "keywords": [
6239 "adapter",
6240 "bundle",
6241 "discovery",
6242 "factory",
6243 "http",
6244 "httplug",
6245 "message",
6246 "php-http"
6247 ],
6248 "time": "2019-06-05T12:03:16+00:00"
6249 },
6250 {
6251 "name": "php-http/logger-plugin",
6252 "version": "1.1.0",
6253 "source": {
6254 "type": "git",
6255 "url": "https://github.com/php-http/logger-plugin.git",
6256 "reference": "c1c6e90717ce350319b7b8bc489f1db35bb523fd"
6257 },
6258 "dist": {
6259 "type": "zip",
6260 "url": "https://api.github.com/repos/php-http/logger-plugin/zipball/c1c6e90717ce350319b7b8bc489f1db35bb523fd",
6261 "reference": "c1c6e90717ce350319b7b8bc489f1db35bb523fd",
6262 "shasum": ""
6263 },
6264 "require": {
6265 "php": "^5.4 || ^7.0",
6266 "php-http/client-common": "^1.9 || ^2.0",
6267 "php-http/message": "^1.0",
6268 "psr/log": "^1.0"
6269 },
6270 "require-dev": {
6271 "henrikbjorn/phpspec-code-coverage": "^1.0",
6272 "phpspec/phpspec": "^2.5"
6273 },
6274 "type": "library",
6275 "extra": {
6276 "branch-alias": {
6277 "dev-master": "1.1-dev"
6278 }
6279 },
6280 "autoload": {
6281 "psr-4": {
6282 "Http\\Client\\Common\\Plugin\\": "src/"
6283 }
6284 },
6285 "notification-url": "https://packagist.org/downloads/",
6286 "license": [
6287 "MIT"
6288 ],
6289 "authors": [
6290 {
6291 "name": "Márk Sági-Kazár",
6292 "email": "mark.sagikazar@gmail.com"
6293 }
6294 ],
6295 "description": "PSR-3 Logger plugin for HTTPlug",
6296 "homepage": "http://httplug.io",
6297 "keywords": [
6298 "http",
6299 "httplug",
6300 "logger",
6301 "plugin"
6302 ],
6303 "time": "2019-01-30T11:48:21+00:00"
6304 },
6305 {
6306 "name": "php-http/message",
6307 "version": "1.8.0",
6308 "source": {
6309 "type": "git",
6310 "url": "https://github.com/php-http/message.git",
6311 "reference": "ce8f43ac1e294b54aabf5808515c3554a19c1e1c"
6312 },
6313 "dist": {
6314 "type": "zip",
6315 "url": "https://api.github.com/repos/php-http/message/zipball/ce8f43ac1e294b54aabf5808515c3554a19c1e1c",
6316 "reference": "ce8f43ac1e294b54aabf5808515c3554a19c1e1c",
6317 "shasum": ""
6318 },
6319 "require": {
6320 "clue/stream-filter": "^1.4",
6321 "php": "^7.1",
6322 "php-http/message-factory": "^1.0.2",
6323 "psr/http-message": "^1.0"
6324 },
6325 "provide": {
6326 "php-http/message-factory-implementation": "1.0"
6327 },
6328 "require-dev": {
6329 "akeneo/phpspec-skip-example-extension": "^1.0",
6330 "coduo/phpspec-data-provider-extension": "^1.0",
6331 "ext-zlib": "*",
6332 "guzzlehttp/psr7": "^1.0",
6333 "henrikbjorn/phpspec-code-coverage": "^1.0",
6334 "phpspec/phpspec": "^2.4",
6335 "slim/slim": "^3.0",
6336 "zendframework/zend-diactoros": "^1.0"
6337 },
6338 "suggest": {
6339 "ext-zlib": "Used with compressor/decompressor streams",
6340 "guzzlehttp/psr7": "Used with Guzzle PSR-7 Factories",
6341 "slim/slim": "Used with Slim Framework PSR-7 implementation",
6342 "zendframework/zend-diactoros": "Used with Diactoros Factories"
6343 },
6344 "type": "library",
6345 "extra": {
6346 "branch-alias": {
6347 "dev-master": "1.8-dev"
6348 }
6349 },
6350 "autoload": {
6351 "psr-4": {
6352 "Http\\Message\\": "src/"
6353 },
6354 "files": [
6355 "src/filters.php"
6356 ]
6357 },
6358 "notification-url": "https://packagist.org/downloads/",
6359 "license": [
6360 "MIT"
6361 ],
6362 "authors": [
6363 {
6364 "name": "Márk Sági-Kazár",
6365 "email": "mark.sagikazar@gmail.com"
6366 }
6367 ],
6368 "description": "HTTP Message related tools",
6369 "homepage": "http://php-http.org",
6370 "keywords": [
6371 "http",
6372 "message",
6373 "psr-7"
6374 ],
6375 "time": "2019-08-05T06:55:08+00:00"
6376 },
6377 {
6378 "name": "php-http/message-factory",
6379 "version": "v1.0.2",
6380 "source": {
6381 "type": "git",
6382 "url": "https://github.com/php-http/message-factory.git",
6383 "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1"
6384 },
6385 "dist": {
6386 "type": "zip",
6387 "url": "https://api.github.com/repos/php-http/message-factory/zipball/a478cb11f66a6ac48d8954216cfed9aa06a501a1",
6388 "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1",
6389 "shasum": ""
6390 },
6391 "require": {
6392 "php": ">=5.4",
6393 "psr/http-message": "^1.0"
6394 },
6395 "type": "library",
6396 "extra": {
6397 "branch-alias": {
6398 "dev-master": "1.0-dev"
6399 }
6400 },
6401 "autoload": {
6402 "psr-4": {
6403 "Http\\Message\\": "src/"
6404 }
6405 },
6406 "notification-url": "https://packagist.org/downloads/",
6407 "license": [
6408 "MIT"
6409 ],
6410 "authors": [
6411 {
6412 "name": "Márk Sági-Kazár",
6413 "email": "mark.sagikazar@gmail.com"
6414 }
6415 ],
6416 "description": "Factory interfaces for PSR-7 HTTP Message",
6417 "homepage": "http://php-http.org",
6418 "keywords": [
6419 "factory",
6420 "http",
6421 "message",
6422 "stream",
6423 "uri"
6424 ],
6425 "time": "2015-12-19T14:08:53+00:00"
6426 },
6427 {
6428 "name": "php-http/promise",
6429 "version": "v1.0.0",
6430 "source": {
6431 "type": "git",
6432 "url": "https://github.com/php-http/promise.git",
6433 "reference": "dc494cdc9d7160b9a09bd5573272195242ce7980"
6434 },
6435 "dist": {
6436 "type": "zip",
6437 "url": "https://api.github.com/repos/php-http/promise/zipball/dc494cdc9d7160b9a09bd5573272195242ce7980",
6438 "reference": "dc494cdc9d7160b9a09bd5573272195242ce7980",
6439 "shasum": ""
6440 },
6441 "require-dev": {
6442 "henrikbjorn/phpspec-code-coverage": "^1.0",
6443 "phpspec/phpspec": "^2.4"
6444 },
6445 "type": "library",
6446 "extra": {
6447 "branch-alias": {
6448 "dev-master": "1.1-dev"
6449 }
6450 },
6451 "autoload": {
6452 "psr-4": {
6453 "Http\\Promise\\": "src/"
6454 }
6455 },
6456 "notification-url": "https://packagist.org/downloads/",
6457 "license": [
6458 "MIT"
6459 ],
6460 "authors": [
6461 {
6462 "name": "Márk Sági-Kazár",
6463 "email": "mark.sagikazar@gmail.com"
6464 },
6465 {
6466 "name": "Joel Wurtz",
6467 "email": "joel.wurtz@gmail.com"
6468 }
6469 ],
6470 "description": "Promise used for asynchronous HTTP requests",
6471 "homepage": "http://httplug.io",
6472 "keywords": [
6473 "promise"
6474 ],
6475 "time": "2016-01-26T13:27:02+00:00"
6476 },
6477 {
6478 "name": "php-http/stopwatch-plugin",
6479 "version": "1.3.0",
6480 "source": {
6481 "type": "git",
6482 "url": "https://github.com/php-http/stopwatch-plugin.git",
6483 "reference": "de6f39c96f57c60a43d535e27122de505e683f98"
6484 },
6485 "dist": {
6486 "type": "zip",
6487 "url": "https://api.github.com/repos/php-http/stopwatch-plugin/zipball/de6f39c96f57c60a43d535e27122de505e683f98",
6488 "reference": "de6f39c96f57c60a43d535e27122de505e683f98",
6489 "shasum": ""
6490 },
6491 "require": {
6492 "php": "^7.1",
6493 "php-http/client-common": "^1.9 || ^2.0",
6494 "symfony/stopwatch": "^3.4 || ^4.0 || ^5.0"
6495 },
6496 "require-dev": {
6497 "phpspec/phpspec": "^2.5 || ^3.0 || ^4.0"
6498 },
6499 "type": "library",
6500 "extra": {
6501 "branch-alias": {
6502 "dev-master": "1.3-dev"
6503 }
6504 },
6505 "autoload": {
6506 "psr-4": {
6507 "Http\\Client\\Common\\Plugin\\": "src/"
6508 }
6509 },
6510 "notification-url": "https://packagist.org/downloads/",
6511 "license": [
6512 "MIT"
6513 ],
6514 "authors": [
6515 {
6516 "name": "Márk Sági-Kazár",
6517 "email": "mark.sagikazar@gmail.com"
6518 }
6519 ],
6520 "description": "Symfony Stopwatch plugin for HTTPlug",
6521 "homepage": "http://httplug.io",
6522 "keywords": [
6523 "http",
6524 "httplug",
6525 "plugin",
6526 "stopwatch"
6527 ],
6528 "time": "2019-11-18T08:10:48+00:00"
6529 },
6530 {
6531 "name": "phpcollection/phpcollection",
6532 "version": "0.5.0",
6533 "source": {
6534 "type": "git",
6535 "url": "https://github.com/schmittjoh/php-collection.git",
6536 "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6"
6537 },
6538 "dist": {
6539 "type": "zip",
6540 "url": "https://api.github.com/repos/schmittjoh/php-collection/zipball/f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6",
6541 "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6",
6542 "shasum": ""
6543 },
6544 "require": {
6545 "phpoption/phpoption": "1.*"
6546 },
6547 "type": "library",
6548 "extra": {
6549 "branch-alias": {
6550 "dev-master": "0.4-dev"
6551 }
6552 },
6553 "autoload": {
6554 "psr-0": {
6555 "PhpCollection": "src/"
6556 }
6557 },
6558 "notification-url": "https://packagist.org/downloads/",
6559 "license": [
6560 "Apache2"
6561 ],
6562 "authors": [
6563 {
6564 "name": "Johannes M. Schmitt",
6565 "email": "schmittjoh@gmail.com"
6566 }
6567 ],
6568 "description": "General-Purpose Collection Library for PHP",
6569 "keywords": [
6570 "collection",
6571 "list",
6572 "map",
6573 "sequence",
6574 "set"
6575 ],
6576 "time": "2015-05-17T12:39:23+00:00"
6577 },
6578 {
6579 "name": "phpoption/phpoption",
6580 "version": "1.7.3",
6581 "source": {
6582 "type": "git",
6583 "url": "https://github.com/schmittjoh/php-option.git",
6584 "reference": "4acfd6a4b33a509d8c88f50e5222f734b6aeebae"
6585 },
6586 "dist": {
6587 "type": "zip",
6588 "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/4acfd6a4b33a509d8c88f50e5222f734b6aeebae",
6589 "reference": "4acfd6a4b33a509d8c88f50e5222f734b6aeebae",
6590 "shasum": ""
6591 },
6592 "require": {
6593 "php": "^5.5.9 || ^7.0 || ^8.0"
6594 },
6595 "require-dev": {
6596 "bamarni/composer-bin-plugin": "^1.3",
6597 "phpunit/phpunit": "^4.8.35 || ^5.0 || ^6.0 || ^7.0"
6598 },
6599 "type": "library",
6600 "extra": {
6601 "branch-alias": {
6602 "dev-master": "1.7-dev"
6603 }
6604 },
6605 "autoload": {
6606 "psr-4": {
6607 "PhpOption\\": "src/PhpOption/"
6608 }
6609 },
6610 "notification-url": "https://packagist.org/downloads/",
6611 "license": [
6612 "Apache-2.0"
6613 ],
6614 "authors": [
6615 {
6616 "name": "Johannes M. Schmitt",
6617 "email": "schmittjoh@gmail.com"
6618 },
6619 {
6620 "name": "Graham Campbell",
6621 "email": "graham@alt-three.com"
6622 }
6623 ],
6624 "description": "Option Type for PHP",
6625 "keywords": [
6626 "language",
6627 "option",
6628 "php",
6629 "type"
6630 ],
6631 "time": "2020-03-21T18:07:53+00:00"
6632 },
6633 {
6634 "name": "phpseclib/phpseclib",
6635 "version": "2.0.27",
6636 "source": {
6637 "type": "git",
6638 "url": "https://github.com/phpseclib/phpseclib.git",
6639 "reference": "34620af4df7d1988d8f0d7e91f6c8a3bf931d8dc"
6640 },
6641 "dist": {
6642 "type": "zip",
6643 "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/34620af4df7d1988d8f0d7e91f6c8a3bf931d8dc",
6644 "reference": "34620af4df7d1988d8f0d7e91f6c8a3bf931d8dc",
6645 "shasum": ""
6646 },
6647 "require": {
6648 "php": ">=5.3.3"
6649 },
6650 "require-dev": {
6651 "phing/phing": "~2.7",
6652 "phpunit/phpunit": "^4.8.35|^5.7|^6.0",
6653 "sami/sami": "~2.0",
6654 "squizlabs/php_codesniffer": "~2.0"
6655 },
6656 "suggest": {
6657 "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
6658 "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
6659 "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
6660 "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
6661 },
6662 "type": "library",
6663 "autoload": {
6664 "files": [
6665 "phpseclib/bootstrap.php"
6666 ],
6667 "psr-4": {
6668 "phpseclib\\": "phpseclib/"
6669 }
6670 },
6671 "notification-url": "https://packagist.org/downloads/",
6672 "license": [
6673 "MIT"
6674 ],
6675 "authors": [
6676 {
6677 "name": "Jim Wigginton",
6678 "email": "terrafrost@php.net",
6679 "role": "Lead Developer"
6680 },
6681 {
6682 "name": "Patrick Monnerat",
6683 "email": "pm@datasphere.ch",
6684 "role": "Developer"
6685 },
6686 {
6687 "name": "Andreas Fischer",
6688 "email": "bantu@phpbb.com",
6689 "role": "Developer"
6690 },
6691 {
6692 "name": "Hans-Jürgen Petrich",
6693 "email": "petrich@tronic-media.com",
6694 "role": "Developer"
6695 },
6696 {
6697 "name": "Graham Campbell",
6698 "email": "graham@alt-three.com",
6699 "role": "Developer"
6700 }
6701 ],
6702 "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
6703 "homepage": "http://phpseclib.sourceforge.net",
6704 "keywords": [
6705 "BigInteger",
6706 "aes",
6707 "asn.1",
6708 "asn1",
6709 "blowfish",
6710 "crypto",
6711 "cryptography",
6712 "encryption",
6713 "rsa",
6714 "security",
6715 "sftp",
6716 "signature",
6717 "signing",
6718 "ssh",
6719 "twofish",
6720 "x.509",
6721 "x509"
6722 ],
6723 "time": "2020-04-04T23:17:33+00:00"
6724 },
6725 {
6726 "name": "phpzip/phpzip",
6727 "version": "2.0.8",
6728 "source": {
6729 "type": "git",
6730 "url": "https://github.com/Grandt/PHPZip.git",
6731 "reference": "936f93d656f68e29c231a39e19fd59a636fe7e47"
6732 },
6733 "dist": {
6734 "type": "zip",
6735 "url": "https://api.github.com/repos/Grandt/PHPZip/zipball/936f93d656f68e29c231a39e19fd59a636fe7e47",
6736 "reference": "936f93d656f68e29c231a39e19fd59a636fe7e47",
6737 "shasum": ""
6738 },
6739 "require": {
6740 "grandt/binstring": ">=1.0.0",
6741 "grandt/phpzipmerge": ">=1.0.4",
6742 "grandt/relativepath": ">=1.0.2",
6743 "php": ">=5.3.0"
6744 },
6745 "type": "library",
6746 "autoload": {
6747 "psr-4": {
6748 "PHPZip\\Zip\\": "src/Zip"
6749 }
6750 },
6751 "notification-url": "https://packagist.org/downloads/",
6752 "license": [
6753 "LGPL-2.1"
6754 ],
6755 "authors": [
6756 {
6757 "name": "Adam Schmalhofer",
6758 "email": "Adam.Schmalhofer@gmx.de",
6759 "role": "Developer"
6760 },
6761 {
6762 "name": "A. Grandt",
6763 "email": "php@grandt.com",
6764 "homepage": "http://grandt.com",
6765 "role": "Developer"
6766 },
6767 {
6768 "name": "Greg Kappatos",
6769 "homepage": "http://websiteconnect.com.au",
6770 "role": "Developer"
6771 }
6772 ],
6773 "description": "Package to create and stream archives of compressed files in ZIP format with PHP 5.3+",
6774 "homepage": "https://github.com/Grandt/PHPZip",
6775 "keywords": [
6776 "archive",
6777 "compressed",
6778 "compression",
6779 "phpzip",
6780 "pkzip",
6781 "stream",
6782 "zip"
6783 ],
6784 "time": "2015-11-16T16:30:51+00:00"
6785 },
6786 {
6787 "name": "pragmarx/random",
6788 "version": "v0.2.2",
6789 "source": {
6790 "type": "git",
6791 "url": "https://github.com/antonioribeiro/random.git",
6792 "reference": "daf08a189c5d2d40d1a827db46364d3a741a51b7"
6793 },
6794 "dist": {
6795 "type": "zip",
6796 "url": "https://api.github.com/repos/antonioribeiro/random/zipball/daf08a189c5d2d40d1a827db46364d3a741a51b7",
6797 "reference": "daf08a189c5d2d40d1a827db46364d3a741a51b7",
6798 "shasum": ""
6799 },
6800 "require": {
6801 "php": ">=7.0"
6802 },
6803 "require-dev": {
6804 "fzaninotto/faker": "~1.7",
6805 "phpunit/phpunit": "~6.4",
6806 "pragmarx/trivia": "~0.1",
6807 "squizlabs/php_codesniffer": "^2.3"
6808 },
6809 "suggest": {
6810 "fzaninotto/faker": "Allows you to get dozens of randomized types",
6811 "pragmarx/trivia": "For the trivia database"
6812 },
6813 "type": "library",
6814 "extra": {
6815 "branch-alias": {
6816 "dev-master": "1.0-dev"
6817 }
6818 },
6819 "autoload": {
6820 "psr-4": {
6821 "PragmaRX\\Random\\": "src"
6822 }
6823 },
6824 "notification-url": "https://packagist.org/downloads/",
6825 "license": [
6826 "MIT"
6827 ],
6828 "authors": [
6829 {
6830 "name": "Antonio Carlos Ribeiro",
6831 "email": "acr@antoniocarlosribeiro.com",
6832 "homepage": "https://antoniocarlosribeiro.com",
6833 "role": "Developer"
6834 }
6835 ],
6836 "description": "Create random chars, numbers, strings",
6837 "homepage": "https://github.com/antonioribeiro/random",
6838 "keywords": [
6839 "Randomize",
6840 "faker",
6841 "pragmarx",
6842 "random",
6843 "random number",
6844 "random pattern",
6845 "random string"
6846 ],
6847 "time": "2017-11-21T05:26:22+00:00"
6848 },
6849 {
6850 "name": "pragmarx/recovery",
6851 "version": "v0.1.0",
6852 "source": {
6853 "type": "git",
6854 "url": "https://github.com/antonioribeiro/recovery.git",
6855 "reference": "e16573a1ae5345cc3b100eec6d0296a1a15a90fe"
6856 },
6857 "dist": {
6858 "type": "zip",
6859 "url": "https://api.github.com/repos/antonioribeiro/recovery/zipball/e16573a1ae5345cc3b100eec6d0296a1a15a90fe",
6860 "reference": "e16573a1ae5345cc3b100eec6d0296a1a15a90fe",
6861 "shasum": ""
6862 },
6863 "require": {
6864 "php": "~7.0",
6865 "pragmarx/random": "~0.1"
6866 },
6867 "require-dev": {
6868 "phpunit/phpunit": ">=5.4.3",
6869 "squizlabs/php_codesniffer": "^2.3",
6870 "tightenco/collect": "^5"
6871 },
6872 "suggest": {
6873 "tightenco/collect": "Allows to generate recovery codes as collections"
6874 },
6875 "type": "library",
6876 "extra": {
6877 "branch-alias": {
6878 "dev-master": "1.0-dev"
6879 }
6880 },
6881 "autoload": {
6882 "psr-4": {
6883 "PragmaRX\\Recovery\\": "src"
6884 }
6885 },
6886 "notification-url": "https://packagist.org/downloads/",
6887 "license": [
6888 "MIT"
6889 ],
6890 "authors": [
6891 {
6892 "name": "Antonio Carlos Ribeiro",
6893 "email": "acr@antoniocarlosribeiro.com",
6894 "homepage": "https://antoniocarlosribeiro.com",
6895 "role": "Developer"
6896 }
6897 ],
6898 "description": "Create recovery codes for two factor auth",
6899 "homepage": "https://github.com/antonioribeiro/recovery",
6900 "keywords": [
6901 "2fa",
6902 "account recovery",
6903 "auth",
6904 "backup codes",
6905 "google2fa",
6906 "pragmarx",
6907 "recovery",
6908 "recovery codes",
6909 "two factor auth"
6910 ],
6911 "time": "2017-09-19T16:58:00+00:00"
6912 },
6913 {
6914 "name": "predis/predis",
6915 "version": "v1.1.x-dev",
6916 "source": {
6917 "type": "git",
6918 "url": "https://github.com/nrk/predis.git",
6919 "reference": "111d100ee389d624036b46b35ed0c9ac59c71313"
6920 },
6921 "dist": {
6922 "type": "zip",
6923 "url": "https://api.github.com/repos/nrk/predis/zipball/111d100ee389d624036b46b35ed0c9ac59c71313",
6924 "reference": "111d100ee389d624036b46b35ed0c9ac59c71313",
6925 "shasum": ""
6926 },
6927 "require": {
6928 "php": ">=5.3.9"
6929 },
6930 "require-dev": {
6931 "phpunit/phpunit": "~4.8"
6932 },
6933 "suggest": {
6934 "ext-curl": "Allows access to Webdis when paired with phpiredis",
6935 "ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol"
6936 },
6937 "type": "library",
6938 "autoload": {
6939 "psr-4": {
6940 "Predis\\": "src/"
6941 }
6942 },
6943 "notification-url": "https://packagist.org/downloads/",
6944 "license": [
6945 "MIT"
6946 ],
6947 "authors": [
6948 {
6949 "name": "Daniele Alessandri",
6950 "email": "suppakilla@gmail.com",
6951 "homepage": "http://clorophilla.net"
6952 }
6953 ],
6954 "description": "Flexible and feature-complete Redis client for PHP and HHVM",
6955 "homepage": "http://github.com/nrk/predis",
6956 "keywords": [
6957 "nosql",
6958 "predis",
6959 "redis"
6960 ],
6961 "time": "2017-07-12T14:39:17+00:00"
6962 },
6963 {
6964 "name": "psr/cache",
6965 "version": "1.0.1",
6966 "source": {
6967 "type": "git",
6968 "url": "https://github.com/php-fig/cache.git",
6969 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
6970 },
6971 "dist": {
6972 "type": "zip",
6973 "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
6974 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
6975 "shasum": ""
6976 },
6977 "require": {
6978 "php": ">=5.3.0"
6979 },
6980 "type": "library",
6981 "extra": {
6982 "branch-alias": {
6983 "dev-master": "1.0.x-dev"
6984 }
6985 },
6986 "autoload": {
6987 "psr-4": {
6988 "Psr\\Cache\\": "src/"
6989 }
6990 },
6991 "notification-url": "https://packagist.org/downloads/",
6992 "license": [
6993 "MIT"
6994 ],
6995 "authors": [
6996 {
6997 "name": "PHP-FIG",
6998 "homepage": "http://www.php-fig.org/"
6999 }
7000 ],
7001 "description": "Common interface for caching libraries",
7002 "keywords": [
7003 "cache",
7004 "psr",
7005 "psr-6"
7006 ],
7007 "time": "2016-08-06T20:24:11+00:00"
7008 },
7009 {
7010 "name": "psr/container",
7011 "version": "1.0.0",
7012 "source": {
7013 "type": "git",
7014 "url": "https://github.com/php-fig/container.git",
7015 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
7016 },
7017 "dist": {
7018 "type": "zip",
7019 "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
7020 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
7021 "shasum": ""
7022 },
7023 "require": {
7024 "php": ">=5.3.0"
7025 },
7026 "type": "library",
7027 "extra": {
7028 "branch-alias": {
7029 "dev-master": "1.0.x-dev"
7030 }
7031 },
7032 "autoload": {
7033 "psr-4": {
7034 "Psr\\Container\\": "src/"
7035 }
7036 },
7037 "notification-url": "https://packagist.org/downloads/",
7038 "license": [
7039 "MIT"
7040 ],
7041 "authors": [
7042 {
7043 "name": "PHP-FIG",
7044 "homepage": "http://www.php-fig.org/"
7045 }
7046 ],
7047 "description": "Common Container Interface (PHP FIG PSR-11)",
7048 "homepage": "https://github.com/php-fig/container",
7049 "keywords": [
7050 "PSR-11",
7051 "container",
7052 "container-interface",
7053 "container-interop",
7054 "psr"
7055 ],
7056 "time": "2017-02-14T16:28:37+00:00"
7057 },
7058 {
7059 "name": "psr/http-client",
7060 "version": "1.0.0",
7061 "source": {
7062 "type": "git",
7063 "url": "https://github.com/php-fig/http-client.git",
7064 "reference": "496a823ef742b632934724bf769560c2a5c7c44e"
7065 },
7066 "dist": {
7067 "type": "zip",
7068 "url": "https://api.github.com/repos/php-fig/http-client/zipball/496a823ef742b632934724bf769560c2a5c7c44e",
7069 "reference": "496a823ef742b632934724bf769560c2a5c7c44e",
7070 "shasum": ""
7071 },
7072 "require": {
7073 "php": "^7.0",
7074 "psr/http-message": "^1.0"
7075 },
7076 "type": "library",
7077 "extra": {
7078 "branch-alias": {
7079 "dev-master": "1.0.x-dev"
7080 }
7081 },
7082 "autoload": {
7083 "psr-4": {
7084 "Psr\\Http\\Client\\": "src/"
7085 }
7086 },
7087 "notification-url": "https://packagist.org/downloads/",
7088 "license": [
7089 "MIT"
7090 ],
7091 "authors": [
7092 {
7093 "name": "PHP-FIG",
7094 "homepage": "http://www.php-fig.org/"
7095 }
7096 ],
7097 "description": "Common interface for HTTP clients",
7098 "homepage": "https://github.com/php-fig/http-client",
7099 "keywords": [
7100 "http",
7101 "http-client",
7102 "psr",
7103 "psr-18"
7104 ],
7105 "time": "2018-10-30T23:29:13+00:00"
7106 },
7107 {
7108 "name": "psr/http-factory",
7109 "version": "1.0.1",
7110 "source": {
7111 "type": "git",
7112 "url": "https://github.com/php-fig/http-factory.git",
7113 "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
7114 },
7115 "dist": {
7116 "type": "zip",
7117 "url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
7118 "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
7119 "shasum": ""
7120 },
7121 "require": {
7122 "php": ">=7.0.0",
7123 "psr/http-message": "^1.0"
7124 },
7125 "type": "library",
7126 "extra": {
7127 "branch-alias": {
7128 "dev-master": "1.0.x-dev"
7129 }
7130 },
7131 "autoload": {
7132 "psr-4": {
7133 "Psr\\Http\\Message\\": "src/"
7134 }
7135 },
7136 "notification-url": "https://packagist.org/downloads/",
7137 "license": [
7138 "MIT"
7139 ],
7140 "authors": [
7141 {
7142 "name": "PHP-FIG",
7143 "homepage": "http://www.php-fig.org/"
7144 }
7145 ],
7146 "description": "Common interfaces for PSR-7 HTTP message factories",
7147 "keywords": [
7148 "factory",
7149 "http",
7150 "message",
7151 "psr",
7152 "psr-17",
7153 "psr-7",
7154 "request",
7155 "response"
7156 ],
7157 "time": "2019-04-30T12:38:16+00:00"
7158 },
7159 {
7160 "name": "psr/http-message",
7161 "version": "1.0.1",
7162 "source": {
7163 "type": "git",
7164 "url": "https://github.com/php-fig/http-message.git",
7165 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
7166 },
7167 "dist": {
7168 "type": "zip",
7169 "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
7170 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
7171 "shasum": ""
7172 },
7173 "require": {
7174 "php": ">=5.3.0"
7175 },
7176 "type": "library",
7177 "extra": {
7178 "branch-alias": {
7179 "dev-master": "1.0.x-dev"
7180 }
7181 },
7182 "autoload": {
7183 "psr-4": {
7184 "Psr\\Http\\Message\\": "src/"
7185 }
7186 },
7187 "notification-url": "https://packagist.org/downloads/",
7188 "license": [
7189 "MIT"
7190 ],
7191 "authors": [
7192 {
7193 "name": "PHP-FIG",
7194 "homepage": "http://www.php-fig.org/"
7195 }
7196 ],
7197 "description": "Common interface for HTTP messages",
7198 "homepage": "https://github.com/php-fig/http-message",
7199 "keywords": [
7200 "http",
7201 "http-message",
7202 "psr",
7203 "psr-7",
7204 "request",
7205 "response"
7206 ],
7207 "time": "2016-08-06T14:39:51+00:00"
7208 },
7209 {
7210 "name": "psr/link",
7211 "version": "1.0.0",
7212 "source": {
7213 "type": "git",
7214 "url": "https://github.com/php-fig/link.git",
7215 "reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562"
7216 },
7217 "dist": {
7218 "type": "zip",
7219 "url": "https://api.github.com/repos/php-fig/link/zipball/eea8e8662d5cd3ae4517c9b864493f59fca95562",
7220 "reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562",
7221 "shasum": ""
7222 },
7223 "require": {
7224 "php": ">=5.3.0"
7225 },
7226 "type": "library",
7227 "extra": {
7228 "branch-alias": {
7229 "dev-master": "1.0.x-dev"
7230 }
7231 },
7232 "autoload": {
7233 "psr-4": {
7234 "Psr\\Link\\": "src/"
7235 }
7236 },
7237 "notification-url": "https://packagist.org/downloads/",
7238 "license": [
7239 "MIT"
7240 ],
7241 "authors": [
7242 {
7243 "name": "PHP-FIG",
7244 "homepage": "http://www.php-fig.org/"
7245 }
7246 ],
7247 "description": "Common interfaces for HTTP links",
7248 "keywords": [
7249 "http",
7250 "http-link",
7251 "link",
7252 "psr",
7253 "psr-13",
7254 "rest"
7255 ],
7256 "time": "2016-10-28T16:06:13+00:00"
7257 },
7258 {
7259 "name": "psr/log",
7260 "version": "1.1.3",
7261 "source": {
7262 "type": "git",
7263 "url": "https://github.com/php-fig/log.git",
7264 "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
7265 },
7266 "dist": {
7267 "type": "zip",
7268 "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
7269 "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
7270 "shasum": ""
7271 },
7272 "require": {
7273 "php": ">=5.3.0"
7274 },
7275 "type": "library",
7276 "extra": {
7277 "branch-alias": {
7278 "dev-master": "1.1.x-dev"
7279 }
7280 },
7281 "autoload": {
7282 "psr-4": {
7283 "Psr\\Log\\": "Psr/Log/"
7284 }
7285 },
7286 "notification-url": "https://packagist.org/downloads/",
7287 "license": [
7288 "MIT"
7289 ],
7290 "authors": [
7291 {
7292 "name": "PHP-FIG",
7293 "homepage": "http://www.php-fig.org/"
7294 }
7295 ],
7296 "description": "Common interface for logging libraries",
7297 "homepage": "https://github.com/php-fig/log",
7298 "keywords": [
7299 "log",
7300 "psr",
7301 "psr-3"
7302 ],
7303 "time": "2020-03-23T09:12:05+00:00"
7304 },
7305 {
7306 "name": "psr/simple-cache",
7307 "version": "1.0.1",
7308 "source": {
7309 "type": "git",
7310 "url": "https://github.com/php-fig/simple-cache.git",
7311 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
7312 },
7313 "dist": {
7314 "type": "zip",
7315 "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
7316 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
7317 "shasum": ""
7318 },
7319 "require": {
7320 "php": ">=5.3.0"
7321 },
7322 "type": "library",
7323 "extra": {
7324 "branch-alias": {
7325 "dev-master": "1.0.x-dev"
7326 }
7327 },
7328 "autoload": {
7329 "psr-4": {
7330 "Psr\\SimpleCache\\": "src/"
7331 }
7332 },
7333 "notification-url": "https://packagist.org/downloads/",
7334 "license": [
7335 "MIT"
7336 ],
7337 "authors": [
7338 {
7339 "name": "PHP-FIG",
7340 "homepage": "http://www.php-fig.org/"
7341 }
7342 ],
7343 "description": "Common interfaces for simple caching",
7344 "keywords": [
7345 "cache",
7346 "caching",
7347 "psr",
7348 "psr-16",
7349 "simple-cache"
7350 ],
7351 "time": "2017-10-23T01:57:42+00:00"
7352 },
7353 {
7354 "name": "ralouphie/getallheaders",
7355 "version": "3.0.3",
7356 "source": {
7357 "type": "git",
7358 "url": "https://github.com/ralouphie/getallheaders.git",
7359 "reference": "120b605dfeb996808c31b6477290a714d356e822"
7360 },
7361 "dist": {
7362 "type": "zip",
7363 "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
7364 "reference": "120b605dfeb996808c31b6477290a714d356e822",
7365 "shasum": ""
7366 },
7367 "require": {
7368 "php": ">=5.6"
7369 },
7370 "require-dev": {
7371 "php-coveralls/php-coveralls": "^2.1",
7372 "phpunit/phpunit": "^5 || ^6.5"
7373 },
7374 "type": "library",
7375 "autoload": {
7376 "files": [
7377 "src/getallheaders.php"
7378 ]
7379 },
7380 "notification-url": "https://packagist.org/downloads/",
7381 "license": [
7382 "MIT"
7383 ],
7384 "authors": [
7385 {
7386 "name": "Ralph Khattar",
7387 "email": "ralph.khattar@gmail.com"
7388 }
7389 ],
7390 "description": "A polyfill for getallheaders.",
7391 "time": "2019-03-08T08:55:37+00:00"
7392 },
7393 {
7394 "name": "react/promise",
7395 "version": "v2.8.0",
7396 "source": {
7397 "type": "git",
7398 "url": "https://github.com/reactphp/promise.git",
7399 "reference": "f3cff96a19736714524ca0dd1d4130de73dbbbc4"
7400 },
7401 "dist": {
7402 "type": "zip",
7403 "url": "https://api.github.com/repos/reactphp/promise/zipball/f3cff96a19736714524ca0dd1d4130de73dbbbc4",
7404 "reference": "f3cff96a19736714524ca0dd1d4130de73dbbbc4",
7405 "shasum": ""
7406 },
7407 "require": {
7408 "php": ">=5.4.0"
7409 },
7410 "require-dev": {
7411 "phpunit/phpunit": "^7.0 || ^6.5 || ^5.7 || ^4.8.36"
7412 },
7413 "type": "library",
7414 "autoload": {
7415 "psr-4": {
7416 "React\\Promise\\": "src/"
7417 },
7418 "files": [
7419 "src/functions_include.php"
7420 ]
7421 },
7422 "notification-url": "https://packagist.org/downloads/",
7423 "license": [
7424 "MIT"
7425 ],
7426 "authors": [
7427 {
7428 "name": "Jan Sorgalla",
7429 "email": "jsorgalla@gmail.com"
7430 }
7431 ],
7432 "description": "A lightweight implementation of CommonJS Promises/A for PHP",
7433 "keywords": [
7434 "promise",
7435 "promises"
7436 ],
7437 "time": "2020-05-12T15:16:56+00:00"
7438 },
7439 {
7440 "name": "scheb/two-factor-bundle",
7441 "version": "v4.18.0",
7442 "source": {
7443 "type": "git",
7444 "url": "https://github.com/scheb/two-factor-bundle.git",
7445 "reference": "37ec5f078ce565aa408d1279060353de6ad8cd3b"
7446 },
7447 "dist": {
7448 "type": "zip",
7449 "url": "https://api.github.com/repos/scheb/two-factor-bundle/zipball/37ec5f078ce565aa408d1279060353de6ad8cd3b",
7450 "reference": "37ec5f078ce565aa408d1279060353de6ad8cd3b",
7451 "shasum": ""
7452 },
7453 "require": {
7454 "lcobucci/jwt": "^3.2",
7455 "paragonie/constant_time_encoding": "^2.2",
7456 "php": "^7.1.3",
7457 "spomky-labs/otphp": "^9.1|^10.0",
7458 "symfony/config": "^3.4|^4.0|^5.0",
7459 "symfony/dependency-injection": "^3.4|^4.0|^5.0",
7460 "symfony/event-dispatcher": "^3.4|^4.0|^5.0",
7461 "symfony/framework-bundle": "^3.4|^4.0|^5.0",
7462 "symfony/http-foundation": "^3.4|^4.0|^5.0",
7463 "symfony/http-kernel": "^3.4|^4.0|^5.0",
7464 "symfony/property-access": "^3.4|^4.0|^5.0",
7465 "symfony/security-bundle": "^3.4|^4.0|^5.0",
7466 "symfony/twig-bundle": "^3.4|^4.0|^5.0"
7467 },
7468 "require-dev": {
7469 "doctrine/persistence": "^1.3|^2.0",
7470 "escapestudios/symfony2-coding-standard": "^3.9",
7471 "phpunit/phpunit": "^7.0|^8.0|^9.0",
7472 "squizlabs/php_codesniffer": "^3.5",
7473 "swiftmailer/swiftmailer": "^6.0",
7474 "symfony/polyfill-php80": "^1.15",
7475 "symfony/yaml": "^3.4|^4.0|^5.0",
7476 "vimeo/psalm": "^3.11"
7477 },
7478 "type": "symfony-bundle",
7479 "autoload": {
7480 "psr-4": {
7481 "Scheb\\TwoFactorBundle\\": ""
7482 },
7483 "exclude-from-classmap": [
7484 "/Tests/"
7485 ]
7486 },
7487 "notification-url": "https://packagist.org/downloads/",
7488 "license": [
7489 "MIT"
7490 ],
7491 "authors": [
7492 {
7493 "name": "Christian Scheb",
7494 "email": "me@christianscheb.de"
7495 }
7496 ],
7497 "description": "Provides two-factor authentication for Symfony applications",
7498 "homepage": "https://github.com/scheb/two-factor-bundle",
7499 "keywords": [
7500 "2fa",
7501 "Authentication",
7502 "symfony",
7503 "two-factor",
7504 "two-step"
7505 ],
7506 "time": "2020-06-03T13:11:55+00:00"
7507 },
7508 {
7509 "name": "sensio/distribution-bundle",
7510 "version": "v5.0.25",
7511 "source": {
7512 "type": "git",
7513 "url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
7514 "reference": "80a38234bde8321fb92aa0b8c27978a272bb4baf"
7515 },
7516 "dist": {
7517 "type": "zip",
7518 "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/80a38234bde8321fb92aa0b8c27978a272bb4baf",
7519 "reference": "80a38234bde8321fb92aa0b8c27978a272bb4baf",
7520 "shasum": ""
7521 },
7522 "require": {
7523 "php": ">=5.3.9",
7524 "sensiolabs/security-checker": "~5.0|~6.0",
7525 "symfony/class-loader": "~2.3|~3.0",
7526 "symfony/config": "~2.3|~3.0",
7527 "symfony/dependency-injection": "~2.3|~3.0",
7528 "symfony/filesystem": "~2.3|~3.0",
7529 "symfony/http-kernel": "~2.3|~3.0",
7530 "symfony/process": "~2.3|~3.0"
7531 },
7532 "type": "symfony-bundle",
7533 "extra": {
7534 "branch-alias": {
7535 "dev-master": "5.0.x-dev"
7536 }
7537 },
7538 "autoload": {
7539 "psr-4": {
7540 "Sensio\\Bundle\\DistributionBundle\\": ""
7541 }
7542 },
7543 "notification-url": "https://packagist.org/downloads/",
7544 "license": [
7545 "MIT"
7546 ],
7547 "authors": [
7548 {
7549 "name": "Fabien Potencier",
7550 "email": "fabien@symfony.com"
7551 }
7552 ],
7553 "description": "Base bundle for Symfony Distributions",
7554 "keywords": [
7555 "configuration",
7556 "distribution"
7557 ],
7558 "time": "2019-06-18T15:43:58+00:00"
7559 },
7560 {
7561 "name": "sensio/framework-extra-bundle",
7562 "version": "v5.4.1",
7563 "source": {
7564 "type": "git",
7565 "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
7566 "reference": "585f4b3a1c54f24d1a8431c729fc8f5acca20c8a"
7567 },
7568 "dist": {
7569 "type": "zip",
7570 "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/585f4b3a1c54f24d1a8431c729fc8f5acca20c8a",
7571 "reference": "585f4b3a1c54f24d1a8431c729fc8f5acca20c8a",
7572 "shasum": ""
7573 },
7574 "require": {
7575 "doctrine/annotations": "^1.0",
7576 "doctrine/persistence": "^1.0",
7577 "php": ">=7.1.3",
7578 "symfony/config": "^3.4|^4.3",
7579 "symfony/dependency-injection": "^3.4|^4.3",
7580 "symfony/framework-bundle": "^3.4|^4.3",
7581 "symfony/http-kernel": "^3.4|^4.3"
7582 },
7583 "require-dev": {
7584 "doctrine/doctrine-bundle": "^1.6",
7585 "doctrine/orm": "^2.5",
7586 "nyholm/psr7": "^1.1",
7587 "symfony/browser-kit": "^3.4|^4.3",
7588 "symfony/dom-crawler": "^3.4|^4.3",
7589 "symfony/expression-language": "^3.4|^4.3",
7590 "symfony/finder": "^3.4|^4.3",
7591 "symfony/monolog-bridge": "^3.0|^4.0",
7592 "symfony/monolog-bundle": "^3.2",
7593 "symfony/phpunit-bridge": "^3.4.19|^4.1.8",
7594 "symfony/psr-http-message-bridge": "^1.1",
7595 "symfony/security-bundle": "^3.4|^4.3",
7596 "symfony/twig-bundle": "^3.4|^4.3",
7597 "symfony/yaml": "^3.4|^4.3",
7598 "twig/twig": "~1.12|~2.0"
7599 },
7600 "suggest": {
7601 "symfony/expression-language": "",
7602 "symfony/psr-http-message-bridge": "To use the PSR-7 converters",
7603 "symfony/security-bundle": ""
7604 },
7605 "type": "symfony-bundle",
7606 "extra": {
7607 "branch-alias": {
7608 "dev-master": "5.4.x-dev"
7609 }
7610 },
7611 "autoload": {
7612 "psr-4": {
7613 "Sensio\\Bundle\\FrameworkExtraBundle\\": ""
7614 }
7615 },
7616 "notification-url": "https://packagist.org/downloads/",
7617 "license": [
7618 "MIT"
7619 ],
7620 "authors": [
7621 {
7622 "name": "Fabien Potencier",
7623 "email": "fabien@symfony.com"
7624 }
7625 ],
7626 "description": "This bundle provides a way to configure your controllers with annotations",
7627 "keywords": [
7628 "annotations",
7629 "controllers"
7630 ],
7631 "time": "2019-07-08T08:31:25+00:00"
7632 },
7633 {
7634 "name": "sensiolabs/security-checker",
7635 "version": "v6.0.3",
7636 "source": {
7637 "type": "git",
7638 "url": "https://github.com/sensiolabs/security-checker.git",
7639 "reference": "a576c01520d9761901f269c4934ba55448be4a54"
7640 },
7641 "dist": {
7642 "type": "zip",
7643 "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/a576c01520d9761901f269c4934ba55448be4a54",
7644 "reference": "a576c01520d9761901f269c4934ba55448be4a54",
7645 "shasum": ""
7646 },
7647 "require": {
7648 "php": ">=7.1.3",
7649 "symfony/console": "^2.8|^3.4|^4.2|^5.0",
7650 "symfony/http-client": "^4.3|^5.0",
7651 "symfony/mime": "^4.3|^5.0",
7652 "symfony/polyfill-ctype": "^1.11"
7653 },
7654 "bin": [
7655 "security-checker"
7656 ],
7657 "type": "library",
7658 "extra": {
7659 "branch-alias": {
7660 "dev-master": "6.0-dev"
7661 }
7662 },
7663 "autoload": {
7664 "psr-4": {
7665 "SensioLabs\\Security\\": "SensioLabs/Security"
7666 }
7667 },
7668 "notification-url": "https://packagist.org/downloads/",
7669 "license": [
7670 "MIT"
7671 ],
7672 "authors": [
7673 {
7674 "name": "Fabien Potencier",
7675 "email": "fabien.potencier@gmail.com"
7676 }
7677 ],
7678 "description": "A security checker for your composer.lock",
7679 "time": "2019-11-01T13:20:14+00:00"
7680 },
7681 {
7682 "name": "sentry/sdk",
7683 "version": "2.0.4",
7684 "source": {
7685 "type": "git",
7686 "url": "https://github.com/getsentry/sentry-php-sdk.git",
7687 "reference": "4c115873c86ad5bd0ac6d962db70ca53bf8fb874"
7688 },
7689 "dist": {
7690 "type": "zip",
7691 "url": "https://api.github.com/repos/getsentry/sentry-php-sdk/zipball/4c115873c86ad5bd0ac6d962db70ca53bf8fb874",
7692 "reference": "4c115873c86ad5bd0ac6d962db70ca53bf8fb874",
7693 "shasum": ""
7694 },
7695 "require": {
7696 "http-interop/http-factory-guzzle": "^1.0",
7697 "php-http/curl-client": "^1.0|^2.0",
7698 "sentry/sentry": "^2.1.3"
7699 },
7700 "type": "metapackage",
7701 "notification-url": "https://packagist.org/downloads/",
7702 "license": [
7703 "MIT"
7704 ],
7705 "authors": [
7706 {
7707 "name": "Sentry",
7708 "email": "accounts@sentry.io"
7709 }
7710 ],
7711 "description": "This is a metapackage shipping sentry/sentry with a recommended http client.",
7712 "time": "2019-09-09T19:54:44+00:00"
7713 },
7714 {
7715 "name": "sentry/sentry",
7716 "version": "2.4.0",
7717 "source": {
7718 "type": "git",
7719 "url": "https://github.com/getsentry/sentry-php.git",
7720 "reference": "e44561875e0d724bac3d9cdb705bf58847acd425"
7721 },
7722 "dist": {
7723 "type": "zip",
7724 "url": "https://api.github.com/repos/getsentry/sentry-php/zipball/e44561875e0d724bac3d9cdb705bf58847acd425",
7725 "reference": "e44561875e0d724bac3d9cdb705bf58847acd425",
7726 "shasum": ""
7727 },
7728 "require": {
7729 "ext-json": "*",
7730 "ext-mbstring": "*",
7731 "guzzlehttp/promises": "^1.3",
7732 "guzzlehttp/psr7": "^1.6",
7733 "jean85/pretty-package-versions": "^1.2",
7734 "php": "^7.1",
7735 "php-http/async-client-implementation": "^1.0",
7736 "php-http/client-common": "^1.5|^2.0",
7737 "php-http/discovery": "^1.6.1",
7738 "php-http/httplug": "^1.1|^2.0",
7739 "php-http/message": "^1.5",
7740 "psr/http-factory": "^1.0",
7741 "psr/http-message-implementation": "^1.0",
7742 "psr/log": "^1.0",
7743 "symfony/options-resolver": "^2.7|^3.0|^4.0|^5.0",
7744 "symfony/polyfill-uuid": "^1.13.1"
7745 },
7746 "conflict": {
7747 "php-http/client-common": "1.8.0",
7748 "raven/raven": "*"
7749 },
7750 "require-dev": {
7751 "friendsofphp/php-cs-fixer": "^2.16",
7752 "monolog/monolog": "^1.3|^2.0",
7753 "php-http/mock-client": "^1.3",
7754 "phpstan/extension-installer": "^1.0",
7755 "phpstan/phpstan": "^0.12",
7756 "phpstan/phpstan-phpunit": "^0.12",
7757 "phpunit/phpunit": "^7.5.18",
7758 "symfony/phpunit-bridge": "^4.3|^5.0",
7759 "vimeo/psalm": "^3.4"
7760 },
7761 "suggest": {
7762 "monolog/monolog": "Allow sending log messages to Sentry by using the included Monolog handler."
7763 },
7764 "type": "library",
7765 "extra": {
7766 "branch-alias": {
7767 "dev-master": "2.4-dev"
7768 }
7769 },
7770 "autoload": {
7771 "files": [
7772 "src/functions.php"
7773 ],
7774 "psr-4": {
7775 "Sentry\\": "src/"
7776 }
7777 },
7778 "notification-url": "https://packagist.org/downloads/",
7779 "license": [
7780 "BSD-3-Clause"
7781 ],
7782 "authors": [
7783 {
7784 "name": "Sentry",
7785 "email": "accounts@sentry.io"
7786 }
7787 ],
7788 "description": "A PHP SDK for Sentry (http://sentry.io)",
7789 "homepage": "http://sentry.io",
7790 "keywords": [
7791 "crash-reporting",
7792 "crash-reports",
7793 "error-handler",
7794 "error-monitoring",
7795 "log",
7796 "logging",
7797 "sentry"
7798 ],
7799 "time": "2020-05-20T20:49:38+00:00"
7800 },
7801 {
7802 "name": "sentry/sentry-symfony",
7803 "version": "3.2.1",
7804 "source": {
7805 "type": "git",
7806 "url": "https://github.com/getsentry/sentry-symfony.git",
7807 "reference": "620b90dc35c12ef96c6460df74e30441e359ce6d"
7808 },
7809 "dist": {
7810 "type": "zip",
7811 "url": "https://api.github.com/repos/getsentry/sentry-symfony/zipball/620b90dc35c12ef96c6460df74e30441e359ce6d",
7812 "reference": "620b90dc35c12ef96c6460df74e30441e359ce6d",
7813 "shasum": ""
7814 },
7815 "require": {
7816 "jean85/pretty-package-versions": "^1.0",
7817 "php": "^7.1",
7818 "sentry/sdk": "^2.0",
7819 "symfony/config": "^2.8||^3.0||^4.0",
7820 "symfony/console": "^2.8||^3.0||^4.0",
7821 "symfony/dependency-injection": "^2.8||^3.0||^4.0",
7822 "symfony/event-dispatcher": "^2.8||^3.0||^4.0",
7823 "symfony/http-kernel": "^2.8||^3.0||^4.0",
7824 "symfony/security-core": "^2.8||^3.0||^4.0"
7825 },
7826 "require-dev": {
7827 "friendsofphp/php-cs-fixer": "^2.8",
7828 "jangregor/phpstan-prophecy": "^0.3.0",
7829 "monolog/monolog": "^1.11||^2.0",
7830 "php-http/mock-client": "^1.0",
7831 "phpstan/phpstan": "^0.11",
7832 "phpstan/phpstan-phpunit": "^0.11",
7833 "phpunit/phpunit": "^7.5",
7834 "scrutinizer/ocular": "^1.4",
7835 "symfony/expression-language": "^2.8||^3.0||^4.0"
7836 },
7837 "suggest": {
7838 "monolog/monolog": "Required to use the Monolog handler"
7839 },
7840 "type": "symfony-bundle",
7841 "extra": {
7842 "branch-alias": {
7843 "master": "3.x-dev",
7844 "releases/3.2.x": "3.2.x-dev",
7845 "releases/2.x": "2.x-dev",
7846 "releases/1.x": "1.x-dev"
7847 }
7848 },
7849 "autoload": {
7850 "psr-4": {
7851 "Sentry\\SentryBundle\\": "src/"
7852 }
7853 },
7854 "notification-url": "https://packagist.org/downloads/",
7855 "license": [
7856 "Apache-2.0"
7857 ],
7858 "authors": [
7859 {
7860 "name": "David Cramer",
7861 "email": "dcramer@gmail.com"
7862 },
7863 {
7864 "name": "Alessandro Lai",
7865 "email": "alessandro.lai85@gmail.com"
7866 }
7867 ],
7868 "description": "Symfony integration for Sentry (http://getsentry.com)",
7869 "homepage": "http://getsentry.com",
7870 "keywords": [
7871 "errors",
7872 "logging",
7873 "sentry",
7874 "symfony"
7875 ],
7876 "time": "2019-11-29T21:24:37+00:00"
7877 },
7878 {
7879 "name": "simplepie/simplepie",
7880 "version": "1.5.5",
7881 "source": {
7882 "type": "git",
7883 "url": "https://github.com/simplepie/simplepie.git",
7884 "reference": "ae49e2201b6da9c808e5dac437aca356a11831b4"
7885 },
7886 "dist": {
7887 "type": "zip",
7888 "url": "https://api.github.com/repos/simplepie/simplepie/zipball/ae49e2201b6da9c808e5dac437aca356a11831b4",
7889 "reference": "ae49e2201b6da9c808e5dac437aca356a11831b4",
7890 "shasum": ""
7891 },
7892 "require": {
7893 "ext-pcre": "*",
7894 "ext-xml": "*",
7895 "ext-xmlreader": "*",
7896 "php": ">=5.6.0"
7897 },
7898 "require-dev": {
7899 "phpunit/phpunit": "~5.4.3 || ~6.5"
7900 },
7901 "suggest": {
7902 "ext-curl": "",
7903 "ext-iconv": "",
7904 "ext-intl": "",
7905 "ext-mbstring": "",
7906 "mf2/mf2": "Microformat module that allows for parsing HTML for microformats"
7907 },
7908 "type": "library",
7909 "autoload": {
7910 "psr-0": {
7911 "SimplePie": "library"
7912 }
7913 },
7914 "notification-url": "https://packagist.org/downloads/",
7915 "license": [
7916 "BSD-3-Clause"
7917 ],
7918 "authors": [
7919 {
7920 "name": "Ryan Parman",
7921 "homepage": "http://ryanparman.com/",
7922 "role": "Creator, alumnus developer"
7923 },
7924 {
7925 "name": "Sam Sneddon",
7926 "homepage": "https://gsnedders.com/",
7927 "role": "Alumnus developer"
7928 },
7929 {
7930 "name": "Ryan McCue",
7931 "email": "me@ryanmccue.info",
7932 "homepage": "http://ryanmccue.info/",
7933 "role": "Developer"
7934 }
7935 ],
7936 "description": "A simple Atom/RSS parsing library for PHP",
7937 "homepage": "http://simplepie.org/",
7938 "keywords": [
7939 "atom",
7940 "feeds",
7941 "rss"
7942 ],
7943 "time": "2020-05-01T12:23:14+00:00"
7944 },
7945 {
7946 "name": "smalot/pdfparser",
7947 "version": "v0.15.1",
7948 "source": {
7949 "type": "git",
7950 "url": "https://github.com/smalot/pdfparser.git",
7951 "reference": "6bc9dcbab5154f7d9f4c99e9cd3391f7ba019dc1"
7952 },
7953 "dist": {
7954 "type": "zip",
7955 "url": "https://api.github.com/repos/smalot/pdfparser/zipball/6bc9dcbab5154f7d9f4c99e9cd3391f7ba019dc1",
7956 "reference": "6bc9dcbab5154f7d9f4c99e9cd3391f7ba019dc1",
7957 "shasum": ""
7958 },
7959 "require": {
7960 "ext-mbstring": "*",
7961 "ext-zlib": "*",
7962 "php": "^5.6|^7.0",
7963 "tecnickcom/tcpdf": "^6.2.22"
7964 },
7965 "require-dev": {
7966 "atoum/atoum": "^3.1",
7967 "friendsofphp/php-cs-fixer": "^2.16.3"
7968 },
7969 "type": "library",
7970 "autoload": {
7971 "psr-0": {
7972 "Smalot\\PdfParser\\": "src/"
7973 }
7974 },
7975 "notification-url": "https://packagist.org/downloads/",
7976 "license": [
7977 "LGPL-3.0"
7978 ],
7979 "authors": [
7980 {
7981 "name": "Sebastien MALOT",
7982 "email": "sebastien@malot.fr"
7983 }
7984 ],
7985 "description": "Pdf parser library. Can read and extract information from pdf file.",
7986 "homepage": "http://www.pdfparser.org",
7987 "keywords": [
7988 "extract",
7989 "parse",
7990 "parser",
7991 "pdf",
7992 "text"
7993 ],
7994 "time": "2020-05-27T07:55:41+00:00"
7995 },
7996 {
7997 "name": "spomky-labs/otphp",
7998 "version": "v9.1.4",
7999 "source": {
8000 "type": "git",
8001 "url": "https://github.com/Spomky-Labs/otphp.git",
8002 "reference": "48d463cf909320399fe08eab2e1cd18d899d5068"
8003 },
8004 "dist": {
8005 "type": "zip",
8006 "url": "https://api.github.com/repos/Spomky-Labs/otphp/zipball/48d463cf909320399fe08eab2e1cd18d899d5068",
8007 "reference": "48d463cf909320399fe08eab2e1cd18d899d5068",
8008 "shasum": ""
8009 },
8010 "require": {
8011 "beberlei/assert": "^2.4|^3.0",
8012 "paragonie/constant_time_encoding": "^2.0",
8013 "php": "^7.1"
8014 },
8015 "require-dev": {
8016 "phpunit/phpunit": "^6.0",
8017 "satooshi/php-coveralls": "^1.0"
8018 },
8019 "type": "library",
8020 "extra": {
8021 "branch-alias": {
8022 "dev-master": "9.0.x-dev"
8023 }
8024 },
8025 "autoload": {
8026 "psr-4": {
8027 "OTPHP\\": "src/"
8028 }
8029 },
8030 "notification-url": "https://packagist.org/downloads/",
8031 "license": [
8032 "MIT"
8033 ],
8034 "authors": [
8035 {
8036 "name": "Florent Morselli",
8037 "homepage": "https://github.com/Spomky"
8038 },
8039 {
8040 "name": "All contributors",
8041 "homepage": "https://github.com/Spomky-Labs/otphp/contributors"
8042 }
8043 ],
8044 "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",
8045 "homepage": "https://github.com/Spomky-Labs/otphp",
8046 "keywords": [
8047 "FreeOTP",
8048 "RFC 4226",
8049 "RFC 6238",
8050 "google authenticator",
8051 "hotp",
8052 "otp",
8053 "totp"
8054 ],
8055 "time": "2019-03-18T10:08:51+00:00"
8056 },
8057 {
8058 "name": "stof/doctrine-extensions-bundle",
8059 "version": "v1.3.0",
8060 "source": {
8061 "type": "git",
8062 "url": "https://github.com/stof/StofDoctrineExtensionsBundle.git",
8063 "reference": "46db71ec7ffee9122eca3cdddd4ef8d84bae269c"
8064 },
8065 "dist": {
8066 "type": "zip",
8067 "url": "https://api.github.com/repos/stof/StofDoctrineExtensionsBundle/zipball/46db71ec7ffee9122eca3cdddd4ef8d84bae269c",
8068 "reference": "46db71ec7ffee9122eca3cdddd4ef8d84bae269c",
8069 "shasum": ""
8070 },
8071 "require": {
8072 "gedmo/doctrine-extensions": "^2.3.4",
8073 "php": ">=5.3.2",
8074 "symfony/framework-bundle": "~2.7|~3.2|~4.0"
8075 },
8076 "require-dev": {
8077 "symfony/phpunit-bridge": "^4.0",
8078 "symfony/security-bundle": "^2.7 || ^3.2 || ^4.0"
8079 },
8080 "suggest": {
8081 "doctrine/doctrine-bundle": "to use the ORM extensions",
8082 "doctrine/mongodb-odm-bundle": "to use the MongoDB ODM extensions"
8083 },
8084 "type": "symfony-bundle",
8085 "extra": {
8086 "branch-alias": {
8087 "dev-master": "1.3.x-dev"
8088 }
8089 },
8090 "autoload": {
8091 "psr-4": {
8092 "Stof\\DoctrineExtensionsBundle\\": ""
8093 }
8094 },
8095 "notification-url": "https://packagist.org/downloads/",
8096 "license": [
8097 "MIT"
8098 ],
8099 "authors": [
8100 {
8101 "name": "Christophe Coevoet",
8102 "email": "stof@notk.org"
8103 }
8104 ],
8105 "description": "Integration of the gedmo/doctrine-extensions with Symfony2",
8106 "homepage": "https://github.com/stof/StofDoctrineExtensionsBundle",
8107 "keywords": [
8108 "behaviors",
8109 "doctrine2",
8110 "extensions",
8111 "gedmo",
8112 "loggable",
8113 "nestedset",
8114 "sluggable",
8115 "sortable",
8116 "timestampable",
8117 "translatable",
8118 "tree"
8119 ],
8120 "time": "2017-12-24T16:06:50+00:00"
8121 },
8122 {
8123 "name": "swiftmailer/swiftmailer",
8124 "version": "v6.2.3",
8125 "source": {
8126 "type": "git",
8127 "url": "https://github.com/swiftmailer/swiftmailer.git",
8128 "reference": "149cfdf118b169f7840bbe3ef0d4bc795d1780c9"
8129 },
8130 "dist": {
8131 "type": "zip",
8132 "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/149cfdf118b169f7840bbe3ef0d4bc795d1780c9",
8133 "reference": "149cfdf118b169f7840bbe3ef0d4bc795d1780c9",
8134 "shasum": ""
8135 },
8136 "require": {
8137 "egulias/email-validator": "~2.0",
8138 "php": ">=7.0.0",
8139 "symfony/polyfill-iconv": "^1.0",
8140 "symfony/polyfill-intl-idn": "^1.10",
8141 "symfony/polyfill-mbstring": "^1.0"
8142 },
8143 "require-dev": {
8144 "mockery/mockery": "~0.9.1",
8145 "symfony/phpunit-bridge": "^3.4.19|^4.1.8"
8146 },
8147 "suggest": {
8148 "ext-intl": "Needed to support internationalized email addresses",
8149 "true/punycode": "Needed to support internationalized email addresses, if ext-intl is not installed"
8150 },
8151 "type": "library",
8152 "extra": {
8153 "branch-alias": {
8154 "dev-master": "6.2-dev"
8155 }
8156 },
8157 "autoload": {
8158 "files": [
8159 "lib/swift_required.php"
8160 ]
8161 },
8162 "notification-url": "https://packagist.org/downloads/",
8163 "license": [
8164 "MIT"
8165 ],
8166 "authors": [
8167 {
8168 "name": "Chris Corbyn"
8169 },
8170 {
8171 "name": "Fabien Potencier",
8172 "email": "fabien@symfony.com"
8173 }
8174 ],
8175 "description": "Swiftmailer, free feature-rich PHP mailer",
8176 "homepage": "https://swiftmailer.symfony.com",
8177 "keywords": [
8178 "email",
8179 "mail",
8180 "mailer"
8181 ],
8182 "time": "2019-11-12T09:31:26+00:00"
8183 },
8184 {
8185 "name": "symfony/http-client",
8186 "version": "v4.4.8",
8187 "source": {
8188 "type": "git",
8189 "url": "https://github.com/symfony/http-client.git",
8190 "reference": "88d1745f4095727b8bf0574a0f414331f4ec229c"
8191 },
8192 "dist": {
8193 "type": "zip",
8194 "url": "https://api.github.com/repos/symfony/http-client/zipball/88d1745f4095727b8bf0574a0f414331f4ec229c",
8195 "reference": "88d1745f4095727b8bf0574a0f414331f4ec229c",
8196 "shasum": ""
8197 },
8198 "require": {
8199 "php": "^7.1.3",
8200 "psr/log": "^1.0",
8201 "symfony/http-client-contracts": "^1.1.8|^2",
8202 "symfony/polyfill-php73": "^1.11",
8203 "symfony/service-contracts": "^1.0|^2"
8204 },
8205 "provide": {
8206 "php-http/async-client-implementation": "*",
8207 "php-http/client-implementation": "*",
8208 "psr/http-client-implementation": "1.0",
8209 "symfony/http-client-implementation": "1.1"
8210 },
8211 "require-dev": {
8212 "guzzlehttp/promises": "^1.3.1",
8213 "nyholm/psr7": "^1.0",
8214 "php-http/httplug": "^1.0|^2.0",
8215 "psr/http-client": "^1.0",
8216 "symfony/dependency-injection": "^4.3|^5.0",
8217 "symfony/http-kernel": "^4.4",
8218 "symfony/process": "^4.2|^5.0"
8219 },
8220 "type": "library",
8221 "extra": {
8222 "branch-alias": {
8223 "dev-master": "4.4-dev"
8224 }
8225 },
8226 "autoload": {
8227 "psr-4": {
8228 "Symfony\\Component\\HttpClient\\": ""
8229 },
8230 "exclude-from-classmap": [
8231 "/Tests/"
8232 ]
8233 },
8234 "notification-url": "https://packagist.org/downloads/",
8235 "license": [
8236 "MIT"
8237 ],
8238 "authors": [
8239 {
8240 "name": "Nicolas Grekas",
8241 "email": "p@tchwork.com"
8242 },
8243 {
8244 "name": "Symfony Community",
8245 "homepage": "https://symfony.com/contributors"
8246 }
8247 ],
8248 "description": "Symfony HttpClient component",
8249 "homepage": "https://symfony.com",
8250 "time": "2020-04-12T16:14:02+00:00"
8251 },
8252 {
8253 "name": "symfony/http-client-contracts",
8254 "version": "v1.1.8",
8255 "source": {
8256 "type": "git",
8257 "url": "https://github.com/symfony/http-client-contracts.git",
8258 "reference": "088bae75cfa2ec5eb6d33dce17dbd8613150ce6e"
8259 },
8260 "dist": {
8261 "type": "zip",
8262 "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/088bae75cfa2ec5eb6d33dce17dbd8613150ce6e",
8263 "reference": "088bae75cfa2ec5eb6d33dce17dbd8613150ce6e",
8264 "shasum": ""
8265 },
8266 "require": {
8267 "php": "^7.1.3"
8268 },
8269 "suggest": {
8270 "symfony/http-client-implementation": ""
8271 },
8272 "type": "library",
8273 "extra": {
8274 "branch-alias": {
8275 "dev-master": "1.1-dev"
8276 }
8277 },
8278 "autoload": {
8279 "psr-4": {
8280 "Symfony\\Contracts\\HttpClient\\": ""
8281 }
8282 },
8283 "notification-url": "https://packagist.org/downloads/",
8284 "license": [
8285 "MIT"
8286 ],
8287 "authors": [
8288 {
8289 "name": "Nicolas Grekas",
8290 "email": "p@tchwork.com"
8291 },
8292 {
8293 "name": "Symfony Community",
8294 "homepage": "https://symfony.com/contributors"
8295 }
8296 ],
8297 "description": "Generic abstractions related to HTTP clients",
8298 "homepage": "https://symfony.com",
8299 "keywords": [
8300 "abstractions",
8301 "contracts",
8302 "decoupling",
8303 "interfaces",
8304 "interoperability",
8305 "standards"
8306 ],
8307 "time": "2019-11-07T12:44:51+00:00"
8308 },
8309 {
8310 "name": "symfony/mime",
8311 "version": "v4.4.8",
8312 "source": {
8313 "type": "git",
8314 "url": "https://github.com/symfony/mime.git",
8315 "reference": "7a583ffb6c7dd5aabb5db920817a3cc39261c517"
8316 },
8317 "dist": {
8318 "type": "zip",
8319 "url": "https://api.github.com/repos/symfony/mime/zipball/7a583ffb6c7dd5aabb5db920817a3cc39261c517",
8320 "reference": "7a583ffb6c7dd5aabb5db920817a3cc39261c517",
8321 "shasum": ""
8322 },
8323 "require": {
8324 "php": "^7.1.3",
8325 "symfony/polyfill-intl-idn": "^1.10",
8326 "symfony/polyfill-mbstring": "^1.0"
8327 },
8328 "conflict": {
8329 "symfony/mailer": "<4.4"
8330 },
8331 "require-dev": {
8332 "egulias/email-validator": "^2.1.10",
8333 "symfony/dependency-injection": "^3.4|^4.1|^5.0"
8334 },
8335 "type": "library",
8336 "extra": {
8337 "branch-alias": {
8338 "dev-master": "4.4-dev"
8339 }
8340 },
8341 "autoload": {
8342 "psr-4": {
8343 "Symfony\\Component\\Mime\\": ""
8344 },
8345 "exclude-from-classmap": [
8346 "/Tests/"
8347 ]
8348 },
8349 "notification-url": "https://packagist.org/downloads/",
8350 "license": [
8351 "MIT"
8352 ],
8353 "authors": [
8354 {
8355 "name": "Fabien Potencier",
8356 "email": "fabien@symfony.com"
8357 },
8358 {
8359 "name": "Symfony Community",
8360 "homepage": "https://symfony.com/contributors"
8361 }
8362 ],
8363 "description": "A library to manipulate MIME messages",
8364 "homepage": "https://symfony.com",
8365 "keywords": [
8366 "mime",
8367 "mime-type"
8368 ],
8369 "time": "2020-04-16T14:49:30+00:00"
8370 },
8371 {
8372 "name": "symfony/monolog-bundle",
8373 "version": "v3.5.0",
8374 "source": {
8375 "type": "git",
8376 "url": "https://github.com/symfony/monolog-bundle.git",
8377 "reference": "dd80460fcfe1fa2050a7103ad818e9d0686ce6fd"
8378 },
8379 "dist": {
8380 "type": "zip",
8381 "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/dd80460fcfe1fa2050a7103ad818e9d0686ce6fd",
8382 "reference": "dd80460fcfe1fa2050a7103ad818e9d0686ce6fd",
8383 "shasum": ""
8384 },
8385 "require": {
8386 "monolog/monolog": "~1.22 || ~2.0",
8387 "php": ">=5.6",
8388 "symfony/config": "~3.4 || ~4.0 || ^5.0",
8389 "symfony/dependency-injection": "~3.4.10 || ^4.0.10 || ^5.0",
8390 "symfony/http-kernel": "~3.4 || ~4.0 || ^5.0",
8391 "symfony/monolog-bridge": "~3.4 || ~4.0 || ^5.0"
8392 },
8393 "require-dev": {
8394 "symfony/console": "~3.4 || ~4.0 || ^5.0",
8395 "symfony/phpunit-bridge": "^3.4.19 || ^4.0 || ^5.0",
8396 "symfony/yaml": "~3.4 || ~4.0 || ^5.0"
8397 },
8398 "type": "symfony-bundle",
8399 "extra": {
8400 "branch-alias": {
8401 "dev-master": "3.x-dev"
8402 }
8403 },
8404 "autoload": {
8405 "psr-4": {
8406 "Symfony\\Bundle\\MonologBundle\\": ""
8407 },
8408 "exclude-from-classmap": [
8409 "/Tests/"
8410 ]
8411 },
8412 "notification-url": "https://packagist.org/downloads/",
8413 "license": [
8414 "MIT"
8415 ],
8416 "authors": [
8417 {
8418 "name": "Fabien Potencier",
8419 "email": "fabien@symfony.com"
8420 },
8421 {
8422 "name": "Symfony Community",
8423 "homepage": "http://symfony.com/contributors"
8424 }
8425 ],
8426 "description": "Symfony MonologBundle",
8427 "homepage": "http://symfony.com",
8428 "keywords": [
8429 "log",
8430 "logging"
8431 ],
8432 "time": "2019-11-13T13:11:14+00:00"
8433 },
8434 {
8435 "name": "symfony/polyfill-apcu",
8436 "version": "v1.17.0",
8437 "source": {
8438 "type": "git",
8439 "url": "https://github.com/symfony/polyfill-apcu.git",
8440 "reference": "9ec426b564916afb9bfd15f78708ec322eeb8538"
8441 },
8442 "dist": {
8443 "type": "zip",
8444 "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/9ec426b564916afb9bfd15f78708ec322eeb8538",
8445 "reference": "9ec426b564916afb9bfd15f78708ec322eeb8538",
8446 "shasum": ""
8447 },
8448 "require": {
8449 "php": ">=5.3.3"
8450 },
8451 "type": "library",
8452 "extra": {
8453 "branch-alias": {
8454 "dev-master": "1.17-dev"
8455 }
8456 },
8457 "autoload": {
8458 "psr-4": {
8459 "Symfony\\Polyfill\\Apcu\\": ""
8460 },
8461 "files": [
8462 "bootstrap.php"
8463 ]
8464 },
8465 "notification-url": "https://packagist.org/downloads/",
8466 "license": [
8467 "MIT"
8468 ],
8469 "authors": [
8470 {
8471 "name": "Nicolas Grekas",
8472 "email": "p@tchwork.com"
8473 },
8474 {
8475 "name": "Symfony Community",
8476 "homepage": "https://symfony.com/contributors"
8477 }
8478 ],
8479 "description": "Symfony polyfill backporting apcu_* functions to lower PHP versions",
8480 "homepage": "https://symfony.com",
8481 "keywords": [
8482 "apcu",
8483 "compatibility",
8484 "polyfill",
8485 "portable",
8486 "shim"
8487 ],
8488 "time": "2020-05-12T16:14:59+00:00"
8489 },
8490 {
8491 "name": "symfony/polyfill-ctype",
8492 "version": "v1.17.0",
8493 "source": {
8494 "type": "git",
8495 "url": "https://github.com/symfony/polyfill-ctype.git",
8496 "reference": "e94c8b1bbe2bc77507a1056cdb06451c75b427f9"
8497 },
8498 "dist": {
8499 "type": "zip",
8500 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e94c8b1bbe2bc77507a1056cdb06451c75b427f9",
8501 "reference": "e94c8b1bbe2bc77507a1056cdb06451c75b427f9",
8502 "shasum": ""
8503 },
8504 "require": {
8505 "php": ">=5.3.3"
8506 },
8507 "suggest": {
8508 "ext-ctype": "For best performance"
8509 },
8510 "type": "library",
8511 "extra": {
8512 "branch-alias": {
8513 "dev-master": "1.17-dev"
8514 }
8515 },
8516 "autoload": {
8517 "psr-4": {
8518 "Symfony\\Polyfill\\Ctype\\": ""
8519 },
8520 "files": [
8521 "bootstrap.php"
8522 ]
8523 },
8524 "notification-url": "https://packagist.org/downloads/",
8525 "license": [
8526 "MIT"
8527 ],
8528 "authors": [
8529 {
8530 "name": "Gert de Pagter",
8531 "email": "BackEndTea@gmail.com"
8532 },
8533 {
8534 "name": "Symfony Community",
8535 "homepage": "https://symfony.com/contributors"
8536 }
8537 ],
8538 "description": "Symfony polyfill for ctype functions",
8539 "homepage": "https://symfony.com",
8540 "keywords": [
8541 "compatibility",
8542 "ctype",
8543 "polyfill",
8544 "portable"
8545 ],
8546 "time": "2020-05-12T16:14:59+00:00"
8547 },
8548 {
8549 "name": "symfony/polyfill-iconv",
8550 "version": "v1.17.0",
8551 "source": {
8552 "type": "git",
8553 "url": "https://github.com/symfony/polyfill-iconv.git",
8554 "reference": "c4de7601eefbf25f9d47190abe07f79fe0a27424"
8555 },
8556 "dist": {
8557 "type": "zip",
8558 "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/c4de7601eefbf25f9d47190abe07f79fe0a27424",
8559 "reference": "c4de7601eefbf25f9d47190abe07f79fe0a27424",
8560 "shasum": ""
8561 },
8562 "require": {
8563 "php": ">=5.3.3"
8564 },
8565 "suggest": {
8566 "ext-iconv": "For best performance"
8567 },
8568 "type": "library",
8569 "extra": {
8570 "branch-alias": {
8571 "dev-master": "1.17-dev"
8572 }
8573 },
8574 "autoload": {
8575 "psr-4": {
8576 "Symfony\\Polyfill\\Iconv\\": ""
8577 },
8578 "files": [
8579 "bootstrap.php"
8580 ]
8581 },
8582 "notification-url": "https://packagist.org/downloads/",
8583 "license": [
8584 "MIT"
8585 ],
8586 "authors": [
8587 {
8588 "name": "Nicolas Grekas",
8589 "email": "p@tchwork.com"
8590 },
8591 {
8592 "name": "Symfony Community",
8593 "homepage": "https://symfony.com/contributors"
8594 }
8595 ],
8596 "description": "Symfony polyfill for the Iconv extension",
8597 "homepage": "https://symfony.com",
8598 "keywords": [
8599 "compatibility",
8600 "iconv",
8601 "polyfill",
8602 "portable",
8603 "shim"
8604 ],
8605 "time": "2020-05-12T16:47:27+00:00"
8606 },
8607 {
8608 "name": "symfony/polyfill-intl-icu",
8609 "version": "v1.17.0",
8610 "source": {
8611 "type": "git",
8612 "url": "https://github.com/symfony/polyfill-intl-icu.git",
8613 "reference": "4ef3923e4a86e1b6ef72d42be59dbf7d33a685e3"
8614 },
8615 "dist": {
8616 "type": "zip",
8617 "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/4ef3923e4a86e1b6ef72d42be59dbf7d33a685e3",
8618 "reference": "4ef3923e4a86e1b6ef72d42be59dbf7d33a685e3",
8619 "shasum": ""
8620 },
8621 "require": {
8622 "php": ">=5.3.3",
8623 "symfony/intl": "~2.3|~3.0|~4.0|~5.0"
8624 },
8625 "suggest": {
8626 "ext-intl": "For best performance"
8627 },
8628 "type": "library",
8629 "extra": {
8630 "branch-alias": {
8631 "dev-master": "1.17-dev"
8632 }
8633 },
8634 "autoload": {
8635 "files": [
8636 "bootstrap.php"
8637 ]
8638 },
8639 "notification-url": "https://packagist.org/downloads/",
8640 "license": [
8641 "MIT"
8642 ],
8643 "authors": [
8644 {
8645 "name": "Nicolas Grekas",
8646 "email": "p@tchwork.com"
8647 },
8648 {
8649 "name": "Symfony Community",
8650 "homepage": "https://symfony.com/contributors"
8651 }
8652 ],
8653 "description": "Symfony polyfill for intl's ICU-related data and classes",
8654 "homepage": "https://symfony.com",
8655 "keywords": [
8656 "compatibility",
8657 "icu",
8658 "intl",
8659 "polyfill",
8660 "portable",
8661 "shim"
8662 ],
8663 "time": "2020-05-12T16:14:59+00:00"
8664 },
8665 {
8666 "name": "symfony/polyfill-intl-idn",
8667 "version": "v1.17.0",
8668 "source": {
8669 "type": "git",
8670 "url": "https://github.com/symfony/polyfill-intl-idn.git",
8671 "reference": "3bff59ea7047e925be6b7f2059d60af31bb46d6a"
8672 },
8673 "dist": {
8674 "type": "zip",
8675 "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/3bff59ea7047e925be6b7f2059d60af31bb46d6a",
8676 "reference": "3bff59ea7047e925be6b7f2059d60af31bb46d6a",
8677 "shasum": ""
8678 },
8679 "require": {
8680 "php": ">=5.3.3",
8681 "symfony/polyfill-mbstring": "^1.3",
8682 "symfony/polyfill-php72": "^1.10"
8683 },
8684 "suggest": {
8685 "ext-intl": "For best performance"
8686 },
8687 "type": "library",
8688 "extra": {
8689 "branch-alias": {
8690 "dev-master": "1.17-dev"
8691 }
8692 },
8693 "autoload": {
8694 "psr-4": {
8695 "Symfony\\Polyfill\\Intl\\Idn\\": ""
8696 },
8697 "files": [
8698 "bootstrap.php"
8699 ]
8700 },
8701 "notification-url": "https://packagist.org/downloads/",
8702 "license": [
8703 "MIT"
8704 ],
8705 "authors": [
8706 {
8707 "name": "Laurent Bassin",
8708 "email": "laurent@bassin.info"
8709 },
8710 {
8711 "name": "Symfony Community",
8712 "homepage": "https://symfony.com/contributors"
8713 }
8714 ],
8715 "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
8716 "homepage": "https://symfony.com",
8717 "keywords": [
8718 "compatibility",
8719 "idn",
8720 "intl",
8721 "polyfill",
8722 "portable",
8723 "shim"
8724 ],
8725 "time": "2020-05-12T16:47:27+00:00"
8726 },
8727 {
8728 "name": "symfony/polyfill-mbstring",
8729 "version": "v1.17.0",
8730 "source": {
8731 "type": "git",
8732 "url": "https://github.com/symfony/polyfill-mbstring.git",
8733 "reference": "fa79b11539418b02fc5e1897267673ba2c19419c"
8734 },
8735 "dist": {
8736 "type": "zip",
8737 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/fa79b11539418b02fc5e1897267673ba2c19419c",
8738 "reference": "fa79b11539418b02fc5e1897267673ba2c19419c",
8739 "shasum": ""
8740 },
8741 "require": {
8742 "php": ">=5.3.3"
8743 },
8744 "suggest": {
8745 "ext-mbstring": "For best performance"
8746 },
8747 "type": "library",
8748 "extra": {
8749 "branch-alias": {
8750 "dev-master": "1.17-dev"
8751 }
8752 },
8753 "autoload": {
8754 "psr-4": {
8755 "Symfony\\Polyfill\\Mbstring\\": ""
8756 },
8757 "files": [
8758 "bootstrap.php"
8759 ]
8760 },
8761 "notification-url": "https://packagist.org/downloads/",
8762 "license": [
8763 "MIT"
8764 ],
8765 "authors": [
8766 {
8767 "name": "Nicolas Grekas",
8768 "email": "p@tchwork.com"
8769 },
8770 {
8771 "name": "Symfony Community",
8772 "homepage": "https://symfony.com/contributors"
8773 }
8774 ],
8775 "description": "Symfony polyfill for the Mbstring extension",
8776 "homepage": "https://symfony.com",
8777 "keywords": [
8778 "compatibility",
8779 "mbstring",
8780 "polyfill",
8781 "portable",
8782 "shim"
8783 ],
8784 "time": "2020-05-12T16:47:27+00:00"
8785 },
8786 {
8787 "name": "symfony/polyfill-php56",
8788 "version": "v1.17.0",
8789 "source": {
8790 "type": "git",
8791 "url": "https://github.com/symfony/polyfill-php56.git",
8792 "reference": "e3c8c138280cdfe4b81488441555583aa1984e23"
8793 },
8794 "dist": {
8795 "type": "zip",
8796 "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/e3c8c138280cdfe4b81488441555583aa1984e23",
8797 "reference": "e3c8c138280cdfe4b81488441555583aa1984e23",
8798 "shasum": ""
8799 },
8800 "require": {
8801 "php": ">=5.3.3",
8802 "symfony/polyfill-util": "~1.0"
8803 },
8804 "type": "library",
8805 "extra": {
8806 "branch-alias": {
8807 "dev-master": "1.17-dev"
8808 }
8809 },
8810 "autoload": {
8811 "psr-4": {
8812 "Symfony\\Polyfill\\Php56\\": ""
8813 },
8814 "files": [
8815 "bootstrap.php"
8816 ]
8817 },
8818 "notification-url": "https://packagist.org/downloads/",
8819 "license": [
8820 "MIT"
8821 ],
8822 "authors": [
8823 {
8824 "name": "Nicolas Grekas",
8825 "email": "p@tchwork.com"
8826 },
8827 {
8828 "name": "Symfony Community",
8829 "homepage": "https://symfony.com/contributors"
8830 }
8831 ],
8832 "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions",
8833 "homepage": "https://symfony.com",
8834 "keywords": [
8835 "compatibility",
8836 "polyfill",
8837 "portable",
8838 "shim"
8839 ],
8840 "time": "2020-05-12T16:47:27+00:00"
8841 },
8842 {
8843 "name": "symfony/polyfill-php70",
8844 "version": "v1.17.0",
8845 "source": {
8846 "type": "git",
8847 "url": "https://github.com/symfony/polyfill-php70.git",
8848 "reference": "82225c2d7d23d7e70515496d249c0152679b468e"
8849 },
8850 "dist": {
8851 "type": "zip",
8852 "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/82225c2d7d23d7e70515496d249c0152679b468e",
8853 "reference": "82225c2d7d23d7e70515496d249c0152679b468e",
8854 "shasum": ""
8855 },
8856 "require": {
8857 "paragonie/random_compat": "~1.0|~2.0|~9.99",
8858 "php": ">=5.3.3"
8859 },
8860 "type": "library",
8861 "extra": {
8862 "branch-alias": {
8863 "dev-master": "1.17-dev"
8864 }
8865 },
8866 "autoload": {
8867 "psr-4": {
8868 "Symfony\\Polyfill\\Php70\\": ""
8869 },
8870 "files": [
8871 "bootstrap.php"
8872 ],
8873 "classmap": [
8874 "Resources/stubs"
8875 ]
8876 },
8877 "notification-url": "https://packagist.org/downloads/",
8878 "license": [
8879 "MIT"
8880 ],
8881 "authors": [
8882 {
8883 "name": "Nicolas Grekas",
8884 "email": "p@tchwork.com"
8885 },
8886 {
8887 "name": "Symfony Community",
8888 "homepage": "https://symfony.com/contributors"
8889 }
8890 ],
8891 "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
8892 "homepage": "https://symfony.com",
8893 "keywords": [
8894 "compatibility",
8895 "polyfill",
8896 "portable",
8897 "shim"
8898 ],
8899 "time": "2020-05-12T16:47:27+00:00"
8900 },
8901 {
8902 "name": "symfony/polyfill-php72",
8903 "version": "v1.17.0",
8904 "source": {
8905 "type": "git",
8906 "url": "https://github.com/symfony/polyfill-php72.git",
8907 "reference": "f048e612a3905f34931127360bdd2def19a5e582"
8908 },
8909 "dist": {
8910 "type": "zip",
8911 "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/f048e612a3905f34931127360bdd2def19a5e582",
8912 "reference": "f048e612a3905f34931127360bdd2def19a5e582",
8913 "shasum": ""
8914 },
8915 "require": {
8916 "php": ">=5.3.3"
8917 },
8918 "type": "library",
8919 "extra": {
8920 "branch-alias": {
8921 "dev-master": "1.17-dev"
8922 }
8923 },
8924 "autoload": {
8925 "psr-4": {
8926 "Symfony\\Polyfill\\Php72\\": ""
8927 },
8928 "files": [
8929 "bootstrap.php"
8930 ]
8931 },
8932 "notification-url": "https://packagist.org/downloads/",
8933 "license": [
8934 "MIT"
8935 ],
8936 "authors": [
8937 {
8938 "name": "Nicolas Grekas",
8939 "email": "p@tchwork.com"
8940 },
8941 {
8942 "name": "Symfony Community",
8943 "homepage": "https://symfony.com/contributors"
8944 }
8945 ],
8946 "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
8947 "homepage": "https://symfony.com",
8948 "keywords": [
8949 "compatibility",
8950 "polyfill",
8951 "portable",
8952 "shim"
8953 ],
8954 "time": "2020-05-12T16:47:27+00:00"
8955 },
8956 {
8957 "name": "symfony/polyfill-php73",
8958 "version": "v1.17.0",
8959 "source": {
8960 "type": "git",
8961 "url": "https://github.com/symfony/polyfill-php73.git",
8962 "reference": "a760d8964ff79ab9bf057613a5808284ec852ccc"
8963 },
8964 "dist": {
8965 "type": "zip",
8966 "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/a760d8964ff79ab9bf057613a5808284ec852ccc",
8967 "reference": "a760d8964ff79ab9bf057613a5808284ec852ccc",
8968 "shasum": ""
8969 },
8970 "require": {
8971 "php": ">=5.3.3"
8972 },
8973 "type": "library",
8974 "extra": {
8975 "branch-alias": {
8976 "dev-master": "1.17-dev"
8977 }
8978 },
8979 "autoload": {
8980 "psr-4": {
8981 "Symfony\\Polyfill\\Php73\\": ""
8982 },
8983 "files": [
8984 "bootstrap.php"
8985 ],
8986 "classmap": [
8987 "Resources/stubs"
8988 ]
8989 },
8990 "notification-url": "https://packagist.org/downloads/",
8991 "license": [
8992 "MIT"
8993 ],
8994 "authors": [
8995 {
8996 "name": "Nicolas Grekas",
8997 "email": "p@tchwork.com"
8998 },
8999 {
9000 "name": "Symfony Community",
9001 "homepage": "https://symfony.com/contributors"
9002 }
9003 ],
9004 "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
9005 "homepage": "https://symfony.com",
9006 "keywords": [
9007 "compatibility",
9008 "polyfill",
9009 "portable",
9010 "shim"
9011 ],
9012 "time": "2020-05-12T16:47:27+00:00"
9013 },
9014 {
9015 "name": "symfony/polyfill-util",
9016 "version": "v1.17.0",
9017 "source": {
9018 "type": "git",
9019 "url": "https://github.com/symfony/polyfill-util.git",
9020 "reference": "4afb4110fc037752cf0ce9869f9ab8162c4e20d7"
9021 },
9022 "dist": {
9023 "type": "zip",
9024 "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/4afb4110fc037752cf0ce9869f9ab8162c4e20d7",
9025 "reference": "4afb4110fc037752cf0ce9869f9ab8162c4e20d7",
9026 "shasum": ""
9027 },
9028 "require": {
9029 "php": ">=5.3.3"
9030 },
9031 "type": "library",
9032 "extra": {
9033 "branch-alias": {
9034 "dev-master": "1.17-dev"
9035 }
9036 },
9037 "autoload": {
9038 "psr-4": {
9039 "Symfony\\Polyfill\\Util\\": ""
9040 }
9041 },
9042 "notification-url": "https://packagist.org/downloads/",
9043 "license": [
9044 "MIT"
9045 ],
9046 "authors": [
9047 {
9048 "name": "Nicolas Grekas",
9049 "email": "p@tchwork.com"
9050 },
9051 {
9052 "name": "Symfony Community",
9053 "homepage": "https://symfony.com/contributors"
9054 }
9055 ],
9056 "description": "Symfony utilities for portability of PHP codes",
9057 "homepage": "https://symfony.com",
9058 "keywords": [
9059 "compat",
9060 "compatibility",
9061 "polyfill",
9062 "shim"
9063 ],
9064 "time": "2020-05-12T16:14:59+00:00"
9065 },
9066 {
9067 "name": "symfony/polyfill-uuid",
9068 "version": "v1.17.0",
9069 "source": {
9070 "type": "git",
9071 "url": "https://github.com/symfony/polyfill-uuid.git",
9072 "reference": "6dbf0269e8aeab8253a5059c51c1760fb4034e87"
9073 },
9074 "dist": {
9075 "type": "zip",
9076 "url": "https://api.github.com/repos/symfony/polyfill-uuid/zipball/6dbf0269e8aeab8253a5059c51c1760fb4034e87",
9077 "reference": "6dbf0269e8aeab8253a5059c51c1760fb4034e87",
9078 "shasum": ""
9079 },
9080 "require": {
9081 "paragonie/random_compat": "~1.0|~2.0|~9.99",
9082 "php": ">=5.3.3"
9083 },
9084 "suggest": {
9085 "ext-uuid": "For best performance"
9086 },
9087 "type": "library",
9088 "extra": {
9089 "branch-alias": {
9090 "dev-master": "1.17-dev"
9091 }
9092 },
9093 "autoload": {
9094 "psr-4": {
9095 "Symfony\\Polyfill\\Uuid\\": ""
9096 },
9097 "files": [
9098 "bootstrap.php"
9099 ]
9100 },
9101 "notification-url": "https://packagist.org/downloads/",
9102 "license": [
9103 "MIT"
9104 ],
9105 "authors": [
9106 {
9107 "name": "Grégoire Pineau",
9108 "email": "lyrixx@lyrixx.info"
9109 },
9110 {
9111 "name": "Symfony Community",
9112 "homepage": "https://symfony.com/contributors"
9113 }
9114 ],
9115 "description": "Symfony polyfill for uuid functions",
9116 "homepage": "https://symfony.com",
9117 "keywords": [
9118 "compatibility",
9119 "polyfill",
9120 "portable",
9121 "uuid"
9122 ],
9123 "time": "2020-05-12T16:47:27+00:00"
9124 },
9125 {
9126 "name": "symfony/service-contracts",
9127 "version": "v1.1.8",
9128 "source": {
9129 "type": "git",
9130 "url": "https://github.com/symfony/service-contracts.git",
9131 "reference": "ffc7f5692092df31515df2a5ecf3b7302b3ddacf"
9132 },
9133 "dist": {
9134 "type": "zip",
9135 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/ffc7f5692092df31515df2a5ecf3b7302b3ddacf",
9136 "reference": "ffc7f5692092df31515df2a5ecf3b7302b3ddacf",
9137 "shasum": ""
9138 },
9139 "require": {
9140 "php": "^7.1.3",
9141 "psr/container": "^1.0"
9142 },
9143 "suggest": {
9144 "symfony/service-implementation": ""
9145 },
9146 "type": "library",
9147 "extra": {
9148 "branch-alias": {
9149 "dev-master": "1.1-dev"
9150 }
9151 },
9152 "autoload": {
9153 "psr-4": {
9154 "Symfony\\Contracts\\Service\\": ""
9155 }
9156 },
9157 "notification-url": "https://packagist.org/downloads/",
9158 "license": [
9159 "MIT"
9160 ],
9161 "authors": [
9162 {
9163 "name": "Nicolas Grekas",
9164 "email": "p@tchwork.com"
9165 },
9166 {
9167 "name": "Symfony Community",
9168 "homepage": "https://symfony.com/contributors"
9169 }
9170 ],
9171 "description": "Generic abstractions related to writing services",
9172 "homepage": "https://symfony.com",
9173 "keywords": [
9174 "abstractions",
9175 "contracts",
9176 "decoupling",
9177 "interfaces",
9178 "interoperability",
9179 "standards"
9180 ],
9181 "time": "2019-10-14T12:27:06+00:00"
9182 },
9183 {
9184 "name": "symfony/swiftmailer-bundle",
9185 "version": "v3.3.1",
9186 "source": {
9187 "type": "git",
9188 "url": "https://github.com/symfony/swiftmailer-bundle.git",
9189 "reference": "defa9bdfc0191ed70b389cb93c550c6c82cf1745"
9190 },
9191 "dist": {
9192 "type": "zip",
9193 "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/defa9bdfc0191ed70b389cb93c550c6c82cf1745",
9194 "reference": "defa9bdfc0191ed70b389cb93c550c6c82cf1745",
9195 "shasum": ""
9196 },
9197 "require": {
9198 "php": ">=7.0.0",
9199 "swiftmailer/swiftmailer": "^6.1.3",
9200 "symfony/config": "^3.4|^4.0|^5.0",
9201 "symfony/dependency-injection": "^3.4|^4.0|^5.0",
9202 "symfony/http-kernel": "^3.4|^4.0|^5.0"
9203 },
9204 "conflict": {
9205 "twig/twig": "<1.41|<2.10"
9206 },
9207 "require-dev": {
9208 "symfony/console": "^3.4|^4.0|^5.0",
9209 "symfony/framework-bundle": "^3.4|^4.0|^5.0",
9210 "symfony/phpunit-bridge": "^3.4.32|^4.3.5|^5.0",
9211 "symfony/yaml": "^3.4|^4.0|^5.0"
9212 },
9213 "suggest": {
9214 "psr/log": "Allows logging"
9215 },
9216 "type": "symfony-bundle",
9217 "extra": {
9218 "branch-alias": {
9219 "dev-master": "3.3-dev"
9220 }
9221 },
9222 "autoload": {
9223 "psr-4": {
9224 "Symfony\\Bundle\\SwiftmailerBundle\\": ""
9225 },
9226 "exclude-from-classmap": [
9227 "/Tests/"
9228 ]
9229 },
9230 "notification-url": "https://packagist.org/downloads/",
9231 "license": [
9232 "MIT"
9233 ],
9234 "authors": [
9235 {
9236 "name": "Fabien Potencier",
9237 "email": "fabien@symfony.com"
9238 },
9239 {
9240 "name": "Symfony Community",
9241 "homepage": "http://symfony.com/contributors"
9242 }
9243 ],
9244 "description": "Symfony SwiftmailerBundle",
9245 "homepage": "http://symfony.com",
9246 "time": "2019-11-07T21:01:35+00:00"
9247 },
9248 {
9249 "name": "symfony/symfony",
9250 "version": "v3.4.41",
9251 "source": {
9252 "type": "git",
9253 "url": "https://github.com/symfony/symfony.git",
9254 "reference": "a72c510fb3bc67d3ba67981178d78be80360ede2"
9255 },
9256 "dist": {
9257 "type": "zip",
9258 "url": "https://api.github.com/repos/symfony/symfony/zipball/a72c510fb3bc67d3ba67981178d78be80360ede2",
9259 "reference": "a72c510fb3bc67d3ba67981178d78be80360ede2",
9260 "shasum": ""
9261 },
9262 "require": {
9263 "doctrine/common": "~2.4",
9264 "ext-xml": "*",
9265 "fig/link-util": "^1.0",
9266 "php": "^5.5.9|>=7.0.8",
9267 "psr/cache": "~1.0",
9268 "psr/container": "^1.0",
9269 "psr/link": "^1.0",
9270 "psr/log": "~1.0",
9271 "psr/simple-cache": "^1.0",
9272 "symfony/polyfill-apcu": "~1.1",
9273 "symfony/polyfill-ctype": "~1.8",
9274 "symfony/polyfill-intl-icu": "~1.0",
9275 "symfony/polyfill-mbstring": "~1.0",
9276 "symfony/polyfill-php56": "~1.0",
9277 "symfony/polyfill-php70": "~1.6",
9278 "twig/twig": "^1.41|^2.10"
9279 },
9280 "conflict": {
9281 "monolog/monolog": ">=2",
9282 "phpdocumentor/reflection-docblock": "<3.0||>=3.2.0,<3.2.2",
9283 "phpdocumentor/type-resolver": "<0.3.0",
9284 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
9285 },
9286 "provide": {
9287 "psr/cache-implementation": "1.0",
9288 "psr/container-implementation": "1.0",
9289 "psr/log-implementation": "1.0",
9290 "psr/simple-cache-implementation": "1.0"
9291 },
9292 "replace": {
9293 "symfony/asset": "self.version",
9294 "symfony/browser-kit": "self.version",
9295 "symfony/cache": "self.version",
9296 "symfony/class-loader": "self.version",
9297 "symfony/config": "self.version",
9298 "symfony/console": "self.version",
9299 "symfony/css-selector": "self.version",
9300 "symfony/debug": "self.version",
9301 "symfony/debug-bundle": "self.version",
9302 "symfony/dependency-injection": "self.version",
9303 "symfony/doctrine-bridge": "self.version",
9304 "symfony/dom-crawler": "self.version",
9305 "symfony/dotenv": "self.version",
9306 "symfony/event-dispatcher": "self.version",
9307 "symfony/expression-language": "self.version",
9308 "symfony/filesystem": "self.version",
9309 "symfony/finder": "self.version",
9310 "symfony/form": "self.version",
9311 "symfony/framework-bundle": "self.version",
9312 "symfony/http-foundation": "self.version",
9313 "symfony/http-kernel": "self.version",
9314 "symfony/inflector": "self.version",
9315 "symfony/intl": "self.version",
9316 "symfony/ldap": "self.version",
9317 "symfony/lock": "self.version",
9318 "symfony/monolog-bridge": "self.version",
9319 "symfony/options-resolver": "self.version",
9320 "symfony/process": "self.version",
9321 "symfony/property-access": "self.version",
9322 "symfony/property-info": "self.version",
9323 "symfony/proxy-manager-bridge": "self.version",
9324 "symfony/routing": "self.version",
9325 "symfony/security": "self.version",
9326 "symfony/security-bundle": "self.version",
9327 "symfony/security-core": "self.version",
9328 "symfony/security-csrf": "self.version",
9329 "symfony/security-guard": "self.version",
9330 "symfony/security-http": "self.version",
9331 "symfony/serializer": "self.version",
9332 "symfony/stopwatch": "self.version",
9333 "symfony/templating": "self.version",
9334 "symfony/translation": "self.version",
9335 "symfony/twig-bridge": "self.version",
9336 "symfony/twig-bundle": "self.version",
9337 "symfony/validator": "self.version",
9338 "symfony/var-dumper": "self.version",
9339 "symfony/web-link": "self.version",
9340 "symfony/web-profiler-bundle": "self.version",
9341 "symfony/web-server-bundle": "self.version",
9342 "symfony/workflow": "self.version",
9343 "symfony/yaml": "self.version"
9344 },
9345 "require-dev": {
9346 "cache/integration-tests": "dev-master",
9347 "doctrine/annotations": "~1.0",
9348 "doctrine/cache": "~1.6",
9349 "doctrine/data-fixtures": "1.0.*",
9350 "doctrine/dbal": "~2.4",
9351 "doctrine/doctrine-bundle": "~1.4",
9352 "doctrine/orm": "~2.4,>=2.4.5",
9353 "egulias/email-validator": "~1.2,>=1.2.8|~2.0",
9354 "monolog/monolog": "~1.11",
9355 "ocramius/proxy-manager": "~0.4|~1.0|~2.0",
9356 "phpdocumentor/reflection-docblock": "^3.0|^4.0",
9357 "predis/predis": "~1.0",
9358 "symfony/phpunit-bridge": "^3.4.31|^4.3.4|~5.0",
9359 "symfony/security-acl": "~2.8|~3.0"
9360 },
9361 "type": "library",
9362 "extra": {
9363 "branch-alias": {
9364 "dev-master": "3.4-dev"
9365 }
9366 },
9367 "autoload": {
9368 "psr-4": {
9369 "Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/",
9370 "Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/",
9371 "Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/",
9372 "Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/",
9373 "Symfony\\Bundle\\": "src/Symfony/Bundle/",
9374 "Symfony\\Component\\": "src/Symfony/Component/"
9375 },
9376 "classmap": [
9377 "src/Symfony/Component/Intl/Resources/stubs"
9378 ],
9379 "exclude-from-classmap": [
9380 "**/Tests/"
9381 ]
9382 },
9383 "notification-url": "https://packagist.org/downloads/",
9384 "license": [
9385 "MIT"
9386 ],
9387 "authors": [
9388 {
9389 "name": "Fabien Potencier",
9390 "email": "fabien@symfony.com"
9391 },
9392 {
9393 "name": "Symfony Community",
9394 "homepage": "https://symfony.com/contributors"
9395 }
9396 ],
9397 "description": "The Symfony PHP framework",
9398 "homepage": "https://symfony.com",
9399 "keywords": [
9400 "framework"
9401 ],
9402 "time": "2020-05-31T05:14:34+00:00"
9403 },
9404 {
9405 "name": "tecnickcom/tcpdf",
9406 "version": "6.3.5",
9407 "source": {
9408 "type": "git",
9409 "url": "https://github.com/tecnickcom/TCPDF.git",
9410 "reference": "19a535eaa7fb1c1cac499109deeb1a7a201b4549"
9411 },
9412 "dist": {
9413 "type": "zip",
9414 "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/19a535eaa7fb1c1cac499109deeb1a7a201b4549",
9415 "reference": "19a535eaa7fb1c1cac499109deeb1a7a201b4549",
9416 "shasum": ""
9417 },
9418 "require": {
9419 "php": ">=5.3.0"
9420 },
9421 "type": "library",
9422 "autoload": {
9423 "classmap": [
9424 "config",
9425 "include",
9426 "tcpdf.php",
9427 "tcpdf_parser.php",
9428 "tcpdf_import.php",
9429 "tcpdf_barcodes_1d.php",
9430 "tcpdf_barcodes_2d.php",
9431 "include/tcpdf_colors.php",
9432 "include/tcpdf_filters.php",
9433 "include/tcpdf_font_data.php",
9434 "include/tcpdf_fonts.php",
9435 "include/tcpdf_images.php",
9436 "include/tcpdf_static.php",
9437 "include/barcodes/datamatrix.php",
9438 "include/barcodes/pdf417.php",
9439 "include/barcodes/qrcode.php"
9440 ]
9441 },
9442 "notification-url": "https://packagist.org/downloads/",
9443 "license": [
9444 "LGPL-3.0-only"
9445 ],
9446 "authors": [
9447 {
9448 "name": "Nicola Asuni",
9449 "email": "info@tecnick.com",
9450 "role": "lead"
9451 }
9452 ],
9453 "description": "TCPDF is a PHP class for generating PDF documents and barcodes.",
9454 "homepage": "http://www.tcpdf.org/",
9455 "keywords": [
9456 "PDFD32000-2008",
9457 "TCPDF",
9458 "barcodes",
9459 "datamatrix",
9460 "pdf",
9461 "pdf417",
9462 "qrcode"
9463 ],
9464 "time": "2020-02-14T14:20:12+00:00"
9465 },
9466 {
9467 "name": "true/punycode",
9468 "version": "v2.1.1",
9469 "source": {
9470 "type": "git",
9471 "url": "https://github.com/true/php-punycode.git",
9472 "reference": "a4d0c11a36dd7f4e7cd7096076cab6d3378a071e"
9473 },
9474 "dist": {
9475 "type": "zip",
9476 "url": "https://api.github.com/repos/true/php-punycode/zipball/a4d0c11a36dd7f4e7cd7096076cab6d3378a071e",
9477 "reference": "a4d0c11a36dd7f4e7cd7096076cab6d3378a071e",
9478 "shasum": ""
9479 },
9480 "require": {
9481 "php": ">=5.3.0",
9482 "symfony/polyfill-mbstring": "^1.3"
9483 },
9484 "require-dev": {
9485 "phpunit/phpunit": "~4.7",
9486 "squizlabs/php_codesniffer": "~2.0"
9487 },
9488 "type": "library",
9489 "autoload": {
9490 "psr-4": {
9491 "TrueBV\\": "src/"
9492 }
9493 },
9494 "notification-url": "https://packagist.org/downloads/",
9495 "license": [
9496 "MIT"
9497 ],
9498 "authors": [
9499 {
9500 "name": "Renan Gonçalves",
9501 "email": "renan.saddam@gmail.com"
9502 }
9503 ],
9504 "description": "A Bootstring encoding of Unicode for Internationalized Domain Names in Applications (IDNA)",
9505 "homepage": "https://github.com/true/php-punycode",
9506 "keywords": [
9507 "idna",
9508 "punycode"
9509 ],
9510 "time": "2016-11-16T10:37:54+00:00"
9511 },
9512 {
9513 "name": "twig/extensions",
9514 "version": "v1.5.4",
9515 "source": {
9516 "type": "git",
9517 "url": "https://github.com/twigphp/Twig-extensions.git",
9518 "reference": "57873c8b0c1be51caa47df2cdb824490beb16202"
9519 },
9520 "dist": {
9521 "type": "zip",
9522 "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/57873c8b0c1be51caa47df2cdb824490beb16202",
9523 "reference": "57873c8b0c1be51caa47df2cdb824490beb16202",
9524 "shasum": ""
9525 },
9526 "require": {
9527 "twig/twig": "^1.27|^2.0"
9528 },
9529 "require-dev": {
9530 "symfony/phpunit-bridge": "^3.4",
9531 "symfony/translation": "^2.7|^3.4"
9532 },
9533 "suggest": {
9534 "symfony/translation": "Allow the time_diff output to be translated"
9535 },
9536 "type": "library",
9537 "extra": {
9538 "branch-alias": {
9539 "dev-master": "1.5-dev"
9540 }
9541 },
9542 "autoload": {
9543 "psr-0": {
9544 "Twig_Extensions_": "lib/"
9545 },
9546 "psr-4": {
9547 "Twig\\Extensions\\": "src/"
9548 }
9549 },
9550 "notification-url": "https://packagist.org/downloads/",
9551 "license": [
9552 "MIT"
9553 ],
9554 "authors": [
9555 {
9556 "name": "Fabien Potencier",
9557 "email": "fabien@symfony.com"
9558 }
9559 ],
9560 "description": "Common additional features for Twig that do not directly belong in core",
9561 "keywords": [
9562 "i18n",
9563 "text"
9564 ],
9565 "time": "2018-12-05T18:34:18+00:00"
9566 },
9567 {
9568 "name": "twig/twig",
9569 "version": "v2.12.5",
9570 "source": {
9571 "type": "git",
9572 "url": "https://github.com/twigphp/Twig.git",
9573 "reference": "18772e0190734944277ee97a02a9a6c6555fcd94"
9574 },
9575 "dist": {
9576 "type": "zip",
9577 "url": "https://api.github.com/repos/twigphp/Twig/zipball/18772e0190734944277ee97a02a9a6c6555fcd94",
9578 "reference": "18772e0190734944277ee97a02a9a6c6555fcd94",
9579 "shasum": ""
9580 },
9581 "require": {
9582 "php": "^7.0",
9583 "symfony/polyfill-ctype": "^1.8",
9584 "symfony/polyfill-mbstring": "^1.3"
9585 },
9586 "require-dev": {
9587 "psr/container": "^1.0",
9588 "symfony/phpunit-bridge": "^4.4|^5.0"
9589 },
9590 "type": "library",
9591 "extra": {
9592 "branch-alias": {
9593 "dev-master": "2.12-dev"
9594 }
9595 },
9596 "autoload": {
9597 "psr-0": {
9598 "Twig_": "lib/"
9599 },
9600 "psr-4": {
9601 "Twig\\": "src/"
9602 }
9603 },
9604 "notification-url": "https://packagist.org/downloads/",
9605 "license": [
9606 "BSD-3-Clause"
9607 ],
9608 "authors": [
9609 {
9610 "name": "Fabien Potencier",
9611 "email": "fabien@symfony.com",
9612 "homepage": "http://fabien.potencier.org",
9613 "role": "Lead Developer"
9614 },
9615 {
9616 "name": "Twig Team",
9617 "role": "Contributors"
9618 },
9619 {
9620 "name": "Armin Ronacher",
9621 "email": "armin.ronacher@active-4.com",
9622 "role": "Project Founder"
9623 }
9624 ],
9625 "description": "Twig, the flexible, fast, and secure template language for PHP",
9626 "homepage": "https://twig.symfony.com",
9627 "keywords": [
9628 "templating"
9629 ],
9630 "time": "2020-02-11T15:31:23+00:00"
9631 },
9632 {
9633 "name": "wallabag/php-mobi",
9634 "version": "1.1.0",
9635 "source": {
9636 "type": "git",
9637 "url": "https://github.com/wallabag/php-mobi.git",
9638 "reference": "bfe9c18d038e5ca24664cfdab107a645ac57c9b5"
9639 },
9640 "dist": {
9641 "type": "zip",
9642 "url": "https://api.github.com/repos/wallabag/php-mobi/zipball/bfe9c18d038e5ca24664cfdab107a645ac57c9b5",
9643 "reference": "bfe9c18d038e5ca24664cfdab107a645ac57c9b5",
9644 "shasum": ""
9645 },
9646 "require": {
9647 "php": ">=5.3.0",
9648 "symfony/polyfill-mbstring": "^1.12"
9649 },
9650 "type": "library",
9651 "autoload": {
9652 "files": [
9653 "MOBIClass/MOBI.php"
9654 ]
9655 },
9656 "notification-url": "https://packagist.org/downloads/",
9657 "license": [
9658 "Apache-2.0"
9659 ],
9660 "authors": [
9661 {
9662 "name": "Sander Kromwijk",
9663 "email": "s.kromwijk@gmail.co",
9664 "role": "Original developer"
9665 },
9666 {
9667 "name": "Nicolas Lœuillet",
9668 "email": "nicolas@loeuillet.org",
9669 "homepage": "http://www.cdetc.fr"
9670 }
9671 ],
9672 "description": "A Mobipocket file (.mobi) creator in PHP.",
9673 "homepage": "https://github.com/wallabag/php-mobi",
9674 "time": "2019-08-08T12:26:23+00:00"
9675 },
9676 {
9677 "name": "wallabag/phpepub",
9678 "version": "4.0.7.2",
9679 "source": {
9680 "type": "git",
9681 "url": "https://github.com/wallabag/PHPePub.git",
9682 "reference": "ae4861e970fed1c6ae9ed85eefe03ac7c0113518"
9683 },
9684 "dist": {
9685 "type": "zip",
9686 "url": "https://api.github.com/repos/wallabag/PHPePub/zipball/ae4861e970fed1c6ae9ed85eefe03ac7c0113518",
9687 "reference": "ae4861e970fed1c6ae9ed85eefe03ac7c0113518",
9688 "shasum": ""
9689 },
9690 "require": {
9691 "grandt/phpresizegif": "~1.0.3",
9692 "grandt/relativepath": "~1.0.1",
9693 "masterminds/html5": "~2.3",
9694 "php": ">=5.3.0",
9695 "phpzip/phpzip": "~2.0.7"
9696 },
9697 "type": "library",
9698 "autoload": {
9699 "psr-4": {
9700 "PHPePub\\": "src/PHPePub"
9701 },
9702 "classmap": [
9703 "src/lib.uuid.php"
9704 ]
9705 },
9706 "notification-url": "https://packagist.org/downloads/",
9707 "license": [
9708 "LGPL-2.1"
9709 ],
9710 "authors": [
9711 {
9712 "name": "A. Grandt",
9713 "email": "php@grandt.com",
9714 "homepage": "http://grandt.com",
9715 "role": "Developer"
9716 },
9717 {
9718 "name": "An, Hyeong-woo",
9719 "email": "mail@mytory.net",
9720 "homepage": "https://mytory.net",
9721 "role": "Contributor"
9722 },
9723 {
9724 "name": "Daniel Berthereau",
9725 "email": "daniel.composer@berthereau.net",
9726 "role": "Contributor"
9727 },
9728 {
9729 "name": "Kevin Decherf",
9730 "homepage": "https://kdecherf.com",
9731 "role": "Contributor"
9732 }
9733 ],
9734 "description": "Package to create and stream e-books in the ePub 2.0 and 3.0 formats.",
9735 "homepage": "https://github.com/wallabag/PHPePub",
9736 "keywords": [
9737 "e-book",
9738 "epub"
9739 ],
9740 "time": "2020-03-22T16:24:31+00:00"
9741 },
9742 {
9743 "name": "white-october/pagerfanta-bundle",
9744 "version": "v1.3.2",
9745 "source": {
9746 "type": "git",
9747 "url": "https://github.com/whiteoctober/WhiteOctoberPagerfantaBundle.git",
9748 "reference": "6df560869b5e09a3acf920890ab40598998b30ae"
9749 },
9750 "dist": {
9751 "type": "zip",
9752 "url": "https://api.github.com/repos/whiteoctober/WhiteOctoberPagerfantaBundle/zipball/6df560869b5e09a3acf920890ab40598998b30ae",
9753 "reference": "6df560869b5e09a3acf920890ab40598998b30ae",
9754 "shasum": ""
9755 },
9756 "require": {
9757 "pagerfanta/pagerfanta": "^1.1.0|^2.0.0",
9758 "php": ">=5.3.3",
9759 "symfony/framework-bundle": "~2.3|~3.0|~4.0",
9760 "symfony/property-access": "~2.3|~3.0|~4.0",
9761 "symfony/translation": "~2.3|~3.0|~4.0",
9762 "symfony/twig-bundle": "~2.3|~3.0|~4.0"
9763 },
9764 "conflict": {
9765 "twig/twig": "<1.34|>=2.0,<2.4"
9766 },
9767 "require-dev": {
9768 "phpunit/phpunit": "~3.7|~4.0|^5.0",
9769 "symfony/symfony": "~2.3|~3.0|~4.0"
9770 },
9771 "type": "symfony-bundle",
9772 "extra": {
9773 "branch-alias": {
9774 "dev-master": "1.0.x-dev"
9775 }
9776 },
9777 "autoload": {
9778 "psr-4": {
9779 "WhiteOctober\\PagerfantaBundle\\": ""
9780 },
9781 "exclude-from-classmap": [
9782 "Tests/",
9783 "TestsProject/"
9784 ]
9785 },
9786 "notification-url": "https://packagist.org/downloads/",
9787 "license": [
9788 "MIT"
9789 ],
9790 "authors": [
9791 {
9792 "name": "Pablo Díez",
9793 "email": "pablodip@gmail.com"
9794 }
9795 ],
9796 "description": "Bundle to use Pagerfanta with Symfony2",
9797 "keywords": [
9798 "page",
9799 "paging"
9800 ],
9801 "abandoned": "babdev/pagerfanta-bundle",
9802 "time": "2019-12-02T14:19:37+00:00"
9803 },
9804 {
9805 "name": "willdurand/hateoas",
9806 "version": "2.12.0",
9807 "source": {
9808 "type": "git",
9809 "url": "https://github.com/willdurand/Hateoas.git",
9810 "reference": "71b1af62b398dc9a870ac0b16c84bdc23a76a5c5"
9811 },
9812 "dist": {
9813 "type": "zip",
9814 "url": "https://api.github.com/repos/willdurand/Hateoas/zipball/71b1af62b398dc9a870ac0b16c84bdc23a76a5c5",
9815 "reference": "71b1af62b398dc9a870ac0b16c84bdc23a76a5c5",
9816 "shasum": ""
9817 },
9818 "require": {
9819 "doctrine/annotations": "~1.0",
9820 "doctrine/common": "~2.0",
9821 "jms/metadata": "~1.1",
9822 "jms/serializer": "^1.7",
9823 "php": "^5.5|^7.0",
9824 "phpoption/phpoption": ">=1.1.0,<2.0-dev",
9825 "symfony/expression-language": "~2.4 || ~3.0 || ~4.0"
9826 },
9827 "require-dev": {
9828 "pagerfanta/pagerfanta": "~1.0",
9829 "phpunit/phpunit": "~5",
9830 "symfony/dependency-injection": "~2.4 || ~3.0 || ~4.0",
9831 "symfony/routing": "~2.4 || ~3.0 || ~4.0",
9832 "symfony/yaml": "~2.4 || ~3.0 || ~4.0",
9833 "twig/twig": "~1.12"
9834 },
9835 "suggest": {
9836 "symfony/routing": "To use the SymfonyRouteFactory.",
9837 "symfony/yaml": "To use yaml based configuration.",
9838 "twig/twig": "To use the Twig extensions."
9839 },
9840 "type": "library",
9841 "extra": {
9842 "branch-alias": {
9843 "dev-master": "2.12-dev"
9844 }
9845 },
9846 "autoload": {
9847 "psr-0": {
9848 "Hateoas": "src/"
9849 }
9850 },
9851 "notification-url": "https://packagist.org/downloads/",
9852 "license": [
9853 "MIT"
9854 ],
9855 "authors": [
9856 {
9857 "name": "Adrien Brault",
9858 "email": "adrien.brault@gmail.com"
9859 },
9860 {
9861 "name": "William DURAND",
9862 "email": "william.durand1@gmail.com"
9863 }
9864 ],
9865 "description": "A PHP library to support implementing representations for HATEOAS REST web services",
9866 "time": "2018-02-23T17:05:31+00:00"
9867 },
9868 {
9869 "name": "willdurand/hateoas-bundle",
9870 "version": "1.4.0",
9871 "source": {
9872 "type": "git",
9873 "url": "https://github.com/willdurand/BazingaHateoasBundle.git",
9874 "reference": "d1f915fd4f8a7cd43a88a0ce97ffb28abe3a94fa"
9875 },
9876 "dist": {
9877 "type": "zip",
9878 "url": "https://api.github.com/repos/willdurand/BazingaHateoasBundle/zipball/d1f915fd4f8a7cd43a88a0ce97ffb28abe3a94fa",
9879 "reference": "d1f915fd4f8a7cd43a88a0ce97ffb28abe3a94fa",
9880 "shasum": ""
9881 },
9882 "require": {
9883 "jms/serializer-bundle": "~1.0 || ^2.0",
9884 "php": ">5.4 |^7.0",
9885 "symfony/framework-bundle": "~2.3 || ~3.0 || ~4.0",
9886 "willdurand/hateoas": "^2.10.0"
9887 },
9888 "require-dev": {
9889 "phpunit/phpunit": "~4.5 || ~5.0",
9890 "symfony/expression-language": "~2.4 || ~3.0 || ~4.0",
9891 "symfony/stopwatch": "~2.4 || ~3.0 || ~4.0",
9892 "twig/twig": "~1.12"
9893 },
9894 "type": "symfony-bundle",
9895 "extra": {
9896 "branch-alias": {
9897 "dev-master": "1.4-dev"
9898 }
9899 },
9900 "autoload": {
9901 "psr-4": {
9902 "Bazinga\\Bundle\\HateoasBundle\\": ""
9903 }
9904 },
9905 "notification-url": "https://packagist.org/downloads/",
9906 "license": [
9907 "MIT"
9908 ],
9909 "authors": [
9910 {
9911 "name": "William DURAND",
9912 "email": "william.durand1@gmail.com"
9913 }
9914 ],
9915 "description": "Integration of Hateoas into Symfony2.",
9916 "keywords": [
9917 "HATEOAS",
9918 "rest"
9919 ],
9920 "time": "2018-01-27T13:03:07+00:00"
9921 },
9922 {
9923 "name": "willdurand/jsonp-callback-validator",
9924 "version": "v1.1.0",
9925 "source": {
9926 "type": "git",
9927 "url": "https://github.com/willdurand/JsonpCallbackValidator.git",
9928 "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909"
9929 },
9930 "dist": {
9931 "type": "zip",
9932 "url": "https://api.github.com/repos/willdurand/JsonpCallbackValidator/zipball/1a7d388bb521959e612ef50c5c7b1691b097e909",
9933 "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909",
9934 "shasum": ""
9935 },
9936 "require": {
9937 "php": ">=5.3.0"
9938 },
9939 "require-dev": {
9940 "phpunit/phpunit": "~3.7"
9941 },
9942 "type": "library",
9943 "autoload": {
9944 "psr-0": {
9945 "JsonpCallbackValidator": "src/"
9946 }
9947 },
9948 "notification-url": "https://packagist.org/downloads/",
9949 "license": [
9950 "MIT"
9951 ],
9952 "authors": [
9953 {
9954 "name": "William Durand",
9955 "email": "william.durand1@gmail.com",
9956 "homepage": "http://www.willdurand.fr"
9957 }
9958 ],
9959 "description": "JSONP callback validator.",
9960 "time": "2014-01-20T22:35:06+00:00"
9961 },
9962 {
9963 "name": "willdurand/negotiation",
9964 "version": "v2.3.1",
9965 "source": {
9966 "type": "git",
9967 "url": "https://github.com/willdurand/Negotiation.git",
9968 "reference": "03436ededa67c6e83b9b12defac15384cb399dc9"
9969 },
9970 "dist": {
9971 "type": "zip",
9972 "url": "https://api.github.com/repos/willdurand/Negotiation/zipball/03436ededa67c6e83b9b12defac15384cb399dc9",
9973 "reference": "03436ededa67c6e83b9b12defac15384cb399dc9",
9974 "shasum": ""
9975 },
9976 "require": {
9977 "php": ">=5.4.0"
9978 },
9979 "require-dev": {
9980 "phpunit/phpunit": "~4.5"
9981 },
9982 "type": "library",
9983 "extra": {
9984 "branch-alias": {
9985 "dev-master": "2.3-dev"
9986 }
9987 },
9988 "autoload": {
9989 "psr-4": {
9990 "Negotiation\\": "src/Negotiation"
9991 }
9992 },
9993 "notification-url": "https://packagist.org/downloads/",
9994 "license": [
9995 "MIT"
9996 ],
9997 "authors": [
9998 {
9999 "name": "William Durand",
10000 "email": "will+git@drnd.me"
10001 }
10002 ],
10003 "description": "Content Negotiation tools for PHP provided as a standalone library.",
10004 "homepage": "http://williamdurand.fr/Negotiation/",
10005 "keywords": [
10006 "accept",
10007 "content",
10008 "format",
10009 "header",
10010 "negotiation"
10011 ],
10012 "time": "2017-05-14T17:21:12+00:00"
10013 }
10014 ],
10015 "packages-dev": [
10016 {
10017 "name": "composer/semver",
10018 "version": "1.5.1",
10019 "source": {
10020 "type": "git",
10021 "url": "https://github.com/composer/semver.git",
10022 "reference": "c6bea70230ef4dd483e6bbcab6005f682ed3a8de"
10023 },
10024 "dist": {
10025 "type": "zip",
10026 "url": "https://api.github.com/repos/composer/semver/zipball/c6bea70230ef4dd483e6bbcab6005f682ed3a8de",
10027 "reference": "c6bea70230ef4dd483e6bbcab6005f682ed3a8de",
10028 "shasum": ""
10029 },
10030 "require": {
10031 "php": "^5.3.2 || ^7.0"
10032 },
10033 "require-dev": {
10034 "phpunit/phpunit": "^4.5 || ^5.0.5"
10035 },
10036 "type": "library",
10037 "extra": {
10038 "branch-alias": {
10039 "dev-master": "1.x-dev"
10040 }
10041 },
10042 "autoload": {
10043 "psr-4": {
10044 "Composer\\Semver\\": "src"
10045 }
10046 },
10047 "notification-url": "https://packagist.org/downloads/",
10048 "license": [
10049 "MIT"
10050 ],
10051 "authors": [
10052 {
10053 "name": "Nils Adermann",
10054 "email": "naderman@naderman.de",
10055 "homepage": "http://www.naderman.de"
10056 },
10057 {
10058 "name": "Jordi Boggiano",
10059 "email": "j.boggiano@seld.be",
10060 "homepage": "http://seld.be"
10061 },
10062 {
10063 "name": "Rob Bast",
10064 "email": "rob.bast@gmail.com",
10065 "homepage": "http://robbast.nl"
10066 }
10067 ],
10068 "description": "Semver library that offers utilities, version constraint parsing and validation.",
10069 "keywords": [
10070 "semantic",
10071 "semver",
10072 "validation",
10073 "versioning"
10074 ],
10075 "time": "2020-01-13T12:06:48+00:00"
10076 },
10077 {
10078 "name": "composer/xdebug-handler",
10079 "version": "1.4.1",
10080 "source": {
10081 "type": "git",
10082 "url": "https://github.com/composer/xdebug-handler.git",
10083 "reference": "1ab9842d69e64fb3a01be6b656501032d1b78cb7"
10084 },
10085 "dist": {
10086 "type": "zip",
10087 "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/1ab9842d69e64fb3a01be6b656501032d1b78cb7",
10088 "reference": "1ab9842d69e64fb3a01be6b656501032d1b78cb7",
10089 "shasum": ""
10090 },
10091 "require": {
10092 "php": "^5.3.2 || ^7.0 || ^8.0",
10093 "psr/log": "^1.0"
10094 },
10095 "require-dev": {
10096 "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8"
10097 },
10098 "type": "library",
10099 "autoload": {
10100 "psr-4": {
10101 "Composer\\XdebugHandler\\": "src"
10102 }
10103 },
10104 "notification-url": "https://packagist.org/downloads/",
10105 "license": [
10106 "MIT"
10107 ],
10108 "authors": [
10109 {
10110 "name": "John Stevenson",
10111 "email": "john-stevenson@blueyonder.co.uk"
10112 }
10113 ],
10114 "description": "Restarts a process without Xdebug.",
10115 "keywords": [
10116 "Xdebug",
10117 "performance"
10118 ],
10119 "time": "2020-03-01T12:26:26+00:00"
10120 },
10121 {
10122 "name": "dama/doctrine-test-bundle",
10123 "version": "v5.0.3",
10124 "source": {
10125 "type": "git",
10126 "url": "https://github.com/dmaicher/doctrine-test-bundle.git",
10127 "reference": "29882b0d1a815f4819126ef714931bb24a31cbaa"
10128 },
10129 "dist": {
10130 "type": "zip",
10131 "url": "https://api.github.com/repos/dmaicher/doctrine-test-bundle/zipball/29882b0d1a815f4819126ef714931bb24a31cbaa",
10132 "reference": "29882b0d1a815f4819126ef714931bb24a31cbaa",
10133 "shasum": ""
10134 },
10135 "require": {
10136 "doctrine/dbal": "~2.5",
10137 "doctrine/doctrine-bundle": "~1.4",
10138 "php": "^7.1",
10139 "symfony/framework-bundle": "~2.7|~3.0|~4.0"
10140 },
10141 "require-dev": {
10142 "phpunit/phpunit": "~6.0|~7.0|~8.0",
10143 "symfony/phpunit-bridge": "~2.8|~3.0|~4.0",
10144 "symfony/yaml": "~2.8|~3.0|~4.0"
10145 },
10146 "type": "symfony-bundle",
10147 "extra": {
10148 "branch-alias": {
10149 "dev-master": "5.1.x-dev"
10150 }
10151 },
10152 "autoload": {
10153 "psr-4": {
10154 "DAMA\\DoctrineTestBundle\\": "src/DAMA/DoctrineTestBundle"
10155 }
10156 },
10157 "notification-url": "https://packagist.org/downloads/",
10158 "license": [
10159 "MIT"
10160 ],
10161 "authors": [
10162 {
10163 "name": "David Maicher",
10164 "email": "mail@dmaicher.de"
10165 }
10166 ],
10167 "description": "Symfony bundle to isolate doctrine database tests and improve test performance",
10168 "keywords": [
10169 "Symfony 3",
10170 "Symfony 4",
10171 "doctrine",
10172 "isolation",
10173 "performance",
10174 "symfony",
10175 "symfony 2",
10176 "tests"
10177 ],
10178 "time": "2019-03-22T10:34:17+00:00"
10179 },
10180 {
10181 "name": "doctrine/data-fixtures",
10182 "version": "1.3.3",
10183 "source": {
10184 "type": "git",
10185 "url": "https://github.com/doctrine/data-fixtures.git",
10186 "reference": "f0ee99c64922fc3f863715232b615c478a61b0a3"
10187 },
10188 "dist": {
10189 "type": "zip",
10190 "url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/f0ee99c64922fc3f863715232b615c478a61b0a3",
10191 "reference": "f0ee99c64922fc3f863715232b615c478a61b0a3",
10192 "shasum": ""
10193 },
10194 "require": {
10195 "doctrine/common": "~2.2",
10196 "php": "^7.1"
10197 },
10198 "conflict": {
10199 "doctrine/phpcr-odm": "<1.3.0"
10200 },
10201 "require-dev": {
10202 "alcaeus/mongo-php-adapter": "^1.1",
10203 "doctrine/dbal": "^2.5.4",
10204 "doctrine/mongodb-odm": "^1.3.0",
10205 "doctrine/orm": "^2.5.4",
10206 "phpunit/phpunit": "^7.0"
10207 },
10208 "suggest": {
10209 "alcaeus/mongo-php-adapter": "For using MongoDB ODM with PHP 7",
10210 "doctrine/mongodb-odm": "For loading MongoDB ODM fixtures",
10211 "doctrine/orm": "For loading ORM fixtures",
10212 "doctrine/phpcr-odm": "For loading PHPCR ODM fixtures"
10213 },
10214 "type": "library",
10215 "extra": {
10216 "branch-alias": {
10217 "dev-master": "1.3.x-dev"
10218 }
10219 },
10220 "autoload": {
10221 "psr-4": {
10222 "Doctrine\\Common\\DataFixtures\\": "lib/Doctrine/Common/DataFixtures"
10223 }
10224 },
10225 "notification-url": "https://packagist.org/downloads/",
10226 "license": [
10227 "MIT"
10228 ],
10229 "authors": [
10230 {
10231 "name": "Jonathan Wage",
10232 "email": "jonwage@gmail.com"
10233 }
10234 ],
10235 "description": "Data Fixtures for all Doctrine Object Managers",
10236 "homepage": "http://www.doctrine-project.org",
10237 "keywords": [
10238 "database"
10239 ],
10240 "time": "2019-10-24T04:52:28+00:00"
10241 },
10242 {
10243 "name": "doctrine/doctrine-fixtures-bundle",
10244 "version": "3.3.1",
10245 "source": {
10246 "type": "git",
10247 "url": "https://github.com/doctrine/DoctrineFixturesBundle.git",
10248 "reference": "39defca57ee0949e1475c46177b30b6d1b732e8f"
10249 },
10250 "dist": {
10251 "type": "zip",
10252 "url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/39defca57ee0949e1475c46177b30b6d1b732e8f",
10253 "reference": "39defca57ee0949e1475c46177b30b6d1b732e8f",
10254 "shasum": ""
10255 },
10256 "require": {
10257 "doctrine/data-fixtures": "^1.3",
10258 "doctrine/doctrine-bundle": "^1.11|^2.0",
10259 "doctrine/orm": "^2.6.0",
10260 "doctrine/persistence": "^1.3",
10261 "php": "^7.1",
10262 "symfony/config": "^3.4|^4.3|^5.0",
10263 "symfony/console": "^3.4|^4.3|^5.0",
10264 "symfony/dependency-injection": "^3.4|^4.3|^5.0",
10265 "symfony/doctrine-bridge": "^3.4|^4.1|^5.0",
10266 "symfony/http-kernel": "^3.4|^4.3|^5.0"
10267 },
10268 "require-dev": {
10269 "doctrine/coding-standard": "^6.0",
10270 "phpunit/phpunit": "^7.4",
10271 "symfony/phpunit-bridge": "^4.1|^5.0"
10272 },
10273 "type": "symfony-bundle",
10274 "extra": {
10275 "branch-alias": {
10276 "dev-master": "3.3.x-dev"
10277 }
10278 },
10279 "autoload": {
10280 "psr-4": {
10281 "Doctrine\\Bundle\\FixturesBundle\\": ""
10282 }
10283 },
10284 "notification-url": "https://packagist.org/downloads/",
10285 "license": [
10286 "MIT"
10287 ],
10288 "authors": [
10289 {
10290 "name": "Fabien Potencier",
10291 "email": "fabien@symfony.com"
10292 },
10293 {
10294 "name": "Doctrine Project",
10295 "homepage": "http://www.doctrine-project.org"
10296 },
10297 {
10298 "name": "Symfony Community",
10299 "homepage": "http://symfony.com/contributors"
10300 }
10301 ],
10302 "description": "Symfony DoctrineFixturesBundle",
10303 "homepage": "http://www.doctrine-project.org",
10304 "keywords": [
10305 "Fixture",
10306 "persistence"
10307 ],
10308 "time": "2020-04-02T16:40:37+00:00"
10309 },
10310 {
10311 "name": "friendsofphp/php-cs-fixer",
10312 "version": "v2.16.3",
10313 "source": {
10314 "type": "git",
10315 "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
10316 "reference": "83baf823a33a1cbd5416c8626935cf3f843c10b0"
10317 },
10318 "dist": {
10319 "type": "zip",
10320 "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/83baf823a33a1cbd5416c8626935cf3f843c10b0",
10321 "reference": "83baf823a33a1cbd5416c8626935cf3f843c10b0",
10322 "shasum": ""
10323 },
10324 "require": {
10325 "composer/semver": "^1.4",
10326 "composer/xdebug-handler": "^1.2",
10327 "doctrine/annotations": "^1.2",
10328 "ext-json": "*",
10329 "ext-tokenizer": "*",
10330 "php": "^5.6 || ^7.0",
10331 "php-cs-fixer/diff": "^1.3",
10332 "symfony/console": "^3.4.17 || ^4.1.6 || ^5.0",
10333 "symfony/event-dispatcher": "^3.0 || ^4.0 || ^5.0",
10334 "symfony/filesystem": "^3.0 || ^4.0 || ^5.0",
10335 "symfony/finder": "^3.0 || ^4.0 || ^5.0",
10336 "symfony/options-resolver": "^3.0 || ^4.0 || ^5.0",
10337 "symfony/polyfill-php70": "^1.0",
10338 "symfony/polyfill-php72": "^1.4",
10339 "symfony/process": "^3.0 || ^4.0 || ^5.0",
10340 "symfony/stopwatch": "^3.0 || ^4.0 || ^5.0"
10341 },
10342 "require-dev": {
10343 "johnkary/phpunit-speedtrap": "^1.1 || ^2.0 || ^3.0",
10344 "justinrainbow/json-schema": "^5.0",
10345 "keradus/cli-executor": "^1.2",
10346 "mikey179/vfsstream": "^1.6",
10347 "php-coveralls/php-coveralls": "^2.1",
10348 "php-cs-fixer/accessible-object": "^1.0",
10349 "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.1",
10350 "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.1",
10351 "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.1",
10352 "phpunitgoodpractices/traits": "^1.8",
10353 "symfony/phpunit-bridge": "^4.3 || ^5.0",
10354 "symfony/yaml": "^3.0 || ^4.0 || ^5.0"
10355 },
10356 "suggest": {
10357 "ext-dom": "For handling output formats in XML",
10358 "ext-mbstring": "For handling non-UTF8 characters in cache signature.",
10359 "php-cs-fixer/phpunit-constraint-isidenticalstring": "For IsIdenticalString constraint.",
10360 "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "For XmlMatchesXsd constraint.",
10361 "symfony/polyfill-mbstring": "When enabling `ext-mbstring` is not possible."
10362 },
10363 "bin": [
10364 "php-cs-fixer"
10365 ],
10366 "type": "application",
10367 "autoload": {
10368 "psr-4": {
10369 "PhpCsFixer\\": "src/"
10370 },
10371 "classmap": [
10372 "tests/Test/AbstractFixerTestCase.php",
10373 "tests/Test/AbstractIntegrationCaseFactory.php",
10374 "tests/Test/AbstractIntegrationTestCase.php",
10375 "tests/Test/Assert/AssertTokensTrait.php",
10376 "tests/Test/IntegrationCase.php",
10377 "tests/Test/IntegrationCaseFactory.php",
10378 "tests/Test/IntegrationCaseFactoryInterface.php",
10379 "tests/Test/InternalIntegrationCaseFactory.php",
10380 "tests/Test/IsIdenticalConstraint.php",
10381 "tests/TestCase.php"
10382 ]
10383 },
10384 "notification-url": "https://packagist.org/downloads/",
10385 "license": [
10386 "MIT"
10387 ],
10388 "authors": [
10389 {
10390 "name": "Fabien Potencier",
10391 "email": "fabien@symfony.com"
10392 },
10393 {
10394 "name": "Dariusz Rumiński",
10395 "email": "dariusz.ruminski@gmail.com"
10396 }
10397 ],
10398 "description": "A tool to automatically fix PHP code style",
10399 "time": "2020-04-15T18:51:10+00:00"
10400 },
10401 {
10402 "name": "m6web/redis-mock",
10403 "version": "v5.0.0",
10404 "source": {
10405 "type": "git",
10406 "url": "https://github.com/M6Web/RedisMock.git",
10407 "reference": "1b7a1bcbb63d636b003643e88f785615e0a316bd"
10408 },
10409 "dist": {
10410 "type": "zip",
10411 "url": "https://api.github.com/repos/M6Web/RedisMock/zipball/1b7a1bcbb63d636b003643e88f785615e0a316bd",
10412 "reference": "1b7a1bcbb63d636b003643e88f785615e0a316bd",
10413 "shasum": ""
10414 },
10415 "require": {
10416 "php": ">=7.1.0"
10417 },
10418 "require-dev": {
10419 "atoum/atoum": "master-dev",
10420 "predis/predis": "~1.1"
10421 },
10422 "type": "library",
10423 "autoload": {
10424 "psr-0": {
10425 "M6Web\\Component\\RedisMock": "src/"
10426 }
10427 },
10428 "notification-url": "https://packagist.org/downloads/",
10429 "license": [
10430 "MIT"
10431 ],
10432 "authors": [
10433 {
10434 "name": "M6Web",
10435 "email": "opensource@m6web.fr",
10436 "homepage": "http://tech.m6web.fr/"
10437 }
10438 ],
10439 "description": "Library providing a PHP mock for Redis",
10440 "keywords": [
10441 "mock",
10442 "redis"
10443 ],
10444 "time": "2020-01-08T08:03:01+00:00"
10445 },
10446 {
10447 "name": "nette/bootstrap",
10448 "version": "v3.0.2",
10449 "source": {
10450 "type": "git",
10451 "url": "https://github.com/nette/bootstrap.git",
10452 "reference": "67830a65b42abfb906f8e371512d336ebfb5da93"
10453 },
10454 "dist": {
10455 "type": "zip",
10456 "url": "https://api.github.com/repos/nette/bootstrap/zipball/67830a65b42abfb906f8e371512d336ebfb5da93",
10457 "reference": "67830a65b42abfb906f8e371512d336ebfb5da93",
10458 "shasum": ""
10459 },
10460 "require": {
10461 "nette/di": "^3.0",
10462 "nette/utils": "^3.0",
10463 "php": ">=7.1"
10464 },
10465 "conflict": {
10466 "tracy/tracy": "<2.6"
10467 },
10468 "require-dev": {
10469 "latte/latte": "^2.2",
10470 "nette/application": "^3.0",
10471 "nette/caching": "^3.0",
10472 "nette/database": "^3.0",
10473 "nette/forms": "^3.0",
10474 "nette/http": "^3.0",
10475 "nette/mail": "^3.0",
10476 "nette/robot-loader": "^3.0",
10477 "nette/safe-stream": "^2.2",
10478 "nette/security": "^3.0",
10479 "nette/tester": "^2.0",
10480 "phpstan/phpstan-nette": "^0.12",
10481 "tracy/tracy": "^2.6"
10482 },
10483 "suggest": {
10484 "nette/robot-loader": "to use Configurator::createRobotLoader()",
10485 "tracy/tracy": "to use Configurator::enableTracy()"
10486 },
10487 "type": "library",
10488 "extra": {
10489 "branch-alias": {
10490 "dev-master": "3.0-dev"
10491 }
10492 },
10493 "autoload": {
10494 "classmap": [
10495 "src/"
10496 ]
10497 },
10498 "notification-url": "https://packagist.org/downloads/",
10499 "license": [
10500 "BSD-3-Clause",
10501 "GPL-2.0-only",
10502 "GPL-3.0-only"
10503 ],
10504 "authors": [
10505 {
10506 "name": "David Grudl",
10507 "homepage": "https://davidgrudl.com"
10508 },
10509 {
10510 "name": "Nette Community",
10511 "homepage": "https://nette.org/contributors"
10512 }
10513 ],
10514 "description": "🅱 Nette Bootstrap: the simple way to configure and bootstrap your Nette application.",
10515 "homepage": "https://nette.org",
10516 "keywords": [
10517 "bootstrapping",
10518 "configurator",
10519 "nette"
10520 ],
10521 "time": "2020-05-26T08:46:23+00:00"
10522 },
10523 {
10524 "name": "nette/di",
10525 "version": "v3.0.4",
10526 "source": {
10527 "type": "git",
10528 "url": "https://github.com/nette/di.git",
10529 "reference": "34d3e47ebe96229b7671664893a3b1128c102213"
10530 },
10531 "dist": {
10532 "type": "zip",
10533 "url": "https://api.github.com/repos/nette/di/zipball/34d3e47ebe96229b7671664893a3b1128c102213",
10534 "reference": "34d3e47ebe96229b7671664893a3b1128c102213",
10535 "shasum": ""
10536 },
10537 "require": {
10538 "ext-tokenizer": "*",
10539 "nette/neon": "^3.0",
10540 "nette/php-generator": "^3.3.3",
10541 "nette/robot-loader": "^3.2",
10542 "nette/schema": "^1.0",
10543 "nette/utils": "^3.1",
10544 "php": ">=7.1"
10545 },
10546 "conflict": {
10547 "nette/bootstrap": "<3.0"
10548 },
10549 "require-dev": {
10550 "nette/tester": "^2.2",
10551 "phpstan/phpstan": "^0.12",
10552 "tracy/tracy": "^2.3"
10553 },
10554 "type": "library",
10555 "extra": {
10556 "branch-alias": {
10557 "dev-master": "3.0-dev"
10558 }
10559 },
10560 "autoload": {
10561 "classmap": [
10562 "src/"
10563 ]
10564 },
10565 "notification-url": "https://packagist.org/downloads/",
10566 "license": [
10567 "BSD-3-Clause",
10568 "GPL-2.0-only",
10569 "GPL-3.0-only"
10570 ],
10571 "authors": [
10572 {
10573 "name": "David Grudl",
10574 "homepage": "https://davidgrudl.com"
10575 },
10576 {
10577 "name": "Nette Community",
10578 "homepage": "https://nette.org/contributors"
10579 }
10580 ],
10581 "description": "💎 Nette Dependency Injection Container: Flexible, compiled and full-featured DIC with perfectly usable autowiring and support for all new PHP 7.1 features.",
10582 "homepage": "https://nette.org",
10583 "keywords": [
10584 "compiled",
10585 "di",
10586 "dic",
10587 "factory",
10588 "ioc",
10589 "nette",
10590 "static"
10591 ],
10592 "time": "2020-05-14T10:29:59+00:00"
10593 },
10594 {
10595 "name": "nette/finder",
10596 "version": "v2.5.2",
10597 "source": {
10598 "type": "git",
10599 "url": "https://github.com/nette/finder.git",
10600 "reference": "4ad2c298eb8c687dd0e74ae84206a4186eeaed50"
10601 },
10602 "dist": {
10603 "type": "zip",
10604 "url": "https://api.github.com/repos/nette/finder/zipball/4ad2c298eb8c687dd0e74ae84206a4186eeaed50",
10605 "reference": "4ad2c298eb8c687dd0e74ae84206a4186eeaed50",
10606 "shasum": ""
10607 },
10608 "require": {
10609 "nette/utils": "^2.4 || ^3.0",
10610 "php": ">=7.1"
10611 },
10612 "conflict": {
10613 "nette/nette": "<2.2"
10614 },
10615 "require-dev": {
10616 "nette/tester": "^2.0",
10617 "phpstan/phpstan": "^0.12",
10618 "tracy/tracy": "^2.3"
10619 },
10620 "type": "library",
10621 "extra": {
10622 "branch-alias": {
10623 "dev-master": "2.5-dev"
10624 }
10625 },
10626 "autoload": {
10627 "classmap": [
10628 "src/"
10629 ]
10630 },
10631 "notification-url": "https://packagist.org/downloads/",
10632 "license": [
10633 "BSD-3-Clause",
10634 "GPL-2.0",
10635 "GPL-3.0"
10636 ],
10637 "authors": [
10638 {
10639 "name": "David Grudl",
10640 "homepage": "https://davidgrudl.com"
10641 },
10642 {
10643 "name": "Nette Community",
10644 "homepage": "https://nette.org/contributors"
10645 }
10646 ],
10647 "description": "🔍 Nette Finder: find files and directories with an intuitive API.",
10648 "homepage": "https://nette.org",
10649 "keywords": [
10650 "filesystem",
10651 "glob",
10652 "iterator",
10653 "nette"
10654 ],
10655 "time": "2020-01-03T20:35:40+00:00"
10656 },
10657 {
10658 "name": "nette/neon",
10659 "version": "v3.1.2",
10660 "source": {
10661 "type": "git",
10662 "url": "https://github.com/nette/neon.git",
10663 "reference": "3c3dcbc6bf6c80dc97b1fc4ba9a22ae67930fc0e"
10664 },
10665 "dist": {
10666 "type": "zip",
10667 "url": "https://api.github.com/repos/nette/neon/zipball/3c3dcbc6bf6c80dc97b1fc4ba9a22ae67930fc0e",
10668 "reference": "3c3dcbc6bf6c80dc97b1fc4ba9a22ae67930fc0e",
10669 "shasum": ""
10670 },
10671 "require": {
10672 "ext-iconv": "*",
10673 "ext-json": "*",
10674 "php": ">=7.1"
10675 },
10676 "require-dev": {
10677 "nette/tester": "^2.0",
10678 "phpstan/phpstan": "^0.12",
10679 "tracy/tracy": "^2.3"
10680 },
10681 "type": "library",
10682 "extra": {
10683 "branch-alias": {
10684 "dev-master": "3.1-dev"
10685 }
10686 },
10687 "autoload": {
10688 "classmap": [
10689 "src/"
10690 ]
10691 },
10692 "notification-url": "https://packagist.org/downloads/",
10693 "license": [
10694 "BSD-3-Clause",
10695 "GPL-2.0-only",
10696 "GPL-3.0-only"
10697 ],
10698 "authors": [
10699 {
10700 "name": "David Grudl",
10701 "homepage": "https://davidgrudl.com"
10702 },
10703 {
10704 "name": "Nette Community",
10705 "homepage": "https://nette.org/contributors"
10706 }
10707 ],
10708 "description": "🍸 Nette NEON: encodes and decodes NEON file format.",
10709 "homepage": "https://ne-on.org",
10710 "keywords": [
10711 "export",
10712 "import",
10713 "neon",
10714 "nette",
10715 "yaml"
10716 ],
10717 "time": "2020-03-04T11:47:04+00:00"
10718 },
10719 {
10720 "name": "nette/php-generator",
10721 "version": "v3.4.0",
10722 "source": {
10723 "type": "git",
10724 "url": "https://github.com/nette/php-generator.git",
10725 "reference": "ea2c8e8d6439f0a4e3cd3431c572b51a8131539b"
10726 },
10727 "dist": {
10728 "type": "zip",
10729 "url": "https://api.github.com/repos/nette/php-generator/zipball/ea2c8e8d6439f0a4e3cd3431c572b51a8131539b",
10730 "reference": "ea2c8e8d6439f0a4e3cd3431c572b51a8131539b",
10731 "shasum": ""
10732 },
10733 "require": {
10734 "ext-tokenizer": "*",
10735 "nette/utils": "^2.4.2 || ^3.0",
10736 "php": ">=7.1"
10737 },
10738 "require-dev": {
10739 "nette/tester": "^2.0",
10740 "nikic/php-parser": "^4.4",
10741 "phpstan/phpstan": "^0.12",
10742 "tracy/tracy": "^2.3"
10743 },
10744 "suggest": {
10745 "nikic/php-parser": "to use ClassType::withBodiesFrom() & GlobalFunction::withBodyFrom()"
10746 },
10747 "type": "library",
10748 "extra": {
10749 "branch-alias": {
10750 "dev-master": "3.4-dev"
10751 }
10752 },
10753 "autoload": {
10754 "classmap": [
10755 "src/"
10756 ]
10757 },
10758 "notification-url": "https://packagist.org/downloads/",
10759 "license": [
10760 "BSD-3-Clause",
10761 "GPL-2.0-only",
10762 "GPL-3.0-only"
10763 ],
10764 "authors": [
10765 {
10766 "name": "David Grudl",
10767 "homepage": "https://davidgrudl.com"
10768 },
10769 {
10770 "name": "Nette Community",
10771 "homepage": "https://nette.org/contributors"
10772 }
10773 ],
10774 "description": "🐘 Nette PHP Generator: generates neat PHP code for you. Supports new PHP 7.4 features.",
10775 "homepage": "https://nette.org",
10776 "keywords": [
10777 "code",
10778 "nette",
10779 "php",
10780 "scaffolding"
10781 ],
10782 "time": "2020-05-26T16:32:45+00:00"
10783 },
10784 {
10785 "name": "nette/robot-loader",
10786 "version": "v3.2.3",
10787 "source": {
10788 "type": "git",
10789 "url": "https://github.com/nette/robot-loader.git",
10790 "reference": "726c462e73e739e965ec654a667407074cfe83c0"
10791 },
10792 "dist": {
10793 "type": "zip",
10794 "url": "https://api.github.com/repos/nette/robot-loader/zipball/726c462e73e739e965ec654a667407074cfe83c0",
10795 "reference": "726c462e73e739e965ec654a667407074cfe83c0",
10796 "shasum": ""
10797 },
10798 "require": {
10799 "ext-tokenizer": "*",
10800 "nette/finder": "^2.5 || ^3.0",
10801 "nette/utils": "^3.0",
10802 "php": ">=7.1"
10803 },
10804 "require-dev": {
10805 "nette/tester": "^2.0",
10806 "phpstan/phpstan": "^0.12",
10807 "tracy/tracy": "^2.3"
10808 },
10809 "type": "library",
10810 "extra": {
10811 "branch-alias": {
10812 "dev-master": "3.2-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-only",
10824 "GPL-3.0-only"
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 RobotLoader: high performance and comfortable autoloader that will search and autoload classes within your application.",
10837 "homepage": "https://nette.org",
10838 "keywords": [
10839 "autoload",
10840 "class",
10841 "interface",
10842 "nette",
10843 "trait"
10844 ],
10845 "time": "2020-02-28T13:10:07+00:00"
10846 },
10847 {
10848 "name": "nette/schema",
10849 "version": "v1.0.2",
10850 "source": {
10851 "type": "git",
10852 "url": "https://github.com/nette/schema.git",
10853 "reference": "febf71fb4052c824046f5a33f4f769a6e7fa0cb4"
10854 },
10855 "dist": {
10856 "type": "zip",
10857 "url": "https://api.github.com/repos/nette/schema/zipball/febf71fb4052c824046f5a33f4f769a6e7fa0cb4",
10858 "reference": "febf71fb4052c824046f5a33f4f769a6e7fa0cb4",
10859 "shasum": ""
10860 },
10861 "require": {
10862 "nette/utils": "^3.1",
10863 "php": ">=7.1"
10864 },
10865 "require-dev": {
10866 "nette/tester": "^2.2",
10867 "phpstan/phpstan-nette": "^0.12",
10868 "tracy/tracy": "^2.3"
10869 },
10870 "type": "library",
10871 "extra": {
10872 "branch-alias": []
10873 },
10874 "autoload": {
10875 "classmap": [
10876 "src/"
10877 ]
10878 },
10879 "notification-url": "https://packagist.org/downloads/",
10880 "license": [
10881 "BSD-3-Clause",
10882 "GPL-2.0",
10883 "GPL-3.0"
10884 ],
10885 "authors": [
10886 {
10887 "name": "David Grudl",
10888 "homepage": "https://davidgrudl.com"
10889 },
10890 {
10891 "name": "Nette Community",
10892 "homepage": "https://nette.org/contributors"
10893 }
10894 ],
10895 "description": "📐 Nette Schema: validating data structures against a given Schema.",
10896 "homepage": "https://nette.org",
10897 "keywords": [
10898 "config",
10899 "nette"
10900 ],
10901 "time": "2020-01-06T22:52:48+00:00"
10902 },
10903 {
10904 "name": "nette/utils",
10905 "version": "v3.1.2",
10906 "source": {
10907 "type": "git",
10908 "url": "https://github.com/nette/utils.git",
10909 "reference": "488f58378bba71767e7831c83f9e0fa808bf83b9"
10910 },
10911 "dist": {
10912 "type": "zip",
10913 "url": "https://api.github.com/repos/nette/utils/zipball/488f58378bba71767e7831c83f9e0fa808bf83b9",
10914 "reference": "488f58378bba71767e7831c83f9e0fa808bf83b9",
10915 "shasum": ""
10916 },
10917 "require": {
10918 "php": ">=7.1"
10919 },
10920 "require-dev": {
10921 "nette/tester": "~2.0",
10922 "phpstan/phpstan": "^0.12",
10923 "tracy/tracy": "^2.3"
10924 },
10925 "suggest": {
10926 "ext-gd": "to use Image",
10927 "ext-iconv": "to use Strings::webalize(), toAscii(), chr() and reverse()",
10928 "ext-intl": "to use Strings::webalize(), toAscii(), normalize() and compare()",
10929 "ext-json": "to use Nette\\Utils\\Json",
10930 "ext-mbstring": "to use Strings::lower() etc...",
10931 "ext-tokenizer": "to use Nette\\Utils\\Reflection::getUseStatements()",
10932 "ext-xml": "to use Strings::length() etc. when mbstring is not available"
10933 },
10934 "type": "library",
10935 "extra": {
10936 "branch-alias": {
10937 "dev-master": "3.1-dev"
10938 }
10939 },
10940 "autoload": {
10941 "classmap": [
10942 "src/"
10943 ]
10944 },
10945 "notification-url": "https://packagist.org/downloads/",
10946 "license": [
10947 "BSD-3-Clause",
10948 "GPL-2.0-only",
10949 "GPL-3.0-only"
10950 ],
10951 "authors": [
10952 {
10953 "name": "David Grudl",
10954 "homepage": "https://davidgrudl.com"
10955 },
10956 {
10957 "name": "Nette Community",
10958 "homepage": "https://nette.org/contributors"
10959 }
10960 ],
10961 "description": "🛠 Nette Utils: lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.",
10962 "homepage": "https://nette.org",
10963 "keywords": [
10964 "array",
10965 "core",
10966 "datetime",
10967 "images",
10968 "json",
10969 "nette",
10970 "paginator",
10971 "password",
10972 "slugify",
10973 "string",
10974 "unicode",
10975 "utf-8",
10976 "utility",
10977 "validation"
10978 ],
10979 "time": "2020-05-27T09:58:51+00:00"
10980 },
10981 {
10982 "name": "nikic/php-parser",
10983 "version": "v4.4.0",
10984 "source": {
10985 "type": "git",
10986 "url": "https://github.com/nikic/PHP-Parser.git",
10987 "reference": "bd43ec7152eaaab3bd8c6d0aa95ceeb1df8ee120"
10988 },
10989 "dist": {
10990 "type": "zip",
10991 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/bd43ec7152eaaab3bd8c6d0aa95ceeb1df8ee120",
10992 "reference": "bd43ec7152eaaab3bd8c6d0aa95ceeb1df8ee120",
10993 "shasum": ""
10994 },
10995 "require": {
10996 "ext-tokenizer": "*",
10997 "php": ">=7.0"
10998 },
10999 "require-dev": {
11000 "ircmaxell/php-yacc": "0.0.5",
11001 "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0"
11002 },
11003 "bin": [
11004 "bin/php-parse"
11005 ],
11006 "type": "library",
11007 "extra": {
11008 "branch-alias": {
11009 "dev-master": "4.3-dev"
11010 }
11011 },
11012 "autoload": {
11013 "psr-4": {
11014 "PhpParser\\": "lib/PhpParser"
11015 }
11016 },
11017 "notification-url": "https://packagist.org/downloads/",
11018 "license": [
11019 "BSD-3-Clause"
11020 ],
11021 "authors": [
11022 {
11023 "name": "Nikita Popov"
11024 }
11025 ],
11026 "description": "A PHP parser written in PHP",
11027 "keywords": [
11028 "parser",
11029 "php"
11030 ],
11031 "time": "2020-04-10T16:34:50+00:00"
11032 },
11033 {
11034 "name": "php-cs-fixer/diff",
11035 "version": "v1.3.0",
11036 "source": {
11037 "type": "git",
11038 "url": "https://github.com/PHP-CS-Fixer/diff.git",
11039 "reference": "78bb099e9c16361126c86ce82ec4405ebab8e756"
11040 },
11041 "dist": {
11042 "type": "zip",
11043 "url": "https://api.github.com/repos/PHP-CS-Fixer/diff/zipball/78bb099e9c16361126c86ce82ec4405ebab8e756",
11044 "reference": "78bb099e9c16361126c86ce82ec4405ebab8e756",
11045 "shasum": ""
11046 },
11047 "require": {
11048 "php": "^5.6 || ^7.0"
11049 },
11050 "require-dev": {
11051 "phpunit/phpunit": "^5.7.23 || ^6.4.3",
11052 "symfony/process": "^3.3"
11053 },
11054 "type": "library",
11055 "autoload": {
11056 "classmap": [
11057 "src/"
11058 ]
11059 },
11060 "notification-url": "https://packagist.org/downloads/",
11061 "license": [
11062 "BSD-3-Clause"
11063 ],
11064 "authors": [
11065 {
11066 "name": "Kore Nordmann",
11067 "email": "mail@kore-nordmann.de"
11068 },
11069 {
11070 "name": "Sebastian Bergmann",
11071 "email": "sebastian@phpunit.de"
11072 },
11073 {
11074 "name": "SpacePossum"
11075 }
11076 ],
11077 "description": "sebastian/diff v2 backport support for PHP5.6",
11078 "homepage": "https://github.com/PHP-CS-Fixer",
11079 "keywords": [
11080 "diff"
11081 ],
11082 "time": "2018-02-15T16:58:55+00:00"
11083 },
11084 {
11085 "name": "php-http/mock-client",
11086 "version": "1.3.1",
11087 "source": {
11088 "type": "git",
11089 "url": "https://github.com/php-http/mock-client.git",
11090 "reference": "186547be76fe81cc0c0589f9285ef9c8dded9845"
11091 },
11092 "dist": {
11093 "type": "zip",
11094 "url": "https://api.github.com/repos/php-http/mock-client/zipball/186547be76fe81cc0c0589f9285ef9c8dded9845",
11095 "reference": "186547be76fe81cc0c0589f9285ef9c8dded9845",
11096 "shasum": ""
11097 },
11098 "require": {
11099 "php": "^5.5 || ^7.0",
11100 "php-http/client-common": "^1.9 || ^2.0",
11101 "php-http/discovery": "^1.0",
11102 "php-http/httplug": "^1.0 || ^2.0",
11103 "php-http/message-factory": "^1.0"
11104 },
11105 "provide": {
11106 "php-http/async-client-implementation": "1.0",
11107 "php-http/client-implementation": "1.0"
11108 },
11109 "require-dev": {
11110 "henrikbjorn/phpspec-code-coverage": "^1.0",
11111 "phpspec/phpspec": "^2.4"
11112 },
11113 "type": "library",
11114 "extra": {
11115 "branch-alias": {
11116 "dev-master": "1.3-dev"
11117 }
11118 },
11119 "autoload": {
11120 "psr-4": {
11121 "Http\\Mock\\": "src/"
11122 }
11123 },
11124 "notification-url": "https://packagist.org/downloads/",
11125 "license": [
11126 "MIT"
11127 ],
11128 "authors": [
11129 {
11130 "name": "David de Boer",
11131 "email": "david@ddeboer.nl"
11132 }
11133 ],
11134 "description": "Mock HTTP client",
11135 "homepage": "http://httplug.io",
11136 "keywords": [
11137 "client",
11138 "http",
11139 "mock",
11140 "psr7"
11141 ],
11142 "time": "2019-11-06T12:49:04+00:00"
11143 },
11144 {
11145 "name": "phpstan/phpdoc-parser",
11146 "version": "0.3.5",
11147 "source": {
11148 "type": "git",
11149 "url": "https://github.com/phpstan/phpdoc-parser.git",
11150 "reference": "8c4ef2aefd9788238897b678a985e1d5c8df6db4"
11151 },
11152 "dist": {
11153 "type": "zip",
11154 "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/8c4ef2aefd9788238897b678a985e1d5c8df6db4",
11155 "reference": "8c4ef2aefd9788238897b678a985e1d5c8df6db4",
11156 "shasum": ""
11157 },
11158 "require": {
11159 "php": "~7.1"
11160 },
11161 "require-dev": {
11162 "consistence/coding-standard": "^3.5",
11163 "jakub-onderka/php-parallel-lint": "^0.9.2",
11164 "phing/phing": "^2.16.0",
11165 "phpstan/phpstan": "^0.10",
11166 "phpunit/phpunit": "^6.3",
11167 "slevomat/coding-standard": "^4.7.2",
11168 "squizlabs/php_codesniffer": "^3.3.2",
11169 "symfony/process": "^3.4 || ^4.0"
11170 },
11171 "type": "library",
11172 "extra": {
11173 "branch-alias": {
11174 "dev-master": "0.3-dev"
11175 }
11176 },
11177 "autoload": {
11178 "psr-4": {
11179 "PHPStan\\PhpDocParser\\": [
11180 "src/"
11181 ]
11182 }
11183 },
11184 "notification-url": "https://packagist.org/downloads/",
11185 "license": [
11186 "MIT"
11187 ],
11188 "description": "PHPDoc parser with support for nullable, intersection and generic types",
11189 "time": "2019-06-07T19:13:52+00:00"
11190 },
11191 {
11192 "name": "phpstan/phpstan",
11193 "version": "0.11.19",
11194 "source": {
11195 "type": "git",
11196 "url": "https://github.com/phpstan/phpstan.git",
11197 "reference": "63cc502f6957b7f74efbac444b4cf219dcadffd7"
11198 },
11199 "dist": {
11200 "type": "zip",
11201 "url": "https://api.github.com/repos/phpstan/phpstan/zipball/63cc502f6957b7f74efbac444b4cf219dcadffd7",
11202 "reference": "63cc502f6957b7f74efbac444b4cf219dcadffd7",
11203 "shasum": ""
11204 },
11205 "require": {
11206 "composer/xdebug-handler": "^1.3.0",
11207 "jean85/pretty-package-versions": "^1.0.3",
11208 "nette/bootstrap": "^2.4 || ^3.0",
11209 "nette/di": "^2.4.7 || ^3.0",
11210 "nette/neon": "^2.4.3 || ^3.0",
11211 "nette/robot-loader": "^3.0.1",
11212 "nette/schema": "^1.0",
11213 "nette/utils": "^2.4.5 || ^3.0",
11214 "nikic/php-parser": "^4.2.3",
11215 "php": "~7.1",
11216 "phpstan/phpdoc-parser": "^0.3.5",
11217 "symfony/console": "~3.2 || ~4.0",
11218 "symfony/finder": "~3.2 || ~4.0"
11219 },
11220 "conflict": {
11221 "symfony/console": "3.4.16 || 4.1.5"
11222 },
11223 "require-dev": {
11224 "brianium/paratest": "^2.0 || ^3.0",
11225 "consistence/coding-standard": "^3.5",
11226 "dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
11227 "ext-intl": "*",
11228 "ext-mysqli": "*",
11229 "ext-simplexml": "*",
11230 "ext-soap": "*",
11231 "ext-zip": "*",
11232 "jakub-onderka/php-parallel-lint": "^1.0",
11233 "localheinz/composer-normalize": "^1.1.0",
11234 "phing/phing": "^2.16.0",
11235 "phpstan/phpstan-deprecation-rules": "^0.11",
11236 "phpstan/phpstan-php-parser": "^0.11",
11237 "phpstan/phpstan-phpunit": "^0.11",
11238 "phpstan/phpstan-strict-rules": "^0.11",
11239 "phpunit/phpunit": "^7.5.14 || ^8.0",
11240 "slevomat/coding-standard": "^4.7.2",
11241 "squizlabs/php_codesniffer": "^3.3.2"
11242 },
11243 "bin": [
11244 "bin/phpstan"
11245 ],
11246 "type": "library",
11247 "extra": {
11248 "branch-alias": {
11249 "dev-master": "0.11-dev"
11250 }
11251 },
11252 "autoload": {
11253 "psr-4": {
11254 "PHPStan\\": [
11255 "src/"
11256 ]
11257 }
11258 },
11259 "notification-url": "https://packagist.org/downloads/",
11260 "license": [
11261 "MIT"
11262 ],
11263 "description": "PHPStan - PHP Static Analysis Tool",
11264 "time": "2019-10-22T20:20:22+00:00"
11265 },
11266 {
11267 "name": "phpstan/phpstan-doctrine",
11268 "version": "0.11.6",
11269 "source": {
11270 "type": "git",
11271 "url": "https://github.com/phpstan/phpstan-doctrine.git",
11272 "reference": "77592865e167b32c7dcb4f39a35210e909a8854c"
11273 },
11274 "dist": {
11275 "type": "zip",
11276 "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/77592865e167b32c7dcb4f39a35210e909a8854c",
11277 "reference": "77592865e167b32c7dcb4f39a35210e909a8854c",
11278 "shasum": ""
11279 },
11280 "require": {
11281 "nikic/php-parser": "^4.0",
11282 "php": "~7.1",
11283 "phpstan/phpdoc-parser": "^0.3",
11284 "phpstan/phpstan": "^0.11.7"
11285 },
11286 "conflict": {
11287 "doctrine/collections": "<1.0",
11288 "doctrine/common": "<2.7",
11289 "doctrine/mongodb-odm": "<1.2",
11290 "doctrine/orm": "<2.5"
11291 },
11292 "require-dev": {
11293 "consistence/coding-standard": "^3.8",
11294 "dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
11295 "doctrine/collections": "^1.0",
11296 "doctrine/common": "^2.7",
11297 "doctrine/mongodb-odm": "^1.2",
11298 "doctrine/orm": "^2.5",
11299 "jakub-onderka/php-parallel-lint": "^1.0",
11300 "phing/phing": "^2.16.0",
11301 "phpstan/phpstan-phpunit": "^0.11",
11302 "phpstan/phpstan-strict-rules": "^0.11",
11303 "phpunit/phpunit": "^7.0",
11304 "slevomat/coding-standard": "^5.0.4"
11305 },
11306 "type": "phpstan-extension",
11307 "extra": {
11308 "branch-alias": {
11309 "dev-master": "0.11-dev"
11310 },
11311 "phpstan": {
11312 "includes": [
11313 "extension.neon",
11314 "rules.neon"
11315 ]
11316 }
11317 },
11318 "autoload": {
11319 "psr-4": {
11320 "PHPStan\\": "src/"
11321 }
11322 },
11323 "notification-url": "https://packagist.org/downloads/",
11324 "license": [
11325 "MIT"
11326 ],
11327 "description": "Doctrine extensions for PHPStan",
11328 "time": "2019-09-13T08:40:06+00:00"
11329 },
11330 {
11331 "name": "phpstan/phpstan-phpunit",
11332 "version": "0.11.2",
11333 "source": {
11334 "type": "git",
11335 "url": "https://github.com/phpstan/phpstan-phpunit.git",
11336 "reference": "fbf2ad56c3b13189d29655e226c9b1da47c2fad9"
11337 },
11338 "dist": {
11339 "type": "zip",
11340 "url": "https://api.github.com/repos/phpstan/phpstan-phpunit/zipball/fbf2ad56c3b13189d29655e226c9b1da47c2fad9",
11341 "reference": "fbf2ad56c3b13189d29655e226c9b1da47c2fad9",
11342 "shasum": ""
11343 },
11344 "require": {
11345 "nikic/php-parser": "^4.0",
11346 "php": "~7.1",
11347 "phpstan/phpdoc-parser": "^0.3",
11348 "phpstan/phpstan": "^0.11.4"
11349 },
11350 "conflict": {
11351 "phpunit/phpunit": "<7.0"
11352 },
11353 "require-dev": {
11354 "consistence/coding-standard": "^3.0.1",
11355 "dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
11356 "jakub-onderka/php-parallel-lint": "^1.0",
11357 "phing/phing": "^2.16.0",
11358 "phpstan/phpstan-strict-rules": "^0.11",
11359 "phpunit/phpunit": "^7.0",
11360 "satooshi/php-coveralls": "^1.0",
11361 "slevomat/coding-standard": "^4.5.2"
11362 },
11363 "type": "phpstan-extension",
11364 "extra": {
11365 "branch-alias": {
11366 "dev-master": "0.11-dev"
11367 },
11368 "phpstan": {
11369 "includes": [
11370 "extension.neon",
11371 "rules.neon"
11372 ]
11373 }
11374 },
11375 "autoload": {
11376 "psr-4": {
11377 "PHPStan\\": "src/"
11378 }
11379 },
11380 "notification-url": "https://packagist.org/downloads/",
11381 "license": [
11382 "MIT"
11383 ],
11384 "description": "PHPUnit extensions and rules for PHPStan",
11385 "time": "2019-05-17T17:50:16+00:00"
11386 },
11387 {
11388 "name": "phpstan/phpstan-symfony",
11389 "version": "0.11.6",
11390 "source": {
11391 "type": "git",
11392 "url": "https://github.com/phpstan/phpstan-symfony.git",
11393 "reference": "c7be3054c21fd472a52b1c38eb129c3f93776084"
11394 },
11395 "dist": {
11396 "type": "zip",
11397 "url": "https://api.github.com/repos/phpstan/phpstan-symfony/zipball/c7be3054c21fd472a52b1c38eb129c3f93776084",
11398 "reference": "c7be3054c21fd472a52b1c38eb129c3f93776084",
11399 "shasum": ""
11400 },
11401 "require": {
11402 "ext-simplexml": "*",
11403 "nikic/php-parser": "^4.0",
11404 "php": "^7.1",
11405 "phpstan/phpstan": "^0.11.7"
11406 },
11407 "conflict": {
11408 "symfony/framework-bundle": "<3.0"
11409 },
11410 "require-dev": {
11411 "consistence/coding-standard": "^3.0.1",
11412 "dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
11413 "jakub-onderka/php-parallel-lint": "^1.0",
11414 "nette/di": "^3.0-stable",
11415 "phing/phing": "^2.16.0",
11416 "phpstan/phpstan-phpunit": "^0.11",
11417 "phpstan/phpstan-strict-rules": "^0.11",
11418 "phpunit/phpunit": "^7.0",
11419 "slevomat/coding-standard": "^4.5.2",
11420 "squizlabs/php_codesniffer": "^3.3.2",
11421 "symfony/console": "^3.0 || ^4.0",
11422 "symfony/framework-bundle": "^3.0 || ^4.0",
11423 "symfony/messenger": "^4.2",
11424 "symfony/serializer": "^3.0 || ^4.0"
11425 },
11426 "type": "phpstan-extension",
11427 "extra": {
11428 "branch-alias": {
11429 "dev-master": "0.11-dev"
11430 },
11431 "phpstan": {
11432 "includes": [
11433 "extension.neon"
11434 ]
11435 }
11436 },
11437 "autoload": {
11438 "psr-4": {
11439 "PHPStan\\": "src/"
11440 }
11441 },
11442 "notification-url": "https://packagist.org/downloads/",
11443 "license": [
11444 "MIT"
11445 ],
11446 "authors": [
11447 {
11448 "name": "Lukáš Unger",
11449 "email": "looky.msc@gmail.com",
11450 "homepage": "https://lookyman.net"
11451 }
11452 ],
11453 "description": "Symfony Framework extensions and rules for PHPStan",
11454 "time": "2019-05-19T17:40:25+00:00"
11455 },
11456 {
11457 "name": "symfony/maker-bundle",
11458 "version": "v1.19.0",
11459 "source": {
11460 "type": "git",
11461 "url": "https://github.com/symfony/maker-bundle.git",
11462 "reference": "bea8c3c959e48a2c952cc7c4f4f32964be8b8874"
11463 },
11464 "dist": {
11465 "type": "zip",
11466 "url": "https://api.github.com/repos/symfony/maker-bundle/zipball/bea8c3c959e48a2c952cc7c4f4f32964be8b8874",
11467 "reference": "bea8c3c959e48a2c952cc7c4f4f32964be8b8874",
11468 "shasum": ""
11469 },
11470 "require": {
11471 "doctrine/inflector": "^1.2",
11472 "nikic/php-parser": "^4.0",
11473 "php": "^7.1.3",
11474 "symfony/config": "^3.4|^4.0|^5.0",
11475 "symfony/console": "^3.4|^4.0|^5.0",
11476 "symfony/dependency-injection": "^3.4|^4.0|^5.0",
11477 "symfony/filesystem": "^3.4|^4.0|^5.0",
11478 "symfony/finder": "^3.4|^4.0|^5.0",
11479 "symfony/framework-bundle": "^3.4|^4.0|^5.0",
11480 "symfony/http-kernel": "^3.4|^4.0|^5.0"
11481 },
11482 "require-dev": {
11483 "doctrine/doctrine-bundle": "^1.8|^2.0",
11484 "doctrine/orm": "^2.3",
11485 "friendsofphp/php-cs-fixer": "^2.8",
11486 "friendsoftwig/twigcs": "^3.1.2",
11487 "symfony/http-client": "^4.3|^5.0",
11488 "symfony/phpunit-bridge": "^4.3|^5.0",
11489 "symfony/process": "^3.4|^4.0|^5.0",
11490 "symfony/security-core": "^3.4|^4.0|^5.0",
11491 "symfony/yaml": "^3.4|^4.0|^5.0"
11492 },
11493 "type": "symfony-bundle",
11494 "extra": {
11495 "branch-alias": {
11496 "dev-master": "1.0-dev"
11497 }
11498 },
11499 "autoload": {
11500 "psr-4": {
11501 "Symfony\\Bundle\\MakerBundle\\": "src/"
11502 }
11503 },
11504 "notification-url": "https://packagist.org/downloads/",
11505 "license": [
11506 "MIT"
11507 ],
11508 "authors": [
11509 {
11510 "name": "Symfony Community",
11511 "homepage": "https://symfony.com/contributors"
11512 }
11513 ],
11514 "description": "Symfony Maker helps you create empty commands, controllers, form classes, tests and more so you can forget about writing boilerplate code.",
11515 "homepage": "https://symfony.com/doc/current/bundles/SymfonyMakerBundle/index.html",
11516 "keywords": [
11517 "code generator",
11518 "generator",
11519 "scaffold",
11520 "scaffolding"
11521 ],
11522 "time": "2020-05-29T14:47:30+00:00"
11523 },
11524 {
11525 "name": "symfony/phpunit-bridge",
11526 "version": "v4.3.11",
11527 "source": {
11528 "type": "git",
11529 "url": "https://github.com/symfony/phpunit-bridge.git",
11530 "reference": "692a73a2e0b76123150709f5eb7e2ea9bf2bad43"
11531 },
11532 "dist": {
11533 "type": "zip",
11534 "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/692a73a2e0b76123150709f5eb7e2ea9bf2bad43",
11535 "reference": "692a73a2e0b76123150709f5eb7e2ea9bf2bad43",
11536 "shasum": ""
11537 },
11538 "require": {
11539 "php": ">=5.5.9"
11540 },
11541 "conflict": {
11542 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
11543 },
11544 "suggest": {
11545 "symfony/debug": "For tracking deprecated interfaces usages at runtime with DebugClassLoader"
11546 },
11547 "bin": [
11548 "bin/simple-phpunit"
11549 ],
11550 "type": "symfony-bridge",
11551 "extra": {
11552 "branch-alias": {
11553 "dev-master": "4.3-dev"
11554 },
11555 "thanks": {
11556 "name": "phpunit/phpunit",
11557 "url": "https://github.com/sebastianbergmann/phpunit"
11558 }
11559 },
11560 "autoload": {
11561 "files": [
11562 "bootstrap.php"
11563 ],
11564 "psr-4": {
11565 "Symfony\\Bridge\\PhpUnit\\": ""
11566 },
11567 "exclude-from-classmap": [
11568 "/Tests/"
11569 ]
11570 },
11571 "notification-url": "https://packagist.org/downloads/",
11572 "license": [
11573 "MIT"
11574 ],
11575 "authors": [
11576 {
11577 "name": "Nicolas Grekas",
11578 "email": "p@tchwork.com"
11579 },
11580 {
11581 "name": "Symfony Community",
11582 "homepage": "https://symfony.com/contributors"
11583 }
11584 ],
11585 "description": "Symfony PHPUnit Bridge",
11586 "homepage": "https://symfony.com",
11587 "time": "2020-01-31T09:56:21+00:00"
11588 }
11589 ],
11590 "aliases": [],
11591 "minimum-stability": "dev",
11592 "stability-flags": {
11593 "predis/predis": 20
11594 },
11595 "prefer-stable": true,
11596 "prefer-lowest": false,
11597 "platform": {
11598 "php": ">=7.1.3",
11599 "ext-ctype": "*",
11600 "ext-curl": "*",
11601 "ext-dom": "*",
11602 "ext-gd": "*",
11603 "ext-hash": "*",
11604 "ext-iconv": "*",
11605 "ext-json": "*",
11606 "ext-mbstring": "*",
11607 "ext-pcre": "*",
11608 "ext-pdo": "*",
11609 "ext-session": "*",
11610 "ext-simplexml": "*",
11611 "ext-tidy": "*",
11612 "ext-tokenizer": "*",
11613 "ext-xml": "*"
11614 },
11615 "platform-dev": [],
11616 "platform-overrides": {
11617 "php": "7.1.3"
11618 }
11619 }