]> git.immae.eu Git - github/wallabag/wallabag.git/blob - composer.lock
Bump friendsofsymfony/rest-bundle from 2.7.4 to 2.8.0
[github/wallabag/wallabag.git] / composer.lock
1 {
2 "_readme": [
3 "This file locks the dependencies of your project to a known state",
4 "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
5 "This file is @generated automatically"
6 ],
7 "content-hash": "9460c8c5f1534c0655a9639167c3e1a1",
8 "packages": [
9 {
10 "name": "bdunogier/guzzle-site-authenticator",
11 "version": "1.0.0",
12 "source": {
13 "type": "git",
14 "url": "https://github.com/wallabag/guzzle-site-authenticator.git",
15 "reference": "6649aca6f13c27088ef34e4202b31fc0da01d987"
16 },
17 "dist": {
18 "type": "zip",
19 "url": "https://api.github.com/repos/wallabag/guzzle-site-authenticator/zipball/6649aca6f13c27088ef34e4202b31fc0da01d987",
20 "reference": "6649aca6f13c27088ef34e4202b31fc0da01d987",
21 "shasum": ""
22 },
23 "require": {
24 "guzzlehttp/guzzle": "^5.2.0",
25 "psr/log": "^1.0.0",
26 "symfony/expression-language": "^3.2"
27 },
28 "require-dev": {
29 "friendsofphp/php-cs-fixer": "~2.0",
30 "monolog/monolog": "^1.13",
31 "php-coveralls/php-coveralls": "~1.0",
32 "symfony/phpunit-bridge": "^4.2"
33 },
34 "type": "library",
35 "extra": {
36 "branch-alias": {
37 "dev-master": "1.0.x-dev"
38 }
39 },
40 "autoload": {
41 "psr-4": {
42 "BD\\GuzzleSiteAuthenticatorBundle\\": "bundle/",
43 "BD\\GuzzleSiteAuthenticator\\": "lib/"
44 }
45 },
46 "notification-url": "https://packagist.org/downloads/",
47 "license": [
48 "MIT"
49 ],
50 "authors": [
51 {
52 "name": "Bertrand Dunogier",
53 "email": "bertrand.dunogier@gmail.com"
54 }
55 ],
56 "description": "A guzzle plugin that adds, if necessary, authentication data to requests. Uses credentials and cookies, with login requests to the sites.",
57 "time": "2018-12-13T21:06:29+00:00"
58 },
59 {
60 "name": "beberlei/assert",
61 "version": "v3.2.7",
62 "source": {
63 "type": "git",
64 "url": "https://github.com/beberlei/assert.git",
65 "reference": "d63a6943fc4fd1a2aedb65994e3548715105abcf"
66 },
67 "dist": {
68 "type": "zip",
69 "url": "https://api.github.com/repos/beberlei/assert/zipball/d63a6943fc4fd1a2aedb65994e3548715105abcf",
70 "reference": "d63a6943fc4fd1a2aedb65994e3548715105abcf",
71 "shasum": ""
72 },
73 "require": {
74 "ext-ctype": "*",
75 "ext-json": "*",
76 "ext-mbstring": "*",
77 "ext-simplexml": "*",
78 "php": "^7"
79 },
80 "require-dev": {
81 "friendsofphp/php-cs-fixer": "*",
82 "phpstan/phpstan-shim": "*",
83 "phpunit/phpunit": ">=6.0.0 <8"
84 },
85 "suggest": {
86 "ext-intl": "Needed to allow Assertion::count(), Assertion::isCountable(), Assertion::minCount(), and Assertion::maxCount() to operate on ResourceBundles"
87 },
88 "type": "library",
89 "autoload": {
90 "psr-4": {
91 "Assert\\": "lib/Assert"
92 },
93 "files": [
94 "lib/Assert/functions.php"
95 ]
96 },
97 "notification-url": "https://packagist.org/downloads/",
98 "license": [
99 "BSD-2-Clause"
100 ],
101 "authors": [
102 {
103 "name": "Benjamin Eberlei",
104 "email": "kontakt@beberlei.de",
105 "role": "Lead Developer"
106 },
107 {
108 "name": "Richard Quadling",
109 "email": "rquadling@gmail.com",
110 "role": "Collaborator"
111 }
112 ],
113 "description": "Thin assertion library for input validation in business models.",
114 "keywords": [
115 "assert",
116 "assertion",
117 "validation"
118 ],
119 "time": "2019-12-19T17:51:41+00:00"
120 },
121 {
122 "name": "behat/transliterator",
123 "version": "v1.3.0",
124 "source": {
125 "type": "git",
126 "url": "https://github.com/Behat/Transliterator.git",
127 "reference": "3c4ec1d77c3d05caa1f0bf8fb3aae4845005c7fc"
128 },
129 "dist": {
130 "type": "zip",
131 "url": "https://api.github.com/repos/Behat/Transliterator/zipball/3c4ec1d77c3d05caa1f0bf8fb3aae4845005c7fc",
132 "reference": "3c4ec1d77c3d05caa1f0bf8fb3aae4845005c7fc",
133 "shasum": ""
134 },
135 "require": {
136 "php": ">=5.3.3"
137 },
138 "require-dev": {
139 "chuyskywalker/rolling-curl": "^3.1",
140 "php-yaoi/php-yaoi": "^1.0",
141 "phpunit/phpunit": "^4.8.36|^6.3"
142 },
143 "type": "library",
144 "extra": {
145 "branch-alias": {
146 "dev-master": "1.2-dev"
147 }
148 },
149 "autoload": {
150 "psr-4": {
151 "Behat\\Transliterator\\": "src/Behat/Transliterator"
152 }
153 },
154 "notification-url": "https://packagist.org/downloads/",
155 "license": [
156 "Artistic-1.0"
157 ],
158 "description": "String transliterator",
159 "keywords": [
160 "i18n",
161 "slug",
162 "transliterator"
163 ],
164 "time": "2020-01-14T16:39:13+00:00"
165 },
166 {
167 "name": "clue/stream-filter",
168 "version": "v1.4.1",
169 "source": {
170 "type": "git",
171 "url": "https://github.com/clue/php-stream-filter.git",
172 "reference": "5a58cc30a8bd6a4eb8f856adf61dd3e013f53f71"
173 },
174 "dist": {
175 "type": "zip",
176 "url": "https://api.github.com/repos/clue/php-stream-filter/zipball/5a58cc30a8bd6a4eb8f856adf61dd3e013f53f71",
177 "reference": "5a58cc30a8bd6a4eb8f856adf61dd3e013f53f71",
178 "shasum": ""
179 },
180 "require": {
181 "php": ">=5.3"
182 },
183 "require-dev": {
184 "phpunit/phpunit": "^5.0 || ^4.8"
185 },
186 "type": "library",
187 "autoload": {
188 "psr-4": {
189 "Clue\\StreamFilter\\": "src/"
190 },
191 "files": [
192 "src/functions_include.php"
193 ]
194 },
195 "notification-url": "https://packagist.org/downloads/",
196 "license": [
197 "MIT"
198 ],
199 "authors": [
200 {
201 "name": "Christian Lück",
202 "email": "christian@lueck.tv"
203 }
204 ],
205 "description": "A simple and modern approach to stream filtering in PHP",
206 "homepage": "https://github.com/clue/php-stream-filter",
207 "keywords": [
208 "bucket brigade",
209 "callback",
210 "filter",
211 "php_user_filter",
212 "stream",
213 "stream_filter_append",
214 "stream_filter_register"
215 ],
216 "time": "2019-04-09T12:31:48+00:00"
217 },
218 {
219 "name": "craue/config-bundle",
220 "version": "2.4.0",
221 "source": {
222 "type": "git",
223 "url": "https://github.com/craue/CraueConfigBundle.git",
224 "reference": "ad474f63d6b51da0d346a7873b3a54f98fa96e32"
225 },
226 "dist": {
227 "type": "zip",
228 "url": "https://api.github.com/repos/craue/CraueConfigBundle/zipball/ad474f63d6b51da0d346a7873b3a54f98fa96e32",
229 "reference": "ad474f63d6b51da0d346a7873b3a54f98fa96e32",
230 "shasum": ""
231 },
232 "require": {
233 "doctrine/doctrine-bundle": "^1.5.1|~2.0",
234 "php": "~7.0",
235 "psr/simple-cache": "^1.0",
236 "symfony/cache": "~3.4|~4.2|~5.0",
237 "symfony/config": "~3.4|~4.2|~5.0",
238 "symfony/dependency-injection": "~3.4|~4.2|~5.0",
239 "symfony/form": "~3.4|~4.2|~5.0",
240 "symfony/framework-bundle": "~3.4|~4.2|~5.0",
241 "symfony/http-foundation": "~3.4|~4.2|~5.0",
242 "symfony/http-kernel": "~3.4|~4.2|~5.0",
243 "symfony/options-resolver": "~3.4|~4.2|~5.0",
244 "symfony/validator": "~3.4|~4.2|~5.0"
245 },
246 "require-dev": {
247 "doctrine/instantiator": "^1.0.5",
248 "doctrine/orm": "^2.5.14",
249 "phpunit/phpunit": "^6.5.13|^7.5.1",
250 "symfony/phpunit-bridge": "~5.0",
251 "symfony/symfony": "~3.4|~4.2|~5.0"
252 },
253 "type": "symfony-bundle",
254 "extra": {
255 "branch-alias": {
256 "dev-master": "2.4.x-dev"
257 }
258 },
259 "autoload": {
260 "psr-4": {
261 "Craue\\ConfigBundle\\": ""
262 },
263 "exclude-from-classmap": [
264 "/Tests/"
265 ]
266 },
267 "notification-url": "https://packagist.org/downloads/",
268 "license": [
269 "MIT"
270 ],
271 "authors": [
272 {
273 "name": "Christian Raue",
274 "email": "christian.raue@gmail.com"
275 },
276 {
277 "name": "Symfony Community",
278 "homepage": "https://github.com/craue/CraueConfigBundle/contributors"
279 }
280 ],
281 "description": "Database-stored settings made available via a service for your Symfony project.",
282 "homepage": "https://github.com/craue/CraueConfigBundle",
283 "keywords": [
284 "config",
285 "symfony"
286 ],
287 "time": "2019-12-03T08:32:04+00:00"
288 },
289 {
290 "name": "defuse/php-encryption",
291 "version": "v2.2.1",
292 "source": {
293 "type": "git",
294 "url": "https://github.com/defuse/php-encryption.git",
295 "reference": "0f407c43b953d571421e0020ba92082ed5fb7620"
296 },
297 "dist": {
298 "type": "zip",
299 "url": "https://api.github.com/repos/defuse/php-encryption/zipball/0f407c43b953d571421e0020ba92082ed5fb7620",
300 "reference": "0f407c43b953d571421e0020ba92082ed5fb7620",
301 "shasum": ""
302 },
303 "require": {
304 "ext-openssl": "*",
305 "paragonie/random_compat": ">= 2",
306 "php": ">=5.4.0"
307 },
308 "require-dev": {
309 "nikic/php-parser": "^2.0|^3.0|^4.0",
310 "phpunit/phpunit": "^4|^5"
311 },
312 "bin": [
313 "bin/generate-defuse-key"
314 ],
315 "type": "library",
316 "autoload": {
317 "psr-4": {
318 "Defuse\\Crypto\\": "src"
319 }
320 },
321 "notification-url": "https://packagist.org/downloads/",
322 "license": [
323 "MIT"
324 ],
325 "authors": [
326 {
327 "name": "Taylor Hornby",
328 "email": "taylor@defuse.ca",
329 "homepage": "https://defuse.ca/"
330 },
331 {
332 "name": "Scott Arciszewski",
333 "email": "info@paragonie.com",
334 "homepage": "https://paragonie.com"
335 }
336 ],
337 "description": "Secure PHP Encryption Library",
338 "keywords": [
339 "aes",
340 "authenticated encryption",
341 "cipher",
342 "crypto",
343 "cryptography",
344 "encrypt",
345 "encryption",
346 "openssl",
347 "security",
348 "symmetric key cryptography"
349 ],
350 "time": "2018-07-24T23:27:56+00:00"
351 },
352 {
353 "name": "doctrine/annotations",
354 "version": "1.10.3",
355 "source": {
356 "type": "git",
357 "url": "https://github.com/doctrine/annotations.git",
358 "reference": "5db60a4969eba0e0c197a19c077780aadbc43c5d"
359 },
360 "dist": {
361 "type": "zip",
362 "url": "https://api.github.com/repos/doctrine/annotations/zipball/5db60a4969eba0e0c197a19c077780aadbc43c5d",
363 "reference": "5db60a4969eba0e0c197a19c077780aadbc43c5d",
364 "shasum": ""
365 },
366 "require": {
367 "doctrine/lexer": "1.*",
368 "ext-tokenizer": "*",
369 "php": "^7.1 || ^8.0"
370 },
371 "require-dev": {
372 "doctrine/cache": "1.*",
373 "phpunit/phpunit": "^7.5"
374 },
375 "type": "library",
376 "extra": {
377 "branch-alias": {
378 "dev-master": "1.9.x-dev"
379 }
380 },
381 "autoload": {
382 "psr-4": {
383 "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
384 }
385 },
386 "notification-url": "https://packagist.org/downloads/",
387 "license": [
388 "MIT"
389 ],
390 "authors": [
391 {
392 "name": "Guilherme Blanco",
393 "email": "guilhermeblanco@gmail.com"
394 },
395 {
396 "name": "Roman Borschel",
397 "email": "roman@code-factory.org"
398 },
399 {
400 "name": "Benjamin Eberlei",
401 "email": "kontakt@beberlei.de"
402 },
403 {
404 "name": "Jonathan Wage",
405 "email": "jonwage@gmail.com"
406 },
407 {
408 "name": "Johannes Schmitt",
409 "email": "schmittjoh@gmail.com"
410 }
411 ],
412 "description": "Docblock Annotations Parser",
413 "homepage": "http://www.doctrine-project.org",
414 "keywords": [
415 "annotations",
416 "docblock",
417 "parser"
418 ],
419 "time": "2020-05-25T17:24:27+00:00"
420 },
421 {
422 "name": "doctrine/cache",
423 "version": "1.10.1",
424 "source": {
425 "type": "git",
426 "url": "https://github.com/doctrine/cache.git",
427 "reference": "35a4a70cd94e09e2259dfae7488afc6b474ecbd3"
428 },
429 "dist": {
430 "type": "zip",
431 "url": "https://api.github.com/repos/doctrine/cache/zipball/35a4a70cd94e09e2259dfae7488afc6b474ecbd3",
432 "reference": "35a4a70cd94e09e2259dfae7488afc6b474ecbd3",
433 "shasum": ""
434 },
435 "require": {
436 "php": "~7.1 || ^8.0"
437 },
438 "conflict": {
439 "doctrine/common": ">2.2,<2.4"
440 },
441 "require-dev": {
442 "alcaeus/mongo-php-adapter": "^1.1",
443 "doctrine/coding-standard": "^6.0",
444 "mongodb/mongodb": "^1.1",
445 "phpunit/phpunit": "^7.0",
446 "predis/predis": "~1.0"
447 },
448 "suggest": {
449 "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
450 },
451 "type": "library",
452 "extra": {
453 "branch-alias": {
454 "dev-master": "1.9.x-dev"
455 }
456 },
457 "autoload": {
458 "psr-4": {
459 "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
460 }
461 },
462 "notification-url": "https://packagist.org/downloads/",
463 "license": [
464 "MIT"
465 ],
466 "authors": [
467 {
468 "name": "Guilherme Blanco",
469 "email": "guilhermeblanco@gmail.com"
470 },
471 {
472 "name": "Roman Borschel",
473 "email": "roman@code-factory.org"
474 },
475 {
476 "name": "Benjamin Eberlei",
477 "email": "kontakt@beberlei.de"
478 },
479 {
480 "name": "Jonathan Wage",
481 "email": "jonwage@gmail.com"
482 },
483 {
484 "name": "Johannes Schmitt",
485 "email": "schmittjoh@gmail.com"
486 }
487 ],
488 "description": "PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.",
489 "homepage": "https://www.doctrine-project.org/projects/cache.html",
490 "keywords": [
491 "abstraction",
492 "apcu",
493 "cache",
494 "caching",
495 "couchdb",
496 "memcached",
497 "php",
498 "redis",
499 "xcache"
500 ],
501 "time": "2020-05-27T16:24:54+00:00"
502 },
503 {
504 "name": "doctrine/collections",
505 "version": "1.6.5",
506 "source": {
507 "type": "git",
508 "url": "https://github.com/doctrine/collections.git",
509 "reference": "fc0206348e17e530d09463fef07ba8968406cd6d"
510 },
511 "dist": {
512 "type": "zip",
513 "url": "https://api.github.com/repos/doctrine/collections/zipball/fc0206348e17e530d09463fef07ba8968406cd6d",
514 "reference": "fc0206348e17e530d09463fef07ba8968406cd6d",
515 "shasum": ""
516 },
517 "require": {
518 "php": "^7.1.3 || ^8.0"
519 },
520 "require-dev": {
521 "doctrine/coding-standard": "^6.0",
522 "phpstan/phpstan-shim": "^0.9.2",
523 "phpunit/phpunit": "^7.0",
524 "vimeo/psalm": "^3.8.1"
525 },
526 "type": "library",
527 "autoload": {
528 "psr-4": {
529 "Doctrine\\Common\\Collections\\": "lib/Doctrine/Common/Collections"
530 }
531 },
532 "notification-url": "https://packagist.org/downloads/",
533 "license": [
534 "MIT"
535 ],
536 "authors": [
537 {
538 "name": "Guilherme Blanco",
539 "email": "guilhermeblanco@gmail.com"
540 },
541 {
542 "name": "Roman Borschel",
543 "email": "roman@code-factory.org"
544 },
545 {
546 "name": "Benjamin Eberlei",
547 "email": "kontakt@beberlei.de"
548 },
549 {
550 "name": "Jonathan Wage",
551 "email": "jonwage@gmail.com"
552 },
553 {
554 "name": "Johannes Schmitt",
555 "email": "schmittjoh@gmail.com"
556 }
557 ],
558 "description": "PHP Doctrine Collections library that adds additional functionality on top of PHP arrays.",
559 "homepage": "https://www.doctrine-project.org/projects/collections.html",
560 "keywords": [
561 "array",
562 "collections",
563 "iterators",
564 "php"
565 ],
566 "time": "2020-05-25T19:24:35+00:00"
567 },
568 {
569 "name": "doctrine/common",
570 "version": "2.13.2",
571 "source": {
572 "type": "git",
573 "url": "https://github.com/doctrine/common.git",
574 "reference": "6902fafacb43333d9dc3d949c0a06048a31549ac"
575 },
576 "dist": {
577 "type": "zip",
578 "url": "https://api.github.com/repos/doctrine/common/zipball/6902fafacb43333d9dc3d949c0a06048a31549ac",
579 "reference": "6902fafacb43333d9dc3d949c0a06048a31549ac",
580 "shasum": ""
581 },
582 "require": {
583 "doctrine/annotations": "^1.0",
584 "doctrine/cache": "^1.0",
585 "doctrine/collections": "^1.0",
586 "doctrine/event-manager": "^1.0",
587 "doctrine/inflector": "^1.0",
588 "doctrine/lexer": "^1.0",
589 "doctrine/persistence": "^1.3.3",
590 "doctrine/reflection": "^1.0",
591 "php": "^7.1 || ^8.0"
592 },
593 "require-dev": {
594 "doctrine/coding-standard": "^1.0",
595 "phpstan/phpstan": "^0.11",
596 "phpstan/phpstan-phpunit": "^0.11",
597 "phpunit/phpunit": "^7.0",
598 "squizlabs/php_codesniffer": "^3.0",
599 "symfony/phpunit-bridge": "^4.0.5"
600 },
601 "type": "library",
602 "extra": {
603 "branch-alias": {
604 "dev-master": "2.11.x-dev"
605 }
606 },
607 "autoload": {
608 "psr-4": {
609 "Doctrine\\Common\\": "lib/Doctrine/Common"
610 }
611 },
612 "notification-url": "https://packagist.org/downloads/",
613 "license": [
614 "MIT"
615 ],
616 "authors": [
617 {
618 "name": "Guilherme Blanco",
619 "email": "guilhermeblanco@gmail.com"
620 },
621 {
622 "name": "Roman Borschel",
623 "email": "roman@code-factory.org"
624 },
625 {
626 "name": "Benjamin Eberlei",
627 "email": "kontakt@beberlei.de"
628 },
629 {
630 "name": "Jonathan Wage",
631 "email": "jonwage@gmail.com"
632 },
633 {
634 "name": "Johannes Schmitt",
635 "email": "schmittjoh@gmail.com"
636 },
637 {
638 "name": "Marco Pivetta",
639 "email": "ocramius@gmail.com"
640 }
641 ],
642 "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.",
643 "homepage": "https://www.doctrine-project.org/projects/common.html",
644 "keywords": [
645 "common",
646 "doctrine",
647 "php"
648 ],
649 "time": "2020-05-29T17:35:20+00:00"
650 },
651 {
652 "name": "doctrine/dbal",
653 "version": "v2.9.2",
654 "source": {
655 "type": "git",
656 "url": "https://github.com/doctrine/dbal.git",
657 "reference": "22800bd651c1d8d2a9719e2a3dc46d5108ebfcc9"
658 },
659 "dist": {
660 "type": "zip",
661 "url": "https://api.github.com/repos/doctrine/dbal/zipball/22800bd651c1d8d2a9719e2a3dc46d5108ebfcc9",
662 "reference": "22800bd651c1d8d2a9719e2a3dc46d5108ebfcc9",
663 "shasum": ""
664 },
665 "require": {
666 "doctrine/cache": "^1.0",
667 "doctrine/event-manager": "^1.0",
668 "ext-pdo": "*",
669 "php": "^7.1"
670 },
671 "require-dev": {
672 "doctrine/coding-standard": "^5.0",
673 "jetbrains/phpstorm-stubs": "^2018.1.2",
674 "phpstan/phpstan": "^0.10.1",
675 "phpunit/phpunit": "^7.4",
676 "symfony/console": "^2.0.5|^3.0|^4.0",
677 "symfony/phpunit-bridge": "^3.4.5|^4.0.5"
678 },
679 "suggest": {
680 "symfony/console": "For helpful console commands such as SQL execution and import of files."
681 },
682 "bin": [
683 "bin/doctrine-dbal"
684 ],
685 "type": "library",
686 "extra": {
687 "branch-alias": {
688 "dev-master": "2.9.x-dev",
689 "dev-develop": "3.0.x-dev"
690 }
691 },
692 "autoload": {
693 "psr-4": {
694 "Doctrine\\DBAL\\": "lib/Doctrine/DBAL"
695 }
696 },
697 "notification-url": "https://packagist.org/downloads/",
698 "license": [
699 "MIT"
700 ],
701 "authors": [
702 {
703 "name": "Roman Borschel",
704 "email": "roman@code-factory.org"
705 },
706 {
707 "name": "Benjamin Eberlei",
708 "email": "kontakt@beberlei.de"
709 },
710 {
711 "name": "Guilherme Blanco",
712 "email": "guilhermeblanco@gmail.com"
713 },
714 {
715 "name": "Jonathan Wage",
716 "email": "jonwage@gmail.com"
717 }
718 ],
719 "description": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.",
720 "homepage": "https://www.doctrine-project.org/projects/dbal.html",
721 "keywords": [
722 "abstraction",
723 "database",
724 "dbal",
725 "mysql",
726 "persistence",
727 "pgsql",
728 "php",
729 "queryobject"
730 ],
731 "time": "2018-12-31T03:27:51+00:00"
732 },
733 {
734 "name": "doctrine/doctrine-bundle",
735 "version": "1.12.10",
736 "source": {
737 "type": "git",
738 "url": "https://github.com/doctrine/DoctrineBundle.git",
739 "reference": "2ee4c25a847e744e93d7fc2895e059ad9ef7d10c"
740 },
741 "dist": {
742 "type": "zip",
743 "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/2ee4c25a847e744e93d7fc2895e059ad9ef7d10c",
744 "reference": "2ee4c25a847e744e93d7fc2895e059ad9ef7d10c",
745 "shasum": ""
746 },
747 "require": {
748 "doctrine/dbal": "^2.5.12",
749 "doctrine/doctrine-cache-bundle": "~1.2",
750 "doctrine/persistence": "^1.3.3",
751 "jdorn/sql-formatter": "^1.2.16",
752 "php": "^7.1 || ^8.0",
753 "symfony/cache": "^3.4.30|^4.3.3",
754 "symfony/config": "^3.4.30|^4.3.3",
755 "symfony/console": "^3.4.30|^4.3.3",
756 "symfony/dependency-injection": "^3.4.30|^4.3.3",
757 "symfony/doctrine-bridge": "^3.4.30|^4.3.3",
758 "symfony/framework-bundle": "^3.4.30|^4.3.3",
759 "symfony/service-contracts": "^1.1.1|^2.0"
760 },
761 "conflict": {
762 "doctrine/orm": "<2.6",
763 "twig/twig": "<1.34|>=2.0,<2.4"
764 },
765 "require-dev": {
766 "doctrine/coding-standard": "^6.0",
767 "doctrine/orm": "^2.6",
768 "ocramius/proxy-manager": "^2.1",
769 "php-coveralls/php-coveralls": "^2.1",
770 "phpunit/phpunit": "^7.5",
771 "symfony/phpunit-bridge": "^4.2",
772 "symfony/property-info": "^3.4.30|^4.3.3",
773 "symfony/proxy-manager-bridge": "^3.4|^4|^5",
774 "symfony/twig-bridge": "^3.4|^4.1",
775 "symfony/validator": "^3.4.30|^4.3.3",
776 "symfony/web-profiler-bundle": "^3.4.30|^4.3.3",
777 "symfony/yaml": "^3.4.30|^4.3.3",
778 "twig/twig": "^1.34|^2.12"
779 },
780 "suggest": {
781 "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
782 "symfony/web-profiler-bundle": "To use the data collector."
783 },
784 "type": "symfony-bundle",
785 "extra": {
786 "branch-alias": {
787 "dev-master": "1.12.x-dev"
788 }
789 },
790 "autoload": {
791 "psr-4": {
792 "Doctrine\\Bundle\\DoctrineBundle\\": ""
793 }
794 },
795 "notification-url": "https://packagist.org/downloads/",
796 "license": [
797 "MIT"
798 ],
799 "authors": [
800 {
801 "name": "Fabien Potencier",
802 "email": "fabien@symfony.com"
803 },
804 {
805 "name": "Benjamin Eberlei",
806 "email": "kontakt@beberlei.de"
807 },
808 {
809 "name": "Symfony Community",
810 "homepage": "http://symfony.com/contributors"
811 },
812 {
813 "name": "Doctrine Project",
814 "homepage": "http://www.doctrine-project.org/"
815 }
816 ],
817 "description": "Symfony DoctrineBundle",
818 "homepage": "http://www.doctrine-project.org",
819 "keywords": [
820 "database",
821 "dbal",
822 "orm",
823 "persistence"
824 ],
825 "time": "2020-05-25T19:50:59+00:00"
826 },
827 {
828 "name": "doctrine/doctrine-cache-bundle",
829 "version": "1.4.0",
830 "source": {
831 "type": "git",
832 "url": "https://github.com/doctrine/DoctrineCacheBundle.git",
833 "reference": "6bee2f9b339847e8a984427353670bad4e7bdccb"
834 },
835 "dist": {
836 "type": "zip",
837 "url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/6bee2f9b339847e8a984427353670bad4e7bdccb",
838 "reference": "6bee2f9b339847e8a984427353670bad4e7bdccb",
839 "shasum": ""
840 },
841 "require": {
842 "doctrine/cache": "^1.4.2",
843 "doctrine/inflector": "^1.0",
844 "php": "^7.1",
845 "symfony/doctrine-bridge": "^3.4|^4.0"
846 },
847 "require-dev": {
848 "instaclick/coding-standard": "~1.1",
849 "instaclick/object-calisthenics-sniffs": "dev-master",
850 "instaclick/symfony2-coding-standard": "dev-remaster",
851 "phpunit/phpunit": "^7.0",
852 "predis/predis": "~0.8",
853 "satooshi/php-coveralls": "^1.0",
854 "squizlabs/php_codesniffer": "~1.5",
855 "symfony/console": "^3.4|^4.0",
856 "symfony/finder": "^3.4|^4.0",
857 "symfony/framework-bundle": "^3.4|^4.0",
858 "symfony/phpunit-bridge": "^3.4|^4.0",
859 "symfony/security-acl": "^2.8",
860 "symfony/validator": "^3.4|^4.0",
861 "symfony/yaml": "^3.4|^4.0"
862 },
863 "suggest": {
864 "symfony/security-acl": "For using this bundle to cache ACLs"
865 },
866 "type": "symfony-bundle",
867 "extra": {
868 "branch-alias": {
869 "dev-master": "1.4.x-dev"
870 }
871 },
872 "autoload": {
873 "psr-4": {
874 "Doctrine\\Bundle\\DoctrineCacheBundle\\": ""
875 },
876 "exclude-from-classmap": [
877 "/Tests/"
878 ]
879 },
880 "notification-url": "https://packagist.org/downloads/",
881 "license": [
882 "MIT"
883 ],
884 "authors": [
885 {
886 "name": "Fabien Potencier",
887 "email": "fabien@symfony.com"
888 },
889 {
890 "name": "Benjamin Eberlei",
891 "email": "kontakt@beberlei.de"
892 },
893 {
894 "name": "Fabio B. Silva",
895 "email": "fabio.bat.silva@gmail.com"
896 },
897 {
898 "name": "Guilherme Blanco",
899 "email": "guilhermeblanco@hotmail.com"
900 },
901 {
902 "name": "Symfony Community",
903 "homepage": "http://symfony.com/contributors"
904 },
905 {
906 "name": "Doctrine Project",
907 "homepage": "http://www.doctrine-project.org/"
908 }
909 ],
910 "description": "Symfony Bundle for Doctrine Cache",
911 "homepage": "https://www.doctrine-project.org",
912 "keywords": [
913 "cache",
914 "caching"
915 ],
916 "time": "2019-11-29T11:22:01+00:00"
917 },
918 {
919 "name": "doctrine/doctrine-migrations-bundle",
920 "version": "v1.3.2",
921 "source": {
922 "type": "git",
923 "url": "https://github.com/doctrine/DoctrineMigrationsBundle.git",
924 "reference": "49fa399181db4bf4f9f725126bd1cb65c4398dce"
925 },
926 "dist": {
927 "type": "zip",
928 "url": "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/49fa399181db4bf4f9f725126bd1cb65c4398dce",
929 "reference": "49fa399181db4bf4f9f725126bd1cb65c4398dce",
930 "shasum": ""
931 },
932 "require": {
933 "doctrine/doctrine-bundle": "~1.0",
934 "doctrine/migrations": "^1.1",
935 "php": ">=5.4.0",
936 "symfony/framework-bundle": "~2.7|~3.3|~4.0"
937 },
938 "require-dev": {
939 "phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^7.4"
940 },
941 "type": "symfony-bundle",
942 "extra": {
943 "branch-alias": {
944 "dev-master": "1.3-dev"
945 }
946 },
947 "autoload": {
948 "psr-4": {
949 "Doctrine\\Bundle\\MigrationsBundle\\": ""
950 }
951 },
952 "notification-url": "https://packagist.org/downloads/",
953 "license": [
954 "MIT"
955 ],
956 "authors": [
957 {
958 "name": "Symfony Community",
959 "homepage": "http://symfony.com/contributors"
960 },
961 {
962 "name": "Doctrine Project",
963 "homepage": "http://www.doctrine-project.org"
964 },
965 {
966 "name": "Fabien Potencier",
967 "email": "fabien@symfony.com"
968 }
969 ],
970 "description": "Symfony DoctrineMigrationsBundle",
971 "homepage": "http://www.doctrine-project.org",
972 "keywords": [
973 "dbal",
974 "migrations",
975 "schema"
976 ],
977 "time": "2018-12-03T11:55:33+00:00"
978 },
979 {
980 "name": "doctrine/event-manager",
981 "version": "1.1.0",
982 "source": {
983 "type": "git",
984 "url": "https://github.com/doctrine/event-manager.git",
985 "reference": "629572819973f13486371cb611386eb17851e85c"
986 },
987 "dist": {
988 "type": "zip",
989 "url": "https://api.github.com/repos/doctrine/event-manager/zipball/629572819973f13486371cb611386eb17851e85c",
990 "reference": "629572819973f13486371cb611386eb17851e85c",
991 "shasum": ""
992 },
993 "require": {
994 "php": "^7.1"
995 },
996 "conflict": {
997 "doctrine/common": "<2.9@dev"
998 },
999 "require-dev": {
1000 "doctrine/coding-standard": "^6.0",
1001 "phpunit/phpunit": "^7.0"
1002 },
1003 "type": "library",
1004 "extra": {
1005 "branch-alias": {
1006 "dev-master": "1.0.x-dev"
1007 }
1008 },
1009 "autoload": {
1010 "psr-4": {
1011 "Doctrine\\Common\\": "lib/Doctrine/Common"
1012 }
1013 },
1014 "notification-url": "https://packagist.org/downloads/",
1015 "license": [
1016 "MIT"
1017 ],
1018 "authors": [
1019 {
1020 "name": "Guilherme Blanco",
1021 "email": "guilhermeblanco@gmail.com"
1022 },
1023 {
1024 "name": "Roman Borschel",
1025 "email": "roman@code-factory.org"
1026 },
1027 {
1028 "name": "Benjamin Eberlei",
1029 "email": "kontakt@beberlei.de"
1030 },
1031 {
1032 "name": "Jonathan Wage",
1033 "email": "jonwage@gmail.com"
1034 },
1035 {
1036 "name": "Johannes Schmitt",
1037 "email": "schmittjoh@gmail.com"
1038 },
1039 {
1040 "name": "Marco Pivetta",
1041 "email": "ocramius@gmail.com"
1042 }
1043 ],
1044 "description": "The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.",
1045 "homepage": "https://www.doctrine-project.org/projects/event-manager.html",
1046 "keywords": [
1047 "event",
1048 "event dispatcher",
1049 "event manager",
1050 "event system",
1051 "events"
1052 ],
1053 "time": "2019-11-10T09:48:07+00:00"
1054 },
1055 {
1056 "name": "doctrine/inflector",
1057 "version": "1.3.1",
1058 "source": {
1059 "type": "git",
1060 "url": "https://github.com/doctrine/inflector.git",
1061 "reference": "ec3a55242203ffa6a4b27c58176da97ff0a7aec1"
1062 },
1063 "dist": {
1064 "type": "zip",
1065 "url": "https://api.github.com/repos/doctrine/inflector/zipball/ec3a55242203ffa6a4b27c58176da97ff0a7aec1",
1066 "reference": "ec3a55242203ffa6a4b27c58176da97ff0a7aec1",
1067 "shasum": ""
1068 },
1069 "require": {
1070 "php": "^7.1"
1071 },
1072 "require-dev": {
1073 "phpunit/phpunit": "^6.2"
1074 },
1075 "type": "library",
1076 "extra": {
1077 "branch-alias": {
1078 "dev-master": "1.3.x-dev"
1079 }
1080 },
1081 "autoload": {
1082 "psr-4": {
1083 "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
1084 }
1085 },
1086 "notification-url": "https://packagist.org/downloads/",
1087 "license": [
1088 "MIT"
1089 ],
1090 "authors": [
1091 {
1092 "name": "Guilherme Blanco",
1093 "email": "guilhermeblanco@gmail.com"
1094 },
1095 {
1096 "name": "Roman Borschel",
1097 "email": "roman@code-factory.org"
1098 },
1099 {
1100 "name": "Benjamin Eberlei",
1101 "email": "kontakt@beberlei.de"
1102 },
1103 {
1104 "name": "Jonathan Wage",
1105 "email": "jonwage@gmail.com"
1106 },
1107 {
1108 "name": "Johannes Schmitt",
1109 "email": "schmittjoh@gmail.com"
1110 }
1111 ],
1112 "description": "Common String Manipulations with regard to casing and singular/plural rules.",
1113 "homepage": "http://www.doctrine-project.org",
1114 "keywords": [
1115 "inflection",
1116 "pluralize",
1117 "singularize",
1118 "string"
1119 ],
1120 "time": "2019-10-30T19:59:35+00:00"
1121 },
1122 {
1123 "name": "doctrine/instantiator",
1124 "version": "1.3.0",
1125 "source": {
1126 "type": "git",
1127 "url": "https://github.com/doctrine/instantiator.git",
1128 "reference": "ae466f726242e637cebdd526a7d991b9433bacf1"
1129 },
1130 "dist": {
1131 "type": "zip",
1132 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/ae466f726242e637cebdd526a7d991b9433bacf1",
1133 "reference": "ae466f726242e637cebdd526a7d991b9433bacf1",
1134 "shasum": ""
1135 },
1136 "require": {
1137 "php": "^7.1"
1138 },
1139 "require-dev": {
1140 "doctrine/coding-standard": "^6.0",
1141 "ext-pdo": "*",
1142 "ext-phar": "*",
1143 "phpbench/phpbench": "^0.13",
1144 "phpstan/phpstan-phpunit": "^0.11",
1145 "phpstan/phpstan-shim": "^0.11",
1146 "phpunit/phpunit": "^7.0"
1147 },
1148 "type": "library",
1149 "extra": {
1150 "branch-alias": {
1151 "dev-master": "1.2.x-dev"
1152 }
1153 },
1154 "autoload": {
1155 "psr-4": {
1156 "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
1157 }
1158 },
1159 "notification-url": "https://packagist.org/downloads/",
1160 "license": [
1161 "MIT"
1162 ],
1163 "authors": [
1164 {
1165 "name": "Marco Pivetta",
1166 "email": "ocramius@gmail.com",
1167 "homepage": "http://ocramius.github.com/"
1168 }
1169 ],
1170 "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
1171 "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
1172 "keywords": [
1173 "constructor",
1174 "instantiate"
1175 ],
1176 "time": "2019-10-21T16:45:58+00:00"
1177 },
1178 {
1179 "name": "doctrine/lexer",
1180 "version": "1.0.2",
1181 "source": {
1182 "type": "git",
1183 "url": "https://github.com/doctrine/lexer.git",
1184 "reference": "1febd6c3ef84253d7c815bed85fc622ad207a9f8"
1185 },
1186 "dist": {
1187 "type": "zip",
1188 "url": "https://api.github.com/repos/doctrine/lexer/zipball/1febd6c3ef84253d7c815bed85fc622ad207a9f8",
1189 "reference": "1febd6c3ef84253d7c815bed85fc622ad207a9f8",
1190 "shasum": ""
1191 },
1192 "require": {
1193 "php": ">=5.3.2"
1194 },
1195 "require-dev": {
1196 "phpunit/phpunit": "^4.5"
1197 },
1198 "type": "library",
1199 "extra": {
1200 "branch-alias": {
1201 "dev-master": "1.0.x-dev"
1202 }
1203 },
1204 "autoload": {
1205 "psr-4": {
1206 "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
1207 }
1208 },
1209 "notification-url": "https://packagist.org/downloads/",
1210 "license": [
1211 "MIT"
1212 ],
1213 "authors": [
1214 {
1215 "name": "Roman Borschel",
1216 "email": "roman@code-factory.org"
1217 },
1218 {
1219 "name": "Guilherme Blanco",
1220 "email": "guilhermeblanco@gmail.com"
1221 },
1222 {
1223 "name": "Johannes Schmitt",
1224 "email": "schmittjoh@gmail.com"
1225 }
1226 ],
1227 "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
1228 "homepage": "https://www.doctrine-project.org/projects/lexer.html",
1229 "keywords": [
1230 "annotations",
1231 "docblock",
1232 "lexer",
1233 "parser",
1234 "php"
1235 ],
1236 "time": "2019-06-08T11:03:04+00:00"
1237 },
1238 {
1239 "name": "doctrine/migrations",
1240 "version": "v1.8.1",
1241 "source": {
1242 "type": "git",
1243 "url": "https://github.com/doctrine/migrations.git",
1244 "reference": "215438c0eef3e5f9b7da7d09c6b90756071b43e6"
1245 },
1246 "dist": {
1247 "type": "zip",
1248 "url": "https://api.github.com/repos/doctrine/migrations/zipball/215438c0eef3e5f9b7da7d09c6b90756071b43e6",
1249 "reference": "215438c0eef3e5f9b7da7d09c6b90756071b43e6",
1250 "shasum": ""
1251 },
1252 "require": {
1253 "doctrine/dbal": "~2.6",
1254 "ocramius/proxy-manager": "^1.0|^2.0",
1255 "php": "^7.1",
1256 "symfony/console": "~3.3|^4.0"
1257 },
1258 "require-dev": {
1259 "doctrine/coding-standard": "^1.0",
1260 "doctrine/orm": "~2.5",
1261 "jdorn/sql-formatter": "~1.1",
1262 "mikey179/vfsstream": "^1.6",
1263 "phpunit/phpunit": "~7.0",
1264 "squizlabs/php_codesniffer": "^3.0",
1265 "symfony/yaml": "~3.3|^4.0"
1266 },
1267 "suggest": {
1268 "jdorn/sql-formatter": "Allows to generate formatted SQL with the diff command.",
1269 "symfony/yaml": "Allows the use of yaml for migration configuration files."
1270 },
1271 "bin": [
1272 "bin/doctrine-migrations"
1273 ],
1274 "type": "library",
1275 "extra": {
1276 "branch-alias": {
1277 "dev-master": "v1.8.x-dev"
1278 }
1279 },
1280 "autoload": {
1281 "psr-4": {
1282 "Doctrine\\DBAL\\Migrations\\": "lib/Doctrine/DBAL/Migrations",
1283 "Doctrine\\Migrations\\": "lib/Doctrine/Migrations"
1284 }
1285 },
1286 "notification-url": "https://packagist.org/downloads/",
1287 "license": [
1288 "MIT"
1289 ],
1290 "authors": [
1291 {
1292 "name": "Benjamin Eberlei",
1293 "email": "kontakt@beberlei.de"
1294 },
1295 {
1296 "name": "Jonathan Wage",
1297 "email": "jonwage@gmail.com"
1298 },
1299 {
1300 "name": "Michael Simonson",
1301 "email": "contact@mikesimonson.com"
1302 }
1303 ],
1304 "description": "Database Schema migrations using Doctrine DBAL",
1305 "homepage": "https://www.doctrine-project.org/projects/migrations.html",
1306 "keywords": [
1307 "database",
1308 "migrations"
1309 ],
1310 "time": "2018-06-06T21:00:30+00:00"
1311 },
1312 {
1313 "name": "doctrine/orm",
1314 "version": "v2.6.6",
1315 "source": {
1316 "type": "git",
1317 "url": "https://github.com/doctrine/orm.git",
1318 "reference": "2d9b9351831d1230881c52f006011cbf72fe944e"
1319 },
1320 "dist": {
1321 "type": "zip",
1322 "url": "https://api.github.com/repos/doctrine/orm/zipball/2d9b9351831d1230881c52f006011cbf72fe944e",
1323 "reference": "2d9b9351831d1230881c52f006011cbf72fe944e",
1324 "shasum": ""
1325 },
1326 "require": {
1327 "doctrine/annotations": "~1.5",
1328 "doctrine/cache": "~1.6",
1329 "doctrine/collections": "^1.4",
1330 "doctrine/common": "^2.7.1",
1331 "doctrine/dbal": "^2.6",
1332 "doctrine/instantiator": "~1.1",
1333 "ext-pdo": "*",
1334 "php": "^7.1",
1335 "symfony/console": "~3.0|~4.0"
1336 },
1337 "require-dev": {
1338 "doctrine/coding-standard": "^5.0",
1339 "phpunit/phpunit": "^7.5",
1340 "symfony/yaml": "~3.4|~4.0"
1341 },
1342 "suggest": {
1343 "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
1344 },
1345 "bin": [
1346 "bin/doctrine"
1347 ],
1348 "type": "library",
1349 "extra": {
1350 "branch-alias": {
1351 "dev-master": "2.6.x-dev"
1352 }
1353 },
1354 "autoload": {
1355 "psr-4": {
1356 "Doctrine\\ORM\\": "lib/Doctrine/ORM"
1357 }
1358 },
1359 "notification-url": "https://packagist.org/downloads/",
1360 "license": [
1361 "MIT"
1362 ],
1363 "authors": [
1364 {
1365 "name": "Guilherme Blanco",
1366 "email": "guilhermeblanco@gmail.com"
1367 },
1368 {
1369 "name": "Roman Borschel",
1370 "email": "roman@code-factory.org"
1371 },
1372 {
1373 "name": "Benjamin Eberlei",
1374 "email": "kontakt@beberlei.de"
1375 },
1376 {
1377 "name": "Jonathan Wage",
1378 "email": "jonwage@gmail.com"
1379 },
1380 {
1381 "name": "Marco Pivetta",
1382 "email": "ocramius@gmail.com"
1383 }
1384 ],
1385 "description": "Object-Relational-Mapper for PHP",
1386 "homepage": "http://www.doctrine-project.org",
1387 "keywords": [
1388 "database",
1389 "orm"
1390 ],
1391 "time": "2019-11-18T22:01:21+00:00"
1392 },
1393 {
1394 "name": "doctrine/persistence",
1395 "version": "1.3.7",
1396 "source": {
1397 "type": "git",
1398 "url": "https://github.com/doctrine/persistence.git",
1399 "reference": "0af483f91bada1c9ded6c2cfd26ab7d5ab2094e0"
1400 },
1401 "dist": {
1402 "type": "zip",
1403 "url": "https://api.github.com/repos/doctrine/persistence/zipball/0af483f91bada1c9ded6c2cfd26ab7d5ab2094e0",
1404 "reference": "0af483f91bada1c9ded6c2cfd26ab7d5ab2094e0",
1405 "shasum": ""
1406 },
1407 "require": {
1408 "doctrine/annotations": "^1.0",
1409 "doctrine/cache": "^1.0",
1410 "doctrine/collections": "^1.0",
1411 "doctrine/event-manager": "^1.0",
1412 "doctrine/reflection": "^1.2",
1413 "php": "^7.1"
1414 },
1415 "conflict": {
1416 "doctrine/common": "<2.10@dev"
1417 },
1418 "require-dev": {
1419 "doctrine/coding-standard": "^6.0",
1420 "phpstan/phpstan": "^0.11",
1421 "phpunit/phpunit": "^7.0"
1422 },
1423 "type": "library",
1424 "extra": {
1425 "branch-alias": {
1426 "dev-master": "1.3.x-dev"
1427 }
1428 },
1429 "autoload": {
1430 "psr-4": {
1431 "Doctrine\\Common\\": "lib/Doctrine/Common",
1432 "Doctrine\\Persistence\\": "lib/Doctrine/Persistence"
1433 }
1434 },
1435 "notification-url": "https://packagist.org/downloads/",
1436 "license": [
1437 "MIT"
1438 ],
1439 "authors": [
1440 {
1441 "name": "Guilherme Blanco",
1442 "email": "guilhermeblanco@gmail.com"
1443 },
1444 {
1445 "name": "Roman Borschel",
1446 "email": "roman@code-factory.org"
1447 },
1448 {
1449 "name": "Benjamin Eberlei",
1450 "email": "kontakt@beberlei.de"
1451 },
1452 {
1453 "name": "Jonathan Wage",
1454 "email": "jonwage@gmail.com"
1455 },
1456 {
1457 "name": "Johannes Schmitt",
1458 "email": "schmittjoh@gmail.com"
1459 },
1460 {
1461 "name": "Marco Pivetta",
1462 "email": "ocramius@gmail.com"
1463 }
1464 ],
1465 "description": "The Doctrine Persistence project is a set of shared interfaces and functionality that the different Doctrine object mappers share.",
1466 "homepage": "https://doctrine-project.org/projects/persistence.html",
1467 "keywords": [
1468 "mapper",
1469 "object",
1470 "odm",
1471 "orm",
1472 "persistence"
1473 ],
1474 "time": "2020-03-21T15:13:52+00:00"
1475 },
1476 {
1477 "name": "doctrine/reflection",
1478 "version": "1.2.1",
1479 "source": {
1480 "type": "git",
1481 "url": "https://github.com/doctrine/reflection.git",
1482 "reference": "55e71912dfcd824b2fdd16f2d9afe15684cfce79"
1483 },
1484 "dist": {
1485 "type": "zip",
1486 "url": "https://api.github.com/repos/doctrine/reflection/zipball/55e71912dfcd824b2fdd16f2d9afe15684cfce79",
1487 "reference": "55e71912dfcd824b2fdd16f2d9afe15684cfce79",
1488 "shasum": ""
1489 },
1490 "require": {
1491 "doctrine/annotations": "^1.0",
1492 "ext-tokenizer": "*",
1493 "php": "^7.1"
1494 },
1495 "conflict": {
1496 "doctrine/common": "<2.9"
1497 },
1498 "require-dev": {
1499 "doctrine/coding-standard": "^5.0",
1500 "doctrine/common": "^2.10",
1501 "phpstan/phpstan": "^0.11.0",
1502 "phpstan/phpstan-phpunit": "^0.11.0",
1503 "phpunit/phpunit": "^7.0"
1504 },
1505 "type": "library",
1506 "extra": {
1507 "branch-alias": {
1508 "dev-master": "1.2.x-dev"
1509 }
1510 },
1511 "autoload": {
1512 "psr-4": {
1513 "Doctrine\\Common\\": "lib/Doctrine/Common"
1514 }
1515 },
1516 "notification-url": "https://packagist.org/downloads/",
1517 "license": [
1518 "MIT"
1519 ],
1520 "authors": [
1521 {
1522 "name": "Guilherme Blanco",
1523 "email": "guilhermeblanco@gmail.com"
1524 },
1525 {
1526 "name": "Roman Borschel",
1527 "email": "roman@code-factory.org"
1528 },
1529 {
1530 "name": "Benjamin Eberlei",
1531 "email": "kontakt@beberlei.de"
1532 },
1533 {
1534 "name": "Jonathan Wage",
1535 "email": "jonwage@gmail.com"
1536 },
1537 {
1538 "name": "Johannes Schmitt",
1539 "email": "schmittjoh@gmail.com"
1540 },
1541 {
1542 "name": "Marco Pivetta",
1543 "email": "ocramius@gmail.com"
1544 }
1545 ],
1546 "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.",
1547 "homepage": "https://www.doctrine-project.org/projects/reflection.html",
1548 "keywords": [
1549 "reflection",
1550 "static"
1551 ],
1552 "time": "2020-03-27T11:06:43+00:00"
1553 },
1554 {
1555 "name": "egulias/email-validator",
1556 "version": "2.1.17",
1557 "source": {
1558 "type": "git",
1559 "url": "https://github.com/egulias/EmailValidator.git",
1560 "reference": "ade6887fd9bd74177769645ab5c474824f8a418a"
1561 },
1562 "dist": {
1563 "type": "zip",
1564 "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/ade6887fd9bd74177769645ab5c474824f8a418a",
1565 "reference": "ade6887fd9bd74177769645ab5c474824f8a418a",
1566 "shasum": ""
1567 },
1568 "require": {
1569 "doctrine/lexer": "^1.0.1",
1570 "php": ">=5.5",
1571 "symfony/polyfill-intl-idn": "^1.10"
1572 },
1573 "require-dev": {
1574 "dominicsayers/isemail": "^3.0.7",
1575 "phpunit/phpunit": "^4.8.36|^7.5.15",
1576 "satooshi/php-coveralls": "^1.0.1"
1577 },
1578 "suggest": {
1579 "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
1580 },
1581 "type": "library",
1582 "extra": {
1583 "branch-alias": {
1584 "dev-master": "2.1.x-dev"
1585 }
1586 },
1587 "autoload": {
1588 "psr-4": {
1589 "Egulias\\EmailValidator\\": "EmailValidator"
1590 }
1591 },
1592 "notification-url": "https://packagist.org/downloads/",
1593 "license": [
1594 "MIT"
1595 ],
1596 "authors": [
1597 {
1598 "name": "Eduardo Gulias Davis"
1599 }
1600 ],
1601 "description": "A library for validating emails against several RFCs",
1602 "homepage": "https://github.com/egulias/EmailValidator",
1603 "keywords": [
1604 "email",
1605 "emailvalidation",
1606 "emailvalidator",
1607 "validation",
1608 "validator"
1609 ],
1610 "time": "2020-02-13T22:36:52+00:00"
1611 },
1612 {
1613 "name": "electrolinux/php-html5lib",
1614 "version": "0.1.0",
1615 "source": {
1616 "type": "git",
1617 "url": "https://github.com/electrolinux/php-html5lib.git",
1618 "reference": "9f92154993c7ecb120d9f9c0e558660d32846721"
1619 },
1620 "dist": {
1621 "type": "zip",
1622 "url": "https://api.github.com/repos/electrolinux/php-html5lib/zipball/9f92154993c7ecb120d9f9c0e558660d32846721",
1623 "reference": "9f92154993c7ecb120d9f9c0e558660d32846721",
1624 "shasum": ""
1625 },
1626 "require": {
1627 "php": ">=5.3.2"
1628 },
1629 "type": "library",
1630 "autoload": {
1631 "psr-0": {
1632 "HTML5Lib": "src/",
1633 "HTML5Lib\\Tests": "tests/"
1634 }
1635 },
1636 "notification-url": "https://packagist.org/downloads/",
1637 "license": [
1638 "MIT"
1639 ],
1640 "authors": [
1641 {
1642 "name": "Multiple users",
1643 "homepage": "https://code.google.com/p/html5lib/",
1644 "role": "Original developers"
1645 },
1646 {
1647 "name": "Sébastien Lavoie",
1648 "homepage": "http://blog.lavoie.sl",
1649 "role": "Packager"
1650 },
1651 {
1652 "name": "didier Belot",
1653 "role": "Packager"
1654 }
1655 ],
1656 "description": "A PHP implementations of a HTML parser based on the WHATWG HTML5 specification.",
1657 "homepage": "https://github.com/electrolinux/php-html5lib",
1658 "keywords": [
1659 "HTML5",
1660 "php"
1661 ],
1662 "time": "2013-03-18T18:32:30+00:00"
1663 },
1664 {
1665 "name": "fig/link-util",
1666 "version": "1.1.1",
1667 "source": {
1668 "type": "git",
1669 "url": "https://github.com/php-fig/link-util.git",
1670 "reference": "c038ee75ca13663ddc2d1f185fe6f7533c00832a"
1671 },
1672 "dist": {
1673 "type": "zip",
1674 "url": "https://api.github.com/repos/php-fig/link-util/zipball/c038ee75ca13663ddc2d1f185fe6f7533c00832a",
1675 "reference": "c038ee75ca13663ddc2d1f185fe6f7533c00832a",
1676 "shasum": ""
1677 },
1678 "require": {
1679 "php": ">=5.5.0",
1680 "psr/link": "~1.0@dev"
1681 },
1682 "provide": {
1683 "psr/link-implementation": "1.0"
1684 },
1685 "require-dev": {
1686 "phpunit/phpunit": "^5.1",
1687 "squizlabs/php_codesniffer": "^2.3.1"
1688 },
1689 "type": "library",
1690 "extra": {
1691 "branch-alias": {
1692 "dev-master": "1.0.x-dev"
1693 }
1694 },
1695 "autoload": {
1696 "psr-4": {
1697 "Fig\\Link\\": "src/"
1698 }
1699 },
1700 "notification-url": "https://packagist.org/downloads/",
1701 "license": [
1702 "MIT"
1703 ],
1704 "authors": [
1705 {
1706 "name": "PHP-FIG",
1707 "homepage": "http://www.php-fig.org/"
1708 }
1709 ],
1710 "description": "Common utility implementations for HTTP links",
1711 "keywords": [
1712 "http",
1713 "http-link",
1714 "link",
1715 "psr",
1716 "psr-13",
1717 "rest"
1718 ],
1719 "time": "2020-04-27T06:40:36+00:00"
1720 },
1721 {
1722 "name": "fossar/htmlawed",
1723 "version": "1.2.7",
1724 "source": {
1725 "type": "git",
1726 "url": "https://github.com/fossar/HTMLawed.git",
1727 "reference": "4f7505e9622a96242923895c3008719b2c2283d3"
1728 },
1729 "dist": {
1730 "type": "zip",
1731 "url": "https://api.github.com/repos/fossar/HTMLawed/zipball/4f7505e9622a96242923895c3008719b2c2283d3",
1732 "reference": "4f7505e9622a96242923895c3008719b2c2283d3",
1733 "shasum": ""
1734 },
1735 "require": {
1736 "php": ">4.4.0"
1737 },
1738 "replace": {
1739 "htmlawed/htmlawed": "*"
1740 },
1741 "type": "library",
1742 "autoload": {
1743 "files": [
1744 "htmLawed.php"
1745 ]
1746 },
1747 "notification-url": "https://packagist.org/downloads/",
1748 "license": [
1749 "GPL-2.0+",
1750 "LGPL-3.0"
1751 ],
1752 "authors": [
1753 {
1754 "name": "Santosh Patnaik",
1755 "homepage": "http://www.bioinformatics.org/people/index.php?user_hash=558b661f92d0ff7b",
1756 "role": "Developer"
1757 }
1758 ],
1759 "description": "htmLawed - Process text with HTML markup to make it more compliant with HTML standards and administrative policies",
1760 "homepage": "http://www.bioinformatics.org/phplabware/internal_utilities/htmLawed/",
1761 "keywords": [
1762 "HTMLtidy",
1763 "html",
1764 "sanitize",
1765 "strip",
1766 "tags"
1767 ],
1768 "time": "2019-05-09T11:53:40+00:00"
1769 },
1770 {
1771 "name": "friendsofsymfony/jsrouting-bundle",
1772 "version": "2.6.0",
1773 "source": {
1774 "type": "git",
1775 "url": "https://github.com/FriendsOfSymfony/FOSJsRoutingBundle.git",
1776 "reference": "9deaf916760ce1d64cf46460473260b02751cee5"
1777 },
1778 "dist": {
1779 "type": "zip",
1780 "url": "https://api.github.com/repos/FriendsOfSymfony/FOSJsRoutingBundle/zipball/9deaf916760ce1d64cf46460473260b02751cee5",
1781 "reference": "9deaf916760ce1d64cf46460473260b02751cee5",
1782 "shasum": ""
1783 },
1784 "require": {
1785 "php": "^7.1",
1786 "symfony/console": "~3.3|^4.0|^5.0",
1787 "symfony/framework-bundle": "~3.3|^4.0|^5.0",
1788 "symfony/serializer": "~3.3|^4.0|^5.0",
1789 "willdurand/jsonp-callback-validator": "~1.0"
1790 },
1791 "require-dev": {
1792 "symfony/expression-language": "~3.3|^4.0|^5.0",
1793 "symfony/phpunit-bridge": "^3.3|^4.0"
1794 },
1795 "type": "symfony-bundle",
1796 "extra": {
1797 "branch-alias": {
1798 "dev-master": "2.0-dev"
1799 }
1800 },
1801 "autoload": {
1802 "psr-4": {
1803 "FOS\\JsRoutingBundle\\": ""
1804 },
1805 "exclude-from-classmap": [
1806 "/Tests/"
1807 ]
1808 },
1809 "notification-url": "https://packagist.org/downloads/",
1810 "license": [
1811 "MIT"
1812 ],
1813 "authors": [
1814 {
1815 "name": "William Durand",
1816 "email": "will+git@drnd.me"
1817 },
1818 {
1819 "name": "FriendsOfSymfony Community",
1820 "homepage": "https://github.com/friendsofsymfony/FOSJsRoutingBundle/contributors"
1821 }
1822 ],
1823 "description": "A pretty nice way to expose your Symfony2 routing to client applications.",
1824 "homepage": "http://friendsofsymfony.github.com",
1825 "keywords": [
1826 "Js Routing",
1827 "javascript",
1828 "routing"
1829 ],
1830 "time": "2020-05-20T09:38:45+00:00"
1831 },
1832 {
1833 "name": "friendsofsymfony/oauth-server-bundle",
1834 "version": "1.6.2",
1835 "source": {
1836 "type": "git",
1837 "url": "https://github.com/FriendsOfSymfony/FOSOAuthServerBundle.git",
1838 "reference": "fcaa25cc49474bdb0db7894f880976fe76ffed23"
1839 },
1840 "dist": {
1841 "type": "zip",
1842 "url": "https://api.github.com/repos/FriendsOfSymfony/FOSOAuthServerBundle/zipball/fcaa25cc49474bdb0db7894f880976fe76ffed23",
1843 "reference": "fcaa25cc49474bdb0db7894f880976fe76ffed23",
1844 "shasum": ""
1845 },
1846 "require": {
1847 "friendsofsymfony/oauth2-php": "~1.1",
1848 "paragonie/random_compat": "^1|^2",
1849 "php": "^5.5|^7.0",
1850 "symfony/dependency-injection": "^2.8|~3.0|^4.0",
1851 "symfony/framework-bundle": "~2.8|~3.0|^4.0",
1852 "symfony/security-bundle": "~2.8|~3.0|^4.0"
1853 },
1854 "require-dev": {
1855 "doctrine/doctrine-bundle": "~1.0",
1856 "doctrine/mongodb-odm": "~1.0",
1857 "doctrine/orm": "~2.2",
1858 "phing/phing": "~2.4",
1859 "php-mock/php-mock-phpunit": "^1.1",
1860 "phpunit/phpunit": "~4.8|~5.0",
1861 "propel/propel1": "^1.6.5",
1862 "symfony/class-loader": "~2.8|~3.0|^4.0",
1863 "symfony/console": "~2.8|~3.0|^4.0",
1864 "symfony/form": "~2.8|~3.0|^4.0",
1865 "symfony/phpunit-bridge": "~2.8|~3.0|^4.0",
1866 "symfony/templating": "~2.8|~3.0|^4.0",
1867 "symfony/twig-bundle": "~2.8|~3.0|^4.0",
1868 "symfony/yaml": "~2.8|~3.0|^4.0",
1869 "willdurand/propel-typehintable-behavior": "^1.0.4"
1870 },
1871 "suggest": {
1872 "doctrine/doctrine-bundle": "*",
1873 "doctrine/mongodb-odm-bundle": "*",
1874 "propel/propel-bundle": "If you want to use Propel with Symfony2, then you will have to install the PropelBundle",
1875 "symfony/console": "Needed to be able to use commands",
1876 "symfony/form": "Needed to be able to use the AuthorizeFormType",
1877 "willdurand/propel-typehintable-behavior": "The Typehintable behavior is useful to add type hints on generated methods, to be compliant with interfaces"
1878 },
1879 "type": "symfony-bundle",
1880 "extra": {
1881 "branch-alias": {
1882 "dev-master": "1.5-dev"
1883 }
1884 },
1885 "autoload": {
1886 "psr-4": {
1887 "FOS\\OAuthServerBundle\\": ""
1888 },
1889 "exclude-from-classmap": [
1890 "/Tests/"
1891 ]
1892 },
1893 "notification-url": "https://packagist.org/downloads/",
1894 "license": [
1895 "MIT"
1896 ],
1897 "authors": [
1898 {
1899 "name": "Arnaud Le Blanc",
1900 "email": "arnaud.lb@gmail.com"
1901 },
1902 {
1903 "name": "FriendsOfSymfony Community",
1904 "homepage": "https://github.com/FriendsOfSymfony/FOSOAuthServerBundle/contributors"
1905 }
1906 ],
1907 "description": "Symfony2 OAuth Server Bundle",
1908 "homepage": "http://friendsofsymfony.github.com",
1909 "keywords": [
1910 "oauth",
1911 "oauth2",
1912 "server"
1913 ],
1914 "time": "2019-01-23T15:23:04+00:00"
1915 },
1916 {
1917 "name": "friendsofsymfony/oauth2-php",
1918 "version": "1.3.0",
1919 "source": {
1920 "type": "git",
1921 "url": "https://github.com/FriendsOfSymfony/oauth2-php.git",
1922 "reference": "606b8ea1c3c927c272ac1409116332ad5a2ed94c"
1923 },
1924 "dist": {
1925 "type": "zip",
1926 "url": "https://api.github.com/repos/FriendsOfSymfony/oauth2-php/zipball/606b8ea1c3c927c272ac1409116332ad5a2ed94c",
1927 "reference": "606b8ea1c3c927c272ac1409116332ad5a2ed94c",
1928 "shasum": ""
1929 },
1930 "require": {
1931 "php": "^5.5.9|^7.0.8|^7.1.3|^7.2.5",
1932 "symfony/http-foundation": "~3.0|~4.0|~5.0"
1933 },
1934 "require-dev": {
1935 "phpunit/phpunit": "^4.8 || ^5.0"
1936 },
1937 "type": "library",
1938 "extra": {
1939 "branch-alias": {
1940 "dev-master": "1.2.x-dev"
1941 }
1942 },
1943 "autoload": {
1944 "psr-4": {
1945 "OAuth2\\": "lib/"
1946 },
1947 "exclude-from-classmap": [
1948 "/tests/"
1949 ]
1950 },
1951 "notification-url": "https://packagist.org/downloads/",
1952 "license": [
1953 "MIT"
1954 ],
1955 "authors": [
1956 {
1957 "name": "Arnaud Le Blanc",
1958 "email": "arnaud.lb@gmail.com"
1959 },
1960 {
1961 "name": "FriendsOfSymfony Community",
1962 "homepage": "https://github.com/FriendsOfSymfony/oauth2-php/contributors"
1963 }
1964 ],
1965 "description": "OAuth2 library",
1966 "homepage": "https://github.com/FriendsOfSymfony/oauth2-php",
1967 "keywords": [
1968 "oauth",
1969 "oauth2"
1970 ],
1971 "time": "2020-03-03T22:14:46+00:00"
1972 },
1973 {
1974 "name": "friendsofsymfony/rest-bundle",
1975 "version": "2.8.0",
1976 "source": {
1977 "type": "git",
1978 "url": "https://github.com/FriendsOfSymfony/FOSRestBundle.git",
1979 "reference": "cc53e997761a56f657d2cae2d49e91dd64a7da76"
1980 },
1981 "dist": {
1982 "type": "zip",
1983 "url": "https://api.github.com/repos/FriendsOfSymfony/FOSRestBundle/zipball/cc53e997761a56f657d2cae2d49e91dd64a7da76",
1984 "reference": "cc53e997761a56f657d2cae2d49e91dd64a7da76",
1985 "shasum": ""
1986 },
1987 "require": {
1988 "doctrine/inflector": "^1.0",
1989 "php": "^7.1",
1990 "psr/log": "^1.0",
1991 "symfony/config": "^3.4|^4.3",
1992 "symfony/debug": "^3.4|^4.3",
1993 "symfony/dependency-injection": "^3.4|^4.3",
1994 "symfony/event-dispatcher": "^3.4|^4.3",
1995 "symfony/finder": "^3.4|^4.3",
1996 "symfony/framework-bundle": "^3.4|^4.3",
1997 "symfony/http-foundation": "^3.4|^4.3",
1998 "symfony/http-kernel": "^3.4|^4.3",
1999 "symfony/routing": "^3.4|^4.3",
2000 "symfony/security-core": "^3.4|^4.3",
2001 "willdurand/jsonp-callback-validator": "^1.0",
2002 "willdurand/negotiation": "^2.0"
2003 },
2004 "conflict": {
2005 "doctrine/inflector": "1.4.0",
2006 "jms/serializer": "<1.13.0",
2007 "jms/serializer-bundle": "<2.0.0",
2008 "sensio/framework-extra-bundle": "<3.0.13"
2009 },
2010 "require-dev": {
2011 "friendsofphp/php-cs-fixer": "^2.0",
2012 "jms/serializer": "^1.13|^2.0|^3.0",
2013 "jms/serializer-bundle": "^2.3.1|^3.0",
2014 "phpoption/phpoption": "^1.1",
2015 "psr/http-message": "^1.0",
2016 "sensio/framework-extra-bundle": "^3.0.13|^4.0|^5.0",
2017 "symfony/asset": "^3.4|^4.3",
2018 "symfony/browser-kit": "^3.4|^4.3",
2019 "symfony/css-selector": "^3.4|^4.3",
2020 "symfony/expression-language": "^3.4|^4.3",
2021 "symfony/form": "^3.4|^4.3",
2022 "symfony/phpunit-bridge": "^4.1.8",
2023 "symfony/security-bundle": "^3.4|^4.3",
2024 "symfony/serializer": "^3.4|^4.3",
2025 "symfony/templating": "^3.4|^4.3",
2026 "symfony/twig-bundle": "^3.4|^4.3",
2027 "symfony/validator": "^3.4|^4.3",
2028 "symfony/web-profiler-bundle": "^3.4|^4.3",
2029 "symfony/yaml": "^3.4|^4.3"
2030 },
2031 "suggest": {
2032 "jms/serializer-bundle": "Add support for advanced serialization capabilities, recommended, requires ^2.0|^3.0",
2033 "sensio/framework-extra-bundle": "Add support for the request body converter and the view response listener, requires ^3.0",
2034 "symfony/expression-language": "Add support for using the expression language in the routing, requires ^2.7|^3.0",
2035 "symfony/serializer": "Add support for basic serialization capabilities and xml decoding, requires ^2.7|^3.0",
2036 "symfony/validator": "Add support for validation capabilities in the ParamFetcher, requires ^2.7|^3.0"
2037 },
2038 "type": "symfony-bundle",
2039 "extra": {
2040 "branch-alias": {
2041 "2.x-dev": "2.8-dev",
2042 "dev-master": "2.7-dev"
2043 }
2044 },
2045 "autoload": {
2046 "psr-4": {
2047 "FOS\\RestBundle\\": ""
2048 },
2049 "exclude-from-classmap": [
2050 "Resources/",
2051 "Tests/"
2052 ]
2053 },
2054 "notification-url": "https://packagist.org/downloads/",
2055 "license": [
2056 "MIT"
2057 ],
2058 "authors": [
2059 {
2060 "name": "Lukas Kahwe Smith",
2061 "email": "smith@pooteeweet.org"
2062 },
2063 {
2064 "name": "Konstantin Kudryashov",
2065 "email": "ever.zet@gmail.com"
2066 },
2067 {
2068 "name": "FriendsOfSymfony Community",
2069 "homepage": "https://github.com/friendsofsymfony/FOSRestBundle/contributors"
2070 }
2071 ],
2072 "description": "This Bundle provides various tools to rapidly develop RESTful API's with Symfony",
2073 "homepage": "http://friendsofsymfony.github.com",
2074 "keywords": [
2075 "rest"
2076 ],
2077 "time": "2020-06-03T06:41:50+00:00"
2078 },
2079 {
2080 "name": "friendsofsymfony/user-bundle",
2081 "version": "v2.0.2",
2082 "source": {
2083 "type": "git",
2084 "url": "https://github.com/FriendsOfSymfony/FOSUserBundle.git",
2085 "reference": "2fc8a023d7ab482321cf7ec810ed49eab40eb50f"
2086 },
2087 "dist": {
2088 "type": "zip",
2089 "url": "https://api.github.com/repos/FriendsOfSymfony/FOSUserBundle/zipball/2fc8a023d7ab482321cf7ec810ed49eab40eb50f",
2090 "reference": "2fc8a023d7ab482321cf7ec810ed49eab40eb50f",
2091 "shasum": ""
2092 },
2093 "require": {
2094 "paragonie/random_compat": "^1 || ^2",
2095 "php": "^5.5.9 || ^7.0",
2096 "symfony/form": "^2.7 || ^3.0",
2097 "symfony/framework-bundle": "^2.7 || ^3.0",
2098 "symfony/security-bundle": "^2.7 || ^3.0",
2099 "symfony/templating": "^2.7 || ^3.0",
2100 "symfony/twig-bundle": "^2.7 || ^3.0",
2101 "twig/twig": "^1.28 || ^2.0"
2102 },
2103 "conflict": {
2104 "doctrine/doctrine-bundle": "<1.3",
2105 "symfony/doctrine-bridge": "<2.7"
2106 },
2107 "require-dev": {
2108 "doctrine/doctrine-bundle": "^1.3",
2109 "friendsofphp/php-cs-fixer": "^1.11",
2110 "phpunit/phpunit": "~4.8|~5.0",
2111 "swiftmailer/swiftmailer": "^4.3 || ^5.0 || ^6.0",
2112 "symfony/console": "^2.7 || ^3.0",
2113 "symfony/phpunit-bridge": "^2.7 || ^3.0",
2114 "symfony/validator": "^2.7 || ^3.0",
2115 "symfony/yaml": "^2.7 || ^3.0"
2116 },
2117 "type": "symfony-bundle",
2118 "extra": {
2119 "branch-alias": {
2120 "dev-master": "2.0.x-dev"
2121 }
2122 },
2123 "autoload": {
2124 "psr-4": {
2125 "FOS\\UserBundle\\": ""
2126 },
2127 "exclude-from-classmap": [
2128 "/Tests/"
2129 ]
2130 },
2131 "notification-url": "https://packagist.org/downloads/",
2132 "license": [
2133 "MIT"
2134 ],
2135 "authors": [
2136 {
2137 "name": "Christophe Coevoet",
2138 "email": "stof@notk.org"
2139 },
2140 {
2141 "name": "FriendsOfSymfony Community",
2142 "homepage": "https://github.com/friendsofsymfony/FOSUserBundle/contributors"
2143 },
2144 {
2145 "name": "Thibault Duplessis",
2146 "email": "thibault.duplessis@gmail.com"
2147 }
2148 ],
2149 "description": "Symfony FOSUserBundle",
2150 "homepage": "http://friendsofsymfony.github.com",
2151 "keywords": [
2152 "User management"
2153 ],
2154 "time": "2017-11-29T17:01:21+00:00"
2155 },
2156 {
2157 "name": "gedmo/doctrine-extensions",
2158 "version": "v2.4.41",
2159 "source": {
2160 "type": "git",
2161 "url": "https://github.com/Atlantic18/DoctrineExtensions.git",
2162 "reference": "e55a6727052f91834a968937c93b6fb193be8fb6"
2163 },
2164 "dist": {
2165 "type": "zip",
2166 "url": "https://api.github.com/repos/Atlantic18/DoctrineExtensions/zipball/e55a6727052f91834a968937c93b6fb193be8fb6",
2167 "reference": "e55a6727052f91834a968937c93b6fb193be8fb6",
2168 "shasum": ""
2169 },
2170 "require": {
2171 "behat/transliterator": "~1.2",
2172 "doctrine/common": "~2.4",
2173 "php": ">=5.3.2"
2174 },
2175 "conflict": {
2176 "doctrine/annotations": "<1.2",
2177 "doctrine/mongodb-odm": ">=2.0"
2178 },
2179 "require-dev": {
2180 "doctrine/common": ">=2.5.0",
2181 "doctrine/mongodb-odm": ">=1.0.2 <2.0",
2182 "doctrine/orm": ">=2.5.0",
2183 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5",
2184 "symfony/yaml": "^2.6 || ^3.0 || ^4.0 || ^5.0"
2185 },
2186 "suggest": {
2187 "doctrine/mongodb-odm": "to use the extensions with the MongoDB ODM",
2188 "doctrine/orm": "to use the extensions with the ORM"
2189 },
2190 "type": "library",
2191 "extra": {
2192 "branch-alias": {
2193 "dev-master": "2.4.x-dev"
2194 }
2195 },
2196 "autoload": {
2197 "psr-4": {
2198 "Gedmo\\": "lib/Gedmo"
2199 }
2200 },
2201 "notification-url": "https://packagist.org/downloads/",
2202 "license": [
2203 "MIT"
2204 ],
2205 "authors": [
2206 {
2207 "name": "Gediminas Morkevicius",
2208 "email": "gediminas.morkevicius@gmail.com"
2209 },
2210 {
2211 "name": "Gustavo Falco",
2212 "email": "comfortablynumb84@gmail.com"
2213 },
2214 {
2215 "name": "David Buchmann",
2216 "email": "david@liip.ch"
2217 }
2218 ],
2219 "description": "Doctrine2 behavioral extensions",
2220 "homepage": "http://gediminasm.org/",
2221 "keywords": [
2222 "Blameable",
2223 "behaviors",
2224 "doctrine2",
2225 "extensions",
2226 "gedmo",
2227 "loggable",
2228 "nestedset",
2229 "sluggable",
2230 "sortable",
2231 "timestampable",
2232 "translatable",
2233 "tree",
2234 "uploadable"
2235 ],
2236 "time": "2020-05-10T22:20:03+00:00"
2237 },
2238 {
2239 "name": "grandt/binstring",
2240 "version": "1.0.0",
2241 "source": {
2242 "type": "git",
2243 "url": "https://github.com/Grandt/PHPBinString.git",
2244 "reference": "825fe2ac8a68190f651fc2dbc07b6edde18bc431"
2245 },
2246 "dist": {
2247 "type": "zip",
2248 "url": "https://api.github.com/repos/Grandt/PHPBinString/zipball/825fe2ac8a68190f651fc2dbc07b6edde18bc431",
2249 "reference": "825fe2ac8a68190f651fc2dbc07b6edde18bc431",
2250 "shasum": ""
2251 },
2252 "require": {
2253 "php": ">=5.0"
2254 },
2255 "type": "library",
2256 "autoload": {
2257 "classmap": [
2258 "BinString.php",
2259 "BinStringStatic.php"
2260 ]
2261 },
2262 "notification-url": "https://packagist.org/downloads/",
2263 "license": [
2264 "LGPL-2.1"
2265 ],
2266 "authors": [
2267 {
2268 "name": "A. Grandt",
2269 "email": "php@grandt.com",
2270 "role": "Developer"
2271 }
2272 ],
2273 "description": "A class for working around the use of mbstring.func_override",
2274 "homepage": "https://github.com/Grandt/PHPBinString",
2275 "keywords": [
2276 "binary strings",
2277 "mbstring"
2278 ],
2279 "time": "2015-08-13T06:14:41+00:00"
2280 },
2281 {
2282 "name": "grandt/phpresizegif",
2283 "version": "1.0.3",
2284 "source": {
2285 "type": "git",
2286 "url": "https://github.com/Grandt/PHPResizeGif.git",
2287 "reference": "775f6810fcda2fd1d8ca881d44a80c8d310ae7fe"
2288 },
2289 "dist": {
2290 "type": "zip",
2291 "url": "https://api.github.com/repos/Grandt/PHPResizeGif/zipball/775f6810fcda2fd1d8ca881d44a80c8d310ae7fe",
2292 "reference": "775f6810fcda2fd1d8ca881d44a80c8d310ae7fe",
2293 "shasum": ""
2294 },
2295 "require": {
2296 "grandt/binstring": ">=0.2.0",
2297 "php": ">=5.3.0"
2298 },
2299 "type": "library",
2300 "autoload": {
2301 "psr-4": {
2302 "grandt\\ResizeGif\\": "src/ResizeGif",
2303 "grandt\\ResizeGif\\Files\\": "src/ResizeGif/Files",
2304 "grandt\\ResizeGif\\Structure\\": "src/ResizeGif/Structure",
2305 "grandt\\ResizeGif\\Debug\\": "src/ResizeGif/Debug"
2306 }
2307 },
2308 "notification-url": "https://packagist.org/downloads/",
2309 "license": [
2310 "LGPL-2.1"
2311 ],
2312 "authors": [
2313 {
2314 "name": "A. Grandt",
2315 "email": "php@grandt.com",
2316 "homepage": "http://grandt.com",
2317 "role": "Developer"
2318 }
2319 ],
2320 "description": "GIF89a compliant Gif resizer, including transparency and optimized gifs with sub sized elements.",
2321 "homepage": "https://github.com/Grandt/PHPResizeGif",
2322 "keywords": [
2323 "GIF89a",
2324 "animated gif",
2325 "gif",
2326 "resize"
2327 ],
2328 "time": "2015-05-10T10:52:24+00:00"
2329 },
2330 {
2331 "name": "grandt/phpzipmerge",
2332 "version": "1.0.4",
2333 "source": {
2334 "type": "git",
2335 "url": "https://github.com/Grandt/PHPZipMerge.git",
2336 "reference": "0b1273d3c2dbfe244904158b1dbd65a663264fb9"
2337 },
2338 "dist": {
2339 "type": "zip",
2340 "url": "https://api.github.com/repos/Grandt/PHPZipMerge/zipball/0b1273d3c2dbfe244904158b1dbd65a663264fb9",
2341 "reference": "0b1273d3c2dbfe244904158b1dbd65a663264fb9",
2342 "shasum": ""
2343 },
2344 "require": {
2345 "grandt/binstring": ">=1.0.0",
2346 "grandt/relativepath": ">=1.0.1",
2347 "php": ">=5.3.0"
2348 },
2349 "type": "library",
2350 "autoload": {
2351 "psr-4": {
2352 "ZipMerge\\": "src/ZipMerge"
2353 }
2354 },
2355 "notification-url": "https://packagist.org/downloads/",
2356 "license": [
2357 "LGPL-2.1"
2358 ],
2359 "authors": [
2360 {
2361 "name": "A. Grandt",
2362 "email": "php@grandt.com",
2363 "homepage": "http://grandt.com",
2364 "role": "Developer"
2365 },
2366 {
2367 "name": "Greg Kappatos",
2368 "homepage": "http://websiteconnect.com.au",
2369 "role": "Developer"
2370 }
2371 ],
2372 "description": "Merge and stream multiple Zip files on the fly.",
2373 "homepage": "https://github.com/Grandt/PHPZipMerge",
2374 "keywords": [
2375 "archive",
2376 "compressed",
2377 "compression",
2378 "merge",
2379 "phpzip",
2380 "pkzip",
2381 "stream",
2382 "zip"
2383 ],
2384 "time": "2015-08-18T13:49:33+00:00"
2385 },
2386 {
2387 "name": "grandt/relativepath",
2388 "version": "1.0.2",
2389 "source": {
2390 "type": "git",
2391 "url": "https://github.com/Grandt/PHPRelativePath.git",
2392 "reference": "19541133c24143b6295688472c54dd6ed15a5462"
2393 },
2394 "dist": {
2395 "type": "zip",
2396 "url": "https://api.github.com/repos/Grandt/PHPRelativePath/zipball/19541133c24143b6295688472c54dd6ed15a5462",
2397 "reference": "19541133c24143b6295688472c54dd6ed15a5462",
2398 "shasum": ""
2399 },
2400 "require": {
2401 "php": ">=5.0"
2402 },
2403 "type": "library",
2404 "autoload": {
2405 "classmap": [
2406 "RelativePath.php"
2407 ]
2408 },
2409 "notification-url": "https://packagist.org/downloads/",
2410 "license": [
2411 "LGPL-2.1"
2412 ],
2413 "authors": [
2414 {
2415 "name": "A. Grandt",
2416 "email": "php@grandt.com",
2417 "role": "Developer"
2418 }
2419 ],
2420 "description": "A class for cleaning up/collapsing relative paths. Like real_path, but without the need for the path to exist on the filesystem.",
2421 "homepage": "https://github.com/Grandt/PHPRelativePath",
2422 "keywords": [
2423 "file path"
2424 ],
2425 "time": "2015-05-14T08:18:23+00:00"
2426 },
2427 {
2428 "name": "guzzlehttp/guzzle",
2429 "version": "5.3.4",
2430 "source": {
2431 "type": "git",
2432 "url": "https://github.com/guzzle/guzzle.git",
2433 "reference": "b87eda7a7162f95574032da17e9323c9899cb6b2"
2434 },
2435 "dist": {
2436 "type": "zip",
2437 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/b87eda7a7162f95574032da17e9323c9899cb6b2",
2438 "reference": "b87eda7a7162f95574032da17e9323c9899cb6b2",
2439 "shasum": ""
2440 },
2441 "require": {
2442 "guzzlehttp/ringphp": "^1.1",
2443 "php": ">=5.4.0",
2444 "react/promise": "^2.2"
2445 },
2446 "require-dev": {
2447 "ext-curl": "*",
2448 "phpunit/phpunit": "^4.0"
2449 },
2450 "type": "library",
2451 "autoload": {
2452 "psr-4": {
2453 "GuzzleHttp\\": "src/"
2454 }
2455 },
2456 "notification-url": "https://packagist.org/downloads/",
2457 "license": [
2458 "MIT"
2459 ],
2460 "authors": [
2461 {
2462 "name": "Michael Dowling",
2463 "email": "mtdowling@gmail.com",
2464 "homepage": "https://github.com/mtdowling"
2465 }
2466 ],
2467 "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients",
2468 "homepage": "http://guzzlephp.org/",
2469 "keywords": [
2470 "client",
2471 "curl",
2472 "framework",
2473 "http",
2474 "http client",
2475 "rest",
2476 "web service"
2477 ],
2478 "time": "2019-10-30T09:32:00+00:00"
2479 },
2480 {
2481 "name": "guzzlehttp/promises",
2482 "version": "v1.3.1",
2483 "source": {
2484 "type": "git",
2485 "url": "https://github.com/guzzle/promises.git",
2486 "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
2487 },
2488 "dist": {
2489 "type": "zip",
2490 "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
2491 "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
2492 "shasum": ""
2493 },
2494 "require": {
2495 "php": ">=5.5.0"
2496 },
2497 "require-dev": {
2498 "phpunit/phpunit": "^4.0"
2499 },
2500 "type": "library",
2501 "extra": {
2502 "branch-alias": {
2503 "dev-master": "1.4-dev"
2504 }
2505 },
2506 "autoload": {
2507 "psr-4": {
2508 "GuzzleHttp\\Promise\\": "src/"
2509 },
2510 "files": [
2511 "src/functions_include.php"
2512 ]
2513 },
2514 "notification-url": "https://packagist.org/downloads/",
2515 "license": [
2516 "MIT"
2517 ],
2518 "authors": [
2519 {
2520 "name": "Michael Dowling",
2521 "email": "mtdowling@gmail.com",
2522 "homepage": "https://github.com/mtdowling"
2523 }
2524 ],
2525 "description": "Guzzle promises library",
2526 "keywords": [
2527 "promise"
2528 ],
2529 "time": "2016-12-20T10:07:11+00:00"
2530 },
2531 {
2532 "name": "guzzlehttp/psr7",
2533 "version": "1.6.1",
2534 "source": {
2535 "type": "git",
2536 "url": "https://github.com/guzzle/psr7.git",
2537 "reference": "239400de7a173fe9901b9ac7c06497751f00727a"
2538 },
2539 "dist": {
2540 "type": "zip",
2541 "url": "https://api.github.com/repos/guzzle/psr7/zipball/239400de7a173fe9901b9ac7c06497751f00727a",
2542 "reference": "239400de7a173fe9901b9ac7c06497751f00727a",
2543 "shasum": ""
2544 },
2545 "require": {
2546 "php": ">=5.4.0",
2547 "psr/http-message": "~1.0",
2548 "ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
2549 },
2550 "provide": {
2551 "psr/http-message-implementation": "1.0"
2552 },
2553 "require-dev": {
2554 "ext-zlib": "*",
2555 "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8"
2556 },
2557 "suggest": {
2558 "zendframework/zend-httphandlerrunner": "Emit PSR-7 responses"
2559 },
2560 "type": "library",
2561 "extra": {
2562 "branch-alias": {
2563 "dev-master": "1.6-dev"
2564 }
2565 },
2566 "autoload": {
2567 "psr-4": {
2568 "GuzzleHttp\\Psr7\\": "src/"
2569 },
2570 "files": [
2571 "src/functions_include.php"
2572 ]
2573 },
2574 "notification-url": "https://packagist.org/downloads/",
2575 "license": [
2576 "MIT"
2577 ],
2578 "authors": [
2579 {
2580 "name": "Michael Dowling",
2581 "email": "mtdowling@gmail.com",
2582 "homepage": "https://github.com/mtdowling"
2583 },
2584 {
2585 "name": "Tobias Schultze",
2586 "homepage": "https://github.com/Tobion"
2587 }
2588 ],
2589 "description": "PSR-7 message implementation that also provides common utility methods",
2590 "keywords": [
2591 "http",
2592 "message",
2593 "psr-7",
2594 "request",
2595 "response",
2596 "stream",
2597 "uri",
2598 "url"
2599 ],
2600 "time": "2019-07-01T23:21:34+00:00"
2601 },
2602 {
2603 "name": "guzzlehttp/ringphp",
2604 "version": "1.1.1",
2605 "source": {
2606 "type": "git",
2607 "url": "https://github.com/guzzle/RingPHP.git",
2608 "reference": "5e2a174052995663dd68e6b5ad838afd47dd615b"
2609 },
2610 "dist": {
2611 "type": "zip",
2612 "url": "https://api.github.com/repos/guzzle/RingPHP/zipball/5e2a174052995663dd68e6b5ad838afd47dd615b",
2613 "reference": "5e2a174052995663dd68e6b5ad838afd47dd615b",
2614 "shasum": ""
2615 },
2616 "require": {
2617 "guzzlehttp/streams": "~3.0",
2618 "php": ">=5.4.0",
2619 "react/promise": "~2.0"
2620 },
2621 "require-dev": {
2622 "ext-curl": "*",
2623 "phpunit/phpunit": "~4.0"
2624 },
2625 "suggest": {
2626 "ext-curl": "Guzzle will use specific adapters if cURL is present"
2627 },
2628 "type": "library",
2629 "extra": {
2630 "branch-alias": {
2631 "dev-master": "1.1-dev"
2632 }
2633 },
2634 "autoload": {
2635 "psr-4": {
2636 "GuzzleHttp\\Ring\\": "src/"
2637 }
2638 },
2639 "notification-url": "https://packagist.org/downloads/",
2640 "license": [
2641 "MIT"
2642 ],
2643 "authors": [
2644 {
2645 "name": "Michael Dowling",
2646 "email": "mtdowling@gmail.com",
2647 "homepage": "https://github.com/mtdowling"
2648 }
2649 ],
2650 "description": "Provides a simple API and specification that abstracts away the details of HTTP into a single PHP function.",
2651 "abandoned": true,
2652 "time": "2018-07-31T13:22:33+00:00"
2653 },
2654 {
2655 "name": "guzzlehttp/streams",
2656 "version": "3.0.0",
2657 "source": {
2658 "type": "git",
2659 "url": "https://github.com/guzzle/streams.git",
2660 "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5"
2661 },
2662 "dist": {
2663 "type": "zip",
2664 "url": "https://api.github.com/repos/guzzle/streams/zipball/47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
2665 "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
2666 "shasum": ""
2667 },
2668 "require": {
2669 "php": ">=5.4.0"
2670 },
2671 "require-dev": {
2672 "phpunit/phpunit": "~4.0"
2673 },
2674 "type": "library",
2675 "extra": {
2676 "branch-alias": {
2677 "dev-master": "3.0-dev"
2678 }
2679 },
2680 "autoload": {
2681 "psr-4": {
2682 "GuzzleHttp\\Stream\\": "src/"
2683 }
2684 },
2685 "notification-url": "https://packagist.org/downloads/",
2686 "license": [
2687 "MIT"
2688 ],
2689 "authors": [
2690 {
2691 "name": "Michael Dowling",
2692 "email": "mtdowling@gmail.com",
2693 "homepage": "https://github.com/mtdowling"
2694 }
2695 ],
2696 "description": "Provides a simple abstraction over streams of data",
2697 "homepage": "http://guzzlephp.org/",
2698 "keywords": [
2699 "Guzzle",
2700 "stream"
2701 ],
2702 "abandoned": true,
2703 "time": "2014-10-12T19:18:40+00:00"
2704 },
2705 {
2706 "name": "hoa/compiler",
2707 "version": "3.17.08.08",
2708 "source": {
2709 "type": "git",
2710 "url": "https://github.com/hoaproject/Compiler.git",
2711 "reference": "aa09caf0bf28adae6654ca6ee415ee2f522672de"
2712 },
2713 "dist": {
2714 "type": "zip",
2715 "url": "https://api.github.com/repos/hoaproject/Compiler/zipball/aa09caf0bf28adae6654ca6ee415ee2f522672de",
2716 "reference": "aa09caf0bf28adae6654ca6ee415ee2f522672de",
2717 "shasum": ""
2718 },
2719 "require": {
2720 "hoa/consistency": "~1.0",
2721 "hoa/exception": "~1.0",
2722 "hoa/file": "~1.0",
2723 "hoa/iterator": "~2.0",
2724 "hoa/math": "~1.0",
2725 "hoa/protocol": "~1.0",
2726 "hoa/regex": "~1.0",
2727 "hoa/visitor": "~2.0"
2728 },
2729 "require-dev": {
2730 "hoa/json": "~2.0",
2731 "hoa/test": "~2.0"
2732 },
2733 "type": "library",
2734 "extra": {
2735 "branch-alias": {
2736 "dev-master": "3.x-dev"
2737 }
2738 },
2739 "autoload": {
2740 "psr-4": {
2741 "Hoa\\Compiler\\": "."
2742 }
2743 },
2744 "notification-url": "https://packagist.org/downloads/",
2745 "license": [
2746 "BSD-3-Clause"
2747 ],
2748 "authors": [
2749 {
2750 "name": "Ivan Enderlin",
2751 "email": "ivan.enderlin@hoa-project.net"
2752 },
2753 {
2754 "name": "Hoa community",
2755 "homepage": "https://hoa-project.net/"
2756 }
2757 ],
2758 "description": "The Hoa\\Compiler library.",
2759 "homepage": "https://hoa-project.net/",
2760 "keywords": [
2761 "algebraic",
2762 "ast",
2763 "compiler",
2764 "context-free",
2765 "coverage",
2766 "exhaustive",
2767 "grammar",
2768 "isotropic",
2769 "language",
2770 "lexer",
2771 "library",
2772 "ll1",
2773 "llk",
2774 "parser",
2775 "pp",
2776 "random",
2777 "regular",
2778 "rule",
2779 "sampler",
2780 "syntax",
2781 "token",
2782 "trace",
2783 "uniform"
2784 ],
2785 "time": "2017-08-08T07:44:07+00:00"
2786 },
2787 {
2788 "name": "hoa/consistency",
2789 "version": "1.17.05.02",
2790 "source": {
2791 "type": "git",
2792 "url": "https://github.com/hoaproject/Consistency.git",
2793 "reference": "fd7d0adc82410507f332516faf655b6ed22e4c2f"
2794 },
2795 "dist": {
2796 "type": "zip",
2797 "url": "https://api.github.com/repos/hoaproject/Consistency/zipball/fd7d0adc82410507f332516faf655b6ed22e4c2f",
2798 "reference": "fd7d0adc82410507f332516faf655b6ed22e4c2f",
2799 "shasum": ""
2800 },
2801 "require": {
2802 "hoa/exception": "~1.0",
2803 "php": ">=5.5.0"
2804 },
2805 "require-dev": {
2806 "hoa/stream": "~1.0",
2807 "hoa/test": "~2.0"
2808 },
2809 "type": "library",
2810 "extra": {
2811 "branch-alias": {
2812 "dev-master": "1.x-dev"
2813 }
2814 },
2815 "autoload": {
2816 "psr-4": {
2817 "Hoa\\Consistency\\": "."
2818 },
2819 "files": [
2820 "Prelude.php"
2821 ]
2822 },
2823 "notification-url": "https://packagist.org/downloads/",
2824 "license": [
2825 "BSD-3-Clause"
2826 ],
2827 "authors": [
2828 {
2829 "name": "Ivan Enderlin",
2830 "email": "ivan.enderlin@hoa-project.net"
2831 },
2832 {
2833 "name": "Hoa community",
2834 "homepage": "https://hoa-project.net/"
2835 }
2836 ],
2837 "description": "The Hoa\\Consistency library.",
2838 "homepage": "https://hoa-project.net/",
2839 "keywords": [
2840 "autoloader",
2841 "callable",
2842 "consistency",
2843 "entity",
2844 "flex",
2845 "keyword",
2846 "library"
2847 ],
2848 "time": "2017-05-02T12:18:12+00:00"
2849 },
2850 {
2851 "name": "hoa/event",
2852 "version": "1.17.01.13",
2853 "source": {
2854 "type": "git",
2855 "url": "https://github.com/hoaproject/Event.git",
2856 "reference": "6c0060dced212ffa3af0e34bb46624f990b29c54"
2857 },
2858 "dist": {
2859 "type": "zip",
2860 "url": "https://api.github.com/repos/hoaproject/Event/zipball/6c0060dced212ffa3af0e34bb46624f990b29c54",
2861 "reference": "6c0060dced212ffa3af0e34bb46624f990b29c54",
2862 "shasum": ""
2863 },
2864 "require": {
2865 "hoa/consistency": "~1.0",
2866 "hoa/exception": "~1.0"
2867 },
2868 "require-dev": {
2869 "hoa/test": "~2.0"
2870 },
2871 "type": "library",
2872 "extra": {
2873 "branch-alias": {
2874 "dev-master": "1.x-dev"
2875 }
2876 },
2877 "autoload": {
2878 "psr-4": {
2879 "Hoa\\Event\\": "."
2880 }
2881 },
2882 "notification-url": "https://packagist.org/downloads/",
2883 "license": [
2884 "BSD-3-Clause"
2885 ],
2886 "authors": [
2887 {
2888 "name": "Ivan Enderlin",
2889 "email": "ivan.enderlin@hoa-project.net"
2890 },
2891 {
2892 "name": "Hoa community",
2893 "homepage": "https://hoa-project.net/"
2894 }
2895 ],
2896 "description": "The Hoa\\Event library.",
2897 "homepage": "https://hoa-project.net/",
2898 "keywords": [
2899 "event",
2900 "library",
2901 "listener",
2902 "observer"
2903 ],
2904 "time": "2017-01-13T15:30:50+00:00"
2905 },
2906 {
2907 "name": "hoa/exception",
2908 "version": "1.17.01.16",
2909 "source": {
2910 "type": "git",
2911 "url": "https://github.com/hoaproject/Exception.git",
2912 "reference": "091727d46420a3d7468ef0595651488bfc3a458f"
2913 },
2914 "dist": {
2915 "type": "zip",
2916 "url": "https://api.github.com/repos/hoaproject/Exception/zipball/091727d46420a3d7468ef0595651488bfc3a458f",
2917 "reference": "091727d46420a3d7468ef0595651488bfc3a458f",
2918 "shasum": ""
2919 },
2920 "require": {
2921 "hoa/consistency": "~1.0",
2922 "hoa/event": "~1.0"
2923 },
2924 "require-dev": {
2925 "hoa/test": "~2.0"
2926 },
2927 "type": "library",
2928 "extra": {
2929 "branch-alias": {
2930 "dev-master": "1.x-dev"
2931 }
2932 },
2933 "autoload": {
2934 "psr-4": {
2935 "Hoa\\Exception\\": "."
2936 }
2937 },
2938 "notification-url": "https://packagist.org/downloads/",
2939 "license": [
2940 "BSD-3-Clause"
2941 ],
2942 "authors": [
2943 {
2944 "name": "Ivan Enderlin",
2945 "email": "ivan.enderlin@hoa-project.net"
2946 },
2947 {
2948 "name": "Hoa community",
2949 "homepage": "https://hoa-project.net/"
2950 }
2951 ],
2952 "description": "The Hoa\\Exception library.",
2953 "homepage": "https://hoa-project.net/",
2954 "keywords": [
2955 "exception",
2956 "library"
2957 ],
2958 "time": "2017-01-16T07:53:27+00:00"
2959 },
2960 {
2961 "name": "hoa/file",
2962 "version": "1.17.07.11",
2963 "source": {
2964 "type": "git",
2965 "url": "https://github.com/hoaproject/File.git",
2966 "reference": "35cb979b779bc54918d2f9a4e02ed6c7a1fa67ca"
2967 },
2968 "dist": {
2969 "type": "zip",
2970 "url": "https://api.github.com/repos/hoaproject/File/zipball/35cb979b779bc54918d2f9a4e02ed6c7a1fa67ca",
2971 "reference": "35cb979b779bc54918d2f9a4e02ed6c7a1fa67ca",
2972 "shasum": ""
2973 },
2974 "require": {
2975 "hoa/consistency": "~1.0",
2976 "hoa/event": "~1.0",
2977 "hoa/exception": "~1.0",
2978 "hoa/iterator": "~2.0",
2979 "hoa/stream": "~1.0"
2980 },
2981 "require-dev": {
2982 "hoa/test": "~2.0"
2983 },
2984 "type": "library",
2985 "extra": {
2986 "branch-alias": {
2987 "dev-master": "1.x-dev"
2988 }
2989 },
2990 "autoload": {
2991 "psr-4": {
2992 "Hoa\\File\\": "."
2993 }
2994 },
2995 "notification-url": "https://packagist.org/downloads/",
2996 "license": [
2997 "BSD-3-Clause"
2998 ],
2999 "authors": [
3000 {
3001 "name": "Ivan Enderlin",
3002 "email": "ivan.enderlin@hoa-project.net"
3003 },
3004 {
3005 "name": "Hoa community",
3006 "homepage": "https://hoa-project.net/"
3007 }
3008 ],
3009 "description": "The Hoa\\File library.",
3010 "homepage": "https://hoa-project.net/",
3011 "keywords": [
3012 "Socket",
3013 "directory",
3014 "file",
3015 "finder",
3016 "library",
3017 "link",
3018 "temporary"
3019 ],
3020 "time": "2017-07-11T07:42:15+00:00"
3021 },
3022 {
3023 "name": "hoa/iterator",
3024 "version": "2.17.01.10",
3025 "source": {
3026 "type": "git",
3027 "url": "https://github.com/hoaproject/Iterator.git",
3028 "reference": "d1120ba09cb4ccd049c86d10058ab94af245f0cc"
3029 },
3030 "dist": {
3031 "type": "zip",
3032 "url": "https://api.github.com/repos/hoaproject/Iterator/zipball/d1120ba09cb4ccd049c86d10058ab94af245f0cc",
3033 "reference": "d1120ba09cb4ccd049c86d10058ab94af245f0cc",
3034 "shasum": ""
3035 },
3036 "require": {
3037 "hoa/consistency": "~1.0",
3038 "hoa/exception": "~1.0"
3039 },
3040 "require-dev": {
3041 "hoa/test": "~2.0"
3042 },
3043 "type": "library",
3044 "extra": {
3045 "branch-alias": {
3046 "dev-master": "2.x-dev"
3047 }
3048 },
3049 "autoload": {
3050 "psr-4": {
3051 "Hoa\\Iterator\\": "."
3052 }
3053 },
3054 "notification-url": "https://packagist.org/downloads/",
3055 "license": [
3056 "BSD-3-Clause"
3057 ],
3058 "authors": [
3059 {
3060 "name": "Ivan Enderlin",
3061 "email": "ivan.enderlin@hoa-project.net"
3062 },
3063 {
3064 "name": "Hoa community",
3065 "homepage": "https://hoa-project.net/"
3066 }
3067 ],
3068 "description": "The Hoa\\Iterator library.",
3069 "homepage": "https://hoa-project.net/",
3070 "keywords": [
3071 "iterator",
3072 "library"
3073 ],
3074 "time": "2017-01-10T10:34:47+00:00"
3075 },
3076 {
3077 "name": "hoa/math",
3078 "version": "1.17.05.16",
3079 "source": {
3080 "type": "git",
3081 "url": "https://github.com/hoaproject/Math.git",
3082 "reference": "7150785d30f5d565704912116a462e9f5bc83a0c"
3083 },
3084 "dist": {
3085 "type": "zip",
3086 "url": "https://api.github.com/repos/hoaproject/Math/zipball/7150785d30f5d565704912116a462e9f5bc83a0c",
3087 "reference": "7150785d30f5d565704912116a462e9f5bc83a0c",
3088 "shasum": ""
3089 },
3090 "require": {
3091 "hoa/compiler": "~3.0",
3092 "hoa/consistency": "~1.0",
3093 "hoa/exception": "~1.0",
3094 "hoa/iterator": "~2.0",
3095 "hoa/protocol": "~1.0",
3096 "hoa/zformat": "~1.0"
3097 },
3098 "require-dev": {
3099 "hoa/test": "~2.0"
3100 },
3101 "type": "library",
3102 "extra": {
3103 "branch-alias": {
3104 "dev-master": "1.x-dev"
3105 }
3106 },
3107 "autoload": {
3108 "psr-4": {
3109 "Hoa\\Math\\": "."
3110 }
3111 },
3112 "notification-url": "https://packagist.org/downloads/",
3113 "license": [
3114 "BSD-3-Clause"
3115 ],
3116 "authors": [
3117 {
3118 "name": "Ivan Enderlin",
3119 "email": "ivan.enderlin@hoa-project.net"
3120 },
3121 {
3122 "name": "Hoa community",
3123 "homepage": "https://hoa-project.net/"
3124 }
3125 ],
3126 "description": "The Hoa\\Math library.",
3127 "homepage": "https://hoa-project.net/",
3128 "keywords": [
3129 "arrangement",
3130 "combination",
3131 "combinatorics",
3132 "counting",
3133 "library",
3134 "math",
3135 "permutation",
3136 "sampler",
3137 "set"
3138 ],
3139 "time": "2017-05-16T08:02:17+00:00"
3140 },
3141 {
3142 "name": "hoa/protocol",
3143 "version": "1.17.01.14",
3144 "source": {
3145 "type": "git",
3146 "url": "https://github.com/hoaproject/Protocol.git",
3147 "reference": "5c2cf972151c45f373230da170ea015deecf19e2"
3148 },
3149 "dist": {
3150 "type": "zip",
3151 "url": "https://api.github.com/repos/hoaproject/Protocol/zipball/5c2cf972151c45f373230da170ea015deecf19e2",
3152 "reference": "5c2cf972151c45f373230da170ea015deecf19e2",
3153 "shasum": ""
3154 },
3155 "require": {
3156 "hoa/consistency": "~1.0",
3157 "hoa/exception": "~1.0"
3158 },
3159 "require-dev": {
3160 "hoa/test": "~2.0"
3161 },
3162 "type": "library",
3163 "extra": {
3164 "branch-alias": {
3165 "dev-master": "1.x-dev"
3166 }
3167 },
3168 "autoload": {
3169 "psr-4": {
3170 "Hoa\\Protocol\\": "."
3171 },
3172 "files": [
3173 "Wrapper.php"
3174 ]
3175 },
3176 "notification-url": "https://packagist.org/downloads/",
3177 "license": [
3178 "BSD-3-Clause"
3179 ],
3180 "authors": [
3181 {
3182 "name": "Ivan Enderlin",
3183 "email": "ivan.enderlin@hoa-project.net"
3184 },
3185 {
3186 "name": "Hoa community",
3187 "homepage": "https://hoa-project.net/"
3188 }
3189 ],
3190 "description": "The Hoa\\Protocol library.",
3191 "homepage": "https://hoa-project.net/",
3192 "keywords": [
3193 "library",
3194 "protocol",
3195 "resource",
3196 "stream",
3197 "wrapper"
3198 ],
3199 "time": "2017-01-14T12:26:10+00:00"
3200 },
3201 {
3202 "name": "hoa/regex",
3203 "version": "1.17.01.13",
3204 "source": {
3205 "type": "git",
3206 "url": "https://github.com/hoaproject/Regex.git",
3207 "reference": "7e263a61b6fb45c1d03d8e5ef77668518abd5bec"
3208 },
3209 "dist": {
3210 "type": "zip",
3211 "url": "https://api.github.com/repos/hoaproject/Regex/zipball/7e263a61b6fb45c1d03d8e5ef77668518abd5bec",
3212 "reference": "7e263a61b6fb45c1d03d8e5ef77668518abd5bec",
3213 "shasum": ""
3214 },
3215 "require": {
3216 "hoa/consistency": "~1.0",
3217 "hoa/exception": "~1.0",
3218 "hoa/math": "~1.0",
3219 "hoa/protocol": "~1.0",
3220 "hoa/ustring": "~4.0",
3221 "hoa/visitor": "~2.0"
3222 },
3223 "type": "library",
3224 "extra": {
3225 "branch-alias": {
3226 "dev-master": "1.x-dev"
3227 }
3228 },
3229 "autoload": {
3230 "psr-4": {
3231 "Hoa\\Regex\\": "."
3232 }
3233 },
3234 "notification-url": "https://packagist.org/downloads/",
3235 "license": [
3236 "BSD-3-Clause"
3237 ],
3238 "authors": [
3239 {
3240 "name": "Ivan Enderlin",
3241 "email": "ivan.enderlin@hoa-project.net"
3242 },
3243 {
3244 "name": "Hoa community",
3245 "homepage": "https://hoa-project.net/"
3246 }
3247 ],
3248 "description": "The Hoa\\Regex library.",
3249 "homepage": "https://hoa-project.net/",
3250 "keywords": [
3251 "compiler",
3252 "library",
3253 "regex"
3254 ],
3255 "time": "2017-01-13T16:10:24+00:00"
3256 },
3257 {
3258 "name": "hoa/ruler",
3259 "version": "2.17.05.16",
3260 "source": {
3261 "type": "git",
3262 "url": "https://github.com/hoaproject/Ruler.git",
3263 "reference": "696835daf8336dfd490f032da7af444050e52dfc"
3264 },
3265 "dist": {
3266 "type": "zip",
3267 "url": "https://api.github.com/repos/hoaproject/Ruler/zipball/696835daf8336dfd490f032da7af444050e52dfc",
3268 "reference": "696835daf8336dfd490f032da7af444050e52dfc",
3269 "shasum": ""
3270 },
3271 "require": {
3272 "hoa/compiler": "~3.0",
3273 "hoa/consistency": "~1.0",
3274 "hoa/exception": "~1.0",
3275 "hoa/file": "~1.0",
3276 "hoa/protocol": "~1.0",
3277 "hoa/visitor": "~2.0"
3278 },
3279 "require-dev": {
3280 "hoa/test": "~2.0"
3281 },
3282 "type": "library",
3283 "extra": {
3284 "branch-alias": {
3285 "dev-master": "2.x-dev"
3286 }
3287 },
3288 "autoload": {
3289 "psr-4": {
3290 "Hoa\\Ruler\\": "."
3291 }
3292 },
3293 "notification-url": "https://packagist.org/downloads/",
3294 "license": [
3295 "BSD-3-Clause"
3296 ],
3297 "authors": [
3298 {
3299 "name": "Ivan Enderlin",
3300 "email": "ivan.enderlin@hoa-project.net"
3301 },
3302 {
3303 "name": "Hoa community",
3304 "homepage": "https://hoa-project.net/"
3305 }
3306 ],
3307 "description": "The Hoa\\Ruler library.",
3308 "homepage": "https://hoa-project.net/",
3309 "keywords": [
3310 "library",
3311 "ruler"
3312 ],
3313 "time": "2017-05-16T07:52:21+00:00"
3314 },
3315 {
3316 "name": "hoa/stream",
3317 "version": "1.17.02.21",
3318 "source": {
3319 "type": "git",
3320 "url": "https://github.com/hoaproject/Stream.git",
3321 "reference": "3293cfffca2de10525df51436adf88a559151d82"
3322 },
3323 "dist": {
3324 "type": "zip",
3325 "url": "https://api.github.com/repos/hoaproject/Stream/zipball/3293cfffca2de10525df51436adf88a559151d82",
3326 "reference": "3293cfffca2de10525df51436adf88a559151d82",
3327 "shasum": ""
3328 },
3329 "require": {
3330 "hoa/consistency": "~1.0",
3331 "hoa/event": "~1.0",
3332 "hoa/exception": "~1.0",
3333 "hoa/protocol": "~1.0"
3334 },
3335 "require-dev": {
3336 "hoa/test": "~2.0"
3337 },
3338 "type": "library",
3339 "extra": {
3340 "branch-alias": {
3341 "dev-master": "1.x-dev"
3342 }
3343 },
3344 "autoload": {
3345 "psr-4": {
3346 "Hoa\\Stream\\": "."
3347 }
3348 },
3349 "notification-url": "https://packagist.org/downloads/",
3350 "license": [
3351 "BSD-3-Clause"
3352 ],
3353 "authors": [
3354 {
3355 "name": "Ivan Enderlin",
3356 "email": "ivan.enderlin@hoa-project.net"
3357 },
3358 {
3359 "name": "Hoa community",
3360 "homepage": "https://hoa-project.net/"
3361 }
3362 ],
3363 "description": "The Hoa\\Stream library.",
3364 "homepage": "https://hoa-project.net/",
3365 "keywords": [
3366 "Context",
3367 "bucket",
3368 "composite",
3369 "filter",
3370 "in",
3371 "library",
3372 "out",
3373 "protocol",
3374 "stream",
3375 "wrapper"
3376 ],
3377 "time": "2017-02-21T16:01:06+00:00"
3378 },
3379 {
3380 "name": "hoa/ustring",
3381 "version": "4.17.01.16",
3382 "source": {
3383 "type": "git",
3384 "url": "https://github.com/hoaproject/Ustring.git",
3385 "reference": "e6326e2739178799b1fe3fdd92029f9517fa17a0"
3386 },
3387 "dist": {
3388 "type": "zip",
3389 "url": "https://api.github.com/repos/hoaproject/Ustring/zipball/e6326e2739178799b1fe3fdd92029f9517fa17a0",
3390 "reference": "e6326e2739178799b1fe3fdd92029f9517fa17a0",
3391 "shasum": ""
3392 },
3393 "require": {
3394 "hoa/consistency": "~1.0",
3395 "hoa/exception": "~1.0"
3396 },
3397 "require-dev": {
3398 "hoa/test": "~2.0"
3399 },
3400 "suggest": {
3401 "ext-iconv": "ext/iconv must be present (or a third implementation) to use Hoa\\Ustring::transcode().",
3402 "ext-intl": "To get a better Hoa\\Ustring::toAscii() and Hoa\\Ustring::compareTo()."
3403 },
3404 "type": "library",
3405 "extra": {
3406 "branch-alias": {
3407 "dev-master": "4.x-dev"
3408 }
3409 },
3410 "autoload": {
3411 "psr-4": {
3412 "Hoa\\Ustring\\": "."
3413 }
3414 },
3415 "notification-url": "https://packagist.org/downloads/",
3416 "license": [
3417 "BSD-3-Clause"
3418 ],
3419 "authors": [
3420 {
3421 "name": "Ivan Enderlin",
3422 "email": "ivan.enderlin@hoa-project.net"
3423 },
3424 {
3425 "name": "Hoa community",
3426 "homepage": "https://hoa-project.net/"
3427 }
3428 ],
3429 "description": "The Hoa\\Ustring library.",
3430 "homepage": "https://hoa-project.net/",
3431 "keywords": [
3432 "library",
3433 "search",
3434 "string",
3435 "unicode"
3436 ],
3437 "time": "2017-01-16T07:08:25+00:00"
3438 },
3439 {
3440 "name": "hoa/visitor",
3441 "version": "2.17.01.16",
3442 "source": {
3443 "type": "git",
3444 "url": "https://github.com/hoaproject/Visitor.git",
3445 "reference": "c18fe1cbac98ae449e0d56e87469103ba08f224a"
3446 },
3447 "dist": {
3448 "type": "zip",
3449 "url": "https://api.github.com/repos/hoaproject/Visitor/zipball/c18fe1cbac98ae449e0d56e87469103ba08f224a",
3450 "reference": "c18fe1cbac98ae449e0d56e87469103ba08f224a",
3451 "shasum": ""
3452 },
3453 "require": {
3454 "hoa/consistency": "~1.0"
3455 },
3456 "require-dev": {
3457 "hoa/test": "~2.0"
3458 },
3459 "type": "library",
3460 "extra": {
3461 "branch-alias": {
3462 "dev-master": "2.x-dev"
3463 }
3464 },
3465 "autoload": {
3466 "psr-4": {
3467 "Hoa\\Visitor\\": "."
3468 }
3469 },
3470 "notification-url": "https://packagist.org/downloads/",
3471 "license": [
3472 "BSD-3-Clause"
3473 ],
3474 "authors": [
3475 {
3476 "name": "Ivan Enderlin",
3477 "email": "ivan.enderlin@hoa-project.net"
3478 },
3479 {
3480 "name": "Hoa community",
3481 "homepage": "https://hoa-project.net/"
3482 }
3483 ],
3484 "description": "The Hoa\\Visitor library.",
3485 "homepage": "https://hoa-project.net/",
3486 "keywords": [
3487 "library",
3488 "structure",
3489 "visit",
3490 "visitor"
3491 ],
3492 "time": "2017-01-16T07:02:03+00:00"
3493 },
3494 {
3495 "name": "hoa/zformat",
3496 "version": "1.17.01.10",
3497 "source": {
3498 "type": "git",
3499 "url": "https://github.com/hoaproject/Zformat.git",
3500 "reference": "522c381a2a075d4b9dbb42eb4592dd09520e4ac2"
3501 },
3502 "dist": {
3503 "type": "zip",
3504 "url": "https://api.github.com/repos/hoaproject/Zformat/zipball/522c381a2a075d4b9dbb42eb4592dd09520e4ac2",
3505 "reference": "522c381a2a075d4b9dbb42eb4592dd09520e4ac2",
3506 "shasum": ""
3507 },
3508 "require": {
3509 "hoa/consistency": "~1.0",
3510 "hoa/exception": "~1.0"
3511 },
3512 "type": "library",
3513 "extra": {
3514 "branch-alias": {
3515 "dev-master": "1.x-dev"
3516 }
3517 },
3518 "autoload": {
3519 "psr-4": {
3520 "Hoa\\Zformat\\": "."
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\\Zformat library.",
3538 "homepage": "https://hoa-project.net/",
3539 "keywords": [
3540 "library",
3541 "parameter",
3542 "zformat"
3543 ],
3544 "time": "2017-01-10T10:39:54+00:00"
3545 },
3546 {
3547 "name": "html2text/html2text",
3548 "version": "4.3.1",
3549 "source": {
3550 "type": "git",
3551 "url": "https://github.com/mtibben/html2text.git",
3552 "reference": "61ad68e934066a6f8df29a3d23a6460536d0855c"
3553 },
3554 "dist": {
3555 "type": "zip",
3556 "url": "https://api.github.com/repos/mtibben/html2text/zipball/61ad68e934066a6f8df29a3d23a6460536d0855c",
3557 "reference": "61ad68e934066a6f8df29a3d23a6460536d0855c",
3558 "shasum": ""
3559 },
3560 "require-dev": {
3561 "phpunit/phpunit": "~4"
3562 },
3563 "suggest": {
3564 "ext-mbstring": "For best performance",
3565 "symfony/polyfill-mbstring": "If you can't install ext-mbstring"
3566 },
3567 "type": "library",
3568 "autoload": {
3569 "psr-4": {
3570 "Html2Text\\": [
3571 "src/",
3572 "test/"
3573 ]
3574 }
3575 },
3576 "notification-url": "https://packagist.org/downloads/",
3577 "license": [
3578 "GPL-2.0-or-later"
3579 ],
3580 "description": "Converts HTML to formatted plain text",
3581 "time": "2020-04-16T23:44:31+00:00"
3582 },
3583 {
3584 "name": "http-interop/http-factory-guzzle",
3585 "version": "1.0.0",
3586 "source": {
3587 "type": "git",
3588 "url": "https://github.com/http-interop/http-factory-guzzle.git",
3589 "reference": "34861658efb9899a6618cef03de46e2a52c80fc0"
3590 },
3591 "dist": {
3592 "type": "zip",
3593 "url": "https://api.github.com/repos/http-interop/http-factory-guzzle/zipball/34861658efb9899a6618cef03de46e2a52c80fc0",
3594 "reference": "34861658efb9899a6618cef03de46e2a52c80fc0",
3595 "shasum": ""
3596 },
3597 "require": {
3598 "guzzlehttp/psr7": "^1.4.2",
3599 "psr/http-factory": "^1.0"
3600 },
3601 "provide": {
3602 "psr/http-factory-implementation": "^1.0"
3603 },
3604 "require-dev": {
3605 "http-interop/http-factory-tests": "^0.5",
3606 "phpunit/phpunit": "^6.5"
3607 },
3608 "type": "library",
3609 "autoload": {
3610 "psr-4": {
3611 "Http\\Factory\\Guzzle\\": "src/"
3612 }
3613 },
3614 "notification-url": "https://packagist.org/downloads/",
3615 "license": [
3616 "MIT"
3617 ],
3618 "authors": [
3619 {
3620 "name": "PHP-FIG",
3621 "homepage": "http://www.php-fig.org/"
3622 }
3623 ],
3624 "description": "An HTTP Factory using Guzzle PSR7",
3625 "keywords": [
3626 "factory",
3627 "http",
3628 "psr-17",
3629 "psr-7"
3630 ],
3631 "time": "2018-07-31T19:32:56+00:00"
3632 },
3633 {
3634 "name": "incenteev/composer-parameter-handler",
3635 "version": "v2.1.4",
3636 "source": {
3637 "type": "git",
3638 "url": "https://github.com/Incenteev/ParameterHandler.git",
3639 "reference": "084befb11ec21faeadcddefb88b66132775ff59b"
3640 },
3641 "dist": {
3642 "type": "zip",
3643 "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/084befb11ec21faeadcddefb88b66132775ff59b",
3644 "reference": "084befb11ec21faeadcddefb88b66132775ff59b",
3645 "shasum": ""
3646 },
3647 "require": {
3648 "php": ">=5.3.3",
3649 "symfony/yaml": "^2.3 || ^3.0 || ^4.0 || ^5.0"
3650 },
3651 "require-dev": {
3652 "composer/composer": "^1.0@dev",
3653 "symfony/filesystem": "^2.3 || ^3 || ^4 || ^5",
3654 "symfony/phpunit-bridge": "^4.0 || ^5.0"
3655 },
3656 "type": "library",
3657 "extra": {
3658 "branch-alias": {
3659 "dev-master": "2.1.x-dev"
3660 }
3661 },
3662 "autoload": {
3663 "psr-4": {
3664 "Incenteev\\ParameterHandler\\": ""
3665 }
3666 },
3667 "notification-url": "https://packagist.org/downloads/",
3668 "license": [
3669 "MIT"
3670 ],
3671 "authors": [
3672 {
3673 "name": "Christophe Coevoet",
3674 "email": "stof@notk.org"
3675 }
3676 ],
3677 "description": "Composer script handling your ignored parameter file",
3678 "homepage": "https://github.com/Incenteev/ParameterHandler",
3679 "keywords": [
3680 "parameters management"
3681 ],
3682 "time": "2020-03-17T21:10:00+00:00"
3683 },
3684 {
3685 "name": "j0k3r/graby",
3686 "version": "2.2.0",
3687 "source": {
3688 "type": "git",
3689 "url": "https://github.com/j0k3r/graby.git",
3690 "reference": "deb677eb45eddb99e1dfcfe56bb4216fd12894ed"
3691 },
3692 "dist": {
3693 "type": "zip",
3694 "url": "https://api.github.com/repos/j0k3r/graby/zipball/deb677eb45eddb99e1dfcfe56bb4216fd12894ed",
3695 "reference": "deb677eb45eddb99e1dfcfe56bb4216fd12894ed",
3696 "shasum": ""
3697 },
3698 "require": {
3699 "ext-curl": "*",
3700 "ext-tidy": "*",
3701 "fossar/htmlawed": "^1.2.4",
3702 "guzzlehttp/psr7": "^1.5",
3703 "j0k3r/graby-site-config": "^1.0",
3704 "j0k3r/httplug-ssrf-plugin": "^2.0",
3705 "j0k3r/php-readability": "^1.1",
3706 "monolog/monolog": "^1.13.1",
3707 "php": ">=7.1",
3708 "php-http/client-common": "^2.0",
3709 "php-http/discovery": "^1.0",
3710 "php-http/httplug": "^2.0",
3711 "php-http/message": "^1.7",
3712 "psr/http-message": "^1.0",
3713 "simplepie/simplepie": "^1.3.1",
3714 "smalot/pdfparser": "~0.11",
3715 "symfony/options-resolver": "~2.6|~3.0|~4.0|~5.0",
3716 "true/punycode": "~2.1"
3717 },
3718 "require-dev": {
3719 "friendsofphp/php-cs-fixer": "~2.14",
3720 "php-coveralls/php-coveralls": "^2.0",
3721 "php-http/guzzle6-adapter": "^2.0",
3722 "php-http/mock-client": "^1.2",
3723 "phpstan/phpstan": "^0.11",
3724 "phpstan/phpstan-phpunit": "^0.11",
3725 "symfony/phpunit-bridge": "~2.6|~3.0|~4.0|^5.0"
3726 },
3727 "type": "library",
3728 "extra": {
3729 "branch-alias": {
3730 "dev-2.0": "2.0-dev"
3731 }
3732 },
3733 "autoload": {
3734 "psr-4": {
3735 "Graby\\": "src/"
3736 }
3737 },
3738 "notification-url": "https://packagist.org/downloads/",
3739 "license": [
3740 "MIT"
3741 ],
3742 "authors": [
3743 {
3744 "name": "Jeremy Benoist",
3745 "email": "jeremy.benoist@gmail.com",
3746 "role": "Developer"
3747 },
3748 {
3749 "name": "FiveFilters.org",
3750 "email": "fivefilters@fivefilters.org",
3751 "role": "Developer (original version)"
3752 }
3753 ],
3754 "description": "Graby helps you extract article content from web pages",
3755 "time": "2020-04-15T11:37:45+00:00"
3756 },
3757 {
3758 "name": "j0k3r/graby-site-config",
3759 "version": "1.0.106",
3760 "source": {
3761 "type": "git",
3762 "url": "https://github.com/j0k3r/graby-site-config.git",
3763 "reference": "d50dbfe2644c684a9fe0d99c74ca0734354cc3c0"
3764 },
3765 "dist": {
3766 "type": "zip",
3767 "url": "https://api.github.com/repos/j0k3r/graby-site-config/zipball/d50dbfe2644c684a9fe0d99c74ca0734354cc3c0",
3768 "reference": "d50dbfe2644c684a9fe0d99c74ca0734354cc3c0",
3769 "shasum": ""
3770 },
3771 "require": {
3772 "symfony/finder": "~2.6|~3.0|~4.0|~5.0"
3773 },
3774 "require-dev": {
3775 "liip/rmt": "1.2.*",
3776 "symfony/phpunit-bridge": "^4.3|^5.0"
3777 },
3778 "type": "library",
3779 "autoload": {
3780 "psr-4": {
3781 "GrabySiteConfig\\SiteConfig\\": "src/"
3782 }
3783 },
3784 "notification-url": "https://packagist.org/downloads/",
3785 "license": [
3786 "CC0-1.0"
3787 ],
3788 "authors": [
3789 {
3790 "name": "Jeremy Benoist",
3791 "email": "jeremy.benoist@gmail.com"
3792 }
3793 ],
3794 "description": "Graby site config files",
3795 "time": "2020-05-13T05:29:30+00:00"
3796 },
3797 {
3798 "name": "j0k3r/httplug-ssrf-plugin",
3799 "version": "v2.0.1",
3800 "source": {
3801 "type": "git",
3802 "url": "https://github.com/j0k3r/httplug-ssrf-plugin.git",
3803 "reference": "fb68804e3bace2b894d1b9f39ad2b59078f5eac2"
3804 },
3805 "dist": {
3806 "type": "zip",
3807 "url": "https://api.github.com/repos/j0k3r/httplug-ssrf-plugin/zipball/fb68804e3bace2b894d1b9f39ad2b59078f5eac2",
3808 "reference": "fb68804e3bace2b894d1b9f39ad2b59078f5eac2",
3809 "shasum": ""
3810 },
3811 "require": {
3812 "php": "^7.1",
3813 "php-http/client-common": "^2.0",
3814 "php-http/discovery": "^1.5",
3815 "php-http/message": "^1.7",
3816 "php-http/message-factory": "^1.0.2"
3817 },
3818 "require-dev": {
3819 "friendsofphp/php-cs-fixer": "^2.14",
3820 "guzzlehttp/psr7": "^1.0",
3821 "php-http/guzzle6-adapter": "^2.0",
3822 "php-http/mock-client": "^1.0",
3823 "phpstan/phpstan": "^0.11",
3824 "phpstan/phpstan-phpunit": "^0.11",
3825 "symfony/phpunit-bridge": "~3.4.19|~4.0"
3826 },
3827 "type": "library",
3828 "autoload": {
3829 "psr-4": {
3830 "Graby\\HttpClient\\Plugin\\ServerSideRequestForgeryProtection\\": "src/"
3831 }
3832 },
3833 "notification-url": "https://packagist.org/downloads/",
3834 "license": [
3835 "MIT"
3836 ],
3837 "authors": [
3838 {
3839 "name": "Jeremy Benoist",
3840 "email": "jeremy.benoist@gmail.com"
3841 },
3842 {
3843 "name": "aaa2000",
3844 "email": "adev2000@gmail.com"
3845 },
3846 {
3847 "name": "Jack W",
3848 "email": "jack@fin1te.net",
3849 "role": "Developer (SafeCurl original version)"
3850 }
3851 ],
3852 "description": "Server-Side Request Forgery (SSRF) protection plugin for HTTPlug",
3853 "homepage": "https://github.com/j0k3r/httplug-ssrf-plugin",
3854 "keywords": [
3855 "http",
3856 "httplug",
3857 "plugin",
3858 "security",
3859 "ssrf"
3860 ],
3861 "time": "2020-01-06T13:44:13+00:00"
3862 },
3863 {
3864 "name": "j0k3r/php-readability",
3865 "version": "1.2.4",
3866 "source": {
3867 "type": "git",
3868 "url": "https://github.com/j0k3r/php-readability.git",
3869 "reference": "9306996b472fd3d4bc5a7928a301ccce38423793"
3870 },
3871 "dist": {
3872 "type": "zip",
3873 "url": "https://api.github.com/repos/j0k3r/php-readability/zipball/9306996b472fd3d4bc5a7928a301ccce38423793",
3874 "reference": "9306996b472fd3d4bc5a7928a301ccce38423793",
3875 "shasum": ""
3876 },
3877 "require": {
3878 "electrolinux/php-html5lib": "^0.1.0",
3879 "ext-mbstring": "*",
3880 "php": ">=5.6.0",
3881 "psr/log": "^1.0"
3882 },
3883 "require-dev": {
3884 "friendsofphp/php-cs-fixer": "^2.14",
3885 "monolog/monolog": "^1.24",
3886 "php-coveralls/php-coveralls": "^2.1",
3887 "symfony/phpunit-bridge": "^4.2.3"
3888 },
3889 "suggest": {
3890 "ext-tidy": "Used to clean up given HTML and to avoid problems with bad HTML structure."
3891 },
3892 "type": "library",
3893 "autoload": {
3894 "psr-4": {
3895 "Readability\\": "src/"
3896 }
3897 },
3898 "notification-url": "https://packagist.org/downloads/",
3899 "license": [
3900 "Apache-2.0"
3901 ],
3902 "authors": [
3903 {
3904 "name": "Keyvan Minoukadeh",
3905 "email": "keyvan@keyvan.net",
3906 "homepage": "http://keyvan.net",
3907 "role": "Developer (ported original JS code to PHP)"
3908 },
3909 {
3910 "name": "Arc90",
3911 "homepage": "http://arc90.com",
3912 "role": "Developer (original JS version)"
3913 },
3914 {
3915 "name": "Jeremy Benoist",
3916 "email": "jeremy.benoist@gmail.com",
3917 "homepage": "http://www.j0k3r.net",
3918 "role": "Developer"
3919 },
3920 {
3921 "name": "DitherSky",
3922 "homepage": "https://github.com/Dither",
3923 "role": "Developer (https://github.com/Dither/full-text-rss)"
3924 }
3925 ],
3926 "description": "Automatic article extraction from HTML",
3927 "keywords": [
3928 "article",
3929 "article extraction",
3930 "content",
3931 "content extraction",
3932 "extraction",
3933 "html"
3934 ],
3935 "time": "2019-06-25T15:15:37+00:00"
3936 },
3937 {
3938 "name": "javibravo/simpleue",
3939 "version": "2.1.0",
3940 "source": {
3941 "type": "git",
3942 "url": "https://github.com/javibravo/simpleue.git",
3943 "reference": "b12ccea0631cd3f6128ab91178fc5363f6e14ff6"
3944 },
3945 "dist": {
3946 "type": "zip",
3947 "url": "https://api.github.com/repos/javibravo/simpleue/zipball/b12ccea0631cd3f6128ab91178fc5363f6e14ff6",
3948 "reference": "b12ccea0631cd3f6128ab91178fc5363f6e14ff6",
3949 "shasum": ""
3950 },
3951 "require": {
3952 "php": ">=5.5",
3953 "psr/log": "~1.0"
3954 },
3955 "require-dev": {
3956 "aws/aws-sdk-php": "^3.9",
3957 "pda/pheanstalk": "^3.1",
3958 "phpunit/phpunit": "4.0.*",
3959 "predis/predis": "^1.0"
3960 },
3961 "suggest": {
3962 "aws/aws-sdk-php": "Allow work with AWS Simple Queue Service (SQS) queues",
3963 "ext-redis": "Allow work with Redis Locker",
3964 "pda/pheanstalk": "Allow work with Beanstalkd queues",
3965 "predis/predis": "Allow work with Redis queues"
3966 },
3967 "type": "library",
3968 "autoload": {
3969 "psr-4": {
3970 "Simpleue\\": "src/Simpleue"
3971 }
3972 },
3973 "notification-url": "https://packagist.org/downloads/",
3974 "license": [
3975 "MIT"
3976 ],
3977 "authors": [
3978 {
3979 "name": "Javier Bravo",
3980 "email": "javibravo85@gmail.com"
3981 }
3982 ],
3983 "description": "Php package to manage queue tasks in a simple way",
3984 "homepage": "http://github.com/javibravo/simpleue",
3985 "keywords": [
3986 "job",
3987 "queue",
3988 "redis",
3989 "sqs",
3990 "task"
3991 ],
3992 "time": "2017-11-15T13:41:13+00:00"
3993 },
3994 {
3995 "name": "jdorn/sql-formatter",
3996 "version": "v1.2.17",
3997 "source": {
3998 "type": "git",
3999 "url": "https://github.com/jdorn/sql-formatter.git",
4000 "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc"
4001 },
4002 "dist": {
4003 "type": "zip",
4004 "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc",
4005 "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc",
4006 "shasum": ""
4007 },
4008 "require": {
4009 "php": ">=5.2.4"
4010 },
4011 "require-dev": {
4012 "phpunit/phpunit": "3.7.*"
4013 },
4014 "type": "library",
4015 "extra": {
4016 "branch-alias": {
4017 "dev-master": "1.3.x-dev"
4018 }
4019 },
4020 "autoload": {
4021 "classmap": [
4022 "lib"
4023 ]
4024 },
4025 "notification-url": "https://packagist.org/downloads/",
4026 "license": [
4027 "MIT"
4028 ],
4029 "authors": [
4030 {
4031 "name": "Jeremy Dorn",
4032 "email": "jeremy@jeremydorn.com",
4033 "homepage": "http://jeremydorn.com/"
4034 }
4035 ],
4036 "description": "a PHP SQL highlighting library",
4037 "homepage": "https://github.com/jdorn/sql-formatter/",
4038 "keywords": [
4039 "highlight",
4040 "sql"
4041 ],
4042 "time": "2014-01-12T16:20:24+00:00"
4043 },
4044 {
4045 "name": "jean85/pretty-package-versions",
4046 "version": "1.2",
4047 "source": {
4048 "type": "git",
4049 "url": "https://github.com/Jean85/pretty-package-versions.git",
4050 "reference": "75c7effcf3f77501d0e0caa75111aff4daa0dd48"
4051 },
4052 "dist": {
4053 "type": "zip",
4054 "url": "https://api.github.com/repos/Jean85/pretty-package-versions/zipball/75c7effcf3f77501d0e0caa75111aff4daa0dd48",
4055 "reference": "75c7effcf3f77501d0e0caa75111aff4daa0dd48",
4056 "shasum": ""
4057 },
4058 "require": {
4059 "ocramius/package-versions": "^1.2.0",
4060 "php": "^7.0"
4061 },
4062 "require-dev": {
4063 "phpunit/phpunit": "^6.0"
4064 },
4065 "type": "library",
4066 "extra": {
4067 "branch-alias": {
4068 "dev-master": "1.x-dev"
4069 }
4070 },
4071 "autoload": {
4072 "psr-4": {
4073 "Jean85\\": "src/"
4074 }
4075 },
4076 "notification-url": "https://packagist.org/downloads/",
4077 "license": [
4078 "MIT"
4079 ],
4080 "authors": [
4081 {
4082 "name": "Alessandro Lai",
4083 "email": "alessandro.lai85@gmail.com"
4084 }
4085 ],
4086 "description": "A wrapper for ocramius/package-versions to get pretty versions strings",
4087 "keywords": [
4088 "composer",
4089 "package",
4090 "release",
4091 "versions"
4092 ],
4093 "time": "2018-06-13T13:22:40+00:00"
4094 },
4095 {
4096 "name": "jms/metadata",
4097 "version": "1.7.0",
4098 "source": {
4099 "type": "git",
4100 "url": "https://github.com/schmittjoh/metadata.git",
4101 "reference": "e5854ab1aa643623dc64adde718a8eec32b957a8"
4102 },
4103 "dist": {
4104 "type": "zip",
4105 "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/e5854ab1aa643623dc64adde718a8eec32b957a8",
4106 "reference": "e5854ab1aa643623dc64adde718a8eec32b957a8",
4107 "shasum": ""
4108 },
4109 "require": {
4110 "php": ">=5.3.0"
4111 },
4112 "require-dev": {
4113 "doctrine/cache": "~1.0",
4114 "symfony/cache": "~3.1"
4115 },
4116 "type": "library",
4117 "extra": {
4118 "branch-alias": {
4119 "dev-master": "1.5.x-dev"
4120 }
4121 },
4122 "autoload": {
4123 "psr-0": {
4124 "Metadata\\": "src/"
4125 }
4126 },
4127 "notification-url": "https://packagist.org/downloads/",
4128 "license": [
4129 "MIT"
4130 ],
4131 "authors": [
4132 {
4133 "name": "Asmir Mustafic",
4134 "email": "goetas@gmail.com"
4135 },
4136 {
4137 "name": "Johannes M. Schmitt",
4138 "email": "schmittjoh@gmail.com"
4139 }
4140 ],
4141 "description": "Class/method/property metadata management in PHP",
4142 "keywords": [
4143 "annotations",
4144 "metadata",
4145 "xml",
4146 "yaml"
4147 ],
4148 "time": "2018-10-26T12:40:10+00:00"
4149 },
4150 {
4151 "name": "jms/parser-lib",
4152 "version": "1.0.0",
4153 "source": {
4154 "type": "git",
4155 "url": "https://github.com/schmittjoh/parser-lib.git",
4156 "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d"
4157 },
4158 "dist": {
4159 "type": "zip",
4160 "url": "https://api.github.com/repos/schmittjoh/parser-lib/zipball/c509473bc1b4866415627af0e1c6cc8ac97fa51d",
4161 "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d",
4162 "shasum": ""
4163 },
4164 "require": {
4165 "phpoption/phpoption": ">=0.9,<2.0-dev"
4166 },
4167 "type": "library",
4168 "extra": {
4169 "branch-alias": {
4170 "dev-master": "1.0-dev"
4171 }
4172 },
4173 "autoload": {
4174 "psr-0": {
4175 "JMS\\": "src/"
4176 }
4177 },
4178 "notification-url": "https://packagist.org/downloads/",
4179 "license": [
4180 "Apache2"
4181 ],
4182 "description": "A library for easily creating recursive-descent parsers.",
4183 "time": "2012-11-18T18:08:43+00:00"
4184 },
4185 {
4186 "name": "jms/serializer",
4187 "version": "1.14.1",
4188 "source": {
4189 "type": "git",
4190 "url": "https://github.com/schmittjoh/serializer.git",
4191 "reference": "ba908d278fff27ec01fb4349f372634ffcd697c0"
4192 },
4193 "dist": {
4194 "type": "zip",
4195 "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/ba908d278fff27ec01fb4349f372634ffcd697c0",
4196 "reference": "ba908d278fff27ec01fb4349f372634ffcd697c0",
4197 "shasum": ""
4198 },
4199 "require": {
4200 "doctrine/annotations": "^1.0",
4201 "doctrine/instantiator": "^1.0.3",
4202 "jms/metadata": "^1.3",
4203 "jms/parser-lib": "1.*",
4204 "php": "^5.5|^7.0",
4205 "phpcollection/phpcollection": "~0.1",
4206 "phpoption/phpoption": "^1.1"
4207 },
4208 "conflict": {
4209 "twig/twig": "<1.12"
4210 },
4211 "require-dev": {
4212 "doctrine/orm": "~2.1",
4213 "doctrine/phpcr-odm": "^1.3|^2.0",
4214 "ext-pdo_sqlite": "*",
4215 "jackalope/jackalope-doctrine-dbal": "^1.1.5",
4216 "phpunit/phpunit": "^4.8|^5.0",
4217 "propel/propel1": "~1.7",
4218 "psr/container": "^1.0",
4219 "symfony/dependency-injection": "^2.7|^3.3|^4.0",
4220 "symfony/expression-language": "^2.6|^3.0",
4221 "symfony/filesystem": "^2.1",
4222 "symfony/form": "~2.1|^3.0",
4223 "symfony/translation": "^2.1|^3.0",
4224 "symfony/validator": "^2.2|^3.0",
4225 "symfony/yaml": "^2.1|^3.0",
4226 "twig/twig": "~1.12|~2.0"
4227 },
4228 "suggest": {
4229 "doctrine/cache": "Required if you like to use cache functionality.",
4230 "doctrine/collections": "Required if you like to use doctrine collection types as ArrayCollection.",
4231 "symfony/yaml": "Required if you'd like to serialize data to YAML format."
4232 },
4233 "type": "library",
4234 "extra": {
4235 "branch-alias": {
4236 "dev-1.x": "1.14-dev"
4237 }
4238 },
4239 "autoload": {
4240 "psr-0": {
4241 "JMS\\Serializer": "src/"
4242 }
4243 },
4244 "notification-url": "https://packagist.org/downloads/",
4245 "license": [
4246 "MIT"
4247 ],
4248 "authors": [
4249 {
4250 "name": "Johannes M. Schmitt",
4251 "email": "schmittjoh@gmail.com"
4252 },
4253 {
4254 "name": "Asmir Mustafic",
4255 "email": "goetas@gmail.com"
4256 }
4257 ],
4258 "description": "Library for (de-)serializing data of any complexity; supports XML, JSON, and YAML.",
4259 "homepage": "http://jmsyst.com/libs/serializer",
4260 "keywords": [
4261 "deserialization",
4262 "jaxb",
4263 "json",
4264 "serialization",
4265 "xml"
4266 ],
4267 "time": "2020-02-22T20:59:37+00:00"
4268 },
4269 {
4270 "name": "jms/serializer-bundle",
4271 "version": "2.4.4",
4272 "source": {
4273 "type": "git",
4274 "url": "https://github.com/schmittjoh/JMSSerializerBundle.git",
4275 "reference": "92ee808c64c1c180775a0e57d00e3be0674668fb"
4276 },
4277 "dist": {
4278 "type": "zip",
4279 "url": "https://api.github.com/repos/schmittjoh/JMSSerializerBundle/zipball/92ee808c64c1c180775a0e57d00e3be0674668fb",
4280 "reference": "92ee808c64c1c180775a0e57d00e3be0674668fb",
4281 "shasum": ""
4282 },
4283 "require": {
4284 "jms/serializer": "^1.10",
4285 "php": "^5.4|^7.0",
4286 "phpoption/phpoption": "^1.1.0",
4287 "symfony/framework-bundle": "~2.3|~3.0|~4.0"
4288 },
4289 "require-dev": {
4290 "doctrine/orm": "*",
4291 "phpunit/phpunit": "^4.8.35|^5.4.3|^6.0",
4292 "symfony/expression-language": "~2.6|~3.0|~4.0",
4293 "symfony/finder": "^2.3|^3.0|^4.0",
4294 "symfony/form": "*",
4295 "symfony/stopwatch": "*",
4296 "symfony/twig-bundle": "*",
4297 "symfony/validator": "*",
4298 "symfony/yaml": "*"
4299 },
4300 "suggest": {
4301 "jms/di-extra-bundle": "Required to get lazy loading (de)serialization visitors, ~1.3",
4302 "symfony/finder": "Required for cache warmup, supported versions ^2.3|^3.0|^4.0"
4303 },
4304 "type": "symfony-bundle",
4305 "extra": {
4306 "branch-alias": {
4307 "dev-master": "2.4-dev"
4308 }
4309 },
4310 "autoload": {
4311 "psr-4": {
4312 "JMS\\SerializerBundle\\": ""
4313 },
4314 "exclude-from-classmap": [
4315 "/Tests/"
4316 ]
4317 },
4318 "notification-url": "https://packagist.org/downloads/",
4319 "license": [
4320 "MIT"
4321 ],
4322 "authors": [
4323 {
4324 "name": "Asmir Mustafic",
4325 "email": "goetas@gmail.com"
4326 },
4327 {
4328 "name": "Johannes M. Schmitt",
4329 "email": "schmittjoh@gmail.com"
4330 }
4331 ],
4332 "description": "Allows you to easily serialize, and deserialize data of any complexity",
4333 "homepage": "http://jmsyst.com/bundles/JMSSerializerBundle",
4334 "keywords": [
4335 "deserialization",
4336 "jaxb",
4337 "json",
4338 "serialization",
4339 "xml"
4340 ],
4341 "time": "2019-03-30T10:26:09+00:00"
4342 },
4343 {
4344 "name": "kphoen/rulerz",
4345 "version": "0.21.1",
4346 "source": {
4347 "type": "git",
4348 "url": "https://github.com/K-Phoen/rulerz.git",
4349 "reference": "d28a1bd59b4e66cc9fcdeee965f13f685eb9ce41"
4350 },
4351 "dist": {
4352 "type": "zip",
4353 "url": "https://api.github.com/repos/K-Phoen/rulerz/zipball/d28a1bd59b4e66cc9fcdeee965f13f685eb9ce41",
4354 "reference": "d28a1bd59b4e66cc9fcdeee965f13f685eb9ce41",
4355 "shasum": ""
4356 },
4357 "require": {
4358 "hoa/ruler": "~2.0",
4359 "php": ">=7.1",
4360 "symfony/property-access": "~3.0|~4.0"
4361 },
4362 "require-dev": {
4363 "behat/behat": "~3.0",
4364 "coduo/phpspec-data-provider-extension": "~1.0,!=1.0.2",
4365 "doctrine/orm": "~2.4",
4366 "elasticsearch/elasticsearch": "~1.0",
4367 "illuminate/database": "~5.0",
4368 "kphoen/rusty": "dev-master",
4369 "liip/rmt": "^1.2",
4370 "mikey179/vfsstream": "~1.4",
4371 "phpspec/phpspec": "~2.0,>=2.4-dev",
4372 "pomm-project/cli": "~2.0@dev",
4373 "pomm-project/foundation": "~2.0@dev",
4374 "pomm-project/model-manager": "~2.0.@dev",
4375 "ruflin/elastica": "~1.0",
4376 "solarium/solarium": "~3.0",
4377 "vlucas/phpdotenv": "~2.1"
4378 },
4379 "suggest": {
4380 "doctrine/orm": "To execute rules as Doctrine queries",
4381 "elasticsearch/elasticsearch": "To execute rules as Elasticsearch queries",
4382 "kphoen/rulerz-spec-builder": "If you want a specification builder",
4383 "pomm-project/model-manager": "To execute rules as Pomm queries",
4384 "solarium/solarium": "To execute rules as Solr queries"
4385 },
4386 "type": "library",
4387 "extra": {
4388 "branch-alias": {
4389 "dev-master": "1.0.x-dev"
4390 }
4391 },
4392 "autoload": {
4393 "psr-4": {
4394 "RulerZ\\": "src/"
4395 }
4396 },
4397 "notification-url": "https://packagist.org/downloads/",
4398 "license": [
4399 "MIT"
4400 ],
4401 "authors": [
4402 {
4403 "name": "Kévin Gomez",
4404 "email": "contact@kevingomez.fr"
4405 }
4406 ],
4407 "description": "Powerful implementation of the Specification pattern",
4408 "homepage": "https://github.com/K-Phoen/RulerZ",
4409 "keywords": [
4410 "doctrine",
4411 "specification"
4412 ],
4413 "time": "2018-09-18T15:15:42+00:00"
4414 },
4415 {
4416 "name": "kphoen/rulerz-bridge",
4417 "version": "1.1.1",
4418 "source": {
4419 "type": "git",
4420 "url": "https://github.com/K-Phoen/rulerz-bridge.git",
4421 "reference": "fdad5856b669d59b5e4bda47c4e927a0485bf7a0"
4422 },
4423 "dist": {
4424 "type": "zip",
4425 "url": "https://api.github.com/repos/K-Phoen/rulerz-bridge/zipball/fdad5856b669d59b5e4bda47c4e927a0485bf7a0",
4426 "reference": "fdad5856b669d59b5e4bda47c4e927a0485bf7a0",
4427 "shasum": ""
4428 },
4429 "require": {
4430 "kphoen/rulerz": "~0.19,>=0.19.3|^1.0",
4431 "php": ">=7.1",
4432 "symfony/form": "^3.0|^4.0",
4433 "symfony/validator": "^3.0|^4.0"
4434 },
4435 "require-dev": {
4436 "liip/rmt": "^1.2",
4437 "phpunit/phpunit": "~7.1",
4438 "symfony/phpunit-bridge": "^3.0|^4.0"
4439 },
4440 "type": "symfony-bridge",
4441 "autoload": {
4442 "psr-4": {
4443 "Symfony\\Bridge\\RulerZ\\": ""
4444 },
4445 "exclude-from-classmap": [
4446 "/Tests/"
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": "Symfony RulerZ Bridge",
4460 "homepage": "https://github.com/K-Phoen/rulerz-bridge",
4461 "keywords": [
4462 "Bridge",
4463 "doctrine",
4464 "ruler",
4465 "rulerz",
4466 "specification",
4467 "symfony"
4468 ],
4469 "time": "2018-10-01T14:17:27+00:00"
4470 },
4471 {
4472 "name": "kphoen/rulerz-bundle",
4473 "version": "0.15.0",
4474 "source": {
4475 "type": "git",
4476 "url": "https://github.com/K-Phoen/RulerZBundle.git",
4477 "reference": "f25f2eddfd311047f0f0ece2684b1f6463cc41ad"
4478 },
4479 "dist": {
4480 "type": "zip",
4481 "url": "https://api.github.com/repos/K-Phoen/RulerZBundle/zipball/f25f2eddfd311047f0f0ece2684b1f6463cc41ad",
4482 "reference": "f25f2eddfd311047f0f0ece2684b1f6463cc41ad",
4483 "shasum": ""
4484 },
4485 "require": {
4486 "kphoen/rulerz": "~0.17,>=0.19.3",
4487 "kphoen/rulerz-bridge": "^1.0",
4488 "php": ">=7.1",
4489 "symfony/framework-bundle": "^3.0|^4.0"
4490 },
4491 "require-dev": {
4492 "liip/rmt": "^1.2",
4493 "matthiasnoback/symfony-dependency-injection-test": "^3.0",
4494 "mikey179/vfsstream": "^1.6",
4495 "phpunit/phpunit": "^7.1",
4496 "symfony/phpunit-bridge": "^3.0|^4.0"
4497 },
4498 "type": "symfony-bundle",
4499 "autoload": {
4500 "psr-4": {
4501 "KPhoen\\RulerZBundle\\": ""
4502 },
4503 "exclude-from-classmap": [
4504 "/Tests/"
4505 ]
4506 },
4507 "notification-url": "https://packagist.org/downloads/",
4508 "license": [
4509 "MIT"
4510 ],
4511 "authors": [
4512 {
4513 "name": "Kévin Gomez",
4514 "email": "contact@kevingomez.fr"
4515 }
4516 ],
4517 "description": "Symfony2 Bundle for RulerZ",
4518 "homepage": "https://github.com/K-Phoen/RulerZBundle",
4519 "keywords": [
4520 "doctrine",
4521 "ruler",
4522 "rulerz",
4523 "specification"
4524 ],
4525 "time": "2018-09-17T09:02:32+00:00"
4526 },
4527 {
4528 "name": "laminas/laminas-code",
4529 "version": "3.4.1",
4530 "source": {
4531 "type": "git",
4532 "url": "https://github.com/laminas/laminas-code.git",
4533 "reference": "1cb8f203389ab1482bf89c0e70a04849bacd7766"
4534 },
4535 "dist": {
4536 "type": "zip",
4537 "url": "https://api.github.com/repos/laminas/laminas-code/zipball/1cb8f203389ab1482bf89c0e70a04849bacd7766",
4538 "reference": "1cb8f203389ab1482bf89c0e70a04849bacd7766",
4539 "shasum": ""
4540 },
4541 "require": {
4542 "laminas/laminas-eventmanager": "^2.6 || ^3.0",
4543 "laminas/laminas-zendframework-bridge": "^1.0",
4544 "php": "^7.1"
4545 },
4546 "conflict": {
4547 "phpspec/prophecy": "<1.9.0"
4548 },
4549 "replace": {
4550 "zendframework/zend-code": "self.version"
4551 },
4552 "require-dev": {
4553 "doctrine/annotations": "^1.7",
4554 "ext-phar": "*",
4555 "laminas/laminas-coding-standard": "^1.0",
4556 "laminas/laminas-stdlib": "^2.7 || ^3.0",
4557 "phpunit/phpunit": "^7.5.16 || ^8.4"
4558 },
4559 "suggest": {
4560 "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
4561 "laminas/laminas-stdlib": "Laminas\\Stdlib component"
4562 },
4563 "type": "library",
4564 "extra": {
4565 "branch-alias": {
4566 "dev-master": "3.4.x-dev",
4567 "dev-develop": "3.5.x-dev",
4568 "dev-dev-4.0": "4.0.x-dev"
4569 }
4570 },
4571 "autoload": {
4572 "psr-4": {
4573 "Laminas\\Code\\": "src/"
4574 }
4575 },
4576 "notification-url": "https://packagist.org/downloads/",
4577 "license": [
4578 "BSD-3-Clause"
4579 ],
4580 "description": "Extensions to the PHP Reflection API, static code scanning, and code generation",
4581 "homepage": "https://laminas.dev",
4582 "keywords": [
4583 "code",
4584 "laminas"
4585 ],
4586 "time": "2019-12-31T16:28:24+00:00"
4587 },
4588 {
4589 "name": "laminas/laminas-diactoros",
4590 "version": "2.3.0",
4591 "source": {
4592 "type": "git",
4593 "url": "https://github.com/laminas/laminas-diactoros.git",
4594 "reference": "5ab185dba63ec655a2380c97711b09adc7061f89"
4595 },
4596 "dist": {
4597 "type": "zip",
4598 "url": "https://api.github.com/repos/laminas/laminas-diactoros/zipball/5ab185dba63ec655a2380c97711b09adc7061f89",
4599 "reference": "5ab185dba63ec655a2380c97711b09adc7061f89",
4600 "shasum": ""
4601 },
4602 "require": {
4603 "laminas/laminas-zendframework-bridge": "^1.0",
4604 "php": "^7.1",
4605 "psr/http-factory": "^1.0",
4606 "psr/http-message": "^1.0"
4607 },
4608 "conflict": {
4609 "phpspec/prophecy": "<1.9.0"
4610 },
4611 "provide": {
4612 "psr/http-factory-implementation": "1.0",
4613 "psr/http-message-implementation": "1.0"
4614 },
4615 "replace": {
4616 "zendframework/zend-diactoros": "^2.2.1"
4617 },
4618 "require-dev": {
4619 "ext-curl": "*",
4620 "ext-dom": "*",
4621 "ext-libxml": "*",
4622 "http-interop/http-factory-tests": "^0.5.0",
4623 "laminas/laminas-coding-standard": "~1.0.0",
4624 "php-http/psr7-integration-tests": "^1.0",
4625 "phpunit/phpunit": "^7.5.18"
4626 },
4627 "type": "library",
4628 "extra": {
4629 "branch-alias": {
4630 "dev-master": "2.3.x-dev",
4631 "dev-develop": "2.4.x-dev"
4632 },
4633 "laminas": {
4634 "config-provider": "Laminas\\Diactoros\\ConfigProvider",
4635 "module": "Laminas\\Diactoros"
4636 }
4637 },
4638 "autoload": {
4639 "files": [
4640 "src/functions/create_uploaded_file.php",
4641 "src/functions/marshal_headers_from_sapi.php",
4642 "src/functions/marshal_method_from_sapi.php",
4643 "src/functions/marshal_protocol_version_from_sapi.php",
4644 "src/functions/marshal_uri_from_sapi.php",
4645 "src/functions/normalize_server.php",
4646 "src/functions/normalize_uploaded_files.php",
4647 "src/functions/parse_cookie_header.php",
4648 "src/functions/create_uploaded_file.legacy.php",
4649 "src/functions/marshal_headers_from_sapi.legacy.php",
4650 "src/functions/marshal_method_from_sapi.legacy.php",
4651 "src/functions/marshal_protocol_version_from_sapi.legacy.php",
4652 "src/functions/marshal_uri_from_sapi.legacy.php",
4653 "src/functions/normalize_server.legacy.php",
4654 "src/functions/normalize_uploaded_files.legacy.php",
4655 "src/functions/parse_cookie_header.legacy.php"
4656 ],
4657 "psr-4": {
4658 "Laminas\\Diactoros\\": "src/"
4659 }
4660 },
4661 "notification-url": "https://packagist.org/downloads/",
4662 "license": [
4663 "BSD-3-Clause"
4664 ],
4665 "description": "PSR HTTP Message implementations",
4666 "homepage": "https://laminas.dev",
4667 "keywords": [
4668 "http",
4669 "laminas",
4670 "psr",
4671 "psr-7"
4672 ],
4673 "time": "2020-04-27T17:07:01+00:00"
4674 },
4675 {
4676 "name": "laminas/laminas-eventmanager",
4677 "version": "3.2.1",
4678 "source": {
4679 "type": "git",
4680 "url": "https://github.com/laminas/laminas-eventmanager.git",
4681 "reference": "ce4dc0bdf3b14b7f9815775af9dfee80a63b4748"
4682 },
4683 "dist": {
4684 "type": "zip",
4685 "url": "https://api.github.com/repos/laminas/laminas-eventmanager/zipball/ce4dc0bdf3b14b7f9815775af9dfee80a63b4748",
4686 "reference": "ce4dc0bdf3b14b7f9815775af9dfee80a63b4748",
4687 "shasum": ""
4688 },
4689 "require": {
4690 "laminas/laminas-zendframework-bridge": "^1.0",
4691 "php": "^5.6 || ^7.0"
4692 },
4693 "replace": {
4694 "zendframework/zend-eventmanager": "self.version"
4695 },
4696 "require-dev": {
4697 "athletic/athletic": "^0.1",
4698 "container-interop/container-interop": "^1.1.0",
4699 "laminas/laminas-coding-standard": "~1.0.0",
4700 "laminas/laminas-stdlib": "^2.7.3 || ^3.0",
4701 "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2"
4702 },
4703 "suggest": {
4704 "container-interop/container-interop": "^1.1.0, to use the lazy listeners feature",
4705 "laminas/laminas-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature"
4706 },
4707 "type": "library",
4708 "extra": {
4709 "branch-alias": {
4710 "dev-master": "3.2-dev",
4711 "dev-develop": "3.3-dev"
4712 }
4713 },
4714 "autoload": {
4715 "psr-4": {
4716 "Laminas\\EventManager\\": "src/"
4717 }
4718 },
4719 "notification-url": "https://packagist.org/downloads/",
4720 "license": [
4721 "BSD-3-Clause"
4722 ],
4723 "description": "Trigger and listen to events within a PHP application",
4724 "homepage": "https://laminas.dev",
4725 "keywords": [
4726 "event",
4727 "eventmanager",
4728 "events",
4729 "laminas"
4730 ],
4731 "time": "2019-12-31T16:44:52+00:00"
4732 },
4733 {
4734 "name": "laminas/laminas-zendframework-bridge",
4735 "version": "1.0.4",
4736 "source": {
4737 "type": "git",
4738 "url": "https://github.com/laminas/laminas-zendframework-bridge.git",
4739 "reference": "fcd87520e4943d968557803919523772475e8ea3"
4740 },
4741 "dist": {
4742 "type": "zip",
4743 "url": "https://api.github.com/repos/laminas/laminas-zendframework-bridge/zipball/fcd87520e4943d968557803919523772475e8ea3",
4744 "reference": "fcd87520e4943d968557803919523772475e8ea3",
4745 "shasum": ""
4746 },
4747 "require": {
4748 "php": "^5.6 || ^7.0"
4749 },
4750 "require-dev": {
4751 "phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.1",
4752 "squizlabs/php_codesniffer": "^3.5"
4753 },
4754 "type": "library",
4755 "extra": {
4756 "branch-alias": {
4757 "dev-master": "1.0.x-dev",
4758 "dev-develop": "1.1.x-dev"
4759 },
4760 "laminas": {
4761 "module": "Laminas\\ZendFrameworkBridge"
4762 }
4763 },
4764 "autoload": {
4765 "files": [
4766 "src/autoload.php"
4767 ],
4768 "psr-4": {
4769 "Laminas\\ZendFrameworkBridge\\": "src//"
4770 }
4771 },
4772 "notification-url": "https://packagist.org/downloads/",
4773 "license": [
4774 "BSD-3-Clause"
4775 ],
4776 "description": "Alias legacy ZF class names to Laminas Project equivalents.",
4777 "keywords": [
4778 "ZendFramework",
4779 "autoloading",
4780 "laminas",
4781 "zf"
4782 ],
4783 "time": "2020-05-20T16:45:56+00:00"
4784 },
4785 {
4786 "name": "lcobucci/jwt",
4787 "version": "3.3.2",
4788 "source": {
4789 "type": "git",
4790 "url": "https://github.com/lcobucci/jwt.git",
4791 "reference": "56f10808089e38623345e28af2f2d5e4eb579455"
4792 },
4793 "dist": {
4794 "type": "zip",
4795 "url": "https://api.github.com/repos/lcobucci/jwt/zipball/56f10808089e38623345e28af2f2d5e4eb579455",
4796 "reference": "56f10808089e38623345e28af2f2d5e4eb579455",
4797 "shasum": ""
4798 },
4799 "require": {
4800 "ext-mbstring": "*",
4801 "ext-openssl": "*",
4802 "php": "^5.6 || ^7.0"
4803 },
4804 "require-dev": {
4805 "mikey179/vfsstream": "~1.5",
4806 "phpmd/phpmd": "~2.2",
4807 "phpunit/php-invoker": "~1.1",
4808 "phpunit/phpunit": "^5.7 || ^7.3",
4809 "squizlabs/php_codesniffer": "~2.3"
4810 },
4811 "type": "library",
4812 "extra": {
4813 "branch-alias": {
4814 "dev-master": "3.1-dev"
4815 }
4816 },
4817 "autoload": {
4818 "psr-4": {
4819 "Lcobucci\\JWT\\": "src"
4820 }
4821 },
4822 "notification-url": "https://packagist.org/downloads/",
4823 "license": [
4824 "BSD-3-Clause"
4825 ],
4826 "authors": [
4827 {
4828 "name": "Luís Otávio Cobucci Oblonczyk",
4829 "email": "lcobucci@gmail.com",
4830 "role": "Developer"
4831 }
4832 ],
4833 "description": "A simple library to work with JSON Web Token and JSON Web Signature",
4834 "keywords": [
4835 "JWS",
4836 "jwt"
4837 ],
4838 "time": "2020-05-22T08:21:12+00:00"
4839 },
4840 {
4841 "name": "lexik/form-filter-bundle",
4842 "version": "v5.0.10",
4843 "source": {
4844 "type": "git",
4845 "url": "https://github.com/lexik/LexikFormFilterBundle.git",
4846 "reference": "92df0638173979dc906bda7a33a10b98429d2057"
4847 },
4848 "dist": {
4849 "type": "zip",
4850 "url": "https://api.github.com/repos/lexik/LexikFormFilterBundle/zipball/92df0638173979dc906bda7a33a10b98429d2057",
4851 "reference": "92df0638173979dc906bda7a33a10b98429d2057",
4852 "shasum": ""
4853 },
4854 "require": {
4855 "doctrine/orm": "^2.4.8",
4856 "php": ">=5.5.9",
4857 "symfony/form": "~2.8|~3.0|^4.0",
4858 "symfony/framework-bundle": "~2.8|~3.0|^4.0"
4859 },
4860 "require-dev": {
4861 "doctrine/mongodb-odm-bundle": "^3.0",
4862 "phpunit/phpunit": "~5.0|^7.5"
4863 },
4864 "suggest": {
4865 "alcaeus/mongo-php-adapter": "Install this package if using the PHP 7 MongoDB Driver"
4866 },
4867 "type": "symfony-bundle",
4868 "extra": {
4869 "branch-alias": {
4870 "dev-master": "5.x.x-dev"
4871 }
4872 },
4873 "autoload": {
4874 "psr-4": {
4875 "Lexik\\Bundle\\FormFilterBundle\\": ""
4876 }
4877 },
4878 "notification-url": "https://packagist.org/downloads/",
4879 "license": [
4880 "MIT"
4881 ],
4882 "authors": [
4883 {
4884 "name": "Dev Lexik",
4885 "email": "dev@lexik.fr"
4886 },
4887 {
4888 "name": "Cedric Girard",
4889 "email": "c.girard@lexik.fr"
4890 }
4891 ],
4892 "description": "This bundle aim to provide classes to build some form filters and then build a doctrine query from this form filter.",
4893 "homepage": "https://github.com/lexik/LexikFormFilterBundle",
4894 "keywords": [
4895 "bundle",
4896 "doctrine",
4897 "filter",
4898 "form",
4899 "symfony"
4900 ],
4901 "time": "2019-04-17T17:58:44+00:00"
4902 },
4903 {
4904 "name": "liip/theme-bundle",
4905 "version": "1.7.0",
4906 "source": {
4907 "type": "git",
4908 "url": "https://github.com/liip/LiipThemeBundle.git",
4909 "reference": "362394821ff8dcc90b06272e289e7dafe4dab52a"
4910 },
4911 "dist": {
4912 "type": "zip",
4913 "url": "https://api.github.com/repos/liip/LiipThemeBundle/zipball/362394821ff8dcc90b06272e289e7dafe4dab52a",
4914 "reference": "362394821ff8dcc90b06272e289e7dafe4dab52a",
4915 "shasum": ""
4916 },
4917 "require": {
4918 "php": "^7.0",
4919 "psr/log": "~1.0",
4920 "symfony/finder": "^3.0|^4.0",
4921 "symfony/framework-bundle": "^3.0|^4.0",
4922 "symfony/templating": "^3.0|^4.0",
4923 "symfony/twig-bundle": "^3.0|^4.0",
4924 "twig/twig": "^1.34|^2.4"
4925 },
4926 "conflict": {
4927 "sebastian/comparator": "1.2.3"
4928 },
4929 "require-dev": {
4930 "phpunit/phpunit": "^6.0",
4931 "symfony/console": "^3.0|^4.0",
4932 "symfony/expression-language": "^3.0|^4.0"
4933 },
4934 "type": "symfony-bundle",
4935 "extra": {
4936 "branch-alias": {
4937 "dev-master": "1.4-dev"
4938 }
4939 },
4940 "autoload": {
4941 "psr-4": {
4942 "Liip\\ThemeBundle\\": ""
4943 }
4944 },
4945 "notification-url": "https://packagist.org/downloads/",
4946 "license": [
4947 "MIT"
4948 ],
4949 "authors": [
4950 {
4951 "name": "Community contributions",
4952 "homepage": "https://github.com/liip/LiipThemeBundle/contributors"
4953 },
4954 {
4955 "name": "Liip AG",
4956 "homepage": "http://www.liip.ch/"
4957 }
4958 ],
4959 "description": "Provides theming support for #Symfony2 Bundles",
4960 "keywords": [
4961 "themes",
4962 "theming"
4963 ],
4964 "time": "2019-06-19T12:53:08+00:00"
4965 },
4966 {
4967 "name": "masterminds/html5",
4968 "version": "2.7.0",
4969 "source": {
4970 "type": "git",
4971 "url": "https://github.com/Masterminds/html5-php.git",
4972 "reference": "104443ad663d15981225f99532ba73c2f1d6b6f2"
4973 },
4974 "dist": {
4975 "type": "zip",
4976 "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/104443ad663d15981225f99532ba73c2f1d6b6f2",
4977 "reference": "104443ad663d15981225f99532ba73c2f1d6b6f2",
4978 "shasum": ""
4979 },
4980 "require": {
4981 "ext-ctype": "*",
4982 "ext-dom": "*",
4983 "ext-libxml": "*",
4984 "php": ">=5.3.0"
4985 },
4986 "require-dev": {
4987 "phpunit/phpunit": "^4.8.35",
4988 "sami/sami": "~2.0",
4989 "satooshi/php-coveralls": "1.0.*"
4990 },
4991 "type": "library",
4992 "extra": {
4993 "branch-alias": {
4994 "dev-master": "2.7-dev"
4995 }
4996 },
4997 "autoload": {
4998 "psr-4": {
4999 "Masterminds\\": "src"
5000 }
5001 },
5002 "notification-url": "https://packagist.org/downloads/",
5003 "license": [
5004 "MIT"
5005 ],
5006 "authors": [
5007 {
5008 "name": "Matt Butcher",
5009 "email": "technosophos@gmail.com"
5010 },
5011 {
5012 "name": "Matt Farina",
5013 "email": "matt@mattfarina.com"
5014 },
5015 {
5016 "name": "Asmir Mustafic",
5017 "email": "goetas@gmail.com"
5018 }
5019 ],
5020 "description": "An HTML5 parser and serializer.",
5021 "homepage": "http://masterminds.github.io/html5-php",
5022 "keywords": [
5023 "HTML5",
5024 "dom",
5025 "html",
5026 "parser",
5027 "querypath",
5028 "serializer",
5029 "xml"
5030 ],
5031 "time": "2019-07-25T07:03:26+00:00"
5032 },
5033 {
5034 "name": "mgargano/simplehtmldom",
5035 "version": "1.5",
5036 "source": {
5037 "type": "git",
5038 "url": "https://github.com/matgargano/simplehtmldom.git",
5039 "reference": "37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be"
5040 },
5041 "dist": {
5042 "type": "zip",
5043 "url": "https://api.github.com/repos/matgargano/simplehtmldom/zipball/37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be",
5044 "reference": "37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be",
5045 "shasum": ""
5046 },
5047 "require": {
5048 "php": ">=5.3.0"
5049 },
5050 "type": "library",
5051 "autoload": {
5052 "psr-0": {
5053 "SimpleHtmlDom": "src/"
5054 },
5055 "files": [
5056 "src/simple_html_dom.php"
5057 ]
5058 },
5059 "notification-url": "https://packagist.org/downloads/",
5060 "license": [
5061 "The MIT License"
5062 ],
5063 "authors": [
5064 {
5065 "name": "S.C. Chen",
5066 "email": "me578022@gmail.com"
5067 }
5068 ],
5069 "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",
5070 "homepage": "http://simplehtmldom.sourceforge.net/",
5071 "keywords": [
5072 "Simple",
5073 "dom",
5074 "html"
5075 ],
5076 "time": "2014-01-05T18:17:34+00:00"
5077 },
5078 {
5079 "name": "michelf/php-markdown",
5080 "version": "1.9.0",
5081 "source": {
5082 "type": "git",
5083 "url": "https://github.com/michelf/php-markdown.git",
5084 "reference": "c83178d49e372ca967d1a8c77ae4e051b3a3c75c"
5085 },
5086 "dist": {
5087 "type": "zip",
5088 "url": "https://api.github.com/repos/michelf/php-markdown/zipball/c83178d49e372ca967d1a8c77ae4e051b3a3c75c",
5089 "reference": "c83178d49e372ca967d1a8c77ae4e051b3a3c75c",
5090 "shasum": ""
5091 },
5092 "require": {
5093 "php": ">=5.3.0"
5094 },
5095 "require-dev": {
5096 "phpunit/phpunit": ">=4.3 <5.8"
5097 },
5098 "type": "library",
5099 "autoload": {
5100 "psr-4": {
5101 "Michelf\\": "Michelf/"
5102 }
5103 },
5104 "notification-url": "https://packagist.org/downloads/",
5105 "license": [
5106 "BSD-3-Clause"
5107 ],
5108 "authors": [
5109 {
5110 "name": "Michel Fortin",
5111 "email": "michel.fortin@michelf.ca",
5112 "homepage": "https://michelf.ca/",
5113 "role": "Developer"
5114 },
5115 {
5116 "name": "John Gruber",
5117 "homepage": "https://daringfireball.net/"
5118 }
5119 ],
5120 "description": "PHP Markdown",
5121 "homepage": "https://michelf.ca/projects/php-markdown/",
5122 "keywords": [
5123 "markdown"
5124 ],
5125 "time": "2019-12-02T02:32:27+00:00"
5126 },
5127 {
5128 "name": "mnapoli/piwik-twig-extension",
5129 "version": "3.0.0",
5130 "source": {
5131 "type": "git",
5132 "url": "https://github.com/mnapoli/MatomoTwigExtension.git",
5133 "reference": "472fd49157d64e78081b7a626095ea989cae8471"
5134 },
5135 "dist": {
5136 "type": "zip",
5137 "url": "https://api.github.com/repos/mnapoli/MatomoTwigExtension/zipball/472fd49157d64e78081b7a626095ea989cae8471",
5138 "reference": "472fd49157d64e78081b7a626095ea989cae8471",
5139 "shasum": ""
5140 },
5141 "require": {
5142 "php": ">=7.0",
5143 "twig/twig": "~2.10|~3.0"
5144 },
5145 "require-dev": {
5146 "friendsofphp/php-cs-fixer": "~2.13",
5147 "php-coveralls/php-coveralls": "^2.0",
5148 "symfony/phpunit-bridge": "^5.0"
5149 },
5150 "type": "library",
5151 "autoload": {
5152 "psr-4": {
5153 "MatomoTwigExtension\\": "src/"
5154 }
5155 },
5156 "notification-url": "https://packagist.org/downloads/",
5157 "license": [
5158 "MIT"
5159 ],
5160 "description": "This library integrates Matomo into Twig",
5161 "time": "2020-04-24T14:45:43+00:00"
5162 },
5163 {
5164 "name": "monolog/monolog",
5165 "version": "1.25.4",
5166 "source": {
5167 "type": "git",
5168 "url": "https://github.com/Seldaek/monolog.git",
5169 "reference": "3022efff205e2448b560c833c6fbbf91c3139168"
5170 },
5171 "dist": {
5172 "type": "zip",
5173 "url": "https://api.github.com/repos/Seldaek/monolog/zipball/3022efff205e2448b560c833c6fbbf91c3139168",
5174 "reference": "3022efff205e2448b560c833c6fbbf91c3139168",
5175 "shasum": ""
5176 },
5177 "require": {
5178 "php": ">=5.3.0",
5179 "psr/log": "~1.0"
5180 },
5181 "provide": {
5182 "psr/log-implementation": "1.0.0"
5183 },
5184 "require-dev": {
5185 "aws/aws-sdk-php": "^2.4.9 || ^3.0",
5186 "doctrine/couchdb": "~1.0@dev",
5187 "graylog2/gelf-php": "~1.0",
5188 "php-amqplib/php-amqplib": "~2.4",
5189 "php-console/php-console": "^3.1.3",
5190 "php-parallel-lint/php-parallel-lint": "^1.0",
5191 "phpunit/phpunit": "~4.5",
5192 "ruflin/elastica": ">=0.90 <3.0",
5193 "sentry/sentry": "^0.13",
5194 "swiftmailer/swiftmailer": "^5.3|^6.0"
5195 },
5196 "suggest": {
5197 "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
5198 "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
5199 "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
5200 "ext-mongo": "Allow sending log messages to a MongoDB server",
5201 "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
5202 "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
5203 "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
5204 "php-console/php-console": "Allow sending log messages to Google Chrome",
5205 "rollbar/rollbar": "Allow sending log messages to Rollbar",
5206 "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
5207 "sentry/sentry": "Allow sending log messages to a Sentry server"
5208 },
5209 "type": "library",
5210 "extra": {
5211 "branch-alias": {
5212 "dev-master": "2.0.x-dev"
5213 }
5214 },
5215 "autoload": {
5216 "psr-4": {
5217 "Monolog\\": "src/Monolog"
5218 }
5219 },
5220 "notification-url": "https://packagist.org/downloads/",
5221 "license": [
5222 "MIT"
5223 ],
5224 "authors": [
5225 {
5226 "name": "Jordi Boggiano",
5227 "email": "j.boggiano@seld.be",
5228 "homepage": "http://seld.be"
5229 }
5230 ],
5231 "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
5232 "homepage": "http://github.com/Seldaek/monolog",
5233 "keywords": [
5234 "log",
5235 "logging",
5236 "psr-3"
5237 ],
5238 "time": "2020-05-22T07:31:27+00:00"
5239 },
5240 {
5241 "name": "nelmio/api-doc-bundle",
5242 "version": "2.13.4",
5243 "target-dir": "Nelmio/ApiDocBundle",
5244 "source": {
5245 "type": "git",
5246 "url": "https://github.com/nelmio/NelmioApiDocBundle.git",
5247 "reference": "28802f2c44dbbf29aa7f5dc80a10f44d3558f580"
5248 },
5249 "dist": {
5250 "type": "zip",
5251 "url": "https://api.github.com/repos/nelmio/NelmioApiDocBundle/zipball/28802f2c44dbbf29aa7f5dc80a10f44d3558f580",
5252 "reference": "28802f2c44dbbf29aa7f5dc80a10f44d3558f580",
5253 "shasum": ""
5254 },
5255 "require": {
5256 "michelf/php-markdown": "~1.4",
5257 "php": ">=5.4",
5258 "symfony/console": "~2.3|~3.0|~4.0",
5259 "symfony/framework-bundle": "~2.3|~3.0|~4.0",
5260 "symfony/twig-bundle": "~2.3|~3.0|~4.0"
5261 },
5262 "conflict": {
5263 "jms/serializer": "<0.12",
5264 "jms/serializer-bundle": "<0.11",
5265 "symfony/symfony": "~2.7.8",
5266 "twig/twig": "<1.12"
5267 },
5268 "require-dev": {
5269 "doctrine/doctrine-bundle": "~1.5",
5270 "doctrine/orm": "~2.3",
5271 "dunglas/api-bundle": "~1.0",
5272 "friendsofsymfony/rest-bundle": "~1.0|~2.0",
5273 "jms/serializer-bundle": ">=0.11",
5274 "sensio/framework-extra-bundle": "~3.0",
5275 "symfony/browser-kit": "~2.3|~3.0|~4.0",
5276 "symfony/css-selector": "~2.3|~3.0|~4.0",
5277 "symfony/finder": "~2.3|~3.0|~4.0",
5278 "symfony/form": "~2.3|~3.0|~4.0",
5279 "symfony/phpunit-bridge": "~2.7|~3.0|~4.0",
5280 "symfony/serializer": "~2.7|~3.0|~4.0",
5281 "symfony/validator": "~2.3|~3.0|~4.0",
5282 "symfony/yaml": "~2.3|~3.0|~4.0"
5283 },
5284 "suggest": {
5285 "dunglas/api-bundle": "For making use of resources definitions of DunglasApiBundle.",
5286 "friendsofsymfony/rest-bundle": "For making use of REST information in the doc.",
5287 "jms/serializer": "For making use of serializer information in the doc.",
5288 "symfony/form": "For using form definitions as input.",
5289 "symfony/validator": "For making use of validator information in the doc."
5290 },
5291 "type": "symfony-bundle",
5292 "extra": {
5293 "branch-alias": {
5294 "dev-2.x": "2.13-dev"
5295 }
5296 },
5297 "autoload": {
5298 "psr-0": {
5299 "Nelmio\\ApiDocBundle": ""
5300 }
5301 },
5302 "notification-url": "https://packagist.org/downloads/",
5303 "license": [
5304 "MIT"
5305 ],
5306 "authors": [
5307 {
5308 "name": "Nelmio",
5309 "homepage": "http://nelm.io"
5310 },
5311 {
5312 "name": "Symfony Community",
5313 "homepage": "https://github.com/nelmio/NelmioApiDocBundle/contributors"
5314 }
5315 ],
5316 "description": "Generates documentation for your REST API from annotations",
5317 "keywords": [
5318 "api",
5319 "doc",
5320 "documentation",
5321 "rest"
5322 ],
5323 "time": "2019-06-01T13:34:59+00:00"
5324 },
5325 {
5326 "name": "nelmio/cors-bundle",
5327 "version": "1.5.6",
5328 "source": {
5329 "type": "git",
5330 "url": "https://github.com/nelmio/NelmioCorsBundle.git",
5331 "reference": "10a24c10f242440211ed31075e74f81661c690d9"
5332 },
5333 "dist": {
5334 "type": "zip",
5335 "url": "https://api.github.com/repos/nelmio/NelmioCorsBundle/zipball/10a24c10f242440211ed31075e74f81661c690d9",
5336 "reference": "10a24c10f242440211ed31075e74f81661c690d9",
5337 "shasum": ""
5338 },
5339 "require": {
5340 "symfony/framework-bundle": "^2.7 || ^3.0 || ^4.0"
5341 },
5342 "require-dev": {
5343 "matthiasnoback/symfony-dependency-injection-test": "^1.0 || ^2.0",
5344 "mockery/mockery": "^0.9 || ^1.0",
5345 "symfony/phpunit-bridge": "^2.7 || ^3.0 || ^4.0"
5346 },
5347 "type": "symfony-bundle",
5348 "extra": {
5349 "branch-alias": {
5350 "dev-master": "1.5.x-dev"
5351 }
5352 },
5353 "autoload": {
5354 "psr-4": {
5355 "Nelmio\\CorsBundle\\": ""
5356 },
5357 "exclude-from-classmap": [
5358 "/Tests/"
5359 ]
5360 },
5361 "notification-url": "https://packagist.org/downloads/",
5362 "license": [
5363 "MIT"
5364 ],
5365 "authors": [
5366 {
5367 "name": "Nelmio",
5368 "homepage": "http://nelm.io"
5369 },
5370 {
5371 "name": "Symfony Community",
5372 "homepage": "https://github.com/nelmio/NelmioCorsBundle/contributors"
5373 }
5374 ],
5375 "description": "Adds CORS (Cross-Origin Resource Sharing) headers support in your Symfony2 application",
5376 "keywords": [
5377 "api",
5378 "cors",
5379 "crossdomain"
5380 ],
5381 "time": "2019-06-17T08:53:14+00:00"
5382 },
5383 {
5384 "name": "ocramius/package-versions",
5385 "version": "1.4.2",
5386 "source": {
5387 "type": "git",
5388 "url": "https://github.com/Ocramius/PackageVersions.git",
5389 "reference": "44af6f3a2e2e04f2af46bcb302ad9600cba41c7d"
5390 },
5391 "dist": {
5392 "type": "zip",
5393 "url": "https://api.github.com/repos/Ocramius/PackageVersions/zipball/44af6f3a2e2e04f2af46bcb302ad9600cba41c7d",
5394 "reference": "44af6f3a2e2e04f2af46bcb302ad9600cba41c7d",
5395 "shasum": ""
5396 },
5397 "require": {
5398 "composer-plugin-api": "^1.0.0",
5399 "php": "^7.1.0"
5400 },
5401 "require-dev": {
5402 "composer/composer": "^1.6.3",
5403 "doctrine/coding-standard": "^5.0.1",
5404 "ext-zip": "*",
5405 "infection/infection": "^0.7.1",
5406 "phpunit/phpunit": "^7.5.17"
5407 },
5408 "type": "composer-plugin",
5409 "extra": {
5410 "class": "PackageVersions\\Installer",
5411 "branch-alias": {
5412 "dev-master": "2.0.x-dev"
5413 }
5414 },
5415 "autoload": {
5416 "psr-4": {
5417 "PackageVersions\\": "src/PackageVersions"
5418 }
5419 },
5420 "notification-url": "https://packagist.org/downloads/",
5421 "license": [
5422 "MIT"
5423 ],
5424 "authors": [
5425 {
5426 "name": "Marco Pivetta",
5427 "email": "ocramius@gmail.com"
5428 }
5429 ],
5430 "description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)",
5431 "time": "2019-11-15T16:17:10+00:00"
5432 },
5433 {
5434 "name": "ocramius/proxy-manager",
5435 "version": "2.1.1",
5436 "source": {
5437 "type": "git",
5438 "url": "https://github.com/Ocramius/ProxyManager.git",
5439 "reference": "e18ac876b2e4819c76349de8f78ccc8ef1554cd7"
5440 },
5441 "dist": {
5442 "type": "zip",
5443 "url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/e18ac876b2e4819c76349de8f78ccc8ef1554cd7",
5444 "reference": "e18ac876b2e4819c76349de8f78ccc8ef1554cd7",
5445 "shasum": ""
5446 },
5447 "require": {
5448 "ocramius/package-versions": "^1.1.1",
5449 "php": "^7.1.0",
5450 "zendframework/zend-code": "^3.1.0"
5451 },
5452 "require-dev": {
5453 "couscous/couscous": "^1.5.2",
5454 "ext-phar": "*",
5455 "humbug/humbug": "dev-master@DEV",
5456 "nikic/php-parser": "^3.0.4",
5457 "phpbench/phpbench": "^0.12.2",
5458 "phpstan/phpstan": "^0.6.4",
5459 "phpunit/phpunit": "^5.6.4",
5460 "phpunit/phpunit-mock-objects": "^3.4.1",
5461 "squizlabs/php_codesniffer": "^2.7.0"
5462 },
5463 "suggest": {
5464 "ocramius/generated-hydrator": "To have very fast object to array to object conversion for ghost objects",
5465 "zendframework/zend-json": "To have the JsonRpc adapter (Remote Object feature)",
5466 "zendframework/zend-soap": "To have the Soap adapter (Remote Object feature)",
5467 "zendframework/zend-xmlrpc": "To have the XmlRpc adapter (Remote Object feature)"
5468 },
5469 "type": "library",
5470 "extra": {
5471 "branch-alias": {
5472 "dev-master": "3.0.x-dev"
5473 }
5474 },
5475 "autoload": {
5476 "psr-0": {
5477 "ProxyManager\\": "src"
5478 }
5479 },
5480 "notification-url": "https://packagist.org/downloads/",
5481 "license": [
5482 "MIT"
5483 ],
5484 "authors": [
5485 {
5486 "name": "Marco Pivetta",
5487 "email": "ocramius@gmail.com",
5488 "homepage": "http://ocramius.github.io/"
5489 }
5490 ],
5491 "description": "A library providing utilities to generate, instantiate and generally operate with Object Proxies",
5492 "homepage": "https://github.com/Ocramius/ProxyManager",
5493 "keywords": [
5494 "aop",
5495 "lazy loading",
5496 "proxy",
5497 "proxy pattern",
5498 "service proxies"
5499 ],
5500 "time": "2017-05-04T11:12:50+00:00"
5501 },
5502 {
5503 "name": "pagerfanta/pagerfanta",
5504 "version": "v2.1.3",
5505 "source": {
5506 "type": "git",
5507 "url": "https://github.com/whiteoctober/Pagerfanta.git",
5508 "reference": "a53ff01d521648d9dbca19b93ac6bc75a59b0972"
5509 },
5510 "dist": {
5511 "type": "zip",
5512 "url": "https://api.github.com/repos/whiteoctober/Pagerfanta/zipball/a53ff01d521648d9dbca19b93ac6bc75a59b0972",
5513 "reference": "a53ff01d521648d9dbca19b93ac6bc75a59b0972",
5514 "shasum": ""
5515 },
5516 "require": {
5517 "php": "^7.0"
5518 },
5519 "require-dev": {
5520 "doctrine/orm": "~2.3",
5521 "doctrine/phpcr-odm": "1.*",
5522 "jackalope/jackalope-doctrine-dbal": "1.*",
5523 "jmikola/geojson": "~1.0",
5524 "mandango/mandango": "~1.0@dev",
5525 "mandango/mondator": "~1.0@dev",
5526 "phpunit/phpunit": "^6.5",
5527 "propel/propel": "~2.0@dev",
5528 "propel/propel1": "~1.6",
5529 "ruflin/elastica": "~1.3",
5530 "solarium/solarium": "~3.1"
5531 },
5532 "suggest": {
5533 "doctrine/mongodb-odm": "To use the DoctrineODMMongoDBAdapter.",
5534 "doctrine/orm": "To use the DoctrineORMAdapter.",
5535 "doctrine/phpcr-odm": "To use the DoctrineODMPhpcrAdapter. >= 1.1.0",
5536 "mandango/mandango": "To use the MandangoAdapter.",
5537 "propel/propel": "To use the Propel2Adapter",
5538 "propel/propel1": "To use the PropelAdapter",
5539 "solarium/solarium": "To use the SolariumAdapter."
5540 },
5541 "type": "library",
5542 "extra": {
5543 "branch-alias": {
5544 "dev-master": "1.0.x-dev"
5545 }
5546 },
5547 "autoload": {
5548 "psr-4": {
5549 "Pagerfanta\\": "src/Pagerfanta/"
5550 }
5551 },
5552 "notification-url": "https://packagist.org/downloads/",
5553 "license": [
5554 "MIT"
5555 ],
5556 "authors": [
5557 {
5558 "name": "Pablo Díez",
5559 "email": "pablodip@gmail.com"
5560 }
5561 ],
5562 "description": "Pagination for PHP",
5563 "keywords": [
5564 "page",
5565 "pagination",
5566 "paginator",
5567 "paging"
5568 ],
5569 "time": "2019-07-17T20:56:16+00:00"
5570 },
5571 {
5572 "name": "paragonie/constant_time_encoding",
5573 "version": "v2.3.0",
5574 "source": {
5575 "type": "git",
5576 "url": "https://github.com/paragonie/constant_time_encoding.git",
5577 "reference": "47a1cedd2e4d52688eb8c96469c05ebc8fd28fa2"
5578 },
5579 "dist": {
5580 "type": "zip",
5581 "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/47a1cedd2e4d52688eb8c96469c05ebc8fd28fa2",
5582 "reference": "47a1cedd2e4d52688eb8c96469c05ebc8fd28fa2",
5583 "shasum": ""
5584 },
5585 "require": {
5586 "php": "^7|^8"
5587 },
5588 "require-dev": {
5589 "phpunit/phpunit": "^6|^7",
5590 "vimeo/psalm": "^1|^2|^3"
5591 },
5592 "type": "library",
5593 "autoload": {
5594 "psr-4": {
5595 "ParagonIE\\ConstantTime\\": "src/"
5596 }
5597 },
5598 "notification-url": "https://packagist.org/downloads/",
5599 "license": [
5600 "MIT"
5601 ],
5602 "authors": [
5603 {
5604 "name": "Paragon Initiative Enterprises",
5605 "email": "security@paragonie.com",
5606 "homepage": "https://paragonie.com",
5607 "role": "Maintainer"
5608 },
5609 {
5610 "name": "Steve 'Sc00bz' Thomas",
5611 "email": "steve@tobtu.com",
5612 "homepage": "https://www.tobtu.com",
5613 "role": "Original Developer"
5614 }
5615 ],
5616 "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
5617 "keywords": [
5618 "base16",
5619 "base32",
5620 "base32_decode",
5621 "base32_encode",
5622 "base64",
5623 "base64_decode",
5624 "base64_encode",
5625 "bin2hex",
5626 "encoding",
5627 "hex",
5628 "hex2bin",
5629 "rfc4648"
5630 ],
5631 "time": "2019-11-06T19:20:29+00:00"
5632 },
5633 {
5634 "name": "paragonie/random_compat",
5635 "version": "v2.0.18",
5636 "source": {
5637 "type": "git",
5638 "url": "https://github.com/paragonie/random_compat.git",
5639 "reference": "0a58ef6e3146256cc3dc7cc393927bcc7d1b72db"
5640 },
5641 "dist": {
5642 "type": "zip",
5643 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/0a58ef6e3146256cc3dc7cc393927bcc7d1b72db",
5644 "reference": "0a58ef6e3146256cc3dc7cc393927bcc7d1b72db",
5645 "shasum": ""
5646 },
5647 "require": {
5648 "php": ">=5.2.0"
5649 },
5650 "require-dev": {
5651 "phpunit/phpunit": "4.*|5.*"
5652 },
5653 "suggest": {
5654 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
5655 },
5656 "type": "library",
5657 "autoload": {
5658 "files": [
5659 "lib/random.php"
5660 ]
5661 },
5662 "notification-url": "https://packagist.org/downloads/",
5663 "license": [
5664 "MIT"
5665 ],
5666 "authors": [
5667 {
5668 "name": "Paragon Initiative Enterprises",
5669 "email": "security@paragonie.com",
5670 "homepage": "https://paragonie.com"
5671 }
5672 ],
5673 "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
5674 "keywords": [
5675 "csprng",
5676 "polyfill",
5677 "pseudorandom",
5678 "random"
5679 ],
5680 "time": "2019-01-03T20:59:08+00:00"
5681 },
5682 {
5683 "name": "php-amqplib/php-amqplib",
5684 "version": "v2.11.3",
5685 "source": {
5686 "type": "git",
5687 "url": "https://github.com/php-amqplib/php-amqplib.git",
5688 "reference": "6353c5d2d3021a301914bc6566e695c99cfeb742"
5689 },
5690 "dist": {
5691 "type": "zip",
5692 "url": "https://api.github.com/repos/php-amqplib/php-amqplib/zipball/6353c5d2d3021a301914bc6566e695c99cfeb742",
5693 "reference": "6353c5d2d3021a301914bc6566e695c99cfeb742",
5694 "shasum": ""
5695 },
5696 "require": {
5697 "ext-mbstring": "*",
5698 "ext-sockets": "*",
5699 "php": ">=5.6.3",
5700 "phpseclib/phpseclib": "^2.0.0"
5701 },
5702 "conflict": {
5703 "php": "7.4.0 - 7.4.1"
5704 },
5705 "replace": {
5706 "videlalvaro/php-amqplib": "self.version"
5707 },
5708 "require-dev": {
5709 "ext-curl": "*",
5710 "nategood/httpful": "^0.2.20",
5711 "phpunit/phpunit": "^5.7|^6.5|^7.0",
5712 "squizlabs/php_codesniffer": "^2.5"
5713 },
5714 "type": "library",
5715 "extra": {
5716 "branch-alias": {
5717 "dev-master": "2.11-dev"
5718 }
5719 },
5720 "autoload": {
5721 "psr-4": {
5722 "PhpAmqpLib\\": "PhpAmqpLib/"
5723 }
5724 },
5725 "notification-url": "https://packagist.org/downloads/",
5726 "license": [
5727 "LGPL-2.1-or-later"
5728 ],
5729 "authors": [
5730 {
5731 "name": "Alvaro Videla",
5732 "role": "Original Maintainer"
5733 },
5734 {
5735 "name": "Raúl Araya",
5736 "email": "nubeiro@gmail.com",
5737 "role": "Maintainer"
5738 },
5739 {
5740 "name": "Luke Bakken",
5741 "email": "luke@bakken.io",
5742 "role": "Maintainer"
5743 },
5744 {
5745 "name": "Ramūnas Dronga",
5746 "email": "github@ramuno.lt",
5747 "role": "Maintainer"
5748 }
5749 ],
5750 "description": "Formerly videlalvaro/php-amqplib. This library is a pure PHP implementation of the AMQP protocol. It's been tested against RabbitMQ.",
5751 "homepage": "https://github.com/php-amqplib/php-amqplib/",
5752 "keywords": [
5753 "message",
5754 "queue",
5755 "rabbitmq"
5756 ],
5757 "time": "2020-05-13T13:56:11+00:00"
5758 },
5759 {
5760 "name": "php-amqplib/rabbitmq-bundle",
5761 "version": "v1.14.4",
5762 "source": {
5763 "type": "git",
5764 "url": "https://github.com/php-amqplib/RabbitMqBundle.git",
5765 "reference": "cf67adaa4e306d8e9cb6855a72d79263b425ded8"
5766 },
5767 "dist": {
5768 "type": "zip",
5769 "url": "https://api.github.com/repos/php-amqplib/RabbitMqBundle/zipball/cf67adaa4e306d8e9cb6855a72d79263b425ded8",
5770 "reference": "cf67adaa4e306d8e9cb6855a72d79263b425ded8",
5771 "shasum": ""
5772 },
5773 "require": {
5774 "php": "^5.3.9|^7.0",
5775 "php-amqplib/php-amqplib": "^2.6",
5776 "psr/log": "^1.0",
5777 "symfony/config": "^2.7|^3.0|^4.0",
5778 "symfony/console": "^2.7|^3.0|^4.0",
5779 "symfony/dependency-injection": "^2.7|^3.0|^4.0",
5780 "symfony/event-dispatcher": "^2.7|^3.0|^4.0",
5781 "symfony/yaml": "^2.7|^3.0|^4.0"
5782 },
5783 "replace": {
5784 "oldsound/rabbitmq-bundle": "self.version"
5785 },
5786 "require-dev": {
5787 "phpunit/phpunit": "^4.8.35|^5.4.3",
5788 "symfony/debug": "^2.7|^3.0|^4.0",
5789 "symfony/serializer": "^2.7|^3.0|^4.0"
5790 },
5791 "suggest": {
5792 "symfony/framework-bundle": "To use this lib as a full Symfony Bundle and to use the profiler data collector"
5793 },
5794 "type": "symfony-bundle",
5795 "extra": {
5796 "branch-alias": {
5797 "dev-master": "1.10.x-dev"
5798 }
5799 },
5800 "autoload": {
5801 "psr-4": {
5802 "OldSound\\RabbitMqBundle\\": ""
5803 },
5804 "exclude-from-classmap": [
5805 "/Tests/"
5806 ]
5807 },
5808 "notification-url": "https://packagist.org/downloads/",
5809 "license": [
5810 "MIT"
5811 ],
5812 "authors": [
5813 {
5814 "name": "Alvaro Videla"
5815 }
5816 ],
5817 "description": "Integrates php-amqplib with Symfony & RabbitMq. Formerly oldsound/rabbitmq-bundle.",
5818 "keywords": [
5819 "AMQP",
5820 "Symfony2",
5821 "message",
5822 "queue",
5823 "rabbitmq",
5824 "symfony",
5825 "symfony3",
5826 "symfony4"
5827 ],
5828 "time": "2018-05-02T13:12:32+00:00"
5829 },
5830 {
5831 "name": "php-http/client-common",
5832 "version": "2.1.0",
5833 "source": {
5834 "type": "git",
5835 "url": "https://github.com/php-http/client-common.git",
5836 "reference": "a8b29678d61556f45d6236b1667db16d998ceec5"
5837 },
5838 "dist": {
5839 "type": "zip",
5840 "url": "https://api.github.com/repos/php-http/client-common/zipball/a8b29678d61556f45d6236b1667db16d998ceec5",
5841 "reference": "a8b29678d61556f45d6236b1667db16d998ceec5",
5842 "shasum": ""
5843 },
5844 "require": {
5845 "php": "^7.1",
5846 "php-http/httplug": "^2.0",
5847 "php-http/message": "^1.6",
5848 "php-http/message-factory": "^1.0",
5849 "symfony/options-resolver": " ^3.4.20 || ~4.0.15 || ~4.1.9 || ^4.2.1 || ^5.0"
5850 },
5851 "require-dev": {
5852 "doctrine/instantiator": "^1.1",
5853 "guzzlehttp/psr7": "^1.4",
5854 "phpspec/phpspec": "^5.1",
5855 "phpspec/prophecy": "^1.8",
5856 "sebastian/comparator": "^3.0"
5857 },
5858 "suggest": {
5859 "ext-json": "To detect JSON responses with the ContentTypePlugin",
5860 "ext-libxml": "To detect XML responses with the ContentTypePlugin",
5861 "php-http/cache-plugin": "PSR-6 Cache plugin",
5862 "php-http/logger-plugin": "PSR-3 Logger plugin",
5863 "php-http/stopwatch-plugin": "Symfony Stopwatch plugin"
5864 },
5865 "type": "library",
5866 "extra": {
5867 "branch-alias": {
5868 "dev-master": "2.0.x-dev"
5869 }
5870 },
5871 "autoload": {
5872 "psr-4": {
5873 "Http\\Client\\Common\\": "src/"
5874 }
5875 },
5876 "notification-url": "https://packagist.org/downloads/",
5877 "license": [
5878 "MIT"
5879 ],
5880 "authors": [
5881 {
5882 "name": "Márk Sági-Kazár",
5883 "email": "mark.sagikazar@gmail.com"
5884 }
5885 ],
5886 "description": "Common HTTP Client implementations and tools for HTTPlug",
5887 "homepage": "http://httplug.io",
5888 "keywords": [
5889 "client",
5890 "common",
5891 "http",
5892 "httplug"
5893 ],
5894 "time": "2019-11-18T08:58:18+00:00"
5895 },
5896 {
5897 "name": "php-http/curl-client",
5898 "version": "2.1.0",
5899 "source": {
5900 "type": "git",
5901 "url": "https://github.com/php-http/curl-client.git",
5902 "reference": "9e79355af46d72e10da50be20b66f74b26143441"
5903 },
5904 "dist": {
5905 "type": "zip",
5906 "url": "https://api.github.com/repos/php-http/curl-client/zipball/9e79355af46d72e10da50be20b66f74b26143441",
5907 "reference": "9e79355af46d72e10da50be20b66f74b26143441",
5908 "shasum": ""
5909 },
5910 "require": {
5911 "ext-curl": "*",
5912 "php": "^7.1",
5913 "php-http/discovery": "^1.6",
5914 "php-http/httplug": "^2.0",
5915 "php-http/message": "^1.2",
5916 "psr/http-client": "^1.0",
5917 "psr/http-factory": "^1.0",
5918 "symfony/options-resolver": "^3.4 || ^4.0 || ^5.0"
5919 },
5920 "provide": {
5921 "php-http/async-client-implementation": "1.0",
5922 "php-http/client-implementation": "1.0",
5923 "psr/http-client-implementation": "1.0"
5924 },
5925 "require-dev": {
5926 "guzzlehttp/psr7": "^1.0",
5927 "php-http/client-integration-tests": "^2.0",
5928 "phpunit/phpunit": "^7.5",
5929 "zendframework/zend-diactoros": "^2.0"
5930 },
5931 "type": "library",
5932 "extra": {
5933 "branch-alias": {
5934 "dev-master": "2.x-dev"
5935 }
5936 },
5937 "autoload": {
5938 "psr-4": {
5939 "Http\\Client\\Curl\\": "src/"
5940 }
5941 },
5942 "notification-url": "https://packagist.org/downloads/",
5943 "license": [
5944 "MIT"
5945 ],
5946 "authors": [
5947 {
5948 "name": "Михаил Красильников",
5949 "email": "m.krasilnikov@yandex.ru"
5950 }
5951 ],
5952 "description": "PSR-18 and HTTPlug Async client with cURL",
5953 "homepage": "http://php-http.org",
5954 "keywords": [
5955 "curl",
5956 "http",
5957 "psr-18"
5958 ],
5959 "time": "2019-12-27T11:02:07+00:00"
5960 },
5961 {
5962 "name": "php-http/discovery",
5963 "version": "1.7.4",
5964 "source": {
5965 "type": "git",
5966 "url": "https://github.com/php-http/discovery.git",
5967 "reference": "82dbef649ccffd8e4f22e1953c3a5265992b83c0"
5968 },
5969 "dist": {
5970 "type": "zip",
5971 "url": "https://api.github.com/repos/php-http/discovery/zipball/82dbef649ccffd8e4f22e1953c3a5265992b83c0",
5972 "reference": "82dbef649ccffd8e4f22e1953c3a5265992b83c0",
5973 "shasum": ""
5974 },
5975 "require": {
5976 "php": "^7.1"
5977 },
5978 "conflict": {
5979 "nyholm/psr7": "<1.0"
5980 },
5981 "require-dev": {
5982 "akeneo/phpspec-skip-example-extension": "^4.0",
5983 "php-http/httplug": "^1.0 || ^2.0",
5984 "php-http/message-factory": "^1.0",
5985 "phpspec/phpspec": "^5.1",
5986 "puli/composer-plugin": "1.0.0-beta10"
5987 },
5988 "suggest": {
5989 "php-http/message": "Allow to use Guzzle, Diactoros or Slim Framework factories",
5990 "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."
5991 },
5992 "type": "library",
5993 "extra": {
5994 "branch-alias": {
5995 "dev-master": "1.7-dev"
5996 }
5997 },
5998 "autoload": {
5999 "psr-4": {
6000 "Http\\Discovery\\": "src/"
6001 }
6002 },
6003 "notification-url": "https://packagist.org/downloads/",
6004 "license": [
6005 "MIT"
6006 ],
6007 "authors": [
6008 {
6009 "name": "Márk Sági-Kazár",
6010 "email": "mark.sagikazar@gmail.com"
6011 }
6012 ],
6013 "description": "Finds installed HTTPlug implementations and PSR-7 message factories",
6014 "homepage": "http://php-http.org",
6015 "keywords": [
6016 "adapter",
6017 "client",
6018 "discovery",
6019 "factory",
6020 "http",
6021 "message",
6022 "psr7"
6023 ],
6024 "time": "2020-01-03T11:25:47+00:00"
6025 },
6026 {
6027 "name": "php-http/guzzle5-adapter",
6028 "version": "2.0.0",
6029 "source": {
6030 "type": "git",
6031 "url": "https://github.com/php-http/guzzle5-adapter.git",
6032 "reference": "cce48360b1f8a3467bd94e853e6107aa4532008e"
6033 },
6034 "dist": {
6035 "type": "zip",
6036 "url": "https://api.github.com/repos/php-http/guzzle5-adapter/zipball/cce48360b1f8a3467bd94e853e6107aa4532008e",
6037 "reference": "cce48360b1f8a3467bd94e853e6107aa4532008e",
6038 "shasum": ""
6039 },
6040 "require": {
6041 "guzzlehttp/guzzle": "^5.1",
6042 "php": "^7.0",
6043 "php-http/discovery": "^1.0",
6044 "php-http/httplug": "^2.0"
6045 },
6046 "provide": {
6047 "php-http/client-implementation": "1.0",
6048 "psr/http-client-implementation": "1.0"
6049 },
6050 "require-dev": {
6051 "ext-curl": "*",
6052 "guzzlehttp/ringphp": "^1.1",
6053 "php-http/client-integration-tests": "^2.0",
6054 "phpunit/phpunit": "^6.0 || ^7.0"
6055 },
6056 "type": "library",
6057 "extra": {
6058 "branch-alias": {
6059 "dev-master": "2.0-dev"
6060 }
6061 },
6062 "autoload": {
6063 "psr-4": {
6064 "Http\\Adapter\\Guzzle5\\": "src/"
6065 }
6066 },
6067 "notification-url": "https://packagist.org/downloads/",
6068 "license": [
6069 "MIT"
6070 ],
6071 "authors": [
6072 {
6073 "name": "Eric GELOEN",
6074 "email": "geloen.eric@gmail.com"
6075 },
6076 {
6077 "name": "Márk Sági-Kazár",
6078 "email": "mark.sagikazar@gmail.com"
6079 }
6080 ],
6081 "description": "Guzzle 5 HTTP Adapter",
6082 "homepage": "http://httplug.io",
6083 "keywords": [
6084 "Guzzle",
6085 "http"
6086 ],
6087 "time": "2019-02-05T12:28:45+00:00"
6088 },
6089 {
6090 "name": "php-http/httplug",
6091 "version": "2.1.0",
6092 "source": {
6093 "type": "git",
6094 "url": "https://github.com/php-http/httplug.git",
6095 "reference": "72d2b129a48f0490d55b7f89be0d6aa0597ffb06"
6096 },
6097 "dist": {
6098 "type": "zip",
6099 "url": "https://api.github.com/repos/php-http/httplug/zipball/72d2b129a48f0490d55b7f89be0d6aa0597ffb06",
6100 "reference": "72d2b129a48f0490d55b7f89be0d6aa0597ffb06",
6101 "shasum": ""
6102 },
6103 "require": {
6104 "php": "^7.0",
6105 "php-http/promise": "^1.0",
6106 "psr/http-client": "^1.0",
6107 "psr/http-message": "^1.0"
6108 },
6109 "require-dev": {
6110 "friends-of-phpspec/phpspec-code-coverage": "^4.1",
6111 "phpspec/phpspec": "^4.3.4|^5.0|^6.0"
6112 },
6113 "type": "library",
6114 "extra": {
6115 "branch-alias": {
6116 "dev-master": "2.x-dev"
6117 }
6118 },
6119 "autoload": {
6120 "psr-4": {
6121 "Http\\Client\\": "src/"
6122 }
6123 },
6124 "notification-url": "https://packagist.org/downloads/",
6125 "license": [
6126 "MIT"
6127 ],
6128 "authors": [
6129 {
6130 "name": "Eric GELOEN",
6131 "email": "geloen.eric@gmail.com"
6132 },
6133 {
6134 "name": "Márk Sági-Kazár",
6135 "email": "mark.sagikazar@gmail.com"
6136 }
6137 ],
6138 "description": "HTTPlug, the HTTP client abstraction for PHP",
6139 "homepage": "http://httplug.io",
6140 "keywords": [
6141 "client",
6142 "http"
6143 ],
6144 "time": "2019-12-27T10:07:11+00:00"
6145 },
6146 {
6147 "name": "php-http/httplug-bundle",
6148 "version": "1.16.0",
6149 "source": {
6150 "type": "git",
6151 "url": "https://github.com/php-http/HttplugBundle.git",
6152 "reference": "5044b655fcd3a43243383cd692a6bb6cd18af24f"
6153 },
6154 "dist": {
6155 "type": "zip",
6156 "url": "https://api.github.com/repos/php-http/HttplugBundle/zipball/5044b655fcd3a43243383cd692a6bb6cd18af24f",
6157 "reference": "5044b655fcd3a43243383cd692a6bb6cd18af24f",
6158 "shasum": ""
6159 },
6160 "require": {
6161 "php": "^7.1",
6162 "php-http/client-common": "^1.9 || ^2.0",
6163 "php-http/client-implementation": "^1.0",
6164 "php-http/discovery": "^1.0",
6165 "php-http/httplug": "^1.0 || ^2.0",
6166 "php-http/logger-plugin": "^1.1",
6167 "php-http/message": "^1.4",
6168 "php-http/message-factory": "^1.0.2",
6169 "php-http/stopwatch-plugin": "^1.2",
6170 "psr/http-message": "^1.0",
6171 "symfony/config": "^3.4.20 || ^4.2.1",
6172 "symfony/dependency-injection": "^3.4.20 || ^4.2.1",
6173 "symfony/event-dispatcher": "^3.4.20 || ^4.2.1",
6174 "symfony/http-kernel": "^3.4.20 || ^4.2.1",
6175 "symfony/options-resolver": "^3.4.20 || ^4.2.1"
6176 },
6177 "conflict": {
6178 "php-http/curl-client": "<2.0",
6179 "php-http/guzzle6-adapter": "<1.1"
6180 },
6181 "require-dev": {
6182 "guzzlehttp/psr7": "^1.0",
6183 "matthiasnoback/symfony-dependency-injection-test": "^3.0",
6184 "nyholm/nsa": "^1.1",
6185 "php-http/cache-plugin": "^1.6",
6186 "php-http/guzzle6-adapter": "^1.1.1 || ^2.0.1",
6187 "php-http/mock-client": "^1.2",
6188 "php-http/promise": "^1.0",
6189 "polishsymfonycommunity/symfony-mocker-container": "^1.0",
6190 "symfony/browser-kit": "^3.4.20 || ^4.2.1",
6191 "symfony/cache": "^3.4.20 || ^4.2.1",
6192 "symfony/dom-crawler": "^3.4.20 || ^4.2.1",
6193 "symfony/framework-bundle": "^3.4.0 || ^4.2",
6194 "symfony/http-foundation": "^3.4.20 || ^4.2.1",
6195 "symfony/phpunit-bridge": "^3.4 || ^4.2",
6196 "symfony/stopwatch": "^3.4.20 || ^4.2.1",
6197 "symfony/twig-bundle": "^3.4.20 || ^4.2.1",
6198 "symfony/web-profiler-bundle": "^3.4.20 || ^4.2.1",
6199 "twig/twig": "^1.36 || ^2.6"
6200 },
6201 "suggest": {
6202 "php-http/cache-plugin": "To configure clients that cache responses",
6203 "php-http/mock-client": "Add this to your require-dev section to mock HTTP responses easily",
6204 "twig/twig": "Add this to your require-dev section when using the WebProfilerBundle"
6205 },
6206 "type": "symfony-bundle",
6207 "extra": {
6208 "branch-alias": {
6209 "dev-master": "1.x-dev"
6210 }
6211 },
6212 "autoload": {
6213 "psr-4": {
6214 "Http\\HttplugBundle\\": "src/"
6215 },
6216 "exclude-from-classmap": [
6217 "/Tests/Resources/MyPsr18TestClient.php"
6218 ]
6219 },
6220 "notification-url": "https://packagist.org/downloads/",
6221 "license": [
6222 "MIT"
6223 ],
6224 "authors": [
6225 {
6226 "name": "David Buchmann",
6227 "email": "mail@davidbu.ch"
6228 },
6229 {
6230 "name": "Tobias Nyholm",
6231 "email": "tobias.nyholm@gmail.com"
6232 }
6233 ],
6234 "description": "Symfony integration for HTTPlug",
6235 "homepage": "http://httplug.io",
6236 "keywords": [
6237 "adapter",
6238 "bundle",
6239 "discovery",
6240 "factory",
6241 "http",
6242 "httplug",
6243 "message",
6244 "php-http"
6245 ],
6246 "time": "2019-06-05T12:03:16+00:00"
6247 },
6248 {
6249 "name": "php-http/logger-plugin",
6250 "version": "1.1.0",
6251 "source": {
6252 "type": "git",
6253 "url": "https://github.com/php-http/logger-plugin.git",
6254 "reference": "c1c6e90717ce350319b7b8bc489f1db35bb523fd"
6255 },
6256 "dist": {
6257 "type": "zip",
6258 "url": "https://api.github.com/repos/php-http/logger-plugin/zipball/c1c6e90717ce350319b7b8bc489f1db35bb523fd",
6259 "reference": "c1c6e90717ce350319b7b8bc489f1db35bb523fd",
6260 "shasum": ""
6261 },
6262 "require": {
6263 "php": "^5.4 || ^7.0",
6264 "php-http/client-common": "^1.9 || ^2.0",
6265 "php-http/message": "^1.0",
6266 "psr/log": "^1.0"
6267 },
6268 "require-dev": {
6269 "henrikbjorn/phpspec-code-coverage": "^1.0",
6270 "phpspec/phpspec": "^2.5"
6271 },
6272 "type": "library",
6273 "extra": {
6274 "branch-alias": {
6275 "dev-master": "1.1-dev"
6276 }
6277 },
6278 "autoload": {
6279 "psr-4": {
6280 "Http\\Client\\Common\\Plugin\\": "src/"
6281 }
6282 },
6283 "notification-url": "https://packagist.org/downloads/",
6284 "license": [
6285 "MIT"
6286 ],
6287 "authors": [
6288 {
6289 "name": "Márk Sági-Kazár",
6290 "email": "mark.sagikazar@gmail.com"
6291 }
6292 ],
6293 "description": "PSR-3 Logger plugin for HTTPlug",
6294 "homepage": "http://httplug.io",
6295 "keywords": [
6296 "http",
6297 "httplug",
6298 "logger",
6299 "plugin"
6300 ],
6301 "time": "2019-01-30T11:48:21+00:00"
6302 },
6303 {
6304 "name": "php-http/message",
6305 "version": "1.8.0",
6306 "source": {
6307 "type": "git",
6308 "url": "https://github.com/php-http/message.git",
6309 "reference": "ce8f43ac1e294b54aabf5808515c3554a19c1e1c"
6310 },
6311 "dist": {
6312 "type": "zip",
6313 "url": "https://api.github.com/repos/php-http/message/zipball/ce8f43ac1e294b54aabf5808515c3554a19c1e1c",
6314 "reference": "ce8f43ac1e294b54aabf5808515c3554a19c1e1c",
6315 "shasum": ""
6316 },
6317 "require": {
6318 "clue/stream-filter": "^1.4",
6319 "php": "^7.1",
6320 "php-http/message-factory": "^1.0.2",
6321 "psr/http-message": "^1.0"
6322 },
6323 "provide": {
6324 "php-http/message-factory-implementation": "1.0"
6325 },
6326 "require-dev": {
6327 "akeneo/phpspec-skip-example-extension": "^1.0",
6328 "coduo/phpspec-data-provider-extension": "^1.0",
6329 "ext-zlib": "*",
6330 "guzzlehttp/psr7": "^1.0",
6331 "henrikbjorn/phpspec-code-coverage": "^1.0",
6332 "phpspec/phpspec": "^2.4",
6333 "slim/slim": "^3.0",
6334 "zendframework/zend-diactoros": "^1.0"
6335 },
6336 "suggest": {
6337 "ext-zlib": "Used with compressor/decompressor streams",
6338 "guzzlehttp/psr7": "Used with Guzzle PSR-7 Factories",
6339 "slim/slim": "Used with Slim Framework PSR-7 implementation",
6340 "zendframework/zend-diactoros": "Used with Diactoros Factories"
6341 },
6342 "type": "library",
6343 "extra": {
6344 "branch-alias": {
6345 "dev-master": "1.8-dev"
6346 }
6347 },
6348 "autoload": {
6349 "psr-4": {
6350 "Http\\Message\\": "src/"
6351 },
6352 "files": [
6353 "src/filters.php"
6354 ]
6355 },
6356 "notification-url": "https://packagist.org/downloads/",
6357 "license": [
6358 "MIT"
6359 ],
6360 "authors": [
6361 {
6362 "name": "Márk Sági-Kazár",
6363 "email": "mark.sagikazar@gmail.com"
6364 }
6365 ],
6366 "description": "HTTP Message related tools",
6367 "homepage": "http://php-http.org",
6368 "keywords": [
6369 "http",
6370 "message",
6371 "psr-7"
6372 ],
6373 "time": "2019-08-05T06:55:08+00:00"
6374 },
6375 {
6376 "name": "php-http/message-factory",
6377 "version": "v1.0.2",
6378 "source": {
6379 "type": "git",
6380 "url": "https://github.com/php-http/message-factory.git",
6381 "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1"
6382 },
6383 "dist": {
6384 "type": "zip",
6385 "url": "https://api.github.com/repos/php-http/message-factory/zipball/a478cb11f66a6ac48d8954216cfed9aa06a501a1",
6386 "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1",
6387 "shasum": ""
6388 },
6389 "require": {
6390 "php": ">=5.4",
6391 "psr/http-message": "^1.0"
6392 },
6393 "type": "library",
6394 "extra": {
6395 "branch-alias": {
6396 "dev-master": "1.0-dev"
6397 }
6398 },
6399 "autoload": {
6400 "psr-4": {
6401 "Http\\Message\\": "src/"
6402 }
6403 },
6404 "notification-url": "https://packagist.org/downloads/",
6405 "license": [
6406 "MIT"
6407 ],
6408 "authors": [
6409 {
6410 "name": "Márk Sági-Kazár",
6411 "email": "mark.sagikazar@gmail.com"
6412 }
6413 ],
6414 "description": "Factory interfaces for PSR-7 HTTP Message",
6415 "homepage": "http://php-http.org",
6416 "keywords": [
6417 "factory",
6418 "http",
6419 "message",
6420 "stream",
6421 "uri"
6422 ],
6423 "time": "2015-12-19T14:08:53+00:00"
6424 },
6425 {
6426 "name": "php-http/promise",
6427 "version": "v1.0.0",
6428 "source": {
6429 "type": "git",
6430 "url": "https://github.com/php-http/promise.git",
6431 "reference": "dc494cdc9d7160b9a09bd5573272195242ce7980"
6432 },
6433 "dist": {
6434 "type": "zip",
6435 "url": "https://api.github.com/repos/php-http/promise/zipball/dc494cdc9d7160b9a09bd5573272195242ce7980",
6436 "reference": "dc494cdc9d7160b9a09bd5573272195242ce7980",
6437 "shasum": ""
6438 },
6439 "require-dev": {
6440 "henrikbjorn/phpspec-code-coverage": "^1.0",
6441 "phpspec/phpspec": "^2.4"
6442 },
6443 "type": "library",
6444 "extra": {
6445 "branch-alias": {
6446 "dev-master": "1.1-dev"
6447 }
6448 },
6449 "autoload": {
6450 "psr-4": {
6451 "Http\\Promise\\": "src/"
6452 }
6453 },
6454 "notification-url": "https://packagist.org/downloads/",
6455 "license": [
6456 "MIT"
6457 ],
6458 "authors": [
6459 {
6460 "name": "Márk Sági-Kazár",
6461 "email": "mark.sagikazar@gmail.com"
6462 },
6463 {
6464 "name": "Joel Wurtz",
6465 "email": "joel.wurtz@gmail.com"
6466 }
6467 ],
6468 "description": "Promise used for asynchronous HTTP requests",
6469 "homepage": "http://httplug.io",
6470 "keywords": [
6471 "promise"
6472 ],
6473 "time": "2016-01-26T13:27:02+00:00"
6474 },
6475 {
6476 "name": "php-http/stopwatch-plugin",
6477 "version": "1.3.0",
6478 "source": {
6479 "type": "git",
6480 "url": "https://github.com/php-http/stopwatch-plugin.git",
6481 "reference": "de6f39c96f57c60a43d535e27122de505e683f98"
6482 },
6483 "dist": {
6484 "type": "zip",
6485 "url": "https://api.github.com/repos/php-http/stopwatch-plugin/zipball/de6f39c96f57c60a43d535e27122de505e683f98",
6486 "reference": "de6f39c96f57c60a43d535e27122de505e683f98",
6487 "shasum": ""
6488 },
6489 "require": {
6490 "php": "^7.1",
6491 "php-http/client-common": "^1.9 || ^2.0",
6492 "symfony/stopwatch": "^3.4 || ^4.0 || ^5.0"
6493 },
6494 "require-dev": {
6495 "phpspec/phpspec": "^2.5 || ^3.0 || ^4.0"
6496 },
6497 "type": "library",
6498 "extra": {
6499 "branch-alias": {
6500 "dev-master": "1.3-dev"
6501 }
6502 },
6503 "autoload": {
6504 "psr-4": {
6505 "Http\\Client\\Common\\Plugin\\": "src/"
6506 }
6507 },
6508 "notification-url": "https://packagist.org/downloads/",
6509 "license": [
6510 "MIT"
6511 ],
6512 "authors": [
6513 {
6514 "name": "Márk Sági-Kazár",
6515 "email": "mark.sagikazar@gmail.com"
6516 }
6517 ],
6518 "description": "Symfony Stopwatch plugin for HTTPlug",
6519 "homepage": "http://httplug.io",
6520 "keywords": [
6521 "http",
6522 "httplug",
6523 "plugin",
6524 "stopwatch"
6525 ],
6526 "time": "2019-11-18T08:10:48+00:00"
6527 },
6528 {
6529 "name": "phpcollection/phpcollection",
6530 "version": "0.5.0",
6531 "source": {
6532 "type": "git",
6533 "url": "https://github.com/schmittjoh/php-collection.git",
6534 "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6"
6535 },
6536 "dist": {
6537 "type": "zip",
6538 "url": "https://api.github.com/repos/schmittjoh/php-collection/zipball/f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6",
6539 "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6",
6540 "shasum": ""
6541 },
6542 "require": {
6543 "phpoption/phpoption": "1.*"
6544 },
6545 "type": "library",
6546 "extra": {
6547 "branch-alias": {
6548 "dev-master": "0.4-dev"
6549 }
6550 },
6551 "autoload": {
6552 "psr-0": {
6553 "PhpCollection": "src/"
6554 }
6555 },
6556 "notification-url": "https://packagist.org/downloads/",
6557 "license": [
6558 "Apache2"
6559 ],
6560 "authors": [
6561 {
6562 "name": "Johannes M. Schmitt",
6563 "email": "schmittjoh@gmail.com"
6564 }
6565 ],
6566 "description": "General-Purpose Collection Library for PHP",
6567 "keywords": [
6568 "collection",
6569 "list",
6570 "map",
6571 "sequence",
6572 "set"
6573 ],
6574 "time": "2015-05-17T12:39:23+00:00"
6575 },
6576 {
6577 "name": "phpoption/phpoption",
6578 "version": "1.7.3",
6579 "source": {
6580 "type": "git",
6581 "url": "https://github.com/schmittjoh/php-option.git",
6582 "reference": "4acfd6a4b33a509d8c88f50e5222f734b6aeebae"
6583 },
6584 "dist": {
6585 "type": "zip",
6586 "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/4acfd6a4b33a509d8c88f50e5222f734b6aeebae",
6587 "reference": "4acfd6a4b33a509d8c88f50e5222f734b6aeebae",
6588 "shasum": ""
6589 },
6590 "require": {
6591 "php": "^5.5.9 || ^7.0 || ^8.0"
6592 },
6593 "require-dev": {
6594 "bamarni/composer-bin-plugin": "^1.3",
6595 "phpunit/phpunit": "^4.8.35 || ^5.0 || ^6.0 || ^7.0"
6596 },
6597 "type": "library",
6598 "extra": {
6599 "branch-alias": {
6600 "dev-master": "1.7-dev"
6601 }
6602 },
6603 "autoload": {
6604 "psr-4": {
6605 "PhpOption\\": "src/PhpOption/"
6606 }
6607 },
6608 "notification-url": "https://packagist.org/downloads/",
6609 "license": [
6610 "Apache-2.0"
6611 ],
6612 "authors": [
6613 {
6614 "name": "Johannes M. Schmitt",
6615 "email": "schmittjoh@gmail.com"
6616 },
6617 {
6618 "name": "Graham Campbell",
6619 "email": "graham@alt-three.com"
6620 }
6621 ],
6622 "description": "Option Type for PHP",
6623 "keywords": [
6624 "language",
6625 "option",
6626 "php",
6627 "type"
6628 ],
6629 "time": "2020-03-21T18:07:53+00:00"
6630 },
6631 {
6632 "name": "phpseclib/phpseclib",
6633 "version": "2.0.27",
6634 "source": {
6635 "type": "git",
6636 "url": "https://github.com/phpseclib/phpseclib.git",
6637 "reference": "34620af4df7d1988d8f0d7e91f6c8a3bf931d8dc"
6638 },
6639 "dist": {
6640 "type": "zip",
6641 "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/34620af4df7d1988d8f0d7e91f6c8a3bf931d8dc",
6642 "reference": "34620af4df7d1988d8f0d7e91f6c8a3bf931d8dc",
6643 "shasum": ""
6644 },
6645 "require": {
6646 "php": ">=5.3.3"
6647 },
6648 "require-dev": {
6649 "phing/phing": "~2.7",
6650 "phpunit/phpunit": "^4.8.35|^5.7|^6.0",
6651 "sami/sami": "~2.0",
6652 "squizlabs/php_codesniffer": "~2.0"
6653 },
6654 "suggest": {
6655 "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
6656 "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
6657 "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
6658 "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
6659 },
6660 "type": "library",
6661 "autoload": {
6662 "files": [
6663 "phpseclib/bootstrap.php"
6664 ],
6665 "psr-4": {
6666 "phpseclib\\": "phpseclib/"
6667 }
6668 },
6669 "notification-url": "https://packagist.org/downloads/",
6670 "license": [
6671 "MIT"
6672 ],
6673 "authors": [
6674 {
6675 "name": "Jim Wigginton",
6676 "email": "terrafrost@php.net",
6677 "role": "Lead Developer"
6678 },
6679 {
6680 "name": "Patrick Monnerat",
6681 "email": "pm@datasphere.ch",
6682 "role": "Developer"
6683 },
6684 {
6685 "name": "Andreas Fischer",
6686 "email": "bantu@phpbb.com",
6687 "role": "Developer"
6688 },
6689 {
6690 "name": "Hans-Jürgen Petrich",
6691 "email": "petrich@tronic-media.com",
6692 "role": "Developer"
6693 },
6694 {
6695 "name": "Graham Campbell",
6696 "email": "graham@alt-three.com",
6697 "role": "Developer"
6698 }
6699 ],
6700 "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
6701 "homepage": "http://phpseclib.sourceforge.net",
6702 "keywords": [
6703 "BigInteger",
6704 "aes",
6705 "asn.1",
6706 "asn1",
6707 "blowfish",
6708 "crypto",
6709 "cryptography",
6710 "encryption",
6711 "rsa",
6712 "security",
6713 "sftp",
6714 "signature",
6715 "signing",
6716 "ssh",
6717 "twofish",
6718 "x.509",
6719 "x509"
6720 ],
6721 "time": "2020-04-04T23:17:33+00:00"
6722 },
6723 {
6724 "name": "phpzip/phpzip",
6725 "version": "2.0.8",
6726 "source": {
6727 "type": "git",
6728 "url": "https://github.com/Grandt/PHPZip.git",
6729 "reference": "936f93d656f68e29c231a39e19fd59a636fe7e47"
6730 },
6731 "dist": {
6732 "type": "zip",
6733 "url": "https://api.github.com/repos/Grandt/PHPZip/zipball/936f93d656f68e29c231a39e19fd59a636fe7e47",
6734 "reference": "936f93d656f68e29c231a39e19fd59a636fe7e47",
6735 "shasum": ""
6736 },
6737 "require": {
6738 "grandt/binstring": ">=1.0.0",
6739 "grandt/phpzipmerge": ">=1.0.4",
6740 "grandt/relativepath": ">=1.0.2",
6741 "php": ">=5.3.0"
6742 },
6743 "type": "library",
6744 "autoload": {
6745 "psr-4": {
6746 "PHPZip\\Zip\\": "src/Zip"
6747 }
6748 },
6749 "notification-url": "https://packagist.org/downloads/",
6750 "license": [
6751 "LGPL-2.1"
6752 ],
6753 "authors": [
6754 {
6755 "name": "Adam Schmalhofer",
6756 "email": "Adam.Schmalhofer@gmx.de",
6757 "role": "Developer"
6758 },
6759 {
6760 "name": "A. Grandt",
6761 "email": "php@grandt.com",
6762 "homepage": "http://grandt.com",
6763 "role": "Developer"
6764 },
6765 {
6766 "name": "Greg Kappatos",
6767 "homepage": "http://websiteconnect.com.au",
6768 "role": "Developer"
6769 }
6770 ],
6771 "description": "Package to create and stream archives of compressed files in ZIP format with PHP 5.3+",
6772 "homepage": "https://github.com/Grandt/PHPZip",
6773 "keywords": [
6774 "archive",
6775 "compressed",
6776 "compression",
6777 "phpzip",
6778 "pkzip",
6779 "stream",
6780 "zip"
6781 ],
6782 "time": "2015-11-16T16:30:51+00:00"
6783 },
6784 {
6785 "name": "pragmarx/random",
6786 "version": "v0.2.2",
6787 "source": {
6788 "type": "git",
6789 "url": "https://github.com/antonioribeiro/random.git",
6790 "reference": "daf08a189c5d2d40d1a827db46364d3a741a51b7"
6791 },
6792 "dist": {
6793 "type": "zip",
6794 "url": "https://api.github.com/repos/antonioribeiro/random/zipball/daf08a189c5d2d40d1a827db46364d3a741a51b7",
6795 "reference": "daf08a189c5d2d40d1a827db46364d3a741a51b7",
6796 "shasum": ""
6797 },
6798 "require": {
6799 "php": ">=7.0"
6800 },
6801 "require-dev": {
6802 "fzaninotto/faker": "~1.7",
6803 "phpunit/phpunit": "~6.4",
6804 "pragmarx/trivia": "~0.1",
6805 "squizlabs/php_codesniffer": "^2.3"
6806 },
6807 "suggest": {
6808 "fzaninotto/faker": "Allows you to get dozens of randomized types",
6809 "pragmarx/trivia": "For the trivia database"
6810 },
6811 "type": "library",
6812 "extra": {
6813 "branch-alias": {
6814 "dev-master": "1.0-dev"
6815 }
6816 },
6817 "autoload": {
6818 "psr-4": {
6819 "PragmaRX\\Random\\": "src"
6820 }
6821 },
6822 "notification-url": "https://packagist.org/downloads/",
6823 "license": [
6824 "MIT"
6825 ],
6826 "authors": [
6827 {
6828 "name": "Antonio Carlos Ribeiro",
6829 "email": "acr@antoniocarlosribeiro.com",
6830 "homepage": "https://antoniocarlosribeiro.com",
6831 "role": "Developer"
6832 }
6833 ],
6834 "description": "Create random chars, numbers, strings",
6835 "homepage": "https://github.com/antonioribeiro/random",
6836 "keywords": [
6837 "Randomize",
6838 "faker",
6839 "pragmarx",
6840 "random",
6841 "random number",
6842 "random pattern",
6843 "random string"
6844 ],
6845 "time": "2017-11-21T05:26:22+00:00"
6846 },
6847 {
6848 "name": "pragmarx/recovery",
6849 "version": "v0.1.0",
6850 "source": {
6851 "type": "git",
6852 "url": "https://github.com/antonioribeiro/recovery.git",
6853 "reference": "e16573a1ae5345cc3b100eec6d0296a1a15a90fe"
6854 },
6855 "dist": {
6856 "type": "zip",
6857 "url": "https://api.github.com/repos/antonioribeiro/recovery/zipball/e16573a1ae5345cc3b100eec6d0296a1a15a90fe",
6858 "reference": "e16573a1ae5345cc3b100eec6d0296a1a15a90fe",
6859 "shasum": ""
6860 },
6861 "require": {
6862 "php": "~7.0",
6863 "pragmarx/random": "~0.1"
6864 },
6865 "require-dev": {
6866 "phpunit/phpunit": ">=5.4.3",
6867 "squizlabs/php_codesniffer": "^2.3",
6868 "tightenco/collect": "^5"
6869 },
6870 "suggest": {
6871 "tightenco/collect": "Allows to generate recovery codes as collections"
6872 },
6873 "type": "library",
6874 "extra": {
6875 "branch-alias": {
6876 "dev-master": "1.0-dev"
6877 }
6878 },
6879 "autoload": {
6880 "psr-4": {
6881 "PragmaRX\\Recovery\\": "src"
6882 }
6883 },
6884 "notification-url": "https://packagist.org/downloads/",
6885 "license": [
6886 "MIT"
6887 ],
6888 "authors": [
6889 {
6890 "name": "Antonio Carlos Ribeiro",
6891 "email": "acr@antoniocarlosribeiro.com",
6892 "homepage": "https://antoniocarlosribeiro.com",
6893 "role": "Developer"
6894 }
6895 ],
6896 "description": "Create recovery codes for two factor auth",
6897 "homepage": "https://github.com/antonioribeiro/recovery",
6898 "keywords": [
6899 "2fa",
6900 "account recovery",
6901 "auth",
6902 "backup codes",
6903 "google2fa",
6904 "pragmarx",
6905 "recovery",
6906 "recovery codes",
6907 "two factor auth"
6908 ],
6909 "time": "2017-09-19T16:58:00+00:00"
6910 },
6911 {
6912 "name": "predis/predis",
6913 "version": "v1.1.x-dev",
6914 "source": {
6915 "type": "git",
6916 "url": "https://github.com/nrk/predis.git",
6917 "reference": "111d100ee389d624036b46b35ed0c9ac59c71313"
6918 },
6919 "dist": {
6920 "type": "zip",
6921 "url": "https://api.github.com/repos/nrk/predis/zipball/111d100ee389d624036b46b35ed0c9ac59c71313",
6922 "reference": "111d100ee389d624036b46b35ed0c9ac59c71313",
6923 "shasum": ""
6924 },
6925 "require": {
6926 "php": ">=5.3.9"
6927 },
6928 "require-dev": {
6929 "phpunit/phpunit": "~4.8"
6930 },
6931 "suggest": {
6932 "ext-curl": "Allows access to Webdis when paired with phpiredis",
6933 "ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol"
6934 },
6935 "type": "library",
6936 "autoload": {
6937 "psr-4": {
6938 "Predis\\": "src/"
6939 }
6940 },
6941 "notification-url": "https://packagist.org/downloads/",
6942 "license": [
6943 "MIT"
6944 ],
6945 "authors": [
6946 {
6947 "name": "Daniele Alessandri",
6948 "email": "suppakilla@gmail.com",
6949 "homepage": "http://clorophilla.net"
6950 }
6951 ],
6952 "description": "Flexible and feature-complete Redis client for PHP and HHVM",
6953 "homepage": "http://github.com/nrk/predis",
6954 "keywords": [
6955 "nosql",
6956 "predis",
6957 "redis"
6958 ],
6959 "time": "2017-07-12T14:39:17+00:00"
6960 },
6961 {
6962 "name": "psr/cache",
6963 "version": "1.0.1",
6964 "source": {
6965 "type": "git",
6966 "url": "https://github.com/php-fig/cache.git",
6967 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
6968 },
6969 "dist": {
6970 "type": "zip",
6971 "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
6972 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
6973 "shasum": ""
6974 },
6975 "require": {
6976 "php": ">=5.3.0"
6977 },
6978 "type": "library",
6979 "extra": {
6980 "branch-alias": {
6981 "dev-master": "1.0.x-dev"
6982 }
6983 },
6984 "autoload": {
6985 "psr-4": {
6986 "Psr\\Cache\\": "src/"
6987 }
6988 },
6989 "notification-url": "https://packagist.org/downloads/",
6990 "license": [
6991 "MIT"
6992 ],
6993 "authors": [
6994 {
6995 "name": "PHP-FIG",
6996 "homepage": "http://www.php-fig.org/"
6997 }
6998 ],
6999 "description": "Common interface for caching libraries",
7000 "keywords": [
7001 "cache",
7002 "psr",
7003 "psr-6"
7004 ],
7005 "time": "2016-08-06T20:24:11+00:00"
7006 },
7007 {
7008 "name": "psr/container",
7009 "version": "1.0.0",
7010 "source": {
7011 "type": "git",
7012 "url": "https://github.com/php-fig/container.git",
7013 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
7014 },
7015 "dist": {
7016 "type": "zip",
7017 "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
7018 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
7019 "shasum": ""
7020 },
7021 "require": {
7022 "php": ">=5.3.0"
7023 },
7024 "type": "library",
7025 "extra": {
7026 "branch-alias": {
7027 "dev-master": "1.0.x-dev"
7028 }
7029 },
7030 "autoload": {
7031 "psr-4": {
7032 "Psr\\Container\\": "src/"
7033 }
7034 },
7035 "notification-url": "https://packagist.org/downloads/",
7036 "license": [
7037 "MIT"
7038 ],
7039 "authors": [
7040 {
7041 "name": "PHP-FIG",
7042 "homepage": "http://www.php-fig.org/"
7043 }
7044 ],
7045 "description": "Common Container Interface (PHP FIG PSR-11)",
7046 "homepage": "https://github.com/php-fig/container",
7047 "keywords": [
7048 "PSR-11",
7049 "container",
7050 "container-interface",
7051 "container-interop",
7052 "psr"
7053 ],
7054 "time": "2017-02-14T16:28:37+00:00"
7055 },
7056 {
7057 "name": "psr/http-client",
7058 "version": "1.0.0",
7059 "source": {
7060 "type": "git",
7061 "url": "https://github.com/php-fig/http-client.git",
7062 "reference": "496a823ef742b632934724bf769560c2a5c7c44e"
7063 },
7064 "dist": {
7065 "type": "zip",
7066 "url": "https://api.github.com/repos/php-fig/http-client/zipball/496a823ef742b632934724bf769560c2a5c7c44e",
7067 "reference": "496a823ef742b632934724bf769560c2a5c7c44e",
7068 "shasum": ""
7069 },
7070 "require": {
7071 "php": "^7.0",
7072 "psr/http-message": "^1.0"
7073 },
7074 "type": "library",
7075 "extra": {
7076 "branch-alias": {
7077 "dev-master": "1.0.x-dev"
7078 }
7079 },
7080 "autoload": {
7081 "psr-4": {
7082 "Psr\\Http\\Client\\": "src/"
7083 }
7084 },
7085 "notification-url": "https://packagist.org/downloads/",
7086 "license": [
7087 "MIT"
7088 ],
7089 "authors": [
7090 {
7091 "name": "PHP-FIG",
7092 "homepage": "http://www.php-fig.org/"
7093 }
7094 ],
7095 "description": "Common interface for HTTP clients",
7096 "homepage": "https://github.com/php-fig/http-client",
7097 "keywords": [
7098 "http",
7099 "http-client",
7100 "psr",
7101 "psr-18"
7102 ],
7103 "time": "2018-10-30T23:29:13+00:00"
7104 },
7105 {
7106 "name": "psr/http-factory",
7107 "version": "1.0.1",
7108 "source": {
7109 "type": "git",
7110 "url": "https://github.com/php-fig/http-factory.git",
7111 "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
7112 },
7113 "dist": {
7114 "type": "zip",
7115 "url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
7116 "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
7117 "shasum": ""
7118 },
7119 "require": {
7120 "php": ">=7.0.0",
7121 "psr/http-message": "^1.0"
7122 },
7123 "type": "library",
7124 "extra": {
7125 "branch-alias": {
7126 "dev-master": "1.0.x-dev"
7127 }
7128 },
7129 "autoload": {
7130 "psr-4": {
7131 "Psr\\Http\\Message\\": "src/"
7132 }
7133 },
7134 "notification-url": "https://packagist.org/downloads/",
7135 "license": [
7136 "MIT"
7137 ],
7138 "authors": [
7139 {
7140 "name": "PHP-FIG",
7141 "homepage": "http://www.php-fig.org/"
7142 }
7143 ],
7144 "description": "Common interfaces for PSR-7 HTTP message factories",
7145 "keywords": [
7146 "factory",
7147 "http",
7148 "message",
7149 "psr",
7150 "psr-17",
7151 "psr-7",
7152 "request",
7153 "response"
7154 ],
7155 "time": "2019-04-30T12:38:16+00:00"
7156 },
7157 {
7158 "name": "psr/http-message",
7159 "version": "1.0.1",
7160 "source": {
7161 "type": "git",
7162 "url": "https://github.com/php-fig/http-message.git",
7163 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
7164 },
7165 "dist": {
7166 "type": "zip",
7167 "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
7168 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
7169 "shasum": ""
7170 },
7171 "require": {
7172 "php": ">=5.3.0"
7173 },
7174 "type": "library",
7175 "extra": {
7176 "branch-alias": {
7177 "dev-master": "1.0.x-dev"
7178 }
7179 },
7180 "autoload": {
7181 "psr-4": {
7182 "Psr\\Http\\Message\\": "src/"
7183 }
7184 },
7185 "notification-url": "https://packagist.org/downloads/",
7186 "license": [
7187 "MIT"
7188 ],
7189 "authors": [
7190 {
7191 "name": "PHP-FIG",
7192 "homepage": "http://www.php-fig.org/"
7193 }
7194 ],
7195 "description": "Common interface for HTTP messages",
7196 "homepage": "https://github.com/php-fig/http-message",
7197 "keywords": [
7198 "http",
7199 "http-message",
7200 "psr",
7201 "psr-7",
7202 "request",
7203 "response"
7204 ],
7205 "time": "2016-08-06T14:39:51+00:00"
7206 },
7207 {
7208 "name": "psr/link",
7209 "version": "1.0.0",
7210 "source": {
7211 "type": "git",
7212 "url": "https://github.com/php-fig/link.git",
7213 "reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562"
7214 },
7215 "dist": {
7216 "type": "zip",
7217 "url": "https://api.github.com/repos/php-fig/link/zipball/eea8e8662d5cd3ae4517c9b864493f59fca95562",
7218 "reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562",
7219 "shasum": ""
7220 },
7221 "require": {
7222 "php": ">=5.3.0"
7223 },
7224 "type": "library",
7225 "extra": {
7226 "branch-alias": {
7227 "dev-master": "1.0.x-dev"
7228 }
7229 },
7230 "autoload": {
7231 "psr-4": {
7232 "Psr\\Link\\": "src/"
7233 }
7234 },
7235 "notification-url": "https://packagist.org/downloads/",
7236 "license": [
7237 "MIT"
7238 ],
7239 "authors": [
7240 {
7241 "name": "PHP-FIG",
7242 "homepage": "http://www.php-fig.org/"
7243 }
7244 ],
7245 "description": "Common interfaces for HTTP links",
7246 "keywords": [
7247 "http",
7248 "http-link",
7249 "link",
7250 "psr",
7251 "psr-13",
7252 "rest"
7253 ],
7254 "time": "2016-10-28T16:06:13+00:00"
7255 },
7256 {
7257 "name": "psr/log",
7258 "version": "1.1.3",
7259 "source": {
7260 "type": "git",
7261 "url": "https://github.com/php-fig/log.git",
7262 "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
7263 },
7264 "dist": {
7265 "type": "zip",
7266 "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
7267 "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
7268 "shasum": ""
7269 },
7270 "require": {
7271 "php": ">=5.3.0"
7272 },
7273 "type": "library",
7274 "extra": {
7275 "branch-alias": {
7276 "dev-master": "1.1.x-dev"
7277 }
7278 },
7279 "autoload": {
7280 "psr-4": {
7281 "Psr\\Log\\": "Psr/Log/"
7282 }
7283 },
7284 "notification-url": "https://packagist.org/downloads/",
7285 "license": [
7286 "MIT"
7287 ],
7288 "authors": [
7289 {
7290 "name": "PHP-FIG",
7291 "homepage": "http://www.php-fig.org/"
7292 }
7293 ],
7294 "description": "Common interface for logging libraries",
7295 "homepage": "https://github.com/php-fig/log",
7296 "keywords": [
7297 "log",
7298 "psr",
7299 "psr-3"
7300 ],
7301 "time": "2020-03-23T09:12:05+00:00"
7302 },
7303 {
7304 "name": "psr/simple-cache",
7305 "version": "1.0.1",
7306 "source": {
7307 "type": "git",
7308 "url": "https://github.com/php-fig/simple-cache.git",
7309 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
7310 },
7311 "dist": {
7312 "type": "zip",
7313 "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
7314 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
7315 "shasum": ""
7316 },
7317 "require": {
7318 "php": ">=5.3.0"
7319 },
7320 "type": "library",
7321 "extra": {
7322 "branch-alias": {
7323 "dev-master": "1.0.x-dev"
7324 }
7325 },
7326 "autoload": {
7327 "psr-4": {
7328 "Psr\\SimpleCache\\": "src/"
7329 }
7330 },
7331 "notification-url": "https://packagist.org/downloads/",
7332 "license": [
7333 "MIT"
7334 ],
7335 "authors": [
7336 {
7337 "name": "PHP-FIG",
7338 "homepage": "http://www.php-fig.org/"
7339 }
7340 ],
7341 "description": "Common interfaces for simple caching",
7342 "keywords": [
7343 "cache",
7344 "caching",
7345 "psr",
7346 "psr-16",
7347 "simple-cache"
7348 ],
7349 "time": "2017-10-23T01:57:42+00:00"
7350 },
7351 {
7352 "name": "ralouphie/getallheaders",
7353 "version": "3.0.3",
7354 "source": {
7355 "type": "git",
7356 "url": "https://github.com/ralouphie/getallheaders.git",
7357 "reference": "120b605dfeb996808c31b6477290a714d356e822"
7358 },
7359 "dist": {
7360 "type": "zip",
7361 "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
7362 "reference": "120b605dfeb996808c31b6477290a714d356e822",
7363 "shasum": ""
7364 },
7365 "require": {
7366 "php": ">=5.6"
7367 },
7368 "require-dev": {
7369 "php-coveralls/php-coveralls": "^2.1",
7370 "phpunit/phpunit": "^5 || ^6.5"
7371 },
7372 "type": "library",
7373 "autoload": {
7374 "files": [
7375 "src/getallheaders.php"
7376 ]
7377 },
7378 "notification-url": "https://packagist.org/downloads/",
7379 "license": [
7380 "MIT"
7381 ],
7382 "authors": [
7383 {
7384 "name": "Ralph Khattar",
7385 "email": "ralph.khattar@gmail.com"
7386 }
7387 ],
7388 "description": "A polyfill for getallheaders.",
7389 "time": "2019-03-08T08:55:37+00:00"
7390 },
7391 {
7392 "name": "react/promise",
7393 "version": "v2.8.0",
7394 "source": {
7395 "type": "git",
7396 "url": "https://github.com/reactphp/promise.git",
7397 "reference": "f3cff96a19736714524ca0dd1d4130de73dbbbc4"
7398 },
7399 "dist": {
7400 "type": "zip",
7401 "url": "https://api.github.com/repos/reactphp/promise/zipball/f3cff96a19736714524ca0dd1d4130de73dbbbc4",
7402 "reference": "f3cff96a19736714524ca0dd1d4130de73dbbbc4",
7403 "shasum": ""
7404 },
7405 "require": {
7406 "php": ">=5.4.0"
7407 },
7408 "require-dev": {
7409 "phpunit/phpunit": "^7.0 || ^6.5 || ^5.7 || ^4.8.36"
7410 },
7411 "type": "library",
7412 "autoload": {
7413 "psr-4": {
7414 "React\\Promise\\": "src/"
7415 },
7416 "files": [
7417 "src/functions_include.php"
7418 ]
7419 },
7420 "notification-url": "https://packagist.org/downloads/",
7421 "license": [
7422 "MIT"
7423 ],
7424 "authors": [
7425 {
7426 "name": "Jan Sorgalla",
7427 "email": "jsorgalla@gmail.com"
7428 }
7429 ],
7430 "description": "A lightweight implementation of CommonJS Promises/A for PHP",
7431 "keywords": [
7432 "promise",
7433 "promises"
7434 ],
7435 "time": "2020-05-12T15:16:56+00:00"
7436 },
7437 {
7438 "name": "scheb/two-factor-bundle",
7439 "version": "v4.5.0",
7440 "source": {
7441 "type": "git",
7442 "url": "https://github.com/scheb/two-factor-bundle.git",
7443 "reference": "8dd92c33aeff4a5274e782629a0c1df4bbf77db2"
7444 },
7445 "dist": {
7446 "type": "zip",
7447 "url": "https://api.github.com/repos/scheb/two-factor-bundle/zipball/8dd92c33aeff4a5274e782629a0c1df4bbf77db2",
7448 "reference": "8dd92c33aeff4a5274e782629a0c1df4bbf77db2",
7449 "shasum": ""
7450 },
7451 "require": {
7452 "lcobucci/jwt": "^3.2",
7453 "paragonie/constant_time_encoding": "^2.2",
7454 "php": "^7.1.3",
7455 "spomky-labs/otphp": "^9.1",
7456 "symfony/config": "^3.4|^4.0",
7457 "symfony/dependency-injection": "^3.4|^4.0",
7458 "symfony/event-dispatcher": "^3.4|^4.0",
7459 "symfony/framework-bundle": "^3.4|^4.0",
7460 "symfony/http-foundation": "^3.4|^4.0",
7461 "symfony/http-kernel": "^3.4|^4.0",
7462 "symfony/property-access": "^3.4|^4.0",
7463 "symfony/security-bundle": "^3.4|^4.0",
7464 "symfony/twig-bundle": "^3.4|^4.0"
7465 },
7466 "require-dev": {
7467 "doctrine/lexer": "^1.0.1",
7468 "doctrine/orm": "^2.6",
7469 "phpunit/phpunit": "^7.0|^8.0",
7470 "swiftmailer/swiftmailer": "^6.0",
7471 "symfony/yaml": "^3.4|^4.0"
7472 },
7473 "type": "symfony-bundle",
7474 "autoload": {
7475 "psr-4": {
7476 "Scheb\\TwoFactorBundle\\": ""
7477 }
7478 },
7479 "notification-url": "https://packagist.org/downloads/",
7480 "license": [
7481 "MIT"
7482 ],
7483 "authors": [
7484 {
7485 "name": "Christian Scheb",
7486 "email": "me@christianscheb.de"
7487 }
7488 ],
7489 "description": "Provides two-factor authentication for Symfony applications",
7490 "homepage": "https://github.com/scheb/two-factor-bundle",
7491 "keywords": [
7492 "Authentication",
7493 "security",
7494 "symfony",
7495 "two-factor",
7496 "two-step"
7497 ],
7498 "time": "2019-08-07T18:26:54+00:00"
7499 },
7500 {
7501 "name": "sensio/distribution-bundle",
7502 "version": "v5.0.25",
7503 "source": {
7504 "type": "git",
7505 "url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
7506 "reference": "80a38234bde8321fb92aa0b8c27978a272bb4baf"
7507 },
7508 "dist": {
7509 "type": "zip",
7510 "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/80a38234bde8321fb92aa0b8c27978a272bb4baf",
7511 "reference": "80a38234bde8321fb92aa0b8c27978a272bb4baf",
7512 "shasum": ""
7513 },
7514 "require": {
7515 "php": ">=5.3.9",
7516 "sensiolabs/security-checker": "~5.0|~6.0",
7517 "symfony/class-loader": "~2.3|~3.0",
7518 "symfony/config": "~2.3|~3.0",
7519 "symfony/dependency-injection": "~2.3|~3.0",
7520 "symfony/filesystem": "~2.3|~3.0",
7521 "symfony/http-kernel": "~2.3|~3.0",
7522 "symfony/process": "~2.3|~3.0"
7523 },
7524 "type": "symfony-bundle",
7525 "extra": {
7526 "branch-alias": {
7527 "dev-master": "5.0.x-dev"
7528 }
7529 },
7530 "autoload": {
7531 "psr-4": {
7532 "Sensio\\Bundle\\DistributionBundle\\": ""
7533 }
7534 },
7535 "notification-url": "https://packagist.org/downloads/",
7536 "license": [
7537 "MIT"
7538 ],
7539 "authors": [
7540 {
7541 "name": "Fabien Potencier",
7542 "email": "fabien@symfony.com"
7543 }
7544 ],
7545 "description": "Base bundle for Symfony Distributions",
7546 "keywords": [
7547 "configuration",
7548 "distribution"
7549 ],
7550 "time": "2019-06-18T15:43:58+00:00"
7551 },
7552 {
7553 "name": "sensio/framework-extra-bundle",
7554 "version": "v5.4.1",
7555 "source": {
7556 "type": "git",
7557 "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
7558 "reference": "585f4b3a1c54f24d1a8431c729fc8f5acca20c8a"
7559 },
7560 "dist": {
7561 "type": "zip",
7562 "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/585f4b3a1c54f24d1a8431c729fc8f5acca20c8a",
7563 "reference": "585f4b3a1c54f24d1a8431c729fc8f5acca20c8a",
7564 "shasum": ""
7565 },
7566 "require": {
7567 "doctrine/annotations": "^1.0",
7568 "doctrine/persistence": "^1.0",
7569 "php": ">=7.1.3",
7570 "symfony/config": "^3.4|^4.3",
7571 "symfony/dependency-injection": "^3.4|^4.3",
7572 "symfony/framework-bundle": "^3.4|^4.3",
7573 "symfony/http-kernel": "^3.4|^4.3"
7574 },
7575 "require-dev": {
7576 "doctrine/doctrine-bundle": "^1.6",
7577 "doctrine/orm": "^2.5",
7578 "nyholm/psr7": "^1.1",
7579 "symfony/browser-kit": "^3.4|^4.3",
7580 "symfony/dom-crawler": "^3.4|^4.3",
7581 "symfony/expression-language": "^3.4|^4.3",
7582 "symfony/finder": "^3.4|^4.3",
7583 "symfony/monolog-bridge": "^3.0|^4.0",
7584 "symfony/monolog-bundle": "^3.2",
7585 "symfony/phpunit-bridge": "^3.4.19|^4.1.8",
7586 "symfony/psr-http-message-bridge": "^1.1",
7587 "symfony/security-bundle": "^3.4|^4.3",
7588 "symfony/twig-bundle": "^3.4|^4.3",
7589 "symfony/yaml": "^3.4|^4.3",
7590 "twig/twig": "~1.12|~2.0"
7591 },
7592 "suggest": {
7593 "symfony/expression-language": "",
7594 "symfony/psr-http-message-bridge": "To use the PSR-7 converters",
7595 "symfony/security-bundle": ""
7596 },
7597 "type": "symfony-bundle",
7598 "extra": {
7599 "branch-alias": {
7600 "dev-master": "5.4.x-dev"
7601 }
7602 },
7603 "autoload": {
7604 "psr-4": {
7605 "Sensio\\Bundle\\FrameworkExtraBundle\\": ""
7606 }
7607 },
7608 "notification-url": "https://packagist.org/downloads/",
7609 "license": [
7610 "MIT"
7611 ],
7612 "authors": [
7613 {
7614 "name": "Fabien Potencier",
7615 "email": "fabien@symfony.com"
7616 }
7617 ],
7618 "description": "This bundle provides a way to configure your controllers with annotations",
7619 "keywords": [
7620 "annotations",
7621 "controllers"
7622 ],
7623 "time": "2019-07-08T08:31:25+00:00"
7624 },
7625 {
7626 "name": "sensiolabs/security-checker",
7627 "version": "v6.0.3",
7628 "source": {
7629 "type": "git",
7630 "url": "https://github.com/sensiolabs/security-checker.git",
7631 "reference": "a576c01520d9761901f269c4934ba55448be4a54"
7632 },
7633 "dist": {
7634 "type": "zip",
7635 "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/a576c01520d9761901f269c4934ba55448be4a54",
7636 "reference": "a576c01520d9761901f269c4934ba55448be4a54",
7637 "shasum": ""
7638 },
7639 "require": {
7640 "php": ">=7.1.3",
7641 "symfony/console": "^2.8|^3.4|^4.2|^5.0",
7642 "symfony/http-client": "^4.3|^5.0",
7643 "symfony/mime": "^4.3|^5.0",
7644 "symfony/polyfill-ctype": "^1.11"
7645 },
7646 "bin": [
7647 "security-checker"
7648 ],
7649 "type": "library",
7650 "extra": {
7651 "branch-alias": {
7652 "dev-master": "6.0-dev"
7653 }
7654 },
7655 "autoload": {
7656 "psr-4": {
7657 "SensioLabs\\Security\\": "SensioLabs/Security"
7658 }
7659 },
7660 "notification-url": "https://packagist.org/downloads/",
7661 "license": [
7662 "MIT"
7663 ],
7664 "authors": [
7665 {
7666 "name": "Fabien Potencier",
7667 "email": "fabien.potencier@gmail.com"
7668 }
7669 ],
7670 "description": "A security checker for your composer.lock",
7671 "time": "2019-11-01T13:20:14+00:00"
7672 },
7673 {
7674 "name": "sentry/sdk",
7675 "version": "2.0.4",
7676 "source": {
7677 "type": "git",
7678 "url": "https://github.com/getsentry/sentry-php-sdk.git",
7679 "reference": "4c115873c86ad5bd0ac6d962db70ca53bf8fb874"
7680 },
7681 "dist": {
7682 "type": "zip",
7683 "url": "https://api.github.com/repos/getsentry/sentry-php-sdk/zipball/4c115873c86ad5bd0ac6d962db70ca53bf8fb874",
7684 "reference": "4c115873c86ad5bd0ac6d962db70ca53bf8fb874",
7685 "shasum": ""
7686 },
7687 "require": {
7688 "http-interop/http-factory-guzzle": "^1.0",
7689 "php-http/curl-client": "^1.0|^2.0",
7690 "sentry/sentry": "^2.1.3"
7691 },
7692 "type": "metapackage",
7693 "notification-url": "https://packagist.org/downloads/",
7694 "license": [
7695 "MIT"
7696 ],
7697 "authors": [
7698 {
7699 "name": "Sentry",
7700 "email": "accounts@sentry.io"
7701 }
7702 ],
7703 "description": "This is a metapackage shipping sentry/sentry with a recommended http client.",
7704 "time": "2019-09-09T19:54:44+00:00"
7705 },
7706 {
7707 "name": "sentry/sentry",
7708 "version": "2.4.0",
7709 "source": {
7710 "type": "git",
7711 "url": "https://github.com/getsentry/sentry-php.git",
7712 "reference": "e44561875e0d724bac3d9cdb705bf58847acd425"
7713 },
7714 "dist": {
7715 "type": "zip",
7716 "url": "https://api.github.com/repos/getsentry/sentry-php/zipball/e44561875e0d724bac3d9cdb705bf58847acd425",
7717 "reference": "e44561875e0d724bac3d9cdb705bf58847acd425",
7718 "shasum": ""
7719 },
7720 "require": {
7721 "ext-json": "*",
7722 "ext-mbstring": "*",
7723 "guzzlehttp/promises": "^1.3",
7724 "guzzlehttp/psr7": "^1.6",
7725 "jean85/pretty-package-versions": "^1.2",
7726 "php": "^7.1",
7727 "php-http/async-client-implementation": "^1.0",
7728 "php-http/client-common": "^1.5|^2.0",
7729 "php-http/discovery": "^1.6.1",
7730 "php-http/httplug": "^1.1|^2.0",
7731 "php-http/message": "^1.5",
7732 "psr/http-factory": "^1.0",
7733 "psr/http-message-implementation": "^1.0",
7734 "psr/log": "^1.0",
7735 "symfony/options-resolver": "^2.7|^3.0|^4.0|^5.0",
7736 "symfony/polyfill-uuid": "^1.13.1"
7737 },
7738 "conflict": {
7739 "php-http/client-common": "1.8.0",
7740 "raven/raven": "*"
7741 },
7742 "require-dev": {
7743 "friendsofphp/php-cs-fixer": "^2.16",
7744 "monolog/monolog": "^1.3|^2.0",
7745 "php-http/mock-client": "^1.3",
7746 "phpstan/extension-installer": "^1.0",
7747 "phpstan/phpstan": "^0.12",
7748 "phpstan/phpstan-phpunit": "^0.12",
7749 "phpunit/phpunit": "^7.5.18",
7750 "symfony/phpunit-bridge": "^4.3|^5.0",
7751 "vimeo/psalm": "^3.4"
7752 },
7753 "suggest": {
7754 "monolog/monolog": "Allow sending log messages to Sentry by using the included Monolog handler."
7755 },
7756 "type": "library",
7757 "extra": {
7758 "branch-alias": {
7759 "dev-master": "2.4-dev"
7760 }
7761 },
7762 "autoload": {
7763 "files": [
7764 "src/functions.php"
7765 ],
7766 "psr-4": {
7767 "Sentry\\": "src/"
7768 }
7769 },
7770 "notification-url": "https://packagist.org/downloads/",
7771 "license": [
7772 "BSD-3-Clause"
7773 ],
7774 "authors": [
7775 {
7776 "name": "Sentry",
7777 "email": "accounts@sentry.io"
7778 }
7779 ],
7780 "description": "A PHP SDK for Sentry (http://sentry.io)",
7781 "homepage": "http://sentry.io",
7782 "keywords": [
7783 "crash-reporting",
7784 "crash-reports",
7785 "error-handler",
7786 "error-monitoring",
7787 "log",
7788 "logging",
7789 "sentry"
7790 ],
7791 "time": "2020-05-20T20:49:38+00:00"
7792 },
7793 {
7794 "name": "sentry/sentry-symfony",
7795 "version": "3.3.2",
7796 "source": {
7797 "type": "git",
7798 "url": "https://github.com/getsentry/sentry-symfony.git",
7799 "reference": "3a9c2669969604c362cc63ba8fa118d9a00ac711"
7800 },
7801 "dist": {
7802 "type": "zip",
7803 "url": "https://api.github.com/repos/getsentry/sentry-symfony/zipball/3a9c2669969604c362cc63ba8fa118d9a00ac711",
7804 "reference": "3a9c2669969604c362cc63ba8fa118d9a00ac711",
7805 "shasum": ""
7806 },
7807 "require": {
7808 "jean85/pretty-package-versions": "^1.0",
7809 "ocramius/package-versions": "^1.3.0",
7810 "php": "^7.1",
7811 "sentry/sdk": "^2.0",
7812 "symfony/config": "^3.4||^4.0||^5.0",
7813 "symfony/console": "^3.4||^4.0||^5.0",
7814 "symfony/dependency-injection": "^3.4||^4.0||^5.0",
7815 "symfony/event-dispatcher": "^3.4||^4.0||^5.0",
7816 "symfony/http-kernel": "^3.4||^4.0||^5.0",
7817 "symfony/security-core": "^3.4||^4.0||^5.0"
7818 },
7819 "require-dev": {
7820 "friendsofphp/php-cs-fixer": "^2.8",
7821 "jangregor/phpstan-prophecy": "^0.3.0",
7822 "monolog/monolog": "^1.11||^2.0",
7823 "php-http/mock-client": "^1.0",
7824 "phpstan/phpstan-phpunit": "^0.11",
7825 "phpstan/phpstan-shim": "^0.11",
7826 "phpunit/phpunit": "^7.5||^8.5",
7827 "symfony/browser-kit": "^3.4||^4.0||^5.0",
7828 "symfony/expression-language": "^3.4||^4.0||^5.0",
7829 "symfony/framework-bundle": "^3.4||^4.0||^5.0",
7830 "symfony/monolog-bundle": "^3.4",
7831 "symfony/phpunit-bridge": "^5.0",
7832 "symfony/yaml": "^3.4||^4.0||^5.0"
7833 },
7834 "suggest": {
7835 "monolog/monolog": "Required to use the Monolog handler"
7836 },
7837 "type": "symfony-bundle",
7838 "extra": {
7839 "branch-alias": {
7840 "master": "3.x-dev",
7841 "releases/3.2.x": "3.2.x-dev",
7842 "releases/2.x": "2.x-dev",
7843 "releases/1.x": "1.x-dev"
7844 }
7845 },
7846 "autoload": {
7847 "psr-4": {
7848 "Sentry\\SentryBundle\\": "src/"
7849 }
7850 },
7851 "notification-url": "https://packagist.org/downloads/",
7852 "license": [
7853 "Apache-2.0"
7854 ],
7855 "authors": [
7856 {
7857 "name": "David Cramer",
7858 "email": "dcramer@gmail.com"
7859 },
7860 {
7861 "name": "Alessandro Lai",
7862 "email": "alessandro.lai85@gmail.com"
7863 }
7864 ],
7865 "description": "Symfony integration for Sentry (http://getsentry.com)",
7866 "homepage": "http://getsentry.com",
7867 "keywords": [
7868 "errors",
7869 "logging",
7870 "sentry",
7871 "symfony"
7872 ],
7873 "time": "2020-01-16T08:45:03+00:00"
7874 },
7875 {
7876 "name": "simplepie/simplepie",
7877 "version": "1.5.5",
7878 "source": {
7879 "type": "git",
7880 "url": "https://github.com/simplepie/simplepie.git",
7881 "reference": "ae49e2201b6da9c808e5dac437aca356a11831b4"
7882 },
7883 "dist": {
7884 "type": "zip",
7885 "url": "https://api.github.com/repos/simplepie/simplepie/zipball/ae49e2201b6da9c808e5dac437aca356a11831b4",
7886 "reference": "ae49e2201b6da9c808e5dac437aca356a11831b4",
7887 "shasum": ""
7888 },
7889 "require": {
7890 "ext-pcre": "*",
7891 "ext-xml": "*",
7892 "ext-xmlreader": "*",
7893 "php": ">=5.6.0"
7894 },
7895 "require-dev": {
7896 "phpunit/phpunit": "~5.4.3 || ~6.5"
7897 },
7898 "suggest": {
7899 "ext-curl": "",
7900 "ext-iconv": "",
7901 "ext-intl": "",
7902 "ext-mbstring": "",
7903 "mf2/mf2": "Microformat module that allows for parsing HTML for microformats"
7904 },
7905 "type": "library",
7906 "autoload": {
7907 "psr-0": {
7908 "SimplePie": "library"
7909 }
7910 },
7911 "notification-url": "https://packagist.org/downloads/",
7912 "license": [
7913 "BSD-3-Clause"
7914 ],
7915 "authors": [
7916 {
7917 "name": "Ryan Parman",
7918 "homepage": "http://ryanparman.com/",
7919 "role": "Creator, alumnus developer"
7920 },
7921 {
7922 "name": "Sam Sneddon",
7923 "homepage": "https://gsnedders.com/",
7924 "role": "Alumnus developer"
7925 },
7926 {
7927 "name": "Ryan McCue",
7928 "email": "me@ryanmccue.info",
7929 "homepage": "http://ryanmccue.info/",
7930 "role": "Developer"
7931 }
7932 ],
7933 "description": "A simple Atom/RSS parsing library for PHP",
7934 "homepage": "http://simplepie.org/",
7935 "keywords": [
7936 "atom",
7937 "feeds",
7938 "rss"
7939 ],
7940 "time": "2020-05-01T12:23:14+00:00"
7941 },
7942 {
7943 "name": "smalot/pdfparser",
7944 "version": "v0.15.0",
7945 "source": {
7946 "type": "git",
7947 "url": "https://github.com/smalot/pdfparser.git",
7948 "reference": "a53df87a048b943ff7380765b300e2b002e61de4"
7949 },
7950 "dist": {
7951 "type": "zip",
7952 "url": "https://api.github.com/repos/smalot/pdfparser/zipball/a53df87a048b943ff7380765b300e2b002e61de4",
7953 "reference": "a53df87a048b943ff7380765b300e2b002e61de4",
7954 "shasum": ""
7955 },
7956 "require": {
7957 "ext-mbstring": "*",
7958 "ext-zlib": "*",
7959 "php": ">=5.3.0",
7960 "tecnickcom/tcpdf": "~6.0"
7961 },
7962 "require-dev": {
7963 "atoum/atoum": "^2.8 | ^3.0"
7964 },
7965 "type": "library",
7966 "autoload": {
7967 "psr-0": {
7968 "Smalot\\PdfParser\\": "src/"
7969 }
7970 },
7971 "notification-url": "https://packagist.org/downloads/",
7972 "license": [
7973 "LGPL-3.0"
7974 ],
7975 "authors": [
7976 {
7977 "name": "Sebastien MALOT",
7978 "email": "sebastien@malot.fr"
7979 }
7980 ],
7981 "description": "Pdf parser library. Can read and extract information from pdf file.",
7982 "homepage": "http://www.pdfparser.org",
7983 "keywords": [
7984 "extract",
7985 "parse",
7986 "parser",
7987 "pdf",
7988 "text"
7989 ],
7990 "time": "2020-04-21T07:28:21+00:00"
7991 },
7992 {
7993 "name": "spomky-labs/otphp",
7994 "version": "v9.1.4",
7995 "source": {
7996 "type": "git",
7997 "url": "https://github.com/Spomky-Labs/otphp.git",
7998 "reference": "48d463cf909320399fe08eab2e1cd18d899d5068"
7999 },
8000 "dist": {
8001 "type": "zip",
8002 "url": "https://api.github.com/repos/Spomky-Labs/otphp/zipball/48d463cf909320399fe08eab2e1cd18d899d5068",
8003 "reference": "48d463cf909320399fe08eab2e1cd18d899d5068",
8004 "shasum": ""
8005 },
8006 "require": {
8007 "beberlei/assert": "^2.4|^3.0",
8008 "paragonie/constant_time_encoding": "^2.0",
8009 "php": "^7.1"
8010 },
8011 "require-dev": {
8012 "phpunit/phpunit": "^6.0",
8013 "satooshi/php-coveralls": "^1.0"
8014 },
8015 "type": "library",
8016 "extra": {
8017 "branch-alias": {
8018 "dev-master": "9.0.x-dev"
8019 }
8020 },
8021 "autoload": {
8022 "psr-4": {
8023 "OTPHP\\": "src/"
8024 }
8025 },
8026 "notification-url": "https://packagist.org/downloads/",
8027 "license": [
8028 "MIT"
8029 ],
8030 "authors": [
8031 {
8032 "name": "Florent Morselli",
8033 "homepage": "https://github.com/Spomky"
8034 },
8035 {
8036 "name": "All contributors",
8037 "homepage": "https://github.com/Spomky-Labs/otphp/contributors"
8038 }
8039 ],
8040 "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",
8041 "homepage": "https://github.com/Spomky-Labs/otphp",
8042 "keywords": [
8043 "FreeOTP",
8044 "RFC 4226",
8045 "RFC 6238",
8046 "google authenticator",
8047 "hotp",
8048 "otp",
8049 "totp"
8050 ],
8051 "time": "2019-03-18T10:08:51+00:00"
8052 },
8053 {
8054 "name": "stof/doctrine-extensions-bundle",
8055 "version": "v1.3.0",
8056 "source": {
8057 "type": "git",
8058 "url": "https://github.com/stof/StofDoctrineExtensionsBundle.git",
8059 "reference": "46db71ec7ffee9122eca3cdddd4ef8d84bae269c"
8060 },
8061 "dist": {
8062 "type": "zip",
8063 "url": "https://api.github.com/repos/stof/StofDoctrineExtensionsBundle/zipball/46db71ec7ffee9122eca3cdddd4ef8d84bae269c",
8064 "reference": "46db71ec7ffee9122eca3cdddd4ef8d84bae269c",
8065 "shasum": ""
8066 },
8067 "require": {
8068 "gedmo/doctrine-extensions": "^2.3.4",
8069 "php": ">=5.3.2",
8070 "symfony/framework-bundle": "~2.7|~3.2|~4.0"
8071 },
8072 "require-dev": {
8073 "symfony/phpunit-bridge": "^4.0",
8074 "symfony/security-bundle": "^2.7 || ^3.2 || ^4.0"
8075 },
8076 "suggest": {
8077 "doctrine/doctrine-bundle": "to use the ORM extensions",
8078 "doctrine/mongodb-odm-bundle": "to use the MongoDB ODM extensions"
8079 },
8080 "type": "symfony-bundle",
8081 "extra": {
8082 "branch-alias": {
8083 "dev-master": "1.3.x-dev"
8084 }
8085 },
8086 "autoload": {
8087 "psr-4": {
8088 "Stof\\DoctrineExtensionsBundle\\": ""
8089 }
8090 },
8091 "notification-url": "https://packagist.org/downloads/",
8092 "license": [
8093 "MIT"
8094 ],
8095 "authors": [
8096 {
8097 "name": "Christophe Coevoet",
8098 "email": "stof@notk.org"
8099 }
8100 ],
8101 "description": "Integration of the gedmo/doctrine-extensions with Symfony2",
8102 "homepage": "https://github.com/stof/StofDoctrineExtensionsBundle",
8103 "keywords": [
8104 "behaviors",
8105 "doctrine2",
8106 "extensions",
8107 "gedmo",
8108 "loggable",
8109 "nestedset",
8110 "sluggable",
8111 "sortable",
8112 "timestampable",
8113 "translatable",
8114 "tree"
8115 ],
8116 "time": "2017-12-24T16:06:50+00:00"
8117 },
8118 {
8119 "name": "swiftmailer/swiftmailer",
8120 "version": "v6.2.3",
8121 "source": {
8122 "type": "git",
8123 "url": "https://github.com/swiftmailer/swiftmailer.git",
8124 "reference": "149cfdf118b169f7840bbe3ef0d4bc795d1780c9"
8125 },
8126 "dist": {
8127 "type": "zip",
8128 "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/149cfdf118b169f7840bbe3ef0d4bc795d1780c9",
8129 "reference": "149cfdf118b169f7840bbe3ef0d4bc795d1780c9",
8130 "shasum": ""
8131 },
8132 "require": {
8133 "egulias/email-validator": "~2.0",
8134 "php": ">=7.0.0",
8135 "symfony/polyfill-iconv": "^1.0",
8136 "symfony/polyfill-intl-idn": "^1.10",
8137 "symfony/polyfill-mbstring": "^1.0"
8138 },
8139 "require-dev": {
8140 "mockery/mockery": "~0.9.1",
8141 "symfony/phpunit-bridge": "^3.4.19|^4.1.8"
8142 },
8143 "suggest": {
8144 "ext-intl": "Needed to support internationalized email addresses",
8145 "true/punycode": "Needed to support internationalized email addresses, if ext-intl is not installed"
8146 },
8147 "type": "library",
8148 "extra": {
8149 "branch-alias": {
8150 "dev-master": "6.2-dev"
8151 }
8152 },
8153 "autoload": {
8154 "files": [
8155 "lib/swift_required.php"
8156 ]
8157 },
8158 "notification-url": "https://packagist.org/downloads/",
8159 "license": [
8160 "MIT"
8161 ],
8162 "authors": [
8163 {
8164 "name": "Chris Corbyn"
8165 },
8166 {
8167 "name": "Fabien Potencier",
8168 "email": "fabien@symfony.com"
8169 }
8170 ],
8171 "description": "Swiftmailer, free feature-rich PHP mailer",
8172 "homepage": "https://swiftmailer.symfony.com",
8173 "keywords": [
8174 "email",
8175 "mail",
8176 "mailer"
8177 ],
8178 "time": "2019-11-12T09:31:26+00:00"
8179 },
8180 {
8181 "name": "symfony/http-client",
8182 "version": "v4.4.8",
8183 "source": {
8184 "type": "git",
8185 "url": "https://github.com/symfony/http-client.git",
8186 "reference": "88d1745f4095727b8bf0574a0f414331f4ec229c"
8187 },
8188 "dist": {
8189 "type": "zip",
8190 "url": "https://api.github.com/repos/symfony/http-client/zipball/88d1745f4095727b8bf0574a0f414331f4ec229c",
8191 "reference": "88d1745f4095727b8bf0574a0f414331f4ec229c",
8192 "shasum": ""
8193 },
8194 "require": {
8195 "php": "^7.1.3",
8196 "psr/log": "^1.0",
8197 "symfony/http-client-contracts": "^1.1.8|^2",
8198 "symfony/polyfill-php73": "^1.11",
8199 "symfony/service-contracts": "^1.0|^2"
8200 },
8201 "provide": {
8202 "php-http/async-client-implementation": "*",
8203 "php-http/client-implementation": "*",
8204 "psr/http-client-implementation": "1.0",
8205 "symfony/http-client-implementation": "1.1"
8206 },
8207 "require-dev": {
8208 "guzzlehttp/promises": "^1.3.1",
8209 "nyholm/psr7": "^1.0",
8210 "php-http/httplug": "^1.0|^2.0",
8211 "psr/http-client": "^1.0",
8212 "symfony/dependency-injection": "^4.3|^5.0",
8213 "symfony/http-kernel": "^4.4",
8214 "symfony/process": "^4.2|^5.0"
8215 },
8216 "type": "library",
8217 "extra": {
8218 "branch-alias": {
8219 "dev-master": "4.4-dev"
8220 }
8221 },
8222 "autoload": {
8223 "psr-4": {
8224 "Symfony\\Component\\HttpClient\\": ""
8225 },
8226 "exclude-from-classmap": [
8227 "/Tests/"
8228 ]
8229 },
8230 "notification-url": "https://packagist.org/downloads/",
8231 "license": [
8232 "MIT"
8233 ],
8234 "authors": [
8235 {
8236 "name": "Nicolas Grekas",
8237 "email": "p@tchwork.com"
8238 },
8239 {
8240 "name": "Symfony Community",
8241 "homepage": "https://symfony.com/contributors"
8242 }
8243 ],
8244 "description": "Symfony HttpClient component",
8245 "homepage": "https://symfony.com",
8246 "time": "2020-04-12T16:14:02+00:00"
8247 },
8248 {
8249 "name": "symfony/http-client-contracts",
8250 "version": "v1.1.8",
8251 "source": {
8252 "type": "git",
8253 "url": "https://github.com/symfony/http-client-contracts.git",
8254 "reference": "088bae75cfa2ec5eb6d33dce17dbd8613150ce6e"
8255 },
8256 "dist": {
8257 "type": "zip",
8258 "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/088bae75cfa2ec5eb6d33dce17dbd8613150ce6e",
8259 "reference": "088bae75cfa2ec5eb6d33dce17dbd8613150ce6e",
8260 "shasum": ""
8261 },
8262 "require": {
8263 "php": "^7.1.3"
8264 },
8265 "suggest": {
8266 "symfony/http-client-implementation": ""
8267 },
8268 "type": "library",
8269 "extra": {
8270 "branch-alias": {
8271 "dev-master": "1.1-dev"
8272 }
8273 },
8274 "autoload": {
8275 "psr-4": {
8276 "Symfony\\Contracts\\HttpClient\\": ""
8277 }
8278 },
8279 "notification-url": "https://packagist.org/downloads/",
8280 "license": [
8281 "MIT"
8282 ],
8283 "authors": [
8284 {
8285 "name": "Nicolas Grekas",
8286 "email": "p@tchwork.com"
8287 },
8288 {
8289 "name": "Symfony Community",
8290 "homepage": "https://symfony.com/contributors"
8291 }
8292 ],
8293 "description": "Generic abstractions related to HTTP clients",
8294 "homepage": "https://symfony.com",
8295 "keywords": [
8296 "abstractions",
8297 "contracts",
8298 "decoupling",
8299 "interfaces",
8300 "interoperability",
8301 "standards"
8302 ],
8303 "time": "2019-11-07T12:44:51+00:00"
8304 },
8305 {
8306 "name": "symfony/mime",
8307 "version": "v4.4.8",
8308 "source": {
8309 "type": "git",
8310 "url": "https://github.com/symfony/mime.git",
8311 "reference": "7a583ffb6c7dd5aabb5db920817a3cc39261c517"
8312 },
8313 "dist": {
8314 "type": "zip",
8315 "url": "https://api.github.com/repos/symfony/mime/zipball/7a583ffb6c7dd5aabb5db920817a3cc39261c517",
8316 "reference": "7a583ffb6c7dd5aabb5db920817a3cc39261c517",
8317 "shasum": ""
8318 },
8319 "require": {
8320 "php": "^7.1.3",
8321 "symfony/polyfill-intl-idn": "^1.10",
8322 "symfony/polyfill-mbstring": "^1.0"
8323 },
8324 "conflict": {
8325 "symfony/mailer": "<4.4"
8326 },
8327 "require-dev": {
8328 "egulias/email-validator": "^2.1.10",
8329 "symfony/dependency-injection": "^3.4|^4.1|^5.0"
8330 },
8331 "type": "library",
8332 "extra": {
8333 "branch-alias": {
8334 "dev-master": "4.4-dev"
8335 }
8336 },
8337 "autoload": {
8338 "psr-4": {
8339 "Symfony\\Component\\Mime\\": ""
8340 },
8341 "exclude-from-classmap": [
8342 "/Tests/"
8343 ]
8344 },
8345 "notification-url": "https://packagist.org/downloads/",
8346 "license": [
8347 "MIT"
8348 ],
8349 "authors": [
8350 {
8351 "name": "Fabien Potencier",
8352 "email": "fabien@symfony.com"
8353 },
8354 {
8355 "name": "Symfony Community",
8356 "homepage": "https://symfony.com/contributors"
8357 }
8358 ],
8359 "description": "A library to manipulate MIME messages",
8360 "homepage": "https://symfony.com",
8361 "keywords": [
8362 "mime",
8363 "mime-type"
8364 ],
8365 "time": "2020-04-16T14:49:30+00:00"
8366 },
8367 {
8368 "name": "symfony/monolog-bundle",
8369 "version": "v3.5.0",
8370 "source": {
8371 "type": "git",
8372 "url": "https://github.com/symfony/monolog-bundle.git",
8373 "reference": "dd80460fcfe1fa2050a7103ad818e9d0686ce6fd"
8374 },
8375 "dist": {
8376 "type": "zip",
8377 "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/dd80460fcfe1fa2050a7103ad818e9d0686ce6fd",
8378 "reference": "dd80460fcfe1fa2050a7103ad818e9d0686ce6fd",
8379 "shasum": ""
8380 },
8381 "require": {
8382 "monolog/monolog": "~1.22 || ~2.0",
8383 "php": ">=5.6",
8384 "symfony/config": "~3.4 || ~4.0 || ^5.0",
8385 "symfony/dependency-injection": "~3.4.10 || ^4.0.10 || ^5.0",
8386 "symfony/http-kernel": "~3.4 || ~4.0 || ^5.0",
8387 "symfony/monolog-bridge": "~3.4 || ~4.0 || ^5.0"
8388 },
8389 "require-dev": {
8390 "symfony/console": "~3.4 || ~4.0 || ^5.0",
8391 "symfony/phpunit-bridge": "^3.4.19 || ^4.0 || ^5.0",
8392 "symfony/yaml": "~3.4 || ~4.0 || ^5.0"
8393 },
8394 "type": "symfony-bundle",
8395 "extra": {
8396 "branch-alias": {
8397 "dev-master": "3.x-dev"
8398 }
8399 },
8400 "autoload": {
8401 "psr-4": {
8402 "Symfony\\Bundle\\MonologBundle\\": ""
8403 },
8404 "exclude-from-classmap": [
8405 "/Tests/"
8406 ]
8407 },
8408 "notification-url": "https://packagist.org/downloads/",
8409 "license": [
8410 "MIT"
8411 ],
8412 "authors": [
8413 {
8414 "name": "Fabien Potencier",
8415 "email": "fabien@symfony.com"
8416 },
8417 {
8418 "name": "Symfony Community",
8419 "homepage": "http://symfony.com/contributors"
8420 }
8421 ],
8422 "description": "Symfony MonologBundle",
8423 "homepage": "http://symfony.com",
8424 "keywords": [
8425 "log",
8426 "logging"
8427 ],
8428 "time": "2019-11-13T13:11:14+00:00"
8429 },
8430 {
8431 "name": "symfony/polyfill-apcu",
8432 "version": "v1.17.0",
8433 "source": {
8434 "type": "git",
8435 "url": "https://github.com/symfony/polyfill-apcu.git",
8436 "reference": "9ec426b564916afb9bfd15f78708ec322eeb8538"
8437 },
8438 "dist": {
8439 "type": "zip",
8440 "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/9ec426b564916afb9bfd15f78708ec322eeb8538",
8441 "reference": "9ec426b564916afb9bfd15f78708ec322eeb8538",
8442 "shasum": ""
8443 },
8444 "require": {
8445 "php": ">=5.3.3"
8446 },
8447 "type": "library",
8448 "extra": {
8449 "branch-alias": {
8450 "dev-master": "1.17-dev"
8451 }
8452 },
8453 "autoload": {
8454 "psr-4": {
8455 "Symfony\\Polyfill\\Apcu\\": ""
8456 },
8457 "files": [
8458 "bootstrap.php"
8459 ]
8460 },
8461 "notification-url": "https://packagist.org/downloads/",
8462 "license": [
8463 "MIT"
8464 ],
8465 "authors": [
8466 {
8467 "name": "Nicolas Grekas",
8468 "email": "p@tchwork.com"
8469 },
8470 {
8471 "name": "Symfony Community",
8472 "homepage": "https://symfony.com/contributors"
8473 }
8474 ],
8475 "description": "Symfony polyfill backporting apcu_* functions to lower PHP versions",
8476 "homepage": "https://symfony.com",
8477 "keywords": [
8478 "apcu",
8479 "compatibility",
8480 "polyfill",
8481 "portable",
8482 "shim"
8483 ],
8484 "time": "2020-05-12T16:14:59+00:00"
8485 },
8486 {
8487 "name": "symfony/polyfill-ctype",
8488 "version": "v1.17.0",
8489 "source": {
8490 "type": "git",
8491 "url": "https://github.com/symfony/polyfill-ctype.git",
8492 "reference": "e94c8b1bbe2bc77507a1056cdb06451c75b427f9"
8493 },
8494 "dist": {
8495 "type": "zip",
8496 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e94c8b1bbe2bc77507a1056cdb06451c75b427f9",
8497 "reference": "e94c8b1bbe2bc77507a1056cdb06451c75b427f9",
8498 "shasum": ""
8499 },
8500 "require": {
8501 "php": ">=5.3.3"
8502 },
8503 "suggest": {
8504 "ext-ctype": "For best performance"
8505 },
8506 "type": "library",
8507 "extra": {
8508 "branch-alias": {
8509 "dev-master": "1.17-dev"
8510 }
8511 },
8512 "autoload": {
8513 "psr-4": {
8514 "Symfony\\Polyfill\\Ctype\\": ""
8515 },
8516 "files": [
8517 "bootstrap.php"
8518 ]
8519 },
8520 "notification-url": "https://packagist.org/downloads/",
8521 "license": [
8522 "MIT"
8523 ],
8524 "authors": [
8525 {
8526 "name": "Gert de Pagter",
8527 "email": "BackEndTea@gmail.com"
8528 },
8529 {
8530 "name": "Symfony Community",
8531 "homepage": "https://symfony.com/contributors"
8532 }
8533 ],
8534 "description": "Symfony polyfill for ctype functions",
8535 "homepage": "https://symfony.com",
8536 "keywords": [
8537 "compatibility",
8538 "ctype",
8539 "polyfill",
8540 "portable"
8541 ],
8542 "time": "2020-05-12T16:14:59+00:00"
8543 },
8544 {
8545 "name": "symfony/polyfill-iconv",
8546 "version": "v1.17.0",
8547 "source": {
8548 "type": "git",
8549 "url": "https://github.com/symfony/polyfill-iconv.git",
8550 "reference": "c4de7601eefbf25f9d47190abe07f79fe0a27424"
8551 },
8552 "dist": {
8553 "type": "zip",
8554 "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/c4de7601eefbf25f9d47190abe07f79fe0a27424",
8555 "reference": "c4de7601eefbf25f9d47190abe07f79fe0a27424",
8556 "shasum": ""
8557 },
8558 "require": {
8559 "php": ">=5.3.3"
8560 },
8561 "suggest": {
8562 "ext-iconv": "For best performance"
8563 },
8564 "type": "library",
8565 "extra": {
8566 "branch-alias": {
8567 "dev-master": "1.17-dev"
8568 }
8569 },
8570 "autoload": {
8571 "psr-4": {
8572 "Symfony\\Polyfill\\Iconv\\": ""
8573 },
8574 "files": [
8575 "bootstrap.php"
8576 ]
8577 },
8578 "notification-url": "https://packagist.org/downloads/",
8579 "license": [
8580 "MIT"
8581 ],
8582 "authors": [
8583 {
8584 "name": "Nicolas Grekas",
8585 "email": "p@tchwork.com"
8586 },
8587 {
8588 "name": "Symfony Community",
8589 "homepage": "https://symfony.com/contributors"
8590 }
8591 ],
8592 "description": "Symfony polyfill for the Iconv extension",
8593 "homepage": "https://symfony.com",
8594 "keywords": [
8595 "compatibility",
8596 "iconv",
8597 "polyfill",
8598 "portable",
8599 "shim"
8600 ],
8601 "time": "2020-05-12T16:47:27+00:00"
8602 },
8603 {
8604 "name": "symfony/polyfill-intl-icu",
8605 "version": "v1.17.0",
8606 "source": {
8607 "type": "git",
8608 "url": "https://github.com/symfony/polyfill-intl-icu.git",
8609 "reference": "4ef3923e4a86e1b6ef72d42be59dbf7d33a685e3"
8610 },
8611 "dist": {
8612 "type": "zip",
8613 "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/4ef3923e4a86e1b6ef72d42be59dbf7d33a685e3",
8614 "reference": "4ef3923e4a86e1b6ef72d42be59dbf7d33a685e3",
8615 "shasum": ""
8616 },
8617 "require": {
8618 "php": ">=5.3.3",
8619 "symfony/intl": "~2.3|~3.0|~4.0|~5.0"
8620 },
8621 "suggest": {
8622 "ext-intl": "For best performance"
8623 },
8624 "type": "library",
8625 "extra": {
8626 "branch-alias": {
8627 "dev-master": "1.17-dev"
8628 }
8629 },
8630 "autoload": {
8631 "files": [
8632 "bootstrap.php"
8633 ]
8634 },
8635 "notification-url": "https://packagist.org/downloads/",
8636 "license": [
8637 "MIT"
8638 ],
8639 "authors": [
8640 {
8641 "name": "Nicolas Grekas",
8642 "email": "p@tchwork.com"
8643 },
8644 {
8645 "name": "Symfony Community",
8646 "homepage": "https://symfony.com/contributors"
8647 }
8648 ],
8649 "description": "Symfony polyfill for intl's ICU-related data and classes",
8650 "homepage": "https://symfony.com",
8651 "keywords": [
8652 "compatibility",
8653 "icu",
8654 "intl",
8655 "polyfill",
8656 "portable",
8657 "shim"
8658 ],
8659 "time": "2020-05-12T16:14:59+00:00"
8660 },
8661 {
8662 "name": "symfony/polyfill-intl-idn",
8663 "version": "v1.17.0",
8664 "source": {
8665 "type": "git",
8666 "url": "https://github.com/symfony/polyfill-intl-idn.git",
8667 "reference": "3bff59ea7047e925be6b7f2059d60af31bb46d6a"
8668 },
8669 "dist": {
8670 "type": "zip",
8671 "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/3bff59ea7047e925be6b7f2059d60af31bb46d6a",
8672 "reference": "3bff59ea7047e925be6b7f2059d60af31bb46d6a",
8673 "shasum": ""
8674 },
8675 "require": {
8676 "php": ">=5.3.3",
8677 "symfony/polyfill-mbstring": "^1.3",
8678 "symfony/polyfill-php72": "^1.10"
8679 },
8680 "suggest": {
8681 "ext-intl": "For best performance"
8682 },
8683 "type": "library",
8684 "extra": {
8685 "branch-alias": {
8686 "dev-master": "1.17-dev"
8687 }
8688 },
8689 "autoload": {
8690 "psr-4": {
8691 "Symfony\\Polyfill\\Intl\\Idn\\": ""
8692 },
8693 "files": [
8694 "bootstrap.php"
8695 ]
8696 },
8697 "notification-url": "https://packagist.org/downloads/",
8698 "license": [
8699 "MIT"
8700 ],
8701 "authors": [
8702 {
8703 "name": "Laurent Bassin",
8704 "email": "laurent@bassin.info"
8705 },
8706 {
8707 "name": "Symfony Community",
8708 "homepage": "https://symfony.com/contributors"
8709 }
8710 ],
8711 "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
8712 "homepage": "https://symfony.com",
8713 "keywords": [
8714 "compatibility",
8715 "idn",
8716 "intl",
8717 "polyfill",
8718 "portable",
8719 "shim"
8720 ],
8721 "time": "2020-05-12T16:47:27+00:00"
8722 },
8723 {
8724 "name": "symfony/polyfill-mbstring",
8725 "version": "v1.17.0",
8726 "source": {
8727 "type": "git",
8728 "url": "https://github.com/symfony/polyfill-mbstring.git",
8729 "reference": "fa79b11539418b02fc5e1897267673ba2c19419c"
8730 },
8731 "dist": {
8732 "type": "zip",
8733 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/fa79b11539418b02fc5e1897267673ba2c19419c",
8734 "reference": "fa79b11539418b02fc5e1897267673ba2c19419c",
8735 "shasum": ""
8736 },
8737 "require": {
8738 "php": ">=5.3.3"
8739 },
8740 "suggest": {
8741 "ext-mbstring": "For best performance"
8742 },
8743 "type": "library",
8744 "extra": {
8745 "branch-alias": {
8746 "dev-master": "1.17-dev"
8747 }
8748 },
8749 "autoload": {
8750 "psr-4": {
8751 "Symfony\\Polyfill\\Mbstring\\": ""
8752 },
8753 "files": [
8754 "bootstrap.php"
8755 ]
8756 },
8757 "notification-url": "https://packagist.org/downloads/",
8758 "license": [
8759 "MIT"
8760 ],
8761 "authors": [
8762 {
8763 "name": "Nicolas Grekas",
8764 "email": "p@tchwork.com"
8765 },
8766 {
8767 "name": "Symfony Community",
8768 "homepage": "https://symfony.com/contributors"
8769 }
8770 ],
8771 "description": "Symfony polyfill for the Mbstring extension",
8772 "homepage": "https://symfony.com",
8773 "keywords": [
8774 "compatibility",
8775 "mbstring",
8776 "polyfill",
8777 "portable",
8778 "shim"
8779 ],
8780 "time": "2020-05-12T16:47:27+00:00"
8781 },
8782 {
8783 "name": "symfony/polyfill-php56",
8784 "version": "v1.17.0",
8785 "source": {
8786 "type": "git",
8787 "url": "https://github.com/symfony/polyfill-php56.git",
8788 "reference": "e3c8c138280cdfe4b81488441555583aa1984e23"
8789 },
8790 "dist": {
8791 "type": "zip",
8792 "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/e3c8c138280cdfe4b81488441555583aa1984e23",
8793 "reference": "e3c8c138280cdfe4b81488441555583aa1984e23",
8794 "shasum": ""
8795 },
8796 "require": {
8797 "php": ">=5.3.3",
8798 "symfony/polyfill-util": "~1.0"
8799 },
8800 "type": "library",
8801 "extra": {
8802 "branch-alias": {
8803 "dev-master": "1.17-dev"
8804 }
8805 },
8806 "autoload": {
8807 "psr-4": {
8808 "Symfony\\Polyfill\\Php56\\": ""
8809 },
8810 "files": [
8811 "bootstrap.php"
8812 ]
8813 },
8814 "notification-url": "https://packagist.org/downloads/",
8815 "license": [
8816 "MIT"
8817 ],
8818 "authors": [
8819 {
8820 "name": "Nicolas Grekas",
8821 "email": "p@tchwork.com"
8822 },
8823 {
8824 "name": "Symfony Community",
8825 "homepage": "https://symfony.com/contributors"
8826 }
8827 ],
8828 "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions",
8829 "homepage": "https://symfony.com",
8830 "keywords": [
8831 "compatibility",
8832 "polyfill",
8833 "portable",
8834 "shim"
8835 ],
8836 "time": "2020-05-12T16:47:27+00:00"
8837 },
8838 {
8839 "name": "symfony/polyfill-php70",
8840 "version": "v1.17.0",
8841 "source": {
8842 "type": "git",
8843 "url": "https://github.com/symfony/polyfill-php70.git",
8844 "reference": "82225c2d7d23d7e70515496d249c0152679b468e"
8845 },
8846 "dist": {
8847 "type": "zip",
8848 "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/82225c2d7d23d7e70515496d249c0152679b468e",
8849 "reference": "82225c2d7d23d7e70515496d249c0152679b468e",
8850 "shasum": ""
8851 },
8852 "require": {
8853 "paragonie/random_compat": "~1.0|~2.0|~9.99",
8854 "php": ">=5.3.3"
8855 },
8856 "type": "library",
8857 "extra": {
8858 "branch-alias": {
8859 "dev-master": "1.17-dev"
8860 }
8861 },
8862 "autoload": {
8863 "psr-4": {
8864 "Symfony\\Polyfill\\Php70\\": ""
8865 },
8866 "files": [
8867 "bootstrap.php"
8868 ],
8869 "classmap": [
8870 "Resources/stubs"
8871 ]
8872 },
8873 "notification-url": "https://packagist.org/downloads/",
8874 "license": [
8875 "MIT"
8876 ],
8877 "authors": [
8878 {
8879 "name": "Nicolas Grekas",
8880 "email": "p@tchwork.com"
8881 },
8882 {
8883 "name": "Symfony Community",
8884 "homepage": "https://symfony.com/contributors"
8885 }
8886 ],
8887 "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
8888 "homepage": "https://symfony.com",
8889 "keywords": [
8890 "compatibility",
8891 "polyfill",
8892 "portable",
8893 "shim"
8894 ],
8895 "time": "2020-05-12T16:47:27+00:00"
8896 },
8897 {
8898 "name": "symfony/polyfill-php72",
8899 "version": "v1.17.0",
8900 "source": {
8901 "type": "git",
8902 "url": "https://github.com/symfony/polyfill-php72.git",
8903 "reference": "f048e612a3905f34931127360bdd2def19a5e582"
8904 },
8905 "dist": {
8906 "type": "zip",
8907 "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/f048e612a3905f34931127360bdd2def19a5e582",
8908 "reference": "f048e612a3905f34931127360bdd2def19a5e582",
8909 "shasum": ""
8910 },
8911 "require": {
8912 "php": ">=5.3.3"
8913 },
8914 "type": "library",
8915 "extra": {
8916 "branch-alias": {
8917 "dev-master": "1.17-dev"
8918 }
8919 },
8920 "autoload": {
8921 "psr-4": {
8922 "Symfony\\Polyfill\\Php72\\": ""
8923 },
8924 "files": [
8925 "bootstrap.php"
8926 ]
8927 },
8928 "notification-url": "https://packagist.org/downloads/",
8929 "license": [
8930 "MIT"
8931 ],
8932 "authors": [
8933 {
8934 "name": "Nicolas Grekas",
8935 "email": "p@tchwork.com"
8936 },
8937 {
8938 "name": "Symfony Community",
8939 "homepage": "https://symfony.com/contributors"
8940 }
8941 ],
8942 "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
8943 "homepage": "https://symfony.com",
8944 "keywords": [
8945 "compatibility",
8946 "polyfill",
8947 "portable",
8948 "shim"
8949 ],
8950 "time": "2020-05-12T16:47:27+00:00"
8951 },
8952 {
8953 "name": "symfony/polyfill-php73",
8954 "version": "v1.17.0",
8955 "source": {
8956 "type": "git",
8957 "url": "https://github.com/symfony/polyfill-php73.git",
8958 "reference": "a760d8964ff79ab9bf057613a5808284ec852ccc"
8959 },
8960 "dist": {
8961 "type": "zip",
8962 "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/a760d8964ff79ab9bf057613a5808284ec852ccc",
8963 "reference": "a760d8964ff79ab9bf057613a5808284ec852ccc",
8964 "shasum": ""
8965 },
8966 "require": {
8967 "php": ">=5.3.3"
8968 },
8969 "type": "library",
8970 "extra": {
8971 "branch-alias": {
8972 "dev-master": "1.17-dev"
8973 }
8974 },
8975 "autoload": {
8976 "psr-4": {
8977 "Symfony\\Polyfill\\Php73\\": ""
8978 },
8979 "files": [
8980 "bootstrap.php"
8981 ],
8982 "classmap": [
8983 "Resources/stubs"
8984 ]
8985 },
8986 "notification-url": "https://packagist.org/downloads/",
8987 "license": [
8988 "MIT"
8989 ],
8990 "authors": [
8991 {
8992 "name": "Nicolas Grekas",
8993 "email": "p@tchwork.com"
8994 },
8995 {
8996 "name": "Symfony Community",
8997 "homepage": "https://symfony.com/contributors"
8998 }
8999 ],
9000 "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
9001 "homepage": "https://symfony.com",
9002 "keywords": [
9003 "compatibility",
9004 "polyfill",
9005 "portable",
9006 "shim"
9007 ],
9008 "time": "2020-05-12T16:47:27+00:00"
9009 },
9010 {
9011 "name": "symfony/polyfill-util",
9012 "version": "v1.17.0",
9013 "source": {
9014 "type": "git",
9015 "url": "https://github.com/symfony/polyfill-util.git",
9016 "reference": "4afb4110fc037752cf0ce9869f9ab8162c4e20d7"
9017 },
9018 "dist": {
9019 "type": "zip",
9020 "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/4afb4110fc037752cf0ce9869f9ab8162c4e20d7",
9021 "reference": "4afb4110fc037752cf0ce9869f9ab8162c4e20d7",
9022 "shasum": ""
9023 },
9024 "require": {
9025 "php": ">=5.3.3"
9026 },
9027 "type": "library",
9028 "extra": {
9029 "branch-alias": {
9030 "dev-master": "1.17-dev"
9031 }
9032 },
9033 "autoload": {
9034 "psr-4": {
9035 "Symfony\\Polyfill\\Util\\": ""
9036 }
9037 },
9038 "notification-url": "https://packagist.org/downloads/",
9039 "license": [
9040 "MIT"
9041 ],
9042 "authors": [
9043 {
9044 "name": "Nicolas Grekas",
9045 "email": "p@tchwork.com"
9046 },
9047 {
9048 "name": "Symfony Community",
9049 "homepage": "https://symfony.com/contributors"
9050 }
9051 ],
9052 "description": "Symfony utilities for portability of PHP codes",
9053 "homepage": "https://symfony.com",
9054 "keywords": [
9055 "compat",
9056 "compatibility",
9057 "polyfill",
9058 "shim"
9059 ],
9060 "time": "2020-05-12T16:14:59+00:00"
9061 },
9062 {
9063 "name": "symfony/polyfill-uuid",
9064 "version": "v1.17.0",
9065 "source": {
9066 "type": "git",
9067 "url": "https://github.com/symfony/polyfill-uuid.git",
9068 "reference": "6dbf0269e8aeab8253a5059c51c1760fb4034e87"
9069 },
9070 "dist": {
9071 "type": "zip",
9072 "url": "https://api.github.com/repos/symfony/polyfill-uuid/zipball/6dbf0269e8aeab8253a5059c51c1760fb4034e87",
9073 "reference": "6dbf0269e8aeab8253a5059c51c1760fb4034e87",
9074 "shasum": ""
9075 },
9076 "require": {
9077 "paragonie/random_compat": "~1.0|~2.0|~9.99",
9078 "php": ">=5.3.3"
9079 },
9080 "suggest": {
9081 "ext-uuid": "For best performance"
9082 },
9083 "type": "library",
9084 "extra": {
9085 "branch-alias": {
9086 "dev-master": "1.17-dev"
9087 }
9088 },
9089 "autoload": {
9090 "psr-4": {
9091 "Symfony\\Polyfill\\Uuid\\": ""
9092 },
9093 "files": [
9094 "bootstrap.php"
9095 ]
9096 },
9097 "notification-url": "https://packagist.org/downloads/",
9098 "license": [
9099 "MIT"
9100 ],
9101 "authors": [
9102 {
9103 "name": "Grégoire Pineau",
9104 "email": "lyrixx@lyrixx.info"
9105 },
9106 {
9107 "name": "Symfony Community",
9108 "homepage": "https://symfony.com/contributors"
9109 }
9110 ],
9111 "description": "Symfony polyfill for uuid functions",
9112 "homepage": "https://symfony.com",
9113 "keywords": [
9114 "compatibility",
9115 "polyfill",
9116 "portable",
9117 "uuid"
9118 ],
9119 "time": "2020-05-12T16:47:27+00:00"
9120 },
9121 {
9122 "name": "symfony/service-contracts",
9123 "version": "v1.1.8",
9124 "source": {
9125 "type": "git",
9126 "url": "https://github.com/symfony/service-contracts.git",
9127 "reference": "ffc7f5692092df31515df2a5ecf3b7302b3ddacf"
9128 },
9129 "dist": {
9130 "type": "zip",
9131 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/ffc7f5692092df31515df2a5ecf3b7302b3ddacf",
9132 "reference": "ffc7f5692092df31515df2a5ecf3b7302b3ddacf",
9133 "shasum": ""
9134 },
9135 "require": {
9136 "php": "^7.1.3",
9137 "psr/container": "^1.0"
9138 },
9139 "suggest": {
9140 "symfony/service-implementation": ""
9141 },
9142 "type": "library",
9143 "extra": {
9144 "branch-alias": {
9145 "dev-master": "1.1-dev"
9146 }
9147 },
9148 "autoload": {
9149 "psr-4": {
9150 "Symfony\\Contracts\\Service\\": ""
9151 }
9152 },
9153 "notification-url": "https://packagist.org/downloads/",
9154 "license": [
9155 "MIT"
9156 ],
9157 "authors": [
9158 {
9159 "name": "Nicolas Grekas",
9160 "email": "p@tchwork.com"
9161 },
9162 {
9163 "name": "Symfony Community",
9164 "homepage": "https://symfony.com/contributors"
9165 }
9166 ],
9167 "description": "Generic abstractions related to writing services",
9168 "homepage": "https://symfony.com",
9169 "keywords": [
9170 "abstractions",
9171 "contracts",
9172 "decoupling",
9173 "interfaces",
9174 "interoperability",
9175 "standards"
9176 ],
9177 "time": "2019-10-14T12:27:06+00:00"
9178 },
9179 {
9180 "name": "symfony/swiftmailer-bundle",
9181 "version": "v3.3.1",
9182 "source": {
9183 "type": "git",
9184 "url": "https://github.com/symfony/swiftmailer-bundle.git",
9185 "reference": "defa9bdfc0191ed70b389cb93c550c6c82cf1745"
9186 },
9187 "dist": {
9188 "type": "zip",
9189 "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/defa9bdfc0191ed70b389cb93c550c6c82cf1745",
9190 "reference": "defa9bdfc0191ed70b389cb93c550c6c82cf1745",
9191 "shasum": ""
9192 },
9193 "require": {
9194 "php": ">=7.0.0",
9195 "swiftmailer/swiftmailer": "^6.1.3",
9196 "symfony/config": "^3.4|^4.0|^5.0",
9197 "symfony/dependency-injection": "^3.4|^4.0|^5.0",
9198 "symfony/http-kernel": "^3.4|^4.0|^5.0"
9199 },
9200 "conflict": {
9201 "twig/twig": "<1.41|<2.10"
9202 },
9203 "require-dev": {
9204 "symfony/console": "^3.4|^4.0|^5.0",
9205 "symfony/framework-bundle": "^3.4|^4.0|^5.0",
9206 "symfony/phpunit-bridge": "^3.4.32|^4.3.5|^5.0",
9207 "symfony/yaml": "^3.4|^4.0|^5.0"
9208 },
9209 "suggest": {
9210 "psr/log": "Allows logging"
9211 },
9212 "type": "symfony-bundle",
9213 "extra": {
9214 "branch-alias": {
9215 "dev-master": "3.3-dev"
9216 }
9217 },
9218 "autoload": {
9219 "psr-4": {
9220 "Symfony\\Bundle\\SwiftmailerBundle\\": ""
9221 },
9222 "exclude-from-classmap": [
9223 "/Tests/"
9224 ]
9225 },
9226 "notification-url": "https://packagist.org/downloads/",
9227 "license": [
9228 "MIT"
9229 ],
9230 "authors": [
9231 {
9232 "name": "Fabien Potencier",
9233 "email": "fabien@symfony.com"
9234 },
9235 {
9236 "name": "Symfony Community",
9237 "homepage": "http://symfony.com/contributors"
9238 }
9239 ],
9240 "description": "Symfony SwiftmailerBundle",
9241 "homepage": "http://symfony.com",
9242 "time": "2019-11-07T21:01:35+00:00"
9243 },
9244 {
9245 "name": "symfony/symfony",
9246 "version": "v3.4.41",
9247 "source": {
9248 "type": "git",
9249 "url": "https://github.com/symfony/symfony.git",
9250 "reference": "a72c510fb3bc67d3ba67981178d78be80360ede2"
9251 },
9252 "dist": {
9253 "type": "zip",
9254 "url": "https://api.github.com/repos/symfony/symfony/zipball/a72c510fb3bc67d3ba67981178d78be80360ede2",
9255 "reference": "a72c510fb3bc67d3ba67981178d78be80360ede2",
9256 "shasum": ""
9257 },
9258 "require": {
9259 "doctrine/common": "~2.4",
9260 "ext-xml": "*",
9261 "fig/link-util": "^1.0",
9262 "php": "^5.5.9|>=7.0.8",
9263 "psr/cache": "~1.0",
9264 "psr/container": "^1.0",
9265 "psr/link": "^1.0",
9266 "psr/log": "~1.0",
9267 "psr/simple-cache": "^1.0",
9268 "symfony/polyfill-apcu": "~1.1",
9269 "symfony/polyfill-ctype": "~1.8",
9270 "symfony/polyfill-intl-icu": "~1.0",
9271 "symfony/polyfill-mbstring": "~1.0",
9272 "symfony/polyfill-php56": "~1.0",
9273 "symfony/polyfill-php70": "~1.6",
9274 "twig/twig": "^1.41|^2.10"
9275 },
9276 "conflict": {
9277 "monolog/monolog": ">=2",
9278 "phpdocumentor/reflection-docblock": "<3.0||>=3.2.0,<3.2.2",
9279 "phpdocumentor/type-resolver": "<0.3.0",
9280 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
9281 },
9282 "provide": {
9283 "psr/cache-implementation": "1.0",
9284 "psr/container-implementation": "1.0",
9285 "psr/log-implementation": "1.0",
9286 "psr/simple-cache-implementation": "1.0"
9287 },
9288 "replace": {
9289 "symfony/asset": "self.version",
9290 "symfony/browser-kit": "self.version",
9291 "symfony/cache": "self.version",
9292 "symfony/class-loader": "self.version",
9293 "symfony/config": "self.version",
9294 "symfony/console": "self.version",
9295 "symfony/css-selector": "self.version",
9296 "symfony/debug": "self.version",
9297 "symfony/debug-bundle": "self.version",
9298 "symfony/dependency-injection": "self.version",
9299 "symfony/doctrine-bridge": "self.version",
9300 "symfony/dom-crawler": "self.version",
9301 "symfony/dotenv": "self.version",
9302 "symfony/event-dispatcher": "self.version",
9303 "symfony/expression-language": "self.version",
9304 "symfony/filesystem": "self.version",
9305 "symfony/finder": "self.version",
9306 "symfony/form": "self.version",
9307 "symfony/framework-bundle": "self.version",
9308 "symfony/http-foundation": "self.version",
9309 "symfony/http-kernel": "self.version",
9310 "symfony/inflector": "self.version",
9311 "symfony/intl": "self.version",
9312 "symfony/ldap": "self.version",
9313 "symfony/lock": "self.version",
9314 "symfony/monolog-bridge": "self.version",
9315 "symfony/options-resolver": "self.version",
9316 "symfony/process": "self.version",
9317 "symfony/property-access": "self.version",
9318 "symfony/property-info": "self.version",
9319 "symfony/proxy-manager-bridge": "self.version",
9320 "symfony/routing": "self.version",
9321 "symfony/security": "self.version",
9322 "symfony/security-bundle": "self.version",
9323 "symfony/security-core": "self.version",
9324 "symfony/security-csrf": "self.version",
9325 "symfony/security-guard": "self.version",
9326 "symfony/security-http": "self.version",
9327 "symfony/serializer": "self.version",
9328 "symfony/stopwatch": "self.version",
9329 "symfony/templating": "self.version",
9330 "symfony/translation": "self.version",
9331 "symfony/twig-bridge": "self.version",
9332 "symfony/twig-bundle": "self.version",
9333 "symfony/validator": "self.version",
9334 "symfony/var-dumper": "self.version",
9335 "symfony/web-link": "self.version",
9336 "symfony/web-profiler-bundle": "self.version",
9337 "symfony/web-server-bundle": "self.version",
9338 "symfony/workflow": "self.version",
9339 "symfony/yaml": "self.version"
9340 },
9341 "require-dev": {
9342 "cache/integration-tests": "dev-master",
9343 "doctrine/annotations": "~1.0",
9344 "doctrine/cache": "~1.6",
9345 "doctrine/data-fixtures": "1.0.*",
9346 "doctrine/dbal": "~2.4",
9347 "doctrine/doctrine-bundle": "~1.4",
9348 "doctrine/orm": "~2.4,>=2.4.5",
9349 "egulias/email-validator": "~1.2,>=1.2.8|~2.0",
9350 "monolog/monolog": "~1.11",
9351 "ocramius/proxy-manager": "~0.4|~1.0|~2.0",
9352 "phpdocumentor/reflection-docblock": "^3.0|^4.0",
9353 "predis/predis": "~1.0",
9354 "symfony/phpunit-bridge": "^3.4.31|^4.3.4|~5.0",
9355 "symfony/security-acl": "~2.8|~3.0"
9356 },
9357 "type": "library",
9358 "extra": {
9359 "branch-alias": {
9360 "dev-master": "3.4-dev"
9361 }
9362 },
9363 "autoload": {
9364 "psr-4": {
9365 "Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/",
9366 "Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/",
9367 "Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/",
9368 "Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/",
9369 "Symfony\\Bundle\\": "src/Symfony/Bundle/",
9370 "Symfony\\Component\\": "src/Symfony/Component/"
9371 },
9372 "classmap": [
9373 "src/Symfony/Component/Intl/Resources/stubs"
9374 ],
9375 "exclude-from-classmap": [
9376 "**/Tests/"
9377 ]
9378 },
9379 "notification-url": "https://packagist.org/downloads/",
9380 "license": [
9381 "MIT"
9382 ],
9383 "authors": [
9384 {
9385 "name": "Fabien Potencier",
9386 "email": "fabien@symfony.com"
9387 },
9388 {
9389 "name": "Symfony Community",
9390 "homepage": "https://symfony.com/contributors"
9391 }
9392 ],
9393 "description": "The Symfony PHP framework",
9394 "homepage": "https://symfony.com",
9395 "keywords": [
9396 "framework"
9397 ],
9398 "time": "2020-05-31T05:14:34+00:00"
9399 },
9400 {
9401 "name": "tecnickcom/tcpdf",
9402 "version": "6.3.5",
9403 "source": {
9404 "type": "git",
9405 "url": "https://github.com/tecnickcom/TCPDF.git",
9406 "reference": "19a535eaa7fb1c1cac499109deeb1a7a201b4549"
9407 },
9408 "dist": {
9409 "type": "zip",
9410 "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/19a535eaa7fb1c1cac499109deeb1a7a201b4549",
9411 "reference": "19a535eaa7fb1c1cac499109deeb1a7a201b4549",
9412 "shasum": ""
9413 },
9414 "require": {
9415 "php": ">=5.3.0"
9416 },
9417 "type": "library",
9418 "autoload": {
9419 "classmap": [
9420 "config",
9421 "include",
9422 "tcpdf.php",
9423 "tcpdf_parser.php",
9424 "tcpdf_import.php",
9425 "tcpdf_barcodes_1d.php",
9426 "tcpdf_barcodes_2d.php",
9427 "include/tcpdf_colors.php",
9428 "include/tcpdf_filters.php",
9429 "include/tcpdf_font_data.php",
9430 "include/tcpdf_fonts.php",
9431 "include/tcpdf_images.php",
9432 "include/tcpdf_static.php",
9433 "include/barcodes/datamatrix.php",
9434 "include/barcodes/pdf417.php",
9435 "include/barcodes/qrcode.php"
9436 ]
9437 },
9438 "notification-url": "https://packagist.org/downloads/",
9439 "license": [
9440 "LGPL-3.0-only"
9441 ],
9442 "authors": [
9443 {
9444 "name": "Nicola Asuni",
9445 "email": "info@tecnick.com",
9446 "role": "lead"
9447 }
9448 ],
9449 "description": "TCPDF is a PHP class for generating PDF documents and barcodes.",
9450 "homepage": "http://www.tcpdf.org/",
9451 "keywords": [
9452 "PDFD32000-2008",
9453 "TCPDF",
9454 "barcodes",
9455 "datamatrix",
9456 "pdf",
9457 "pdf417",
9458 "qrcode"
9459 ],
9460 "time": "2020-02-14T14:20:12+00:00"
9461 },
9462 {
9463 "name": "true/punycode",
9464 "version": "v2.1.1",
9465 "source": {
9466 "type": "git",
9467 "url": "https://github.com/true/php-punycode.git",
9468 "reference": "a4d0c11a36dd7f4e7cd7096076cab6d3378a071e"
9469 },
9470 "dist": {
9471 "type": "zip",
9472 "url": "https://api.github.com/repos/true/php-punycode/zipball/a4d0c11a36dd7f4e7cd7096076cab6d3378a071e",
9473 "reference": "a4d0c11a36dd7f4e7cd7096076cab6d3378a071e",
9474 "shasum": ""
9475 },
9476 "require": {
9477 "php": ">=5.3.0",
9478 "symfony/polyfill-mbstring": "^1.3"
9479 },
9480 "require-dev": {
9481 "phpunit/phpunit": "~4.7",
9482 "squizlabs/php_codesniffer": "~2.0"
9483 },
9484 "type": "library",
9485 "autoload": {
9486 "psr-4": {
9487 "TrueBV\\": "src/"
9488 }
9489 },
9490 "notification-url": "https://packagist.org/downloads/",
9491 "license": [
9492 "MIT"
9493 ],
9494 "authors": [
9495 {
9496 "name": "Renan Gonçalves",
9497 "email": "renan.saddam@gmail.com"
9498 }
9499 ],
9500 "description": "A Bootstring encoding of Unicode for Internationalized Domain Names in Applications (IDNA)",
9501 "homepage": "https://github.com/true/php-punycode",
9502 "keywords": [
9503 "idna",
9504 "punycode"
9505 ],
9506 "time": "2016-11-16T10:37:54+00:00"
9507 },
9508 {
9509 "name": "twig/extensions",
9510 "version": "v1.5.4",
9511 "source": {
9512 "type": "git",
9513 "url": "https://github.com/twigphp/Twig-extensions.git",
9514 "reference": "57873c8b0c1be51caa47df2cdb824490beb16202"
9515 },
9516 "dist": {
9517 "type": "zip",
9518 "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/57873c8b0c1be51caa47df2cdb824490beb16202",
9519 "reference": "57873c8b0c1be51caa47df2cdb824490beb16202",
9520 "shasum": ""
9521 },
9522 "require": {
9523 "twig/twig": "^1.27|^2.0"
9524 },
9525 "require-dev": {
9526 "symfony/phpunit-bridge": "^3.4",
9527 "symfony/translation": "^2.7|^3.4"
9528 },
9529 "suggest": {
9530 "symfony/translation": "Allow the time_diff output to be translated"
9531 },
9532 "type": "library",
9533 "extra": {
9534 "branch-alias": {
9535 "dev-master": "1.5-dev"
9536 }
9537 },
9538 "autoload": {
9539 "psr-0": {
9540 "Twig_Extensions_": "lib/"
9541 },
9542 "psr-4": {
9543 "Twig\\Extensions\\": "src/"
9544 }
9545 },
9546 "notification-url": "https://packagist.org/downloads/",
9547 "license": [
9548 "MIT"
9549 ],
9550 "authors": [
9551 {
9552 "name": "Fabien Potencier",
9553 "email": "fabien@symfony.com"
9554 }
9555 ],
9556 "description": "Common additional features for Twig that do not directly belong in core",
9557 "keywords": [
9558 "i18n",
9559 "text"
9560 ],
9561 "time": "2018-12-05T18:34:18+00:00"
9562 },
9563 {
9564 "name": "twig/twig",
9565 "version": "v2.12.5",
9566 "source": {
9567 "type": "git",
9568 "url": "https://github.com/twigphp/Twig.git",
9569 "reference": "18772e0190734944277ee97a02a9a6c6555fcd94"
9570 },
9571 "dist": {
9572 "type": "zip",
9573 "url": "https://api.github.com/repos/twigphp/Twig/zipball/18772e0190734944277ee97a02a9a6c6555fcd94",
9574 "reference": "18772e0190734944277ee97a02a9a6c6555fcd94",
9575 "shasum": ""
9576 },
9577 "require": {
9578 "php": "^7.0",
9579 "symfony/polyfill-ctype": "^1.8",
9580 "symfony/polyfill-mbstring": "^1.3"
9581 },
9582 "require-dev": {
9583 "psr/container": "^1.0",
9584 "symfony/phpunit-bridge": "^4.4|^5.0"
9585 },
9586 "type": "library",
9587 "extra": {
9588 "branch-alias": {
9589 "dev-master": "2.12-dev"
9590 }
9591 },
9592 "autoload": {
9593 "psr-0": {
9594 "Twig_": "lib/"
9595 },
9596 "psr-4": {
9597 "Twig\\": "src/"
9598 }
9599 },
9600 "notification-url": "https://packagist.org/downloads/",
9601 "license": [
9602 "BSD-3-Clause"
9603 ],
9604 "authors": [
9605 {
9606 "name": "Fabien Potencier",
9607 "email": "fabien@symfony.com",
9608 "homepage": "http://fabien.potencier.org",
9609 "role": "Lead Developer"
9610 },
9611 {
9612 "name": "Twig Team",
9613 "role": "Contributors"
9614 },
9615 {
9616 "name": "Armin Ronacher",
9617 "email": "armin.ronacher@active-4.com",
9618 "role": "Project Founder"
9619 }
9620 ],
9621 "description": "Twig, the flexible, fast, and secure template language for PHP",
9622 "homepage": "https://twig.symfony.com",
9623 "keywords": [
9624 "templating"
9625 ],
9626 "time": "2020-02-11T15:31:23+00:00"
9627 },
9628 {
9629 "name": "wallabag/php-mobi",
9630 "version": "1.1.0",
9631 "source": {
9632 "type": "git",
9633 "url": "https://github.com/wallabag/php-mobi.git",
9634 "reference": "bfe9c18d038e5ca24664cfdab107a645ac57c9b5"
9635 },
9636 "dist": {
9637 "type": "zip",
9638 "url": "https://api.github.com/repos/wallabag/php-mobi/zipball/bfe9c18d038e5ca24664cfdab107a645ac57c9b5",
9639 "reference": "bfe9c18d038e5ca24664cfdab107a645ac57c9b5",
9640 "shasum": ""
9641 },
9642 "require": {
9643 "php": ">=5.3.0",
9644 "symfony/polyfill-mbstring": "^1.12"
9645 },
9646 "type": "library",
9647 "autoload": {
9648 "files": [
9649 "MOBIClass/MOBI.php"
9650 ]
9651 },
9652 "notification-url": "https://packagist.org/downloads/",
9653 "license": [
9654 "Apache-2.0"
9655 ],
9656 "authors": [
9657 {
9658 "name": "Sander Kromwijk",
9659 "email": "s.kromwijk@gmail.co",
9660 "role": "Original developer"
9661 },
9662 {
9663 "name": "Nicolas Lœuillet",
9664 "email": "nicolas@loeuillet.org",
9665 "homepage": "http://www.cdetc.fr"
9666 }
9667 ],
9668 "description": "A Mobipocket file (.mobi) creator in PHP.",
9669 "homepage": "https://github.com/wallabag/php-mobi",
9670 "time": "2019-08-08T12:26:23+00:00"
9671 },
9672 {
9673 "name": "wallabag/phpepub",
9674 "version": "4.0.7.2",
9675 "source": {
9676 "type": "git",
9677 "url": "https://github.com/wallabag/PHPePub.git",
9678 "reference": "ae4861e970fed1c6ae9ed85eefe03ac7c0113518"
9679 },
9680 "dist": {
9681 "type": "zip",
9682 "url": "https://api.github.com/repos/wallabag/PHPePub/zipball/ae4861e970fed1c6ae9ed85eefe03ac7c0113518",
9683 "reference": "ae4861e970fed1c6ae9ed85eefe03ac7c0113518",
9684 "shasum": ""
9685 },
9686 "require": {
9687 "grandt/phpresizegif": "~1.0.3",
9688 "grandt/relativepath": "~1.0.1",
9689 "masterminds/html5": "~2.3",
9690 "php": ">=5.3.0",
9691 "phpzip/phpzip": "~2.0.7"
9692 },
9693 "type": "library",
9694 "autoload": {
9695 "psr-4": {
9696 "PHPePub\\": "src/PHPePub"
9697 },
9698 "classmap": [
9699 "src/lib.uuid.php"
9700 ]
9701 },
9702 "notification-url": "https://packagist.org/downloads/",
9703 "license": [
9704 "LGPL-2.1"
9705 ],
9706 "authors": [
9707 {
9708 "name": "A. Grandt",
9709 "email": "php@grandt.com",
9710 "homepage": "http://grandt.com",
9711 "role": "Developer"
9712 },
9713 {
9714 "name": "An, Hyeong-woo",
9715 "email": "mail@mytory.net",
9716 "homepage": "https://mytory.net",
9717 "role": "Contributor"
9718 },
9719 {
9720 "name": "Daniel Berthereau",
9721 "email": "daniel.composer@berthereau.net",
9722 "role": "Contributor"
9723 },
9724 {
9725 "name": "Kevin Decherf",
9726 "homepage": "https://kdecherf.com",
9727 "role": "Contributor"
9728 }
9729 ],
9730 "description": "Package to create and stream e-books in the ePub 2.0 and 3.0 formats.",
9731 "homepage": "https://github.com/wallabag/PHPePub",
9732 "keywords": [
9733 "e-book",
9734 "epub"
9735 ],
9736 "time": "2020-03-22T16:24:31+00:00"
9737 },
9738 {
9739 "name": "white-october/pagerfanta-bundle",
9740 "version": "v1.3.2",
9741 "source": {
9742 "type": "git",
9743 "url": "https://github.com/whiteoctober/WhiteOctoberPagerfantaBundle.git",
9744 "reference": "6df560869b5e09a3acf920890ab40598998b30ae"
9745 },
9746 "dist": {
9747 "type": "zip",
9748 "url": "https://api.github.com/repos/whiteoctober/WhiteOctoberPagerfantaBundle/zipball/6df560869b5e09a3acf920890ab40598998b30ae",
9749 "reference": "6df560869b5e09a3acf920890ab40598998b30ae",
9750 "shasum": ""
9751 },
9752 "require": {
9753 "pagerfanta/pagerfanta": "^1.1.0|^2.0.0",
9754 "php": ">=5.3.3",
9755 "symfony/framework-bundle": "~2.3|~3.0|~4.0",
9756 "symfony/property-access": "~2.3|~3.0|~4.0",
9757 "symfony/translation": "~2.3|~3.0|~4.0",
9758 "symfony/twig-bundle": "~2.3|~3.0|~4.0"
9759 },
9760 "conflict": {
9761 "twig/twig": "<1.34|>=2.0,<2.4"
9762 },
9763 "require-dev": {
9764 "phpunit/phpunit": "~3.7|~4.0|^5.0",
9765 "symfony/symfony": "~2.3|~3.0|~4.0"
9766 },
9767 "type": "symfony-bundle",
9768 "extra": {
9769 "branch-alias": {
9770 "dev-master": "1.0.x-dev"
9771 }
9772 },
9773 "autoload": {
9774 "psr-4": {
9775 "WhiteOctober\\PagerfantaBundle\\": ""
9776 },
9777 "exclude-from-classmap": [
9778 "Tests/",
9779 "TestsProject/"
9780 ]
9781 },
9782 "notification-url": "https://packagist.org/downloads/",
9783 "license": [
9784 "MIT"
9785 ],
9786 "authors": [
9787 {
9788 "name": "Pablo Díez",
9789 "email": "pablodip@gmail.com"
9790 }
9791 ],
9792 "description": "Bundle to use Pagerfanta with Symfony2",
9793 "keywords": [
9794 "page",
9795 "paging"
9796 ],
9797 "time": "2019-12-02T14:19:37+00:00"
9798 },
9799 {
9800 "name": "willdurand/hateoas",
9801 "version": "2.12.0",
9802 "source": {
9803 "type": "git",
9804 "url": "https://github.com/willdurand/Hateoas.git",
9805 "reference": "71b1af62b398dc9a870ac0b16c84bdc23a76a5c5"
9806 },
9807 "dist": {
9808 "type": "zip",
9809 "url": "https://api.github.com/repos/willdurand/Hateoas/zipball/71b1af62b398dc9a870ac0b16c84bdc23a76a5c5",
9810 "reference": "71b1af62b398dc9a870ac0b16c84bdc23a76a5c5",
9811 "shasum": ""
9812 },
9813 "require": {
9814 "doctrine/annotations": "~1.0",
9815 "doctrine/common": "~2.0",
9816 "jms/metadata": "~1.1",
9817 "jms/serializer": "^1.7",
9818 "php": "^5.5|^7.0",
9819 "phpoption/phpoption": ">=1.1.0,<2.0-dev",
9820 "symfony/expression-language": "~2.4 || ~3.0 || ~4.0"
9821 },
9822 "require-dev": {
9823 "pagerfanta/pagerfanta": "~1.0",
9824 "phpunit/phpunit": "~5",
9825 "symfony/dependency-injection": "~2.4 || ~3.0 || ~4.0",
9826 "symfony/routing": "~2.4 || ~3.0 || ~4.0",
9827 "symfony/yaml": "~2.4 || ~3.0 || ~4.0",
9828 "twig/twig": "~1.12"
9829 },
9830 "suggest": {
9831 "symfony/routing": "To use the SymfonyRouteFactory.",
9832 "symfony/yaml": "To use yaml based configuration.",
9833 "twig/twig": "To use the Twig extensions."
9834 },
9835 "type": "library",
9836 "extra": {
9837 "branch-alias": {
9838 "dev-master": "2.12-dev"
9839 }
9840 },
9841 "autoload": {
9842 "psr-0": {
9843 "Hateoas": "src/"
9844 }
9845 },
9846 "notification-url": "https://packagist.org/downloads/",
9847 "license": [
9848 "MIT"
9849 ],
9850 "authors": [
9851 {
9852 "name": "Adrien Brault",
9853 "email": "adrien.brault@gmail.com"
9854 },
9855 {
9856 "name": "William DURAND",
9857 "email": "william.durand1@gmail.com"
9858 }
9859 ],
9860 "description": "A PHP library to support implementing representations for HATEOAS REST web services",
9861 "time": "2018-02-23T17:05:31+00:00"
9862 },
9863 {
9864 "name": "willdurand/hateoas-bundle",
9865 "version": "1.4.0",
9866 "source": {
9867 "type": "git",
9868 "url": "https://github.com/willdurand/BazingaHateoasBundle.git",
9869 "reference": "d1f915fd4f8a7cd43a88a0ce97ffb28abe3a94fa"
9870 },
9871 "dist": {
9872 "type": "zip",
9873 "url": "https://api.github.com/repos/willdurand/BazingaHateoasBundle/zipball/d1f915fd4f8a7cd43a88a0ce97ffb28abe3a94fa",
9874 "reference": "d1f915fd4f8a7cd43a88a0ce97ffb28abe3a94fa",
9875 "shasum": ""
9876 },
9877 "require": {
9878 "jms/serializer-bundle": "~1.0 || ^2.0",
9879 "php": ">5.4 |^7.0",
9880 "symfony/framework-bundle": "~2.3 || ~3.0 || ~4.0",
9881 "willdurand/hateoas": "^2.10.0"
9882 },
9883 "require-dev": {
9884 "phpunit/phpunit": "~4.5 || ~5.0",
9885 "symfony/expression-language": "~2.4 || ~3.0 || ~4.0",
9886 "symfony/stopwatch": "~2.4 || ~3.0 || ~4.0",
9887 "twig/twig": "~1.12"
9888 },
9889 "type": "symfony-bundle",
9890 "extra": {
9891 "branch-alias": {
9892 "dev-master": "1.4-dev"
9893 }
9894 },
9895 "autoload": {
9896 "psr-4": {
9897 "Bazinga\\Bundle\\HateoasBundle\\": ""
9898 }
9899 },
9900 "notification-url": "https://packagist.org/downloads/",
9901 "license": [
9902 "MIT"
9903 ],
9904 "authors": [
9905 {
9906 "name": "William DURAND",
9907 "email": "william.durand1@gmail.com"
9908 }
9909 ],
9910 "description": "Integration of Hateoas into Symfony2.",
9911 "keywords": [
9912 "HATEOAS",
9913 "rest"
9914 ],
9915 "time": "2018-01-27T13:03:07+00:00"
9916 },
9917 {
9918 "name": "willdurand/jsonp-callback-validator",
9919 "version": "v1.1.0",
9920 "source": {
9921 "type": "git",
9922 "url": "https://github.com/willdurand/JsonpCallbackValidator.git",
9923 "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909"
9924 },
9925 "dist": {
9926 "type": "zip",
9927 "url": "https://api.github.com/repos/willdurand/JsonpCallbackValidator/zipball/1a7d388bb521959e612ef50c5c7b1691b097e909",
9928 "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909",
9929 "shasum": ""
9930 },
9931 "require": {
9932 "php": ">=5.3.0"
9933 },
9934 "require-dev": {
9935 "phpunit/phpunit": "~3.7"
9936 },
9937 "type": "library",
9938 "autoload": {
9939 "psr-0": {
9940 "JsonpCallbackValidator": "src/"
9941 }
9942 },
9943 "notification-url": "https://packagist.org/downloads/",
9944 "license": [
9945 "MIT"
9946 ],
9947 "authors": [
9948 {
9949 "name": "William Durand",
9950 "email": "william.durand1@gmail.com",
9951 "homepage": "http://www.willdurand.fr"
9952 }
9953 ],
9954 "description": "JSONP callback validator.",
9955 "time": "2014-01-20T22:35:06+00:00"
9956 },
9957 {
9958 "name": "willdurand/negotiation",
9959 "version": "v2.3.1",
9960 "source": {
9961 "type": "git",
9962 "url": "https://github.com/willdurand/Negotiation.git",
9963 "reference": "03436ededa67c6e83b9b12defac15384cb399dc9"
9964 },
9965 "dist": {
9966 "type": "zip",
9967 "url": "https://api.github.com/repos/willdurand/Negotiation/zipball/03436ededa67c6e83b9b12defac15384cb399dc9",
9968 "reference": "03436ededa67c6e83b9b12defac15384cb399dc9",
9969 "shasum": ""
9970 },
9971 "require": {
9972 "php": ">=5.4.0"
9973 },
9974 "require-dev": {
9975 "phpunit/phpunit": "~4.5"
9976 },
9977 "type": "library",
9978 "extra": {
9979 "branch-alias": {
9980 "dev-master": "2.3-dev"
9981 }
9982 },
9983 "autoload": {
9984 "psr-4": {
9985 "Negotiation\\": "src/Negotiation"
9986 }
9987 },
9988 "notification-url": "https://packagist.org/downloads/",
9989 "license": [
9990 "MIT"
9991 ],
9992 "authors": [
9993 {
9994 "name": "William Durand",
9995 "email": "will+git@drnd.me"
9996 }
9997 ],
9998 "description": "Content Negotiation tools for PHP provided as a standalone library.",
9999 "homepage": "http://williamdurand.fr/Negotiation/",
10000 "keywords": [
10001 "accept",
10002 "content",
10003 "format",
10004 "header",
10005 "negotiation"
10006 ],
10007 "time": "2017-05-14T17:21:12+00:00"
10008 }
10009 ],
10010 "packages-dev": [
10011 {
10012 "name": "composer/semver",
10013 "version": "1.5.1",
10014 "source": {
10015 "type": "git",
10016 "url": "https://github.com/composer/semver.git",
10017 "reference": "c6bea70230ef4dd483e6bbcab6005f682ed3a8de"
10018 },
10019 "dist": {
10020 "type": "zip",
10021 "url": "https://api.github.com/repos/composer/semver/zipball/c6bea70230ef4dd483e6bbcab6005f682ed3a8de",
10022 "reference": "c6bea70230ef4dd483e6bbcab6005f682ed3a8de",
10023 "shasum": ""
10024 },
10025 "require": {
10026 "php": "^5.3.2 || ^7.0"
10027 },
10028 "require-dev": {
10029 "phpunit/phpunit": "^4.5 || ^5.0.5"
10030 },
10031 "type": "library",
10032 "extra": {
10033 "branch-alias": {
10034 "dev-master": "1.x-dev"
10035 }
10036 },
10037 "autoload": {
10038 "psr-4": {
10039 "Composer\\Semver\\": "src"
10040 }
10041 },
10042 "notification-url": "https://packagist.org/downloads/",
10043 "license": [
10044 "MIT"
10045 ],
10046 "authors": [
10047 {
10048 "name": "Nils Adermann",
10049 "email": "naderman@naderman.de",
10050 "homepage": "http://www.naderman.de"
10051 },
10052 {
10053 "name": "Jordi Boggiano",
10054 "email": "j.boggiano@seld.be",
10055 "homepage": "http://seld.be"
10056 },
10057 {
10058 "name": "Rob Bast",
10059 "email": "rob.bast@gmail.com",
10060 "homepage": "http://robbast.nl"
10061 }
10062 ],
10063 "description": "Semver library that offers utilities, version constraint parsing and validation.",
10064 "keywords": [
10065 "semantic",
10066 "semver",
10067 "validation",
10068 "versioning"
10069 ],
10070 "time": "2020-01-13T12:06:48+00:00"
10071 },
10072 {
10073 "name": "composer/xdebug-handler",
10074 "version": "1.4.1",
10075 "source": {
10076 "type": "git",
10077 "url": "https://github.com/composer/xdebug-handler.git",
10078 "reference": "1ab9842d69e64fb3a01be6b656501032d1b78cb7"
10079 },
10080 "dist": {
10081 "type": "zip",
10082 "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/1ab9842d69e64fb3a01be6b656501032d1b78cb7",
10083 "reference": "1ab9842d69e64fb3a01be6b656501032d1b78cb7",
10084 "shasum": ""
10085 },
10086 "require": {
10087 "php": "^5.3.2 || ^7.0 || ^8.0",
10088 "psr/log": "^1.0"
10089 },
10090 "require-dev": {
10091 "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8"
10092 },
10093 "type": "library",
10094 "autoload": {
10095 "psr-4": {
10096 "Composer\\XdebugHandler\\": "src"
10097 }
10098 },
10099 "notification-url": "https://packagist.org/downloads/",
10100 "license": [
10101 "MIT"
10102 ],
10103 "authors": [
10104 {
10105 "name": "John Stevenson",
10106 "email": "john-stevenson@blueyonder.co.uk"
10107 }
10108 ],
10109 "description": "Restarts a process without Xdebug.",
10110 "keywords": [
10111 "Xdebug",
10112 "performance"
10113 ],
10114 "time": "2020-03-01T12:26:26+00:00"
10115 },
10116 {
10117 "name": "dama/doctrine-test-bundle",
10118 "version": "v5.0.3",
10119 "source": {
10120 "type": "git",
10121 "url": "https://github.com/dmaicher/doctrine-test-bundle.git",
10122 "reference": "29882b0d1a815f4819126ef714931bb24a31cbaa"
10123 },
10124 "dist": {
10125 "type": "zip",
10126 "url": "https://api.github.com/repos/dmaicher/doctrine-test-bundle/zipball/29882b0d1a815f4819126ef714931bb24a31cbaa",
10127 "reference": "29882b0d1a815f4819126ef714931bb24a31cbaa",
10128 "shasum": ""
10129 },
10130 "require": {
10131 "doctrine/dbal": "~2.5",
10132 "doctrine/doctrine-bundle": "~1.4",
10133 "php": "^7.1",
10134 "symfony/framework-bundle": "~2.7|~3.0|~4.0"
10135 },
10136 "require-dev": {
10137 "phpunit/phpunit": "~6.0|~7.0|~8.0",
10138 "symfony/phpunit-bridge": "~2.8|~3.0|~4.0",
10139 "symfony/yaml": "~2.8|~3.0|~4.0"
10140 },
10141 "type": "symfony-bundle",
10142 "extra": {
10143 "branch-alias": {
10144 "dev-master": "5.1.x-dev"
10145 }
10146 },
10147 "autoload": {
10148 "psr-4": {
10149 "DAMA\\DoctrineTestBundle\\": "src/DAMA/DoctrineTestBundle"
10150 }
10151 },
10152 "notification-url": "https://packagist.org/downloads/",
10153 "license": [
10154 "MIT"
10155 ],
10156 "authors": [
10157 {
10158 "name": "David Maicher",
10159 "email": "mail@dmaicher.de"
10160 }
10161 ],
10162 "description": "Symfony bundle to isolate doctrine database tests and improve test performance",
10163 "keywords": [
10164 "Symfony 3",
10165 "Symfony 4",
10166 "doctrine",
10167 "isolation",
10168 "performance",
10169 "symfony",
10170 "symfony 2",
10171 "tests"
10172 ],
10173 "time": "2019-03-22T10:34:17+00:00"
10174 },
10175 {
10176 "name": "doctrine/data-fixtures",
10177 "version": "1.3.3",
10178 "source": {
10179 "type": "git",
10180 "url": "https://github.com/doctrine/data-fixtures.git",
10181 "reference": "f0ee99c64922fc3f863715232b615c478a61b0a3"
10182 },
10183 "dist": {
10184 "type": "zip",
10185 "url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/f0ee99c64922fc3f863715232b615c478a61b0a3",
10186 "reference": "f0ee99c64922fc3f863715232b615c478a61b0a3",
10187 "shasum": ""
10188 },
10189 "require": {
10190 "doctrine/common": "~2.2",
10191 "php": "^7.1"
10192 },
10193 "conflict": {
10194 "doctrine/phpcr-odm": "<1.3.0"
10195 },
10196 "require-dev": {
10197 "alcaeus/mongo-php-adapter": "^1.1",
10198 "doctrine/dbal": "^2.5.4",
10199 "doctrine/mongodb-odm": "^1.3.0",
10200 "doctrine/orm": "^2.5.4",
10201 "phpunit/phpunit": "^7.0"
10202 },
10203 "suggest": {
10204 "alcaeus/mongo-php-adapter": "For using MongoDB ODM with PHP 7",
10205 "doctrine/mongodb-odm": "For loading MongoDB ODM fixtures",
10206 "doctrine/orm": "For loading ORM fixtures",
10207 "doctrine/phpcr-odm": "For loading PHPCR ODM fixtures"
10208 },
10209 "type": "library",
10210 "extra": {
10211 "branch-alias": {
10212 "dev-master": "1.3.x-dev"
10213 }
10214 },
10215 "autoload": {
10216 "psr-4": {
10217 "Doctrine\\Common\\DataFixtures\\": "lib/Doctrine/Common/DataFixtures"
10218 }
10219 },
10220 "notification-url": "https://packagist.org/downloads/",
10221 "license": [
10222 "MIT"
10223 ],
10224 "authors": [
10225 {
10226 "name": "Jonathan Wage",
10227 "email": "jonwage@gmail.com"
10228 }
10229 ],
10230 "description": "Data Fixtures for all Doctrine Object Managers",
10231 "homepage": "http://www.doctrine-project.org",
10232 "keywords": [
10233 "database"
10234 ],
10235 "time": "2019-10-24T04:52:28+00:00"
10236 },
10237 {
10238 "name": "doctrine/doctrine-fixtures-bundle",
10239 "version": "3.3.1",
10240 "source": {
10241 "type": "git",
10242 "url": "https://github.com/doctrine/DoctrineFixturesBundle.git",
10243 "reference": "39defca57ee0949e1475c46177b30b6d1b732e8f"
10244 },
10245 "dist": {
10246 "type": "zip",
10247 "url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/39defca57ee0949e1475c46177b30b6d1b732e8f",
10248 "reference": "39defca57ee0949e1475c46177b30b6d1b732e8f",
10249 "shasum": ""
10250 },
10251 "require": {
10252 "doctrine/data-fixtures": "^1.3",
10253 "doctrine/doctrine-bundle": "^1.11|^2.0",
10254 "doctrine/orm": "^2.6.0",
10255 "doctrine/persistence": "^1.3",
10256 "php": "^7.1",
10257 "symfony/config": "^3.4|^4.3|^5.0",
10258 "symfony/console": "^3.4|^4.3|^5.0",
10259 "symfony/dependency-injection": "^3.4|^4.3|^5.0",
10260 "symfony/doctrine-bridge": "^3.4|^4.1|^5.0",
10261 "symfony/http-kernel": "^3.4|^4.3|^5.0"
10262 },
10263 "require-dev": {
10264 "doctrine/coding-standard": "^6.0",
10265 "phpunit/phpunit": "^7.4",
10266 "symfony/phpunit-bridge": "^4.1|^5.0"
10267 },
10268 "type": "symfony-bundle",
10269 "extra": {
10270 "branch-alias": {
10271 "dev-master": "3.3.x-dev"
10272 }
10273 },
10274 "autoload": {
10275 "psr-4": {
10276 "Doctrine\\Bundle\\FixturesBundle\\": ""
10277 }
10278 },
10279 "notification-url": "https://packagist.org/downloads/",
10280 "license": [
10281 "MIT"
10282 ],
10283 "authors": [
10284 {
10285 "name": "Fabien Potencier",
10286 "email": "fabien@symfony.com"
10287 },
10288 {
10289 "name": "Doctrine Project",
10290 "homepage": "http://www.doctrine-project.org"
10291 },
10292 {
10293 "name": "Symfony Community",
10294 "homepage": "http://symfony.com/contributors"
10295 }
10296 ],
10297 "description": "Symfony DoctrineFixturesBundle",
10298 "homepage": "http://www.doctrine-project.org",
10299 "keywords": [
10300 "Fixture",
10301 "persistence"
10302 ],
10303 "time": "2020-04-02T16:40:37+00:00"
10304 },
10305 {
10306 "name": "friendsofphp/php-cs-fixer",
10307 "version": "v2.16.3",
10308 "source": {
10309 "type": "git",
10310 "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
10311 "reference": "83baf823a33a1cbd5416c8626935cf3f843c10b0"
10312 },
10313 "dist": {
10314 "type": "zip",
10315 "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/83baf823a33a1cbd5416c8626935cf3f843c10b0",
10316 "reference": "83baf823a33a1cbd5416c8626935cf3f843c10b0",
10317 "shasum": ""
10318 },
10319 "require": {
10320 "composer/semver": "^1.4",
10321 "composer/xdebug-handler": "^1.2",
10322 "doctrine/annotations": "^1.2",
10323 "ext-json": "*",
10324 "ext-tokenizer": "*",
10325 "php": "^5.6 || ^7.0",
10326 "php-cs-fixer/diff": "^1.3",
10327 "symfony/console": "^3.4.17 || ^4.1.6 || ^5.0",
10328 "symfony/event-dispatcher": "^3.0 || ^4.0 || ^5.0",
10329 "symfony/filesystem": "^3.0 || ^4.0 || ^5.0",
10330 "symfony/finder": "^3.0 || ^4.0 || ^5.0",
10331 "symfony/options-resolver": "^3.0 || ^4.0 || ^5.0",
10332 "symfony/polyfill-php70": "^1.0",
10333 "symfony/polyfill-php72": "^1.4",
10334 "symfony/process": "^3.0 || ^4.0 || ^5.0",
10335 "symfony/stopwatch": "^3.0 || ^4.0 || ^5.0"
10336 },
10337 "require-dev": {
10338 "johnkary/phpunit-speedtrap": "^1.1 || ^2.0 || ^3.0",
10339 "justinrainbow/json-schema": "^5.0",
10340 "keradus/cli-executor": "^1.2",
10341 "mikey179/vfsstream": "^1.6",
10342 "php-coveralls/php-coveralls": "^2.1",
10343 "php-cs-fixer/accessible-object": "^1.0",
10344 "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.1",
10345 "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.1",
10346 "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.1",
10347 "phpunitgoodpractices/traits": "^1.8",
10348 "symfony/phpunit-bridge": "^4.3 || ^5.0",
10349 "symfony/yaml": "^3.0 || ^4.0 || ^5.0"
10350 },
10351 "suggest": {
10352 "ext-dom": "For handling output formats in XML",
10353 "ext-mbstring": "For handling non-UTF8 characters in cache signature.",
10354 "php-cs-fixer/phpunit-constraint-isidenticalstring": "For IsIdenticalString constraint.",
10355 "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "For XmlMatchesXsd constraint.",
10356 "symfony/polyfill-mbstring": "When enabling `ext-mbstring` is not possible."
10357 },
10358 "bin": [
10359 "php-cs-fixer"
10360 ],
10361 "type": "application",
10362 "autoload": {
10363 "psr-4": {
10364 "PhpCsFixer\\": "src/"
10365 },
10366 "classmap": [
10367 "tests/Test/AbstractFixerTestCase.php",
10368 "tests/Test/AbstractIntegrationCaseFactory.php",
10369 "tests/Test/AbstractIntegrationTestCase.php",
10370 "tests/Test/Assert/AssertTokensTrait.php",
10371 "tests/Test/IntegrationCase.php",
10372 "tests/Test/IntegrationCaseFactory.php",
10373 "tests/Test/IntegrationCaseFactoryInterface.php",
10374 "tests/Test/InternalIntegrationCaseFactory.php",
10375 "tests/Test/IsIdenticalConstraint.php",
10376 "tests/TestCase.php"
10377 ]
10378 },
10379 "notification-url": "https://packagist.org/downloads/",
10380 "license": [
10381 "MIT"
10382 ],
10383 "authors": [
10384 {
10385 "name": "Fabien Potencier",
10386 "email": "fabien@symfony.com"
10387 },
10388 {
10389 "name": "Dariusz Rumiński",
10390 "email": "dariusz.ruminski@gmail.com"
10391 }
10392 ],
10393 "description": "A tool to automatically fix PHP code style",
10394 "time": "2020-04-15T18:51:10+00:00"
10395 },
10396 {
10397 "name": "m6web/redis-mock",
10398 "version": "v5.0.0",
10399 "source": {
10400 "type": "git",
10401 "url": "https://github.com/M6Web/RedisMock.git",
10402 "reference": "1b7a1bcbb63d636b003643e88f785615e0a316bd"
10403 },
10404 "dist": {
10405 "type": "zip",
10406 "url": "https://api.github.com/repos/M6Web/RedisMock/zipball/1b7a1bcbb63d636b003643e88f785615e0a316bd",
10407 "reference": "1b7a1bcbb63d636b003643e88f785615e0a316bd",
10408 "shasum": ""
10409 },
10410 "require": {
10411 "php": ">=7.1.0"
10412 },
10413 "require-dev": {
10414 "atoum/atoum": "master-dev",
10415 "predis/predis": "~1.1"
10416 },
10417 "type": "library",
10418 "autoload": {
10419 "psr-0": {
10420 "M6Web\\Component\\RedisMock": "src/"
10421 }
10422 },
10423 "notification-url": "https://packagist.org/downloads/",
10424 "license": [
10425 "MIT"
10426 ],
10427 "authors": [
10428 {
10429 "name": "M6Web",
10430 "email": "opensource@m6web.fr",
10431 "homepage": "http://tech.m6web.fr/"
10432 }
10433 ],
10434 "description": "Library providing a PHP mock for Redis",
10435 "keywords": [
10436 "mock",
10437 "redis"
10438 ],
10439 "time": "2020-01-08T08:03:01+00:00"
10440 },
10441 {
10442 "name": "nette/bootstrap",
10443 "version": "v3.0.1",
10444 "source": {
10445 "type": "git",
10446 "url": "https://github.com/nette/bootstrap.git",
10447 "reference": "b45a1e33b6a44beb307756522396551e5a9ff249"
10448 },
10449 "dist": {
10450 "type": "zip",
10451 "url": "https://api.github.com/repos/nette/bootstrap/zipball/b45a1e33b6a44beb307756522396551e5a9ff249",
10452 "reference": "b45a1e33b6a44beb307756522396551e5a9ff249",
10453 "shasum": ""
10454 },
10455 "require": {
10456 "nette/di": "^3.0",
10457 "nette/utils": "^3.0",
10458 "php": ">=7.1"
10459 },
10460 "conflict": {
10461 "tracy/tracy": "<2.6"
10462 },
10463 "require-dev": {
10464 "latte/latte": "^2.2",
10465 "nette/application": "^3.0",
10466 "nette/caching": "^3.0",
10467 "nette/database": "^3.0",
10468 "nette/forms": "^3.0",
10469 "nette/http": "^3.0",
10470 "nette/mail": "^3.0",
10471 "nette/robot-loader": "^3.0",
10472 "nette/safe-stream": "^2.2",
10473 "nette/security": "^3.0",
10474 "nette/tester": "^2.0",
10475 "tracy/tracy": "^2.6"
10476 },
10477 "suggest": {
10478 "nette/robot-loader": "to use Configurator::createRobotLoader()",
10479 "tracy/tracy": "to use Configurator::enableTracy()"
10480 },
10481 "type": "library",
10482 "extra": {
10483 "branch-alias": {
10484 "dev-master": "3.0-dev"
10485 }
10486 },
10487 "autoload": {
10488 "classmap": [
10489 "src/"
10490 ]
10491 },
10492 "notification-url": "https://packagist.org/downloads/",
10493 "license": [
10494 "BSD-3-Clause",
10495 "GPL-2.0",
10496 "GPL-3.0"
10497 ],
10498 "authors": [
10499 {
10500 "name": "David Grudl",
10501 "homepage": "https://davidgrudl.com"
10502 },
10503 {
10504 "name": "Nette Community",
10505 "homepage": "https://nette.org/contributors"
10506 }
10507 ],
10508 "description": "🅱 Nette Bootstrap: the simple way to configure and bootstrap your Nette application.",
10509 "homepage": "https://nette.org",
10510 "keywords": [
10511 "bootstrapping",
10512 "configurator",
10513 "nette"
10514 ],
10515 "time": "2019-09-30T08:19:38+00:00"
10516 },
10517 {
10518 "name": "nette/di",
10519 "version": "v3.0.4",
10520 "source": {
10521 "type": "git",
10522 "url": "https://github.com/nette/di.git",
10523 "reference": "34d3e47ebe96229b7671664893a3b1128c102213"
10524 },
10525 "dist": {
10526 "type": "zip",
10527 "url": "https://api.github.com/repos/nette/di/zipball/34d3e47ebe96229b7671664893a3b1128c102213",
10528 "reference": "34d3e47ebe96229b7671664893a3b1128c102213",
10529 "shasum": ""
10530 },
10531 "require": {
10532 "ext-tokenizer": "*",
10533 "nette/neon": "^3.0",
10534 "nette/php-generator": "^3.3.3",
10535 "nette/robot-loader": "^3.2",
10536 "nette/schema": "^1.0",
10537 "nette/utils": "^3.1",
10538 "php": ">=7.1"
10539 },
10540 "conflict": {
10541 "nette/bootstrap": "<3.0"
10542 },
10543 "require-dev": {
10544 "nette/tester": "^2.2",
10545 "phpstan/phpstan": "^0.12",
10546 "tracy/tracy": "^2.3"
10547 },
10548 "type": "library",
10549 "extra": {
10550 "branch-alias": {
10551 "dev-master": "3.0-dev"
10552 }
10553 },
10554 "autoload": {
10555 "classmap": [
10556 "src/"
10557 ]
10558 },
10559 "notification-url": "https://packagist.org/downloads/",
10560 "license": [
10561 "BSD-3-Clause",
10562 "GPL-2.0-only",
10563 "GPL-3.0-only"
10564 ],
10565 "authors": [
10566 {
10567 "name": "David Grudl",
10568 "homepage": "https://davidgrudl.com"
10569 },
10570 {
10571 "name": "Nette Community",
10572 "homepage": "https://nette.org/contributors"
10573 }
10574 ],
10575 "description": "💎 Nette Dependency Injection Container: Flexible, compiled and full-featured DIC with perfectly usable autowiring and support for all new PHP 7.1 features.",
10576 "homepage": "https://nette.org",
10577 "keywords": [
10578 "compiled",
10579 "di",
10580 "dic",
10581 "factory",
10582 "ioc",
10583 "nette",
10584 "static"
10585 ],
10586 "time": "2020-05-14T10:29:59+00:00"
10587 },
10588 {
10589 "name": "nette/finder",
10590 "version": "v2.5.2",
10591 "source": {
10592 "type": "git",
10593 "url": "https://github.com/nette/finder.git",
10594 "reference": "4ad2c298eb8c687dd0e74ae84206a4186eeaed50"
10595 },
10596 "dist": {
10597 "type": "zip",
10598 "url": "https://api.github.com/repos/nette/finder/zipball/4ad2c298eb8c687dd0e74ae84206a4186eeaed50",
10599 "reference": "4ad2c298eb8c687dd0e74ae84206a4186eeaed50",
10600 "shasum": ""
10601 },
10602 "require": {
10603 "nette/utils": "^2.4 || ^3.0",
10604 "php": ">=7.1"
10605 },
10606 "conflict": {
10607 "nette/nette": "<2.2"
10608 },
10609 "require-dev": {
10610 "nette/tester": "^2.0",
10611 "phpstan/phpstan": "^0.12",
10612 "tracy/tracy": "^2.3"
10613 },
10614 "type": "library",
10615 "extra": {
10616 "branch-alias": {
10617 "dev-master": "2.5-dev"
10618 }
10619 },
10620 "autoload": {
10621 "classmap": [
10622 "src/"
10623 ]
10624 },
10625 "notification-url": "https://packagist.org/downloads/",
10626 "license": [
10627 "BSD-3-Clause",
10628 "GPL-2.0",
10629 "GPL-3.0"
10630 ],
10631 "authors": [
10632 {
10633 "name": "David Grudl",
10634 "homepage": "https://davidgrudl.com"
10635 },
10636 {
10637 "name": "Nette Community",
10638 "homepage": "https://nette.org/contributors"
10639 }
10640 ],
10641 "description": "🔍 Nette Finder: find files and directories with an intuitive API.",
10642 "homepage": "https://nette.org",
10643 "keywords": [
10644 "filesystem",
10645 "glob",
10646 "iterator",
10647 "nette"
10648 ],
10649 "time": "2020-01-03T20:35:40+00:00"
10650 },
10651 {
10652 "name": "nette/neon",
10653 "version": "v3.1.2",
10654 "source": {
10655 "type": "git",
10656 "url": "https://github.com/nette/neon.git",
10657 "reference": "3c3dcbc6bf6c80dc97b1fc4ba9a22ae67930fc0e"
10658 },
10659 "dist": {
10660 "type": "zip",
10661 "url": "https://api.github.com/repos/nette/neon/zipball/3c3dcbc6bf6c80dc97b1fc4ba9a22ae67930fc0e",
10662 "reference": "3c3dcbc6bf6c80dc97b1fc4ba9a22ae67930fc0e",
10663 "shasum": ""
10664 },
10665 "require": {
10666 "ext-iconv": "*",
10667 "ext-json": "*",
10668 "php": ">=7.1"
10669 },
10670 "require-dev": {
10671 "nette/tester": "^2.0",
10672 "phpstan/phpstan": "^0.12",
10673 "tracy/tracy": "^2.3"
10674 },
10675 "type": "library",
10676 "extra": {
10677 "branch-alias": {
10678 "dev-master": "3.1-dev"
10679 }
10680 },
10681 "autoload": {
10682 "classmap": [
10683 "src/"
10684 ]
10685 },
10686 "notification-url": "https://packagist.org/downloads/",
10687 "license": [
10688 "BSD-3-Clause",
10689 "GPL-2.0-only",
10690 "GPL-3.0-only"
10691 ],
10692 "authors": [
10693 {
10694 "name": "David Grudl",
10695 "homepage": "https://davidgrudl.com"
10696 },
10697 {
10698 "name": "Nette Community",
10699 "homepage": "https://nette.org/contributors"
10700 }
10701 ],
10702 "description": "🍸 Nette NEON: encodes and decodes NEON file format.",
10703 "homepage": "https://ne-on.org",
10704 "keywords": [
10705 "export",
10706 "import",
10707 "neon",
10708 "nette",
10709 "yaml"
10710 ],
10711 "time": "2020-03-04T11:47:04+00:00"
10712 },
10713 {
10714 "name": "nette/php-generator",
10715 "version": "v3.3.4",
10716 "source": {
10717 "type": "git",
10718 "url": "https://github.com/nette/php-generator.git",
10719 "reference": "8fe7e699dca7db186f56d75800cb1ec32e39c856"
10720 },
10721 "dist": {
10722 "type": "zip",
10723 "url": "https://api.github.com/repos/nette/php-generator/zipball/8fe7e699dca7db186f56d75800cb1ec32e39c856",
10724 "reference": "8fe7e699dca7db186f56d75800cb1ec32e39c856",
10725 "shasum": ""
10726 },
10727 "require": {
10728 "nette/utils": "^2.4.2 || ^3.0",
10729 "php": ">=7.1"
10730 },
10731 "require-dev": {
10732 "nette/tester": "^2.0",
10733 "phpstan/phpstan": "^0.12",
10734 "tracy/tracy": "^2.3"
10735 },
10736 "type": "library",
10737 "extra": {
10738 "branch-alias": {
10739 "dev-master": "3.3-dev"
10740 }
10741 },
10742 "autoload": {
10743 "classmap": [
10744 "src/"
10745 ]
10746 },
10747 "notification-url": "https://packagist.org/downloads/",
10748 "license": [
10749 "BSD-3-Clause",
10750 "GPL-2.0-only",
10751 "GPL-3.0-only"
10752 ],
10753 "authors": [
10754 {
10755 "name": "David Grudl",
10756 "homepage": "https://davidgrudl.com"
10757 },
10758 {
10759 "name": "Nette Community",
10760 "homepage": "https://nette.org/contributors"
10761 }
10762 ],
10763 "description": "🐘 Nette PHP Generator: generates neat PHP code for you. Supports new PHP 7.4 features.",
10764 "homepage": "https://nette.org",
10765 "keywords": [
10766 "code",
10767 "nette",
10768 "php",
10769 "scaffolding"
10770 ],
10771 "time": "2020-02-09T14:39:09+00:00"
10772 },
10773 {
10774 "name": "nette/robot-loader",
10775 "version": "v3.2.3",
10776 "source": {
10777 "type": "git",
10778 "url": "https://github.com/nette/robot-loader.git",
10779 "reference": "726c462e73e739e965ec654a667407074cfe83c0"
10780 },
10781 "dist": {
10782 "type": "zip",
10783 "url": "https://api.github.com/repos/nette/robot-loader/zipball/726c462e73e739e965ec654a667407074cfe83c0",
10784 "reference": "726c462e73e739e965ec654a667407074cfe83c0",
10785 "shasum": ""
10786 },
10787 "require": {
10788 "ext-tokenizer": "*",
10789 "nette/finder": "^2.5 || ^3.0",
10790 "nette/utils": "^3.0",
10791 "php": ">=7.1"
10792 },
10793 "require-dev": {
10794 "nette/tester": "^2.0",
10795 "phpstan/phpstan": "^0.12",
10796 "tracy/tracy": "^2.3"
10797 },
10798 "type": "library",
10799 "extra": {
10800 "branch-alias": {
10801 "dev-master": "3.2-dev"
10802 }
10803 },
10804 "autoload": {
10805 "classmap": [
10806 "src/"
10807 ]
10808 },
10809 "notification-url": "https://packagist.org/downloads/",
10810 "license": [
10811 "BSD-3-Clause",
10812 "GPL-2.0-only",
10813 "GPL-3.0-only"
10814 ],
10815 "authors": [
10816 {
10817 "name": "David Grudl",
10818 "homepage": "https://davidgrudl.com"
10819 },
10820 {
10821 "name": "Nette Community",
10822 "homepage": "https://nette.org/contributors"
10823 }
10824 ],
10825 "description": "🍀 Nette RobotLoader: high performance and comfortable autoloader that will search and autoload classes within your application.",
10826 "homepage": "https://nette.org",
10827 "keywords": [
10828 "autoload",
10829 "class",
10830 "interface",
10831 "nette",
10832 "trait"
10833 ],
10834 "time": "2020-02-28T13:10:07+00:00"
10835 },
10836 {
10837 "name": "nette/schema",
10838 "version": "v1.0.2",
10839 "source": {
10840 "type": "git",
10841 "url": "https://github.com/nette/schema.git",
10842 "reference": "febf71fb4052c824046f5a33f4f769a6e7fa0cb4"
10843 },
10844 "dist": {
10845 "type": "zip",
10846 "url": "https://api.github.com/repos/nette/schema/zipball/febf71fb4052c824046f5a33f4f769a6e7fa0cb4",
10847 "reference": "febf71fb4052c824046f5a33f4f769a6e7fa0cb4",
10848 "shasum": ""
10849 },
10850 "require": {
10851 "nette/utils": "^3.1",
10852 "php": ">=7.1"
10853 },
10854 "require-dev": {
10855 "nette/tester": "^2.2",
10856 "phpstan/phpstan-nette": "^0.12",
10857 "tracy/tracy": "^2.3"
10858 },
10859 "type": "library",
10860 "extra": {
10861 "branch-alias": []
10862 },
10863 "autoload": {
10864 "classmap": [
10865 "src/"
10866 ]
10867 },
10868 "notification-url": "https://packagist.org/downloads/",
10869 "license": [
10870 "BSD-3-Clause",
10871 "GPL-2.0",
10872 "GPL-3.0"
10873 ],
10874 "authors": [
10875 {
10876 "name": "David Grudl",
10877 "homepage": "https://davidgrudl.com"
10878 },
10879 {
10880 "name": "Nette Community",
10881 "homepage": "https://nette.org/contributors"
10882 }
10883 ],
10884 "description": "📐 Nette Schema: validating data structures against a given Schema.",
10885 "homepage": "https://nette.org",
10886 "keywords": [
10887 "config",
10888 "nette"
10889 ],
10890 "time": "2020-01-06T22:52:48+00:00"
10891 },
10892 {
10893 "name": "nette/utils",
10894 "version": "v3.1.1",
10895 "source": {
10896 "type": "git",
10897 "url": "https://github.com/nette/utils.git",
10898 "reference": "2c17d16d8887579ae1c0898ff94a3668997fd3eb"
10899 },
10900 "dist": {
10901 "type": "zip",
10902 "url": "https://api.github.com/repos/nette/utils/zipball/2c17d16d8887579ae1c0898ff94a3668997fd3eb",
10903 "reference": "2c17d16d8887579ae1c0898ff94a3668997fd3eb",
10904 "shasum": ""
10905 },
10906 "require": {
10907 "php": ">=7.1"
10908 },
10909 "require-dev": {
10910 "nette/tester": "~2.0",
10911 "phpstan/phpstan": "^0.12",
10912 "tracy/tracy": "^2.3"
10913 },
10914 "suggest": {
10915 "ext-gd": "to use Image",
10916 "ext-iconv": "to use Strings::webalize() and toAscii()",
10917 "ext-intl": "to use Strings::webalize(), toAscii(), normalize() and compare()",
10918 "ext-json": "to use Nette\\Utils\\Json",
10919 "ext-mbstring": "to use Strings::lower() etc...",
10920 "ext-tokenizer": "to use Nette\\Utils\\Reflection::getUseStatements()",
10921 "ext-xml": "to use Strings::length() etc. when mbstring is not available"
10922 },
10923 "type": "library",
10924 "extra": {
10925 "branch-alias": {
10926 "dev-master": "3.1-dev"
10927 }
10928 },
10929 "autoload": {
10930 "classmap": [
10931 "src/"
10932 ]
10933 },
10934 "notification-url": "https://packagist.org/downloads/",
10935 "license": [
10936 "BSD-3-Clause",
10937 "GPL-2.0-only",
10938 "GPL-3.0-only"
10939 ],
10940 "authors": [
10941 {
10942 "name": "David Grudl",
10943 "homepage": "https://davidgrudl.com"
10944 },
10945 {
10946 "name": "Nette Community",
10947 "homepage": "https://nette.org/contributors"
10948 }
10949 ],
10950 "description": "🛠 Nette Utils: lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.",
10951 "homepage": "https://nette.org",
10952 "keywords": [
10953 "array",
10954 "core",
10955 "datetime",
10956 "images",
10957 "json",
10958 "nette",
10959 "paginator",
10960 "password",
10961 "slugify",
10962 "string",
10963 "unicode",
10964 "utf-8",
10965 "utility",
10966 "validation"
10967 ],
10968 "time": "2020-02-09T14:10:55+00:00"
10969 },
10970 {
10971 "name": "nikic/php-parser",
10972 "version": "v4.4.0",
10973 "source": {
10974 "type": "git",
10975 "url": "https://github.com/nikic/PHP-Parser.git",
10976 "reference": "bd43ec7152eaaab3bd8c6d0aa95ceeb1df8ee120"
10977 },
10978 "dist": {
10979 "type": "zip",
10980 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/bd43ec7152eaaab3bd8c6d0aa95ceeb1df8ee120",
10981 "reference": "bd43ec7152eaaab3bd8c6d0aa95ceeb1df8ee120",
10982 "shasum": ""
10983 },
10984 "require": {
10985 "ext-tokenizer": "*",
10986 "php": ">=7.0"
10987 },
10988 "require-dev": {
10989 "ircmaxell/php-yacc": "0.0.5",
10990 "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0"
10991 },
10992 "bin": [
10993 "bin/php-parse"
10994 ],
10995 "type": "library",
10996 "extra": {
10997 "branch-alias": {
10998 "dev-master": "4.3-dev"
10999 }
11000 },
11001 "autoload": {
11002 "psr-4": {
11003 "PhpParser\\": "lib/PhpParser"
11004 }
11005 },
11006 "notification-url": "https://packagist.org/downloads/",
11007 "license": [
11008 "BSD-3-Clause"
11009 ],
11010 "authors": [
11011 {
11012 "name": "Nikita Popov"
11013 }
11014 ],
11015 "description": "A PHP parser written in PHP",
11016 "keywords": [
11017 "parser",
11018 "php"
11019 ],
11020 "time": "2020-04-10T16:34:50+00:00"
11021 },
11022 {
11023 "name": "php-cs-fixer/diff",
11024 "version": "v1.3.0",
11025 "source": {
11026 "type": "git",
11027 "url": "https://github.com/PHP-CS-Fixer/diff.git",
11028 "reference": "78bb099e9c16361126c86ce82ec4405ebab8e756"
11029 },
11030 "dist": {
11031 "type": "zip",
11032 "url": "https://api.github.com/repos/PHP-CS-Fixer/diff/zipball/78bb099e9c16361126c86ce82ec4405ebab8e756",
11033 "reference": "78bb099e9c16361126c86ce82ec4405ebab8e756",
11034 "shasum": ""
11035 },
11036 "require": {
11037 "php": "^5.6 || ^7.0"
11038 },
11039 "require-dev": {
11040 "phpunit/phpunit": "^5.7.23 || ^6.4.3",
11041 "symfony/process": "^3.3"
11042 },
11043 "type": "library",
11044 "autoload": {
11045 "classmap": [
11046 "src/"
11047 ]
11048 },
11049 "notification-url": "https://packagist.org/downloads/",
11050 "license": [
11051 "BSD-3-Clause"
11052 ],
11053 "authors": [
11054 {
11055 "name": "Kore Nordmann",
11056 "email": "mail@kore-nordmann.de"
11057 },
11058 {
11059 "name": "Sebastian Bergmann",
11060 "email": "sebastian@phpunit.de"
11061 },
11062 {
11063 "name": "SpacePossum"
11064 }
11065 ],
11066 "description": "sebastian/diff v2 backport support for PHP5.6",
11067 "homepage": "https://github.com/PHP-CS-Fixer",
11068 "keywords": [
11069 "diff"
11070 ],
11071 "time": "2018-02-15T16:58:55+00:00"
11072 },
11073 {
11074 "name": "php-http/mock-client",
11075 "version": "1.3.1",
11076 "source": {
11077 "type": "git",
11078 "url": "https://github.com/php-http/mock-client.git",
11079 "reference": "186547be76fe81cc0c0589f9285ef9c8dded9845"
11080 },
11081 "dist": {
11082 "type": "zip",
11083 "url": "https://api.github.com/repos/php-http/mock-client/zipball/186547be76fe81cc0c0589f9285ef9c8dded9845",
11084 "reference": "186547be76fe81cc0c0589f9285ef9c8dded9845",
11085 "shasum": ""
11086 },
11087 "require": {
11088 "php": "^5.5 || ^7.0",
11089 "php-http/client-common": "^1.9 || ^2.0",
11090 "php-http/discovery": "^1.0",
11091 "php-http/httplug": "^1.0 || ^2.0",
11092 "php-http/message-factory": "^1.0"
11093 },
11094 "provide": {
11095 "php-http/async-client-implementation": "1.0",
11096 "php-http/client-implementation": "1.0"
11097 },
11098 "require-dev": {
11099 "henrikbjorn/phpspec-code-coverage": "^1.0",
11100 "phpspec/phpspec": "^2.4"
11101 },
11102 "type": "library",
11103 "extra": {
11104 "branch-alias": {
11105 "dev-master": "1.3-dev"
11106 }
11107 },
11108 "autoload": {
11109 "psr-4": {
11110 "Http\\Mock\\": "src/"
11111 }
11112 },
11113 "notification-url": "https://packagist.org/downloads/",
11114 "license": [
11115 "MIT"
11116 ],
11117 "authors": [
11118 {
11119 "name": "David de Boer",
11120 "email": "david@ddeboer.nl"
11121 }
11122 ],
11123 "description": "Mock HTTP client",
11124 "homepage": "http://httplug.io",
11125 "keywords": [
11126 "client",
11127 "http",
11128 "mock",
11129 "psr7"
11130 ],
11131 "time": "2019-11-06T12:49:04+00:00"
11132 },
11133 {
11134 "name": "phpstan/phpdoc-parser",
11135 "version": "0.3.5",
11136 "source": {
11137 "type": "git",
11138 "url": "https://github.com/phpstan/phpdoc-parser.git",
11139 "reference": "8c4ef2aefd9788238897b678a985e1d5c8df6db4"
11140 },
11141 "dist": {
11142 "type": "zip",
11143 "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/8c4ef2aefd9788238897b678a985e1d5c8df6db4",
11144 "reference": "8c4ef2aefd9788238897b678a985e1d5c8df6db4",
11145 "shasum": ""
11146 },
11147 "require": {
11148 "php": "~7.1"
11149 },
11150 "require-dev": {
11151 "consistence/coding-standard": "^3.5",
11152 "jakub-onderka/php-parallel-lint": "^0.9.2",
11153 "phing/phing": "^2.16.0",
11154 "phpstan/phpstan": "^0.10",
11155 "phpunit/phpunit": "^6.3",
11156 "slevomat/coding-standard": "^4.7.2",
11157 "squizlabs/php_codesniffer": "^3.3.2",
11158 "symfony/process": "^3.4 || ^4.0"
11159 },
11160 "type": "library",
11161 "extra": {
11162 "branch-alias": {
11163 "dev-master": "0.3-dev"
11164 }
11165 },
11166 "autoload": {
11167 "psr-4": {
11168 "PHPStan\\PhpDocParser\\": [
11169 "src/"
11170 ]
11171 }
11172 },
11173 "notification-url": "https://packagist.org/downloads/",
11174 "license": [
11175 "MIT"
11176 ],
11177 "description": "PHPDoc parser with support for nullable, intersection and generic types",
11178 "time": "2019-06-07T19:13:52+00:00"
11179 },
11180 {
11181 "name": "phpstan/phpstan",
11182 "version": "0.11.19",
11183 "source": {
11184 "type": "git",
11185 "url": "https://github.com/phpstan/phpstan.git",
11186 "reference": "63cc502f6957b7f74efbac444b4cf219dcadffd7"
11187 },
11188 "dist": {
11189 "type": "zip",
11190 "url": "https://api.github.com/repos/phpstan/phpstan/zipball/63cc502f6957b7f74efbac444b4cf219dcadffd7",
11191 "reference": "63cc502f6957b7f74efbac444b4cf219dcadffd7",
11192 "shasum": ""
11193 },
11194 "require": {
11195 "composer/xdebug-handler": "^1.3.0",
11196 "jean85/pretty-package-versions": "^1.0.3",
11197 "nette/bootstrap": "^2.4 || ^3.0",
11198 "nette/di": "^2.4.7 || ^3.0",
11199 "nette/neon": "^2.4.3 || ^3.0",
11200 "nette/robot-loader": "^3.0.1",
11201 "nette/schema": "^1.0",
11202 "nette/utils": "^2.4.5 || ^3.0",
11203 "nikic/php-parser": "^4.2.3",
11204 "php": "~7.1",
11205 "phpstan/phpdoc-parser": "^0.3.5",
11206 "symfony/console": "~3.2 || ~4.0",
11207 "symfony/finder": "~3.2 || ~4.0"
11208 },
11209 "conflict": {
11210 "symfony/console": "3.4.16 || 4.1.5"
11211 },
11212 "require-dev": {
11213 "brianium/paratest": "^2.0 || ^3.0",
11214 "consistence/coding-standard": "^3.5",
11215 "dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
11216 "ext-intl": "*",
11217 "ext-mysqli": "*",
11218 "ext-simplexml": "*",
11219 "ext-soap": "*",
11220 "ext-zip": "*",
11221 "jakub-onderka/php-parallel-lint": "^1.0",
11222 "localheinz/composer-normalize": "^1.1.0",
11223 "phing/phing": "^2.16.0",
11224 "phpstan/phpstan-deprecation-rules": "^0.11",
11225 "phpstan/phpstan-php-parser": "^0.11",
11226 "phpstan/phpstan-phpunit": "^0.11",
11227 "phpstan/phpstan-strict-rules": "^0.11",
11228 "phpunit/phpunit": "^7.5.14 || ^8.0",
11229 "slevomat/coding-standard": "^4.7.2",
11230 "squizlabs/php_codesniffer": "^3.3.2"
11231 },
11232 "bin": [
11233 "bin/phpstan"
11234 ],
11235 "type": "library",
11236 "extra": {
11237 "branch-alias": {
11238 "dev-master": "0.11-dev"
11239 }
11240 },
11241 "autoload": {
11242 "psr-4": {
11243 "PHPStan\\": [
11244 "src/"
11245 ]
11246 }
11247 },
11248 "notification-url": "https://packagist.org/downloads/",
11249 "license": [
11250 "MIT"
11251 ],
11252 "description": "PHPStan - PHP Static Analysis Tool",
11253 "time": "2019-10-22T20:20:22+00:00"
11254 },
11255 {
11256 "name": "phpstan/phpstan-doctrine",
11257 "version": "0.11.6",
11258 "source": {
11259 "type": "git",
11260 "url": "https://github.com/phpstan/phpstan-doctrine.git",
11261 "reference": "77592865e167b32c7dcb4f39a35210e909a8854c"
11262 },
11263 "dist": {
11264 "type": "zip",
11265 "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/77592865e167b32c7dcb4f39a35210e909a8854c",
11266 "reference": "77592865e167b32c7dcb4f39a35210e909a8854c",
11267 "shasum": ""
11268 },
11269 "require": {
11270 "nikic/php-parser": "^4.0",
11271 "php": "~7.1",
11272 "phpstan/phpdoc-parser": "^0.3",
11273 "phpstan/phpstan": "^0.11.7"
11274 },
11275 "conflict": {
11276 "doctrine/collections": "<1.0",
11277 "doctrine/common": "<2.7",
11278 "doctrine/mongodb-odm": "<1.2",
11279 "doctrine/orm": "<2.5"
11280 },
11281 "require-dev": {
11282 "consistence/coding-standard": "^3.8",
11283 "dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
11284 "doctrine/collections": "^1.0",
11285 "doctrine/common": "^2.7",
11286 "doctrine/mongodb-odm": "^1.2",
11287 "doctrine/orm": "^2.5",
11288 "jakub-onderka/php-parallel-lint": "^1.0",
11289 "phing/phing": "^2.16.0",
11290 "phpstan/phpstan-phpunit": "^0.11",
11291 "phpstan/phpstan-strict-rules": "^0.11",
11292 "phpunit/phpunit": "^7.0",
11293 "slevomat/coding-standard": "^5.0.4"
11294 },
11295 "type": "phpstan-extension",
11296 "extra": {
11297 "branch-alias": {
11298 "dev-master": "0.11-dev"
11299 },
11300 "phpstan": {
11301 "includes": [
11302 "extension.neon",
11303 "rules.neon"
11304 ]
11305 }
11306 },
11307 "autoload": {
11308 "psr-4": {
11309 "PHPStan\\": "src/"
11310 }
11311 },
11312 "notification-url": "https://packagist.org/downloads/",
11313 "license": [
11314 "MIT"
11315 ],
11316 "description": "Doctrine extensions for PHPStan",
11317 "time": "2019-09-13T08:40:06+00:00"
11318 },
11319 {
11320 "name": "phpstan/phpstan-phpunit",
11321 "version": "0.11.2",
11322 "source": {
11323 "type": "git",
11324 "url": "https://github.com/phpstan/phpstan-phpunit.git",
11325 "reference": "fbf2ad56c3b13189d29655e226c9b1da47c2fad9"
11326 },
11327 "dist": {
11328 "type": "zip",
11329 "url": "https://api.github.com/repos/phpstan/phpstan-phpunit/zipball/fbf2ad56c3b13189d29655e226c9b1da47c2fad9",
11330 "reference": "fbf2ad56c3b13189d29655e226c9b1da47c2fad9",
11331 "shasum": ""
11332 },
11333 "require": {
11334 "nikic/php-parser": "^4.0",
11335 "php": "~7.1",
11336 "phpstan/phpdoc-parser": "^0.3",
11337 "phpstan/phpstan": "^0.11.4"
11338 },
11339 "conflict": {
11340 "phpunit/phpunit": "<7.0"
11341 },
11342 "require-dev": {
11343 "consistence/coding-standard": "^3.0.1",
11344 "dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
11345 "jakub-onderka/php-parallel-lint": "^1.0",
11346 "phing/phing": "^2.16.0",
11347 "phpstan/phpstan-strict-rules": "^0.11",
11348 "phpunit/phpunit": "^7.0",
11349 "satooshi/php-coveralls": "^1.0",
11350 "slevomat/coding-standard": "^4.5.2"
11351 },
11352 "type": "phpstan-extension",
11353 "extra": {
11354 "branch-alias": {
11355 "dev-master": "0.11-dev"
11356 },
11357 "phpstan": {
11358 "includes": [
11359 "extension.neon",
11360 "rules.neon"
11361 ]
11362 }
11363 },
11364 "autoload": {
11365 "psr-4": {
11366 "PHPStan\\": "src/"
11367 }
11368 },
11369 "notification-url": "https://packagist.org/downloads/",
11370 "license": [
11371 "MIT"
11372 ],
11373 "description": "PHPUnit extensions and rules for PHPStan",
11374 "time": "2019-05-17T17:50:16+00:00"
11375 },
11376 {
11377 "name": "phpstan/phpstan-symfony",
11378 "version": "0.11.6",
11379 "source": {
11380 "type": "git",
11381 "url": "https://github.com/phpstan/phpstan-symfony.git",
11382 "reference": "c7be3054c21fd472a52b1c38eb129c3f93776084"
11383 },
11384 "dist": {
11385 "type": "zip",
11386 "url": "https://api.github.com/repos/phpstan/phpstan-symfony/zipball/c7be3054c21fd472a52b1c38eb129c3f93776084",
11387 "reference": "c7be3054c21fd472a52b1c38eb129c3f93776084",
11388 "shasum": ""
11389 },
11390 "require": {
11391 "ext-simplexml": "*",
11392 "nikic/php-parser": "^4.0",
11393 "php": "^7.1",
11394 "phpstan/phpstan": "^0.11.7"
11395 },
11396 "conflict": {
11397 "symfony/framework-bundle": "<3.0"
11398 },
11399 "require-dev": {
11400 "consistence/coding-standard": "^3.0.1",
11401 "dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
11402 "jakub-onderka/php-parallel-lint": "^1.0",
11403 "nette/di": "^3.0-stable",
11404 "phing/phing": "^2.16.0",
11405 "phpstan/phpstan-phpunit": "^0.11",
11406 "phpstan/phpstan-strict-rules": "^0.11",
11407 "phpunit/phpunit": "^7.0",
11408 "slevomat/coding-standard": "^4.5.2",
11409 "squizlabs/php_codesniffer": "^3.3.2",
11410 "symfony/console": "^3.0 || ^4.0",
11411 "symfony/framework-bundle": "^3.0 || ^4.0",
11412 "symfony/messenger": "^4.2",
11413 "symfony/serializer": "^3.0 || ^4.0"
11414 },
11415 "type": "phpstan-extension",
11416 "extra": {
11417 "branch-alias": {
11418 "dev-master": "0.11-dev"
11419 },
11420 "phpstan": {
11421 "includes": [
11422 "extension.neon"
11423 ]
11424 }
11425 },
11426 "autoload": {
11427 "psr-4": {
11428 "PHPStan\\": "src/"
11429 }
11430 },
11431 "notification-url": "https://packagist.org/downloads/",
11432 "license": [
11433 "MIT"
11434 ],
11435 "authors": [
11436 {
11437 "name": "Lukáš Unger",
11438 "email": "looky.msc@gmail.com",
11439 "homepage": "https://lookyman.net"
11440 }
11441 ],
11442 "description": "Symfony Framework extensions and rules for PHPStan",
11443 "time": "2019-05-19T17:40:25+00:00"
11444 },
11445 {
11446 "name": "symfony/maker-bundle",
11447 "version": "v1.19.0",
11448 "source": {
11449 "type": "git",
11450 "url": "https://github.com/symfony/maker-bundle.git",
11451 "reference": "bea8c3c959e48a2c952cc7c4f4f32964be8b8874"
11452 },
11453 "dist": {
11454 "type": "zip",
11455 "url": "https://api.github.com/repos/symfony/maker-bundle/zipball/bea8c3c959e48a2c952cc7c4f4f32964be8b8874",
11456 "reference": "bea8c3c959e48a2c952cc7c4f4f32964be8b8874",
11457 "shasum": ""
11458 },
11459 "require": {
11460 "doctrine/inflector": "^1.2",
11461 "nikic/php-parser": "^4.0",
11462 "php": "^7.1.3",
11463 "symfony/config": "^3.4|^4.0|^5.0",
11464 "symfony/console": "^3.4|^4.0|^5.0",
11465 "symfony/dependency-injection": "^3.4|^4.0|^5.0",
11466 "symfony/filesystem": "^3.4|^4.0|^5.0",
11467 "symfony/finder": "^3.4|^4.0|^5.0",
11468 "symfony/framework-bundle": "^3.4|^4.0|^5.0",
11469 "symfony/http-kernel": "^3.4|^4.0|^5.0"
11470 },
11471 "require-dev": {
11472 "doctrine/doctrine-bundle": "^1.8|^2.0",
11473 "doctrine/orm": "^2.3",
11474 "friendsofphp/php-cs-fixer": "^2.8",
11475 "friendsoftwig/twigcs": "^3.1.2",
11476 "symfony/http-client": "^4.3|^5.0",
11477 "symfony/phpunit-bridge": "^4.3|^5.0",
11478 "symfony/process": "^3.4|^4.0|^5.0",
11479 "symfony/security-core": "^3.4|^4.0|^5.0",
11480 "symfony/yaml": "^3.4|^4.0|^5.0"
11481 },
11482 "type": "symfony-bundle",
11483 "extra": {
11484 "branch-alias": {
11485 "dev-master": "1.0-dev"
11486 }
11487 },
11488 "autoload": {
11489 "psr-4": {
11490 "Symfony\\Bundle\\MakerBundle\\": "src/"
11491 }
11492 },
11493 "notification-url": "https://packagist.org/downloads/",
11494 "license": [
11495 "MIT"
11496 ],
11497 "authors": [
11498 {
11499 "name": "Symfony Community",
11500 "homepage": "https://symfony.com/contributors"
11501 }
11502 ],
11503 "description": "Symfony Maker helps you create empty commands, controllers, form classes, tests and more so you can forget about writing boilerplate code.",
11504 "homepage": "https://symfony.com/doc/current/bundles/SymfonyMakerBundle/index.html",
11505 "keywords": [
11506 "code generator",
11507 "generator",
11508 "scaffold",
11509 "scaffolding"
11510 ],
11511 "time": "2020-05-29T14:47:30+00:00"
11512 },
11513 {
11514 "name": "symfony/phpunit-bridge",
11515 "version": "v4.3.11",
11516 "source": {
11517 "type": "git",
11518 "url": "https://github.com/symfony/phpunit-bridge.git",
11519 "reference": "692a73a2e0b76123150709f5eb7e2ea9bf2bad43"
11520 },
11521 "dist": {
11522 "type": "zip",
11523 "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/692a73a2e0b76123150709f5eb7e2ea9bf2bad43",
11524 "reference": "692a73a2e0b76123150709f5eb7e2ea9bf2bad43",
11525 "shasum": ""
11526 },
11527 "require": {
11528 "php": ">=5.5.9"
11529 },
11530 "conflict": {
11531 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
11532 },
11533 "suggest": {
11534 "symfony/debug": "For tracking deprecated interfaces usages at runtime with DebugClassLoader"
11535 },
11536 "bin": [
11537 "bin/simple-phpunit"
11538 ],
11539 "type": "symfony-bridge",
11540 "extra": {
11541 "branch-alias": {
11542 "dev-master": "4.3-dev"
11543 },
11544 "thanks": {
11545 "name": "phpunit/phpunit",
11546 "url": "https://github.com/sebastianbergmann/phpunit"
11547 }
11548 },
11549 "autoload": {
11550 "files": [
11551 "bootstrap.php"
11552 ],
11553 "psr-4": {
11554 "Symfony\\Bridge\\PhpUnit\\": ""
11555 },
11556 "exclude-from-classmap": [
11557 "/Tests/"
11558 ]
11559 },
11560 "notification-url": "https://packagist.org/downloads/",
11561 "license": [
11562 "MIT"
11563 ],
11564 "authors": [
11565 {
11566 "name": "Nicolas Grekas",
11567 "email": "p@tchwork.com"
11568 },
11569 {
11570 "name": "Symfony Community",
11571 "homepage": "https://symfony.com/contributors"
11572 }
11573 ],
11574 "description": "Symfony PHPUnit Bridge",
11575 "homepage": "https://symfony.com",
11576 "time": "2020-01-31T09:56:21+00:00"
11577 }
11578 ],
11579 "aliases": [],
11580 "minimum-stability": "dev",
11581 "stability-flags": {
11582 "predis/predis": 20
11583 },
11584 "prefer-stable": true,
11585 "prefer-lowest": false,
11586 "platform": {
11587 "php": ">=7.1.3",
11588 "ext-ctype": "*",
11589 "ext-curl": "*",
11590 "ext-dom": "*",
11591 "ext-gd": "*",
11592 "ext-hash": "*",
11593 "ext-iconv": "*",
11594 "ext-json": "*",
11595 "ext-mbstring": "*",
11596 "ext-pcre": "*",
11597 "ext-pdo": "*",
11598 "ext-session": "*",
11599 "ext-simplexml": "*",
11600 "ext-tidy": "*",
11601 "ext-tokenizer": "*",
11602 "ext-xml": "*"
11603 },
11604 "platform-dev": [],
11605 "platform-overrides": {
11606 "php": "7.1.3"
11607 }
11608 }