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