]> git.immae.eu Git - github/wallabag/wallabag.git/blob - composer.lock
Fix tests & update deps
[github/wallabag/wallabag.git] / composer.lock
1 {
2 "_readme": [
3 "This file locks the dependencies of your project to a known state",
4 "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
5 "This file is @generated automatically"
6 ],
7 "content-hash": "02ec26b02dc55d65cb9353ad99be7ebe",
8 "packages": [
9 {
10 "name": "bdunogier/guzzle-site-authenticator",
11 "version": "1.0.0",
12 "source": {
13 "type": "git",
14 "url": "https://github.com/wallabag/guzzle-site-authenticator.git",
15 "reference": "6649aca6f13c27088ef34e4202b31fc0da01d987"
16 },
17 "dist": {
18 "type": "zip",
19 "url": "https://api.github.com/repos/wallabag/guzzle-site-authenticator/zipball/6649aca6f13c27088ef34e4202b31fc0da01d987",
20 "reference": "6649aca6f13c27088ef34e4202b31fc0da01d987",
21 "shasum": ""
22 },
23 "require": {
24 "guzzlehttp/guzzle": "^5.2.0",
25 "psr/log": "^1.0.0",
26 "symfony/expression-language": "^3.2"
27 },
28 "require-dev": {
29 "friendsofphp/php-cs-fixer": "~2.0",
30 "monolog/monolog": "^1.13",
31 "php-coveralls/php-coveralls": "~1.0",
32 "symfony/phpunit-bridge": "^4.2"
33 },
34 "type": "library",
35 "extra": {
36 "branch-alias": {
37 "dev-master": "1.0.x-dev"
38 }
39 },
40 "autoload": {
41 "psr-4": {
42 "BD\\GuzzleSiteAuthenticatorBundle\\": "bundle/",
43 "BD\\GuzzleSiteAuthenticator\\": "lib/"
44 }
45 },
46 "notification-url": "https://packagist.org/downloads/",
47 "license": [
48 "MIT"
49 ],
50 "authors": [
51 {
52 "name": "Bertrand Dunogier",
53 "email": "bertrand.dunogier@gmail.com"
54 }
55 ],
56 "description": "A guzzle plugin that adds, if necessary, authentication data to requests. Uses credentials and cookies, with login requests to the sites.",
57 "time": "2018-12-13T21:06:29+00:00"
58 },
59 {
60 "name": "beberlei/assert",
61 "version": "v3.2.6",
62 "source": {
63 "type": "git",
64 "url": "https://github.com/beberlei/assert.git",
65 "reference": "99508be011753690fe108ded450f5caaae180cfa"
66 },
67 "dist": {
68 "type": "zip",
69 "url": "https://api.github.com/repos/beberlei/assert/zipball/99508be011753690fe108ded450f5caaae180cfa",
70 "reference": "99508be011753690fe108ded450f5caaae180cfa",
71 "shasum": ""
72 },
73 "require": {
74 "ext-ctype": "*",
75 "ext-json": "*",
76 "ext-mbstring": "*",
77 "ext-simplexml": "*",
78 "php": "^7"
79 },
80 "require-dev": {
81 "friendsofphp/php-cs-fixer": "*",
82 "phpstan/phpstan-shim": "*",
83 "phpunit/phpunit": ">=6.0.0 <8"
84 },
85 "suggest": {
86 "ext-intl": "Needed to allow Assertion::count(), Assertion::isCountable(), Assertion::minCount(), and Assertion::maxCount() to operate on ResourceBundles"
87 },
88 "type": "library",
89 "autoload": {
90 "psr-4": {
91 "Assert\\": "lib/Assert"
92 },
93 "files": [
94 "lib/Assert/functions.php"
95 ]
96 },
97 "notification-url": "https://packagist.org/downloads/",
98 "license": [
99 "BSD-2-Clause"
100 ],
101 "authors": [
102 {
103 "name": "Benjamin Eberlei",
104 "email": "kontakt@beberlei.de",
105 "role": "Lead Developer"
106 },
107 {
108 "name": "Richard Quadling",
109 "email": "rquadling@gmail.com",
110 "role": "Collaborator"
111 }
112 ],
113 "description": "Thin assertion library for input validation in business models.",
114 "keywords": [
115 "assert",
116 "assertion",
117 "validation"
118 ],
119 "time": "2019-10-10T10:33:57+00:00"
120 },
121 {
122 "name": "behat/transliterator",
123 "version": "v1.2.0",
124 "source": {
125 "type": "git",
126 "url": "https://github.com/Behat/Transliterator.git",
127 "reference": "826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c"
128 },
129 "dist": {
130 "type": "zip",
131 "url": "https://api.github.com/repos/Behat/Transliterator/zipball/826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c",
132 "reference": "826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c",
133 "shasum": ""
134 },
135 "require": {
136 "php": ">=5.3.3"
137 },
138 "require-dev": {
139 "chuyskywalker/rolling-curl": "^3.1",
140 "php-yaoi/php-yaoi": "^1.0"
141 },
142 "type": "library",
143 "extra": {
144 "branch-alias": {
145 "dev-master": "1.2-dev"
146 }
147 },
148 "autoload": {
149 "psr-0": {
150 "Behat\\Transliterator": "src/"
151 }
152 },
153 "notification-url": "https://packagist.org/downloads/",
154 "license": [
155 "Artistic-1.0"
156 ],
157 "description": "String transliterator",
158 "keywords": [
159 "i18n",
160 "slug",
161 "transliterator"
162 ],
163 "time": "2017-04-04T11:38:05+00:00"
164 },
165 {
166 "name": "clue/stream-filter",
167 "version": "v1.4.1",
168 "source": {
169 "type": "git",
170 "url": "https://github.com/clue/php-stream-filter.git",
171 "reference": "5a58cc30a8bd6a4eb8f856adf61dd3e013f53f71"
172 },
173 "dist": {
174 "type": "zip",
175 "url": "https://api.github.com/repos/clue/php-stream-filter/zipball/5a58cc30a8bd6a4eb8f856adf61dd3e013f53f71",
176 "reference": "5a58cc30a8bd6a4eb8f856adf61dd3e013f53f71",
177 "shasum": ""
178 },
179 "require": {
180 "php": ">=5.3"
181 },
182 "require-dev": {
183 "phpunit/phpunit": "^5.0 || ^4.8"
184 },
185 "type": "library",
186 "autoload": {
187 "psr-4": {
188 "Clue\\StreamFilter\\": "src/"
189 },
190 "files": [
191 "src/functions_include.php"
192 ]
193 },
194 "notification-url": "https://packagist.org/downloads/",
195 "license": [
196 "MIT"
197 ],
198 "authors": [
199 {
200 "name": "Christian Lück",
201 "email": "christian@lueck.tv"
202 }
203 ],
204 "description": "A simple and modern approach to stream filtering in PHP",
205 "homepage": "https://github.com/clue/php-stream-filter",
206 "keywords": [
207 "bucket brigade",
208 "callback",
209 "filter",
210 "php_user_filter",
211 "stream",
212 "stream_filter_append",
213 "stream_filter_register"
214 ],
215 "time": "2019-04-09T12:31:48+00:00"
216 },
217 {
218 "name": "craue/config-bundle",
219 "version": "2.3.0",
220 "source": {
221 "type": "git",
222 "url": "https://github.com/craue/CraueConfigBundle.git",
223 "reference": "7cf7447c7ee47853b3c60e5fc08a1c8f7112bd72"
224 },
225 "dist": {
226 "type": "zip",
227 "url": "https://api.github.com/repos/craue/CraueConfigBundle/zipball/7cf7447c7ee47853b3c60e5fc08a1c8f7112bd72",
228 "reference": "7cf7447c7ee47853b3c60e5fc08a1c8f7112bd72",
229 "shasum": ""
230 },
231 "require": {
232 "doctrine/doctrine-bundle": "^1.5.1",
233 "php": "~7.0",
234 "psr/simple-cache": "^1.0",
235 "symfony/framework-bundle": "~3.4|~4.1"
236 },
237 "require-dev": {
238 "doctrine/doctrine-cache-bundle": "^1.3.5",
239 "doctrine/instantiator": "^1.0.5",
240 "doctrine/orm": "^2.5.14",
241 "phpunit/phpunit": "^6.5.13|^7.5.1",
242 "symfony/phpunit-bridge": "~3.4|~4.1",
243 "symfony/symfony": "~3.4|~4.1"
244 },
245 "type": "symfony-bundle",
246 "extra": {
247 "branch-alias": {
248 "dev-master": "2.3.x-dev"
249 }
250 },
251 "autoload": {
252 "psr-4": {
253 "Craue\\ConfigBundle\\": ""
254 },
255 "exclude-from-classmap": [
256 "/Tests/"
257 ]
258 },
259 "notification-url": "https://packagist.org/downloads/",
260 "license": [
261 "MIT"
262 ],
263 "authors": [
264 {
265 "name": "Christian Raue",
266 "email": "christian.raue@gmail.com"
267 },
268 {
269 "name": "Symfony Community",
270 "homepage": "https://github.com/craue/CraueConfigBundle/contributors"
271 }
272 ],
273 "description": "Database-stored settings made available via a service for your Symfony project.",
274 "homepage": "https://github.com/craue/CraueConfigBundle",
275 "keywords": [
276 "config",
277 "symfony3",
278 "symfony4"
279 ],
280 "time": "2019-08-01T15:52:03+00:00"
281 },
282 {
283 "name": "defuse/php-encryption",
284 "version": "v2.2.1",
285 "source": {
286 "type": "git",
287 "url": "https://github.com/defuse/php-encryption.git",
288 "reference": "0f407c43b953d571421e0020ba92082ed5fb7620"
289 },
290 "dist": {
291 "type": "zip",
292 "url": "https://api.github.com/repos/defuse/php-encryption/zipball/0f407c43b953d571421e0020ba92082ed5fb7620",
293 "reference": "0f407c43b953d571421e0020ba92082ed5fb7620",
294 "shasum": ""
295 },
296 "require": {
297 "ext-openssl": "*",
298 "paragonie/random_compat": ">= 2",
299 "php": ">=5.4.0"
300 },
301 "require-dev": {
302 "nikic/php-parser": "^2.0|^3.0|^4.0",
303 "phpunit/phpunit": "^4|^5"
304 },
305 "bin": [
306 "bin/generate-defuse-key"
307 ],
308 "type": "library",
309 "autoload": {
310 "psr-4": {
311 "Defuse\\Crypto\\": "src"
312 }
313 },
314 "notification-url": "https://packagist.org/downloads/",
315 "license": [
316 "MIT"
317 ],
318 "authors": [
319 {
320 "name": "Taylor Hornby",
321 "email": "taylor@defuse.ca",
322 "homepage": "https://defuse.ca/"
323 },
324 {
325 "name": "Scott Arciszewski",
326 "email": "info@paragonie.com",
327 "homepage": "https://paragonie.com"
328 }
329 ],
330 "description": "Secure PHP Encryption Library",
331 "keywords": [
332 "aes",
333 "authenticated encryption",
334 "cipher",
335 "crypto",
336 "cryptography",
337 "encrypt",
338 "encryption",
339 "openssl",
340 "security",
341 "symmetric key cryptography"
342 ],
343 "time": "2018-07-24T23:27:56+00:00"
344 },
345 {
346 "name": "doctrine/annotations",
347 "version": "v1.8.0",
348 "source": {
349 "type": "git",
350 "url": "https://github.com/doctrine/annotations.git",
351 "reference": "904dca4eb10715b92569fbcd79e201d5c349b6bc"
352 },
353 "dist": {
354 "type": "zip",
355 "url": "https://api.github.com/repos/doctrine/annotations/zipball/904dca4eb10715b92569fbcd79e201d5c349b6bc",
356 "reference": "904dca4eb10715b92569fbcd79e201d5c349b6bc",
357 "shasum": ""
358 },
359 "require": {
360 "doctrine/lexer": "1.*",
361 "php": "^7.1"
362 },
363 "require-dev": {
364 "doctrine/cache": "1.*",
365 "phpunit/phpunit": "^7.5"
366 },
367 "type": "library",
368 "extra": {
369 "branch-alias": {
370 "dev-master": "1.7.x-dev"
371 }
372 },
373 "autoload": {
374 "psr-4": {
375 "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
376 }
377 },
378 "notification-url": "https://packagist.org/downloads/",
379 "license": [
380 "MIT"
381 ],
382 "authors": [
383 {
384 "name": "Guilherme Blanco",
385 "email": "guilhermeblanco@gmail.com"
386 },
387 {
388 "name": "Roman Borschel",
389 "email": "roman@code-factory.org"
390 },
391 {
392 "name": "Benjamin Eberlei",
393 "email": "kontakt@beberlei.de"
394 },
395 {
396 "name": "Jonathan Wage",
397 "email": "jonwage@gmail.com"
398 },
399 {
400 "name": "Johannes Schmitt",
401 "email": "schmittjoh@gmail.com"
402 }
403 ],
404 "description": "Docblock Annotations Parser",
405 "homepage": "http://www.doctrine-project.org",
406 "keywords": [
407 "annotations",
408 "docblock",
409 "parser"
410 ],
411 "time": "2019-10-01T18:55:10+00:00"
412 },
413 {
414 "name": "doctrine/cache",
415 "version": "v1.8.0",
416 "source": {
417 "type": "git",
418 "url": "https://github.com/doctrine/cache.git",
419 "reference": "d768d58baee9a4862ca783840eca1b9add7a7f57"
420 },
421 "dist": {
422 "type": "zip",
423 "url": "https://api.github.com/repos/doctrine/cache/zipball/d768d58baee9a4862ca783840eca1b9add7a7f57",
424 "reference": "d768d58baee9a4862ca783840eca1b9add7a7f57",
425 "shasum": ""
426 },
427 "require": {
428 "php": "~7.1"
429 },
430 "conflict": {
431 "doctrine/common": ">2.2,<2.4"
432 },
433 "require-dev": {
434 "alcaeus/mongo-php-adapter": "^1.1",
435 "doctrine/coding-standard": "^4.0",
436 "mongodb/mongodb": "^1.1",
437 "phpunit/phpunit": "^7.0",
438 "predis/predis": "~1.0"
439 },
440 "suggest": {
441 "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
442 },
443 "type": "library",
444 "extra": {
445 "branch-alias": {
446 "dev-master": "1.8.x-dev"
447 }
448 },
449 "autoload": {
450 "psr-4": {
451 "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
452 }
453 },
454 "notification-url": "https://packagist.org/downloads/",
455 "license": [
456 "MIT"
457 ],
458 "authors": [
459 {
460 "name": "Roman Borschel",
461 "email": "roman@code-factory.org"
462 },
463 {
464 "name": "Benjamin Eberlei",
465 "email": "kontakt@beberlei.de"
466 },
467 {
468 "name": "Guilherme Blanco",
469 "email": "guilhermeblanco@gmail.com"
470 },
471 {
472 "name": "Jonathan Wage",
473 "email": "jonwage@gmail.com"
474 },
475 {
476 "name": "Johannes Schmitt",
477 "email": "schmittjoh@gmail.com"
478 }
479 ],
480 "description": "Caching library offering an object-oriented API for many cache backends",
481 "homepage": "https://www.doctrine-project.org",
482 "keywords": [
483 "cache",
484 "caching"
485 ],
486 "time": "2018-08-21T18:01:43+00:00"
487 },
488 {
489 "name": "doctrine/collections",
490 "version": "v1.6.2",
491 "source": {
492 "type": "git",
493 "url": "https://github.com/doctrine/collections.git",
494 "reference": "c5e0bc17b1620e97c968ac409acbff28b8b850be"
495 },
496 "dist": {
497 "type": "zip",
498 "url": "https://api.github.com/repos/doctrine/collections/zipball/c5e0bc17b1620e97c968ac409acbff28b8b850be",
499 "reference": "c5e0bc17b1620e97c968ac409acbff28b8b850be",
500 "shasum": ""
501 },
502 "require": {
503 "php": "^7.1.3"
504 },
505 "require-dev": {
506 "doctrine/coding-standard": "^6.0",
507 "phpstan/phpstan-shim": "^0.9.2",
508 "phpunit/phpunit": "^7.0",
509 "vimeo/psalm": "^3.2.2"
510 },
511 "type": "library",
512 "extra": {
513 "branch-alias": {
514 "dev-master": "1.6.x-dev"
515 }
516 },
517 "autoload": {
518 "psr-4": {
519 "Doctrine\\Common\\Collections\\": "lib/Doctrine/Common/Collections"
520 }
521 },
522 "notification-url": "https://packagist.org/downloads/",
523 "license": [
524 "MIT"
525 ],
526 "authors": [
527 {
528 "name": "Roman Borschel",
529 "email": "roman@code-factory.org"
530 },
531 {
532 "name": "Benjamin Eberlei",
533 "email": "kontakt@beberlei.de"
534 },
535 {
536 "name": "Guilherme Blanco",
537 "email": "guilhermeblanco@gmail.com"
538 },
539 {
540 "name": "Jonathan Wage",
541 "email": "jonwage@gmail.com"
542 },
543 {
544 "name": "Johannes Schmitt",
545 "email": "schmittjoh@gmail.com"
546 }
547 ],
548 "description": "PHP Doctrine Collections library that adds additional functionality on top of PHP arrays.",
549 "homepage": "https://www.doctrine-project.org/projects/collections.html",
550 "keywords": [
551 "array",
552 "collections",
553 "iterators",
554 "php"
555 ],
556 "time": "2019-06-09T13:48:14+00:00"
557 },
558 {
559 "name": "doctrine/common",
560 "version": "v2.11.0",
561 "source": {
562 "type": "git",
563 "url": "https://github.com/doctrine/common.git",
564 "reference": "b8ca1dcf6b0dc8a2af7a09baac8d0c48345df4ff"
565 },
566 "dist": {
567 "type": "zip",
568 "url": "https://api.github.com/repos/doctrine/common/zipball/b8ca1dcf6b0dc8a2af7a09baac8d0c48345df4ff",
569 "reference": "b8ca1dcf6b0dc8a2af7a09baac8d0c48345df4ff",
570 "shasum": ""
571 },
572 "require": {
573 "doctrine/annotations": "^1.0",
574 "doctrine/cache": "^1.0",
575 "doctrine/collections": "^1.0",
576 "doctrine/event-manager": "^1.0",
577 "doctrine/inflector": "^1.0",
578 "doctrine/lexer": "^1.0",
579 "doctrine/persistence": "^1.1",
580 "doctrine/reflection": "^1.0",
581 "php": "^7.1"
582 },
583 "require-dev": {
584 "doctrine/coding-standard": "^1.0",
585 "phpstan/phpstan": "^0.11",
586 "phpstan/phpstan-phpunit": "^0.11",
587 "phpunit/phpunit": "^7.0",
588 "squizlabs/php_codesniffer": "^3.0",
589 "symfony/phpunit-bridge": "^4.0.5"
590 },
591 "type": "library",
592 "extra": {
593 "branch-alias": {
594 "dev-master": "2.11.x-dev"
595 }
596 },
597 "autoload": {
598 "psr-4": {
599 "Doctrine\\Common\\": "lib/Doctrine/Common"
600 }
601 },
602 "notification-url": "https://packagist.org/downloads/",
603 "license": [
604 "MIT"
605 ],
606 "authors": [
607 {
608 "name": "Guilherme Blanco",
609 "email": "guilhermeblanco@gmail.com"
610 },
611 {
612 "name": "Roman Borschel",
613 "email": "roman@code-factory.org"
614 },
615 {
616 "name": "Benjamin Eberlei",
617 "email": "kontakt@beberlei.de"
618 },
619 {
620 "name": "Jonathan Wage",
621 "email": "jonwage@gmail.com"
622 },
623 {
624 "name": "Johannes Schmitt",
625 "email": "schmittjoh@gmail.com"
626 },
627 {
628 "name": "Marco Pivetta",
629 "email": "ocramius@gmail.com"
630 }
631 ],
632 "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.",
633 "homepage": "https://www.doctrine-project.org/projects/common.html",
634 "keywords": [
635 "common",
636 "doctrine",
637 "php"
638 ],
639 "time": "2019-09-10T10:10:14+00:00"
640 },
641 {
642 "name": "doctrine/dbal",
643 "version": "v2.9.2",
644 "source": {
645 "type": "git",
646 "url": "https://github.com/doctrine/dbal.git",
647 "reference": "22800bd651c1d8d2a9719e2a3dc46d5108ebfcc9"
648 },
649 "dist": {
650 "type": "zip",
651 "url": "https://api.github.com/repos/doctrine/dbal/zipball/22800bd651c1d8d2a9719e2a3dc46d5108ebfcc9",
652 "reference": "22800bd651c1d8d2a9719e2a3dc46d5108ebfcc9",
653 "shasum": ""
654 },
655 "require": {
656 "doctrine/cache": "^1.0",
657 "doctrine/event-manager": "^1.0",
658 "ext-pdo": "*",
659 "php": "^7.1"
660 },
661 "require-dev": {
662 "doctrine/coding-standard": "^5.0",
663 "jetbrains/phpstorm-stubs": "^2018.1.2",
664 "phpstan/phpstan": "^0.10.1",
665 "phpunit/phpunit": "^7.4",
666 "symfony/console": "^2.0.5|^3.0|^4.0",
667 "symfony/phpunit-bridge": "^3.4.5|^4.0.5"
668 },
669 "suggest": {
670 "symfony/console": "For helpful console commands such as SQL execution and import of files."
671 },
672 "bin": [
673 "bin/doctrine-dbal"
674 ],
675 "type": "library",
676 "extra": {
677 "branch-alias": {
678 "dev-master": "2.9.x-dev",
679 "dev-develop": "3.0.x-dev"
680 }
681 },
682 "autoload": {
683 "psr-4": {
684 "Doctrine\\DBAL\\": "lib/Doctrine/DBAL"
685 }
686 },
687 "notification-url": "https://packagist.org/downloads/",
688 "license": [
689 "MIT"
690 ],
691 "authors": [
692 {
693 "name": "Roman Borschel",
694 "email": "roman@code-factory.org"
695 },
696 {
697 "name": "Benjamin Eberlei",
698 "email": "kontakt@beberlei.de"
699 },
700 {
701 "name": "Guilherme Blanco",
702 "email": "guilhermeblanco@gmail.com"
703 },
704 {
705 "name": "Jonathan Wage",
706 "email": "jonwage@gmail.com"
707 }
708 ],
709 "description": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.",
710 "homepage": "https://www.doctrine-project.org/projects/dbal.html",
711 "keywords": [
712 "abstraction",
713 "database",
714 "dbal",
715 "mysql",
716 "persistence",
717 "pgsql",
718 "php",
719 "queryobject"
720 ],
721 "time": "2018-12-31T03:27:51+00:00"
722 },
723 {
724 "name": "doctrine/doctrine-bundle",
725 "version": "1.11.2",
726 "source": {
727 "type": "git",
728 "url": "https://github.com/doctrine/DoctrineBundle.git",
729 "reference": "28101e20776d8fa20a00b54947fbae2db0d09103"
730 },
731 "dist": {
732 "type": "zip",
733 "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/28101e20776d8fa20a00b54947fbae2db0d09103",
734 "reference": "28101e20776d8fa20a00b54947fbae2db0d09103",
735 "shasum": ""
736 },
737 "require": {
738 "doctrine/dbal": "^2.5.12",
739 "doctrine/doctrine-cache-bundle": "~1.2",
740 "jdorn/sql-formatter": "^1.2.16",
741 "php": "^7.1",
742 "symfony/config": "^3.4|^4.1",
743 "symfony/console": "^3.4|^4.1",
744 "symfony/dependency-injection": "^3.4|^4.1",
745 "symfony/doctrine-bridge": "^3.4|^4.1",
746 "symfony/framework-bundle": "^3.4|^4.1"
747 },
748 "conflict": {
749 "doctrine/orm": "<2.6",
750 "twig/twig": "<1.34|>=2.0,<2.4"
751 },
752 "require-dev": {
753 "doctrine/coding-standard": "^6.0",
754 "doctrine/orm": "^2.6",
755 "php-coveralls/php-coveralls": "^2.1",
756 "phpunit/phpunit": "7.0",
757 "symfony/cache": "^3.4|^4.1",
758 "symfony/phpunit-bridge": "^4.2",
759 "symfony/property-info": "^3.4|^4.1",
760 "symfony/validator": "^3.4|^4.1",
761 "symfony/web-profiler-bundle": "^3.4|^4.1",
762 "symfony/yaml": "^3.4|^4.1",
763 "twig/twig": "^1.34|^2.4"
764 },
765 "suggest": {
766 "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
767 "symfony/web-profiler-bundle": "To use the data collector."
768 },
769 "type": "symfony-bundle",
770 "extra": {
771 "branch-alias": {
772 "dev-master": "1.11.x-dev"
773 }
774 },
775 "autoload": {
776 "psr-4": {
777 "Doctrine\\Bundle\\DoctrineBundle\\": ""
778 }
779 },
780 "notification-url": "https://packagist.org/downloads/",
781 "license": [
782 "MIT"
783 ],
784 "authors": [
785 {
786 "name": "Symfony Community",
787 "homepage": "http://symfony.com/contributors"
788 },
789 {
790 "name": "Benjamin Eberlei",
791 "email": "kontakt@beberlei.de"
792 },
793 {
794 "name": "Doctrine Project",
795 "homepage": "http://www.doctrine-project.org/"
796 },
797 {
798 "name": "Fabien Potencier",
799 "email": "fabien@symfony.com"
800 }
801 ],
802 "description": "Symfony DoctrineBundle",
803 "homepage": "http://www.doctrine-project.org",
804 "keywords": [
805 "database",
806 "dbal",
807 "orm",
808 "persistence"
809 ],
810 "time": "2019-06-04T07:35:05+00:00"
811 },
812 {
813 "name": "doctrine/doctrine-cache-bundle",
814 "version": "1.3.5",
815 "source": {
816 "type": "git",
817 "url": "https://github.com/doctrine/DoctrineCacheBundle.git",
818 "reference": "5514c90d9fb595e1095e6d66ebb98ce9ef049927"
819 },
820 "dist": {
821 "type": "zip",
822 "url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/5514c90d9fb595e1095e6d66ebb98ce9ef049927",
823 "reference": "5514c90d9fb595e1095e6d66ebb98ce9ef049927",
824 "shasum": ""
825 },
826 "require": {
827 "doctrine/cache": "^1.4.2",
828 "doctrine/inflector": "~1.0",
829 "php": ">=5.3.2",
830 "symfony/doctrine-bridge": "~2.7|~3.3|~4.0"
831 },
832 "require-dev": {
833 "instaclick/coding-standard": "~1.1",
834 "instaclick/object-calisthenics-sniffs": "dev-master",
835 "instaclick/symfony2-coding-standard": "dev-remaster",
836 "phpunit/phpunit": "~4.8.36|~5.6|~6.5|~7.0",
837 "predis/predis": "~0.8",
838 "satooshi/php-coveralls": "^1.0",
839 "squizlabs/php_codesniffer": "~1.5",
840 "symfony/console": "~2.7|~3.3|~4.0",
841 "symfony/finder": "~2.7|~3.3|~4.0",
842 "symfony/framework-bundle": "~2.7|~3.3|~4.0",
843 "symfony/phpunit-bridge": "~2.7|~3.3|~4.0",
844 "symfony/security-acl": "~2.7|~3.3",
845 "symfony/validator": "~2.7|~3.3|~4.0",
846 "symfony/yaml": "~2.7|~3.3|~4.0"
847 },
848 "suggest": {
849 "symfony/security-acl": "For using this bundle to cache ACLs"
850 },
851 "type": "symfony-bundle",
852 "extra": {
853 "branch-alias": {
854 "dev-master": "1.3.x-dev"
855 }
856 },
857 "autoload": {
858 "psr-4": {
859 "Doctrine\\Bundle\\DoctrineCacheBundle\\": ""
860 },
861 "exclude-from-classmap": [
862 "/Tests/"
863 ]
864 },
865 "notification-url": "https://packagist.org/downloads/",
866 "license": [
867 "MIT"
868 ],
869 "authors": [
870 {
871 "name": "Symfony Community",
872 "homepage": "http://symfony.com/contributors"
873 },
874 {
875 "name": "Benjamin Eberlei",
876 "email": "kontakt@beberlei.de"
877 },
878 {
879 "name": "Fabio B. Silva",
880 "email": "fabio.bat.silva@gmail.com"
881 },
882 {
883 "name": "Guilherme Blanco",
884 "email": "guilhermeblanco@hotmail.com"
885 },
886 {
887 "name": "Doctrine Project",
888 "homepage": "http://www.doctrine-project.org/"
889 },
890 {
891 "name": "Fabien Potencier",
892 "email": "fabien@symfony.com"
893 }
894 ],
895 "description": "Symfony Bundle for Doctrine Cache",
896 "homepage": "https://www.doctrine-project.org",
897 "keywords": [
898 "cache",
899 "caching"
900 ],
901 "time": "2018-11-09T06:25:35+00:00"
902 },
903 {
904 "name": "doctrine/doctrine-migrations-bundle",
905 "version": "v1.3.2",
906 "source": {
907 "type": "git",
908 "url": "https://github.com/doctrine/DoctrineMigrationsBundle.git",
909 "reference": "49fa399181db4bf4f9f725126bd1cb65c4398dce"
910 },
911 "dist": {
912 "type": "zip",
913 "url": "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/49fa399181db4bf4f9f725126bd1cb65c4398dce",
914 "reference": "49fa399181db4bf4f9f725126bd1cb65c4398dce",
915 "shasum": ""
916 },
917 "require": {
918 "doctrine/doctrine-bundle": "~1.0",
919 "doctrine/migrations": "^1.1",
920 "php": ">=5.4.0",
921 "symfony/framework-bundle": "~2.7|~3.3|~4.0"
922 },
923 "require-dev": {
924 "phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^7.4"
925 },
926 "type": "symfony-bundle",
927 "extra": {
928 "branch-alias": {
929 "dev-master": "1.3-dev"
930 }
931 },
932 "autoload": {
933 "psr-4": {
934 "Doctrine\\Bundle\\MigrationsBundle\\": ""
935 }
936 },
937 "notification-url": "https://packagist.org/downloads/",
938 "license": [
939 "MIT"
940 ],
941 "authors": [
942 {
943 "name": "Symfony Community",
944 "homepage": "http://symfony.com/contributors"
945 },
946 {
947 "name": "Doctrine Project",
948 "homepage": "http://www.doctrine-project.org"
949 },
950 {
951 "name": "Fabien Potencier",
952 "email": "fabien@symfony.com"
953 }
954 ],
955 "description": "Symfony DoctrineMigrationsBundle",
956 "homepage": "http://www.doctrine-project.org",
957 "keywords": [
958 "dbal",
959 "migrations",
960 "schema"
961 ],
962 "time": "2018-12-03T11:55:33+00:00"
963 },
964 {
965 "name": "doctrine/event-manager",
966 "version": "v1.0.0",
967 "source": {
968 "type": "git",
969 "url": "https://github.com/doctrine/event-manager.git",
970 "reference": "a520bc093a0170feeb6b14e9d83f3a14452e64b3"
971 },
972 "dist": {
973 "type": "zip",
974 "url": "https://api.github.com/repos/doctrine/event-manager/zipball/a520bc093a0170feeb6b14e9d83f3a14452e64b3",
975 "reference": "a520bc093a0170feeb6b14e9d83f3a14452e64b3",
976 "shasum": ""
977 },
978 "require": {
979 "php": "^7.1"
980 },
981 "conflict": {
982 "doctrine/common": "<2.9@dev"
983 },
984 "require-dev": {
985 "doctrine/coding-standard": "^4.0",
986 "phpunit/phpunit": "^7.0"
987 },
988 "type": "library",
989 "extra": {
990 "branch-alias": {
991 "dev-master": "1.0.x-dev"
992 }
993 },
994 "autoload": {
995 "psr-4": {
996 "Doctrine\\Common\\": "lib/Doctrine/Common"
997 }
998 },
999 "notification-url": "https://packagist.org/downloads/",
1000 "license": [
1001 "MIT"
1002 ],
1003 "authors": [
1004 {
1005 "name": "Roman Borschel",
1006 "email": "roman@code-factory.org"
1007 },
1008 {
1009 "name": "Benjamin Eberlei",
1010 "email": "kontakt@beberlei.de"
1011 },
1012 {
1013 "name": "Guilherme Blanco",
1014 "email": "guilhermeblanco@gmail.com"
1015 },
1016 {
1017 "name": "Jonathan Wage",
1018 "email": "jonwage@gmail.com"
1019 },
1020 {
1021 "name": "Johannes Schmitt",
1022 "email": "schmittjoh@gmail.com"
1023 },
1024 {
1025 "name": "Marco Pivetta",
1026 "email": "ocramius@gmail.com"
1027 }
1028 ],
1029 "description": "Doctrine Event Manager component",
1030 "homepage": "https://www.doctrine-project.org/projects/event-manager.html",
1031 "keywords": [
1032 "event",
1033 "eventdispatcher",
1034 "eventmanager"
1035 ],
1036 "time": "2018-06-11T11:59:03+00:00"
1037 },
1038 {
1039 "name": "doctrine/inflector",
1040 "version": "v1.3.0",
1041 "source": {
1042 "type": "git",
1043 "url": "https://github.com/doctrine/inflector.git",
1044 "reference": "5527a48b7313d15261292c149e55e26eae771b0a"
1045 },
1046 "dist": {
1047 "type": "zip",
1048 "url": "https://api.github.com/repos/doctrine/inflector/zipball/5527a48b7313d15261292c149e55e26eae771b0a",
1049 "reference": "5527a48b7313d15261292c149e55e26eae771b0a",
1050 "shasum": ""
1051 },
1052 "require": {
1053 "php": "^7.1"
1054 },
1055 "require-dev": {
1056 "phpunit/phpunit": "^6.2"
1057 },
1058 "type": "library",
1059 "extra": {
1060 "branch-alias": {
1061 "dev-master": "1.3.x-dev"
1062 }
1063 },
1064 "autoload": {
1065 "psr-4": {
1066 "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
1067 }
1068 },
1069 "notification-url": "https://packagist.org/downloads/",
1070 "license": [
1071 "MIT"
1072 ],
1073 "authors": [
1074 {
1075 "name": "Roman Borschel",
1076 "email": "roman@code-factory.org"
1077 },
1078 {
1079 "name": "Benjamin Eberlei",
1080 "email": "kontakt@beberlei.de"
1081 },
1082 {
1083 "name": "Guilherme Blanco",
1084 "email": "guilhermeblanco@gmail.com"
1085 },
1086 {
1087 "name": "Jonathan Wage",
1088 "email": "jonwage@gmail.com"
1089 },
1090 {
1091 "name": "Johannes Schmitt",
1092 "email": "schmittjoh@gmail.com"
1093 }
1094 ],
1095 "description": "Common String Manipulations with regard to casing and singular/plural rules.",
1096 "homepage": "http://www.doctrine-project.org",
1097 "keywords": [
1098 "inflection",
1099 "pluralize",
1100 "singularize",
1101 "string"
1102 ],
1103 "time": "2018-01-09T20:05:19+00:00"
1104 },
1105 {
1106 "name": "doctrine/instantiator",
1107 "version": "1.2.0",
1108 "source": {
1109 "type": "git",
1110 "url": "https://github.com/doctrine/instantiator.git",
1111 "reference": "a2c590166b2133a4633738648b6b064edae0814a"
1112 },
1113 "dist": {
1114 "type": "zip",
1115 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/a2c590166b2133a4633738648b6b064edae0814a",
1116 "reference": "a2c590166b2133a4633738648b6b064edae0814a",
1117 "shasum": ""
1118 },
1119 "require": {
1120 "php": "^7.1"
1121 },
1122 "require-dev": {
1123 "doctrine/coding-standard": "^6.0",
1124 "ext-pdo": "*",
1125 "ext-phar": "*",
1126 "phpbench/phpbench": "^0.13",
1127 "phpstan/phpstan-phpunit": "^0.11",
1128 "phpstan/phpstan-shim": "^0.11",
1129 "phpunit/phpunit": "^7.0"
1130 },
1131 "type": "library",
1132 "extra": {
1133 "branch-alias": {
1134 "dev-master": "1.2.x-dev"
1135 }
1136 },
1137 "autoload": {
1138 "psr-4": {
1139 "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
1140 }
1141 },
1142 "notification-url": "https://packagist.org/downloads/",
1143 "license": [
1144 "MIT"
1145 ],
1146 "authors": [
1147 {
1148 "name": "Marco Pivetta",
1149 "email": "ocramius@gmail.com",
1150 "homepage": "http://ocramius.github.com/"
1151 }
1152 ],
1153 "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
1154 "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
1155 "keywords": [
1156 "constructor",
1157 "instantiate"
1158 ],
1159 "time": "2019-03-17T17:37:11+00:00"
1160 },
1161 {
1162 "name": "doctrine/lexer",
1163 "version": "1.0.2",
1164 "source": {
1165 "type": "git",
1166 "url": "https://github.com/doctrine/lexer.git",
1167 "reference": "1febd6c3ef84253d7c815bed85fc622ad207a9f8"
1168 },
1169 "dist": {
1170 "type": "zip",
1171 "url": "https://api.github.com/repos/doctrine/lexer/zipball/1febd6c3ef84253d7c815bed85fc622ad207a9f8",
1172 "reference": "1febd6c3ef84253d7c815bed85fc622ad207a9f8",
1173 "shasum": ""
1174 },
1175 "require": {
1176 "php": ">=5.3.2"
1177 },
1178 "require-dev": {
1179 "phpunit/phpunit": "^4.5"
1180 },
1181 "type": "library",
1182 "extra": {
1183 "branch-alias": {
1184 "dev-master": "1.0.x-dev"
1185 }
1186 },
1187 "autoload": {
1188 "psr-4": {
1189 "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
1190 }
1191 },
1192 "notification-url": "https://packagist.org/downloads/",
1193 "license": [
1194 "MIT"
1195 ],
1196 "authors": [
1197 {
1198 "name": "Roman Borschel",
1199 "email": "roman@code-factory.org"
1200 },
1201 {
1202 "name": "Guilherme Blanco",
1203 "email": "guilhermeblanco@gmail.com"
1204 },
1205 {
1206 "name": "Johannes Schmitt",
1207 "email": "schmittjoh@gmail.com"
1208 }
1209 ],
1210 "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
1211 "homepage": "https://www.doctrine-project.org/projects/lexer.html",
1212 "keywords": [
1213 "annotations",
1214 "docblock",
1215 "lexer",
1216 "parser",
1217 "php"
1218 ],
1219 "time": "2019-06-08T11:03:04+00:00"
1220 },
1221 {
1222 "name": "doctrine/migrations",
1223 "version": "v1.8.1",
1224 "source": {
1225 "type": "git",
1226 "url": "https://github.com/doctrine/migrations.git",
1227 "reference": "215438c0eef3e5f9b7da7d09c6b90756071b43e6"
1228 },
1229 "dist": {
1230 "type": "zip",
1231 "url": "https://api.github.com/repos/doctrine/migrations/zipball/215438c0eef3e5f9b7da7d09c6b90756071b43e6",
1232 "reference": "215438c0eef3e5f9b7da7d09c6b90756071b43e6",
1233 "shasum": ""
1234 },
1235 "require": {
1236 "doctrine/dbal": "~2.6",
1237 "ocramius/proxy-manager": "^1.0|^2.0",
1238 "php": "^7.1",
1239 "symfony/console": "~3.3|^4.0"
1240 },
1241 "require-dev": {
1242 "doctrine/coding-standard": "^1.0",
1243 "doctrine/orm": "~2.5",
1244 "jdorn/sql-formatter": "~1.1",
1245 "mikey179/vfsstream": "^1.6",
1246 "phpunit/phpunit": "~7.0",
1247 "squizlabs/php_codesniffer": "^3.0",
1248 "symfony/yaml": "~3.3|^4.0"
1249 },
1250 "suggest": {
1251 "jdorn/sql-formatter": "Allows to generate formatted SQL with the diff command.",
1252 "symfony/yaml": "Allows the use of yaml for migration configuration files."
1253 },
1254 "bin": [
1255 "bin/doctrine-migrations"
1256 ],
1257 "type": "library",
1258 "extra": {
1259 "branch-alias": {
1260 "dev-master": "v1.8.x-dev"
1261 }
1262 },
1263 "autoload": {
1264 "psr-4": {
1265 "Doctrine\\DBAL\\Migrations\\": "lib/Doctrine/DBAL/Migrations",
1266 "Doctrine\\Migrations\\": "lib/Doctrine/Migrations"
1267 }
1268 },
1269 "notification-url": "https://packagist.org/downloads/",
1270 "license": [
1271 "MIT"
1272 ],
1273 "authors": [
1274 {
1275 "name": "Benjamin Eberlei",
1276 "email": "kontakt@beberlei.de"
1277 },
1278 {
1279 "name": "Jonathan Wage",
1280 "email": "jonwage@gmail.com"
1281 },
1282 {
1283 "name": "Michael Simonson",
1284 "email": "contact@mikesimonson.com"
1285 }
1286 ],
1287 "description": "Database Schema migrations using Doctrine DBAL",
1288 "homepage": "https://www.doctrine-project.org/projects/migrations.html",
1289 "keywords": [
1290 "database",
1291 "migrations"
1292 ],
1293 "time": "2018-06-06T21:00:30+00:00"
1294 },
1295 {
1296 "name": "doctrine/orm",
1297 "version": "v2.6.4",
1298 "source": {
1299 "type": "git",
1300 "url": "https://github.com/doctrine/orm.git",
1301 "reference": "b52ef5a1002f99ab506a5a2d6dba5a2c236c5f43"
1302 },
1303 "dist": {
1304 "type": "zip",
1305 "url": "https://api.github.com/repos/doctrine/orm/zipball/b52ef5a1002f99ab506a5a2d6dba5a2c236c5f43",
1306 "reference": "b52ef5a1002f99ab506a5a2d6dba5a2c236c5f43",
1307 "shasum": ""
1308 },
1309 "require": {
1310 "doctrine/annotations": "~1.5",
1311 "doctrine/cache": "~1.6",
1312 "doctrine/collections": "^1.4",
1313 "doctrine/common": "^2.7.1",
1314 "doctrine/dbal": "^2.6",
1315 "doctrine/instantiator": "~1.1",
1316 "ext-pdo": "*",
1317 "php": "^7.1",
1318 "symfony/console": "~3.0|~4.0"
1319 },
1320 "require-dev": {
1321 "doctrine/coding-standard": "^5.0",
1322 "phpunit/phpunit": "^7.5",
1323 "symfony/yaml": "~3.4|~4.0"
1324 },
1325 "suggest": {
1326 "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
1327 },
1328 "bin": [
1329 "bin/doctrine"
1330 ],
1331 "type": "library",
1332 "extra": {
1333 "branch-alias": {
1334 "dev-master": "2.6.x-dev"
1335 }
1336 },
1337 "autoload": {
1338 "psr-4": {
1339 "Doctrine\\ORM\\": "lib/Doctrine/ORM"
1340 }
1341 },
1342 "notification-url": "https://packagist.org/downloads/",
1343 "license": [
1344 "MIT"
1345 ],
1346 "authors": [
1347 {
1348 "name": "Guilherme Blanco",
1349 "email": "guilhermeblanco@gmail.com"
1350 },
1351 {
1352 "name": "Roman Borschel",
1353 "email": "roman@code-factory.org"
1354 },
1355 {
1356 "name": "Benjamin Eberlei",
1357 "email": "kontakt@beberlei.de"
1358 },
1359 {
1360 "name": "Jonathan Wage",
1361 "email": "jonwage@gmail.com"
1362 },
1363 {
1364 "name": "Marco Pivetta",
1365 "email": "ocramius@gmail.com"
1366 }
1367 ],
1368 "description": "Object-Relational-Mapper for PHP",
1369 "homepage": "http://www.doctrine-project.org",
1370 "keywords": [
1371 "database",
1372 "orm"
1373 ],
1374 "time": "2019-09-20T14:30:26+00:00"
1375 },
1376 {
1377 "name": "doctrine/persistence",
1378 "version": "1.1.1",
1379 "source": {
1380 "type": "git",
1381 "url": "https://github.com/doctrine/persistence.git",
1382 "reference": "3da7c9d125591ca83944f477e65ed3d7b4617c48"
1383 },
1384 "dist": {
1385 "type": "zip",
1386 "url": "https://api.github.com/repos/doctrine/persistence/zipball/3da7c9d125591ca83944f477e65ed3d7b4617c48",
1387 "reference": "3da7c9d125591ca83944f477e65ed3d7b4617c48",
1388 "shasum": ""
1389 },
1390 "require": {
1391 "doctrine/annotations": "^1.0",
1392 "doctrine/cache": "^1.0",
1393 "doctrine/collections": "^1.0",
1394 "doctrine/event-manager": "^1.0",
1395 "doctrine/reflection": "^1.0",
1396 "php": "^7.1"
1397 },
1398 "conflict": {
1399 "doctrine/common": "<2.10@dev"
1400 },
1401 "require-dev": {
1402 "doctrine/coding-standard": "^5.0",
1403 "phpstan/phpstan": "^0.8",
1404 "phpunit/phpunit": "^7.0"
1405 },
1406 "type": "library",
1407 "extra": {
1408 "branch-alias": {
1409 "dev-master": "1.1.x-dev"
1410 }
1411 },
1412 "autoload": {
1413 "psr-4": {
1414 "Doctrine\\Common\\": "lib/Doctrine/Common"
1415 }
1416 },
1417 "notification-url": "https://packagist.org/downloads/",
1418 "license": [
1419 "MIT"
1420 ],
1421 "authors": [
1422 {
1423 "name": "Roman Borschel",
1424 "email": "roman@code-factory.org"
1425 },
1426 {
1427 "name": "Benjamin Eberlei",
1428 "email": "kontakt@beberlei.de"
1429 },
1430 {
1431 "name": "Guilherme Blanco",
1432 "email": "guilhermeblanco@gmail.com"
1433 },
1434 {
1435 "name": "Jonathan Wage",
1436 "email": "jonwage@gmail.com"
1437 },
1438 {
1439 "name": "Johannes Schmitt",
1440 "email": "schmittjoh@gmail.com"
1441 },
1442 {
1443 "name": "Marco Pivetta",
1444 "email": "ocramius@gmail.com"
1445 }
1446 ],
1447 "description": "The Doctrine Persistence project is a set of shared interfaces and functionality that the different Doctrine object mappers share.",
1448 "homepage": "https://doctrine-project.org/projects/persistence.html",
1449 "keywords": [
1450 "mapper",
1451 "object",
1452 "odm",
1453 "orm",
1454 "persistence"
1455 ],
1456 "time": "2019-04-23T08:28:24+00:00"
1457 },
1458 {
1459 "name": "doctrine/reflection",
1460 "version": "v1.0.0",
1461 "source": {
1462 "type": "git",
1463 "url": "https://github.com/doctrine/reflection.git",
1464 "reference": "02538d3f95e88eb397a5f86274deb2c6175c2ab6"
1465 },
1466 "dist": {
1467 "type": "zip",
1468 "url": "https://api.github.com/repos/doctrine/reflection/zipball/02538d3f95e88eb397a5f86274deb2c6175c2ab6",
1469 "reference": "02538d3f95e88eb397a5f86274deb2c6175c2ab6",
1470 "shasum": ""
1471 },
1472 "require": {
1473 "doctrine/annotations": "^1.0",
1474 "ext-tokenizer": "*",
1475 "php": "^7.1"
1476 },
1477 "require-dev": {
1478 "doctrine/coding-standard": "^4.0",
1479 "doctrine/common": "^2.8",
1480 "phpstan/phpstan": "^0.9.2",
1481 "phpstan/phpstan-phpunit": "^0.9.4",
1482 "phpunit/phpunit": "^7.0",
1483 "squizlabs/php_codesniffer": "^3.0"
1484 },
1485 "type": "library",
1486 "extra": {
1487 "branch-alias": {
1488 "dev-master": "1.0.x-dev"
1489 }
1490 },
1491 "autoload": {
1492 "psr-4": {
1493 "Doctrine\\Common\\": "lib/Doctrine/Common"
1494 }
1495 },
1496 "notification-url": "https://packagist.org/downloads/",
1497 "license": [
1498 "MIT"
1499 ],
1500 "authors": [
1501 {
1502 "name": "Roman Borschel",
1503 "email": "roman@code-factory.org"
1504 },
1505 {
1506 "name": "Benjamin Eberlei",
1507 "email": "kontakt@beberlei.de"
1508 },
1509 {
1510 "name": "Guilherme Blanco",
1511 "email": "guilhermeblanco@gmail.com"
1512 },
1513 {
1514 "name": "Jonathan Wage",
1515 "email": "jonwage@gmail.com"
1516 },
1517 {
1518 "name": "Johannes Schmitt",
1519 "email": "schmittjoh@gmail.com"
1520 },
1521 {
1522 "name": "Marco Pivetta",
1523 "email": "ocramius@gmail.com"
1524 }
1525 ],
1526 "description": "Doctrine Reflection component",
1527 "homepage": "https://www.doctrine-project.org/projects/reflection.html",
1528 "keywords": [
1529 "reflection"
1530 ],
1531 "time": "2018-06-14T14:45:07+00:00"
1532 },
1533 {
1534 "name": "egulias/email-validator",
1535 "version": "2.1.11",
1536 "source": {
1537 "type": "git",
1538 "url": "https://github.com/egulias/EmailValidator.git",
1539 "reference": "92dd169c32f6f55ba570c309d83f5209cefb5e23"
1540 },
1541 "dist": {
1542 "type": "zip",
1543 "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/92dd169c32f6f55ba570c309d83f5209cefb5e23",
1544 "reference": "92dd169c32f6f55ba570c309d83f5209cefb5e23",
1545 "shasum": ""
1546 },
1547 "require": {
1548 "doctrine/lexer": "^1.0.1",
1549 "php": ">= 5.5"
1550 },
1551 "require-dev": {
1552 "dominicsayers/isemail": "dev-master",
1553 "phpunit/phpunit": "^4.8.35||^5.7||^6.0",
1554 "satooshi/php-coveralls": "^1.0.1",
1555 "symfony/phpunit-bridge": "^4.4@dev"
1556 },
1557 "suggest": {
1558 "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
1559 },
1560 "type": "library",
1561 "extra": {
1562 "branch-alias": {
1563 "dev-master": "2.1.x-dev"
1564 }
1565 },
1566 "autoload": {
1567 "psr-4": {
1568 "Egulias\\EmailValidator\\": "EmailValidator"
1569 }
1570 },
1571 "notification-url": "https://packagist.org/downloads/",
1572 "license": [
1573 "MIT"
1574 ],
1575 "authors": [
1576 {
1577 "name": "Eduardo Gulias Davis"
1578 }
1579 ],
1580 "description": "A library for validating emails against several RFCs",
1581 "homepage": "https://github.com/egulias/EmailValidator",
1582 "keywords": [
1583 "email",
1584 "emailvalidation",
1585 "emailvalidator",
1586 "validation",
1587 "validator"
1588 ],
1589 "time": "2019-08-13T17:33:27+00:00"
1590 },
1591 {
1592 "name": "electrolinux/php-html5lib",
1593 "version": "0.1.0",
1594 "source": {
1595 "type": "git",
1596 "url": "https://github.com/electrolinux/php-html5lib.git",
1597 "reference": "9f92154993c7ecb120d9f9c0e558660d32846721"
1598 },
1599 "dist": {
1600 "type": "zip",
1601 "url": "https://api.github.com/repos/electrolinux/php-html5lib/zipball/9f92154993c7ecb120d9f9c0e558660d32846721",
1602 "reference": "9f92154993c7ecb120d9f9c0e558660d32846721",
1603 "shasum": ""
1604 },
1605 "require": {
1606 "php": ">=5.3.2"
1607 },
1608 "type": "library",
1609 "autoload": {
1610 "psr-0": {
1611 "HTML5Lib": "src/",
1612 "HTML5Lib\\Tests": "tests/"
1613 }
1614 },
1615 "notification-url": "https://packagist.org/downloads/",
1616 "license": [
1617 "MIT"
1618 ],
1619 "authors": [
1620 {
1621 "name": "Multiple users",
1622 "homepage": "https://code.google.com/p/html5lib/",
1623 "role": "Original developers"
1624 },
1625 {
1626 "name": "Sébastien Lavoie",
1627 "homepage": "http://blog.lavoie.sl",
1628 "role": "Packager"
1629 },
1630 {
1631 "name": "didier Belot",
1632 "role": "Packager"
1633 }
1634 ],
1635 "description": "A PHP implementations of a HTML parser based on the WHATWG HTML5 specification.",
1636 "homepage": "https://github.com/electrolinux/php-html5lib",
1637 "keywords": [
1638 "HTML5",
1639 "php"
1640 ],
1641 "time": "2013-03-18T18:32:30+00:00"
1642 },
1643 {
1644 "name": "fig/link-util",
1645 "version": "1.0.0",
1646 "source": {
1647 "type": "git",
1648 "url": "https://github.com/php-fig/link-util.git",
1649 "reference": "1a07821801a148be4add11ab0603e4af55a72fac"
1650 },
1651 "dist": {
1652 "type": "zip",
1653 "url": "https://api.github.com/repos/php-fig/link-util/zipball/1a07821801a148be4add11ab0603e4af55a72fac",
1654 "reference": "1a07821801a148be4add11ab0603e4af55a72fac",
1655 "shasum": ""
1656 },
1657 "require": {
1658 "php": ">=5.5.0",
1659 "psr/link": "~1.0@dev"
1660 },
1661 "require-dev": {
1662 "phpunit/phpunit": "^5.1",
1663 "squizlabs/php_codesniffer": "^2.3.1"
1664 },
1665 "type": "library",
1666 "extra": {
1667 "branch-alias": {
1668 "dev-master": "1.0.x-dev"
1669 }
1670 },
1671 "autoload": {
1672 "psr-4": {
1673 "Fig\\Link\\": "src/"
1674 }
1675 },
1676 "notification-url": "https://packagist.org/downloads/",
1677 "license": [
1678 "MIT"
1679 ],
1680 "authors": [
1681 {
1682 "name": "PHP-FIG",
1683 "homepage": "http://www.php-fig.org/"
1684 }
1685 ],
1686 "description": "Common utility implementations for HTTP links",
1687 "keywords": [
1688 "http",
1689 "http-link",
1690 "link",
1691 "psr",
1692 "psr-13",
1693 "rest"
1694 ],
1695 "time": "2016-10-17T18:31:11+00:00"
1696 },
1697 {
1698 "name": "fossar/htmlawed",
1699 "version": "1.2.7",
1700 "source": {
1701 "type": "git",
1702 "url": "https://github.com/fossar/HTMLawed.git",
1703 "reference": "4f7505e9622a96242923895c3008719b2c2283d3"
1704 },
1705 "dist": {
1706 "type": "zip",
1707 "url": "https://api.github.com/repos/fossar/HTMLawed/zipball/4f7505e9622a96242923895c3008719b2c2283d3",
1708 "reference": "4f7505e9622a96242923895c3008719b2c2283d3",
1709 "shasum": ""
1710 },
1711 "require": {
1712 "php": ">4.4.0"
1713 },
1714 "replace": {
1715 "htmlawed/htmlawed": "*"
1716 },
1717 "type": "library",
1718 "autoload": {
1719 "files": [
1720 "htmLawed.php"
1721 ]
1722 },
1723 "notification-url": "https://packagist.org/downloads/",
1724 "license": [
1725 "GPL-2.0+",
1726 "LGPL-3.0"
1727 ],
1728 "authors": [
1729 {
1730 "name": "Santosh Patnaik",
1731 "homepage": "http://www.bioinformatics.org/people/index.php?user_hash=558b661f92d0ff7b",
1732 "role": "Developer"
1733 }
1734 ],
1735 "description": "htmLawed - Process text with HTML markup to make it more compliant with HTML standards and administrative policies",
1736 "homepage": "http://www.bioinformatics.org/phplabware/internal_utilities/htmLawed/",
1737 "keywords": [
1738 "HTMLtidy",
1739 "html",
1740 "sanitize",
1741 "strip",
1742 "tags"
1743 ],
1744 "time": "2019-05-09T11:53:40+00:00"
1745 },
1746 {
1747 "name": "friendsofsymfony/jsrouting-bundle",
1748 "version": "2.4.0",
1749 "source": {
1750 "type": "git",
1751 "url": "https://github.com/FriendsOfSymfony/FOSJsRoutingBundle.git",
1752 "reference": "e42ed450eac2b61d5fcba9cd834c294a429e9a40"
1753 },
1754 "dist": {
1755 "type": "zip",
1756 "url": "https://api.github.com/repos/FriendsOfSymfony/FOSJsRoutingBundle/zipball/e42ed450eac2b61d5fcba9cd834c294a429e9a40",
1757 "reference": "e42ed450eac2b61d5fcba9cd834c294a429e9a40",
1758 "shasum": ""
1759 },
1760 "require": {
1761 "php": "^5.3.9|^7.0",
1762 "symfony/console": "~2.7||~3.0|^4.0",
1763 "symfony/framework-bundle": "~2.7||~3.0|^4.0",
1764 "symfony/serializer": "~2.7||~3.0|^4.0",
1765 "willdurand/jsonp-callback-validator": "~1.0"
1766 },
1767 "require-dev": {
1768 "symfony/expression-language": "~2.7||~3.0|^4.0",
1769 "symfony/phpunit-bridge": "^3.3|^4.0"
1770 },
1771 "type": "symfony-bundle",
1772 "extra": {
1773 "branch-alias": {
1774 "dev-master": "2.0-dev"
1775 }
1776 },
1777 "autoload": {
1778 "psr-4": {
1779 "FOS\\JsRoutingBundle\\": ""
1780 },
1781 "exclude-from-classmap": [
1782 "/Tests/"
1783 ]
1784 },
1785 "notification-url": "https://packagist.org/downloads/",
1786 "license": [
1787 "MIT"
1788 ],
1789 "authors": [
1790 {
1791 "name": "William Durand",
1792 "email": "will+git@drnd.me"
1793 },
1794 {
1795 "name": "FriendsOfSymfony Community",
1796 "homepage": "https://github.com/friendsofsymfony/FOSJsRoutingBundle/contributors"
1797 }
1798 ],
1799 "description": "A pretty nice way to expose your Symfony2 routing to client applications.",
1800 "homepage": "http://friendsofsymfony.github.com",
1801 "keywords": [
1802 "Js Routing",
1803 "javascript",
1804 "routing"
1805 ],
1806 "time": "2019-08-10T15:40:05+00:00"
1807 },
1808 {
1809 "name": "friendsofsymfony/oauth-server-bundle",
1810 "version": "1.6.2",
1811 "source": {
1812 "type": "git",
1813 "url": "https://github.com/FriendsOfSymfony/FOSOAuthServerBundle.git",
1814 "reference": "fcaa25cc49474bdb0db7894f880976fe76ffed23"
1815 },
1816 "dist": {
1817 "type": "zip",
1818 "url": "https://api.github.com/repos/FriendsOfSymfony/FOSOAuthServerBundle/zipball/fcaa25cc49474bdb0db7894f880976fe76ffed23",
1819 "reference": "fcaa25cc49474bdb0db7894f880976fe76ffed23",
1820 "shasum": ""
1821 },
1822 "require": {
1823 "friendsofsymfony/oauth2-php": "~1.1",
1824 "paragonie/random_compat": "^1|^2",
1825 "php": "^5.5|^7.0",
1826 "symfony/dependency-injection": "^2.8|~3.0|^4.0",
1827 "symfony/framework-bundle": "~2.8|~3.0|^4.0",
1828 "symfony/security-bundle": "~2.8|~3.0|^4.0"
1829 },
1830 "require-dev": {
1831 "doctrine/doctrine-bundle": "~1.0",
1832 "doctrine/mongodb-odm": "~1.0",
1833 "doctrine/orm": "~2.2",
1834 "phing/phing": "~2.4",
1835 "php-mock/php-mock-phpunit": "^1.1",
1836 "phpunit/phpunit": "~4.8|~5.0",
1837 "propel/propel1": "^1.6.5",
1838 "symfony/class-loader": "~2.8|~3.0|^4.0",
1839 "symfony/console": "~2.8|~3.0|^4.0",
1840 "symfony/form": "~2.8|~3.0|^4.0",
1841 "symfony/phpunit-bridge": "~2.8|~3.0|^4.0",
1842 "symfony/templating": "~2.8|~3.0|^4.0",
1843 "symfony/twig-bundle": "~2.8|~3.0|^4.0",
1844 "symfony/yaml": "~2.8|~3.0|^4.0",
1845 "willdurand/propel-typehintable-behavior": "^1.0.4"
1846 },
1847 "suggest": {
1848 "doctrine/doctrine-bundle": "*",
1849 "doctrine/mongodb-odm-bundle": "*",
1850 "propel/propel-bundle": "If you want to use Propel with Symfony2, then you will have to install the PropelBundle",
1851 "symfony/console": "Needed to be able to use commands",
1852 "symfony/form": "Needed to be able to use the AuthorizeFormType",
1853 "willdurand/propel-typehintable-behavior": "The Typehintable behavior is useful to add type hints on generated methods, to be compliant with interfaces"
1854 },
1855 "type": "symfony-bundle",
1856 "extra": {
1857 "branch-alias": {
1858 "dev-master": "1.5-dev"
1859 }
1860 },
1861 "autoload": {
1862 "psr-4": {
1863 "FOS\\OAuthServerBundle\\": ""
1864 },
1865 "exclude-from-classmap": [
1866 "/Tests/"
1867 ]
1868 },
1869 "notification-url": "https://packagist.org/downloads/",
1870 "license": [
1871 "MIT"
1872 ],
1873 "authors": [
1874 {
1875 "name": "Arnaud Le Blanc",
1876 "email": "arnaud.lb@gmail.com"
1877 },
1878 {
1879 "name": "FriendsOfSymfony Community",
1880 "homepage": "https://github.com/FriendsOfSymfony/FOSOAuthServerBundle/contributors"
1881 }
1882 ],
1883 "description": "Symfony2 OAuth Server Bundle",
1884 "homepage": "http://friendsofsymfony.github.com",
1885 "keywords": [
1886 "oauth",
1887 "oauth2",
1888 "server"
1889 ],
1890 "time": "2019-01-23T15:23:04+00:00"
1891 },
1892 {
1893 "name": "friendsofsymfony/oauth2-php",
1894 "version": "1.2.3",
1895 "source": {
1896 "type": "git",
1897 "url": "https://github.com/FriendsOfSymfony/oauth2-php.git",
1898 "reference": "a41fef63f81ef2ef632350a6c7dc66d15baa9240"
1899 },
1900 "dist": {
1901 "type": "zip",
1902 "url": "https://api.github.com/repos/FriendsOfSymfony/oauth2-php/zipball/a41fef63f81ef2ef632350a6c7dc66d15baa9240",
1903 "reference": "a41fef63f81ef2ef632350a6c7dc66d15baa9240",
1904 "shasum": ""
1905 },
1906 "require": {
1907 "php": "^5.5.9|>=7.0.8",
1908 "symfony/http-foundation": "~3.0|~4.0"
1909 },
1910 "require-dev": {
1911 "phpunit/phpunit": "~4.0"
1912 },
1913 "type": "library",
1914 "extra": {
1915 "branch-alias": {
1916 "dev-master": "1.2.x-dev"
1917 }
1918 },
1919 "autoload": {
1920 "psr-4": {
1921 "OAuth2\\": "lib/"
1922 }
1923 },
1924 "notification-url": "https://packagist.org/downloads/",
1925 "license": [
1926 "MIT"
1927 ],
1928 "authors": [
1929 {
1930 "name": "Arnaud Le Blanc",
1931 "email": "arnaud.lb@gmail.com"
1932 },
1933 {
1934 "name": "FriendsOfSymfony Community",
1935 "homepage": "https://github.com/FriendsOfSymfony/oauth2-php/contributors"
1936 }
1937 ],
1938 "description": "OAuth2 library",
1939 "homepage": "https://github.com/FriendsOfSymfony/oauth2-php",
1940 "keywords": [
1941 "oauth",
1942 "oauth2"
1943 ],
1944 "time": "2018-01-30T19:58:25+00:00"
1945 },
1946 {
1947 "name": "friendsofsymfony/rest-bundle",
1948 "version": "2.6.0",
1949 "source": {
1950 "type": "git",
1951 "url": "https://github.com/FriendsOfSymfony/FOSRestBundle.git",
1952 "reference": "54758949bff9fc520997415341323eebf3f54892"
1953 },
1954 "dist": {
1955 "type": "zip",
1956 "url": "https://api.github.com/repos/FriendsOfSymfony/FOSRestBundle/zipball/54758949bff9fc520997415341323eebf3f54892",
1957 "reference": "54758949bff9fc520997415341323eebf3f54892",
1958 "shasum": ""
1959 },
1960 "require": {
1961 "doctrine/inflector": "^1.0",
1962 "php": "^7.1",
1963 "psr/log": "^1.0",
1964 "symfony/config": "^3.4|^4.3",
1965 "symfony/debug": "^3.4|^4.3",
1966 "symfony/dependency-injection": "^3.4|^4.3",
1967 "symfony/event-dispatcher": "^3.4|^4.3",
1968 "symfony/finder": "^3.4|^4.3",
1969 "symfony/framework-bundle": "^3.4|^4.3",
1970 "symfony/http-foundation": "^3.4|^4.3",
1971 "symfony/http-kernel": "^3.4|^4.3",
1972 "symfony/routing": "^3.4|^4.3",
1973 "symfony/security-core": "^3.4|^4.3",
1974 "willdurand/jsonp-callback-validator": "^1.0",
1975 "willdurand/negotiation": "^2.0"
1976 },
1977 "conflict": {
1978 "jms/serializer": "<1.13.0",
1979 "jms/serializer-bundle": "<2.0.0",
1980 "sensio/framework-extra-bundle": "<3.0.13"
1981 },
1982 "require-dev": {
1983 "jms/serializer": "^1.13|^2.0",
1984 "jms/serializer-bundle": "^2.3.1|^3.0",
1985 "phpoption/phpoption": "^1.1",
1986 "psr/http-message": "^1.0",
1987 "sensio/framework-extra-bundle": "^3.0.13|^4.0|^5.0",
1988 "symfony/asset": "^3.4|^4.3",
1989 "symfony/browser-kit": "^3.4|^4.3",
1990 "symfony/css-selector": "^3.4|^4.3",
1991 "symfony/expression-language": "^3.4|^4.3",
1992 "symfony/form": "^3.4|^4.3",
1993 "symfony/phpunit-bridge": "^4.1.8",
1994 "symfony/security-bundle": "^3.4|^4.3",
1995 "symfony/serializer": "^3.4|^4.3",
1996 "symfony/templating": "^3.4|^4.3",
1997 "symfony/twig-bundle": "^3.4|^4.3",
1998 "symfony/validator": "^3.4|^4.3",
1999 "symfony/web-profiler-bundle": "^3.4|^4.3",
2000 "symfony/yaml": "^3.4|^4.3"
2001 },
2002 "suggest": {
2003 "jms/serializer-bundle": "Add support for advanced serialization capabilities, recommended, requires ^2.0|^3.0",
2004 "sensio/framework-extra-bundle": "Add support for the request body converter and the view response listener, requires ^3.0",
2005 "symfony/expression-language": "Add support for using the expression language in the routing, requires ^2.7|^3.0",
2006 "symfony/serializer": "Add support for basic serialization capabilities and xml decoding, requires ^2.7|^3.0",
2007 "symfony/validator": "Add support for validation capabilities in the ParamFetcher, requires ^2.7|^3.0"
2008 },
2009 "type": "symfony-bundle",
2010 "extra": {
2011 "branch-alias": {
2012 "dev-master": "2.6-dev"
2013 }
2014 },
2015 "autoload": {
2016 "psr-4": {
2017 "FOS\\RestBundle\\": ""
2018 },
2019 "exclude-from-classmap": [
2020 "Tests/"
2021 ]
2022 },
2023 "notification-url": "https://packagist.org/downloads/",
2024 "license": [
2025 "MIT"
2026 ],
2027 "authors": [
2028 {
2029 "name": "Lukas Kahwe Smith",
2030 "email": "smith@pooteeweet.org"
2031 },
2032 {
2033 "name": "Konstantin Kudryashov",
2034 "email": "ever.zet@gmail.com"
2035 },
2036 {
2037 "name": "FriendsOfSymfony Community",
2038 "homepage": "https://github.com/friendsofsymfony/FOSRestBundle/contributors"
2039 }
2040 ],
2041 "description": "This Bundle provides various tools to rapidly develop RESTful API's with Symfony",
2042 "homepage": "http://friendsofsymfony.github.com",
2043 "keywords": [
2044 "rest"
2045 ],
2046 "time": "2019-10-21T08:22:30+00:00"
2047 },
2048 {
2049 "name": "friendsofsymfony/user-bundle",
2050 "version": "v2.0.2",
2051 "source": {
2052 "type": "git",
2053 "url": "https://github.com/FriendsOfSymfony/FOSUserBundle.git",
2054 "reference": "2fc8a023d7ab482321cf7ec810ed49eab40eb50f"
2055 },
2056 "dist": {
2057 "type": "zip",
2058 "url": "https://api.github.com/repos/FriendsOfSymfony/FOSUserBundle/zipball/2fc8a023d7ab482321cf7ec810ed49eab40eb50f",
2059 "reference": "2fc8a023d7ab482321cf7ec810ed49eab40eb50f",
2060 "shasum": ""
2061 },
2062 "require": {
2063 "paragonie/random_compat": "^1 || ^2",
2064 "php": "^5.5.9 || ^7.0",
2065 "symfony/form": "^2.7 || ^3.0",
2066 "symfony/framework-bundle": "^2.7 || ^3.0",
2067 "symfony/security-bundle": "^2.7 || ^3.0",
2068 "symfony/templating": "^2.7 || ^3.0",
2069 "symfony/twig-bundle": "^2.7 || ^3.0",
2070 "twig/twig": "^1.28 || ^2.0"
2071 },
2072 "conflict": {
2073 "doctrine/doctrine-bundle": "<1.3",
2074 "symfony/doctrine-bridge": "<2.7"
2075 },
2076 "require-dev": {
2077 "doctrine/doctrine-bundle": "^1.3",
2078 "friendsofphp/php-cs-fixer": "^1.11",
2079 "phpunit/phpunit": "~4.8|~5.0",
2080 "swiftmailer/swiftmailer": "^4.3 || ^5.0 || ^6.0",
2081 "symfony/console": "^2.7 || ^3.0",
2082 "symfony/phpunit-bridge": "^2.7 || ^3.0",
2083 "symfony/validator": "^2.7 || ^3.0",
2084 "symfony/yaml": "^2.7 || ^3.0"
2085 },
2086 "type": "symfony-bundle",
2087 "extra": {
2088 "branch-alias": {
2089 "dev-master": "2.0.x-dev"
2090 }
2091 },
2092 "autoload": {
2093 "psr-4": {
2094 "FOS\\UserBundle\\": ""
2095 },
2096 "exclude-from-classmap": [
2097 "/Tests/"
2098 ]
2099 },
2100 "notification-url": "https://packagist.org/downloads/",
2101 "license": [
2102 "MIT"
2103 ],
2104 "authors": [
2105 {
2106 "name": "Christophe Coevoet",
2107 "email": "stof@notk.org"
2108 },
2109 {
2110 "name": "FriendsOfSymfony Community",
2111 "homepage": "https://github.com/friendsofsymfony/FOSUserBundle/contributors"
2112 },
2113 {
2114 "name": "Thibault Duplessis",
2115 "email": "thibault.duplessis@gmail.com"
2116 }
2117 ],
2118 "description": "Symfony FOSUserBundle",
2119 "homepage": "http://friendsofsymfony.github.com",
2120 "keywords": [
2121 "User management"
2122 ],
2123 "time": "2017-11-29T17:01:21+00:00"
2124 },
2125 {
2126 "name": "gedmo/doctrine-extensions",
2127 "version": "v2.4.37",
2128 "source": {
2129 "type": "git",
2130 "url": "https://github.com/Atlantic18/DoctrineExtensions.git",
2131 "reference": "5dd471f656e46d815f063bf3f12c667649ec7ffb"
2132 },
2133 "dist": {
2134 "type": "zip",
2135 "url": "https://api.github.com/repos/Atlantic18/DoctrineExtensions/zipball/5dd471f656e46d815f063bf3f12c667649ec7ffb",
2136 "reference": "5dd471f656e46d815f063bf3f12c667649ec7ffb",
2137 "shasum": ""
2138 },
2139 "require": {
2140 "behat/transliterator": "~1.2",
2141 "doctrine/common": "~2.4",
2142 "php": ">=5.3.2"
2143 },
2144 "conflict": {
2145 "doctrine/annotations": "<1.2"
2146 },
2147 "require-dev": {
2148 "doctrine/common": ">=2.5.0",
2149 "doctrine/mongodb-odm": ">=1.0.2",
2150 "doctrine/orm": ">=2.5.0",
2151 "phpunit/phpunit": "^4.8.35|^5.7|^6.5",
2152 "symfony/yaml": "~2.6|~3.0|~4.0"
2153 },
2154 "suggest": {
2155 "doctrine/mongodb-odm": "to use the extensions with the MongoDB ODM",
2156 "doctrine/orm": "to use the extensions with the ORM"
2157 },
2158 "type": "library",
2159 "extra": {
2160 "branch-alias": {
2161 "dev-master": "2.4.x-dev"
2162 }
2163 },
2164 "autoload": {
2165 "psr-4": {
2166 "Gedmo\\": "lib/Gedmo"
2167 }
2168 },
2169 "notification-url": "https://packagist.org/downloads/",
2170 "license": [
2171 "MIT"
2172 ],
2173 "authors": [
2174 {
2175 "name": "David Buchmann",
2176 "email": "david@liip.ch"
2177 },
2178 {
2179 "name": "Gediminas Morkevicius",
2180 "email": "gediminas.morkevicius@gmail.com"
2181 },
2182 {
2183 "name": "Gustavo Falco",
2184 "email": "comfortablynumb84@gmail.com"
2185 }
2186 ],
2187 "description": "Doctrine2 behavioral extensions",
2188 "homepage": "http://gediminasm.org/",
2189 "keywords": [
2190 "Blameable",
2191 "behaviors",
2192 "doctrine2",
2193 "extensions",
2194 "gedmo",
2195 "loggable",
2196 "nestedset",
2197 "sluggable",
2198 "sortable",
2199 "timestampable",
2200 "translatable",
2201 "tree",
2202 "uploadable"
2203 ],
2204 "time": "2019-03-17T18:16:12+00:00"
2205 },
2206 {
2207 "name": "grandt/binstring",
2208 "version": "1.0.0",
2209 "source": {
2210 "type": "git",
2211 "url": "https://github.com/Grandt/PHPBinString.git",
2212 "reference": "825fe2ac8a68190f651fc2dbc07b6edde18bc431"
2213 },
2214 "dist": {
2215 "type": "zip",
2216 "url": "https://api.github.com/repos/Grandt/PHPBinString/zipball/825fe2ac8a68190f651fc2dbc07b6edde18bc431",
2217 "reference": "825fe2ac8a68190f651fc2dbc07b6edde18bc431",
2218 "shasum": ""
2219 },
2220 "require": {
2221 "php": ">=5.0"
2222 },
2223 "type": "library",
2224 "autoload": {
2225 "classmap": [
2226 "BinString.php",
2227 "BinStringStatic.php"
2228 ]
2229 },
2230 "notification-url": "https://packagist.org/downloads/",
2231 "license": [
2232 "LGPL-2.1"
2233 ],
2234 "authors": [
2235 {
2236 "name": "A. Grandt",
2237 "email": "php@grandt.com",
2238 "role": "Developer"
2239 }
2240 ],
2241 "description": "A class for working around the use of mbstring.func_override",
2242 "homepage": "https://github.com/Grandt/PHPBinString",
2243 "keywords": [
2244 "binary strings",
2245 "mbstring"
2246 ],
2247 "time": "2015-08-13T06:14:41+00:00"
2248 },
2249 {
2250 "name": "grandt/phpepub",
2251 "version": "dev-master",
2252 "source": {
2253 "type": "git",
2254 "url": "https://github.com/Daniel-KM/PHPePub.git",
2255 "reference": "78546d9a49d59ad9a32b13f3d95cc2f548add1c3"
2256 },
2257 "dist": {
2258 "type": "zip",
2259 "url": "https://api.github.com/repos/Daniel-KM/PHPePub/zipball/78546d9a49d59ad9a32b13f3d95cc2f548add1c3",
2260 "reference": "78546d9a49d59ad9a32b13f3d95cc2f548add1c3",
2261 "shasum": ""
2262 },
2263 "require": {
2264 "grandt/phpresizegif": "~1.0.3",
2265 "grandt/relativepath": "~1.0.1",
2266 "masterminds/html5": "~2.3",
2267 "php": ">=5.3.0",
2268 "phpzip/phpzip": "~2.0.7"
2269 },
2270 "type": "library",
2271 "autoload": {
2272 "psr-4": {
2273 "PHPePub\\": "src/PHPePub"
2274 },
2275 "classmap": [
2276 "src/lib.uuid.php"
2277 ]
2278 },
2279 "license": [
2280 "LGPL-2.1"
2281 ],
2282 "authors": [
2283 {
2284 "name": "A. Grandt",
2285 "email": "php@grandt.com",
2286 "homepage": "http://grandt.com",
2287 "role": "Developer"
2288 },
2289 {
2290 "name": "An, Hyeong-woo",
2291 "email": "mail@mytory.net",
2292 "homepage": "https://mytory.net",
2293 "role": "Contributor"
2294 },
2295 {
2296 "name": "Daniel Berthereau",
2297 "email": "daniel.composer@berthereau.net",
2298 "role": "Contributor"
2299 }
2300 ],
2301 "description": "Package to create and stream e-books in the ePub 2.0 and 3.0 formats.",
2302 "homepage": "https://github.com/Grandt/PHPePub",
2303 "keywords": [
2304 "e-book",
2305 "epub"
2306 ],
2307 "support": {
2308 "source": "https://github.com/Daniel-KM/PHPePub/tree/master"
2309 },
2310 "time": "2018-10-21T22:00:00+00:00"
2311 },
2312 {
2313 "name": "grandt/phpresizegif",
2314 "version": "1.0.3",
2315 "source": {
2316 "type": "git",
2317 "url": "https://github.com/Grandt/PHPResizeGif.git",
2318 "reference": "775f6810fcda2fd1d8ca881d44a80c8d310ae7fe"
2319 },
2320 "dist": {
2321 "type": "zip",
2322 "url": "https://api.github.com/repos/Grandt/PHPResizeGif/zipball/775f6810fcda2fd1d8ca881d44a80c8d310ae7fe",
2323 "reference": "775f6810fcda2fd1d8ca881d44a80c8d310ae7fe",
2324 "shasum": ""
2325 },
2326 "require": {
2327 "grandt/binstring": ">=0.2.0",
2328 "php": ">=5.3.0"
2329 },
2330 "type": "library",
2331 "autoload": {
2332 "psr-4": {
2333 "grandt\\ResizeGif\\": "src/ResizeGif",
2334 "grandt\\ResizeGif\\Files\\": "src/ResizeGif/Files",
2335 "grandt\\ResizeGif\\Structure\\": "src/ResizeGif/Structure",
2336 "grandt\\ResizeGif\\Debug\\": "src/ResizeGif/Debug"
2337 }
2338 },
2339 "notification-url": "https://packagist.org/downloads/",
2340 "license": [
2341 "LGPL-2.1"
2342 ],
2343 "authors": [
2344 {
2345 "name": "A. Grandt",
2346 "email": "php@grandt.com",
2347 "homepage": "http://grandt.com",
2348 "role": "Developer"
2349 }
2350 ],
2351 "description": "GIF89a compliant Gif resizer, including transparency and optimized gifs with sub sized elements.",
2352 "homepage": "https://github.com/Grandt/PHPResizeGif",
2353 "keywords": [
2354 "GIF89a",
2355 "animated gif",
2356 "gif",
2357 "resize"
2358 ],
2359 "time": "2015-05-10T10:52:24+00:00"
2360 },
2361 {
2362 "name": "grandt/phpzipmerge",
2363 "version": "1.0.4",
2364 "source": {
2365 "type": "git",
2366 "url": "https://github.com/Grandt/PHPZipMerge.git",
2367 "reference": "0b1273d3c2dbfe244904158b1dbd65a663264fb9"
2368 },
2369 "dist": {
2370 "type": "zip",
2371 "url": "https://api.github.com/repos/Grandt/PHPZipMerge/zipball/0b1273d3c2dbfe244904158b1dbd65a663264fb9",
2372 "reference": "0b1273d3c2dbfe244904158b1dbd65a663264fb9",
2373 "shasum": ""
2374 },
2375 "require": {
2376 "grandt/binstring": ">=1.0.0",
2377 "grandt/relativepath": ">=1.0.1",
2378 "php": ">=5.3.0"
2379 },
2380 "type": "library",
2381 "autoload": {
2382 "psr-4": {
2383 "ZipMerge\\": "src/ZipMerge"
2384 }
2385 },
2386 "notification-url": "https://packagist.org/downloads/",
2387 "license": [
2388 "LGPL-2.1"
2389 ],
2390 "authors": [
2391 {
2392 "name": "A. Grandt",
2393 "email": "php@grandt.com",
2394 "homepage": "http://grandt.com",
2395 "role": "Developer"
2396 },
2397 {
2398 "name": "Greg Kappatos",
2399 "homepage": "http://websiteconnect.com.au",
2400 "role": "Developer"
2401 }
2402 ],
2403 "description": "Merge and stream multiple Zip files on the fly.",
2404 "homepage": "https://github.com/Grandt/PHPZipMerge",
2405 "keywords": [
2406 "archive",
2407 "compressed",
2408 "compression",
2409 "merge",
2410 "phpzip",
2411 "pkzip",
2412 "stream",
2413 "zip"
2414 ],
2415 "time": "2015-08-18T13:49:33+00:00"
2416 },
2417 {
2418 "name": "grandt/relativepath",
2419 "version": "1.0.2",
2420 "source": {
2421 "type": "git",
2422 "url": "https://github.com/Grandt/PHPRelativePath.git",
2423 "reference": "19541133c24143b6295688472c54dd6ed15a5462"
2424 },
2425 "dist": {
2426 "type": "zip",
2427 "url": "https://api.github.com/repos/Grandt/PHPRelativePath/zipball/19541133c24143b6295688472c54dd6ed15a5462",
2428 "reference": "19541133c24143b6295688472c54dd6ed15a5462",
2429 "shasum": ""
2430 },
2431 "require": {
2432 "php": ">=5.0"
2433 },
2434 "type": "library",
2435 "autoload": {
2436 "classmap": [
2437 "RelativePath.php"
2438 ]
2439 },
2440 "notification-url": "https://packagist.org/downloads/",
2441 "license": [
2442 "LGPL-2.1"
2443 ],
2444 "authors": [
2445 {
2446 "name": "A. Grandt",
2447 "email": "php@grandt.com",
2448 "role": "Developer"
2449 }
2450 ],
2451 "description": "A class for cleaning up/collapsing relative paths. Like real_path, but without the need for the path to exist on the filesystem.",
2452 "homepage": "https://github.com/Grandt/PHPRelativePath",
2453 "keywords": [
2454 "file path"
2455 ],
2456 "time": "2015-05-14T08:18:23+00:00"
2457 },
2458 {
2459 "name": "guzzlehttp/guzzle",
2460 "version": "5.3.3",
2461 "source": {
2462 "type": "git",
2463 "url": "https://github.com/guzzle/guzzle.git",
2464 "reference": "93bbdb30d59be6cd9839495306c65f2907370eb9"
2465 },
2466 "dist": {
2467 "type": "zip",
2468 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/93bbdb30d59be6cd9839495306c65f2907370eb9",
2469 "reference": "93bbdb30d59be6cd9839495306c65f2907370eb9",
2470 "shasum": ""
2471 },
2472 "require": {
2473 "guzzlehttp/ringphp": "^1.1",
2474 "php": ">=5.4.0",
2475 "react/promise": "^2.2"
2476 },
2477 "require-dev": {
2478 "ext-curl": "*",
2479 "phpunit/phpunit": "^4.0"
2480 },
2481 "type": "library",
2482 "autoload": {
2483 "psr-4": {
2484 "GuzzleHttp\\": "src/"
2485 }
2486 },
2487 "notification-url": "https://packagist.org/downloads/",
2488 "license": [
2489 "MIT"
2490 ],
2491 "authors": [
2492 {
2493 "name": "Michael Dowling",
2494 "email": "mtdowling@gmail.com",
2495 "homepage": "https://github.com/mtdowling"
2496 }
2497 ],
2498 "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients",
2499 "homepage": "http://guzzlephp.org/",
2500 "keywords": [
2501 "client",
2502 "curl",
2503 "framework",
2504 "http",
2505 "http client",
2506 "rest",
2507 "web service"
2508 ],
2509 "time": "2018-07-31T13:33:10+00:00"
2510 },
2511 {
2512 "name": "guzzlehttp/promises",
2513 "version": "v1.3.1",
2514 "source": {
2515 "type": "git",
2516 "url": "https://github.com/guzzle/promises.git",
2517 "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
2518 },
2519 "dist": {
2520 "type": "zip",
2521 "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
2522 "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
2523 "shasum": ""
2524 },
2525 "require": {
2526 "php": ">=5.5.0"
2527 },
2528 "require-dev": {
2529 "phpunit/phpunit": "^4.0"
2530 },
2531 "type": "library",
2532 "extra": {
2533 "branch-alias": {
2534 "dev-master": "1.4-dev"
2535 }
2536 },
2537 "autoload": {
2538 "psr-4": {
2539 "GuzzleHttp\\Promise\\": "src/"
2540 },
2541 "files": [
2542 "src/functions_include.php"
2543 ]
2544 },
2545 "notification-url": "https://packagist.org/downloads/",
2546 "license": [
2547 "MIT"
2548 ],
2549 "authors": [
2550 {
2551 "name": "Michael Dowling",
2552 "email": "mtdowling@gmail.com",
2553 "homepage": "https://github.com/mtdowling"
2554 }
2555 ],
2556 "description": "Guzzle promises library",
2557 "keywords": [
2558 "promise"
2559 ],
2560 "time": "2016-12-20T10:07:11+00:00"
2561 },
2562 {
2563 "name": "guzzlehttp/psr7",
2564 "version": "1.6.1",
2565 "source": {
2566 "type": "git",
2567 "url": "https://github.com/guzzle/psr7.git",
2568 "reference": "239400de7a173fe9901b9ac7c06497751f00727a"
2569 },
2570 "dist": {
2571 "type": "zip",
2572 "url": "https://api.github.com/repos/guzzle/psr7/zipball/239400de7a173fe9901b9ac7c06497751f00727a",
2573 "reference": "239400de7a173fe9901b9ac7c06497751f00727a",
2574 "shasum": ""
2575 },
2576 "require": {
2577 "php": ">=5.4.0",
2578 "psr/http-message": "~1.0",
2579 "ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
2580 },
2581 "provide": {
2582 "psr/http-message-implementation": "1.0"
2583 },
2584 "require-dev": {
2585 "ext-zlib": "*",
2586 "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8"
2587 },
2588 "suggest": {
2589 "zendframework/zend-httphandlerrunner": "Emit PSR-7 responses"
2590 },
2591 "type": "library",
2592 "extra": {
2593 "branch-alias": {
2594 "dev-master": "1.6-dev"
2595 }
2596 },
2597 "autoload": {
2598 "psr-4": {
2599 "GuzzleHttp\\Psr7\\": "src/"
2600 },
2601 "files": [
2602 "src/functions_include.php"
2603 ]
2604 },
2605 "notification-url": "https://packagist.org/downloads/",
2606 "license": [
2607 "MIT"
2608 ],
2609 "authors": [
2610 {
2611 "name": "Michael Dowling",
2612 "email": "mtdowling@gmail.com",
2613 "homepage": "https://github.com/mtdowling"
2614 },
2615 {
2616 "name": "Tobias Schultze",
2617 "homepage": "https://github.com/Tobion"
2618 }
2619 ],
2620 "description": "PSR-7 message implementation that also provides common utility methods",
2621 "keywords": [
2622 "http",
2623 "message",
2624 "psr-7",
2625 "request",
2626 "response",
2627 "stream",
2628 "uri",
2629 "url"
2630 ],
2631 "time": "2019-07-01T23:21:34+00:00"
2632 },
2633 {
2634 "name": "guzzlehttp/ringphp",
2635 "version": "1.1.1",
2636 "source": {
2637 "type": "git",
2638 "url": "https://github.com/guzzle/RingPHP.git",
2639 "reference": "5e2a174052995663dd68e6b5ad838afd47dd615b"
2640 },
2641 "dist": {
2642 "type": "zip",
2643 "url": "https://api.github.com/repos/guzzle/RingPHP/zipball/5e2a174052995663dd68e6b5ad838afd47dd615b",
2644 "reference": "5e2a174052995663dd68e6b5ad838afd47dd615b",
2645 "shasum": ""
2646 },
2647 "require": {
2648 "guzzlehttp/streams": "~3.0",
2649 "php": ">=5.4.0",
2650 "react/promise": "~2.0"
2651 },
2652 "require-dev": {
2653 "ext-curl": "*",
2654 "phpunit/phpunit": "~4.0"
2655 },
2656 "suggest": {
2657 "ext-curl": "Guzzle will use specific adapters if cURL is present"
2658 },
2659 "type": "library",
2660 "extra": {
2661 "branch-alias": {
2662 "dev-master": "1.1-dev"
2663 }
2664 },
2665 "autoload": {
2666 "psr-4": {
2667 "GuzzleHttp\\Ring\\": "src/"
2668 }
2669 },
2670 "notification-url": "https://packagist.org/downloads/",
2671 "license": [
2672 "MIT"
2673 ],
2674 "authors": [
2675 {
2676 "name": "Michael Dowling",
2677 "email": "mtdowling@gmail.com",
2678 "homepage": "https://github.com/mtdowling"
2679 }
2680 ],
2681 "description": "Provides a simple API and specification that abstracts away the details of HTTP into a single PHP function.",
2682 "time": "2018-07-31T13:22:33+00:00"
2683 },
2684 {
2685 "name": "guzzlehttp/streams",
2686 "version": "3.0.0",
2687 "source": {
2688 "type": "git",
2689 "url": "https://github.com/guzzle/streams.git",
2690 "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5"
2691 },
2692 "dist": {
2693 "type": "zip",
2694 "url": "https://api.github.com/repos/guzzle/streams/zipball/47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
2695 "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
2696 "shasum": ""
2697 },
2698 "require": {
2699 "php": ">=5.4.0"
2700 },
2701 "require-dev": {
2702 "phpunit/phpunit": "~4.0"
2703 },
2704 "type": "library",
2705 "extra": {
2706 "branch-alias": {
2707 "dev-master": "3.0-dev"
2708 }
2709 },
2710 "autoload": {
2711 "psr-4": {
2712 "GuzzleHttp\\Stream\\": "src/"
2713 }
2714 },
2715 "notification-url": "https://packagist.org/downloads/",
2716 "license": [
2717 "MIT"
2718 ],
2719 "authors": [
2720 {
2721 "name": "Michael Dowling",
2722 "email": "mtdowling@gmail.com",
2723 "homepage": "https://github.com/mtdowling"
2724 }
2725 ],
2726 "description": "Provides a simple abstraction over streams of data",
2727 "homepage": "http://guzzlephp.org/",
2728 "keywords": [
2729 "Guzzle",
2730 "stream"
2731 ],
2732 "time": "2014-10-12T19:18:40+00:00"
2733 },
2734 {
2735 "name": "hoa/compiler",
2736 "version": "3.17.08.08",
2737 "source": {
2738 "type": "git",
2739 "url": "https://github.com/hoaproject/Compiler.git",
2740 "reference": "aa09caf0bf28adae6654ca6ee415ee2f522672de"
2741 },
2742 "dist": {
2743 "type": "zip",
2744 "url": "https://api.github.com/repos/hoaproject/Compiler/zipball/aa09caf0bf28adae6654ca6ee415ee2f522672de",
2745 "reference": "aa09caf0bf28adae6654ca6ee415ee2f522672de",
2746 "shasum": ""
2747 },
2748 "require": {
2749 "hoa/consistency": "~1.0",
2750 "hoa/exception": "~1.0",
2751 "hoa/file": "~1.0",
2752 "hoa/iterator": "~2.0",
2753 "hoa/math": "~1.0",
2754 "hoa/protocol": "~1.0",
2755 "hoa/regex": "~1.0",
2756 "hoa/visitor": "~2.0"
2757 },
2758 "require-dev": {
2759 "hoa/json": "~2.0",
2760 "hoa/test": "~2.0"
2761 },
2762 "type": "library",
2763 "extra": {
2764 "branch-alias": {
2765 "dev-master": "3.x-dev"
2766 }
2767 },
2768 "autoload": {
2769 "psr-4": {
2770 "Hoa\\Compiler\\": "."
2771 }
2772 },
2773 "notification-url": "https://packagist.org/downloads/",
2774 "license": [
2775 "BSD-3-Clause"
2776 ],
2777 "authors": [
2778 {
2779 "name": "Ivan Enderlin",
2780 "email": "ivan.enderlin@hoa-project.net"
2781 },
2782 {
2783 "name": "Hoa community",
2784 "homepage": "https://hoa-project.net/"
2785 }
2786 ],
2787 "description": "The Hoa\\Compiler library.",
2788 "homepage": "https://hoa-project.net/",
2789 "keywords": [
2790 "algebraic",
2791 "ast",
2792 "compiler",
2793 "context-free",
2794 "coverage",
2795 "exhaustive",
2796 "grammar",
2797 "isotropic",
2798 "language",
2799 "lexer",
2800 "library",
2801 "ll1",
2802 "llk",
2803 "parser",
2804 "pp",
2805 "random",
2806 "regular",
2807 "rule",
2808 "sampler",
2809 "syntax",
2810 "token",
2811 "trace",
2812 "uniform"
2813 ],
2814 "time": "2017-08-08T07:44:07+00:00"
2815 },
2816 {
2817 "name": "hoa/consistency",
2818 "version": "1.17.05.02",
2819 "source": {
2820 "type": "git",
2821 "url": "https://github.com/hoaproject/Consistency.git",
2822 "reference": "fd7d0adc82410507f332516faf655b6ed22e4c2f"
2823 },
2824 "dist": {
2825 "type": "zip",
2826 "url": "https://api.github.com/repos/hoaproject/Consistency/zipball/fd7d0adc82410507f332516faf655b6ed22e4c2f",
2827 "reference": "fd7d0adc82410507f332516faf655b6ed22e4c2f",
2828 "shasum": ""
2829 },
2830 "require": {
2831 "hoa/exception": "~1.0",
2832 "php": ">=5.5.0"
2833 },
2834 "require-dev": {
2835 "hoa/stream": "~1.0",
2836 "hoa/test": "~2.0"
2837 },
2838 "type": "library",
2839 "extra": {
2840 "branch-alias": {
2841 "dev-master": "1.x-dev"
2842 }
2843 },
2844 "autoload": {
2845 "psr-4": {
2846 "Hoa\\Consistency\\": "."
2847 },
2848 "files": [
2849 "Prelude.php"
2850 ]
2851 },
2852 "notification-url": "https://packagist.org/downloads/",
2853 "license": [
2854 "BSD-3-Clause"
2855 ],
2856 "authors": [
2857 {
2858 "name": "Ivan Enderlin",
2859 "email": "ivan.enderlin@hoa-project.net"
2860 },
2861 {
2862 "name": "Hoa community",
2863 "homepage": "https://hoa-project.net/"
2864 }
2865 ],
2866 "description": "The Hoa\\Consistency library.",
2867 "homepage": "https://hoa-project.net/",
2868 "keywords": [
2869 "autoloader",
2870 "callable",
2871 "consistency",
2872 "entity",
2873 "flex",
2874 "keyword",
2875 "library"
2876 ],
2877 "time": "2017-05-02T12:18:12+00:00"
2878 },
2879 {
2880 "name": "hoa/event",
2881 "version": "1.17.01.13",
2882 "source": {
2883 "type": "git",
2884 "url": "https://github.com/hoaproject/Event.git",
2885 "reference": "6c0060dced212ffa3af0e34bb46624f990b29c54"
2886 },
2887 "dist": {
2888 "type": "zip",
2889 "url": "https://api.github.com/repos/hoaproject/Event/zipball/6c0060dced212ffa3af0e34bb46624f990b29c54",
2890 "reference": "6c0060dced212ffa3af0e34bb46624f990b29c54",
2891 "shasum": ""
2892 },
2893 "require": {
2894 "hoa/consistency": "~1.0",
2895 "hoa/exception": "~1.0"
2896 },
2897 "require-dev": {
2898 "hoa/test": "~2.0"
2899 },
2900 "type": "library",
2901 "extra": {
2902 "branch-alias": {
2903 "dev-master": "1.x-dev"
2904 }
2905 },
2906 "autoload": {
2907 "psr-4": {
2908 "Hoa\\Event\\": "."
2909 }
2910 },
2911 "notification-url": "https://packagist.org/downloads/",
2912 "license": [
2913 "BSD-3-Clause"
2914 ],
2915 "authors": [
2916 {
2917 "name": "Ivan Enderlin",
2918 "email": "ivan.enderlin@hoa-project.net"
2919 },
2920 {
2921 "name": "Hoa community",
2922 "homepage": "https://hoa-project.net/"
2923 }
2924 ],
2925 "description": "The Hoa\\Event library.",
2926 "homepage": "https://hoa-project.net/",
2927 "keywords": [
2928 "event",
2929 "library",
2930 "listener",
2931 "observer"
2932 ],
2933 "time": "2017-01-13T15:30:50+00:00"
2934 },
2935 {
2936 "name": "hoa/exception",
2937 "version": "1.17.01.16",
2938 "source": {
2939 "type": "git",
2940 "url": "https://github.com/hoaproject/Exception.git",
2941 "reference": "091727d46420a3d7468ef0595651488bfc3a458f"
2942 },
2943 "dist": {
2944 "type": "zip",
2945 "url": "https://api.github.com/repos/hoaproject/Exception/zipball/091727d46420a3d7468ef0595651488bfc3a458f",
2946 "reference": "091727d46420a3d7468ef0595651488bfc3a458f",
2947 "shasum": ""
2948 },
2949 "require": {
2950 "hoa/consistency": "~1.0",
2951 "hoa/event": "~1.0"
2952 },
2953 "require-dev": {
2954 "hoa/test": "~2.0"
2955 },
2956 "type": "library",
2957 "extra": {
2958 "branch-alias": {
2959 "dev-master": "1.x-dev"
2960 }
2961 },
2962 "autoload": {
2963 "psr-4": {
2964 "Hoa\\Exception\\": "."
2965 }
2966 },
2967 "notification-url": "https://packagist.org/downloads/",
2968 "license": [
2969 "BSD-3-Clause"
2970 ],
2971 "authors": [
2972 {
2973 "name": "Ivan Enderlin",
2974 "email": "ivan.enderlin@hoa-project.net"
2975 },
2976 {
2977 "name": "Hoa community",
2978 "homepage": "https://hoa-project.net/"
2979 }
2980 ],
2981 "description": "The Hoa\\Exception library.",
2982 "homepage": "https://hoa-project.net/",
2983 "keywords": [
2984 "exception",
2985 "library"
2986 ],
2987 "time": "2017-01-16T07:53:27+00:00"
2988 },
2989 {
2990 "name": "hoa/file",
2991 "version": "1.17.07.11",
2992 "source": {
2993 "type": "git",
2994 "url": "https://github.com/hoaproject/File.git",
2995 "reference": "35cb979b779bc54918d2f9a4e02ed6c7a1fa67ca"
2996 },
2997 "dist": {
2998 "type": "zip",
2999 "url": "https://api.github.com/repos/hoaproject/File/zipball/35cb979b779bc54918d2f9a4e02ed6c7a1fa67ca",
3000 "reference": "35cb979b779bc54918d2f9a4e02ed6c7a1fa67ca",
3001 "shasum": ""
3002 },
3003 "require": {
3004 "hoa/consistency": "~1.0",
3005 "hoa/event": "~1.0",
3006 "hoa/exception": "~1.0",
3007 "hoa/iterator": "~2.0",
3008 "hoa/stream": "~1.0"
3009 },
3010 "require-dev": {
3011 "hoa/test": "~2.0"
3012 },
3013 "type": "library",
3014 "extra": {
3015 "branch-alias": {
3016 "dev-master": "1.x-dev"
3017 }
3018 },
3019 "autoload": {
3020 "psr-4": {
3021 "Hoa\\File\\": "."
3022 }
3023 },
3024 "notification-url": "https://packagist.org/downloads/",
3025 "license": [
3026 "BSD-3-Clause"
3027 ],
3028 "authors": [
3029 {
3030 "name": "Ivan Enderlin",
3031 "email": "ivan.enderlin@hoa-project.net"
3032 },
3033 {
3034 "name": "Hoa community",
3035 "homepage": "https://hoa-project.net/"
3036 }
3037 ],
3038 "description": "The Hoa\\File library.",
3039 "homepage": "https://hoa-project.net/",
3040 "keywords": [
3041 "Socket",
3042 "directory",
3043 "file",
3044 "finder",
3045 "library",
3046 "link",
3047 "temporary"
3048 ],
3049 "time": "2017-07-11T07:42:15+00:00"
3050 },
3051 {
3052 "name": "hoa/iterator",
3053 "version": "2.17.01.10",
3054 "source": {
3055 "type": "git",
3056 "url": "https://github.com/hoaproject/Iterator.git",
3057 "reference": "d1120ba09cb4ccd049c86d10058ab94af245f0cc"
3058 },
3059 "dist": {
3060 "type": "zip",
3061 "url": "https://api.github.com/repos/hoaproject/Iterator/zipball/d1120ba09cb4ccd049c86d10058ab94af245f0cc",
3062 "reference": "d1120ba09cb4ccd049c86d10058ab94af245f0cc",
3063 "shasum": ""
3064 },
3065 "require": {
3066 "hoa/consistency": "~1.0",
3067 "hoa/exception": "~1.0"
3068 },
3069 "require-dev": {
3070 "hoa/test": "~2.0"
3071 },
3072 "type": "library",
3073 "extra": {
3074 "branch-alias": {
3075 "dev-master": "2.x-dev"
3076 }
3077 },
3078 "autoload": {
3079 "psr-4": {
3080 "Hoa\\Iterator\\": "."
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\\Iterator library.",
3098 "homepage": "https://hoa-project.net/",
3099 "keywords": [
3100 "iterator",
3101 "library"
3102 ],
3103 "time": "2017-01-10T10:34:47+00:00"
3104 },
3105 {
3106 "name": "hoa/math",
3107 "version": "1.17.05.16",
3108 "source": {
3109 "type": "git",
3110 "url": "https://github.com/hoaproject/Math.git",
3111 "reference": "7150785d30f5d565704912116a462e9f5bc83a0c"
3112 },
3113 "dist": {
3114 "type": "zip",
3115 "url": "https://api.github.com/repos/hoaproject/Math/zipball/7150785d30f5d565704912116a462e9f5bc83a0c",
3116 "reference": "7150785d30f5d565704912116a462e9f5bc83a0c",
3117 "shasum": ""
3118 },
3119 "require": {
3120 "hoa/compiler": "~3.0",
3121 "hoa/consistency": "~1.0",
3122 "hoa/exception": "~1.0",
3123 "hoa/iterator": "~2.0",
3124 "hoa/protocol": "~1.0",
3125 "hoa/zformat": "~1.0"
3126 },
3127 "require-dev": {
3128 "hoa/test": "~2.0"
3129 },
3130 "type": "library",
3131 "extra": {
3132 "branch-alias": {
3133 "dev-master": "1.x-dev"
3134 }
3135 },
3136 "autoload": {
3137 "psr-4": {
3138 "Hoa\\Math\\": "."
3139 }
3140 },
3141 "notification-url": "https://packagist.org/downloads/",
3142 "license": [
3143 "BSD-3-Clause"
3144 ],
3145 "authors": [
3146 {
3147 "name": "Ivan Enderlin",
3148 "email": "ivan.enderlin@hoa-project.net"
3149 },
3150 {
3151 "name": "Hoa community",
3152 "homepage": "https://hoa-project.net/"
3153 }
3154 ],
3155 "description": "The Hoa\\Math library.",
3156 "homepage": "https://hoa-project.net/",
3157 "keywords": [
3158 "arrangement",
3159 "combination",
3160 "combinatorics",
3161 "counting",
3162 "library",
3163 "math",
3164 "permutation",
3165 "sampler",
3166 "set"
3167 ],
3168 "time": "2017-05-16T08:02:17+00:00"
3169 },
3170 {
3171 "name": "hoa/protocol",
3172 "version": "1.17.01.14",
3173 "source": {
3174 "type": "git",
3175 "url": "https://github.com/hoaproject/Protocol.git",
3176 "reference": "5c2cf972151c45f373230da170ea015deecf19e2"
3177 },
3178 "dist": {
3179 "type": "zip",
3180 "url": "https://api.github.com/repos/hoaproject/Protocol/zipball/5c2cf972151c45f373230da170ea015deecf19e2",
3181 "reference": "5c2cf972151c45f373230da170ea015deecf19e2",
3182 "shasum": ""
3183 },
3184 "require": {
3185 "hoa/consistency": "~1.0",
3186 "hoa/exception": "~1.0"
3187 },
3188 "require-dev": {
3189 "hoa/test": "~2.0"
3190 },
3191 "type": "library",
3192 "extra": {
3193 "branch-alias": {
3194 "dev-master": "1.x-dev"
3195 }
3196 },
3197 "autoload": {
3198 "psr-4": {
3199 "Hoa\\Protocol\\": "."
3200 },
3201 "files": [
3202 "Wrapper.php"
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\\Protocol library.",
3220 "homepage": "https://hoa-project.net/",
3221 "keywords": [
3222 "library",
3223 "protocol",
3224 "resource",
3225 "stream",
3226 "wrapper"
3227 ],
3228 "time": "2017-01-14T12:26:10+00:00"
3229 },
3230 {
3231 "name": "hoa/regex",
3232 "version": "1.17.01.13",
3233 "source": {
3234 "type": "git",
3235 "url": "https://github.com/hoaproject/Regex.git",
3236 "reference": "7e263a61b6fb45c1d03d8e5ef77668518abd5bec"
3237 },
3238 "dist": {
3239 "type": "zip",
3240 "url": "https://api.github.com/repos/hoaproject/Regex/zipball/7e263a61b6fb45c1d03d8e5ef77668518abd5bec",
3241 "reference": "7e263a61b6fb45c1d03d8e5ef77668518abd5bec",
3242 "shasum": ""
3243 },
3244 "require": {
3245 "hoa/consistency": "~1.0",
3246 "hoa/exception": "~1.0",
3247 "hoa/math": "~1.0",
3248 "hoa/protocol": "~1.0",
3249 "hoa/ustring": "~4.0",
3250 "hoa/visitor": "~2.0"
3251 },
3252 "type": "library",
3253 "extra": {
3254 "branch-alias": {
3255 "dev-master": "1.x-dev"
3256 }
3257 },
3258 "autoload": {
3259 "psr-4": {
3260 "Hoa\\Regex\\": "."
3261 }
3262 },
3263 "notification-url": "https://packagist.org/downloads/",
3264 "license": [
3265 "BSD-3-Clause"
3266 ],
3267 "authors": [
3268 {
3269 "name": "Ivan Enderlin",
3270 "email": "ivan.enderlin@hoa-project.net"
3271 },
3272 {
3273 "name": "Hoa community",
3274 "homepage": "https://hoa-project.net/"
3275 }
3276 ],
3277 "description": "The Hoa\\Regex library.",
3278 "homepage": "https://hoa-project.net/",
3279 "keywords": [
3280 "compiler",
3281 "library",
3282 "regex"
3283 ],
3284 "time": "2017-01-13T16:10:24+00:00"
3285 },
3286 {
3287 "name": "hoa/ruler",
3288 "version": "2.17.05.16",
3289 "source": {
3290 "type": "git",
3291 "url": "https://github.com/hoaproject/Ruler.git",
3292 "reference": "696835daf8336dfd490f032da7af444050e52dfc"
3293 },
3294 "dist": {
3295 "type": "zip",
3296 "url": "https://api.github.com/repos/hoaproject/Ruler/zipball/696835daf8336dfd490f032da7af444050e52dfc",
3297 "reference": "696835daf8336dfd490f032da7af444050e52dfc",
3298 "shasum": ""
3299 },
3300 "require": {
3301 "hoa/compiler": "~3.0",
3302 "hoa/consistency": "~1.0",
3303 "hoa/exception": "~1.0",
3304 "hoa/file": "~1.0",
3305 "hoa/protocol": "~1.0",
3306 "hoa/visitor": "~2.0"
3307 },
3308 "require-dev": {
3309 "hoa/test": "~2.0"
3310 },
3311 "type": "library",
3312 "extra": {
3313 "branch-alias": {
3314 "dev-master": "2.x-dev"
3315 }
3316 },
3317 "autoload": {
3318 "psr-4": {
3319 "Hoa\\Ruler\\": "."
3320 }
3321 },
3322 "notification-url": "https://packagist.org/downloads/",
3323 "license": [
3324 "BSD-3-Clause"
3325 ],
3326 "authors": [
3327 {
3328 "name": "Ivan Enderlin",
3329 "email": "ivan.enderlin@hoa-project.net"
3330 },
3331 {
3332 "name": "Hoa community",
3333 "homepage": "https://hoa-project.net/"
3334 }
3335 ],
3336 "description": "The Hoa\\Ruler library.",
3337 "homepage": "https://hoa-project.net/",
3338 "keywords": [
3339 "library",
3340 "ruler"
3341 ],
3342 "time": "2017-05-16T07:52:21+00:00"
3343 },
3344 {
3345 "name": "hoa/stream",
3346 "version": "1.17.02.21",
3347 "source": {
3348 "type": "git",
3349 "url": "https://github.com/hoaproject/Stream.git",
3350 "reference": "3293cfffca2de10525df51436adf88a559151d82"
3351 },
3352 "dist": {
3353 "type": "zip",
3354 "url": "https://api.github.com/repos/hoaproject/Stream/zipball/3293cfffca2de10525df51436adf88a559151d82",
3355 "reference": "3293cfffca2de10525df51436adf88a559151d82",
3356 "shasum": ""
3357 },
3358 "require": {
3359 "hoa/consistency": "~1.0",
3360 "hoa/event": "~1.0",
3361 "hoa/exception": "~1.0",
3362 "hoa/protocol": "~1.0"
3363 },
3364 "require-dev": {
3365 "hoa/test": "~2.0"
3366 },
3367 "type": "library",
3368 "extra": {
3369 "branch-alias": {
3370 "dev-master": "1.x-dev"
3371 }
3372 },
3373 "autoload": {
3374 "psr-4": {
3375 "Hoa\\Stream\\": "."
3376 }
3377 },
3378 "notification-url": "https://packagist.org/downloads/",
3379 "license": [
3380 "BSD-3-Clause"
3381 ],
3382 "authors": [
3383 {
3384 "name": "Ivan Enderlin",
3385 "email": "ivan.enderlin@hoa-project.net"
3386 },
3387 {
3388 "name": "Hoa community",
3389 "homepage": "https://hoa-project.net/"
3390 }
3391 ],
3392 "description": "The Hoa\\Stream library.",
3393 "homepage": "https://hoa-project.net/",
3394 "keywords": [
3395 "Context",
3396 "bucket",
3397 "composite",
3398 "filter",
3399 "in",
3400 "library",
3401 "out",
3402 "protocol",
3403 "stream",
3404 "wrapper"
3405 ],
3406 "time": "2017-02-21T16:01:06+00:00"
3407 },
3408 {
3409 "name": "hoa/ustring",
3410 "version": "4.17.01.16",
3411 "source": {
3412 "type": "git",
3413 "url": "https://github.com/hoaproject/Ustring.git",
3414 "reference": "e6326e2739178799b1fe3fdd92029f9517fa17a0"
3415 },
3416 "dist": {
3417 "type": "zip",
3418 "url": "https://api.github.com/repos/hoaproject/Ustring/zipball/e6326e2739178799b1fe3fdd92029f9517fa17a0",
3419 "reference": "e6326e2739178799b1fe3fdd92029f9517fa17a0",
3420 "shasum": ""
3421 },
3422 "require": {
3423 "hoa/consistency": "~1.0",
3424 "hoa/exception": "~1.0"
3425 },
3426 "require-dev": {
3427 "hoa/test": "~2.0"
3428 },
3429 "suggest": {
3430 "ext-iconv": "ext/iconv must be present (or a third implementation) to use Hoa\\Ustring::transcode().",
3431 "ext-intl": "To get a better Hoa\\Ustring::toAscii() and Hoa\\Ustring::compareTo()."
3432 },
3433 "type": "library",
3434 "extra": {
3435 "branch-alias": {
3436 "dev-master": "4.x-dev"
3437 }
3438 },
3439 "autoload": {
3440 "psr-4": {
3441 "Hoa\\Ustring\\": "."
3442 }
3443 },
3444 "notification-url": "https://packagist.org/downloads/",
3445 "license": [
3446 "BSD-3-Clause"
3447 ],
3448 "authors": [
3449 {
3450 "name": "Ivan Enderlin",
3451 "email": "ivan.enderlin@hoa-project.net"
3452 },
3453 {
3454 "name": "Hoa community",
3455 "homepage": "https://hoa-project.net/"
3456 }
3457 ],
3458 "description": "The Hoa\\Ustring library.",
3459 "homepage": "https://hoa-project.net/",
3460 "keywords": [
3461 "library",
3462 "search",
3463 "string",
3464 "unicode"
3465 ],
3466 "time": "2017-01-16T07:08:25+00:00"
3467 },
3468 {
3469 "name": "hoa/visitor",
3470 "version": "2.17.01.16",
3471 "source": {
3472 "type": "git",
3473 "url": "https://github.com/hoaproject/Visitor.git",
3474 "reference": "c18fe1cbac98ae449e0d56e87469103ba08f224a"
3475 },
3476 "dist": {
3477 "type": "zip",
3478 "url": "https://api.github.com/repos/hoaproject/Visitor/zipball/c18fe1cbac98ae449e0d56e87469103ba08f224a",
3479 "reference": "c18fe1cbac98ae449e0d56e87469103ba08f224a",
3480 "shasum": ""
3481 },
3482 "require": {
3483 "hoa/consistency": "~1.0"
3484 },
3485 "require-dev": {
3486 "hoa/test": "~2.0"
3487 },
3488 "type": "library",
3489 "extra": {
3490 "branch-alias": {
3491 "dev-master": "2.x-dev"
3492 }
3493 },
3494 "autoload": {
3495 "psr-4": {
3496 "Hoa\\Visitor\\": "."
3497 }
3498 },
3499 "notification-url": "https://packagist.org/downloads/",
3500 "license": [
3501 "BSD-3-Clause"
3502 ],
3503 "authors": [
3504 {
3505 "name": "Ivan Enderlin",
3506 "email": "ivan.enderlin@hoa-project.net"
3507 },
3508 {
3509 "name": "Hoa community",
3510 "homepage": "https://hoa-project.net/"
3511 }
3512 ],
3513 "description": "The Hoa\\Visitor library.",
3514 "homepage": "https://hoa-project.net/",
3515 "keywords": [
3516 "library",
3517 "structure",
3518 "visit",
3519 "visitor"
3520 ],
3521 "time": "2017-01-16T07:02:03+00:00"
3522 },
3523 {
3524 "name": "hoa/zformat",
3525 "version": "1.17.01.10",
3526 "source": {
3527 "type": "git",
3528 "url": "https://github.com/hoaproject/Zformat.git",
3529 "reference": "522c381a2a075d4b9dbb42eb4592dd09520e4ac2"
3530 },
3531 "dist": {
3532 "type": "zip",
3533 "url": "https://api.github.com/repos/hoaproject/Zformat/zipball/522c381a2a075d4b9dbb42eb4592dd09520e4ac2",
3534 "reference": "522c381a2a075d4b9dbb42eb4592dd09520e4ac2",
3535 "shasum": ""
3536 },
3537 "require": {
3538 "hoa/consistency": "~1.0",
3539 "hoa/exception": "~1.0"
3540 },
3541 "type": "library",
3542 "extra": {
3543 "branch-alias": {
3544 "dev-master": "1.x-dev"
3545 }
3546 },
3547 "autoload": {
3548 "psr-4": {
3549 "Hoa\\Zformat\\": "."
3550 }
3551 },
3552 "notification-url": "https://packagist.org/downloads/",
3553 "license": [
3554 "BSD-3-Clause"
3555 ],
3556 "authors": [
3557 {
3558 "name": "Ivan Enderlin",
3559 "email": "ivan.enderlin@hoa-project.net"
3560 },
3561 {
3562 "name": "Hoa community",
3563 "homepage": "https://hoa-project.net/"
3564 }
3565 ],
3566 "description": "The Hoa\\Zformat library.",
3567 "homepage": "https://hoa-project.net/",
3568 "keywords": [
3569 "library",
3570 "parameter",
3571 "zformat"
3572 ],
3573 "time": "2017-01-10T10:39:54+00:00"
3574 },
3575 {
3576 "name": "html2text/html2text",
3577 "version": "4.2.1",
3578 "source": {
3579 "type": "git",
3580 "url": "https://github.com/mtibben/html2text.git",
3581 "reference": "f7555eaf271beea4e1098274d3ff37fbb7b21ea7"
3582 },
3583 "dist": {
3584 "type": "zip",
3585 "url": "https://api.github.com/repos/mtibben/html2text/zipball/f7555eaf271beea4e1098274d3ff37fbb7b21ea7",
3586 "reference": "f7555eaf271beea4e1098274d3ff37fbb7b21ea7",
3587 "shasum": ""
3588 },
3589 "require-dev": {
3590 "phpunit/phpunit": "~4"
3591 },
3592 "suggest": {
3593 "ext-mbstring": "For best performance",
3594 "symfony/polyfill-mbstring": "If you can't install ext-mbstring"
3595 },
3596 "type": "library",
3597 "autoload": {
3598 "psr-4": {
3599 "Html2Text\\": [
3600 "src/",
3601 "test/"
3602 ]
3603 }
3604 },
3605 "notification-url": "https://packagist.org/downloads/",
3606 "license": [
3607 "GPL-2.0-or-later"
3608 ],
3609 "description": "Converts HTML to formatted plain text",
3610 "time": "2018-08-13T12:05:08+00:00"
3611 },
3612 {
3613 "name": "http-interop/http-factory-guzzle",
3614 "version": "1.0.0",
3615 "source": {
3616 "type": "git",
3617 "url": "https://github.com/http-interop/http-factory-guzzle.git",
3618 "reference": "34861658efb9899a6618cef03de46e2a52c80fc0"
3619 },
3620 "dist": {
3621 "type": "zip",
3622 "url": "https://api.github.com/repos/http-interop/http-factory-guzzle/zipball/34861658efb9899a6618cef03de46e2a52c80fc0",
3623 "reference": "34861658efb9899a6618cef03de46e2a52c80fc0",
3624 "shasum": ""
3625 },
3626 "require": {
3627 "guzzlehttp/psr7": "^1.4.2",
3628 "psr/http-factory": "^1.0"
3629 },
3630 "provide": {
3631 "psr/http-factory-implementation": "^1.0"
3632 },
3633 "require-dev": {
3634 "http-interop/http-factory-tests": "^0.5",
3635 "phpunit/phpunit": "^6.5"
3636 },
3637 "type": "library",
3638 "autoload": {
3639 "psr-4": {
3640 "Http\\Factory\\Guzzle\\": "src/"
3641 }
3642 },
3643 "notification-url": "https://packagist.org/downloads/",
3644 "license": [
3645 "MIT"
3646 ],
3647 "authors": [
3648 {
3649 "name": "PHP-FIG",
3650 "homepage": "http://www.php-fig.org/"
3651 }
3652 ],
3653 "description": "An HTTP Factory using Guzzle PSR7",
3654 "keywords": [
3655 "factory",
3656 "http",
3657 "psr-17",
3658 "psr-7"
3659 ],
3660 "time": "2018-07-31T19:32:56+00:00"
3661 },
3662 {
3663 "name": "incenteev/composer-parameter-handler",
3664 "version": "v2.1.3",
3665 "source": {
3666 "type": "git",
3667 "url": "https://github.com/Incenteev/ParameterHandler.git",
3668 "reference": "933c45a34814f27f2345c11c37d46b3ca7303550"
3669 },
3670 "dist": {
3671 "type": "zip",
3672 "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/933c45a34814f27f2345c11c37d46b3ca7303550",
3673 "reference": "933c45a34814f27f2345c11c37d46b3ca7303550",
3674 "shasum": ""
3675 },
3676 "require": {
3677 "php": ">=5.3.3",
3678 "symfony/yaml": "^2.3 || ^3.0 || ^4.0"
3679 },
3680 "require-dev": {
3681 "composer/composer": "^1.0@dev",
3682 "symfony/filesystem": "^2.3 || ^3 || ^4",
3683 "symfony/phpunit-bridge": "^4.0"
3684 },
3685 "type": "library",
3686 "extra": {
3687 "branch-alias": {
3688 "dev-master": "2.1.x-dev"
3689 }
3690 },
3691 "autoload": {
3692 "psr-4": {
3693 "Incenteev\\ParameterHandler\\": ""
3694 }
3695 },
3696 "notification-url": "https://packagist.org/downloads/",
3697 "license": [
3698 "MIT"
3699 ],
3700 "authors": [
3701 {
3702 "name": "Christophe Coevoet",
3703 "email": "stof@notk.org"
3704 }
3705 ],
3706 "description": "Composer script handling your ignored parameter file",
3707 "homepage": "https://github.com/Incenteev/ParameterHandler",
3708 "keywords": [
3709 "parameters management"
3710 ],
3711 "time": "2018-02-13T18:05:56+00:00"
3712 },
3713 {
3714 "name": "j0k3r/graby",
3715 "version": "2.0.2",
3716 "source": {
3717 "type": "git",
3718 "url": "https://github.com/j0k3r/graby.git",
3719 "reference": "5ed35e8959be03cb36335605a70e05571eb8157a"
3720 },
3721 "dist": {
3722 "type": "zip",
3723 "url": "https://api.github.com/repos/j0k3r/graby/zipball/5ed35e8959be03cb36335605a70e05571eb8157a",
3724 "reference": "5ed35e8959be03cb36335605a70e05571eb8157a",
3725 "shasum": ""
3726 },
3727 "require": {
3728 "ext-curl": "*",
3729 "ext-tidy": "*",
3730 "fossar/htmlawed": "^1.2.4",
3731 "guzzlehttp/psr7": "^1.5",
3732 "j0k3r/graby-site-config": "^1.0",
3733 "j0k3r/httplug-ssrf-plugin": "^2.0",
3734 "j0k3r/php-readability": "^1.1",
3735 "monolog/monolog": "^1.13.1",
3736 "php": ">=7.1",
3737 "php-http/client-common": "^2.0",
3738 "php-http/discovery": "^1.0",
3739 "php-http/httplug": "^2.0",
3740 "php-http/message": "^1.7",
3741 "psr/http-message": "^1.0",
3742 "simplepie/simplepie": "^1.3.1",
3743 "smalot/pdfparser": "~0.11",
3744 "symfony/options-resolver": "~2.6|~3.0|~4.0",
3745 "true/punycode": "~2.1",
3746 "wallabag/tcpdf": "^6.2.26"
3747 },
3748 "require-dev": {
3749 "friendsofphp/php-cs-fixer": "~2.14",
3750 "php-coveralls/php-coveralls": "^2.0",
3751 "php-http/guzzle6-adapter": "^2.0",
3752 "php-http/mock-client": "^1.2",
3753 "phpstan/phpstan": "^0.11",
3754 "phpstan/phpstan-phpunit": "^0.11",
3755 "symfony/phpunit-bridge": "~2.6|~3.0|~4.0"
3756 },
3757 "type": "library",
3758 "extra": {
3759 "branch-alias": {
3760 "dev-2.0": "2.0-dev"
3761 }
3762 },
3763 "autoload": {
3764 "psr-4": {
3765 "Graby\\": "src/"
3766 }
3767 },
3768 "notification-url": "https://packagist.org/downloads/",
3769 "license": [
3770 "MIT"
3771 ],
3772 "authors": [
3773 {
3774 "name": "Jeremy Benoist",
3775 "role": "Developer",
3776 "email": "jeremy.benoist@gmail.com"
3777 },
3778 {
3779 "name": "FiveFilters.org",
3780 "role": "Developer (original version)",
3781 "email": "fivefilters@fivefilters.org"
3782 }
3783 ],
3784 "description": "Graby helps you extract article content from web pages",
3785 "time": "2019-07-22T07:05:28+00:00"
3786 },
3787 {
3788 "name": "j0k3r/graby-site-config",
3789 "version": "1.0.93",
3790 "source": {
3791 "type": "git",
3792 "url": "https://github.com/j0k3r/graby-site-config.git",
3793 "reference": "018ebc5ccd8e631243fcc515fb05b39bac423b31"
3794 },
3795 "dist": {
3796 "type": "zip",
3797 "url": "https://api.github.com/repos/j0k3r/graby-site-config/zipball/018ebc5ccd8e631243fcc515fb05b39bac423b31",
3798 "reference": "018ebc5ccd8e631243fcc515fb05b39bac423b31",
3799 "shasum": ""
3800 },
3801 "require": {
3802 "symfony/finder": "~2.6|~3.0|~4.0"
3803 },
3804 "require-dev": {
3805 "liip/rmt": "1.2.*",
3806 "symfony/phpunit-bridge": "^4.3"
3807 },
3808 "type": "library",
3809 "autoload": {
3810 "psr-4": {
3811 "GrabySiteConfig\\SiteConfig\\": "src/"
3812 }
3813 },
3814 "notification-url": "https://packagist.org/downloads/",
3815 "license": [
3816 "CC0-1.0"
3817 ],
3818 "authors": [
3819 {
3820 "name": "Jeremy Benoist",
3821 "email": "jeremy.benoist@gmail.com"
3822 }
3823 ],
3824 "description": "Graby site config files",
3825 "time": "2019-10-15T15:51:35+00:00"
3826 },
3827 {
3828 "name": "j0k3r/httplug-ssrf-plugin",
3829 "version": "v2.0.0",
3830 "source": {
3831 "type": "git",
3832 "url": "https://github.com/j0k3r/httplug-ssrf-plugin.git",
3833 "reference": "ea8599016240d2a49b91e267550ea3eb243ddd74"
3834 },
3835 "dist": {
3836 "type": "zip",
3837 "url": "https://api.github.com/repos/j0k3r/httplug-ssrf-plugin/zipball/ea8599016240d2a49b91e267550ea3eb243ddd74",
3838 "reference": "ea8599016240d2a49b91e267550ea3eb243ddd74",
3839 "shasum": ""
3840 },
3841 "require": {
3842 "php": "^7.1",
3843 "php-http/client-common": "^2.0",
3844 "php-http/discovery": "^1.5",
3845 "php-http/message": "^1.7",
3846 "php-http/message-factory": "^1.0.2"
3847 },
3848 "require-dev": {
3849 "friendsofphp/php-cs-fixer": "^2.14",
3850 "guzzlehttp/psr7": "^1.0",
3851 "php-http/guzzle6-adapter": "^2.0",
3852 "php-http/mock-client": "^1.0",
3853 "phpstan/phpstan": "^0.11",
3854 "phpstan/phpstan-phpunit": "^0.11",
3855 "symfony/phpunit-bridge": "~3.4.19|~4.0"
3856 },
3857 "type": "library",
3858 "extra": {
3859 "branch-alias": {
3860 "dev-master": "2.0-dev"
3861 }
3862 },
3863 "autoload": {
3864 "psr-4": {
3865 "Graby\\HttpClient\\Plugin\\ServerSideRequestForgeryProtection\\": "src/"
3866 }
3867 },
3868 "notification-url": "https://packagist.org/downloads/",
3869 "license": [
3870 "MIT"
3871 ],
3872 "authors": [
3873 {
3874 "name": "Jeremy Benoist",
3875 "email": "jeremy.benoist@gmail.com"
3876 },
3877 {
3878 "name": "aaa2000",
3879 "email": "adev2000@gmail.com"
3880 },
3881 {
3882 "name": "Jack W",
3883 "email": "jack@fin1te.net",
3884 "role": "Developer (SafeCurl original version)"
3885 }
3886 ],
3887 "description": "Server-Side Request Forgery (SSRF) protection plugin for HTTPlug",
3888 "homepage": "https://github.com/j0k3r/httplug-ssrf-plugin",
3889 "keywords": [
3890 "http",
3891 "httplug",
3892 "plugin",
3893 "security",
3894 "ssrf"
3895 ],
3896 "time": "2019-02-06T10:58:53+00:00"
3897 },
3898 {
3899 "name": "j0k3r/php-readability",
3900 "version": "1.2.4",
3901 "source": {
3902 "type": "git",
3903 "url": "https://github.com/j0k3r/php-readability.git",
3904 "reference": "9306996b472fd3d4bc5a7928a301ccce38423793"
3905 },
3906 "dist": {
3907 "type": "zip",
3908 "url": "https://api.github.com/repos/j0k3r/php-readability/zipball/9306996b472fd3d4bc5a7928a301ccce38423793",
3909 "reference": "9306996b472fd3d4bc5a7928a301ccce38423793",
3910 "shasum": ""
3911 },
3912 "require": {
3913 "electrolinux/php-html5lib": "^0.1.0",
3914 "ext-mbstring": "*",
3915 "php": ">=5.6.0",
3916 "psr/log": "^1.0"
3917 },
3918 "require-dev": {
3919 "friendsofphp/php-cs-fixer": "^2.14",
3920 "monolog/monolog": "^1.24",
3921 "php-coveralls/php-coveralls": "^2.1",
3922 "symfony/phpunit-bridge": "^4.2.3"
3923 },
3924 "suggest": {
3925 "ext-tidy": "Used to clean up given HTML and to avoid problems with bad HTML structure."
3926 },
3927 "type": "library",
3928 "autoload": {
3929 "psr-4": {
3930 "Readability\\": "src/"
3931 }
3932 },
3933 "notification-url": "https://packagist.org/downloads/",
3934 "license": [
3935 "Apache-2.0"
3936 ],
3937 "authors": [
3938 {
3939 "name": "Keyvan Minoukadeh",
3940 "email": "keyvan@keyvan.net",
3941 "homepage": "http://keyvan.net",
3942 "role": "Developer (ported original JS code to PHP)"
3943 },
3944 {
3945 "name": "Arc90",
3946 "homepage": "http://arc90.com",
3947 "role": "Developer (original JS version)"
3948 },
3949 {
3950 "name": "Jeremy Benoist",
3951 "email": "jeremy.benoist@gmail.com",
3952 "homepage": "http://www.j0k3r.net",
3953 "role": "Developer"
3954 },
3955 {
3956 "name": "DitherSky",
3957 "homepage": "https://github.com/Dither",
3958 "role": "Developer (https://github.com/Dither/full-text-rss)"
3959 }
3960 ],
3961 "description": "Automatic article extraction from HTML",
3962 "keywords": [
3963 "article",
3964 "article extraction",
3965 "content",
3966 "content extraction",
3967 "extraction",
3968 "html"
3969 ],
3970 "time": "2019-06-25T15:15:37+00:00"
3971 },
3972 {
3973 "name": "javibravo/simpleue",
3974 "version": "2.1.0",
3975 "source": {
3976 "type": "git",
3977 "url": "https://github.com/javibravo/simpleue.git",
3978 "reference": "b12ccea0631cd3f6128ab91178fc5363f6e14ff6"
3979 },
3980 "dist": {
3981 "type": "zip",
3982 "url": "https://api.github.com/repos/javibravo/simpleue/zipball/b12ccea0631cd3f6128ab91178fc5363f6e14ff6",
3983 "reference": "b12ccea0631cd3f6128ab91178fc5363f6e14ff6",
3984 "shasum": ""
3985 },
3986 "require": {
3987 "php": ">=5.5",
3988 "psr/log": "~1.0"
3989 },
3990 "require-dev": {
3991 "aws/aws-sdk-php": "^3.9",
3992 "pda/pheanstalk": "^3.1",
3993 "phpunit/phpunit": "4.0.*",
3994 "predis/predis": "^1.0"
3995 },
3996 "suggest": {
3997 "aws/aws-sdk-php": "Allow work with AWS Simple Queue Service (SQS) queues",
3998 "ext-redis": "Allow work with Redis Locker",
3999 "pda/pheanstalk": "Allow work with Beanstalkd queues",
4000 "predis/predis": "Allow work with Redis queues"
4001 },
4002 "type": "library",
4003 "autoload": {
4004 "psr-4": {
4005 "Simpleue\\": "src/Simpleue"
4006 }
4007 },
4008 "notification-url": "https://packagist.org/downloads/",
4009 "license": [
4010 "MIT"
4011 ],
4012 "authors": [
4013 {
4014 "name": "Javier Bravo",
4015 "email": "javibravo85@gmail.com"
4016 }
4017 ],
4018 "description": "Php package to manage queue tasks in a simple way",
4019 "homepage": "http://github.com/javibravo/simpleue",
4020 "keywords": [
4021 "job",
4022 "queue",
4023 "redis",
4024 "sqs",
4025 "task"
4026 ],
4027 "time": "2017-11-15T13:41:13+00:00"
4028 },
4029 {
4030 "name": "jdorn/sql-formatter",
4031 "version": "v1.2.17",
4032 "source": {
4033 "type": "git",
4034 "url": "https://github.com/jdorn/sql-formatter.git",
4035 "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc"
4036 },
4037 "dist": {
4038 "type": "zip",
4039 "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc",
4040 "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc",
4041 "shasum": ""
4042 },
4043 "require": {
4044 "php": ">=5.2.4"
4045 },
4046 "require-dev": {
4047 "phpunit/phpunit": "3.7.*"
4048 },
4049 "type": "library",
4050 "extra": {
4051 "branch-alias": {
4052 "dev-master": "1.3.x-dev"
4053 }
4054 },
4055 "autoload": {
4056 "classmap": [
4057 "lib"
4058 ]
4059 },
4060 "notification-url": "https://packagist.org/downloads/",
4061 "license": [
4062 "MIT"
4063 ],
4064 "authors": [
4065 {
4066 "name": "Jeremy Dorn",
4067 "email": "jeremy@jeremydorn.com",
4068 "homepage": "http://jeremydorn.com/"
4069 }
4070 ],
4071 "description": "a PHP SQL highlighting library",
4072 "homepage": "https://github.com/jdorn/sql-formatter/",
4073 "keywords": [
4074 "highlight",
4075 "sql"
4076 ],
4077 "time": "2014-01-12T16:20:24+00:00"
4078 },
4079 {
4080 "name": "jean85/pretty-package-versions",
4081 "version": "1.2",
4082 "source": {
4083 "type": "git",
4084 "url": "https://github.com/Jean85/pretty-package-versions.git",
4085 "reference": "75c7effcf3f77501d0e0caa75111aff4daa0dd48"
4086 },
4087 "dist": {
4088 "type": "zip",
4089 "url": "https://api.github.com/repos/Jean85/pretty-package-versions/zipball/75c7effcf3f77501d0e0caa75111aff4daa0dd48",
4090 "reference": "75c7effcf3f77501d0e0caa75111aff4daa0dd48",
4091 "shasum": ""
4092 },
4093 "require": {
4094 "ocramius/package-versions": "^1.2.0",
4095 "php": "^7.0"
4096 },
4097 "require-dev": {
4098 "phpunit/phpunit": "^6.0"
4099 },
4100 "type": "library",
4101 "extra": {
4102 "branch-alias": {
4103 "dev-master": "1.x-dev"
4104 }
4105 },
4106 "autoload": {
4107 "psr-4": {
4108 "Jean85\\": "src/"
4109 }
4110 },
4111 "notification-url": "https://packagist.org/downloads/",
4112 "license": [
4113 "MIT"
4114 ],
4115 "authors": [
4116 {
4117 "name": "Alessandro Lai",
4118 "email": "alessandro.lai85@gmail.com"
4119 }
4120 ],
4121 "description": "A wrapper for ocramius/package-versions to get pretty versions strings",
4122 "keywords": [
4123 "composer",
4124 "package",
4125 "release",
4126 "versions"
4127 ],
4128 "time": "2018-06-13T13:22:40+00:00"
4129 },
4130 {
4131 "name": "jms/metadata",
4132 "version": "1.7.0",
4133 "source": {
4134 "type": "git",
4135 "url": "https://github.com/schmittjoh/metadata.git",
4136 "reference": "e5854ab1aa643623dc64adde718a8eec32b957a8"
4137 },
4138 "dist": {
4139 "type": "zip",
4140 "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/e5854ab1aa643623dc64adde718a8eec32b957a8",
4141 "reference": "e5854ab1aa643623dc64adde718a8eec32b957a8",
4142 "shasum": ""
4143 },
4144 "require": {
4145 "php": ">=5.3.0"
4146 },
4147 "require-dev": {
4148 "doctrine/cache": "~1.0",
4149 "symfony/cache": "~3.1"
4150 },
4151 "type": "library",
4152 "extra": {
4153 "branch-alias": {
4154 "dev-master": "1.5.x-dev"
4155 }
4156 },
4157 "autoload": {
4158 "psr-0": {
4159 "Metadata\\": "src/"
4160 }
4161 },
4162 "notification-url": "https://packagist.org/downloads/",
4163 "license": [
4164 "MIT"
4165 ],
4166 "authors": [
4167 {
4168 "name": "Asmir Mustafic",
4169 "email": "goetas@gmail.com"
4170 },
4171 {
4172 "name": "Johannes M. Schmitt",
4173 "email": "schmittjoh@gmail.com"
4174 }
4175 ],
4176 "description": "Class/method/property metadata management in PHP",
4177 "keywords": [
4178 "annotations",
4179 "metadata",
4180 "xml",
4181 "yaml"
4182 ],
4183 "time": "2018-10-26T12:40:10+00:00"
4184 },
4185 {
4186 "name": "jms/parser-lib",
4187 "version": "1.0.0",
4188 "source": {
4189 "type": "git",
4190 "url": "https://github.com/schmittjoh/parser-lib.git",
4191 "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d"
4192 },
4193 "dist": {
4194 "type": "zip",
4195 "url": "https://api.github.com/repos/schmittjoh/parser-lib/zipball/c509473bc1b4866415627af0e1c6cc8ac97fa51d",
4196 "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d",
4197 "shasum": ""
4198 },
4199 "require": {
4200 "phpoption/phpoption": ">=0.9,<2.0-dev"
4201 },
4202 "type": "library",
4203 "extra": {
4204 "branch-alias": {
4205 "dev-master": "1.0-dev"
4206 }
4207 },
4208 "autoload": {
4209 "psr-0": {
4210 "JMS\\": "src/"
4211 }
4212 },
4213 "notification-url": "https://packagist.org/downloads/",
4214 "license": [
4215 "Apache2"
4216 ],
4217 "description": "A library for easily creating recursive-descent parsers.",
4218 "time": "2012-11-18T18:08:43+00:00"
4219 },
4220 {
4221 "name": "jms/serializer",
4222 "version": "1.14.0",
4223 "source": {
4224 "type": "git",
4225 "url": "https://github.com/schmittjoh/serializer.git",
4226 "reference": "ee96d57024af9a7716d56fcbe3aa94b3d030f3ca"
4227 },
4228 "dist": {
4229 "type": "zip",
4230 "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/ee96d57024af9a7716d56fcbe3aa94b3d030f3ca",
4231 "reference": "ee96d57024af9a7716d56fcbe3aa94b3d030f3ca",
4232 "shasum": ""
4233 },
4234 "require": {
4235 "doctrine/annotations": "^1.0",
4236 "doctrine/instantiator": "^1.0.3",
4237 "jms/metadata": "^1.3",
4238 "jms/parser-lib": "1.*",
4239 "php": "^5.5|^7.0",
4240 "phpcollection/phpcollection": "~0.1",
4241 "phpoption/phpoption": "^1.1"
4242 },
4243 "conflict": {
4244 "twig/twig": "<1.12"
4245 },
4246 "require-dev": {
4247 "doctrine/orm": "~2.1",
4248 "doctrine/phpcr-odm": "^1.3|^2.0",
4249 "ext-pdo_sqlite": "*",
4250 "jackalope/jackalope-doctrine-dbal": "^1.1.5",
4251 "phpunit/phpunit": "^4.8|^5.0",
4252 "propel/propel1": "~1.7",
4253 "psr/container": "^1.0",
4254 "symfony/dependency-injection": "^2.7|^3.3|^4.0",
4255 "symfony/expression-language": "^2.6|^3.0",
4256 "symfony/filesystem": "^2.1",
4257 "symfony/form": "~2.1|^3.0",
4258 "symfony/translation": "^2.1|^3.0",
4259 "symfony/validator": "^2.2|^3.0",
4260 "symfony/yaml": "^2.1|^3.0",
4261 "twig/twig": "~1.12|~2.0"
4262 },
4263 "suggest": {
4264 "doctrine/cache": "Required if you like to use cache functionality.",
4265 "doctrine/collections": "Required if you like to use doctrine collection types as ArrayCollection.",
4266 "symfony/yaml": "Required if you'd like to serialize data to YAML format."
4267 },
4268 "type": "library",
4269 "extra": {
4270 "branch-alias": {
4271 "dev-1.x": "1.14-dev"
4272 }
4273 },
4274 "autoload": {
4275 "psr-0": {
4276 "JMS\\Serializer": "src/"
4277 }
4278 },
4279 "notification-url": "https://packagist.org/downloads/",
4280 "license": [
4281 "MIT"
4282 ],
4283 "authors": [
4284 {
4285 "name": "Asmir Mustafic",
4286 "email": "goetas@gmail.com"
4287 },
4288 {
4289 "name": "Johannes M. Schmitt",
4290 "email": "schmittjoh@gmail.com"
4291 }
4292 ],
4293 "description": "Library for (de-)serializing data of any complexity; supports XML, JSON, and YAML.",
4294 "homepage": "http://jmsyst.com/libs/serializer",
4295 "keywords": [
4296 "deserialization",
4297 "jaxb",
4298 "json",
4299 "serialization",
4300 "xml"
4301 ],
4302 "time": "2019-04-17T08:12:16+00:00"
4303 },
4304 {
4305 "name": "jms/serializer-bundle",
4306 "version": "2.4.4",
4307 "source": {
4308 "type": "git",
4309 "url": "https://github.com/schmittjoh/JMSSerializerBundle.git",
4310 "reference": "92ee808c64c1c180775a0e57d00e3be0674668fb"
4311 },
4312 "dist": {
4313 "type": "zip",
4314 "url": "https://api.github.com/repos/schmittjoh/JMSSerializerBundle/zipball/92ee808c64c1c180775a0e57d00e3be0674668fb",
4315 "reference": "92ee808c64c1c180775a0e57d00e3be0674668fb",
4316 "shasum": ""
4317 },
4318 "require": {
4319 "jms/serializer": "^1.10",
4320 "php": "^5.4|^7.0",
4321 "phpoption/phpoption": "^1.1.0",
4322 "symfony/framework-bundle": "~2.3|~3.0|~4.0"
4323 },
4324 "require-dev": {
4325 "doctrine/orm": "*",
4326 "phpunit/phpunit": "^4.8.35|^5.4.3|^6.0",
4327 "symfony/expression-language": "~2.6|~3.0|~4.0",
4328 "symfony/finder": "^2.3|^3.0|^4.0",
4329 "symfony/form": "*",
4330 "symfony/stopwatch": "*",
4331 "symfony/twig-bundle": "*",
4332 "symfony/validator": "*",
4333 "symfony/yaml": "*"
4334 },
4335 "suggest": {
4336 "jms/di-extra-bundle": "Required to get lazy loading (de)serialization visitors, ~1.3",
4337 "symfony/finder": "Required for cache warmup, supported versions ^2.3|^3.0|^4.0"
4338 },
4339 "type": "symfony-bundle",
4340 "extra": {
4341 "branch-alias": {
4342 "dev-master": "2.4-dev"
4343 }
4344 },
4345 "autoload": {
4346 "psr-4": {
4347 "JMS\\SerializerBundle\\": ""
4348 },
4349 "exclude-from-classmap": [
4350 "/Tests/"
4351 ]
4352 },
4353 "notification-url": "https://packagist.org/downloads/",
4354 "license": [
4355 "MIT"
4356 ],
4357 "authors": [
4358 {
4359 "name": "Asmir Mustafic",
4360 "email": "goetas@gmail.com"
4361 },
4362 {
4363 "name": "Johannes M. Schmitt",
4364 "email": "schmittjoh@gmail.com"
4365 }
4366 ],
4367 "description": "Allows you to easily serialize, and deserialize data of any complexity",
4368 "homepage": "http://jmsyst.com/bundles/JMSSerializerBundle",
4369 "keywords": [
4370 "deserialization",
4371 "jaxb",
4372 "json",
4373 "serialization",
4374 "xml"
4375 ],
4376 "time": "2019-03-30T10:26:09+00:00"
4377 },
4378 {
4379 "name": "kphoen/rulerz",
4380 "version": "0.21.1",
4381 "source": {
4382 "type": "git",
4383 "url": "https://github.com/K-Phoen/rulerz.git",
4384 "reference": "d28a1bd59b4e66cc9fcdeee965f13f685eb9ce41"
4385 },
4386 "dist": {
4387 "type": "zip",
4388 "url": "https://api.github.com/repos/K-Phoen/rulerz/zipball/d28a1bd59b4e66cc9fcdeee965f13f685eb9ce41",
4389 "reference": "d28a1bd59b4e66cc9fcdeee965f13f685eb9ce41",
4390 "shasum": ""
4391 },
4392 "require": {
4393 "hoa/ruler": "~2.0",
4394 "php": ">=7.1",
4395 "symfony/property-access": "~3.0|~4.0"
4396 },
4397 "require-dev": {
4398 "behat/behat": "~3.0",
4399 "coduo/phpspec-data-provider-extension": "~1.0,!=1.0.2",
4400 "doctrine/orm": "~2.4",
4401 "elasticsearch/elasticsearch": "~1.0",
4402 "illuminate/database": "~5.0",
4403 "kphoen/rusty": "dev-master",
4404 "liip/rmt": "^1.2",
4405 "mikey179/vfsstream": "~1.4",
4406 "phpspec/phpspec": "~2.0,>=2.4-dev",
4407 "pomm-project/cli": "~2.0@dev",
4408 "pomm-project/foundation": "~2.0@dev",
4409 "pomm-project/model-manager": "~2.0.@dev",
4410 "ruflin/elastica": "~1.0",
4411 "solarium/solarium": "~3.0",
4412 "vlucas/phpdotenv": "~2.1"
4413 },
4414 "suggest": {
4415 "doctrine/orm": "To execute rules as Doctrine queries",
4416 "elasticsearch/elasticsearch": "To execute rules as Elasticsearch queries",
4417 "kphoen/rulerz-spec-builder": "If you want a specification builder",
4418 "pomm-project/model-manager": "To execute rules as Pomm queries",
4419 "solarium/solarium": "To execute rules as Solr queries"
4420 },
4421 "type": "library",
4422 "extra": {
4423 "branch-alias": {
4424 "dev-master": "1.0.x-dev"
4425 }
4426 },
4427 "autoload": {
4428 "psr-4": {
4429 "RulerZ\\": "src/"
4430 }
4431 },
4432 "notification-url": "https://packagist.org/downloads/",
4433 "license": [
4434 "MIT"
4435 ],
4436 "authors": [
4437 {
4438 "name": "Kévin Gomez",
4439 "email": "contact@kevingomez.fr"
4440 }
4441 ],
4442 "description": "Powerful implementation of the Specification pattern",
4443 "homepage": "https://github.com/K-Phoen/RulerZ",
4444 "keywords": [
4445 "doctrine",
4446 "specification"
4447 ],
4448 "time": "2018-09-18T15:15:42+00:00"
4449 },
4450 {
4451 "name": "kphoen/rulerz-bridge",
4452 "version": "1.1.1",
4453 "source": {
4454 "type": "git",
4455 "url": "https://github.com/K-Phoen/rulerz-bridge.git",
4456 "reference": "fdad5856b669d59b5e4bda47c4e927a0485bf7a0"
4457 },
4458 "dist": {
4459 "type": "zip",
4460 "url": "https://api.github.com/repos/K-Phoen/rulerz-bridge/zipball/fdad5856b669d59b5e4bda47c4e927a0485bf7a0",
4461 "reference": "fdad5856b669d59b5e4bda47c4e927a0485bf7a0",
4462 "shasum": ""
4463 },
4464 "require": {
4465 "kphoen/rulerz": "~0.19,>=0.19.3|^1.0",
4466 "php": ">=7.1",
4467 "symfony/form": "^3.0|^4.0",
4468 "symfony/validator": "^3.0|^4.0"
4469 },
4470 "require-dev": {
4471 "liip/rmt": "^1.2",
4472 "phpunit/phpunit": "~7.1",
4473 "symfony/phpunit-bridge": "^3.0|^4.0"
4474 },
4475 "type": "symfony-bridge",
4476 "autoload": {
4477 "psr-4": {
4478 "Symfony\\Bridge\\RulerZ\\": ""
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": "Symfony RulerZ Bridge",
4495 "homepage": "https://github.com/K-Phoen/rulerz-bridge",
4496 "keywords": [
4497 "Bridge",
4498 "doctrine",
4499 "ruler",
4500 "rulerz",
4501 "specification",
4502 "symfony"
4503 ],
4504 "time": "2018-10-01T14:17:27+00:00"
4505 },
4506 {
4507 "name": "kphoen/rulerz-bundle",
4508 "version": "0.15.0",
4509 "source": {
4510 "type": "git",
4511 "url": "https://github.com/K-Phoen/RulerZBundle.git",
4512 "reference": "f25f2eddfd311047f0f0ece2684b1f6463cc41ad"
4513 },
4514 "dist": {
4515 "type": "zip",
4516 "url": "https://api.github.com/repos/K-Phoen/RulerZBundle/zipball/f25f2eddfd311047f0f0ece2684b1f6463cc41ad",
4517 "reference": "f25f2eddfd311047f0f0ece2684b1f6463cc41ad",
4518 "shasum": ""
4519 },
4520 "require": {
4521 "kphoen/rulerz": "~0.17,>=0.19.3",
4522 "kphoen/rulerz-bridge": "^1.0",
4523 "php": ">=7.1",
4524 "symfony/framework-bundle": "^3.0|^4.0"
4525 },
4526 "require-dev": {
4527 "liip/rmt": "^1.2",
4528 "matthiasnoback/symfony-dependency-injection-test": "^3.0",
4529 "mikey179/vfsstream": "^1.6",
4530 "phpunit/phpunit": "^7.1",
4531 "symfony/phpunit-bridge": "^3.0|^4.0"
4532 },
4533 "type": "symfony-bundle",
4534 "autoload": {
4535 "psr-4": {
4536 "KPhoen\\RulerZBundle\\": ""
4537 },
4538 "exclude-from-classmap": [
4539 "/Tests/"
4540 ]
4541 },
4542 "notification-url": "https://packagist.org/downloads/",
4543 "license": [
4544 "MIT"
4545 ],
4546 "authors": [
4547 {
4548 "name": "Kévin Gomez",
4549 "email": "contact@kevingomez.fr"
4550 }
4551 ],
4552 "description": "Symfony2 Bundle for RulerZ",
4553 "homepage": "https://github.com/K-Phoen/RulerZBundle",
4554 "keywords": [
4555 "doctrine",
4556 "ruler",
4557 "rulerz",
4558 "specification"
4559 ],
4560 "time": "2018-09-17T09:02:32+00:00"
4561 },
4562 {
4563 "name": "lcobucci/jwt",
4564 "version": "3.3.1",
4565 "source": {
4566 "type": "git",
4567 "url": "https://github.com/lcobucci/jwt.git",
4568 "reference": "a11ec5f4b4d75d1fcd04e133dede4c317aac9e18"
4569 },
4570 "dist": {
4571 "type": "zip",
4572 "url": "https://api.github.com/repos/lcobucci/jwt/zipball/a11ec5f4b4d75d1fcd04e133dede4c317aac9e18",
4573 "reference": "a11ec5f4b4d75d1fcd04e133dede4c317aac9e18",
4574 "shasum": ""
4575 },
4576 "require": {
4577 "ext-mbstring": "*",
4578 "ext-openssl": "*",
4579 "php": "^5.6 || ^7.0"
4580 },
4581 "require-dev": {
4582 "mikey179/vfsstream": "~1.5",
4583 "phpmd/phpmd": "~2.2",
4584 "phpunit/php-invoker": "~1.1",
4585 "phpunit/phpunit": "^5.7 || ^7.3",
4586 "squizlabs/php_codesniffer": "~2.3"
4587 },
4588 "type": "library",
4589 "extra": {
4590 "branch-alias": {
4591 "dev-master": "3.1-dev"
4592 }
4593 },
4594 "autoload": {
4595 "psr-4": {
4596 "Lcobucci\\JWT\\": "src"
4597 }
4598 },
4599 "notification-url": "https://packagist.org/downloads/",
4600 "license": [
4601 "BSD-3-Clause"
4602 ],
4603 "authors": [
4604 {
4605 "name": "Luís Otávio Cobucci Oblonczyk",
4606 "email": "lcobucci@gmail.com",
4607 "role": "Developer"
4608 }
4609 ],
4610 "description": "A simple library to work with JSON Web Token and JSON Web Signature",
4611 "keywords": [
4612 "JWS",
4613 "jwt"
4614 ],
4615 "time": "2019-05-24T18:30:49+00:00"
4616 },
4617 {
4618 "name": "lexik/form-filter-bundle",
4619 "version": "v5.0.10",
4620 "source": {
4621 "type": "git",
4622 "url": "https://github.com/lexik/LexikFormFilterBundle.git",
4623 "reference": "92df0638173979dc906bda7a33a10b98429d2057"
4624 },
4625 "dist": {
4626 "type": "zip",
4627 "url": "https://api.github.com/repos/lexik/LexikFormFilterBundle/zipball/92df0638173979dc906bda7a33a10b98429d2057",
4628 "reference": "92df0638173979dc906bda7a33a10b98429d2057",
4629 "shasum": ""
4630 },
4631 "require": {
4632 "doctrine/orm": "^2.4.8",
4633 "php": ">=5.5.9",
4634 "symfony/form": "~2.8|~3.0|^4.0",
4635 "symfony/framework-bundle": "~2.8|~3.0|^4.0"
4636 },
4637 "require-dev": {
4638 "doctrine/mongodb-odm-bundle": "^3.0",
4639 "phpunit/phpunit": "~5.0|^7.5"
4640 },
4641 "suggest": {
4642 "alcaeus/mongo-php-adapter": "Install this package if using the PHP 7 MongoDB Driver"
4643 },
4644 "type": "symfony-bundle",
4645 "extra": {
4646 "branch-alias": {
4647 "dev-master": "5.x.x-dev"
4648 }
4649 },
4650 "autoload": {
4651 "psr-4": {
4652 "Lexik\\Bundle\\FormFilterBundle\\": ""
4653 }
4654 },
4655 "notification-url": "https://packagist.org/downloads/",
4656 "license": [
4657 "MIT"
4658 ],
4659 "authors": [
4660 {
4661 "name": "Dev Lexik",
4662 "email": "dev@lexik.fr"
4663 },
4664 {
4665 "name": "Cedric Girard",
4666 "email": "c.girard@lexik.fr"
4667 }
4668 ],
4669 "description": "This bundle aim to provide classes to build some form filters and then build a doctrine query from this form filter.",
4670 "homepage": "https://github.com/lexik/LexikFormFilterBundle",
4671 "keywords": [
4672 "bundle",
4673 "doctrine",
4674 "filter",
4675 "form",
4676 "symfony"
4677 ],
4678 "time": "2019-04-17T17:58:44+00:00"
4679 },
4680 {
4681 "name": "liip/theme-bundle",
4682 "version": "1.7.0",
4683 "source": {
4684 "type": "git",
4685 "url": "https://github.com/liip/LiipThemeBundle.git",
4686 "reference": "362394821ff8dcc90b06272e289e7dafe4dab52a"
4687 },
4688 "dist": {
4689 "type": "zip",
4690 "url": "https://api.github.com/repos/liip/LiipThemeBundle/zipball/362394821ff8dcc90b06272e289e7dafe4dab52a",
4691 "reference": "362394821ff8dcc90b06272e289e7dafe4dab52a",
4692 "shasum": ""
4693 },
4694 "require": {
4695 "php": "^7.0",
4696 "psr/log": "~1.0",
4697 "symfony/finder": "^3.0|^4.0",
4698 "symfony/framework-bundle": "^3.0|^4.0",
4699 "symfony/templating": "^3.0|^4.0",
4700 "symfony/twig-bundle": "^3.0|^4.0",
4701 "twig/twig": "^1.34|^2.4"
4702 },
4703 "conflict": {
4704 "sebastian/comparator": "1.2.3"
4705 },
4706 "require-dev": {
4707 "phpunit/phpunit": "^6.0",
4708 "symfony/console": "^3.0|^4.0",
4709 "symfony/expression-language": "^3.0|^4.0"
4710 },
4711 "type": "symfony-bundle",
4712 "extra": {
4713 "branch-alias": {
4714 "dev-master": "1.4-dev"
4715 }
4716 },
4717 "autoload": {
4718 "psr-4": {
4719 "Liip\\ThemeBundle\\": ""
4720 }
4721 },
4722 "notification-url": "https://packagist.org/downloads/",
4723 "license": [
4724 "MIT"
4725 ],
4726 "authors": [
4727 {
4728 "name": "Community contributions",
4729 "homepage": "https://github.com/liip/LiipThemeBundle/contributors"
4730 },
4731 {
4732 "name": "Liip AG",
4733 "homepage": "http://www.liip.ch/"
4734 }
4735 ],
4736 "description": "Provides theming support for #Symfony2 Bundles",
4737 "keywords": [
4738 "themes",
4739 "theming"
4740 ],
4741 "time": "2019-06-19T12:53:08+00:00"
4742 },
4743 {
4744 "name": "masterminds/html5",
4745 "version": "2.7.0",
4746 "source": {
4747 "type": "git",
4748 "url": "https://github.com/Masterminds/html5-php.git",
4749 "reference": "104443ad663d15981225f99532ba73c2f1d6b6f2"
4750 },
4751 "dist": {
4752 "type": "zip",
4753 "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/104443ad663d15981225f99532ba73c2f1d6b6f2",
4754 "reference": "104443ad663d15981225f99532ba73c2f1d6b6f2",
4755 "shasum": ""
4756 },
4757 "require": {
4758 "ext-ctype": "*",
4759 "ext-dom": "*",
4760 "ext-libxml": "*",
4761 "php": ">=5.3.0"
4762 },
4763 "require-dev": {
4764 "phpunit/phpunit": "^4.8.35",
4765 "sami/sami": "~2.0",
4766 "satooshi/php-coveralls": "1.0.*"
4767 },
4768 "type": "library",
4769 "extra": {
4770 "branch-alias": {
4771 "dev-master": "2.7-dev"
4772 }
4773 },
4774 "autoload": {
4775 "psr-4": {
4776 "Masterminds\\": "src"
4777 }
4778 },
4779 "notification-url": "https://packagist.org/downloads/",
4780 "license": [
4781 "MIT"
4782 ],
4783 "authors": [
4784 {
4785 "name": "Matt Butcher",
4786 "email": "technosophos@gmail.com"
4787 },
4788 {
4789 "name": "Matt Farina",
4790 "email": "matt@mattfarina.com"
4791 },
4792 {
4793 "name": "Asmir Mustafic",
4794 "email": "goetas@gmail.com"
4795 }
4796 ],
4797 "description": "An HTML5 parser and serializer.",
4798 "homepage": "http://masterminds.github.io/html5-php",
4799 "keywords": [
4800 "HTML5",
4801 "dom",
4802 "html",
4803 "parser",
4804 "querypath",
4805 "serializer",
4806 "xml"
4807 ],
4808 "time": "2019-07-25T07:03:26+00:00"
4809 },
4810 {
4811 "name": "mgargano/simplehtmldom",
4812 "version": "1.5",
4813 "source": {
4814 "type": "git",
4815 "url": "https://github.com/matgargano/simplehtmldom.git",
4816 "reference": "37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be"
4817 },
4818 "dist": {
4819 "type": "zip",
4820 "url": "https://api.github.com/repos/matgargano/simplehtmldom/zipball/37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be",
4821 "reference": "37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be",
4822 "shasum": ""
4823 },
4824 "require": {
4825 "php": ">=5.3.0"
4826 },
4827 "type": "library",
4828 "autoload": {
4829 "psr-0": {
4830 "SimpleHtmlDom": "src/"
4831 },
4832 "files": [
4833 "src/simple_html_dom.php"
4834 ]
4835 },
4836 "notification-url": "https://packagist.org/downloads/",
4837 "license": [
4838 "The MIT License"
4839 ],
4840 "authors": [
4841 {
4842 "name": "S.C. Chen",
4843 "email": "me578022@gmail.com"
4844 }
4845 ],
4846 "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",
4847 "homepage": "http://simplehtmldom.sourceforge.net/",
4848 "keywords": [
4849 "Simple",
4850 "dom",
4851 "html"
4852 ],
4853 "time": "2014-01-05T18:17:34+00:00"
4854 },
4855 {
4856 "name": "michelf/php-markdown",
4857 "version": "1.8.0",
4858 "source": {
4859 "type": "git",
4860 "url": "https://github.com/michelf/php-markdown.git",
4861 "reference": "01ab082b355bf188d907b9929cd99b2923053495"
4862 },
4863 "dist": {
4864 "type": "zip",
4865 "url": "https://api.github.com/repos/michelf/php-markdown/zipball/01ab082b355bf188d907b9929cd99b2923053495",
4866 "reference": "01ab082b355bf188d907b9929cd99b2923053495",
4867 "shasum": ""
4868 },
4869 "require": {
4870 "php": ">=5.3.0"
4871 },
4872 "type": "library",
4873 "autoload": {
4874 "psr-4": {
4875 "Michelf\\": "Michelf/"
4876 }
4877 },
4878 "notification-url": "https://packagist.org/downloads/",
4879 "license": [
4880 "BSD-3-Clause"
4881 ],
4882 "authors": [
4883 {
4884 "name": "Michel Fortin",
4885 "email": "michel.fortin@michelf.ca",
4886 "homepage": "https://michelf.ca/",
4887 "role": "Developer"
4888 },
4889 {
4890 "name": "John Gruber",
4891 "homepage": "https://daringfireball.net/"
4892 }
4893 ],
4894 "description": "PHP Markdown",
4895 "homepage": "https://michelf.ca/projects/php-markdown/",
4896 "keywords": [
4897 "markdown"
4898 ],
4899 "time": "2018-01-15T00:49:33+00:00"
4900 },
4901 {
4902 "name": "mnapoli/piwik-twig-extension",
4903 "version": "2.0.1",
4904 "source": {
4905 "type": "git",
4906 "url": "https://github.com/mnapoli/PiwikTwigExtension.git",
4907 "reference": "e1746d20730426d7098b4a9a3f5c6c99c6f04612"
4908 },
4909 "dist": {
4910 "type": "zip",
4911 "url": "https://api.github.com/repos/mnapoli/PiwikTwigExtension/zipball/e1746d20730426d7098b4a9a3f5c6c99c6f04612",
4912 "reference": "e1746d20730426d7098b4a9a3f5c6c99c6f04612",
4913 "shasum": ""
4914 },
4915 "require": {
4916 "php": ">=7.0",
4917 "twig/twig": "~2.10"
4918 },
4919 "require-dev": {
4920 "friendsofphp/php-cs-fixer": "~2.13",
4921 "php-coveralls/php-coveralls": "^2.0",
4922 "symfony/phpunit-bridge": "^4.2"
4923 },
4924 "type": "library",
4925 "autoload": {
4926 "psr-4": {
4927 "PiwikTwigExtension\\": "src/"
4928 }
4929 },
4930 "notification-url": "https://packagist.org/downloads/",
4931 "license": [
4932 "MIT"
4933 ],
4934 "time": "2019-06-21T10:58:04+00:00"
4935 },
4936 {
4937 "name": "monolog/monolog",
4938 "version": "1.25.1",
4939 "source": {
4940 "type": "git",
4941 "url": "https://github.com/Seldaek/monolog.git",
4942 "reference": "70e65a5470a42cfec1a7da00d30edb6e617e8dcf"
4943 },
4944 "dist": {
4945 "type": "zip",
4946 "url": "https://api.github.com/repos/Seldaek/monolog/zipball/70e65a5470a42cfec1a7da00d30edb6e617e8dcf",
4947 "reference": "70e65a5470a42cfec1a7da00d30edb6e617e8dcf",
4948 "shasum": ""
4949 },
4950 "require": {
4951 "php": ">=5.3.0",
4952 "psr/log": "~1.0"
4953 },
4954 "provide": {
4955 "psr/log-implementation": "1.0.0"
4956 },
4957 "require-dev": {
4958 "aws/aws-sdk-php": "^2.4.9 || ^3.0",
4959 "doctrine/couchdb": "~1.0@dev",
4960 "graylog2/gelf-php": "~1.0",
4961 "jakub-onderka/php-parallel-lint": "0.9",
4962 "php-amqplib/php-amqplib": "~2.4",
4963 "php-console/php-console": "^3.1.3",
4964 "phpunit/phpunit": "~4.5",
4965 "phpunit/phpunit-mock-objects": "2.3.0",
4966 "ruflin/elastica": ">=0.90 <3.0",
4967 "sentry/sentry": "^0.13",
4968 "swiftmailer/swiftmailer": "^5.3|^6.0"
4969 },
4970 "suggest": {
4971 "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
4972 "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
4973 "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
4974 "ext-mongo": "Allow sending log messages to a MongoDB server",
4975 "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
4976 "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
4977 "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
4978 "php-console/php-console": "Allow sending log messages to Google Chrome",
4979 "rollbar/rollbar": "Allow sending log messages to Rollbar",
4980 "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
4981 "sentry/sentry": "Allow sending log messages to a Sentry server"
4982 },
4983 "type": "library",
4984 "extra": {
4985 "branch-alias": {
4986 "dev-master": "2.0.x-dev"
4987 }
4988 },
4989 "autoload": {
4990 "psr-4": {
4991 "Monolog\\": "src/Monolog"
4992 }
4993 },
4994 "notification-url": "https://packagist.org/downloads/",
4995 "license": [
4996 "MIT"
4997 ],
4998 "authors": [
4999 {
5000 "name": "Jordi Boggiano",
5001 "email": "j.boggiano@seld.be",
5002 "homepage": "http://seld.be"
5003 }
5004 ],
5005 "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
5006 "homepage": "http://github.com/Seldaek/monolog",
5007 "keywords": [
5008 "log",
5009 "logging",
5010 "psr-3"
5011 ],
5012 "time": "2019-09-06T13:49:17+00:00"
5013 },
5014 {
5015 "name": "nelmio/api-doc-bundle",
5016 "version": "2.13.4",
5017 "target-dir": "Nelmio/ApiDocBundle",
5018 "source": {
5019 "type": "git",
5020 "url": "https://github.com/nelmio/NelmioApiDocBundle.git",
5021 "reference": "28802f2c44dbbf29aa7f5dc80a10f44d3558f580"
5022 },
5023 "dist": {
5024 "type": "zip",
5025 "url": "https://api.github.com/repos/nelmio/NelmioApiDocBundle/zipball/28802f2c44dbbf29aa7f5dc80a10f44d3558f580",
5026 "reference": "28802f2c44dbbf29aa7f5dc80a10f44d3558f580",
5027 "shasum": ""
5028 },
5029 "require": {
5030 "michelf/php-markdown": "~1.4",
5031 "php": ">=5.4",
5032 "symfony/console": "~2.3|~3.0|~4.0",
5033 "symfony/framework-bundle": "~2.3|~3.0|~4.0",
5034 "symfony/twig-bundle": "~2.3|~3.0|~4.0"
5035 },
5036 "conflict": {
5037 "jms/serializer": "<0.12",
5038 "jms/serializer-bundle": "<0.11",
5039 "symfony/symfony": "~2.7.8",
5040 "twig/twig": "<1.12"
5041 },
5042 "require-dev": {
5043 "doctrine/doctrine-bundle": "~1.5",
5044 "doctrine/orm": "~2.3",
5045 "dunglas/api-bundle": "~1.0",
5046 "friendsofsymfony/rest-bundle": "~1.0|~2.0",
5047 "jms/serializer-bundle": ">=0.11",
5048 "sensio/framework-extra-bundle": "~3.0",
5049 "symfony/browser-kit": "~2.3|~3.0|~4.0",
5050 "symfony/css-selector": "~2.3|~3.0|~4.0",
5051 "symfony/finder": "~2.3|~3.0|~4.0",
5052 "symfony/form": "~2.3|~3.0|~4.0",
5053 "symfony/phpunit-bridge": "~2.7|~3.0|~4.0",
5054 "symfony/serializer": "~2.7|~3.0|~4.0",
5055 "symfony/validator": "~2.3|~3.0|~4.0",
5056 "symfony/yaml": "~2.3|~3.0|~4.0"
5057 },
5058 "suggest": {
5059 "dunglas/api-bundle": "For making use of resources definitions of DunglasApiBundle.",
5060 "friendsofsymfony/rest-bundle": "For making use of REST information in the doc.",
5061 "jms/serializer": "For making use of serializer information in the doc.",
5062 "symfony/form": "For using form definitions as input.",
5063 "symfony/validator": "For making use of validator information in the doc."
5064 },
5065 "type": "symfony-bundle",
5066 "extra": {
5067 "branch-alias": {
5068 "dev-2.x": "2.13-dev"
5069 }
5070 },
5071 "autoload": {
5072 "psr-0": {
5073 "Nelmio\\ApiDocBundle": ""
5074 }
5075 },
5076 "notification-url": "https://packagist.org/downloads/",
5077 "license": [
5078 "MIT"
5079 ],
5080 "authors": [
5081 {
5082 "name": "Nelmio",
5083 "homepage": "http://nelm.io"
5084 },
5085 {
5086 "name": "Symfony Community",
5087 "homepage": "https://github.com/nelmio/NelmioApiDocBundle/contributors"
5088 }
5089 ],
5090 "description": "Generates documentation for your REST API from annotations",
5091 "keywords": [
5092 "api",
5093 "doc",
5094 "documentation",
5095 "rest"
5096 ],
5097 "time": "2019-06-01T13:34:59+00:00"
5098 },
5099 {
5100 "name": "nelmio/cors-bundle",
5101 "version": "1.5.6",
5102 "source": {
5103 "type": "git",
5104 "url": "https://github.com/nelmio/NelmioCorsBundle.git",
5105 "reference": "10a24c10f242440211ed31075e74f81661c690d9"
5106 },
5107 "dist": {
5108 "type": "zip",
5109 "url": "https://api.github.com/repos/nelmio/NelmioCorsBundle/zipball/10a24c10f242440211ed31075e74f81661c690d9",
5110 "reference": "10a24c10f242440211ed31075e74f81661c690d9",
5111 "shasum": ""
5112 },
5113 "require": {
5114 "symfony/framework-bundle": "^2.7 || ^3.0 || ^4.0"
5115 },
5116 "require-dev": {
5117 "matthiasnoback/symfony-dependency-injection-test": "^1.0 || ^2.0",
5118 "mockery/mockery": "^0.9 || ^1.0",
5119 "symfony/phpunit-bridge": "^2.7 || ^3.0 || ^4.0"
5120 },
5121 "type": "symfony-bundle",
5122 "extra": {
5123 "branch-alias": {
5124 "dev-master": "1.5.x-dev"
5125 }
5126 },
5127 "autoload": {
5128 "psr-4": {
5129 "Nelmio\\CorsBundle\\": ""
5130 },
5131 "exclude-from-classmap": [
5132 "/Tests/"
5133 ]
5134 },
5135 "notification-url": "https://packagist.org/downloads/",
5136 "license": [
5137 "MIT"
5138 ],
5139 "authors": [
5140 {
5141 "name": "Nelmio",
5142 "homepage": "http://nelm.io"
5143 },
5144 {
5145 "name": "Symfony Community",
5146 "homepage": "https://github.com/nelmio/NelmioCorsBundle/contributors"
5147 }
5148 ],
5149 "description": "Adds CORS (Cross-Origin Resource Sharing) headers support in your Symfony2 application",
5150 "keywords": [
5151 "api",
5152 "cors",
5153 "crossdomain"
5154 ],
5155 "time": "2019-06-17T08:53:14+00:00"
5156 },
5157 {
5158 "name": "ocramius/package-versions",
5159 "version": "1.4.0",
5160 "source": {
5161 "type": "git",
5162 "url": "https://github.com/Ocramius/PackageVersions.git",
5163 "reference": "a4d4b60d0e60da2487bd21a2c6ac089f85570dbb"
5164 },
5165 "dist": {
5166 "type": "zip",
5167 "url": "https://api.github.com/repos/Ocramius/PackageVersions/zipball/a4d4b60d0e60da2487bd21a2c6ac089f85570dbb",
5168 "reference": "a4d4b60d0e60da2487bd21a2c6ac089f85570dbb",
5169 "shasum": ""
5170 },
5171 "require": {
5172 "composer-plugin-api": "^1.0.0",
5173 "php": "^7.1.0"
5174 },
5175 "require-dev": {
5176 "composer/composer": "^1.6.3",
5177 "doctrine/coding-standard": "^5.0.1",
5178 "ext-zip": "*",
5179 "infection/infection": "^0.7.1",
5180 "phpunit/phpunit": "^7.0.0"
5181 },
5182 "type": "composer-plugin",
5183 "extra": {
5184 "class": "PackageVersions\\Installer",
5185 "branch-alias": {
5186 "dev-master": "2.0.x-dev"
5187 }
5188 },
5189 "autoload": {
5190 "psr-4": {
5191 "PackageVersions\\": "src/PackageVersions"
5192 }
5193 },
5194 "notification-url": "https://packagist.org/downloads/",
5195 "license": [
5196 "MIT"
5197 ],
5198 "authors": [
5199 {
5200 "name": "Marco Pivetta",
5201 "email": "ocramius@gmail.com"
5202 }
5203 ],
5204 "description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)",
5205 "time": "2019-02-21T12:16:21+00:00"
5206 },
5207 {
5208 "name": "ocramius/proxy-manager",
5209 "version": "2.1.1",
5210 "source": {
5211 "type": "git",
5212 "url": "https://github.com/Ocramius/ProxyManager.git",
5213 "reference": "e18ac876b2e4819c76349de8f78ccc8ef1554cd7"
5214 },
5215 "dist": {
5216 "type": "zip",
5217 "url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/e18ac876b2e4819c76349de8f78ccc8ef1554cd7",
5218 "reference": "e18ac876b2e4819c76349de8f78ccc8ef1554cd7",
5219 "shasum": ""
5220 },
5221 "require": {
5222 "ocramius/package-versions": "^1.1.1",
5223 "php": "^7.1.0",
5224 "zendframework/zend-code": "^3.1.0"
5225 },
5226 "require-dev": {
5227 "couscous/couscous": "^1.5.2",
5228 "ext-phar": "*",
5229 "humbug/humbug": "dev-master@DEV",
5230 "nikic/php-parser": "^3.0.4",
5231 "phpbench/phpbench": "^0.12.2",
5232 "phpstan/phpstan": "^0.6.4",
5233 "phpunit/phpunit": "^5.6.4",
5234 "phpunit/phpunit-mock-objects": "^3.4.1",
5235 "squizlabs/php_codesniffer": "^2.7.0"
5236 },
5237 "suggest": {
5238 "ocramius/generated-hydrator": "To have very fast object to array to object conversion for ghost objects",
5239 "zendframework/zend-json": "To have the JsonRpc adapter (Remote Object feature)",
5240 "zendframework/zend-soap": "To have the Soap adapter (Remote Object feature)",
5241 "zendframework/zend-xmlrpc": "To have the XmlRpc adapter (Remote Object feature)"
5242 },
5243 "type": "library",
5244 "extra": {
5245 "branch-alias": {
5246 "dev-master": "3.0.x-dev"
5247 }
5248 },
5249 "autoload": {
5250 "psr-0": {
5251 "ProxyManager\\": "src"
5252 }
5253 },
5254 "notification-url": "https://packagist.org/downloads/",
5255 "license": [
5256 "MIT"
5257 ],
5258 "authors": [
5259 {
5260 "name": "Marco Pivetta",
5261 "email": "ocramius@gmail.com",
5262 "homepage": "http://ocramius.github.io/"
5263 }
5264 ],
5265 "description": "A library providing utilities to generate, instantiate and generally operate with Object Proxies",
5266 "homepage": "https://github.com/Ocramius/ProxyManager",
5267 "keywords": [
5268 "aop",
5269 "lazy loading",
5270 "proxy",
5271 "proxy pattern",
5272 "service proxies"
5273 ],
5274 "time": "2017-05-04T11:12:50+00:00"
5275 },
5276 {
5277 "name": "pagerfanta/pagerfanta",
5278 "version": "v2.1.3",
5279 "source": {
5280 "type": "git",
5281 "url": "https://github.com/whiteoctober/Pagerfanta.git",
5282 "reference": "a53ff01d521648d9dbca19b93ac6bc75a59b0972"
5283 },
5284 "dist": {
5285 "type": "zip",
5286 "url": "https://api.github.com/repos/whiteoctober/Pagerfanta/zipball/a53ff01d521648d9dbca19b93ac6bc75a59b0972",
5287 "reference": "a53ff01d521648d9dbca19b93ac6bc75a59b0972",
5288 "shasum": ""
5289 },
5290 "require": {
5291 "php": "^7.0"
5292 },
5293 "require-dev": {
5294 "doctrine/orm": "~2.3",
5295 "doctrine/phpcr-odm": "1.*",
5296 "jackalope/jackalope-doctrine-dbal": "1.*",
5297 "jmikola/geojson": "~1.0",
5298 "mandango/mandango": "~1.0@dev",
5299 "mandango/mondator": "~1.0@dev",
5300 "phpunit/phpunit": "^6.5",
5301 "propel/propel": "~2.0@dev",
5302 "propel/propel1": "~1.6",
5303 "ruflin/elastica": "~1.3",
5304 "solarium/solarium": "~3.1"
5305 },
5306 "suggest": {
5307 "doctrine/mongodb-odm": "To use the DoctrineODMMongoDBAdapter.",
5308 "doctrine/orm": "To use the DoctrineORMAdapter.",
5309 "doctrine/phpcr-odm": "To use the DoctrineODMPhpcrAdapter. >= 1.1.0",
5310 "mandango/mandango": "To use the MandangoAdapter.",
5311 "propel/propel": "To use the Propel2Adapter",
5312 "propel/propel1": "To use the PropelAdapter",
5313 "solarium/solarium": "To use the SolariumAdapter."
5314 },
5315 "type": "library",
5316 "extra": {
5317 "branch-alias": {
5318 "dev-master": "1.0.x-dev"
5319 }
5320 },
5321 "autoload": {
5322 "psr-4": {
5323 "Pagerfanta\\": "src/Pagerfanta/"
5324 }
5325 },
5326 "notification-url": "https://packagist.org/downloads/",
5327 "license": [
5328 "MIT"
5329 ],
5330 "authors": [
5331 {
5332 "name": "Pablo Díez",
5333 "email": "pablodip@gmail.com"
5334 }
5335 ],
5336 "description": "Pagination for PHP",
5337 "keywords": [
5338 "page",
5339 "pagination",
5340 "paginator",
5341 "paging"
5342 ],
5343 "time": "2019-07-17T20:56:16+00:00"
5344 },
5345 {
5346 "name": "paragonie/constant_time_encoding",
5347 "version": "v2.2.3",
5348 "source": {
5349 "type": "git",
5350 "url": "https://github.com/paragonie/constant_time_encoding.git",
5351 "reference": "55af0dc01992b4d0da7f6372e2eac097bbbaffdb"
5352 },
5353 "dist": {
5354 "type": "zip",
5355 "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/55af0dc01992b4d0da7f6372e2eac097bbbaffdb",
5356 "reference": "55af0dc01992b4d0da7f6372e2eac097bbbaffdb",
5357 "shasum": ""
5358 },
5359 "require": {
5360 "php": "^7"
5361 },
5362 "require-dev": {
5363 "phpunit/phpunit": "^6|^7",
5364 "vimeo/psalm": "^1|^2"
5365 },
5366 "type": "library",
5367 "autoload": {
5368 "psr-4": {
5369 "ParagonIE\\ConstantTime\\": "src/"
5370 }
5371 },
5372 "notification-url": "https://packagist.org/downloads/",
5373 "license": [
5374 "MIT"
5375 ],
5376 "authors": [
5377 {
5378 "name": "Paragon Initiative Enterprises",
5379 "role": "Maintainer",
5380 "email": "security@paragonie.com",
5381 "homepage": "https://paragonie.com"
5382 },
5383 {
5384 "name": "Steve 'Sc00bz' Thomas",
5385 "role": "Original Developer",
5386 "email": "steve@tobtu.com",
5387 "homepage": "https://www.tobtu.com"
5388 }
5389 ],
5390 "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
5391 "keywords": [
5392 "base16",
5393 "base32",
5394 "base32_decode",
5395 "base32_encode",
5396 "base64",
5397 "base64_decode",
5398 "base64_encode",
5399 "bin2hex",
5400 "encoding",
5401 "hex",
5402 "hex2bin",
5403 "rfc4648"
5404 ],
5405 "time": "2019-01-03T20:26:31+00:00"
5406 },
5407 {
5408 "name": "paragonie/random_compat",
5409 "version": "v2.0.18",
5410 "source": {
5411 "type": "git",
5412 "url": "https://github.com/paragonie/random_compat.git",
5413 "reference": "0a58ef6e3146256cc3dc7cc393927bcc7d1b72db"
5414 },
5415 "dist": {
5416 "type": "zip",
5417 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/0a58ef6e3146256cc3dc7cc393927bcc7d1b72db",
5418 "reference": "0a58ef6e3146256cc3dc7cc393927bcc7d1b72db",
5419 "shasum": ""
5420 },
5421 "require": {
5422 "php": ">=5.2.0"
5423 },
5424 "require-dev": {
5425 "phpunit/phpunit": "4.*|5.*"
5426 },
5427 "suggest": {
5428 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
5429 },
5430 "type": "library",
5431 "autoload": {
5432 "files": [
5433 "lib/random.php"
5434 ]
5435 },
5436 "notification-url": "https://packagist.org/downloads/",
5437 "license": [
5438 "MIT"
5439 ],
5440 "authors": [
5441 {
5442 "name": "Paragon Initiative Enterprises",
5443 "email": "security@paragonie.com",
5444 "homepage": "https://paragonie.com"
5445 }
5446 ],
5447 "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
5448 "keywords": [
5449 "csprng",
5450 "polyfill",
5451 "pseudorandom",
5452 "random"
5453 ],
5454 "time": "2019-01-03T20:59:08+00:00"
5455 },
5456 {
5457 "name": "php-amqplib/php-amqplib",
5458 "version": "v2.10.1",
5459 "source": {
5460 "type": "git",
5461 "url": "https://github.com/php-amqplib/php-amqplib.git",
5462 "reference": "6e2b2501e021e994fb64429e5a78118f83b5c200"
5463 },
5464 "dist": {
5465 "type": "zip",
5466 "url": "https://api.github.com/repos/php-amqplib/php-amqplib/zipball/6e2b2501e021e994fb64429e5a78118f83b5c200",
5467 "reference": "6e2b2501e021e994fb64429e5a78118f83b5c200",
5468 "shasum": ""
5469 },
5470 "require": {
5471 "ext-bcmath": "*",
5472 "ext-sockets": "*",
5473 "php": ">=5.6"
5474 },
5475 "replace": {
5476 "videlalvaro/php-amqplib": "self.version"
5477 },
5478 "require-dev": {
5479 "ext-curl": "*",
5480 "nategood/httpful": "^0.2.20",
5481 "phpunit/phpunit": "^5.7|^6.5|^7.0",
5482 "squizlabs/php_codesniffer": "^2.5"
5483 },
5484 "type": "library",
5485 "extra": {
5486 "branch-alias": {
5487 "dev-master": "2.10-dev"
5488 }
5489 },
5490 "autoload": {
5491 "psr-4": {
5492 "PhpAmqpLib\\": "PhpAmqpLib/"
5493 }
5494 },
5495 "notification-url": "https://packagist.org/downloads/",
5496 "license": [
5497 "LGPL-2.1-or-later"
5498 ],
5499 "authors": [
5500 {
5501 "name": "Alvaro Videla",
5502 "role": "Original Maintainer"
5503 },
5504 {
5505 "name": "John Kelly",
5506 "email": "johnmkelly86@gmail.com",
5507 "role": "Maintainer"
5508 },
5509 {
5510 "name": "Raúl Araya",
5511 "email": "nubeiro@gmail.com",
5512 "role": "Maintainer"
5513 },
5514 {
5515 "name": "Luke Bakken",
5516 "email": "luke@bakken.io",
5517 "role": "Maintainer"
5518 }
5519 ],
5520 "description": "Formerly videlalvaro/php-amqplib. This library is a pure PHP implementation of the AMQP protocol. It's been tested against RabbitMQ.",
5521 "homepage": "https://github.com/php-amqplib/php-amqplib/",
5522 "keywords": [
5523 "message",
5524 "queue",
5525 "rabbitmq"
5526 ],
5527 "time": "2019-10-10T13:23:40+00:00"
5528 },
5529 {
5530 "name": "php-amqplib/rabbitmq-bundle",
5531 "version": "v1.14.4",
5532 "source": {
5533 "type": "git",
5534 "url": "https://github.com/php-amqplib/RabbitMqBundle.git",
5535 "reference": "cf67adaa4e306d8e9cb6855a72d79263b425ded8"
5536 },
5537 "dist": {
5538 "type": "zip",
5539 "url": "https://api.github.com/repos/php-amqplib/RabbitMqBundle/zipball/cf67adaa4e306d8e9cb6855a72d79263b425ded8",
5540 "reference": "cf67adaa4e306d8e9cb6855a72d79263b425ded8",
5541 "shasum": ""
5542 },
5543 "require": {
5544 "php": "^5.3.9|^7.0",
5545 "php-amqplib/php-amqplib": "^2.6",
5546 "psr/log": "^1.0",
5547 "symfony/config": "^2.7|^3.0|^4.0",
5548 "symfony/console": "^2.7|^3.0|^4.0",
5549 "symfony/dependency-injection": "^2.7|^3.0|^4.0",
5550 "symfony/event-dispatcher": "^2.7|^3.0|^4.0",
5551 "symfony/yaml": "^2.7|^3.0|^4.0"
5552 },
5553 "replace": {
5554 "oldsound/rabbitmq-bundle": "self.version"
5555 },
5556 "require-dev": {
5557 "phpunit/phpunit": "^4.8.35|^5.4.3",
5558 "symfony/debug": "^2.7|^3.0|^4.0",
5559 "symfony/serializer": "^2.7|^3.0|^4.0"
5560 },
5561 "suggest": {
5562 "symfony/framework-bundle": "To use this lib as a full Symfony Bundle and to use the profiler data collector"
5563 },
5564 "type": "symfony-bundle",
5565 "extra": {
5566 "branch-alias": {
5567 "dev-master": "1.10.x-dev"
5568 }
5569 },
5570 "autoload": {
5571 "psr-4": {
5572 "OldSound\\RabbitMqBundle\\": ""
5573 },
5574 "exclude-from-classmap": [
5575 "/Tests/"
5576 ]
5577 },
5578 "notification-url": "https://packagist.org/downloads/",
5579 "license": [
5580 "MIT"
5581 ],
5582 "authors": [
5583 {
5584 "name": "Alvaro Videla"
5585 }
5586 ],
5587 "description": "Integrates php-amqplib with Symfony & RabbitMq. Formerly oldsound/rabbitmq-bundle.",
5588 "keywords": [
5589 "AMQP",
5590 "Symfony2",
5591 "message",
5592 "queue",
5593 "rabbitmq",
5594 "symfony",
5595 "symfony3",
5596 "symfony4"
5597 ],
5598 "time": "2018-05-02T13:12:32+00:00"
5599 },
5600 {
5601 "name": "php-http/client-common",
5602 "version": "2.0.0",
5603 "source": {
5604 "type": "git",
5605 "url": "https://github.com/php-http/client-common.git",
5606 "reference": "2b8aa3c4910afc21146a9c8f96adb266e869517a"
5607 },
5608 "dist": {
5609 "type": "zip",
5610 "url": "https://api.github.com/repos/php-http/client-common/zipball/2b8aa3c4910afc21146a9c8f96adb266e869517a",
5611 "reference": "2b8aa3c4910afc21146a9c8f96adb266e869517a",
5612 "shasum": ""
5613 },
5614 "require": {
5615 "php": "^7.1",
5616 "php-http/httplug": "^2.0",
5617 "php-http/message": "^1.6",
5618 "php-http/message-factory": "^1.0",
5619 "symfony/options-resolver": " ^3.4.20 || ^4.0.15 || ^4.1.9 || ^4.2.1"
5620 },
5621 "require-dev": {
5622 "doctrine/instantiator": "^1.1",
5623 "guzzlehttp/psr7": "^1.4",
5624 "phpspec/phpspec": "^5.1",
5625 "phpspec/prophecy": "^1.8",
5626 "sebastian/comparator": "^3.0"
5627 },
5628 "suggest": {
5629 "ext-json": "To detect JSON responses with the ContentTypePlugin",
5630 "ext-libxml": "To detect XML responses with the ContentTypePlugin",
5631 "php-http/cache-plugin": "PSR-6 Cache plugin",
5632 "php-http/logger-plugin": "PSR-3 Logger plugin",
5633 "php-http/stopwatch-plugin": "Symfony Stopwatch plugin"
5634 },
5635 "type": "library",
5636 "extra": {
5637 "branch-alias": {
5638 "dev-master": "2.0.x-dev"
5639 }
5640 },
5641 "autoload": {
5642 "psr-4": {
5643 "Http\\Client\\Common\\": "src/"
5644 }
5645 },
5646 "notification-url": "https://packagist.org/downloads/",
5647 "license": [
5648 "MIT"
5649 ],
5650 "authors": [
5651 {
5652 "name": "Márk Sági-Kazár",
5653 "email": "mark.sagikazar@gmail.com"
5654 }
5655 ],
5656 "description": "Common HTTP Client implementations and tools for HTTPlug",
5657 "homepage": "http://httplug.io",
5658 "keywords": [
5659 "client",
5660 "common",
5661 "http",
5662 "httplug"
5663 ],
5664 "time": "2019-02-03T16:49:09+00:00"
5665 },
5666 {
5667 "name": "php-http/curl-client",
5668 "version": "2.0.0",
5669 "source": {
5670 "type": "git",
5671 "url": "https://github.com/php-http/curl-client.git",
5672 "reference": "e7a2a5ebcce1ff7d75eaf02b7c85634a6fac00da"
5673 },
5674 "dist": {
5675 "type": "zip",
5676 "url": "https://api.github.com/repos/php-http/curl-client/zipball/e7a2a5ebcce1ff7d75eaf02b7c85634a6fac00da",
5677 "reference": "e7a2a5ebcce1ff7d75eaf02b7c85634a6fac00da",
5678 "shasum": ""
5679 },
5680 "require": {
5681 "ext-curl": "*",
5682 "php": "^7.1",
5683 "php-http/discovery": "^1.6",
5684 "php-http/httplug": "^2.0",
5685 "php-http/message": "^1.2",
5686 "psr/http-client": "^1.0",
5687 "psr/http-factory": "^1.0",
5688 "symfony/options-resolver": "^3.4 || ^4.0"
5689 },
5690 "provide": {
5691 "php-http/async-client-implementation": "1.0",
5692 "php-http/client-implementation": "1.0"
5693 },
5694 "require-dev": {
5695 "guzzlehttp/psr7": "^1.0",
5696 "php-http/client-integration-tests": "^2.0",
5697 "phpunit/phpunit": "^7.5",
5698 "zendframework/zend-diactoros": "^2.0"
5699 },
5700 "type": "library",
5701 "extra": {
5702 "branch-alias": {
5703 "dev-master": "2.x-dev"
5704 }
5705 },
5706 "autoload": {
5707 "psr-4": {
5708 "Http\\Client\\Curl\\": "src/"
5709 }
5710 },
5711 "notification-url": "https://packagist.org/downloads/",
5712 "license": [
5713 "MIT"
5714 ],
5715 "authors": [
5716 {
5717 "name": "Михаил Красильников",
5718 "email": "m.krasilnikov@yandex.ru"
5719 }
5720 ],
5721 "description": "PSR-18 and HTTPlug Async client with cURL",
5722 "homepage": "http://php-http.org",
5723 "keywords": [
5724 "curl",
5725 "http",
5726 "psr-18"
5727 ],
5728 "time": "2019-03-05T19:59:23+00:00"
5729 },
5730 {
5731 "name": "php-http/discovery",
5732 "version": "1.7.0",
5733 "source": {
5734 "type": "git",
5735 "url": "https://github.com/php-http/discovery.git",
5736 "reference": "e822f86a6983790aa17ab13aa7e69631e86806b6"
5737 },
5738 "dist": {
5739 "type": "zip",
5740 "url": "https://api.github.com/repos/php-http/discovery/zipball/e822f86a6983790aa17ab13aa7e69631e86806b6",
5741 "reference": "e822f86a6983790aa17ab13aa7e69631e86806b6",
5742 "shasum": ""
5743 },
5744 "require": {
5745 "php": "^7.1"
5746 },
5747 "conflict": {
5748 "nyholm/psr7": "<1.0"
5749 },
5750 "require-dev": {
5751 "akeneo/phpspec-skip-example-extension": "^4.0",
5752 "php-http/httplug": "^1.0 || ^2.0",
5753 "php-http/message-factory": "^1.0",
5754 "phpspec/phpspec": "^5.1",
5755 "puli/composer-plugin": "1.0.0-beta10"
5756 },
5757 "suggest": {
5758 "php-http/message": "Allow to use Guzzle, Diactoros or Slim Framework factories",
5759 "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."
5760 },
5761 "type": "library",
5762 "extra": {
5763 "branch-alias": {
5764 "dev-master": "1.7-dev"
5765 }
5766 },
5767 "autoload": {
5768 "psr-4": {
5769 "Http\\Discovery\\": "src/"
5770 }
5771 },
5772 "notification-url": "https://packagist.org/downloads/",
5773 "license": [
5774 "MIT"
5775 ],
5776 "authors": [
5777 {
5778 "name": "Márk Sági-Kazár",
5779 "email": "mark.sagikazar@gmail.com"
5780 }
5781 ],
5782 "description": "Finds installed HTTPlug implementations and PSR-7 message factories",
5783 "homepage": "http://php-http.org",
5784 "keywords": [
5785 "adapter",
5786 "client",
5787 "discovery",
5788 "factory",
5789 "http",
5790 "message",
5791 "psr7"
5792 ],
5793 "time": "2019-06-30T09:04:27+00:00"
5794 },
5795 {
5796 "name": "php-http/guzzle5-adapter",
5797 "version": "2.0.0",
5798 "source": {
5799 "type": "git",
5800 "url": "https://github.com/php-http/guzzle5-adapter.git",
5801 "reference": "cce48360b1f8a3467bd94e853e6107aa4532008e"
5802 },
5803 "dist": {
5804 "type": "zip",
5805 "url": "https://api.github.com/repos/php-http/guzzle5-adapter/zipball/cce48360b1f8a3467bd94e853e6107aa4532008e",
5806 "reference": "cce48360b1f8a3467bd94e853e6107aa4532008e",
5807 "shasum": ""
5808 },
5809 "require": {
5810 "guzzlehttp/guzzle": "^5.1",
5811 "php": "^7.0",
5812 "php-http/discovery": "^1.0",
5813 "php-http/httplug": "^2.0"
5814 },
5815 "provide": {
5816 "php-http/client-implementation": "1.0",
5817 "psr/http-client-implementation": "1.0"
5818 },
5819 "require-dev": {
5820 "ext-curl": "*",
5821 "guzzlehttp/ringphp": "^1.1",
5822 "php-http/client-integration-tests": "^2.0",
5823 "phpunit/phpunit": "^6.0 || ^7.0"
5824 },
5825 "type": "library",
5826 "extra": {
5827 "branch-alias": {
5828 "dev-master": "2.0-dev"
5829 }
5830 },
5831 "autoload": {
5832 "psr-4": {
5833 "Http\\Adapter\\Guzzle5\\": "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": "Guzzle 5 HTTP Adapter",
5851 "homepage": "http://httplug.io",
5852 "keywords": [
5853 "Guzzle",
5854 "http"
5855 ],
5856 "time": "2019-02-05T12:28:45+00:00"
5857 },
5858 {
5859 "name": "php-http/httplug",
5860 "version": "v2.0.0",
5861 "source": {
5862 "type": "git",
5863 "url": "https://github.com/php-http/httplug.git",
5864 "reference": "b3842537338c949f2469557ef4ad4bdc47b58603"
5865 },
5866 "dist": {
5867 "type": "zip",
5868 "url": "https://api.github.com/repos/php-http/httplug/zipball/b3842537338c949f2469557ef4ad4bdc47b58603",
5869 "reference": "b3842537338c949f2469557ef4ad4bdc47b58603",
5870 "shasum": ""
5871 },
5872 "require": {
5873 "php": "^7.0",
5874 "php-http/promise": "^1.0",
5875 "psr/http-client": "^1.0",
5876 "psr/http-message": "^1.0"
5877 },
5878 "require-dev": {
5879 "henrikbjorn/phpspec-code-coverage": "^1.0",
5880 "phpspec/phpspec": "^2.4"
5881 },
5882 "type": "library",
5883 "extra": {
5884 "branch-alias": {
5885 "dev-master": "2.0.x-dev"
5886 }
5887 },
5888 "autoload": {
5889 "psr-4": {
5890 "Http\\Client\\": "src/"
5891 }
5892 },
5893 "notification-url": "https://packagist.org/downloads/",
5894 "license": [
5895 "MIT"
5896 ],
5897 "authors": [
5898 {
5899 "name": "Eric GELOEN",
5900 "email": "geloen.eric@gmail.com"
5901 },
5902 {
5903 "name": "Márk Sági-Kazár",
5904 "email": "mark.sagikazar@gmail.com"
5905 }
5906 ],
5907 "description": "HTTPlug, the HTTP client abstraction for PHP",
5908 "homepage": "http://httplug.io",
5909 "keywords": [
5910 "client",
5911 "http"
5912 ],
5913 "time": "2018-10-31T09:14:44+00:00"
5914 },
5915 {
5916 "name": "php-http/httplug-bundle",
5917 "version": "1.16.0",
5918 "source": {
5919 "type": "git",
5920 "url": "https://github.com/php-http/HttplugBundle.git",
5921 "reference": "5044b655fcd3a43243383cd692a6bb6cd18af24f"
5922 },
5923 "dist": {
5924 "type": "zip",
5925 "url": "https://api.github.com/repos/php-http/HttplugBundle/zipball/5044b655fcd3a43243383cd692a6bb6cd18af24f",
5926 "reference": "5044b655fcd3a43243383cd692a6bb6cd18af24f",
5927 "shasum": ""
5928 },
5929 "require": {
5930 "php": "^7.1",
5931 "php-http/client-common": "^1.9 || ^2.0",
5932 "php-http/client-implementation": "^1.0",
5933 "php-http/discovery": "^1.0",
5934 "php-http/httplug": "^1.0 || ^2.0",
5935 "php-http/logger-plugin": "^1.1",
5936 "php-http/message": "^1.4",
5937 "php-http/message-factory": "^1.0.2",
5938 "php-http/stopwatch-plugin": "^1.2",
5939 "psr/http-message": "^1.0",
5940 "symfony/config": "^3.4.20 || ^4.2.1",
5941 "symfony/dependency-injection": "^3.4.20 || ^4.2.1",
5942 "symfony/event-dispatcher": "^3.4.20 || ^4.2.1",
5943 "symfony/http-kernel": "^3.4.20 || ^4.2.1",
5944 "symfony/options-resolver": "^3.4.20 || ^4.2.1"
5945 },
5946 "conflict": {
5947 "php-http/curl-client": "<2.0",
5948 "php-http/guzzle6-adapter": "<1.1"
5949 },
5950 "require-dev": {
5951 "guzzlehttp/psr7": "^1.0",
5952 "matthiasnoback/symfony-dependency-injection-test": "^3.0",
5953 "nyholm/nsa": "^1.1",
5954 "php-http/cache-plugin": "^1.6",
5955 "php-http/guzzle6-adapter": "^1.1.1 || ^2.0.1",
5956 "php-http/mock-client": "^1.2",
5957 "php-http/promise": "^1.0",
5958 "polishsymfonycommunity/symfony-mocker-container": "^1.0",
5959 "symfony/browser-kit": "^3.4.20 || ^4.2.1",
5960 "symfony/cache": "^3.4.20 || ^4.2.1",
5961 "symfony/dom-crawler": "^3.4.20 || ^4.2.1",
5962 "symfony/framework-bundle": "^3.4.0 || ^4.2",
5963 "symfony/http-foundation": "^3.4.20 || ^4.2.1",
5964 "symfony/phpunit-bridge": "^3.4 || ^4.2",
5965 "symfony/stopwatch": "^3.4.20 || ^4.2.1",
5966 "symfony/twig-bundle": "^3.4.20 || ^4.2.1",
5967 "symfony/web-profiler-bundle": "^3.4.20 || ^4.2.1",
5968 "twig/twig": "^1.36 || ^2.6"
5969 },
5970 "suggest": {
5971 "php-http/cache-plugin": "To configure clients that cache responses",
5972 "php-http/mock-client": "Add this to your require-dev section to mock HTTP responses easily",
5973 "twig/twig": "Add this to your require-dev section when using the WebProfilerBundle"
5974 },
5975 "type": "symfony-bundle",
5976 "extra": {
5977 "branch-alias": {
5978 "dev-master": "1.x-dev"
5979 }
5980 },
5981 "autoload": {
5982 "psr-4": {
5983 "Http\\HttplugBundle\\": "src/"
5984 },
5985 "exclude-from-classmap": [
5986 "/Tests/Resources/MyPsr18TestClient.php"
5987 ]
5988 },
5989 "notification-url": "https://packagist.org/downloads/",
5990 "license": [
5991 "MIT"
5992 ],
5993 "authors": [
5994 {
5995 "name": "David Buchmann",
5996 "email": "mail@davidbu.ch"
5997 },
5998 {
5999 "name": "Tobias Nyholm",
6000 "email": "tobias.nyholm@gmail.com"
6001 }
6002 ],
6003 "description": "Symfony integration for HTTPlug",
6004 "homepage": "http://httplug.io",
6005 "keywords": [
6006 "adapter",
6007 "bundle",
6008 "discovery",
6009 "factory",
6010 "http",
6011 "httplug",
6012 "message",
6013 "php-http"
6014 ],
6015 "time": "2019-06-05T12:03:16+00:00"
6016 },
6017 {
6018 "name": "php-http/logger-plugin",
6019 "version": "1.1.0",
6020 "source": {
6021 "type": "git",
6022 "url": "https://github.com/php-http/logger-plugin.git",
6023 "reference": "c1c6e90717ce350319b7b8bc489f1db35bb523fd"
6024 },
6025 "dist": {
6026 "type": "zip",
6027 "url": "https://api.github.com/repos/php-http/logger-plugin/zipball/c1c6e90717ce350319b7b8bc489f1db35bb523fd",
6028 "reference": "c1c6e90717ce350319b7b8bc489f1db35bb523fd",
6029 "shasum": ""
6030 },
6031 "require": {
6032 "php": "^5.4 || ^7.0",
6033 "php-http/client-common": "^1.9 || ^2.0",
6034 "php-http/message": "^1.0",
6035 "psr/log": "^1.0"
6036 },
6037 "require-dev": {
6038 "henrikbjorn/phpspec-code-coverage": "^1.0",
6039 "phpspec/phpspec": "^2.5"
6040 },
6041 "type": "library",
6042 "extra": {
6043 "branch-alias": {
6044 "dev-master": "1.1-dev"
6045 }
6046 },
6047 "autoload": {
6048 "psr-4": {
6049 "Http\\Client\\Common\\Plugin\\": "src/"
6050 }
6051 },
6052 "notification-url": "https://packagist.org/downloads/",
6053 "license": [
6054 "MIT"
6055 ],
6056 "authors": [
6057 {
6058 "name": "Márk Sági-Kazár",
6059 "email": "mark.sagikazar@gmail.com"
6060 }
6061 ],
6062 "description": "PSR-3 Logger plugin for HTTPlug",
6063 "homepage": "http://httplug.io",
6064 "keywords": [
6065 "http",
6066 "httplug",
6067 "logger",
6068 "plugin"
6069 ],
6070 "time": "2019-01-30T11:48:21+00:00"
6071 },
6072 {
6073 "name": "php-http/message",
6074 "version": "1.8.0",
6075 "source": {
6076 "type": "git",
6077 "url": "https://github.com/php-http/message.git",
6078 "reference": "ce8f43ac1e294b54aabf5808515c3554a19c1e1c"
6079 },
6080 "dist": {
6081 "type": "zip",
6082 "url": "https://api.github.com/repos/php-http/message/zipball/ce8f43ac1e294b54aabf5808515c3554a19c1e1c",
6083 "reference": "ce8f43ac1e294b54aabf5808515c3554a19c1e1c",
6084 "shasum": ""
6085 },
6086 "require": {
6087 "clue/stream-filter": "^1.4",
6088 "php": "^7.1",
6089 "php-http/message-factory": "^1.0.2",
6090 "psr/http-message": "^1.0"
6091 },
6092 "provide": {
6093 "php-http/message-factory-implementation": "1.0"
6094 },
6095 "require-dev": {
6096 "akeneo/phpspec-skip-example-extension": "^1.0",
6097 "coduo/phpspec-data-provider-extension": "^1.0",
6098 "ext-zlib": "*",
6099 "guzzlehttp/psr7": "^1.0",
6100 "henrikbjorn/phpspec-code-coverage": "^1.0",
6101 "phpspec/phpspec": "^2.4",
6102 "slim/slim": "^3.0",
6103 "zendframework/zend-diactoros": "^1.0"
6104 },
6105 "suggest": {
6106 "ext-zlib": "Used with compressor/decompressor streams",
6107 "guzzlehttp/psr7": "Used with Guzzle PSR-7 Factories",
6108 "slim/slim": "Used with Slim Framework PSR-7 implementation",
6109 "zendframework/zend-diactoros": "Used with Diactoros Factories"
6110 },
6111 "type": "library",
6112 "extra": {
6113 "branch-alias": {
6114 "dev-master": "1.8-dev"
6115 }
6116 },
6117 "autoload": {
6118 "psr-4": {
6119 "Http\\Message\\": "src/"
6120 },
6121 "files": [
6122 "src/filters.php"
6123 ]
6124 },
6125 "notification-url": "https://packagist.org/downloads/",
6126 "license": [
6127 "MIT"
6128 ],
6129 "authors": [
6130 {
6131 "name": "Márk Sági-Kazár",
6132 "email": "mark.sagikazar@gmail.com"
6133 }
6134 ],
6135 "description": "HTTP Message related tools",
6136 "homepage": "http://php-http.org",
6137 "keywords": [
6138 "http",
6139 "message",
6140 "psr-7"
6141 ],
6142 "time": "2019-08-05T06:55:08+00:00"
6143 },
6144 {
6145 "name": "php-http/message-factory",
6146 "version": "v1.0.2",
6147 "source": {
6148 "type": "git",
6149 "url": "https://github.com/php-http/message-factory.git",
6150 "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1"
6151 },
6152 "dist": {
6153 "type": "zip",
6154 "url": "https://api.github.com/repos/php-http/message-factory/zipball/a478cb11f66a6ac48d8954216cfed9aa06a501a1",
6155 "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1",
6156 "shasum": ""
6157 },
6158 "require": {
6159 "php": ">=5.4",
6160 "psr/http-message": "^1.0"
6161 },
6162 "type": "library",
6163 "extra": {
6164 "branch-alias": {
6165 "dev-master": "1.0-dev"
6166 }
6167 },
6168 "autoload": {
6169 "psr-4": {
6170 "Http\\Message\\": "src/"
6171 }
6172 },
6173 "notification-url": "https://packagist.org/downloads/",
6174 "license": [
6175 "MIT"
6176 ],
6177 "authors": [
6178 {
6179 "name": "Márk Sági-Kazár",
6180 "email": "mark.sagikazar@gmail.com"
6181 }
6182 ],
6183 "description": "Factory interfaces for PSR-7 HTTP Message",
6184 "homepage": "http://php-http.org",
6185 "keywords": [
6186 "factory",
6187 "http",
6188 "message",
6189 "stream",
6190 "uri"
6191 ],
6192 "time": "2015-12-19T14:08:53+00:00"
6193 },
6194 {
6195 "name": "php-http/promise",
6196 "version": "v1.0.0",
6197 "source": {
6198 "type": "git",
6199 "url": "https://github.com/php-http/promise.git",
6200 "reference": "dc494cdc9d7160b9a09bd5573272195242ce7980"
6201 },
6202 "dist": {
6203 "type": "zip",
6204 "url": "https://api.github.com/repos/php-http/promise/zipball/dc494cdc9d7160b9a09bd5573272195242ce7980",
6205 "reference": "dc494cdc9d7160b9a09bd5573272195242ce7980",
6206 "shasum": ""
6207 },
6208 "require-dev": {
6209 "henrikbjorn/phpspec-code-coverage": "^1.0",
6210 "phpspec/phpspec": "^2.4"
6211 },
6212 "type": "library",
6213 "extra": {
6214 "branch-alias": {
6215 "dev-master": "1.1-dev"
6216 }
6217 },
6218 "autoload": {
6219 "psr-4": {
6220 "Http\\Promise\\": "src/"
6221 }
6222 },
6223 "notification-url": "https://packagist.org/downloads/",
6224 "license": [
6225 "MIT"
6226 ],
6227 "authors": [
6228 {
6229 "name": "Márk Sági-Kazár",
6230 "email": "mark.sagikazar@gmail.com"
6231 },
6232 {
6233 "name": "Joel Wurtz",
6234 "email": "joel.wurtz@gmail.com"
6235 }
6236 ],
6237 "description": "Promise used for asynchronous HTTP requests",
6238 "homepage": "http://httplug.io",
6239 "keywords": [
6240 "promise"
6241 ],
6242 "time": "2016-01-26T13:27:02+00:00"
6243 },
6244 {
6245 "name": "php-http/stopwatch-plugin",
6246 "version": "1.2.0",
6247 "source": {
6248 "type": "git",
6249 "url": "https://github.com/php-http/stopwatch-plugin.git",
6250 "reference": "520419dd18755a1e7b29077e677fbeb16b6629e7"
6251 },
6252 "dist": {
6253 "type": "zip",
6254 "url": "https://api.github.com/repos/php-http/stopwatch-plugin/zipball/520419dd18755a1e7b29077e677fbeb16b6629e7",
6255 "reference": "520419dd18755a1e7b29077e677fbeb16b6629e7",
6256 "shasum": ""
6257 },
6258 "require": {
6259 "php": "^5.4 || ^7.0",
6260 "php-http/client-common": "^1.9 || ^2.0",
6261 "symfony/stopwatch": "^2.7 || ^3.0 || ^4.0"
6262 },
6263 "require-dev": {
6264 "phpspec/phpspec": "^2.5 || ^3.0 || ^4.0"
6265 },
6266 "type": "library",
6267 "extra": {
6268 "branch-alias": {
6269 "dev-master": "1.2-dev"
6270 }
6271 },
6272 "autoload": {
6273 "psr-4": {
6274 "Http\\Client\\Common\\Plugin\\": "src/"
6275 }
6276 },
6277 "notification-url": "https://packagist.org/downloads/",
6278 "license": [
6279 "MIT"
6280 ],
6281 "authors": [
6282 {
6283 "name": "Márk Sági-Kazár",
6284 "email": "mark.sagikazar@gmail.com"
6285 }
6286 ],
6287 "description": "Symfony Stopwatch plugin for HTTPlug",
6288 "homepage": "http://httplug.io",
6289 "keywords": [
6290 "http",
6291 "httplug",
6292 "plugin",
6293 "stopwatch"
6294 ],
6295 "time": "2019-01-30T12:01:37+00:00"
6296 },
6297 {
6298 "name": "phpcollection/phpcollection",
6299 "version": "0.5.0",
6300 "source": {
6301 "type": "git",
6302 "url": "https://github.com/schmittjoh/php-collection.git",
6303 "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6"
6304 },
6305 "dist": {
6306 "type": "zip",
6307 "url": "https://api.github.com/repos/schmittjoh/php-collection/zipball/f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6",
6308 "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6",
6309 "shasum": ""
6310 },
6311 "require": {
6312 "phpoption/phpoption": "1.*"
6313 },
6314 "type": "library",
6315 "extra": {
6316 "branch-alias": {
6317 "dev-master": "0.4-dev"
6318 }
6319 },
6320 "autoload": {
6321 "psr-0": {
6322 "PhpCollection": "src/"
6323 }
6324 },
6325 "notification-url": "https://packagist.org/downloads/",
6326 "license": [
6327 "Apache2"
6328 ],
6329 "authors": [
6330 {
6331 "name": "Johannes M. Schmitt",
6332 "email": "schmittjoh@gmail.com"
6333 }
6334 ],
6335 "description": "General-Purpose Collection Library for PHP",
6336 "keywords": [
6337 "collection",
6338 "list",
6339 "map",
6340 "sequence",
6341 "set"
6342 ],
6343 "time": "2015-05-17T12:39:23+00:00"
6344 },
6345 {
6346 "name": "phpoption/phpoption",
6347 "version": "1.5.0",
6348 "source": {
6349 "type": "git",
6350 "url": "https://github.com/schmittjoh/php-option.git",
6351 "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed"
6352 },
6353 "dist": {
6354 "type": "zip",
6355 "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/94e644f7d2051a5f0fcf77d81605f152eecff0ed",
6356 "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed",
6357 "shasum": ""
6358 },
6359 "require": {
6360 "php": ">=5.3.0"
6361 },
6362 "require-dev": {
6363 "phpunit/phpunit": "4.7.*"
6364 },
6365 "type": "library",
6366 "extra": {
6367 "branch-alias": {
6368 "dev-master": "1.3-dev"
6369 }
6370 },
6371 "autoload": {
6372 "psr-0": {
6373 "PhpOption\\": "src/"
6374 }
6375 },
6376 "notification-url": "https://packagist.org/downloads/",
6377 "license": [
6378 "Apache2"
6379 ],
6380 "authors": [
6381 {
6382 "name": "Johannes M. Schmitt",
6383 "email": "schmittjoh@gmail.com"
6384 }
6385 ],
6386 "description": "Option Type for PHP",
6387 "keywords": [
6388 "language",
6389 "option",
6390 "php",
6391 "type"
6392 ],
6393 "time": "2015-07-25T16:39:46+00:00"
6394 },
6395 {
6396 "name": "phpzip/phpzip",
6397 "version": "2.0.8",
6398 "source": {
6399 "type": "git",
6400 "url": "https://github.com/Grandt/PHPZip.git",
6401 "reference": "936f93d656f68e29c231a39e19fd59a636fe7e47"
6402 },
6403 "dist": {
6404 "type": "zip",
6405 "url": "https://api.github.com/repos/Grandt/PHPZip/zipball/936f93d656f68e29c231a39e19fd59a636fe7e47",
6406 "reference": "936f93d656f68e29c231a39e19fd59a636fe7e47",
6407 "shasum": ""
6408 },
6409 "require": {
6410 "grandt/binstring": ">=1.0.0",
6411 "grandt/phpzipmerge": ">=1.0.4",
6412 "grandt/relativepath": ">=1.0.2",
6413 "php": ">=5.3.0"
6414 },
6415 "type": "library",
6416 "autoload": {
6417 "psr-4": {
6418 "PHPZip\\Zip\\": "src/Zip"
6419 }
6420 },
6421 "notification-url": "https://packagist.org/downloads/",
6422 "license": [
6423 "LGPL-2.1"
6424 ],
6425 "authors": [
6426 {
6427 "name": "Adam Schmalhofer",
6428 "email": "Adam.Schmalhofer@gmx.de",
6429 "role": "Developer"
6430 },
6431 {
6432 "name": "A. Grandt",
6433 "email": "php@grandt.com",
6434 "homepage": "http://grandt.com",
6435 "role": "Developer"
6436 },
6437 {
6438 "name": "Greg Kappatos",
6439 "homepage": "http://websiteconnect.com.au",
6440 "role": "Developer"
6441 }
6442 ],
6443 "description": "Package to create and stream archives of compressed files in ZIP format with PHP 5.3+",
6444 "homepage": "https://github.com/Grandt/PHPZip",
6445 "keywords": [
6446 "archive",
6447 "compressed",
6448 "compression",
6449 "phpzip",
6450 "pkzip",
6451 "stream",
6452 "zip"
6453 ],
6454 "time": "2015-11-16T16:30:51+00:00"
6455 },
6456 {
6457 "name": "pragmarx/random",
6458 "version": "v0.2.2",
6459 "source": {
6460 "type": "git",
6461 "url": "https://github.com/antonioribeiro/random.git",
6462 "reference": "daf08a189c5d2d40d1a827db46364d3a741a51b7"
6463 },
6464 "dist": {
6465 "type": "zip",
6466 "url": "https://api.github.com/repos/antonioribeiro/random/zipball/daf08a189c5d2d40d1a827db46364d3a741a51b7",
6467 "reference": "daf08a189c5d2d40d1a827db46364d3a741a51b7",
6468 "shasum": ""
6469 },
6470 "require": {
6471 "php": ">=7.0"
6472 },
6473 "require-dev": {
6474 "fzaninotto/faker": "~1.7",
6475 "phpunit/phpunit": "~6.4",
6476 "pragmarx/trivia": "~0.1",
6477 "squizlabs/php_codesniffer": "^2.3"
6478 },
6479 "suggest": {
6480 "fzaninotto/faker": "Allows you to get dozens of randomized types",
6481 "pragmarx/trivia": "For the trivia database"
6482 },
6483 "type": "library",
6484 "extra": {
6485 "branch-alias": {
6486 "dev-master": "1.0-dev"
6487 }
6488 },
6489 "autoload": {
6490 "psr-4": {
6491 "PragmaRX\\Random\\": "src"
6492 }
6493 },
6494 "notification-url": "https://packagist.org/downloads/",
6495 "license": [
6496 "MIT"
6497 ],
6498 "authors": [
6499 {
6500 "name": "Antonio Carlos Ribeiro",
6501 "email": "acr@antoniocarlosribeiro.com",
6502 "homepage": "https://antoniocarlosribeiro.com",
6503 "role": "Developer"
6504 }
6505 ],
6506 "description": "Create random chars, numbers, strings",
6507 "homepage": "https://github.com/antonioribeiro/random",
6508 "keywords": [
6509 "Randomize",
6510 "faker",
6511 "pragmarx",
6512 "random",
6513 "random number",
6514 "random pattern",
6515 "random string"
6516 ],
6517 "time": "2017-11-21T05:26:22+00:00"
6518 },
6519 {
6520 "name": "pragmarx/recovery",
6521 "version": "v0.1.0",
6522 "source": {
6523 "type": "git",
6524 "url": "https://github.com/antonioribeiro/recovery.git",
6525 "reference": "e16573a1ae5345cc3b100eec6d0296a1a15a90fe"
6526 },
6527 "dist": {
6528 "type": "zip",
6529 "url": "https://api.github.com/repos/antonioribeiro/recovery/zipball/e16573a1ae5345cc3b100eec6d0296a1a15a90fe",
6530 "reference": "e16573a1ae5345cc3b100eec6d0296a1a15a90fe",
6531 "shasum": ""
6532 },
6533 "require": {
6534 "php": "~7.0",
6535 "pragmarx/random": "~0.1"
6536 },
6537 "require-dev": {
6538 "phpunit/phpunit": ">=5.4.3",
6539 "squizlabs/php_codesniffer": "^2.3",
6540 "tightenco/collect": "^5"
6541 },
6542 "suggest": {
6543 "tightenco/collect": "Allows to generate recovery codes as collections"
6544 },
6545 "type": "library",
6546 "extra": {
6547 "branch-alias": {
6548 "dev-master": "1.0-dev"
6549 }
6550 },
6551 "autoload": {
6552 "psr-4": {
6553 "PragmaRX\\Recovery\\": "src"
6554 }
6555 },
6556 "notification-url": "https://packagist.org/downloads/",
6557 "license": [
6558 "MIT"
6559 ],
6560 "authors": [
6561 {
6562 "name": "Antonio Carlos Ribeiro",
6563 "email": "acr@antoniocarlosribeiro.com",
6564 "homepage": "https://antoniocarlosribeiro.com",
6565 "role": "Developer"
6566 }
6567 ],
6568 "description": "Create recovery codes for two factor auth",
6569 "homepage": "https://github.com/antonioribeiro/recovery",
6570 "keywords": [
6571 "2fa",
6572 "account recovery",
6573 "auth",
6574 "backup codes",
6575 "google2fa",
6576 "pragmarx",
6577 "recovery",
6578 "recovery codes",
6579 "two factor auth"
6580 ],
6581 "time": "2017-09-19T16:58:00+00:00"
6582 },
6583 {
6584 "name": "predis/predis",
6585 "version": "v1.1.x-dev",
6586 "source": {
6587 "type": "git",
6588 "url": "https://github.com/nrk/predis.git",
6589 "reference": "111d100ee389d624036b46b35ed0c9ac59c71313"
6590 },
6591 "dist": {
6592 "type": "zip",
6593 "url": "https://api.github.com/repos/nrk/predis/zipball/111d100ee389d624036b46b35ed0c9ac59c71313",
6594 "reference": "111d100ee389d624036b46b35ed0c9ac59c71313",
6595 "shasum": ""
6596 },
6597 "require": {
6598 "php": ">=5.3.9"
6599 },
6600 "require-dev": {
6601 "phpunit/phpunit": "~4.8"
6602 },
6603 "suggest": {
6604 "ext-curl": "Allows access to Webdis when paired with phpiredis",
6605 "ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol"
6606 },
6607 "type": "library",
6608 "autoload": {
6609 "psr-4": {
6610 "Predis\\": "src/"
6611 }
6612 },
6613 "notification-url": "https://packagist.org/downloads/",
6614 "license": [
6615 "MIT"
6616 ],
6617 "authors": [
6618 {
6619 "name": "Daniele Alessandri",
6620 "email": "suppakilla@gmail.com",
6621 "homepage": "http://clorophilla.net"
6622 }
6623 ],
6624 "description": "Flexible and feature-complete Redis client for PHP and HHVM",
6625 "homepage": "http://github.com/nrk/predis",
6626 "keywords": [
6627 "nosql",
6628 "predis",
6629 "redis"
6630 ],
6631 "time": "2017-07-12T14:39:17+00:00"
6632 },
6633 {
6634 "name": "psr/cache",
6635 "version": "1.0.1",
6636 "source": {
6637 "type": "git",
6638 "url": "https://github.com/php-fig/cache.git",
6639 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
6640 },
6641 "dist": {
6642 "type": "zip",
6643 "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
6644 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
6645 "shasum": ""
6646 },
6647 "require": {
6648 "php": ">=5.3.0"
6649 },
6650 "type": "library",
6651 "extra": {
6652 "branch-alias": {
6653 "dev-master": "1.0.x-dev"
6654 }
6655 },
6656 "autoload": {
6657 "psr-4": {
6658 "Psr\\Cache\\": "src/"
6659 }
6660 },
6661 "notification-url": "https://packagist.org/downloads/",
6662 "license": [
6663 "MIT"
6664 ],
6665 "authors": [
6666 {
6667 "name": "PHP-FIG",
6668 "homepage": "http://www.php-fig.org/"
6669 }
6670 ],
6671 "description": "Common interface for caching libraries",
6672 "keywords": [
6673 "cache",
6674 "psr",
6675 "psr-6"
6676 ],
6677 "time": "2016-08-06T20:24:11+00:00"
6678 },
6679 {
6680 "name": "psr/container",
6681 "version": "1.0.0",
6682 "source": {
6683 "type": "git",
6684 "url": "https://github.com/php-fig/container.git",
6685 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
6686 },
6687 "dist": {
6688 "type": "zip",
6689 "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
6690 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
6691 "shasum": ""
6692 },
6693 "require": {
6694 "php": ">=5.3.0"
6695 },
6696 "type": "library",
6697 "extra": {
6698 "branch-alias": {
6699 "dev-master": "1.0.x-dev"
6700 }
6701 },
6702 "autoload": {
6703 "psr-4": {
6704 "Psr\\Container\\": "src/"
6705 }
6706 },
6707 "notification-url": "https://packagist.org/downloads/",
6708 "license": [
6709 "MIT"
6710 ],
6711 "authors": [
6712 {
6713 "name": "PHP-FIG",
6714 "homepage": "http://www.php-fig.org/"
6715 }
6716 ],
6717 "description": "Common Container Interface (PHP FIG PSR-11)",
6718 "homepage": "https://github.com/php-fig/container",
6719 "keywords": [
6720 "PSR-11",
6721 "container",
6722 "container-interface",
6723 "container-interop",
6724 "psr"
6725 ],
6726 "time": "2017-02-14T16:28:37+00:00"
6727 },
6728 {
6729 "name": "psr/http-client",
6730 "version": "1.0.0",
6731 "source": {
6732 "type": "git",
6733 "url": "https://github.com/php-fig/http-client.git",
6734 "reference": "496a823ef742b632934724bf769560c2a5c7c44e"
6735 },
6736 "dist": {
6737 "type": "zip",
6738 "url": "https://api.github.com/repos/php-fig/http-client/zipball/496a823ef742b632934724bf769560c2a5c7c44e",
6739 "reference": "496a823ef742b632934724bf769560c2a5c7c44e",
6740 "shasum": ""
6741 },
6742 "require": {
6743 "php": "^7.0",
6744 "psr/http-message": "^1.0"
6745 },
6746 "type": "library",
6747 "extra": {
6748 "branch-alias": {
6749 "dev-master": "1.0.x-dev"
6750 }
6751 },
6752 "autoload": {
6753 "psr-4": {
6754 "Psr\\Http\\Client\\": "src/"
6755 }
6756 },
6757 "notification-url": "https://packagist.org/downloads/",
6758 "license": [
6759 "MIT"
6760 ],
6761 "authors": [
6762 {
6763 "name": "PHP-FIG",
6764 "homepage": "http://www.php-fig.org/"
6765 }
6766 ],
6767 "description": "Common interface for HTTP clients",
6768 "homepage": "https://github.com/php-fig/http-client",
6769 "keywords": [
6770 "http",
6771 "http-client",
6772 "psr",
6773 "psr-18"
6774 ],
6775 "time": "2018-10-30T23:29:13+00:00"
6776 },
6777 {
6778 "name": "psr/http-factory",
6779 "version": "1.0.1",
6780 "source": {
6781 "type": "git",
6782 "url": "https://github.com/php-fig/http-factory.git",
6783 "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
6784 },
6785 "dist": {
6786 "type": "zip",
6787 "url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
6788 "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
6789 "shasum": ""
6790 },
6791 "require": {
6792 "php": ">=7.0.0",
6793 "psr/http-message": "^1.0"
6794 },
6795 "type": "library",
6796 "extra": {
6797 "branch-alias": {
6798 "dev-master": "1.0.x-dev"
6799 }
6800 },
6801 "autoload": {
6802 "psr-4": {
6803 "Psr\\Http\\Message\\": "src/"
6804 }
6805 },
6806 "notification-url": "https://packagist.org/downloads/",
6807 "license": [
6808 "MIT"
6809 ],
6810 "authors": [
6811 {
6812 "name": "PHP-FIG",
6813 "homepage": "http://www.php-fig.org/"
6814 }
6815 ],
6816 "description": "Common interfaces for PSR-7 HTTP message factories",
6817 "keywords": [
6818 "factory",
6819 "http",
6820 "message",
6821 "psr",
6822 "psr-17",
6823 "psr-7",
6824 "request",
6825 "response"
6826 ],
6827 "time": "2019-04-30T12:38:16+00:00"
6828 },
6829 {
6830 "name": "psr/http-message",
6831 "version": "1.0.1",
6832 "source": {
6833 "type": "git",
6834 "url": "https://github.com/php-fig/http-message.git",
6835 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
6836 },
6837 "dist": {
6838 "type": "zip",
6839 "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
6840 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
6841 "shasum": ""
6842 },
6843 "require": {
6844 "php": ">=5.3.0"
6845 },
6846 "type": "library",
6847 "extra": {
6848 "branch-alias": {
6849 "dev-master": "1.0.x-dev"
6850 }
6851 },
6852 "autoload": {
6853 "psr-4": {
6854 "Psr\\Http\\Message\\": "src/"
6855 }
6856 },
6857 "notification-url": "https://packagist.org/downloads/",
6858 "license": [
6859 "MIT"
6860 ],
6861 "authors": [
6862 {
6863 "name": "PHP-FIG",
6864 "homepage": "http://www.php-fig.org/"
6865 }
6866 ],
6867 "description": "Common interface for HTTP messages",
6868 "homepage": "https://github.com/php-fig/http-message",
6869 "keywords": [
6870 "http",
6871 "http-message",
6872 "psr",
6873 "psr-7",
6874 "request",
6875 "response"
6876 ],
6877 "time": "2016-08-06T14:39:51+00:00"
6878 },
6879 {
6880 "name": "psr/link",
6881 "version": "1.0.0",
6882 "source": {
6883 "type": "git",
6884 "url": "https://github.com/php-fig/link.git",
6885 "reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562"
6886 },
6887 "dist": {
6888 "type": "zip",
6889 "url": "https://api.github.com/repos/php-fig/link/zipball/eea8e8662d5cd3ae4517c9b864493f59fca95562",
6890 "reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562",
6891 "shasum": ""
6892 },
6893 "require": {
6894 "php": ">=5.3.0"
6895 },
6896 "type": "library",
6897 "extra": {
6898 "branch-alias": {
6899 "dev-master": "1.0.x-dev"
6900 }
6901 },
6902 "autoload": {
6903 "psr-4": {
6904 "Psr\\Link\\": "src/"
6905 }
6906 },
6907 "notification-url": "https://packagist.org/downloads/",
6908 "license": [
6909 "MIT"
6910 ],
6911 "authors": [
6912 {
6913 "name": "PHP-FIG",
6914 "homepage": "http://www.php-fig.org/"
6915 }
6916 ],
6917 "description": "Common interfaces for HTTP links",
6918 "keywords": [
6919 "http",
6920 "http-link",
6921 "link",
6922 "psr",
6923 "psr-13",
6924 "rest"
6925 ],
6926 "time": "2016-10-28T16:06:13+00:00"
6927 },
6928 {
6929 "name": "psr/log",
6930 "version": "1.1.0",
6931 "source": {
6932 "type": "git",
6933 "url": "https://github.com/php-fig/log.git",
6934 "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd"
6935 },
6936 "dist": {
6937 "type": "zip",
6938 "url": "https://api.github.com/repos/php-fig/log/zipball/6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
6939 "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
6940 "shasum": ""
6941 },
6942 "require": {
6943 "php": ">=5.3.0"
6944 },
6945 "type": "library",
6946 "extra": {
6947 "branch-alias": {
6948 "dev-master": "1.0.x-dev"
6949 }
6950 },
6951 "autoload": {
6952 "psr-4": {
6953 "Psr\\Log\\": "Psr/Log/"
6954 }
6955 },
6956 "notification-url": "https://packagist.org/downloads/",
6957 "license": [
6958 "MIT"
6959 ],
6960 "authors": [
6961 {
6962 "name": "PHP-FIG",
6963 "homepage": "http://www.php-fig.org/"
6964 }
6965 ],
6966 "description": "Common interface for logging libraries",
6967 "homepage": "https://github.com/php-fig/log",
6968 "keywords": [
6969 "log",
6970 "psr",
6971 "psr-3"
6972 ],
6973 "time": "2018-11-20T15:27:04+00:00"
6974 },
6975 {
6976 "name": "psr/simple-cache",
6977 "version": "1.0.1",
6978 "source": {
6979 "type": "git",
6980 "url": "https://github.com/php-fig/simple-cache.git",
6981 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
6982 },
6983 "dist": {
6984 "type": "zip",
6985 "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
6986 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
6987 "shasum": ""
6988 },
6989 "require": {
6990 "php": ">=5.3.0"
6991 },
6992 "type": "library",
6993 "extra": {
6994 "branch-alias": {
6995 "dev-master": "1.0.x-dev"
6996 }
6997 },
6998 "autoload": {
6999 "psr-4": {
7000 "Psr\\SimpleCache\\": "src/"
7001 }
7002 },
7003 "notification-url": "https://packagist.org/downloads/",
7004 "license": [
7005 "MIT"
7006 ],
7007 "authors": [
7008 {
7009 "name": "PHP-FIG",
7010 "homepage": "http://www.php-fig.org/"
7011 }
7012 ],
7013 "description": "Common interfaces for simple caching",
7014 "keywords": [
7015 "cache",
7016 "caching",
7017 "psr",
7018 "psr-16",
7019 "simple-cache"
7020 ],
7021 "time": "2017-10-23T01:57:42+00:00"
7022 },
7023 {
7024 "name": "ralouphie/getallheaders",
7025 "version": "3.0.3",
7026 "source": {
7027 "type": "git",
7028 "url": "https://github.com/ralouphie/getallheaders.git",
7029 "reference": "120b605dfeb996808c31b6477290a714d356e822"
7030 },
7031 "dist": {
7032 "type": "zip",
7033 "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
7034 "reference": "120b605dfeb996808c31b6477290a714d356e822",
7035 "shasum": ""
7036 },
7037 "require": {
7038 "php": ">=5.6"
7039 },
7040 "require-dev": {
7041 "php-coveralls/php-coveralls": "^2.1",
7042 "phpunit/phpunit": "^5 || ^6.5"
7043 },
7044 "type": "library",
7045 "autoload": {
7046 "files": [
7047 "src/getallheaders.php"
7048 ]
7049 },
7050 "notification-url": "https://packagist.org/downloads/",
7051 "license": [
7052 "MIT"
7053 ],
7054 "authors": [
7055 {
7056 "name": "Ralph Khattar",
7057 "email": "ralph.khattar@gmail.com"
7058 }
7059 ],
7060 "description": "A polyfill for getallheaders.",
7061 "time": "2019-03-08T08:55:37+00:00"
7062 },
7063 {
7064 "name": "ramsey/uuid",
7065 "version": "3.8.0",
7066 "source": {
7067 "type": "git",
7068 "url": "https://github.com/ramsey/uuid.git",
7069 "reference": "d09ea80159c1929d75b3f9c60504d613aeb4a1e3"
7070 },
7071 "dist": {
7072 "type": "zip",
7073 "url": "https://api.github.com/repos/ramsey/uuid/zipball/d09ea80159c1929d75b3f9c60504d613aeb4a1e3",
7074 "reference": "d09ea80159c1929d75b3f9c60504d613aeb4a1e3",
7075 "shasum": ""
7076 },
7077 "require": {
7078 "paragonie/random_compat": "^1.0|^2.0|9.99.99",
7079 "php": "^5.4 || ^7.0",
7080 "symfony/polyfill-ctype": "^1.8"
7081 },
7082 "replace": {
7083 "rhumsaa/uuid": "self.version"
7084 },
7085 "require-dev": {
7086 "codeception/aspect-mock": "^1.0 | ~2.0.0",
7087 "doctrine/annotations": "~1.2.0",
7088 "goaop/framework": "1.0.0-alpha.2 | ^1.0 | ~2.1.0",
7089 "ircmaxell/random-lib": "^1.1",
7090 "jakub-onderka/php-parallel-lint": "^0.9.0",
7091 "mockery/mockery": "^0.9.9",
7092 "moontoast/math": "^1.1",
7093 "php-mock/php-mock-phpunit": "^0.3|^1.1",
7094 "phpunit/phpunit": "^4.7|^5.0|^6.5",
7095 "squizlabs/php_codesniffer": "^2.3"
7096 },
7097 "suggest": {
7098 "ext-ctype": "Provides support for PHP Ctype functions",
7099 "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator",
7100 "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator",
7101 "ircmaxell/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
7102 "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).",
7103 "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid",
7104 "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
7105 },
7106 "type": "library",
7107 "extra": {
7108 "branch-alias": {
7109 "dev-master": "3.x-dev"
7110 }
7111 },
7112 "autoload": {
7113 "psr-4": {
7114 "Ramsey\\Uuid\\": "src/"
7115 }
7116 },
7117 "notification-url": "https://packagist.org/downloads/",
7118 "license": [
7119 "MIT"
7120 ],
7121 "authors": [
7122 {
7123 "name": "Marijn Huizendveld",
7124 "email": "marijn.huizendveld@gmail.com"
7125 },
7126 {
7127 "name": "Thibaud Fabre",
7128 "email": "thibaud@aztech.io"
7129 },
7130 {
7131 "name": "Ben Ramsey",
7132 "email": "ben@benramsey.com",
7133 "homepage": "https://benramsey.com"
7134 }
7135 ],
7136 "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
7137 "homepage": "https://github.com/ramsey/uuid",
7138 "keywords": [
7139 "guid",
7140 "identifier",
7141 "uuid"
7142 ],
7143 "time": "2018-07-19T23:38:55+00:00"
7144 },
7145 {
7146 "name": "react/promise",
7147 "version": "v2.7.1",
7148 "source": {
7149 "type": "git",
7150 "url": "https://github.com/reactphp/promise.git",
7151 "reference": "31ffa96f8d2ed0341a57848cbb84d88b89dd664d"
7152 },
7153 "dist": {
7154 "type": "zip",
7155 "url": "https://api.github.com/repos/reactphp/promise/zipball/31ffa96f8d2ed0341a57848cbb84d88b89dd664d",
7156 "reference": "31ffa96f8d2ed0341a57848cbb84d88b89dd664d",
7157 "shasum": ""
7158 },
7159 "require": {
7160 "php": ">=5.4.0"
7161 },
7162 "require-dev": {
7163 "phpunit/phpunit": "~4.8"
7164 },
7165 "type": "library",
7166 "autoload": {
7167 "psr-4": {
7168 "React\\Promise\\": "src/"
7169 },
7170 "files": [
7171 "src/functions_include.php"
7172 ]
7173 },
7174 "notification-url": "https://packagist.org/downloads/",
7175 "license": [
7176 "MIT"
7177 ],
7178 "authors": [
7179 {
7180 "name": "Jan Sorgalla",
7181 "email": "jsorgalla@gmail.com"
7182 }
7183 ],
7184 "description": "A lightweight implementation of CommonJS Promises/A for PHP",
7185 "keywords": [
7186 "promise",
7187 "promises"
7188 ],
7189 "time": "2019-01-07T21:25:54+00:00"
7190 },
7191 {
7192 "name": "scheb/two-factor-bundle",
7193 "version": "v4.7.1",
7194 "source": {
7195 "type": "git",
7196 "url": "https://github.com/scheb/two-factor-bundle.git",
7197 "reference": "170895e91bdbe2c21983f195271d42e2fcfb3d62"
7198 },
7199 "dist": {
7200 "type": "zip",
7201 "url": "https://api.github.com/repos/scheb/two-factor-bundle/zipball/170895e91bdbe2c21983f195271d42e2fcfb3d62",
7202 "reference": "170895e91bdbe2c21983f195271d42e2fcfb3d62",
7203 "shasum": ""
7204 },
7205 "require": {
7206 "lcobucci/jwt": "^3.2",
7207 "paragonie/constant_time_encoding": "^2.2",
7208 "php": "^7.1.3",
7209 "spomky-labs/otphp": "^9.1",
7210 "symfony/config": "^3.4|^4.0",
7211 "symfony/dependency-injection": "^3.4|^4.0",
7212 "symfony/event-dispatcher": "^3.4|^4.0",
7213 "symfony/framework-bundle": "^3.4|^4.0",
7214 "symfony/http-foundation": "^3.4|^4.0",
7215 "symfony/http-kernel": "^3.4|^4.0",
7216 "symfony/property-access": "^3.4|^4.0",
7217 "symfony/security-bundle": "^3.4|^4.0",
7218 "symfony/twig-bundle": "^3.4|^4.0"
7219 },
7220 "require-dev": {
7221 "doctrine/lexer": "^1.0.1",
7222 "doctrine/orm": "^2.6",
7223 "phpunit/phpunit": "^7.0|^8.0",
7224 "swiftmailer/swiftmailer": "^6.0",
7225 "symfony/yaml": "^3.4|^4.0"
7226 },
7227 "type": "symfony-bundle",
7228 "autoload": {
7229 "psr-4": {
7230 "Scheb\\TwoFactorBundle\\": ""
7231 }
7232 },
7233 "notification-url": "https://packagist.org/downloads/",
7234 "license": [
7235 "MIT"
7236 ],
7237 "authors": [
7238 {
7239 "name": "Christian Scheb",
7240 "email": "me@christianscheb.de"
7241 }
7242 ],
7243 "description": "Provides two-factor authentication for Symfony applications",
7244 "homepage": "https://github.com/scheb/two-factor-bundle",
7245 "keywords": [
7246 "Authentication",
7247 "security",
7248 "symfony",
7249 "two-factor",
7250 "two-step"
7251 ],
7252 "time": "2019-09-02T18:36:37+00:00"
7253 },
7254 {
7255 "name": "sensio/distribution-bundle",
7256 "version": "v5.0.25",
7257 "source": {
7258 "type": "git",
7259 "url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
7260 "reference": "80a38234bde8321fb92aa0b8c27978a272bb4baf"
7261 },
7262 "dist": {
7263 "type": "zip",
7264 "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/80a38234bde8321fb92aa0b8c27978a272bb4baf",
7265 "reference": "80a38234bde8321fb92aa0b8c27978a272bb4baf",
7266 "shasum": ""
7267 },
7268 "require": {
7269 "php": ">=5.3.9",
7270 "sensiolabs/security-checker": "~5.0|~6.0",
7271 "symfony/class-loader": "~2.3|~3.0",
7272 "symfony/config": "~2.3|~3.0",
7273 "symfony/dependency-injection": "~2.3|~3.0",
7274 "symfony/filesystem": "~2.3|~3.0",
7275 "symfony/http-kernel": "~2.3|~3.0",
7276 "symfony/process": "~2.3|~3.0"
7277 },
7278 "type": "symfony-bundle",
7279 "extra": {
7280 "branch-alias": {
7281 "dev-master": "5.0.x-dev"
7282 }
7283 },
7284 "autoload": {
7285 "psr-4": {
7286 "Sensio\\Bundle\\DistributionBundle\\": ""
7287 }
7288 },
7289 "notification-url": "https://packagist.org/downloads/",
7290 "license": [
7291 "MIT"
7292 ],
7293 "authors": [
7294 {
7295 "name": "Fabien Potencier",
7296 "email": "fabien@symfony.com"
7297 }
7298 ],
7299 "description": "Base bundle for Symfony Distributions",
7300 "keywords": [
7301 "configuration",
7302 "distribution"
7303 ],
7304 "time": "2019-06-18T15:43:58+00:00"
7305 },
7306 {
7307 "name": "sensio/framework-extra-bundle",
7308 "version": "v5.4.1",
7309 "source": {
7310 "type": "git",
7311 "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
7312 "reference": "585f4b3a1c54f24d1a8431c729fc8f5acca20c8a"
7313 },
7314 "dist": {
7315 "type": "zip",
7316 "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/585f4b3a1c54f24d1a8431c729fc8f5acca20c8a",
7317 "reference": "585f4b3a1c54f24d1a8431c729fc8f5acca20c8a",
7318 "shasum": ""
7319 },
7320 "require": {
7321 "doctrine/annotations": "^1.0",
7322 "doctrine/persistence": "^1.0",
7323 "php": ">=7.1.3",
7324 "symfony/config": "^3.4|^4.3",
7325 "symfony/dependency-injection": "^3.4|^4.3",
7326 "symfony/framework-bundle": "^3.4|^4.3",
7327 "symfony/http-kernel": "^3.4|^4.3"
7328 },
7329 "require-dev": {
7330 "doctrine/doctrine-bundle": "^1.6",
7331 "doctrine/orm": "^2.5",
7332 "nyholm/psr7": "^1.1",
7333 "symfony/browser-kit": "^3.4|^4.3",
7334 "symfony/dom-crawler": "^3.4|^4.3",
7335 "symfony/expression-language": "^3.4|^4.3",
7336 "symfony/finder": "^3.4|^4.3",
7337 "symfony/monolog-bridge": "^3.0|^4.0",
7338 "symfony/monolog-bundle": "^3.2",
7339 "symfony/phpunit-bridge": "^3.4.19|^4.1.8",
7340 "symfony/psr-http-message-bridge": "^1.1",
7341 "symfony/security-bundle": "^3.4|^4.3",
7342 "symfony/twig-bundle": "^3.4|^4.3",
7343 "symfony/yaml": "^3.4|^4.3",
7344 "twig/twig": "~1.12|~2.0"
7345 },
7346 "suggest": {
7347 "symfony/expression-language": "",
7348 "symfony/psr-http-message-bridge": "To use the PSR-7 converters",
7349 "symfony/security-bundle": ""
7350 },
7351 "type": "symfony-bundle",
7352 "extra": {
7353 "branch-alias": {
7354 "dev-master": "5.4.x-dev"
7355 }
7356 },
7357 "autoload": {
7358 "psr-4": {
7359 "Sensio\\Bundle\\FrameworkExtraBundle\\": ""
7360 }
7361 },
7362 "notification-url": "https://packagist.org/downloads/",
7363 "license": [
7364 "MIT"
7365 ],
7366 "authors": [
7367 {
7368 "name": "Fabien Potencier",
7369 "email": "fabien@symfony.com"
7370 }
7371 ],
7372 "description": "This bundle provides a way to configure your controllers with annotations",
7373 "keywords": [
7374 "annotations",
7375 "controllers"
7376 ],
7377 "time": "2019-07-08T08:31:25+00:00"
7378 },
7379 {
7380 "name": "sensiolabs/security-checker",
7381 "version": "v6.0.2",
7382 "source": {
7383 "type": "git",
7384 "url": "https://github.com/sensiolabs/security-checker.git",
7385 "reference": "ce8d0552dcb8d3677ab9adb6d19a5837949bfec4"
7386 },
7387 "dist": {
7388 "type": "zip",
7389 "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/ce8d0552dcb8d3677ab9adb6d19a5837949bfec4",
7390 "reference": "ce8d0552dcb8d3677ab9adb6d19a5837949bfec4",
7391 "shasum": ""
7392 },
7393 "require": {
7394 "php": ">=7.1.3",
7395 "symfony/console": "^2.8|^3.4|^4.2",
7396 "symfony/http-client": "^4.3",
7397 "symfony/mime": "^4.3",
7398 "symfony/polyfill-ctype": "^1.11"
7399 },
7400 "bin": [
7401 "security-checker"
7402 ],
7403 "type": "library",
7404 "extra": {
7405 "branch-alias": {
7406 "dev-master": "6.0-dev"
7407 }
7408 },
7409 "autoload": {
7410 "psr-4": {
7411 "SensioLabs\\Security\\": "SensioLabs/Security"
7412 }
7413 },
7414 "notification-url": "https://packagist.org/downloads/",
7415 "license": [
7416 "MIT"
7417 ],
7418 "authors": [
7419 {
7420 "name": "Fabien Potencier",
7421 "email": "fabien.potencier@gmail.com"
7422 }
7423 ],
7424 "description": "A security checker for your composer.lock",
7425 "time": "2019-06-08T06:46:26+00:00"
7426 },
7427 {
7428 "name": "sentry/sdk",
7429 "version": "2.0.4",
7430 "source": {
7431 "type": "git",
7432 "url": "https://github.com/getsentry/sentry-php-sdk.git",
7433 "reference": "4c115873c86ad5bd0ac6d962db70ca53bf8fb874"
7434 },
7435 "dist": {
7436 "type": "zip",
7437 "url": "https://api.github.com/repos/getsentry/sentry-php-sdk/zipball/4c115873c86ad5bd0ac6d962db70ca53bf8fb874",
7438 "reference": "4c115873c86ad5bd0ac6d962db70ca53bf8fb874",
7439 "shasum": ""
7440 },
7441 "require": {
7442 "http-interop/http-factory-guzzle": "^1.0",
7443 "php-http/curl-client": "^1.0|^2.0",
7444 "sentry/sentry": "^2.1.3"
7445 },
7446 "type": "metapackage",
7447 "notification-url": "https://packagist.org/downloads/",
7448 "license": [
7449 "MIT"
7450 ],
7451 "authors": [
7452 {
7453 "name": "Sentry",
7454 "email": "accounts@sentry.io"
7455 }
7456 ],
7457 "description": "This is a metapackage shipping sentry/sentry with a recommended http client.",
7458 "time": "2019-09-09T19:54:44+00:00"
7459 },
7460 {
7461 "name": "sentry/sentry",
7462 "version": "2.2.2",
7463 "source": {
7464 "type": "git",
7465 "url": "https://github.com/getsentry/sentry-php.git",
7466 "reference": "217c9e550eb3e06bbe48a4da4031223e1aab76f0"
7467 },
7468 "dist": {
7469 "type": "zip",
7470 "url": "https://api.github.com/repos/getsentry/sentry-php/zipball/217c9e550eb3e06bbe48a4da4031223e1aab76f0",
7471 "reference": "217c9e550eb3e06bbe48a4da4031223e1aab76f0",
7472 "shasum": ""
7473 },
7474 "require": {
7475 "ext-json": "*",
7476 "ext-mbstring": "*",
7477 "guzzlehttp/promises": "^1.3",
7478 "jean85/pretty-package-versions": "^1.2",
7479 "php": "^7.1",
7480 "php-http/async-client-implementation": "^1.0",
7481 "php-http/client-common": "^1.5|^2.0",
7482 "php-http/discovery": "^1.6.1",
7483 "php-http/httplug": "^1.1|^2.0",
7484 "php-http/message": "^1.5",
7485 "psr/http-message-implementation": "^1.0",
7486 "ramsey/uuid": "^3.3",
7487 "symfony/options-resolver": "^2.7|^3.0|^4.0",
7488 "zendframework/zend-diactoros": "^1.4|^2.0"
7489 },
7490 "conflict": {
7491 "php-http/client-common": "1.8.0",
7492 "raven/raven": "*"
7493 },
7494 "require-dev": {
7495 "friendsofphp/php-cs-fixer": "^2.13",
7496 "monolog/monolog": "^1.3|^2.0",
7497 "php-http/mock-client": "^1.0",
7498 "phpstan/extension-installer": "^1.0",
7499 "phpstan/phpstan": "^0.11",
7500 "phpstan/phpstan-phpunit": "^0.11",
7501 "phpunit/phpunit": "^7.5",
7502 "symfony/phpunit-bridge": "^4.3",
7503 "vimeo/psalm": "^3.4"
7504 },
7505 "type": "library",
7506 "extra": {
7507 "branch-alias": {
7508 "dev-develop": "2.2-dev"
7509 }
7510 },
7511 "autoload": {
7512 "files": [
7513 "src/functions.php"
7514 ],
7515 "psr-4": {
7516 "Sentry\\": "src/"
7517 }
7518 },
7519 "notification-url": "https://packagist.org/downloads/",
7520 "license": [
7521 "BSD-3-Clause"
7522 ],
7523 "authors": [
7524 {
7525 "name": "Sentry",
7526 "email": "accounts@sentry.io"
7527 }
7528 ],
7529 "description": "A PHP SDK for Sentry (http://sentry.io)",
7530 "homepage": "http://sentry.io",
7531 "keywords": [
7532 "crash-reporting",
7533 "crash-reports",
7534 "error-handler",
7535 "error-monitoring",
7536 "log",
7537 "logging",
7538 "sentry"
7539 ],
7540 "time": "2019-10-10T08:16:00+00:00"
7541 },
7542 {
7543 "name": "sentry/sentry-symfony",
7544 "version": "3.2.0",
7545 "source": {
7546 "type": "git",
7547 "url": "https://github.com/getsentry/sentry-symfony.git",
7548 "reference": "62d5c9d280044283d898d262bdae4062d02039bc"
7549 },
7550 "dist": {
7551 "type": "zip",
7552 "url": "https://api.github.com/repos/getsentry/sentry-symfony/zipball/62d5c9d280044283d898d262bdae4062d02039bc",
7553 "reference": "62d5c9d280044283d898d262bdae4062d02039bc",
7554 "shasum": ""
7555 },
7556 "require": {
7557 "jean85/pretty-package-versions": "^1.0",
7558 "php": "^7.1",
7559 "sentry/sdk": "^2.0",
7560 "symfony/config": "^2.8||^3.0||^4.0",
7561 "symfony/console": "^2.8||^3.0||^4.0",
7562 "symfony/dependency-injection": "^2.8||^3.0||^4.0",
7563 "symfony/event-dispatcher": "^2.8||^3.0||^4.0",
7564 "symfony/http-kernel": "^2.8||^3.0||^4.0",
7565 "symfony/security-core": "^2.8||^3.0||^4.0"
7566 },
7567 "require-dev": {
7568 "friendsofphp/php-cs-fixer": "^2.8",
7569 "jangregor/phpstan-prophecy": "^0.3.0",
7570 "monolog/monolog": "^1.11||^2.0",
7571 "php-http/mock-client": "^1.0",
7572 "phpstan/phpstan": "^0.11",
7573 "phpstan/phpstan-phpunit": "^0.11",
7574 "phpunit/phpunit": "^7.5",
7575 "scrutinizer/ocular": "^1.4",
7576 "symfony/expression-language": "^2.8||^3.0||^4.0"
7577 },
7578 "suggest": {
7579 "monolog/monolog": "Required to use the Monolog handler"
7580 },
7581 "type": "symfony-bundle",
7582 "extra": {
7583 "branch-alias": {
7584 "master": "3.x-dev",
7585 "releases/2.x": "2.x-dev",
7586 "releases/1.x": "1.x-dev"
7587 }
7588 },
7589 "autoload": {
7590 "psr-4": {
7591 "Sentry\\SentryBundle\\": "src/"
7592 }
7593 },
7594 "notification-url": "https://packagist.org/downloads/",
7595 "license": [
7596 "Apache-2.0"
7597 ],
7598 "authors": [
7599 {
7600 "name": "David Cramer",
7601 "email": "dcramer@gmail.com"
7602 },
7603 {
7604 "name": "Alessandro Lai",
7605 "email": "alessandro.lai85@gmail.com"
7606 }
7607 ],
7608 "description": "Symfony integration for Sentry (http://getsentry.com)",
7609 "homepage": "http://getsentry.com",
7610 "keywords": [
7611 "errors",
7612 "logging",
7613 "sentry",
7614 "symfony"
7615 ],
7616 "time": "2019-10-04T13:26:24+00:00"
7617 },
7618 {
7619 "name": "simplepie/simplepie",
7620 "version": "1.5.3",
7621 "source": {
7622 "type": "git",
7623 "url": "https://github.com/simplepie/simplepie.git",
7624 "reference": "173663382a9346acd53df60c7ffb20689c9cf1f6"
7625 },
7626 "dist": {
7627 "type": "zip",
7628 "url": "https://api.github.com/repos/simplepie/simplepie/zipball/173663382a9346acd53df60c7ffb20689c9cf1f6",
7629 "reference": "173663382a9346acd53df60c7ffb20689c9cf1f6",
7630 "shasum": ""
7631 },
7632 "require": {
7633 "ext-pcre": "*",
7634 "ext-xml": "*",
7635 "ext-xmlreader": "*",
7636 "php": ">=5.6.0"
7637 },
7638 "require-dev": {
7639 "phpunit/phpunit": "~5.4.3 || ~6.5"
7640 },
7641 "suggest": {
7642 "ext-curl": "",
7643 "ext-iconv": "",
7644 "ext-intl": "",
7645 "ext-mbstring": "",
7646 "mf2/mf2": "Microformat module that allows for parsing HTML for microformats"
7647 },
7648 "type": "library",
7649 "autoload": {
7650 "psr-0": {
7651 "SimplePie": "library"
7652 }
7653 },
7654 "notification-url": "https://packagist.org/downloads/",
7655 "license": [
7656 "BSD-3-Clause"
7657 ],
7658 "authors": [
7659 {
7660 "name": "Ryan Parman",
7661 "homepage": "http://ryanparman.com/",
7662 "role": "Creator, alumnus developer"
7663 },
7664 {
7665 "name": "Geoffrey Sneddon",
7666 "homepage": "http://gsnedders.com/",
7667 "role": "Alumnus developer"
7668 },
7669 {
7670 "name": "Ryan McCue",
7671 "email": "me@ryanmccue.info",
7672 "homepage": "http://ryanmccue.info/",
7673 "role": "Developer"
7674 }
7675 ],
7676 "description": "A simple Atom/RSS parsing library for PHP",
7677 "homepage": "http://simplepie.org/",
7678 "keywords": [
7679 "atom",
7680 "feeds",
7681 "rss"
7682 ],
7683 "time": "2019-09-22T23:21:30+00:00"
7684 },
7685 {
7686 "name": "smalot/pdfparser",
7687 "version": "v0.14.0",
7688 "source": {
7689 "type": "git",
7690 "url": "https://github.com/smalot/pdfparser.git",
7691 "reference": "ec72a99028ba5e21a0acad92047b85e128cbf81f"
7692 },
7693 "dist": {
7694 "type": "zip",
7695 "url": "https://api.github.com/repos/smalot/pdfparser/zipball/ec72a99028ba5e21a0acad92047b85e128cbf81f",
7696 "reference": "ec72a99028ba5e21a0acad92047b85e128cbf81f",
7697 "shasum": ""
7698 },
7699 "require": {
7700 "ext-mbstring": "*",
7701 "ext-zlib": "*",
7702 "php": ">=5.3.0",
7703 "tecnickcom/tcpdf": "~6.0"
7704 },
7705 "require-dev": {
7706 "atoum/atoum": "^2.8 | ^3.0"
7707 },
7708 "type": "library",
7709 "autoload": {
7710 "psr-0": {
7711 "Smalot\\PdfParser\\": "src/"
7712 }
7713 },
7714 "notification-url": "https://packagist.org/downloads/",
7715 "license": [
7716 "LGPL-3.0"
7717 ],
7718 "authors": [
7719 {
7720 "name": "Sebastien MALOT",
7721 "email": "sebastien@malot.fr"
7722 }
7723 ],
7724 "description": "Pdf parser library. Can read and extract information from pdf file.",
7725 "homepage": "http://www.pdfparser.org",
7726 "keywords": [
7727 "extract",
7728 "parse",
7729 "parser",
7730 "pdf",
7731 "text"
7732 ],
7733 "time": "2019-01-23T09:14:37+00:00"
7734 },
7735 {
7736 "name": "spomky-labs/otphp",
7737 "version": "v9.1.4",
7738 "source": {
7739 "type": "git",
7740 "url": "https://github.com/Spomky-Labs/otphp.git",
7741 "reference": "48d463cf909320399fe08eab2e1cd18d899d5068"
7742 },
7743 "dist": {
7744 "type": "zip",
7745 "url": "https://api.github.com/repos/Spomky-Labs/otphp/zipball/48d463cf909320399fe08eab2e1cd18d899d5068",
7746 "reference": "48d463cf909320399fe08eab2e1cd18d899d5068",
7747 "shasum": ""
7748 },
7749 "require": {
7750 "beberlei/assert": "^2.4|^3.0",
7751 "paragonie/constant_time_encoding": "^2.0",
7752 "php": "^7.1"
7753 },
7754 "require-dev": {
7755 "phpunit/phpunit": "^6.0",
7756 "satooshi/php-coveralls": "^1.0"
7757 },
7758 "type": "library",
7759 "extra": {
7760 "branch-alias": {
7761 "dev-master": "9.0.x-dev"
7762 }
7763 },
7764 "autoload": {
7765 "psr-4": {
7766 "OTPHP\\": "src/"
7767 }
7768 },
7769 "notification-url": "https://packagist.org/downloads/",
7770 "license": [
7771 "MIT"
7772 ],
7773 "authors": [
7774 {
7775 "name": "Florent Morselli",
7776 "homepage": "https://github.com/Spomky"
7777 },
7778 {
7779 "name": "All contributors",
7780 "homepage": "https://github.com/Spomky-Labs/otphp/contributors"
7781 }
7782 ],
7783 "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",
7784 "homepage": "https://github.com/Spomky-Labs/otphp",
7785 "keywords": [
7786 "FreeOTP",
7787 "RFC 4226",
7788 "RFC 6238",
7789 "google authenticator",
7790 "hotp",
7791 "otp",
7792 "totp"
7793 ],
7794 "time": "2019-03-18T10:08:51+00:00"
7795 },
7796 {
7797 "name": "stof/doctrine-extensions-bundle",
7798 "version": "v1.3.0",
7799 "source": {
7800 "type": "git",
7801 "url": "https://github.com/stof/StofDoctrineExtensionsBundle.git",
7802 "reference": "46db71ec7ffee9122eca3cdddd4ef8d84bae269c"
7803 },
7804 "dist": {
7805 "type": "zip",
7806 "url": "https://api.github.com/repos/stof/StofDoctrineExtensionsBundle/zipball/46db71ec7ffee9122eca3cdddd4ef8d84bae269c",
7807 "reference": "46db71ec7ffee9122eca3cdddd4ef8d84bae269c",
7808 "shasum": ""
7809 },
7810 "require": {
7811 "gedmo/doctrine-extensions": "^2.3.4",
7812 "php": ">=5.3.2",
7813 "symfony/framework-bundle": "~2.7|~3.2|~4.0"
7814 },
7815 "require-dev": {
7816 "symfony/phpunit-bridge": "^4.0",
7817 "symfony/security-bundle": "^2.7 || ^3.2 || ^4.0"
7818 },
7819 "suggest": {
7820 "doctrine/doctrine-bundle": "to use the ORM extensions",
7821 "doctrine/mongodb-odm-bundle": "to use the MongoDB ODM extensions"
7822 },
7823 "type": "symfony-bundle",
7824 "extra": {
7825 "branch-alias": {
7826 "dev-master": "1.3.x-dev"
7827 }
7828 },
7829 "autoload": {
7830 "psr-4": {
7831 "Stof\\DoctrineExtensionsBundle\\": ""
7832 }
7833 },
7834 "notification-url": "https://packagist.org/downloads/",
7835 "license": [
7836 "MIT"
7837 ],
7838 "authors": [
7839 {
7840 "name": "Christophe Coevoet",
7841 "email": "stof@notk.org"
7842 }
7843 ],
7844 "description": "Integration of the gedmo/doctrine-extensions with Symfony2",
7845 "homepage": "https://github.com/stof/StofDoctrineExtensionsBundle",
7846 "keywords": [
7847 "behaviors",
7848 "doctrine2",
7849 "extensions",
7850 "gedmo",
7851 "loggable",
7852 "nestedset",
7853 "sluggable",
7854 "sortable",
7855 "timestampable",
7856 "translatable",
7857 "tree"
7858 ],
7859 "time": "2017-12-24T16:06:50+00:00"
7860 },
7861 {
7862 "name": "swiftmailer/swiftmailer",
7863 "version": "v6.2.1",
7864 "source": {
7865 "type": "git",
7866 "url": "https://github.com/swiftmailer/swiftmailer.git",
7867 "reference": "5397cd05b0a0f7937c47b0adcb4c60e5ab936b6a"
7868 },
7869 "dist": {
7870 "type": "zip",
7871 "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/5397cd05b0a0f7937c47b0adcb4c60e5ab936b6a",
7872 "reference": "5397cd05b0a0f7937c47b0adcb4c60e5ab936b6a",
7873 "shasum": ""
7874 },
7875 "require": {
7876 "egulias/email-validator": "~2.0",
7877 "php": ">=7.0.0",
7878 "symfony/polyfill-iconv": "^1.0",
7879 "symfony/polyfill-intl-idn": "^1.10",
7880 "symfony/polyfill-mbstring": "^1.0"
7881 },
7882 "require-dev": {
7883 "mockery/mockery": "~0.9.1",
7884 "symfony/phpunit-bridge": "^3.4.19|^4.1.8"
7885 },
7886 "suggest": {
7887 "ext-intl": "Needed to support internationalized email addresses",
7888 "true/punycode": "Needed to support internationalized email addresses, if ext-intl is not installed"
7889 },
7890 "type": "library",
7891 "extra": {
7892 "branch-alias": {
7893 "dev-master": "6.2-dev"
7894 }
7895 },
7896 "autoload": {
7897 "files": [
7898 "lib/swift_required.php"
7899 ]
7900 },
7901 "notification-url": "https://packagist.org/downloads/",
7902 "license": [
7903 "MIT"
7904 ],
7905 "authors": [
7906 {
7907 "name": "Chris Corbyn"
7908 },
7909 {
7910 "name": "Fabien Potencier",
7911 "email": "fabien@symfony.com"
7912 }
7913 ],
7914 "description": "Swiftmailer, free feature-rich PHP mailer",
7915 "homepage": "https://swiftmailer.symfony.com",
7916 "keywords": [
7917 "email",
7918 "mail",
7919 "mailer"
7920 ],
7921 "time": "2019-04-21T09:21:45+00:00"
7922 },
7923 {
7924 "name": "symfony/http-client",
7925 "version": "v4.3.5",
7926 "source": {
7927 "type": "git",
7928 "url": "https://github.com/symfony/http-client.git",
7929 "reference": "69d438274718121e1166e7f65c290f891a4c8ddb"
7930 },
7931 "dist": {
7932 "type": "zip",
7933 "url": "https://api.github.com/repos/symfony/http-client/zipball/69d438274718121e1166e7f65c290f891a4c8ddb",
7934 "reference": "69d438274718121e1166e7f65c290f891a4c8ddb",
7935 "shasum": ""
7936 },
7937 "require": {
7938 "php": "^7.1.3",
7939 "psr/log": "^1.0",
7940 "symfony/http-client-contracts": "^1.1.7",
7941 "symfony/polyfill-php73": "^1.11"
7942 },
7943 "provide": {
7944 "psr/http-client-implementation": "1.0",
7945 "symfony/http-client-implementation": "1.1"
7946 },
7947 "require-dev": {
7948 "nyholm/psr7": "^1.0",
7949 "psr/http-client": "^1.0",
7950 "symfony/http-kernel": "^4.3",
7951 "symfony/process": "^4.2"
7952 },
7953 "type": "library",
7954 "extra": {
7955 "branch-alias": {
7956 "dev-master": "4.3-dev"
7957 }
7958 },
7959 "autoload": {
7960 "psr-4": {
7961 "Symfony\\Component\\HttpClient\\": ""
7962 },
7963 "exclude-from-classmap": [
7964 "/Tests/"
7965 ]
7966 },
7967 "notification-url": "https://packagist.org/downloads/",
7968 "license": [
7969 "MIT"
7970 ],
7971 "authors": [
7972 {
7973 "name": "Nicolas Grekas",
7974 "email": "p@tchwork.com"
7975 },
7976 {
7977 "name": "Symfony Community",
7978 "homepage": "https://symfony.com/contributors"
7979 }
7980 ],
7981 "description": "Symfony HttpClient component",
7982 "homepage": "https://symfony.com",
7983 "time": "2019-10-07T10:52:41+00:00"
7984 },
7985 {
7986 "name": "symfony/http-client-contracts",
7987 "version": "v1.1.7",
7988 "source": {
7989 "type": "git",
7990 "url": "https://github.com/symfony/http-client-contracts.git",
7991 "reference": "353b2a3e907e5c34cf8f74827a4b21eb745aab1d"
7992 },
7993 "dist": {
7994 "type": "zip",
7995 "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/353b2a3e907e5c34cf8f74827a4b21eb745aab1d",
7996 "reference": "353b2a3e907e5c34cf8f74827a4b21eb745aab1d",
7997 "shasum": ""
7998 },
7999 "require": {
8000 "php": "^7.1.3"
8001 },
8002 "suggest": {
8003 "symfony/http-client-implementation": ""
8004 },
8005 "type": "library",
8006 "extra": {
8007 "branch-alias": {
8008 "dev-master": "1.1-dev"
8009 }
8010 },
8011 "autoload": {
8012 "psr-4": {
8013 "Symfony\\Contracts\\HttpClient\\": ""
8014 }
8015 },
8016 "notification-url": "https://packagist.org/downloads/",
8017 "license": [
8018 "MIT"
8019 ],
8020 "authors": [
8021 {
8022 "name": "Nicolas Grekas",
8023 "email": "p@tchwork.com"
8024 },
8025 {
8026 "name": "Symfony Community",
8027 "homepage": "https://symfony.com/contributors"
8028 }
8029 ],
8030 "description": "Generic abstractions related to HTTP clients",
8031 "homepage": "https://symfony.com",
8032 "keywords": [
8033 "abstractions",
8034 "contracts",
8035 "decoupling",
8036 "interfaces",
8037 "interoperability",
8038 "standards"
8039 ],
8040 "time": "2019-09-26T22:09:58+00:00"
8041 },
8042 {
8043 "name": "symfony/mime",
8044 "version": "v4.3.5",
8045 "source": {
8046 "type": "git",
8047 "url": "https://github.com/symfony/mime.git",
8048 "reference": "32f71570547b91879fdbd9cf50317d556ae86916"
8049 },
8050 "dist": {
8051 "type": "zip",
8052 "url": "https://api.github.com/repos/symfony/mime/zipball/32f71570547b91879fdbd9cf50317d556ae86916",
8053 "reference": "32f71570547b91879fdbd9cf50317d556ae86916",
8054 "shasum": ""
8055 },
8056 "require": {
8057 "php": "^7.1.3",
8058 "symfony/polyfill-intl-idn": "^1.10",
8059 "symfony/polyfill-mbstring": "^1.0"
8060 },
8061 "require-dev": {
8062 "egulias/email-validator": "^2.1.10",
8063 "symfony/dependency-injection": "~3.4|^4.1"
8064 },
8065 "type": "library",
8066 "extra": {
8067 "branch-alias": {
8068 "dev-master": "4.3-dev"
8069 }
8070 },
8071 "autoload": {
8072 "psr-4": {
8073 "Symfony\\Component\\Mime\\": ""
8074 },
8075 "exclude-from-classmap": [
8076 "/Tests/"
8077 ]
8078 },
8079 "notification-url": "https://packagist.org/downloads/",
8080 "license": [
8081 "MIT"
8082 ],
8083 "authors": [
8084 {
8085 "name": "Fabien Potencier",
8086 "email": "fabien@symfony.com"
8087 },
8088 {
8089 "name": "Symfony Community",
8090 "homepage": "https://symfony.com/contributors"
8091 }
8092 ],
8093 "description": "A library to manipulate MIME messages",
8094 "homepage": "https://symfony.com",
8095 "keywords": [
8096 "mime",
8097 "mime-type"
8098 ],
8099 "time": "2019-09-19T17:00:15+00:00"
8100 },
8101 {
8102 "name": "symfony/monolog-bundle",
8103 "version": "v3.4.0",
8104 "source": {
8105 "type": "git",
8106 "url": "https://github.com/symfony/monolog-bundle.git",
8107 "reference": "7fbecb371c1c614642c93c6b2cbcdf723ae8809d"
8108 },
8109 "dist": {
8110 "type": "zip",
8111 "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/7fbecb371c1c614642c93c6b2cbcdf723ae8809d",
8112 "reference": "7fbecb371c1c614642c93c6b2cbcdf723ae8809d",
8113 "shasum": ""
8114 },
8115 "require": {
8116 "monolog/monolog": "~1.22",
8117 "php": ">=5.6",
8118 "symfony/config": "~3.4|~4.0",
8119 "symfony/dependency-injection": "~3.4.10|^4.0.10",
8120 "symfony/http-kernel": "~3.4|~4.0",
8121 "symfony/monolog-bridge": "~3.4|~4.0"
8122 },
8123 "require-dev": {
8124 "symfony/console": "~3.4|~4.0",
8125 "symfony/phpunit-bridge": "^3.4.19|^4.0",
8126 "symfony/yaml": "~3.4|~4.0"
8127 },
8128 "type": "symfony-bundle",
8129 "extra": {
8130 "branch-alias": {
8131 "dev-master": "3.x-dev"
8132 }
8133 },
8134 "autoload": {
8135 "psr-4": {
8136 "Symfony\\Bundle\\MonologBundle\\": ""
8137 },
8138 "exclude-from-classmap": [
8139 "/Tests/"
8140 ]
8141 },
8142 "notification-url": "https://packagist.org/downloads/",
8143 "license": [
8144 "MIT"
8145 ],
8146 "authors": [
8147 {
8148 "name": "Symfony Community",
8149 "homepage": "http://symfony.com/contributors"
8150 },
8151 {
8152 "name": "Fabien Potencier",
8153 "email": "fabien@symfony.com"
8154 }
8155 ],
8156 "description": "Symfony MonologBundle",
8157 "homepage": "http://symfony.com",
8158 "keywords": [
8159 "log",
8160 "logging"
8161 ],
8162 "time": "2019-06-20T12:18:19+00:00"
8163 },
8164 {
8165 "name": "symfony/polyfill-apcu",
8166 "version": "v1.12.0",
8167 "source": {
8168 "type": "git",
8169 "url": "https://github.com/symfony/polyfill-apcu.git",
8170 "reference": "71ce80635d5dcd67772b4dda00b86068595f64d5"
8171 },
8172 "dist": {
8173 "type": "zip",
8174 "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/71ce80635d5dcd67772b4dda00b86068595f64d5",
8175 "reference": "71ce80635d5dcd67772b4dda00b86068595f64d5",
8176 "shasum": ""
8177 },
8178 "require": {
8179 "php": ">=5.3.3"
8180 },
8181 "type": "library",
8182 "extra": {
8183 "branch-alias": {
8184 "dev-master": "1.12-dev"
8185 }
8186 },
8187 "autoload": {
8188 "psr-4": {
8189 "Symfony\\Polyfill\\Apcu\\": ""
8190 },
8191 "files": [
8192 "bootstrap.php"
8193 ]
8194 },
8195 "notification-url": "https://packagist.org/downloads/",
8196 "license": [
8197 "MIT"
8198 ],
8199 "authors": [
8200 {
8201 "name": "Nicolas Grekas",
8202 "email": "p@tchwork.com"
8203 },
8204 {
8205 "name": "Symfony Community",
8206 "homepage": "https://symfony.com/contributors"
8207 }
8208 ],
8209 "description": "Symfony polyfill backporting apcu_* functions to lower PHP versions",
8210 "homepage": "https://symfony.com",
8211 "keywords": [
8212 "apcu",
8213 "compatibility",
8214 "polyfill",
8215 "portable",
8216 "shim"
8217 ],
8218 "time": "2019-08-06T08:03:45+00:00"
8219 },
8220 {
8221 "name": "symfony/polyfill-ctype",
8222 "version": "v1.12.0",
8223 "source": {
8224 "type": "git",
8225 "url": "https://github.com/symfony/polyfill-ctype.git",
8226 "reference": "550ebaac289296ce228a706d0867afc34687e3f4"
8227 },
8228 "dist": {
8229 "type": "zip",
8230 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/550ebaac289296ce228a706d0867afc34687e3f4",
8231 "reference": "550ebaac289296ce228a706d0867afc34687e3f4",
8232 "shasum": ""
8233 },
8234 "require": {
8235 "php": ">=5.3.3"
8236 },
8237 "suggest": {
8238 "ext-ctype": "For best performance"
8239 },
8240 "type": "library",
8241 "extra": {
8242 "branch-alias": {
8243 "dev-master": "1.12-dev"
8244 }
8245 },
8246 "autoload": {
8247 "psr-4": {
8248 "Symfony\\Polyfill\\Ctype\\": ""
8249 },
8250 "files": [
8251 "bootstrap.php"
8252 ]
8253 },
8254 "notification-url": "https://packagist.org/downloads/",
8255 "license": [
8256 "MIT"
8257 ],
8258 "authors": [
8259 {
8260 "name": "Gert de Pagter",
8261 "email": "BackEndTea@gmail.com"
8262 },
8263 {
8264 "name": "Symfony Community",
8265 "homepage": "https://symfony.com/contributors"
8266 }
8267 ],
8268 "description": "Symfony polyfill for ctype functions",
8269 "homepage": "https://symfony.com",
8270 "keywords": [
8271 "compatibility",
8272 "ctype",
8273 "polyfill",
8274 "portable"
8275 ],
8276 "time": "2019-08-06T08:03:45+00:00"
8277 },
8278 {
8279 "name": "symfony/polyfill-iconv",
8280 "version": "v1.12.0",
8281 "source": {
8282 "type": "git",
8283 "url": "https://github.com/symfony/polyfill-iconv.git",
8284 "reference": "685968b11e61a347c18bf25db32effa478be610f"
8285 },
8286 "dist": {
8287 "type": "zip",
8288 "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/685968b11e61a347c18bf25db32effa478be610f",
8289 "reference": "685968b11e61a347c18bf25db32effa478be610f",
8290 "shasum": ""
8291 },
8292 "require": {
8293 "php": ">=5.3.3"
8294 },
8295 "suggest": {
8296 "ext-iconv": "For best performance"
8297 },
8298 "type": "library",
8299 "extra": {
8300 "branch-alias": {
8301 "dev-master": "1.12-dev"
8302 }
8303 },
8304 "autoload": {
8305 "psr-4": {
8306 "Symfony\\Polyfill\\Iconv\\": ""
8307 },
8308 "files": [
8309 "bootstrap.php"
8310 ]
8311 },
8312 "notification-url": "https://packagist.org/downloads/",
8313 "license": [
8314 "MIT"
8315 ],
8316 "authors": [
8317 {
8318 "name": "Nicolas Grekas",
8319 "email": "p@tchwork.com"
8320 },
8321 {
8322 "name": "Symfony Community",
8323 "homepage": "https://symfony.com/contributors"
8324 }
8325 ],
8326 "description": "Symfony polyfill for the Iconv extension",
8327 "homepage": "https://symfony.com",
8328 "keywords": [
8329 "compatibility",
8330 "iconv",
8331 "polyfill",
8332 "portable",
8333 "shim"
8334 ],
8335 "time": "2019-08-06T08:03:45+00:00"
8336 },
8337 {
8338 "name": "symfony/polyfill-intl-icu",
8339 "version": "v1.12.0",
8340 "source": {
8341 "type": "git",
8342 "url": "https://github.com/symfony/polyfill-intl-icu.git",
8343 "reference": "66810b9d6eb4af54d543867909d65ab9af654d7e"
8344 },
8345 "dist": {
8346 "type": "zip",
8347 "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/66810b9d6eb4af54d543867909d65ab9af654d7e",
8348 "reference": "66810b9d6eb4af54d543867909d65ab9af654d7e",
8349 "shasum": ""
8350 },
8351 "require": {
8352 "php": ">=5.3.3",
8353 "symfony/intl": "~2.3|~3.0|~4.0|~5.0"
8354 },
8355 "suggest": {
8356 "ext-intl": "For best performance"
8357 },
8358 "type": "library",
8359 "extra": {
8360 "branch-alias": {
8361 "dev-master": "1.12-dev"
8362 }
8363 },
8364 "autoload": {
8365 "files": [
8366 "bootstrap.php"
8367 ]
8368 },
8369 "notification-url": "https://packagist.org/downloads/",
8370 "license": [
8371 "MIT"
8372 ],
8373 "authors": [
8374 {
8375 "name": "Nicolas Grekas",
8376 "email": "p@tchwork.com"
8377 },
8378 {
8379 "name": "Symfony Community",
8380 "homepage": "https://symfony.com/contributors"
8381 }
8382 ],
8383 "description": "Symfony polyfill for intl's ICU-related data and classes",
8384 "homepage": "https://symfony.com",
8385 "keywords": [
8386 "compatibility",
8387 "icu",
8388 "intl",
8389 "polyfill",
8390 "portable",
8391 "shim"
8392 ],
8393 "time": "2019-08-06T08:03:45+00:00"
8394 },
8395 {
8396 "name": "symfony/polyfill-intl-idn",
8397 "version": "v1.12.0",
8398 "source": {
8399 "type": "git",
8400 "url": "https://github.com/symfony/polyfill-intl-idn.git",
8401 "reference": "6af626ae6fa37d396dc90a399c0ff08e5cfc45b2"
8402 },
8403 "dist": {
8404 "type": "zip",
8405 "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/6af626ae6fa37d396dc90a399c0ff08e5cfc45b2",
8406 "reference": "6af626ae6fa37d396dc90a399c0ff08e5cfc45b2",
8407 "shasum": ""
8408 },
8409 "require": {
8410 "php": ">=5.3.3",
8411 "symfony/polyfill-mbstring": "^1.3",
8412 "symfony/polyfill-php72": "^1.9"
8413 },
8414 "suggest": {
8415 "ext-intl": "For best performance"
8416 },
8417 "type": "library",
8418 "extra": {
8419 "branch-alias": {
8420 "dev-master": "1.12-dev"
8421 }
8422 },
8423 "autoload": {
8424 "psr-4": {
8425 "Symfony\\Polyfill\\Intl\\Idn\\": ""
8426 },
8427 "files": [
8428 "bootstrap.php"
8429 ]
8430 },
8431 "notification-url": "https://packagist.org/downloads/",
8432 "license": [
8433 "MIT"
8434 ],
8435 "authors": [
8436 {
8437 "name": "Laurent Bassin",
8438 "email": "laurent@bassin.info"
8439 },
8440 {
8441 "name": "Symfony Community",
8442 "homepage": "https://symfony.com/contributors"
8443 }
8444 ],
8445 "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
8446 "homepage": "https://symfony.com",
8447 "keywords": [
8448 "compatibility",
8449 "idn",
8450 "intl",
8451 "polyfill",
8452 "portable",
8453 "shim"
8454 ],
8455 "time": "2019-08-06T08:03:45+00:00"
8456 },
8457 {
8458 "name": "symfony/polyfill-mbstring",
8459 "version": "v1.12.0",
8460 "source": {
8461 "type": "git",
8462 "url": "https://github.com/symfony/polyfill-mbstring.git",
8463 "reference": "b42a2f66e8f1b15ccf25652c3424265923eb4f17"
8464 },
8465 "dist": {
8466 "type": "zip",
8467 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/b42a2f66e8f1b15ccf25652c3424265923eb4f17",
8468 "reference": "b42a2f66e8f1b15ccf25652c3424265923eb4f17",
8469 "shasum": ""
8470 },
8471 "require": {
8472 "php": ">=5.3.3"
8473 },
8474 "suggest": {
8475 "ext-mbstring": "For best performance"
8476 },
8477 "type": "library",
8478 "extra": {
8479 "branch-alias": {
8480 "dev-master": "1.12-dev"
8481 }
8482 },
8483 "autoload": {
8484 "psr-4": {
8485 "Symfony\\Polyfill\\Mbstring\\": ""
8486 },
8487 "files": [
8488 "bootstrap.php"
8489 ]
8490 },
8491 "notification-url": "https://packagist.org/downloads/",
8492 "license": [
8493 "MIT"
8494 ],
8495 "authors": [
8496 {
8497 "name": "Nicolas Grekas",
8498 "email": "p@tchwork.com"
8499 },
8500 {
8501 "name": "Symfony Community",
8502 "homepage": "https://symfony.com/contributors"
8503 }
8504 ],
8505 "description": "Symfony polyfill for the Mbstring extension",
8506 "homepage": "https://symfony.com",
8507 "keywords": [
8508 "compatibility",
8509 "mbstring",
8510 "polyfill",
8511 "portable",
8512 "shim"
8513 ],
8514 "time": "2019-08-06T08:03:45+00:00"
8515 },
8516 {
8517 "name": "symfony/polyfill-php56",
8518 "version": "v1.12.0",
8519 "source": {
8520 "type": "git",
8521 "url": "https://github.com/symfony/polyfill-php56.git",
8522 "reference": "0e3b212e96a51338639d8ce175c046d7729c3403"
8523 },
8524 "dist": {
8525 "type": "zip",
8526 "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/0e3b212e96a51338639d8ce175c046d7729c3403",
8527 "reference": "0e3b212e96a51338639d8ce175c046d7729c3403",
8528 "shasum": ""
8529 },
8530 "require": {
8531 "php": ">=5.3.3",
8532 "symfony/polyfill-util": "~1.0"
8533 },
8534 "type": "library",
8535 "extra": {
8536 "branch-alias": {
8537 "dev-master": "1.12-dev"
8538 }
8539 },
8540 "autoload": {
8541 "psr-4": {
8542 "Symfony\\Polyfill\\Php56\\": ""
8543 },
8544 "files": [
8545 "bootstrap.php"
8546 ]
8547 },
8548 "notification-url": "https://packagist.org/downloads/",
8549 "license": [
8550 "MIT"
8551 ],
8552 "authors": [
8553 {
8554 "name": "Nicolas Grekas",
8555 "email": "p@tchwork.com"
8556 },
8557 {
8558 "name": "Symfony Community",
8559 "homepage": "https://symfony.com/contributors"
8560 }
8561 ],
8562 "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions",
8563 "homepage": "https://symfony.com",
8564 "keywords": [
8565 "compatibility",
8566 "polyfill",
8567 "portable",
8568 "shim"
8569 ],
8570 "time": "2019-08-06T08:03:45+00:00"
8571 },
8572 {
8573 "name": "symfony/polyfill-php70",
8574 "version": "v1.12.0",
8575 "source": {
8576 "type": "git",
8577 "url": "https://github.com/symfony/polyfill-php70.git",
8578 "reference": "54b4c428a0054e254223797d2713c31e08610831"
8579 },
8580 "dist": {
8581 "type": "zip",
8582 "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/54b4c428a0054e254223797d2713c31e08610831",
8583 "reference": "54b4c428a0054e254223797d2713c31e08610831",
8584 "shasum": ""
8585 },
8586 "require": {
8587 "paragonie/random_compat": "~1.0|~2.0|~9.99",
8588 "php": ">=5.3.3"
8589 },
8590 "type": "library",
8591 "extra": {
8592 "branch-alias": {
8593 "dev-master": "1.12-dev"
8594 }
8595 },
8596 "autoload": {
8597 "psr-4": {
8598 "Symfony\\Polyfill\\Php70\\": ""
8599 },
8600 "files": [
8601 "bootstrap.php"
8602 ],
8603 "classmap": [
8604 "Resources/stubs"
8605 ]
8606 },
8607 "notification-url": "https://packagist.org/downloads/",
8608 "license": [
8609 "MIT"
8610 ],
8611 "authors": [
8612 {
8613 "name": "Nicolas Grekas",
8614 "email": "p@tchwork.com"
8615 },
8616 {
8617 "name": "Symfony Community",
8618 "homepage": "https://symfony.com/contributors"
8619 }
8620 ],
8621 "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
8622 "homepage": "https://symfony.com",
8623 "keywords": [
8624 "compatibility",
8625 "polyfill",
8626 "portable",
8627 "shim"
8628 ],
8629 "time": "2019-08-06T08:03:45+00:00"
8630 },
8631 {
8632 "name": "symfony/polyfill-php72",
8633 "version": "v1.12.0",
8634 "source": {
8635 "type": "git",
8636 "url": "https://github.com/symfony/polyfill-php72.git",
8637 "reference": "04ce3335667451138df4307d6a9b61565560199e"
8638 },
8639 "dist": {
8640 "type": "zip",
8641 "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/04ce3335667451138df4307d6a9b61565560199e",
8642 "reference": "04ce3335667451138df4307d6a9b61565560199e",
8643 "shasum": ""
8644 },
8645 "require": {
8646 "php": ">=5.3.3"
8647 },
8648 "type": "library",
8649 "extra": {
8650 "branch-alias": {
8651 "dev-master": "1.12-dev"
8652 }
8653 },
8654 "autoload": {
8655 "psr-4": {
8656 "Symfony\\Polyfill\\Php72\\": ""
8657 },
8658 "files": [
8659 "bootstrap.php"
8660 ]
8661 },
8662 "notification-url": "https://packagist.org/downloads/",
8663 "license": [
8664 "MIT"
8665 ],
8666 "authors": [
8667 {
8668 "name": "Nicolas Grekas",
8669 "email": "p@tchwork.com"
8670 },
8671 {
8672 "name": "Symfony Community",
8673 "homepage": "https://symfony.com/contributors"
8674 }
8675 ],
8676 "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
8677 "homepage": "https://symfony.com",
8678 "keywords": [
8679 "compatibility",
8680 "polyfill",
8681 "portable",
8682 "shim"
8683 ],
8684 "time": "2019-08-06T08:03:45+00:00"
8685 },
8686 {
8687 "name": "symfony/polyfill-php73",
8688 "version": "v1.12.0",
8689 "source": {
8690 "type": "git",
8691 "url": "https://github.com/symfony/polyfill-php73.git",
8692 "reference": "2ceb49eaccb9352bff54d22570276bb75ba4a188"
8693 },
8694 "dist": {
8695 "type": "zip",
8696 "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/2ceb49eaccb9352bff54d22570276bb75ba4a188",
8697 "reference": "2ceb49eaccb9352bff54d22570276bb75ba4a188",
8698 "shasum": ""
8699 },
8700 "require": {
8701 "php": ">=5.3.3"
8702 },
8703 "type": "library",
8704 "extra": {
8705 "branch-alias": {
8706 "dev-master": "1.12-dev"
8707 }
8708 },
8709 "autoload": {
8710 "psr-4": {
8711 "Symfony\\Polyfill\\Php73\\": ""
8712 },
8713 "files": [
8714 "bootstrap.php"
8715 ],
8716 "classmap": [
8717 "Resources/stubs"
8718 ]
8719 },
8720 "notification-url": "https://packagist.org/downloads/",
8721 "license": [
8722 "MIT"
8723 ],
8724 "authors": [
8725 {
8726 "name": "Nicolas Grekas",
8727 "email": "p@tchwork.com"
8728 },
8729 {
8730 "name": "Symfony Community",
8731 "homepage": "https://symfony.com/contributors"
8732 }
8733 ],
8734 "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
8735 "homepage": "https://symfony.com",
8736 "keywords": [
8737 "compatibility",
8738 "polyfill",
8739 "portable",
8740 "shim"
8741 ],
8742 "time": "2019-08-06T08:03:45+00:00"
8743 },
8744 {
8745 "name": "symfony/polyfill-util",
8746 "version": "v1.12.0",
8747 "source": {
8748 "type": "git",
8749 "url": "https://github.com/symfony/polyfill-util.git",
8750 "reference": "4317de1386717b4c22caed7725350a8887ab205c"
8751 },
8752 "dist": {
8753 "type": "zip",
8754 "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/4317de1386717b4c22caed7725350a8887ab205c",
8755 "reference": "4317de1386717b4c22caed7725350a8887ab205c",
8756 "shasum": ""
8757 },
8758 "require": {
8759 "php": ">=5.3.3"
8760 },
8761 "type": "library",
8762 "extra": {
8763 "branch-alias": {
8764 "dev-master": "1.12-dev"
8765 }
8766 },
8767 "autoload": {
8768 "psr-4": {
8769 "Symfony\\Polyfill\\Util\\": ""
8770 }
8771 },
8772 "notification-url": "https://packagist.org/downloads/",
8773 "license": [
8774 "MIT"
8775 ],
8776 "authors": [
8777 {
8778 "name": "Nicolas Grekas",
8779 "email": "p@tchwork.com"
8780 },
8781 {
8782 "name": "Symfony Community",
8783 "homepage": "https://symfony.com/contributors"
8784 }
8785 ],
8786 "description": "Symfony utilities for portability of PHP codes",
8787 "homepage": "https://symfony.com",
8788 "keywords": [
8789 "compat",
8790 "compatibility",
8791 "polyfill",
8792 "shim"
8793 ],
8794 "time": "2019-08-06T08:03:45+00:00"
8795 },
8796 {
8797 "name": "symfony/swiftmailer-bundle",
8798 "version": "v3.3.0",
8799 "source": {
8800 "type": "git",
8801 "url": "https://github.com/symfony/swiftmailer-bundle.git",
8802 "reference": "6b895bc0a5e815d1bf2d444869415a7c752516aa"
8803 },
8804 "dist": {
8805 "type": "zip",
8806 "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/6b895bc0a5e815d1bf2d444869415a7c752516aa",
8807 "reference": "6b895bc0a5e815d1bf2d444869415a7c752516aa",
8808 "shasum": ""
8809 },
8810 "require": {
8811 "php": ">=7.0.0",
8812 "swiftmailer/swiftmailer": "^6.1.3",
8813 "symfony/config": "^3.4|^4.0|^5.0",
8814 "symfony/dependency-injection": "^3.4|^4.0|^5.0",
8815 "symfony/http-kernel": "^3.4|^4.0|^5.0"
8816 },
8817 "conflict": {
8818 "twig/twig": "<1.41|<2.10"
8819 },
8820 "require-dev": {
8821 "symfony/console": "^3.4|^4.0|^5.0",
8822 "symfony/framework-bundle": "^3.4|^4.0|^5.0",
8823 "symfony/phpunit-bridge": "^3.4.32|^4.3.5|^5.0",
8824 "symfony/yaml": "^3.4|^4.0|^5.0"
8825 },
8826 "suggest": {
8827 "psr/log": "Allows logging"
8828 },
8829 "type": "symfony-bundle",
8830 "extra": {
8831 "branch-alias": {
8832 "dev-master": "3.3-dev"
8833 }
8834 },
8835 "autoload": {
8836 "psr-4": {
8837 "Symfony\\Bundle\\SwiftmailerBundle\\": ""
8838 },
8839 "exclude-from-classmap": [
8840 "/Tests/"
8841 ]
8842 },
8843 "notification-url": "https://packagist.org/downloads/",
8844 "license": [
8845 "MIT"
8846 ],
8847 "authors": [
8848 {
8849 "name": "Fabien Potencier",
8850 "email": "fabien@symfony.com"
8851 },
8852 {
8853 "name": "Symfony Community",
8854 "homepage": "http://symfony.com/contributors"
8855 }
8856 ],
8857 "description": "Symfony SwiftmailerBundle",
8858 "homepage": "http://symfony.com",
8859 "time": "2019-10-20T12:05:18+00:00"
8860 },
8861 {
8862 "name": "symfony/symfony",
8863 "version": "v3.4.32",
8864 "source": {
8865 "type": "git",
8866 "url": "https://github.com/symfony/symfony.git",
8867 "reference": "2815d1fa34d417b8b87450667f166edbefff3177"
8868 },
8869 "dist": {
8870 "type": "zip",
8871 "url": "https://api.github.com/repos/symfony/symfony/zipball/2815d1fa34d417b8b87450667f166edbefff3177",
8872 "reference": "2815d1fa34d417b8b87450667f166edbefff3177",
8873 "shasum": ""
8874 },
8875 "require": {
8876 "doctrine/common": "~2.4",
8877 "ext-xml": "*",
8878 "fig/link-util": "^1.0",
8879 "php": "^5.5.9|>=7.0.8",
8880 "psr/cache": "~1.0",
8881 "psr/container": "^1.0",
8882 "psr/link": "^1.0",
8883 "psr/log": "~1.0",
8884 "psr/simple-cache": "^1.0",
8885 "symfony/polyfill-apcu": "~1.1",
8886 "symfony/polyfill-ctype": "~1.8",
8887 "symfony/polyfill-intl-icu": "~1.0",
8888 "symfony/polyfill-mbstring": "~1.0",
8889 "symfony/polyfill-php56": "~1.0",
8890 "symfony/polyfill-php70": "~1.6",
8891 "twig/twig": "^1.41|^2.10"
8892 },
8893 "conflict": {
8894 "phpdocumentor/reflection-docblock": "<3.0||>=3.2.0,<3.2.2",
8895 "phpdocumentor/type-resolver": "<0.3.0",
8896 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
8897 },
8898 "provide": {
8899 "psr/cache-implementation": "1.0",
8900 "psr/container-implementation": "1.0",
8901 "psr/log-implementation": "1.0",
8902 "psr/simple-cache-implementation": "1.0"
8903 },
8904 "replace": {
8905 "symfony/asset": "self.version",
8906 "symfony/browser-kit": "self.version",
8907 "symfony/cache": "self.version",
8908 "symfony/class-loader": "self.version",
8909 "symfony/config": "self.version",
8910 "symfony/console": "self.version",
8911 "symfony/css-selector": "self.version",
8912 "symfony/debug": "self.version",
8913 "symfony/debug-bundle": "self.version",
8914 "symfony/dependency-injection": "self.version",
8915 "symfony/doctrine-bridge": "self.version",
8916 "symfony/dom-crawler": "self.version",
8917 "symfony/dotenv": "self.version",
8918 "symfony/event-dispatcher": "self.version",
8919 "symfony/expression-language": "self.version",
8920 "symfony/filesystem": "self.version",
8921 "symfony/finder": "self.version",
8922 "symfony/form": "self.version",
8923 "symfony/framework-bundle": "self.version",
8924 "symfony/http-foundation": "self.version",
8925 "symfony/http-kernel": "self.version",
8926 "symfony/inflector": "self.version",
8927 "symfony/intl": "self.version",
8928 "symfony/ldap": "self.version",
8929 "symfony/lock": "self.version",
8930 "symfony/monolog-bridge": "self.version",
8931 "symfony/options-resolver": "self.version",
8932 "symfony/process": "self.version",
8933 "symfony/property-access": "self.version",
8934 "symfony/property-info": "self.version",
8935 "symfony/proxy-manager-bridge": "self.version",
8936 "symfony/routing": "self.version",
8937 "symfony/security": "self.version",
8938 "symfony/security-bundle": "self.version",
8939 "symfony/security-core": "self.version",
8940 "symfony/security-csrf": "self.version",
8941 "symfony/security-guard": "self.version",
8942 "symfony/security-http": "self.version",
8943 "symfony/serializer": "self.version",
8944 "symfony/stopwatch": "self.version",
8945 "symfony/templating": "self.version",
8946 "symfony/translation": "self.version",
8947 "symfony/twig-bridge": "self.version",
8948 "symfony/twig-bundle": "self.version",
8949 "symfony/validator": "self.version",
8950 "symfony/var-dumper": "self.version",
8951 "symfony/web-link": "self.version",
8952 "symfony/web-profiler-bundle": "self.version",
8953 "symfony/web-server-bundle": "self.version",
8954 "symfony/workflow": "self.version",
8955 "symfony/yaml": "self.version"
8956 },
8957 "require-dev": {
8958 "cache/integration-tests": "dev-master",
8959 "doctrine/annotations": "~1.0",
8960 "doctrine/cache": "~1.6",
8961 "doctrine/data-fixtures": "1.0.*",
8962 "doctrine/dbal": "~2.4",
8963 "doctrine/doctrine-bundle": "~1.4",
8964 "doctrine/orm": "~2.4,>=2.4.5",
8965 "egulias/email-validator": "~1.2,>=1.2.8|~2.0",
8966 "monolog/monolog": "~1.11",
8967 "ocramius/proxy-manager": "~0.4|~1.0|~2.0",
8968 "phpdocumentor/reflection-docblock": "^3.0|^4.0",
8969 "predis/predis": "~1.0",
8970 "symfony/phpunit-bridge": "^3.4.31|^4.3.4|~5.0",
8971 "symfony/security-acl": "~2.8|~3.0"
8972 },
8973 "type": "library",
8974 "extra": {
8975 "branch-alias": {
8976 "dev-master": "3.4-dev"
8977 }
8978 },
8979 "autoload": {
8980 "psr-4": {
8981 "Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/",
8982 "Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/",
8983 "Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/",
8984 "Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/",
8985 "Symfony\\Bundle\\": "src/Symfony/Bundle/",
8986 "Symfony\\Component\\": "src/Symfony/Component/"
8987 },
8988 "classmap": [
8989 "src/Symfony/Component/Intl/Resources/stubs"
8990 ],
8991 "exclude-from-classmap": [
8992 "**/Tests/"
8993 ]
8994 },
8995 "notification-url": "https://packagist.org/downloads/",
8996 "license": [
8997 "MIT"
8998 ],
8999 "authors": [
9000 {
9001 "name": "Fabien Potencier",
9002 "email": "fabien@symfony.com"
9003 },
9004 {
9005 "name": "Symfony Community",
9006 "homepage": "https://symfony.com/contributors"
9007 }
9008 ],
9009 "description": "The Symfony PHP framework",
9010 "homepage": "https://symfony.com",
9011 "keywords": [
9012 "framework"
9013 ],
9014 "time": "2019-10-07T14:42:16+00:00"
9015 },
9016 {
9017 "name": "true/punycode",
9018 "version": "v2.1.1",
9019 "source": {
9020 "type": "git",
9021 "url": "https://github.com/true/php-punycode.git",
9022 "reference": "a4d0c11a36dd7f4e7cd7096076cab6d3378a071e"
9023 },
9024 "dist": {
9025 "type": "zip",
9026 "url": "https://api.github.com/repos/true/php-punycode/zipball/a4d0c11a36dd7f4e7cd7096076cab6d3378a071e",
9027 "reference": "a4d0c11a36dd7f4e7cd7096076cab6d3378a071e",
9028 "shasum": ""
9029 },
9030 "require": {
9031 "php": ">=5.3.0",
9032 "symfony/polyfill-mbstring": "^1.3"
9033 },
9034 "require-dev": {
9035 "phpunit/phpunit": "~4.7",
9036 "squizlabs/php_codesniffer": "~2.0"
9037 },
9038 "type": "library",
9039 "autoload": {
9040 "psr-4": {
9041 "TrueBV\\": "src/"
9042 }
9043 },
9044 "notification-url": "https://packagist.org/downloads/",
9045 "license": [
9046 "MIT"
9047 ],
9048 "authors": [
9049 {
9050 "name": "Renan Gonçalves",
9051 "email": "renan.saddam@gmail.com"
9052 }
9053 ],
9054 "description": "A Bootstring encoding of Unicode for Internationalized Domain Names in Applications (IDNA)",
9055 "homepage": "https://github.com/true/php-punycode",
9056 "keywords": [
9057 "idna",
9058 "punycode"
9059 ],
9060 "time": "2016-11-16T10:37:54+00:00"
9061 },
9062 {
9063 "name": "twig/extensions",
9064 "version": "v1.5.4",
9065 "source": {
9066 "type": "git",
9067 "url": "https://github.com/twigphp/Twig-extensions.git",
9068 "reference": "57873c8b0c1be51caa47df2cdb824490beb16202"
9069 },
9070 "dist": {
9071 "type": "zip",
9072 "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/57873c8b0c1be51caa47df2cdb824490beb16202",
9073 "reference": "57873c8b0c1be51caa47df2cdb824490beb16202",
9074 "shasum": ""
9075 },
9076 "require": {
9077 "twig/twig": "^1.27|^2.0"
9078 },
9079 "require-dev": {
9080 "symfony/phpunit-bridge": "^3.4",
9081 "symfony/translation": "^2.7|^3.4"
9082 },
9083 "suggest": {
9084 "symfony/translation": "Allow the time_diff output to be translated"
9085 },
9086 "type": "library",
9087 "extra": {
9088 "branch-alias": {
9089 "dev-master": "1.5-dev"
9090 }
9091 },
9092 "autoload": {
9093 "psr-0": {
9094 "Twig_Extensions_": "lib/"
9095 },
9096 "psr-4": {
9097 "Twig\\Extensions\\": "src/"
9098 }
9099 },
9100 "notification-url": "https://packagist.org/downloads/",
9101 "license": [
9102 "MIT"
9103 ],
9104 "authors": [
9105 {
9106 "name": "Fabien Potencier",
9107 "email": "fabien@symfony.com"
9108 }
9109 ],
9110 "description": "Common additional features for Twig that do not directly belong in core",
9111 "keywords": [
9112 "i18n",
9113 "text"
9114 ],
9115 "time": "2018-12-05T18:34:18+00:00"
9116 },
9117 {
9118 "name": "twig/twig",
9119 "version": "v2.12.1",
9120 "source": {
9121 "type": "git",
9122 "url": "https://github.com/twigphp/Twig.git",
9123 "reference": "ddd4134af9bfc6dba4eff7c8447444ecc45b9ee5"
9124 },
9125 "dist": {
9126 "type": "zip",
9127 "url": "https://api.github.com/repos/twigphp/Twig/zipball/ddd4134af9bfc6dba4eff7c8447444ecc45b9ee5",
9128 "reference": "ddd4134af9bfc6dba4eff7c8447444ecc45b9ee5",
9129 "shasum": ""
9130 },
9131 "require": {
9132 "php": "^7.0",
9133 "symfony/polyfill-ctype": "^1.8",
9134 "symfony/polyfill-mbstring": "^1.3"
9135 },
9136 "require-dev": {
9137 "psr/container": "^1.0",
9138 "symfony/debug": "^3.4|^4.2",
9139 "symfony/phpunit-bridge": "^4.4@dev|^5.0"
9140 },
9141 "type": "library",
9142 "extra": {
9143 "branch-alias": {
9144 "dev-master": "2.12-dev"
9145 }
9146 },
9147 "autoload": {
9148 "psr-0": {
9149 "Twig_": "lib/"
9150 },
9151 "psr-4": {
9152 "Twig\\": "src/"
9153 }
9154 },
9155 "notification-url": "https://packagist.org/downloads/",
9156 "license": [
9157 "BSD-3-Clause"
9158 ],
9159 "authors": [
9160 {
9161 "name": "Fabien Potencier",
9162 "email": "fabien@symfony.com",
9163 "homepage": "http://fabien.potencier.org",
9164 "role": "Lead Developer"
9165 },
9166 {
9167 "name": "Twig Team",
9168 "homepage": "https://twig.symfony.com/contributors",
9169 "role": "Contributors"
9170 },
9171 {
9172 "name": "Armin Ronacher",
9173 "email": "armin.ronacher@active-4.com",
9174 "role": "Project Founder"
9175 }
9176 ],
9177 "description": "Twig, the flexible, fast, and secure template language for PHP",
9178 "homepage": "https://twig.symfony.com",
9179 "keywords": [
9180 "templating"
9181 ],
9182 "time": "2019-10-17T07:34:53+00:00"
9183 },
9184 {
9185 "name": "wallabag/php-mobi",
9186 "version": "1.1.0",
9187 "source": {
9188 "type": "git",
9189 "url": "https://github.com/wallabag/php-mobi.git",
9190 "reference": "bfe9c18d038e5ca24664cfdab107a645ac57c9b5"
9191 },
9192 "dist": {
9193 "type": "zip",
9194 "url": "https://api.github.com/repos/wallabag/php-mobi/zipball/bfe9c18d038e5ca24664cfdab107a645ac57c9b5",
9195 "reference": "bfe9c18d038e5ca24664cfdab107a645ac57c9b5",
9196 "shasum": ""
9197 },
9198 "require": {
9199 "php": ">=5.3.0",
9200 "symfony/polyfill-mbstring": "^1.12"
9201 },
9202 "type": "library",
9203 "autoload": {
9204 "files": [
9205 "MOBIClass/MOBI.php"
9206 ]
9207 },
9208 "notification-url": "https://packagist.org/downloads/",
9209 "license": [
9210 "Apache-2.0"
9211 ],
9212 "authors": [
9213 {
9214 "name": "Sander Kromwijk",
9215 "role": "Original developer",
9216 "email": "s.kromwijk@gmail.co"
9217 },
9218 {
9219 "name": "Nicolas Lœuillet",
9220 "email": "nicolas@loeuillet.org",
9221 "homepage": "http://www.cdetc.fr"
9222 }
9223 ],
9224 "description": "A Mobipocket file (.mobi) creator in PHP.",
9225 "homepage": "https://github.com/wallabag/php-mobi",
9226 "time": "2019-08-08T12:26:23+00:00"
9227 },
9228 {
9229 "name": "wallabag/tcpdf",
9230 "version": "6.2.26",
9231 "source": {
9232 "type": "git",
9233 "url": "https://github.com/wallabag/TCPDF.git",
9234 "reference": "bf590f0604bcef1ae6fa3145649cf997f3564477"
9235 },
9236 "dist": {
9237 "type": "zip",
9238 "url": "https://api.github.com/repos/wallabag/TCPDF/zipball/bf590f0604bcef1ae6fa3145649cf997f3564477",
9239 "reference": "bf590f0604bcef1ae6fa3145649cf997f3564477",
9240 "shasum": ""
9241 },
9242 "require": {
9243 "php": ">=5.3.0"
9244 },
9245 "replace": {
9246 "tecnickcom/tcpdf": "6.2.*"
9247 },
9248 "type": "library",
9249 "autoload": {
9250 "classmap": [
9251 "fonts",
9252 "config",
9253 "include",
9254 "tcpdf.php",
9255 "tcpdf_parser.php",
9256 "tcpdf_import.php",
9257 "tcpdf_barcodes_1d.php",
9258 "tcpdf_barcodes_2d.php",
9259 "include/tcpdf_colors.php",
9260 "include/tcpdf_filters.php",
9261 "include/tcpdf_font_data.php",
9262 "include/tcpdf_fonts.php",
9263 "include/tcpdf_images.php",
9264 "include/tcpdf_static.php",
9265 "include/barcodes/datamatrix.php",
9266 "include/barcodes/pdf417.php",
9267 "include/barcodes/qrcode.php"
9268 ]
9269 },
9270 "notification-url": "https://packagist.org/downloads/",
9271 "license": [
9272 "LGPL-3.0"
9273 ],
9274 "authors": [
9275 {
9276 "name": "Nicola Asuni",
9277 "email": "info@tecnick.com",
9278 "homepage": "http://nicolaasuni.tecnick.com",
9279 "role": "Main developer"
9280 },
9281 {
9282 "name": "wallabag/core",
9283 "homepage": "https://www.wallabag.org",
9284 "role": "Developers"
9285 }
9286 ],
9287 "description": "Keeping a working 6.2.x TCPDF version.",
9288 "homepage": "https://www.wallabag.org/",
9289 "keywords": [
9290 "PDFD32000-2008",
9291 "TCPDF",
9292 "barcodes",
9293 "datamatrix",
9294 "pdf",
9295 "pdf417",
9296 "qrcode"
9297 ],
9298 "time": "2018-10-25T06:56:14+00:00"
9299 },
9300 {
9301 "name": "white-october/pagerfanta-bundle",
9302 "version": "v1.2.4",
9303 "source": {
9304 "type": "git",
9305 "url": "https://github.com/whiteoctober/WhiteOctoberPagerfantaBundle.git",
9306 "reference": "19bf14bf8c72e4205c9ca97028436701fe3991a6"
9307 },
9308 "dist": {
9309 "type": "zip",
9310 "url": "https://api.github.com/repos/whiteoctober/WhiteOctoberPagerfantaBundle/zipball/19bf14bf8c72e4205c9ca97028436701fe3991a6",
9311 "reference": "19bf14bf8c72e4205c9ca97028436701fe3991a6",
9312 "shasum": ""
9313 },
9314 "require": {
9315 "pagerfanta/pagerfanta": "^1.1.0|^2.0.0",
9316 "php": ">=5.3",
9317 "symfony/framework-bundle": "~2.3|~3.0|~4.0",
9318 "symfony/property-access": "~2.3|~3.0|~4.0",
9319 "symfony/translation": "~2.3|~3.0|~4.0",
9320 "symfony/twig-bundle": "~2.3|~3.0|~4.0"
9321 },
9322 "require-dev": {
9323 "phpunit/phpunit": "~3.7|~4.0|^5.0",
9324 "symfony/symfony": "~2.3|~3.0|~4.0"
9325 },
9326 "type": "symfony-bundle",
9327 "extra": {
9328 "branch-alias": {
9329 "dev-master": "1.0.x-dev"
9330 }
9331 },
9332 "autoload": {
9333 "psr-4": {
9334 "WhiteOctober\\PagerfantaBundle\\": ""
9335 },
9336 "exclude-from-classmap": [
9337 "Tests/",
9338 "TestsProject/"
9339 ]
9340 },
9341 "notification-url": "https://packagist.org/downloads/",
9342 "license": [
9343 "MIT"
9344 ],
9345 "authors": [
9346 {
9347 "name": "Pablo Díez",
9348 "email": "pablodip@gmail.com"
9349 }
9350 ],
9351 "description": "Bundle to use Pagerfanta with Symfony2",
9352 "keywords": [
9353 "page",
9354 "paging"
9355 ],
9356 "time": "2019-02-14T08:42:52+00:00"
9357 },
9358 {
9359 "name": "willdurand/hateoas",
9360 "version": "2.12.0",
9361 "source": {
9362 "type": "git",
9363 "url": "https://github.com/willdurand/Hateoas.git",
9364 "reference": "71b1af62b398dc9a870ac0b16c84bdc23a76a5c5"
9365 },
9366 "dist": {
9367 "type": "zip",
9368 "url": "https://api.github.com/repos/willdurand/Hateoas/zipball/71b1af62b398dc9a870ac0b16c84bdc23a76a5c5",
9369 "reference": "71b1af62b398dc9a870ac0b16c84bdc23a76a5c5",
9370 "shasum": ""
9371 },
9372 "require": {
9373 "doctrine/annotations": "~1.0",
9374 "doctrine/common": "~2.0",
9375 "jms/metadata": "~1.1",
9376 "jms/serializer": "^1.7",
9377 "php": "^5.5|^7.0",
9378 "phpoption/phpoption": ">=1.1.0,<2.0-dev",
9379 "symfony/expression-language": "~2.4 || ~3.0 || ~4.0"
9380 },
9381 "require-dev": {
9382 "pagerfanta/pagerfanta": "~1.0",
9383 "phpunit/phpunit": "~5",
9384 "symfony/dependency-injection": "~2.4 || ~3.0 || ~4.0",
9385 "symfony/routing": "~2.4 || ~3.0 || ~4.0",
9386 "symfony/yaml": "~2.4 || ~3.0 || ~4.0",
9387 "twig/twig": "~1.12"
9388 },
9389 "suggest": {
9390 "symfony/routing": "To use the SymfonyRouteFactory.",
9391 "symfony/yaml": "To use yaml based configuration.",
9392 "twig/twig": "To use the Twig extensions."
9393 },
9394 "type": "library",
9395 "extra": {
9396 "branch-alias": {
9397 "dev-master": "2.12-dev"
9398 }
9399 },
9400 "autoload": {
9401 "psr-0": {
9402 "Hateoas": "src/"
9403 }
9404 },
9405 "notification-url": "https://packagist.org/downloads/",
9406 "license": [
9407 "MIT"
9408 ],
9409 "authors": [
9410 {
9411 "name": "Adrien Brault",
9412 "email": "adrien.brault@gmail.com"
9413 },
9414 {
9415 "name": "William Durand",
9416 "email": "william.durand1@gmail.com"
9417 }
9418 ],
9419 "description": "A PHP library to support implementing representations for HATEOAS REST web services",
9420 "time": "2018-02-23T17:05:31+00:00"
9421 },
9422 {
9423 "name": "willdurand/hateoas-bundle",
9424 "version": "1.4.0",
9425 "source": {
9426 "type": "git",
9427 "url": "https://github.com/willdurand/BazingaHateoasBundle.git",
9428 "reference": "d1f915fd4f8a7cd43a88a0ce97ffb28abe3a94fa"
9429 },
9430 "dist": {
9431 "type": "zip",
9432 "url": "https://api.github.com/repos/willdurand/BazingaHateoasBundle/zipball/d1f915fd4f8a7cd43a88a0ce97ffb28abe3a94fa",
9433 "reference": "d1f915fd4f8a7cd43a88a0ce97ffb28abe3a94fa",
9434 "shasum": ""
9435 },
9436 "require": {
9437 "jms/serializer-bundle": "~1.0 || ^2.0",
9438 "php": ">5.4 |^7.0",
9439 "symfony/framework-bundle": "~2.3 || ~3.0 || ~4.0",
9440 "willdurand/hateoas": "^2.10.0"
9441 },
9442 "require-dev": {
9443 "phpunit/phpunit": "~4.5 || ~5.0",
9444 "symfony/expression-language": "~2.4 || ~3.0 || ~4.0",
9445 "symfony/stopwatch": "~2.4 || ~3.0 || ~4.0",
9446 "twig/twig": "~1.12"
9447 },
9448 "type": "symfony-bundle",
9449 "extra": {
9450 "branch-alias": {
9451 "dev-master": "1.4-dev"
9452 }
9453 },
9454 "autoload": {
9455 "psr-4": {
9456 "Bazinga\\Bundle\\HateoasBundle\\": ""
9457 }
9458 },
9459 "notification-url": "https://packagist.org/downloads/",
9460 "license": [
9461 "MIT"
9462 ],
9463 "authors": [
9464 {
9465 "name": "William Durand",
9466 "email": "william.durand1@gmail.com"
9467 }
9468 ],
9469 "description": "Integration of Hateoas into Symfony2.",
9470 "keywords": [
9471 "HATEOAS",
9472 "rest"
9473 ],
9474 "time": "2018-01-27T13:03:07+00:00"
9475 },
9476 {
9477 "name": "willdurand/jsonp-callback-validator",
9478 "version": "v1.1.0",
9479 "source": {
9480 "type": "git",
9481 "url": "https://github.com/willdurand/JsonpCallbackValidator.git",
9482 "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909"
9483 },
9484 "dist": {
9485 "type": "zip",
9486 "url": "https://api.github.com/repos/willdurand/JsonpCallbackValidator/zipball/1a7d388bb521959e612ef50c5c7b1691b097e909",
9487 "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909",
9488 "shasum": ""
9489 },
9490 "require": {
9491 "php": ">=5.3.0"
9492 },
9493 "require-dev": {
9494 "phpunit/phpunit": "~3.7"
9495 },
9496 "type": "library",
9497 "autoload": {
9498 "psr-0": {
9499 "JsonpCallbackValidator": "src/"
9500 }
9501 },
9502 "notification-url": "https://packagist.org/downloads/",
9503 "license": [
9504 "MIT"
9505 ],
9506 "authors": [
9507 {
9508 "name": "William Durand",
9509 "email": "william.durand1@gmail.com",
9510 "homepage": "http://www.willdurand.fr"
9511 }
9512 ],
9513 "description": "JSONP callback validator.",
9514 "time": "2014-01-20T22:35:06+00:00"
9515 },
9516 {
9517 "name": "willdurand/negotiation",
9518 "version": "v2.3.1",
9519 "source": {
9520 "type": "git",
9521 "url": "https://github.com/willdurand/Negotiation.git",
9522 "reference": "03436ededa67c6e83b9b12defac15384cb399dc9"
9523 },
9524 "dist": {
9525 "type": "zip",
9526 "url": "https://api.github.com/repos/willdurand/Negotiation/zipball/03436ededa67c6e83b9b12defac15384cb399dc9",
9527 "reference": "03436ededa67c6e83b9b12defac15384cb399dc9",
9528 "shasum": ""
9529 },
9530 "require": {
9531 "php": ">=5.4.0"
9532 },
9533 "require-dev": {
9534 "phpunit/phpunit": "~4.5"
9535 },
9536 "type": "library",
9537 "extra": {
9538 "branch-alias": {
9539 "dev-master": "2.3-dev"
9540 }
9541 },
9542 "autoload": {
9543 "psr-4": {
9544 "Negotiation\\": "src/Negotiation"
9545 }
9546 },
9547 "notification-url": "https://packagist.org/downloads/",
9548 "license": [
9549 "MIT"
9550 ],
9551 "authors": [
9552 {
9553 "name": "William Durand",
9554 "email": "will+git@drnd.me"
9555 }
9556 ],
9557 "description": "Content Negotiation tools for PHP provided as a standalone library.",
9558 "homepage": "http://williamdurand.fr/Negotiation/",
9559 "keywords": [
9560 "accept",
9561 "content",
9562 "format",
9563 "header",
9564 "negotiation"
9565 ],
9566 "time": "2017-05-14T17:21:12+00:00"
9567 },
9568 {
9569 "name": "zendframework/zend-code",
9570 "version": "3.4.0",
9571 "source": {
9572 "type": "git",
9573 "url": "https://github.com/zendframework/zend-code.git",
9574 "reference": "46feaeecea14161734b56c1ace74f28cb329f194"
9575 },
9576 "dist": {
9577 "type": "zip",
9578 "url": "https://api.github.com/repos/zendframework/zend-code/zipball/46feaeecea14161734b56c1ace74f28cb329f194",
9579 "reference": "46feaeecea14161734b56c1ace74f28cb329f194",
9580 "shasum": ""
9581 },
9582 "require": {
9583 "php": "^7.1",
9584 "zendframework/zend-eventmanager": "^2.6 || ^3.0"
9585 },
9586 "require-dev": {
9587 "doctrine/annotations": "^1.0",
9588 "ext-phar": "*",
9589 "phpunit/phpunit": "^7.5.16 || ^8.4",
9590 "zendframework/zend-coding-standard": "^1.0",
9591 "zendframework/zend-stdlib": "^2.7 || ^3.0"
9592 },
9593 "suggest": {
9594 "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
9595 "zendframework/zend-stdlib": "Zend\\Stdlib component"
9596 },
9597 "type": "library",
9598 "extra": {
9599 "branch-alias": {
9600 "dev-master": "3.4.x-dev",
9601 "dev-develop": "3.5.x-dev"
9602 }
9603 },
9604 "autoload": {
9605 "psr-4": {
9606 "Zend\\Code\\": "src/"
9607 }
9608 },
9609 "notification-url": "https://packagist.org/downloads/",
9610 "license": [
9611 "BSD-3-Clause"
9612 ],
9613 "description": "Extensions to the PHP Reflection API, static code scanning, and code generation",
9614 "keywords": [
9615 "ZendFramework",
9616 "code",
9617 "zf"
9618 ],
9619 "time": "2019-10-05T23:18:22+00:00"
9620 },
9621 {
9622 "name": "zendframework/zend-diactoros",
9623 "version": "2.1.5",
9624 "source": {
9625 "type": "git",
9626 "url": "https://github.com/zendframework/zend-diactoros.git",
9627 "reference": "6dcf9e760a6b476f3e9d80abbc9ce9c4aa921f9c"
9628 },
9629 "dist": {
9630 "type": "zip",
9631 "url": "https://api.github.com/repos/zendframework/zend-diactoros/zipball/6dcf9e760a6b476f3e9d80abbc9ce9c4aa921f9c",
9632 "reference": "6dcf9e760a6b476f3e9d80abbc9ce9c4aa921f9c",
9633 "shasum": ""
9634 },
9635 "require": {
9636 "php": "^7.1",
9637 "psr/http-factory": "^1.0",
9638 "psr/http-message": "^1.0"
9639 },
9640 "provide": {
9641 "psr/http-factory-implementation": "1.0",
9642 "psr/http-message-implementation": "1.0"
9643 },
9644 "require-dev": {
9645 "ext-curl": "*",
9646 "ext-dom": "*",
9647 "ext-libxml": "*",
9648 "http-interop/http-factory-tests": "^0.5.0",
9649 "php-http/psr7-integration-tests": "dev-master",
9650 "phpunit/phpunit": "^7.0.2",
9651 "zendframework/zend-coding-standard": "~1.0.0"
9652 },
9653 "type": "library",
9654 "extra": {
9655 "branch-alias": {
9656 "dev-master": "2.1.x-dev",
9657 "dev-develop": "2.2.x-dev",
9658 "dev-release-1.8": "1.8.x-dev"
9659 }
9660 },
9661 "autoload": {
9662 "files": [
9663 "src/functions/create_uploaded_file.php",
9664 "src/functions/marshal_headers_from_sapi.php",
9665 "src/functions/marshal_method_from_sapi.php",
9666 "src/functions/marshal_protocol_version_from_sapi.php",
9667 "src/functions/marshal_uri_from_sapi.php",
9668 "src/functions/normalize_server.php",
9669 "src/functions/normalize_uploaded_files.php",
9670 "src/functions/parse_cookie_header.php"
9671 ],
9672 "psr-4": {
9673 "Zend\\Diactoros\\": "src/"
9674 }
9675 },
9676 "notification-url": "https://packagist.org/downloads/",
9677 "license": [
9678 "BSD-3-Clause"
9679 ],
9680 "description": "PSR HTTP Message implementations",
9681 "keywords": [
9682 "http",
9683 "psr",
9684 "psr-7"
9685 ],
9686 "time": "2019-10-10T17:38:20+00:00"
9687 },
9688 {
9689 "name": "zendframework/zend-eventmanager",
9690 "version": "3.2.1",
9691 "source": {
9692 "type": "git",
9693 "url": "https://github.com/zendframework/zend-eventmanager.git",
9694 "reference": "a5e2583a211f73604691586b8406ff7296a946dd"
9695 },
9696 "dist": {
9697 "type": "zip",
9698 "url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/a5e2583a211f73604691586b8406ff7296a946dd",
9699 "reference": "a5e2583a211f73604691586b8406ff7296a946dd",
9700 "shasum": ""
9701 },
9702 "require": {
9703 "php": "^5.6 || ^7.0"
9704 },
9705 "require-dev": {
9706 "athletic/athletic": "^0.1",
9707 "container-interop/container-interop": "^1.1.0",
9708 "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
9709 "zendframework/zend-coding-standard": "~1.0.0",
9710 "zendframework/zend-stdlib": "^2.7.3 || ^3.0"
9711 },
9712 "suggest": {
9713 "container-interop/container-interop": "^1.1.0, to use the lazy listeners feature",
9714 "zendframework/zend-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature"
9715 },
9716 "type": "library",
9717 "extra": {
9718 "branch-alias": {
9719 "dev-master": "3.2-dev",
9720 "dev-develop": "3.3-dev"
9721 }
9722 },
9723 "autoload": {
9724 "psr-4": {
9725 "Zend\\EventManager\\": "src/"
9726 }
9727 },
9728 "notification-url": "https://packagist.org/downloads/",
9729 "license": [
9730 "BSD-3-Clause"
9731 ],
9732 "description": "Trigger and listen to events within a PHP application",
9733 "homepage": "https://github.com/zendframework/zend-eventmanager",
9734 "keywords": [
9735 "event",
9736 "eventmanager",
9737 "events",
9738 "zf2"
9739 ],
9740 "time": "2018-04-25T15:33:34+00:00"
9741 }
9742 ],
9743 "packages-dev": [
9744 {
9745 "name": "composer/semver",
9746 "version": "1.5.0",
9747 "source": {
9748 "type": "git",
9749 "url": "https://github.com/composer/semver.git",
9750 "reference": "46d9139568ccb8d9e7cdd4539cab7347568a5e2e"
9751 },
9752 "dist": {
9753 "type": "zip",
9754 "url": "https://api.github.com/repos/composer/semver/zipball/46d9139568ccb8d9e7cdd4539cab7347568a5e2e",
9755 "reference": "46d9139568ccb8d9e7cdd4539cab7347568a5e2e",
9756 "shasum": ""
9757 },
9758 "require": {
9759 "php": "^5.3.2 || ^7.0"
9760 },
9761 "require-dev": {
9762 "phpunit/phpunit": "^4.5 || ^5.0.5",
9763 "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
9764 },
9765 "type": "library",
9766 "extra": {
9767 "branch-alias": {
9768 "dev-master": "1.x-dev"
9769 }
9770 },
9771 "autoload": {
9772 "psr-4": {
9773 "Composer\\Semver\\": "src"
9774 }
9775 },
9776 "notification-url": "https://packagist.org/downloads/",
9777 "license": [
9778 "MIT"
9779 ],
9780 "authors": [
9781 {
9782 "name": "Nils Adermann",
9783 "email": "naderman@naderman.de",
9784 "homepage": "http://www.naderman.de"
9785 },
9786 {
9787 "name": "Jordi Boggiano",
9788 "email": "j.boggiano@seld.be",
9789 "homepage": "http://seld.be"
9790 },
9791 {
9792 "name": "Rob Bast",
9793 "email": "rob.bast@gmail.com",
9794 "homepage": "http://robbast.nl"
9795 }
9796 ],
9797 "description": "Semver library that offers utilities, version constraint parsing and validation.",
9798 "keywords": [
9799 "semantic",
9800 "semver",
9801 "validation",
9802 "versioning"
9803 ],
9804 "time": "2019-03-19T17:25:45+00:00"
9805 },
9806 {
9807 "name": "composer/xdebug-handler",
9808 "version": "1.3.3",
9809 "source": {
9810 "type": "git",
9811 "url": "https://github.com/composer/xdebug-handler.git",
9812 "reference": "46867cbf8ca9fb8d60c506895449eb799db1184f"
9813 },
9814 "dist": {
9815 "type": "zip",
9816 "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/46867cbf8ca9fb8d60c506895449eb799db1184f",
9817 "reference": "46867cbf8ca9fb8d60c506895449eb799db1184f",
9818 "shasum": ""
9819 },
9820 "require": {
9821 "php": "^5.3.2 || ^7.0",
9822 "psr/log": "^1.0"
9823 },
9824 "require-dev": {
9825 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5"
9826 },
9827 "type": "library",
9828 "autoload": {
9829 "psr-4": {
9830 "Composer\\XdebugHandler\\": "src"
9831 }
9832 },
9833 "notification-url": "https://packagist.org/downloads/",
9834 "license": [
9835 "MIT"
9836 ],
9837 "authors": [
9838 {
9839 "name": "John Stevenson",
9840 "email": "john-stevenson@blueyonder.co.uk"
9841 }
9842 ],
9843 "description": "Restarts a process without xdebug.",
9844 "keywords": [
9845 "Xdebug",
9846 "performance"
9847 ],
9848 "time": "2019-05-27T17:52:04+00:00"
9849 },
9850 {
9851 "name": "dama/doctrine-test-bundle",
9852 "version": "v5.0.3",
9853 "source": {
9854 "type": "git",
9855 "url": "https://github.com/dmaicher/doctrine-test-bundle.git",
9856 "reference": "29882b0d1a815f4819126ef714931bb24a31cbaa"
9857 },
9858 "dist": {
9859 "type": "zip",
9860 "url": "https://api.github.com/repos/dmaicher/doctrine-test-bundle/zipball/29882b0d1a815f4819126ef714931bb24a31cbaa",
9861 "reference": "29882b0d1a815f4819126ef714931bb24a31cbaa",
9862 "shasum": ""
9863 },
9864 "require": {
9865 "doctrine/dbal": "~2.5",
9866 "doctrine/doctrine-bundle": "~1.4",
9867 "php": "^7.1",
9868 "symfony/framework-bundle": "~2.7|~3.0|~4.0"
9869 },
9870 "require-dev": {
9871 "phpunit/phpunit": "~6.0|~7.0|~8.0",
9872 "symfony/phpunit-bridge": "~2.8|~3.0|~4.0",
9873 "symfony/yaml": "~2.8|~3.0|~4.0"
9874 },
9875 "type": "symfony-bundle",
9876 "extra": {
9877 "branch-alias": {
9878 "dev-master": "5.1.x-dev"
9879 }
9880 },
9881 "autoload": {
9882 "psr-4": {
9883 "DAMA\\DoctrineTestBundle\\": "src/DAMA/DoctrineTestBundle"
9884 }
9885 },
9886 "notification-url": "https://packagist.org/downloads/",
9887 "license": [
9888 "MIT"
9889 ],
9890 "authors": [
9891 {
9892 "name": "David Maicher",
9893 "email": "mail@dmaicher.de"
9894 }
9895 ],
9896 "description": "Symfony bundle to isolate doctrine database tests and improve test performance",
9897 "keywords": [
9898 "Symfony 3",
9899 "Symfony 4",
9900 "doctrine",
9901 "isolation",
9902 "performance",
9903 "symfony",
9904 "symfony 2",
9905 "tests"
9906 ],
9907 "time": "2019-03-22T10:34:17+00:00"
9908 },
9909 {
9910 "name": "doctrine/data-fixtures",
9911 "version": "v1.3.2",
9912 "source": {
9913 "type": "git",
9914 "url": "https://github.com/doctrine/data-fixtures.git",
9915 "reference": "09b16943b27f3d80d63988d100ff256148c2f78b"
9916 },
9917 "dist": {
9918 "type": "zip",
9919 "url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/09b16943b27f3d80d63988d100ff256148c2f78b",
9920 "reference": "09b16943b27f3d80d63988d100ff256148c2f78b",
9921 "shasum": ""
9922 },
9923 "require": {
9924 "doctrine/common": "~2.2",
9925 "php": "^7.1"
9926 },
9927 "conflict": {
9928 "doctrine/phpcr-odm": "<1.3.0"
9929 },
9930 "require-dev": {
9931 "doctrine/dbal": "^2.5.4",
9932 "doctrine/orm": "^2.5.4",
9933 "phpunit/phpunit": "^7.0"
9934 },
9935 "suggest": {
9936 "alcaeus/mongo-php-adapter": "For using MongoDB ODM with PHP 7",
9937 "doctrine/mongodb-odm": "For loading MongoDB ODM fixtures",
9938 "doctrine/orm": "For loading ORM fixtures",
9939 "doctrine/phpcr-odm": "For loading PHPCR ODM fixtures"
9940 },
9941 "type": "library",
9942 "extra": {
9943 "branch-alias": {
9944 "dev-master": "1.3.x-dev"
9945 }
9946 },
9947 "autoload": {
9948 "psr-4": {
9949 "Doctrine\\Common\\DataFixtures\\": "lib/Doctrine/Common/DataFixtures"
9950 }
9951 },
9952 "notification-url": "https://packagist.org/downloads/",
9953 "license": [
9954 "MIT"
9955 ],
9956 "authors": [
9957 {
9958 "name": "Jonathan Wage",
9959 "email": "jonwage@gmail.com"
9960 }
9961 ],
9962 "description": "Data Fixtures for all Doctrine Object Managers",
9963 "homepage": "http://www.doctrine-project.org",
9964 "keywords": [
9965 "database"
9966 ],
9967 "time": "2019-07-10T18:30:35+00:00"
9968 },
9969 {
9970 "name": "doctrine/doctrine-fixtures-bundle",
9971 "version": "3.2.2",
9972 "source": {
9973 "type": "git",
9974 "url": "https://github.com/doctrine/DoctrineFixturesBundle.git",
9975 "reference": "90e4a4f968b2dae40e290a6ee516957af043f16c"
9976 },
9977 "dist": {
9978 "type": "zip",
9979 "url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/90e4a4f968b2dae40e290a6ee516957af043f16c",
9980 "reference": "90e4a4f968b2dae40e290a6ee516957af043f16c",
9981 "shasum": ""
9982 },
9983 "require": {
9984 "doctrine/data-fixtures": "^1.3",
9985 "doctrine/doctrine-bundle": "^1.6",
9986 "doctrine/orm": "^2.6.0",
9987 "php": "^7.1",
9988 "symfony/doctrine-bridge": "~3.4|^4.1",
9989 "symfony/framework-bundle": "^3.4|^4.1"
9990 },
9991 "require-dev": {
9992 "doctrine/coding-standard": "^6.0",
9993 "phpunit/phpunit": "^7.4",
9994 "symfony/phpunit-bridge": "^4.1"
9995 },
9996 "type": "symfony-bundle",
9997 "extra": {
9998 "branch-alias": {
9999 "dev-master": "3.2.x-dev"
10000 }
10001 },
10002 "autoload": {
10003 "psr-4": {
10004 "Doctrine\\Bundle\\FixturesBundle\\": ""
10005 }
10006 },
10007 "notification-url": "https://packagist.org/downloads/",
10008 "license": [
10009 "MIT"
10010 ],
10011 "authors": [
10012 {
10013 "name": "Symfony Community",
10014 "homepage": "http://symfony.com/contributors"
10015 },
10016 {
10017 "name": "Doctrine Project",
10018 "homepage": "http://www.doctrine-project.org"
10019 },
10020 {
10021 "name": "Fabien Potencier",
10022 "email": "fabien@symfony.com"
10023 }
10024 ],
10025 "description": "Symfony DoctrineFixturesBundle",
10026 "homepage": "http://www.doctrine-project.org",
10027 "keywords": [
10028 "Fixture",
10029 "persistence"
10030 ],
10031 "time": "2019-06-12T12:03:37+00:00"
10032 },
10033 {
10034 "name": "friendsofphp/php-cs-fixer",
10035 "version": "v2.15.3",
10036 "source": {
10037 "type": "git",
10038 "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
10039 "reference": "705490b0f282f21017d73561e9498d2b622ee34c"
10040 },
10041 "dist": {
10042 "type": "zip",
10043 "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/705490b0f282f21017d73561e9498d2b622ee34c",
10044 "reference": "705490b0f282f21017d73561e9498d2b622ee34c",
10045 "shasum": ""
10046 },
10047 "require": {
10048 "composer/semver": "^1.4",
10049 "composer/xdebug-handler": "^1.2",
10050 "doctrine/annotations": "^1.2",
10051 "ext-json": "*",
10052 "ext-tokenizer": "*",
10053 "php": "^5.6 || ^7.0",
10054 "php-cs-fixer/diff": "^1.3",
10055 "symfony/console": "^3.4.17 || ^4.1.6",
10056 "symfony/event-dispatcher": "^3.0 || ^4.0",
10057 "symfony/filesystem": "^3.0 || ^4.0",
10058 "symfony/finder": "^3.0 || ^4.0",
10059 "symfony/options-resolver": "^3.0 || ^4.0",
10060 "symfony/polyfill-php70": "^1.0",
10061 "symfony/polyfill-php72": "^1.4",
10062 "symfony/process": "^3.0 || ^4.0",
10063 "symfony/stopwatch": "^3.0 || ^4.0"
10064 },
10065 "require-dev": {
10066 "johnkary/phpunit-speedtrap": "^1.1 || ^2.0 || ^3.0",
10067 "justinrainbow/json-schema": "^5.0",
10068 "keradus/cli-executor": "^1.2",
10069 "mikey179/vfsstream": "^1.6",
10070 "php-coveralls/php-coveralls": "^2.1",
10071 "php-cs-fixer/accessible-object": "^1.0",
10072 "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.1",
10073 "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.1",
10074 "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.1",
10075 "phpunitgoodpractices/traits": "^1.8",
10076 "symfony/phpunit-bridge": "^4.3",
10077 "symfony/yaml": "^3.0 || ^4.0"
10078 },
10079 "suggest": {
10080 "ext-mbstring": "For handling non-UTF8 characters in cache signature.",
10081 "php-cs-fixer/phpunit-constraint-isidenticalstring": "For IsIdenticalString constraint.",
10082 "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "For XmlMatchesXsd constraint.",
10083 "symfony/polyfill-mbstring": "When enabling `ext-mbstring` is not possible."
10084 },
10085 "bin": [
10086 "php-cs-fixer"
10087 ],
10088 "type": "application",
10089 "autoload": {
10090 "psr-4": {
10091 "PhpCsFixer\\": "src/"
10092 },
10093 "classmap": [
10094 "tests/Test/AbstractFixerTestCase.php",
10095 "tests/Test/AbstractIntegrationCaseFactory.php",
10096 "tests/Test/AbstractIntegrationTestCase.php",
10097 "tests/Test/Assert/AssertTokensTrait.php",
10098 "tests/Test/IntegrationCase.php",
10099 "tests/Test/IntegrationCaseFactory.php",
10100 "tests/Test/IntegrationCaseFactoryInterface.php",
10101 "tests/Test/InternalIntegrationCaseFactory.php",
10102 "tests/TestCase.php"
10103 ]
10104 },
10105 "notification-url": "https://packagist.org/downloads/",
10106 "license": [
10107 "MIT"
10108 ],
10109 "authors": [
10110 {
10111 "name": "Fabien Potencier",
10112 "email": "fabien@symfony.com"
10113 },
10114 {
10115 "name": "Dariusz Rumiński",
10116 "email": "dariusz.ruminski@gmail.com"
10117 }
10118 ],
10119 "description": "A tool to automatically fix PHP code style",
10120 "time": "2019-08-31T12:51:54+00:00"
10121 },
10122 {
10123 "name": "m6web/redis-mock",
10124 "version": "v4.6.1",
10125 "source": {
10126 "type": "git",
10127 "url": "https://github.com/M6Web/RedisMock.git",
10128 "reference": "5f8821e8a39055ca4ef0d4b51dbc063aa000a2dc"
10129 },
10130 "dist": {
10131 "type": "zip",
10132 "url": "https://api.github.com/repos/M6Web/RedisMock/zipball/5f8821e8a39055ca4ef0d4b51dbc063aa000a2dc",
10133 "reference": "5f8821e8a39055ca4ef0d4b51dbc063aa000a2dc",
10134 "shasum": ""
10135 },
10136 "require": {
10137 "php": ">=7.1.0"
10138 },
10139 "require-dev": {
10140 "atoum/atoum": "master-dev",
10141 "predis/predis": "~1.1"
10142 },
10143 "type": "library",
10144 "autoload": {
10145 "psr-0": {
10146 "M6Web\\Component\\RedisMock": "src/"
10147 }
10148 },
10149 "notification-url": "https://packagist.org/downloads/",
10150 "license": [
10151 "MIT"
10152 ],
10153 "authors": [
10154 {
10155 "name": "M6Web",
10156 "email": "opensource@m6web.fr",
10157 "homepage": "http://tech.m6web.fr/"
10158 }
10159 ],
10160 "description": "Library providing a PHP mock for Redis",
10161 "keywords": [
10162 "mock",
10163 "redis"
10164 ],
10165 "time": "2019-08-20T13:03:26+00:00"
10166 },
10167 {
10168 "name": "nette/bootstrap",
10169 "version": "v3.0.0",
10170 "source": {
10171 "type": "git",
10172 "url": "https://github.com/nette/bootstrap.git",
10173 "reference": "e1075af05c211915e03e0c86542f3ba5433df4a3"
10174 },
10175 "dist": {
10176 "type": "zip",
10177 "url": "https://api.github.com/repos/nette/bootstrap/zipball/e1075af05c211915e03e0c86542f3ba5433df4a3",
10178 "reference": "e1075af05c211915e03e0c86542f3ba5433df4a3",
10179 "shasum": ""
10180 },
10181 "require": {
10182 "nette/di": "^3.0",
10183 "nette/utils": "^3.0",
10184 "php": ">=7.1"
10185 },
10186 "require-dev": {
10187 "latte/latte": "^2.2",
10188 "nette/application": "^3.0",
10189 "nette/caching": "^3.0",
10190 "nette/database": "^3.0",
10191 "nette/forms": "^3.0",
10192 "nette/http": "^3.0",
10193 "nette/mail": "^3.0",
10194 "nette/robot-loader": "^3.0",
10195 "nette/safe-stream": "^2.2",
10196 "nette/security": "^3.0",
10197 "nette/tester": "^2.0",
10198 "tracy/tracy": "^2.6"
10199 },
10200 "suggest": {
10201 "nette/robot-loader": "to use Configurator::createRobotLoader()",
10202 "tracy/tracy": "to use Configurator::enableTracy()"
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 },
10215 "notification-url": "https://packagist.org/downloads/",
10216 "license": [
10217 "BSD-3-Clause",
10218 "GPL-2.0",
10219 "GPL-3.0"
10220 ],
10221 "authors": [
10222 {
10223 "name": "David Grudl",
10224 "homepage": "https://davidgrudl.com"
10225 },
10226 {
10227 "name": "Nette Community",
10228 "homepage": "https://nette.org/contributors"
10229 }
10230 ],
10231 "description": "🅱 Nette Bootstrap: the simple way to configure and bootstrap your Nette application.",
10232 "homepage": "https://nette.org",
10233 "keywords": [
10234 "bootstrapping",
10235 "configurator",
10236 "nette"
10237 ],
10238 "time": "2019-03-26T12:59:07+00:00"
10239 },
10240 {
10241 "name": "nette/di",
10242 "version": "v3.0.1",
10243 "source": {
10244 "type": "git",
10245 "url": "https://github.com/nette/di.git",
10246 "reference": "4aff517a1c6bb5c36fa09733d4cea089f529de6d"
10247 },
10248 "dist": {
10249 "type": "zip",
10250 "url": "https://api.github.com/repos/nette/di/zipball/4aff517a1c6bb5c36fa09733d4cea089f529de6d",
10251 "reference": "4aff517a1c6bb5c36fa09733d4cea089f529de6d",
10252 "shasum": ""
10253 },
10254 "require": {
10255 "ext-tokenizer": "*",
10256 "nette/neon": "^3.0",
10257 "nette/php-generator": "^3.2.2",
10258 "nette/robot-loader": "^3.2",
10259 "nette/schema": "^1.0",
10260 "nette/utils": "^3.0",
10261 "php": ">=7.1"
10262 },
10263 "conflict": {
10264 "nette/bootstrap": "<3.0"
10265 },
10266 "require-dev": {
10267 "nette/tester": "^2.2",
10268 "tracy/tracy": "^2.3"
10269 },
10270 "type": "library",
10271 "extra": {
10272 "branch-alias": {
10273 "dev-master": "3.0-dev"
10274 }
10275 },
10276 "autoload": {
10277 "classmap": [
10278 "src/"
10279 ],
10280 "files": [
10281 "src/compatibility.php"
10282 ]
10283 },
10284 "notification-url": "https://packagist.org/downloads/",
10285 "license": [
10286 "BSD-3-Clause",
10287 "GPL-2.0",
10288 "GPL-3.0"
10289 ],
10290 "authors": [
10291 {
10292 "name": "David Grudl",
10293 "homepage": "https://davidgrudl.com"
10294 },
10295 {
10296 "name": "Nette Community",
10297 "homepage": "https://nette.org/contributors"
10298 }
10299 ],
10300 "description": "💎 Nette Dependency Injection Container: Flexible, compiled and full-featured DIC with perfectly usable autowiring and support for all new PHP 7.1 features.",
10301 "homepage": "https://nette.org",
10302 "keywords": [
10303 "compiled",
10304 "di",
10305 "dic",
10306 "factory",
10307 "ioc",
10308 "nette",
10309 "static"
10310 ],
10311 "time": "2019-08-07T12:11:33+00:00"
10312 },
10313 {
10314 "name": "nette/finder",
10315 "version": "v2.5.1",
10316 "source": {
10317 "type": "git",
10318 "url": "https://github.com/nette/finder.git",
10319 "reference": "14164e1ddd69e9c5f627ff82a10874b3f5bba5fe"
10320 },
10321 "dist": {
10322 "type": "zip",
10323 "url": "https://api.github.com/repos/nette/finder/zipball/14164e1ddd69e9c5f627ff82a10874b3f5bba5fe",
10324 "reference": "14164e1ddd69e9c5f627ff82a10874b3f5bba5fe",
10325 "shasum": ""
10326 },
10327 "require": {
10328 "nette/utils": "^2.4 || ~3.0.0",
10329 "php": ">=7.1"
10330 },
10331 "conflict": {
10332 "nette/nette": "<2.2"
10333 },
10334 "require-dev": {
10335 "nette/tester": "^2.0",
10336 "tracy/tracy": "^2.3"
10337 },
10338 "type": "library",
10339 "extra": {
10340 "branch-alias": {
10341 "dev-master": "2.5-dev"
10342 }
10343 },
10344 "autoload": {
10345 "classmap": [
10346 "src/"
10347 ]
10348 },
10349 "notification-url": "https://packagist.org/downloads/",
10350 "license": [
10351 "BSD-3-Clause",
10352 "GPL-2.0",
10353 "GPL-3.0"
10354 ],
10355 "authors": [
10356 {
10357 "name": "David Grudl",
10358 "homepage": "https://davidgrudl.com"
10359 },
10360 {
10361 "name": "Nette Community",
10362 "homepage": "https://nette.org/contributors"
10363 }
10364 ],
10365 "description": "🔍 Nette Finder: find files and directories with an intuitive API.",
10366 "homepage": "https://nette.org",
10367 "keywords": [
10368 "filesystem",
10369 "glob",
10370 "iterator",
10371 "nette"
10372 ],
10373 "time": "2019-07-11T18:02:17+00:00"
10374 },
10375 {
10376 "name": "nette/neon",
10377 "version": "v3.0.0",
10378 "source": {
10379 "type": "git",
10380 "url": "https://github.com/nette/neon.git",
10381 "reference": "cbff32059cbdd8720deccf9e9eace6ee516f02eb"
10382 },
10383 "dist": {
10384 "type": "zip",
10385 "url": "https://api.github.com/repos/nette/neon/zipball/cbff32059cbdd8720deccf9e9eace6ee516f02eb",
10386 "reference": "cbff32059cbdd8720deccf9e9eace6ee516f02eb",
10387 "shasum": ""
10388 },
10389 "require": {
10390 "ext-iconv": "*",
10391 "ext-json": "*",
10392 "php": ">=7.0"
10393 },
10394 "require-dev": {
10395 "nette/tester": "^2.0",
10396 "tracy/tracy": "^2.3"
10397 },
10398 "type": "library",
10399 "extra": {
10400 "branch-alias": {
10401 "dev-master": "3.0-dev"
10402 }
10403 },
10404 "autoload": {
10405 "classmap": [
10406 "src/"
10407 ]
10408 },
10409 "notification-url": "https://packagist.org/downloads/",
10410 "license": [
10411 "BSD-3-Clause",
10412 "GPL-2.0",
10413 "GPL-3.0"
10414 ],
10415 "authors": [
10416 {
10417 "name": "David Grudl",
10418 "homepage": "https://davidgrudl.com"
10419 },
10420 {
10421 "name": "Nette Community",
10422 "homepage": "https://nette.org/contributors"
10423 }
10424 ],
10425 "description": "? Nette NEON: encodes and decodes NEON file format.",
10426 "homepage": "http://ne-on.org",
10427 "keywords": [
10428 "export",
10429 "import",
10430 "neon",
10431 "nette",
10432 "yaml"
10433 ],
10434 "time": "2019-02-05T21:30:40+00:00"
10435 },
10436 {
10437 "name": "nette/php-generator",
10438 "version": "v3.2.3",
10439 "source": {
10440 "type": "git",
10441 "url": "https://github.com/nette/php-generator.git",
10442 "reference": "aea6e81437bb238e5f0e5b5ce06337433908e63b"
10443 },
10444 "dist": {
10445 "type": "zip",
10446 "url": "https://api.github.com/repos/nette/php-generator/zipball/aea6e81437bb238e5f0e5b5ce06337433908e63b",
10447 "reference": "aea6e81437bb238e5f0e5b5ce06337433908e63b",
10448 "shasum": ""
10449 },
10450 "require": {
10451 "nette/utils": "^2.4.2 || ~3.0.0",
10452 "php": ">=7.1"
10453 },
10454 "require-dev": {
10455 "nette/tester": "^2.0",
10456 "tracy/tracy": "^2.3"
10457 },
10458 "type": "library",
10459 "extra": {
10460 "branch-alias": {
10461 "dev-master": "3.2-dev"
10462 }
10463 },
10464 "autoload": {
10465 "classmap": [
10466 "src/"
10467 ]
10468 },
10469 "notification-url": "https://packagist.org/downloads/",
10470 "license": [
10471 "BSD-3-Clause",
10472 "GPL-2.0",
10473 "GPL-3.0"
10474 ],
10475 "authors": [
10476 {
10477 "name": "David Grudl",
10478 "homepage": "https://davidgrudl.com"
10479 },
10480 {
10481 "name": "Nette Community",
10482 "homepage": "https://nette.org/contributors"
10483 }
10484 ],
10485 "description": "🐘 Nette PHP Generator: generates neat PHP code for you. Supports new PHP 7.3 features.",
10486 "homepage": "https://nette.org",
10487 "keywords": [
10488 "code",
10489 "nette",
10490 "php",
10491 "scaffolding"
10492 ],
10493 "time": "2019-07-05T13:01:56+00:00"
10494 },
10495 {
10496 "name": "nette/robot-loader",
10497 "version": "v3.2.0",
10498 "source": {
10499 "type": "git",
10500 "url": "https://github.com/nette/robot-loader.git",
10501 "reference": "0712a0e39ae7956d6a94c0ab6ad41aa842544b5c"
10502 },
10503 "dist": {
10504 "type": "zip",
10505 "url": "https://api.github.com/repos/nette/robot-loader/zipball/0712a0e39ae7956d6a94c0ab6ad41aa842544b5c",
10506 "reference": "0712a0e39ae7956d6a94c0ab6ad41aa842544b5c",
10507 "shasum": ""
10508 },
10509 "require": {
10510 "ext-tokenizer": "*",
10511 "nette/finder": "^2.5",
10512 "nette/utils": "^3.0",
10513 "php": ">=7.1"
10514 },
10515 "require-dev": {
10516 "nette/tester": "^2.0",
10517 "tracy/tracy": "^2.3"
10518 },
10519 "type": "library",
10520 "extra": {
10521 "branch-alias": {
10522 "dev-master": "3.2-dev"
10523 }
10524 },
10525 "autoload": {
10526 "classmap": [
10527 "src/"
10528 ]
10529 },
10530 "notification-url": "https://packagist.org/downloads/",
10531 "license": [
10532 "BSD-3-Clause",
10533 "GPL-2.0",
10534 "GPL-3.0"
10535 ],
10536 "authors": [
10537 {
10538 "name": "David Grudl",
10539 "homepage": "https://davidgrudl.com"
10540 },
10541 {
10542 "name": "Nette Community",
10543 "homepage": "https://nette.org/contributors"
10544 }
10545 ],
10546 "description": "? Nette RobotLoader: high performance and comfortable autoloader that will search and autoload classes within your application.",
10547 "homepage": "https://nette.org",
10548 "keywords": [
10549 "autoload",
10550 "class",
10551 "interface",
10552 "nette",
10553 "trait"
10554 ],
10555 "time": "2019-03-08T21:57:24+00:00"
10556 },
10557 {
10558 "name": "nette/schema",
10559 "version": "v1.0.0",
10560 "source": {
10561 "type": "git",
10562 "url": "https://github.com/nette/schema.git",
10563 "reference": "6241d8d4da39e825dd6cb5bfbe4242912f4d7e4d"
10564 },
10565 "dist": {
10566 "type": "zip",
10567 "url": "https://api.github.com/repos/nette/schema/zipball/6241d8d4da39e825dd6cb5bfbe4242912f4d7e4d",
10568 "reference": "6241d8d4da39e825dd6cb5bfbe4242912f4d7e4d",
10569 "shasum": ""
10570 },
10571 "require": {
10572 "nette/utils": "^3.0.1",
10573 "php": ">=7.1"
10574 },
10575 "require-dev": {
10576 "nette/tester": "^2.2",
10577 "tracy/tracy": "^2.3"
10578 },
10579 "type": "library",
10580 "extra": {
10581 "branch-alias": {
10582 "dev-master": "1.0-dev"
10583 }
10584 },
10585 "autoload": {
10586 "classmap": [
10587 "src/"
10588 ]
10589 },
10590 "notification-url": "https://packagist.org/downloads/",
10591 "license": [
10592 "BSD-3-Clause",
10593 "GPL-2.0",
10594 "GPL-3.0"
10595 ],
10596 "authors": [
10597 {
10598 "name": "David Grudl",
10599 "homepage": "https://davidgrudl.com"
10600 },
10601 {
10602 "name": "Nette Community",
10603 "homepage": "https://nette.org/contributors"
10604 }
10605 ],
10606 "description": "📐 Nette Schema: validating data structures against a given Schema.",
10607 "homepage": "https://nette.org",
10608 "keywords": [
10609 "config",
10610 "nette"
10611 ],
10612 "time": "2019-04-03T15:53:25+00:00"
10613 },
10614 {
10615 "name": "nette/utils",
10616 "version": "v3.0.2",
10617 "source": {
10618 "type": "git",
10619 "url": "https://github.com/nette/utils.git",
10620 "reference": "c133e18c922dcf3ad07673077d92d92cef25a148"
10621 },
10622 "dist": {
10623 "type": "zip",
10624 "url": "https://api.github.com/repos/nette/utils/zipball/c133e18c922dcf3ad07673077d92d92cef25a148",
10625 "reference": "c133e18c922dcf3ad07673077d92d92cef25a148",
10626 "shasum": ""
10627 },
10628 "require": {
10629 "php": ">=7.1"
10630 },
10631 "require-dev": {
10632 "nette/tester": "~2.0",
10633 "tracy/tracy": "^2.3"
10634 },
10635 "suggest": {
10636 "ext-gd": "to use Image",
10637 "ext-iconv": "to use Strings::webalize() and toAscii()",
10638 "ext-intl": "to use Strings::webalize(), toAscii(), normalize() and compare()",
10639 "ext-json": "to use Nette\\Utils\\Json",
10640 "ext-mbstring": "to use Strings::lower() etc...",
10641 "ext-tokenizer": "to use Nette\\Utils\\Reflection::getUseStatements()",
10642 "ext-xml": "to use Strings::length() etc. when mbstring is not available"
10643 },
10644 "type": "library",
10645 "extra": {
10646 "branch-alias": {
10647 "dev-master": "3.0-dev"
10648 }
10649 },
10650 "autoload": {
10651 "classmap": [
10652 "src/"
10653 ]
10654 },
10655 "notification-url": "https://packagist.org/downloads/",
10656 "license": [
10657 "BSD-3-Clause",
10658 "GPL-2.0",
10659 "GPL-3.0"
10660 ],
10661 "authors": [
10662 {
10663 "name": "David Grudl",
10664 "homepage": "https://davidgrudl.com"
10665 },
10666 {
10667 "name": "Nette Community",
10668 "homepage": "https://nette.org/contributors"
10669 }
10670 ],
10671 "description": "🛠 Nette Utils: lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.",
10672 "homepage": "https://nette.org",
10673 "keywords": [
10674 "array",
10675 "core",
10676 "datetime",
10677 "images",
10678 "json",
10679 "nette",
10680 "paginator",
10681 "password",
10682 "slugify",
10683 "string",
10684 "unicode",
10685 "utf-8",
10686 "utility",
10687 "validation"
10688 ],
10689 "time": "2019-10-21T20:40:16+00:00"
10690 },
10691 {
10692 "name": "nikic/php-parser",
10693 "version": "v4.2.4",
10694 "source": {
10695 "type": "git",
10696 "url": "https://github.com/nikic/PHP-Parser.git",
10697 "reference": "97e59c7a16464196a8b9c77c47df68e4a39a45c4"
10698 },
10699 "dist": {
10700 "type": "zip",
10701 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/97e59c7a16464196a8b9c77c47df68e4a39a45c4",
10702 "reference": "97e59c7a16464196a8b9c77c47df68e4a39a45c4",
10703 "shasum": ""
10704 },
10705 "require": {
10706 "ext-tokenizer": "*",
10707 "php": ">=7.0"
10708 },
10709 "require-dev": {
10710 "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0"
10711 },
10712 "bin": [
10713 "bin/php-parse"
10714 ],
10715 "type": "library",
10716 "extra": {
10717 "branch-alias": {
10718 "dev-master": "4.2-dev"
10719 }
10720 },
10721 "autoload": {
10722 "psr-4": {
10723 "PhpParser\\": "lib/PhpParser"
10724 }
10725 },
10726 "notification-url": "https://packagist.org/downloads/",
10727 "license": [
10728 "BSD-3-Clause"
10729 ],
10730 "authors": [
10731 {
10732 "name": "Nikita Popov"
10733 }
10734 ],
10735 "description": "A PHP parser written in PHP",
10736 "keywords": [
10737 "parser",
10738 "php"
10739 ],
10740 "time": "2019-09-01T07:51:21+00:00"
10741 },
10742 {
10743 "name": "php-cs-fixer/diff",
10744 "version": "v1.3.0",
10745 "source": {
10746 "type": "git",
10747 "url": "https://github.com/PHP-CS-Fixer/diff.git",
10748 "reference": "78bb099e9c16361126c86ce82ec4405ebab8e756"
10749 },
10750 "dist": {
10751 "type": "zip",
10752 "url": "https://api.github.com/repos/PHP-CS-Fixer/diff/zipball/78bb099e9c16361126c86ce82ec4405ebab8e756",
10753 "reference": "78bb099e9c16361126c86ce82ec4405ebab8e756",
10754 "shasum": ""
10755 },
10756 "require": {
10757 "php": "^5.6 || ^7.0"
10758 },
10759 "require-dev": {
10760 "phpunit/phpunit": "^5.7.23 || ^6.4.3",
10761 "symfony/process": "^3.3"
10762 },
10763 "type": "library",
10764 "autoload": {
10765 "classmap": [
10766 "src/"
10767 ]
10768 },
10769 "notification-url": "https://packagist.org/downloads/",
10770 "license": [
10771 "BSD-3-Clause"
10772 ],
10773 "authors": [
10774 {
10775 "name": "Kore Nordmann",
10776 "email": "mail@kore-nordmann.de"
10777 },
10778 {
10779 "name": "Sebastian Bergmann",
10780 "email": "sebastian@phpunit.de"
10781 },
10782 {
10783 "name": "SpacePossum"
10784 }
10785 ],
10786 "description": "sebastian/diff v2 backport support for PHP5.6",
10787 "homepage": "https://github.com/PHP-CS-Fixer",
10788 "keywords": [
10789 "diff"
10790 ],
10791 "time": "2018-02-15T16:58:55+00:00"
10792 },
10793 {
10794 "name": "php-http/mock-client",
10795 "version": "1.3.0",
10796 "source": {
10797 "type": "git",
10798 "url": "https://github.com/php-http/mock-client.git",
10799 "reference": "d364c4a2847229dd37237d0083887889d3bd8564"
10800 },
10801 "dist": {
10802 "type": "zip",
10803 "url": "https://api.github.com/repos/php-http/mock-client/zipball/d364c4a2847229dd37237d0083887889d3bd8564",
10804 "reference": "d364c4a2847229dd37237d0083887889d3bd8564",
10805 "shasum": ""
10806 },
10807 "require": {
10808 "php": "^5.5 || ^7.0",
10809 "php-http/client-common": "^1.9 || ^2.0",
10810 "php-http/discovery": "^1.0",
10811 "php-http/httplug": "^1.0 || ^2.0",
10812 "php-http/message-factory": "^1.0"
10813 },
10814 "provide": {
10815 "php-http/async-client-implementation": "1.0",
10816 "php-http/client-implementation": "1.0"
10817 },
10818 "require-dev": {
10819 "henrikbjorn/phpspec-code-coverage": "^1.0",
10820 "phpspec/phpspec": "^2.4"
10821 },
10822 "type": "library",
10823 "extra": {
10824 "branch-alias": {
10825 "dev-master": "1.3-dev"
10826 }
10827 },
10828 "autoload": {
10829 "psr-4": {
10830 "Http\\Mock\\": "src/"
10831 }
10832 },
10833 "notification-url": "https://packagist.org/downloads/",
10834 "license": [
10835 "MIT"
10836 ],
10837 "authors": [
10838 {
10839 "name": "David de Boer",
10840 "email": "david@ddeboer.nl"
10841 }
10842 ],
10843 "description": "Mock HTTP client",
10844 "homepage": "http://httplug.io",
10845 "keywords": [
10846 "client",
10847 "http",
10848 "mock",
10849 "psr7"
10850 ],
10851 "time": "2019-02-21T08:51:08+00:00"
10852 },
10853 {
10854 "name": "phpstan/phpdoc-parser",
10855 "version": "0.3.5",
10856 "source": {
10857 "type": "git",
10858 "url": "https://github.com/phpstan/phpdoc-parser.git",
10859 "reference": "8c4ef2aefd9788238897b678a985e1d5c8df6db4"
10860 },
10861 "dist": {
10862 "type": "zip",
10863 "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/8c4ef2aefd9788238897b678a985e1d5c8df6db4",
10864 "reference": "8c4ef2aefd9788238897b678a985e1d5c8df6db4",
10865 "shasum": ""
10866 },
10867 "require": {
10868 "php": "~7.1"
10869 },
10870 "require-dev": {
10871 "consistence/coding-standard": "^3.5",
10872 "jakub-onderka/php-parallel-lint": "^0.9.2",
10873 "phing/phing": "^2.16.0",
10874 "phpstan/phpstan": "^0.10",
10875 "phpunit/phpunit": "^6.3",
10876 "slevomat/coding-standard": "^4.7.2",
10877 "squizlabs/php_codesniffer": "^3.3.2",
10878 "symfony/process": "^3.4 || ^4.0"
10879 },
10880 "type": "library",
10881 "extra": {
10882 "branch-alias": {
10883 "dev-master": "0.3-dev"
10884 }
10885 },
10886 "autoload": {
10887 "psr-4": {
10888 "PHPStan\\PhpDocParser\\": [
10889 "src/"
10890 ]
10891 }
10892 },
10893 "notification-url": "https://packagist.org/downloads/",
10894 "license": [
10895 "MIT"
10896 ],
10897 "description": "PHPDoc parser with support for nullable, intersection and generic types",
10898 "time": "2019-06-07T19:13:52+00:00"
10899 },
10900 {
10901 "name": "phpstan/phpstan",
10902 "version": "0.11.18",
10903 "source": {
10904 "type": "git",
10905 "url": "https://github.com/phpstan/phpstan.git",
10906 "reference": "ca0218c7caea1f17a63f6aca6100700eee3fd215"
10907 },
10908 "dist": {
10909 "type": "zip",
10910 "url": "https://api.github.com/repos/phpstan/phpstan/zipball/ca0218c7caea1f17a63f6aca6100700eee3fd215",
10911 "reference": "ca0218c7caea1f17a63f6aca6100700eee3fd215",
10912 "shasum": ""
10913 },
10914 "require": {
10915 "composer/xdebug-handler": "^1.3.0",
10916 "jean85/pretty-package-versions": "^1.0.3",
10917 "nette/bootstrap": "^2.4 || ^3.0",
10918 "nette/di": "^2.4.7 || ^3.0",
10919 "nette/neon": "^2.4.3 || ^3.0",
10920 "nette/robot-loader": "^3.0.1",
10921 "nette/schema": "^1.0",
10922 "nette/utils": "^2.4.5 || ^3.0",
10923 "nikic/php-parser": "^4.2.3",
10924 "php": "~7.1",
10925 "phpstan/phpdoc-parser": "^0.3.5",
10926 "symfony/console": "~3.2 || ~4.0",
10927 "symfony/finder": "~3.2 || ~4.0"
10928 },
10929 "conflict": {
10930 "symfony/console": "3.4.16 || 4.1.5"
10931 },
10932 "require-dev": {
10933 "brianium/paratest": "^2.0 || ^3.0",
10934 "consistence/coding-standard": "^3.5",
10935 "dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
10936 "ext-intl": "*",
10937 "ext-mysqli": "*",
10938 "ext-simplexml": "*",
10939 "ext-soap": "*",
10940 "ext-zip": "*",
10941 "jakub-onderka/php-parallel-lint": "^1.0",
10942 "localheinz/composer-normalize": "^1.1.0",
10943 "phing/phing": "^2.16.0",
10944 "phpstan/phpstan-deprecation-rules": "^0.11",
10945 "phpstan/phpstan-php-parser": "^0.11",
10946 "phpstan/phpstan-phpunit": "^0.11",
10947 "phpstan/phpstan-strict-rules": "^0.11",
10948 "phpunit/phpunit": "^7.5.14 || ^8.0",
10949 "slevomat/coding-standard": "^4.7.2",
10950 "squizlabs/php_codesniffer": "^3.3.2"
10951 },
10952 "bin": [
10953 "bin/phpstan"
10954 ],
10955 "type": "library",
10956 "extra": {
10957 "branch-alias": {
10958 "dev-master": "0.11-dev"
10959 }
10960 },
10961 "autoload": {
10962 "psr-4": {
10963 "PHPStan\\": [
10964 "src/"
10965 ]
10966 }
10967 },
10968 "notification-url": "https://packagist.org/downloads/",
10969 "license": [
10970 "MIT"
10971 ],
10972 "description": "PHPStan - PHP Static Analysis Tool",
10973 "time": "2019-10-21T18:27:11+00:00"
10974 },
10975 {
10976 "name": "phpstan/phpstan-doctrine",
10977 "version": "0.11.6",
10978 "source": {
10979 "type": "git",
10980 "url": "https://github.com/phpstan/phpstan-doctrine.git",
10981 "reference": "77592865e167b32c7dcb4f39a35210e909a8854c"
10982 },
10983 "dist": {
10984 "type": "zip",
10985 "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/77592865e167b32c7dcb4f39a35210e909a8854c",
10986 "reference": "77592865e167b32c7dcb4f39a35210e909a8854c",
10987 "shasum": ""
10988 },
10989 "require": {
10990 "nikic/php-parser": "^4.0",
10991 "php": "~7.1",
10992 "phpstan/phpdoc-parser": "^0.3",
10993 "phpstan/phpstan": "^0.11.7"
10994 },
10995 "conflict": {
10996 "doctrine/collections": "<1.0",
10997 "doctrine/common": "<2.7",
10998 "doctrine/mongodb-odm": "<1.2",
10999 "doctrine/orm": "<2.5"
11000 },
11001 "require-dev": {
11002 "consistence/coding-standard": "^3.8",
11003 "dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
11004 "doctrine/collections": "^1.0",
11005 "doctrine/common": "^2.7",
11006 "doctrine/mongodb-odm": "^1.2",
11007 "doctrine/orm": "^2.5",
11008 "jakub-onderka/php-parallel-lint": "^1.0",
11009 "phing/phing": "^2.16.0",
11010 "phpstan/phpstan-phpunit": "^0.11",
11011 "phpstan/phpstan-strict-rules": "^0.11",
11012 "phpunit/phpunit": "^7.0",
11013 "slevomat/coding-standard": "^5.0.4"
11014 },
11015 "type": "phpstan-extension",
11016 "extra": {
11017 "branch-alias": {
11018 "dev-master": "0.11-dev"
11019 },
11020 "phpstan": {
11021 "includes": [
11022 "extension.neon",
11023 "rules.neon"
11024 ]
11025 }
11026 },
11027 "autoload": {
11028 "psr-4": {
11029 "PHPStan\\": "src/"
11030 }
11031 },
11032 "notification-url": "https://packagist.org/downloads/",
11033 "license": [
11034 "MIT"
11035 ],
11036 "description": "Doctrine extensions for PHPStan",
11037 "time": "2019-09-13T08:40:06+00:00"
11038 },
11039 {
11040 "name": "phpstan/phpstan-phpunit",
11041 "version": "0.11.2",
11042 "source": {
11043 "type": "git",
11044 "url": "https://github.com/phpstan/phpstan-phpunit.git",
11045 "reference": "fbf2ad56c3b13189d29655e226c9b1da47c2fad9"
11046 },
11047 "dist": {
11048 "type": "zip",
11049 "url": "https://api.github.com/repos/phpstan/phpstan-phpunit/zipball/fbf2ad56c3b13189d29655e226c9b1da47c2fad9",
11050 "reference": "fbf2ad56c3b13189d29655e226c9b1da47c2fad9",
11051 "shasum": ""
11052 },
11053 "require": {
11054 "nikic/php-parser": "^4.0",
11055 "php": "~7.1",
11056 "phpstan/phpdoc-parser": "^0.3",
11057 "phpstan/phpstan": "^0.11.4"
11058 },
11059 "conflict": {
11060 "phpunit/phpunit": "<7.0"
11061 },
11062 "require-dev": {
11063 "consistence/coding-standard": "^3.0.1",
11064 "dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
11065 "jakub-onderka/php-parallel-lint": "^1.0",
11066 "phing/phing": "^2.16.0",
11067 "phpstan/phpstan-strict-rules": "^0.11",
11068 "phpunit/phpunit": "^7.0",
11069 "satooshi/php-coveralls": "^1.0",
11070 "slevomat/coding-standard": "^4.5.2"
11071 },
11072 "type": "phpstan-extension",
11073 "extra": {
11074 "branch-alias": {
11075 "dev-master": "0.11-dev"
11076 },
11077 "phpstan": {
11078 "includes": [
11079 "extension.neon",
11080 "rules.neon"
11081 ]
11082 }
11083 },
11084 "autoload": {
11085 "psr-4": {
11086 "PHPStan\\": "src/"
11087 }
11088 },
11089 "notification-url": "https://packagist.org/downloads/",
11090 "license": [
11091 "MIT"
11092 ],
11093 "description": "PHPUnit extensions and rules for PHPStan",
11094 "time": "2019-05-17T17:50:16+00:00"
11095 },
11096 {
11097 "name": "phpstan/phpstan-symfony",
11098 "version": "0.11.6",
11099 "source": {
11100 "type": "git",
11101 "url": "https://github.com/phpstan/phpstan-symfony.git",
11102 "reference": "c7be3054c21fd472a52b1c38eb129c3f93776084"
11103 },
11104 "dist": {
11105 "type": "zip",
11106 "url": "https://api.github.com/repos/phpstan/phpstan-symfony/zipball/c7be3054c21fd472a52b1c38eb129c3f93776084",
11107 "reference": "c7be3054c21fd472a52b1c38eb129c3f93776084",
11108 "shasum": ""
11109 },
11110 "require": {
11111 "ext-simplexml": "*",
11112 "nikic/php-parser": "^4.0",
11113 "php": "^7.1",
11114 "phpstan/phpstan": "^0.11.7"
11115 },
11116 "conflict": {
11117 "symfony/framework-bundle": "<3.0"
11118 },
11119 "require-dev": {
11120 "consistence/coding-standard": "^3.0.1",
11121 "dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
11122 "jakub-onderka/php-parallel-lint": "^1.0",
11123 "nette/di": "^3.0-stable",
11124 "phing/phing": "^2.16.0",
11125 "phpstan/phpstan-phpunit": "^0.11",
11126 "phpstan/phpstan-strict-rules": "^0.11",
11127 "phpunit/phpunit": "^7.0",
11128 "slevomat/coding-standard": "^4.5.2",
11129 "squizlabs/php_codesniffer": "^3.3.2",
11130 "symfony/console": "^3.0 || ^4.0",
11131 "symfony/framework-bundle": "^3.0 || ^4.0",
11132 "symfony/messenger": "^4.2",
11133 "symfony/serializer": "^3.0 || ^4.0"
11134 },
11135 "type": "phpstan-extension",
11136 "extra": {
11137 "branch-alias": {
11138 "dev-master": "0.11-dev"
11139 },
11140 "phpstan": {
11141 "includes": [
11142 "extension.neon"
11143 ]
11144 }
11145 },
11146 "autoload": {
11147 "psr-4": {
11148 "PHPStan\\": "src/"
11149 }
11150 },
11151 "notification-url": "https://packagist.org/downloads/",
11152 "license": [
11153 "MIT"
11154 ],
11155 "authors": [
11156 {
11157 "name": "Lukáš Unger",
11158 "email": "looky.msc@gmail.com",
11159 "homepage": "https://lookyman.net"
11160 }
11161 ],
11162 "description": "Symfony Framework extensions and rules for PHPStan",
11163 "time": "2019-05-19T17:40:25+00:00"
11164 },
11165 {
11166 "name": "sensio/generator-bundle",
11167 "version": "v3.1.7",
11168 "source": {
11169 "type": "git",
11170 "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git",
11171 "reference": "28cbaa244bd0816fd8908b93f90380bcd7b67a65"
11172 },
11173 "dist": {
11174 "type": "zip",
11175 "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/28cbaa244bd0816fd8908b93f90380bcd7b67a65",
11176 "reference": "28cbaa244bd0816fd8908b93f90380bcd7b67a65",
11177 "shasum": ""
11178 },
11179 "require": {
11180 "symfony/console": "~2.7|~3.0",
11181 "symfony/framework-bundle": "~2.7|~3.0",
11182 "symfony/process": "~2.7|~3.0",
11183 "symfony/yaml": "~2.7|~3.0",
11184 "twig/twig": "^1.28.2|^2.0"
11185 },
11186 "require-dev": {
11187 "doctrine/orm": "~2.4",
11188 "symfony/doctrine-bridge": "~2.7|~3.0",
11189 "symfony/filesystem": "~2.7|~3.0",
11190 "symfony/phpunit-bridge": "^3.3"
11191 },
11192 "type": "symfony-bundle",
11193 "extra": {
11194 "branch-alias": {
11195 "dev-master": "3.1.x-dev"
11196 }
11197 },
11198 "autoload": {
11199 "psr-4": {
11200 "Sensio\\Bundle\\GeneratorBundle\\": ""
11201 },
11202 "exclude-from-classmap": [
11203 "/Tests/"
11204 ]
11205 },
11206 "notification-url": "https://packagist.org/downloads/",
11207 "license": [
11208 "MIT"
11209 ],
11210 "authors": [
11211 {
11212 "name": "Fabien Potencier",
11213 "email": "fabien@symfony.com"
11214 }
11215 ],
11216 "description": "This bundle generates code for you",
11217 "time": "2017-12-07T15:36:41+00:00"
11218 },
11219 {
11220 "name": "symfony/phpunit-bridge",
11221 "version": "v4.3.5",
11222 "source": {
11223 "type": "git",
11224 "url": "https://github.com/symfony/phpunit-bridge.git",
11225 "reference": "a7fd9e742c31ac2b607b166c9016bab51a36c574"
11226 },
11227 "dist": {
11228 "type": "zip",
11229 "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/a7fd9e742c31ac2b607b166c9016bab51a36c574",
11230 "reference": "a7fd9e742c31ac2b607b166c9016bab51a36c574",
11231 "shasum": ""
11232 },
11233 "require": {
11234 "php": ">=5.5.9"
11235 },
11236 "conflict": {
11237 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
11238 },
11239 "suggest": {
11240 "symfony/debug": "For tracking deprecated interfaces usages at runtime with DebugClassLoader"
11241 },
11242 "bin": [
11243 "bin/simple-phpunit"
11244 ],
11245 "type": "symfony-bridge",
11246 "extra": {
11247 "branch-alias": {
11248 "dev-master": "4.3-dev"
11249 },
11250 "thanks": {
11251 "name": "phpunit/phpunit",
11252 "url": "https://github.com/sebastianbergmann/phpunit"
11253 }
11254 },
11255 "autoload": {
11256 "files": [
11257 "bootstrap.php"
11258 ],
11259 "psr-4": {
11260 "Symfony\\Bridge\\PhpUnit\\": ""
11261 },
11262 "exclude-from-classmap": [
11263 "/Tests/"
11264 ]
11265 },
11266 "notification-url": "https://packagist.org/downloads/",
11267 "license": [
11268 "MIT"
11269 ],
11270 "authors": [
11271 {
11272 "name": "Nicolas Grekas",
11273 "email": "p@tchwork.com"
11274 },
11275 {
11276 "name": "Symfony Community",
11277 "homepage": "https://symfony.com/contributors"
11278 }
11279 ],
11280 "description": "Symfony PHPUnit Bridge",
11281 "homepage": "https://symfony.com",
11282 "time": "2019-10-02T08:36:26+00:00"
11283 }
11284 ],
11285 "aliases": [],
11286 "minimum-stability": "dev",
11287 "stability-flags": {
11288 "grandt/phpepub": 20,
11289 "predis/predis": 20
11290 },
11291 "prefer-stable": true,
11292 "prefer-lowest": false,
11293 "platform": {
11294 "php": ">=7.1.3",
11295 "ext-pcre": "*",
11296 "ext-dom": "*",
11297 "ext-curl": "*",
11298 "ext-gd": "*",
11299 "ext-session": "*",
11300 "ext-ctype": "*",
11301 "ext-hash": "*",
11302 "ext-simplexml": "*",
11303 "ext-json": "*",
11304 "ext-mbstring": "*",
11305 "ext-xml": "*",
11306 "ext-iconv": "*",
11307 "ext-tokenizer": "*",
11308 "ext-pdo": "*",
11309 "ext-tidy": "*"
11310 },
11311 "platform-dev": [],
11312 "platform-overrides": {
11313 "php": "7.1.3"
11314 }
11315 }