]> git.immae.eu Git - github/wallabag/wallabag.git/blame - composer.lock
Update deps
[github/wallabag/wallabag.git] / composer.lock
CommitLineData
6546aca4
JB
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 ],
1576905e 7 "content-hash": "02ec26b02dc55d65cb9353ad99be7ebe",
6546aca4
JB
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 },
28378675 59 {
60 "name": "beberlei/assert",
61 "version": "v3.2.1",
62 "source": {
63 "type": "git",
64 "url": "https://github.com/beberlei/assert.git",
65 "reference": "ce139b6bf8f07fb8389d2c8e15b98dc24fdd93c7"
66 },
67 "dist": {
68 "type": "zip",
69 "url": "https://api.github.com/repos/beberlei/assert/zipball/ce139b6bf8f07fb8389d2c8e15b98dc24fdd93c7",
70 "reference": "ce139b6bf8f07fb8389d2c8e15b98dc24fdd93c7",
71 "shasum": ""
72 },
73 "require": {
74 "php": "^7"
75 },
76 "require-dev": {
77 "friendsofphp/php-cs-fixer": "*",
78 "phpstan/phpstan-shim": "*",
79 "phpunit/phpunit": ">=6.0.0 <8"
80 },
81 "type": "library",
82 "autoload": {
83 "psr-4": {
84 "Assert\\": "lib/Assert"
85 },
86 "files": [
87 "lib/Assert/functions.php"
88 ]
89 },
90 "notification-url": "https://packagist.org/downloads/",
91 "license": [
92 "BSD-2-Clause"
93 ],
94 "authors": [
95 {
96 "name": "Benjamin Eberlei",
97 "role": "Lead Developer",
98 "email": "kontakt@beberlei.de"
99 },
100 {
101 "name": "Richard Quadling",
102 "role": "Collaborator",
103 "email": "rquadling@gmail.com"
104 }
105 ],
106 "description": "Thin assertion library for input validation in business models.",
107 "keywords": [
108 "assert",
109 "assertion",
110 "validation"
111 ],
112 "time": "2019-05-28T15:18:28+00:00"
113 },
6546aca4
JB
114 {
115 "name": "behat/transliterator",
116 "version": "v1.2.0",
117 "source": {
118 "type": "git",
119 "url": "https://github.com/Behat/Transliterator.git",
120 "reference": "826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c"
121 },
122 "dist": {
123 "type": "zip",
124 "url": "https://api.github.com/repos/Behat/Transliterator/zipball/826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c",
125 "reference": "826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c",
126 "shasum": ""
127 },
128 "require": {
129 "php": ">=5.3.3"
130 },
131 "require-dev": {
132 "chuyskywalker/rolling-curl": "^3.1",
133 "php-yaoi/php-yaoi": "^1.0"
134 },
135 "type": "library",
136 "extra": {
137 "branch-alias": {
138 "dev-master": "1.2-dev"
139 }
140 },
141 "autoload": {
142 "psr-0": {
143 "Behat\\Transliterator": "src/"
144 }
145 },
146 "notification-url": "https://packagist.org/downloads/",
147 "license": [
148 "Artistic-1.0"
149 ],
150 "description": "String transliterator",
151 "keywords": [
152 "i18n",
153 "slug",
154 "transliterator"
155 ],
156 "time": "2017-04-04T11:38:05+00:00"
157 },
158 {
159 "name": "clue/stream-filter",
160 "version": "v1.4.1",
161 "source": {
162 "type": "git",
163 "url": "https://github.com/clue/php-stream-filter.git",
164 "reference": "5a58cc30a8bd6a4eb8f856adf61dd3e013f53f71"
165 },
166 "dist": {
167 "type": "zip",
168 "url": "https://api.github.com/repos/clue/php-stream-filter/zipball/5a58cc30a8bd6a4eb8f856adf61dd3e013f53f71",
169 "reference": "5a58cc30a8bd6a4eb8f856adf61dd3e013f53f71",
170 "shasum": ""
171 },
172 "require": {
173 "php": ">=5.3"
174 },
175 "require-dev": {
176 "phpunit/phpunit": "^5.0 || ^4.8"
177 },
178 "type": "library",
179 "autoload": {
180 "psr-4": {
181 "Clue\\StreamFilter\\": "src/"
182 },
183 "files": [
184 "src/functions_include.php"
185 ]
186 },
187 "notification-url": "https://packagist.org/downloads/",
188 "license": [
189 "MIT"
190 ],
191 "authors": [
192 {
193 "name": "Christian Lück",
194 "email": "christian@lueck.tv"
195 }
196 ],
197 "description": "A simple and modern approach to stream filtering in PHP",
198 "homepage": "https://github.com/clue/php-stream-filter",
199 "keywords": [
200 "bucket brigade",
201 "callback",
202 "filter",
203 "php_user_filter",
204 "stream",
205 "stream_filter_append",
206 "stream_filter_register"
207 ],
208 "time": "2019-04-09T12:31:48+00:00"
209 },
6546aca4
JB
210 {
211 "name": "craue/config-bundle",
1576905e 212 "version": "2.3.0",
6546aca4
JB
213 "source": {
214 "type": "git",
1576905e
JB
215 "url": "https://github.com/craue/CraueConfigBundle.git",
216 "reference": "7cf7447c7ee47853b3c60e5fc08a1c8f7112bd72"
6546aca4
JB
217 },
218 "dist": {
219 "type": "zip",
1576905e
JB
220 "url": "https://api.github.com/repos/craue/CraueConfigBundle/zipball/7cf7447c7ee47853b3c60e5fc08a1c8f7112bd72",
221 "reference": "7cf7447c7ee47853b3c60e5fc08a1c8f7112bd72",
6546aca4
JB
222 "shasum": ""
223 },
224 "require": {
1576905e
JB
225 "doctrine/doctrine-bundle": "^1.5.1",
226 "php": "~7.0",
227 "psr/simple-cache": "^1.0",
228 "symfony/framework-bundle": "~3.4|~4.1"
6546aca4
JB
229 },
230 "require-dev": {
1576905e
JB
231 "doctrine/doctrine-cache-bundle": "^1.3.5",
232 "doctrine/instantiator": "^1.0.5",
233 "doctrine/orm": "^2.5.14",
234 "phpunit/phpunit": "^6.5.13|^7.5.1",
235 "symfony/phpunit-bridge": "~3.4|~4.1",
236 "symfony/symfony": "~3.4|~4.1"
6546aca4
JB
237 },
238 "type": "symfony-bundle",
239 "extra": {
240 "branch-alias": {
1576905e 241 "dev-master": "2.3.x-dev"
6546aca4
JB
242 }
243 },
244 "autoload": {
245 "psr-4": {
246 "Craue\\ConfigBundle\\": ""
247 },
248 "exclude-from-classmap": [
249 "/Tests/"
250 ]
251 },
1576905e 252 "notification-url": "https://packagist.org/downloads/",
6546aca4
JB
253 "license": [
254 "MIT"
255 ],
256 "authors": [
257 {
258 "name": "Christian Raue",
259 "email": "christian.raue@gmail.com"
260 },
261 {
262 "name": "Symfony Community",
263 "homepage": "https://github.com/craue/CraueConfigBundle/contributors"
264 }
265 ],
266 "description": "Database-stored settings made available via a service for your Symfony project.",
267 "homepage": "https://github.com/craue/CraueConfigBundle",
268 "keywords": [
269 "config",
6546aca4
JB
270 "symfony3",
271 "symfony4"
272 ],
1576905e 273 "time": "2019-08-01T15:52:03+00:00"
6546aca4
JB
274 },
275 {
276 "name": "defuse/php-encryption",
277 "version": "v2.2.1",
278 "source": {
279 "type": "git",
280 "url": "https://github.com/defuse/php-encryption.git",
281 "reference": "0f407c43b953d571421e0020ba92082ed5fb7620"
282 },
283 "dist": {
284 "type": "zip",
285 "url": "https://api.github.com/repos/defuse/php-encryption/zipball/0f407c43b953d571421e0020ba92082ed5fb7620",
286 "reference": "0f407c43b953d571421e0020ba92082ed5fb7620",
287 "shasum": ""
288 },
289 "require": {
290 "ext-openssl": "*",
291 "paragonie/random_compat": ">= 2",
292 "php": ">=5.4.0"
293 },
294 "require-dev": {
295 "nikic/php-parser": "^2.0|^3.0|^4.0",
296 "phpunit/phpunit": "^4|^5"
297 },
298 "bin": [
299 "bin/generate-defuse-key"
300 ],
301 "type": "library",
302 "autoload": {
303 "psr-4": {
304 "Defuse\\Crypto\\": "src"
305 }
306 },
307 "notification-url": "https://packagist.org/downloads/",
308 "license": [
309 "MIT"
310 ],
311 "authors": [
312 {
313 "name": "Taylor Hornby",
314 "email": "taylor@defuse.ca",
315 "homepage": "https://defuse.ca/"
316 },
317 {
318 "name": "Scott Arciszewski",
319 "email": "info@paragonie.com",
320 "homepage": "https://paragonie.com"
321 }
322 ],
323 "description": "Secure PHP Encryption Library",
324 "keywords": [
325 "aes",
326 "authenticated encryption",
327 "cipher",
328 "crypto",
329 "cryptography",
330 "encrypt",
331 "encryption",
332 "openssl",
333 "security",
334 "symmetric key cryptography"
335 ],
336 "time": "2018-07-24T23:27:56+00:00"
337 },
338 {
339 "name": "doctrine/annotations",
61e53dda 340 "version": "v1.7.0",
6546aca4
JB
341 "source": {
342 "type": "git",
343 "url": "https://github.com/doctrine/annotations.git",
61e53dda 344 "reference": "fa4c4e861e809d6a1103bd620cce63ed91aedfeb"
6546aca4
JB
345 },
346 "dist": {
347 "type": "zip",
61e53dda
JB
348 "url": "https://api.github.com/repos/doctrine/annotations/zipball/fa4c4e861e809d6a1103bd620cce63ed91aedfeb",
349 "reference": "fa4c4e861e809d6a1103bd620cce63ed91aedfeb",
6546aca4
JB
350 "shasum": ""
351 },
352 "require": {
353 "doctrine/lexer": "1.*",
354 "php": "^7.1"
355 },
356 "require-dev": {
357 "doctrine/cache": "1.*",
61e53dda 358 "phpunit/phpunit": "^7.5@dev"
6546aca4
JB
359 },
360 "type": "library",
361 "extra": {
362 "branch-alias": {
61e53dda 363 "dev-master": "1.7.x-dev"
6546aca4
JB
364 }
365 },
366 "autoload": {
367 "psr-4": {
368 "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
369 }
370 },
371 "notification-url": "https://packagist.org/downloads/",
372 "license": [
373 "MIT"
374 ],
375 "authors": [
61e53dda
JB
376 {
377 "name": "Guilherme Blanco",
378 "email": "guilhermeblanco@gmail.com"
379 },
6546aca4
JB
380 {
381 "name": "Roman Borschel",
382 "email": "roman@code-factory.org"
383 },
384 {
385 "name": "Benjamin Eberlei",
386 "email": "kontakt@beberlei.de"
387 },
6546aca4
JB
388 {
389 "name": "Jonathan Wage",
390 "email": "jonwage@gmail.com"
391 },
392 {
393 "name": "Johannes Schmitt",
394 "email": "schmittjoh@gmail.com"
395 }
396 ],
397 "description": "Docblock Annotations Parser",
398 "homepage": "http://www.doctrine-project.org",
399 "keywords": [
400 "annotations",
401 "docblock",
402 "parser"
403 ],
61e53dda 404 "time": "2019-08-08T18:11:40+00:00"
6546aca4
JB
405 },
406 {
407 "name": "doctrine/cache",
408 "version": "v1.8.0",
409 "source": {
410 "type": "git",
411 "url": "https://github.com/doctrine/cache.git",
412 "reference": "d768d58baee9a4862ca783840eca1b9add7a7f57"
413 },
414 "dist": {
415 "type": "zip",
416 "url": "https://api.github.com/repos/doctrine/cache/zipball/d768d58baee9a4862ca783840eca1b9add7a7f57",
417 "reference": "d768d58baee9a4862ca783840eca1b9add7a7f57",
418 "shasum": ""
419 },
420 "require": {
421 "php": "~7.1"
422 },
423 "conflict": {
424 "doctrine/common": ">2.2,<2.4"
425 },
426 "require-dev": {
427 "alcaeus/mongo-php-adapter": "^1.1",
428 "doctrine/coding-standard": "^4.0",
429 "mongodb/mongodb": "^1.1",
430 "phpunit/phpunit": "^7.0",
431 "predis/predis": "~1.0"
432 },
433 "suggest": {
434 "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
435 },
436 "type": "library",
437 "extra": {
438 "branch-alias": {
439 "dev-master": "1.8.x-dev"
440 }
441 },
442 "autoload": {
443 "psr-4": {
444 "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
445 }
446 },
447 "notification-url": "https://packagist.org/downloads/",
448 "license": [
449 "MIT"
450 ],
451 "authors": [
452 {
453 "name": "Roman Borschel",
454 "email": "roman@code-factory.org"
455 },
456 {
457 "name": "Benjamin Eberlei",
458 "email": "kontakt@beberlei.de"
459 },
460 {
461 "name": "Guilherme Blanco",
462 "email": "guilhermeblanco@gmail.com"
463 },
464 {
465 "name": "Jonathan Wage",
466 "email": "jonwage@gmail.com"
467 },
468 {
469 "name": "Johannes Schmitt",
470 "email": "schmittjoh@gmail.com"
471 }
472 ],
473 "description": "Caching library offering an object-oriented API for many cache backends",
474 "homepage": "https://www.doctrine-project.org",
475 "keywords": [
476 "cache",
477 "caching"
478 ],
479 "time": "2018-08-21T18:01:43+00:00"
480 },
481 {
482 "name": "doctrine/collections",
cb4108b4 483 "version": "v1.6.2",
6546aca4
JB
484 "source": {
485 "type": "git",
486 "url": "https://github.com/doctrine/collections.git",
cb4108b4 487 "reference": "c5e0bc17b1620e97c968ac409acbff28b8b850be"
6546aca4
JB
488 },
489 "dist": {
490 "type": "zip",
cb4108b4 491 "url": "https://api.github.com/repos/doctrine/collections/zipball/c5e0bc17b1620e97c968ac409acbff28b8b850be",
492 "reference": "c5e0bc17b1620e97c968ac409acbff28b8b850be",
6546aca4
JB
493 "shasum": ""
494 },
495 "require": {
496 "php": "^7.1.3"
497 },
498 "require-dev": {
499 "doctrine/coding-standard": "^6.0",
500 "phpstan/phpstan-shim": "^0.9.2",
501 "phpunit/phpunit": "^7.0",
502 "vimeo/psalm": "^3.2.2"
503 },
504 "type": "library",
505 "extra": {
506 "branch-alias": {
507 "dev-master": "1.6.x-dev"
508 }
509 },
510 "autoload": {
511 "psr-4": {
512 "Doctrine\\Common\\Collections\\": "lib/Doctrine/Common/Collections"
513 }
514 },
515 "notification-url": "https://packagist.org/downloads/",
516 "license": [
517 "MIT"
518 ],
519 "authors": [
520 {
521 "name": "Roman Borschel",
522 "email": "roman@code-factory.org"
523 },
524 {
525 "name": "Benjamin Eberlei",
526 "email": "kontakt@beberlei.de"
527 },
528 {
529 "name": "Guilherme Blanco",
530 "email": "guilhermeblanco@gmail.com"
531 },
532 {
533 "name": "Jonathan Wage",
534 "email": "jonwage@gmail.com"
535 },
536 {
537 "name": "Johannes Schmitt",
538 "email": "schmittjoh@gmail.com"
539 }
540 ],
541 "description": "PHP Doctrine Collections library that adds additional functionality on top of PHP arrays.",
542 "homepage": "https://www.doctrine-project.org/projects/collections.html",
543 "keywords": [
544 "array",
545 "collections",
546 "iterators",
547 "php"
548 ],
cb4108b4 549 "time": "2019-06-09T13:48:14+00:00"
6546aca4
JB
550 },
551 {
552 "name": "doctrine/common",
553 "version": "v2.10.0",
554 "source": {
555 "type": "git",
556 "url": "https://github.com/doctrine/common.git",
557 "reference": "30e33f60f64deec87df728c02b107f82cdafad9d"
558 },
559 "dist": {
560 "type": "zip",
561 "url": "https://api.github.com/repos/doctrine/common/zipball/30e33f60f64deec87df728c02b107f82cdafad9d",
562 "reference": "30e33f60f64deec87df728c02b107f82cdafad9d",
563 "shasum": ""
564 },
565 "require": {
566 "doctrine/annotations": "^1.0",
567 "doctrine/cache": "^1.0",
568 "doctrine/collections": "^1.0",
569 "doctrine/event-manager": "^1.0",
570 "doctrine/inflector": "^1.0",
571 "doctrine/lexer": "^1.0",
572 "doctrine/persistence": "^1.1",
573 "doctrine/reflection": "^1.0",
574 "php": "^7.1"
575 },
576 "require-dev": {
577 "doctrine/coding-standard": "^1.0",
578 "phpunit/phpunit": "^6.3",
579 "squizlabs/php_codesniffer": "^3.0",
580 "symfony/phpunit-bridge": "^4.0.5"
581 },
582 "type": "library",
583 "extra": {
584 "branch-alias": {
585 "dev-master": "2.10.x-dev"
586 }
587 },
588 "autoload": {
589 "psr-4": {
590 "Doctrine\\Common\\": "lib/Doctrine/Common"
591 }
592 },
593 "notification-url": "https://packagist.org/downloads/",
594 "license": [
595 "MIT"
596 ],
597 "authors": [
598 {
599 "name": "Roman Borschel",
600 "email": "roman@code-factory.org"
601 },
602 {
603 "name": "Benjamin Eberlei",
604 "email": "kontakt@beberlei.de"
605 },
606 {
607 "name": "Guilherme Blanco",
608 "email": "guilhermeblanco@gmail.com"
609 },
610 {
611 "name": "Jonathan Wage",
612 "email": "jonwage@gmail.com"
613 },
614 {
615 "name": "Johannes Schmitt",
616 "email": "schmittjoh@gmail.com"
617 },
618 {
619 "name": "Marco Pivetta",
620 "email": "ocramius@gmail.com"
621 }
622 ],
623 "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.",
624 "homepage": "https://www.doctrine-project.org/projects/common.html",
625 "keywords": [
626 "common",
627 "doctrine",
628 "php"
629 ],
630 "time": "2018-11-21T01:24:55+00:00"
631 },
632 {
633 "name": "doctrine/dbal",
634 "version": "v2.9.2",
635 "source": {
636 "type": "git",
637 "url": "https://github.com/doctrine/dbal.git",
638 "reference": "22800bd651c1d8d2a9719e2a3dc46d5108ebfcc9"
639 },
640 "dist": {
641 "type": "zip",
642 "url": "https://api.github.com/repos/doctrine/dbal/zipball/22800bd651c1d8d2a9719e2a3dc46d5108ebfcc9",
643 "reference": "22800bd651c1d8d2a9719e2a3dc46d5108ebfcc9",
644 "shasum": ""
645 },
646 "require": {
647 "doctrine/cache": "^1.0",
648 "doctrine/event-manager": "^1.0",
649 "ext-pdo": "*",
650 "php": "^7.1"
651 },
652 "require-dev": {
653 "doctrine/coding-standard": "^5.0",
654 "jetbrains/phpstorm-stubs": "^2018.1.2",
655 "phpstan/phpstan": "^0.10.1",
656 "phpunit/phpunit": "^7.4",
657 "symfony/console": "^2.0.5|^3.0|^4.0",
658 "symfony/phpunit-bridge": "^3.4.5|^4.0.5"
659 },
660 "suggest": {
661 "symfony/console": "For helpful console commands such as SQL execution and import of files."
662 },
663 "bin": [
664 "bin/doctrine-dbal"
665 ],
666 "type": "library",
667 "extra": {
668 "branch-alias": {
669 "dev-master": "2.9.x-dev",
670 "dev-develop": "3.0.x-dev"
671 }
672 },
673 "autoload": {
674 "psr-4": {
675 "Doctrine\\DBAL\\": "lib/Doctrine/DBAL"
676 }
677 },
678 "notification-url": "https://packagist.org/downloads/",
679 "license": [
680 "MIT"
681 ],
682 "authors": [
683 {
684 "name": "Roman Borschel",
685 "email": "roman@code-factory.org"
686 },
687 {
688 "name": "Benjamin Eberlei",
689 "email": "kontakt@beberlei.de"
690 },
691 {
692 "name": "Guilherme Blanco",
693 "email": "guilhermeblanco@gmail.com"
694 },
695 {
696 "name": "Jonathan Wage",
697 "email": "jonwage@gmail.com"
698 }
699 ],
700 "description": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.",
701 "homepage": "https://www.doctrine-project.org/projects/dbal.html",
702 "keywords": [
703 "abstraction",
704 "database",
705 "dbal",
706 "mysql",
707 "persistence",
708 "pgsql",
709 "php",
710 "queryobject"
711 ],
712 "time": "2018-12-31T03:27:51+00:00"
713 },
714 {
715 "name": "doctrine/doctrine-bundle",
955a3bde 716 "version": "1.11.2",
6546aca4
JB
717 "source": {
718 "type": "git",
719 "url": "https://github.com/doctrine/DoctrineBundle.git",
955a3bde 720 "reference": "28101e20776d8fa20a00b54947fbae2db0d09103"
6546aca4
JB
721 },
722 "dist": {
723 "type": "zip",
955a3bde
JB
724 "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/28101e20776d8fa20a00b54947fbae2db0d09103",
725 "reference": "28101e20776d8fa20a00b54947fbae2db0d09103",
6546aca4
JB
726 "shasum": ""
727 },
728 "require": {
729 "doctrine/dbal": "^2.5.12",
730 "doctrine/doctrine-cache-bundle": "~1.2",
731 "jdorn/sql-formatter": "^1.2.16",
732 "php": "^7.1",
733 "symfony/config": "^3.4|^4.1",
734 "symfony/console": "^3.4|^4.1",
735 "symfony/dependency-injection": "^3.4|^4.1",
736 "symfony/doctrine-bridge": "^3.4|^4.1",
737 "symfony/framework-bundle": "^3.4|^4.1"
738 },
739 "conflict": {
740 "doctrine/orm": "<2.6",
741 "twig/twig": "<1.34|>=2.0,<2.4"
742 },
743 "require-dev": {
744 "doctrine/coding-standard": "^6.0",
745 "doctrine/orm": "^2.6",
746 "php-coveralls/php-coveralls": "^2.1",
747 "phpunit/phpunit": "7.0",
748 "symfony/cache": "^3.4|^4.1",
749 "symfony/phpunit-bridge": "^4.2",
750 "symfony/property-info": "^3.4|^4.1",
751 "symfony/validator": "^3.4|^4.1",
752 "symfony/web-profiler-bundle": "^3.4|^4.1",
753 "symfony/yaml": "^3.4|^4.1",
754 "twig/twig": "^1.34|^2.4"
755 },
756 "suggest": {
757 "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
758 "symfony/web-profiler-bundle": "To use the data collector."
759 },
760 "type": "symfony-bundle",
761 "extra": {
762 "branch-alias": {
763 "dev-master": "1.11.x-dev"
764 }
765 },
766 "autoload": {
767 "psr-4": {
768 "Doctrine\\Bundle\\DoctrineBundle\\": ""
769 }
770 },
771 "notification-url": "https://packagist.org/downloads/",
772 "license": [
773 "MIT"
774 ],
775 "authors": [
776 {
777 "name": "Symfony Community",
778 "homepage": "http://symfony.com/contributors"
779 },
780 {
781 "name": "Benjamin Eberlei",
782 "email": "kontakt@beberlei.de"
783 },
784 {
785 "name": "Doctrine Project",
786 "homepage": "http://www.doctrine-project.org/"
787 },
788 {
789 "name": "Fabien Potencier",
790 "email": "fabien@symfony.com"
791 }
792 ],
793 "description": "Symfony DoctrineBundle",
794 "homepage": "http://www.doctrine-project.org",
795 "keywords": [
796 "database",
797 "dbal",
798 "orm",
799 "persistence"
800 ],
955a3bde 801 "time": "2019-06-04T07:35:05+00:00"
6546aca4
JB
802 },
803 {
804 "name": "doctrine/doctrine-cache-bundle",
805 "version": "1.3.5",
806 "source": {
807 "type": "git",
808 "url": "https://github.com/doctrine/DoctrineCacheBundle.git",
809 "reference": "5514c90d9fb595e1095e6d66ebb98ce9ef049927"
810 },
811 "dist": {
812 "type": "zip",
813 "url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/5514c90d9fb595e1095e6d66ebb98ce9ef049927",
814 "reference": "5514c90d9fb595e1095e6d66ebb98ce9ef049927",
815 "shasum": ""
816 },
817 "require": {
818 "doctrine/cache": "^1.4.2",
819 "doctrine/inflector": "~1.0",
820 "php": ">=5.3.2",
821 "symfony/doctrine-bridge": "~2.7|~3.3|~4.0"
822 },
823 "require-dev": {
824 "instaclick/coding-standard": "~1.1",
825 "instaclick/object-calisthenics-sniffs": "dev-master",
826 "instaclick/symfony2-coding-standard": "dev-remaster",
827 "phpunit/phpunit": "~4.8.36|~5.6|~6.5|~7.0",
828 "predis/predis": "~0.8",
829 "satooshi/php-coveralls": "^1.0",
830 "squizlabs/php_codesniffer": "~1.5",
831 "symfony/console": "~2.7|~3.3|~4.0",
832 "symfony/finder": "~2.7|~3.3|~4.0",
833 "symfony/framework-bundle": "~2.7|~3.3|~4.0",
834 "symfony/phpunit-bridge": "~2.7|~3.3|~4.0",
835 "symfony/security-acl": "~2.7|~3.3",
836 "symfony/validator": "~2.7|~3.3|~4.0",
837 "symfony/yaml": "~2.7|~3.3|~4.0"
838 },
839 "suggest": {
840 "symfony/security-acl": "For using this bundle to cache ACLs"
841 },
842 "type": "symfony-bundle",
843 "extra": {
844 "branch-alias": {
845 "dev-master": "1.3.x-dev"
846 }
847 },
848 "autoload": {
849 "psr-4": {
850 "Doctrine\\Bundle\\DoctrineCacheBundle\\": ""
851 },
852 "exclude-from-classmap": [
853 "/Tests/"
854 ]
855 },
856 "notification-url": "https://packagist.org/downloads/",
857 "license": [
858 "MIT"
859 ],
860 "authors": [
861 {
862 "name": "Symfony Community",
863 "homepage": "http://symfony.com/contributors"
864 },
865 {
866 "name": "Benjamin Eberlei",
867 "email": "kontakt@beberlei.de"
868 },
869 {
870 "name": "Fabio B. Silva",
871 "email": "fabio.bat.silva@gmail.com"
872 },
873 {
874 "name": "Guilherme Blanco",
875 "email": "guilhermeblanco@hotmail.com"
876 },
877 {
878 "name": "Doctrine Project",
879 "homepage": "http://www.doctrine-project.org/"
880 },
881 {
882 "name": "Fabien Potencier",
883 "email": "fabien@symfony.com"
884 }
885 ],
886 "description": "Symfony Bundle for Doctrine Cache",
887 "homepage": "https://www.doctrine-project.org",
888 "keywords": [
889 "cache",
890 "caching"
891 ],
892 "time": "2018-11-09T06:25:35+00:00"
893 },
894 {
895 "name": "doctrine/doctrine-migrations-bundle",
896 "version": "v1.3.2",
897 "source": {
898 "type": "git",
899 "url": "https://github.com/doctrine/DoctrineMigrationsBundle.git",
900 "reference": "49fa399181db4bf4f9f725126bd1cb65c4398dce"
901 },
902 "dist": {
903 "type": "zip",
904 "url": "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/49fa399181db4bf4f9f725126bd1cb65c4398dce",
905 "reference": "49fa399181db4bf4f9f725126bd1cb65c4398dce",
906 "shasum": ""
907 },
908 "require": {
909 "doctrine/doctrine-bundle": "~1.0",
910 "doctrine/migrations": "^1.1",
911 "php": ">=5.4.0",
912 "symfony/framework-bundle": "~2.7|~3.3|~4.0"
913 },
914 "require-dev": {
915 "phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^7.4"
916 },
917 "type": "symfony-bundle",
918 "extra": {
919 "branch-alias": {
920 "dev-master": "1.3-dev"
921 }
922 },
923 "autoload": {
924 "psr-4": {
925 "Doctrine\\Bundle\\MigrationsBundle\\": ""
926 }
927 },
928 "notification-url": "https://packagist.org/downloads/",
929 "license": [
930 "MIT"
931 ],
932 "authors": [
933 {
934 "name": "Symfony Community",
935 "homepage": "http://symfony.com/contributors"
936 },
937 {
938 "name": "Doctrine Project",
939 "homepage": "http://www.doctrine-project.org"
940 },
941 {
942 "name": "Fabien Potencier",
943 "email": "fabien@symfony.com"
944 }
945 ],
946 "description": "Symfony DoctrineMigrationsBundle",
947 "homepage": "http://www.doctrine-project.org",
948 "keywords": [
949 "dbal",
950 "migrations",
951 "schema"
952 ],
953 "time": "2018-12-03T11:55:33+00:00"
954 },
955 {
956 "name": "doctrine/event-manager",
957 "version": "v1.0.0",
958 "source": {
959 "type": "git",
960 "url": "https://github.com/doctrine/event-manager.git",
961 "reference": "a520bc093a0170feeb6b14e9d83f3a14452e64b3"
962 },
963 "dist": {
964 "type": "zip",
965 "url": "https://api.github.com/repos/doctrine/event-manager/zipball/a520bc093a0170feeb6b14e9d83f3a14452e64b3",
966 "reference": "a520bc093a0170feeb6b14e9d83f3a14452e64b3",
967 "shasum": ""
968 },
969 "require": {
970 "php": "^7.1"
971 },
972 "conflict": {
973 "doctrine/common": "<2.9@dev"
974 },
975 "require-dev": {
976 "doctrine/coding-standard": "^4.0",
977 "phpunit/phpunit": "^7.0"
978 },
979 "type": "library",
980 "extra": {
981 "branch-alias": {
982 "dev-master": "1.0.x-dev"
983 }
984 },
985 "autoload": {
986 "psr-4": {
987 "Doctrine\\Common\\": "lib/Doctrine/Common"
988 }
989 },
990 "notification-url": "https://packagist.org/downloads/",
991 "license": [
992 "MIT"
993 ],
994 "authors": [
995 {
996 "name": "Roman Borschel",
997 "email": "roman@code-factory.org"
998 },
999 {
1000 "name": "Benjamin Eberlei",
1001 "email": "kontakt@beberlei.de"
1002 },
1003 {
1004 "name": "Guilherme Blanco",
1005 "email": "guilhermeblanco@gmail.com"
1006 },
1007 {
1008 "name": "Jonathan Wage",
1009 "email": "jonwage@gmail.com"
1010 },
1011 {
1012 "name": "Johannes Schmitt",
1013 "email": "schmittjoh@gmail.com"
1014 },
1015 {
1016 "name": "Marco Pivetta",
1017 "email": "ocramius@gmail.com"
1018 }
1019 ],
1020 "description": "Doctrine Event Manager component",
1021 "homepage": "https://www.doctrine-project.org/projects/event-manager.html",
1022 "keywords": [
1023 "event",
1024 "eventdispatcher",
1025 "eventmanager"
1026 ],
1027 "time": "2018-06-11T11:59:03+00:00"
1028 },
1029 {
1030 "name": "doctrine/inflector",
1031 "version": "v1.3.0",
1032 "source": {
1033 "type": "git",
1034 "url": "https://github.com/doctrine/inflector.git",
1035 "reference": "5527a48b7313d15261292c149e55e26eae771b0a"
1036 },
1037 "dist": {
1038 "type": "zip",
1039 "url": "https://api.github.com/repos/doctrine/inflector/zipball/5527a48b7313d15261292c149e55e26eae771b0a",
1040 "reference": "5527a48b7313d15261292c149e55e26eae771b0a",
1041 "shasum": ""
1042 },
1043 "require": {
1044 "php": "^7.1"
1045 },
1046 "require-dev": {
1047 "phpunit/phpunit": "^6.2"
1048 },
1049 "type": "library",
1050 "extra": {
1051 "branch-alias": {
1052 "dev-master": "1.3.x-dev"
1053 }
1054 },
1055 "autoload": {
1056 "psr-4": {
1057 "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
1058 }
1059 },
1060 "notification-url": "https://packagist.org/downloads/",
1061 "license": [
1062 "MIT"
1063 ],
1064 "authors": [
1065 {
1066 "name": "Roman Borschel",
1067 "email": "roman@code-factory.org"
1068 },
1069 {
1070 "name": "Benjamin Eberlei",
1071 "email": "kontakt@beberlei.de"
1072 },
1073 {
1074 "name": "Guilherme Blanco",
1075 "email": "guilhermeblanco@gmail.com"
1076 },
1077 {
1078 "name": "Jonathan Wage",
1079 "email": "jonwage@gmail.com"
1080 },
1081 {
1082 "name": "Johannes Schmitt",
1083 "email": "schmittjoh@gmail.com"
1084 }
1085 ],
1086 "description": "Common String Manipulations with regard to casing and singular/plural rules.",
1087 "homepage": "http://www.doctrine-project.org",
1088 "keywords": [
1089 "inflection",
1090 "pluralize",
1091 "singularize",
1092 "string"
1093 ],
1094 "time": "2018-01-09T20:05:19+00:00"
1095 },
1096 {
1097 "name": "doctrine/instantiator",
1098 "version": "1.2.0",
1099 "source": {
1100 "type": "git",
1101 "url": "https://github.com/doctrine/instantiator.git",
1102 "reference": "a2c590166b2133a4633738648b6b064edae0814a"
1103 },
1104 "dist": {
1105 "type": "zip",
1106 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/a2c590166b2133a4633738648b6b064edae0814a",
1107 "reference": "a2c590166b2133a4633738648b6b064edae0814a",
1108 "shasum": ""
1109 },
1110 "require": {
1111 "php": "^7.1"
1112 },
1113 "require-dev": {
1114 "doctrine/coding-standard": "^6.0",
1115 "ext-pdo": "*",
1116 "ext-phar": "*",
1117 "phpbench/phpbench": "^0.13",
1118 "phpstan/phpstan-phpunit": "^0.11",
1119 "phpstan/phpstan-shim": "^0.11",
1120 "phpunit/phpunit": "^7.0"
1121 },
1122 "type": "library",
1123 "extra": {
1124 "branch-alias": {
1125 "dev-master": "1.2.x-dev"
1126 }
1127 },
1128 "autoload": {
1129 "psr-4": {
1130 "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
1131 }
1132 },
1133 "notification-url": "https://packagist.org/downloads/",
1134 "license": [
1135 "MIT"
1136 ],
1137 "authors": [
1138 {
1139 "name": "Marco Pivetta",
1140 "email": "ocramius@gmail.com",
1141 "homepage": "http://ocramius.github.com/"
1142 }
1143 ],
1144 "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
1145 "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
1146 "keywords": [
1147 "constructor",
1148 "instantiate"
1149 ],
1150 "time": "2019-03-17T17:37:11+00:00"
1151 },
1152 {
1153 "name": "doctrine/lexer",
cb4108b4 1154 "version": "1.0.2",
6546aca4
JB
1155 "source": {
1156 "type": "git",
1157 "url": "https://github.com/doctrine/lexer.git",
cb4108b4 1158 "reference": "1febd6c3ef84253d7c815bed85fc622ad207a9f8"
6546aca4
JB
1159 },
1160 "dist": {
1161 "type": "zip",
cb4108b4 1162 "url": "https://api.github.com/repos/doctrine/lexer/zipball/1febd6c3ef84253d7c815bed85fc622ad207a9f8",
1163 "reference": "1febd6c3ef84253d7c815bed85fc622ad207a9f8",
6546aca4
JB
1164 "shasum": ""
1165 },
1166 "require": {
1167 "php": ">=5.3.2"
1168 },
cb4108b4 1169 "require-dev": {
1170 "phpunit/phpunit": "^4.5"
1171 },
6546aca4
JB
1172 "type": "library",
1173 "extra": {
1174 "branch-alias": {
1175 "dev-master": "1.0.x-dev"
1176 }
1177 },
1178 "autoload": {
cb4108b4 1179 "psr-4": {
1180 "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
6546aca4
JB
1181 }
1182 },
1183 "notification-url": "https://packagist.org/downloads/",
1184 "license": [
1185 "MIT"
1186 ],
1187 "authors": [
1188 {
1189 "name": "Roman Borschel",
1190 "email": "roman@code-factory.org"
1191 },
1192 {
1193 "name": "Guilherme Blanco",
1194 "email": "guilhermeblanco@gmail.com"
1195 },
1196 {
1197 "name": "Johannes Schmitt",
1198 "email": "schmittjoh@gmail.com"
1199 }
1200 ],
cb4108b4 1201 "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
1202 "homepage": "https://www.doctrine-project.org/projects/lexer.html",
6546aca4 1203 "keywords": [
cb4108b4 1204 "annotations",
1205 "docblock",
6546aca4 1206 "lexer",
cb4108b4 1207 "parser",
1208 "php"
6546aca4 1209 ],
cb4108b4 1210 "time": "2019-06-08T11:03:04+00:00"
6546aca4
JB
1211 },
1212 {
1213 "name": "doctrine/migrations",
1214 "version": "v1.8.1",
1215 "source": {
1216 "type": "git",
1217 "url": "https://github.com/doctrine/migrations.git",
1218 "reference": "215438c0eef3e5f9b7da7d09c6b90756071b43e6"
1219 },
1220 "dist": {
1221 "type": "zip",
1222 "url": "https://api.github.com/repos/doctrine/migrations/zipball/215438c0eef3e5f9b7da7d09c6b90756071b43e6",
1223 "reference": "215438c0eef3e5f9b7da7d09c6b90756071b43e6",
1224 "shasum": ""
1225 },
1226 "require": {
1227 "doctrine/dbal": "~2.6",
1228 "ocramius/proxy-manager": "^1.0|^2.0",
1229 "php": "^7.1",
1230 "symfony/console": "~3.3|^4.0"
1231 },
1232 "require-dev": {
1233 "doctrine/coding-standard": "^1.0",
1234 "doctrine/orm": "~2.5",
1235 "jdorn/sql-formatter": "~1.1",
1236 "mikey179/vfsstream": "^1.6",
1237 "phpunit/phpunit": "~7.0",
1238 "squizlabs/php_codesniffer": "^3.0",
1239 "symfony/yaml": "~3.3|^4.0"
1240 },
1241 "suggest": {
1242 "jdorn/sql-formatter": "Allows to generate formatted SQL with the diff command.",
1243 "symfony/yaml": "Allows the use of yaml for migration configuration files."
1244 },
1245 "bin": [
1246 "bin/doctrine-migrations"
1247 ],
1248 "type": "library",
1249 "extra": {
1250 "branch-alias": {
1251 "dev-master": "v1.8.x-dev"
1252 }
1253 },
1254 "autoload": {
1255 "psr-4": {
1256 "Doctrine\\DBAL\\Migrations\\": "lib/Doctrine/DBAL/Migrations",
1257 "Doctrine\\Migrations\\": "lib/Doctrine/Migrations"
1258 }
1259 },
1260 "notification-url": "https://packagist.org/downloads/",
1261 "license": [
1262 "MIT"
1263 ],
1264 "authors": [
1265 {
1266 "name": "Benjamin Eberlei",
1267 "email": "kontakt@beberlei.de"
1268 },
1269 {
1270 "name": "Jonathan Wage",
1271 "email": "jonwage@gmail.com"
1272 },
1273 {
1274 "name": "Michael Simonson",
1275 "email": "contact@mikesimonson.com"
1276 }
1277 ],
1278 "description": "Database Schema migrations using Doctrine DBAL",
1279 "homepage": "https://www.doctrine-project.org/projects/migrations.html",
1280 "keywords": [
1281 "database",
1282 "migrations"
1283 ],
1284 "time": "2018-06-06T21:00:30+00:00"
1285 },
1286 {
1287 "name": "doctrine/orm",
1288 "version": "v2.6.3",
1289 "source": {
1290 "type": "git",
1291 "url": "https://github.com/doctrine/orm.git",
1292 "reference": "434820973cadf2da2d66e7184be370084cc32ca8"
1293 },
1294 "dist": {
1295 "type": "zip",
1296 "url": "https://api.github.com/repos/doctrine/orm/zipball/434820973cadf2da2d66e7184be370084cc32ca8",
1297 "reference": "434820973cadf2da2d66e7184be370084cc32ca8",
1298 "shasum": ""
1299 },
1300 "require": {
1301 "doctrine/annotations": "~1.5",
1302 "doctrine/cache": "~1.6",
1303 "doctrine/collections": "^1.4",
1304 "doctrine/common": "^2.7.1",
1305 "doctrine/dbal": "^2.6",
1306 "doctrine/instantiator": "~1.1",
1307 "ext-pdo": "*",
1308 "php": "^7.1",
1309 "symfony/console": "~3.0|~4.0"
1310 },
1311 "require-dev": {
1312 "doctrine/coding-standard": "^1.0",
1313 "phpunit/phpunit": "^6.5",
1314 "squizlabs/php_codesniffer": "^3.2",
1315 "symfony/yaml": "~3.4|~4.0"
1316 },
1317 "suggest": {
1318 "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
1319 },
1320 "bin": [
1321 "bin/doctrine"
1322 ],
1323 "type": "library",
1324 "extra": {
1325 "branch-alias": {
1326 "dev-master": "2.6.x-dev"
1327 }
1328 },
1329 "autoload": {
1330 "psr-4": {
1331 "Doctrine\\ORM\\": "lib/Doctrine/ORM"
1332 }
1333 },
1334 "notification-url": "https://packagist.org/downloads/",
1335 "license": [
1336 "MIT"
1337 ],
1338 "authors": [
1339 {
1340 "name": "Roman Borschel",
1341 "email": "roman@code-factory.org"
1342 },
1343 {
1344 "name": "Benjamin Eberlei",
1345 "email": "kontakt@beberlei.de"
1346 },
1347 {
1348 "name": "Guilherme Blanco",
1349 "email": "guilhermeblanco@gmail.com"
1350 },
1351 {
1352 "name": "Jonathan Wage",
1353 "email": "jonwage@gmail.com"
1354 },
1355 {
1356 "name": "Marco Pivetta",
1357 "email": "ocramius@gmail.com"
1358 }
1359 ],
1360 "description": "Object-Relational-Mapper for PHP",
1361 "homepage": "http://www.doctrine-project.org",
1362 "keywords": [
1363 "database",
1364 "orm"
1365 ],
1366 "time": "2018-11-20T23:46:46+00:00"
1367 },
1368 {
1369 "name": "doctrine/persistence",
1370 "version": "1.1.1",
1371 "source": {
1372 "type": "git",
1373 "url": "https://github.com/doctrine/persistence.git",
1374 "reference": "3da7c9d125591ca83944f477e65ed3d7b4617c48"
1375 },
1376 "dist": {
1377 "type": "zip",
1378 "url": "https://api.github.com/repos/doctrine/persistence/zipball/3da7c9d125591ca83944f477e65ed3d7b4617c48",
1379 "reference": "3da7c9d125591ca83944f477e65ed3d7b4617c48",
1380 "shasum": ""
1381 },
1382 "require": {
1383 "doctrine/annotations": "^1.0",
1384 "doctrine/cache": "^1.0",
1385 "doctrine/collections": "^1.0",
1386 "doctrine/event-manager": "^1.0",
1387 "doctrine/reflection": "^1.0",
1388 "php": "^7.1"
1389 },
1390 "conflict": {
1391 "doctrine/common": "<2.10@dev"
1392 },
1393 "require-dev": {
1394 "doctrine/coding-standard": "^5.0",
1395 "phpstan/phpstan": "^0.8",
1396 "phpunit/phpunit": "^7.0"
1397 },
1398 "type": "library",
1399 "extra": {
1400 "branch-alias": {
1401 "dev-master": "1.1.x-dev"
1402 }
1403 },
1404 "autoload": {
1405 "psr-4": {
1406 "Doctrine\\Common\\": "lib/Doctrine/Common"
1407 }
1408 },
1409 "notification-url": "https://packagist.org/downloads/",
1410 "license": [
1411 "MIT"
1412 ],
1413 "authors": [
1414 {
1415 "name": "Roman Borschel",
1416 "email": "roman@code-factory.org"
1417 },
1418 {
1419 "name": "Benjamin Eberlei",
1420 "email": "kontakt@beberlei.de"
1421 },
1422 {
1423 "name": "Guilherme Blanco",
1424 "email": "guilhermeblanco@gmail.com"
1425 },
1426 {
1427 "name": "Jonathan Wage",
1428 "email": "jonwage@gmail.com"
1429 },
1430 {
1431 "name": "Johannes Schmitt",
1432 "email": "schmittjoh@gmail.com"
1433 },
1434 {
1435 "name": "Marco Pivetta",
1436 "email": "ocramius@gmail.com"
1437 }
1438 ],
1439 "description": "The Doctrine Persistence project is a set of shared interfaces and functionality that the different Doctrine object mappers share.",
1440 "homepage": "https://doctrine-project.org/projects/persistence.html",
1441 "keywords": [
1442 "mapper",
1443 "object",
1444 "odm",
1445 "orm",
1446 "persistence"
1447 ],
1448 "time": "2019-04-23T08:28:24+00:00"
1449 },
1450 {
1451 "name": "doctrine/reflection",
1452 "version": "v1.0.0",
1453 "source": {
1454 "type": "git",
1455 "url": "https://github.com/doctrine/reflection.git",
1456 "reference": "02538d3f95e88eb397a5f86274deb2c6175c2ab6"
1457 },
1458 "dist": {
1459 "type": "zip",
1460 "url": "https://api.github.com/repos/doctrine/reflection/zipball/02538d3f95e88eb397a5f86274deb2c6175c2ab6",
1461 "reference": "02538d3f95e88eb397a5f86274deb2c6175c2ab6",
1462 "shasum": ""
1463 },
1464 "require": {
1465 "doctrine/annotations": "^1.0",
1466 "ext-tokenizer": "*",
1467 "php": "^7.1"
1468 },
1469 "require-dev": {
1470 "doctrine/coding-standard": "^4.0",
1471 "doctrine/common": "^2.8",
1472 "phpstan/phpstan": "^0.9.2",
1473 "phpstan/phpstan-phpunit": "^0.9.4",
1474 "phpunit/phpunit": "^7.0",
1475 "squizlabs/php_codesniffer": "^3.0"
1476 },
1477 "type": "library",
1478 "extra": {
1479 "branch-alias": {
1480 "dev-master": "1.0.x-dev"
1481 }
1482 },
1483 "autoload": {
1484 "psr-4": {
1485 "Doctrine\\Common\\": "lib/Doctrine/Common"
1486 }
1487 },
1488 "notification-url": "https://packagist.org/downloads/",
1489 "license": [
1490 "MIT"
1491 ],
1492 "authors": [
1493 {
1494 "name": "Roman Borschel",
1495 "email": "roman@code-factory.org"
1496 },
1497 {
1498 "name": "Benjamin Eberlei",
1499 "email": "kontakt@beberlei.de"
1500 },
1501 {
1502 "name": "Guilherme Blanco",
1503 "email": "guilhermeblanco@gmail.com"
1504 },
1505 {
1506 "name": "Jonathan Wage",
1507 "email": "jonwage@gmail.com"
1508 },
1509 {
1510 "name": "Johannes Schmitt",
1511 "email": "schmittjoh@gmail.com"
1512 },
1513 {
1514 "name": "Marco Pivetta",
1515 "email": "ocramius@gmail.com"
1516 }
1517 ],
1518 "description": "Doctrine Reflection component",
1519 "homepage": "https://www.doctrine-project.org/projects/reflection.html",
1520 "keywords": [
1521 "reflection"
1522 ],
1523 "time": "2018-06-14T14:45:07+00:00"
1524 },
1525 {
1526 "name": "egulias/email-validator",
61e53dda 1527 "version": "2.1.11",
6546aca4
JB
1528 "source": {
1529 "type": "git",
1530 "url": "https://github.com/egulias/EmailValidator.git",
61e53dda 1531 "reference": "92dd169c32f6f55ba570c309d83f5209cefb5e23"
6546aca4
JB
1532 },
1533 "dist": {
1534 "type": "zip",
61e53dda
JB
1535 "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/92dd169c32f6f55ba570c309d83f5209cefb5e23",
1536 "reference": "92dd169c32f6f55ba570c309d83f5209cefb5e23",
6546aca4
JB
1537 "shasum": ""
1538 },
1539 "require": {
1540 "doctrine/lexer": "^1.0.1",
1541 "php": ">= 5.5"
1542 },
1543 "require-dev": {
1544 "dominicsayers/isemail": "dev-master",
1545 "phpunit/phpunit": "^4.8.35||^5.7||^6.0",
9a80dcf1
JB
1546 "satooshi/php-coveralls": "^1.0.1",
1547 "symfony/phpunit-bridge": "^4.4@dev"
6546aca4
JB
1548 },
1549 "suggest": {
1550 "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
1551 },
1552 "type": "library",
1553 "extra": {
1554 "branch-alias": {
61e53dda 1555 "dev-master": "2.1.x-dev"
6546aca4
JB
1556 }
1557 },
1558 "autoload": {
1559 "psr-4": {
1560 "Egulias\\EmailValidator\\": "EmailValidator"
1561 }
1562 },
1563 "notification-url": "https://packagist.org/downloads/",
1564 "license": [
1565 "MIT"
1566 ],
1567 "authors": [
1568 {
1569 "name": "Eduardo Gulias Davis"
1570 }
1571 ],
1572 "description": "A library for validating emails against several RFCs",
1573 "homepage": "https://github.com/egulias/EmailValidator",
1574 "keywords": [
1575 "email",
1576 "emailvalidation",
1577 "emailvalidator",
1578 "validation",
1579 "validator"
1580 ],
61e53dda 1581 "time": "2019-08-13T17:33:27+00:00"
6546aca4
JB
1582 },
1583 {
1584 "name": "electrolinux/php-html5lib",
1585 "version": "0.1.0",
1586 "source": {
1587 "type": "git",
1588 "url": "https://github.com/electrolinux/php-html5lib.git",
1589 "reference": "9f92154993c7ecb120d9f9c0e558660d32846721"
1590 },
1591 "dist": {
1592 "type": "zip",
1593 "url": "https://api.github.com/repos/electrolinux/php-html5lib/zipball/9f92154993c7ecb120d9f9c0e558660d32846721",
1594 "reference": "9f92154993c7ecb120d9f9c0e558660d32846721",
1595 "shasum": ""
1596 },
1597 "require": {
1598 "php": ">=5.3.2"
1599 },
1600 "type": "library",
1601 "autoload": {
1602 "psr-0": {
1603 "HTML5Lib": "src/",
1604 "HTML5Lib\\Tests": "tests/"
1605 }
1606 },
1607 "notification-url": "https://packagist.org/downloads/",
1608 "license": [
1609 "MIT"
1610 ],
1611 "authors": [
1612 {
1613 "name": "Multiple users",
61e53dda
JB
1614 "homepage": "https://code.google.com/p/html5lib/",
1615 "role": "Original developers"
6546aca4
JB
1616 },
1617 {
1618 "name": "Sébastien Lavoie",
61e53dda
JB
1619 "homepage": "http://blog.lavoie.sl",
1620 "role": "Packager"
6546aca4
JB
1621 },
1622 {
1623 "name": "didier Belot",
1624 "role": "Packager"
1625 }
1626 ],
1627 "description": "A PHP implementations of a HTML parser based on the WHATWG HTML5 specification.",
1628 "homepage": "https://github.com/electrolinux/php-html5lib",
1629 "keywords": [
1630 "HTML5",
1631 "php"
1632 ],
1633 "time": "2013-03-18T18:32:30+00:00"
1634 },
1635 {
1636 "name": "fig/link-util",
1637 "version": "1.0.0",
1638 "source": {
1639 "type": "git",
1640 "url": "https://github.com/php-fig/link-util.git",
1641 "reference": "1a07821801a148be4add11ab0603e4af55a72fac"
1642 },
1643 "dist": {
1644 "type": "zip",
1645 "url": "https://api.github.com/repos/php-fig/link-util/zipball/1a07821801a148be4add11ab0603e4af55a72fac",
1646 "reference": "1a07821801a148be4add11ab0603e4af55a72fac",
1647 "shasum": ""
1648 },
1649 "require": {
1650 "php": ">=5.5.0",
1651 "psr/link": "~1.0@dev"
1652 },
1653 "require-dev": {
1654 "phpunit/phpunit": "^5.1",
1655 "squizlabs/php_codesniffer": "^2.3.1"
1656 },
1657 "type": "library",
1658 "extra": {
1659 "branch-alias": {
1660 "dev-master": "1.0.x-dev"
1661 }
1662 },
1663 "autoload": {
1664 "psr-4": {
1665 "Fig\\Link\\": "src/"
1666 }
1667 },
1668 "notification-url": "https://packagist.org/downloads/",
1669 "license": [
1670 "MIT"
1671 ],
1672 "authors": [
1673 {
1674 "name": "PHP-FIG",
1675 "homepage": "http://www.php-fig.org/"
1676 }
1677 ],
1678 "description": "Common utility implementations for HTTP links",
1679 "keywords": [
1680 "http",
1681 "http-link",
1682 "link",
1683 "psr",
1684 "psr-13",
1685 "rest"
1686 ],
1687 "time": "2016-10-17T18:31:11+00:00"
1688 },
1689 {
1690 "name": "fossar/htmlawed",
1691 "version": "1.2.7",
1692 "source": {
1693 "type": "git",
1694 "url": "https://github.com/fossar/HTMLawed.git",
1695 "reference": "4f7505e9622a96242923895c3008719b2c2283d3"
1696 },
1697 "dist": {
1698 "type": "zip",
1699 "url": "https://api.github.com/repos/fossar/HTMLawed/zipball/4f7505e9622a96242923895c3008719b2c2283d3",
1700 "reference": "4f7505e9622a96242923895c3008719b2c2283d3",
1701 "shasum": ""
1702 },
1703 "require": {
1704 "php": ">4.4.0"
1705 },
1706 "replace": {
1707 "htmlawed/htmlawed": "*"
1708 },
1709 "type": "library",
1710 "autoload": {
1711 "files": [
1712 "htmLawed.php"
1713 ]
1714 },
1715 "notification-url": "https://packagist.org/downloads/",
1716 "license": [
1717 "GPL-2.0+",
1718 "LGPL-3.0"
1719 ],
1720 "authors": [
1721 {
1722 "name": "Santosh Patnaik",
61e53dda
JB
1723 "homepage": "http://www.bioinformatics.org/people/index.php?user_hash=558b661f92d0ff7b",
1724 "role": "Developer"
6546aca4
JB
1725 }
1726 ],
1727 "description": "htmLawed - Process text with HTML markup to make it more compliant with HTML standards and administrative policies",
1728 "homepage": "http://www.bioinformatics.org/phplabware/internal_utilities/htmLawed/",
1729 "keywords": [
1730 "HTMLtidy",
1731 "html",
1732 "sanitize",
1733 "strip",
1734 "tags"
1735 ],
1736 "time": "2019-05-09T11:53:40+00:00"
1737 },
1738 {
1739 "name": "friendsofsymfony/jsrouting-bundle",
56d39423 1740 "version": "2.4.0",
6546aca4
JB
1741 "source": {
1742 "type": "git",
1743 "url": "https://github.com/FriendsOfSymfony/FOSJsRoutingBundle.git",
56d39423 1744 "reference": "e42ed450eac2b61d5fcba9cd834c294a429e9a40"
6546aca4
JB
1745 },
1746 "dist": {
1747 "type": "zip",
56d39423 1748 "url": "https://api.github.com/repos/FriendsOfSymfony/FOSJsRoutingBundle/zipball/e42ed450eac2b61d5fcba9cd834c294a429e9a40",
1749 "reference": "e42ed450eac2b61d5fcba9cd834c294a429e9a40",
6546aca4
JB
1750 "shasum": ""
1751 },
1752 "require": {
1753 "php": "^5.3.9|^7.0",
1754 "symfony/console": "~2.7||~3.0|^4.0",
1755 "symfony/framework-bundle": "~2.7||~3.0|^4.0",
1756 "symfony/serializer": "~2.7||~3.0|^4.0",
1757 "willdurand/jsonp-callback-validator": "~1.0"
1758 },
1759 "require-dev": {
1760 "symfony/expression-language": "~2.7||~3.0|^4.0",
1761 "symfony/phpunit-bridge": "^3.3|^4.0"
1762 },
1763 "type": "symfony-bundle",
1764 "extra": {
1765 "branch-alias": {
1766 "dev-master": "2.0-dev"
1767 }
1768 },
1769 "autoload": {
1770 "psr-4": {
1771 "FOS\\JsRoutingBundle\\": ""
1772 },
1773 "exclude-from-classmap": [
1774 "/Tests/"
1775 ]
1776 },
1777 "notification-url": "https://packagist.org/downloads/",
1778 "license": [
1779 "MIT"
1780 ],
1781 "authors": [
6546aca4
JB
1782 {
1783 "name": "William Durand",
1784 "email": "will+git@drnd.me"
56d39423 1785 },
1786 {
1787 "name": "FriendsOfSymfony Community",
1788 "homepage": "https://github.com/friendsofsymfony/FOSJsRoutingBundle/contributors"
6546aca4
JB
1789 }
1790 ],
1791 "description": "A pretty nice way to expose your Symfony2 routing to client applications.",
1792 "homepage": "http://friendsofsymfony.github.com",
1793 "keywords": [
1794 "Js Routing",
1795 "javascript",
1796 "routing"
1797 ],
56d39423 1798 "time": "2019-08-10T15:40:05+00:00"
6546aca4
JB
1799 },
1800 {
1801 "name": "friendsofsymfony/oauth-server-bundle",
1802 "version": "1.6.2",
1803 "source": {
1804 "type": "git",
1805 "url": "https://github.com/FriendsOfSymfony/FOSOAuthServerBundle.git",
1806 "reference": "fcaa25cc49474bdb0db7894f880976fe76ffed23"
1807 },
1808 "dist": {
1809 "type": "zip",
1810 "url": "https://api.github.com/repos/FriendsOfSymfony/FOSOAuthServerBundle/zipball/fcaa25cc49474bdb0db7894f880976fe76ffed23",
1811 "reference": "fcaa25cc49474bdb0db7894f880976fe76ffed23",
1812 "shasum": ""
1813 },
1814 "require": {
1815 "friendsofsymfony/oauth2-php": "~1.1",
1816 "paragonie/random_compat": "^1|^2",
1817 "php": "^5.5|^7.0",
1818 "symfony/dependency-injection": "^2.8|~3.0|^4.0",
1819 "symfony/framework-bundle": "~2.8|~3.0|^4.0",
1820 "symfony/security-bundle": "~2.8|~3.0|^4.0"
1821 },
1822 "require-dev": {
1823 "doctrine/doctrine-bundle": "~1.0",
1824 "doctrine/mongodb-odm": "~1.0",
1825 "doctrine/orm": "~2.2",
1826 "phing/phing": "~2.4",
1827 "php-mock/php-mock-phpunit": "^1.1",
1828 "phpunit/phpunit": "~4.8|~5.0",
1829 "propel/propel1": "^1.6.5",
1830 "symfony/class-loader": "~2.8|~3.0|^4.0",
1831 "symfony/console": "~2.8|~3.0|^4.0",
1832 "symfony/form": "~2.8|~3.0|^4.0",
1833 "symfony/phpunit-bridge": "~2.8|~3.0|^4.0",
1834 "symfony/templating": "~2.8|~3.0|^4.0",
1835 "symfony/twig-bundle": "~2.8|~3.0|^4.0",
1836 "symfony/yaml": "~2.8|~3.0|^4.0",
1837 "willdurand/propel-typehintable-behavior": "^1.0.4"
1838 },
1839 "suggest": {
1840 "doctrine/doctrine-bundle": "*",
1841 "doctrine/mongodb-odm-bundle": "*",
1842 "propel/propel-bundle": "If you want to use Propel with Symfony2, then you will have to install the PropelBundle",
1843 "symfony/console": "Needed to be able to use commands",
1844 "symfony/form": "Needed to be able to use the AuthorizeFormType",
1845 "willdurand/propel-typehintable-behavior": "The Typehintable behavior is useful to add type hints on generated methods, to be compliant with interfaces"
1846 },
1847 "type": "symfony-bundle",
1848 "extra": {
1849 "branch-alias": {
1850 "dev-master": "1.5-dev"
1851 }
1852 },
1853 "autoload": {
1854 "psr-4": {
1855 "FOS\\OAuthServerBundle\\": ""
1856 },
1857 "exclude-from-classmap": [
1858 "/Tests/"
1859 ]
1860 },
1861 "notification-url": "https://packagist.org/downloads/",
1862 "license": [
1863 "MIT"
1864 ],
1865 "authors": [
1866 {
1867 "name": "Arnaud Le Blanc",
1868 "email": "arnaud.lb@gmail.com"
1869 },
1870 {
1871 "name": "FriendsOfSymfony Community",
1872 "homepage": "https://github.com/FriendsOfSymfony/FOSOAuthServerBundle/contributors"
1873 }
1874 ],
1875 "description": "Symfony2 OAuth Server Bundle",
1876 "homepage": "http://friendsofsymfony.github.com",
1877 "keywords": [
1878 "oauth",
1879 "oauth2",
1880 "server"
1881 ],
1882 "time": "2019-01-23T15:23:04+00:00"
1883 },
1884 {
1885 "name": "friendsofsymfony/oauth2-php",
1886 "version": "1.2.3",
1887 "source": {
1888 "type": "git",
1889 "url": "https://github.com/FriendsOfSymfony/oauth2-php.git",
1890 "reference": "a41fef63f81ef2ef632350a6c7dc66d15baa9240"
1891 },
1892 "dist": {
1893 "type": "zip",
1894 "url": "https://api.github.com/repos/FriendsOfSymfony/oauth2-php/zipball/a41fef63f81ef2ef632350a6c7dc66d15baa9240",
1895 "reference": "a41fef63f81ef2ef632350a6c7dc66d15baa9240",
1896 "shasum": ""
1897 },
1898 "require": {
1899 "php": "^5.5.9|>=7.0.8",
1900 "symfony/http-foundation": "~3.0|~4.0"
1901 },
1902 "require-dev": {
1903 "phpunit/phpunit": "~4.0"
1904 },
1905 "type": "library",
1906 "extra": {
1907 "branch-alias": {
1908 "dev-master": "1.2.x-dev"
1909 }
1910 },
1911 "autoload": {
1912 "psr-4": {
1913 "OAuth2\\": "lib/"
1914 }
1915 },
1916 "notification-url": "https://packagist.org/downloads/",
1917 "license": [
1918 "MIT"
1919 ],
1920 "authors": [
1921 {
1922 "name": "Arnaud Le Blanc",
1923 "email": "arnaud.lb@gmail.com"
1924 },
1925 {
1926 "name": "FriendsOfSymfony Community",
1927 "homepage": "https://github.com/FriendsOfSymfony/oauth2-php/contributors"
1928 }
1929 ],
1930 "description": "OAuth2 library",
1931 "homepage": "https://github.com/FriendsOfSymfony/oauth2-php",
1932 "keywords": [
1933 "oauth",
1934 "oauth2"
1935 ],
1936 "time": "2018-01-30T19:58:25+00:00"
1937 },
1938 {
1939 "name": "friendsofsymfony/rest-bundle",
1940 "version": "2.5.0",
1941 "source": {
1942 "type": "git",
1943 "url": "https://github.com/FriendsOfSymfony/FOSRestBundle.git",
1944 "reference": "a5fc73b84bdb2f0fdf58a717b322ceb6997f7bf3"
1945 },
1946 "dist": {
1947 "type": "zip",
1948 "url": "https://api.github.com/repos/FriendsOfSymfony/FOSRestBundle/zipball/a5fc73b84bdb2f0fdf58a717b322ceb6997f7bf3",
1949 "reference": "a5fc73b84bdb2f0fdf58a717b322ceb6997f7bf3",
1950 "shasum": ""
1951 },
1952 "require": {
1953 "doctrine/inflector": "^1.0",
1954 "php": "^5.5.9|~7.0",
1955 "psr/log": "^1.0",
1956 "symfony/config": "^3.4|^4.0",
1957 "symfony/debug": "^3.4|^4.0",
1958 "symfony/dependency-injection": "^3.4|^4.0",
1959 "symfony/event-dispatcher": "^3.4|^4.0",
1960 "symfony/finder": "^3.4|^4.0",
1961 "symfony/framework-bundle": "^3.4|^4.0",
1962 "symfony/http-foundation": "^3.4|^4.0",
1963 "symfony/http-kernel": "^3.4|^4.0",
1964 "symfony/routing": "^3.4|^4.0",
1965 "symfony/security-core": "^3.4|^4.0",
1966 "symfony/templating": "^3.4|^4.0",
1967 "willdurand/jsonp-callback-validator": "^1.0",
1968 "willdurand/negotiation": "^2.0"
1969 },
1970 "conflict": {
1971 "jms/serializer": "<1.13.0",
1972 "jms/serializer-bundle": "<2.0.0",
1973 "sensio/framework-extra-bundle": "<3.0.13"
1974 },
1975 "require-dev": {
1976 "jms/serializer": "^1.13|^2.0",
1977 "jms/serializer-bundle": "^2.3.1|^3.0",
1978 "phpoption/phpoption": "^1.1",
1979 "psr/http-message": "^1.0",
1980 "sensio/framework-extra-bundle": "^3.0.13|^4.0|^5.0",
1981 "symfony/asset": "^3.4|^4.0",
1982 "symfony/browser-kit": "^3.4|^4.0",
1983 "symfony/css-selector": "^3.4|^4.0",
1984 "symfony/dependency-injection": "^2.7.20|^3.0|^4.0",
1985 "symfony/expression-language": "~2.7|^3.0|^4.0",
1986 "symfony/form": "^3.4|^4.0",
1987 "symfony/phpunit-bridge": "^4.1.8",
1988 "symfony/security-bundle": "^3.4|^4.0",
1989 "symfony/serializer": "^2.7.11|^3.0.4|^4.0",
1990 "symfony/twig-bundle": "^3.4|^4.0",
1991 "symfony/validator": "^3.4|^4.0",
1992 "symfony/web-profiler-bundle": "^3.4|^4.0",
1993 "symfony/yaml": "^3.4|^4.0"
1994 },
1995 "suggest": {
1996 "jms/serializer-bundle": "Add support for advanced serialization capabilities, recommended, requires ^2.0|^3.0",
1997 "sensio/framework-extra-bundle": "Add support for the request body converter and the view response listener, requires ^3.0",
1998 "symfony/expression-language": "Add support for using the expression language in the routing, requires ^2.7|^3.0",
1999 "symfony/serializer": "Add support for basic serialization capabilities and xml decoding, requires ^2.7|^3.0",
2000 "symfony/validator": "Add support for validation capabilities in the ParamFetcher, requires ^2.7|^3.0"
2001 },
2002 "type": "symfony-bundle",
2003 "extra": {
2004 "branch-alias": {
2005 "dev-master": "2.5-dev"
2006 }
2007 },
2008 "autoload": {
2009 "psr-4": {
2010 "FOS\\RestBundle\\": ""
2011 },
2012 "exclude-from-classmap": [
2013 "Tests/"
2014 ]
2015 },
2016 "notification-url": "https://packagist.org/downloads/",
2017 "license": [
2018 "MIT"
2019 ],
2020 "authors": [
2021 {
2022 "name": "Lukas Kahwe Smith",
2023 "email": "smith@pooteeweet.org"
2024 },
2025 {
2026 "name": "FriendsOfSymfony Community",
2027 "homepage": "https://github.com/friendsofsymfony/FOSRestBundle/contributors"
2028 },
2029 {
2030 "name": "Konstantin Kudryashov",
2031 "email": "ever.zet@gmail.com"
2032 }
2033 ],
2034 "description": "This Bundle provides various tools to rapidly develop RESTful API's with Symfony",
2035 "homepage": "http://friendsofsymfony.github.com",
2036 "keywords": [
2037 "rest"
2038 ],
2039 "time": "2019-01-03T13:05:12+00:00"
2040 },
2041 {
2042 "name": "friendsofsymfony/user-bundle",
2043 "version": "v2.0.2",
2044 "source": {
2045 "type": "git",
2046 "url": "https://github.com/FriendsOfSymfony/FOSUserBundle.git",
2047 "reference": "2fc8a023d7ab482321cf7ec810ed49eab40eb50f"
2048 },
2049 "dist": {
2050 "type": "zip",
2051 "url": "https://api.github.com/repos/FriendsOfSymfony/FOSUserBundle/zipball/2fc8a023d7ab482321cf7ec810ed49eab40eb50f",
2052 "reference": "2fc8a023d7ab482321cf7ec810ed49eab40eb50f",
2053 "shasum": ""
2054 },
2055 "require": {
2056 "paragonie/random_compat": "^1 || ^2",
2057 "php": "^5.5.9 || ^7.0",
2058 "symfony/form": "^2.7 || ^3.0",
2059 "symfony/framework-bundle": "^2.7 || ^3.0",
2060 "symfony/security-bundle": "^2.7 || ^3.0",
2061 "symfony/templating": "^2.7 || ^3.0",
2062 "symfony/twig-bundle": "^2.7 || ^3.0",
2063 "twig/twig": "^1.28 || ^2.0"
2064 },
2065 "conflict": {
2066 "doctrine/doctrine-bundle": "<1.3",
2067 "symfony/doctrine-bridge": "<2.7"
2068 },
2069 "require-dev": {
2070 "doctrine/doctrine-bundle": "^1.3",
2071 "friendsofphp/php-cs-fixer": "^1.11",
2072 "phpunit/phpunit": "~4.8|~5.0",
2073 "swiftmailer/swiftmailer": "^4.3 || ^5.0 || ^6.0",
2074 "symfony/console": "^2.7 || ^3.0",
2075 "symfony/phpunit-bridge": "^2.7 || ^3.0",
2076 "symfony/validator": "^2.7 || ^3.0",
2077 "symfony/yaml": "^2.7 || ^3.0"
2078 },
2079 "type": "symfony-bundle",
2080 "extra": {
2081 "branch-alias": {
2082 "dev-master": "2.0.x-dev"
2083 }
2084 },
2085 "autoload": {
2086 "psr-4": {
2087 "FOS\\UserBundle\\": ""
2088 },
2089 "exclude-from-classmap": [
2090 "/Tests/"
2091 ]
2092 },
2093 "notification-url": "https://packagist.org/downloads/",
2094 "license": [
2095 "MIT"
2096 ],
2097 "authors": [
2098 {
2099 "name": "Christophe Coevoet",
2100 "email": "stof@notk.org"
2101 },
2102 {
2103 "name": "FriendsOfSymfony Community",
2104 "homepage": "https://github.com/friendsofsymfony/FOSUserBundle/contributors"
2105 },
2106 {
2107 "name": "Thibault Duplessis",
2108 "email": "thibault.duplessis@gmail.com"
2109 }
2110 ],
2111 "description": "Symfony FOSUserBundle",
2112 "homepage": "http://friendsofsymfony.github.com",
2113 "keywords": [
2114 "User management"
2115 ],
2116 "time": "2017-11-29T17:01:21+00:00"
2117 },
2118 {
2119 "name": "gedmo/doctrine-extensions",
2120 "version": "v2.4.37",
2121 "source": {
2122 "type": "git",
2123 "url": "https://github.com/Atlantic18/DoctrineExtensions.git",
2124 "reference": "5dd471f656e46d815f063bf3f12c667649ec7ffb"
2125 },
2126 "dist": {
2127 "type": "zip",
2128 "url": "https://api.github.com/repos/Atlantic18/DoctrineExtensions/zipball/5dd471f656e46d815f063bf3f12c667649ec7ffb",
2129 "reference": "5dd471f656e46d815f063bf3f12c667649ec7ffb",
2130 "shasum": ""
2131 },
2132 "require": {
2133 "behat/transliterator": "~1.2",
2134 "doctrine/common": "~2.4",
2135 "php": ">=5.3.2"
2136 },
2137 "conflict": {
2138 "doctrine/annotations": "<1.2"
2139 },
2140 "require-dev": {
2141 "doctrine/common": ">=2.5.0",
2142 "doctrine/mongodb-odm": ">=1.0.2",
2143 "doctrine/orm": ">=2.5.0",
2144 "phpunit/phpunit": "^4.8.35|^5.7|^6.5",
2145 "symfony/yaml": "~2.6|~3.0|~4.0"
2146 },
2147 "suggest": {
2148 "doctrine/mongodb-odm": "to use the extensions with the MongoDB ODM",
2149 "doctrine/orm": "to use the extensions with the ORM"
2150 },
2151 "type": "library",
2152 "extra": {
2153 "branch-alias": {
2154 "dev-master": "2.4.x-dev"
2155 }
2156 },
2157 "autoload": {
2158 "psr-4": {
2159 "Gedmo\\": "lib/Gedmo"
2160 }
2161 },
2162 "notification-url": "https://packagist.org/downloads/",
2163 "license": [
2164 "MIT"
2165 ],
2166 "authors": [
2167 {
2168 "name": "David Buchmann",
2169 "email": "david@liip.ch"
2170 },
2171 {
2172 "name": "Gediminas Morkevicius",
2173 "email": "gediminas.morkevicius@gmail.com"
2174 },
2175 {
2176 "name": "Gustavo Falco",
2177 "email": "comfortablynumb84@gmail.com"
2178 }
2179 ],
2180 "description": "Doctrine2 behavioral extensions",
2181 "homepage": "http://gediminasm.org/",
2182 "keywords": [
2183 "Blameable",
2184 "behaviors",
2185 "doctrine2",
2186 "extensions",
2187 "gedmo",
2188 "loggable",
2189 "nestedset",
2190 "sluggable",
2191 "sortable",
2192 "timestampable",
2193 "translatable",
2194 "tree",
2195 "uploadable"
2196 ],
2197 "time": "2019-03-17T18:16:12+00:00"
2198 },
2199 {
2200 "name": "grandt/binstring",
2201 "version": "1.0.0",
2202 "source": {
2203 "type": "git",
2204 "url": "https://github.com/Grandt/PHPBinString.git",
2205 "reference": "825fe2ac8a68190f651fc2dbc07b6edde18bc431"
2206 },
2207 "dist": {
2208 "type": "zip",
2209 "url": "https://api.github.com/repos/Grandt/PHPBinString/zipball/825fe2ac8a68190f651fc2dbc07b6edde18bc431",
2210 "reference": "825fe2ac8a68190f651fc2dbc07b6edde18bc431",
2211 "shasum": ""
2212 },
2213 "require": {
2214 "php": ">=5.0"
2215 },
2216 "type": "library",
2217 "autoload": {
2218 "classmap": [
2219 "BinString.php",
2220 "BinStringStatic.php"
2221 ]
2222 },
2223 "notification-url": "https://packagist.org/downloads/",
2224 "license": [
2225 "LGPL-2.1"
2226 ],
2227 "authors": [
2228 {
2229 "name": "A. Grandt",
61e53dda
JB
2230 "email": "php@grandt.com",
2231 "role": "Developer"
6546aca4
JB
2232 }
2233 ],
2234 "description": "A class for working around the use of mbstring.func_override",
2235 "homepage": "https://github.com/Grandt/PHPBinString",
2236 "keywords": [
2237 "binary strings",
2238 "mbstring"
2239 ],
2240 "time": "2015-08-13T06:14:41+00:00"
2241 },
2242 {
2243 "name": "grandt/phpepub",
2244 "version": "dev-master",
2245 "source": {
2246 "type": "git",
2247 "url": "https://github.com/Daniel-KM/PHPePub.git",
2248 "reference": "78546d9a49d59ad9a32b13f3d95cc2f548add1c3"
2249 },
2250 "dist": {
2251 "type": "zip",
2252 "url": "https://api.github.com/repos/Daniel-KM/PHPePub/zipball/78546d9a49d59ad9a32b13f3d95cc2f548add1c3",
2253 "reference": "78546d9a49d59ad9a32b13f3d95cc2f548add1c3",
2254 "shasum": ""
2255 },
2256 "require": {
2257 "grandt/phpresizegif": "~1.0.3",
2258 "grandt/relativepath": "~1.0.1",
2259 "masterminds/html5": "~2.3",
2260 "php": ">=5.3.0",
2261 "phpzip/phpzip": "~2.0.7"
2262 },
2263 "type": "library",
2264 "autoload": {
2265 "psr-4": {
2266 "PHPePub\\": "src/PHPePub"
2267 },
2268 "classmap": [
2269 "src/lib.uuid.php"
2270 ]
2271 },
2272 "license": [
2273 "LGPL-2.1"
2274 ],
2275 "authors": [
2276 {
2277 "name": "A. Grandt",
2278 "email": "php@grandt.com",
2279 "homepage": "http://grandt.com",
2280 "role": "Developer"
2281 },
2282 {
2283 "name": "An, Hyeong-woo",
2284 "email": "mail@mytory.net",
2285 "homepage": "https://mytory.net",
2286 "role": "Contributor"
2287 },
2288 {
2289 "name": "Daniel Berthereau",
2290 "email": "daniel.composer@berthereau.net",
2291 "role": "Contributor"
2292 }
2293 ],
2294 "description": "Package to create and stream e-books in the ePub 2.0 and 3.0 formats.",
2295 "homepage": "https://github.com/Grandt/PHPePub",
2296 "keywords": [
2297 "e-book",
2298 "epub"
2299 ],
2300 "support": {
2301 "source": "https://github.com/Daniel-KM/PHPePub/tree/master"
2302 },
2303 "time": "2018-10-21T22:00:00+00:00"
2304 },
2305 {
2306 "name": "grandt/phpresizegif",
2307 "version": "1.0.3",
2308 "source": {
2309 "type": "git",
2310 "url": "https://github.com/Grandt/PHPResizeGif.git",
2311 "reference": "775f6810fcda2fd1d8ca881d44a80c8d310ae7fe"
2312 },
2313 "dist": {
2314 "type": "zip",
2315 "url": "https://api.github.com/repos/Grandt/PHPResizeGif/zipball/775f6810fcda2fd1d8ca881d44a80c8d310ae7fe",
2316 "reference": "775f6810fcda2fd1d8ca881d44a80c8d310ae7fe",
2317 "shasum": ""
2318 },
2319 "require": {
2320 "grandt/binstring": ">=0.2.0",
2321 "php": ">=5.3.0"
2322 },
2323 "type": "library",
2324 "autoload": {
2325 "psr-4": {
2326 "grandt\\ResizeGif\\": "src/ResizeGif",
2327 "grandt\\ResizeGif\\Files\\": "src/ResizeGif/Files",
2328 "grandt\\ResizeGif\\Structure\\": "src/ResizeGif/Structure",
2329 "grandt\\ResizeGif\\Debug\\": "src/ResizeGif/Debug"
2330 }
2331 },
2332 "notification-url": "https://packagist.org/downloads/",
2333 "license": [
2334 "LGPL-2.1"
2335 ],
2336 "authors": [
2337 {
2338 "name": "A. Grandt",
2339 "email": "php@grandt.com",
61e53dda
JB
2340 "homepage": "http://grandt.com",
2341 "role": "Developer"
6546aca4
JB
2342 }
2343 ],
2344 "description": "GIF89a compliant Gif resizer, including transparency and optimized gifs with sub sized elements.",
2345 "homepage": "https://github.com/Grandt/PHPResizeGif",
2346 "keywords": [
2347 "GIF89a",
2348 "animated gif",
2349 "gif",
2350 "resize"
2351 ],
2352 "time": "2015-05-10T10:52:24+00:00"
2353 },
2354 {
2355 "name": "grandt/phpzipmerge",
2356 "version": "1.0.4",
2357 "source": {
2358 "type": "git",
2359 "url": "https://github.com/Grandt/PHPZipMerge.git",
2360 "reference": "0b1273d3c2dbfe244904158b1dbd65a663264fb9"
2361 },
2362 "dist": {
2363 "type": "zip",
2364 "url": "https://api.github.com/repos/Grandt/PHPZipMerge/zipball/0b1273d3c2dbfe244904158b1dbd65a663264fb9",
2365 "reference": "0b1273d3c2dbfe244904158b1dbd65a663264fb9",
2366 "shasum": ""
2367 },
2368 "require": {
2369 "grandt/binstring": ">=1.0.0",
2370 "grandt/relativepath": ">=1.0.1",
2371 "php": ">=5.3.0"
2372 },
2373 "type": "library",
2374 "autoload": {
2375 "psr-4": {
2376 "ZipMerge\\": "src/ZipMerge"
2377 }
2378 },
2379 "notification-url": "https://packagist.org/downloads/",
2380 "license": [
2381 "LGPL-2.1"
2382 ],
2383 "authors": [
2384 {
2385 "name": "A. Grandt",
2386 "email": "php@grandt.com",
61e53dda
JB
2387 "homepage": "http://grandt.com",
2388 "role": "Developer"
6546aca4
JB
2389 },
2390 {
2391 "name": "Greg Kappatos",
61e53dda
JB
2392 "homepage": "http://websiteconnect.com.au",
2393 "role": "Developer"
6546aca4
JB
2394 }
2395 ],
2396 "description": "Merge and stream multiple Zip files on the fly.",
2397 "homepage": "https://github.com/Grandt/PHPZipMerge",
2398 "keywords": [
2399 "archive",
2400 "compressed",
2401 "compression",
2402 "merge",
2403 "phpzip",
2404 "pkzip",
2405 "stream",
2406 "zip"
2407 ],
2408 "time": "2015-08-18T13:49:33+00:00"
2409 },
2410 {
2411 "name": "grandt/relativepath",
2412 "version": "1.0.2",
2413 "source": {
2414 "type": "git",
2415 "url": "https://github.com/Grandt/PHPRelativePath.git",
2416 "reference": "19541133c24143b6295688472c54dd6ed15a5462"
2417 },
2418 "dist": {
2419 "type": "zip",
2420 "url": "https://api.github.com/repos/Grandt/PHPRelativePath/zipball/19541133c24143b6295688472c54dd6ed15a5462",
2421 "reference": "19541133c24143b6295688472c54dd6ed15a5462",
2422 "shasum": ""
2423 },
2424 "require": {
2425 "php": ">=5.0"
2426 },
2427 "type": "library",
2428 "autoload": {
2429 "classmap": [
2430 "RelativePath.php"
2431 ]
2432 },
2433 "notification-url": "https://packagist.org/downloads/",
2434 "license": [
2435 "LGPL-2.1"
2436 ],
2437 "authors": [
2438 {
2439 "name": "A. Grandt",
61e53dda
JB
2440 "email": "php@grandt.com",
2441 "role": "Developer"
6546aca4
JB
2442 }
2443 ],
2444 "description": "A class for cleaning up/collapsing relative paths. Like real_path, but without the need for the path to exist on the filesystem.",
2445 "homepage": "https://github.com/Grandt/PHPRelativePath",
2446 "keywords": [
2447 "file path"
2448 ],
2449 "time": "2015-05-14T08:18:23+00:00"
2450 },
2451 {
2452 "name": "guzzlehttp/guzzle",
2453 "version": "5.3.3",
2454 "source": {
2455 "type": "git",
2456 "url": "https://github.com/guzzle/guzzle.git",
2457 "reference": "93bbdb30d59be6cd9839495306c65f2907370eb9"
2458 },
2459 "dist": {
2460 "type": "zip",
2461 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/93bbdb30d59be6cd9839495306c65f2907370eb9",
2462 "reference": "93bbdb30d59be6cd9839495306c65f2907370eb9",
2463 "shasum": ""
2464 },
2465 "require": {
2466 "guzzlehttp/ringphp": "^1.1",
2467 "php": ">=5.4.0",
2468 "react/promise": "^2.2"
2469 },
2470 "require-dev": {
2471 "ext-curl": "*",
2472 "phpunit/phpunit": "^4.0"
2473 },
2474 "type": "library",
2475 "autoload": {
2476 "psr-4": {
2477 "GuzzleHttp\\": "src/"
2478 }
2479 },
2480 "notification-url": "https://packagist.org/downloads/",
2481 "license": [
2482 "MIT"
2483 ],
2484 "authors": [
2485 {
2486 "name": "Michael Dowling",
2487 "email": "mtdowling@gmail.com",
2488 "homepage": "https://github.com/mtdowling"
2489 }
2490 ],
2491 "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients",
2492 "homepage": "http://guzzlephp.org/",
2493 "keywords": [
2494 "client",
2495 "curl",
2496 "framework",
2497 "http",
2498 "http client",
2499 "rest",
2500 "web service"
2501 ],
2502 "time": "2018-07-31T13:33:10+00:00"
2503 },
2504 {
2505 "name": "guzzlehttp/psr7",
154d0974 2506 "version": "1.6.1",
6546aca4
JB
2507 "source": {
2508 "type": "git",
2509 "url": "https://github.com/guzzle/psr7.git",
154d0974 2510 "reference": "239400de7a173fe9901b9ac7c06497751f00727a"
6546aca4
JB
2511 },
2512 "dist": {
2513 "type": "zip",
154d0974
JB
2514 "url": "https://api.github.com/repos/guzzle/psr7/zipball/239400de7a173fe9901b9ac7c06497751f00727a",
2515 "reference": "239400de7a173fe9901b9ac7c06497751f00727a",
6546aca4
JB
2516 "shasum": ""
2517 },
2518 "require": {
2519 "php": ">=5.4.0",
2520 "psr/http-message": "~1.0",
154d0974 2521 "ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
6546aca4
JB
2522 },
2523 "provide": {
2524 "psr/http-message-implementation": "1.0"
2525 },
2526 "require-dev": {
154d0974 2527 "ext-zlib": "*",
6546aca4
JB
2528 "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8"
2529 },
154d0974
JB
2530 "suggest": {
2531 "zendframework/zend-httphandlerrunner": "Emit PSR-7 responses"
2532 },
6546aca4
JB
2533 "type": "library",
2534 "extra": {
2535 "branch-alias": {
154d0974 2536 "dev-master": "1.6-dev"
6546aca4
JB
2537 }
2538 },
2539 "autoload": {
2540 "psr-4": {
2541 "GuzzleHttp\\Psr7\\": "src/"
2542 },
2543 "files": [
2544 "src/functions_include.php"
2545 ]
2546 },
2547 "notification-url": "https://packagist.org/downloads/",
2548 "license": [
2549 "MIT"
2550 ],
2551 "authors": [
2552 {
2553 "name": "Michael Dowling",
2554 "email": "mtdowling@gmail.com",
2555 "homepage": "https://github.com/mtdowling"
2556 },
2557 {
2558 "name": "Tobias Schultze",
2559 "homepage": "https://github.com/Tobion"
2560 }
2561 ],
2562 "description": "PSR-7 message implementation that also provides common utility methods",
2563 "keywords": [
2564 "http",
2565 "message",
2566 "psr-7",
2567 "request",
2568 "response",
2569 "stream",
2570 "uri",
2571 "url"
2572 ],
154d0974 2573 "time": "2019-07-01T23:21:34+00:00"
6546aca4
JB
2574 },
2575 {
2576 "name": "guzzlehttp/ringphp",
2577 "version": "1.1.1",
2578 "source": {
2579 "type": "git",
2580 "url": "https://github.com/guzzle/RingPHP.git",
2581 "reference": "5e2a174052995663dd68e6b5ad838afd47dd615b"
2582 },
2583 "dist": {
2584 "type": "zip",
2585 "url": "https://api.github.com/repos/guzzle/RingPHP/zipball/5e2a174052995663dd68e6b5ad838afd47dd615b",
2586 "reference": "5e2a174052995663dd68e6b5ad838afd47dd615b",
2587 "shasum": ""
2588 },
2589 "require": {
2590 "guzzlehttp/streams": "~3.0",
2591 "php": ">=5.4.0",
2592 "react/promise": "~2.0"
2593 },
2594 "require-dev": {
2595 "ext-curl": "*",
2596 "phpunit/phpunit": "~4.0"
2597 },
2598 "suggest": {
2599 "ext-curl": "Guzzle will use specific adapters if cURL is present"
2600 },
2601 "type": "library",
2602 "extra": {
2603 "branch-alias": {
2604 "dev-master": "1.1-dev"
2605 }
2606 },
2607 "autoload": {
2608 "psr-4": {
2609 "GuzzleHttp\\Ring\\": "src/"
2610 }
2611 },
2612 "notification-url": "https://packagist.org/downloads/",
2613 "license": [
2614 "MIT"
2615 ],
2616 "authors": [
2617 {
2618 "name": "Michael Dowling",
2619 "email": "mtdowling@gmail.com",
2620 "homepage": "https://github.com/mtdowling"
2621 }
2622 ],
2623 "description": "Provides a simple API and specification that abstracts away the details of HTTP into a single PHP function.",
2624 "time": "2018-07-31T13:22:33+00:00"
2625 },
2626 {
2627 "name": "guzzlehttp/streams",
2628 "version": "3.0.0",
2629 "source": {
2630 "type": "git",
2631 "url": "https://github.com/guzzle/streams.git",
2632 "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5"
2633 },
2634 "dist": {
2635 "type": "zip",
2636 "url": "https://api.github.com/repos/guzzle/streams/zipball/47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
2637 "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
2638 "shasum": ""
2639 },
2640 "require": {
2641 "php": ">=5.4.0"
2642 },
2643 "require-dev": {
2644 "phpunit/phpunit": "~4.0"
2645 },
2646 "type": "library",
2647 "extra": {
2648 "branch-alias": {
2649 "dev-master": "3.0-dev"
2650 }
2651 },
2652 "autoload": {
2653 "psr-4": {
2654 "GuzzleHttp\\Stream\\": "src/"
2655 }
2656 },
2657 "notification-url": "https://packagist.org/downloads/",
2658 "license": [
2659 "MIT"
2660 ],
2661 "authors": [
2662 {
2663 "name": "Michael Dowling",
2664 "email": "mtdowling@gmail.com",
2665 "homepage": "https://github.com/mtdowling"
2666 }
2667 ],
2668 "description": "Provides a simple abstraction over streams of data",
2669 "homepage": "http://guzzlephp.org/",
2670 "keywords": [
2671 "Guzzle",
2672 "stream"
2673 ],
2674 "time": "2014-10-12T19:18:40+00:00"
2675 },
2676 {
2677 "name": "hoa/compiler",
2678 "version": "3.17.08.08",
2679 "source": {
2680 "type": "git",
2681 "url": "https://github.com/hoaproject/Compiler.git",
2682 "reference": "aa09caf0bf28adae6654ca6ee415ee2f522672de"
2683 },
2684 "dist": {
2685 "type": "zip",
2686 "url": "https://api.github.com/repos/hoaproject/Compiler/zipball/aa09caf0bf28adae6654ca6ee415ee2f522672de",
2687 "reference": "aa09caf0bf28adae6654ca6ee415ee2f522672de",
2688 "shasum": ""
2689 },
2690 "require": {
2691 "hoa/consistency": "~1.0",
2692 "hoa/exception": "~1.0",
2693 "hoa/file": "~1.0",
2694 "hoa/iterator": "~2.0",
2695 "hoa/math": "~1.0",
2696 "hoa/protocol": "~1.0",
2697 "hoa/regex": "~1.0",
2698 "hoa/visitor": "~2.0"
2699 },
2700 "require-dev": {
2701 "hoa/json": "~2.0",
2702 "hoa/test": "~2.0"
2703 },
2704 "type": "library",
2705 "extra": {
2706 "branch-alias": {
2707 "dev-master": "3.x-dev"
2708 }
2709 },
2710 "autoload": {
2711 "psr-4": {
2712 "Hoa\\Compiler\\": "."
2713 }
2714 },
2715 "notification-url": "https://packagist.org/downloads/",
2716 "license": [
2717 "BSD-3-Clause"
2718 ],
2719 "authors": [
2720 {
2721 "name": "Ivan Enderlin",
2722 "email": "ivan.enderlin@hoa-project.net"
2723 },
2724 {
2725 "name": "Hoa community",
2726 "homepage": "https://hoa-project.net/"
2727 }
2728 ],
2729 "description": "The Hoa\\Compiler library.",
2730 "homepage": "https://hoa-project.net/",
2731 "keywords": [
2732 "algebraic",
2733 "ast",
2734 "compiler",
2735 "context-free",
2736 "coverage",
2737 "exhaustive",
2738 "grammar",
2739 "isotropic",
2740 "language",
2741 "lexer",
2742 "library",
2743 "ll1",
2744 "llk",
2745 "parser",
2746 "pp",
2747 "random",
2748 "regular",
2749 "rule",
2750 "sampler",
2751 "syntax",
2752 "token",
2753 "trace",
2754 "uniform"
2755 ],
2756 "time": "2017-08-08T07:44:07+00:00"
2757 },
2758 {
2759 "name": "hoa/consistency",
2760 "version": "1.17.05.02",
2761 "source": {
2762 "type": "git",
2763 "url": "https://github.com/hoaproject/Consistency.git",
2764 "reference": "fd7d0adc82410507f332516faf655b6ed22e4c2f"
2765 },
2766 "dist": {
2767 "type": "zip",
2768 "url": "https://api.github.com/repos/hoaproject/Consistency/zipball/fd7d0adc82410507f332516faf655b6ed22e4c2f",
2769 "reference": "fd7d0adc82410507f332516faf655b6ed22e4c2f",
2770 "shasum": ""
2771 },
2772 "require": {
2773 "hoa/exception": "~1.0",
2774 "php": ">=5.5.0"
2775 },
2776 "require-dev": {
2777 "hoa/stream": "~1.0",
2778 "hoa/test": "~2.0"
2779 },
2780 "type": "library",
2781 "extra": {
2782 "branch-alias": {
2783 "dev-master": "1.x-dev"
2784 }
2785 },
2786 "autoload": {
2787 "psr-4": {
2788 "Hoa\\Consistency\\": "."
2789 },
2790 "files": [
2791 "Prelude.php"
2792 ]
2793 },
2794 "notification-url": "https://packagist.org/downloads/",
2795 "license": [
2796 "BSD-3-Clause"
2797 ],
2798 "authors": [
2799 {
2800 "name": "Ivan Enderlin",
2801 "email": "ivan.enderlin@hoa-project.net"
2802 },
2803 {
2804 "name": "Hoa community",
2805 "homepage": "https://hoa-project.net/"
2806 }
2807 ],
2808 "description": "The Hoa\\Consistency library.",
2809 "homepage": "https://hoa-project.net/",
2810 "keywords": [
2811 "autoloader",
2812 "callable",
2813 "consistency",
2814 "entity",
2815 "flex",
2816 "keyword",
2817 "library"
2818 ],
2819 "time": "2017-05-02T12:18:12+00:00"
2820 },
2821 {
2822 "name": "hoa/event",
2823 "version": "1.17.01.13",
2824 "source": {
2825 "type": "git",
2826 "url": "https://github.com/hoaproject/Event.git",
2827 "reference": "6c0060dced212ffa3af0e34bb46624f990b29c54"
2828 },
2829 "dist": {
2830 "type": "zip",
2831 "url": "https://api.github.com/repos/hoaproject/Event/zipball/6c0060dced212ffa3af0e34bb46624f990b29c54",
2832 "reference": "6c0060dced212ffa3af0e34bb46624f990b29c54",
2833 "shasum": ""
2834 },
2835 "require": {
2836 "hoa/consistency": "~1.0",
2837 "hoa/exception": "~1.0"
2838 },
2839 "require-dev": {
2840 "hoa/test": "~2.0"
2841 },
2842 "type": "library",
2843 "extra": {
2844 "branch-alias": {
2845 "dev-master": "1.x-dev"
2846 }
2847 },
2848 "autoload": {
2849 "psr-4": {
2850 "Hoa\\Event\\": "."
2851 }
2852 },
2853 "notification-url": "https://packagist.org/downloads/",
2854 "license": [
2855 "BSD-3-Clause"
2856 ],
2857 "authors": [
2858 {
2859 "name": "Ivan Enderlin",
2860 "email": "ivan.enderlin@hoa-project.net"
2861 },
2862 {
2863 "name": "Hoa community",
2864 "homepage": "https://hoa-project.net/"
2865 }
2866 ],
2867 "description": "The Hoa\\Event library.",
2868 "homepage": "https://hoa-project.net/",
2869 "keywords": [
2870 "event",
2871 "library",
2872 "listener",
2873 "observer"
2874 ],
2875 "time": "2017-01-13T15:30:50+00:00"
2876 },
2877 {
2878 "name": "hoa/exception",
2879 "version": "1.17.01.16",
2880 "source": {
2881 "type": "git",
2882 "url": "https://github.com/hoaproject/Exception.git",
2883 "reference": "091727d46420a3d7468ef0595651488bfc3a458f"
2884 },
2885 "dist": {
2886 "type": "zip",
2887 "url": "https://api.github.com/repos/hoaproject/Exception/zipball/091727d46420a3d7468ef0595651488bfc3a458f",
2888 "reference": "091727d46420a3d7468ef0595651488bfc3a458f",
2889 "shasum": ""
2890 },
2891 "require": {
2892 "hoa/consistency": "~1.0",
2893 "hoa/event": "~1.0"
2894 },
2895 "require-dev": {
2896 "hoa/test": "~2.0"
2897 },
2898 "type": "library",
2899 "extra": {
2900 "branch-alias": {
2901 "dev-master": "1.x-dev"
2902 }
2903 },
2904 "autoload": {
2905 "psr-4": {
2906 "Hoa\\Exception\\": "."
2907 }
2908 },
2909 "notification-url": "https://packagist.org/downloads/",
2910 "license": [
2911 "BSD-3-Clause"
2912 ],
2913 "authors": [
2914 {
2915 "name": "Ivan Enderlin",
2916 "email": "ivan.enderlin@hoa-project.net"
2917 },
2918 {
2919 "name": "Hoa community",
2920 "homepage": "https://hoa-project.net/"
2921 }
2922 ],
2923 "description": "The Hoa\\Exception library.",
2924 "homepage": "https://hoa-project.net/",
2925 "keywords": [
2926 "exception",
2927 "library"
2928 ],
2929 "time": "2017-01-16T07:53:27+00:00"
2930 },
2931 {
2932 "name": "hoa/file",
2933 "version": "1.17.07.11",
2934 "source": {
2935 "type": "git",
2936 "url": "https://github.com/hoaproject/File.git",
2937 "reference": "35cb979b779bc54918d2f9a4e02ed6c7a1fa67ca"
2938 },
2939 "dist": {
2940 "type": "zip",
2941 "url": "https://api.github.com/repos/hoaproject/File/zipball/35cb979b779bc54918d2f9a4e02ed6c7a1fa67ca",
2942 "reference": "35cb979b779bc54918d2f9a4e02ed6c7a1fa67ca",
2943 "shasum": ""
2944 },
2945 "require": {
2946 "hoa/consistency": "~1.0",
2947 "hoa/event": "~1.0",
2948 "hoa/exception": "~1.0",
2949 "hoa/iterator": "~2.0",
2950 "hoa/stream": "~1.0"
2951 },
2952 "require-dev": {
2953 "hoa/test": "~2.0"
2954 },
2955 "type": "library",
2956 "extra": {
2957 "branch-alias": {
2958 "dev-master": "1.x-dev"
2959 }
2960 },
2961 "autoload": {
2962 "psr-4": {
2963 "Hoa\\File\\": "."
2964 }
2965 },
2966 "notification-url": "https://packagist.org/downloads/",
2967 "license": [
2968 "BSD-3-Clause"
2969 ],
2970 "authors": [
2971 {
2972 "name": "Ivan Enderlin",
2973 "email": "ivan.enderlin@hoa-project.net"
2974 },
2975 {
2976 "name": "Hoa community",
2977 "homepage": "https://hoa-project.net/"
2978 }
2979 ],
2980 "description": "The Hoa\\File library.",
2981 "homepage": "https://hoa-project.net/",
2982 "keywords": [
2983 "Socket",
2984 "directory",
2985 "file",
2986 "finder",
2987 "library",
2988 "link",
2989 "temporary"
2990 ],
2991 "time": "2017-07-11T07:42:15+00:00"
2992 },
2993 {
2994 "name": "hoa/iterator",
2995 "version": "2.17.01.10",
2996 "source": {
2997 "type": "git",
2998 "url": "https://github.com/hoaproject/Iterator.git",
2999 "reference": "d1120ba09cb4ccd049c86d10058ab94af245f0cc"
3000 },
3001 "dist": {
3002 "type": "zip",
3003 "url": "https://api.github.com/repos/hoaproject/Iterator/zipball/d1120ba09cb4ccd049c86d10058ab94af245f0cc",
3004 "reference": "d1120ba09cb4ccd049c86d10058ab94af245f0cc",
3005 "shasum": ""
3006 },
3007 "require": {
3008 "hoa/consistency": "~1.0",
3009 "hoa/exception": "~1.0"
3010 },
3011 "require-dev": {
3012 "hoa/test": "~2.0"
3013 },
3014 "type": "library",
3015 "extra": {
3016 "branch-alias": {
3017 "dev-master": "2.x-dev"
3018 }
3019 },
3020 "autoload": {
3021 "psr-4": {
3022 "Hoa\\Iterator\\": "."
3023 }
3024 },
3025 "notification-url": "https://packagist.org/downloads/",
3026 "license": [
3027 "BSD-3-Clause"
3028 ],
3029 "authors": [
3030 {
3031 "name": "Ivan Enderlin",
3032 "email": "ivan.enderlin@hoa-project.net"
3033 },
3034 {
3035 "name": "Hoa community",
3036 "homepage": "https://hoa-project.net/"
3037 }
3038 ],
3039 "description": "The Hoa\\Iterator library.",
3040 "homepage": "https://hoa-project.net/",
3041 "keywords": [
3042 "iterator",
3043 "library"
3044 ],
3045 "time": "2017-01-10T10:34:47+00:00"
3046 },
3047 {
3048 "name": "hoa/math",
3049 "version": "1.17.05.16",
3050 "source": {
3051 "type": "git",
3052 "url": "https://github.com/hoaproject/Math.git",
3053 "reference": "7150785d30f5d565704912116a462e9f5bc83a0c"
3054 },
3055 "dist": {
3056 "type": "zip",
3057 "url": "https://api.github.com/repos/hoaproject/Math/zipball/7150785d30f5d565704912116a462e9f5bc83a0c",
3058 "reference": "7150785d30f5d565704912116a462e9f5bc83a0c",
3059 "shasum": ""
3060 },
3061 "require": {
3062 "hoa/compiler": "~3.0",
3063 "hoa/consistency": "~1.0",
3064 "hoa/exception": "~1.0",
3065 "hoa/iterator": "~2.0",
3066 "hoa/protocol": "~1.0",
3067 "hoa/zformat": "~1.0"
3068 },
3069 "require-dev": {
3070 "hoa/test": "~2.0"
3071 },
3072 "type": "library",
3073 "extra": {
3074 "branch-alias": {
3075 "dev-master": "1.x-dev"
3076 }
3077 },
3078 "autoload": {
3079 "psr-4": {
3080 "Hoa\\Math\\": "."
3081 }
3082 },
3083 "notification-url": "https://packagist.org/downloads/",
3084 "license": [
3085 "BSD-3-Clause"
3086 ],
3087 "authors": [
3088 {
3089 "name": "Ivan Enderlin",
3090 "email": "ivan.enderlin@hoa-project.net"
3091 },
3092 {
3093 "name": "Hoa community",
3094 "homepage": "https://hoa-project.net/"
3095 }
3096 ],
3097 "description": "The Hoa\\Math library.",
3098 "homepage": "https://hoa-project.net/",
3099 "keywords": [
3100 "arrangement",
3101 "combination",
3102 "combinatorics",
3103 "counting",
3104 "library",
3105 "math",
3106 "permutation",
3107 "sampler",
3108 "set"
3109 ],
3110 "time": "2017-05-16T08:02:17+00:00"
3111 },
3112 {
3113 "name": "hoa/protocol",
3114 "version": "1.17.01.14",
3115 "source": {
3116 "type": "git",
3117 "url": "https://github.com/hoaproject/Protocol.git",
3118 "reference": "5c2cf972151c45f373230da170ea015deecf19e2"
3119 },
3120 "dist": {
3121 "type": "zip",
3122 "url": "https://api.github.com/repos/hoaproject/Protocol/zipball/5c2cf972151c45f373230da170ea015deecf19e2",
3123 "reference": "5c2cf972151c45f373230da170ea015deecf19e2",
3124 "shasum": ""
3125 },
3126 "require": {
3127 "hoa/consistency": "~1.0",
3128 "hoa/exception": "~1.0"
3129 },
3130 "require-dev": {
3131 "hoa/test": "~2.0"
3132 },
3133 "type": "library",
3134 "extra": {
3135 "branch-alias": {
3136 "dev-master": "1.x-dev"
3137 }
3138 },
3139 "autoload": {
3140 "psr-4": {
3141 "Hoa\\Protocol\\": "."
3142 },
3143 "files": [
3144 "Wrapper.php"
3145 ]
3146 },
3147 "notification-url": "https://packagist.org/downloads/",
3148 "license": [
3149 "BSD-3-Clause"
3150 ],
3151 "authors": [
3152 {
3153 "name": "Ivan Enderlin",
3154 "email": "ivan.enderlin@hoa-project.net"
3155 },
3156 {
3157 "name": "Hoa community",
3158 "homepage": "https://hoa-project.net/"
3159 }
3160 ],
3161 "description": "The Hoa\\Protocol library.",
3162 "homepage": "https://hoa-project.net/",
3163 "keywords": [
3164 "library",
3165 "protocol",
3166 "resource",
3167 "stream",
3168 "wrapper"
3169 ],
3170 "time": "2017-01-14T12:26:10+00:00"
3171 },
3172 {
3173 "name": "hoa/regex",
3174 "version": "1.17.01.13",
3175 "source": {
3176 "type": "git",
3177 "url": "https://github.com/hoaproject/Regex.git",
3178 "reference": "7e263a61b6fb45c1d03d8e5ef77668518abd5bec"
3179 },
3180 "dist": {
3181 "type": "zip",
3182 "url": "https://api.github.com/repos/hoaproject/Regex/zipball/7e263a61b6fb45c1d03d8e5ef77668518abd5bec",
3183 "reference": "7e263a61b6fb45c1d03d8e5ef77668518abd5bec",
3184 "shasum": ""
3185 },
3186 "require": {
3187 "hoa/consistency": "~1.0",
3188 "hoa/exception": "~1.0",
3189 "hoa/math": "~1.0",
3190 "hoa/protocol": "~1.0",
3191 "hoa/ustring": "~4.0",
3192 "hoa/visitor": "~2.0"
3193 },
3194 "type": "library",
3195 "extra": {
3196 "branch-alias": {
3197 "dev-master": "1.x-dev"
3198 }
3199 },
3200 "autoload": {
3201 "psr-4": {
3202 "Hoa\\Regex\\": "."
3203 }
3204 },
3205 "notification-url": "https://packagist.org/downloads/",
3206 "license": [
3207 "BSD-3-Clause"
3208 ],
3209 "authors": [
3210 {
3211 "name": "Ivan Enderlin",
3212 "email": "ivan.enderlin@hoa-project.net"
3213 },
3214 {
3215 "name": "Hoa community",
3216 "homepage": "https://hoa-project.net/"
3217 }
3218 ],
3219 "description": "The Hoa\\Regex library.",
3220 "homepage": "https://hoa-project.net/",
3221 "keywords": [
3222 "compiler",
3223 "library",
3224 "regex"
3225 ],
3226 "time": "2017-01-13T16:10:24+00:00"
3227 },
3228 {
3229 "name": "hoa/ruler",
3230 "version": "2.17.05.16",
3231 "source": {
3232 "type": "git",
3233 "url": "https://github.com/hoaproject/Ruler.git",
3234 "reference": "696835daf8336dfd490f032da7af444050e52dfc"
3235 },
3236 "dist": {
3237 "type": "zip",
3238 "url": "https://api.github.com/repos/hoaproject/Ruler/zipball/696835daf8336dfd490f032da7af444050e52dfc",
3239 "reference": "696835daf8336dfd490f032da7af444050e52dfc",
3240 "shasum": ""
3241 },
3242 "require": {
3243 "hoa/compiler": "~3.0",
3244 "hoa/consistency": "~1.0",
3245 "hoa/exception": "~1.0",
3246 "hoa/file": "~1.0",
3247 "hoa/protocol": "~1.0",
3248 "hoa/visitor": "~2.0"
3249 },
3250 "require-dev": {
3251 "hoa/test": "~2.0"
3252 },
3253 "type": "library",
3254 "extra": {
3255 "branch-alias": {
3256 "dev-master": "2.x-dev"
3257 }
3258 },
3259 "autoload": {
3260 "psr-4": {
3261 "Hoa\\Ruler\\": "."
3262 }
3263 },
3264 "notification-url": "https://packagist.org/downloads/",
3265 "license": [
3266 "BSD-3-Clause"
3267 ],
3268 "authors": [
3269 {
3270 "name": "Ivan Enderlin",
3271 "email": "ivan.enderlin@hoa-project.net"
3272 },
3273 {
3274 "name": "Hoa community",
3275 "homepage": "https://hoa-project.net/"
3276 }
3277 ],
3278 "description": "The Hoa\\Ruler library.",
3279 "homepage": "https://hoa-project.net/",
3280 "keywords": [
3281 "library",
3282 "ruler"
3283 ],
3284 "time": "2017-05-16T07:52:21+00:00"
3285 },
3286 {
3287 "name": "hoa/stream",
3288 "version": "1.17.02.21",
3289 "source": {
3290 "type": "git",
3291 "url": "https://github.com/hoaproject/Stream.git",
3292 "reference": "3293cfffca2de10525df51436adf88a559151d82"
3293 },
3294 "dist": {
3295 "type": "zip",
3296 "url": "https://api.github.com/repos/hoaproject/Stream/zipball/3293cfffca2de10525df51436adf88a559151d82",
3297 "reference": "3293cfffca2de10525df51436adf88a559151d82",
3298 "shasum": ""
3299 },
3300 "require": {
3301 "hoa/consistency": "~1.0",
3302 "hoa/event": "~1.0",
3303 "hoa/exception": "~1.0",
3304 "hoa/protocol": "~1.0"
3305 },
3306 "require-dev": {
3307 "hoa/test": "~2.0"
3308 },
3309 "type": "library",
3310 "extra": {
3311 "branch-alias": {
3312 "dev-master": "1.x-dev"
3313 }
3314 },
3315 "autoload": {
3316 "psr-4": {
3317 "Hoa\\Stream\\": "."
3318 }
3319 },
3320 "notification-url": "https://packagist.org/downloads/",
3321 "license": [
3322 "BSD-3-Clause"
3323 ],
3324 "authors": [
3325 {
3326 "name": "Ivan Enderlin",
3327 "email": "ivan.enderlin@hoa-project.net"
3328 },
3329 {
3330 "name": "Hoa community",
3331 "homepage": "https://hoa-project.net/"
3332 }
3333 ],
3334 "description": "The Hoa\\Stream library.",
3335 "homepage": "https://hoa-project.net/",
3336 "keywords": [
3337 "Context",
3338 "bucket",
3339 "composite",
3340 "filter",
3341 "in",
3342 "library",
3343 "out",
3344 "protocol",
3345 "stream",
3346 "wrapper"
3347 ],
3348 "time": "2017-02-21T16:01:06+00:00"
3349 },
3350 {
3351 "name": "hoa/ustring",
3352 "version": "4.17.01.16",
3353 "source": {
3354 "type": "git",
3355 "url": "https://github.com/hoaproject/Ustring.git",
3356 "reference": "e6326e2739178799b1fe3fdd92029f9517fa17a0"
3357 },
3358 "dist": {
3359 "type": "zip",
3360 "url": "https://api.github.com/repos/hoaproject/Ustring/zipball/e6326e2739178799b1fe3fdd92029f9517fa17a0",
3361 "reference": "e6326e2739178799b1fe3fdd92029f9517fa17a0",
3362 "shasum": ""
3363 },
3364 "require": {
3365 "hoa/consistency": "~1.0",
3366 "hoa/exception": "~1.0"
3367 },
3368 "require-dev": {
3369 "hoa/test": "~2.0"
3370 },
3371 "suggest": {
3372 "ext-iconv": "ext/iconv must be present (or a third implementation) to use Hoa\\Ustring::transcode().",
3373 "ext-intl": "To get a better Hoa\\Ustring::toAscii() and Hoa\\Ustring::compareTo()."
3374 },
3375 "type": "library",
3376 "extra": {
3377 "branch-alias": {
3378 "dev-master": "4.x-dev"
3379 }
3380 },
3381 "autoload": {
3382 "psr-4": {
3383 "Hoa\\Ustring\\": "."
3384 }
3385 },
3386 "notification-url": "https://packagist.org/downloads/",
3387 "license": [
3388 "BSD-3-Clause"
3389 ],
3390 "authors": [
3391 {
3392 "name": "Ivan Enderlin",
3393 "email": "ivan.enderlin@hoa-project.net"
3394 },
3395 {
3396 "name": "Hoa community",
3397 "homepage": "https://hoa-project.net/"
3398 }
3399 ],
3400 "description": "The Hoa\\Ustring library.",
3401 "homepage": "https://hoa-project.net/",
3402 "keywords": [
3403 "library",
3404 "search",
3405 "string",
3406 "unicode"
3407 ],
3408 "time": "2017-01-16T07:08:25+00:00"
3409 },
3410 {
3411 "name": "hoa/visitor",
3412 "version": "2.17.01.16",
3413 "source": {
3414 "type": "git",
3415 "url": "https://github.com/hoaproject/Visitor.git",
3416 "reference": "c18fe1cbac98ae449e0d56e87469103ba08f224a"
3417 },
3418 "dist": {
3419 "type": "zip",
3420 "url": "https://api.github.com/repos/hoaproject/Visitor/zipball/c18fe1cbac98ae449e0d56e87469103ba08f224a",
3421 "reference": "c18fe1cbac98ae449e0d56e87469103ba08f224a",
3422 "shasum": ""
3423 },
3424 "require": {
3425 "hoa/consistency": "~1.0"
3426 },
3427 "require-dev": {
3428 "hoa/test": "~2.0"
3429 },
3430 "type": "library",
3431 "extra": {
3432 "branch-alias": {
3433 "dev-master": "2.x-dev"
3434 }
3435 },
3436 "autoload": {
3437 "psr-4": {
3438 "Hoa\\Visitor\\": "."
3439 }
3440 },
3441 "notification-url": "https://packagist.org/downloads/",
3442 "license": [
3443 "BSD-3-Clause"
3444 ],
3445 "authors": [
3446 {
3447 "name": "Ivan Enderlin",
3448 "email": "ivan.enderlin@hoa-project.net"
3449 },
3450 {
3451 "name": "Hoa community",
3452 "homepage": "https://hoa-project.net/"
3453 }
3454 ],
3455 "description": "The Hoa\\Visitor library.",
3456 "homepage": "https://hoa-project.net/",
3457 "keywords": [
3458 "library",
3459 "structure",
3460 "visit",
3461 "visitor"
3462 ],
3463 "time": "2017-01-16T07:02:03+00:00"
3464 },
3465 {
3466 "name": "hoa/zformat",
3467 "version": "1.17.01.10",
3468 "source": {
3469 "type": "git",
3470 "url": "https://github.com/hoaproject/Zformat.git",
3471 "reference": "522c381a2a075d4b9dbb42eb4592dd09520e4ac2"
3472 },
3473 "dist": {
3474 "type": "zip",
3475 "url": "https://api.github.com/repos/hoaproject/Zformat/zipball/522c381a2a075d4b9dbb42eb4592dd09520e4ac2",
3476 "reference": "522c381a2a075d4b9dbb42eb4592dd09520e4ac2",
3477 "shasum": ""
3478 },
3479 "require": {
3480 "hoa/consistency": "~1.0",
3481 "hoa/exception": "~1.0"
3482 },
3483 "type": "library",
3484 "extra": {
3485 "branch-alias": {
3486 "dev-master": "1.x-dev"
3487 }
3488 },
3489 "autoload": {
3490 "psr-4": {
3491 "Hoa\\Zformat\\": "."
3492 }
3493 },
3494 "notification-url": "https://packagist.org/downloads/",
3495 "license": [
3496 "BSD-3-Clause"
3497 ],
3498 "authors": [
3499 {
3500 "name": "Ivan Enderlin",
3501 "email": "ivan.enderlin@hoa-project.net"
3502 },
3503 {
3504 "name": "Hoa community",
3505 "homepage": "https://hoa-project.net/"
3506 }
3507 ],
3508 "description": "The Hoa\\Zformat library.",
3509 "homepage": "https://hoa-project.net/",
3510 "keywords": [
3511 "library",
3512 "parameter",
3513 "zformat"
3514 ],
3515 "time": "2017-01-10T10:39:54+00:00"
3516 },
3517 {
3518 "name": "html2text/html2text",
3519 "version": "4.2.1",
3520 "source": {
3521 "type": "git",
3522 "url": "https://github.com/mtibben/html2text.git",
3523 "reference": "f7555eaf271beea4e1098274d3ff37fbb7b21ea7"
3524 },
3525 "dist": {
3526 "type": "zip",
3527 "url": "https://api.github.com/repos/mtibben/html2text/zipball/f7555eaf271beea4e1098274d3ff37fbb7b21ea7",
3528 "reference": "f7555eaf271beea4e1098274d3ff37fbb7b21ea7",
3529 "shasum": ""
3530 },
3531 "require-dev": {
3532 "phpunit/phpunit": "~4"
3533 },
3534 "suggest": {
3535 "ext-mbstring": "For best performance",
3536 "symfony/polyfill-mbstring": "If you can't install ext-mbstring"
3537 },
3538 "type": "library",
3539 "autoload": {
3540 "psr-4": {
3541 "Html2Text\\": [
3542 "src/",
3543 "test/"
3544 ]
3545 }
3546 },
3547 "notification-url": "https://packagist.org/downloads/",
3548 "license": [
3549 "GPL-2.0-or-later"
3550 ],
3551 "description": "Converts HTML to formatted plain text",
3552 "time": "2018-08-13T12:05:08+00:00"
3553 },
955a3bde
JB
3554 {
3555 "name": "http-interop/http-factory-guzzle",
3556 "version": "1.0.0",
3557 "source": {
3558 "type": "git",
3559 "url": "https://github.com/http-interop/http-factory-guzzle.git",
3560 "reference": "34861658efb9899a6618cef03de46e2a52c80fc0"
3561 },
3562 "dist": {
3563 "type": "zip",
3564 "url": "https://api.github.com/repos/http-interop/http-factory-guzzle/zipball/34861658efb9899a6618cef03de46e2a52c80fc0",
3565 "reference": "34861658efb9899a6618cef03de46e2a52c80fc0",
3566 "shasum": ""
3567 },
3568 "require": {
3569 "guzzlehttp/psr7": "^1.4.2",
3570 "psr/http-factory": "^1.0"
3571 },
3572 "provide": {
3573 "psr/http-factory-implementation": "^1.0"
3574 },
3575 "require-dev": {
3576 "http-interop/http-factory-tests": "^0.5",
3577 "phpunit/phpunit": "^6.5"
3578 },
3579 "type": "library",
3580 "autoload": {
3581 "psr-4": {
3582 "Http\\Factory\\Guzzle\\": "src/"
3583 }
3584 },
3585 "notification-url": "https://packagist.org/downloads/",
3586 "license": [
3587 "MIT"
3588 ],
3589 "authors": [
3590 {
3591 "name": "PHP-FIG",
3592 "homepage": "http://www.php-fig.org/"
3593 }
3594 ],
3595 "description": "An HTTP Factory using Guzzle PSR7",
3596 "keywords": [
3597 "factory",
3598 "http",
3599 "psr-17",
3600 "psr-7"
3601 ],
3602 "time": "2018-07-31T19:32:56+00:00"
3603 },
6546aca4
JB
3604 {
3605 "name": "incenteev/composer-parameter-handler",
3606 "version": "v2.1.3",
3607 "source": {
3608 "type": "git",
3609 "url": "https://github.com/Incenteev/ParameterHandler.git",
3610 "reference": "933c45a34814f27f2345c11c37d46b3ca7303550"
3611 },
3612 "dist": {
3613 "type": "zip",
3614 "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/933c45a34814f27f2345c11c37d46b3ca7303550",
3615 "reference": "933c45a34814f27f2345c11c37d46b3ca7303550",
3616 "shasum": ""
3617 },
3618 "require": {
3619 "php": ">=5.3.3",
3620 "symfony/yaml": "^2.3 || ^3.0 || ^4.0"
3621 },
3622 "require-dev": {
3623 "composer/composer": "^1.0@dev",
3624 "symfony/filesystem": "^2.3 || ^3 || ^4",
3625 "symfony/phpunit-bridge": "^4.0"
3626 },
3627 "type": "library",
3628 "extra": {
3629 "branch-alias": {
3630 "dev-master": "2.1.x-dev"
3631 }
3632 },
3633 "autoload": {
3634 "psr-4": {
3635 "Incenteev\\ParameterHandler\\": ""
3636 }
3637 },
3638 "notification-url": "https://packagist.org/downloads/",
3639 "license": [
3640 "MIT"
3641 ],
3642 "authors": [
3643 {
3644 "name": "Christophe Coevoet",
3645 "email": "stof@notk.org"
3646 }
3647 ],
3648 "description": "Composer script handling your ignored parameter file",
3649 "homepage": "https://github.com/Incenteev/ParameterHandler",
3650 "keywords": [
3651 "parameters management"
3652 ],
3653 "time": "2018-02-13T18:05:56+00:00"
3654 },
3655 {
3656 "name": "j0k3r/graby",
313d7350 3657 "version": "2.0.2",
6546aca4
JB
3658 "source": {
3659 "type": "git",
3660 "url": "https://github.com/j0k3r/graby.git",
313d7350 3661 "reference": "5ed35e8959be03cb36335605a70e05571eb8157a"
6546aca4
JB
3662 },
3663 "dist": {
3664 "type": "zip",
313d7350 3665 "url": "https://api.github.com/repos/j0k3r/graby/zipball/5ed35e8959be03cb36335605a70e05571eb8157a",
3666 "reference": "5ed35e8959be03cb36335605a70e05571eb8157a",
6546aca4
JB
3667 "shasum": ""
3668 },
3669 "require": {
3670 "ext-curl": "*",
3671 "ext-tidy": "*",
3672 "fossar/htmlawed": "^1.2.4",
3673 "guzzlehttp/psr7": "^1.5",
3674 "j0k3r/graby-site-config": "^1.0",
3675 "j0k3r/httplug-ssrf-plugin": "^2.0",
3676 "j0k3r/php-readability": "^1.1",
3677 "monolog/monolog": "^1.13.1",
3678 "php": ">=7.1",
3679 "php-http/client-common": "^2.0",
3680 "php-http/discovery": "^1.0",
3681 "php-http/httplug": "^2.0",
3682 "php-http/message": "^1.7",
3683 "psr/http-message": "^1.0",
3684 "simplepie/simplepie": "^1.3.1",
3685 "smalot/pdfparser": "~0.11",
3686 "symfony/options-resolver": "~2.6|~3.0|~4.0",
3687 "true/punycode": "~2.1",
3688 "wallabag/tcpdf": "^6.2.26"
3689 },
3690 "require-dev": {
3691 "friendsofphp/php-cs-fixer": "~2.14",
3692 "php-coveralls/php-coveralls": "^2.0",
3693 "php-http/guzzle6-adapter": "^2.0",
3694 "php-http/mock-client": "^1.2",
3695 "phpstan/phpstan": "^0.11",
3696 "phpstan/phpstan-phpunit": "^0.11",
3697 "symfony/phpunit-bridge": "~2.6|~3.0|~4.0"
3698 },
3699 "type": "library",
3700 "extra": {
3701 "branch-alias": {
3702 "dev-2.0": "2.0-dev"
3703 }
3704 },
3705 "autoload": {
3706 "psr-4": {
3707 "Graby\\": "src/"
3708 }
3709 },
3710 "notification-url": "https://packagist.org/downloads/",
3711 "license": [
3712 "MIT"
3713 ],
3714 "authors": [
3715 {
3716 "name": "Jeremy Benoist",
313d7350 3717 "role": "Developer",
3718 "email": "jeremy.benoist@gmail.com"
6546aca4
JB
3719 },
3720 {
3721 "name": "FiveFilters.org",
313d7350 3722 "role": "Developer (original version)",
3723 "email": "fivefilters@fivefilters.org"
6546aca4
JB
3724 }
3725 ],
3726 "description": "Graby helps you extract article content from web pages",
313d7350 3727 "time": "2019-07-22T07:05:28+00:00"
6546aca4
JB
3728 },
3729 {
3730 "name": "j0k3r/graby-site-config",
1576905e 3731 "version": "1.0.89",
6546aca4
JB
3732 "source": {
3733 "type": "git",
3734 "url": "https://github.com/j0k3r/graby-site-config.git",
1576905e 3735 "reference": "5052101225b3578a1a7258079ae8fe864b68e23e"
6546aca4
JB
3736 },
3737 "dist": {
3738 "type": "zip",
1576905e
JB
3739 "url": "https://api.github.com/repos/j0k3r/graby-site-config/zipball/5052101225b3578a1a7258079ae8fe864b68e23e",
3740 "reference": "5052101225b3578a1a7258079ae8fe864b68e23e",
6546aca4
JB
3741 "shasum": ""
3742 },
3743 "require": {
3744 "symfony/finder": "~2.6|~3.0|~4.0"
3745 },
3746 "require-dev": {
3747 "liip/rmt": "1.2.*",
1576905e 3748 "symfony/phpunit-bridge": "^4.3"
6546aca4
JB
3749 },
3750 "type": "library",
3751 "autoload": {
3752 "psr-4": {
3753 "GrabySiteConfig\\SiteConfig\\": "src/"
3754 }
3755 },
3756 "notification-url": "https://packagist.org/downloads/",
3757 "license": [
3758 "CC0-1.0"
3759 ],
3760 "authors": [
3761 {
3762 "name": "Jeremy Benoist",
3763 "email": "jeremy.benoist@gmail.com"
3764 }
3765 ],
3766 "description": "Graby site config files",
1576905e 3767 "time": "2019-08-05T11:10:32+00:00"
6546aca4
JB
3768 },
3769 {
3770 "name": "j0k3r/httplug-ssrf-plugin",
3771 "version": "v2.0.0",
3772 "source": {
3773 "type": "git",
3774 "url": "https://github.com/j0k3r/httplug-ssrf-plugin.git",
3775 "reference": "ea8599016240d2a49b91e267550ea3eb243ddd74"
3776 },
3777 "dist": {
3778 "type": "zip",
3779 "url": "https://api.github.com/repos/j0k3r/httplug-ssrf-plugin/zipball/ea8599016240d2a49b91e267550ea3eb243ddd74",
3780 "reference": "ea8599016240d2a49b91e267550ea3eb243ddd74",
3781 "shasum": ""
3782 },
3783 "require": {
3784 "php": "^7.1",
3785 "php-http/client-common": "^2.0",
3786 "php-http/discovery": "^1.5",
3787 "php-http/message": "^1.7",
3788 "php-http/message-factory": "^1.0.2"
3789 },
3790 "require-dev": {
3791 "friendsofphp/php-cs-fixer": "^2.14",
3792 "guzzlehttp/psr7": "^1.0",
3793 "php-http/guzzle6-adapter": "^2.0",
3794 "php-http/mock-client": "^1.0",
3795 "phpstan/phpstan": "^0.11",
3796 "phpstan/phpstan-phpunit": "^0.11",
3797 "symfony/phpunit-bridge": "~3.4.19|~4.0"
3798 },
3799 "type": "library",
3800 "extra": {
3801 "branch-alias": {
3802 "dev-master": "2.0-dev"
3803 }
3804 },
3805 "autoload": {
3806 "psr-4": {
3807 "Graby\\HttpClient\\Plugin\\ServerSideRequestForgeryProtection\\": "src/"
3808 }
3809 },
3810 "notification-url": "https://packagist.org/downloads/",
3811 "license": [
3812 "MIT"
3813 ],
3814 "authors": [
3815 {
3816 "name": "Jeremy Benoist",
3817 "email": "jeremy.benoist@gmail.com"
3818 },
3819 {
3820 "name": "aaa2000",
3821 "email": "adev2000@gmail.com"
3822 },
3823 {
3824 "name": "Jack W",
61e53dda
JB
3825 "email": "jack@fin1te.net",
3826 "role": "Developer (SafeCurl original version)"
6546aca4
JB
3827 }
3828 ],
3829 "description": "Server-Side Request Forgery (SSRF) protection plugin for HTTPlug",
3830 "homepage": "https://github.com/j0k3r/httplug-ssrf-plugin",
3831 "keywords": [
3832 "http",
3833 "httplug",
3834 "plugin",
3835 "security",
3836 "ssrf"
3837 ],
3838 "time": "2019-02-06T10:58:53+00:00"
3839 },
3840 {
3841 "name": "j0k3r/php-readability",
b0817af0 3842 "version": "1.2.4",
6546aca4
JB
3843 "source": {
3844 "type": "git",
3845 "url": "https://github.com/j0k3r/php-readability.git",
b0817af0 3846 "reference": "9306996b472fd3d4bc5a7928a301ccce38423793"
6546aca4
JB
3847 },
3848 "dist": {
3849 "type": "zip",
b0817af0 3850 "url": "https://api.github.com/repos/j0k3r/php-readability/zipball/9306996b472fd3d4bc5a7928a301ccce38423793",
3851 "reference": "9306996b472fd3d4bc5a7928a301ccce38423793",
6546aca4
JB
3852 "shasum": ""
3853 },
3854 "require": {
3855 "electrolinux/php-html5lib": "^0.1.0",
3856 "ext-mbstring": "*",
3857 "php": ">=5.6.0",
3858 "psr/log": "^1.0"
3859 },
3860 "require-dev": {
3861 "friendsofphp/php-cs-fixer": "^2.14",
3862 "monolog/monolog": "^1.24",
3863 "php-coveralls/php-coveralls": "^2.1",
3864 "symfony/phpunit-bridge": "^4.2.3"
3865 },
3866 "suggest": {
3867 "ext-tidy": "Used to clean up given HTML and to avoid problems with bad HTML structure."
3868 },
3869 "type": "library",
3870 "autoload": {
3871 "psr-4": {
3872 "Readability\\": "src/"
3873 }
3874 },
3875 "notification-url": "https://packagist.org/downloads/",
3876 "license": [
3877 "Apache-2.0"
3878 ],
3879 "authors": [
3880 {
3881 "name": "Keyvan Minoukadeh",
3882 "email": "keyvan@keyvan.net",
61e53dda
JB
3883 "homepage": "http://keyvan.net",
3884 "role": "Developer (ported original JS code to PHP)"
6546aca4
JB
3885 },
3886 {
3887 "name": "Arc90",
61e53dda
JB
3888 "homepage": "http://arc90.com",
3889 "role": "Developer (original JS version)"
6546aca4
JB
3890 },
3891 {
3892 "name": "Jeremy Benoist",
3893 "email": "jeremy.benoist@gmail.com",
61e53dda
JB
3894 "homepage": "http://www.j0k3r.net",
3895 "role": "Developer"
6546aca4
JB
3896 },
3897 {
3898 "name": "DitherSky",
61e53dda
JB
3899 "homepage": "https://github.com/Dither",
3900 "role": "Developer (https://github.com/Dither/full-text-rss)"
6546aca4
JB
3901 }
3902 ],
3903 "description": "Automatic article extraction from HTML",
3904 "keywords": [
3905 "article",
3906 "article extraction",
3907 "content",
3908 "content extraction",
3909 "extraction",
3910 "html"
3911 ],
b0817af0 3912 "time": "2019-06-25T15:15:37+00:00"
6546aca4
JB
3913 },
3914 {
3915 "name": "javibravo/simpleue",
3916 "version": "2.1.0",
3917 "source": {
3918 "type": "git",
3919 "url": "https://github.com/javibravo/simpleue.git",
3920 "reference": "b12ccea0631cd3f6128ab91178fc5363f6e14ff6"
3921 },
3922 "dist": {
3923 "type": "zip",
3924 "url": "https://api.github.com/repos/javibravo/simpleue/zipball/b12ccea0631cd3f6128ab91178fc5363f6e14ff6",
3925 "reference": "b12ccea0631cd3f6128ab91178fc5363f6e14ff6",
3926 "shasum": ""
3927 },
3928 "require": {
3929 "php": ">=5.5",
3930 "psr/log": "~1.0"
3931 },
3932 "require-dev": {
3933 "aws/aws-sdk-php": "^3.9",
3934 "pda/pheanstalk": "^3.1",
3935 "phpunit/phpunit": "4.0.*",
3936 "predis/predis": "^1.0"
3937 },
3938 "suggest": {
3939 "aws/aws-sdk-php": "Allow work with AWS Simple Queue Service (SQS) queues",
3940 "ext-redis": "Allow work with Redis Locker",
3941 "pda/pheanstalk": "Allow work with Beanstalkd queues",
3942 "predis/predis": "Allow work with Redis queues"
3943 },
3944 "type": "library",
3945 "autoload": {
3946 "psr-4": {
3947 "Simpleue\\": "src/Simpleue"
3948 }
3949 },
3950 "notification-url": "https://packagist.org/downloads/",
3951 "license": [
3952 "MIT"
3953 ],
3954 "authors": [
3955 {
3956 "name": "Javier Bravo",
3957 "email": "javibravo85@gmail.com"
3958 }
3959 ],
3960 "description": "Php package to manage queue tasks in a simple way",
3961 "homepage": "http://github.com/javibravo/simpleue",
3962 "keywords": [
3963 "job",
3964 "queue",
3965 "redis",
3966 "sqs",
3967 "task"
3968 ],
3969 "time": "2017-11-15T13:41:13+00:00"
3970 },
3971 {
3972 "name": "jdorn/sql-formatter",
3973 "version": "v1.2.17",
3974 "source": {
3975 "type": "git",
3976 "url": "https://github.com/jdorn/sql-formatter.git",
3977 "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc"
3978 },
3979 "dist": {
3980 "type": "zip",
3981 "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc",
3982 "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc",
3983 "shasum": ""
3984 },
3985 "require": {
3986 "php": ">=5.2.4"
3987 },
3988 "require-dev": {
3989 "phpunit/phpunit": "3.7.*"
3990 },
3991 "type": "library",
3992 "extra": {
3993 "branch-alias": {
3994 "dev-master": "1.3.x-dev"
3995 }
3996 },
3997 "autoload": {
3998 "classmap": [
3999 "lib"
4000 ]
4001 },
4002 "notification-url": "https://packagist.org/downloads/",
4003 "license": [
4004 "MIT"
4005 ],
4006 "authors": [
4007 {
4008 "name": "Jeremy Dorn",
4009 "email": "jeremy@jeremydorn.com",
4010 "homepage": "http://jeremydorn.com/"
4011 }
4012 ],
4013 "description": "a PHP SQL highlighting library",
4014 "homepage": "https://github.com/jdorn/sql-formatter/",
4015 "keywords": [
4016 "highlight",
4017 "sql"
4018 ],
4019 "time": "2014-01-12T16:20:24+00:00"
4020 },
955a3bde
JB
4021 {
4022 "name": "jean85/pretty-package-versions",
4023 "version": "1.2",
4024 "source": {
4025 "type": "git",
4026 "url": "https://github.com/Jean85/pretty-package-versions.git",
4027 "reference": "75c7effcf3f77501d0e0caa75111aff4daa0dd48"
4028 },
4029 "dist": {
4030 "type": "zip",
4031 "url": "https://api.github.com/repos/Jean85/pretty-package-versions/zipball/75c7effcf3f77501d0e0caa75111aff4daa0dd48",
4032 "reference": "75c7effcf3f77501d0e0caa75111aff4daa0dd48",
4033 "shasum": ""
4034 },
4035 "require": {
4036 "ocramius/package-versions": "^1.2.0",
4037 "php": "^7.0"
4038 },
4039 "require-dev": {
4040 "phpunit/phpunit": "^6.0"
4041 },
4042 "type": "library",
4043 "extra": {
4044 "branch-alias": {
4045 "dev-master": "1.x-dev"
4046 }
4047 },
4048 "autoload": {
4049 "psr-4": {
4050 "Jean85\\": "src/"
4051 }
4052 },
4053 "notification-url": "https://packagist.org/downloads/",
4054 "license": [
4055 "MIT"
4056 ],
4057 "authors": [
4058 {
4059 "name": "Alessandro Lai",
4060 "email": "alessandro.lai85@gmail.com"
4061 }
4062 ],
4063 "description": "A wrapper for ocramius/package-versions to get pretty versions strings",
4064 "keywords": [
4065 "composer",
4066 "package",
4067 "release",
4068 "versions"
4069 ],
4070 "time": "2018-06-13T13:22:40+00:00"
4071 },
6546aca4
JB
4072 {
4073 "name": "jms/metadata",
4074 "version": "1.7.0",
4075 "source": {
4076 "type": "git",
4077 "url": "https://github.com/schmittjoh/metadata.git",
4078 "reference": "e5854ab1aa643623dc64adde718a8eec32b957a8"
4079 },
4080 "dist": {
4081 "type": "zip",
4082 "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/e5854ab1aa643623dc64adde718a8eec32b957a8",
4083 "reference": "e5854ab1aa643623dc64adde718a8eec32b957a8",
4084 "shasum": ""
4085 },
4086 "require": {
4087 "php": ">=5.3.0"
4088 },
4089 "require-dev": {
4090 "doctrine/cache": "~1.0",
4091 "symfony/cache": "~3.1"
4092 },
4093 "type": "library",
4094 "extra": {
4095 "branch-alias": {
4096 "dev-master": "1.5.x-dev"
4097 }
4098 },
4099 "autoload": {
4100 "psr-0": {
4101 "Metadata\\": "src/"
4102 }
4103 },
4104 "notification-url": "https://packagist.org/downloads/",
4105 "license": [
4106 "MIT"
4107 ],
4108 "authors": [
4109 {
4110 "name": "Asmir Mustafic",
4111 "email": "goetas@gmail.com"
4112 },
4113 {
4114 "name": "Johannes M. Schmitt",
4115 "email": "schmittjoh@gmail.com"
4116 }
4117 ],
4118 "description": "Class/method/property metadata management in PHP",
4119 "keywords": [
4120 "annotations",
4121 "metadata",
4122 "xml",
4123 "yaml"
4124 ],
4125 "time": "2018-10-26T12:40:10+00:00"
4126 },
4127 {
4128 "name": "jms/parser-lib",
4129 "version": "1.0.0",
4130 "source": {
4131 "type": "git",
4132 "url": "https://github.com/schmittjoh/parser-lib.git",
4133 "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d"
4134 },
4135 "dist": {
4136 "type": "zip",
4137 "url": "https://api.github.com/repos/schmittjoh/parser-lib/zipball/c509473bc1b4866415627af0e1c6cc8ac97fa51d",
4138 "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d",
4139 "shasum": ""
4140 },
4141 "require": {
4142 "phpoption/phpoption": ">=0.9,<2.0-dev"
4143 },
4144 "type": "library",
4145 "extra": {
4146 "branch-alias": {
4147 "dev-master": "1.0-dev"
4148 }
4149 },
4150 "autoload": {
4151 "psr-0": {
4152 "JMS\\": "src/"
4153 }
4154 },
4155 "notification-url": "https://packagist.org/downloads/",
4156 "license": [
4157 "Apache2"
4158 ],
4159 "description": "A library for easily creating recursive-descent parsers.",
4160 "time": "2012-11-18T18:08:43+00:00"
4161 },
4162 {
4163 "name": "jms/serializer",
4164 "version": "1.14.0",
4165 "source": {
4166 "type": "git",
4167 "url": "https://github.com/schmittjoh/serializer.git",
4168 "reference": "ee96d57024af9a7716d56fcbe3aa94b3d030f3ca"
4169 },
4170 "dist": {
4171 "type": "zip",
4172 "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/ee96d57024af9a7716d56fcbe3aa94b3d030f3ca",
4173 "reference": "ee96d57024af9a7716d56fcbe3aa94b3d030f3ca",
4174 "shasum": ""
4175 },
4176 "require": {
4177 "doctrine/annotations": "^1.0",
4178 "doctrine/instantiator": "^1.0.3",
4179 "jms/metadata": "^1.3",
4180 "jms/parser-lib": "1.*",
4181 "php": "^5.5|^7.0",
4182 "phpcollection/phpcollection": "~0.1",
4183 "phpoption/phpoption": "^1.1"
4184 },
4185 "conflict": {
4186 "twig/twig": "<1.12"
4187 },
4188 "require-dev": {
4189 "doctrine/orm": "~2.1",
4190 "doctrine/phpcr-odm": "^1.3|^2.0",
4191 "ext-pdo_sqlite": "*",
4192 "jackalope/jackalope-doctrine-dbal": "^1.1.5",
4193 "phpunit/phpunit": "^4.8|^5.0",
4194 "propel/propel1": "~1.7",
4195 "psr/container": "^1.0",
4196 "symfony/dependency-injection": "^2.7|^3.3|^4.0",
4197 "symfony/expression-language": "^2.6|^3.0",
4198 "symfony/filesystem": "^2.1",
4199 "symfony/form": "~2.1|^3.0",
4200 "symfony/translation": "^2.1|^3.0",
4201 "symfony/validator": "^2.2|^3.0",
4202 "symfony/yaml": "^2.1|^3.0",
4203 "twig/twig": "~1.12|~2.0"
4204 },
4205 "suggest": {
4206 "doctrine/cache": "Required if you like to use cache functionality.",
4207 "doctrine/collections": "Required if you like to use doctrine collection types as ArrayCollection.",
4208 "symfony/yaml": "Required if you'd like to serialize data to YAML format."
4209 },
4210 "type": "library",
4211 "extra": {
4212 "branch-alias": {
4213 "dev-1.x": "1.14-dev"
4214 }
4215 },
4216 "autoload": {
4217 "psr-0": {
4218 "JMS\\Serializer": "src/"
4219 }
4220 },
4221 "notification-url": "https://packagist.org/downloads/",
4222 "license": [
4223 "MIT"
4224 ],
4225 "authors": [
4226 {
4227 "name": "Asmir Mustafic",
4228 "email": "goetas@gmail.com"
4229 },
4230 {
4231 "name": "Johannes M. Schmitt",
4232 "email": "schmittjoh@gmail.com"
4233 }
4234 ],
4235 "description": "Library for (de-)serializing data of any complexity; supports XML, JSON, and YAML.",
4236 "homepage": "http://jmsyst.com/libs/serializer",
4237 "keywords": [
4238 "deserialization",
4239 "jaxb",
4240 "json",
4241 "serialization",
4242 "xml"
4243 ],
4244 "time": "2019-04-17T08:12:16+00:00"
4245 },
4246 {
4247 "name": "jms/serializer-bundle",
4248 "version": "2.4.4",
4249 "source": {
4250 "type": "git",
4251 "url": "https://github.com/schmittjoh/JMSSerializerBundle.git",
4252 "reference": "92ee808c64c1c180775a0e57d00e3be0674668fb"
4253 },
4254 "dist": {
4255 "type": "zip",
4256 "url": "https://api.github.com/repos/schmittjoh/JMSSerializerBundle/zipball/92ee808c64c1c180775a0e57d00e3be0674668fb",
4257 "reference": "92ee808c64c1c180775a0e57d00e3be0674668fb",
4258 "shasum": ""
4259 },
4260 "require": {
4261 "jms/serializer": "^1.10",
4262 "php": "^5.4|^7.0",
4263 "phpoption/phpoption": "^1.1.0",
4264 "symfony/framework-bundle": "~2.3|~3.0|~4.0"
4265 },
4266 "require-dev": {
4267 "doctrine/orm": "*",
4268 "phpunit/phpunit": "^4.8.35|^5.4.3|^6.0",
4269 "symfony/expression-language": "~2.6|~3.0|~4.0",
4270 "symfony/finder": "^2.3|^3.0|^4.0",
4271 "symfony/form": "*",
4272 "symfony/stopwatch": "*",
4273 "symfony/twig-bundle": "*",
4274 "symfony/validator": "*",
4275 "symfony/yaml": "*"
4276 },
4277 "suggest": {
4278 "jms/di-extra-bundle": "Required to get lazy loading (de)serialization visitors, ~1.3",
4279 "symfony/finder": "Required for cache warmup, supported versions ^2.3|^3.0|^4.0"
4280 },
4281 "type": "symfony-bundle",
4282 "extra": {
4283 "branch-alias": {
4284 "dev-master": "2.4-dev"
4285 }
4286 },
4287 "autoload": {
4288 "psr-4": {
4289 "JMS\\SerializerBundle\\": ""
4290 },
4291 "exclude-from-classmap": [
4292 "/Tests/"
4293 ]
4294 },
4295 "notification-url": "https://packagist.org/downloads/",
4296 "license": [
4297 "MIT"
4298 ],
4299 "authors": [
4300 {
4301 "name": "Asmir Mustafic",
4302 "email": "goetas@gmail.com"
4303 },
4304 {
4305 "name": "Johannes M. Schmitt",
4306 "email": "schmittjoh@gmail.com"
4307 }
4308 ],
4309 "description": "Allows you to easily serialize, and deserialize data of any complexity",
4310 "homepage": "http://jmsyst.com/bundles/JMSSerializerBundle",
4311 "keywords": [
4312 "deserialization",
4313 "jaxb",
4314 "json",
4315 "serialization",
4316 "xml"
4317 ],
4318 "time": "2019-03-30T10:26:09+00:00"
4319 },
4320 {
4321 "name": "kphoen/rulerz",
4322 "version": "0.21.1",
4323 "source": {
4324 "type": "git",
4325 "url": "https://github.com/K-Phoen/rulerz.git",
4326 "reference": "d28a1bd59b4e66cc9fcdeee965f13f685eb9ce41"
4327 },
4328 "dist": {
4329 "type": "zip",
4330 "url": "https://api.github.com/repos/K-Phoen/rulerz/zipball/d28a1bd59b4e66cc9fcdeee965f13f685eb9ce41",
4331 "reference": "d28a1bd59b4e66cc9fcdeee965f13f685eb9ce41",
4332 "shasum": ""
4333 },
4334 "require": {
4335 "hoa/ruler": "~2.0",
4336 "php": ">=7.1",
4337 "symfony/property-access": "~3.0|~4.0"
4338 },
4339 "require-dev": {
4340 "behat/behat": "~3.0",
4341 "coduo/phpspec-data-provider-extension": "~1.0,!=1.0.2",
4342 "doctrine/orm": "~2.4",
4343 "elasticsearch/elasticsearch": "~1.0",
4344 "illuminate/database": "~5.0",
4345 "kphoen/rusty": "dev-master",
4346 "liip/rmt": "^1.2",
4347 "mikey179/vfsstream": "~1.4",
4348 "phpspec/phpspec": "~2.0,>=2.4-dev",
4349 "pomm-project/cli": "~2.0@dev",
4350 "pomm-project/foundation": "~2.0@dev",
4351 "pomm-project/model-manager": "~2.0.@dev",
4352 "ruflin/elastica": "~1.0",
4353 "solarium/solarium": "~3.0",
4354 "vlucas/phpdotenv": "~2.1"
4355 },
4356 "suggest": {
4357 "doctrine/orm": "To execute rules as Doctrine queries",
4358 "elasticsearch/elasticsearch": "To execute rules as Elasticsearch queries",
4359 "kphoen/rulerz-spec-builder": "If you want a specification builder",
4360 "pomm-project/model-manager": "To execute rules as Pomm queries",
4361 "solarium/solarium": "To execute rules as Solr queries"
4362 },
4363 "type": "library",
4364 "extra": {
4365 "branch-alias": {
4366 "dev-master": "1.0.x-dev"
4367 }
4368 },
4369 "autoload": {
4370 "psr-4": {
4371 "RulerZ\\": "src/"
4372 }
4373 },
4374 "notification-url": "https://packagist.org/downloads/",
4375 "license": [
4376 "MIT"
4377 ],
4378 "authors": [
4379 {
4380 "name": "Kévin Gomez",
4381 "email": "contact@kevingomez.fr"
4382 }
4383 ],
4384 "description": "Powerful implementation of the Specification pattern",
4385 "homepage": "https://github.com/K-Phoen/RulerZ",
4386 "keywords": [
4387 "doctrine",
4388 "specification"
4389 ],
4390 "time": "2018-09-18T15:15:42+00:00"
4391 },
4392 {
4393 "name": "kphoen/rulerz-bridge",
4394 "version": "1.1.1",
4395 "source": {
4396 "type": "git",
4397 "url": "https://github.com/K-Phoen/rulerz-bridge.git",
4398 "reference": "fdad5856b669d59b5e4bda47c4e927a0485bf7a0"
4399 },
4400 "dist": {
4401 "type": "zip",
4402 "url": "https://api.github.com/repos/K-Phoen/rulerz-bridge/zipball/fdad5856b669d59b5e4bda47c4e927a0485bf7a0",
4403 "reference": "fdad5856b669d59b5e4bda47c4e927a0485bf7a0",
4404 "shasum": ""
4405 },
4406 "require": {
4407 "kphoen/rulerz": "~0.19,>=0.19.3|^1.0",
4408 "php": ">=7.1",
4409 "symfony/form": "^3.0|^4.0",
4410 "symfony/validator": "^3.0|^4.0"
4411 },
4412 "require-dev": {
4413 "liip/rmt": "^1.2",
4414 "phpunit/phpunit": "~7.1",
4415 "symfony/phpunit-bridge": "^3.0|^4.0"
4416 },
4417 "type": "symfony-bridge",
4418 "autoload": {
4419 "psr-4": {
4420 "Symfony\\Bridge\\RulerZ\\": ""
4421 },
4422 "exclude-from-classmap": [
4423 "/Tests/"
4424 ]
4425 },
4426 "notification-url": "https://packagist.org/downloads/",
4427 "license": [
4428 "MIT"
4429 ],
4430 "authors": [
4431 {
4432 "name": "Kévin Gomez",
4433 "email": "contact@kevingomez.fr"
4434 }
4435 ],
4436 "description": "Symfony RulerZ Bridge",
4437 "homepage": "https://github.com/K-Phoen/rulerz-bridge",
4438 "keywords": [
4439 "Bridge",
4440 "doctrine",
4441 "ruler",
4442 "rulerz",
4443 "specification",
4444 "symfony"
4445 ],
4446 "time": "2018-10-01T14:17:27+00:00"
4447 },
4448 {
4449 "name": "kphoen/rulerz-bundle",
4450 "version": "0.15.0",
4451 "source": {
4452 "type": "git",
4453 "url": "https://github.com/K-Phoen/RulerZBundle.git",
4454 "reference": "f25f2eddfd311047f0f0ece2684b1f6463cc41ad"
4455 },
4456 "dist": {
4457 "type": "zip",
4458 "url": "https://api.github.com/repos/K-Phoen/RulerZBundle/zipball/f25f2eddfd311047f0f0ece2684b1f6463cc41ad",
4459 "reference": "f25f2eddfd311047f0f0ece2684b1f6463cc41ad",
4460 "shasum": ""
4461 },
4462 "require": {
4463 "kphoen/rulerz": "~0.17,>=0.19.3",
4464 "kphoen/rulerz-bridge": "^1.0",
4465 "php": ">=7.1",
4466 "symfony/framework-bundle": "^3.0|^4.0"
4467 },
4468 "require-dev": {
4469 "liip/rmt": "^1.2",
4470 "matthiasnoback/symfony-dependency-injection-test": "^3.0",
4471 "mikey179/vfsstream": "^1.6",
4472 "phpunit/phpunit": "^7.1",
4473 "symfony/phpunit-bridge": "^3.0|^4.0"
4474 },
4475 "type": "symfony-bundle",
4476 "autoload": {
4477 "psr-4": {
4478 "KPhoen\\RulerZBundle\\": ""
4479 },
4480 "exclude-from-classmap": [
4481 "/Tests/"
4482 ]
4483 },
4484 "notification-url": "https://packagist.org/downloads/",
4485 "license": [
4486 "MIT"
4487 ],
4488 "authors": [
4489 {
4490 "name": "Kévin Gomez",
4491 "email": "contact@kevingomez.fr"
4492 }
4493 ],
4494 "description": "Symfony2 Bundle for RulerZ",
4495 "homepage": "https://github.com/K-Phoen/RulerZBundle",
4496 "keywords": [
4497 "doctrine",
4498 "ruler",
4499 "rulerz",
4500 "specification"
4501 ],
4502 "time": "2018-09-17T09:02:32+00:00"
4503 },
4504 {
4505 "name": "lcobucci/jwt",
4506 "version": "3.3.1",
4507 "source": {
4508 "type": "git",
4509 "url": "https://github.com/lcobucci/jwt.git",
4510 "reference": "a11ec5f4b4d75d1fcd04e133dede4c317aac9e18"
4511 },
4512 "dist": {
4513 "type": "zip",
4514 "url": "https://api.github.com/repos/lcobucci/jwt/zipball/a11ec5f4b4d75d1fcd04e133dede4c317aac9e18",
4515 "reference": "a11ec5f4b4d75d1fcd04e133dede4c317aac9e18",
4516 "shasum": ""
4517 },
4518 "require": {
4519 "ext-mbstring": "*",
4520 "ext-openssl": "*",
4521 "php": "^5.6 || ^7.0"
4522 },
4523 "require-dev": {
4524 "mikey179/vfsstream": "~1.5",
4525 "phpmd/phpmd": "~2.2",
4526 "phpunit/php-invoker": "~1.1",
4527 "phpunit/phpunit": "^5.7 || ^7.3",
4528 "squizlabs/php_codesniffer": "~2.3"
4529 },
4530 "type": "library",
4531 "extra": {
4532 "branch-alias": {
4533 "dev-master": "3.1-dev"
4534 }
4535 },
4536 "autoload": {
4537 "psr-4": {
4538 "Lcobucci\\JWT\\": "src"
4539 }
4540 },
4541 "notification-url": "https://packagist.org/downloads/",
4542 "license": [
4543 "BSD-3-Clause"
4544 ],
4545 "authors": [
4546 {
4547 "name": "Luís Otávio Cobucci Oblonczyk",
61e53dda
JB
4548 "email": "lcobucci@gmail.com",
4549 "role": "Developer"
6546aca4
JB
4550 }
4551 ],
4552 "description": "A simple library to work with JSON Web Token and JSON Web Signature",
4553 "keywords": [
4554 "JWS",
4555 "jwt"
4556 ],
4557 "time": "2019-05-24T18:30:49+00:00"
4558 },
4559 {
4560 "name": "lexik/form-filter-bundle",
4561 "version": "v5.0.10",
4562 "source": {
4563 "type": "git",
4564 "url": "https://github.com/lexik/LexikFormFilterBundle.git",
4565 "reference": "92df0638173979dc906bda7a33a10b98429d2057"
4566 },
4567 "dist": {
4568 "type": "zip",
4569 "url": "https://api.github.com/repos/lexik/LexikFormFilterBundle/zipball/92df0638173979dc906bda7a33a10b98429d2057",
4570 "reference": "92df0638173979dc906bda7a33a10b98429d2057",
4571 "shasum": ""
4572 },
4573 "require": {
4574 "doctrine/orm": "^2.4.8",
4575 "php": ">=5.5.9",
4576 "symfony/form": "~2.8|~3.0|^4.0",
4577 "symfony/framework-bundle": "~2.8|~3.0|^4.0"
4578 },
4579 "require-dev": {
4580 "doctrine/mongodb-odm-bundle": "^3.0",
4581 "phpunit/phpunit": "~5.0|^7.5"
4582 },
4583 "suggest": {
4584 "alcaeus/mongo-php-adapter": "Install this package if using the PHP 7 MongoDB Driver"
4585 },
4586 "type": "symfony-bundle",
4587 "extra": {
4588 "branch-alias": {
4589 "dev-master": "5.x.x-dev"
4590 }
4591 },
4592 "autoload": {
4593 "psr-4": {
4594 "Lexik\\Bundle\\FormFilterBundle\\": ""
4595 }
4596 },
4597 "notification-url": "https://packagist.org/downloads/",
4598 "license": [
4599 "MIT"
4600 ],
4601 "authors": [
4602 {
4603 "name": "Dev Lexik",
4604 "email": "dev@lexik.fr"
4605 },
4606 {
4607 "name": "Cedric Girard",
4608 "email": "c.girard@lexik.fr"
4609 }
4610 ],
4611 "description": "This bundle aim to provide classes to build some form filters and then build a doctrine query from this form filter.",
4612 "homepage": "https://github.com/lexik/LexikFormFilterBundle",
4613 "keywords": [
4614 "bundle",
4615 "doctrine",
4616 "filter",
4617 "form",
4618 "symfony"
4619 ],
4620 "time": "2019-04-17T17:58:44+00:00"
4621 },
4622 {
4623 "name": "liip/theme-bundle",
a5315365 4624 "version": "1.7.0",
6546aca4
JB
4625 "source": {
4626 "type": "git",
4627 "url": "https://github.com/liip/LiipThemeBundle.git",
a5315365 4628 "reference": "362394821ff8dcc90b06272e289e7dafe4dab52a"
6546aca4
JB
4629 },
4630 "dist": {
4631 "type": "zip",
a5315365 4632 "url": "https://api.github.com/repos/liip/LiipThemeBundle/zipball/362394821ff8dcc90b06272e289e7dafe4dab52a",
4633 "reference": "362394821ff8dcc90b06272e289e7dafe4dab52a",
6546aca4
JB
4634 "shasum": ""
4635 },
4636 "require": {
a5315365 4637 "php": "^7.0",
6546aca4 4638 "psr/log": "~1.0",
a5315365 4639 "symfony/finder": "^3.0|^4.0",
4640 "symfony/framework-bundle": "^3.0|^4.0",
4641 "symfony/templating": "^3.0|^4.0",
4642 "symfony/twig-bundle": "^3.0|^4.0",
4643 "twig/twig": "^1.34|^2.4"
6546aca4
JB
4644 },
4645 "conflict": {
4646 "sebastian/comparator": "1.2.3"
4647 },
4648 "require-dev": {
a5315365 4649 "phpunit/phpunit": "^6.0",
4650 "symfony/console": "^3.0|^4.0",
4651 "symfony/expression-language": "^3.0|^4.0"
6546aca4
JB
4652 },
4653 "type": "symfony-bundle",
4654 "extra": {
4655 "branch-alias": {
4656 "dev-master": "1.4-dev"
4657 }
4658 },
4659 "autoload": {
4660 "psr-4": {
4661 "Liip\\ThemeBundle\\": ""
4662 }
4663 },
4664 "notification-url": "https://packagist.org/downloads/",
4665 "license": [
4666 "MIT"
4667 ],
4668 "authors": [
4669 {
4670 "name": "Community contributions",
4671 "homepage": "https://github.com/liip/LiipThemeBundle/contributors"
4672 },
4673 {
4674 "name": "Liip AG",
4675 "homepage": "http://www.liip.ch/"
4676 }
4677 ],
4678 "description": "Provides theming support for #Symfony2 Bundles",
4679 "keywords": [
4680 "themes",
4681 "theming"
4682 ],
a5315365 4683 "time": "2019-06-19T12:53:08+00:00"
6546aca4
JB
4684 },
4685 {
4686 "name": "masterminds/html5",
1576905e 4687 "version": "2.7.0",
6546aca4
JB
4688 "source": {
4689 "type": "git",
4690 "url": "https://github.com/Masterminds/html5-php.git",
1576905e 4691 "reference": "104443ad663d15981225f99532ba73c2f1d6b6f2"
6546aca4
JB
4692 },
4693 "dist": {
4694 "type": "zip",
1576905e
JB
4695 "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/104443ad663d15981225f99532ba73c2f1d6b6f2",
4696 "reference": "104443ad663d15981225f99532ba73c2f1d6b6f2",
6546aca4
JB
4697 "shasum": ""
4698 },
4699 "require": {
4700 "ext-ctype": "*",
4701 "ext-dom": "*",
4702 "ext-libxml": "*",
4703 "php": ">=5.3.0"
4704 },
4705 "require-dev": {
4706 "phpunit/phpunit": "^4.8.35",
4707 "sami/sami": "~2.0",
4708 "satooshi/php-coveralls": "1.0.*"
4709 },
4710 "type": "library",
4711 "extra": {
4712 "branch-alias": {
1576905e 4713 "dev-master": "2.7-dev"
6546aca4
JB
4714 }
4715 },
4716 "autoload": {
4717 "psr-4": {
4718 "Masterminds\\": "src"
4719 }
4720 },
4721 "notification-url": "https://packagist.org/downloads/",
4722 "license": [
4723 "MIT"
4724 ],
4725 "authors": [
4726 {
4727 "name": "Matt Butcher",
4728 "email": "technosophos@gmail.com"
4729 },
6546aca4
JB
4730 {
4731 "name": "Matt Farina",
4732 "email": "matt@mattfarina.com"
1576905e
JB
4733 },
4734 {
4735 "name": "Asmir Mustafic",
4736 "email": "goetas@gmail.com"
6546aca4
JB
4737 }
4738 ],
4739 "description": "An HTML5 parser and serializer.",
4740 "homepage": "http://masterminds.github.io/html5-php",
4741 "keywords": [
4742 "HTML5",
4743 "dom",
4744 "html",
4745 "parser",
4746 "querypath",
4747 "serializer",
4748 "xml"
4749 ],
1576905e 4750 "time": "2019-07-25T07:03:26+00:00"
6546aca4
JB
4751 },
4752 {
4753 "name": "mgargano/simplehtmldom",
4754 "version": "1.5",
4755 "source": {
4756 "type": "git",
4757 "url": "https://github.com/matgargano/simplehtmldom.git",
4758 "reference": "37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be"
4759 },
4760 "dist": {
4761 "type": "zip",
4762 "url": "https://api.github.com/repos/matgargano/simplehtmldom/zipball/37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be",
4763 "reference": "37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be",
4764 "shasum": ""
4765 },
4766 "require": {
4767 "php": ">=5.3.0"
4768 },
4769 "type": "library",
4770 "autoload": {
4771 "psr-0": {
4772 "SimpleHtmlDom": "src/"
4773 },
4774 "files": [
4775 "src/simple_html_dom.php"
4776 ]
4777 },
4778 "notification-url": "https://packagist.org/downloads/",
4779 "license": [
4780 "The MIT License"
4781 ],
4782 "authors": [
4783 {
4784 "name": "S.C. Chen",
4785 "email": "me578022@gmail.com"
4786 }
4787 ],
4788 "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",
4789 "homepage": "http://simplehtmldom.sourceforge.net/",
4790 "keywords": [
4791 "Simple",
4792 "dom",
4793 "html"
4794 ],
4795 "time": "2014-01-05T18:17:34+00:00"
4796 },
4797 {
4798 "name": "michelf/php-markdown",
4799 "version": "1.8.0",
4800 "source": {
4801 "type": "git",
4802 "url": "https://github.com/michelf/php-markdown.git",
4803 "reference": "01ab082b355bf188d907b9929cd99b2923053495"
4804 },
4805 "dist": {
4806 "type": "zip",
4807 "url": "https://api.github.com/repos/michelf/php-markdown/zipball/01ab082b355bf188d907b9929cd99b2923053495",
4808 "reference": "01ab082b355bf188d907b9929cd99b2923053495",
4809 "shasum": ""
4810 },
4811 "require": {
4812 "php": ">=5.3.0"
4813 },
4814 "type": "library",
4815 "autoload": {
4816 "psr-4": {
4817 "Michelf\\": "Michelf/"
4818 }
4819 },
4820 "notification-url": "https://packagist.org/downloads/",
4821 "license": [
4822 "BSD-3-Clause"
4823 ],
4824 "authors": [
4825 {
4826 "name": "Michel Fortin",
4827 "email": "michel.fortin@michelf.ca",
61e53dda
JB
4828 "homepage": "https://michelf.ca/",
4829 "role": "Developer"
6546aca4
JB
4830 },
4831 {
4832 "name": "John Gruber",
4833 "homepage": "https://daringfireball.net/"
4834 }
4835 ],
4836 "description": "PHP Markdown",
4837 "homepage": "https://michelf.ca/projects/php-markdown/",
4838 "keywords": [
4839 "markdown"
4840 ],
4841 "time": "2018-01-15T00:49:33+00:00"
4842 },
4843 {
4844 "name": "mnapoli/piwik-twig-extension",
c546548e 4845 "version": "2.0.1",
6546aca4
JB
4846 "source": {
4847 "type": "git",
4848 "url": "https://github.com/mnapoli/PiwikTwigExtension.git",
c546548e 4849 "reference": "e1746d20730426d7098b4a9a3f5c6c99c6f04612"
6546aca4
JB
4850 },
4851 "dist": {
4852 "type": "zip",
c546548e 4853 "url": "https://api.github.com/repos/mnapoli/PiwikTwigExtension/zipball/e1746d20730426d7098b4a9a3f5c6c99c6f04612",
4854 "reference": "e1746d20730426d7098b4a9a3f5c6c99c6f04612",
6546aca4
JB
4855 "shasum": ""
4856 },
4857 "require": {
a2f4efe6
JB
4858 "php": ">=7.0",
4859 "twig/twig": "~2.10"
6546aca4
JB
4860 },
4861 "require-dev": {
c546548e 4862 "friendsofphp/php-cs-fixer": "~2.13",
a2f4efe6
JB
4863 "php-coveralls/php-coveralls": "^2.0",
4864 "symfony/phpunit-bridge": "^4.2"
6546aca4
JB
4865 },
4866 "type": "library",
4867 "autoload": {
4868 "psr-4": {
4869 "PiwikTwigExtension\\": "src/"
4870 }
4871 },
4872 "notification-url": "https://packagist.org/downloads/",
4873 "license": [
4874 "MIT"
4875 ],
c546548e 4876 "time": "2019-06-21T10:58:04+00:00"
6546aca4
JB
4877 },
4878 {
4879 "name": "monolog/monolog",
4880 "version": "1.24.0",
4881 "source": {
4882 "type": "git",
4883 "url": "https://github.com/Seldaek/monolog.git",
4884 "reference": "bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266"
4885 },
4886 "dist": {
4887 "type": "zip",
4888 "url": "https://api.github.com/repos/Seldaek/monolog/zipball/bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266",
4889 "reference": "bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266",
4890 "shasum": ""
4891 },
4892 "require": {
4893 "php": ">=5.3.0",
4894 "psr/log": "~1.0"
4895 },
4896 "provide": {
4897 "psr/log-implementation": "1.0.0"
4898 },
4899 "require-dev": {
4900 "aws/aws-sdk-php": "^2.4.9 || ^3.0",
4901 "doctrine/couchdb": "~1.0@dev",
4902 "graylog2/gelf-php": "~1.0",
4903 "jakub-onderka/php-parallel-lint": "0.9",
4904 "php-amqplib/php-amqplib": "~2.4",
4905 "php-console/php-console": "^3.1.3",
4906 "phpunit/phpunit": "~4.5",
4907 "phpunit/phpunit-mock-objects": "2.3.0",
4908 "ruflin/elastica": ">=0.90 <3.0",
4909 "sentry/sentry": "^0.13",
4910 "swiftmailer/swiftmailer": "^5.3|^6.0"
4911 },
4912 "suggest": {
4913 "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
4914 "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
4915 "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
4916 "ext-mongo": "Allow sending log messages to a MongoDB server",
4917 "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
4918 "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
4919 "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
4920 "php-console/php-console": "Allow sending log messages to Google Chrome",
4921 "rollbar/rollbar": "Allow sending log messages to Rollbar",
4922 "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
4923 "sentry/sentry": "Allow sending log messages to a Sentry server"
4924 },
4925 "type": "library",
4926 "extra": {
4927 "branch-alias": {
4928 "dev-master": "2.0.x-dev"
4929 }
4930 },
4931 "autoload": {
4932 "psr-4": {
4933 "Monolog\\": "src/Monolog"
4934 }
4935 },
4936 "notification-url": "https://packagist.org/downloads/",
4937 "license": [
4938 "MIT"
4939 ],
4940 "authors": [
4941 {
4942 "name": "Jordi Boggiano",
4943 "email": "j.boggiano@seld.be",
4944 "homepage": "http://seld.be"
4945 }
4946 ],
4947 "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
4948 "homepage": "http://github.com/Seldaek/monolog",
4949 "keywords": [
4950 "log",
4951 "logging",
4952 "psr-3"
4953 ],
4954 "time": "2018-11-05T09:00:11+00:00"
4955 },
4956 {
4957 "name": "nelmio/api-doc-bundle",
955a3bde 4958 "version": "2.13.4",
6546aca4
JB
4959 "target-dir": "Nelmio/ApiDocBundle",
4960 "source": {
4961 "type": "git",
4962 "url": "https://github.com/nelmio/NelmioApiDocBundle.git",
955a3bde 4963 "reference": "28802f2c44dbbf29aa7f5dc80a10f44d3558f580"
6546aca4
JB
4964 },
4965 "dist": {
4966 "type": "zip",
955a3bde
JB
4967 "url": "https://api.github.com/repos/nelmio/NelmioApiDocBundle/zipball/28802f2c44dbbf29aa7f5dc80a10f44d3558f580",
4968 "reference": "28802f2c44dbbf29aa7f5dc80a10f44d3558f580",
6546aca4
JB
4969 "shasum": ""
4970 },
4971 "require": {
4972 "michelf/php-markdown": "~1.4",
4973 "php": ">=5.4",
4974 "symfony/console": "~2.3|~3.0|~4.0",
4975 "symfony/framework-bundle": "~2.3|~3.0|~4.0",
4976 "symfony/twig-bundle": "~2.3|~3.0|~4.0"
4977 },
4978 "conflict": {
4979 "jms/serializer": "<0.12",
4980 "jms/serializer-bundle": "<0.11",
4981 "symfony/symfony": "~2.7.8",
4982 "twig/twig": "<1.12"
4983 },
4984 "require-dev": {
4985 "doctrine/doctrine-bundle": "~1.5",
4986 "doctrine/orm": "~2.3",
4987 "dunglas/api-bundle": "~1.0",
4988 "friendsofsymfony/rest-bundle": "~1.0|~2.0",
4989 "jms/serializer-bundle": ">=0.11",
4990 "sensio/framework-extra-bundle": "~3.0",
4991 "symfony/browser-kit": "~2.3|~3.0|~4.0",
4992 "symfony/css-selector": "~2.3|~3.0|~4.0",
4993 "symfony/finder": "~2.3|~3.0|~4.0",
4994 "symfony/form": "~2.3|~3.0|~4.0",
4995 "symfony/phpunit-bridge": "~2.7|~3.0|~4.0",
4996 "symfony/serializer": "~2.7|~3.0|~4.0",
4997 "symfony/validator": "~2.3|~3.0|~4.0",
4998 "symfony/yaml": "~2.3|~3.0|~4.0"
4999 },
5000 "suggest": {
5001 "dunglas/api-bundle": "For making use of resources definitions of DunglasApiBundle.",
5002 "friendsofsymfony/rest-bundle": "For making use of REST information in the doc.",
5003 "jms/serializer": "For making use of serializer information in the doc.",
5004 "symfony/form": "For using form definitions as input.",
5005 "symfony/validator": "For making use of validator information in the doc."
5006 },
5007 "type": "symfony-bundle",
5008 "extra": {
5009 "branch-alias": {
5010 "dev-2.x": "2.13-dev"
5011 }
5012 },
5013 "autoload": {
5014 "psr-0": {
5015 "Nelmio\\ApiDocBundle": ""
5016 }
5017 },
5018 "notification-url": "https://packagist.org/downloads/",
5019 "license": [
5020 "MIT"
5021 ],
5022 "authors": [
5023 {
5024 "name": "Nelmio",
5025 "homepage": "http://nelm.io"
5026 },
5027 {
5028 "name": "Symfony Community",
5029 "homepage": "https://github.com/nelmio/NelmioApiDocBundle/contributors"
5030 }
5031 ],
5032 "description": "Generates documentation for your REST API from annotations",
5033 "keywords": [
5034 "api",
5035 "doc",
5036 "documentation",
5037 "rest"
5038 ],
955a3bde 5039 "time": "2019-06-01T13:34:59+00:00"
6546aca4
JB
5040 },
5041 {
5042 "name": "nelmio/cors-bundle",
6657b119 5043 "version": "1.5.6",
6546aca4
JB
5044 "source": {
5045 "type": "git",
5046 "url": "https://github.com/nelmio/NelmioCorsBundle.git",
6657b119 5047 "reference": "10a24c10f242440211ed31075e74f81661c690d9"
6546aca4
JB
5048 },
5049 "dist": {
5050 "type": "zip",
6657b119 5051 "url": "https://api.github.com/repos/nelmio/NelmioCorsBundle/zipball/10a24c10f242440211ed31075e74f81661c690d9",
5052 "reference": "10a24c10f242440211ed31075e74f81661c690d9",
6546aca4
JB
5053 "shasum": ""
5054 },
5055 "require": {
5056 "symfony/framework-bundle": "^2.7 || ^3.0 || ^4.0"
5057 },
5058 "require-dev": {
5059 "matthiasnoback/symfony-dependency-injection-test": "^1.0 || ^2.0",
5060 "mockery/mockery": "^0.9 || ^1.0",
5061 "symfony/phpunit-bridge": "^2.7 || ^3.0 || ^4.0"
5062 },
5063 "type": "symfony-bundle",
5064 "extra": {
5065 "branch-alias": {
5066 "dev-master": "1.5.x-dev"
5067 }
5068 },
5069 "autoload": {
5070 "psr-4": {
5071 "Nelmio\\CorsBundle\\": ""
5072 },
5073 "exclude-from-classmap": [
5074 "/Tests/"
5075 ]
5076 },
5077 "notification-url": "https://packagist.org/downloads/",
5078 "license": [
5079 "MIT"
5080 ],
5081 "authors": [
5082 {
5083 "name": "Nelmio",
5084 "homepage": "http://nelm.io"
5085 },
5086 {
5087 "name": "Symfony Community",
5088 "homepage": "https://github.com/nelmio/NelmioCorsBundle/contributors"
5089 }
5090 ],
5091 "description": "Adds CORS (Cross-Origin Resource Sharing) headers support in your Symfony2 application",
5092 "keywords": [
5093 "api",
5094 "cors",
5095 "crossdomain"
5096 ],
6657b119 5097 "time": "2019-06-17T08:53:14+00:00"
6546aca4
JB
5098 },
5099 {
5100 "name": "ocramius/package-versions",
5101 "version": "1.4.0",
5102 "source": {
5103 "type": "git",
5104 "url": "https://github.com/Ocramius/PackageVersions.git",
5105 "reference": "a4d4b60d0e60da2487bd21a2c6ac089f85570dbb"
5106 },
5107 "dist": {
5108 "type": "zip",
5109 "url": "https://api.github.com/repos/Ocramius/PackageVersions/zipball/a4d4b60d0e60da2487bd21a2c6ac089f85570dbb",
5110 "reference": "a4d4b60d0e60da2487bd21a2c6ac089f85570dbb",
5111 "shasum": ""
5112 },
5113 "require": {
5114 "composer-plugin-api": "^1.0.0",
5115 "php": "^7.1.0"
5116 },
5117 "require-dev": {
5118 "composer/composer": "^1.6.3",
5119 "doctrine/coding-standard": "^5.0.1",
5120 "ext-zip": "*",
5121 "infection/infection": "^0.7.1",
5122 "phpunit/phpunit": "^7.0.0"
5123 },
5124 "type": "composer-plugin",
5125 "extra": {
5126 "class": "PackageVersions\\Installer",
5127 "branch-alias": {
5128 "dev-master": "2.0.x-dev"
5129 }
5130 },
5131 "autoload": {
5132 "psr-4": {
5133 "PackageVersions\\": "src/PackageVersions"
5134 }
5135 },
5136 "notification-url": "https://packagist.org/downloads/",
5137 "license": [
5138 "MIT"
5139 ],
5140 "authors": [
5141 {
5142 "name": "Marco Pivetta",
5143 "email": "ocramius@gmail.com"
5144 }
5145 ],
5146 "description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)",
5147 "time": "2019-02-21T12:16:21+00:00"
5148 },
5149 {
5150 "name": "ocramius/proxy-manager",
5151 "version": "2.1.1",
5152 "source": {
5153 "type": "git",
5154 "url": "https://github.com/Ocramius/ProxyManager.git",
5155 "reference": "e18ac876b2e4819c76349de8f78ccc8ef1554cd7"
5156 },
5157 "dist": {
5158 "type": "zip",
5159 "url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/e18ac876b2e4819c76349de8f78ccc8ef1554cd7",
5160 "reference": "e18ac876b2e4819c76349de8f78ccc8ef1554cd7",
5161 "shasum": ""
5162 },
5163 "require": {
5164 "ocramius/package-versions": "^1.1.1",
5165 "php": "^7.1.0",
5166 "zendframework/zend-code": "^3.1.0"
5167 },
5168 "require-dev": {
5169 "couscous/couscous": "^1.5.2",
5170 "ext-phar": "*",
5171 "humbug/humbug": "dev-master@DEV",
5172 "nikic/php-parser": "^3.0.4",
5173 "phpbench/phpbench": "^0.12.2",
5174 "phpstan/phpstan": "^0.6.4",
5175 "phpunit/phpunit": "^5.6.4",
5176 "phpunit/phpunit-mock-objects": "^3.4.1",
5177 "squizlabs/php_codesniffer": "^2.7.0"
5178 },
5179 "suggest": {
5180 "ocramius/generated-hydrator": "To have very fast object to array to object conversion for ghost objects",
5181 "zendframework/zend-json": "To have the JsonRpc adapter (Remote Object feature)",
5182 "zendframework/zend-soap": "To have the Soap adapter (Remote Object feature)",
5183 "zendframework/zend-xmlrpc": "To have the XmlRpc adapter (Remote Object feature)"
5184 },
5185 "type": "library",
5186 "extra": {
5187 "branch-alias": {
5188 "dev-master": "3.0.x-dev"
5189 }
5190 },
5191 "autoload": {
5192 "psr-0": {
5193 "ProxyManager\\": "src"
5194 }
5195 },
5196 "notification-url": "https://packagist.org/downloads/",
5197 "license": [
5198 "MIT"
5199 ],
5200 "authors": [
5201 {
5202 "name": "Marco Pivetta",
5203 "email": "ocramius@gmail.com",
5204 "homepage": "http://ocramius.github.io/"
5205 }
5206 ],
5207 "description": "A library providing utilities to generate, instantiate and generally operate with Object Proxies",
5208 "homepage": "https://github.com/Ocramius/ProxyManager",
5209 "keywords": [
5210 "aop",
5211 "lazy loading",
5212 "proxy",
5213 "proxy pattern",
5214 "service proxies"
5215 ],
5216 "time": "2017-05-04T11:12:50+00:00"
5217 },
5218 {
5219 "name": "pagerfanta/pagerfanta",
9a80dcf1 5220 "version": "v2.1.3",
6546aca4
JB
5221 "source": {
5222 "type": "git",
5223 "url": "https://github.com/whiteoctober/Pagerfanta.git",
9a80dcf1 5224 "reference": "a53ff01d521648d9dbca19b93ac6bc75a59b0972"
6546aca4
JB
5225 },
5226 "dist": {
5227 "type": "zip",
9a80dcf1
JB
5228 "url": "https://api.github.com/repos/whiteoctober/Pagerfanta/zipball/a53ff01d521648d9dbca19b93ac6bc75a59b0972",
5229 "reference": "a53ff01d521648d9dbca19b93ac6bc75a59b0972",
6546aca4
JB
5230 "shasum": ""
5231 },
5232 "require": {
5233 "php": "^7.0"
5234 },
5235 "require-dev": {
5236 "doctrine/orm": "~2.3",
5237 "doctrine/phpcr-odm": "1.*",
5238 "jackalope/jackalope-doctrine-dbal": "1.*",
5239 "jmikola/geojson": "~1.0",
5240 "mandango/mandango": "~1.0@dev",
5241 "mandango/mondator": "~1.0@dev",
5242 "phpunit/phpunit": "^6.5",
5243 "propel/propel": "~2.0@dev",
5244 "propel/propel1": "~1.6",
5245 "ruflin/elastica": "~1.3",
5246 "solarium/solarium": "~3.1"
5247 },
5248 "suggest": {
5249 "doctrine/mongodb-odm": "To use the DoctrineODMMongoDBAdapter.",
5250 "doctrine/orm": "To use the DoctrineORMAdapter.",
5251 "doctrine/phpcr-odm": "To use the DoctrineODMPhpcrAdapter. >= 1.1.0",
5252 "mandango/mandango": "To use the MandangoAdapter.",
5253 "propel/propel": "To use the Propel2Adapter",
5254 "propel/propel1": "To use the PropelAdapter",
5255 "solarium/solarium": "To use the SolariumAdapter."
5256 },
5257 "type": "library",
5258 "extra": {
5259 "branch-alias": {
5260 "dev-master": "1.0.x-dev"
5261 }
5262 },
5263 "autoload": {
5264 "psr-4": {
5265 "Pagerfanta\\": "src/Pagerfanta/"
5266 }
5267 },
5268 "notification-url": "https://packagist.org/downloads/",
5269 "license": [
5270 "MIT"
5271 ],
5272 "authors": [
5273 {
5274 "name": "Pablo Díez",
5275 "email": "pablodip@gmail.com"
5276 }
5277 ],
5278 "description": "Pagination for PHP",
5279 "keywords": [
5280 "page",
5281 "pagination",
5282 "paginator",
5283 "paging"
5284 ],
9a80dcf1 5285 "time": "2019-07-17T20:56:16+00:00"
6546aca4 5286 },
28378675 5287 {
5288 "name": "paragonie/constant_time_encoding",
5289 "version": "v2.2.3",
5290 "source": {
5291 "type": "git",
5292 "url": "https://github.com/paragonie/constant_time_encoding.git",
5293 "reference": "55af0dc01992b4d0da7f6372e2eac097bbbaffdb"
5294 },
5295 "dist": {
5296 "type": "zip",
5297 "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/55af0dc01992b4d0da7f6372e2eac097bbbaffdb",
5298 "reference": "55af0dc01992b4d0da7f6372e2eac097bbbaffdb",
5299 "shasum": ""
5300 },
5301 "require": {
5302 "php": "^7"
5303 },
5304 "require-dev": {
5305 "phpunit/phpunit": "^6|^7",
5306 "vimeo/psalm": "^1|^2"
5307 },
5308 "type": "library",
5309 "autoload": {
5310 "psr-4": {
5311 "ParagonIE\\ConstantTime\\": "src/"
5312 }
5313 },
5314 "notification-url": "https://packagist.org/downloads/",
5315 "license": [
5316 "MIT"
5317 ],
5318 "authors": [
5319 {
5320 "name": "Paragon Initiative Enterprises",
12c03239 5321 "role": "Maintainer",
28378675 5322 "email": "security@paragonie.com",
12c03239 5323 "homepage": "https://paragonie.com"
28378675 5324 },
5325 {
5326 "name": "Steve 'Sc00bz' Thomas",
12c03239 5327 "role": "Original Developer",
28378675 5328 "email": "steve@tobtu.com",
12c03239 5329 "homepage": "https://www.tobtu.com"
28378675 5330 }
5331 ],
5332 "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
5333 "keywords": [
5334 "base16",
5335 "base32",
5336 "base32_decode",
5337 "base32_encode",
5338 "base64",
5339 "base64_decode",
5340 "base64_encode",
5341 "bin2hex",
5342 "encoding",
5343 "hex",
5344 "hex2bin",
5345 "rfc4648"
5346 ],
5347 "time": "2019-01-03T20:26:31+00:00"
5348 },
6546aca4
JB
5349 {
5350 "name": "paragonie/random_compat",
5351 "version": "v2.0.18",
5352 "source": {
5353 "type": "git",
5354 "url": "https://github.com/paragonie/random_compat.git",
5355 "reference": "0a58ef6e3146256cc3dc7cc393927bcc7d1b72db"
5356 },
5357 "dist": {
5358 "type": "zip",
5359 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/0a58ef6e3146256cc3dc7cc393927bcc7d1b72db",
5360 "reference": "0a58ef6e3146256cc3dc7cc393927bcc7d1b72db",
5361 "shasum": ""
5362 },
5363 "require": {
5364 "php": ">=5.2.0"
5365 },
5366 "require-dev": {
5367 "phpunit/phpunit": "4.*|5.*"
5368 },
5369 "suggest": {
5370 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
5371 },
5372 "type": "library",
5373 "autoload": {
5374 "files": [
5375 "lib/random.php"
5376 ]
5377 },
5378 "notification-url": "https://packagist.org/downloads/",
5379 "license": [
5380 "MIT"
5381 ],
5382 "authors": [
5383 {
5384 "name": "Paragon Initiative Enterprises",
5385 "email": "security@paragonie.com",
5386 "homepage": "https://paragonie.com"
5387 }
5388 ],
5389 "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
5390 "keywords": [
5391 "csprng",
5392 "polyfill",
5393 "pseudorandom",
5394 "random"
5395 ],
5396 "time": "2019-01-03T20:59:08+00:00"
5397 },
5398 {
5399 "name": "php-amqplib/php-amqplib",
61e53dda 5400 "version": "v2.10.0",
6546aca4
JB
5401 "source": {
5402 "type": "git",
5403 "url": "https://github.com/php-amqplib/php-amqplib.git",
61e53dda 5404 "reference": "04e5366f032906d5f716890427e425e71307d3a8"
6546aca4
JB
5405 },
5406 "dist": {
5407 "type": "zip",
61e53dda
JB
5408 "url": "https://api.github.com/repos/php-amqplib/php-amqplib/zipball/04e5366f032906d5f716890427e425e71307d3a8",
5409 "reference": "04e5366f032906d5f716890427e425e71307d3a8",
6546aca4
JB
5410 "shasum": ""
5411 },
5412 "require": {
5413 "ext-bcmath": "*",
5414 "ext-sockets": "*",
61e53dda 5415 "php": ">=5.6"
6546aca4
JB
5416 },
5417 "replace": {
5418 "videlalvaro/php-amqplib": "self.version"
5419 },
5420 "require-dev": {
5421 "ext-curl": "*",
5422 "nategood/httpful": "^0.2.20",
61e53dda
JB
5423 "phpdocumentor/phpdocumentor": "dev-master",
5424 "phpunit/phpunit": "^5.7|^6.5|^7.0",
6546aca4
JB
5425 "squizlabs/php_codesniffer": "^2.5"
5426 },
5427 "type": "library",
5428 "extra": {
5429 "branch-alias": {
61e53dda 5430 "dev-master": "2.10-dev"
6546aca4
JB
5431 }
5432 },
5433 "autoload": {
5434 "psr-4": {
5435 "PhpAmqpLib\\": "PhpAmqpLib/"
5436 }
5437 },
5438 "notification-url": "https://packagist.org/downloads/",
5439 "license": [
5440 "LGPL-2.1-or-later"
5441 ],
5442 "authors": [
5443 {
5444 "name": "Alvaro Videla",
5445 "role": "Original Maintainer"
5446 },
5447 {
5448 "name": "John Kelly",
313d7350 5449 "role": "Maintainer",
5450 "email": "johnmkelly86@gmail.com"
6546aca4
JB
5451 },
5452 {
5453 "name": "Raúl Araya",
313d7350 5454 "role": "Maintainer",
5455 "email": "nubeiro@gmail.com"
6546aca4
JB
5456 },
5457 {
5458 "name": "Luke Bakken",
313d7350 5459 "role": "Maintainer",
5460 "email": "luke@bakken.io"
6546aca4
JB
5461 }
5462 ],
5463 "description": "Formerly videlalvaro/php-amqplib. This library is a pure PHP implementation of the AMQP protocol. It's been tested against RabbitMQ.",
5464 "homepage": "https://github.com/php-amqplib/php-amqplib/",
5465 "keywords": [
5466 "message",
5467 "queue",
5468 "rabbitmq"
5469 ],
61e53dda 5470 "time": "2019-08-08T18:28:18+00:00"
6546aca4
JB
5471 },
5472 {
5473 "name": "php-amqplib/rabbitmq-bundle",
5474 "version": "v1.14.4",
5475 "source": {
5476 "type": "git",
5477 "url": "https://github.com/php-amqplib/RabbitMqBundle.git",
5478 "reference": "cf67adaa4e306d8e9cb6855a72d79263b425ded8"
5479 },
5480 "dist": {
5481 "type": "zip",
5482 "url": "https://api.github.com/repos/php-amqplib/RabbitMqBundle/zipball/cf67adaa4e306d8e9cb6855a72d79263b425ded8",
5483 "reference": "cf67adaa4e306d8e9cb6855a72d79263b425ded8",
5484 "shasum": ""
5485 },
5486 "require": {
5487 "php": "^5.3.9|^7.0",
5488 "php-amqplib/php-amqplib": "^2.6",
5489 "psr/log": "^1.0",
5490 "symfony/config": "^2.7|^3.0|^4.0",
5491 "symfony/console": "^2.7|^3.0|^4.0",
5492 "symfony/dependency-injection": "^2.7|^3.0|^4.0",
5493 "symfony/event-dispatcher": "^2.7|^3.0|^4.0",
5494 "symfony/yaml": "^2.7|^3.0|^4.0"
5495 },
5496 "replace": {
5497 "oldsound/rabbitmq-bundle": "self.version"
5498 },
5499 "require-dev": {
5500 "phpunit/phpunit": "^4.8.35|^5.4.3",
5501 "symfony/debug": "^2.7|^3.0|^4.0",
5502 "symfony/serializer": "^2.7|^3.0|^4.0"
5503 },
5504 "suggest": {
5505 "symfony/framework-bundle": "To use this lib as a full Symfony Bundle and to use the profiler data collector"
5506 },
5507 "type": "symfony-bundle",
5508 "extra": {
5509 "branch-alias": {
5510 "dev-master": "1.10.x-dev"
5511 }
5512 },
5513 "autoload": {
5514 "psr-4": {
5515 "OldSound\\RabbitMqBundle\\": ""
5516 },
5517 "exclude-from-classmap": [
5518 "/Tests/"
5519 ]
5520 },
5521 "notification-url": "https://packagist.org/downloads/",
5522 "license": [
5523 "MIT"
5524 ],
5525 "authors": [
5526 {
5527 "name": "Alvaro Videla"
5528 }
5529 ],
5530 "description": "Integrates php-amqplib with Symfony & RabbitMq. Formerly oldsound/rabbitmq-bundle.",
5531 "keywords": [
5532 "AMQP",
5533 "Symfony2",
5534 "message",
5535 "queue",
5536 "rabbitmq",
5537 "symfony",
5538 "symfony3",
5539 "symfony4"
5540 ],
5541 "time": "2018-05-02T13:12:32+00:00"
5542 },
5543 {
5544 "name": "php-http/client-common",
5545 "version": "2.0.0",
5546 "source": {
5547 "type": "git",
5548 "url": "https://github.com/php-http/client-common.git",
5549 "reference": "2b8aa3c4910afc21146a9c8f96adb266e869517a"
5550 },
5551 "dist": {
5552 "type": "zip",
5553 "url": "https://api.github.com/repos/php-http/client-common/zipball/2b8aa3c4910afc21146a9c8f96adb266e869517a",
5554 "reference": "2b8aa3c4910afc21146a9c8f96adb266e869517a",
5555 "shasum": ""
5556 },
5557 "require": {
5558 "php": "^7.1",
5559 "php-http/httplug": "^2.0",
5560 "php-http/message": "^1.6",
5561 "php-http/message-factory": "^1.0",
5562 "symfony/options-resolver": " ^3.4.20 || ^4.0.15 || ^4.1.9 || ^4.2.1"
5563 },
5564 "require-dev": {
5565 "doctrine/instantiator": "^1.1",
5566 "guzzlehttp/psr7": "^1.4",
5567 "phpspec/phpspec": "^5.1",
5568 "phpspec/prophecy": "^1.8",
5569 "sebastian/comparator": "^3.0"
5570 },
5571 "suggest": {
5572 "ext-json": "To detect JSON responses with the ContentTypePlugin",
5573 "ext-libxml": "To detect XML responses with the ContentTypePlugin",
5574 "php-http/cache-plugin": "PSR-6 Cache plugin",
5575 "php-http/logger-plugin": "PSR-3 Logger plugin",
5576 "php-http/stopwatch-plugin": "Symfony Stopwatch plugin"
5577 },
5578 "type": "library",
5579 "extra": {
5580 "branch-alias": {
5581 "dev-master": "2.0.x-dev"
5582 }
5583 },
5584 "autoload": {
5585 "psr-4": {
5586 "Http\\Client\\Common\\": "src/"
5587 }
5588 },
5589 "notification-url": "https://packagist.org/downloads/",
5590 "license": [
5591 "MIT"
5592 ],
5593 "authors": [
5594 {
5595 "name": "Márk Sági-Kazár",
5596 "email": "mark.sagikazar@gmail.com"
5597 }
5598 ],
5599 "description": "Common HTTP Client implementations and tools for HTTPlug",
5600 "homepage": "http://httplug.io",
5601 "keywords": [
5602 "client",
5603 "common",
5604 "http",
5605 "httplug"
5606 ],
5607 "time": "2019-02-03T16:49:09+00:00"
5608 },
955a3bde
JB
5609 {
5610 "name": "php-http/curl-client",
5611 "version": "2.0.0",
5612 "source": {
5613 "type": "git",
5614 "url": "https://github.com/php-http/curl-client.git",
5615 "reference": "e7a2a5ebcce1ff7d75eaf02b7c85634a6fac00da"
5616 },
5617 "dist": {
5618 "type": "zip",
5619 "url": "https://api.github.com/repos/php-http/curl-client/zipball/e7a2a5ebcce1ff7d75eaf02b7c85634a6fac00da",
5620 "reference": "e7a2a5ebcce1ff7d75eaf02b7c85634a6fac00da",
5621 "shasum": ""
5622 },
5623 "require": {
5624 "ext-curl": "*",
5625 "php": "^7.1",
5626 "php-http/discovery": "^1.6",
5627 "php-http/httplug": "^2.0",
5628 "php-http/message": "^1.2",
5629 "psr/http-client": "^1.0",
5630 "psr/http-factory": "^1.0",
5631 "symfony/options-resolver": "^3.4 || ^4.0"
5632 },
5633 "provide": {
5634 "php-http/async-client-implementation": "1.0",
5635 "php-http/client-implementation": "1.0"
5636 },
5637 "require-dev": {
5638 "guzzlehttp/psr7": "^1.0",
5639 "php-http/client-integration-tests": "^2.0",
5640 "phpunit/phpunit": "^7.5",
5641 "zendframework/zend-diactoros": "^2.0"
5642 },
5643 "type": "library",
5644 "extra": {
5645 "branch-alias": {
5646 "dev-master": "2.x-dev"
5647 }
5648 },
5649 "autoload": {
5650 "psr-4": {
5651 "Http\\Client\\Curl\\": "src/"
5652 }
5653 },
5654 "notification-url": "https://packagist.org/downloads/",
5655 "license": [
5656 "MIT"
5657 ],
5658 "authors": [
5659 {
5660 "name": "Михаил Красильников",
5661 "email": "m.krasilnikov@yandex.ru"
5662 }
5663 ],
5664 "description": "PSR-18 and HTTPlug Async client with cURL",
5665 "homepage": "http://php-http.org",
5666 "keywords": [
5667 "curl",
5668 "http",
5669 "psr-18"
5670 ],
5671 "time": "2019-03-05T19:59:23+00:00"
5672 },
6546aca4
JB
5673 {
5674 "name": "php-http/discovery",
4ef4b64c 5675 "version": "1.7.0",
6546aca4
JB
5676 "source": {
5677 "type": "git",
5678 "url": "https://github.com/php-http/discovery.git",
4ef4b64c 5679 "reference": "e822f86a6983790aa17ab13aa7e69631e86806b6"
6546aca4
JB
5680 },
5681 "dist": {
5682 "type": "zip",
4ef4b64c 5683 "url": "https://api.github.com/repos/php-http/discovery/zipball/e822f86a6983790aa17ab13aa7e69631e86806b6",
5684 "reference": "e822f86a6983790aa17ab13aa7e69631e86806b6",
6546aca4
JB
5685 "shasum": ""
5686 },
5687 "require": {
4ef4b64c 5688 "php": "^7.1"
6546aca4
JB
5689 },
5690 "conflict": {
5691 "nyholm/psr7": "<1.0"
5692 },
5693 "require-dev": {
4ef4b64c 5694 "akeneo/phpspec-skip-example-extension": "^4.0",
6546aca4
JB
5695 "php-http/httplug": "^1.0 || ^2.0",
5696 "php-http/message-factory": "^1.0",
4ef4b64c 5697 "phpspec/phpspec": "^5.1",
6546aca4
JB
5698 "puli/composer-plugin": "1.0.0-beta10"
5699 },
5700 "suggest": {
5701 "php-http/message": "Allow to use Guzzle, Diactoros or Slim Framework factories",
5702 "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."
5703 },
5704 "type": "library",
5705 "extra": {
5706 "branch-alias": {
4ef4b64c 5707 "dev-master": "1.7-dev"
6546aca4
JB
5708 }
5709 },
5710 "autoload": {
5711 "psr-4": {
5712 "Http\\Discovery\\": "src/"
5713 }
5714 },
5715 "notification-url": "https://packagist.org/downloads/",
5716 "license": [
5717 "MIT"
5718 ],
5719 "authors": [
5720 {
5721 "name": "Márk Sági-Kazár",
5722 "email": "mark.sagikazar@gmail.com"
5723 }
5724 ],
5725 "description": "Finds installed HTTPlug implementations and PSR-7 message factories",
5726 "homepage": "http://php-http.org",
5727 "keywords": [
5728 "adapter",
5729 "client",
5730 "discovery",
5731 "factory",
5732 "http",
5733 "message",
5734 "psr7"
5735 ],
4ef4b64c 5736 "time": "2019-06-30T09:04:27+00:00"
6546aca4
JB
5737 },
5738 {
5739 "name": "php-http/guzzle5-adapter",
5740 "version": "2.0.0",
5741 "source": {
5742 "type": "git",
5743 "url": "https://github.com/php-http/guzzle5-adapter.git",
5744 "reference": "cce48360b1f8a3467bd94e853e6107aa4532008e"
5745 },
5746 "dist": {
5747 "type": "zip",
5748 "url": "https://api.github.com/repos/php-http/guzzle5-adapter/zipball/cce48360b1f8a3467bd94e853e6107aa4532008e",
5749 "reference": "cce48360b1f8a3467bd94e853e6107aa4532008e",
5750 "shasum": ""
5751 },
5752 "require": {
5753 "guzzlehttp/guzzle": "^5.1",
5754 "php": "^7.0",
5755 "php-http/discovery": "^1.0",
5756 "php-http/httplug": "^2.0"
5757 },
5758 "provide": {
5759 "php-http/client-implementation": "1.0",
5760 "psr/http-client-implementation": "1.0"
5761 },
5762 "require-dev": {
5763 "ext-curl": "*",
5764 "guzzlehttp/ringphp": "^1.1",
5765 "php-http/client-integration-tests": "^2.0",
5766 "phpunit/phpunit": "^6.0 || ^7.0"
5767 },
5768 "type": "library",
5769 "extra": {
5770 "branch-alias": {
5771 "dev-master": "2.0-dev"
5772 }
5773 },
5774 "autoload": {
5775 "psr-4": {
5776 "Http\\Adapter\\Guzzle5\\": "src/"
5777 }
5778 },
5779 "notification-url": "https://packagist.org/downloads/",
5780 "license": [
5781 "MIT"
5782 ],
5783 "authors": [
5784 {
5785 "name": "Eric GELOEN",
5786 "email": "geloen.eric@gmail.com"
5787 },
5788 {
5789 "name": "Márk Sági-Kazár",
5790 "email": "mark.sagikazar@gmail.com"
5791 }
5792 ],
5793 "description": "Guzzle 5 HTTP Adapter",
5794 "homepage": "http://httplug.io",
5795 "keywords": [
5796 "Guzzle",
5797 "http"
5798 ],
5799 "time": "2019-02-05T12:28:45+00:00"
5800 },
5801 {
5802 "name": "php-http/httplug",
5803 "version": "v2.0.0",
5804 "source": {
5805 "type": "git",
5806 "url": "https://github.com/php-http/httplug.git",
5807 "reference": "b3842537338c949f2469557ef4ad4bdc47b58603"
5808 },
5809 "dist": {
5810 "type": "zip",
5811 "url": "https://api.github.com/repos/php-http/httplug/zipball/b3842537338c949f2469557ef4ad4bdc47b58603",
5812 "reference": "b3842537338c949f2469557ef4ad4bdc47b58603",
5813 "shasum": ""
5814 },
5815 "require": {
5816 "php": "^7.0",
5817 "php-http/promise": "^1.0",
5818 "psr/http-client": "^1.0",
5819 "psr/http-message": "^1.0"
5820 },
5821 "require-dev": {
5822 "henrikbjorn/phpspec-code-coverage": "^1.0",
5823 "phpspec/phpspec": "^2.4"
5824 },
5825 "type": "library",
5826 "extra": {
5827 "branch-alias": {
5828 "dev-master": "2.0.x-dev"
5829 }
5830 },
5831 "autoload": {
5832 "psr-4": {
5833 "Http\\Client\\": "src/"
5834 }
5835 },
5836 "notification-url": "https://packagist.org/downloads/",
5837 "license": [
5838 "MIT"
5839 ],
5840 "authors": [
5841 {
5842 "name": "Eric GELOEN",
5843 "email": "geloen.eric@gmail.com"
5844 },
5845 {
5846 "name": "Márk Sági-Kazár",
5847 "email": "mark.sagikazar@gmail.com"
5848 }
5849 ],
5850 "description": "HTTPlug, the HTTP client abstraction for PHP",
5851 "homepage": "http://httplug.io",
5852 "keywords": [
5853 "client",
5854 "http"
5855 ],
5856 "time": "2018-10-31T09:14:44+00:00"
5857 },
5858 {
5859 "name": "php-http/httplug-bundle",
de6171a5 5860 "version": "1.16.0",
6546aca4
JB
5861 "source": {
5862 "type": "git",
5863 "url": "https://github.com/php-http/HttplugBundle.git",
de6171a5 5864 "reference": "5044b655fcd3a43243383cd692a6bb6cd18af24f"
6546aca4
JB
5865 },
5866 "dist": {
5867 "type": "zip",
de6171a5 5868 "url": "https://api.github.com/repos/php-http/HttplugBundle/zipball/5044b655fcd3a43243383cd692a6bb6cd18af24f",
5869 "reference": "5044b655fcd3a43243383cd692a6bb6cd18af24f",
6546aca4
JB
5870 "shasum": ""
5871 },
5872 "require": {
de6171a5 5873 "php": "^7.1",
6546aca4
JB
5874 "php-http/client-common": "^1.9 || ^2.0",
5875 "php-http/client-implementation": "^1.0",
5876 "php-http/discovery": "^1.0",
5877 "php-http/httplug": "^1.0 || ^2.0",
5878 "php-http/logger-plugin": "^1.1",
5879 "php-http/message": "^1.4",
5880 "php-http/message-factory": "^1.0.2",
5881 "php-http/stopwatch-plugin": "^1.2",
5882 "psr/http-message": "^1.0",
de6171a5 5883 "symfony/config": "^3.4.20 || ^4.2.1",
5884 "symfony/dependency-injection": "^3.4.20 || ^4.2.1",
5885 "symfony/event-dispatcher": "^3.4.20 || ^4.2.1",
5886 "symfony/http-kernel": "^3.4.20 || ^4.2.1",
5887 "symfony/options-resolver": "^3.4.20 || ^4.2.1"
6546aca4
JB
5888 },
5889 "conflict": {
de6171a5 5890 "php-http/curl-client": "<2.0",
6546aca4
JB
5891 "php-http/guzzle6-adapter": "<1.1"
5892 },
5893 "require-dev": {
5894 "guzzlehttp/psr7": "^1.0",
de6171a5 5895 "matthiasnoback/symfony-dependency-injection-test": "^3.0",
6546aca4
JB
5896 "nyholm/nsa": "^1.1",
5897 "php-http/cache-plugin": "^1.6",
5898 "php-http/guzzle6-adapter": "^1.1.1 || ^2.0.1",
5899 "php-http/mock-client": "^1.2",
5900 "php-http/promise": "^1.0",
5901 "polishsymfonycommunity/symfony-mocker-container": "^1.0",
de6171a5 5902 "symfony/browser-kit": "^3.4.20 || ^4.2.1",
5903 "symfony/cache": "^3.4.20 || ^4.2.1",
5904 "symfony/dom-crawler": "^3.4.20 || ^4.2.1",
5905 "symfony/framework-bundle": "^3.4.0 || ^4.2",
5906 "symfony/http-foundation": "^3.4.20 || ^4.2.1",
6546aca4 5907 "symfony/phpunit-bridge": "^3.4 || ^4.2",
de6171a5 5908 "symfony/stopwatch": "^3.4.20 || ^4.2.1",
5909 "symfony/twig-bundle": "^3.4.20 || ^4.2.1",
5910 "symfony/web-profiler-bundle": "^3.4.20 || ^4.2.1",
6546aca4
JB
5911 "twig/twig": "^1.36 || ^2.6"
5912 },
5913 "suggest": {
5914 "php-http/cache-plugin": "To configure clients that cache responses",
5915 "php-http/mock-client": "Add this to your require-dev section to mock HTTP responses easily",
5916 "twig/twig": "Add this to your require-dev section when using the WebProfilerBundle"
5917 },
5918 "type": "symfony-bundle",
5919 "extra": {
5920 "branch-alias": {
5921 "dev-master": "1.x-dev"
5922 }
5923 },
5924 "autoload": {
5925 "psr-4": {
5926 "Http\\HttplugBundle\\": "src/"
5927 },
5928 "exclude-from-classmap": [
5929 "/Tests/Resources/MyPsr18TestClient.php"
5930 ]
5931 },
5932 "notification-url": "https://packagist.org/downloads/",
5933 "license": [
5934 "MIT"
5935 ],
5936 "authors": [
5937 {
5938 "name": "David Buchmann",
5939 "email": "mail@davidbu.ch"
5940 },
5941 {
5942 "name": "Tobias Nyholm",
5943 "email": "tobias.nyholm@gmail.com"
5944 }
5945 ],
5946 "description": "Symfony integration for HTTPlug",
5947 "homepage": "http://httplug.io",
5948 "keywords": [
5949 "adapter",
5950 "bundle",
5951 "discovery",
5952 "factory",
5953 "http",
5954 "httplug",
5955 "message",
5956 "php-http"
5957 ],
de6171a5 5958 "time": "2019-06-05T12:03:16+00:00"
6546aca4
JB
5959 },
5960 {
5961 "name": "php-http/logger-plugin",
5962 "version": "1.1.0",
5963 "source": {
5964 "type": "git",
5965 "url": "https://github.com/php-http/logger-plugin.git",
5966 "reference": "c1c6e90717ce350319b7b8bc489f1db35bb523fd"
5967 },
5968 "dist": {
5969 "type": "zip",
5970 "url": "https://api.github.com/repos/php-http/logger-plugin/zipball/c1c6e90717ce350319b7b8bc489f1db35bb523fd",
5971 "reference": "c1c6e90717ce350319b7b8bc489f1db35bb523fd",
5972 "shasum": ""
5973 },
5974 "require": {
5975 "php": "^5.4 || ^7.0",
5976 "php-http/client-common": "^1.9 || ^2.0",
5977 "php-http/message": "^1.0",
5978 "psr/log": "^1.0"
5979 },
5980 "require-dev": {
5981 "henrikbjorn/phpspec-code-coverage": "^1.0",
5982 "phpspec/phpspec": "^2.5"
5983 },
5984 "type": "library",
5985 "extra": {
5986 "branch-alias": {
5987 "dev-master": "1.1-dev"
5988 }
5989 },
5990 "autoload": {
5991 "psr-4": {
5992 "Http\\Client\\Common\\Plugin\\": "src/"
5993 }
5994 },
5995 "notification-url": "https://packagist.org/downloads/",
5996 "license": [
5997 "MIT"
5998 ],
5999 "authors": [
6000 {
6001 "name": "Márk Sági-Kazár",
6002 "email": "mark.sagikazar@gmail.com"
6003 }
6004 ],
6005 "description": "PSR-3 Logger plugin for HTTPlug",
6006 "homepage": "http://httplug.io",
6007 "keywords": [
6008 "http",
6009 "httplug",
6010 "logger",
6011 "plugin"
6012 ],
6013 "time": "2019-01-30T11:48:21+00:00"
6014 },
6015 {
6016 "name": "php-http/message",
1576905e 6017 "version": "1.8.0",
6546aca4
JB
6018 "source": {
6019 "type": "git",
6020 "url": "https://github.com/php-http/message.git",
1576905e 6021 "reference": "ce8f43ac1e294b54aabf5808515c3554a19c1e1c"
6546aca4
JB
6022 },
6023 "dist": {
6024 "type": "zip",
1576905e
JB
6025 "url": "https://api.github.com/repos/php-http/message/zipball/ce8f43ac1e294b54aabf5808515c3554a19c1e1c",
6026 "reference": "ce8f43ac1e294b54aabf5808515c3554a19c1e1c",
6546aca4
JB
6027 "shasum": ""
6028 },
6029 "require": {
6030 "clue/stream-filter": "^1.4",
1576905e 6031 "php": "^7.1",
6546aca4
JB
6032 "php-http/message-factory": "^1.0.2",
6033 "psr/http-message": "^1.0"
6034 },
6035 "provide": {
6036 "php-http/message-factory-implementation": "1.0"
6037 },
6038 "require-dev": {
6039 "akeneo/phpspec-skip-example-extension": "^1.0",
6040 "coduo/phpspec-data-provider-extension": "^1.0",
6041 "ext-zlib": "*",
6042 "guzzlehttp/psr7": "^1.0",
6043 "henrikbjorn/phpspec-code-coverage": "^1.0",
6044 "phpspec/phpspec": "^2.4",
6045 "slim/slim": "^3.0",
6046 "zendframework/zend-diactoros": "^1.0"
6047 },
6048 "suggest": {
6049 "ext-zlib": "Used with compressor/decompressor streams",
6050 "guzzlehttp/psr7": "Used with Guzzle PSR-7 Factories",
6051 "slim/slim": "Used with Slim Framework PSR-7 implementation",
6052 "zendframework/zend-diactoros": "Used with Diactoros Factories"
6053 },
6054 "type": "library",
6055 "extra": {
6056 "branch-alias": {
1576905e 6057 "dev-master": "1.8-dev"
6546aca4
JB
6058 }
6059 },
6060 "autoload": {
6061 "psr-4": {
6062 "Http\\Message\\": "src/"
6063 },
6064 "files": [
6065 "src/filters.php"
6066 ]
6067 },
6068 "notification-url": "https://packagist.org/downloads/",
6069 "license": [
6070 "MIT"
6071 ],
6072 "authors": [
6073 {
6074 "name": "Márk Sági-Kazár",
6075 "email": "mark.sagikazar@gmail.com"
6076 }
6077 ],
6078 "description": "HTTP Message related tools",
6079 "homepage": "http://php-http.org",
6080 "keywords": [
6081 "http",
6082 "message",
6083 "psr-7"
6084 ],
1576905e 6085 "time": "2019-08-05T06:55:08+00:00"
6546aca4
JB
6086 },
6087 {
6088 "name": "php-http/message-factory",
6089 "version": "v1.0.2",
6090 "source": {
6091 "type": "git",
6092 "url": "https://github.com/php-http/message-factory.git",
6093 "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1"
6094 },
6095 "dist": {
6096 "type": "zip",
6097 "url": "https://api.github.com/repos/php-http/message-factory/zipball/a478cb11f66a6ac48d8954216cfed9aa06a501a1",
6098 "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1",
6099 "shasum": ""
6100 },
6101 "require": {
6102 "php": ">=5.4",
6103 "psr/http-message": "^1.0"
6104 },
6105 "type": "library",
6106 "extra": {
6107 "branch-alias": {
6108 "dev-master": "1.0-dev"
6109 }
6110 },
6111 "autoload": {
6112 "psr-4": {
6113 "Http\\Message\\": "src/"
6114 }
6115 },
6116 "notification-url": "https://packagist.org/downloads/",
6117 "license": [
6118 "MIT"
6119 ],
6120 "authors": [
6121 {
6122 "name": "Márk Sági-Kazár",
6123 "email": "mark.sagikazar@gmail.com"
6124 }
6125 ],
6126 "description": "Factory interfaces for PSR-7 HTTP Message",
6127 "homepage": "http://php-http.org",
6128 "keywords": [
6129 "factory",
6130 "http",
6131 "message",
6132 "stream",
6133 "uri"
6134 ],
6135 "time": "2015-12-19T14:08:53+00:00"
6136 },
6137 {
6138 "name": "php-http/promise",
6139 "version": "v1.0.0",
6140 "source": {
6141 "type": "git",
6142 "url": "https://github.com/php-http/promise.git",
6143 "reference": "dc494cdc9d7160b9a09bd5573272195242ce7980"
6144 },
6145 "dist": {
6146 "type": "zip",
6147 "url": "https://api.github.com/repos/php-http/promise/zipball/dc494cdc9d7160b9a09bd5573272195242ce7980",
6148 "reference": "dc494cdc9d7160b9a09bd5573272195242ce7980",
6149 "shasum": ""
6150 },
6151 "require-dev": {
6152 "henrikbjorn/phpspec-code-coverage": "^1.0",
6153 "phpspec/phpspec": "^2.4"
6154 },
6155 "type": "library",
6156 "extra": {
6157 "branch-alias": {
6158 "dev-master": "1.1-dev"
6159 }
6160 },
6161 "autoload": {
6162 "psr-4": {
6163 "Http\\Promise\\": "src/"
6164 }
6165 },
6166 "notification-url": "https://packagist.org/downloads/",
6167 "license": [
6168 "MIT"
6169 ],
6170 "authors": [
6171 {
6172 "name": "Márk Sági-Kazár",
6173 "email": "mark.sagikazar@gmail.com"
6174 },
6175 {
6176 "name": "Joel Wurtz",
6177 "email": "joel.wurtz@gmail.com"
6178 }
6179 ],
6180 "description": "Promise used for asynchronous HTTP requests",
6181 "homepage": "http://httplug.io",
6182 "keywords": [
6183 "promise"
6184 ],
6185 "time": "2016-01-26T13:27:02+00:00"
6186 },
6187 {
6188 "name": "php-http/stopwatch-plugin",
6189 "version": "1.2.0",
6190 "source": {
6191 "type": "git",
6192 "url": "https://github.com/php-http/stopwatch-plugin.git",
6193 "reference": "520419dd18755a1e7b29077e677fbeb16b6629e7"
6194 },
6195 "dist": {
6196 "type": "zip",
6197 "url": "https://api.github.com/repos/php-http/stopwatch-plugin/zipball/520419dd18755a1e7b29077e677fbeb16b6629e7",
6198 "reference": "520419dd18755a1e7b29077e677fbeb16b6629e7",
6199 "shasum": ""
6200 },
6201 "require": {
6202 "php": "^5.4 || ^7.0",
6203 "php-http/client-common": "^1.9 || ^2.0",
6204 "symfony/stopwatch": "^2.7 || ^3.0 || ^4.0"
6205 },
6206 "require-dev": {
6207 "phpspec/phpspec": "^2.5 || ^3.0 || ^4.0"
6208 },
6209 "type": "library",
6210 "extra": {
6211 "branch-alias": {
6212 "dev-master": "1.2-dev"
6213 }
6214 },
6215 "autoload": {
6216 "psr-4": {
6217 "Http\\Client\\Common\\Plugin\\": "src/"
6218 }
6219 },
6220 "notification-url": "https://packagist.org/downloads/",
6221 "license": [
6222 "MIT"
6223 ],
6224 "authors": [
6225 {
6226 "name": "Márk Sági-Kazár",
6227 "email": "mark.sagikazar@gmail.com"
6228 }
6229 ],
6230 "description": "Symfony Stopwatch plugin for HTTPlug",
6231 "homepage": "http://httplug.io",
6232 "keywords": [
6233 "http",
6234 "httplug",
6235 "plugin",
6236 "stopwatch"
6237 ],
6238 "time": "2019-01-30T12:01:37+00:00"
6239 },
6240 {
6241 "name": "phpcollection/phpcollection",
6242 "version": "0.5.0",
6243 "source": {
6244 "type": "git",
6245 "url": "https://github.com/schmittjoh/php-collection.git",
6246 "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6"
6247 },
6248 "dist": {
6249 "type": "zip",
6250 "url": "https://api.github.com/repos/schmittjoh/php-collection/zipball/f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6",
6251 "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6",
6252 "shasum": ""
6253 },
6254 "require": {
6255 "phpoption/phpoption": "1.*"
6256 },
6257 "type": "library",
6258 "extra": {
6259 "branch-alias": {
6260 "dev-master": "0.4-dev"
6261 }
6262 },
6263 "autoload": {
6264 "psr-0": {
6265 "PhpCollection": "src/"
6266 }
6267 },
6268 "notification-url": "https://packagist.org/downloads/",
6269 "license": [
6270 "Apache2"
6271 ],
6272 "authors": [
6273 {
6274 "name": "Johannes M. Schmitt",
6275 "email": "schmittjoh@gmail.com"
6276 }
6277 ],
6278 "description": "General-Purpose Collection Library for PHP",
6279 "keywords": [
6280 "collection",
6281 "list",
6282 "map",
6283 "sequence",
6284 "set"
6285 ],
6286 "time": "2015-05-17T12:39:23+00:00"
6287 },
6288 {
6289 "name": "phpoption/phpoption",
6290 "version": "1.5.0",
6291 "source": {
6292 "type": "git",
6293 "url": "https://github.com/schmittjoh/php-option.git",
6294 "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed"
6295 },
6296 "dist": {
6297 "type": "zip",
6298 "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/94e644f7d2051a5f0fcf77d81605f152eecff0ed",
6299 "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed",
6300 "shasum": ""
6301 },
6302 "require": {
6303 "php": ">=5.3.0"
6304 },
6305 "require-dev": {
6306 "phpunit/phpunit": "4.7.*"
6307 },
6308 "type": "library",
6309 "extra": {
6310 "branch-alias": {
6311 "dev-master": "1.3-dev"
6312 }
6313 },
6314 "autoload": {
6315 "psr-0": {
6316 "PhpOption\\": "src/"
6317 }
6318 },
6319 "notification-url": "https://packagist.org/downloads/",
6320 "license": [
6321 "Apache2"
6322 ],
6323 "authors": [
6324 {
6325 "name": "Johannes M. Schmitt",
6326 "email": "schmittjoh@gmail.com"
6327 }
6328 ],
6329 "description": "Option Type for PHP",
6330 "keywords": [
6331 "language",
6332 "option",
6333 "php",
6334 "type"
6335 ],
6336 "time": "2015-07-25T16:39:46+00:00"
6337 },
6338 {
6339 "name": "phpzip/phpzip",
6340 "version": "2.0.8",
6341 "source": {
6342 "type": "git",
6343 "url": "https://github.com/Grandt/PHPZip.git",
6344 "reference": "936f93d656f68e29c231a39e19fd59a636fe7e47"
6345 },
6346 "dist": {
6347 "type": "zip",
6348 "url": "https://api.github.com/repos/Grandt/PHPZip/zipball/936f93d656f68e29c231a39e19fd59a636fe7e47",
6349 "reference": "936f93d656f68e29c231a39e19fd59a636fe7e47",
6350 "shasum": ""
6351 },
6352 "require": {
6353 "grandt/binstring": ">=1.0.0",
6354 "grandt/phpzipmerge": ">=1.0.4",
6355 "grandt/relativepath": ">=1.0.2",
6356 "php": ">=5.3.0"
6357 },
6358 "type": "library",
6359 "autoload": {
6360 "psr-4": {
6361 "PHPZip\\Zip\\": "src/Zip"
6362 }
6363 },
6364 "notification-url": "https://packagist.org/downloads/",
6365 "license": [
6366 "LGPL-2.1"
6367 ],
6368 "authors": [
6369 {
6370 "name": "Adam Schmalhofer",
61e53dda
JB
6371 "email": "Adam.Schmalhofer@gmx.de",
6372 "role": "Developer"
6546aca4
JB
6373 },
6374 {
6375 "name": "A. Grandt",
6376 "email": "php@grandt.com",
61e53dda
JB
6377 "homepage": "http://grandt.com",
6378 "role": "Developer"
6546aca4
JB
6379 },
6380 {
6381 "name": "Greg Kappatos",
61e53dda
JB
6382 "homepage": "http://websiteconnect.com.au",
6383 "role": "Developer"
6546aca4
JB
6384 }
6385 ],
6386 "description": "Package to create and stream archives of compressed files in ZIP format with PHP 5.3+",
6387 "homepage": "https://github.com/Grandt/PHPZip",
6388 "keywords": [
6389 "archive",
6390 "compressed",
6391 "compression",
6392 "phpzip",
6393 "pkzip",
6394 "stream",
6395 "zip"
6396 ],
6397 "time": "2015-11-16T16:30:51+00:00"
6398 },
6399 {
6400 "name": "pragmarx/random",
6401 "version": "v0.2.2",
6402 "source": {
6403 "type": "git",
6404 "url": "https://github.com/antonioribeiro/random.git",
6405 "reference": "daf08a189c5d2d40d1a827db46364d3a741a51b7"
6406 },
6407 "dist": {
6408 "type": "zip",
6409 "url": "https://api.github.com/repos/antonioribeiro/random/zipball/daf08a189c5d2d40d1a827db46364d3a741a51b7",
6410 "reference": "daf08a189c5d2d40d1a827db46364d3a741a51b7",
6411 "shasum": ""
6412 },
6413 "require": {
6414 "php": ">=7.0"
6415 },
6416 "require-dev": {
6417 "fzaninotto/faker": "~1.7",
6418 "phpunit/phpunit": "~6.4",
6419 "pragmarx/trivia": "~0.1",
6420 "squizlabs/php_codesniffer": "^2.3"
6421 },
6422 "suggest": {
6423 "fzaninotto/faker": "Allows you to get dozens of randomized types",
6424 "pragmarx/trivia": "For the trivia database"
6425 },
6426 "type": "library",
6427 "extra": {
6428 "branch-alias": {
6429 "dev-master": "1.0-dev"
6430 }
6431 },
6432 "autoload": {
6433 "psr-4": {
6434 "PragmaRX\\Random\\": "src"
6435 }
6436 },
6437 "notification-url": "https://packagist.org/downloads/",
6438 "license": [
6439 "MIT"
6440 ],
6441 "authors": [
6442 {
6443 "name": "Antonio Carlos Ribeiro",
6444 "email": "acr@antoniocarlosribeiro.com",
61e53dda
JB
6445 "homepage": "https://antoniocarlosribeiro.com",
6446 "role": "Developer"
6546aca4
JB
6447 }
6448 ],
6449 "description": "Create random chars, numbers, strings",
6450 "homepage": "https://github.com/antonioribeiro/random",
6451 "keywords": [
6452 "Randomize",
6453 "faker",
6454 "pragmarx",
6455 "random",
6456 "random number",
6457 "random pattern",
6458 "random string"
6459 ],
6460 "time": "2017-11-21T05:26:22+00:00"
6461 },
6462 {
6463 "name": "pragmarx/recovery",
6464 "version": "v0.1.0",
6465 "source": {
6466 "type": "git",
6467 "url": "https://github.com/antonioribeiro/recovery.git",
6468 "reference": "e16573a1ae5345cc3b100eec6d0296a1a15a90fe"
6469 },
6470 "dist": {
6471 "type": "zip",
6472 "url": "https://api.github.com/repos/antonioribeiro/recovery/zipball/e16573a1ae5345cc3b100eec6d0296a1a15a90fe",
6473 "reference": "e16573a1ae5345cc3b100eec6d0296a1a15a90fe",
6474 "shasum": ""
6475 },
6476 "require": {
6477 "php": "~7.0",
6478 "pragmarx/random": "~0.1"
6479 },
6480 "require-dev": {
6481 "phpunit/phpunit": ">=5.4.3",
6482 "squizlabs/php_codesniffer": "^2.3",
6483 "tightenco/collect": "^5"
6484 },
6485 "suggest": {
6486 "tightenco/collect": "Allows to generate recovery codes as collections"
6487 },
6488 "type": "library",
6489 "extra": {
6490 "branch-alias": {
6491 "dev-master": "1.0-dev"
6492 }
6493 },
6494 "autoload": {
6495 "psr-4": {
6496 "PragmaRX\\Recovery\\": "src"
6497 }
6498 },
6499 "notification-url": "https://packagist.org/downloads/",
6500 "license": [
6501 "MIT"
6502 ],
6503 "authors": [
6504 {
6505 "name": "Antonio Carlos Ribeiro",
6506 "email": "acr@antoniocarlosribeiro.com",
61e53dda
JB
6507 "homepage": "https://antoniocarlosribeiro.com",
6508 "role": "Developer"
6546aca4
JB
6509 }
6510 ],
6511 "description": "Create recovery codes for two factor auth",
6512 "homepage": "https://github.com/antonioribeiro/recovery",
6513 "keywords": [
6514 "2fa",
6515 "account recovery",
6516 "auth",
6517 "backup codes",
6518 "google2fa",
6519 "pragmarx",
6520 "recovery",
6521 "recovery codes",
6522 "two factor auth"
6523 ],
6524 "time": "2017-09-19T16:58:00+00:00"
6525 },
6526 {
6527 "name": "predis/predis",
6528 "version": "v1.1.x-dev",
6529 "source": {
6530 "type": "git",
6531 "url": "https://github.com/nrk/predis.git",
6532 "reference": "111d100ee389d624036b46b35ed0c9ac59c71313"
6533 },
6534 "dist": {
6535 "type": "zip",
6536 "url": "https://api.github.com/repos/nrk/predis/zipball/111d100ee389d624036b46b35ed0c9ac59c71313",
6537 "reference": "111d100ee389d624036b46b35ed0c9ac59c71313",
6538 "shasum": ""
6539 },
6540 "require": {
6541 "php": ">=5.3.9"
6542 },
6543 "require-dev": {
6544 "phpunit/phpunit": "~4.8"
6545 },
6546 "suggest": {
6547 "ext-curl": "Allows access to Webdis when paired with phpiredis",
6548 "ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol"
6549 },
6550 "type": "library",
6551 "autoload": {
6552 "psr-4": {
6553 "Predis\\": "src/"
6554 }
6555 },
6556 "notification-url": "https://packagist.org/downloads/",
6557 "license": [
6558 "MIT"
6559 ],
6560 "authors": [
6561 {
6562 "name": "Daniele Alessandri",
6563 "email": "suppakilla@gmail.com",
6564 "homepage": "http://clorophilla.net"
6565 }
6566 ],
6567 "description": "Flexible and feature-complete Redis client for PHP and HHVM",
6568 "homepage": "http://github.com/nrk/predis",
6569 "keywords": [
6570 "nosql",
6571 "predis",
6572 "redis"
6573 ],
6574 "time": "2017-07-12T14:39:17+00:00"
6575 },
6576 {
6577 "name": "psr/cache",
6578 "version": "1.0.1",
6579 "source": {
6580 "type": "git",
6581 "url": "https://github.com/php-fig/cache.git",
6582 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
6583 },
6584 "dist": {
6585 "type": "zip",
6586 "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
6587 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
6588 "shasum": ""
6589 },
6590 "require": {
6591 "php": ">=5.3.0"
6592 },
6593 "type": "library",
6594 "extra": {
6595 "branch-alias": {
6596 "dev-master": "1.0.x-dev"
6597 }
6598 },
6599 "autoload": {
6600 "psr-4": {
6601 "Psr\\Cache\\": "src/"
6602 }
6603 },
6604 "notification-url": "https://packagist.org/downloads/",
6605 "license": [
6606 "MIT"
6607 ],
6608 "authors": [
6609 {
6610 "name": "PHP-FIG",
6611 "homepage": "http://www.php-fig.org/"
6612 }
6613 ],
6614 "description": "Common interface for caching libraries",
6615 "keywords": [
6616 "cache",
6617 "psr",
6618 "psr-6"
6619 ],
6620 "time": "2016-08-06T20:24:11+00:00"
6621 },
6622 {
6623 "name": "psr/container",
6624 "version": "1.0.0",
6625 "source": {
6626 "type": "git",
6627 "url": "https://github.com/php-fig/container.git",
6628 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
6629 },
6630 "dist": {
6631 "type": "zip",
6632 "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
6633 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
6634 "shasum": ""
6635 },
6636 "require": {
6637 "php": ">=5.3.0"
6638 },
6639 "type": "library",
6640 "extra": {
6641 "branch-alias": {
6642 "dev-master": "1.0.x-dev"
6643 }
6644 },
6645 "autoload": {
6646 "psr-4": {
6647 "Psr\\Container\\": "src/"
6648 }
6649 },
6650 "notification-url": "https://packagist.org/downloads/",
6651 "license": [
6652 "MIT"
6653 ],
6654 "authors": [
6655 {
6656 "name": "PHP-FIG",
6657 "homepage": "http://www.php-fig.org/"
6658 }
6659 ],
6660 "description": "Common Container Interface (PHP FIG PSR-11)",
6661 "homepage": "https://github.com/php-fig/container",
6662 "keywords": [
6663 "PSR-11",
6664 "container",
6665 "container-interface",
6666 "container-interop",
6667 "psr"
6668 ],
6669 "time": "2017-02-14T16:28:37+00:00"
6670 },
6671 {
6672 "name": "psr/http-client",
6673 "version": "1.0.0",
6674 "source": {
6675 "type": "git",
6676 "url": "https://github.com/php-fig/http-client.git",
6677 "reference": "496a823ef742b632934724bf769560c2a5c7c44e"
6678 },
6679 "dist": {
6680 "type": "zip",
6681 "url": "https://api.github.com/repos/php-fig/http-client/zipball/496a823ef742b632934724bf769560c2a5c7c44e",
6682 "reference": "496a823ef742b632934724bf769560c2a5c7c44e",
6683 "shasum": ""
6684 },
6685 "require": {
6686 "php": "^7.0",
6687 "psr/http-message": "^1.0"
6688 },
6689 "type": "library",
6690 "extra": {
6691 "branch-alias": {
6692 "dev-master": "1.0.x-dev"
6693 }
6694 },
6695 "autoload": {
6696 "psr-4": {
6697 "Psr\\Http\\Client\\": "src/"
6698 }
6699 },
6700 "notification-url": "https://packagist.org/downloads/",
6701 "license": [
6702 "MIT"
6703 ],
6704 "authors": [
6705 {
6706 "name": "PHP-FIG",
6707 "homepage": "http://www.php-fig.org/"
6708 }
6709 ],
6710 "description": "Common interface for HTTP clients",
6711 "homepage": "https://github.com/php-fig/http-client",
6712 "keywords": [
6713 "http",
6714 "http-client",
6715 "psr",
6716 "psr-18"
6717 ],
6718 "time": "2018-10-30T23:29:13+00:00"
6719 },
955a3bde
JB
6720 {
6721 "name": "psr/http-factory",
6722 "version": "1.0.1",
6723 "source": {
6724 "type": "git",
6725 "url": "https://github.com/php-fig/http-factory.git",
6726 "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
6727 },
6728 "dist": {
6729 "type": "zip",
6730 "url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
6731 "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
6732 "shasum": ""
6733 },
6734 "require": {
6735 "php": ">=7.0.0",
6736 "psr/http-message": "^1.0"
6737 },
6738 "type": "library",
6739 "extra": {
6740 "branch-alias": {
6741 "dev-master": "1.0.x-dev"
6742 }
6743 },
6744 "autoload": {
6745 "psr-4": {
6746 "Psr\\Http\\Message\\": "src/"
6747 }
6748 },
6749 "notification-url": "https://packagist.org/downloads/",
6750 "license": [
6751 "MIT"
6752 ],
6753 "authors": [
6754 {
6755 "name": "PHP-FIG",
6756 "homepage": "http://www.php-fig.org/"
6757 }
6758 ],
6759 "description": "Common interfaces for PSR-7 HTTP message factories",
6760 "keywords": [
6761 "factory",
6762 "http",
6763 "message",
6764 "psr",
6765 "psr-17",
6766 "psr-7",
6767 "request",
6768 "response"
6769 ],
6770 "time": "2019-04-30T12:38:16+00:00"
6771 },
6546aca4
JB
6772 {
6773 "name": "psr/http-message",
6774 "version": "1.0.1",
6775 "source": {
6776 "type": "git",
6777 "url": "https://github.com/php-fig/http-message.git",
6778 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
6779 },
6780 "dist": {
6781 "type": "zip",
6782 "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
6783 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
6784 "shasum": ""
6785 },
6786 "require": {
6787 "php": ">=5.3.0"
6788 },
6789 "type": "library",
6790 "extra": {
6791 "branch-alias": {
6792 "dev-master": "1.0.x-dev"
6793 }
6794 },
6795 "autoload": {
6796 "psr-4": {
6797 "Psr\\Http\\Message\\": "src/"
6798 }
6799 },
6800 "notification-url": "https://packagist.org/downloads/",
6801 "license": [
6802 "MIT"
6803 ],
6804 "authors": [
6805 {
6806 "name": "PHP-FIG",
6807 "homepage": "http://www.php-fig.org/"
6808 }
6809 ],
6810 "description": "Common interface for HTTP messages",
6811 "homepage": "https://github.com/php-fig/http-message",
6812 "keywords": [
6813 "http",
6814 "http-message",
6815 "psr",
6816 "psr-7",
6817 "request",
6818 "response"
6819 ],
6820 "time": "2016-08-06T14:39:51+00:00"
6821 },
6822 {
6823 "name": "psr/link",
6824 "version": "1.0.0",
6825 "source": {
6826 "type": "git",
6827 "url": "https://github.com/php-fig/link.git",
6828 "reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562"
6829 },
6830 "dist": {
6831 "type": "zip",
6832 "url": "https://api.github.com/repos/php-fig/link/zipball/eea8e8662d5cd3ae4517c9b864493f59fca95562",
6833 "reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562",
6834 "shasum": ""
6835 },
6836 "require": {
6837 "php": ">=5.3.0"
6838 },
6839 "type": "library",
6840 "extra": {
6841 "branch-alias": {
6842 "dev-master": "1.0.x-dev"
6843 }
6844 },
6845 "autoload": {
6846 "psr-4": {
6847 "Psr\\Link\\": "src/"
6848 }
6849 },
6850 "notification-url": "https://packagist.org/downloads/",
6851 "license": [
6852 "MIT"
6853 ],
6854 "authors": [
6855 {
6856 "name": "PHP-FIG",
6857 "homepage": "http://www.php-fig.org/"
6858 }
6859 ],
6860 "description": "Common interfaces for HTTP links",
6861 "keywords": [
6862 "http",
6863 "http-link",
6864 "link",
6865 "psr",
6866 "psr-13",
6867 "rest"
6868 ],
6869 "time": "2016-10-28T16:06:13+00:00"
6870 },
6871 {
6872 "name": "psr/log",
6873 "version": "1.1.0",
6874 "source": {
6875 "type": "git",
6876 "url": "https://github.com/php-fig/log.git",
6877 "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd"
6878 },
6879 "dist": {
6880 "type": "zip",
6881 "url": "https://api.github.com/repos/php-fig/log/zipball/6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
6882 "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
6883 "shasum": ""
6884 },
6885 "require": {
6886 "php": ">=5.3.0"
6887 },
6888 "type": "library",
6889 "extra": {
6890 "branch-alias": {
6891 "dev-master": "1.0.x-dev"
6892 }
6893 },
6894 "autoload": {
6895 "psr-4": {
6896 "Psr\\Log\\": "Psr/Log/"
6897 }
6898 },
6899 "notification-url": "https://packagist.org/downloads/",
6900 "license": [
6901 "MIT"
6902 ],
6903 "authors": [
6904 {
6905 "name": "PHP-FIG",
6906 "homepage": "http://www.php-fig.org/"
6907 }
6908 ],
6909 "description": "Common interface for logging libraries",
6910 "homepage": "https://github.com/php-fig/log",
6911 "keywords": [
6912 "log",
6913 "psr",
6914 "psr-3"
6915 ],
6916 "time": "2018-11-20T15:27:04+00:00"
6917 },
6918 {
6919 "name": "psr/simple-cache",
6920 "version": "1.0.1",
6921 "source": {
6922 "type": "git",
6923 "url": "https://github.com/php-fig/simple-cache.git",
6924 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
6925 },
6926 "dist": {
6927 "type": "zip",
6928 "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
6929 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
6930 "shasum": ""
6931 },
6932 "require": {
6933 "php": ">=5.3.0"
6934 },
6935 "type": "library",
6936 "extra": {
6937 "branch-alias": {
6938 "dev-master": "1.0.x-dev"
6939 }
6940 },
6941 "autoload": {
6942 "psr-4": {
6943 "Psr\\SimpleCache\\": "src/"
6944 }
6945 },
6946 "notification-url": "https://packagist.org/downloads/",
6947 "license": [
6948 "MIT"
6949 ],
6950 "authors": [
6951 {
6952 "name": "PHP-FIG",
6953 "homepage": "http://www.php-fig.org/"
6954 }
6955 ],
6956 "description": "Common interfaces for simple caching",
6957 "keywords": [
6958 "cache",
6959 "caching",
6960 "psr",
6961 "psr-16",
6962 "simple-cache"
6963 ],
6964 "time": "2017-10-23T01:57:42+00:00"
6965 },
6966 {
6967 "name": "ralouphie/getallheaders",
154d0974 6968 "version": "3.0.3",
6546aca4
JB
6969 "source": {
6970 "type": "git",
6971 "url": "https://github.com/ralouphie/getallheaders.git",
154d0974 6972 "reference": "120b605dfeb996808c31b6477290a714d356e822"
6546aca4
JB
6973 },
6974 "dist": {
6975 "type": "zip",
154d0974
JB
6976 "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
6977 "reference": "120b605dfeb996808c31b6477290a714d356e822",
6546aca4
JB
6978 "shasum": ""
6979 },
6980 "require": {
154d0974 6981 "php": ">=5.6"
6546aca4
JB
6982 },
6983 "require-dev": {
154d0974
JB
6984 "php-coveralls/php-coveralls": "^2.1",
6985 "phpunit/phpunit": "^5 || ^6.5"
6546aca4
JB
6986 },
6987 "type": "library",
6988 "autoload": {
6989 "files": [
6990 "src/getallheaders.php"
6991 ]
6992 },
6993 "notification-url": "https://packagist.org/downloads/",
6994 "license": [
6995 "MIT"
6996 ],
6997 "authors": [
6998 {
6999 "name": "Ralph Khattar",
7000 "email": "ralph.khattar@gmail.com"
7001 }
7002 ],
7003 "description": "A polyfill for getallheaders.",
154d0974 7004 "time": "2019-03-08T08:55:37+00:00"
6546aca4 7005 },
955a3bde
JB
7006 {
7007 "name": "ramsey/uuid",
7008 "version": "3.8.0",
7009 "source": {
7010 "type": "git",
7011 "url": "https://github.com/ramsey/uuid.git",
7012 "reference": "d09ea80159c1929d75b3f9c60504d613aeb4a1e3"
7013 },
7014 "dist": {
7015 "type": "zip",
7016 "url": "https://api.github.com/repos/ramsey/uuid/zipball/d09ea80159c1929d75b3f9c60504d613aeb4a1e3",
7017 "reference": "d09ea80159c1929d75b3f9c60504d613aeb4a1e3",
7018 "shasum": ""
7019 },
7020 "require": {
7021 "paragonie/random_compat": "^1.0|^2.0|9.99.99",
7022 "php": "^5.4 || ^7.0",
7023 "symfony/polyfill-ctype": "^1.8"
7024 },
7025 "replace": {
7026 "rhumsaa/uuid": "self.version"
7027 },
7028 "require-dev": {
7029 "codeception/aspect-mock": "^1.0 | ~2.0.0",
7030 "doctrine/annotations": "~1.2.0",
7031 "goaop/framework": "1.0.0-alpha.2 | ^1.0 | ~2.1.0",
7032 "ircmaxell/random-lib": "^1.1",
7033 "jakub-onderka/php-parallel-lint": "^0.9.0",
7034 "mockery/mockery": "^0.9.9",
7035 "moontoast/math": "^1.1",
7036 "php-mock/php-mock-phpunit": "^0.3|^1.1",
7037 "phpunit/phpunit": "^4.7|^5.0|^6.5",
7038 "squizlabs/php_codesniffer": "^2.3"
7039 },
7040 "suggest": {
7041 "ext-ctype": "Provides support for PHP Ctype functions",
7042 "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator",
7043 "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator",
7044 "ircmaxell/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
7045 "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).",
7046 "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid",
7047 "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
7048 },
7049 "type": "library",
7050 "extra": {
7051 "branch-alias": {
7052 "dev-master": "3.x-dev"
7053 }
7054 },
7055 "autoload": {
7056 "psr-4": {
7057 "Ramsey\\Uuid\\": "src/"
7058 }
7059 },
7060 "notification-url": "https://packagist.org/downloads/",
7061 "license": [
7062 "MIT"
7063 ],
7064 "authors": [
7065 {
7066 "name": "Marijn Huizendveld",
7067 "email": "marijn.huizendveld@gmail.com"
7068 },
7069 {
7070 "name": "Thibaud Fabre",
7071 "email": "thibaud@aztech.io"
7072 },
7073 {
7074 "name": "Ben Ramsey",
7075 "email": "ben@benramsey.com",
7076 "homepage": "https://benramsey.com"
7077 }
7078 ],
7079 "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
7080 "homepage": "https://github.com/ramsey/uuid",
7081 "keywords": [
7082 "guid",
7083 "identifier",
7084 "uuid"
7085 ],
7086 "time": "2018-07-19T23:38:55+00:00"
7087 },
6546aca4
JB
7088 {
7089 "name": "react/promise",
7090 "version": "v2.7.1",
7091 "source": {
7092 "type": "git",
7093 "url": "https://github.com/reactphp/promise.git",
7094 "reference": "31ffa96f8d2ed0341a57848cbb84d88b89dd664d"
7095 },
7096 "dist": {
7097 "type": "zip",
7098 "url": "https://api.github.com/repos/reactphp/promise/zipball/31ffa96f8d2ed0341a57848cbb84d88b89dd664d",
7099 "reference": "31ffa96f8d2ed0341a57848cbb84d88b89dd664d",
7100 "shasum": ""
7101 },
7102 "require": {
7103 "php": ">=5.4.0"
7104 },
7105 "require-dev": {
7106 "phpunit/phpunit": "~4.8"
7107 },
7108 "type": "library",
7109 "autoload": {
7110 "psr-4": {
7111 "React\\Promise\\": "src/"
7112 },
7113 "files": [
7114 "src/functions_include.php"
7115 ]
7116 },
7117 "notification-url": "https://packagist.org/downloads/",
7118 "license": [
7119 "MIT"
7120 ],
7121 "authors": [
7122 {
7123 "name": "Jan Sorgalla",
7124 "email": "jsorgalla@gmail.com"
7125 }
7126 ],
7127 "description": "A lightweight implementation of CommonJS Promises/A for PHP",
7128 "keywords": [
7129 "promise",
7130 "promises"
7131 ],
7132 "time": "2019-01-07T21:25:54+00:00"
7133 },
7134 {
7135 "name": "scheb/two-factor-bundle",
997d10a0 7136 "version": "v4.6.0",
6546aca4
JB
7137 "source": {
7138 "type": "git",
7139 "url": "https://github.com/scheb/two-factor-bundle.git",
997d10a0 7140 "reference": "02b8d865df7ab0e999b0f61c73d3b3f95f7e4cbf"
6546aca4
JB
7141 },
7142 "dist": {
7143 "type": "zip",
997d10a0 7144 "url": "https://api.github.com/repos/scheb/two-factor-bundle/zipball/02b8d865df7ab0e999b0f61c73d3b3f95f7e4cbf",
7145 "reference": "02b8d865df7ab0e999b0f61c73d3b3f95f7e4cbf",
6546aca4
JB
7146 "shasum": ""
7147 },
7148 "require": {
7149 "lcobucci/jwt": "^3.2",
28378675 7150 "paragonie/constant_time_encoding": "^2.2",
6546aca4 7151 "php": "^7.1.3",
28378675 7152 "spomky-labs/otphp": "^9.1",
6546aca4
JB
7153 "symfony/config": "^3.4|^4.0",
7154 "symfony/dependency-injection": "^3.4|^4.0",
7155 "symfony/event-dispatcher": "^3.4|^4.0",
7156 "symfony/framework-bundle": "^3.4|^4.0",
7157 "symfony/http-foundation": "^3.4|^4.0",
7158 "symfony/http-kernel": "^3.4|^4.0",
7159 "symfony/property-access": "^3.4|^4.0",
7160 "symfony/security-bundle": "^3.4|^4.0",
7161 "symfony/twig-bundle": "^3.4|^4.0"
7162 },
7163 "require-dev": {
7164 "doctrine/lexer": "^1.0.1",
7165 "doctrine/orm": "^2.6",
7166 "phpunit/phpunit": "^7.0|^8.0",
7167 "swiftmailer/swiftmailer": "^6.0",
7168 "symfony/yaml": "^3.4|^4.0"
7169 },
7170 "type": "symfony-bundle",
7171 "autoload": {
7172 "psr-4": {
7173 "Scheb\\TwoFactorBundle\\": ""
7174 }
7175 },
7176 "notification-url": "https://packagist.org/downloads/",
7177 "license": [
7178 "MIT"
7179 ],
7180 "authors": [
7181 {
7182 "name": "Christian Scheb",
7183 "email": "me@christianscheb.de"
7184 }
7185 ],
7186 "description": "Provides two-factor authentication for Symfony applications",
7187 "homepage": "https://github.com/scheb/two-factor-bundle",
7188 "keywords": [
7189 "Authentication",
7190 "security",
7191 "symfony",
7192 "two-factor",
7193 "two-step"
7194 ],
997d10a0 7195 "time": "2019-08-22T14:32:07+00:00"
6546aca4
JB
7196 },
7197 {
7198 "name": "sensio/distribution-bundle",
e06303d8 7199 "version": "v5.0.25",
6546aca4
JB
7200 "source": {
7201 "type": "git",
7202 "url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
e06303d8 7203 "reference": "80a38234bde8321fb92aa0b8c27978a272bb4baf"
6546aca4
JB
7204 },
7205 "dist": {
7206 "type": "zip",
e06303d8 7207 "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/80a38234bde8321fb92aa0b8c27978a272bb4baf",
7208 "reference": "80a38234bde8321fb92aa0b8c27978a272bb4baf",
6546aca4
JB
7209 "shasum": ""
7210 },
7211 "require": {
7212 "php": ">=5.3.9",
e06303d8 7213 "sensiolabs/security-checker": "~5.0|~6.0",
6546aca4
JB
7214 "symfony/class-loader": "~2.3|~3.0",
7215 "symfony/config": "~2.3|~3.0",
7216 "symfony/dependency-injection": "~2.3|~3.0",
7217 "symfony/filesystem": "~2.3|~3.0",
7218 "symfony/http-kernel": "~2.3|~3.0",
7219 "symfony/process": "~2.3|~3.0"
7220 },
7221 "type": "symfony-bundle",
7222 "extra": {
7223 "branch-alias": {
7224 "dev-master": "5.0.x-dev"
7225 }
7226 },
7227 "autoload": {
7228 "psr-4": {
7229 "Sensio\\Bundle\\DistributionBundle\\": ""
7230 }
7231 },
7232 "notification-url": "https://packagist.org/downloads/",
7233 "license": [
7234 "MIT"
7235 ],
7236 "authors": [
7237 {
7238 "name": "Fabien Potencier",
7239 "email": "fabien@symfony.com"
7240 }
7241 ],
7242 "description": "Base bundle for Symfony Distributions",
7243 "keywords": [
7244 "configuration",
7245 "distribution"
7246 ],
e06303d8 7247 "time": "2019-06-18T15:43:58+00:00"
6546aca4
JB
7248 },
7249 {
7250 "name": "sensio/framework-extra-bundle",
d0cf488d 7251 "version": "v5.4.1",
6546aca4
JB
7252 "source": {
7253 "type": "git",
7254 "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
d0cf488d 7255 "reference": "585f4b3a1c54f24d1a8431c729fc8f5acca20c8a"
6546aca4
JB
7256 },
7257 "dist": {
7258 "type": "zip",
d0cf488d
JB
7259 "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/585f4b3a1c54f24d1a8431c729fc8f5acca20c8a",
7260 "reference": "585f4b3a1c54f24d1a8431c729fc8f5acca20c8a",
6546aca4
JB
7261 "shasum": ""
7262 },
7263 "require": {
7264 "doctrine/annotations": "^1.0",
7265 "doctrine/persistence": "^1.0",
7266 "php": ">=7.1.3",
2c8dcab7 7267 "symfony/config": "^3.4|^4.3",
7268 "symfony/dependency-injection": "^3.4|^4.3",
7269 "symfony/framework-bundle": "^3.4|^4.3",
7270 "symfony/http-kernel": "^3.4|^4.3"
6546aca4
JB
7271 },
7272 "require-dev": {
7273 "doctrine/doctrine-bundle": "^1.6",
7274 "doctrine/orm": "^2.5",
7275 "nyholm/psr7": "^1.1",
2c8dcab7 7276 "symfony/browser-kit": "^3.4|^4.3",
7277 "symfony/dom-crawler": "^3.4|^4.3",
7278 "symfony/expression-language": "^3.4|^4.3",
7279 "symfony/finder": "^3.4|^4.3",
6546aca4
JB
7280 "symfony/monolog-bridge": "^3.0|^4.0",
7281 "symfony/monolog-bundle": "^3.2",
7282 "symfony/phpunit-bridge": "^3.4.19|^4.1.8",
7283 "symfony/psr-http-message-bridge": "^1.1",
2c8dcab7 7284 "symfony/security-bundle": "^3.4|^4.3",
7285 "symfony/twig-bundle": "^3.4|^4.3",
7286 "symfony/yaml": "^3.4|^4.3",
6546aca4
JB
7287 "twig/twig": "~1.12|~2.0"
7288 },
7289 "suggest": {
7290 "symfony/expression-language": "",
7291 "symfony/psr-http-message-bridge": "To use the PSR-7 converters",
7292 "symfony/security-bundle": ""
7293 },
7294 "type": "symfony-bundle",
7295 "extra": {
7296 "branch-alias": {
2c8dcab7 7297 "dev-master": "5.4.x-dev"
6546aca4
JB
7298 }
7299 },
7300 "autoload": {
7301 "psr-4": {
7302 "Sensio\\Bundle\\FrameworkExtraBundle\\": ""
7303 }
7304 },
7305 "notification-url": "https://packagist.org/downloads/",
7306 "license": [
7307 "MIT"
7308 ],
7309 "authors": [
7310 {
7311 "name": "Fabien Potencier",
7312 "email": "fabien@symfony.com"
7313 }
7314 ],
7315 "description": "This bundle provides a way to configure your controllers with annotations",
7316 "keywords": [
7317 "annotations",
7318 "controllers"
7319 ],
d0cf488d 7320 "time": "2019-07-08T08:31:25+00:00"
6546aca4
JB
7321 },
7322 {
7323 "name": "sensiolabs/security-checker",
9a80dcf1 7324 "version": "v6.0.2",
6546aca4
JB
7325 "source": {
7326 "type": "git",
7327 "url": "https://github.com/sensiolabs/security-checker.git",
e06303d8 7328 "reference": "ce8d0552dcb8d3677ab9adb6d19a5837949bfec4"
6546aca4
JB
7329 },
7330 "dist": {
7331 "type": "zip",
e06303d8 7332 "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/ce8d0552dcb8d3677ab9adb6d19a5837949bfec4",
7333 "reference": "ce8d0552dcb8d3677ab9adb6d19a5837949bfec4",
6546aca4
JB
7334 "shasum": ""
7335 },
7336 "require": {
e06303d8 7337 "php": ">=7.1.3",
7338 "symfony/console": "^2.8|^3.4|^4.2",
7339 "symfony/http-client": "^4.3",
7340 "symfony/mime": "^4.3",
7341 "symfony/polyfill-ctype": "^1.11"
6546aca4
JB
7342 },
7343 "bin": [
7344 "security-checker"
7345 ],
7346 "type": "library",
7347 "extra": {
7348 "branch-alias": {
e06303d8 7349 "dev-master": "6.0-dev"
6546aca4
JB
7350 }
7351 },
7352 "autoload": {
7353 "psr-4": {
7354 "SensioLabs\\Security\\": "SensioLabs/Security"
7355 }
7356 },
7357 "notification-url": "https://packagist.org/downloads/",
7358 "license": [
7359 "MIT"
7360 ],
7361 "authors": [
7362 {
7363 "name": "Fabien Potencier",
7364 "email": "fabien.potencier@gmail.com"
7365 }
7366 ],
7367 "description": "A security checker for your composer.lock",
e06303d8 7368 "time": "2019-06-08T06:46:26+00:00"
6546aca4 7369 },
955a3bde
JB
7370 {
7371 "name": "sentry/sdk",
7372 "version": "2.0.3",
7373 "source": {
7374 "type": "git",
7375 "url": "https://github.com/getsentry/sentry-php-sdk.git",
7376 "reference": "91c36aec83e4c1c5801b64ef4927b78a5aa8ce7f"
7377 },
7378 "dist": {
7379 "type": "zip",
7380 "url": "https://api.github.com/repos/getsentry/sentry-php-sdk/zipball/91c36aec83e4c1c5801b64ef4927b78a5aa8ce7f",
7381 "reference": "91c36aec83e4c1c5801b64ef4927b78a5aa8ce7f",
7382 "shasum": ""
7383 },
7384 "require": {
7385 "http-interop/http-factory-guzzle": "^1.0",
7386 "php-http/curl-client": "^1.0|^2.0",
7387 "sentry/sentry": "^2.0.1"
7388 },
7389 "type": "metapackage",
7390 "notification-url": "https://packagist.org/downloads/",
7391 "license": [
7392 "MIT"
7393 ],
7394 "authors": [
7395 {
7396 "name": "Sentry",
7397 "email": "accounts@sentry.io"
7398 }
7399 ],
7400 "description": "This is a metapackage shipping sentry/sentry with a recommended http client.",
7401 "time": "2019-04-08T07:21:45+00:00"
7402 },
7403 {
7404 "name": "sentry/sentry",
61e53dda 7405 "version": "2.1.2",
955a3bde
JB
7406 "source": {
7407 "type": "git",
7408 "url": "https://github.com/getsentry/sentry-php.git",
61e53dda 7409 "reference": "646f6ada8b89a08063e31f54ed6d260bd6879239"
955a3bde
JB
7410 },
7411 "dist": {
7412 "type": "zip",
61e53dda
JB
7413 "url": "https://api.github.com/repos/getsentry/sentry-php/zipball/646f6ada8b89a08063e31f54ed6d260bd6879239",
7414 "reference": "646f6ada8b89a08063e31f54ed6d260bd6879239",
955a3bde
JB
7415 "shasum": ""
7416 },
7417 "require": {
7418 "ext-json": "*",
7419 "ext-mbstring": "*",
7420 "jean85/pretty-package-versions": "^1.2",
7421 "php": "^7.1",
7422 "php-http/async-client-implementation": "^1.0",
7423 "php-http/client-common": "^1.5|^2.0",
7424 "php-http/discovery": "^1.6.1",
7425 "php-http/httplug": "^1.1|^2.0",
7426 "php-http/message": "^1.5",
7427 "psr/http-message-implementation": "^1.0",
7428 "ramsey/uuid": "^3.3",
7429 "symfony/options-resolver": "^2.7|^3.0|^4.0",
7430 "zendframework/zend-diactoros": "^1.4|^2.0"
7431 },
7432 "conflict": {
7433 "php-http/client-common": "1.8.0",
7434 "raven/raven": "*"
7435 },
7436 "require-dev": {
7437 "friendsofphp/php-cs-fixer": "^2.13",
7438 "monolog/monolog": "^1.3|^2.0",
7439 "php-http/mock-client": "^1.0",
7440 "phpstan/phpstan": "^0.10.3",
7441 "phpstan/phpstan-phpunit": "^0.10",
7442 "phpunit/phpunit": "^7.0",
61e53dda 7443 "symfony/phpunit-bridge": "^4.3"
955a3bde
JB
7444 },
7445 "type": "library",
7446 "extra": {
7447 "branch-alias": {
61e53dda 7448 "dev-master": "2.1.x-dev"
955a3bde
JB
7449 }
7450 },
7451 "autoload": {
7452 "files": [
7453 "src/Sdk.php"
7454 ],
7455 "psr-4": {
7456 "Sentry\\": "src/"
7457 }
7458 },
7459 "notification-url": "https://packagist.org/downloads/",
7460 "license": [
7461 "BSD-3-Clause"
7462 ],
7463 "authors": [
7464 {
7465 "name": "Sentry",
7466 "email": "accounts@sentry.io"
7467 }
7468 ],
7469 "description": "A PHP SDK for Sentry (http://sentry.io)",
7470 "homepage": "http://sentry.io",
7471 "keywords": [
7472 "crash-reporting",
7473 "crash-reports",
7474 "error-handler",
7475 "error-monitoring",
7476 "log",
7477 "logging",
7478 "sentry"
7479 ],
61e53dda 7480 "time": "2019-08-22T07:37:30+00:00"
955a3bde
JB
7481 },
7482 {
7483 "name": "sentry/sentry-symfony",
4ef4b64c 7484 "version": "3.1.0",
955a3bde
JB
7485 "source": {
7486 "type": "git",
7487 "url": "https://github.com/getsentry/sentry-symfony.git",
4ef4b64c 7488 "reference": "0a12cde953e60e35cdf2f6ca3a80a8def641ce33"
955a3bde
JB
7489 },
7490 "dist": {
7491 "type": "zip",
4ef4b64c 7492 "url": "https://api.github.com/repos/getsentry/sentry-symfony/zipball/0a12cde953e60e35cdf2f6ca3a80a8def641ce33",
7493 "reference": "0a12cde953e60e35cdf2f6ca3a80a8def641ce33",
955a3bde
JB
7494 "shasum": ""
7495 },
7496 "require": {
7497 "jean85/pretty-package-versions": "^1.0",
7498 "php": "^7.1",
7499 "sentry/sdk": "^2.0",
4ef4b64c 7500 "symfony/config": "^2.8||^3.0||^4.0",
7501 "symfony/console": "^2.8||^3.0||^4.0",
7502 "symfony/dependency-injection": "^2.8||^3.0||^4.0",
7503 "symfony/event-dispatcher": "^2.8||^3.0||^4.0",
7504 "symfony/http-kernel": "^2.8||^3.0||^4.0",
7505 "symfony/security-core": "^2.8||^3.0||^4.0"
955a3bde
JB
7506 },
7507 "require-dev": {
7508 "friendsofphp/php-cs-fixer": "^2.8",
7509 "jangregor/phpstan-prophecy": "^0.3.0",
7510 "php-http/mock-client": "^1.0",
7511 "phpstan/phpstan": "^0.11",
7512 "phpstan/phpstan-phpunit": "^0.11",
7513 "phpunit/phpunit": "^7.5",
7514 "scrutinizer/ocular": "^1.4",
4ef4b64c 7515 "symfony/expression-language": "^2.8||^3.0||^4.0"
955a3bde
JB
7516 },
7517 "type": "symfony-bundle",
7518 "extra": {
7519 "branch-alias": {
7520 "master": "3.x-dev",
7521 "releases/2.x": "2.x-dev",
7522 "releases/1.x": "1.x-dev"
7523 }
7524 },
7525 "autoload": {
7526 "psr-4": {
7527 "Sentry\\SentryBundle\\": "src/"
7528 }
7529 },
7530 "notification-url": "https://packagist.org/downloads/",
7531 "license": [
7532 "Apache-2.0"
7533 ],
7534 "authors": [
7535 {
7536 "name": "David Cramer",
7537 "email": "dcramer@gmail.com"
7538 },
7539 {
7540 "name": "Alessandro Lai",
7541 "email": "alessandro.lai85@gmail.com"
7542 }
7543 ],
7544 "description": "Symfony integration for Sentry (http://getsentry.com)",
7545 "homepage": "http://getsentry.com",
7546 "keywords": [
7547 "errors",
7548 "logging",
7549 "sentry",
7550 "symfony"
7551 ],
4ef4b64c 7552 "time": "2019-07-02T08:46:15+00:00"
955a3bde 7553 },
6546aca4
JB
7554 {
7555 "name": "simplepie/simplepie",
7556 "version": "1.5.2",
7557 "source": {
7558 "type": "git",
7559 "url": "https://github.com/simplepie/simplepie.git",
7560 "reference": "0e8fe72132dad765d25db4cabc69a91139af1263"
7561 },
7562 "dist": {
7563 "type": "zip",
7564 "url": "https://api.github.com/repos/simplepie/simplepie/zipball/0e8fe72132dad765d25db4cabc69a91139af1263",
7565 "reference": "0e8fe72132dad765d25db4cabc69a91139af1263",
7566 "shasum": ""
7567 },
7568 "require": {
7569 "ext-pcre": "*",
7570 "ext-xml": "*",
7571 "ext-xmlreader": "*",
7572 "php": ">=5.6.0"
7573 },
7574 "require-dev": {
7575 "phpunit/phpunit": "~5.4.3 || ~6.5"
7576 },
7577 "suggest": {
7578 "ext-curl": "",
7579 "ext-iconv": "",
7580 "ext-intl": "",
7581 "ext-mbstring": "",
7582 "mf2/mf2": "Microformat module that allows for parsing HTML for microformats"
7583 },
7584 "type": "library",
7585 "autoload": {
7586 "psr-0": {
7587 "SimplePie": "library"
7588 }
7589 },
7590 "notification-url": "https://packagist.org/downloads/",
7591 "license": [
7592 "BSD-3-Clause"
7593 ],
7594 "authors": [
7595 {
7596 "name": "Ryan Parman",
61e53dda
JB
7597 "homepage": "http://ryanparman.com/",
7598 "role": "Creator, alumnus developer"
6546aca4
JB
7599 },
7600 {
7601 "name": "Geoffrey Sneddon",
61e53dda
JB
7602 "homepage": "http://gsnedders.com/",
7603 "role": "Alumnus developer"
6546aca4
JB
7604 },
7605 {
7606 "name": "Ryan McCue",
7607 "email": "me@ryanmccue.info",
61e53dda
JB
7608 "homepage": "http://ryanmccue.info/",
7609 "role": "Developer"
6546aca4
JB
7610 }
7611 ],
7612 "description": "A simple Atom/RSS parsing library for PHP",
7613 "homepage": "http://simplepie.org/",
7614 "keywords": [
7615 "atom",
7616 "feeds",
7617 "rss"
7618 ],
7619 "time": "2018-08-02T05:43:58+00:00"
7620 },
7621 {
7622 "name": "smalot/pdfparser",
7623 "version": "v0.14.0",
7624 "source": {
7625 "type": "git",
7626 "url": "https://github.com/smalot/pdfparser.git",
7627 "reference": "ec72a99028ba5e21a0acad92047b85e128cbf81f"
7628 },
7629 "dist": {
7630 "type": "zip",
7631 "url": "https://api.github.com/repos/smalot/pdfparser/zipball/ec72a99028ba5e21a0acad92047b85e128cbf81f",
7632 "reference": "ec72a99028ba5e21a0acad92047b85e128cbf81f",
7633 "shasum": ""
7634 },
7635 "require": {
7636 "ext-mbstring": "*",
7637 "ext-zlib": "*",
7638 "php": ">=5.3.0",
7639 "tecnickcom/tcpdf": "~6.0"
7640 },
7641 "require-dev": {
7642 "atoum/atoum": "^2.8 | ^3.0"
7643 },
7644 "type": "library",
7645 "autoload": {
7646 "psr-0": {
7647 "Smalot\\PdfParser\\": "src/"
7648 }
7649 },
7650 "notification-url": "https://packagist.org/downloads/",
7651 "license": [
7652 "LGPL-3.0"
7653 ],
7654 "authors": [
7655 {
61e53dda 7656 "name": "Sebastien MALOT",
6546aca4
JB
7657 "email": "sebastien@malot.fr"
7658 }
7659 ],
7660 "description": "Pdf parser library. Can read and extract information from pdf file.",
7661 "homepage": "http://www.pdfparser.org",
7662 "keywords": [
7663 "extract",
7664 "parse",
7665 "parser",
7666 "pdf",
7667 "text"
7668 ],
7669 "time": "2019-01-23T09:14:37+00:00"
7670 },
7671 {
28378675 7672 "name": "spomky-labs/otphp",
7673 "version": "v9.1.4",
6546aca4
JB
7674 "source": {
7675 "type": "git",
28378675 7676 "url": "https://github.com/Spomky-Labs/otphp.git",
7677 "reference": "48d463cf909320399fe08eab2e1cd18d899d5068"
6546aca4
JB
7678 },
7679 "dist": {
7680 "type": "zip",
28378675 7681 "url": "https://api.github.com/repos/Spomky-Labs/otphp/zipball/48d463cf909320399fe08eab2e1cd18d899d5068",
7682 "reference": "48d463cf909320399fe08eab2e1cd18d899d5068",
6546aca4
JB
7683 "shasum": ""
7684 },
7685 "require": {
28378675 7686 "beberlei/assert": "^2.4|^3.0",
7687 "paragonie/constant_time_encoding": "^2.0",
6546aca4
JB
7688 "php": "^7.1"
7689 },
7690 "require-dev": {
28378675 7691 "phpunit/phpunit": "^6.0",
7692 "satooshi/php-coveralls": "^1.0"
6546aca4
JB
7693 },
7694 "type": "library",
7695 "extra": {
7696 "branch-alias": {
28378675 7697 "dev-master": "9.0.x-dev"
6546aca4
JB
7698 }
7699 },
7700 "autoload": {
7701 "psr-4": {
28378675 7702 "OTPHP\\": "src/"
6546aca4
JB
7703 }
7704 },
7705 "notification-url": "https://packagist.org/downloads/",
7706 "license": [
7707 "MIT"
7708 ],
7709 "authors": [
7710 {
28378675 7711 "name": "Florent Morselli",
7712 "homepage": "https://github.com/Spomky"
6546aca4
JB
7713 },
7714 {
28378675 7715 "name": "All contributors",
7716 "homepage": "https://github.com/Spomky-Labs/otphp/contributors"
6546aca4
JB
7717 }
7718 ],
28378675 7719 "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",
7720 "homepage": "https://github.com/Spomky-Labs/otphp",
6546aca4 7721 "keywords": [
28378675 7722 "FreeOTP",
7723 "RFC 4226",
7724 "RFC 6238",
7725 "google authenticator",
7726 "hotp",
7727 "otp",
7728 "totp"
6546aca4 7729 ],
28378675 7730 "time": "2019-03-18T10:08:51+00:00"
6546aca4
JB
7731 },
7732 {
7733 "name": "stof/doctrine-extensions-bundle",
7734 "version": "v1.3.0",
7735 "source": {
7736 "type": "git",
7737 "url": "https://github.com/stof/StofDoctrineExtensionsBundle.git",
7738 "reference": "46db71ec7ffee9122eca3cdddd4ef8d84bae269c"
7739 },
7740 "dist": {
7741 "type": "zip",
7742 "url": "https://api.github.com/repos/stof/StofDoctrineExtensionsBundle/zipball/46db71ec7ffee9122eca3cdddd4ef8d84bae269c",
7743 "reference": "46db71ec7ffee9122eca3cdddd4ef8d84bae269c",
7744 "shasum": ""
7745 },
7746 "require": {
7747 "gedmo/doctrine-extensions": "^2.3.4",
7748 "php": ">=5.3.2",
7749 "symfony/framework-bundle": "~2.7|~3.2|~4.0"
7750 },
7751 "require-dev": {
7752 "symfony/phpunit-bridge": "^4.0",
7753 "symfony/security-bundle": "^2.7 || ^3.2 || ^4.0"
7754 },
7755 "suggest": {
7756 "doctrine/doctrine-bundle": "to use the ORM extensions",
7757 "doctrine/mongodb-odm-bundle": "to use the MongoDB ODM extensions"
7758 },
7759 "type": "symfony-bundle",
7760 "extra": {
7761 "branch-alias": {
7762 "dev-master": "1.3.x-dev"
7763 }
7764 },
7765 "autoload": {
7766 "psr-4": {
7767 "Stof\\DoctrineExtensionsBundle\\": ""
7768 }
7769 },
7770 "notification-url": "https://packagist.org/downloads/",
7771 "license": [
7772 "MIT"
7773 ],
7774 "authors": [
7775 {
7776 "name": "Christophe Coevoet",
7777 "email": "stof@notk.org"
7778 }
7779 ],
7780 "description": "Integration of the gedmo/doctrine-extensions with Symfony2",
7781 "homepage": "https://github.com/stof/StofDoctrineExtensionsBundle",
7782 "keywords": [
7783 "behaviors",
7784 "doctrine2",
7785 "extensions",
7786 "gedmo",
7787 "loggable",
7788 "nestedset",
7789 "sluggable",
7790 "sortable",
7791 "timestampable",
7792 "translatable",
7793 "tree"
7794 ],
7795 "time": "2017-12-24T16:06:50+00:00"
7796 },
7797 {
7798 "name": "swiftmailer/swiftmailer",
7799 "version": "v6.2.1",
7800 "source": {
7801 "type": "git",
7802 "url": "https://github.com/swiftmailer/swiftmailer.git",
7803 "reference": "5397cd05b0a0f7937c47b0adcb4c60e5ab936b6a"
7804 },
7805 "dist": {
7806 "type": "zip",
7807 "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/5397cd05b0a0f7937c47b0adcb4c60e5ab936b6a",
7808 "reference": "5397cd05b0a0f7937c47b0adcb4c60e5ab936b6a",
7809 "shasum": ""
7810 },
7811 "require": {
7812 "egulias/email-validator": "~2.0",
7813 "php": ">=7.0.0",
7814 "symfony/polyfill-iconv": "^1.0",
7815 "symfony/polyfill-intl-idn": "^1.10",
7816 "symfony/polyfill-mbstring": "^1.0"
7817 },
7818 "require-dev": {
7819 "mockery/mockery": "~0.9.1",
7820 "symfony/phpunit-bridge": "^3.4.19|^4.1.8"
7821 },
7822 "suggest": {
7823 "ext-intl": "Needed to support internationalized email addresses",
7824 "true/punycode": "Needed to support internationalized email addresses, if ext-intl is not installed"
7825 },
7826 "type": "library",
7827 "extra": {
7828 "branch-alias": {
7829 "dev-master": "6.2-dev"
7830 }
7831 },
7832 "autoload": {
7833 "files": [
7834 "lib/swift_required.php"
7835 ]
7836 },
7837 "notification-url": "https://packagist.org/downloads/",
7838 "license": [
7839 "MIT"
7840 ],
7841 "authors": [
7842 {
7843 "name": "Chris Corbyn"
7844 },
7845 {
7846 "name": "Fabien Potencier",
7847 "email": "fabien@symfony.com"
7848 }
7849 ],
7850 "description": "Swiftmailer, free feature-rich PHP mailer",
7851 "homepage": "https://swiftmailer.symfony.com",
7852 "keywords": [
7853 "email",
7854 "mail",
7855 "mailer"
7856 ],
7857 "time": "2019-04-21T09:21:45+00:00"
7858 },
e06303d8 7859 {
7860 "name": "symfony/http-client",
1576905e 7861 "version": "v4.3.3",
e06303d8 7862 "source": {
7863 "type": "git",
7864 "url": "https://github.com/symfony/http-client.git",
1576905e 7865 "reference": "7759fabfbdf7f57a1d29655550b49c4ff04891a5"
e06303d8 7866 },
7867 "dist": {
7868 "type": "zip",
1576905e
JB
7869 "url": "https://api.github.com/repos/symfony/http-client/zipball/7759fabfbdf7f57a1d29655550b49c4ff04891a5",
7870 "reference": "7759fabfbdf7f57a1d29655550b49c4ff04891a5",
e06303d8 7871 "shasum": ""
7872 },
7873 "require": {
7874 "php": "^7.1.3",
7875 "psr/log": "^1.0",
154d0974 7876 "symfony/http-client-contracts": "^1.1.4",
e06303d8 7877 "symfony/polyfill-php73": "^1.11"
7878 },
7879 "provide": {
7880 "psr/http-client-implementation": "1.0",
7881 "symfony/http-client-implementation": "1.1"
7882 },
7883 "require-dev": {
7884 "nyholm/psr7": "^1.0",
7885 "psr/http-client": "^1.0",
7886 "symfony/http-kernel": "^4.3",
7887 "symfony/process": "^4.2"
7888 },
7889 "type": "library",
7890 "extra": {
7891 "branch-alias": {
7892 "dev-master": "4.3-dev"
7893 }
7894 },
7895 "autoload": {
7896 "psr-4": {
7897 "Symfony\\Component\\HttpClient\\": ""
7898 },
7899 "exclude-from-classmap": [
7900 "/Tests/"
7901 ]
7902 },
7903 "notification-url": "https://packagist.org/downloads/",
7904 "license": [
7905 "MIT"
7906 ],
7907 "authors": [
7908 {
7909 "name": "Nicolas Grekas",
7910 "email": "p@tchwork.com"
7911 },
7912 {
7913 "name": "Symfony Community",
7914 "homepage": "https://symfony.com/contributors"
7915 }
7916 ],
7917 "description": "Symfony HttpClient component",
7918 "homepage": "https://symfony.com",
1576905e 7919 "time": "2019-07-24T10:16:23+00:00"
e06303d8 7920 },
7921 {
7922 "name": "symfony/http-client-contracts",
0a01a5f1 7923 "version": "v1.1.5",
e06303d8 7924 "source": {
7925 "type": "git",
7926 "url": "https://github.com/symfony/http-client-contracts.git",
0a01a5f1 7927 "reference": "e1924aea9c70ae3e69fff05afa3cb8ce541bf3bb"
e06303d8 7928 },
7929 "dist": {
7930 "type": "zip",
0a01a5f1
JB
7931 "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/e1924aea9c70ae3e69fff05afa3cb8ce541bf3bb",
7932 "reference": "e1924aea9c70ae3e69fff05afa3cb8ce541bf3bb",
e06303d8 7933 "shasum": ""
7934 },
7935 "require": {
7936 "php": "^7.1.3"
7937 },
7938 "suggest": {
7939 "symfony/http-client-implementation": ""
7940 },
7941 "type": "library",
7942 "extra": {
7943 "branch-alias": {
7944 "dev-master": "1.1-dev"
7945 }
7946 },
7947 "autoload": {
7948 "psr-4": {
7949 "Symfony\\Contracts\\HttpClient\\": ""
7950 }
7951 },
7952 "notification-url": "https://packagist.org/downloads/",
7953 "license": [
7954 "MIT"
7955 ],
7956 "authors": [
7957 {
7958 "name": "Nicolas Grekas",
7959 "email": "p@tchwork.com"
7960 },
7961 {
7962 "name": "Symfony Community",
7963 "homepage": "https://symfony.com/contributors"
7964 }
7965 ],
7966 "description": "Generic abstractions related to HTTP clients",
7967 "homepage": "https://symfony.com",
7968 "keywords": [
7969 "abstractions",
7970 "contracts",
7971 "decoupling",
7972 "interfaces",
7973 "interoperability",
7974 "standards"
7975 ],
0a01a5f1 7976 "time": "2019-06-17T17:43:54+00:00"
e06303d8 7977 },
7978 {
7979 "name": "symfony/mime",
1576905e 7980 "version": "v4.3.3",
e06303d8 7981 "source": {
7982 "type": "git",
7983 "url": "https://github.com/symfony/mime.git",
1576905e 7984 "reference": "6b7148029b1dd5eda1502064f06d01357b7b2d8b"
e06303d8 7985 },
7986 "dist": {
7987 "type": "zip",
1576905e
JB
7988 "url": "https://api.github.com/repos/symfony/mime/zipball/6b7148029b1dd5eda1502064f06d01357b7b2d8b",
7989 "reference": "6b7148029b1dd5eda1502064f06d01357b7b2d8b",
e06303d8 7990 "shasum": ""
7991 },
7992 "require": {
7993 "php": "^7.1.3",
7994 "symfony/polyfill-intl-idn": "^1.10",
7995 "symfony/polyfill-mbstring": "^1.0"
7996 },
7997 "require-dev": {
7998 "egulias/email-validator": "^2.0",
7999 "symfony/dependency-injection": "~3.4|^4.1"
8000 },
8001 "type": "library",
8002 "extra": {
8003 "branch-alias": {
8004 "dev-master": "4.3-dev"
8005 }
8006 },
8007 "autoload": {
8008 "psr-4": {
8009 "Symfony\\Component\\Mime\\": ""
8010 },
8011 "exclude-from-classmap": [
8012 "/Tests/"
8013 ]
8014 },
8015 "notification-url": "https://packagist.org/downloads/",
8016 "license": [
8017 "MIT"
8018 ],
8019 "authors": [
8020 {
8021 "name": "Fabien Potencier",
8022 "email": "fabien@symfony.com"
8023 },
8024 {
8025 "name": "Symfony Community",
8026 "homepage": "https://symfony.com/contributors"
8027 }
8028 ],
8029 "description": "A library to manipulate MIME messages",
8030 "homepage": "https://symfony.com",
8031 "keywords": [
8032 "mime",
8033 "mime-type"
8034 ],
1576905e 8035 "time": "2019-07-19T16:21:19+00:00"
e06303d8 8036 },
6546aca4
JB
8037 {
8038 "name": "symfony/monolog-bundle",
7319e7e0 8039 "version": "v3.4.0",
6546aca4
JB
8040 "source": {
8041 "type": "git",
8042 "url": "https://github.com/symfony/monolog-bundle.git",
7319e7e0 8043 "reference": "7fbecb371c1c614642c93c6b2cbcdf723ae8809d"
6546aca4
JB
8044 },
8045 "dist": {
8046 "type": "zip",
7319e7e0 8047 "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/7fbecb371c1c614642c93c6b2cbcdf723ae8809d",
8048 "reference": "7fbecb371c1c614642c93c6b2cbcdf723ae8809d",
6546aca4
JB
8049 "shasum": ""
8050 },
8051 "require": {
8052 "monolog/monolog": "~1.22",
8053 "php": ">=5.6",
7319e7e0 8054 "symfony/config": "~3.4|~4.0",
8055 "symfony/dependency-injection": "~3.4.10|^4.0.10",
8056 "symfony/http-kernel": "~3.4|~4.0",
8057 "symfony/monolog-bridge": "~3.4|~4.0"
6546aca4
JB
8058 },
8059 "require-dev": {
7319e7e0 8060 "symfony/console": "~3.4|~4.0",
8061 "symfony/phpunit-bridge": "^3.4.19|^4.0",
8062 "symfony/yaml": "~3.4|~4.0"
6546aca4
JB
8063 },
8064 "type": "symfony-bundle",
8065 "extra": {
8066 "branch-alias": {
8067 "dev-master": "3.x-dev"
8068 }
8069 },
8070 "autoload": {
8071 "psr-4": {
8072 "Symfony\\Bundle\\MonologBundle\\": ""
8073 },
8074 "exclude-from-classmap": [
8075 "/Tests/"
8076 ]
8077 },
8078 "notification-url": "https://packagist.org/downloads/",
8079 "license": [
8080 "MIT"
8081 ],
8082 "authors": [
8083 {
8084 "name": "Symfony Community",
8085 "homepage": "http://symfony.com/contributors"
8086 },
8087 {
8088 "name": "Fabien Potencier",
8089 "email": "fabien@symfony.com"
8090 }
8091 ],
8092 "description": "Symfony MonologBundle",
8093 "homepage": "http://symfony.com",
8094 "keywords": [
8095 "log",
8096 "logging"
8097 ],
7319e7e0 8098 "time": "2019-06-20T12:18:19+00:00"
6546aca4
JB
8099 },
8100 {
8101 "name": "symfony/polyfill-apcu",
1576905e 8102 "version": "v1.12.0",
6546aca4
JB
8103 "source": {
8104 "type": "git",
8105 "url": "https://github.com/symfony/polyfill-apcu.git",
1576905e 8106 "reference": "71ce80635d5dcd67772b4dda00b86068595f64d5"
6546aca4
JB
8107 },
8108 "dist": {
8109 "type": "zip",
1576905e
JB
8110 "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/71ce80635d5dcd67772b4dda00b86068595f64d5",
8111 "reference": "71ce80635d5dcd67772b4dda00b86068595f64d5",
6546aca4
JB
8112 "shasum": ""
8113 },
8114 "require": {
8115 "php": ">=5.3.3"
8116 },
8117 "type": "library",
8118 "extra": {
8119 "branch-alias": {
1576905e 8120 "dev-master": "1.12-dev"
6546aca4
JB
8121 }
8122 },
8123 "autoload": {
8124 "psr-4": {
8125 "Symfony\\Polyfill\\Apcu\\": ""
8126 },
8127 "files": [
8128 "bootstrap.php"
8129 ]
8130 },
8131 "notification-url": "https://packagist.org/downloads/",
8132 "license": [
8133 "MIT"
8134 ],
8135 "authors": [
8136 {
8137 "name": "Nicolas Grekas",
8138 "email": "p@tchwork.com"
8139 },
8140 {
8141 "name": "Symfony Community",
8142 "homepage": "https://symfony.com/contributors"
8143 }
8144 ],
8145 "description": "Symfony polyfill backporting apcu_* functions to lower PHP versions",
8146 "homepage": "https://symfony.com",
8147 "keywords": [
8148 "apcu",
8149 "compatibility",
8150 "polyfill",
8151 "portable",
8152 "shim"
8153 ],
1576905e 8154 "time": "2019-08-06T08:03:45+00:00"
6546aca4
JB
8155 },
8156 {
8157 "name": "symfony/polyfill-ctype",
1576905e 8158 "version": "v1.12.0",
6546aca4
JB
8159 "source": {
8160 "type": "git",
8161 "url": "https://github.com/symfony/polyfill-ctype.git",
1576905e 8162 "reference": "550ebaac289296ce228a706d0867afc34687e3f4"
6546aca4
JB
8163 },
8164 "dist": {
8165 "type": "zip",
1576905e
JB
8166 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/550ebaac289296ce228a706d0867afc34687e3f4",
8167 "reference": "550ebaac289296ce228a706d0867afc34687e3f4",
6546aca4
JB
8168 "shasum": ""
8169 },
8170 "require": {
8171 "php": ">=5.3.3"
8172 },
8173 "suggest": {
8174 "ext-ctype": "For best performance"
8175 },
8176 "type": "library",
8177 "extra": {
8178 "branch-alias": {
1576905e 8179 "dev-master": "1.12-dev"
6546aca4
JB
8180 }
8181 },
8182 "autoload": {
8183 "psr-4": {
8184 "Symfony\\Polyfill\\Ctype\\": ""
8185 },
8186 "files": [
8187 "bootstrap.php"
8188 ]
8189 },
8190 "notification-url": "https://packagist.org/downloads/",
8191 "license": [
8192 "MIT"
8193 ],
8194 "authors": [
6546aca4
JB
8195 {
8196 "name": "Gert de Pagter",
313d7350 8197 "email": "BackEndTea@gmail.com"
1576905e
JB
8198 },
8199 {
8200 "name": "Symfony Community",
8201 "homepage": "https://symfony.com/contributors"
6546aca4
JB
8202 }
8203 ],
8204 "description": "Symfony polyfill for ctype functions",
8205 "homepage": "https://symfony.com",
8206 "keywords": [
8207 "compatibility",
8208 "ctype",
8209 "polyfill",
8210 "portable"
8211 ],
1576905e 8212 "time": "2019-08-06T08:03:45+00:00"
6546aca4
JB
8213 },
8214 {
8215 "name": "symfony/polyfill-iconv",
1576905e 8216 "version": "v1.12.0",
6546aca4
JB
8217 "source": {
8218 "type": "git",
8219 "url": "https://github.com/symfony/polyfill-iconv.git",
1576905e 8220 "reference": "685968b11e61a347c18bf25db32effa478be610f"
6546aca4
JB
8221 },
8222 "dist": {
8223 "type": "zip",
1576905e
JB
8224 "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/685968b11e61a347c18bf25db32effa478be610f",
8225 "reference": "685968b11e61a347c18bf25db32effa478be610f",
6546aca4
JB
8226 "shasum": ""
8227 },
8228 "require": {
8229 "php": ">=5.3.3"
8230 },
8231 "suggest": {
8232 "ext-iconv": "For best performance"
8233 },
8234 "type": "library",
8235 "extra": {
8236 "branch-alias": {
1576905e 8237 "dev-master": "1.12-dev"
6546aca4
JB
8238 }
8239 },
8240 "autoload": {
8241 "psr-4": {
8242 "Symfony\\Polyfill\\Iconv\\": ""
8243 },
8244 "files": [
8245 "bootstrap.php"
8246 ]
8247 },
8248 "notification-url": "https://packagist.org/downloads/",
8249 "license": [
8250 "MIT"
8251 ],
8252 "authors": [
8253 {
8254 "name": "Nicolas Grekas",
8255 "email": "p@tchwork.com"
8256 },
8257 {
8258 "name": "Symfony Community",
8259 "homepage": "https://symfony.com/contributors"
8260 }
8261 ],
8262 "description": "Symfony polyfill for the Iconv extension",
8263 "homepage": "https://symfony.com",
8264 "keywords": [
8265 "compatibility",
8266 "iconv",
8267 "polyfill",
8268 "portable",
8269 "shim"
8270 ],
1576905e 8271 "time": "2019-08-06T08:03:45+00:00"
6546aca4
JB
8272 },
8273 {
8274 "name": "symfony/polyfill-intl-icu",
1576905e 8275 "version": "v1.12.0",
6546aca4
JB
8276 "source": {
8277 "type": "git",
8278 "url": "https://github.com/symfony/polyfill-intl-icu.git",
1576905e 8279 "reference": "66810b9d6eb4af54d543867909d65ab9af654d7e"
6546aca4
JB
8280 },
8281 "dist": {
8282 "type": "zip",
1576905e
JB
8283 "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/66810b9d6eb4af54d543867909d65ab9af654d7e",
8284 "reference": "66810b9d6eb4af54d543867909d65ab9af654d7e",
6546aca4
JB
8285 "shasum": ""
8286 },
8287 "require": {
8288 "php": ">=5.3.3",
1576905e 8289 "symfony/intl": "~2.3|~3.0|~4.0|~5.0"
6546aca4
JB
8290 },
8291 "suggest": {
8292 "ext-intl": "For best performance"
8293 },
8294 "type": "library",
8295 "extra": {
8296 "branch-alias": {
1576905e 8297 "dev-master": "1.12-dev"
6546aca4
JB
8298 }
8299 },
8300 "autoload": {
8301 "files": [
8302 "bootstrap.php"
8303 ]
8304 },
8305 "notification-url": "https://packagist.org/downloads/",
8306 "license": [
8307 "MIT"
8308 ],
8309 "authors": [
8310 {
8311 "name": "Nicolas Grekas",
8312 "email": "p@tchwork.com"
8313 },
8314 {
8315 "name": "Symfony Community",
8316 "homepage": "https://symfony.com/contributors"
8317 }
8318 ],
8319 "description": "Symfony polyfill for intl's ICU-related data and classes",
8320 "homepage": "https://symfony.com",
8321 "keywords": [
8322 "compatibility",
8323 "icu",
8324 "intl",
8325 "polyfill",
8326 "portable",
8327 "shim"
8328 ],
1576905e 8329 "time": "2019-08-06T08:03:45+00:00"
6546aca4
JB
8330 },
8331 {
8332 "name": "symfony/polyfill-intl-idn",
1576905e 8333 "version": "v1.12.0",
6546aca4
JB
8334 "source": {
8335 "type": "git",
8336 "url": "https://github.com/symfony/polyfill-intl-idn.git",
1576905e 8337 "reference": "6af626ae6fa37d396dc90a399c0ff08e5cfc45b2"
6546aca4
JB
8338 },
8339 "dist": {
8340 "type": "zip",
1576905e
JB
8341 "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/6af626ae6fa37d396dc90a399c0ff08e5cfc45b2",
8342 "reference": "6af626ae6fa37d396dc90a399c0ff08e5cfc45b2",
6546aca4
JB
8343 "shasum": ""
8344 },
8345 "require": {
8346 "php": ">=5.3.3",
8347 "symfony/polyfill-mbstring": "^1.3",
8348 "symfony/polyfill-php72": "^1.9"
8349 },
8350 "suggest": {
8351 "ext-intl": "For best performance"
8352 },
8353 "type": "library",
8354 "extra": {
8355 "branch-alias": {
1576905e 8356 "dev-master": "1.12-dev"
6546aca4
JB
8357 }
8358 },
8359 "autoload": {
8360 "psr-4": {
8361 "Symfony\\Polyfill\\Intl\\Idn\\": ""
8362 },
8363 "files": [
8364 "bootstrap.php"
8365 ]
8366 },
8367 "notification-url": "https://packagist.org/downloads/",
8368 "license": [
8369 "MIT"
8370 ],
8371 "authors": [
6546aca4
JB
8372 {
8373 "name": "Laurent Bassin",
8374 "email": "laurent@bassin.info"
1576905e
JB
8375 },
8376 {
8377 "name": "Symfony Community",
8378 "homepage": "https://symfony.com/contributors"
6546aca4
JB
8379 }
8380 ],
8381 "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
8382 "homepage": "https://symfony.com",
8383 "keywords": [
8384 "compatibility",
8385 "idn",
8386 "intl",
8387 "polyfill",
8388 "portable",
8389 "shim"
8390 ],
1576905e 8391 "time": "2019-08-06T08:03:45+00:00"
6546aca4
JB
8392 },
8393 {
8394 "name": "symfony/polyfill-mbstring",
1576905e 8395 "version": "v1.12.0",
6546aca4
JB
8396 "source": {
8397 "type": "git",
8398 "url": "https://github.com/symfony/polyfill-mbstring.git",
1576905e 8399 "reference": "b42a2f66e8f1b15ccf25652c3424265923eb4f17"
6546aca4
JB
8400 },
8401 "dist": {
8402 "type": "zip",
1576905e
JB
8403 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/b42a2f66e8f1b15ccf25652c3424265923eb4f17",
8404 "reference": "b42a2f66e8f1b15ccf25652c3424265923eb4f17",
6546aca4
JB
8405 "shasum": ""
8406 },
8407 "require": {
8408 "php": ">=5.3.3"
8409 },
8410 "suggest": {
8411 "ext-mbstring": "For best performance"
8412 },
8413 "type": "library",
8414 "extra": {
8415 "branch-alias": {
1576905e 8416 "dev-master": "1.12-dev"
6546aca4
JB
8417 }
8418 },
8419 "autoload": {
8420 "psr-4": {
8421 "Symfony\\Polyfill\\Mbstring\\": ""
8422 },
8423 "files": [
8424 "bootstrap.php"
8425 ]
8426 },
8427 "notification-url": "https://packagist.org/downloads/",
8428 "license": [
8429 "MIT"
8430 ],
8431 "authors": [
8432 {
8433 "name": "Nicolas Grekas",
8434 "email": "p@tchwork.com"
8435 },
8436 {
8437 "name": "Symfony Community",
8438 "homepage": "https://symfony.com/contributors"
8439 }
8440 ],
8441 "description": "Symfony polyfill for the Mbstring extension",
8442 "homepage": "https://symfony.com",
8443 "keywords": [
8444 "compatibility",
8445 "mbstring",
8446 "polyfill",
8447 "portable",
8448 "shim"
8449 ],
1576905e 8450 "time": "2019-08-06T08:03:45+00:00"
6546aca4
JB
8451 },
8452 {
8453 "name": "symfony/polyfill-php56",
1576905e 8454 "version": "v1.12.0",
6546aca4
JB
8455 "source": {
8456 "type": "git",
8457 "url": "https://github.com/symfony/polyfill-php56.git",
1576905e 8458 "reference": "0e3b212e96a51338639d8ce175c046d7729c3403"
6546aca4
JB
8459 },
8460 "dist": {
8461 "type": "zip",
1576905e
JB
8462 "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/0e3b212e96a51338639d8ce175c046d7729c3403",
8463 "reference": "0e3b212e96a51338639d8ce175c046d7729c3403",
6546aca4
JB
8464 "shasum": ""
8465 },
8466 "require": {
8467 "php": ">=5.3.3",
8468 "symfony/polyfill-util": "~1.0"
8469 },
8470 "type": "library",
8471 "extra": {
8472 "branch-alias": {
1576905e 8473 "dev-master": "1.12-dev"
6546aca4
JB
8474 }
8475 },
8476 "autoload": {
8477 "psr-4": {
8478 "Symfony\\Polyfill\\Php56\\": ""
8479 },
8480 "files": [
8481 "bootstrap.php"
8482 ]
8483 },
8484 "notification-url": "https://packagist.org/downloads/",
8485 "license": [
8486 "MIT"
8487 ],
8488 "authors": [
8489 {
8490 "name": "Nicolas Grekas",
8491 "email": "p@tchwork.com"
8492 },
8493 {
8494 "name": "Symfony Community",
8495 "homepage": "https://symfony.com/contributors"
8496 }
8497 ],
8498 "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions",
8499 "homepage": "https://symfony.com",
8500 "keywords": [
8501 "compatibility",
8502 "polyfill",
8503 "portable",
8504 "shim"
8505 ],
1576905e 8506 "time": "2019-08-06T08:03:45+00:00"
6546aca4
JB
8507 },
8508 {
8509 "name": "symfony/polyfill-php70",
1576905e 8510 "version": "v1.12.0",
6546aca4
JB
8511 "source": {
8512 "type": "git",
8513 "url": "https://github.com/symfony/polyfill-php70.git",
1576905e 8514 "reference": "54b4c428a0054e254223797d2713c31e08610831"
6546aca4
JB
8515 },
8516 "dist": {
8517 "type": "zip",
1576905e
JB
8518 "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/54b4c428a0054e254223797d2713c31e08610831",
8519 "reference": "54b4c428a0054e254223797d2713c31e08610831",
6546aca4
JB
8520 "shasum": ""
8521 },
8522 "require": {
8523 "paragonie/random_compat": "~1.0|~2.0|~9.99",
8524 "php": ">=5.3.3"
8525 },
8526 "type": "library",
8527 "extra": {
8528 "branch-alias": {
1576905e 8529 "dev-master": "1.12-dev"
6546aca4
JB
8530 }
8531 },
8532 "autoload": {
8533 "psr-4": {
8534 "Symfony\\Polyfill\\Php70\\": ""
8535 },
8536 "files": [
8537 "bootstrap.php"
8538 ],
8539 "classmap": [
8540 "Resources/stubs"
8541 ]
8542 },
8543 "notification-url": "https://packagist.org/downloads/",
8544 "license": [
8545 "MIT"
8546 ],
8547 "authors": [
8548 {
8549 "name": "Nicolas Grekas",
8550 "email": "p@tchwork.com"
8551 },
8552 {
8553 "name": "Symfony Community",
8554 "homepage": "https://symfony.com/contributors"
8555 }
8556 ],
8557 "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
8558 "homepage": "https://symfony.com",
8559 "keywords": [
8560 "compatibility",
8561 "polyfill",
8562 "portable",
8563 "shim"
8564 ],
1576905e 8565 "time": "2019-08-06T08:03:45+00:00"
6546aca4
JB
8566 },
8567 {
8568 "name": "symfony/polyfill-php72",
1576905e 8569 "version": "v1.12.0",
6546aca4
JB
8570 "source": {
8571 "type": "git",
8572 "url": "https://github.com/symfony/polyfill-php72.git",
1576905e 8573 "reference": "04ce3335667451138df4307d6a9b61565560199e"
6546aca4
JB
8574 },
8575 "dist": {
8576 "type": "zip",
1576905e
JB
8577 "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/04ce3335667451138df4307d6a9b61565560199e",
8578 "reference": "04ce3335667451138df4307d6a9b61565560199e",
6546aca4
JB
8579 "shasum": ""
8580 },
8581 "require": {
8582 "php": ">=5.3.3"
8583 },
8584 "type": "library",
8585 "extra": {
8586 "branch-alias": {
1576905e 8587 "dev-master": "1.12-dev"
6546aca4
JB
8588 }
8589 },
8590 "autoload": {
8591 "psr-4": {
8592 "Symfony\\Polyfill\\Php72\\": ""
8593 },
8594 "files": [
8595 "bootstrap.php"
8596 ]
8597 },
8598 "notification-url": "https://packagist.org/downloads/",
8599 "license": [
8600 "MIT"
8601 ],
8602 "authors": [
8603 {
8604 "name": "Nicolas Grekas",
8605 "email": "p@tchwork.com"
8606 },
8607 {
8608 "name": "Symfony Community",
8609 "homepage": "https://symfony.com/contributors"
8610 }
8611 ],
8612 "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
8613 "homepage": "https://symfony.com",
8614 "keywords": [
8615 "compatibility",
8616 "polyfill",
8617 "portable",
8618 "shim"
8619 ],
1576905e 8620 "time": "2019-08-06T08:03:45+00:00"
6546aca4 8621 },
e06303d8 8622 {
8623 "name": "symfony/polyfill-php73",
1576905e 8624 "version": "v1.12.0",
e06303d8 8625 "source": {
8626 "type": "git",
8627 "url": "https://github.com/symfony/polyfill-php73.git",
1576905e 8628 "reference": "2ceb49eaccb9352bff54d22570276bb75ba4a188"
e06303d8 8629 },
8630 "dist": {
8631 "type": "zip",
1576905e
JB
8632 "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/2ceb49eaccb9352bff54d22570276bb75ba4a188",
8633 "reference": "2ceb49eaccb9352bff54d22570276bb75ba4a188",
e06303d8 8634 "shasum": ""
8635 },
8636 "require": {
8637 "php": ">=5.3.3"
8638 },
8639 "type": "library",
8640 "extra": {
8641 "branch-alias": {
1576905e 8642 "dev-master": "1.12-dev"
e06303d8 8643 }
8644 },
8645 "autoload": {
8646 "psr-4": {
8647 "Symfony\\Polyfill\\Php73\\": ""
8648 },
8649 "files": [
8650 "bootstrap.php"
8651 ],
8652 "classmap": [
8653 "Resources/stubs"
8654 ]
8655 },
8656 "notification-url": "https://packagist.org/downloads/",
8657 "license": [
8658 "MIT"
8659 ],
8660 "authors": [
8661 {
8662 "name": "Nicolas Grekas",
8663 "email": "p@tchwork.com"
8664 },
8665 {
8666 "name": "Symfony Community",
8667 "homepage": "https://symfony.com/contributors"
8668 }
8669 ],
8670 "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
8671 "homepage": "https://symfony.com",
8672 "keywords": [
8673 "compatibility",
8674 "polyfill",
8675 "portable",
8676 "shim"
8677 ],
1576905e 8678 "time": "2019-08-06T08:03:45+00:00"
e06303d8 8679 },
6546aca4
JB
8680 {
8681 "name": "symfony/polyfill-util",
1576905e 8682 "version": "v1.12.0",
6546aca4
JB
8683 "source": {
8684 "type": "git",
8685 "url": "https://github.com/symfony/polyfill-util.git",
1576905e 8686 "reference": "4317de1386717b4c22caed7725350a8887ab205c"
6546aca4
JB
8687 },
8688 "dist": {
8689 "type": "zip",
1576905e
JB
8690 "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/4317de1386717b4c22caed7725350a8887ab205c",
8691 "reference": "4317de1386717b4c22caed7725350a8887ab205c",
6546aca4
JB
8692 "shasum": ""
8693 },
8694 "require": {
8695 "php": ">=5.3.3"
8696 },
8697 "type": "library",
8698 "extra": {
8699 "branch-alias": {
1576905e 8700 "dev-master": "1.12-dev"
6546aca4
JB
8701 }
8702 },
8703 "autoload": {
8704 "psr-4": {
8705 "Symfony\\Polyfill\\Util\\": ""
8706 }
8707 },
8708 "notification-url": "https://packagist.org/downloads/",
8709 "license": [
8710 "MIT"
8711 ],
8712 "authors": [
8713 {
8714 "name": "Nicolas Grekas",
8715 "email": "p@tchwork.com"
8716 },
8717 {
8718 "name": "Symfony Community",
8719 "homepage": "https://symfony.com/contributors"
8720 }
8721 ],
8722 "description": "Symfony utilities for portability of PHP codes",
8723 "homepage": "https://symfony.com",
8724 "keywords": [
8725 "compat",
8726 "compatibility",
8727 "polyfill",
8728 "shim"
8729 ],
1576905e 8730 "time": "2019-08-06T08:03:45+00:00"
6546aca4
JB
8731 },
8732 {
8733 "name": "symfony/swiftmailer-bundle",
a2f4efe6 8734 "version": "v3.2.8",
6546aca4
JB
8735 "source": {
8736 "type": "git",
8737 "url": "https://github.com/symfony/swiftmailer-bundle.git",
a2f4efe6 8738 "reference": "cb125b3648f132fb8070b55393f20cb310907d3b"
6546aca4
JB
8739 },
8740 "dist": {
8741 "type": "zip",
a2f4efe6
JB
8742 "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/cb125b3648f132fb8070b55393f20cb310907d3b",
8743 "reference": "cb125b3648f132fb8070b55393f20cb310907d3b",
6546aca4
JB
8744 "shasum": ""
8745 },
8746 "require": {
8747 "php": ">=7.0.0",
8748 "swiftmailer/swiftmailer": "^6.1.3",
8749 "symfony/config": "~2.8|~3.3|~4.0",
8750 "symfony/dependency-injection": "~2.7|~3.3|~4.0",
8751 "symfony/http-kernel": "~2.7|~3.3|~4.0"
8752 },
a2f4efe6
JB
8753 "conflict": {
8754 "twig/twig": "<1.41|<2.10"
8755 },
6546aca4
JB
8756 "require-dev": {
8757 "symfony/console": "~2.7|~3.3|~4.0",
8758 "symfony/framework-bundle": "~2.7|~3.3|~4.0",
8759 "symfony/phpunit-bridge": "~3.3|~4.0",
8760 "symfony/yaml": "~2.7|~3.3|~4.0"
8761 },
8762 "suggest": {
8763 "psr/log": "Allows logging"
8764 },
8765 "type": "symfony-bundle",
8766 "extra": {
8767 "branch-alias": {
8768 "dev-master": "3.2-dev"
8769 }
8770 },
8771 "autoload": {
8772 "psr-4": {
8773 "Symfony\\Bundle\\SwiftmailerBundle\\": ""
8774 },
8775 "exclude-from-classmap": [
8776 "/Tests/"
8777 ]
8778 },
8779 "notification-url": "https://packagist.org/downloads/",
8780 "license": [
8781 "MIT"
8782 ],
8783 "authors": [
8784 {
8785 "name": "Symfony Community",
8786 "homepage": "http://symfony.com/contributors"
8787 },
8788 {
8789 "name": "Fabien Potencier",
8790 "email": "fabien@symfony.com"
8791 }
8792 ],
8793 "description": "Symfony SwiftmailerBundle",
8794 "homepage": "http://symfony.com",
a2f4efe6 8795 "time": "2019-06-18T15:27:04+00:00"
6546aca4
JB
8796 },
8797 {
8798 "name": "symfony/symfony",
38d2e251 8799 "version": "v3.4.30",
6546aca4
JB
8800 "source": {
8801 "type": "git",
8802 "url": "https://github.com/symfony/symfony.git",
38d2e251 8803 "reference": "4d911e98e1f70538edcca4576c65395ef0fbfa84"
6546aca4
JB
8804 },
8805 "dist": {
8806 "type": "zip",
38d2e251 8807 "url": "https://api.github.com/repos/symfony/symfony/zipball/4d911e98e1f70538edcca4576c65395ef0fbfa84",
8808 "reference": "4d911e98e1f70538edcca4576c65395ef0fbfa84",
6546aca4
JB
8809 "shasum": ""
8810 },
8811 "require": {
8812 "doctrine/common": "~2.4",
8813 "ext-xml": "*",
8814 "fig/link-util": "^1.0",
8815 "php": "^5.5.9|>=7.0.8",
8816 "psr/cache": "~1.0",
8817 "psr/container": "^1.0",
8818 "psr/link": "^1.0",
8819 "psr/log": "~1.0",
8820 "psr/simple-cache": "^1.0",
8821 "symfony/polyfill-apcu": "~1.1",
8822 "symfony/polyfill-ctype": "~1.8",
8823 "symfony/polyfill-intl-icu": "~1.0",
8824 "symfony/polyfill-mbstring": "~1.0",
8825 "symfony/polyfill-php56": "~1.0",
8826 "symfony/polyfill-php70": "~1.6",
8827 "twig/twig": "^1.40|^2.9"
8828 },
8829 "conflict": {
8830 "phpdocumentor/reflection-docblock": "<3.0||>=3.2.0,<3.2.2",
8831 "phpdocumentor/type-resolver": "<0.3.0",
8832 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
8833 },
8834 "provide": {
8835 "psr/cache-implementation": "1.0",
8836 "psr/container-implementation": "1.0",
8837 "psr/log-implementation": "1.0",
8838 "psr/simple-cache-implementation": "1.0"
8839 },
8840 "replace": {
8841 "symfony/asset": "self.version",
8842 "symfony/browser-kit": "self.version",
8843 "symfony/cache": "self.version",
8844 "symfony/class-loader": "self.version",
8845 "symfony/config": "self.version",
8846 "symfony/console": "self.version",
8847 "symfony/css-selector": "self.version",
8848 "symfony/debug": "self.version",
8849 "symfony/debug-bundle": "self.version",
8850 "symfony/dependency-injection": "self.version",
8851 "symfony/doctrine-bridge": "self.version",
8852 "symfony/dom-crawler": "self.version",
8853 "symfony/dotenv": "self.version",
8854 "symfony/event-dispatcher": "self.version",
8855 "symfony/expression-language": "self.version",
8856 "symfony/filesystem": "self.version",
8857 "symfony/finder": "self.version",
8858 "symfony/form": "self.version",
8859 "symfony/framework-bundle": "self.version",
8860 "symfony/http-foundation": "self.version",
8861 "symfony/http-kernel": "self.version",
8862 "symfony/inflector": "self.version",
8863 "symfony/intl": "self.version",
8864 "symfony/ldap": "self.version",
8865 "symfony/lock": "self.version",
8866 "symfony/monolog-bridge": "self.version",
8867 "symfony/options-resolver": "self.version",
8868 "symfony/process": "self.version",
8869 "symfony/property-access": "self.version",
8870 "symfony/property-info": "self.version",
8871 "symfony/proxy-manager-bridge": "self.version",
8872 "symfony/routing": "self.version",
8873 "symfony/security": "self.version",
8874 "symfony/security-bundle": "self.version",
8875 "symfony/security-core": "self.version",
8876 "symfony/security-csrf": "self.version",
8877 "symfony/security-guard": "self.version",
8878 "symfony/security-http": "self.version",
8879 "symfony/serializer": "self.version",
8880 "symfony/stopwatch": "self.version",
8881 "symfony/templating": "self.version",
8882 "symfony/translation": "self.version",
8883 "symfony/twig-bridge": "self.version",
8884 "symfony/twig-bundle": "self.version",
8885 "symfony/validator": "self.version",
8886 "symfony/var-dumper": "self.version",
8887 "symfony/web-link": "self.version",
8888 "symfony/web-profiler-bundle": "self.version",
8889 "symfony/web-server-bundle": "self.version",
8890 "symfony/workflow": "self.version",
8891 "symfony/yaml": "self.version"
8892 },
8893 "require-dev": {
8894 "cache/integration-tests": "dev-master",
8895 "doctrine/annotations": "~1.0",
8896 "doctrine/cache": "~1.6",
8897 "doctrine/data-fixtures": "1.0.*",
8898 "doctrine/dbal": "~2.4",
8899 "doctrine/doctrine-bundle": "~1.4",
8900 "doctrine/orm": "~2.4,>=2.4.5",
8901 "egulias/email-validator": "~1.2,>=1.2.8|~2.0",
8902 "monolog/monolog": "~1.11",
8903 "ocramius/proxy-manager": "~0.4|~1.0|~2.0",
8904 "phpdocumentor/reflection-docblock": "^3.0|^4.0",
8905 "predis/predis": "~1.0",
38d2e251 8906 "symfony/phpunit-bridge": "^3.4.19|^4.1.8|~5.0",
6546aca4
JB
8907 "symfony/security-acl": "~2.8|~3.0"
8908 },
8909 "type": "library",
8910 "extra": {
8911 "branch-alias": {
8912 "dev-master": "3.4-dev"
8913 }
8914 },
8915 "autoload": {
8916 "psr-4": {
8917 "Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/",
8918 "Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/",
8919 "Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/",
8920 "Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/",
8921 "Symfony\\Bundle\\": "src/Symfony/Bundle/",
8922 "Symfony\\Component\\": "src/Symfony/Component/"
8923 },
8924 "classmap": [
8925 "src/Symfony/Component/Intl/Resources/stubs"
8926 ],
8927 "exclude-from-classmap": [
8928 "**/Tests/"
8929 ]
8930 },
8931 "notification-url": "https://packagist.org/downloads/",
8932 "license": [
8933 "MIT"
8934 ],
8935 "authors": [
8936 {
8937 "name": "Fabien Potencier",
8938 "email": "fabien@symfony.com"
8939 },
8940 {
8941 "name": "Symfony Community",
8942 "homepage": "https://symfony.com/contributors"
8943 }
8944 ],
8945 "description": "The Symfony PHP framework",
8946 "homepage": "https://symfony.com",
8947 "keywords": [
8948 "framework"
8949 ],
38d2e251 8950 "time": "2019-07-27T17:14:21+00:00"
6546aca4
JB
8951 },
8952 {
8953 "name": "true/punycode",
8954 "version": "v2.1.1",
8955 "source": {
8956 "type": "git",
8957 "url": "https://github.com/true/php-punycode.git",
8958 "reference": "a4d0c11a36dd7f4e7cd7096076cab6d3378a071e"
8959 },
8960 "dist": {
8961 "type": "zip",
8962 "url": "https://api.github.com/repos/true/php-punycode/zipball/a4d0c11a36dd7f4e7cd7096076cab6d3378a071e",
8963 "reference": "a4d0c11a36dd7f4e7cd7096076cab6d3378a071e",
8964 "shasum": ""
8965 },
8966 "require": {
8967 "php": ">=5.3.0",
8968 "symfony/polyfill-mbstring": "^1.3"
8969 },
8970 "require-dev": {
8971 "phpunit/phpunit": "~4.7",
8972 "squizlabs/php_codesniffer": "~2.0"
8973 },
8974 "type": "library",
8975 "autoload": {
8976 "psr-4": {
8977 "TrueBV\\": "src/"
8978 }
8979 },
8980 "notification-url": "https://packagist.org/downloads/",
8981 "license": [
8982 "MIT"
8983 ],
8984 "authors": [
8985 {
8986 "name": "Renan Gonçalves",
8987 "email": "renan.saddam@gmail.com"
8988 }
8989 ],
8990 "description": "A Bootstring encoding of Unicode for Internationalized Domain Names in Applications (IDNA)",
8991 "homepage": "https://github.com/true/php-punycode",
8992 "keywords": [
8993 "idna",
8994 "punycode"
8995 ],
8996 "time": "2016-11-16T10:37:54+00:00"
8997 },
8998 {
8999 "name": "twig/extensions",
9000 "version": "v1.5.4",
9001 "source": {
9002 "type": "git",
9003 "url": "https://github.com/twigphp/Twig-extensions.git",
9004 "reference": "57873c8b0c1be51caa47df2cdb824490beb16202"
9005 },
9006 "dist": {
9007 "type": "zip",
9008 "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/57873c8b0c1be51caa47df2cdb824490beb16202",
9009 "reference": "57873c8b0c1be51caa47df2cdb824490beb16202",
9010 "shasum": ""
9011 },
9012 "require": {
9013 "twig/twig": "^1.27|^2.0"
9014 },
9015 "require-dev": {
9016 "symfony/phpunit-bridge": "^3.4",
9017 "symfony/translation": "^2.7|^3.4"
9018 },
9019 "suggest": {
9020 "symfony/translation": "Allow the time_diff output to be translated"
9021 },
9022 "type": "library",
9023 "extra": {
9024 "branch-alias": {
9025 "dev-master": "1.5-dev"
9026 }
9027 },
9028 "autoload": {
9029 "psr-0": {
9030 "Twig_Extensions_": "lib/"
9031 },
9032 "psr-4": {
9033 "Twig\\Extensions\\": "src/"
9034 }
9035 },
9036 "notification-url": "https://packagist.org/downloads/",
9037 "license": [
9038 "MIT"
9039 ],
9040 "authors": [
9041 {
9042 "name": "Fabien Potencier",
9043 "email": "fabien@symfony.com"
9044 }
9045 ],
9046 "description": "Common additional features for Twig that do not directly belong in core",
9047 "keywords": [
9048 "i18n",
9049 "text"
9050 ],
9051 "time": "2018-12-05T18:34:18+00:00"
9052 },
9053 {
9054 "name": "twig/twig",
a2f4efe6 9055 "version": "v2.11.3",
6546aca4
JB
9056 "source": {
9057 "type": "git",
9058 "url": "https://github.com/twigphp/Twig.git",
a2f4efe6 9059 "reference": "699ed2342557c88789a15402de5eb834dedd6792"
6546aca4
JB
9060 },
9061 "dist": {
9062 "type": "zip",
a2f4efe6
JB
9063 "url": "https://api.github.com/repos/twigphp/Twig/zipball/699ed2342557c88789a15402de5eb834dedd6792",
9064 "reference": "699ed2342557c88789a15402de5eb834dedd6792",
6546aca4
JB
9065 "shasum": ""
9066 },
9067 "require": {
a2f4efe6
JB
9068 "php": "^7.0",
9069 "symfony/polyfill-ctype": "^1.8",
9070 "symfony/polyfill-mbstring": "^1.3"
6546aca4
JB
9071 },
9072 "require-dev": {
9073 "psr/container": "^1.0",
9074 "symfony/debug": "^2.7",
955a3bde 9075 "symfony/phpunit-bridge": "^3.4.19|^4.1.8|^5.0"
6546aca4
JB
9076 },
9077 "type": "library",
9078 "extra": {
9079 "branch-alias": {
a2f4efe6 9080 "dev-master": "2.11-dev"
6546aca4
JB
9081 }
9082 },
9083 "autoload": {
9084 "psr-0": {
9085 "Twig_": "lib/"
9086 },
9087 "psr-4": {
9088 "Twig\\": "src/"
9089 }
9090 },
9091 "notification-url": "https://packagist.org/downloads/",
9092 "license": [
9093 "BSD-3-Clause"
9094 ],
9095 "authors": [
9096 {
9097 "name": "Fabien Potencier",
9098 "email": "fabien@symfony.com",
61e53dda
JB
9099 "homepage": "http://fabien.potencier.org",
9100 "role": "Lead Developer"
6546aca4
JB
9101 },
9102 {
9103 "name": "Armin Ronacher",
61e53dda
JB
9104 "email": "armin.ronacher@active-4.com",
9105 "role": "Project Founder"
6546aca4
JB
9106 },
9107 {
9108 "name": "Twig Team",
61e53dda
JB
9109 "homepage": "https://twig.symfony.com/contributors",
9110 "role": "Contributors"
6546aca4
JB
9111 }
9112 ],
9113 "description": "Twig, the flexible, fast, and secure template language for PHP",
9114 "homepage": "https://twig.symfony.com",
9115 "keywords": [
9116 "templating"
9117 ],
a2f4efe6 9118 "time": "2019-06-18T15:37:11+00:00"
6546aca4
JB
9119 },
9120 {
9121 "name": "wallabag/php-mobi",
1576905e 9122 "version": "1.1.0",
6546aca4
JB
9123 "source": {
9124 "type": "git",
9125 "url": "https://github.com/wallabag/php-mobi.git",
1576905e 9126 "reference": "bfe9c18d038e5ca24664cfdab107a645ac57c9b5"
6546aca4
JB
9127 },
9128 "dist": {
9129 "type": "zip",
1576905e
JB
9130 "url": "https://api.github.com/repos/wallabag/php-mobi/zipball/bfe9c18d038e5ca24664cfdab107a645ac57c9b5",
9131 "reference": "bfe9c18d038e5ca24664cfdab107a645ac57c9b5",
6546aca4
JB
9132 "shasum": ""
9133 },
9134 "require": {
1576905e
JB
9135 "php": ">=5.3.0",
9136 "symfony/polyfill-mbstring": "^1.12"
6546aca4
JB
9137 },
9138 "type": "library",
9139 "autoload": {
9140 "files": [
9141 "MOBIClass/MOBI.php"
9142 ]
9143 },
9144 "notification-url": "https://packagist.org/downloads/",
9145 "license": [
9146 "Apache-2.0"
9147 ],
9148 "authors": [
6546aca4
JB
9149 {
9150 "name": "Sander Kromwijk",
a634bcee 9151 "role": "Original developer",
9152 "email": "s.kromwijk@gmail.co"
1576905e
JB
9153 },
9154 {
9155 "name": "Nicolas Lœuillet",
9156 "email": "nicolas@loeuillet.org",
9157 "homepage": "http://www.cdetc.fr"
6546aca4
JB
9158 }
9159 ],
9160 "description": "A Mobipocket file (.mobi) creator in PHP.",
1576905e
JB
9161 "homepage": "https://github.com/wallabag/php-mobi",
9162 "time": "2019-08-08T12:26:23+00:00"
6546aca4
JB
9163 },
9164 {
9165 "name": "wallabag/tcpdf",
9166 "version": "6.2.26",
9167 "source": {
9168 "type": "git",
9169 "url": "https://github.com/wallabag/TCPDF.git",
9170 "reference": "bf590f0604bcef1ae6fa3145649cf997f3564477"
9171 },
9172 "dist": {
9173 "type": "zip",
9174 "url": "https://api.github.com/repos/wallabag/TCPDF/zipball/bf590f0604bcef1ae6fa3145649cf997f3564477",
9175 "reference": "bf590f0604bcef1ae6fa3145649cf997f3564477",
9176 "shasum": ""
9177 },
9178 "require": {
9179 "php": ">=5.3.0"
9180 },
9181 "replace": {
9182 "tecnickcom/tcpdf": "6.2.*"
9183 },
9184 "type": "library",
9185 "autoload": {
9186 "classmap": [
9187 "fonts",
9188 "config",
9189 "include",
9190 "tcpdf.php",
9191 "tcpdf_parser.php",
9192 "tcpdf_import.php",
9193 "tcpdf_barcodes_1d.php",
9194 "tcpdf_barcodes_2d.php",
9195 "include/tcpdf_colors.php",
9196 "include/tcpdf_filters.php",
9197 "include/tcpdf_font_data.php",
9198 "include/tcpdf_fonts.php",
9199 "include/tcpdf_images.php",
9200 "include/tcpdf_static.php",
9201 "include/barcodes/datamatrix.php",
9202 "include/barcodes/pdf417.php",
9203 "include/barcodes/qrcode.php"
9204 ]
9205 },
9206 "notification-url": "https://packagist.org/downloads/",
9207 "license": [
9208 "LGPL-3.0"
9209 ],
9210 "authors": [
9211 {
9212 "name": "Nicola Asuni",
9213 "email": "info@tecnick.com",
61e53dda
JB
9214 "homepage": "http://nicolaasuni.tecnick.com",
9215 "role": "Main developer"
6546aca4
JB
9216 },
9217 {
9218 "name": "wallabag/core",
61e53dda
JB
9219 "homepage": "https://www.wallabag.org",
9220 "role": "Developers"
6546aca4
JB
9221 }
9222 ],
9223 "description": "Keeping a working 6.2.x TCPDF version.",
9224 "homepage": "https://www.wallabag.org/",
9225 "keywords": [
9226 "PDFD32000-2008",
9227 "TCPDF",
9228 "barcodes",
9229 "datamatrix",
9230 "pdf",
9231 "pdf417",
9232 "qrcode"
9233 ],
9234 "time": "2018-10-25T06:56:14+00:00"
9235 },
9236 {
9237 "name": "white-october/pagerfanta-bundle",
9238 "version": "v1.2.4",
9239 "source": {
9240 "type": "git",
9241 "url": "https://github.com/whiteoctober/WhiteOctoberPagerfantaBundle.git",
9242 "reference": "19bf14bf8c72e4205c9ca97028436701fe3991a6"
9243 },
9244 "dist": {
9245 "type": "zip",
9246 "url": "https://api.github.com/repos/whiteoctober/WhiteOctoberPagerfantaBundle/zipball/19bf14bf8c72e4205c9ca97028436701fe3991a6",
9247 "reference": "19bf14bf8c72e4205c9ca97028436701fe3991a6",
9248 "shasum": ""
9249 },
9250 "require": {
9251 "pagerfanta/pagerfanta": "^1.1.0|^2.0.0",
9252 "php": ">=5.3",
9253 "symfony/framework-bundle": "~2.3|~3.0|~4.0",
9254 "symfony/property-access": "~2.3|~3.0|~4.0",
9255 "symfony/translation": "~2.3|~3.0|~4.0",
9256 "symfony/twig-bundle": "~2.3|~3.0|~4.0"
9257 },
9258 "require-dev": {
9259 "phpunit/phpunit": "~3.7|~4.0|^5.0",
9260 "symfony/symfony": "~2.3|~3.0|~4.0"
9261 },
9262 "type": "symfony-bundle",
9263 "extra": {
9264 "branch-alias": {
9265 "dev-master": "1.0.x-dev"
9266 }
9267 },
9268 "autoload": {
9269 "psr-4": {
9270 "WhiteOctober\\PagerfantaBundle\\": ""
9271 },
9272 "exclude-from-classmap": [
9273 "Tests/",
9274 "TestsProject/"
9275 ]
9276 },
9277 "notification-url": "https://packagist.org/downloads/",
9278 "license": [
9279 "MIT"
9280 ],
9281 "authors": [
9282 {
9283 "name": "Pablo Díez",
9284 "email": "pablodip@gmail.com"
9285 }
9286 ],
9287 "description": "Bundle to use Pagerfanta with Symfony2",
9288 "keywords": [
9289 "page",
9290 "paging"
9291 ],
9292 "time": "2019-02-14T08:42:52+00:00"
9293 },
9294 {
9295 "name": "willdurand/hateoas",
9296 "version": "2.12.0",
9297 "source": {
9298 "type": "git",
9299 "url": "https://github.com/willdurand/Hateoas.git",
9300 "reference": "71b1af62b398dc9a870ac0b16c84bdc23a76a5c5"
9301 },
9302 "dist": {
9303 "type": "zip",
9304 "url": "https://api.github.com/repos/willdurand/Hateoas/zipball/71b1af62b398dc9a870ac0b16c84bdc23a76a5c5",
9305 "reference": "71b1af62b398dc9a870ac0b16c84bdc23a76a5c5",
9306 "shasum": ""
9307 },
9308 "require": {
9309 "doctrine/annotations": "~1.0",
9310 "doctrine/common": "~2.0",
9311 "jms/metadata": "~1.1",
9312 "jms/serializer": "^1.7",
9313 "php": "^5.5|^7.0",
9314 "phpoption/phpoption": ">=1.1.0,<2.0-dev",
9315 "symfony/expression-language": "~2.4 || ~3.0 || ~4.0"
9316 },
9317 "require-dev": {
9318 "pagerfanta/pagerfanta": "~1.0",
9319 "phpunit/phpunit": "~5",
9320 "symfony/dependency-injection": "~2.4 || ~3.0 || ~4.0",
9321 "symfony/routing": "~2.4 || ~3.0 || ~4.0",
9322 "symfony/yaml": "~2.4 || ~3.0 || ~4.0",
9323 "twig/twig": "~1.12"
9324 },
9325 "suggest": {
9326 "symfony/routing": "To use the SymfonyRouteFactory.",
9327 "symfony/yaml": "To use yaml based configuration.",
9328 "twig/twig": "To use the Twig extensions."
9329 },
9330 "type": "library",
9331 "extra": {
9332 "branch-alias": {
9333 "dev-master": "2.12-dev"
9334 }
9335 },
9336 "autoload": {
9337 "psr-0": {
9338 "Hateoas": "src/"
9339 }
9340 },
9341 "notification-url": "https://packagist.org/downloads/",
9342 "license": [
9343 "MIT"
9344 ],
9345 "authors": [
9346 {
9347 "name": "Adrien Brault",
9348 "email": "adrien.brault@gmail.com"
9349 },
9350 {
61e53dda 9351 "name": "William Durand",
6546aca4
JB
9352 "email": "william.durand1@gmail.com"
9353 }
9354 ],
9355 "description": "A PHP library to support implementing representations for HATEOAS REST web services",
9356 "time": "2018-02-23T17:05:31+00:00"
9357 },
9358 {
9359 "name": "willdurand/hateoas-bundle",
9360 "version": "1.4.0",
9361 "source": {
9362 "type": "git",
9363 "url": "https://github.com/willdurand/BazingaHateoasBundle.git",
9364 "reference": "d1f915fd4f8a7cd43a88a0ce97ffb28abe3a94fa"
9365 },
9366 "dist": {
9367 "type": "zip",
9368 "url": "https://api.github.com/repos/willdurand/BazingaHateoasBundle/zipball/d1f915fd4f8a7cd43a88a0ce97ffb28abe3a94fa",
9369 "reference": "d1f915fd4f8a7cd43a88a0ce97ffb28abe3a94fa",
9370 "shasum": ""
9371 },
9372 "require": {
9373 "jms/serializer-bundle": "~1.0 || ^2.0",
9374 "php": ">5.4 |^7.0",
9375 "symfony/framework-bundle": "~2.3 || ~3.0 || ~4.0",
9376 "willdurand/hateoas": "^2.10.0"
9377 },
9378 "require-dev": {
9379 "phpunit/phpunit": "~4.5 || ~5.0",
9380 "symfony/expression-language": "~2.4 || ~3.0 || ~4.0",
9381 "symfony/stopwatch": "~2.4 || ~3.0 || ~4.0",
9382 "twig/twig": "~1.12"
9383 },
9384 "type": "symfony-bundle",
9385 "extra": {
9386 "branch-alias": {
9387 "dev-master": "1.4-dev"
9388 }
9389 },
9390 "autoload": {
9391 "psr-4": {
9392 "Bazinga\\Bundle\\HateoasBundle\\": ""
9393 }
9394 },
9395 "notification-url": "https://packagist.org/downloads/",
9396 "license": [
9397 "MIT"
9398 ],
9399 "authors": [
9400 {
61e53dda 9401 "name": "William Durand",
6546aca4
JB
9402 "email": "william.durand1@gmail.com"
9403 }
9404 ],
9405 "description": "Integration of Hateoas into Symfony2.",
9406 "keywords": [
9407 "HATEOAS",
9408 "rest"
9409 ],
9410 "time": "2018-01-27T13:03:07+00:00"
9411 },
9412 {
9413 "name": "willdurand/jsonp-callback-validator",
9414 "version": "v1.1.0",
9415 "source": {
9416 "type": "git",
9417 "url": "https://github.com/willdurand/JsonpCallbackValidator.git",
9418 "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909"
9419 },
9420 "dist": {
9421 "type": "zip",
9422 "url": "https://api.github.com/repos/willdurand/JsonpCallbackValidator/zipball/1a7d388bb521959e612ef50c5c7b1691b097e909",
9423 "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909",
9424 "shasum": ""
9425 },
9426 "require": {
9427 "php": ">=5.3.0"
9428 },
9429 "require-dev": {
9430 "phpunit/phpunit": "~3.7"
9431 },
9432 "type": "library",
9433 "autoload": {
9434 "psr-0": {
9435 "JsonpCallbackValidator": "src/"
9436 }
9437 },
9438 "notification-url": "https://packagist.org/downloads/",
9439 "license": [
9440 "MIT"
9441 ],
9442 "authors": [
9443 {
9444 "name": "William Durand",
9445 "email": "william.durand1@gmail.com",
9446 "homepage": "http://www.willdurand.fr"
9447 }
9448 ],
9449 "description": "JSONP callback validator.",
9450 "time": "2014-01-20T22:35:06+00:00"
9451 },
9452 {
9453 "name": "willdurand/negotiation",
9454 "version": "v2.3.1",
9455 "source": {
9456 "type": "git",
9457 "url": "https://github.com/willdurand/Negotiation.git",
9458 "reference": "03436ededa67c6e83b9b12defac15384cb399dc9"
9459 },
9460 "dist": {
9461 "type": "zip",
9462 "url": "https://api.github.com/repos/willdurand/Negotiation/zipball/03436ededa67c6e83b9b12defac15384cb399dc9",
9463 "reference": "03436ededa67c6e83b9b12defac15384cb399dc9",
9464 "shasum": ""
9465 },
9466 "require": {
9467 "php": ">=5.4.0"
9468 },
9469 "require-dev": {
9470 "phpunit/phpunit": "~4.5"
9471 },
9472 "type": "library",
9473 "extra": {
9474 "branch-alias": {
9475 "dev-master": "2.3-dev"
9476 }
9477 },
9478 "autoload": {
9479 "psr-4": {
9480 "Negotiation\\": "src/Negotiation"
9481 }
9482 },
9483 "notification-url": "https://packagist.org/downloads/",
9484 "license": [
9485 "MIT"
9486 ],
9487 "authors": [
9488 {
9489 "name": "William Durand",
9490 "email": "will+git@drnd.me"
9491 }
9492 ],
9493 "description": "Content Negotiation tools for PHP provided as a standalone library.",
9494 "homepage": "http://williamdurand.fr/Negotiation/",
9495 "keywords": [
9496 "accept",
9497 "content",
9498 "format",
9499 "header",
9500 "negotiation"
9501 ],
9502 "time": "2017-05-14T17:21:12+00:00"
9503 },
9504 {
9505 "name": "zendframework/zend-code",
9506 "version": "3.3.1",
9507 "source": {
9508 "type": "git",
9509 "url": "https://github.com/zendframework/zend-code.git",
9510 "reference": "c21db169075c6ec4b342149f446e7b7b724f95eb"
9511 },
9512 "dist": {
9513 "type": "zip",
9514 "url": "https://api.github.com/repos/zendframework/zend-code/zipball/c21db169075c6ec4b342149f446e7b7b724f95eb",
9515 "reference": "c21db169075c6ec4b342149f446e7b7b724f95eb",
9516 "shasum": ""
9517 },
9518 "require": {
9519 "php": "^7.1",
9520 "zendframework/zend-eventmanager": "^2.6 || ^3.0"
9521 },
9522 "require-dev": {
9523 "doctrine/annotations": "~1.0",
9524 "ext-phar": "*",
9525 "phpunit/phpunit": "^6.2.3",
9526 "zendframework/zend-coding-standard": "^1.0.0",
9527 "zendframework/zend-stdlib": "^2.7 || ^3.0"
9528 },
9529 "suggest": {
9530 "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
9531 "zendframework/zend-stdlib": "Zend\\Stdlib component"
9532 },
9533 "type": "library",
9534 "extra": {
9535 "branch-alias": {
9536 "dev-master": "3.3.x-dev",
9537 "dev-develop": "3.4.x-dev"
9538 }
9539 },
9540 "autoload": {
9541 "psr-4": {
9542 "Zend\\Code\\": "src/"
9543 }
9544 },
9545 "notification-url": "https://packagist.org/downloads/",
9546 "license": [
9547 "BSD-3-Clause"
9548 ],
9549 "description": "provides facilities to generate arbitrary code using an object oriented interface",
9550 "homepage": "https://github.com/zendframework/zend-code",
9551 "keywords": [
9552 "code",
9553 "zf2"
9554 ],
9555 "time": "2018-08-13T20:36:59+00:00"
9556 },
955a3bde
JB
9557 {
9558 "name": "zendframework/zend-diactoros",
9a80dcf1 9559 "version": "2.1.3",
955a3bde
JB
9560 "source": {
9561 "type": "git",
9562 "url": "https://github.com/zendframework/zend-diactoros.git",
9a80dcf1 9563 "reference": "279723778c40164bcf984a2df12ff2c6ec5e61c1"
955a3bde
JB
9564 },
9565 "dist": {
9566 "type": "zip",
9a80dcf1
JB
9567 "url": "https://api.github.com/repos/zendframework/zend-diactoros/zipball/279723778c40164bcf984a2df12ff2c6ec5e61c1",
9568 "reference": "279723778c40164bcf984a2df12ff2c6ec5e61c1",
955a3bde
JB
9569 "shasum": ""
9570 },
9571 "require": {
9572 "php": "^7.1",
9573 "psr/http-factory": "^1.0",
9574 "psr/http-message": "^1.0"
9575 },
9576 "provide": {
9577 "psr/http-factory-implementation": "1.0",
9578 "psr/http-message-implementation": "1.0"
9579 },
9580 "require-dev": {
9581 "ext-dom": "*",
9582 "ext-libxml": "*",
9583 "http-interop/http-factory-tests": "^0.5.0",
9584 "php-http/psr7-integration-tests": "dev-master",
9585 "phpunit/phpunit": "^7.0.2",
9586 "zendframework/zend-coding-standard": "~1.0.0"
9587 },
9588 "type": "library",
9589 "extra": {
9590 "branch-alias": {
9591 "dev-master": "2.1.x-dev",
9592 "dev-develop": "2.2.x-dev",
9593 "dev-release-1.8": "1.8.x-dev"
9594 }
9595 },
9596 "autoload": {
9597 "files": [
9598 "src/functions/create_uploaded_file.php",
9599 "src/functions/marshal_headers_from_sapi.php",
9600 "src/functions/marshal_method_from_sapi.php",
9601 "src/functions/marshal_protocol_version_from_sapi.php",
9602 "src/functions/marshal_uri_from_sapi.php",
9603 "src/functions/normalize_server.php",
9604 "src/functions/normalize_uploaded_files.php",
9605 "src/functions/parse_cookie_header.php"
9606 ],
9607 "psr-4": {
9608 "Zend\\Diactoros\\": "src/"
9609 }
9610 },
9611 "notification-url": "https://packagist.org/downloads/",
9612 "license": [
9613 "BSD-3-Clause"
9614 ],
9615 "description": "PSR HTTP Message implementations",
9616 "keywords": [
9617 "http",
9618 "psr",
9619 "psr-7"
9620 ],
9a80dcf1 9621 "time": "2019-07-10T16:13:25+00:00"
955a3bde 9622 },
6546aca4
JB
9623 {
9624 "name": "zendframework/zend-eventmanager",
9625 "version": "3.2.1",
9626 "source": {
9627 "type": "git",
9628 "url": "https://github.com/zendframework/zend-eventmanager.git",
9629 "reference": "a5e2583a211f73604691586b8406ff7296a946dd"
9630 },
9631 "dist": {
9632 "type": "zip",
9633 "url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/a5e2583a211f73604691586b8406ff7296a946dd",
9634 "reference": "a5e2583a211f73604691586b8406ff7296a946dd",
9635 "shasum": ""
9636 },
9637 "require": {
9638 "php": "^5.6 || ^7.0"
9639 },
9640 "require-dev": {
9641 "athletic/athletic": "^0.1",
9642 "container-interop/container-interop": "^1.1.0",
9643 "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
9644 "zendframework/zend-coding-standard": "~1.0.0",
9645 "zendframework/zend-stdlib": "^2.7.3 || ^3.0"
9646 },
9647 "suggest": {
9648 "container-interop/container-interop": "^1.1.0, to use the lazy listeners feature",
9649 "zendframework/zend-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature"
9650 },
9651 "type": "library",
9652 "extra": {
9653 "branch-alias": {
9654 "dev-master": "3.2-dev",
9655 "dev-develop": "3.3-dev"
9656 }
9657 },
9658 "autoload": {
9659 "psr-4": {
9660 "Zend\\EventManager\\": "src/"
9661 }
9662 },
9663 "notification-url": "https://packagist.org/downloads/",
9664 "license": [
9665 "BSD-3-Clause"
9666 ],
9667 "description": "Trigger and listen to events within a PHP application",
9668 "homepage": "https://github.com/zendframework/zend-eventmanager",
9669 "keywords": [
9670 "event",
9671 "eventmanager",
9672 "events",
9673 "zf2"
9674 ],
9675 "time": "2018-04-25T15:33:34+00:00"
9676 }
9677 ],
9678 "packages-dev": [
9679 {
9680 "name": "composer/semver",
9681 "version": "1.5.0",
9682 "source": {
9683 "type": "git",
9684 "url": "https://github.com/composer/semver.git",
9685 "reference": "46d9139568ccb8d9e7cdd4539cab7347568a5e2e"
9686 },
9687 "dist": {
9688 "type": "zip",
9689 "url": "https://api.github.com/repos/composer/semver/zipball/46d9139568ccb8d9e7cdd4539cab7347568a5e2e",
9690 "reference": "46d9139568ccb8d9e7cdd4539cab7347568a5e2e",
9691 "shasum": ""
9692 },
9693 "require": {
9694 "php": "^5.3.2 || ^7.0"
9695 },
9696 "require-dev": {
9697 "phpunit/phpunit": "^4.5 || ^5.0.5",
9698 "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
9699 },
9700 "type": "library",
9701 "extra": {
9702 "branch-alias": {
9703 "dev-master": "1.x-dev"
9704 }
9705 },
9706 "autoload": {
9707 "psr-4": {
9708 "Composer\\Semver\\": "src"
9709 }
9710 },
9711 "notification-url": "https://packagist.org/downloads/",
9712 "license": [
9713 "MIT"
9714 ],
9715 "authors": [
9716 {
9717 "name": "Nils Adermann",
9718 "email": "naderman@naderman.de",
9719 "homepage": "http://www.naderman.de"
9720 },
9721 {
9722 "name": "Jordi Boggiano",
9723 "email": "j.boggiano@seld.be",
9724 "homepage": "http://seld.be"
9725 },
9726 {
9727 "name": "Rob Bast",
9728 "email": "rob.bast@gmail.com",
9729 "homepage": "http://robbast.nl"
9730 }
9731 ],
9732 "description": "Semver library that offers utilities, version constraint parsing and validation.",
9733 "keywords": [
9734 "semantic",
9735 "semver",
9736 "validation",
9737 "versioning"
9738 ],
9739 "time": "2019-03-19T17:25:45+00:00"
9740 },
9741 {
9742 "name": "composer/xdebug-handler",
9743 "version": "1.3.3",
9744 "source": {
9745 "type": "git",
9746 "url": "https://github.com/composer/xdebug-handler.git",
9747 "reference": "46867cbf8ca9fb8d60c506895449eb799db1184f"
9748 },
9749 "dist": {
9750 "type": "zip",
9751 "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/46867cbf8ca9fb8d60c506895449eb799db1184f",
9752 "reference": "46867cbf8ca9fb8d60c506895449eb799db1184f",
9753 "shasum": ""
9754 },
9755 "require": {
9756 "php": "^5.3.2 || ^7.0",
9757 "psr/log": "^1.0"
9758 },
9759 "require-dev": {
9760 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5"
9761 },
9762 "type": "library",
9763 "autoload": {
9764 "psr-4": {
9765 "Composer\\XdebugHandler\\": "src"
9766 }
9767 },
9768 "notification-url": "https://packagist.org/downloads/",
9769 "license": [
9770 "MIT"
9771 ],
9772 "authors": [
9773 {
9774 "name": "John Stevenson",
9775 "email": "john-stevenson@blueyonder.co.uk"
9776 }
9777 ],
9778 "description": "Restarts a process without xdebug.",
9779 "keywords": [
9780 "Xdebug",
9781 "performance"
9782 ],
9783 "time": "2019-05-27T17:52:04+00:00"
9784 },
9785 {
9786 "name": "dama/doctrine-test-bundle",
9787 "version": "v5.0.3",
9788 "source": {
9789 "type": "git",
9790 "url": "https://github.com/dmaicher/doctrine-test-bundle.git",
9791 "reference": "29882b0d1a815f4819126ef714931bb24a31cbaa"
9792 },
9793 "dist": {
9794 "type": "zip",
9795 "url": "https://api.github.com/repos/dmaicher/doctrine-test-bundle/zipball/29882b0d1a815f4819126ef714931bb24a31cbaa",
9796 "reference": "29882b0d1a815f4819126ef714931bb24a31cbaa",
9797 "shasum": ""
9798 },
9799 "require": {
9800 "doctrine/dbal": "~2.5",
9801 "doctrine/doctrine-bundle": "~1.4",
9802 "php": "^7.1",
9803 "symfony/framework-bundle": "~2.7|~3.0|~4.0"
9804 },
9805 "require-dev": {
9806 "phpunit/phpunit": "~6.0|~7.0|~8.0",
9807 "symfony/phpunit-bridge": "~2.8|~3.0|~4.0",
9808 "symfony/yaml": "~2.8|~3.0|~4.0"
9809 },
9810 "type": "symfony-bundle",
9811 "extra": {
9812 "branch-alias": {
9813 "dev-master": "5.1.x-dev"
9814 }
9815 },
9816 "autoload": {
9817 "psr-4": {
9818 "DAMA\\DoctrineTestBundle\\": "src/DAMA/DoctrineTestBundle"
9819 }
9820 },
9821 "notification-url": "https://packagist.org/downloads/",
9822 "license": [
9823 "MIT"
9824 ],
9825 "authors": [
9826 {
9827 "name": "David Maicher",
9828 "email": "mail@dmaicher.de"
9829 }
9830 ],
9831 "description": "Symfony bundle to isolate doctrine database tests and improve test performance",
9832 "keywords": [
9833 "Symfony 3",
9834 "Symfony 4",
9835 "doctrine",
9836 "isolation",
9837 "performance",
9838 "symfony",
9839 "symfony 2",
9840 "tests"
9841 ],
9842 "time": "2019-03-22T10:34:17+00:00"
9843 },
9844 {
9845 "name": "doctrine/data-fixtures",
9a80dcf1 9846 "version": "v1.3.2",
6546aca4
JB
9847 "source": {
9848 "type": "git",
9849 "url": "https://github.com/doctrine/data-fixtures.git",
9a80dcf1 9850 "reference": "09b16943b27f3d80d63988d100ff256148c2f78b"
6546aca4
JB
9851 },
9852 "dist": {
9853 "type": "zip",
9a80dcf1
JB
9854 "url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/09b16943b27f3d80d63988d100ff256148c2f78b",
9855 "reference": "09b16943b27f3d80d63988d100ff256148c2f78b",
6546aca4
JB
9856 "shasum": ""
9857 },
9858 "require": {
9859 "doctrine/common": "~2.2",
9860 "php": "^7.1"
9861 },
9862 "conflict": {
9863 "doctrine/phpcr-odm": "<1.3.0"
9864 },
9865 "require-dev": {
9866 "doctrine/dbal": "^2.5.4",
9867 "doctrine/orm": "^2.5.4",
9868 "phpunit/phpunit": "^7.0"
9869 },
9870 "suggest": {
9871 "alcaeus/mongo-php-adapter": "For using MongoDB ODM with PHP 7",
9872 "doctrine/mongodb-odm": "For loading MongoDB ODM fixtures",
9873 "doctrine/orm": "For loading ORM fixtures",
9874 "doctrine/phpcr-odm": "For loading PHPCR ODM fixtures"
9875 },
9876 "type": "library",
9877 "extra": {
9878 "branch-alias": {
9879 "dev-master": "1.3.x-dev"
9880 }
9881 },
9882 "autoload": {
9883 "psr-4": {
9884 "Doctrine\\Common\\DataFixtures\\": "lib/Doctrine/Common/DataFixtures"
9885 }
9886 },
9887 "notification-url": "https://packagist.org/downloads/",
9888 "license": [
9889 "MIT"
9890 ],
9891 "authors": [
9892 {
9893 "name": "Jonathan Wage",
9894 "email": "jonwage@gmail.com"
9895 }
9896 ],
9897 "description": "Data Fixtures for all Doctrine Object Managers",
9898 "homepage": "http://www.doctrine-project.org",
9899 "keywords": [
9900 "database"
9901 ],
9a80dcf1 9902 "time": "2019-07-10T18:30:35+00:00"
6546aca4
JB
9903 },
9904 {
9905 "name": "doctrine/doctrine-fixtures-bundle",
be8e2916 9906 "version": "3.2.2",
6546aca4
JB
9907 "source": {
9908 "type": "git",
9909 "url": "https://github.com/doctrine/DoctrineFixturesBundle.git",
be8e2916 9910 "reference": "90e4a4f968b2dae40e290a6ee516957af043f16c"
6546aca4
JB
9911 },
9912 "dist": {
9913 "type": "zip",
be8e2916 9914 "url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/90e4a4f968b2dae40e290a6ee516957af043f16c",
9915 "reference": "90e4a4f968b2dae40e290a6ee516957af043f16c",
6546aca4
JB
9916 "shasum": ""
9917 },
9918 "require": {
9919 "doctrine/data-fixtures": "^1.3",
9920 "doctrine/doctrine-bundle": "^1.6",
cb4108b4 9921 "doctrine/orm": "^2.6.0",
6546aca4
JB
9922 "php": "^7.1",
9923 "symfony/doctrine-bridge": "~3.4|^4.1",
9924 "symfony/framework-bundle": "^3.4|^4.1"
9925 },
9926 "require-dev": {
cb4108b4 9927 "doctrine/coding-standard": "^6.0",
6546aca4
JB
9928 "phpunit/phpunit": "^7.4",
9929 "symfony/phpunit-bridge": "^4.1"
9930 },
9931 "type": "symfony-bundle",
9932 "extra": {
9933 "branch-alias": {
cb4108b4 9934 "dev-master": "3.2.x-dev"
6546aca4
JB
9935 }
9936 },
9937 "autoload": {
9938 "psr-4": {
9939 "Doctrine\\Bundle\\FixturesBundle\\": ""
9940 }
9941 },
9942 "notification-url": "https://packagist.org/downloads/",
9943 "license": [
9944 "MIT"
9945 ],
9946 "authors": [
9947 {
9948 "name": "Symfony Community",
9949 "homepage": "http://symfony.com/contributors"
9950 },
9951 {
9952 "name": "Doctrine Project",
9953 "homepage": "http://www.doctrine-project.org"
9954 },
9955 {
9956 "name": "Fabien Potencier",
9957 "email": "fabien@symfony.com"
9958 }
9959 ],
9960 "description": "Symfony DoctrineFixturesBundle",
9961 "homepage": "http://www.doctrine-project.org",
9962 "keywords": [
9963 "Fixture",
9964 "persistence"
9965 ],
be8e2916 9966 "time": "2019-06-12T12:03:37+00:00"
6546aca4
JB
9967 },
9968 {
9969 "name": "friendsofphp/php-cs-fixer",
955a3bde 9970 "version": "v2.15.1",
6546aca4
JB
9971 "source": {
9972 "type": "git",
9973 "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
955a3bde 9974 "reference": "20064511ab796593a3990669eff5f5b535001f7c"
6546aca4
JB
9975 },
9976 "dist": {
9977 "type": "zip",
955a3bde
JB
9978 "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/20064511ab796593a3990669eff5f5b535001f7c",
9979 "reference": "20064511ab796593a3990669eff5f5b535001f7c",
6546aca4
JB
9980 "shasum": ""
9981 },
9982 "require": {
9983 "composer/semver": "^1.4",
9984 "composer/xdebug-handler": "^1.2",
9985 "doctrine/annotations": "^1.2",
9986 "ext-json": "*",
9987 "ext-tokenizer": "*",
9988 "php": "^5.6 || ^7.0",
9989 "php-cs-fixer/diff": "^1.3",
9990 "symfony/console": "^3.4.17 || ^4.1.6",
9991 "symfony/event-dispatcher": "^3.0 || ^4.0",
9992 "symfony/filesystem": "^3.0 || ^4.0",
9993 "symfony/finder": "^3.0 || ^4.0",
9994 "symfony/options-resolver": "^3.0 || ^4.0",
9995 "symfony/polyfill-php70": "^1.0",
9996 "symfony/polyfill-php72": "^1.4",
9997 "symfony/process": "^3.0 || ^4.0",
9998 "symfony/stopwatch": "^3.0 || ^4.0"
9999 },
10000 "require-dev": {
10001 "johnkary/phpunit-speedtrap": "^1.1 || ^2.0 || ^3.0",
10002 "justinrainbow/json-schema": "^5.0",
10003 "keradus/cli-executor": "^1.2",
10004 "mikey179/vfsstream": "^1.6",
10005 "php-coveralls/php-coveralls": "^2.1",
10006 "php-cs-fixer/accessible-object": "^1.0",
10007 "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.1",
10008 "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.1",
10009 "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1",
10010 "phpunitgoodpractices/traits": "^1.8",
955a3bde 10011 "symfony/phpunit-bridge": "^4.3"
6546aca4
JB
10012 },
10013 "suggest": {
10014 "ext-mbstring": "For handling non-UTF8 characters in cache signature.",
10015 "php-cs-fixer/phpunit-constraint-isidenticalstring": "For IsIdenticalString constraint.",
10016 "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "For XmlMatchesXsd constraint.",
10017 "symfony/polyfill-mbstring": "When enabling `ext-mbstring` is not possible."
10018 },
10019 "bin": [
10020 "php-cs-fixer"
10021 ],
10022 "type": "application",
6546aca4
JB
10023 "autoload": {
10024 "psr-4": {
10025 "PhpCsFixer\\": "src/"
10026 },
10027 "classmap": [
10028 "tests/Test/AbstractFixerTestCase.php",
10029 "tests/Test/AbstractIntegrationCaseFactory.php",
10030 "tests/Test/AbstractIntegrationTestCase.php",
10031 "tests/Test/Assert/AssertTokensTrait.php",
10032 "tests/Test/IntegrationCase.php",
10033 "tests/Test/IntegrationCaseFactory.php",
10034 "tests/Test/IntegrationCaseFactoryInterface.php",
10035 "tests/Test/InternalIntegrationCaseFactory.php",
10036 "tests/TestCase.php"
10037 ]
10038 },
10039 "notification-url": "https://packagist.org/downloads/",
10040 "license": [
10041 "MIT"
10042 ],
10043 "authors": [
10044 {
10045 "name": "Dariusz Rumiński",
10046 "email": "dariusz.ruminski@gmail.com"
10047 },
10048 {
10049 "name": "Fabien Potencier",
10050 "email": "fabien@symfony.com"
10051 }
10052 ],
10053 "description": "A tool to automatically fix PHP code style",
955a3bde 10054 "time": "2019-06-01T10:32:12+00:00"
6546aca4
JB
10055 },
10056 {
10057 "name": "m6web/redis-mock",
984d63df 10058 "version": "v4.6.1",
6546aca4
JB
10059 "source": {
10060 "type": "git",
10061 "url": "https://github.com/M6Web/RedisMock.git",
984d63df 10062 "reference": "5f8821e8a39055ca4ef0d4b51dbc063aa000a2dc"
6546aca4
JB
10063 },
10064 "dist": {
10065 "type": "zip",
984d63df 10066 "url": "https://api.github.com/repos/M6Web/RedisMock/zipball/5f8821e8a39055ca4ef0d4b51dbc063aa000a2dc",
10067 "reference": "5f8821e8a39055ca4ef0d4b51dbc063aa000a2dc",
6546aca4
JB
10068 "shasum": ""
10069 },
10070 "require": {
10071 "php": ">=7.1.0"
10072 },
10073 "require-dev": {
10074 "atoum/atoum": "master-dev",
10075 "predis/predis": "~1.1"
10076 },
10077 "type": "library",
10078 "autoload": {
10079 "psr-0": {
10080 "M6Web\\Component\\RedisMock": "src/"
10081 }
10082 },
10083 "notification-url": "https://packagist.org/downloads/",
10084 "license": [
10085 "MIT"
10086 ],
10087 "authors": [
10088 {
10089 "name": "M6Web",
10090 "email": "opensource@m6web.fr",
10091 "homepage": "http://tech.m6web.fr/"
10092 }
10093 ],
10094 "description": "Library providing a PHP mock for Redis",
10095 "keywords": [
10096 "mock",
10097 "redis"
10098 ],
984d63df 10099 "time": "2019-08-20T13:03:26+00:00"
6546aca4
JB
10100 },
10101 {
10102 "name": "nette/bootstrap",
10103 "version": "v3.0.0",
10104 "source": {
10105 "type": "git",
10106 "url": "https://github.com/nette/bootstrap.git",
10107 "reference": "e1075af05c211915e03e0c86542f3ba5433df4a3"
10108 },
10109 "dist": {
10110 "type": "zip",
10111 "url": "https://api.github.com/repos/nette/bootstrap/zipball/e1075af05c211915e03e0c86542f3ba5433df4a3",
10112 "reference": "e1075af05c211915e03e0c86542f3ba5433df4a3",
10113 "shasum": ""
10114 },
10115 "require": {
10116 "nette/di": "^3.0",
10117 "nette/utils": "^3.0",
10118 "php": ">=7.1"
10119 },
10120 "require-dev": {
10121 "latte/latte": "^2.2",
10122 "nette/application": "^3.0",
10123 "nette/caching": "^3.0",
10124 "nette/database": "^3.0",
10125 "nette/forms": "^3.0",
10126 "nette/http": "^3.0",
10127 "nette/mail": "^3.0",
10128 "nette/robot-loader": "^3.0",
10129 "nette/safe-stream": "^2.2",
10130 "nette/security": "^3.0",
10131 "nette/tester": "^2.0",
10132 "tracy/tracy": "^2.6"
10133 },
10134 "suggest": {
10135 "nette/robot-loader": "to use Configurator::createRobotLoader()",
10136 "tracy/tracy": "to use Configurator::enableTracy()"
10137 },
10138 "type": "library",
10139 "extra": {
10140 "branch-alias": {
10141 "dev-master": "3.0-dev"
10142 }
10143 },
10144 "autoload": {
10145 "classmap": [
10146 "src/"
10147 ]
10148 },
10149 "notification-url": "https://packagist.org/downloads/",
10150 "license": [
10151 "BSD-3-Clause",
10152 "GPL-2.0",
10153 "GPL-3.0"
10154 ],
10155 "authors": [
10156 {
10157 "name": "David Grudl",
10158 "homepage": "https://davidgrudl.com"
10159 },
10160 {
10161 "name": "Nette Community",
10162 "homepage": "https://nette.org/contributors"
10163 }
10164 ],
10165 "description": "🅱 Nette Bootstrap: the simple way to configure and bootstrap your Nette application.",
10166 "homepage": "https://nette.org",
10167 "keywords": [
10168 "bootstrapping",
10169 "configurator",
10170 "nette"
10171 ],
10172 "time": "2019-03-26T12:59:07+00:00"
10173 },
10174 {
10175 "name": "nette/di",
1576905e 10176 "version": "v3.0.1",
6546aca4
JB
10177 "source": {
10178 "type": "git",
10179 "url": "https://github.com/nette/di.git",
1576905e 10180 "reference": "4aff517a1c6bb5c36fa09733d4cea089f529de6d"
6546aca4
JB
10181 },
10182 "dist": {
10183 "type": "zip",
1576905e
JB
10184 "url": "https://api.github.com/repos/nette/di/zipball/4aff517a1c6bb5c36fa09733d4cea089f529de6d",
10185 "reference": "4aff517a1c6bb5c36fa09733d4cea089f529de6d",
6546aca4
JB
10186 "shasum": ""
10187 },
10188 "require": {
10189 "ext-tokenizer": "*",
10190 "nette/neon": "^3.0",
10191 "nette/php-generator": "^3.2.2",
10192 "nette/robot-loader": "^3.2",
10193 "nette/schema": "^1.0",
10194 "nette/utils": "^3.0",
10195 "php": ">=7.1"
10196 },
10197 "conflict": {
10198 "nette/bootstrap": "<3.0"
10199 },
10200 "require-dev": {
10201 "nette/tester": "^2.2",
10202 "tracy/tracy": "^2.3"
10203 },
10204 "type": "library",
10205 "extra": {
10206 "branch-alias": {
10207 "dev-master": "3.0-dev"
10208 }
10209 },
10210 "autoload": {
10211 "classmap": [
10212 "src/"
10213 ],
10214 "files": [
10215 "src/compatibility.php"
10216 ]
10217 },
10218 "notification-url": "https://packagist.org/downloads/",
10219 "license": [
10220 "BSD-3-Clause",
10221 "GPL-2.0",
10222 "GPL-3.0"
10223 ],
10224 "authors": [
10225 {
10226 "name": "David Grudl",
10227 "homepage": "https://davidgrudl.com"
10228 },
10229 {
10230 "name": "Nette Community",
10231 "homepage": "https://nette.org/contributors"
10232 }
10233 ],
10234 "description": "💎 Nette Dependency Injection Container: Flexible, compiled and full-featured DIC with perfectly usable autowiring and support for all new PHP 7.1 features.",
10235 "homepage": "https://nette.org",
10236 "keywords": [
10237 "compiled",
10238 "di",
10239 "dic",
10240 "factory",
10241 "ioc",
10242 "nette",
10243 "static"
10244 ],
1576905e 10245 "time": "2019-08-07T12:11:33+00:00"
6546aca4
JB
10246 },
10247 {
10248 "name": "nette/finder",
10249 "version": "v2.5.0",
10250 "source": {
10251 "type": "git",
10252 "url": "https://github.com/nette/finder.git",
10253 "reference": "6be1b83ea68ac558aff189d640abe242e0306fe2"
10254 },
10255 "dist": {
10256 "type": "zip",
10257 "url": "https://api.github.com/repos/nette/finder/zipball/6be1b83ea68ac558aff189d640abe242e0306fe2",
10258 "reference": "6be1b83ea68ac558aff189d640abe242e0306fe2",
10259 "shasum": ""
10260 },
10261 "require": {
10262 "nette/utils": "^2.4 || ~3.0.0",
10263 "php": ">=7.1"
10264 },
10265 "conflict": {
10266 "nette/nette": "<2.2"
10267 },
10268 "require-dev": {
10269 "nette/tester": "^2.0",
10270 "tracy/tracy": "^2.3"
10271 },
10272 "type": "library",
10273 "extra": {
10274 "branch-alias": {
10275 "dev-master": "2.5-dev"
10276 }
10277 },
10278 "autoload": {
10279 "classmap": [
10280 "src/"
10281 ]
10282 },
10283 "notification-url": "https://packagist.org/downloads/",
10284 "license": [
10285 "BSD-3-Clause",
10286 "GPL-2.0",
10287 "GPL-3.0"
10288 ],
10289 "authors": [
10290 {
10291 "name": "David Grudl",
10292 "homepage": "https://davidgrudl.com"
10293 },
10294 {
10295 "name": "Nette Community",
10296 "homepage": "https://nette.org/contributors"
10297 }
10298 ],
10299 "description": "? Nette Finder: find files and directories with an intuitive API.",
10300 "homepage": "https://nette.org",
10301 "keywords": [
10302 "filesystem",
10303 "glob",
10304 "iterator",
10305 "nette"
10306 ],
10307 "time": "2019-02-28T18:13:25+00:00"
10308 },
10309 {
10310 "name": "nette/neon",
10311 "version": "v3.0.0",
10312 "source": {
10313 "type": "git",
10314 "url": "https://github.com/nette/neon.git",
10315 "reference": "cbff32059cbdd8720deccf9e9eace6ee516f02eb"
10316 },
10317 "dist": {
10318 "type": "zip",
10319 "url": "https://api.github.com/repos/nette/neon/zipball/cbff32059cbdd8720deccf9e9eace6ee516f02eb",
10320 "reference": "cbff32059cbdd8720deccf9e9eace6ee516f02eb",
10321 "shasum": ""
10322 },
10323 "require": {
10324 "ext-iconv": "*",
10325 "ext-json": "*",
10326 "php": ">=7.0"
10327 },
10328 "require-dev": {
10329 "nette/tester": "^2.0",
10330 "tracy/tracy": "^2.3"
10331 },
10332 "type": "library",
10333 "extra": {
10334 "branch-alias": {
10335 "dev-master": "3.0-dev"
10336 }
10337 },
10338 "autoload": {
10339 "classmap": [
10340 "src/"
10341 ]
10342 },
10343 "notification-url": "https://packagist.org/downloads/",
10344 "license": [
10345 "BSD-3-Clause",
10346 "GPL-2.0",
10347 "GPL-3.0"
10348 ],
10349 "authors": [
10350 {
10351 "name": "David Grudl",
10352 "homepage": "https://davidgrudl.com"
10353 },
10354 {
10355 "name": "Nette Community",
10356 "homepage": "https://nette.org/contributors"
10357 }
10358 ],
10359 "description": "? Nette NEON: encodes and decodes NEON file format.",
10360 "homepage": "http://ne-on.org",
10361 "keywords": [
10362 "export",
10363 "import",
10364 "neon",
10365 "nette",
10366 "yaml"
10367 ],
10368 "time": "2019-02-05T21:30:40+00:00"
10369 },
10370 {
10371 "name": "nette/php-generator",
154d0974 10372 "version": "v3.2.3",
6546aca4
JB
10373 "source": {
10374 "type": "git",
10375 "url": "https://github.com/nette/php-generator.git",
154d0974 10376 "reference": "aea6e81437bb238e5f0e5b5ce06337433908e63b"
6546aca4
JB
10377 },
10378 "dist": {
10379 "type": "zip",
154d0974
JB
10380 "url": "https://api.github.com/repos/nette/php-generator/zipball/aea6e81437bb238e5f0e5b5ce06337433908e63b",
10381 "reference": "aea6e81437bb238e5f0e5b5ce06337433908e63b",
6546aca4
JB
10382 "shasum": ""
10383 },
10384 "require": {
10385 "nette/utils": "^2.4.2 || ~3.0.0",
10386 "php": ">=7.1"
10387 },
10388 "require-dev": {
10389 "nette/tester": "^2.0",
10390 "tracy/tracy": "^2.3"
10391 },
10392 "type": "library",
10393 "extra": {
10394 "branch-alias": {
10395 "dev-master": "3.2-dev"
10396 }
10397 },
10398 "autoload": {
10399 "classmap": [
10400 "src/"
10401 ]
10402 },
10403 "notification-url": "https://packagist.org/downloads/",
10404 "license": [
10405 "BSD-3-Clause",
10406 "GPL-2.0",
10407 "GPL-3.0"
10408 ],
10409 "authors": [
10410 {
10411 "name": "David Grudl",
10412 "homepage": "https://davidgrudl.com"
10413 },
10414 {
10415 "name": "Nette Community",
10416 "homepage": "https://nette.org/contributors"
10417 }
10418 ],
10419 "description": "🐘 Nette PHP Generator: generates neat PHP code for you. Supports new PHP 7.3 features.",
10420 "homepage": "https://nette.org",
10421 "keywords": [
10422 "code",
10423 "nette",
10424 "php",
10425 "scaffolding"
10426 ],
154d0974 10427 "time": "2019-07-05T13:01:56+00:00"
6546aca4
JB
10428 },
10429 {
10430 "name": "nette/robot-loader",
10431 "version": "v3.2.0",
10432 "source": {
10433 "type": "git",
10434 "url": "https://github.com/nette/robot-loader.git",
10435 "reference": "0712a0e39ae7956d6a94c0ab6ad41aa842544b5c"
10436 },
10437 "dist": {
10438 "type": "zip",
10439 "url": "https://api.github.com/repos/nette/robot-loader/zipball/0712a0e39ae7956d6a94c0ab6ad41aa842544b5c",
10440 "reference": "0712a0e39ae7956d6a94c0ab6ad41aa842544b5c",
10441 "shasum": ""
10442 },
10443 "require": {
10444 "ext-tokenizer": "*",
10445 "nette/finder": "^2.5",
10446 "nette/utils": "^3.0",
10447 "php": ">=7.1"
10448 },
10449 "require-dev": {
10450 "nette/tester": "^2.0",
10451 "tracy/tracy": "^2.3"
10452 },
10453 "type": "library",
10454 "extra": {
10455 "branch-alias": {
10456 "dev-master": "3.2-dev"
10457 }
10458 },
10459 "autoload": {
10460 "classmap": [
10461 "src/"
10462 ]
10463 },
10464 "notification-url": "https://packagist.org/downloads/",
10465 "license": [
10466 "BSD-3-Clause",
10467 "GPL-2.0",
10468 "GPL-3.0"
10469 ],
10470 "authors": [
10471 {
10472 "name": "David Grudl",
10473 "homepage": "https://davidgrudl.com"
10474 },
10475 {
10476 "name": "Nette Community",
10477 "homepage": "https://nette.org/contributors"
10478 }
10479 ],
10480 "description": "? Nette RobotLoader: high performance and comfortable autoloader that will search and autoload classes within your application.",
10481 "homepage": "https://nette.org",
10482 "keywords": [
10483 "autoload",
10484 "class",
10485 "interface",
10486 "nette",
10487 "trait"
10488 ],
10489 "time": "2019-03-08T21:57:24+00:00"
10490 },
10491 {
10492 "name": "nette/schema",
10493 "version": "v1.0.0",
10494 "source": {
10495 "type": "git",
10496 "url": "https://github.com/nette/schema.git",
10497 "reference": "6241d8d4da39e825dd6cb5bfbe4242912f4d7e4d"
10498 },
10499 "dist": {
10500 "type": "zip",
10501 "url": "https://api.github.com/repos/nette/schema/zipball/6241d8d4da39e825dd6cb5bfbe4242912f4d7e4d",
10502 "reference": "6241d8d4da39e825dd6cb5bfbe4242912f4d7e4d",
10503 "shasum": ""
10504 },
10505 "require": {
10506 "nette/utils": "^3.0.1",
10507 "php": ">=7.1"
10508 },
10509 "require-dev": {
10510 "nette/tester": "^2.2",
10511 "tracy/tracy": "^2.3"
10512 },
10513 "type": "library",
10514 "extra": {
10515 "branch-alias": {
10516 "dev-master": "1.0-dev"
10517 }
10518 },
10519 "autoload": {
10520 "classmap": [
10521 "src/"
10522 ]
10523 },
10524 "notification-url": "https://packagist.org/downloads/",
10525 "license": [
10526 "BSD-3-Clause",
10527 "GPL-2.0",
10528 "GPL-3.0"
10529 ],
10530 "authors": [
10531 {
10532 "name": "David Grudl",
10533 "homepage": "https://davidgrudl.com"
10534 },
10535 {
10536 "name": "Nette Community",
10537 "homepage": "https://nette.org/contributors"
10538 }
10539 ],
10540 "description": "📐 Nette Schema: validating data structures against a given Schema.",
10541 "homepage": "https://nette.org",
10542 "keywords": [
10543 "config",
10544 "nette"
10545 ],
10546 "time": "2019-04-03T15:53:25+00:00"
10547 },
10548 {
10549 "name": "nette/utils",
10550 "version": "v3.0.1",
10551 "source": {
10552 "type": "git",
10553 "url": "https://github.com/nette/utils.git",
10554 "reference": "bd961f49b211997202bda1d0fbc410905be370d4"
10555 },
10556 "dist": {
10557 "type": "zip",
10558 "url": "https://api.github.com/repos/nette/utils/zipball/bd961f49b211997202bda1d0fbc410905be370d4",
10559 "reference": "bd961f49b211997202bda1d0fbc410905be370d4",
10560 "shasum": ""
10561 },
10562 "require": {
10563 "php": ">=7.1"
10564 },
10565 "require-dev": {
10566 "nette/tester": "~2.0",
10567 "tracy/tracy": "^2.3"
10568 },
10569 "suggest": {
10570 "ext-gd": "to use Image",
10571 "ext-iconv": "to use Strings::webalize() and toAscii()",
10572 "ext-intl": "to use Strings::webalize(), toAscii(), normalize() and compare()",
10573 "ext-json": "to use Nette\\Utils\\Json",
10574 "ext-mbstring": "to use Strings::lower() etc...",
10575 "ext-xml": "to use Strings::length() etc. when mbstring is not available"
10576 },
10577 "type": "library",
10578 "extra": {
10579 "branch-alias": {
10580 "dev-master": "3.0-dev"
10581 }
10582 },
10583 "autoload": {
10584 "classmap": [
10585 "src/"
10586 ]
10587 },
10588 "notification-url": "https://packagist.org/downloads/",
10589 "license": [
10590 "BSD-3-Clause",
10591 "GPL-2.0",
10592 "GPL-3.0"
10593 ],
10594 "authors": [
10595 {
10596 "name": "David Grudl",
10597 "homepage": "https://davidgrudl.com"
10598 },
10599 {
10600 "name": "Nette Community",
10601 "homepage": "https://nette.org/contributors"
10602 }
10603 ],
10604 "description": "🛠 Nette Utils: lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.",
10605 "homepage": "https://nette.org",
10606 "keywords": [
10607 "array",
10608 "core",
10609 "datetime",
10610 "images",
10611 "json",
10612 "nette",
10613 "paginator",
10614 "password",
10615 "slugify",
10616 "string",
10617 "unicode",
10618 "utf-8",
10619 "utility",
10620 "validation"
10621 ],
10622 "time": "2019-03-22T01:00:30+00:00"
10623 },
10624 {
10625 "name": "nikic/php-parser",
e9ccc686 10626 "version": "v4.2.3",
6546aca4
JB
10627 "source": {
10628 "type": "git",
10629 "url": "https://github.com/nikic/PHP-Parser.git",
e9ccc686 10630 "reference": "e612609022e935f3d0337c1295176505b41188c8"
6546aca4
JB
10631 },
10632 "dist": {
10633 "type": "zip",
e9ccc686 10634 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/e612609022e935f3d0337c1295176505b41188c8",
10635 "reference": "e612609022e935f3d0337c1295176505b41188c8",
6546aca4
JB
10636 "shasum": ""
10637 },
10638 "require": {
10639 "ext-tokenizer": "*",
10640 "php": ">=7.0"
10641 },
10642 "require-dev": {
e9ccc686 10643 "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0"
6546aca4
JB
10644 },
10645 "bin": [
10646 "bin/php-parse"
10647 ],
10648 "type": "library",
10649 "extra": {
10650 "branch-alias": {
10651 "dev-master": "4.2-dev"
10652 }
10653 },
10654 "autoload": {
10655 "psr-4": {
10656 "PhpParser\\": "lib/PhpParser"
10657 }
10658 },
10659 "notification-url": "https://packagist.org/downloads/",
10660 "license": [
10661 "BSD-3-Clause"
10662 ],
10663 "authors": [
10664 {
10665 "name": "Nikita Popov"
10666 }
10667 ],
10668 "description": "A PHP parser written in PHP",
10669 "keywords": [
10670 "parser",
10671 "php"
10672 ],
e9ccc686 10673 "time": "2019-08-12T20:17:41+00:00"
6546aca4
JB
10674 },
10675 {
10676 "name": "php-cs-fixer/diff",
10677 "version": "v1.3.0",
10678 "source": {
10679 "type": "git",
10680 "url": "https://github.com/PHP-CS-Fixer/diff.git",
10681 "reference": "78bb099e9c16361126c86ce82ec4405ebab8e756"
10682 },
10683 "dist": {
10684 "type": "zip",
10685 "url": "https://api.github.com/repos/PHP-CS-Fixer/diff/zipball/78bb099e9c16361126c86ce82ec4405ebab8e756",
10686 "reference": "78bb099e9c16361126c86ce82ec4405ebab8e756",
10687 "shasum": ""
10688 },
10689 "require": {
10690 "php": "^5.6 || ^7.0"
10691 },
10692 "require-dev": {
10693 "phpunit/phpunit": "^5.7.23 || ^6.4.3",
10694 "symfony/process": "^3.3"
10695 },
10696 "type": "library",
10697 "autoload": {
10698 "classmap": [
10699 "src/"
10700 ]
10701 },
10702 "notification-url": "https://packagist.org/downloads/",
10703 "license": [
10704 "BSD-3-Clause"
10705 ],
10706 "authors": [
10707 {
10708 "name": "Kore Nordmann",
10709 "email": "mail@kore-nordmann.de"
10710 },
10711 {
10712 "name": "Sebastian Bergmann",
10713 "email": "sebastian@phpunit.de"
10714 },
10715 {
10716 "name": "SpacePossum"
10717 }
10718 ],
10719 "description": "sebastian/diff v2 backport support for PHP5.6",
10720 "homepage": "https://github.com/PHP-CS-Fixer",
10721 "keywords": [
10722 "diff"
10723 ],
10724 "time": "2018-02-15T16:58:55+00:00"
10725 },
10726 {
10727 "name": "php-http/mock-client",
10728 "version": "1.3.0",
10729 "source": {
10730 "type": "git",
10731 "url": "https://github.com/php-http/mock-client.git",
10732 "reference": "d364c4a2847229dd37237d0083887889d3bd8564"
10733 },
10734 "dist": {
10735 "type": "zip",
10736 "url": "https://api.github.com/repos/php-http/mock-client/zipball/d364c4a2847229dd37237d0083887889d3bd8564",
10737 "reference": "d364c4a2847229dd37237d0083887889d3bd8564",
10738 "shasum": ""
10739 },
10740 "require": {
10741 "php": "^5.5 || ^7.0",
10742 "php-http/client-common": "^1.9 || ^2.0",
10743 "php-http/discovery": "^1.0",
10744 "php-http/httplug": "^1.0 || ^2.0",
10745 "php-http/message-factory": "^1.0"
10746 },
10747 "provide": {
10748 "php-http/async-client-implementation": "1.0",
10749 "php-http/client-implementation": "1.0"
10750 },
10751 "require-dev": {
10752 "henrikbjorn/phpspec-code-coverage": "^1.0",
10753 "phpspec/phpspec": "^2.4"
10754 },
10755 "type": "library",
10756 "extra": {
10757 "branch-alias": {
10758 "dev-master": "1.3-dev"
10759 }
10760 },
10761 "autoload": {
10762 "psr-4": {
10763 "Http\\Mock\\": "src/"
10764 }
10765 },
10766 "notification-url": "https://packagist.org/downloads/",
10767 "license": [
10768 "MIT"
10769 ],
10770 "authors": [
10771 {
10772 "name": "David de Boer",
10773 "email": "david@ddeboer.nl"
10774 }
10775 ],
10776 "description": "Mock HTTP client",
10777 "homepage": "http://httplug.io",
10778 "keywords": [
10779 "client",
10780 "http",
10781 "mock",
10782 "psr7"
10783 ],
10784 "time": "2019-02-21T08:51:08+00:00"
10785 },
10786 {
10787 "name": "phpstan/phpdoc-parser",
0a01a5f1 10788 "version": "0.3.5",
6546aca4
JB
10789 "source": {
10790 "type": "git",
10791 "url": "https://github.com/phpstan/phpdoc-parser.git",
0a01a5f1 10792 "reference": "8c4ef2aefd9788238897b678a985e1d5c8df6db4"
6546aca4
JB
10793 },
10794 "dist": {
10795 "type": "zip",
0a01a5f1
JB
10796 "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/8c4ef2aefd9788238897b678a985e1d5c8df6db4",
10797 "reference": "8c4ef2aefd9788238897b678a985e1d5c8df6db4",
6546aca4
JB
10798 "shasum": ""
10799 },
10800 "require": {
10801 "php": "~7.1"
10802 },
10803 "require-dev": {
10804 "consistence/coding-standard": "^3.5",
10805 "jakub-onderka/php-parallel-lint": "^0.9.2",
10806 "phing/phing": "^2.16.0",
10807 "phpstan/phpstan": "^0.10",
10808 "phpunit/phpunit": "^6.3",
10809 "slevomat/coding-standard": "^4.7.2",
10810 "squizlabs/php_codesniffer": "^3.3.2",
10811 "symfony/process": "^3.4 || ^4.0"
10812 },
10813 "type": "library",
10814 "extra": {
10815 "branch-alias": {
10816 "dev-master": "0.3-dev"
10817 }
10818 },
10819 "autoload": {
10820 "psr-4": {
10821 "PHPStan\\PhpDocParser\\": [
10822 "src/"
10823 ]
10824 }
10825 },
10826 "notification-url": "https://packagist.org/downloads/",
10827 "license": [
10828 "MIT"
10829 ],
10830 "description": "PHPDoc parser with support for nullable, intersection and generic types",
0a01a5f1 10831 "time": "2019-06-07T19:13:52+00:00"
6546aca4
JB
10832 },
10833 {
10834 "name": "phpstan/phpstan",
e9ccc686 10835 "version": "0.11.15",
6546aca4
JB
10836 "source": {
10837 "type": "git",
10838 "url": "https://github.com/phpstan/phpstan.git",
e9ccc686 10839 "reference": "1be5b3a706db16ac472a4c40ec03cf4c810b118d"
6546aca4
JB
10840 },
10841 "dist": {
10842 "type": "zip",
e9ccc686 10843 "url": "https://api.github.com/repos/phpstan/phpstan/zipball/1be5b3a706db16ac472a4c40ec03cf4c810b118d",
10844 "reference": "1be5b3a706db16ac472a4c40ec03cf4c810b118d",
6546aca4
JB
10845 "shasum": ""
10846 },
10847 "require": {
10848 "composer/xdebug-handler": "^1.3.0",
10849 "jean85/pretty-package-versions": "^1.0.3",
10850 "nette/bootstrap": "^2.4 || ^3.0",
10851 "nette/di": "^2.4.7 || ^3.0",
10852 "nette/robot-loader": "^3.0.1",
10853 "nette/schema": "^1.0",
10854 "nette/utils": "^2.4.5 || ^3.0",
e9ccc686 10855 "nikic/php-parser": "^4.2.3",
6546aca4 10856 "php": "~7.1",
6f80db69 10857 "phpstan/phpdoc-parser": "^0.3.5",
6546aca4
JB
10858 "symfony/console": "~3.2 || ~4.0",
10859 "symfony/finder": "~3.2 || ~4.0"
10860 },
10861 "conflict": {
10862 "symfony/console": "3.4.16 || 4.1.5"
10863 },
10864 "require-dev": {
e9ccc686 10865 "brianium/paratest": "^2.0 || ^3.0",
6546aca4
JB
10866 "consistence/coding-standard": "^3.5",
10867 "dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
10868 "ext-intl": "*",
10869 "ext-mysqli": "*",
6f80db69 10870 "ext-simplexml": "*",
6546aca4
JB
10871 "ext-soap": "*",
10872 "ext-zip": "*",
10873 "jakub-onderka/php-parallel-lint": "^1.0",
10874 "localheinz/composer-normalize": "^1.1.0",
10875 "phing/phing": "^2.16.0",
10876 "phpstan/phpstan-deprecation-rules": "^0.11",
10877 "phpstan/phpstan-php-parser": "^0.11",
10878 "phpstan/phpstan-phpunit": "^0.11",
10879 "phpstan/phpstan-strict-rules": "^0.11",
e9ccc686 10880 "phpunit/phpunit": "^7.5.14 || ^8.0",
6546aca4
JB
10881 "slevomat/coding-standard": "^4.7.2",
10882 "squizlabs/php_codesniffer": "^3.3.2"
10883 },
10884 "bin": [
10885 "bin/phpstan"
10886 ],
10887 "type": "library",
10888 "extra": {
10889 "branch-alias": {
10890 "dev-master": "0.11-dev"
10891 }
10892 },
10893 "autoload": {
10894 "psr-4": {
10895 "PHPStan\\": [
10896 "src/",
10897 "build/PHPStan"
10898 ]
10899 }
10900 },
10901 "notification-url": "https://packagist.org/downloads/",
10902 "license": [
10903 "MIT"
10904 ],
10905 "description": "PHPStan - PHP Static Analysis Tool",
e9ccc686 10906 "time": "2019-08-18T20:51:53+00:00"
6546aca4
JB
10907 },
10908 {
10909 "name": "phpstan/phpstan-doctrine",
10910 "version": "0.11.5",
10911 "source": {
10912 "type": "git",
10913 "url": "https://github.com/phpstan/phpstan-doctrine.git",
10914 "reference": "3c68697365f0b71e357d773d91a6c77f3f9e143a"
10915 },
10916 "dist": {
10917 "type": "zip",
10918 "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/3c68697365f0b71e357d773d91a6c77f3f9e143a",
10919 "reference": "3c68697365f0b71e357d773d91a6c77f3f9e143a",
10920 "shasum": ""
10921 },
10922 "require": {
10923 "nikic/php-parser": "^4.0",
10924 "php": "~7.1",
10925 "phpstan/phpdoc-parser": "^0.3",
10926 "phpstan/phpstan": "^0.11.7"
10927 },
10928 "conflict": {
10929 "doctrine/collections": "<1.0",
10930 "doctrine/common": "<2.7",
10931 "doctrine/mongodb-odm": "<1.2",
10932 "doctrine/orm": "<2.5"
10933 },
10934 "require-dev": {
10935 "consistence/coding-standard": "^3.8",
10936 "dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
10937 "doctrine/collections": "^1.0",
10938 "doctrine/common": "^2.7",
10939 "doctrine/mongodb-odm": "^1.2",
10940 "doctrine/orm": "^2.5",
10941 "jakub-onderka/php-parallel-lint": "^1.0",
10942 "phing/phing": "^2.16.0",
10943 "phpstan/phpstan-phpunit": "^0.11",
10944 "phpstan/phpstan-strict-rules": "^0.11",
10945 "phpunit/phpunit": "^7.0",
10946 "slevomat/coding-standard": "^5.0.4"
10947 },
10948 "type": "phpstan-extension",
10949 "extra": {
10950 "branch-alias": {
10951 "dev-master": "0.11-dev"
10952 },
10953 "phpstan": {
10954 "includes": [
10955 "extension.neon",
10956 "rules.neon"
10957 ]
10958 }
10959 },
10960 "autoload": {
10961 "psr-4": {
10962 "PHPStan\\": "src/"
10963 }
10964 },
10965 "notification-url": "https://packagist.org/downloads/",
10966 "license": [
10967 "MIT"
10968 ],
10969 "description": "Doctrine extensions for PHPStan",
10970 "time": "2019-05-29T06:01:20+00:00"
10971 },
10972 {
10973 "name": "phpstan/phpstan-phpunit",
10974 "version": "0.11.2",
10975 "source": {
10976 "type": "git",
10977 "url": "https://github.com/phpstan/phpstan-phpunit.git",
10978 "reference": "fbf2ad56c3b13189d29655e226c9b1da47c2fad9"
10979 },
10980 "dist": {
10981 "type": "zip",
10982 "url": "https://api.github.com/repos/phpstan/phpstan-phpunit/zipball/fbf2ad56c3b13189d29655e226c9b1da47c2fad9",
10983 "reference": "fbf2ad56c3b13189d29655e226c9b1da47c2fad9",
10984 "shasum": ""
10985 },
10986 "require": {
10987 "nikic/php-parser": "^4.0",
10988 "php": "~7.1",
10989 "phpstan/phpdoc-parser": "^0.3",
10990 "phpstan/phpstan": "^0.11.4"
10991 },
10992 "conflict": {
10993 "phpunit/phpunit": "<7.0"
10994 },
10995 "require-dev": {
10996 "consistence/coding-standard": "^3.0.1",
10997 "dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
10998 "jakub-onderka/php-parallel-lint": "^1.0",
10999 "phing/phing": "^2.16.0",
11000 "phpstan/phpstan-strict-rules": "^0.11",
11001 "phpunit/phpunit": "^7.0",
11002 "satooshi/php-coveralls": "^1.0",
11003 "slevomat/coding-standard": "^4.5.2"
11004 },
11005 "type": "phpstan-extension",
11006 "extra": {
11007 "branch-alias": {
11008 "dev-master": "0.11-dev"
11009 },
11010 "phpstan": {
11011 "includes": [
11012 "extension.neon",
11013 "rules.neon"
11014 ]
11015 }
11016 },
11017 "autoload": {
11018 "psr-4": {
11019 "PHPStan\\": "src/"
11020 }
11021 },
11022 "notification-url": "https://packagist.org/downloads/",
11023 "license": [
11024 "MIT"
11025 ],
11026 "description": "PHPUnit extensions and rules for PHPStan",
11027 "time": "2019-05-17T17:50:16+00:00"
11028 },
11029 {
11030 "name": "phpstan/phpstan-symfony",
11031 "version": "0.11.6",
11032 "source": {
11033 "type": "git",
11034 "url": "https://github.com/phpstan/phpstan-symfony.git",
11035 "reference": "c7be3054c21fd472a52b1c38eb129c3f93776084"
11036 },
11037 "dist": {
11038 "type": "zip",
11039 "url": "https://api.github.com/repos/phpstan/phpstan-symfony/zipball/c7be3054c21fd472a52b1c38eb129c3f93776084",
11040 "reference": "c7be3054c21fd472a52b1c38eb129c3f93776084",
11041 "shasum": ""
11042 },
11043 "require": {
11044 "ext-simplexml": "*",
11045 "nikic/php-parser": "^4.0",
11046 "php": "^7.1",
11047 "phpstan/phpstan": "^0.11.7"
11048 },
11049 "conflict": {
11050 "symfony/framework-bundle": "<3.0"
11051 },
11052 "require-dev": {
11053 "consistence/coding-standard": "^3.0.1",
11054 "dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
11055 "jakub-onderka/php-parallel-lint": "^1.0",
11056 "nette/di": "^3.0-stable",
11057 "phing/phing": "^2.16.0",
11058 "phpstan/phpstan-phpunit": "^0.11",
11059 "phpstan/phpstan-strict-rules": "^0.11",
11060 "phpunit/phpunit": "^7.0",
11061 "slevomat/coding-standard": "^4.5.2",
11062 "squizlabs/php_codesniffer": "^3.3.2",
11063 "symfony/console": "^3.0 || ^4.0",
11064 "symfony/framework-bundle": "^3.0 || ^4.0",
11065 "symfony/messenger": "^4.2",
11066 "symfony/serializer": "^3.0 || ^4.0"
11067 },
11068 "type": "phpstan-extension",
11069 "extra": {
11070 "branch-alias": {
11071 "dev-master": "0.11-dev"
11072 },
11073 "phpstan": {
11074 "includes": [
11075 "extension.neon"
11076 ]
11077 }
11078 },
11079 "autoload": {
11080 "psr-4": {
11081 "PHPStan\\": "src/"
11082 }
11083 },
11084 "notification-url": "https://packagist.org/downloads/",
11085 "license": [
11086 "MIT"
11087 ],
11088 "authors": [
11089 {
11090 "name": "Lukáš Unger",
11091 "email": "looky.msc@gmail.com",
11092 "homepage": "https://lookyman.net"
11093 }
11094 ],
11095 "description": "Symfony Framework extensions and rules for PHPStan",
11096 "time": "2019-05-19T17:40:25+00:00"
11097 },
11098 {
11099 "name": "sensio/generator-bundle",
11100 "version": "v3.1.7",
11101 "source": {
11102 "type": "git",
11103 "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git",
11104 "reference": "28cbaa244bd0816fd8908b93f90380bcd7b67a65"
11105 },
11106 "dist": {
11107 "type": "zip",
11108 "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/28cbaa244bd0816fd8908b93f90380bcd7b67a65",
11109 "reference": "28cbaa244bd0816fd8908b93f90380bcd7b67a65",
11110 "shasum": ""
11111 },
11112 "require": {
11113 "symfony/console": "~2.7|~3.0",
11114 "symfony/framework-bundle": "~2.7|~3.0",
11115 "symfony/process": "~2.7|~3.0",
11116 "symfony/yaml": "~2.7|~3.0",
11117 "twig/twig": "^1.28.2|^2.0"
11118 },
11119 "require-dev": {
11120 "doctrine/orm": "~2.4",
11121 "symfony/doctrine-bridge": "~2.7|~3.0",
11122 "symfony/filesystem": "~2.7|~3.0",
11123 "symfony/phpunit-bridge": "^3.3"
11124 },
11125 "type": "symfony-bundle",
11126 "extra": {
11127 "branch-alias": {
11128 "dev-master": "3.1.x-dev"
11129 }
11130 },
11131 "autoload": {
11132 "psr-4": {
11133 "Sensio\\Bundle\\GeneratorBundle\\": ""
11134 },
11135 "exclude-from-classmap": [
11136 "/Tests/"
11137 ]
11138 },
11139 "notification-url": "https://packagist.org/downloads/",
11140 "license": [
11141 "MIT"
11142 ],
11143 "authors": [
11144 {
11145 "name": "Fabien Potencier",
11146 "email": "fabien@symfony.com"
11147 }
11148 ],
11149 "description": "This bundle generates code for you",
11150 "time": "2017-12-07T15:36:41+00:00"
11151 },
11152 {
11153 "name": "symfony/phpunit-bridge",
8f015c21 11154 "version": "v4.3.3",
6546aca4
JB
11155 "source": {
11156 "type": "git",
11157 "url": "https://github.com/symfony/phpunit-bridge.git",
8f015c21 11158 "reference": "5a7b67f3c407ad8199cedb10f71a36ab5ccd44ac"
6546aca4
JB
11159 },
11160 "dist": {
11161 "type": "zip",
8f015c21 11162 "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/5a7b67f3c407ad8199cedb10f71a36ab5ccd44ac",
11163 "reference": "5a7b67f3c407ad8199cedb10f71a36ab5ccd44ac",
6546aca4
JB
11164 "shasum": ""
11165 },
11166 "require": {
955a3bde 11167 "php": ">=5.5.9"
6546aca4
JB
11168 },
11169 "conflict": {
11170 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
11171 },
11172 "suggest": {
11173 "symfony/debug": "For tracking deprecated interfaces usages at runtime with DebugClassLoader"
11174 },
11175 "bin": [
11176 "bin/simple-phpunit"
11177 ],
11178 "type": "symfony-bridge",
11179 "extra": {
11180 "branch-alias": {
955a3bde 11181 "dev-master": "4.3-dev"
6546aca4
JB
11182 },
11183 "thanks": {
11184 "name": "phpunit/phpunit",
11185 "url": "https://github.com/sebastianbergmann/phpunit"
11186 }
11187 },
11188 "autoload": {
11189 "files": [
11190 "bootstrap.php"
11191 ],
11192 "psr-4": {
11193 "Symfony\\Bridge\\PhpUnit\\": ""
11194 },
11195 "exclude-from-classmap": [
11196 "/Tests/"
11197 ]
11198 },
11199 "notification-url": "https://packagist.org/downloads/",
11200 "license": [
11201 "MIT"
11202 ],
11203 "authors": [
11204 {
11205 "name": "Nicolas Grekas",
11206 "email": "p@tchwork.com"
11207 },
11208 {
11209 "name": "Symfony Community",
11210 "homepage": "https://symfony.com/contributors"
11211 }
11212 ],
11213 "description": "Symfony PHPUnit Bridge",
11214 "homepage": "https://symfony.com",
8f015c21 11215 "time": "2019-07-18T13:23:37+00:00"
6546aca4
JB
11216 }
11217 ],
11218 "aliases": [],
11219 "minimum-stability": "dev",
11220 "stability-flags": {
11221 "grandt/phpepub": 20,
6546aca4
JB
11222 "predis/predis": 20
11223 },
11224 "prefer-stable": true,
11225 "prefer-lowest": false,
11226 "platform": {
11227 "php": ">=7.1.3",
11228 "ext-pcre": "*",
11229 "ext-dom": "*",
11230 "ext-curl": "*",
11231 "ext-gd": "*",
11232 "ext-session": "*",
11233 "ext-ctype": "*",
11234 "ext-hash": "*",
11235 "ext-simplexml": "*",
11236 "ext-json": "*",
11237 "ext-mbstring": "*",
11238 "ext-xml": "*",
11239 "ext-iconv": "*",
11240 "ext-tokenizer": "*",
11241 "ext-pdo": "*",
11242 "ext-tidy": "*"
11243 },
11244 "platform-dev": [],
11245 "platform-overrides": {
11246 "php": "7.1.3"
11247 }
11248}