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