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