]> git.immae.eu Git - github/wallabag/wallabag.git/blob - composer.lock
Updated changelog for wallabag 2.4.0
[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": "934e7fcdcc82a110216efe0a9364ba2c",
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.7",
62 "source": {
63 "type": "git",
64 "url": "https://github.com/beberlei/assert.git",
65 "reference": "d63a6943fc4fd1a2aedb65994e3548715105abcf"
66 },
67 "dist": {
68 "type": "zip",
69 "url": "https://api.github.com/repos/beberlei/assert/zipball/d63a6943fc4fd1a2aedb65994e3548715105abcf",
70 "reference": "d63a6943fc4fd1a2aedb65994e3548715105abcf",
71 "shasum": ""
72 },
73 "require": {
74 "ext-ctype": "*",
75 "ext-json": "*",
76 "ext-mbstring": "*",
77 "ext-simplexml": "*",
78 "php": "^7"
79 },
80 "require-dev": {
81 "friendsofphp/php-cs-fixer": "*",
82 "phpstan/phpstan-shim": "*",
83 "phpunit/phpunit": ">=6.0.0 <8"
84 },
85 "suggest": {
86 "ext-intl": "Needed to allow Assertion::count(), Assertion::isCountable(), Assertion::minCount(), and Assertion::maxCount() to operate on ResourceBundles"
87 },
88 "type": "library",
89 "autoload": {
90 "psr-4": {
91 "Assert\\": "lib/Assert"
92 },
93 "files": [
94 "lib/Assert/functions.php"
95 ]
96 },
97 "notification-url": "https://packagist.org/downloads/",
98 "license": [
99 "BSD-2-Clause"
100 ],
101 "authors": [
102 {
103 "name": "Benjamin Eberlei",
104 "email": "kontakt@beberlei.de",
105 "role": "Lead Developer"
106 },
107 {
108 "name": "Richard Quadling",
109 "email": "rquadling@gmail.com",
110 "role": "Collaborator"
111 }
112 ],
113 "description": "Thin assertion library for input validation in business models.",
114 "keywords": [
115 "assert",
116 "assertion",
117 "validation"
118 ],
119 "time": "2019-12-19T17:51:41+00:00"
120 },
121 {
122 "name": "behat/transliterator",
123 "version": "v1.2.0",
124 "source": {
125 "type": "git",
126 "url": "https://github.com/Behat/Transliterator.git",
127 "reference": "826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c"
128 },
129 "dist": {
130 "type": "zip",
131 "url": "https://api.github.com/repos/Behat/Transliterator/zipball/826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c",
132 "reference": "826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c",
133 "shasum": ""
134 },
135 "require": {
136 "php": ">=5.3.3"
137 },
138 "require-dev": {
139 "chuyskywalker/rolling-curl": "^3.1",
140 "php-yaoi/php-yaoi": "^1.0"
141 },
142 "type": "library",
143 "extra": {
144 "branch-alias": {
145 "dev-master": "1.2-dev"
146 }
147 },
148 "autoload": {
149 "psr-0": {
150 "Behat\\Transliterator": "src/"
151 }
152 },
153 "notification-url": "https://packagist.org/downloads/",
154 "license": [
155 "Artistic-1.0"
156 ],
157 "description": "String transliterator",
158 "keywords": [
159 "i18n",
160 "slug",
161 "transliterator"
162 ],
163 "time": "2017-04-04T11:38:05+00:00"
164 },
165 {
166 "name": "clue/stream-filter",
167 "version": "v1.4.1",
168 "source": {
169 "type": "git",
170 "url": "https://github.com/clue/php-stream-filter.git",
171 "reference": "5a58cc30a8bd6a4eb8f856adf61dd3e013f53f71"
172 },
173 "dist": {
174 "type": "zip",
175 "url": "https://api.github.com/repos/clue/php-stream-filter/zipball/5a58cc30a8bd6a4eb8f856adf61dd3e013f53f71",
176 "reference": "5a58cc30a8bd6a4eb8f856adf61dd3e013f53f71",
177 "shasum": ""
178 },
179 "require": {
180 "php": ">=5.3"
181 },
182 "require-dev": {
183 "phpunit/phpunit": "^5.0 || ^4.8"
184 },
185 "type": "library",
186 "autoload": {
187 "psr-4": {
188 "Clue\\StreamFilter\\": "src/"
189 },
190 "files": [
191 "src/functions_include.php"
192 ]
193 },
194 "notification-url": "https://packagist.org/downloads/",
195 "license": [
196 "MIT"
197 ],
198 "authors": [
199 {
200 "name": "Christian Lück",
201 "email": "christian@lueck.tv"
202 }
203 ],
204 "description": "A simple and modern approach to stream filtering in PHP",
205 "homepage": "https://github.com/clue/php-stream-filter",
206 "keywords": [
207 "bucket brigade",
208 "callback",
209 "filter",
210 "php_user_filter",
211 "stream",
212 "stream_filter_append",
213 "stream_filter_register"
214 ],
215 "time": "2019-04-09T12:31:48+00:00"
216 },
217 {
218 "name": "craue/config-bundle",
219 "version": "2.4.0",
220 "source": {
221 "type": "git",
222 "url": "https://github.com/craue/CraueConfigBundle.git",
223 "reference": "ad474f63d6b51da0d346a7873b3a54f98fa96e32"
224 },
225 "dist": {
226 "type": "zip",
227 "url": "https://api.github.com/repos/craue/CraueConfigBundle/zipball/ad474f63d6b51da0d346a7873b3a54f98fa96e32",
228 "reference": "ad474f63d6b51da0d346a7873b3a54f98fa96e32",
229 "shasum": ""
230 },
231 "require": {
232 "doctrine/doctrine-bundle": "^1.5.1|~2.0",
233 "php": "~7.0",
234 "psr/simple-cache": "^1.0",
235 "symfony/cache": "~3.4|~4.2|~5.0",
236 "symfony/config": "~3.4|~4.2|~5.0",
237 "symfony/dependency-injection": "~3.4|~4.2|~5.0",
238 "symfony/form": "~3.4|~4.2|~5.0",
239 "symfony/framework-bundle": "~3.4|~4.2|~5.0",
240 "symfony/http-foundation": "~3.4|~4.2|~5.0",
241 "symfony/http-kernel": "~3.4|~4.2|~5.0",
242 "symfony/options-resolver": "~3.4|~4.2|~5.0",
243 "symfony/validator": "~3.4|~4.2|~5.0"
244 },
245 "require-dev": {
246 "doctrine/instantiator": "^1.0.5",
247 "doctrine/orm": "^2.5.14",
248 "phpunit/phpunit": "^6.5.13|^7.5.1",
249 "symfony/phpunit-bridge": "~5.0",
250 "symfony/symfony": "~3.4|~4.2|~5.0"
251 },
252 "type": "symfony-bundle",
253 "extra": {
254 "branch-alias": {
255 "dev-master": "2.4.x-dev"
256 }
257 },
258 "autoload": {
259 "psr-4": {
260 "Craue\\ConfigBundle\\": ""
261 },
262 "exclude-from-classmap": [
263 "/Tests/"
264 ]
265 },
266 "notification-url": "https://packagist.org/downloads/",
267 "license": [
268 "MIT"
269 ],
270 "authors": [
271 {
272 "name": "Christian Raue",
273 "email": "christian.raue@gmail.com"
274 },
275 {
276 "name": "Symfony Community",
277 "homepage": "https://github.com/craue/CraueConfigBundle/contributors"
278 }
279 ],
280 "description": "Database-stored settings made available via a service for your Symfony project.",
281 "homepage": "https://github.com/craue/CraueConfigBundle",
282 "keywords": [
283 "config",
284 "symfony"
285 ],
286 "time": "2019-12-03T08:32:04+00:00"
287 },
288 {
289 "name": "defuse/php-encryption",
290 "version": "v2.2.1",
291 "source": {
292 "type": "git",
293 "url": "https://github.com/defuse/php-encryption.git",
294 "reference": "0f407c43b953d571421e0020ba92082ed5fb7620"
295 },
296 "dist": {
297 "type": "zip",
298 "url": "https://api.github.com/repos/defuse/php-encryption/zipball/0f407c43b953d571421e0020ba92082ed5fb7620",
299 "reference": "0f407c43b953d571421e0020ba92082ed5fb7620",
300 "shasum": ""
301 },
302 "require": {
303 "ext-openssl": "*",
304 "paragonie/random_compat": ">= 2",
305 "php": ">=5.4.0"
306 },
307 "require-dev": {
308 "nikic/php-parser": "^2.0|^3.0|^4.0",
309 "phpunit/phpunit": "^4|^5"
310 },
311 "bin": [
312 "bin/generate-defuse-key"
313 ],
314 "type": "library",
315 "autoload": {
316 "psr-4": {
317 "Defuse\\Crypto\\": "src"
318 }
319 },
320 "notification-url": "https://packagist.org/downloads/",
321 "license": [
322 "MIT"
323 ],
324 "authors": [
325 {
326 "name": "Taylor Hornby",
327 "email": "taylor@defuse.ca",
328 "homepage": "https://defuse.ca/"
329 },
330 {
331 "name": "Scott Arciszewski",
332 "email": "info@paragonie.com",
333 "homepage": "https://paragonie.com"
334 }
335 ],
336 "description": "Secure PHP Encryption Library",
337 "keywords": [
338 "aes",
339 "authenticated encryption",
340 "cipher",
341 "crypto",
342 "cryptography",
343 "encrypt",
344 "encryption",
345 "openssl",
346 "security",
347 "symmetric key cryptography"
348 ],
349 "time": "2018-07-24T23:27:56+00:00"
350 },
351 {
352 "name": "doctrine/annotations",
353 "version": "1.10.2",
354 "source": {
355 "type": "git",
356 "url": "https://github.com/doctrine/annotations.git",
357 "reference": "b9d758e831c70751155c698c2f7df4665314a1cb"
358 },
359 "dist": {
360 "type": "zip",
361 "url": "https://api.github.com/repos/doctrine/annotations/zipball/b9d758e831c70751155c698c2f7df4665314a1cb",
362 "reference": "b9d758e831c70751155c698c2f7df4665314a1cb",
363 "shasum": ""
364 },
365 "require": {
366 "doctrine/lexer": "1.*",
367 "ext-tokenizer": "*",
368 "php": "^7.1"
369 },
370 "require-dev": {
371 "doctrine/cache": "1.*",
372 "phpunit/phpunit": "^7.5"
373 },
374 "type": "library",
375 "extra": {
376 "branch-alias": {
377 "dev-master": "1.9.x-dev"
378 }
379 },
380 "autoload": {
381 "psr-4": {
382 "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
383 }
384 },
385 "notification-url": "https://packagist.org/downloads/",
386 "license": [
387 "MIT"
388 ],
389 "authors": [
390 {
391 "name": "Guilherme Blanco",
392 "email": "guilhermeblanco@gmail.com"
393 },
394 {
395 "name": "Roman Borschel",
396 "email": "roman@code-factory.org"
397 },
398 {
399 "name": "Benjamin Eberlei",
400 "email": "kontakt@beberlei.de"
401 },
402 {
403 "name": "Jonathan Wage",
404 "email": "jonwage@gmail.com"
405 },
406 {
407 "name": "Johannes Schmitt",
408 "email": "schmittjoh@gmail.com"
409 }
410 ],
411 "description": "Docblock Annotations Parser",
412 "homepage": "http://www.doctrine-project.org",
413 "keywords": [
414 "annotations",
415 "docblock",
416 "parser"
417 ],
418 "time": "2020-04-20T09:18:32+00:00"
419 },
420 {
421 "name": "doctrine/cache",
422 "version": "1.10.0",
423 "source": {
424 "type": "git",
425 "url": "https://github.com/doctrine/cache.git",
426 "reference": "382e7f4db9a12dc6c19431743a2b096041bcdd62"
427 },
428 "dist": {
429 "type": "zip",
430 "url": "https://api.github.com/repos/doctrine/cache/zipball/382e7f4db9a12dc6c19431743a2b096041bcdd62",
431 "reference": "382e7f4db9a12dc6c19431743a2b096041bcdd62",
432 "shasum": ""
433 },
434 "require": {
435 "php": "~7.1"
436 },
437 "conflict": {
438 "doctrine/common": ">2.2,<2.4"
439 },
440 "require-dev": {
441 "alcaeus/mongo-php-adapter": "^1.1",
442 "doctrine/coding-standard": "^6.0",
443 "mongodb/mongodb": "^1.1",
444 "phpunit/phpunit": "^7.0",
445 "predis/predis": "~1.0"
446 },
447 "suggest": {
448 "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
449 },
450 "type": "library",
451 "extra": {
452 "branch-alias": {
453 "dev-master": "1.9.x-dev"
454 }
455 },
456 "autoload": {
457 "psr-4": {
458 "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
459 }
460 },
461 "notification-url": "https://packagist.org/downloads/",
462 "license": [
463 "MIT"
464 ],
465 "authors": [
466 {
467 "name": "Guilherme Blanco",
468 "email": "guilhermeblanco@gmail.com"
469 },
470 {
471 "name": "Roman Borschel",
472 "email": "roman@code-factory.org"
473 },
474 {
475 "name": "Benjamin Eberlei",
476 "email": "kontakt@beberlei.de"
477 },
478 {
479 "name": "Jonathan Wage",
480 "email": "jonwage@gmail.com"
481 },
482 {
483 "name": "Johannes Schmitt",
484 "email": "schmittjoh@gmail.com"
485 }
486 ],
487 "description": "PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.",
488 "homepage": "https://www.doctrine-project.org/projects/cache.html",
489 "keywords": [
490 "abstraction",
491 "apcu",
492 "cache",
493 "caching",
494 "couchdb",
495 "memcached",
496 "php",
497 "redis",
498 "xcache"
499 ],
500 "time": "2019-11-29T15:36:20+00:00"
501 },
502 {
503 "name": "doctrine/collections",
504 "version": "1.6.4",
505 "source": {
506 "type": "git",
507 "url": "https://github.com/doctrine/collections.git",
508 "reference": "6b1e4b2b66f6d6e49983cebfe23a21b7ccc5b0d7"
509 },
510 "dist": {
511 "type": "zip",
512 "url": "https://api.github.com/repos/doctrine/collections/zipball/6b1e4b2b66f6d6e49983cebfe23a21b7ccc5b0d7",
513 "reference": "6b1e4b2b66f6d6e49983cebfe23a21b7ccc5b0d7",
514 "shasum": ""
515 },
516 "require": {
517 "php": "^7.1.3"
518 },
519 "require-dev": {
520 "doctrine/coding-standard": "^6.0",
521 "phpstan/phpstan-shim": "^0.9.2",
522 "phpunit/phpunit": "^7.0",
523 "vimeo/psalm": "^3.2.2"
524 },
525 "type": "library",
526 "extra": {
527 "branch-alias": {
528 "dev-master": "1.6.x-dev"
529 }
530 },
531 "autoload": {
532 "psr-4": {
533 "Doctrine\\Common\\Collections\\": "lib/Doctrine/Common/Collections"
534 }
535 },
536 "notification-url": "https://packagist.org/downloads/",
537 "license": [
538 "MIT"
539 ],
540 "authors": [
541 {
542 "name": "Guilherme Blanco",
543 "email": "guilhermeblanco@gmail.com"
544 },
545 {
546 "name": "Roman Borschel",
547 "email": "roman@code-factory.org"
548 },
549 {
550 "name": "Benjamin Eberlei",
551 "email": "kontakt@beberlei.de"
552 },
553 {
554 "name": "Jonathan Wage",
555 "email": "jonwage@gmail.com"
556 },
557 {
558 "name": "Johannes Schmitt",
559 "email": "schmittjoh@gmail.com"
560 }
561 ],
562 "description": "PHP Doctrine Collections library that adds additional functionality on top of PHP arrays.",
563 "homepage": "https://www.doctrine-project.org/projects/collections.html",
564 "keywords": [
565 "array",
566 "collections",
567 "iterators",
568 "php"
569 ],
570 "time": "2019-11-13T13:07:11+00:00"
571 },
572 {
573 "name": "doctrine/common",
574 "version": "2.12.0",
575 "source": {
576 "type": "git",
577 "url": "https://github.com/doctrine/common.git",
578 "reference": "2053eafdf60c2172ee1373d1b9289ba1db7f1fc6"
579 },
580 "dist": {
581 "type": "zip",
582 "url": "https://api.github.com/repos/doctrine/common/zipball/2053eafdf60c2172ee1373d1b9289ba1db7f1fc6",
583 "reference": "2053eafdf60c2172ee1373d1b9289ba1db7f1fc6",
584 "shasum": ""
585 },
586 "require": {
587 "doctrine/annotations": "^1.0",
588 "doctrine/cache": "^1.0",
589 "doctrine/collections": "^1.0",
590 "doctrine/event-manager": "^1.0",
591 "doctrine/inflector": "^1.0",
592 "doctrine/lexer": "^1.0",
593 "doctrine/persistence": "^1.1",
594 "doctrine/reflection": "^1.0",
595 "php": "^7.1"
596 },
597 "require-dev": {
598 "doctrine/coding-standard": "^1.0",
599 "phpstan/phpstan": "^0.11",
600 "phpstan/phpstan-phpunit": "^0.11",
601 "phpunit/phpunit": "^7.0",
602 "squizlabs/php_codesniffer": "^3.0",
603 "symfony/phpunit-bridge": "^4.0.5"
604 },
605 "type": "library",
606 "extra": {
607 "branch-alias": {
608 "dev-master": "2.11.x-dev"
609 }
610 },
611 "autoload": {
612 "psr-4": {
613 "Doctrine\\Common\\": "lib/Doctrine/Common"
614 }
615 },
616 "notification-url": "https://packagist.org/downloads/",
617 "license": [
618 "MIT"
619 ],
620 "authors": [
621 {
622 "name": "Guilherme Blanco",
623 "email": "guilhermeblanco@gmail.com"
624 },
625 {
626 "name": "Roman Borschel",
627 "email": "roman@code-factory.org"
628 },
629 {
630 "name": "Benjamin Eberlei",
631 "email": "kontakt@beberlei.de"
632 },
633 {
634 "name": "Jonathan Wage",
635 "email": "jonwage@gmail.com"
636 },
637 {
638 "name": "Johannes Schmitt",
639 "email": "schmittjoh@gmail.com"
640 },
641 {
642 "name": "Marco Pivetta",
643 "email": "ocramius@gmail.com"
644 }
645 ],
646 "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.",
647 "homepage": "https://www.doctrine-project.org/projects/common.html",
648 "keywords": [
649 "common",
650 "doctrine",
651 "php"
652 ],
653 "time": "2020-01-10T15:49:25+00:00"
654 },
655 {
656 "name": "doctrine/dbal",
657 "version": "v2.9.2",
658 "source": {
659 "type": "git",
660 "url": "https://github.com/doctrine/dbal.git",
661 "reference": "22800bd651c1d8d2a9719e2a3dc46d5108ebfcc9"
662 },
663 "dist": {
664 "type": "zip",
665 "url": "https://api.github.com/repos/doctrine/dbal/zipball/22800bd651c1d8d2a9719e2a3dc46d5108ebfcc9",
666 "reference": "22800bd651c1d8d2a9719e2a3dc46d5108ebfcc9",
667 "shasum": ""
668 },
669 "require": {
670 "doctrine/cache": "^1.0",
671 "doctrine/event-manager": "^1.0",
672 "ext-pdo": "*",
673 "php": "^7.1"
674 },
675 "require-dev": {
676 "doctrine/coding-standard": "^5.0",
677 "jetbrains/phpstorm-stubs": "^2018.1.2",
678 "phpstan/phpstan": "^0.10.1",
679 "phpunit/phpunit": "^7.4",
680 "symfony/console": "^2.0.5|^3.0|^4.0",
681 "symfony/phpunit-bridge": "^3.4.5|^4.0.5"
682 },
683 "suggest": {
684 "symfony/console": "For helpful console commands such as SQL execution and import of files."
685 },
686 "bin": [
687 "bin/doctrine-dbal"
688 ],
689 "type": "library",
690 "extra": {
691 "branch-alias": {
692 "dev-master": "2.9.x-dev",
693 "dev-develop": "3.0.x-dev"
694 }
695 },
696 "autoload": {
697 "psr-4": {
698 "Doctrine\\DBAL\\": "lib/Doctrine/DBAL"
699 }
700 },
701 "notification-url": "https://packagist.org/downloads/",
702 "license": [
703 "MIT"
704 ],
705 "authors": [
706 {
707 "name": "Roman Borschel",
708 "email": "roman@code-factory.org"
709 },
710 {
711 "name": "Benjamin Eberlei",
712 "email": "kontakt@beberlei.de"
713 },
714 {
715 "name": "Guilherme Blanco",
716 "email": "guilhermeblanco@gmail.com"
717 },
718 {
719 "name": "Jonathan Wage",
720 "email": "jonwage@gmail.com"
721 }
722 ],
723 "description": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.",
724 "homepage": "https://www.doctrine-project.org/projects/dbal.html",
725 "keywords": [
726 "abstraction",
727 "database",
728 "dbal",
729 "mysql",
730 "persistence",
731 "pgsql",
732 "php",
733 "queryobject"
734 ],
735 "time": "2018-12-31T03:27:51+00:00"
736 },
737 {
738 "name": "doctrine/doctrine-bundle",
739 "version": "1.12.8",
740 "source": {
741 "type": "git",
742 "url": "https://github.com/doctrine/DoctrineBundle.git",
743 "reference": "65bb2ebc96bcb9207ee56bb17f6c0251ec358380"
744 },
745 "dist": {
746 "type": "zip",
747 "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/65bb2ebc96bcb9207ee56bb17f6c0251ec358380",
748 "reference": "65bb2ebc96bcb9207ee56bb17f6c0251ec358380",
749 "shasum": ""
750 },
751 "require": {
752 "doctrine/dbal": "^2.5.12",
753 "doctrine/doctrine-cache-bundle": "~1.2",
754 "doctrine/persistence": "^1.3.3",
755 "jdorn/sql-formatter": "^1.2.16",
756 "php": "^7.1",
757 "symfony/cache": "^3.4.30|^4.3.3",
758 "symfony/config": "^3.4.30|^4.3.3",
759 "symfony/console": "^3.4.30|^4.3.3",
760 "symfony/dependency-injection": "^3.4.30|^4.3.3",
761 "symfony/doctrine-bridge": "^3.4.30|^4.3.3",
762 "symfony/framework-bundle": "^3.4.30|^4.3.3",
763 "symfony/service-contracts": "^1.1.1|^2.0"
764 },
765 "conflict": {
766 "doctrine/orm": "<2.6",
767 "twig/twig": "<1.34|>=2.0,<2.4"
768 },
769 "require-dev": {
770 "doctrine/coding-standard": "^6.0",
771 "doctrine/orm": "^2.6",
772 "ocramius/proxy-manager": "^2.1",
773 "php-coveralls/php-coveralls": "^2.1",
774 "phpunit/phpunit": "^7.5",
775 "symfony/phpunit-bridge": "^4.2",
776 "symfony/property-info": "^3.4.30|^4.3.3",
777 "symfony/proxy-manager-bridge": "^3.4|^4|^5",
778 "symfony/twig-bridge": "^3.4|^4.1",
779 "symfony/validator": "^3.4.30|^4.3.3",
780 "symfony/web-profiler-bundle": "^3.4.30|^4.3.3",
781 "symfony/yaml": "^3.4.30|^4.3.3",
782 "twig/twig": "^1.34|^2.12"
783 },
784 "suggest": {
785 "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
786 "symfony/web-profiler-bundle": "To use the data collector."
787 },
788 "type": "symfony-bundle",
789 "extra": {
790 "branch-alias": {
791 "dev-master": "1.12.x-dev"
792 }
793 },
794 "autoload": {
795 "psr-4": {
796 "Doctrine\\Bundle\\DoctrineBundle\\": ""
797 }
798 },
799 "notification-url": "https://packagist.org/downloads/",
800 "license": [
801 "MIT"
802 ],
803 "authors": [
804 {
805 "name": "Fabien Potencier",
806 "email": "fabien@symfony.com"
807 },
808 {
809 "name": "Benjamin Eberlei",
810 "email": "kontakt@beberlei.de"
811 },
812 {
813 "name": "Symfony Community",
814 "homepage": "http://symfony.com/contributors"
815 },
816 {
817 "name": "Doctrine Project",
818 "homepage": "http://www.doctrine-project.org/"
819 }
820 ],
821 "description": "Symfony DoctrineBundle",
822 "homepage": "http://www.doctrine-project.org",
823 "keywords": [
824 "database",
825 "dbal",
826 "orm",
827 "persistence"
828 ],
829 "time": "2020-04-23T10:38:48+00:00"
830 },
831 {
832 "name": "doctrine/doctrine-cache-bundle",
833 "version": "1.4.0",
834 "source": {
835 "type": "git",
836 "url": "https://github.com/doctrine/DoctrineCacheBundle.git",
837 "reference": "6bee2f9b339847e8a984427353670bad4e7bdccb"
838 },
839 "dist": {
840 "type": "zip",
841 "url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/6bee2f9b339847e8a984427353670bad4e7bdccb",
842 "reference": "6bee2f9b339847e8a984427353670bad4e7bdccb",
843 "shasum": ""
844 },
845 "require": {
846 "doctrine/cache": "^1.4.2",
847 "doctrine/inflector": "^1.0",
848 "php": "^7.1",
849 "symfony/doctrine-bridge": "^3.4|^4.0"
850 },
851 "require-dev": {
852 "instaclick/coding-standard": "~1.1",
853 "instaclick/object-calisthenics-sniffs": "dev-master",
854 "instaclick/symfony2-coding-standard": "dev-remaster",
855 "phpunit/phpunit": "^7.0",
856 "predis/predis": "~0.8",
857 "satooshi/php-coveralls": "^1.0",
858 "squizlabs/php_codesniffer": "~1.5",
859 "symfony/console": "^3.4|^4.0",
860 "symfony/finder": "^3.4|^4.0",
861 "symfony/framework-bundle": "^3.4|^4.0",
862 "symfony/phpunit-bridge": "^3.4|^4.0",
863 "symfony/security-acl": "^2.8",
864 "symfony/validator": "^3.4|^4.0",
865 "symfony/yaml": "^3.4|^4.0"
866 },
867 "suggest": {
868 "symfony/security-acl": "For using this bundle to cache ACLs"
869 },
870 "type": "symfony-bundle",
871 "extra": {
872 "branch-alias": {
873 "dev-master": "1.4.x-dev"
874 }
875 },
876 "autoload": {
877 "psr-4": {
878 "Doctrine\\Bundle\\DoctrineCacheBundle\\": ""
879 },
880 "exclude-from-classmap": [
881 "/Tests/"
882 ]
883 },
884 "notification-url": "https://packagist.org/downloads/",
885 "license": [
886 "MIT"
887 ],
888 "authors": [
889 {
890 "name": "Fabien Potencier",
891 "email": "fabien@symfony.com"
892 },
893 {
894 "name": "Benjamin Eberlei",
895 "email": "kontakt@beberlei.de"
896 },
897 {
898 "name": "Fabio B. Silva",
899 "email": "fabio.bat.silva@gmail.com"
900 },
901 {
902 "name": "Guilherme Blanco",
903 "email": "guilhermeblanco@hotmail.com"
904 },
905 {
906 "name": "Symfony Community",
907 "homepage": "http://symfony.com/contributors"
908 },
909 {
910 "name": "Doctrine Project",
911 "homepage": "http://www.doctrine-project.org/"
912 }
913 ],
914 "description": "Symfony Bundle for Doctrine Cache",
915 "homepage": "https://www.doctrine-project.org",
916 "keywords": [
917 "cache",
918 "caching"
919 ],
920 "time": "2019-11-29T11:22:01+00:00"
921 },
922 {
923 "name": "doctrine/doctrine-migrations-bundle",
924 "version": "v1.3.2",
925 "source": {
926 "type": "git",
927 "url": "https://github.com/doctrine/DoctrineMigrationsBundle.git",
928 "reference": "49fa399181db4bf4f9f725126bd1cb65c4398dce"
929 },
930 "dist": {
931 "type": "zip",
932 "url": "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/49fa399181db4bf4f9f725126bd1cb65c4398dce",
933 "reference": "49fa399181db4bf4f9f725126bd1cb65c4398dce",
934 "shasum": ""
935 },
936 "require": {
937 "doctrine/doctrine-bundle": "~1.0",
938 "doctrine/migrations": "^1.1",
939 "php": ">=5.4.0",
940 "symfony/framework-bundle": "~2.7|~3.3|~4.0"
941 },
942 "require-dev": {
943 "phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^7.4"
944 },
945 "type": "symfony-bundle",
946 "extra": {
947 "branch-alias": {
948 "dev-master": "1.3-dev"
949 }
950 },
951 "autoload": {
952 "psr-4": {
953 "Doctrine\\Bundle\\MigrationsBundle\\": ""
954 }
955 },
956 "notification-url": "https://packagist.org/downloads/",
957 "license": [
958 "MIT"
959 ],
960 "authors": [
961 {
962 "name": "Symfony Community",
963 "homepage": "http://symfony.com/contributors"
964 },
965 {
966 "name": "Doctrine Project",
967 "homepage": "http://www.doctrine-project.org"
968 },
969 {
970 "name": "Fabien Potencier",
971 "email": "fabien@symfony.com"
972 }
973 ],
974 "description": "Symfony DoctrineMigrationsBundle",
975 "homepage": "http://www.doctrine-project.org",
976 "keywords": [
977 "dbal",
978 "migrations",
979 "schema"
980 ],
981 "time": "2018-12-03T11:55:33+00:00"
982 },
983 {
984 "name": "doctrine/event-manager",
985 "version": "1.1.0",
986 "source": {
987 "type": "git",
988 "url": "https://github.com/doctrine/event-manager.git",
989 "reference": "629572819973f13486371cb611386eb17851e85c"
990 },
991 "dist": {
992 "type": "zip",
993 "url": "https://api.github.com/repos/doctrine/event-manager/zipball/629572819973f13486371cb611386eb17851e85c",
994 "reference": "629572819973f13486371cb611386eb17851e85c",
995 "shasum": ""
996 },
997 "require": {
998 "php": "^7.1"
999 },
1000 "conflict": {
1001 "doctrine/common": "<2.9@dev"
1002 },
1003 "require-dev": {
1004 "doctrine/coding-standard": "^6.0",
1005 "phpunit/phpunit": "^7.0"
1006 },
1007 "type": "library",
1008 "extra": {
1009 "branch-alias": {
1010 "dev-master": "1.0.x-dev"
1011 }
1012 },
1013 "autoload": {
1014 "psr-4": {
1015 "Doctrine\\Common\\": "lib/Doctrine/Common"
1016 }
1017 },
1018 "notification-url": "https://packagist.org/downloads/",
1019 "license": [
1020 "MIT"
1021 ],
1022 "authors": [
1023 {
1024 "name": "Guilherme Blanco",
1025 "email": "guilhermeblanco@gmail.com"
1026 },
1027 {
1028 "name": "Roman Borschel",
1029 "email": "roman@code-factory.org"
1030 },
1031 {
1032 "name": "Benjamin Eberlei",
1033 "email": "kontakt@beberlei.de"
1034 },
1035 {
1036 "name": "Jonathan Wage",
1037 "email": "jonwage@gmail.com"
1038 },
1039 {
1040 "name": "Johannes Schmitt",
1041 "email": "schmittjoh@gmail.com"
1042 },
1043 {
1044 "name": "Marco Pivetta",
1045 "email": "ocramius@gmail.com"
1046 }
1047 ],
1048 "description": "The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.",
1049 "homepage": "https://www.doctrine-project.org/projects/event-manager.html",
1050 "keywords": [
1051 "event",
1052 "event dispatcher",
1053 "event manager",
1054 "event system",
1055 "events"
1056 ],
1057 "time": "2019-11-10T09:48:07+00:00"
1058 },
1059 {
1060 "name": "doctrine/inflector",
1061 "version": "1.3.1",
1062 "source": {
1063 "type": "git",
1064 "url": "https://github.com/doctrine/inflector.git",
1065 "reference": "ec3a55242203ffa6a4b27c58176da97ff0a7aec1"
1066 },
1067 "dist": {
1068 "type": "zip",
1069 "url": "https://api.github.com/repos/doctrine/inflector/zipball/ec3a55242203ffa6a4b27c58176da97ff0a7aec1",
1070 "reference": "ec3a55242203ffa6a4b27c58176da97ff0a7aec1",
1071 "shasum": ""
1072 },
1073 "require": {
1074 "php": "^7.1"
1075 },
1076 "require-dev": {
1077 "phpunit/phpunit": "^6.2"
1078 },
1079 "type": "library",
1080 "extra": {
1081 "branch-alias": {
1082 "dev-master": "1.3.x-dev"
1083 }
1084 },
1085 "autoload": {
1086 "psr-4": {
1087 "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
1088 }
1089 },
1090 "notification-url": "https://packagist.org/downloads/",
1091 "license": [
1092 "MIT"
1093 ],
1094 "authors": [
1095 {
1096 "name": "Guilherme Blanco",
1097 "email": "guilhermeblanco@gmail.com"
1098 },
1099 {
1100 "name": "Roman Borschel",
1101 "email": "roman@code-factory.org"
1102 },
1103 {
1104 "name": "Benjamin Eberlei",
1105 "email": "kontakt@beberlei.de"
1106 },
1107 {
1108 "name": "Jonathan Wage",
1109 "email": "jonwage@gmail.com"
1110 },
1111 {
1112 "name": "Johannes Schmitt",
1113 "email": "schmittjoh@gmail.com"
1114 }
1115 ],
1116 "description": "Common String Manipulations with regard to casing and singular/plural rules.",
1117 "homepage": "http://www.doctrine-project.org",
1118 "keywords": [
1119 "inflection",
1120 "pluralize",
1121 "singularize",
1122 "string"
1123 ],
1124 "time": "2019-10-30T19:59:35+00:00"
1125 },
1126 {
1127 "name": "doctrine/instantiator",
1128 "version": "1.3.0",
1129 "source": {
1130 "type": "git",
1131 "url": "https://github.com/doctrine/instantiator.git",
1132 "reference": "ae466f726242e637cebdd526a7d991b9433bacf1"
1133 },
1134 "dist": {
1135 "type": "zip",
1136 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/ae466f726242e637cebdd526a7d991b9433bacf1",
1137 "reference": "ae466f726242e637cebdd526a7d991b9433bacf1",
1138 "shasum": ""
1139 },
1140 "require": {
1141 "php": "^7.1"
1142 },
1143 "require-dev": {
1144 "doctrine/coding-standard": "^6.0",
1145 "ext-pdo": "*",
1146 "ext-phar": "*",
1147 "phpbench/phpbench": "^0.13",
1148 "phpstan/phpstan-phpunit": "^0.11",
1149 "phpstan/phpstan-shim": "^0.11",
1150 "phpunit/phpunit": "^7.0"
1151 },
1152 "type": "library",
1153 "extra": {
1154 "branch-alias": {
1155 "dev-master": "1.2.x-dev"
1156 }
1157 },
1158 "autoload": {
1159 "psr-4": {
1160 "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
1161 }
1162 },
1163 "notification-url": "https://packagist.org/downloads/",
1164 "license": [
1165 "MIT"
1166 ],
1167 "authors": [
1168 {
1169 "name": "Marco Pivetta",
1170 "email": "ocramius@gmail.com",
1171 "homepage": "http://ocramius.github.com/"
1172 }
1173 ],
1174 "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
1175 "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
1176 "keywords": [
1177 "constructor",
1178 "instantiate"
1179 ],
1180 "time": "2019-10-21T16:45:58+00:00"
1181 },
1182 {
1183 "name": "doctrine/lexer",
1184 "version": "1.0.2",
1185 "source": {
1186 "type": "git",
1187 "url": "https://github.com/doctrine/lexer.git",
1188 "reference": "1febd6c3ef84253d7c815bed85fc622ad207a9f8"
1189 },
1190 "dist": {
1191 "type": "zip",
1192 "url": "https://api.github.com/repos/doctrine/lexer/zipball/1febd6c3ef84253d7c815bed85fc622ad207a9f8",
1193 "reference": "1febd6c3ef84253d7c815bed85fc622ad207a9f8",
1194 "shasum": ""
1195 },
1196 "require": {
1197 "php": ">=5.3.2"
1198 },
1199 "require-dev": {
1200 "phpunit/phpunit": "^4.5"
1201 },
1202 "type": "library",
1203 "extra": {
1204 "branch-alias": {
1205 "dev-master": "1.0.x-dev"
1206 }
1207 },
1208 "autoload": {
1209 "psr-4": {
1210 "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
1211 }
1212 },
1213 "notification-url": "https://packagist.org/downloads/",
1214 "license": [
1215 "MIT"
1216 ],
1217 "authors": [
1218 {
1219 "name": "Roman Borschel",
1220 "email": "roman@code-factory.org"
1221 },
1222 {
1223 "name": "Guilherme Blanco",
1224 "email": "guilhermeblanco@gmail.com"
1225 },
1226 {
1227 "name": "Johannes Schmitt",
1228 "email": "schmittjoh@gmail.com"
1229 }
1230 ],
1231 "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
1232 "homepage": "https://www.doctrine-project.org/projects/lexer.html",
1233 "keywords": [
1234 "annotations",
1235 "docblock",
1236 "lexer",
1237 "parser",
1238 "php"
1239 ],
1240 "time": "2019-06-08T11:03:04+00:00"
1241 },
1242 {
1243 "name": "doctrine/migrations",
1244 "version": "v1.8.1",
1245 "source": {
1246 "type": "git",
1247 "url": "https://github.com/doctrine/migrations.git",
1248 "reference": "215438c0eef3e5f9b7da7d09c6b90756071b43e6"
1249 },
1250 "dist": {
1251 "type": "zip",
1252 "url": "https://api.github.com/repos/doctrine/migrations/zipball/215438c0eef3e5f9b7da7d09c6b90756071b43e6",
1253 "reference": "215438c0eef3e5f9b7da7d09c6b90756071b43e6",
1254 "shasum": ""
1255 },
1256 "require": {
1257 "doctrine/dbal": "~2.6",
1258 "ocramius/proxy-manager": "^1.0|^2.0",
1259 "php": "^7.1",
1260 "symfony/console": "~3.3|^4.0"
1261 },
1262 "require-dev": {
1263 "doctrine/coding-standard": "^1.0",
1264 "doctrine/orm": "~2.5",
1265 "jdorn/sql-formatter": "~1.1",
1266 "mikey179/vfsstream": "^1.6",
1267 "phpunit/phpunit": "~7.0",
1268 "squizlabs/php_codesniffer": "^3.0",
1269 "symfony/yaml": "~3.3|^4.0"
1270 },
1271 "suggest": {
1272 "jdorn/sql-formatter": "Allows to generate formatted SQL with the diff command.",
1273 "symfony/yaml": "Allows the use of yaml for migration configuration files."
1274 },
1275 "bin": [
1276 "bin/doctrine-migrations"
1277 ],
1278 "type": "library",
1279 "extra": {
1280 "branch-alias": {
1281 "dev-master": "v1.8.x-dev"
1282 }
1283 },
1284 "autoload": {
1285 "psr-4": {
1286 "Doctrine\\DBAL\\Migrations\\": "lib/Doctrine/DBAL/Migrations",
1287 "Doctrine\\Migrations\\": "lib/Doctrine/Migrations"
1288 }
1289 },
1290 "notification-url": "https://packagist.org/downloads/",
1291 "license": [
1292 "MIT"
1293 ],
1294 "authors": [
1295 {
1296 "name": "Benjamin Eberlei",
1297 "email": "kontakt@beberlei.de"
1298 },
1299 {
1300 "name": "Jonathan Wage",
1301 "email": "jonwage@gmail.com"
1302 },
1303 {
1304 "name": "Michael Simonson",
1305 "email": "contact@mikesimonson.com"
1306 }
1307 ],
1308 "description": "Database Schema migrations using Doctrine DBAL",
1309 "homepage": "https://www.doctrine-project.org/projects/migrations.html",
1310 "keywords": [
1311 "database",
1312 "migrations"
1313 ],
1314 "time": "2018-06-06T21:00:30+00:00"
1315 },
1316 {
1317 "name": "doctrine/orm",
1318 "version": "v2.6.6",
1319 "source": {
1320 "type": "git",
1321 "url": "https://github.com/doctrine/orm.git",
1322 "reference": "2d9b9351831d1230881c52f006011cbf72fe944e"
1323 },
1324 "dist": {
1325 "type": "zip",
1326 "url": "https://api.github.com/repos/doctrine/orm/zipball/2d9b9351831d1230881c52f006011cbf72fe944e",
1327 "reference": "2d9b9351831d1230881c52f006011cbf72fe944e",
1328 "shasum": ""
1329 },
1330 "require": {
1331 "doctrine/annotations": "~1.5",
1332 "doctrine/cache": "~1.6",
1333 "doctrine/collections": "^1.4",
1334 "doctrine/common": "^2.7.1",
1335 "doctrine/dbal": "^2.6",
1336 "doctrine/instantiator": "~1.1",
1337 "ext-pdo": "*",
1338 "php": "^7.1",
1339 "symfony/console": "~3.0|~4.0"
1340 },
1341 "require-dev": {
1342 "doctrine/coding-standard": "^5.0",
1343 "phpunit/phpunit": "^7.5",
1344 "symfony/yaml": "~3.4|~4.0"
1345 },
1346 "suggest": {
1347 "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
1348 },
1349 "bin": [
1350 "bin/doctrine"
1351 ],
1352 "type": "library",
1353 "extra": {
1354 "branch-alias": {
1355 "dev-master": "2.6.x-dev"
1356 }
1357 },
1358 "autoload": {
1359 "psr-4": {
1360 "Doctrine\\ORM\\": "lib/Doctrine/ORM"
1361 }
1362 },
1363 "notification-url": "https://packagist.org/downloads/",
1364 "license": [
1365 "MIT"
1366 ],
1367 "authors": [
1368 {
1369 "name": "Guilherme Blanco",
1370 "email": "guilhermeblanco@gmail.com"
1371 },
1372 {
1373 "name": "Roman Borschel",
1374 "email": "roman@code-factory.org"
1375 },
1376 {
1377 "name": "Benjamin Eberlei",
1378 "email": "kontakt@beberlei.de"
1379 },
1380 {
1381 "name": "Jonathan Wage",
1382 "email": "jonwage@gmail.com"
1383 },
1384 {
1385 "name": "Marco Pivetta",
1386 "email": "ocramius@gmail.com"
1387 }
1388 ],
1389 "description": "Object-Relational-Mapper for PHP",
1390 "homepage": "http://www.doctrine-project.org",
1391 "keywords": [
1392 "database",
1393 "orm"
1394 ],
1395 "time": "2019-11-18T22:01:21+00:00"
1396 },
1397 {
1398 "name": "doctrine/persistence",
1399 "version": "1.3.7",
1400 "source": {
1401 "type": "git",
1402 "url": "https://github.com/doctrine/persistence.git",
1403 "reference": "0af483f91bada1c9ded6c2cfd26ab7d5ab2094e0"
1404 },
1405 "dist": {
1406 "type": "zip",
1407 "url": "https://api.github.com/repos/doctrine/persistence/zipball/0af483f91bada1c9ded6c2cfd26ab7d5ab2094e0",
1408 "reference": "0af483f91bada1c9ded6c2cfd26ab7d5ab2094e0",
1409 "shasum": ""
1410 },
1411 "require": {
1412 "doctrine/annotations": "^1.0",
1413 "doctrine/cache": "^1.0",
1414 "doctrine/collections": "^1.0",
1415 "doctrine/event-manager": "^1.0",
1416 "doctrine/reflection": "^1.2",
1417 "php": "^7.1"
1418 },
1419 "conflict": {
1420 "doctrine/common": "<2.10@dev"
1421 },
1422 "require-dev": {
1423 "doctrine/coding-standard": "^6.0",
1424 "phpstan/phpstan": "^0.11",
1425 "phpunit/phpunit": "^7.0"
1426 },
1427 "type": "library",
1428 "extra": {
1429 "branch-alias": {
1430 "dev-master": "1.3.x-dev"
1431 }
1432 },
1433 "autoload": {
1434 "psr-4": {
1435 "Doctrine\\Common\\": "lib/Doctrine/Common",
1436 "Doctrine\\Persistence\\": "lib/Doctrine/Persistence"
1437 }
1438 },
1439 "notification-url": "https://packagist.org/downloads/",
1440 "license": [
1441 "MIT"
1442 ],
1443 "authors": [
1444 {
1445 "name": "Guilherme Blanco",
1446 "email": "guilhermeblanco@gmail.com"
1447 },
1448 {
1449 "name": "Roman Borschel",
1450 "email": "roman@code-factory.org"
1451 },
1452 {
1453 "name": "Benjamin Eberlei",
1454 "email": "kontakt@beberlei.de"
1455 },
1456 {
1457 "name": "Jonathan Wage",
1458 "email": "jonwage@gmail.com"
1459 },
1460 {
1461 "name": "Johannes Schmitt",
1462 "email": "schmittjoh@gmail.com"
1463 },
1464 {
1465 "name": "Marco Pivetta",
1466 "email": "ocramius@gmail.com"
1467 }
1468 ],
1469 "description": "The Doctrine Persistence project is a set of shared interfaces and functionality that the different Doctrine object mappers share.",
1470 "homepage": "https://doctrine-project.org/projects/persistence.html",
1471 "keywords": [
1472 "mapper",
1473 "object",
1474 "odm",
1475 "orm",
1476 "persistence"
1477 ],
1478 "time": "2020-03-21T15:13:52+00:00"
1479 },
1480 {
1481 "name": "doctrine/reflection",
1482 "version": "1.2.1",
1483 "source": {
1484 "type": "git",
1485 "url": "https://github.com/doctrine/reflection.git",
1486 "reference": "55e71912dfcd824b2fdd16f2d9afe15684cfce79"
1487 },
1488 "dist": {
1489 "type": "zip",
1490 "url": "https://api.github.com/repos/doctrine/reflection/zipball/55e71912dfcd824b2fdd16f2d9afe15684cfce79",
1491 "reference": "55e71912dfcd824b2fdd16f2d9afe15684cfce79",
1492 "shasum": ""
1493 },
1494 "require": {
1495 "doctrine/annotations": "^1.0",
1496 "ext-tokenizer": "*",
1497 "php": "^7.1"
1498 },
1499 "conflict": {
1500 "doctrine/common": "<2.9"
1501 },
1502 "require-dev": {
1503 "doctrine/coding-standard": "^5.0",
1504 "doctrine/common": "^2.10",
1505 "phpstan/phpstan": "^0.11.0",
1506 "phpstan/phpstan-phpunit": "^0.11.0",
1507 "phpunit/phpunit": "^7.0"
1508 },
1509 "type": "library",
1510 "extra": {
1511 "branch-alias": {
1512 "dev-master": "1.2.x-dev"
1513 }
1514 },
1515 "autoload": {
1516 "psr-4": {
1517 "Doctrine\\Common\\": "lib/Doctrine/Common"
1518 }
1519 },
1520 "notification-url": "https://packagist.org/downloads/",
1521 "license": [
1522 "MIT"
1523 ],
1524 "authors": [
1525 {
1526 "name": "Guilherme Blanco",
1527 "email": "guilhermeblanco@gmail.com"
1528 },
1529 {
1530 "name": "Roman Borschel",
1531 "email": "roman@code-factory.org"
1532 },
1533 {
1534 "name": "Benjamin Eberlei",
1535 "email": "kontakt@beberlei.de"
1536 },
1537 {
1538 "name": "Jonathan Wage",
1539 "email": "jonwage@gmail.com"
1540 },
1541 {
1542 "name": "Johannes Schmitt",
1543 "email": "schmittjoh@gmail.com"
1544 },
1545 {
1546 "name": "Marco Pivetta",
1547 "email": "ocramius@gmail.com"
1548 }
1549 ],
1550 "description": "The Doctrine Reflection project is a simple library used by the various Doctrine projects which adds some additional functionality on top of the reflection functionality that comes with PHP. It allows you to get the reflection information about classes, methods and properties statically.",
1551 "homepage": "https://www.doctrine-project.org/projects/reflection.html",
1552 "keywords": [
1553 "reflection",
1554 "static"
1555 ],
1556 "time": "2020-03-27T11:06:43+00:00"
1557 },
1558 {
1559 "name": "egulias/email-validator",
1560 "version": "2.1.12",
1561 "source": {
1562 "type": "git",
1563 "url": "https://github.com/egulias/EmailValidator.git",
1564 "reference": "a6255605af39f2db7f5cb62e672bd8a7bad8d208"
1565 },
1566 "dist": {
1567 "type": "zip",
1568 "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/a6255605af39f2db7f5cb62e672bd8a7bad8d208",
1569 "reference": "a6255605af39f2db7f5cb62e672bd8a7bad8d208",
1570 "shasum": ""
1571 },
1572 "require": {
1573 "doctrine/lexer": "^1.0.1",
1574 "php": ">= 5.5"
1575 },
1576 "require-dev": {
1577 "dominicsayers/isemail": "dev-master",
1578 "phpunit/phpunit": "^4.8.35||^5.7||^6.0",
1579 "satooshi/php-coveralls": "^1.0.1",
1580 "symfony/phpunit-bridge": "^4.4@dev"
1581 },
1582 "suggest": {
1583 "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
1584 },
1585 "type": "library",
1586 "extra": {
1587 "branch-alias": {
1588 "dev-master": "2.1.x-dev"
1589 }
1590 },
1591 "autoload": {
1592 "psr-4": {
1593 "Egulias\\EmailValidator\\": "EmailValidator"
1594 }
1595 },
1596 "notification-url": "https://packagist.org/downloads/",
1597 "license": [
1598 "MIT"
1599 ],
1600 "authors": [
1601 {
1602 "name": "Eduardo Gulias Davis"
1603 }
1604 ],
1605 "description": "A library for validating emails against several RFCs",
1606 "homepage": "https://github.com/egulias/EmailValidator",
1607 "keywords": [
1608 "email",
1609 "emailvalidation",
1610 "emailvalidator",
1611 "validation",
1612 "validator"
1613 ],
1614 "time": "2019-12-20T12:49:39+00:00"
1615 },
1616 {
1617 "name": "electrolinux/php-html5lib",
1618 "version": "0.1.0",
1619 "source": {
1620 "type": "git",
1621 "url": "https://github.com/electrolinux/php-html5lib.git",
1622 "reference": "9f92154993c7ecb120d9f9c0e558660d32846721"
1623 },
1624 "dist": {
1625 "type": "zip",
1626 "url": "https://api.github.com/repos/electrolinux/php-html5lib/zipball/9f92154993c7ecb120d9f9c0e558660d32846721",
1627 "reference": "9f92154993c7ecb120d9f9c0e558660d32846721",
1628 "shasum": ""
1629 },
1630 "require": {
1631 "php": ">=5.3.2"
1632 },
1633 "type": "library",
1634 "autoload": {
1635 "psr-0": {
1636 "HTML5Lib": "src/",
1637 "HTML5Lib\\Tests": "tests/"
1638 }
1639 },
1640 "notification-url": "https://packagist.org/downloads/",
1641 "license": [
1642 "MIT"
1643 ],
1644 "authors": [
1645 {
1646 "name": "Multiple users",
1647 "homepage": "https://code.google.com/p/html5lib/",
1648 "role": "Original developers"
1649 },
1650 {
1651 "name": "Sébastien Lavoie",
1652 "homepage": "http://blog.lavoie.sl",
1653 "role": "Packager"
1654 },
1655 {
1656 "name": "didier Belot",
1657 "role": "Packager"
1658 }
1659 ],
1660 "description": "A PHP implementations of a HTML parser based on the WHATWG HTML5 specification.",
1661 "homepage": "https://github.com/electrolinux/php-html5lib",
1662 "keywords": [
1663 "HTML5",
1664 "php"
1665 ],
1666 "time": "2013-03-18T18:32:30+00:00"
1667 },
1668 {
1669 "name": "fig/link-util",
1670 "version": "1.1.0",
1671 "source": {
1672 "type": "git",
1673 "url": "https://github.com/php-fig/link-util.git",
1674 "reference": "47f55860678a9e202206047bc02767556d298106"
1675 },
1676 "dist": {
1677 "type": "zip",
1678 "url": "https://api.github.com/repos/php-fig/link-util/zipball/47f55860678a9e202206047bc02767556d298106",
1679 "reference": "47f55860678a9e202206047bc02767556d298106",
1680 "shasum": ""
1681 },
1682 "require": {
1683 "php": ">=5.5.0",
1684 "psr/link": "~1.0@dev"
1685 },
1686 "provide": {
1687 "psr/link-implementation": "1.0"
1688 },
1689 "require-dev": {
1690 "phpunit/phpunit": "^5.1",
1691 "squizlabs/php_codesniffer": "^2.3.1"
1692 },
1693 "type": "library",
1694 "extra": {
1695 "branch-alias": {
1696 "dev-master": "1.0.x-dev"
1697 }
1698 },
1699 "autoload": {
1700 "psr-4": {
1701 "Fig\\Link\\": "src/"
1702 }
1703 },
1704 "notification-url": "https://packagist.org/downloads/",
1705 "license": [
1706 "MIT"
1707 ],
1708 "authors": [
1709 {
1710 "name": "PHP-FIG",
1711 "homepage": "http://www.php-fig.org/"
1712 }
1713 ],
1714 "description": "Common utility implementations for HTTP links",
1715 "keywords": [
1716 "http",
1717 "http-link",
1718 "link",
1719 "psr",
1720 "psr-13",
1721 "rest"
1722 ],
1723 "time": "2019-12-18T15:40:05+00:00"
1724 },
1725 {
1726 "name": "fossar/htmlawed",
1727 "version": "1.2.7",
1728 "source": {
1729 "type": "git",
1730 "url": "https://github.com/fossar/HTMLawed.git",
1731 "reference": "4f7505e9622a96242923895c3008719b2c2283d3"
1732 },
1733 "dist": {
1734 "type": "zip",
1735 "url": "https://api.github.com/repos/fossar/HTMLawed/zipball/4f7505e9622a96242923895c3008719b2c2283d3",
1736 "reference": "4f7505e9622a96242923895c3008719b2c2283d3",
1737 "shasum": ""
1738 },
1739 "require": {
1740 "php": ">4.4.0"
1741 },
1742 "replace": {
1743 "htmlawed/htmlawed": "*"
1744 },
1745 "type": "library",
1746 "autoload": {
1747 "files": [
1748 "htmLawed.php"
1749 ]
1750 },
1751 "notification-url": "https://packagist.org/downloads/",
1752 "license": [
1753 "GPL-2.0+",
1754 "LGPL-3.0"
1755 ],
1756 "authors": [
1757 {
1758 "name": "Santosh Patnaik",
1759 "homepage": "http://www.bioinformatics.org/people/index.php?user_hash=558b661f92d0ff7b",
1760 "role": "Developer"
1761 }
1762 ],
1763 "description": "htmLawed - Process text with HTML markup to make it more compliant with HTML standards and administrative policies",
1764 "homepage": "http://www.bioinformatics.org/phplabware/internal_utilities/htmLawed/",
1765 "keywords": [
1766 "HTMLtidy",
1767 "html",
1768 "sanitize",
1769 "strip",
1770 "tags"
1771 ],
1772 "time": "2019-05-09T11:53:40+00:00"
1773 },
1774 {
1775 "name": "friendsofsymfony/jsrouting-bundle",
1776 "version": "2.5.4",
1777 "source": {
1778 "type": "git",
1779 "url": "https://github.com/FriendsOfSymfony/FOSJsRoutingBundle.git",
1780 "reference": "7dfd2165c1170a73e5929e70fb80ef57f5539869"
1781 },
1782 "dist": {
1783 "type": "zip",
1784 "url": "https://api.github.com/repos/FriendsOfSymfony/FOSJsRoutingBundle/zipball/7dfd2165c1170a73e5929e70fb80ef57f5539869",
1785 "reference": "7dfd2165c1170a73e5929e70fb80ef57f5539869",
1786 "shasum": ""
1787 },
1788 "require": {
1789 "php": "^7.1",
1790 "symfony/console": "~3.3|^4.0|^5.0",
1791 "symfony/framework-bundle": "~3.3|^4.0|^5.0",
1792 "symfony/serializer": "~3.3|^4.0|^5.0",
1793 "willdurand/jsonp-callback-validator": "~1.0"
1794 },
1795 "require-dev": {
1796 "symfony/expression-language": "~3.3|^4.0|^5.0",
1797 "symfony/phpunit-bridge": "^3.3|^4.0"
1798 },
1799 "type": "symfony-bundle",
1800 "extra": {
1801 "branch-alias": {
1802 "dev-master": "2.0-dev"
1803 }
1804 },
1805 "autoload": {
1806 "psr-4": {
1807 "FOS\\JsRoutingBundle\\": ""
1808 },
1809 "exclude-from-classmap": [
1810 "/Tests/"
1811 ]
1812 },
1813 "notification-url": "https://packagist.org/downloads/",
1814 "license": [
1815 "MIT"
1816 ],
1817 "authors": [
1818 {
1819 "name": "William Durand",
1820 "email": "will+git@drnd.me"
1821 },
1822 {
1823 "name": "FriendsOfSymfony Community",
1824 "homepage": "https://github.com/friendsofsymfony/FOSJsRoutingBundle/contributors"
1825 }
1826 ],
1827 "description": "A pretty nice way to expose your Symfony2 routing to client applications.",
1828 "homepage": "http://friendsofsymfony.github.com",
1829 "keywords": [
1830 "Js Routing",
1831 "javascript",
1832 "routing"
1833 ],
1834 "time": "2020-04-15T09:21:31+00:00"
1835 },
1836 {
1837 "name": "friendsofsymfony/oauth-server-bundle",
1838 "version": "1.6.2",
1839 "source": {
1840 "type": "git",
1841 "url": "https://github.com/FriendsOfSymfony/FOSOAuthServerBundle.git",
1842 "reference": "fcaa25cc49474bdb0db7894f880976fe76ffed23"
1843 },
1844 "dist": {
1845 "type": "zip",
1846 "url": "https://api.github.com/repos/FriendsOfSymfony/FOSOAuthServerBundle/zipball/fcaa25cc49474bdb0db7894f880976fe76ffed23",
1847 "reference": "fcaa25cc49474bdb0db7894f880976fe76ffed23",
1848 "shasum": ""
1849 },
1850 "require": {
1851 "friendsofsymfony/oauth2-php": "~1.1",
1852 "paragonie/random_compat": "^1|^2",
1853 "php": "^5.5|^7.0",
1854 "symfony/dependency-injection": "^2.8|~3.0|^4.0",
1855 "symfony/framework-bundle": "~2.8|~3.0|^4.0",
1856 "symfony/security-bundle": "~2.8|~3.0|^4.0"
1857 },
1858 "require-dev": {
1859 "doctrine/doctrine-bundle": "~1.0",
1860 "doctrine/mongodb-odm": "~1.0",
1861 "doctrine/orm": "~2.2",
1862 "phing/phing": "~2.4",
1863 "php-mock/php-mock-phpunit": "^1.1",
1864 "phpunit/phpunit": "~4.8|~5.0",
1865 "propel/propel1": "^1.6.5",
1866 "symfony/class-loader": "~2.8|~3.0|^4.0",
1867 "symfony/console": "~2.8|~3.0|^4.0",
1868 "symfony/form": "~2.8|~3.0|^4.0",
1869 "symfony/phpunit-bridge": "~2.8|~3.0|^4.0",
1870 "symfony/templating": "~2.8|~3.0|^4.0",
1871 "symfony/twig-bundle": "~2.8|~3.0|^4.0",
1872 "symfony/yaml": "~2.8|~3.0|^4.0",
1873 "willdurand/propel-typehintable-behavior": "^1.0.4"
1874 },
1875 "suggest": {
1876 "doctrine/doctrine-bundle": "*",
1877 "doctrine/mongodb-odm-bundle": "*",
1878 "propel/propel-bundle": "If you want to use Propel with Symfony2, then you will have to install the PropelBundle",
1879 "symfony/console": "Needed to be able to use commands",
1880 "symfony/form": "Needed to be able to use the AuthorizeFormType",
1881 "willdurand/propel-typehintable-behavior": "The Typehintable behavior is useful to add type hints on generated methods, to be compliant with interfaces"
1882 },
1883 "type": "symfony-bundle",
1884 "extra": {
1885 "branch-alias": {
1886 "dev-master": "1.5-dev"
1887 }
1888 },
1889 "autoload": {
1890 "psr-4": {
1891 "FOS\\OAuthServerBundle\\": ""
1892 },
1893 "exclude-from-classmap": [
1894 "/Tests/"
1895 ]
1896 },
1897 "notification-url": "https://packagist.org/downloads/",
1898 "license": [
1899 "MIT"
1900 ],
1901 "authors": [
1902 {
1903 "name": "Arnaud Le Blanc",
1904 "email": "arnaud.lb@gmail.com"
1905 },
1906 {
1907 "name": "FriendsOfSymfony Community",
1908 "homepage": "https://github.com/FriendsOfSymfony/FOSOAuthServerBundle/contributors"
1909 }
1910 ],
1911 "description": "Symfony2 OAuth Server Bundle",
1912 "homepage": "http://friendsofsymfony.github.com",
1913 "keywords": [
1914 "oauth",
1915 "oauth2",
1916 "server"
1917 ],
1918 "time": "2019-01-23T15:23:04+00:00"
1919 },
1920 {
1921 "name": "friendsofsymfony/oauth2-php",
1922 "version": "1.3.0",
1923 "source": {
1924 "type": "git",
1925 "url": "https://github.com/FriendsOfSymfony/oauth2-php.git",
1926 "reference": "606b8ea1c3c927c272ac1409116332ad5a2ed94c"
1927 },
1928 "dist": {
1929 "type": "zip",
1930 "url": "https://api.github.com/repos/FriendsOfSymfony/oauth2-php/zipball/606b8ea1c3c927c272ac1409116332ad5a2ed94c",
1931 "reference": "606b8ea1c3c927c272ac1409116332ad5a2ed94c",
1932 "shasum": ""
1933 },
1934 "require": {
1935 "php": "^5.5.9|^7.0.8|^7.1.3|^7.2.5",
1936 "symfony/http-foundation": "~3.0|~4.0|~5.0"
1937 },
1938 "require-dev": {
1939 "phpunit/phpunit": "^4.8 || ^5.0"
1940 },
1941 "type": "library",
1942 "extra": {
1943 "branch-alias": {
1944 "dev-master": "1.2.x-dev"
1945 }
1946 },
1947 "autoload": {
1948 "psr-4": {
1949 "OAuth2\\": "lib/"
1950 },
1951 "exclude-from-classmap": [
1952 "/tests/"
1953 ]
1954 },
1955 "notification-url": "https://packagist.org/downloads/",
1956 "license": [
1957 "MIT"
1958 ],
1959 "authors": [
1960 {
1961 "name": "Arnaud Le Blanc",
1962 "email": "arnaud.lb@gmail.com"
1963 },
1964 {
1965 "name": "FriendsOfSymfony Community",
1966 "homepage": "https://github.com/FriendsOfSymfony/oauth2-php/contributors"
1967 }
1968 ],
1969 "description": "OAuth2 library",
1970 "homepage": "https://github.com/FriendsOfSymfony/oauth2-php",
1971 "keywords": [
1972 "oauth",
1973 "oauth2"
1974 ],
1975 "time": "2020-03-03T22:14:46+00:00"
1976 },
1977 {
1978 "name": "friendsofsymfony/rest-bundle",
1979 "version": "2.7.4",
1980 "source": {
1981 "type": "git",
1982 "url": "https://github.com/FriendsOfSymfony/FOSRestBundle.git",
1983 "reference": "3d8501dbdfa48811ef942f5f93c358c80d5ad8eb"
1984 },
1985 "dist": {
1986 "type": "zip",
1987 "url": "https://api.github.com/repos/FriendsOfSymfony/FOSRestBundle/zipball/3d8501dbdfa48811ef942f5f93c358c80d5ad8eb",
1988 "reference": "3d8501dbdfa48811ef942f5f93c358c80d5ad8eb",
1989 "shasum": ""
1990 },
1991 "require": {
1992 "doctrine/inflector": "^1.0",
1993 "php": "^7.1",
1994 "psr/log": "^1.0",
1995 "symfony/config": "^3.4|^4.3",
1996 "symfony/debug": "^3.4|^4.3",
1997 "symfony/dependency-injection": "^3.4|^4.3",
1998 "symfony/event-dispatcher": "^3.4|^4.3",
1999 "symfony/finder": "^3.4|^4.3",
2000 "symfony/framework-bundle": "^3.4|^4.3",
2001 "symfony/http-foundation": "^3.4|^4.3",
2002 "symfony/http-kernel": "^3.4|^4.3",
2003 "symfony/routing": "^3.4|^4.3",
2004 "symfony/security-core": "^3.4|^4.3",
2005 "willdurand/jsonp-callback-validator": "^1.0",
2006 "willdurand/negotiation": "^2.0"
2007 },
2008 "conflict": {
2009 "jms/serializer": "<1.13.0",
2010 "jms/serializer-bundle": "<2.0.0",
2011 "sensio/framework-extra-bundle": "<3.0.13"
2012 },
2013 "require-dev": {
2014 "friendsofphp/php-cs-fixer": "^2.0",
2015 "jms/serializer": "^1.13|^2.0|^3.0",
2016 "jms/serializer-bundle": "^2.3.1|^3.0",
2017 "phpoption/phpoption": "^1.1",
2018 "psr/http-message": "^1.0",
2019 "sensio/framework-extra-bundle": "^3.0.13|^4.0|^5.0",
2020 "symfony/asset": "^3.4|^4.3",
2021 "symfony/browser-kit": "^3.4|^4.3",
2022 "symfony/css-selector": "^3.4|^4.3",
2023 "symfony/expression-language": "^3.4|^4.3",
2024 "symfony/form": "^3.4|^4.3",
2025 "symfony/phpunit-bridge": "^4.1.8",
2026 "symfony/security-bundle": "^3.4|^4.3",
2027 "symfony/serializer": "^3.4|^4.3",
2028 "symfony/templating": "^3.4|^4.3",
2029 "symfony/twig-bundle": "^3.4|^4.3",
2030 "symfony/validator": "^3.4|^4.3",
2031 "symfony/web-profiler-bundle": "^3.4|^4.3",
2032 "symfony/yaml": "^3.4|^4.3"
2033 },
2034 "suggest": {
2035 "jms/serializer-bundle": "Add support for advanced serialization capabilities, recommended, requires ^2.0|^3.0",
2036 "sensio/framework-extra-bundle": "Add support for the request body converter and the view response listener, requires ^3.0",
2037 "symfony/expression-language": "Add support for using the expression language in the routing, requires ^2.7|^3.0",
2038 "symfony/serializer": "Add support for basic serialization capabilities and xml decoding, requires ^2.7|^3.0",
2039 "symfony/validator": "Add support for validation capabilities in the ParamFetcher, requires ^2.7|^3.0"
2040 },
2041 "type": "symfony-bundle",
2042 "extra": {
2043 "branch-alias": {
2044 "dev-master": "2.7-dev"
2045 }
2046 },
2047 "autoload": {
2048 "psr-4": {
2049 "FOS\\RestBundle\\": ""
2050 },
2051 "exclude-from-classmap": [
2052 "Resources/",
2053 "Tests/"
2054 ]
2055 },
2056 "notification-url": "https://packagist.org/downloads/",
2057 "license": [
2058 "MIT"
2059 ],
2060 "authors": [
2061 {
2062 "name": "Lukas Kahwe Smith",
2063 "email": "smith@pooteeweet.org"
2064 },
2065 {
2066 "name": "Konstantin Kudryashov",
2067 "email": "ever.zet@gmail.com"
2068 },
2069 {
2070 "name": "FriendsOfSymfony Community",
2071 "homepage": "https://github.com/friendsofsymfony/FOSRestBundle/contributors"
2072 }
2073 ],
2074 "description": "This Bundle provides various tools to rapidly develop RESTful API's with Symfony",
2075 "homepage": "http://friendsofsymfony.github.com",
2076 "keywords": [
2077 "rest"
2078 ],
2079 "time": "2020-04-23T17:34:09+00:00"
2080 },
2081 {
2082 "name": "friendsofsymfony/user-bundle",
2083 "version": "v2.0.2",
2084 "source": {
2085 "type": "git",
2086 "url": "https://github.com/FriendsOfSymfony/FOSUserBundle.git",
2087 "reference": "2fc8a023d7ab482321cf7ec810ed49eab40eb50f"
2088 },
2089 "dist": {
2090 "type": "zip",
2091 "url": "https://api.github.com/repos/FriendsOfSymfony/FOSUserBundle/zipball/2fc8a023d7ab482321cf7ec810ed49eab40eb50f",
2092 "reference": "2fc8a023d7ab482321cf7ec810ed49eab40eb50f",
2093 "shasum": ""
2094 },
2095 "require": {
2096 "paragonie/random_compat": "^1 || ^2",
2097 "php": "^5.5.9 || ^7.0",
2098 "symfony/form": "^2.7 || ^3.0",
2099 "symfony/framework-bundle": "^2.7 || ^3.0",
2100 "symfony/security-bundle": "^2.7 || ^3.0",
2101 "symfony/templating": "^2.7 || ^3.0",
2102 "symfony/twig-bundle": "^2.7 || ^3.0",
2103 "twig/twig": "^1.28 || ^2.0"
2104 },
2105 "conflict": {
2106 "doctrine/doctrine-bundle": "<1.3",
2107 "symfony/doctrine-bridge": "<2.7"
2108 },
2109 "require-dev": {
2110 "doctrine/doctrine-bundle": "^1.3",
2111 "friendsofphp/php-cs-fixer": "^1.11",
2112 "phpunit/phpunit": "~4.8|~5.0",
2113 "swiftmailer/swiftmailer": "^4.3 || ^5.0 || ^6.0",
2114 "symfony/console": "^2.7 || ^3.0",
2115 "symfony/phpunit-bridge": "^2.7 || ^3.0",
2116 "symfony/validator": "^2.7 || ^3.0",
2117 "symfony/yaml": "^2.7 || ^3.0"
2118 },
2119 "type": "symfony-bundle",
2120 "extra": {
2121 "branch-alias": {
2122 "dev-master": "2.0.x-dev"
2123 }
2124 },
2125 "autoload": {
2126 "psr-4": {
2127 "FOS\\UserBundle\\": ""
2128 },
2129 "exclude-from-classmap": [
2130 "/Tests/"
2131 ]
2132 },
2133 "notification-url": "https://packagist.org/downloads/",
2134 "license": [
2135 "MIT"
2136 ],
2137 "authors": [
2138 {
2139 "name": "Christophe Coevoet",
2140 "email": "stof@notk.org"
2141 },
2142 {
2143 "name": "FriendsOfSymfony Community",
2144 "homepage": "https://github.com/friendsofsymfony/FOSUserBundle/contributors"
2145 },
2146 {
2147 "name": "Thibault Duplessis",
2148 "email": "thibault.duplessis@gmail.com"
2149 }
2150 ],
2151 "description": "Symfony FOSUserBundle",
2152 "homepage": "http://friendsofsymfony.github.com",
2153 "keywords": [
2154 "User management"
2155 ],
2156 "time": "2017-11-29T17:01:21+00:00"
2157 },
2158 {
2159 "name": "gedmo/doctrine-extensions",
2160 "version": "v2.4.38",
2161 "source": {
2162 "type": "git",
2163 "url": "https://github.com/Atlantic18/DoctrineExtensions.git",
2164 "reference": "81681364331b131518060e4776300a5346df1eb5"
2165 },
2166 "dist": {
2167 "type": "zip",
2168 "url": "https://api.github.com/repos/Atlantic18/DoctrineExtensions/zipball/81681364331b131518060e4776300a5346df1eb5",
2169 "reference": "81681364331b131518060e4776300a5346df1eb5",
2170 "shasum": ""
2171 },
2172 "require": {
2173 "behat/transliterator": "~1.2",
2174 "doctrine/common": "~2.4",
2175 "php": ">=5.3.2"
2176 },
2177 "conflict": {
2178 "doctrine/annotations": "<1.2",
2179 "doctrine/mongodb-odm": ">=2.0"
2180 },
2181 "require-dev": {
2182 "doctrine/common": ">=2.5.0",
2183 "doctrine/mongodb-odm": ">=1.0.2 <2.0",
2184 "doctrine/orm": ">=2.5.0",
2185 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5",
2186 "symfony/yaml": "~2.6 || ~3.0 || ~4.0"
2187 },
2188 "suggest": {
2189 "doctrine/mongodb-odm": "to use the extensions with the MongoDB ODM",
2190 "doctrine/orm": "to use the extensions with the ORM"
2191 },
2192 "type": "library",
2193 "extra": {
2194 "branch-alias": {
2195 "dev-master": "2.4.x-dev"
2196 }
2197 },
2198 "autoload": {
2199 "psr-4": {
2200 "Gedmo\\": "lib/Gedmo"
2201 }
2202 },
2203 "notification-url": "https://packagist.org/downloads/",
2204 "license": [
2205 "MIT"
2206 ],
2207 "authors": [
2208 {
2209 "name": "Gediminas Morkevicius",
2210 "email": "gediminas.morkevicius@gmail.com"
2211 },
2212 {
2213 "name": "Gustavo Falco",
2214 "email": "comfortablynumb84@gmail.com"
2215 },
2216 {
2217 "name": "David Buchmann",
2218 "email": "david@liip.ch"
2219 }
2220 ],
2221 "description": "Doctrine2 behavioral extensions",
2222 "homepage": "http://gediminasm.org/",
2223 "keywords": [
2224 "Blameable",
2225 "behaviors",
2226 "doctrine2",
2227 "extensions",
2228 "gedmo",
2229 "loggable",
2230 "nestedset",
2231 "sluggable",
2232 "sortable",
2233 "timestampable",
2234 "translatable",
2235 "tree",
2236 "uploadable"
2237 ],
2238 "time": "2019-11-08T22:33:07+00:00"
2239 },
2240 {
2241 "name": "grandt/binstring",
2242 "version": "1.0.0",
2243 "source": {
2244 "type": "git",
2245 "url": "https://github.com/Grandt/PHPBinString.git",
2246 "reference": "825fe2ac8a68190f651fc2dbc07b6edde18bc431"
2247 },
2248 "dist": {
2249 "type": "zip",
2250 "url": "https://api.github.com/repos/Grandt/PHPBinString/zipball/825fe2ac8a68190f651fc2dbc07b6edde18bc431",
2251 "reference": "825fe2ac8a68190f651fc2dbc07b6edde18bc431",
2252 "shasum": ""
2253 },
2254 "require": {
2255 "php": ">=5.0"
2256 },
2257 "type": "library",
2258 "autoload": {
2259 "classmap": [
2260 "BinString.php",
2261 "BinStringStatic.php"
2262 ]
2263 },
2264 "notification-url": "https://packagist.org/downloads/",
2265 "license": [
2266 "LGPL-2.1"
2267 ],
2268 "authors": [
2269 {
2270 "name": "A. Grandt",
2271 "email": "php@grandt.com",
2272 "role": "Developer"
2273 }
2274 ],
2275 "description": "A class for working around the use of mbstring.func_override",
2276 "homepage": "https://github.com/Grandt/PHPBinString",
2277 "keywords": [
2278 "binary strings",
2279 "mbstring"
2280 ],
2281 "time": "2015-08-13T06:14:41+00:00"
2282 },
2283 {
2284 "name": "grandt/phpresizegif",
2285 "version": "1.0.3",
2286 "source": {
2287 "type": "git",
2288 "url": "https://github.com/Grandt/PHPResizeGif.git",
2289 "reference": "775f6810fcda2fd1d8ca881d44a80c8d310ae7fe"
2290 },
2291 "dist": {
2292 "type": "zip",
2293 "url": "https://api.github.com/repos/Grandt/PHPResizeGif/zipball/775f6810fcda2fd1d8ca881d44a80c8d310ae7fe",
2294 "reference": "775f6810fcda2fd1d8ca881d44a80c8d310ae7fe",
2295 "shasum": ""
2296 },
2297 "require": {
2298 "grandt/binstring": ">=0.2.0",
2299 "php": ">=5.3.0"
2300 },
2301 "type": "library",
2302 "autoload": {
2303 "psr-4": {
2304 "grandt\\ResizeGif\\": "src/ResizeGif",
2305 "grandt\\ResizeGif\\Files\\": "src/ResizeGif/Files",
2306 "grandt\\ResizeGif\\Structure\\": "src/ResizeGif/Structure",
2307 "grandt\\ResizeGif\\Debug\\": "src/ResizeGif/Debug"
2308 }
2309 },
2310 "notification-url": "https://packagist.org/downloads/",
2311 "license": [
2312 "LGPL-2.1"
2313 ],
2314 "authors": [
2315 {
2316 "name": "A. Grandt",
2317 "email": "php@grandt.com",
2318 "homepage": "http://grandt.com",
2319 "role": "Developer"
2320 }
2321 ],
2322 "description": "GIF89a compliant Gif resizer, including transparency and optimized gifs with sub sized elements.",
2323 "homepage": "https://github.com/Grandt/PHPResizeGif",
2324 "keywords": [
2325 "GIF89a",
2326 "animated gif",
2327 "gif",
2328 "resize"
2329 ],
2330 "time": "2015-05-10T10:52:24+00:00"
2331 },
2332 {
2333 "name": "grandt/phpzipmerge",
2334 "version": "1.0.4",
2335 "source": {
2336 "type": "git",
2337 "url": "https://github.com/Grandt/PHPZipMerge.git",
2338 "reference": "0b1273d3c2dbfe244904158b1dbd65a663264fb9"
2339 },
2340 "dist": {
2341 "type": "zip",
2342 "url": "https://api.github.com/repos/Grandt/PHPZipMerge/zipball/0b1273d3c2dbfe244904158b1dbd65a663264fb9",
2343 "reference": "0b1273d3c2dbfe244904158b1dbd65a663264fb9",
2344 "shasum": ""
2345 },
2346 "require": {
2347 "grandt/binstring": ">=1.0.0",
2348 "grandt/relativepath": ">=1.0.1",
2349 "php": ">=5.3.0"
2350 },
2351 "type": "library",
2352 "autoload": {
2353 "psr-4": {
2354 "ZipMerge\\": "src/ZipMerge"
2355 }
2356 },
2357 "notification-url": "https://packagist.org/downloads/",
2358 "license": [
2359 "LGPL-2.1"
2360 ],
2361 "authors": [
2362 {
2363 "name": "A. Grandt",
2364 "email": "php@grandt.com",
2365 "homepage": "http://grandt.com",
2366 "role": "Developer"
2367 },
2368 {
2369 "name": "Greg Kappatos",
2370 "homepage": "http://websiteconnect.com.au",
2371 "role": "Developer"
2372 }
2373 ],
2374 "description": "Merge and stream multiple Zip files on the fly.",
2375 "homepage": "https://github.com/Grandt/PHPZipMerge",
2376 "keywords": [
2377 "archive",
2378 "compressed",
2379 "compression",
2380 "merge",
2381 "phpzip",
2382 "pkzip",
2383 "stream",
2384 "zip"
2385 ],
2386 "time": "2015-08-18T13:49:33+00:00"
2387 },
2388 {
2389 "name": "grandt/relativepath",
2390 "version": "1.0.2",
2391 "source": {
2392 "type": "git",
2393 "url": "https://github.com/Grandt/PHPRelativePath.git",
2394 "reference": "19541133c24143b6295688472c54dd6ed15a5462"
2395 },
2396 "dist": {
2397 "type": "zip",
2398 "url": "https://api.github.com/repos/Grandt/PHPRelativePath/zipball/19541133c24143b6295688472c54dd6ed15a5462",
2399 "reference": "19541133c24143b6295688472c54dd6ed15a5462",
2400 "shasum": ""
2401 },
2402 "require": {
2403 "php": ">=5.0"
2404 },
2405 "type": "library",
2406 "autoload": {
2407 "classmap": [
2408 "RelativePath.php"
2409 ]
2410 },
2411 "notification-url": "https://packagist.org/downloads/",
2412 "license": [
2413 "LGPL-2.1"
2414 ],
2415 "authors": [
2416 {
2417 "name": "A. Grandt",
2418 "email": "php@grandt.com",
2419 "role": "Developer"
2420 }
2421 ],
2422 "description": "A class for cleaning up/collapsing relative paths. Like real_path, but without the need for the path to exist on the filesystem.",
2423 "homepage": "https://github.com/Grandt/PHPRelativePath",
2424 "keywords": [
2425 "file path"
2426 ],
2427 "time": "2015-05-14T08:18:23+00:00"
2428 },
2429 {
2430 "name": "guzzlehttp/guzzle",
2431 "version": "5.3.4",
2432 "source": {
2433 "type": "git",
2434 "url": "https://github.com/guzzle/guzzle.git",
2435 "reference": "b87eda7a7162f95574032da17e9323c9899cb6b2"
2436 },
2437 "dist": {
2438 "type": "zip",
2439 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/b87eda7a7162f95574032da17e9323c9899cb6b2",
2440 "reference": "b87eda7a7162f95574032da17e9323c9899cb6b2",
2441 "shasum": ""
2442 },
2443 "require": {
2444 "guzzlehttp/ringphp": "^1.1",
2445 "php": ">=5.4.0",
2446 "react/promise": "^2.2"
2447 },
2448 "require-dev": {
2449 "ext-curl": "*",
2450 "phpunit/phpunit": "^4.0"
2451 },
2452 "type": "library",
2453 "autoload": {
2454 "psr-4": {
2455 "GuzzleHttp\\": "src/"
2456 }
2457 },
2458 "notification-url": "https://packagist.org/downloads/",
2459 "license": [
2460 "MIT"
2461 ],
2462 "authors": [
2463 {
2464 "name": "Michael Dowling",
2465 "email": "mtdowling@gmail.com",
2466 "homepage": "https://github.com/mtdowling"
2467 }
2468 ],
2469 "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients",
2470 "homepage": "http://guzzlephp.org/",
2471 "keywords": [
2472 "client",
2473 "curl",
2474 "framework",
2475 "http",
2476 "http client",
2477 "rest",
2478 "web service"
2479 ],
2480 "time": "2019-10-30T09:32:00+00:00"
2481 },
2482 {
2483 "name": "guzzlehttp/promises",
2484 "version": "v1.3.1",
2485 "source": {
2486 "type": "git",
2487 "url": "https://github.com/guzzle/promises.git",
2488 "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
2489 },
2490 "dist": {
2491 "type": "zip",
2492 "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
2493 "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
2494 "shasum": ""
2495 },
2496 "require": {
2497 "php": ">=5.5.0"
2498 },
2499 "require-dev": {
2500 "phpunit/phpunit": "^4.0"
2501 },
2502 "type": "library",
2503 "extra": {
2504 "branch-alias": {
2505 "dev-master": "1.4-dev"
2506 }
2507 },
2508 "autoload": {
2509 "psr-4": {
2510 "GuzzleHttp\\Promise\\": "src/"
2511 },
2512 "files": [
2513 "src/functions_include.php"
2514 ]
2515 },
2516 "notification-url": "https://packagist.org/downloads/",
2517 "license": [
2518 "MIT"
2519 ],
2520 "authors": [
2521 {
2522 "name": "Michael Dowling",
2523 "email": "mtdowling@gmail.com",
2524 "homepage": "https://github.com/mtdowling"
2525 }
2526 ],
2527 "description": "Guzzle promises library",
2528 "keywords": [
2529 "promise"
2530 ],
2531 "time": "2016-12-20T10:07:11+00:00"
2532 },
2533 {
2534 "name": "guzzlehttp/psr7",
2535 "version": "1.6.1",
2536 "source": {
2537 "type": "git",
2538 "url": "https://github.com/guzzle/psr7.git",
2539 "reference": "239400de7a173fe9901b9ac7c06497751f00727a"
2540 },
2541 "dist": {
2542 "type": "zip",
2543 "url": "https://api.github.com/repos/guzzle/psr7/zipball/239400de7a173fe9901b9ac7c06497751f00727a",
2544 "reference": "239400de7a173fe9901b9ac7c06497751f00727a",
2545 "shasum": ""
2546 },
2547 "require": {
2548 "php": ">=5.4.0",
2549 "psr/http-message": "~1.0",
2550 "ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
2551 },
2552 "provide": {
2553 "psr/http-message-implementation": "1.0"
2554 },
2555 "require-dev": {
2556 "ext-zlib": "*",
2557 "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8"
2558 },
2559 "suggest": {
2560 "zendframework/zend-httphandlerrunner": "Emit PSR-7 responses"
2561 },
2562 "type": "library",
2563 "extra": {
2564 "branch-alias": {
2565 "dev-master": "1.6-dev"
2566 }
2567 },
2568 "autoload": {
2569 "psr-4": {
2570 "GuzzleHttp\\Psr7\\": "src/"
2571 },
2572 "files": [
2573 "src/functions_include.php"
2574 ]
2575 },
2576 "notification-url": "https://packagist.org/downloads/",
2577 "license": [
2578 "MIT"
2579 ],
2580 "authors": [
2581 {
2582 "name": "Michael Dowling",
2583 "email": "mtdowling@gmail.com",
2584 "homepage": "https://github.com/mtdowling"
2585 },
2586 {
2587 "name": "Tobias Schultze",
2588 "homepage": "https://github.com/Tobion"
2589 }
2590 ],
2591 "description": "PSR-7 message implementation that also provides common utility methods",
2592 "keywords": [
2593 "http",
2594 "message",
2595 "psr-7",
2596 "request",
2597 "response",
2598 "stream",
2599 "uri",
2600 "url"
2601 ],
2602 "time": "2019-07-01T23:21:34+00:00"
2603 },
2604 {
2605 "name": "guzzlehttp/ringphp",
2606 "version": "1.1.1",
2607 "source": {
2608 "type": "git",
2609 "url": "https://github.com/guzzle/RingPHP.git",
2610 "reference": "5e2a174052995663dd68e6b5ad838afd47dd615b"
2611 },
2612 "dist": {
2613 "type": "zip",
2614 "url": "https://api.github.com/repos/guzzle/RingPHP/zipball/5e2a174052995663dd68e6b5ad838afd47dd615b",
2615 "reference": "5e2a174052995663dd68e6b5ad838afd47dd615b",
2616 "shasum": ""
2617 },
2618 "require": {
2619 "guzzlehttp/streams": "~3.0",
2620 "php": ">=5.4.0",
2621 "react/promise": "~2.0"
2622 },
2623 "require-dev": {
2624 "ext-curl": "*",
2625 "phpunit/phpunit": "~4.0"
2626 },
2627 "suggest": {
2628 "ext-curl": "Guzzle will use specific adapters if cURL is present"
2629 },
2630 "type": "library",
2631 "extra": {
2632 "branch-alias": {
2633 "dev-master": "1.1-dev"
2634 }
2635 },
2636 "autoload": {
2637 "psr-4": {
2638 "GuzzleHttp\\Ring\\": "src/"
2639 }
2640 },
2641 "notification-url": "https://packagist.org/downloads/",
2642 "license": [
2643 "MIT"
2644 ],
2645 "authors": [
2646 {
2647 "name": "Michael Dowling",
2648 "email": "mtdowling@gmail.com",
2649 "homepage": "https://github.com/mtdowling"
2650 }
2651 ],
2652 "description": "Provides a simple API and specification that abstracts away the details of HTTP into a single PHP function.",
2653 "abandoned": true,
2654 "time": "2018-07-31T13:22:33+00:00"
2655 },
2656 {
2657 "name": "guzzlehttp/streams",
2658 "version": "3.0.0",
2659 "source": {
2660 "type": "git",
2661 "url": "https://github.com/guzzle/streams.git",
2662 "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5"
2663 },
2664 "dist": {
2665 "type": "zip",
2666 "url": "https://api.github.com/repos/guzzle/streams/zipball/47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
2667 "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
2668 "shasum": ""
2669 },
2670 "require": {
2671 "php": ">=5.4.0"
2672 },
2673 "require-dev": {
2674 "phpunit/phpunit": "~4.0"
2675 },
2676 "type": "library",
2677 "extra": {
2678 "branch-alias": {
2679 "dev-master": "3.0-dev"
2680 }
2681 },
2682 "autoload": {
2683 "psr-4": {
2684 "GuzzleHttp\\Stream\\": "src/"
2685 }
2686 },
2687 "notification-url": "https://packagist.org/downloads/",
2688 "license": [
2689 "MIT"
2690 ],
2691 "authors": [
2692 {
2693 "name": "Michael Dowling",
2694 "email": "mtdowling@gmail.com",
2695 "homepage": "https://github.com/mtdowling"
2696 }
2697 ],
2698 "description": "Provides a simple abstraction over streams of data",
2699 "homepage": "http://guzzlephp.org/",
2700 "keywords": [
2701 "Guzzle",
2702 "stream"
2703 ],
2704 "abandoned": true,
2705 "time": "2014-10-12T19:18:40+00:00"
2706 },
2707 {
2708 "name": "hoa/compiler",
2709 "version": "3.17.08.08",
2710 "source": {
2711 "type": "git",
2712 "url": "https://github.com/hoaproject/Compiler.git",
2713 "reference": "aa09caf0bf28adae6654ca6ee415ee2f522672de"
2714 },
2715 "dist": {
2716 "type": "zip",
2717 "url": "https://api.github.com/repos/hoaproject/Compiler/zipball/aa09caf0bf28adae6654ca6ee415ee2f522672de",
2718 "reference": "aa09caf0bf28adae6654ca6ee415ee2f522672de",
2719 "shasum": ""
2720 },
2721 "require": {
2722 "hoa/consistency": "~1.0",
2723 "hoa/exception": "~1.0",
2724 "hoa/file": "~1.0",
2725 "hoa/iterator": "~2.0",
2726 "hoa/math": "~1.0",
2727 "hoa/protocol": "~1.0",
2728 "hoa/regex": "~1.0",
2729 "hoa/visitor": "~2.0"
2730 },
2731 "require-dev": {
2732 "hoa/json": "~2.0",
2733 "hoa/test": "~2.0"
2734 },
2735 "type": "library",
2736 "extra": {
2737 "branch-alias": {
2738 "dev-master": "3.x-dev"
2739 }
2740 },
2741 "autoload": {
2742 "psr-4": {
2743 "Hoa\\Compiler\\": "."
2744 }
2745 },
2746 "notification-url": "https://packagist.org/downloads/",
2747 "license": [
2748 "BSD-3-Clause"
2749 ],
2750 "authors": [
2751 {
2752 "name": "Ivan Enderlin",
2753 "email": "ivan.enderlin@hoa-project.net"
2754 },
2755 {
2756 "name": "Hoa community",
2757 "homepage": "https://hoa-project.net/"
2758 }
2759 ],
2760 "description": "The Hoa\\Compiler library.",
2761 "homepage": "https://hoa-project.net/",
2762 "keywords": [
2763 "algebraic",
2764 "ast",
2765 "compiler",
2766 "context-free",
2767 "coverage",
2768 "exhaustive",
2769 "grammar",
2770 "isotropic",
2771 "language",
2772 "lexer",
2773 "library",
2774 "ll1",
2775 "llk",
2776 "parser",
2777 "pp",
2778 "random",
2779 "regular",
2780 "rule",
2781 "sampler",
2782 "syntax",
2783 "token",
2784 "trace",
2785 "uniform"
2786 ],
2787 "time": "2017-08-08T07:44:07+00:00"
2788 },
2789 {
2790 "name": "hoa/consistency",
2791 "version": "1.17.05.02",
2792 "source": {
2793 "type": "git",
2794 "url": "https://github.com/hoaproject/Consistency.git",
2795 "reference": "fd7d0adc82410507f332516faf655b6ed22e4c2f"
2796 },
2797 "dist": {
2798 "type": "zip",
2799 "url": "https://api.github.com/repos/hoaproject/Consistency/zipball/fd7d0adc82410507f332516faf655b6ed22e4c2f",
2800 "reference": "fd7d0adc82410507f332516faf655b6ed22e4c2f",
2801 "shasum": ""
2802 },
2803 "require": {
2804 "hoa/exception": "~1.0",
2805 "php": ">=5.5.0"
2806 },
2807 "require-dev": {
2808 "hoa/stream": "~1.0",
2809 "hoa/test": "~2.0"
2810 },
2811 "type": "library",
2812 "extra": {
2813 "branch-alias": {
2814 "dev-master": "1.x-dev"
2815 }
2816 },
2817 "autoload": {
2818 "psr-4": {
2819 "Hoa\\Consistency\\": "."
2820 },
2821 "files": [
2822 "Prelude.php"
2823 ]
2824 },
2825 "notification-url": "https://packagist.org/downloads/",
2826 "license": [
2827 "BSD-3-Clause"
2828 ],
2829 "authors": [
2830 {
2831 "name": "Ivan Enderlin",
2832 "email": "ivan.enderlin@hoa-project.net"
2833 },
2834 {
2835 "name": "Hoa community",
2836 "homepage": "https://hoa-project.net/"
2837 }
2838 ],
2839 "description": "The Hoa\\Consistency library.",
2840 "homepage": "https://hoa-project.net/",
2841 "keywords": [
2842 "autoloader",
2843 "callable",
2844 "consistency",
2845 "entity",
2846 "flex",
2847 "keyword",
2848 "library"
2849 ],
2850 "time": "2017-05-02T12:18:12+00:00"
2851 },
2852 {
2853 "name": "hoa/event",
2854 "version": "1.17.01.13",
2855 "source": {
2856 "type": "git",
2857 "url": "https://github.com/hoaproject/Event.git",
2858 "reference": "6c0060dced212ffa3af0e34bb46624f990b29c54"
2859 },
2860 "dist": {
2861 "type": "zip",
2862 "url": "https://api.github.com/repos/hoaproject/Event/zipball/6c0060dced212ffa3af0e34bb46624f990b29c54",
2863 "reference": "6c0060dced212ffa3af0e34bb46624f990b29c54",
2864 "shasum": ""
2865 },
2866 "require": {
2867 "hoa/consistency": "~1.0",
2868 "hoa/exception": "~1.0"
2869 },
2870 "require-dev": {
2871 "hoa/test": "~2.0"
2872 },
2873 "type": "library",
2874 "extra": {
2875 "branch-alias": {
2876 "dev-master": "1.x-dev"
2877 }
2878 },
2879 "autoload": {
2880 "psr-4": {
2881 "Hoa\\Event\\": "."
2882 }
2883 },
2884 "notification-url": "https://packagist.org/downloads/",
2885 "license": [
2886 "BSD-3-Clause"
2887 ],
2888 "authors": [
2889 {
2890 "name": "Ivan Enderlin",
2891 "email": "ivan.enderlin@hoa-project.net"
2892 },
2893 {
2894 "name": "Hoa community",
2895 "homepage": "https://hoa-project.net/"
2896 }
2897 ],
2898 "description": "The Hoa\\Event library.",
2899 "homepage": "https://hoa-project.net/",
2900 "keywords": [
2901 "event",
2902 "library",
2903 "listener",
2904 "observer"
2905 ],
2906 "time": "2017-01-13T15:30:50+00:00"
2907 },
2908 {
2909 "name": "hoa/exception",
2910 "version": "1.17.01.16",
2911 "source": {
2912 "type": "git",
2913 "url": "https://github.com/hoaproject/Exception.git",
2914 "reference": "091727d46420a3d7468ef0595651488bfc3a458f"
2915 },
2916 "dist": {
2917 "type": "zip",
2918 "url": "https://api.github.com/repos/hoaproject/Exception/zipball/091727d46420a3d7468ef0595651488bfc3a458f",
2919 "reference": "091727d46420a3d7468ef0595651488bfc3a458f",
2920 "shasum": ""
2921 },
2922 "require": {
2923 "hoa/consistency": "~1.0",
2924 "hoa/event": "~1.0"
2925 },
2926 "require-dev": {
2927 "hoa/test": "~2.0"
2928 },
2929 "type": "library",
2930 "extra": {
2931 "branch-alias": {
2932 "dev-master": "1.x-dev"
2933 }
2934 },
2935 "autoload": {
2936 "psr-4": {
2937 "Hoa\\Exception\\": "."
2938 }
2939 },
2940 "notification-url": "https://packagist.org/downloads/",
2941 "license": [
2942 "BSD-3-Clause"
2943 ],
2944 "authors": [
2945 {
2946 "name": "Ivan Enderlin",
2947 "email": "ivan.enderlin@hoa-project.net"
2948 },
2949 {
2950 "name": "Hoa community",
2951 "homepage": "https://hoa-project.net/"
2952 }
2953 ],
2954 "description": "The Hoa\\Exception library.",
2955 "homepage": "https://hoa-project.net/",
2956 "keywords": [
2957 "exception",
2958 "library"
2959 ],
2960 "time": "2017-01-16T07:53:27+00:00"
2961 },
2962 {
2963 "name": "hoa/file",
2964 "version": "1.17.07.11",
2965 "source": {
2966 "type": "git",
2967 "url": "https://github.com/hoaproject/File.git",
2968 "reference": "35cb979b779bc54918d2f9a4e02ed6c7a1fa67ca"
2969 },
2970 "dist": {
2971 "type": "zip",
2972 "url": "https://api.github.com/repos/hoaproject/File/zipball/35cb979b779bc54918d2f9a4e02ed6c7a1fa67ca",
2973 "reference": "35cb979b779bc54918d2f9a4e02ed6c7a1fa67ca",
2974 "shasum": ""
2975 },
2976 "require": {
2977 "hoa/consistency": "~1.0",
2978 "hoa/event": "~1.0",
2979 "hoa/exception": "~1.0",
2980 "hoa/iterator": "~2.0",
2981 "hoa/stream": "~1.0"
2982 },
2983 "require-dev": {
2984 "hoa/test": "~2.0"
2985 },
2986 "type": "library",
2987 "extra": {
2988 "branch-alias": {
2989 "dev-master": "1.x-dev"
2990 }
2991 },
2992 "autoload": {
2993 "psr-4": {
2994 "Hoa\\File\\": "."
2995 }
2996 },
2997 "notification-url": "https://packagist.org/downloads/",
2998 "license": [
2999 "BSD-3-Clause"
3000 ],
3001 "authors": [
3002 {
3003 "name": "Ivan Enderlin",
3004 "email": "ivan.enderlin@hoa-project.net"
3005 },
3006 {
3007 "name": "Hoa community",
3008 "homepage": "https://hoa-project.net/"
3009 }
3010 ],
3011 "description": "The Hoa\\File library.",
3012 "homepage": "https://hoa-project.net/",
3013 "keywords": [
3014 "Socket",
3015 "directory",
3016 "file",
3017 "finder",
3018 "library",
3019 "link",
3020 "temporary"
3021 ],
3022 "time": "2017-07-11T07:42:15+00:00"
3023 },
3024 {
3025 "name": "hoa/iterator",
3026 "version": "2.17.01.10",
3027 "source": {
3028 "type": "git",
3029 "url": "https://github.com/hoaproject/Iterator.git",
3030 "reference": "d1120ba09cb4ccd049c86d10058ab94af245f0cc"
3031 },
3032 "dist": {
3033 "type": "zip",
3034 "url": "https://api.github.com/repos/hoaproject/Iterator/zipball/d1120ba09cb4ccd049c86d10058ab94af245f0cc",
3035 "reference": "d1120ba09cb4ccd049c86d10058ab94af245f0cc",
3036 "shasum": ""
3037 },
3038 "require": {
3039 "hoa/consistency": "~1.0",
3040 "hoa/exception": "~1.0"
3041 },
3042 "require-dev": {
3043 "hoa/test": "~2.0"
3044 },
3045 "type": "library",
3046 "extra": {
3047 "branch-alias": {
3048 "dev-master": "2.x-dev"
3049 }
3050 },
3051 "autoload": {
3052 "psr-4": {
3053 "Hoa\\Iterator\\": "."
3054 }
3055 },
3056 "notification-url": "https://packagist.org/downloads/",
3057 "license": [
3058 "BSD-3-Clause"
3059 ],
3060 "authors": [
3061 {
3062 "name": "Ivan Enderlin",
3063 "email": "ivan.enderlin@hoa-project.net"
3064 },
3065 {
3066 "name": "Hoa community",
3067 "homepage": "https://hoa-project.net/"
3068 }
3069 ],
3070 "description": "The Hoa\\Iterator library.",
3071 "homepage": "https://hoa-project.net/",
3072 "keywords": [
3073 "iterator",
3074 "library"
3075 ],
3076 "time": "2017-01-10T10:34:47+00:00"
3077 },
3078 {
3079 "name": "hoa/math",
3080 "version": "1.17.05.16",
3081 "source": {
3082 "type": "git",
3083 "url": "https://github.com/hoaproject/Math.git",
3084 "reference": "7150785d30f5d565704912116a462e9f5bc83a0c"
3085 },
3086 "dist": {
3087 "type": "zip",
3088 "url": "https://api.github.com/repos/hoaproject/Math/zipball/7150785d30f5d565704912116a462e9f5bc83a0c",
3089 "reference": "7150785d30f5d565704912116a462e9f5bc83a0c",
3090 "shasum": ""
3091 },
3092 "require": {
3093 "hoa/compiler": "~3.0",
3094 "hoa/consistency": "~1.0",
3095 "hoa/exception": "~1.0",
3096 "hoa/iterator": "~2.0",
3097 "hoa/protocol": "~1.0",
3098 "hoa/zformat": "~1.0"
3099 },
3100 "require-dev": {
3101 "hoa/test": "~2.0"
3102 },
3103 "type": "library",
3104 "extra": {
3105 "branch-alias": {
3106 "dev-master": "1.x-dev"
3107 }
3108 },
3109 "autoload": {
3110 "psr-4": {
3111 "Hoa\\Math\\": "."
3112 }
3113 },
3114 "notification-url": "https://packagist.org/downloads/",
3115 "license": [
3116 "BSD-3-Clause"
3117 ],
3118 "authors": [
3119 {
3120 "name": "Ivan Enderlin",
3121 "email": "ivan.enderlin@hoa-project.net"
3122 },
3123 {
3124 "name": "Hoa community",
3125 "homepage": "https://hoa-project.net/"
3126 }
3127 ],
3128 "description": "The Hoa\\Math library.",
3129 "homepage": "https://hoa-project.net/",
3130 "keywords": [
3131 "arrangement",
3132 "combination",
3133 "combinatorics",
3134 "counting",
3135 "library",
3136 "math",
3137 "permutation",
3138 "sampler",
3139 "set"
3140 ],
3141 "time": "2017-05-16T08:02:17+00:00"
3142 },
3143 {
3144 "name": "hoa/protocol",
3145 "version": "1.17.01.14",
3146 "source": {
3147 "type": "git",
3148 "url": "https://github.com/hoaproject/Protocol.git",
3149 "reference": "5c2cf972151c45f373230da170ea015deecf19e2"
3150 },
3151 "dist": {
3152 "type": "zip",
3153 "url": "https://api.github.com/repos/hoaproject/Protocol/zipball/5c2cf972151c45f373230da170ea015deecf19e2",
3154 "reference": "5c2cf972151c45f373230da170ea015deecf19e2",
3155 "shasum": ""
3156 },
3157 "require": {
3158 "hoa/consistency": "~1.0",
3159 "hoa/exception": "~1.0"
3160 },
3161 "require-dev": {
3162 "hoa/test": "~2.0"
3163 },
3164 "type": "library",
3165 "extra": {
3166 "branch-alias": {
3167 "dev-master": "1.x-dev"
3168 }
3169 },
3170 "autoload": {
3171 "psr-4": {
3172 "Hoa\\Protocol\\": "."
3173 },
3174 "files": [
3175 "Wrapper.php"
3176 ]
3177 },
3178 "notification-url": "https://packagist.org/downloads/",
3179 "license": [
3180 "BSD-3-Clause"
3181 ],
3182 "authors": [
3183 {
3184 "name": "Ivan Enderlin",
3185 "email": "ivan.enderlin@hoa-project.net"
3186 },
3187 {
3188 "name": "Hoa community",
3189 "homepage": "https://hoa-project.net/"
3190 }
3191 ],
3192 "description": "The Hoa\\Protocol library.",
3193 "homepage": "https://hoa-project.net/",
3194 "keywords": [
3195 "library",
3196 "protocol",
3197 "resource",
3198 "stream",
3199 "wrapper"
3200 ],
3201 "time": "2017-01-14T12:26:10+00:00"
3202 },
3203 {
3204 "name": "hoa/regex",
3205 "version": "1.17.01.13",
3206 "source": {
3207 "type": "git",
3208 "url": "https://github.com/hoaproject/Regex.git",
3209 "reference": "7e263a61b6fb45c1d03d8e5ef77668518abd5bec"
3210 },
3211 "dist": {
3212 "type": "zip",
3213 "url": "https://api.github.com/repos/hoaproject/Regex/zipball/7e263a61b6fb45c1d03d8e5ef77668518abd5bec",
3214 "reference": "7e263a61b6fb45c1d03d8e5ef77668518abd5bec",
3215 "shasum": ""
3216 },
3217 "require": {
3218 "hoa/consistency": "~1.0",
3219 "hoa/exception": "~1.0",
3220 "hoa/math": "~1.0",
3221 "hoa/protocol": "~1.0",
3222 "hoa/ustring": "~4.0",
3223 "hoa/visitor": "~2.0"
3224 },
3225 "type": "library",
3226 "extra": {
3227 "branch-alias": {
3228 "dev-master": "1.x-dev"
3229 }
3230 },
3231 "autoload": {
3232 "psr-4": {
3233 "Hoa\\Regex\\": "."
3234 }
3235 },
3236 "notification-url": "https://packagist.org/downloads/",
3237 "license": [
3238 "BSD-3-Clause"
3239 ],
3240 "authors": [
3241 {
3242 "name": "Ivan Enderlin",
3243 "email": "ivan.enderlin@hoa-project.net"
3244 },
3245 {
3246 "name": "Hoa community",
3247 "homepage": "https://hoa-project.net/"
3248 }
3249 ],
3250 "description": "The Hoa\\Regex library.",
3251 "homepage": "https://hoa-project.net/",
3252 "keywords": [
3253 "compiler",
3254 "library",
3255 "regex"
3256 ],
3257 "time": "2017-01-13T16:10:24+00:00"
3258 },
3259 {
3260 "name": "hoa/ruler",
3261 "version": "2.17.05.16",
3262 "source": {
3263 "type": "git",
3264 "url": "https://github.com/hoaproject/Ruler.git",
3265 "reference": "696835daf8336dfd490f032da7af444050e52dfc"
3266 },
3267 "dist": {
3268 "type": "zip",
3269 "url": "https://api.github.com/repos/hoaproject/Ruler/zipball/696835daf8336dfd490f032da7af444050e52dfc",
3270 "reference": "696835daf8336dfd490f032da7af444050e52dfc",
3271 "shasum": ""
3272 },
3273 "require": {
3274 "hoa/compiler": "~3.0",
3275 "hoa/consistency": "~1.0",
3276 "hoa/exception": "~1.0",
3277 "hoa/file": "~1.0",
3278 "hoa/protocol": "~1.0",
3279 "hoa/visitor": "~2.0"
3280 },
3281 "require-dev": {
3282 "hoa/test": "~2.0"
3283 },
3284 "type": "library",
3285 "extra": {
3286 "branch-alias": {
3287 "dev-master": "2.x-dev"
3288 }
3289 },
3290 "autoload": {
3291 "psr-4": {
3292 "Hoa\\Ruler\\": "."
3293 }
3294 },
3295 "notification-url": "https://packagist.org/downloads/",
3296 "license": [
3297 "BSD-3-Clause"
3298 ],
3299 "authors": [
3300 {
3301 "name": "Ivan Enderlin",
3302 "email": "ivan.enderlin@hoa-project.net"
3303 },
3304 {
3305 "name": "Hoa community",
3306 "homepage": "https://hoa-project.net/"
3307 }
3308 ],
3309 "description": "The Hoa\\Ruler library.",
3310 "homepage": "https://hoa-project.net/",
3311 "keywords": [
3312 "library",
3313 "ruler"
3314 ],
3315 "time": "2017-05-16T07:52:21+00:00"
3316 },
3317 {
3318 "name": "hoa/stream",
3319 "version": "1.17.02.21",
3320 "source": {
3321 "type": "git",
3322 "url": "https://github.com/hoaproject/Stream.git",
3323 "reference": "3293cfffca2de10525df51436adf88a559151d82"
3324 },
3325 "dist": {
3326 "type": "zip",
3327 "url": "https://api.github.com/repos/hoaproject/Stream/zipball/3293cfffca2de10525df51436adf88a559151d82",
3328 "reference": "3293cfffca2de10525df51436adf88a559151d82",
3329 "shasum": ""
3330 },
3331 "require": {
3332 "hoa/consistency": "~1.0",
3333 "hoa/event": "~1.0",
3334 "hoa/exception": "~1.0",
3335 "hoa/protocol": "~1.0"
3336 },
3337 "require-dev": {
3338 "hoa/test": "~2.0"
3339 },
3340 "type": "library",
3341 "extra": {
3342 "branch-alias": {
3343 "dev-master": "1.x-dev"
3344 }
3345 },
3346 "autoload": {
3347 "psr-4": {
3348 "Hoa\\Stream\\": "."
3349 }
3350 },
3351 "notification-url": "https://packagist.org/downloads/",
3352 "license": [
3353 "BSD-3-Clause"
3354 ],
3355 "authors": [
3356 {
3357 "name": "Ivan Enderlin",
3358 "email": "ivan.enderlin@hoa-project.net"
3359 },
3360 {
3361 "name": "Hoa community",
3362 "homepage": "https://hoa-project.net/"
3363 }
3364 ],
3365 "description": "The Hoa\\Stream library.",
3366 "homepage": "https://hoa-project.net/",
3367 "keywords": [
3368 "Context",
3369 "bucket",
3370 "composite",
3371 "filter",
3372 "in",
3373 "library",
3374 "out",
3375 "protocol",
3376 "stream",
3377 "wrapper"
3378 ],
3379 "time": "2017-02-21T16:01:06+00:00"
3380 },
3381 {
3382 "name": "hoa/ustring",
3383 "version": "4.17.01.16",
3384 "source": {
3385 "type": "git",
3386 "url": "https://github.com/hoaproject/Ustring.git",
3387 "reference": "e6326e2739178799b1fe3fdd92029f9517fa17a0"
3388 },
3389 "dist": {
3390 "type": "zip",
3391 "url": "https://api.github.com/repos/hoaproject/Ustring/zipball/e6326e2739178799b1fe3fdd92029f9517fa17a0",
3392 "reference": "e6326e2739178799b1fe3fdd92029f9517fa17a0",
3393 "shasum": ""
3394 },
3395 "require": {
3396 "hoa/consistency": "~1.0",
3397 "hoa/exception": "~1.0"
3398 },
3399 "require-dev": {
3400 "hoa/test": "~2.0"
3401 },
3402 "suggest": {
3403 "ext-iconv": "ext/iconv must be present (or a third implementation) to use Hoa\\Ustring::transcode().",
3404 "ext-intl": "To get a better Hoa\\Ustring::toAscii() and Hoa\\Ustring::compareTo()."
3405 },
3406 "type": "library",
3407 "extra": {
3408 "branch-alias": {
3409 "dev-master": "4.x-dev"
3410 }
3411 },
3412 "autoload": {
3413 "psr-4": {
3414 "Hoa\\Ustring\\": "."
3415 }
3416 },
3417 "notification-url": "https://packagist.org/downloads/",
3418 "license": [
3419 "BSD-3-Clause"
3420 ],
3421 "authors": [
3422 {
3423 "name": "Ivan Enderlin",
3424 "email": "ivan.enderlin@hoa-project.net"
3425 },
3426 {
3427 "name": "Hoa community",
3428 "homepage": "https://hoa-project.net/"
3429 }
3430 ],
3431 "description": "The Hoa\\Ustring library.",
3432 "homepage": "https://hoa-project.net/",
3433 "keywords": [
3434 "library",
3435 "search",
3436 "string",
3437 "unicode"
3438 ],
3439 "time": "2017-01-16T07:08:25+00:00"
3440 },
3441 {
3442 "name": "hoa/visitor",
3443 "version": "2.17.01.16",
3444 "source": {
3445 "type": "git",
3446 "url": "https://github.com/hoaproject/Visitor.git",
3447 "reference": "c18fe1cbac98ae449e0d56e87469103ba08f224a"
3448 },
3449 "dist": {
3450 "type": "zip",
3451 "url": "https://api.github.com/repos/hoaproject/Visitor/zipball/c18fe1cbac98ae449e0d56e87469103ba08f224a",
3452 "reference": "c18fe1cbac98ae449e0d56e87469103ba08f224a",
3453 "shasum": ""
3454 },
3455 "require": {
3456 "hoa/consistency": "~1.0"
3457 },
3458 "require-dev": {
3459 "hoa/test": "~2.0"
3460 },
3461 "type": "library",
3462 "extra": {
3463 "branch-alias": {
3464 "dev-master": "2.x-dev"
3465 }
3466 },
3467 "autoload": {
3468 "psr-4": {
3469 "Hoa\\Visitor\\": "."
3470 }
3471 },
3472 "notification-url": "https://packagist.org/downloads/",
3473 "license": [
3474 "BSD-3-Clause"
3475 ],
3476 "authors": [
3477 {
3478 "name": "Ivan Enderlin",
3479 "email": "ivan.enderlin@hoa-project.net"
3480 },
3481 {
3482 "name": "Hoa community",
3483 "homepage": "https://hoa-project.net/"
3484 }
3485 ],
3486 "description": "The Hoa\\Visitor library.",
3487 "homepage": "https://hoa-project.net/",
3488 "keywords": [
3489 "library",
3490 "structure",
3491 "visit",
3492 "visitor"
3493 ],
3494 "time": "2017-01-16T07:02:03+00:00"
3495 },
3496 {
3497 "name": "hoa/zformat",
3498 "version": "1.17.01.10",
3499 "source": {
3500 "type": "git",
3501 "url": "https://github.com/hoaproject/Zformat.git",
3502 "reference": "522c381a2a075d4b9dbb42eb4592dd09520e4ac2"
3503 },
3504 "dist": {
3505 "type": "zip",
3506 "url": "https://api.github.com/repos/hoaproject/Zformat/zipball/522c381a2a075d4b9dbb42eb4592dd09520e4ac2",
3507 "reference": "522c381a2a075d4b9dbb42eb4592dd09520e4ac2",
3508 "shasum": ""
3509 },
3510 "require": {
3511 "hoa/consistency": "~1.0",
3512 "hoa/exception": "~1.0"
3513 },
3514 "type": "library",
3515 "extra": {
3516 "branch-alias": {
3517 "dev-master": "1.x-dev"
3518 }
3519 },
3520 "autoload": {
3521 "psr-4": {
3522 "Hoa\\Zformat\\": "."
3523 }
3524 },
3525 "notification-url": "https://packagist.org/downloads/",
3526 "license": [
3527 "BSD-3-Clause"
3528 ],
3529 "authors": [
3530 {
3531 "name": "Ivan Enderlin",
3532 "email": "ivan.enderlin@hoa-project.net"
3533 },
3534 {
3535 "name": "Hoa community",
3536 "homepage": "https://hoa-project.net/"
3537 }
3538 ],
3539 "description": "The Hoa\\Zformat library.",
3540 "homepage": "https://hoa-project.net/",
3541 "keywords": [
3542 "library",
3543 "parameter",
3544 "zformat"
3545 ],
3546 "time": "2017-01-10T10:39:54+00:00"
3547 },
3548 {
3549 "name": "html2text/html2text",
3550 "version": "4.3.1",
3551 "source": {
3552 "type": "git",
3553 "url": "https://github.com/mtibben/html2text.git",
3554 "reference": "61ad68e934066a6f8df29a3d23a6460536d0855c"
3555 },
3556 "dist": {
3557 "type": "zip",
3558 "url": "https://api.github.com/repos/mtibben/html2text/zipball/61ad68e934066a6f8df29a3d23a6460536d0855c",
3559 "reference": "61ad68e934066a6f8df29a3d23a6460536d0855c",
3560 "shasum": ""
3561 },
3562 "require-dev": {
3563 "phpunit/phpunit": "~4"
3564 },
3565 "suggest": {
3566 "ext-mbstring": "For best performance",
3567 "symfony/polyfill-mbstring": "If you can't install ext-mbstring"
3568 },
3569 "type": "library",
3570 "autoload": {
3571 "psr-4": {
3572 "Html2Text\\": [
3573 "src/",
3574 "test/"
3575 ]
3576 }
3577 },
3578 "notification-url": "https://packagist.org/downloads/",
3579 "license": [
3580 "GPL-2.0-or-later"
3581 ],
3582 "description": "Converts HTML to formatted plain text",
3583 "time": "2020-04-16T23:44:31+00:00"
3584 },
3585 {
3586 "name": "http-interop/http-factory-guzzle",
3587 "version": "1.0.0",
3588 "source": {
3589 "type": "git",
3590 "url": "https://github.com/http-interop/http-factory-guzzle.git",
3591 "reference": "34861658efb9899a6618cef03de46e2a52c80fc0"
3592 },
3593 "dist": {
3594 "type": "zip",
3595 "url": "https://api.github.com/repos/http-interop/http-factory-guzzle/zipball/34861658efb9899a6618cef03de46e2a52c80fc0",
3596 "reference": "34861658efb9899a6618cef03de46e2a52c80fc0",
3597 "shasum": ""
3598 },
3599 "require": {
3600 "guzzlehttp/psr7": "^1.4.2",
3601 "psr/http-factory": "^1.0"
3602 },
3603 "provide": {
3604 "psr/http-factory-implementation": "^1.0"
3605 },
3606 "require-dev": {
3607 "http-interop/http-factory-tests": "^0.5",
3608 "phpunit/phpunit": "^6.5"
3609 },
3610 "type": "library",
3611 "autoload": {
3612 "psr-4": {
3613 "Http\\Factory\\Guzzle\\": "src/"
3614 }
3615 },
3616 "notification-url": "https://packagist.org/downloads/",
3617 "license": [
3618 "MIT"
3619 ],
3620 "authors": [
3621 {
3622 "name": "PHP-FIG",
3623 "homepage": "http://www.php-fig.org/"
3624 }
3625 ],
3626 "description": "An HTTP Factory using Guzzle PSR7",
3627 "keywords": [
3628 "factory",
3629 "http",
3630 "psr-17",
3631 "psr-7"
3632 ],
3633 "time": "2018-07-31T19:32:56+00:00"
3634 },
3635 {
3636 "name": "incenteev/composer-parameter-handler",
3637 "version": "v2.1.4",
3638 "source": {
3639 "type": "git",
3640 "url": "https://github.com/Incenteev/ParameterHandler.git",
3641 "reference": "084befb11ec21faeadcddefb88b66132775ff59b"
3642 },
3643 "dist": {
3644 "type": "zip",
3645 "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/084befb11ec21faeadcddefb88b66132775ff59b",
3646 "reference": "084befb11ec21faeadcddefb88b66132775ff59b",
3647 "shasum": ""
3648 },
3649 "require": {
3650 "php": ">=5.3.3",
3651 "symfony/yaml": "^2.3 || ^3.0 || ^4.0 || ^5.0"
3652 },
3653 "require-dev": {
3654 "composer/composer": "^1.0@dev",
3655 "symfony/filesystem": "^2.3 || ^3 || ^4 || ^5",
3656 "symfony/phpunit-bridge": "^4.0 || ^5.0"
3657 },
3658 "type": "library",
3659 "extra": {
3660 "branch-alias": {
3661 "dev-master": "2.1.x-dev"
3662 }
3663 },
3664 "autoload": {
3665 "psr-4": {
3666 "Incenteev\\ParameterHandler\\": ""
3667 }
3668 },
3669 "notification-url": "https://packagist.org/downloads/",
3670 "license": [
3671 "MIT"
3672 ],
3673 "authors": [
3674 {
3675 "name": "Christophe Coevoet",
3676 "email": "stof@notk.org"
3677 }
3678 ],
3679 "description": "Composer script handling your ignored parameter file",
3680 "homepage": "https://github.com/Incenteev/ParameterHandler",
3681 "keywords": [
3682 "parameters management"
3683 ],
3684 "time": "2020-03-17T21:10:00+00:00"
3685 },
3686 {
3687 "name": "j0k3r/graby",
3688 "version": "2.2.0",
3689 "source": {
3690 "type": "git",
3691 "url": "https://github.com/j0k3r/graby.git",
3692 "reference": "deb677eb45eddb99e1dfcfe56bb4216fd12894ed"
3693 },
3694 "dist": {
3695 "type": "zip",
3696 "url": "https://api.github.com/repos/j0k3r/graby/zipball/deb677eb45eddb99e1dfcfe56bb4216fd12894ed",
3697 "reference": "deb677eb45eddb99e1dfcfe56bb4216fd12894ed",
3698 "shasum": ""
3699 },
3700 "require": {
3701 "ext-curl": "*",
3702 "ext-tidy": "*",
3703 "fossar/htmlawed": "^1.2.4",
3704 "guzzlehttp/psr7": "^1.5",
3705 "j0k3r/graby-site-config": "^1.0",
3706 "j0k3r/httplug-ssrf-plugin": "^2.0",
3707 "j0k3r/php-readability": "^1.1",
3708 "monolog/monolog": "^1.13.1",
3709 "php": ">=7.1",
3710 "php-http/client-common": "^2.0",
3711 "php-http/discovery": "^1.0",
3712 "php-http/httplug": "^2.0",
3713 "php-http/message": "^1.7",
3714 "psr/http-message": "^1.0",
3715 "simplepie/simplepie": "^1.3.1",
3716 "smalot/pdfparser": "~0.11",
3717 "symfony/options-resolver": "~2.6|~3.0|~4.0|~5.0",
3718 "true/punycode": "~2.1"
3719 },
3720 "require-dev": {
3721 "friendsofphp/php-cs-fixer": "~2.14",
3722 "php-coveralls/php-coveralls": "^2.0",
3723 "php-http/guzzle6-adapter": "^2.0",
3724 "php-http/mock-client": "^1.2",
3725 "phpstan/phpstan": "^0.11",
3726 "phpstan/phpstan-phpunit": "^0.11",
3727 "symfony/phpunit-bridge": "~2.6|~3.0|~4.0|^5.0"
3728 },
3729 "type": "library",
3730 "extra": {
3731 "branch-alias": {
3732 "dev-2.0": "2.0-dev"
3733 }
3734 },
3735 "autoload": {
3736 "psr-4": {
3737 "Graby\\": "src/"
3738 }
3739 },
3740 "notification-url": "https://packagist.org/downloads/",
3741 "license": [
3742 "MIT"
3743 ],
3744 "authors": [
3745 {
3746 "name": "Jeremy Benoist",
3747 "email": "jeremy.benoist@gmail.com",
3748 "role": "Developer"
3749 },
3750 {
3751 "name": "FiveFilters.org",
3752 "email": "fivefilters@fivefilters.org",
3753 "role": "Developer (original version)"
3754 }
3755 ],
3756 "description": "Graby helps you extract article content from web pages",
3757 "time": "2020-04-15T11:37:45+00:00"
3758 },
3759 {
3760 "name": "j0k3r/graby-site-config",
3761 "version": "1.0.105",
3762 "source": {
3763 "type": "git",
3764 "url": "https://github.com/j0k3r/graby-site-config.git",
3765 "reference": "489208b33e9f43f3812626b0543cfe42ef896052"
3766 },
3767 "dist": {
3768 "type": "zip",
3769 "url": "https://api.github.com/repos/j0k3r/graby-site-config/zipball/489208b33e9f43f3812626b0543cfe42ef896052",
3770 "reference": "489208b33e9f43f3812626b0543cfe42ef896052",
3771 "shasum": ""
3772 },
3773 "require": {
3774 "symfony/finder": "~2.6|~3.0|~4.0|~5.0"
3775 },
3776 "require-dev": {
3777 "liip/rmt": "1.2.*",
3778 "symfony/phpunit-bridge": "^4.3|^5.0"
3779 },
3780 "type": "library",
3781 "autoload": {
3782 "psr-4": {
3783 "GrabySiteConfig\\SiteConfig\\": "src/"
3784 }
3785 },
3786 "notification-url": "https://packagist.org/downloads/",
3787 "license": [
3788 "CC0-1.0"
3789 ],
3790 "authors": [
3791 {
3792 "name": "Jeremy Benoist",
3793 "email": "jeremy.benoist@gmail.com"
3794 }
3795 ],
3796 "description": "Graby site config files",
3797 "time": "2020-04-21T12:42:03+00:00"
3798 },
3799 {
3800 "name": "j0k3r/httplug-ssrf-plugin",
3801 "version": "v2.0.1",
3802 "source": {
3803 "type": "git",
3804 "url": "https://github.com/j0k3r/httplug-ssrf-plugin.git",
3805 "reference": "fb68804e3bace2b894d1b9f39ad2b59078f5eac2"
3806 },
3807 "dist": {
3808 "type": "zip",
3809 "url": "https://api.github.com/repos/j0k3r/httplug-ssrf-plugin/zipball/fb68804e3bace2b894d1b9f39ad2b59078f5eac2",
3810 "reference": "fb68804e3bace2b894d1b9f39ad2b59078f5eac2",
3811 "shasum": ""
3812 },
3813 "require": {
3814 "php": "^7.1",
3815 "php-http/client-common": "^2.0",
3816 "php-http/discovery": "^1.5",
3817 "php-http/message": "^1.7",
3818 "php-http/message-factory": "^1.0.2"
3819 },
3820 "require-dev": {
3821 "friendsofphp/php-cs-fixer": "^2.14",
3822 "guzzlehttp/psr7": "^1.0",
3823 "php-http/guzzle6-adapter": "^2.0",
3824 "php-http/mock-client": "^1.0",
3825 "phpstan/phpstan": "^0.11",
3826 "phpstan/phpstan-phpunit": "^0.11",
3827 "symfony/phpunit-bridge": "~3.4.19|~4.0"
3828 },
3829 "type": "library",
3830 "autoload": {
3831 "psr-4": {
3832 "Graby\\HttpClient\\Plugin\\ServerSideRequestForgeryProtection\\": "src/"
3833 }
3834 },
3835 "notification-url": "https://packagist.org/downloads/",
3836 "license": [
3837 "MIT"
3838 ],
3839 "authors": [
3840 {
3841 "name": "Jeremy Benoist",
3842 "email": "jeremy.benoist@gmail.com"
3843 },
3844 {
3845 "name": "aaa2000",
3846 "email": "adev2000@gmail.com"
3847 },
3848 {
3849 "name": "Jack W",
3850 "email": "jack@fin1te.net",
3851 "role": "Developer (SafeCurl original version)"
3852 }
3853 ],
3854 "description": "Server-Side Request Forgery (SSRF) protection plugin for HTTPlug",
3855 "homepage": "https://github.com/j0k3r/httplug-ssrf-plugin",
3856 "keywords": [
3857 "http",
3858 "httplug",
3859 "plugin",
3860 "security",
3861 "ssrf"
3862 ],
3863 "time": "2020-01-06T13:44:13+00:00"
3864 },
3865 {
3866 "name": "j0k3r/php-readability",
3867 "version": "1.2.4",
3868 "source": {
3869 "type": "git",
3870 "url": "https://github.com/j0k3r/php-readability.git",
3871 "reference": "9306996b472fd3d4bc5a7928a301ccce38423793"
3872 },
3873 "dist": {
3874 "type": "zip",
3875 "url": "https://api.github.com/repos/j0k3r/php-readability/zipball/9306996b472fd3d4bc5a7928a301ccce38423793",
3876 "reference": "9306996b472fd3d4bc5a7928a301ccce38423793",
3877 "shasum": ""
3878 },
3879 "require": {
3880 "electrolinux/php-html5lib": "^0.1.0",
3881 "ext-mbstring": "*",
3882 "php": ">=5.6.0",
3883 "psr/log": "^1.0"
3884 },
3885 "require-dev": {
3886 "friendsofphp/php-cs-fixer": "^2.14",
3887 "monolog/monolog": "^1.24",
3888 "php-coveralls/php-coveralls": "^2.1",
3889 "symfony/phpunit-bridge": "^4.2.3"
3890 },
3891 "suggest": {
3892 "ext-tidy": "Used to clean up given HTML and to avoid problems with bad HTML structure."
3893 },
3894 "type": "library",
3895 "autoload": {
3896 "psr-4": {
3897 "Readability\\": "src/"
3898 }
3899 },
3900 "notification-url": "https://packagist.org/downloads/",
3901 "license": [
3902 "Apache-2.0"
3903 ],
3904 "authors": [
3905 {
3906 "name": "Keyvan Minoukadeh",
3907 "email": "keyvan@keyvan.net",
3908 "homepage": "http://keyvan.net",
3909 "role": "Developer (ported original JS code to PHP)"
3910 },
3911 {
3912 "name": "Arc90",
3913 "homepage": "http://arc90.com",
3914 "role": "Developer (original JS version)"
3915 },
3916 {
3917 "name": "Jeremy Benoist",
3918 "email": "jeremy.benoist@gmail.com",
3919 "homepage": "http://www.j0k3r.net",
3920 "role": "Developer"
3921 },
3922 {
3923 "name": "DitherSky",
3924 "homepage": "https://github.com/Dither",
3925 "role": "Developer (https://github.com/Dither/full-text-rss)"
3926 }
3927 ],
3928 "description": "Automatic article extraction from HTML",
3929 "keywords": [
3930 "article",
3931 "article extraction",
3932 "content",
3933 "content extraction",
3934 "extraction",
3935 "html"
3936 ],
3937 "time": "2019-06-25T15:15:37+00:00"
3938 },
3939 {
3940 "name": "javibravo/simpleue",
3941 "version": "2.1.0",
3942 "source": {
3943 "type": "git",
3944 "url": "https://github.com/javibravo/simpleue.git",
3945 "reference": "b12ccea0631cd3f6128ab91178fc5363f6e14ff6"
3946 },
3947 "dist": {
3948 "type": "zip",
3949 "url": "https://api.github.com/repos/javibravo/simpleue/zipball/b12ccea0631cd3f6128ab91178fc5363f6e14ff6",
3950 "reference": "b12ccea0631cd3f6128ab91178fc5363f6e14ff6",
3951 "shasum": ""
3952 },
3953 "require": {
3954 "php": ">=5.5",
3955 "psr/log": "~1.0"
3956 },
3957 "require-dev": {
3958 "aws/aws-sdk-php": "^3.9",
3959 "pda/pheanstalk": "^3.1",
3960 "phpunit/phpunit": "4.0.*",
3961 "predis/predis": "^1.0"
3962 },
3963 "suggest": {
3964 "aws/aws-sdk-php": "Allow work with AWS Simple Queue Service (SQS) queues",
3965 "ext-redis": "Allow work with Redis Locker",
3966 "pda/pheanstalk": "Allow work with Beanstalkd queues",
3967 "predis/predis": "Allow work with Redis queues"
3968 },
3969 "type": "library",
3970 "autoload": {
3971 "psr-4": {
3972 "Simpleue\\": "src/Simpleue"
3973 }
3974 },
3975 "notification-url": "https://packagist.org/downloads/",
3976 "license": [
3977 "MIT"
3978 ],
3979 "authors": [
3980 {
3981 "name": "Javier Bravo",
3982 "email": "javibravo85@gmail.com"
3983 }
3984 ],
3985 "description": "Php package to manage queue tasks in a simple way",
3986 "homepage": "http://github.com/javibravo/simpleue",
3987 "keywords": [
3988 "job",
3989 "queue",
3990 "redis",
3991 "sqs",
3992 "task"
3993 ],
3994 "time": "2017-11-15T13:41:13+00:00"
3995 },
3996 {
3997 "name": "jdorn/sql-formatter",
3998 "version": "v1.2.17",
3999 "source": {
4000 "type": "git",
4001 "url": "https://github.com/jdorn/sql-formatter.git",
4002 "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc"
4003 },
4004 "dist": {
4005 "type": "zip",
4006 "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc",
4007 "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc",
4008 "shasum": ""
4009 },
4010 "require": {
4011 "php": ">=5.2.4"
4012 },
4013 "require-dev": {
4014 "phpunit/phpunit": "3.7.*"
4015 },
4016 "type": "library",
4017 "extra": {
4018 "branch-alias": {
4019 "dev-master": "1.3.x-dev"
4020 }
4021 },
4022 "autoload": {
4023 "classmap": [
4024 "lib"
4025 ]
4026 },
4027 "notification-url": "https://packagist.org/downloads/",
4028 "license": [
4029 "MIT"
4030 ],
4031 "authors": [
4032 {
4033 "name": "Jeremy Dorn",
4034 "email": "jeremy@jeremydorn.com",
4035 "homepage": "http://jeremydorn.com/"
4036 }
4037 ],
4038 "description": "a PHP SQL highlighting library",
4039 "homepage": "https://github.com/jdorn/sql-formatter/",
4040 "keywords": [
4041 "highlight",
4042 "sql"
4043 ],
4044 "time": "2014-01-12T16:20:24+00:00"
4045 },
4046 {
4047 "name": "jean85/pretty-package-versions",
4048 "version": "1.2",
4049 "source": {
4050 "type": "git",
4051 "url": "https://github.com/Jean85/pretty-package-versions.git",
4052 "reference": "75c7effcf3f77501d0e0caa75111aff4daa0dd48"
4053 },
4054 "dist": {
4055 "type": "zip",
4056 "url": "https://api.github.com/repos/Jean85/pretty-package-versions/zipball/75c7effcf3f77501d0e0caa75111aff4daa0dd48",
4057 "reference": "75c7effcf3f77501d0e0caa75111aff4daa0dd48",
4058 "shasum": ""
4059 },
4060 "require": {
4061 "ocramius/package-versions": "^1.2.0",
4062 "php": "^7.0"
4063 },
4064 "require-dev": {
4065 "phpunit/phpunit": "^6.0"
4066 },
4067 "type": "library",
4068 "extra": {
4069 "branch-alias": {
4070 "dev-master": "1.x-dev"
4071 }
4072 },
4073 "autoload": {
4074 "psr-4": {
4075 "Jean85\\": "src/"
4076 }
4077 },
4078 "notification-url": "https://packagist.org/downloads/",
4079 "license": [
4080 "MIT"
4081 ],
4082 "authors": [
4083 {
4084 "name": "Alessandro Lai",
4085 "email": "alessandro.lai85@gmail.com"
4086 }
4087 ],
4088 "description": "A wrapper for ocramius/package-versions to get pretty versions strings",
4089 "keywords": [
4090 "composer",
4091 "package",
4092 "release",
4093 "versions"
4094 ],
4095 "time": "2018-06-13T13:22:40+00:00"
4096 },
4097 {
4098 "name": "jms/metadata",
4099 "version": "1.7.0",
4100 "source": {
4101 "type": "git",
4102 "url": "https://github.com/schmittjoh/metadata.git",
4103 "reference": "e5854ab1aa643623dc64adde718a8eec32b957a8"
4104 },
4105 "dist": {
4106 "type": "zip",
4107 "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/e5854ab1aa643623dc64adde718a8eec32b957a8",
4108 "reference": "e5854ab1aa643623dc64adde718a8eec32b957a8",
4109 "shasum": ""
4110 },
4111 "require": {
4112 "php": ">=5.3.0"
4113 },
4114 "require-dev": {
4115 "doctrine/cache": "~1.0",
4116 "symfony/cache": "~3.1"
4117 },
4118 "type": "library",
4119 "extra": {
4120 "branch-alias": {
4121 "dev-master": "1.5.x-dev"
4122 }
4123 },
4124 "autoload": {
4125 "psr-0": {
4126 "Metadata\\": "src/"
4127 }
4128 },
4129 "notification-url": "https://packagist.org/downloads/",
4130 "license": [
4131 "MIT"
4132 ],
4133 "authors": [
4134 {
4135 "name": "Asmir Mustafic",
4136 "email": "goetas@gmail.com"
4137 },
4138 {
4139 "name": "Johannes M. Schmitt",
4140 "email": "schmittjoh@gmail.com"
4141 }
4142 ],
4143 "description": "Class/method/property metadata management in PHP",
4144 "keywords": [
4145 "annotations",
4146 "metadata",
4147 "xml",
4148 "yaml"
4149 ],
4150 "time": "2018-10-26T12:40:10+00:00"
4151 },
4152 {
4153 "name": "jms/parser-lib",
4154 "version": "1.0.0",
4155 "source": {
4156 "type": "git",
4157 "url": "https://github.com/schmittjoh/parser-lib.git",
4158 "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d"
4159 },
4160 "dist": {
4161 "type": "zip",
4162 "url": "https://api.github.com/repos/schmittjoh/parser-lib/zipball/c509473bc1b4866415627af0e1c6cc8ac97fa51d",
4163 "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d",
4164 "shasum": ""
4165 },
4166 "require": {
4167 "phpoption/phpoption": ">=0.9,<2.0-dev"
4168 },
4169 "type": "library",
4170 "extra": {
4171 "branch-alias": {
4172 "dev-master": "1.0-dev"
4173 }
4174 },
4175 "autoload": {
4176 "psr-0": {
4177 "JMS\\": "src/"
4178 }
4179 },
4180 "notification-url": "https://packagist.org/downloads/",
4181 "license": [
4182 "Apache2"
4183 ],
4184 "description": "A library for easily creating recursive-descent parsers.",
4185 "time": "2012-11-18T18:08:43+00:00"
4186 },
4187 {
4188 "name": "jms/serializer",
4189 "version": "1.14.0",
4190 "source": {
4191 "type": "git",
4192 "url": "https://github.com/schmittjoh/serializer.git",
4193 "reference": "ee96d57024af9a7716d56fcbe3aa94b3d030f3ca"
4194 },
4195 "dist": {
4196 "type": "zip",
4197 "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/ee96d57024af9a7716d56fcbe3aa94b3d030f3ca",
4198 "reference": "ee96d57024af9a7716d56fcbe3aa94b3d030f3ca",
4199 "shasum": ""
4200 },
4201 "require": {
4202 "doctrine/annotations": "^1.0",
4203 "doctrine/instantiator": "^1.0.3",
4204 "jms/metadata": "^1.3",
4205 "jms/parser-lib": "1.*",
4206 "php": "^5.5|^7.0",
4207 "phpcollection/phpcollection": "~0.1",
4208 "phpoption/phpoption": "^1.1"
4209 },
4210 "conflict": {
4211 "twig/twig": "<1.12"
4212 },
4213 "require-dev": {
4214 "doctrine/orm": "~2.1",
4215 "doctrine/phpcr-odm": "^1.3|^2.0",
4216 "ext-pdo_sqlite": "*",
4217 "jackalope/jackalope-doctrine-dbal": "^1.1.5",
4218 "phpunit/phpunit": "^4.8|^5.0",
4219 "propel/propel1": "~1.7",
4220 "psr/container": "^1.0",
4221 "symfony/dependency-injection": "^2.7|^3.3|^4.0",
4222 "symfony/expression-language": "^2.6|^3.0",
4223 "symfony/filesystem": "^2.1",
4224 "symfony/form": "~2.1|^3.0",
4225 "symfony/translation": "^2.1|^3.0",
4226 "symfony/validator": "^2.2|^3.0",
4227 "symfony/yaml": "^2.1|^3.0",
4228 "twig/twig": "~1.12|~2.0"
4229 },
4230 "suggest": {
4231 "doctrine/cache": "Required if you like to use cache functionality.",
4232 "doctrine/collections": "Required if you like to use doctrine collection types as ArrayCollection.",
4233 "symfony/yaml": "Required if you'd like to serialize data to YAML format."
4234 },
4235 "type": "library",
4236 "extra": {
4237 "branch-alias": {
4238 "dev-1.x": "1.14-dev"
4239 }
4240 },
4241 "autoload": {
4242 "psr-0": {
4243 "JMS\\Serializer": "src/"
4244 }
4245 },
4246 "notification-url": "https://packagist.org/downloads/",
4247 "license": [
4248 "MIT"
4249 ],
4250 "authors": [
4251 {
4252 "name": "Asmir Mustafic",
4253 "email": "goetas@gmail.com"
4254 },
4255 {
4256 "name": "Johannes M. Schmitt",
4257 "email": "schmittjoh@gmail.com"
4258 }
4259 ],
4260 "description": "Library for (de-)serializing data of any complexity; supports XML, JSON, and YAML.",
4261 "homepage": "http://jmsyst.com/libs/serializer",
4262 "keywords": [
4263 "deserialization",
4264 "jaxb",
4265 "json",
4266 "serialization",
4267 "xml"
4268 ],
4269 "time": "2019-04-17T08:12:16+00:00"
4270 },
4271 {
4272 "name": "jms/serializer-bundle",
4273 "version": "2.4.4",
4274 "source": {
4275 "type": "git",
4276 "url": "https://github.com/schmittjoh/JMSSerializerBundle.git",
4277 "reference": "92ee808c64c1c180775a0e57d00e3be0674668fb"
4278 },
4279 "dist": {
4280 "type": "zip",
4281 "url": "https://api.github.com/repos/schmittjoh/JMSSerializerBundle/zipball/92ee808c64c1c180775a0e57d00e3be0674668fb",
4282 "reference": "92ee808c64c1c180775a0e57d00e3be0674668fb",
4283 "shasum": ""
4284 },
4285 "require": {
4286 "jms/serializer": "^1.10",
4287 "php": "^5.4|^7.0",
4288 "phpoption/phpoption": "^1.1.0",
4289 "symfony/framework-bundle": "~2.3|~3.0|~4.0"
4290 },
4291 "require-dev": {
4292 "doctrine/orm": "*",
4293 "phpunit/phpunit": "^4.8.35|^5.4.3|^6.0",
4294 "symfony/expression-language": "~2.6|~3.0|~4.0",
4295 "symfony/finder": "^2.3|^3.0|^4.0",
4296 "symfony/form": "*",
4297 "symfony/stopwatch": "*",
4298 "symfony/twig-bundle": "*",
4299 "symfony/validator": "*",
4300 "symfony/yaml": "*"
4301 },
4302 "suggest": {
4303 "jms/di-extra-bundle": "Required to get lazy loading (de)serialization visitors, ~1.3",
4304 "symfony/finder": "Required for cache warmup, supported versions ^2.3|^3.0|^4.0"
4305 },
4306 "type": "symfony-bundle",
4307 "extra": {
4308 "branch-alias": {
4309 "dev-master": "2.4-dev"
4310 }
4311 },
4312 "autoload": {
4313 "psr-4": {
4314 "JMS\\SerializerBundle\\": ""
4315 },
4316 "exclude-from-classmap": [
4317 "/Tests/"
4318 ]
4319 },
4320 "notification-url": "https://packagist.org/downloads/",
4321 "license": [
4322 "MIT"
4323 ],
4324 "authors": [
4325 {
4326 "name": "Asmir Mustafic",
4327 "email": "goetas@gmail.com"
4328 },
4329 {
4330 "name": "Johannes M. Schmitt",
4331 "email": "schmittjoh@gmail.com"
4332 }
4333 ],
4334 "description": "Allows you to easily serialize, and deserialize data of any complexity",
4335 "homepage": "http://jmsyst.com/bundles/JMSSerializerBundle",
4336 "keywords": [
4337 "deserialization",
4338 "jaxb",
4339 "json",
4340 "serialization",
4341 "xml"
4342 ],
4343 "time": "2019-03-30T10:26:09+00:00"
4344 },
4345 {
4346 "name": "kphoen/rulerz",
4347 "version": "0.21.1",
4348 "source": {
4349 "type": "git",
4350 "url": "https://github.com/K-Phoen/rulerz.git",
4351 "reference": "d28a1bd59b4e66cc9fcdeee965f13f685eb9ce41"
4352 },
4353 "dist": {
4354 "type": "zip",
4355 "url": "https://api.github.com/repos/K-Phoen/rulerz/zipball/d28a1bd59b4e66cc9fcdeee965f13f685eb9ce41",
4356 "reference": "d28a1bd59b4e66cc9fcdeee965f13f685eb9ce41",
4357 "shasum": ""
4358 },
4359 "require": {
4360 "hoa/ruler": "~2.0",
4361 "php": ">=7.1",
4362 "symfony/property-access": "~3.0|~4.0"
4363 },
4364 "require-dev": {
4365 "behat/behat": "~3.0",
4366 "coduo/phpspec-data-provider-extension": "~1.0,!=1.0.2",
4367 "doctrine/orm": "~2.4",
4368 "elasticsearch/elasticsearch": "~1.0",
4369 "illuminate/database": "~5.0",
4370 "kphoen/rusty": "dev-master",
4371 "liip/rmt": "^1.2",
4372 "mikey179/vfsstream": "~1.4",
4373 "phpspec/phpspec": "~2.0,>=2.4-dev",
4374 "pomm-project/cli": "~2.0@dev",
4375 "pomm-project/foundation": "~2.0@dev",
4376 "pomm-project/model-manager": "~2.0.@dev",
4377 "ruflin/elastica": "~1.0",
4378 "solarium/solarium": "~3.0",
4379 "vlucas/phpdotenv": "~2.1"
4380 },
4381 "suggest": {
4382 "doctrine/orm": "To execute rules as Doctrine queries",
4383 "elasticsearch/elasticsearch": "To execute rules as Elasticsearch queries",
4384 "kphoen/rulerz-spec-builder": "If you want a specification builder",
4385 "pomm-project/model-manager": "To execute rules as Pomm queries",
4386 "solarium/solarium": "To execute rules as Solr queries"
4387 },
4388 "type": "library",
4389 "extra": {
4390 "branch-alias": {
4391 "dev-master": "1.0.x-dev"
4392 }
4393 },
4394 "autoload": {
4395 "psr-4": {
4396 "RulerZ\\": "src/"
4397 }
4398 },
4399 "notification-url": "https://packagist.org/downloads/",
4400 "license": [
4401 "MIT"
4402 ],
4403 "authors": [
4404 {
4405 "name": "Kévin Gomez",
4406 "email": "contact@kevingomez.fr"
4407 }
4408 ],
4409 "description": "Powerful implementation of the Specification pattern",
4410 "homepage": "https://github.com/K-Phoen/RulerZ",
4411 "keywords": [
4412 "doctrine",
4413 "specification"
4414 ],
4415 "time": "2018-09-18T15:15:42+00:00"
4416 },
4417 {
4418 "name": "kphoen/rulerz-bridge",
4419 "version": "1.1.1",
4420 "source": {
4421 "type": "git",
4422 "url": "https://github.com/K-Phoen/rulerz-bridge.git",
4423 "reference": "fdad5856b669d59b5e4bda47c4e927a0485bf7a0"
4424 },
4425 "dist": {
4426 "type": "zip",
4427 "url": "https://api.github.com/repos/K-Phoen/rulerz-bridge/zipball/fdad5856b669d59b5e4bda47c4e927a0485bf7a0",
4428 "reference": "fdad5856b669d59b5e4bda47c4e927a0485bf7a0",
4429 "shasum": ""
4430 },
4431 "require": {
4432 "kphoen/rulerz": "~0.19,>=0.19.3|^1.0",
4433 "php": ">=7.1",
4434 "symfony/form": "^3.0|^4.0",
4435 "symfony/validator": "^3.0|^4.0"
4436 },
4437 "require-dev": {
4438 "liip/rmt": "^1.2",
4439 "phpunit/phpunit": "~7.1",
4440 "symfony/phpunit-bridge": "^3.0|^4.0"
4441 },
4442 "type": "symfony-bridge",
4443 "autoload": {
4444 "psr-4": {
4445 "Symfony\\Bridge\\RulerZ\\": ""
4446 },
4447 "exclude-from-classmap": [
4448 "/Tests/"
4449 ]
4450 },
4451 "notification-url": "https://packagist.org/downloads/",
4452 "license": [
4453 "MIT"
4454 ],
4455 "authors": [
4456 {
4457 "name": "Kévin Gomez",
4458 "email": "contact@kevingomez.fr"
4459 }
4460 ],
4461 "description": "Symfony RulerZ Bridge",
4462 "homepage": "https://github.com/K-Phoen/rulerz-bridge",
4463 "keywords": [
4464 "Bridge",
4465 "doctrine",
4466 "ruler",
4467 "rulerz",
4468 "specification",
4469 "symfony"
4470 ],
4471 "time": "2018-10-01T14:17:27+00:00"
4472 },
4473 {
4474 "name": "kphoen/rulerz-bundle",
4475 "version": "0.15.0",
4476 "source": {
4477 "type": "git",
4478 "url": "https://github.com/K-Phoen/RulerZBundle.git",
4479 "reference": "f25f2eddfd311047f0f0ece2684b1f6463cc41ad"
4480 },
4481 "dist": {
4482 "type": "zip",
4483 "url": "https://api.github.com/repos/K-Phoen/RulerZBundle/zipball/f25f2eddfd311047f0f0ece2684b1f6463cc41ad",
4484 "reference": "f25f2eddfd311047f0f0ece2684b1f6463cc41ad",
4485 "shasum": ""
4486 },
4487 "require": {
4488 "kphoen/rulerz": "~0.17,>=0.19.3",
4489 "kphoen/rulerz-bridge": "^1.0",
4490 "php": ">=7.1",
4491 "symfony/framework-bundle": "^3.0|^4.0"
4492 },
4493 "require-dev": {
4494 "liip/rmt": "^1.2",
4495 "matthiasnoback/symfony-dependency-injection-test": "^3.0",
4496 "mikey179/vfsstream": "^1.6",
4497 "phpunit/phpunit": "^7.1",
4498 "symfony/phpunit-bridge": "^3.0|^4.0"
4499 },
4500 "type": "symfony-bundle",
4501 "autoload": {
4502 "psr-4": {
4503 "KPhoen\\RulerZBundle\\": ""
4504 },
4505 "exclude-from-classmap": [
4506 "/Tests/"
4507 ]
4508 },
4509 "notification-url": "https://packagist.org/downloads/",
4510 "license": [
4511 "MIT"
4512 ],
4513 "authors": [
4514 {
4515 "name": "Kévin Gomez",
4516 "email": "contact@kevingomez.fr"
4517 }
4518 ],
4519 "description": "Symfony2 Bundle for RulerZ",
4520 "homepage": "https://github.com/K-Phoen/RulerZBundle",
4521 "keywords": [
4522 "doctrine",
4523 "ruler",
4524 "rulerz",
4525 "specification"
4526 ],
4527 "time": "2018-09-17T09:02:32+00:00"
4528 },
4529 {
4530 "name": "lcobucci/jwt",
4531 "version": "3.3.1",
4532 "source": {
4533 "type": "git",
4534 "url": "https://github.com/lcobucci/jwt.git",
4535 "reference": "a11ec5f4b4d75d1fcd04e133dede4c317aac9e18"
4536 },
4537 "dist": {
4538 "type": "zip",
4539 "url": "https://api.github.com/repos/lcobucci/jwt/zipball/a11ec5f4b4d75d1fcd04e133dede4c317aac9e18",
4540 "reference": "a11ec5f4b4d75d1fcd04e133dede4c317aac9e18",
4541 "shasum": ""
4542 },
4543 "require": {
4544 "ext-mbstring": "*",
4545 "ext-openssl": "*",
4546 "php": "^5.6 || ^7.0"
4547 },
4548 "require-dev": {
4549 "mikey179/vfsstream": "~1.5",
4550 "phpmd/phpmd": "~2.2",
4551 "phpunit/php-invoker": "~1.1",
4552 "phpunit/phpunit": "^5.7 || ^7.3",
4553 "squizlabs/php_codesniffer": "~2.3"
4554 },
4555 "type": "library",
4556 "extra": {
4557 "branch-alias": {
4558 "dev-master": "3.1-dev"
4559 }
4560 },
4561 "autoload": {
4562 "psr-4": {
4563 "Lcobucci\\JWT\\": "src"
4564 }
4565 },
4566 "notification-url": "https://packagist.org/downloads/",
4567 "license": [
4568 "BSD-3-Clause"
4569 ],
4570 "authors": [
4571 {
4572 "name": "Luís Otávio Cobucci Oblonczyk",
4573 "email": "lcobucci@gmail.com",
4574 "role": "Developer"
4575 }
4576 ],
4577 "description": "A simple library to work with JSON Web Token and JSON Web Signature",
4578 "keywords": [
4579 "JWS",
4580 "jwt"
4581 ],
4582 "time": "2019-05-24T18:30:49+00:00"
4583 },
4584 {
4585 "name": "lexik/form-filter-bundle",
4586 "version": "v5.0.10",
4587 "source": {
4588 "type": "git",
4589 "url": "https://github.com/lexik/LexikFormFilterBundle.git",
4590 "reference": "92df0638173979dc906bda7a33a10b98429d2057"
4591 },
4592 "dist": {
4593 "type": "zip",
4594 "url": "https://api.github.com/repos/lexik/LexikFormFilterBundle/zipball/92df0638173979dc906bda7a33a10b98429d2057",
4595 "reference": "92df0638173979dc906bda7a33a10b98429d2057",
4596 "shasum": ""
4597 },
4598 "require": {
4599 "doctrine/orm": "^2.4.8",
4600 "php": ">=5.5.9",
4601 "symfony/form": "~2.8|~3.0|^4.0",
4602 "symfony/framework-bundle": "~2.8|~3.0|^4.0"
4603 },
4604 "require-dev": {
4605 "doctrine/mongodb-odm-bundle": "^3.0",
4606 "phpunit/phpunit": "~5.0|^7.5"
4607 },
4608 "suggest": {
4609 "alcaeus/mongo-php-adapter": "Install this package if using the PHP 7 MongoDB Driver"
4610 },
4611 "type": "symfony-bundle",
4612 "extra": {
4613 "branch-alias": {
4614 "dev-master": "5.x.x-dev"
4615 }
4616 },
4617 "autoload": {
4618 "psr-4": {
4619 "Lexik\\Bundle\\FormFilterBundle\\": ""
4620 }
4621 },
4622 "notification-url": "https://packagist.org/downloads/",
4623 "license": [
4624 "MIT"
4625 ],
4626 "authors": [
4627 {
4628 "name": "Dev Lexik",
4629 "email": "dev@lexik.fr"
4630 },
4631 {
4632 "name": "Cedric Girard",
4633 "email": "c.girard@lexik.fr"
4634 }
4635 ],
4636 "description": "This bundle aim to provide classes to build some form filters and then build a doctrine query from this form filter.",
4637 "homepage": "https://github.com/lexik/LexikFormFilterBundle",
4638 "keywords": [
4639 "bundle",
4640 "doctrine",
4641 "filter",
4642 "form",
4643 "symfony"
4644 ],
4645 "time": "2019-04-17T17:58:44+00:00"
4646 },
4647 {
4648 "name": "liip/theme-bundle",
4649 "version": "1.7.0",
4650 "source": {
4651 "type": "git",
4652 "url": "https://github.com/liip/LiipThemeBundle.git",
4653 "reference": "362394821ff8dcc90b06272e289e7dafe4dab52a"
4654 },
4655 "dist": {
4656 "type": "zip",
4657 "url": "https://api.github.com/repos/liip/LiipThemeBundle/zipball/362394821ff8dcc90b06272e289e7dafe4dab52a",
4658 "reference": "362394821ff8dcc90b06272e289e7dafe4dab52a",
4659 "shasum": ""
4660 },
4661 "require": {
4662 "php": "^7.0",
4663 "psr/log": "~1.0",
4664 "symfony/finder": "^3.0|^4.0",
4665 "symfony/framework-bundle": "^3.0|^4.0",
4666 "symfony/templating": "^3.0|^4.0",
4667 "symfony/twig-bundle": "^3.0|^4.0",
4668 "twig/twig": "^1.34|^2.4"
4669 },
4670 "conflict": {
4671 "sebastian/comparator": "1.2.3"
4672 },
4673 "require-dev": {
4674 "phpunit/phpunit": "^6.0",
4675 "symfony/console": "^3.0|^4.0",
4676 "symfony/expression-language": "^3.0|^4.0"
4677 },
4678 "type": "symfony-bundle",
4679 "extra": {
4680 "branch-alias": {
4681 "dev-master": "1.4-dev"
4682 }
4683 },
4684 "autoload": {
4685 "psr-4": {
4686 "Liip\\ThemeBundle\\": ""
4687 }
4688 },
4689 "notification-url": "https://packagist.org/downloads/",
4690 "license": [
4691 "MIT"
4692 ],
4693 "authors": [
4694 {
4695 "name": "Community contributions",
4696 "homepage": "https://github.com/liip/LiipThemeBundle/contributors"
4697 },
4698 {
4699 "name": "Liip AG",
4700 "homepage": "http://www.liip.ch/"
4701 }
4702 ],
4703 "description": "Provides theming support for #Symfony2 Bundles",
4704 "keywords": [
4705 "themes",
4706 "theming"
4707 ],
4708 "time": "2019-06-19T12:53:08+00:00"
4709 },
4710 {
4711 "name": "masterminds/html5",
4712 "version": "2.7.0",
4713 "source": {
4714 "type": "git",
4715 "url": "https://github.com/Masterminds/html5-php.git",
4716 "reference": "104443ad663d15981225f99532ba73c2f1d6b6f2"
4717 },
4718 "dist": {
4719 "type": "zip",
4720 "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/104443ad663d15981225f99532ba73c2f1d6b6f2",
4721 "reference": "104443ad663d15981225f99532ba73c2f1d6b6f2",
4722 "shasum": ""
4723 },
4724 "require": {
4725 "ext-ctype": "*",
4726 "ext-dom": "*",
4727 "ext-libxml": "*",
4728 "php": ">=5.3.0"
4729 },
4730 "require-dev": {
4731 "phpunit/phpunit": "^4.8.35",
4732 "sami/sami": "~2.0",
4733 "satooshi/php-coveralls": "1.0.*"
4734 },
4735 "type": "library",
4736 "extra": {
4737 "branch-alias": {
4738 "dev-master": "2.7-dev"
4739 }
4740 },
4741 "autoload": {
4742 "psr-4": {
4743 "Masterminds\\": "src"
4744 }
4745 },
4746 "notification-url": "https://packagist.org/downloads/",
4747 "license": [
4748 "MIT"
4749 ],
4750 "authors": [
4751 {
4752 "name": "Matt Butcher",
4753 "email": "technosophos@gmail.com"
4754 },
4755 {
4756 "name": "Matt Farina",
4757 "email": "matt@mattfarina.com"
4758 },
4759 {
4760 "name": "Asmir Mustafic",
4761 "email": "goetas@gmail.com"
4762 }
4763 ],
4764 "description": "An HTML5 parser and serializer.",
4765 "homepage": "http://masterminds.github.io/html5-php",
4766 "keywords": [
4767 "HTML5",
4768 "dom",
4769 "html",
4770 "parser",
4771 "querypath",
4772 "serializer",
4773 "xml"
4774 ],
4775 "time": "2019-07-25T07:03:26+00:00"
4776 },
4777 {
4778 "name": "mgargano/simplehtmldom",
4779 "version": "1.5",
4780 "source": {
4781 "type": "git",
4782 "url": "https://github.com/matgargano/simplehtmldom.git",
4783 "reference": "37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be"
4784 },
4785 "dist": {
4786 "type": "zip",
4787 "url": "https://api.github.com/repos/matgargano/simplehtmldom/zipball/37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be",
4788 "reference": "37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be",
4789 "shasum": ""
4790 },
4791 "require": {
4792 "php": ">=5.3.0"
4793 },
4794 "type": "library",
4795 "autoload": {
4796 "psr-0": {
4797 "SimpleHtmlDom": "src/"
4798 },
4799 "files": [
4800 "src/simple_html_dom.php"
4801 ]
4802 },
4803 "notification-url": "https://packagist.org/downloads/",
4804 "license": [
4805 "The MIT License"
4806 ],
4807 "authors": [
4808 {
4809 "name": "S.C. Chen",
4810 "email": "me578022@gmail.com"
4811 }
4812 ],
4813 "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",
4814 "homepage": "http://simplehtmldom.sourceforge.net/",
4815 "keywords": [
4816 "Simple",
4817 "dom",
4818 "html"
4819 ],
4820 "time": "2014-01-05T18:17:34+00:00"
4821 },
4822 {
4823 "name": "michelf/php-markdown",
4824 "version": "1.9.0",
4825 "source": {
4826 "type": "git",
4827 "url": "https://github.com/michelf/php-markdown.git",
4828 "reference": "c83178d49e372ca967d1a8c77ae4e051b3a3c75c"
4829 },
4830 "dist": {
4831 "type": "zip",
4832 "url": "https://api.github.com/repos/michelf/php-markdown/zipball/c83178d49e372ca967d1a8c77ae4e051b3a3c75c",
4833 "reference": "c83178d49e372ca967d1a8c77ae4e051b3a3c75c",
4834 "shasum": ""
4835 },
4836 "require": {
4837 "php": ">=5.3.0"
4838 },
4839 "require-dev": {
4840 "phpunit/phpunit": ">=4.3 <5.8"
4841 },
4842 "type": "library",
4843 "autoload": {
4844 "psr-4": {
4845 "Michelf\\": "Michelf/"
4846 }
4847 },
4848 "notification-url": "https://packagist.org/downloads/",
4849 "license": [
4850 "BSD-3-Clause"
4851 ],
4852 "authors": [
4853 {
4854 "name": "Michel Fortin",
4855 "email": "michel.fortin@michelf.ca",
4856 "homepage": "https://michelf.ca/",
4857 "role": "Developer"
4858 },
4859 {
4860 "name": "John Gruber",
4861 "homepage": "https://daringfireball.net/"
4862 }
4863 ],
4864 "description": "PHP Markdown",
4865 "homepage": "https://michelf.ca/projects/php-markdown/",
4866 "keywords": [
4867 "markdown"
4868 ],
4869 "time": "2019-12-02T02:32:27+00:00"
4870 },
4871 {
4872 "name": "mnapoli/piwik-twig-extension",
4873 "version": "2.0.1",
4874 "source": {
4875 "type": "git",
4876 "url": "https://github.com/mnapoli/PiwikTwigExtension.git",
4877 "reference": "e1746d20730426d7098b4a9a3f5c6c99c6f04612"
4878 },
4879 "dist": {
4880 "type": "zip",
4881 "url": "https://api.github.com/repos/mnapoli/PiwikTwigExtension/zipball/e1746d20730426d7098b4a9a3f5c6c99c6f04612",
4882 "reference": "e1746d20730426d7098b4a9a3f5c6c99c6f04612",
4883 "shasum": ""
4884 },
4885 "require": {
4886 "php": ">=7.0",
4887 "twig/twig": "~2.10"
4888 },
4889 "require-dev": {
4890 "friendsofphp/php-cs-fixer": "~2.13",
4891 "php-coveralls/php-coveralls": "^2.0",
4892 "symfony/phpunit-bridge": "^4.2"
4893 },
4894 "type": "library",
4895 "autoload": {
4896 "psr-4": {
4897 "PiwikTwigExtension\\": "src/"
4898 }
4899 },
4900 "notification-url": "https://packagist.org/downloads/",
4901 "license": [
4902 "MIT"
4903 ],
4904 "time": "2019-06-21T10:58:04+00:00"
4905 },
4906 {
4907 "name": "monolog/monolog",
4908 "version": "1.25.3",
4909 "source": {
4910 "type": "git",
4911 "url": "https://github.com/Seldaek/monolog.git",
4912 "reference": "fa82921994db851a8becaf3787a9e73c5976b6f1"
4913 },
4914 "dist": {
4915 "type": "zip",
4916 "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fa82921994db851a8becaf3787a9e73c5976b6f1",
4917 "reference": "fa82921994db851a8becaf3787a9e73c5976b6f1",
4918 "shasum": ""
4919 },
4920 "require": {
4921 "php": ">=5.3.0",
4922 "psr/log": "~1.0"
4923 },
4924 "provide": {
4925 "psr/log-implementation": "1.0.0"
4926 },
4927 "require-dev": {
4928 "aws/aws-sdk-php": "^2.4.9 || ^3.0",
4929 "doctrine/couchdb": "~1.0@dev",
4930 "graylog2/gelf-php": "~1.0",
4931 "jakub-onderka/php-parallel-lint": "0.9",
4932 "php-amqplib/php-amqplib": "~2.4",
4933 "php-console/php-console": "^3.1.3",
4934 "phpunit/phpunit": "~4.5",
4935 "phpunit/phpunit-mock-objects": "2.3.0",
4936 "ruflin/elastica": ">=0.90 <3.0",
4937 "sentry/sentry": "^0.13",
4938 "swiftmailer/swiftmailer": "^5.3|^6.0"
4939 },
4940 "suggest": {
4941 "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
4942 "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
4943 "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
4944 "ext-mongo": "Allow sending log messages to a MongoDB server",
4945 "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
4946 "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
4947 "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
4948 "php-console/php-console": "Allow sending log messages to Google Chrome",
4949 "rollbar/rollbar": "Allow sending log messages to Rollbar",
4950 "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
4951 "sentry/sentry": "Allow sending log messages to a Sentry server"
4952 },
4953 "type": "library",
4954 "extra": {
4955 "branch-alias": {
4956 "dev-master": "2.0.x-dev"
4957 }
4958 },
4959 "autoload": {
4960 "psr-4": {
4961 "Monolog\\": "src/Monolog"
4962 }
4963 },
4964 "notification-url": "https://packagist.org/downloads/",
4965 "license": [
4966 "MIT"
4967 ],
4968 "authors": [
4969 {
4970 "name": "Jordi Boggiano",
4971 "email": "j.boggiano@seld.be",
4972 "homepage": "http://seld.be"
4973 }
4974 ],
4975 "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
4976 "homepage": "http://github.com/Seldaek/monolog",
4977 "keywords": [
4978 "log",
4979 "logging",
4980 "psr-3"
4981 ],
4982 "time": "2019-12-20T14:15:16+00:00"
4983 },
4984 {
4985 "name": "nelmio/api-doc-bundle",
4986 "version": "2.13.4",
4987 "target-dir": "Nelmio/ApiDocBundle",
4988 "source": {
4989 "type": "git",
4990 "url": "https://github.com/nelmio/NelmioApiDocBundle.git",
4991 "reference": "28802f2c44dbbf29aa7f5dc80a10f44d3558f580"
4992 },
4993 "dist": {
4994 "type": "zip",
4995 "url": "https://api.github.com/repos/nelmio/NelmioApiDocBundle/zipball/28802f2c44dbbf29aa7f5dc80a10f44d3558f580",
4996 "reference": "28802f2c44dbbf29aa7f5dc80a10f44d3558f580",
4997 "shasum": ""
4998 },
4999 "require": {
5000 "michelf/php-markdown": "~1.4",
5001 "php": ">=5.4",
5002 "symfony/console": "~2.3|~3.0|~4.0",
5003 "symfony/framework-bundle": "~2.3|~3.0|~4.0",
5004 "symfony/twig-bundle": "~2.3|~3.0|~4.0"
5005 },
5006 "conflict": {
5007 "jms/serializer": "<0.12",
5008 "jms/serializer-bundle": "<0.11",
5009 "symfony/symfony": "~2.7.8",
5010 "twig/twig": "<1.12"
5011 },
5012 "require-dev": {
5013 "doctrine/doctrine-bundle": "~1.5",
5014 "doctrine/orm": "~2.3",
5015 "dunglas/api-bundle": "~1.0",
5016 "friendsofsymfony/rest-bundle": "~1.0|~2.0",
5017 "jms/serializer-bundle": ">=0.11",
5018 "sensio/framework-extra-bundle": "~3.0",
5019 "symfony/browser-kit": "~2.3|~3.0|~4.0",
5020 "symfony/css-selector": "~2.3|~3.0|~4.0",
5021 "symfony/finder": "~2.3|~3.0|~4.0",
5022 "symfony/form": "~2.3|~3.0|~4.0",
5023 "symfony/phpunit-bridge": "~2.7|~3.0|~4.0",
5024 "symfony/serializer": "~2.7|~3.0|~4.0",
5025 "symfony/validator": "~2.3|~3.0|~4.0",
5026 "symfony/yaml": "~2.3|~3.0|~4.0"
5027 },
5028 "suggest": {
5029 "dunglas/api-bundle": "For making use of resources definitions of DunglasApiBundle.",
5030 "friendsofsymfony/rest-bundle": "For making use of REST information in the doc.",
5031 "jms/serializer": "For making use of serializer information in the doc.",
5032 "symfony/form": "For using form definitions as input.",
5033 "symfony/validator": "For making use of validator information in the doc."
5034 },
5035 "type": "symfony-bundle",
5036 "extra": {
5037 "branch-alias": {
5038 "dev-2.x": "2.13-dev"
5039 }
5040 },
5041 "autoload": {
5042 "psr-0": {
5043 "Nelmio\\ApiDocBundle": ""
5044 }
5045 },
5046 "notification-url": "https://packagist.org/downloads/",
5047 "license": [
5048 "MIT"
5049 ],
5050 "authors": [
5051 {
5052 "name": "Nelmio",
5053 "homepage": "http://nelm.io"
5054 },
5055 {
5056 "name": "Symfony Community",
5057 "homepage": "https://github.com/nelmio/NelmioApiDocBundle/contributors"
5058 }
5059 ],
5060 "description": "Generates documentation for your REST API from annotations",
5061 "keywords": [
5062 "api",
5063 "doc",
5064 "documentation",
5065 "rest"
5066 ],
5067 "time": "2019-06-01T13:34:59+00:00"
5068 },
5069 {
5070 "name": "nelmio/cors-bundle",
5071 "version": "1.5.6",
5072 "source": {
5073 "type": "git",
5074 "url": "https://github.com/nelmio/NelmioCorsBundle.git",
5075 "reference": "10a24c10f242440211ed31075e74f81661c690d9"
5076 },
5077 "dist": {
5078 "type": "zip",
5079 "url": "https://api.github.com/repos/nelmio/NelmioCorsBundle/zipball/10a24c10f242440211ed31075e74f81661c690d9",
5080 "reference": "10a24c10f242440211ed31075e74f81661c690d9",
5081 "shasum": ""
5082 },
5083 "require": {
5084 "symfony/framework-bundle": "^2.7 || ^3.0 || ^4.0"
5085 },
5086 "require-dev": {
5087 "matthiasnoback/symfony-dependency-injection-test": "^1.0 || ^2.0",
5088 "mockery/mockery": "^0.9 || ^1.0",
5089 "symfony/phpunit-bridge": "^2.7 || ^3.0 || ^4.0"
5090 },
5091 "type": "symfony-bundle",
5092 "extra": {
5093 "branch-alias": {
5094 "dev-master": "1.5.x-dev"
5095 }
5096 },
5097 "autoload": {
5098 "psr-4": {
5099 "Nelmio\\CorsBundle\\": ""
5100 },
5101 "exclude-from-classmap": [
5102 "/Tests/"
5103 ]
5104 },
5105 "notification-url": "https://packagist.org/downloads/",
5106 "license": [
5107 "MIT"
5108 ],
5109 "authors": [
5110 {
5111 "name": "Nelmio",
5112 "homepage": "http://nelm.io"
5113 },
5114 {
5115 "name": "Symfony Community",
5116 "homepage": "https://github.com/nelmio/NelmioCorsBundle/contributors"
5117 }
5118 ],
5119 "description": "Adds CORS (Cross-Origin Resource Sharing) headers support in your Symfony2 application",
5120 "keywords": [
5121 "api",
5122 "cors",
5123 "crossdomain"
5124 ],
5125 "time": "2019-06-17T08:53:14+00:00"
5126 },
5127 {
5128 "name": "ocramius/package-versions",
5129 "version": "1.4.2",
5130 "source": {
5131 "type": "git",
5132 "url": "https://github.com/Ocramius/PackageVersions.git",
5133 "reference": "44af6f3a2e2e04f2af46bcb302ad9600cba41c7d"
5134 },
5135 "dist": {
5136 "type": "zip",
5137 "url": "https://api.github.com/repos/Ocramius/PackageVersions/zipball/44af6f3a2e2e04f2af46bcb302ad9600cba41c7d",
5138 "reference": "44af6f3a2e2e04f2af46bcb302ad9600cba41c7d",
5139 "shasum": ""
5140 },
5141 "require": {
5142 "composer-plugin-api": "^1.0.0",
5143 "php": "^7.1.0"
5144 },
5145 "require-dev": {
5146 "composer/composer": "^1.6.3",
5147 "doctrine/coding-standard": "^5.0.1",
5148 "ext-zip": "*",
5149 "infection/infection": "^0.7.1",
5150 "phpunit/phpunit": "^7.5.17"
5151 },
5152 "type": "composer-plugin",
5153 "extra": {
5154 "class": "PackageVersions\\Installer",
5155 "branch-alias": {
5156 "dev-master": "2.0.x-dev"
5157 }
5158 },
5159 "autoload": {
5160 "psr-4": {
5161 "PackageVersions\\": "src/PackageVersions"
5162 }
5163 },
5164 "notification-url": "https://packagist.org/downloads/",
5165 "license": [
5166 "MIT"
5167 ],
5168 "authors": [
5169 {
5170 "name": "Marco Pivetta",
5171 "email": "ocramius@gmail.com"
5172 }
5173 ],
5174 "description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)",
5175 "time": "2019-11-15T16:17:10+00:00"
5176 },
5177 {
5178 "name": "ocramius/proxy-manager",
5179 "version": "2.1.1",
5180 "source": {
5181 "type": "git",
5182 "url": "https://github.com/Ocramius/ProxyManager.git",
5183 "reference": "e18ac876b2e4819c76349de8f78ccc8ef1554cd7"
5184 },
5185 "dist": {
5186 "type": "zip",
5187 "url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/e18ac876b2e4819c76349de8f78ccc8ef1554cd7",
5188 "reference": "e18ac876b2e4819c76349de8f78ccc8ef1554cd7",
5189 "shasum": ""
5190 },
5191 "require": {
5192 "ocramius/package-versions": "^1.1.1",
5193 "php": "^7.1.0",
5194 "zendframework/zend-code": "^3.1.0"
5195 },
5196 "require-dev": {
5197 "couscous/couscous": "^1.5.2",
5198 "ext-phar": "*",
5199 "humbug/humbug": "dev-master@DEV",
5200 "nikic/php-parser": "^3.0.4",
5201 "phpbench/phpbench": "^0.12.2",
5202 "phpstan/phpstan": "^0.6.4",
5203 "phpunit/phpunit": "^5.6.4",
5204 "phpunit/phpunit-mock-objects": "^3.4.1",
5205 "squizlabs/php_codesniffer": "^2.7.0"
5206 },
5207 "suggest": {
5208 "ocramius/generated-hydrator": "To have very fast object to array to object conversion for ghost objects",
5209 "zendframework/zend-json": "To have the JsonRpc adapter (Remote Object feature)",
5210 "zendframework/zend-soap": "To have the Soap adapter (Remote Object feature)",
5211 "zendframework/zend-xmlrpc": "To have the XmlRpc adapter (Remote Object feature)"
5212 },
5213 "type": "library",
5214 "extra": {
5215 "branch-alias": {
5216 "dev-master": "3.0.x-dev"
5217 }
5218 },
5219 "autoload": {
5220 "psr-0": {
5221 "ProxyManager\\": "src"
5222 }
5223 },
5224 "notification-url": "https://packagist.org/downloads/",
5225 "license": [
5226 "MIT"
5227 ],
5228 "authors": [
5229 {
5230 "name": "Marco Pivetta",
5231 "email": "ocramius@gmail.com",
5232 "homepage": "http://ocramius.github.io/"
5233 }
5234 ],
5235 "description": "A library providing utilities to generate, instantiate and generally operate with Object Proxies",
5236 "homepage": "https://github.com/Ocramius/ProxyManager",
5237 "keywords": [
5238 "aop",
5239 "lazy loading",
5240 "proxy",
5241 "proxy pattern",
5242 "service proxies"
5243 ],
5244 "time": "2017-05-04T11:12:50+00:00"
5245 },
5246 {
5247 "name": "pagerfanta/pagerfanta",
5248 "version": "v2.1.3",
5249 "source": {
5250 "type": "git",
5251 "url": "https://github.com/whiteoctober/Pagerfanta.git",
5252 "reference": "a53ff01d521648d9dbca19b93ac6bc75a59b0972"
5253 },
5254 "dist": {
5255 "type": "zip",
5256 "url": "https://api.github.com/repos/whiteoctober/Pagerfanta/zipball/a53ff01d521648d9dbca19b93ac6bc75a59b0972",
5257 "reference": "a53ff01d521648d9dbca19b93ac6bc75a59b0972",
5258 "shasum": ""
5259 },
5260 "require": {
5261 "php": "^7.0"
5262 },
5263 "require-dev": {
5264 "doctrine/orm": "~2.3",
5265 "doctrine/phpcr-odm": "1.*",
5266 "jackalope/jackalope-doctrine-dbal": "1.*",
5267 "jmikola/geojson": "~1.0",
5268 "mandango/mandango": "~1.0@dev",
5269 "mandango/mondator": "~1.0@dev",
5270 "phpunit/phpunit": "^6.5",
5271 "propel/propel": "~2.0@dev",
5272 "propel/propel1": "~1.6",
5273 "ruflin/elastica": "~1.3",
5274 "solarium/solarium": "~3.1"
5275 },
5276 "suggest": {
5277 "doctrine/mongodb-odm": "To use the DoctrineODMMongoDBAdapter.",
5278 "doctrine/orm": "To use the DoctrineORMAdapter.",
5279 "doctrine/phpcr-odm": "To use the DoctrineODMPhpcrAdapter. >= 1.1.0",
5280 "mandango/mandango": "To use the MandangoAdapter.",
5281 "propel/propel": "To use the Propel2Adapter",
5282 "propel/propel1": "To use the PropelAdapter",
5283 "solarium/solarium": "To use the SolariumAdapter."
5284 },
5285 "type": "library",
5286 "extra": {
5287 "branch-alias": {
5288 "dev-master": "1.0.x-dev"
5289 }
5290 },
5291 "autoload": {
5292 "psr-4": {
5293 "Pagerfanta\\": "src/Pagerfanta/"
5294 }
5295 },
5296 "notification-url": "https://packagist.org/downloads/",
5297 "license": [
5298 "MIT"
5299 ],
5300 "authors": [
5301 {
5302 "name": "Pablo Díez",
5303 "email": "pablodip@gmail.com"
5304 }
5305 ],
5306 "description": "Pagination for PHP",
5307 "keywords": [
5308 "page",
5309 "pagination",
5310 "paginator",
5311 "paging"
5312 ],
5313 "time": "2019-07-17T20:56:16+00:00"
5314 },
5315 {
5316 "name": "paragonie/constant_time_encoding",
5317 "version": "v2.3.0",
5318 "source": {
5319 "type": "git",
5320 "url": "https://github.com/paragonie/constant_time_encoding.git",
5321 "reference": "47a1cedd2e4d52688eb8c96469c05ebc8fd28fa2"
5322 },
5323 "dist": {
5324 "type": "zip",
5325 "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/47a1cedd2e4d52688eb8c96469c05ebc8fd28fa2",
5326 "reference": "47a1cedd2e4d52688eb8c96469c05ebc8fd28fa2",
5327 "shasum": ""
5328 },
5329 "require": {
5330 "php": "^7|^8"
5331 },
5332 "require-dev": {
5333 "phpunit/phpunit": "^6|^7",
5334 "vimeo/psalm": "^1|^2|^3"
5335 },
5336 "type": "library",
5337 "autoload": {
5338 "psr-4": {
5339 "ParagonIE\\ConstantTime\\": "src/"
5340 }
5341 },
5342 "notification-url": "https://packagist.org/downloads/",
5343 "license": [
5344 "MIT"
5345 ],
5346 "authors": [
5347 {
5348 "name": "Paragon Initiative Enterprises",
5349 "email": "security@paragonie.com",
5350 "homepage": "https://paragonie.com",
5351 "role": "Maintainer"
5352 },
5353 {
5354 "name": "Steve 'Sc00bz' Thomas",
5355 "email": "steve@tobtu.com",
5356 "homepage": "https://www.tobtu.com",
5357 "role": "Original Developer"
5358 }
5359 ],
5360 "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
5361 "keywords": [
5362 "base16",
5363 "base32",
5364 "base32_decode",
5365 "base32_encode",
5366 "base64",
5367 "base64_decode",
5368 "base64_encode",
5369 "bin2hex",
5370 "encoding",
5371 "hex",
5372 "hex2bin",
5373 "rfc4648"
5374 ],
5375 "time": "2019-11-06T19:20:29+00:00"
5376 },
5377 {
5378 "name": "paragonie/random_compat",
5379 "version": "v2.0.18",
5380 "source": {
5381 "type": "git",
5382 "url": "https://github.com/paragonie/random_compat.git",
5383 "reference": "0a58ef6e3146256cc3dc7cc393927bcc7d1b72db"
5384 },
5385 "dist": {
5386 "type": "zip",
5387 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/0a58ef6e3146256cc3dc7cc393927bcc7d1b72db",
5388 "reference": "0a58ef6e3146256cc3dc7cc393927bcc7d1b72db",
5389 "shasum": ""
5390 },
5391 "require": {
5392 "php": ">=5.2.0"
5393 },
5394 "require-dev": {
5395 "phpunit/phpunit": "4.*|5.*"
5396 },
5397 "suggest": {
5398 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
5399 },
5400 "type": "library",
5401 "autoload": {
5402 "files": [
5403 "lib/random.php"
5404 ]
5405 },
5406 "notification-url": "https://packagist.org/downloads/",
5407 "license": [
5408 "MIT"
5409 ],
5410 "authors": [
5411 {
5412 "name": "Paragon Initiative Enterprises",
5413 "email": "security@paragonie.com",
5414 "homepage": "https://paragonie.com"
5415 }
5416 ],
5417 "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
5418 "keywords": [
5419 "csprng",
5420 "polyfill",
5421 "pseudorandom",
5422 "random"
5423 ],
5424 "time": "2019-01-03T20:59:08+00:00"
5425 },
5426 {
5427 "name": "php-amqplib/php-amqplib",
5428 "version": "v2.11.0",
5429 "source": {
5430 "type": "git",
5431 "url": "https://github.com/php-amqplib/php-amqplib.git",
5432 "reference": "9ee212baced63442ca1ab029acde38e1144a00b8"
5433 },
5434 "dist": {
5435 "type": "zip",
5436 "url": "https://api.github.com/repos/php-amqplib/php-amqplib/zipball/9ee212baced63442ca1ab029acde38e1144a00b8",
5437 "reference": "9ee212baced63442ca1ab029acde38e1144a00b8",
5438 "shasum": ""
5439 },
5440 "require": {
5441 "ext-mbstring": "*",
5442 "ext-sockets": "*",
5443 "php": ">=5.6.3",
5444 "phpseclib/phpseclib": "^2.0.0"
5445 },
5446 "replace": {
5447 "videlalvaro/php-amqplib": "self.version"
5448 },
5449 "require-dev": {
5450 "ext-curl": "*",
5451 "nategood/httpful": "^0.2.20",
5452 "phpunit/phpunit": "^5.7|^6.5|^7.0",
5453 "squizlabs/php_codesniffer": "^2.5"
5454 },
5455 "type": "library",
5456 "extra": {
5457 "branch-alias": {
5458 "dev-master": "2.11-dev"
5459 }
5460 },
5461 "autoload": {
5462 "psr-4": {
5463 "PhpAmqpLib\\": "PhpAmqpLib/"
5464 }
5465 },
5466 "notification-url": "https://packagist.org/downloads/",
5467 "license": [
5468 "LGPL-2.1-or-later"
5469 ],
5470 "authors": [
5471 {
5472 "name": "Alvaro Videla",
5473 "role": "Original Maintainer"
5474 },
5475 {
5476 "name": "John Kelly",
5477 "email": "johnmkelly86@gmail.com",
5478 "role": "Maintainer"
5479 },
5480 {
5481 "name": "Raúl Araya",
5482 "email": "nubeiro@gmail.com",
5483 "role": "Maintainer"
5484 },
5485 {
5486 "name": "Luke Bakken",
5487 "email": "luke@bakken.io",
5488 "role": "Maintainer"
5489 }
5490 ],
5491 "description": "Formerly videlalvaro/php-amqplib. This library is a pure PHP implementation of the AMQP protocol. It's been tested against RabbitMQ.",
5492 "homepage": "https://github.com/php-amqplib/php-amqplib/",
5493 "keywords": [
5494 "message",
5495 "queue",
5496 "rabbitmq"
5497 ],
5498 "time": "2019-11-19T15:15:19+00:00"
5499 },
5500 {
5501 "name": "php-amqplib/rabbitmq-bundle",
5502 "version": "v1.14.4",
5503 "source": {
5504 "type": "git",
5505 "url": "https://github.com/php-amqplib/RabbitMqBundle.git",
5506 "reference": "cf67adaa4e306d8e9cb6855a72d79263b425ded8"
5507 },
5508 "dist": {
5509 "type": "zip",
5510 "url": "https://api.github.com/repos/php-amqplib/RabbitMqBundle/zipball/cf67adaa4e306d8e9cb6855a72d79263b425ded8",
5511 "reference": "cf67adaa4e306d8e9cb6855a72d79263b425ded8",
5512 "shasum": ""
5513 },
5514 "require": {
5515 "php": "^5.3.9|^7.0",
5516 "php-amqplib/php-amqplib": "^2.6",
5517 "psr/log": "^1.0",
5518 "symfony/config": "^2.7|^3.0|^4.0",
5519 "symfony/console": "^2.7|^3.0|^4.0",
5520 "symfony/dependency-injection": "^2.7|^3.0|^4.0",
5521 "symfony/event-dispatcher": "^2.7|^3.0|^4.0",
5522 "symfony/yaml": "^2.7|^3.0|^4.0"
5523 },
5524 "replace": {
5525 "oldsound/rabbitmq-bundle": "self.version"
5526 },
5527 "require-dev": {
5528 "phpunit/phpunit": "^4.8.35|^5.4.3",
5529 "symfony/debug": "^2.7|^3.0|^4.0",
5530 "symfony/serializer": "^2.7|^3.0|^4.0"
5531 },
5532 "suggest": {
5533 "symfony/framework-bundle": "To use this lib as a full Symfony Bundle and to use the profiler data collector"
5534 },
5535 "type": "symfony-bundle",
5536 "extra": {
5537 "branch-alias": {
5538 "dev-master": "1.10.x-dev"
5539 }
5540 },
5541 "autoload": {
5542 "psr-4": {
5543 "OldSound\\RabbitMqBundle\\": ""
5544 },
5545 "exclude-from-classmap": [
5546 "/Tests/"
5547 ]
5548 },
5549 "notification-url": "https://packagist.org/downloads/",
5550 "license": [
5551 "MIT"
5552 ],
5553 "authors": [
5554 {
5555 "name": "Alvaro Videla"
5556 }
5557 ],
5558 "description": "Integrates php-amqplib with Symfony & RabbitMq. Formerly oldsound/rabbitmq-bundle.",
5559 "keywords": [
5560 "AMQP",
5561 "Symfony2",
5562 "message",
5563 "queue",
5564 "rabbitmq",
5565 "symfony",
5566 "symfony3",
5567 "symfony4"
5568 ],
5569 "time": "2018-05-02T13:12:32+00:00"
5570 },
5571 {
5572 "name": "php-http/client-common",
5573 "version": "2.1.0",
5574 "source": {
5575 "type": "git",
5576 "url": "https://github.com/php-http/client-common.git",
5577 "reference": "a8b29678d61556f45d6236b1667db16d998ceec5"
5578 },
5579 "dist": {
5580 "type": "zip",
5581 "url": "https://api.github.com/repos/php-http/client-common/zipball/a8b29678d61556f45d6236b1667db16d998ceec5",
5582 "reference": "a8b29678d61556f45d6236b1667db16d998ceec5",
5583 "shasum": ""
5584 },
5585 "require": {
5586 "php": "^7.1",
5587 "php-http/httplug": "^2.0",
5588 "php-http/message": "^1.6",
5589 "php-http/message-factory": "^1.0",
5590 "symfony/options-resolver": " ^3.4.20 || ~4.0.15 || ~4.1.9 || ^4.2.1 || ^5.0"
5591 },
5592 "require-dev": {
5593 "doctrine/instantiator": "^1.1",
5594 "guzzlehttp/psr7": "^1.4",
5595 "phpspec/phpspec": "^5.1",
5596 "phpspec/prophecy": "^1.8",
5597 "sebastian/comparator": "^3.0"
5598 },
5599 "suggest": {
5600 "ext-json": "To detect JSON responses with the ContentTypePlugin",
5601 "ext-libxml": "To detect XML responses with the ContentTypePlugin",
5602 "php-http/cache-plugin": "PSR-6 Cache plugin",
5603 "php-http/logger-plugin": "PSR-3 Logger plugin",
5604 "php-http/stopwatch-plugin": "Symfony Stopwatch plugin"
5605 },
5606 "type": "library",
5607 "extra": {
5608 "branch-alias": {
5609 "dev-master": "2.0.x-dev"
5610 }
5611 },
5612 "autoload": {
5613 "psr-4": {
5614 "Http\\Client\\Common\\": "src/"
5615 }
5616 },
5617 "notification-url": "https://packagist.org/downloads/",
5618 "license": [
5619 "MIT"
5620 ],
5621 "authors": [
5622 {
5623 "name": "Márk Sági-Kazár",
5624 "email": "mark.sagikazar@gmail.com"
5625 }
5626 ],
5627 "description": "Common HTTP Client implementations and tools for HTTPlug",
5628 "homepage": "http://httplug.io",
5629 "keywords": [
5630 "client",
5631 "common",
5632 "http",
5633 "httplug"
5634 ],
5635 "time": "2019-11-18T08:58:18+00:00"
5636 },
5637 {
5638 "name": "php-http/curl-client",
5639 "version": "2.1.0",
5640 "source": {
5641 "type": "git",
5642 "url": "https://github.com/php-http/curl-client.git",
5643 "reference": "9e79355af46d72e10da50be20b66f74b26143441"
5644 },
5645 "dist": {
5646 "type": "zip",
5647 "url": "https://api.github.com/repos/php-http/curl-client/zipball/9e79355af46d72e10da50be20b66f74b26143441",
5648 "reference": "9e79355af46d72e10da50be20b66f74b26143441",
5649 "shasum": ""
5650 },
5651 "require": {
5652 "ext-curl": "*",
5653 "php": "^7.1",
5654 "php-http/discovery": "^1.6",
5655 "php-http/httplug": "^2.0",
5656 "php-http/message": "^1.2",
5657 "psr/http-client": "^1.0",
5658 "psr/http-factory": "^1.0",
5659 "symfony/options-resolver": "^3.4 || ^4.0 || ^5.0"
5660 },
5661 "provide": {
5662 "php-http/async-client-implementation": "1.0",
5663 "php-http/client-implementation": "1.0",
5664 "psr/http-client-implementation": "1.0"
5665 },
5666 "require-dev": {
5667 "guzzlehttp/psr7": "^1.0",
5668 "php-http/client-integration-tests": "^2.0",
5669 "phpunit/phpunit": "^7.5",
5670 "zendframework/zend-diactoros": "^2.0"
5671 },
5672 "type": "library",
5673 "extra": {
5674 "branch-alias": {
5675 "dev-master": "2.x-dev"
5676 }
5677 },
5678 "autoload": {
5679 "psr-4": {
5680 "Http\\Client\\Curl\\": "src/"
5681 }
5682 },
5683 "notification-url": "https://packagist.org/downloads/",
5684 "license": [
5685 "MIT"
5686 ],
5687 "authors": [
5688 {
5689 "name": "Михаил Красильников",
5690 "email": "m.krasilnikov@yandex.ru"
5691 }
5692 ],
5693 "description": "PSR-18 and HTTPlug Async client with cURL",
5694 "homepage": "http://php-http.org",
5695 "keywords": [
5696 "curl",
5697 "http",
5698 "psr-18"
5699 ],
5700 "time": "2019-12-27T11:02:07+00:00"
5701 },
5702 {
5703 "name": "php-http/discovery",
5704 "version": "1.7.4",
5705 "source": {
5706 "type": "git",
5707 "url": "https://github.com/php-http/discovery.git",
5708 "reference": "82dbef649ccffd8e4f22e1953c3a5265992b83c0"
5709 },
5710 "dist": {
5711 "type": "zip",
5712 "url": "https://api.github.com/repos/php-http/discovery/zipball/82dbef649ccffd8e4f22e1953c3a5265992b83c0",
5713 "reference": "82dbef649ccffd8e4f22e1953c3a5265992b83c0",
5714 "shasum": ""
5715 },
5716 "require": {
5717 "php": "^7.1"
5718 },
5719 "conflict": {
5720 "nyholm/psr7": "<1.0"
5721 },
5722 "require-dev": {
5723 "akeneo/phpspec-skip-example-extension": "^4.0",
5724 "php-http/httplug": "^1.0 || ^2.0",
5725 "php-http/message-factory": "^1.0",
5726 "phpspec/phpspec": "^5.1",
5727 "puli/composer-plugin": "1.0.0-beta10"
5728 },
5729 "suggest": {
5730 "php-http/message": "Allow to use Guzzle, Diactoros or Slim Framework factories",
5731 "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."
5732 },
5733 "type": "library",
5734 "extra": {
5735 "branch-alias": {
5736 "dev-master": "1.7-dev"
5737 }
5738 },
5739 "autoload": {
5740 "psr-4": {
5741 "Http\\Discovery\\": "src/"
5742 }
5743 },
5744 "notification-url": "https://packagist.org/downloads/",
5745 "license": [
5746 "MIT"
5747 ],
5748 "authors": [
5749 {
5750 "name": "Márk Sági-Kazár",
5751 "email": "mark.sagikazar@gmail.com"
5752 }
5753 ],
5754 "description": "Finds installed HTTPlug implementations and PSR-7 message factories",
5755 "homepage": "http://php-http.org",
5756 "keywords": [
5757 "adapter",
5758 "client",
5759 "discovery",
5760 "factory",
5761 "http",
5762 "message",
5763 "psr7"
5764 ],
5765 "time": "2020-01-03T11:25:47+00:00"
5766 },
5767 {
5768 "name": "php-http/guzzle5-adapter",
5769 "version": "2.0.0",
5770 "source": {
5771 "type": "git",
5772 "url": "https://github.com/php-http/guzzle5-adapter.git",
5773 "reference": "cce48360b1f8a3467bd94e853e6107aa4532008e"
5774 },
5775 "dist": {
5776 "type": "zip",
5777 "url": "https://api.github.com/repos/php-http/guzzle5-adapter/zipball/cce48360b1f8a3467bd94e853e6107aa4532008e",
5778 "reference": "cce48360b1f8a3467bd94e853e6107aa4532008e",
5779 "shasum": ""
5780 },
5781 "require": {
5782 "guzzlehttp/guzzle": "^5.1",
5783 "php": "^7.0",
5784 "php-http/discovery": "^1.0",
5785 "php-http/httplug": "^2.0"
5786 },
5787 "provide": {
5788 "php-http/client-implementation": "1.0",
5789 "psr/http-client-implementation": "1.0"
5790 },
5791 "require-dev": {
5792 "ext-curl": "*",
5793 "guzzlehttp/ringphp": "^1.1",
5794 "php-http/client-integration-tests": "^2.0",
5795 "phpunit/phpunit": "^6.0 || ^7.0"
5796 },
5797 "type": "library",
5798 "extra": {
5799 "branch-alias": {
5800 "dev-master": "2.0-dev"
5801 }
5802 },
5803 "autoload": {
5804 "psr-4": {
5805 "Http\\Adapter\\Guzzle5\\": "src/"
5806 }
5807 },
5808 "notification-url": "https://packagist.org/downloads/",
5809 "license": [
5810 "MIT"
5811 ],
5812 "authors": [
5813 {
5814 "name": "Eric GELOEN",
5815 "email": "geloen.eric@gmail.com"
5816 },
5817 {
5818 "name": "Márk Sági-Kazár",
5819 "email": "mark.sagikazar@gmail.com"
5820 }
5821 ],
5822 "description": "Guzzle 5 HTTP Adapter",
5823 "homepage": "http://httplug.io",
5824 "keywords": [
5825 "Guzzle",
5826 "http"
5827 ],
5828 "time": "2019-02-05T12:28:45+00:00"
5829 },
5830 {
5831 "name": "php-http/httplug",
5832 "version": "2.1.0",
5833 "source": {
5834 "type": "git",
5835 "url": "https://github.com/php-http/httplug.git",
5836 "reference": "72d2b129a48f0490d55b7f89be0d6aa0597ffb06"
5837 },
5838 "dist": {
5839 "type": "zip",
5840 "url": "https://api.github.com/repos/php-http/httplug/zipball/72d2b129a48f0490d55b7f89be0d6aa0597ffb06",
5841 "reference": "72d2b129a48f0490d55b7f89be0d6aa0597ffb06",
5842 "shasum": ""
5843 },
5844 "require": {
5845 "php": "^7.0",
5846 "php-http/promise": "^1.0",
5847 "psr/http-client": "^1.0",
5848 "psr/http-message": "^1.0"
5849 },
5850 "require-dev": {
5851 "friends-of-phpspec/phpspec-code-coverage": "^4.1",
5852 "phpspec/phpspec": "^4.3.4|^5.0|^6.0"
5853 },
5854 "type": "library",
5855 "extra": {
5856 "branch-alias": {
5857 "dev-master": "2.x-dev"
5858 }
5859 },
5860 "autoload": {
5861 "psr-4": {
5862 "Http\\Client\\": "src/"
5863 }
5864 },
5865 "notification-url": "https://packagist.org/downloads/",
5866 "license": [
5867 "MIT"
5868 ],
5869 "authors": [
5870 {
5871 "name": "Eric GELOEN",
5872 "email": "geloen.eric@gmail.com"
5873 },
5874 {
5875 "name": "Márk Sági-Kazár",
5876 "email": "mark.sagikazar@gmail.com"
5877 }
5878 ],
5879 "description": "HTTPlug, the HTTP client abstraction for PHP",
5880 "homepage": "http://httplug.io",
5881 "keywords": [
5882 "client",
5883 "http"
5884 ],
5885 "time": "2019-12-27T10:07:11+00:00"
5886 },
5887 {
5888 "name": "php-http/httplug-bundle",
5889 "version": "1.16.0",
5890 "source": {
5891 "type": "git",
5892 "url": "https://github.com/php-http/HttplugBundle.git",
5893 "reference": "5044b655fcd3a43243383cd692a6bb6cd18af24f"
5894 },
5895 "dist": {
5896 "type": "zip",
5897 "url": "https://api.github.com/repos/php-http/HttplugBundle/zipball/5044b655fcd3a43243383cd692a6bb6cd18af24f",
5898 "reference": "5044b655fcd3a43243383cd692a6bb6cd18af24f",
5899 "shasum": ""
5900 },
5901 "require": {
5902 "php": "^7.1",
5903 "php-http/client-common": "^1.9 || ^2.0",
5904 "php-http/client-implementation": "^1.0",
5905 "php-http/discovery": "^1.0",
5906 "php-http/httplug": "^1.0 || ^2.0",
5907 "php-http/logger-plugin": "^1.1",
5908 "php-http/message": "^1.4",
5909 "php-http/message-factory": "^1.0.2",
5910 "php-http/stopwatch-plugin": "^1.2",
5911 "psr/http-message": "^1.0",
5912 "symfony/config": "^3.4.20 || ^4.2.1",
5913 "symfony/dependency-injection": "^3.4.20 || ^4.2.1",
5914 "symfony/event-dispatcher": "^3.4.20 || ^4.2.1",
5915 "symfony/http-kernel": "^3.4.20 || ^4.2.1",
5916 "symfony/options-resolver": "^3.4.20 || ^4.2.1"
5917 },
5918 "conflict": {
5919 "php-http/curl-client": "<2.0",
5920 "php-http/guzzle6-adapter": "<1.1"
5921 },
5922 "require-dev": {
5923 "guzzlehttp/psr7": "^1.0",
5924 "matthiasnoback/symfony-dependency-injection-test": "^3.0",
5925 "nyholm/nsa": "^1.1",
5926 "php-http/cache-plugin": "^1.6",
5927 "php-http/guzzle6-adapter": "^1.1.1 || ^2.0.1",
5928 "php-http/mock-client": "^1.2",
5929 "php-http/promise": "^1.0",
5930 "polishsymfonycommunity/symfony-mocker-container": "^1.0",
5931 "symfony/browser-kit": "^3.4.20 || ^4.2.1",
5932 "symfony/cache": "^3.4.20 || ^4.2.1",
5933 "symfony/dom-crawler": "^3.4.20 || ^4.2.1",
5934 "symfony/framework-bundle": "^3.4.0 || ^4.2",
5935 "symfony/http-foundation": "^3.4.20 || ^4.2.1",
5936 "symfony/phpunit-bridge": "^3.4 || ^4.2",
5937 "symfony/stopwatch": "^3.4.20 || ^4.2.1",
5938 "symfony/twig-bundle": "^3.4.20 || ^4.2.1",
5939 "symfony/web-profiler-bundle": "^3.4.20 || ^4.2.1",
5940 "twig/twig": "^1.36 || ^2.6"
5941 },
5942 "suggest": {
5943 "php-http/cache-plugin": "To configure clients that cache responses",
5944 "php-http/mock-client": "Add this to your require-dev section to mock HTTP responses easily",
5945 "twig/twig": "Add this to your require-dev section when using the WebProfilerBundle"
5946 },
5947 "type": "symfony-bundle",
5948 "extra": {
5949 "branch-alias": {
5950 "dev-master": "1.x-dev"
5951 }
5952 },
5953 "autoload": {
5954 "psr-4": {
5955 "Http\\HttplugBundle\\": "src/"
5956 },
5957 "exclude-from-classmap": [
5958 "/Tests/Resources/MyPsr18TestClient.php"
5959 ]
5960 },
5961 "notification-url": "https://packagist.org/downloads/",
5962 "license": [
5963 "MIT"
5964 ],
5965 "authors": [
5966 {
5967 "name": "David Buchmann",
5968 "email": "mail@davidbu.ch"
5969 },
5970 {
5971 "name": "Tobias Nyholm",
5972 "email": "tobias.nyholm@gmail.com"
5973 }
5974 ],
5975 "description": "Symfony integration for HTTPlug",
5976 "homepage": "http://httplug.io",
5977 "keywords": [
5978 "adapter",
5979 "bundle",
5980 "discovery",
5981 "factory",
5982 "http",
5983 "httplug",
5984 "message",
5985 "php-http"
5986 ],
5987 "time": "2019-06-05T12:03:16+00:00"
5988 },
5989 {
5990 "name": "php-http/logger-plugin",
5991 "version": "1.1.0",
5992 "source": {
5993 "type": "git",
5994 "url": "https://github.com/php-http/logger-plugin.git",
5995 "reference": "c1c6e90717ce350319b7b8bc489f1db35bb523fd"
5996 },
5997 "dist": {
5998 "type": "zip",
5999 "url": "https://api.github.com/repos/php-http/logger-plugin/zipball/c1c6e90717ce350319b7b8bc489f1db35bb523fd",
6000 "reference": "c1c6e90717ce350319b7b8bc489f1db35bb523fd",
6001 "shasum": ""
6002 },
6003 "require": {
6004 "php": "^5.4 || ^7.0",
6005 "php-http/client-common": "^1.9 || ^2.0",
6006 "php-http/message": "^1.0",
6007 "psr/log": "^1.0"
6008 },
6009 "require-dev": {
6010 "henrikbjorn/phpspec-code-coverage": "^1.0",
6011 "phpspec/phpspec": "^2.5"
6012 },
6013 "type": "library",
6014 "extra": {
6015 "branch-alias": {
6016 "dev-master": "1.1-dev"
6017 }
6018 },
6019 "autoload": {
6020 "psr-4": {
6021 "Http\\Client\\Common\\Plugin\\": "src/"
6022 }
6023 },
6024 "notification-url": "https://packagist.org/downloads/",
6025 "license": [
6026 "MIT"
6027 ],
6028 "authors": [
6029 {
6030 "name": "Márk Sági-Kazár",
6031 "email": "mark.sagikazar@gmail.com"
6032 }
6033 ],
6034 "description": "PSR-3 Logger plugin for HTTPlug",
6035 "homepage": "http://httplug.io",
6036 "keywords": [
6037 "http",
6038 "httplug",
6039 "logger",
6040 "plugin"
6041 ],
6042 "time": "2019-01-30T11:48:21+00:00"
6043 },
6044 {
6045 "name": "php-http/message",
6046 "version": "1.8.0",
6047 "source": {
6048 "type": "git",
6049 "url": "https://github.com/php-http/message.git",
6050 "reference": "ce8f43ac1e294b54aabf5808515c3554a19c1e1c"
6051 },
6052 "dist": {
6053 "type": "zip",
6054 "url": "https://api.github.com/repos/php-http/message/zipball/ce8f43ac1e294b54aabf5808515c3554a19c1e1c",
6055 "reference": "ce8f43ac1e294b54aabf5808515c3554a19c1e1c",
6056 "shasum": ""
6057 },
6058 "require": {
6059 "clue/stream-filter": "^1.4",
6060 "php": "^7.1",
6061 "php-http/message-factory": "^1.0.2",
6062 "psr/http-message": "^1.0"
6063 },
6064 "provide": {
6065 "php-http/message-factory-implementation": "1.0"
6066 },
6067 "require-dev": {
6068 "akeneo/phpspec-skip-example-extension": "^1.0",
6069 "coduo/phpspec-data-provider-extension": "^1.0",
6070 "ext-zlib": "*",
6071 "guzzlehttp/psr7": "^1.0",
6072 "henrikbjorn/phpspec-code-coverage": "^1.0",
6073 "phpspec/phpspec": "^2.4",
6074 "slim/slim": "^3.0",
6075 "zendframework/zend-diactoros": "^1.0"
6076 },
6077 "suggest": {
6078 "ext-zlib": "Used with compressor/decompressor streams",
6079 "guzzlehttp/psr7": "Used with Guzzle PSR-7 Factories",
6080 "slim/slim": "Used with Slim Framework PSR-7 implementation",
6081 "zendframework/zend-diactoros": "Used with Diactoros Factories"
6082 },
6083 "type": "library",
6084 "extra": {
6085 "branch-alias": {
6086 "dev-master": "1.8-dev"
6087 }
6088 },
6089 "autoload": {
6090 "psr-4": {
6091 "Http\\Message\\": "src/"
6092 },
6093 "files": [
6094 "src/filters.php"
6095 ]
6096 },
6097 "notification-url": "https://packagist.org/downloads/",
6098 "license": [
6099 "MIT"
6100 ],
6101 "authors": [
6102 {
6103 "name": "Márk Sági-Kazár",
6104 "email": "mark.sagikazar@gmail.com"
6105 }
6106 ],
6107 "description": "HTTP Message related tools",
6108 "homepage": "http://php-http.org",
6109 "keywords": [
6110 "http",
6111 "message",
6112 "psr-7"
6113 ],
6114 "time": "2019-08-05T06:55:08+00:00"
6115 },
6116 {
6117 "name": "php-http/message-factory",
6118 "version": "v1.0.2",
6119 "source": {
6120 "type": "git",
6121 "url": "https://github.com/php-http/message-factory.git",
6122 "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1"
6123 },
6124 "dist": {
6125 "type": "zip",
6126 "url": "https://api.github.com/repos/php-http/message-factory/zipball/a478cb11f66a6ac48d8954216cfed9aa06a501a1",
6127 "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1",
6128 "shasum": ""
6129 },
6130 "require": {
6131 "php": ">=5.4",
6132 "psr/http-message": "^1.0"
6133 },
6134 "type": "library",
6135 "extra": {
6136 "branch-alias": {
6137 "dev-master": "1.0-dev"
6138 }
6139 },
6140 "autoload": {
6141 "psr-4": {
6142 "Http\\Message\\": "src/"
6143 }
6144 },
6145 "notification-url": "https://packagist.org/downloads/",
6146 "license": [
6147 "MIT"
6148 ],
6149 "authors": [
6150 {
6151 "name": "Márk Sági-Kazár",
6152 "email": "mark.sagikazar@gmail.com"
6153 }
6154 ],
6155 "description": "Factory interfaces for PSR-7 HTTP Message",
6156 "homepage": "http://php-http.org",
6157 "keywords": [
6158 "factory",
6159 "http",
6160 "message",
6161 "stream",
6162 "uri"
6163 ],
6164 "time": "2015-12-19T14:08:53+00:00"
6165 },
6166 {
6167 "name": "php-http/promise",
6168 "version": "v1.0.0",
6169 "source": {
6170 "type": "git",
6171 "url": "https://github.com/php-http/promise.git",
6172 "reference": "dc494cdc9d7160b9a09bd5573272195242ce7980"
6173 },
6174 "dist": {
6175 "type": "zip",
6176 "url": "https://api.github.com/repos/php-http/promise/zipball/dc494cdc9d7160b9a09bd5573272195242ce7980",
6177 "reference": "dc494cdc9d7160b9a09bd5573272195242ce7980",
6178 "shasum": ""
6179 },
6180 "require-dev": {
6181 "henrikbjorn/phpspec-code-coverage": "^1.0",
6182 "phpspec/phpspec": "^2.4"
6183 },
6184 "type": "library",
6185 "extra": {
6186 "branch-alias": {
6187 "dev-master": "1.1-dev"
6188 }
6189 },
6190 "autoload": {
6191 "psr-4": {
6192 "Http\\Promise\\": "src/"
6193 }
6194 },
6195 "notification-url": "https://packagist.org/downloads/",
6196 "license": [
6197 "MIT"
6198 ],
6199 "authors": [
6200 {
6201 "name": "Márk Sági-Kazár",
6202 "email": "mark.sagikazar@gmail.com"
6203 },
6204 {
6205 "name": "Joel Wurtz",
6206 "email": "joel.wurtz@gmail.com"
6207 }
6208 ],
6209 "description": "Promise used for asynchronous HTTP requests",
6210 "homepage": "http://httplug.io",
6211 "keywords": [
6212 "promise"
6213 ],
6214 "time": "2016-01-26T13:27:02+00:00"
6215 },
6216 {
6217 "name": "php-http/stopwatch-plugin",
6218 "version": "1.3.0",
6219 "source": {
6220 "type": "git",
6221 "url": "https://github.com/php-http/stopwatch-plugin.git",
6222 "reference": "de6f39c96f57c60a43d535e27122de505e683f98"
6223 },
6224 "dist": {
6225 "type": "zip",
6226 "url": "https://api.github.com/repos/php-http/stopwatch-plugin/zipball/de6f39c96f57c60a43d535e27122de505e683f98",
6227 "reference": "de6f39c96f57c60a43d535e27122de505e683f98",
6228 "shasum": ""
6229 },
6230 "require": {
6231 "php": "^7.1",
6232 "php-http/client-common": "^1.9 || ^2.0",
6233 "symfony/stopwatch": "^3.4 || ^4.0 || ^5.0"
6234 },
6235 "require-dev": {
6236 "phpspec/phpspec": "^2.5 || ^3.0 || ^4.0"
6237 },
6238 "type": "library",
6239 "extra": {
6240 "branch-alias": {
6241 "dev-master": "1.3-dev"
6242 }
6243 },
6244 "autoload": {
6245 "psr-4": {
6246 "Http\\Client\\Common\\Plugin\\": "src/"
6247 }
6248 },
6249 "notification-url": "https://packagist.org/downloads/",
6250 "license": [
6251 "MIT"
6252 ],
6253 "authors": [
6254 {
6255 "name": "Márk Sági-Kazár",
6256 "email": "mark.sagikazar@gmail.com"
6257 }
6258 ],
6259 "description": "Symfony Stopwatch plugin for HTTPlug",
6260 "homepage": "http://httplug.io",
6261 "keywords": [
6262 "http",
6263 "httplug",
6264 "plugin",
6265 "stopwatch"
6266 ],
6267 "time": "2019-11-18T08:10:48+00:00"
6268 },
6269 {
6270 "name": "phpcollection/phpcollection",
6271 "version": "0.5.0",
6272 "source": {
6273 "type": "git",
6274 "url": "https://github.com/schmittjoh/php-collection.git",
6275 "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6"
6276 },
6277 "dist": {
6278 "type": "zip",
6279 "url": "https://api.github.com/repos/schmittjoh/php-collection/zipball/f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6",
6280 "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6",
6281 "shasum": ""
6282 },
6283 "require": {
6284 "phpoption/phpoption": "1.*"
6285 },
6286 "type": "library",
6287 "extra": {
6288 "branch-alias": {
6289 "dev-master": "0.4-dev"
6290 }
6291 },
6292 "autoload": {
6293 "psr-0": {
6294 "PhpCollection": "src/"
6295 }
6296 },
6297 "notification-url": "https://packagist.org/downloads/",
6298 "license": [
6299 "Apache2"
6300 ],
6301 "authors": [
6302 {
6303 "name": "Johannes M. Schmitt",
6304 "email": "schmittjoh@gmail.com"
6305 }
6306 ],
6307 "description": "General-Purpose Collection Library for PHP",
6308 "keywords": [
6309 "collection",
6310 "list",
6311 "map",
6312 "sequence",
6313 "set"
6314 ],
6315 "time": "2015-05-17T12:39:23+00:00"
6316 },
6317 {
6318 "name": "phpoption/phpoption",
6319 "version": "1.7.2",
6320 "source": {
6321 "type": "git",
6322 "url": "https://github.com/schmittjoh/php-option.git",
6323 "reference": "77f7c4d2e65413aff5b5a8cc8b3caf7a28d81959"
6324 },
6325 "dist": {
6326 "type": "zip",
6327 "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/77f7c4d2e65413aff5b5a8cc8b3caf7a28d81959",
6328 "reference": "77f7c4d2e65413aff5b5a8cc8b3caf7a28d81959",
6329 "shasum": ""
6330 },
6331 "require": {
6332 "php": "^5.5.9 || ^7.0"
6333 },
6334 "require-dev": {
6335 "bamarni/composer-bin-plugin": "^1.3",
6336 "phpunit/phpunit": "^4.8.35 || ^5.0 || ^6.0 || ^7.0"
6337 },
6338 "type": "library",
6339 "extra": {
6340 "branch-alias": {
6341 "dev-master": "1.7-dev"
6342 }
6343 },
6344 "autoload": {
6345 "psr-4": {
6346 "PhpOption\\": "src/PhpOption/"
6347 }
6348 },
6349 "notification-url": "https://packagist.org/downloads/",
6350 "license": [
6351 "Apache-2.0"
6352 ],
6353 "authors": [
6354 {
6355 "name": "Johannes M. Schmitt",
6356 "email": "schmittjoh@gmail.com"
6357 },
6358 {
6359 "name": "Graham Campbell",
6360 "email": "graham@alt-three.com"
6361 }
6362 ],
6363 "description": "Option Type for PHP",
6364 "keywords": [
6365 "language",
6366 "option",
6367 "php",
6368 "type"
6369 ],
6370 "time": "2019-12-15T19:35:24+00:00"
6371 },
6372 {
6373 "name": "phpseclib/phpseclib",
6374 "version": "2.0.23",
6375 "source": {
6376 "type": "git",
6377 "url": "https://github.com/phpseclib/phpseclib.git",
6378 "reference": "c78eb5058d5bb1a183133c36d4ba5b6675dfa099"
6379 },
6380 "dist": {
6381 "type": "zip",
6382 "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/c78eb5058d5bb1a183133c36d4ba5b6675dfa099",
6383 "reference": "c78eb5058d5bb1a183133c36d4ba5b6675dfa099",
6384 "shasum": ""
6385 },
6386 "require": {
6387 "php": ">=5.3.3"
6388 },
6389 "require-dev": {
6390 "phing/phing": "~2.7",
6391 "phpunit/phpunit": "^4.8.35|^5.7|^6.0",
6392 "sami/sami": "~2.0",
6393 "squizlabs/php_codesniffer": "~2.0"
6394 },
6395 "suggest": {
6396 "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
6397 "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
6398 "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
6399 "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
6400 },
6401 "type": "library",
6402 "autoload": {
6403 "files": [
6404 "phpseclib/bootstrap.php"
6405 ],
6406 "psr-4": {
6407 "phpseclib\\": "phpseclib/"
6408 }
6409 },
6410 "notification-url": "https://packagist.org/downloads/",
6411 "license": [
6412 "MIT"
6413 ],
6414 "authors": [
6415 {
6416 "name": "Jim Wigginton",
6417 "email": "terrafrost@php.net",
6418 "role": "Lead Developer"
6419 },
6420 {
6421 "name": "Patrick Monnerat",
6422 "email": "pm@datasphere.ch",
6423 "role": "Developer"
6424 },
6425 {
6426 "name": "Andreas Fischer",
6427 "email": "bantu@phpbb.com",
6428 "role": "Developer"
6429 },
6430 {
6431 "name": "Hans-Jürgen Petrich",
6432 "email": "petrich@tronic-media.com",
6433 "role": "Developer"
6434 },
6435 {
6436 "name": "Graham Campbell",
6437 "email": "graham@alt-three.com",
6438 "role": "Developer"
6439 }
6440 ],
6441 "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
6442 "homepage": "http://phpseclib.sourceforge.net",
6443 "keywords": [
6444 "BigInteger",
6445 "aes",
6446 "asn.1",
6447 "asn1",
6448 "blowfish",
6449 "crypto",
6450 "cryptography",
6451 "encryption",
6452 "rsa",
6453 "security",
6454 "sftp",
6455 "signature",
6456 "signing",
6457 "ssh",
6458 "twofish",
6459 "x.509",
6460 "x509"
6461 ],
6462 "time": "2019-09-17T03:41:22+00:00"
6463 },
6464 {
6465 "name": "phpzip/phpzip",
6466 "version": "2.0.8",
6467 "source": {
6468 "type": "git",
6469 "url": "https://github.com/Grandt/PHPZip.git",
6470 "reference": "936f93d656f68e29c231a39e19fd59a636fe7e47"
6471 },
6472 "dist": {
6473 "type": "zip",
6474 "url": "https://api.github.com/repos/Grandt/PHPZip/zipball/936f93d656f68e29c231a39e19fd59a636fe7e47",
6475 "reference": "936f93d656f68e29c231a39e19fd59a636fe7e47",
6476 "shasum": ""
6477 },
6478 "require": {
6479 "grandt/binstring": ">=1.0.0",
6480 "grandt/phpzipmerge": ">=1.0.4",
6481 "grandt/relativepath": ">=1.0.2",
6482 "php": ">=5.3.0"
6483 },
6484 "type": "library",
6485 "autoload": {
6486 "psr-4": {
6487 "PHPZip\\Zip\\": "src/Zip"
6488 }
6489 },
6490 "notification-url": "https://packagist.org/downloads/",
6491 "license": [
6492 "LGPL-2.1"
6493 ],
6494 "authors": [
6495 {
6496 "name": "Adam Schmalhofer",
6497 "email": "Adam.Schmalhofer@gmx.de",
6498 "role": "Developer"
6499 },
6500 {
6501 "name": "A. Grandt",
6502 "email": "php@grandt.com",
6503 "homepage": "http://grandt.com",
6504 "role": "Developer"
6505 },
6506 {
6507 "name": "Greg Kappatos",
6508 "homepage": "http://websiteconnect.com.au",
6509 "role": "Developer"
6510 }
6511 ],
6512 "description": "Package to create and stream archives of compressed files in ZIP format with PHP 5.3+",
6513 "homepage": "https://github.com/Grandt/PHPZip",
6514 "keywords": [
6515 "archive",
6516 "compressed",
6517 "compression",
6518 "phpzip",
6519 "pkzip",
6520 "stream",
6521 "zip"
6522 ],
6523 "time": "2015-11-16T16:30:51+00:00"
6524 },
6525 {
6526 "name": "pragmarx/random",
6527 "version": "v0.2.2",
6528 "source": {
6529 "type": "git",
6530 "url": "https://github.com/antonioribeiro/random.git",
6531 "reference": "daf08a189c5d2d40d1a827db46364d3a741a51b7"
6532 },
6533 "dist": {
6534 "type": "zip",
6535 "url": "https://api.github.com/repos/antonioribeiro/random/zipball/daf08a189c5d2d40d1a827db46364d3a741a51b7",
6536 "reference": "daf08a189c5d2d40d1a827db46364d3a741a51b7",
6537 "shasum": ""
6538 },
6539 "require": {
6540 "php": ">=7.0"
6541 },
6542 "require-dev": {
6543 "fzaninotto/faker": "~1.7",
6544 "phpunit/phpunit": "~6.4",
6545 "pragmarx/trivia": "~0.1",
6546 "squizlabs/php_codesniffer": "^2.3"
6547 },
6548 "suggest": {
6549 "fzaninotto/faker": "Allows you to get dozens of randomized types",
6550 "pragmarx/trivia": "For the trivia database"
6551 },
6552 "type": "library",
6553 "extra": {
6554 "branch-alias": {
6555 "dev-master": "1.0-dev"
6556 }
6557 },
6558 "autoload": {
6559 "psr-4": {
6560 "PragmaRX\\Random\\": "src"
6561 }
6562 },
6563 "notification-url": "https://packagist.org/downloads/",
6564 "license": [
6565 "MIT"
6566 ],
6567 "authors": [
6568 {
6569 "name": "Antonio Carlos Ribeiro",
6570 "email": "acr@antoniocarlosribeiro.com",
6571 "homepage": "https://antoniocarlosribeiro.com",
6572 "role": "Developer"
6573 }
6574 ],
6575 "description": "Create random chars, numbers, strings",
6576 "homepage": "https://github.com/antonioribeiro/random",
6577 "keywords": [
6578 "Randomize",
6579 "faker",
6580 "pragmarx",
6581 "random",
6582 "random number",
6583 "random pattern",
6584 "random string"
6585 ],
6586 "time": "2017-11-21T05:26:22+00:00"
6587 },
6588 {
6589 "name": "pragmarx/recovery",
6590 "version": "v0.1.0",
6591 "source": {
6592 "type": "git",
6593 "url": "https://github.com/antonioribeiro/recovery.git",
6594 "reference": "e16573a1ae5345cc3b100eec6d0296a1a15a90fe"
6595 },
6596 "dist": {
6597 "type": "zip",
6598 "url": "https://api.github.com/repos/antonioribeiro/recovery/zipball/e16573a1ae5345cc3b100eec6d0296a1a15a90fe",
6599 "reference": "e16573a1ae5345cc3b100eec6d0296a1a15a90fe",
6600 "shasum": ""
6601 },
6602 "require": {
6603 "php": "~7.0",
6604 "pragmarx/random": "~0.1"
6605 },
6606 "require-dev": {
6607 "phpunit/phpunit": ">=5.4.3",
6608 "squizlabs/php_codesniffer": "^2.3",
6609 "tightenco/collect": "^5"
6610 },
6611 "suggest": {
6612 "tightenco/collect": "Allows to generate recovery codes as collections"
6613 },
6614 "type": "library",
6615 "extra": {
6616 "branch-alias": {
6617 "dev-master": "1.0-dev"
6618 }
6619 },
6620 "autoload": {
6621 "psr-4": {
6622 "PragmaRX\\Recovery\\": "src"
6623 }
6624 },
6625 "notification-url": "https://packagist.org/downloads/",
6626 "license": [
6627 "MIT"
6628 ],
6629 "authors": [
6630 {
6631 "name": "Antonio Carlos Ribeiro",
6632 "email": "acr@antoniocarlosribeiro.com",
6633 "homepage": "https://antoniocarlosribeiro.com",
6634 "role": "Developer"
6635 }
6636 ],
6637 "description": "Create recovery codes for two factor auth",
6638 "homepage": "https://github.com/antonioribeiro/recovery",
6639 "keywords": [
6640 "2fa",
6641 "account recovery",
6642 "auth",
6643 "backup codes",
6644 "google2fa",
6645 "pragmarx",
6646 "recovery",
6647 "recovery codes",
6648 "two factor auth"
6649 ],
6650 "time": "2017-09-19T16:58:00+00:00"
6651 },
6652 {
6653 "name": "predis/predis",
6654 "version": "v1.1.x-dev",
6655 "source": {
6656 "type": "git",
6657 "url": "https://github.com/nrk/predis.git",
6658 "reference": "111d100ee389d624036b46b35ed0c9ac59c71313"
6659 },
6660 "dist": {
6661 "type": "zip",
6662 "url": "https://api.github.com/repos/nrk/predis/zipball/111d100ee389d624036b46b35ed0c9ac59c71313",
6663 "reference": "111d100ee389d624036b46b35ed0c9ac59c71313",
6664 "shasum": ""
6665 },
6666 "require": {
6667 "php": ">=5.3.9"
6668 },
6669 "require-dev": {
6670 "phpunit/phpunit": "~4.8"
6671 },
6672 "suggest": {
6673 "ext-curl": "Allows access to Webdis when paired with phpiredis",
6674 "ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol"
6675 },
6676 "type": "library",
6677 "autoload": {
6678 "psr-4": {
6679 "Predis\\": "src/"
6680 }
6681 },
6682 "notification-url": "https://packagist.org/downloads/",
6683 "license": [
6684 "MIT"
6685 ],
6686 "authors": [
6687 {
6688 "name": "Daniele Alessandri",
6689 "email": "suppakilla@gmail.com",
6690 "homepage": "http://clorophilla.net"
6691 }
6692 ],
6693 "description": "Flexible and feature-complete Redis client for PHP and HHVM",
6694 "homepage": "http://github.com/nrk/predis",
6695 "keywords": [
6696 "nosql",
6697 "predis",
6698 "redis"
6699 ],
6700 "time": "2017-07-12T14:39:17+00:00"
6701 },
6702 {
6703 "name": "psr/cache",
6704 "version": "1.0.1",
6705 "source": {
6706 "type": "git",
6707 "url": "https://github.com/php-fig/cache.git",
6708 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
6709 },
6710 "dist": {
6711 "type": "zip",
6712 "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
6713 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
6714 "shasum": ""
6715 },
6716 "require": {
6717 "php": ">=5.3.0"
6718 },
6719 "type": "library",
6720 "extra": {
6721 "branch-alias": {
6722 "dev-master": "1.0.x-dev"
6723 }
6724 },
6725 "autoload": {
6726 "psr-4": {
6727 "Psr\\Cache\\": "src/"
6728 }
6729 },
6730 "notification-url": "https://packagist.org/downloads/",
6731 "license": [
6732 "MIT"
6733 ],
6734 "authors": [
6735 {
6736 "name": "PHP-FIG",
6737 "homepage": "http://www.php-fig.org/"
6738 }
6739 ],
6740 "description": "Common interface for caching libraries",
6741 "keywords": [
6742 "cache",
6743 "psr",
6744 "psr-6"
6745 ],
6746 "time": "2016-08-06T20:24:11+00:00"
6747 },
6748 {
6749 "name": "psr/container",
6750 "version": "1.0.0",
6751 "source": {
6752 "type": "git",
6753 "url": "https://github.com/php-fig/container.git",
6754 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
6755 },
6756 "dist": {
6757 "type": "zip",
6758 "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
6759 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
6760 "shasum": ""
6761 },
6762 "require": {
6763 "php": ">=5.3.0"
6764 },
6765 "type": "library",
6766 "extra": {
6767 "branch-alias": {
6768 "dev-master": "1.0.x-dev"
6769 }
6770 },
6771 "autoload": {
6772 "psr-4": {
6773 "Psr\\Container\\": "src/"
6774 }
6775 },
6776 "notification-url": "https://packagist.org/downloads/",
6777 "license": [
6778 "MIT"
6779 ],
6780 "authors": [
6781 {
6782 "name": "PHP-FIG",
6783 "homepage": "http://www.php-fig.org/"
6784 }
6785 ],
6786 "description": "Common Container Interface (PHP FIG PSR-11)",
6787 "homepage": "https://github.com/php-fig/container",
6788 "keywords": [
6789 "PSR-11",
6790 "container",
6791 "container-interface",
6792 "container-interop",
6793 "psr"
6794 ],
6795 "time": "2017-02-14T16:28:37+00:00"
6796 },
6797 {
6798 "name": "psr/http-client",
6799 "version": "1.0.0",
6800 "source": {
6801 "type": "git",
6802 "url": "https://github.com/php-fig/http-client.git",
6803 "reference": "496a823ef742b632934724bf769560c2a5c7c44e"
6804 },
6805 "dist": {
6806 "type": "zip",
6807 "url": "https://api.github.com/repos/php-fig/http-client/zipball/496a823ef742b632934724bf769560c2a5c7c44e",
6808 "reference": "496a823ef742b632934724bf769560c2a5c7c44e",
6809 "shasum": ""
6810 },
6811 "require": {
6812 "php": "^7.0",
6813 "psr/http-message": "^1.0"
6814 },
6815 "type": "library",
6816 "extra": {
6817 "branch-alias": {
6818 "dev-master": "1.0.x-dev"
6819 }
6820 },
6821 "autoload": {
6822 "psr-4": {
6823 "Psr\\Http\\Client\\": "src/"
6824 }
6825 },
6826 "notification-url": "https://packagist.org/downloads/",
6827 "license": [
6828 "MIT"
6829 ],
6830 "authors": [
6831 {
6832 "name": "PHP-FIG",
6833 "homepage": "http://www.php-fig.org/"
6834 }
6835 ],
6836 "description": "Common interface for HTTP clients",
6837 "homepage": "https://github.com/php-fig/http-client",
6838 "keywords": [
6839 "http",
6840 "http-client",
6841 "psr",
6842 "psr-18"
6843 ],
6844 "time": "2018-10-30T23:29:13+00:00"
6845 },
6846 {
6847 "name": "psr/http-factory",
6848 "version": "1.0.1",
6849 "source": {
6850 "type": "git",
6851 "url": "https://github.com/php-fig/http-factory.git",
6852 "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
6853 },
6854 "dist": {
6855 "type": "zip",
6856 "url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
6857 "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
6858 "shasum": ""
6859 },
6860 "require": {
6861 "php": ">=7.0.0",
6862 "psr/http-message": "^1.0"
6863 },
6864 "type": "library",
6865 "extra": {
6866 "branch-alias": {
6867 "dev-master": "1.0.x-dev"
6868 }
6869 },
6870 "autoload": {
6871 "psr-4": {
6872 "Psr\\Http\\Message\\": "src/"
6873 }
6874 },
6875 "notification-url": "https://packagist.org/downloads/",
6876 "license": [
6877 "MIT"
6878 ],
6879 "authors": [
6880 {
6881 "name": "PHP-FIG",
6882 "homepage": "http://www.php-fig.org/"
6883 }
6884 ],
6885 "description": "Common interfaces for PSR-7 HTTP message factories",
6886 "keywords": [
6887 "factory",
6888 "http",
6889 "message",
6890 "psr",
6891 "psr-17",
6892 "psr-7",
6893 "request",
6894 "response"
6895 ],
6896 "time": "2019-04-30T12:38:16+00:00"
6897 },
6898 {
6899 "name": "psr/http-message",
6900 "version": "1.0.1",
6901 "source": {
6902 "type": "git",
6903 "url": "https://github.com/php-fig/http-message.git",
6904 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
6905 },
6906 "dist": {
6907 "type": "zip",
6908 "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
6909 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
6910 "shasum": ""
6911 },
6912 "require": {
6913 "php": ">=5.3.0"
6914 },
6915 "type": "library",
6916 "extra": {
6917 "branch-alias": {
6918 "dev-master": "1.0.x-dev"
6919 }
6920 },
6921 "autoload": {
6922 "psr-4": {
6923 "Psr\\Http\\Message\\": "src/"
6924 }
6925 },
6926 "notification-url": "https://packagist.org/downloads/",
6927 "license": [
6928 "MIT"
6929 ],
6930 "authors": [
6931 {
6932 "name": "PHP-FIG",
6933 "homepage": "http://www.php-fig.org/"
6934 }
6935 ],
6936 "description": "Common interface for HTTP messages",
6937 "homepage": "https://github.com/php-fig/http-message",
6938 "keywords": [
6939 "http",
6940 "http-message",
6941 "psr",
6942 "psr-7",
6943 "request",
6944 "response"
6945 ],
6946 "time": "2016-08-06T14:39:51+00:00"
6947 },
6948 {
6949 "name": "psr/link",
6950 "version": "1.0.0",
6951 "source": {
6952 "type": "git",
6953 "url": "https://github.com/php-fig/link.git",
6954 "reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562"
6955 },
6956 "dist": {
6957 "type": "zip",
6958 "url": "https://api.github.com/repos/php-fig/link/zipball/eea8e8662d5cd3ae4517c9b864493f59fca95562",
6959 "reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562",
6960 "shasum": ""
6961 },
6962 "require": {
6963 "php": ">=5.3.0"
6964 },
6965 "type": "library",
6966 "extra": {
6967 "branch-alias": {
6968 "dev-master": "1.0.x-dev"
6969 }
6970 },
6971 "autoload": {
6972 "psr-4": {
6973 "Psr\\Link\\": "src/"
6974 }
6975 },
6976 "notification-url": "https://packagist.org/downloads/",
6977 "license": [
6978 "MIT"
6979 ],
6980 "authors": [
6981 {
6982 "name": "PHP-FIG",
6983 "homepage": "http://www.php-fig.org/"
6984 }
6985 ],
6986 "description": "Common interfaces for HTTP links",
6987 "keywords": [
6988 "http",
6989 "http-link",
6990 "link",
6991 "psr",
6992 "psr-13",
6993 "rest"
6994 ],
6995 "time": "2016-10-28T16:06:13+00:00"
6996 },
6997 {
6998 "name": "psr/log",
6999 "version": "1.1.3",
7000 "source": {
7001 "type": "git",
7002 "url": "https://github.com/php-fig/log.git",
7003 "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
7004 },
7005 "dist": {
7006 "type": "zip",
7007 "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
7008 "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
7009 "shasum": ""
7010 },
7011 "require": {
7012 "php": ">=5.3.0"
7013 },
7014 "type": "library",
7015 "extra": {
7016 "branch-alias": {
7017 "dev-master": "1.1.x-dev"
7018 }
7019 },
7020 "autoload": {
7021 "psr-4": {
7022 "Psr\\Log\\": "Psr/Log/"
7023 }
7024 },
7025 "notification-url": "https://packagist.org/downloads/",
7026 "license": [
7027 "MIT"
7028 ],
7029 "authors": [
7030 {
7031 "name": "PHP-FIG",
7032 "homepage": "http://www.php-fig.org/"
7033 }
7034 ],
7035 "description": "Common interface for logging libraries",
7036 "homepage": "https://github.com/php-fig/log",
7037 "keywords": [
7038 "log",
7039 "psr",
7040 "psr-3"
7041 ],
7042 "time": "2020-03-23T09:12:05+00:00"
7043 },
7044 {
7045 "name": "psr/simple-cache",
7046 "version": "1.0.1",
7047 "source": {
7048 "type": "git",
7049 "url": "https://github.com/php-fig/simple-cache.git",
7050 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
7051 },
7052 "dist": {
7053 "type": "zip",
7054 "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
7055 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
7056 "shasum": ""
7057 },
7058 "require": {
7059 "php": ">=5.3.0"
7060 },
7061 "type": "library",
7062 "extra": {
7063 "branch-alias": {
7064 "dev-master": "1.0.x-dev"
7065 }
7066 },
7067 "autoload": {
7068 "psr-4": {
7069 "Psr\\SimpleCache\\": "src/"
7070 }
7071 },
7072 "notification-url": "https://packagist.org/downloads/",
7073 "license": [
7074 "MIT"
7075 ],
7076 "authors": [
7077 {
7078 "name": "PHP-FIG",
7079 "homepage": "http://www.php-fig.org/"
7080 }
7081 ],
7082 "description": "Common interfaces for simple caching",
7083 "keywords": [
7084 "cache",
7085 "caching",
7086 "psr",
7087 "psr-16",
7088 "simple-cache"
7089 ],
7090 "time": "2017-10-23T01:57:42+00:00"
7091 },
7092 {
7093 "name": "ralouphie/getallheaders",
7094 "version": "3.0.3",
7095 "source": {
7096 "type": "git",
7097 "url": "https://github.com/ralouphie/getallheaders.git",
7098 "reference": "120b605dfeb996808c31b6477290a714d356e822"
7099 },
7100 "dist": {
7101 "type": "zip",
7102 "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
7103 "reference": "120b605dfeb996808c31b6477290a714d356e822",
7104 "shasum": ""
7105 },
7106 "require": {
7107 "php": ">=5.6"
7108 },
7109 "require-dev": {
7110 "php-coveralls/php-coveralls": "^2.1",
7111 "phpunit/phpunit": "^5 || ^6.5"
7112 },
7113 "type": "library",
7114 "autoload": {
7115 "files": [
7116 "src/getallheaders.php"
7117 ]
7118 },
7119 "notification-url": "https://packagist.org/downloads/",
7120 "license": [
7121 "MIT"
7122 ],
7123 "authors": [
7124 {
7125 "name": "Ralph Khattar",
7126 "email": "ralph.khattar@gmail.com"
7127 }
7128 ],
7129 "description": "A polyfill for getallheaders.",
7130 "time": "2019-03-08T08:55:37+00:00"
7131 },
7132 {
7133 "name": "ramsey/uuid",
7134 "version": "3.9.2",
7135 "source": {
7136 "type": "git",
7137 "url": "https://github.com/ramsey/uuid.git",
7138 "reference": "7779489a47d443f845271badbdcedfe4df8e06fb"
7139 },
7140 "dist": {
7141 "type": "zip",
7142 "url": "https://api.github.com/repos/ramsey/uuid/zipball/7779489a47d443f845271badbdcedfe4df8e06fb",
7143 "reference": "7779489a47d443f845271badbdcedfe4df8e06fb",
7144 "shasum": ""
7145 },
7146 "require": {
7147 "ext-json": "*",
7148 "paragonie/random_compat": "^1 | ^2 | 9.99.99",
7149 "php": "^5.4 | ^7 | ^8",
7150 "symfony/polyfill-ctype": "^1.8"
7151 },
7152 "replace": {
7153 "rhumsaa/uuid": "self.version"
7154 },
7155 "require-dev": {
7156 "codeception/aspect-mock": "^1 | ^2",
7157 "doctrine/annotations": "^1.2",
7158 "goaop/framework": "1.0.0-alpha.2 | ^1 | ^2.1",
7159 "jakub-onderka/php-parallel-lint": "^1",
7160 "mockery/mockery": "^0.9.11 | ^1",
7161 "moontoast/math": "^1.1",
7162 "paragonie/random-lib": "^2",
7163 "php-mock/php-mock-phpunit": "^0.3 | ^1.1",
7164 "phpunit/phpunit": "^4.8 | ^5.4 | ^6.5",
7165 "squizlabs/php_codesniffer": "^3.5"
7166 },
7167 "suggest": {
7168 "ext-ctype": "Provides support for PHP Ctype functions",
7169 "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator",
7170 "ext-openssl": "Provides the OpenSSL extension for use with the OpenSslGenerator",
7171 "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator",
7172 "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).",
7173 "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
7174 "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid",
7175 "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
7176 },
7177 "type": "library",
7178 "extra": {
7179 "branch-alias": {
7180 "dev-master": "3.x-dev"
7181 }
7182 },
7183 "autoload": {
7184 "psr-4": {
7185 "Ramsey\\Uuid\\": "src/"
7186 },
7187 "files": [
7188 "src/functions.php"
7189 ]
7190 },
7191 "notification-url": "https://packagist.org/downloads/",
7192 "license": [
7193 "MIT"
7194 ],
7195 "authors": [
7196 {
7197 "name": "Ben Ramsey",
7198 "email": "ben@benramsey.com",
7199 "homepage": "https://benramsey.com"
7200 },
7201 {
7202 "name": "Marijn Huizendveld",
7203 "email": "marijn.huizendveld@gmail.com"
7204 },
7205 {
7206 "name": "Thibaud Fabre",
7207 "email": "thibaud@aztech.io"
7208 }
7209 ],
7210 "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
7211 "homepage": "https://github.com/ramsey/uuid",
7212 "keywords": [
7213 "guid",
7214 "identifier",
7215 "uuid"
7216 ],
7217 "time": "2019-12-17T08:18:51+00:00"
7218 },
7219 {
7220 "name": "react/promise",
7221 "version": "v2.7.1",
7222 "source": {
7223 "type": "git",
7224 "url": "https://github.com/reactphp/promise.git",
7225 "reference": "31ffa96f8d2ed0341a57848cbb84d88b89dd664d"
7226 },
7227 "dist": {
7228 "type": "zip",
7229 "url": "https://api.github.com/repos/reactphp/promise/zipball/31ffa96f8d2ed0341a57848cbb84d88b89dd664d",
7230 "reference": "31ffa96f8d2ed0341a57848cbb84d88b89dd664d",
7231 "shasum": ""
7232 },
7233 "require": {
7234 "php": ">=5.4.0"
7235 },
7236 "require-dev": {
7237 "phpunit/phpunit": "~4.8"
7238 },
7239 "type": "library",
7240 "autoload": {
7241 "psr-4": {
7242 "React\\Promise\\": "src/"
7243 },
7244 "files": [
7245 "src/functions_include.php"
7246 ]
7247 },
7248 "notification-url": "https://packagist.org/downloads/",
7249 "license": [
7250 "MIT"
7251 ],
7252 "authors": [
7253 {
7254 "name": "Jan Sorgalla",
7255 "email": "jsorgalla@gmail.com"
7256 }
7257 ],
7258 "description": "A lightweight implementation of CommonJS Promises/A for PHP",
7259 "keywords": [
7260 "promise",
7261 "promises"
7262 ],
7263 "time": "2019-01-07T21:25:54+00:00"
7264 },
7265 {
7266 "name": "scheb/two-factor-bundle",
7267 "version": "v4.14.0",
7268 "source": {
7269 "type": "git",
7270 "url": "https://github.com/scheb/two-factor-bundle.git",
7271 "reference": "6393d304ee51a703711e5f5cc3e76f04ce4e238c"
7272 },
7273 "dist": {
7274 "type": "zip",
7275 "url": "https://api.github.com/repos/scheb/two-factor-bundle/zipball/6393d304ee51a703711e5f5cc3e76f04ce4e238c",
7276 "reference": "6393d304ee51a703711e5f5cc3e76f04ce4e238c",
7277 "shasum": ""
7278 },
7279 "require": {
7280 "lcobucci/jwt": "^3.2",
7281 "paragonie/constant_time_encoding": "^2.2",
7282 "php": "^7.1.3",
7283 "spomky-labs/otphp": "^9.1|^10.0",
7284 "symfony/config": "^3.4|^4.0|^5.0",
7285 "symfony/dependency-injection": "^3.4|^4.0|^5.0",
7286 "symfony/event-dispatcher": "^3.4|^4.0|^5.0",
7287 "symfony/framework-bundle": "^3.4|^4.0|^5.0",
7288 "symfony/http-foundation": "^3.4|^4.0|^5.0",
7289 "symfony/http-kernel": "^3.4|^4.0|^5.0",
7290 "symfony/property-access": "^3.4|^4.0|^5.0",
7291 "symfony/security-bundle": "^3.4|^4.0|^5.0",
7292 "symfony/twig-bundle": "^3.4|^4.0|^5.0"
7293 },
7294 "require-dev": {
7295 "doctrine/lexer": "^1.0.1",
7296 "doctrine/orm": "^2.6",
7297 "escapestudios/symfony2-coding-standard": "^3.9",
7298 "phpunit/phpunit": "^7.0|^8.0",
7299 "squizlabs/php_codesniffer": "^3.5",
7300 "swiftmailer/swiftmailer": "^6.0",
7301 "symfony/yaml": "^3.4|^4.0|^5.0"
7302 },
7303 "type": "symfony-bundle",
7304 "autoload": {
7305 "psr-4": {
7306 "Scheb\\TwoFactorBundle\\": ""
7307 },
7308 "exclude-from-classmap": [
7309 "/Tests/"
7310 ]
7311 },
7312 "notification-url": "https://packagist.org/downloads/",
7313 "license": [
7314 "MIT"
7315 ],
7316 "authors": [
7317 {
7318 "name": "Christian Scheb",
7319 "email": "me@christianscheb.de"
7320 }
7321 ],
7322 "description": "Provides two-factor authentication for Symfony applications",
7323 "homepage": "https://github.com/scheb/two-factor-bundle",
7324 "keywords": [
7325 "Authentication",
7326 "security",
7327 "symfony",
7328 "two-factor",
7329 "two-step"
7330 ],
7331 "time": "2020-02-15T13:01:16+00:00"
7332 },
7333 {
7334 "name": "sensio/distribution-bundle",
7335 "version": "v5.0.25",
7336 "source": {
7337 "type": "git",
7338 "url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
7339 "reference": "80a38234bde8321fb92aa0b8c27978a272bb4baf"
7340 },
7341 "dist": {
7342 "type": "zip",
7343 "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/80a38234bde8321fb92aa0b8c27978a272bb4baf",
7344 "reference": "80a38234bde8321fb92aa0b8c27978a272bb4baf",
7345 "shasum": ""
7346 },
7347 "require": {
7348 "php": ">=5.3.9",
7349 "sensiolabs/security-checker": "~5.0|~6.0",
7350 "symfony/class-loader": "~2.3|~3.0",
7351 "symfony/config": "~2.3|~3.0",
7352 "symfony/dependency-injection": "~2.3|~3.0",
7353 "symfony/filesystem": "~2.3|~3.0",
7354 "symfony/http-kernel": "~2.3|~3.0",
7355 "symfony/process": "~2.3|~3.0"
7356 },
7357 "type": "symfony-bundle",
7358 "extra": {
7359 "branch-alias": {
7360 "dev-master": "5.0.x-dev"
7361 }
7362 },
7363 "autoload": {
7364 "psr-4": {
7365 "Sensio\\Bundle\\DistributionBundle\\": ""
7366 }
7367 },
7368 "notification-url": "https://packagist.org/downloads/",
7369 "license": [
7370 "MIT"
7371 ],
7372 "authors": [
7373 {
7374 "name": "Fabien Potencier",
7375 "email": "fabien@symfony.com"
7376 }
7377 ],
7378 "description": "Base bundle for Symfony Distributions",
7379 "keywords": [
7380 "configuration",
7381 "distribution"
7382 ],
7383 "time": "2019-06-18T15:43:58+00:00"
7384 },
7385 {
7386 "name": "sensio/framework-extra-bundle",
7387 "version": "v5.4.1",
7388 "source": {
7389 "type": "git",
7390 "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
7391 "reference": "585f4b3a1c54f24d1a8431c729fc8f5acca20c8a"
7392 },
7393 "dist": {
7394 "type": "zip",
7395 "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/585f4b3a1c54f24d1a8431c729fc8f5acca20c8a",
7396 "reference": "585f4b3a1c54f24d1a8431c729fc8f5acca20c8a",
7397 "shasum": ""
7398 },
7399 "require": {
7400 "doctrine/annotations": "^1.0",
7401 "doctrine/persistence": "^1.0",
7402 "php": ">=7.1.3",
7403 "symfony/config": "^3.4|^4.3",
7404 "symfony/dependency-injection": "^3.4|^4.3",
7405 "symfony/framework-bundle": "^3.4|^4.3",
7406 "symfony/http-kernel": "^3.4|^4.3"
7407 },
7408 "require-dev": {
7409 "doctrine/doctrine-bundle": "^1.6",
7410 "doctrine/orm": "^2.5",
7411 "nyholm/psr7": "^1.1",
7412 "symfony/browser-kit": "^3.4|^4.3",
7413 "symfony/dom-crawler": "^3.4|^4.3",
7414 "symfony/expression-language": "^3.4|^4.3",
7415 "symfony/finder": "^3.4|^4.3",
7416 "symfony/monolog-bridge": "^3.0|^4.0",
7417 "symfony/monolog-bundle": "^3.2",
7418 "symfony/phpunit-bridge": "^3.4.19|^4.1.8",
7419 "symfony/psr-http-message-bridge": "^1.1",
7420 "symfony/security-bundle": "^3.4|^4.3",
7421 "symfony/twig-bundle": "^3.4|^4.3",
7422 "symfony/yaml": "^3.4|^4.3",
7423 "twig/twig": "~1.12|~2.0"
7424 },
7425 "suggest": {
7426 "symfony/expression-language": "",
7427 "symfony/psr-http-message-bridge": "To use the PSR-7 converters",
7428 "symfony/security-bundle": ""
7429 },
7430 "type": "symfony-bundle",
7431 "extra": {
7432 "branch-alias": {
7433 "dev-master": "5.4.x-dev"
7434 }
7435 },
7436 "autoload": {
7437 "psr-4": {
7438 "Sensio\\Bundle\\FrameworkExtraBundle\\": ""
7439 }
7440 },
7441 "notification-url": "https://packagist.org/downloads/",
7442 "license": [
7443 "MIT"
7444 ],
7445 "authors": [
7446 {
7447 "name": "Fabien Potencier",
7448 "email": "fabien@symfony.com"
7449 }
7450 ],
7451 "description": "This bundle provides a way to configure your controllers with annotations",
7452 "keywords": [
7453 "annotations",
7454 "controllers"
7455 ],
7456 "time": "2019-07-08T08:31:25+00:00"
7457 },
7458 {
7459 "name": "sensiolabs/security-checker",
7460 "version": "v6.0.3",
7461 "source": {
7462 "type": "git",
7463 "url": "https://github.com/sensiolabs/security-checker.git",
7464 "reference": "a576c01520d9761901f269c4934ba55448be4a54"
7465 },
7466 "dist": {
7467 "type": "zip",
7468 "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/a576c01520d9761901f269c4934ba55448be4a54",
7469 "reference": "a576c01520d9761901f269c4934ba55448be4a54",
7470 "shasum": ""
7471 },
7472 "require": {
7473 "php": ">=7.1.3",
7474 "symfony/console": "^2.8|^3.4|^4.2|^5.0",
7475 "symfony/http-client": "^4.3|^5.0",
7476 "symfony/mime": "^4.3|^5.0",
7477 "symfony/polyfill-ctype": "^1.11"
7478 },
7479 "bin": [
7480 "security-checker"
7481 ],
7482 "type": "library",
7483 "extra": {
7484 "branch-alias": {
7485 "dev-master": "6.0-dev"
7486 }
7487 },
7488 "autoload": {
7489 "psr-4": {
7490 "SensioLabs\\Security\\": "SensioLabs/Security"
7491 }
7492 },
7493 "notification-url": "https://packagist.org/downloads/",
7494 "license": [
7495 "MIT"
7496 ],
7497 "authors": [
7498 {
7499 "name": "Fabien Potencier",
7500 "email": "fabien.potencier@gmail.com"
7501 }
7502 ],
7503 "description": "A security checker for your composer.lock",
7504 "time": "2019-11-01T13:20:14+00:00"
7505 },
7506 {
7507 "name": "sentry/sdk",
7508 "version": "2.0.4",
7509 "source": {
7510 "type": "git",
7511 "url": "https://github.com/getsentry/sentry-php-sdk.git",
7512 "reference": "4c115873c86ad5bd0ac6d962db70ca53bf8fb874"
7513 },
7514 "dist": {
7515 "type": "zip",
7516 "url": "https://api.github.com/repos/getsentry/sentry-php-sdk/zipball/4c115873c86ad5bd0ac6d962db70ca53bf8fb874",
7517 "reference": "4c115873c86ad5bd0ac6d962db70ca53bf8fb874",
7518 "shasum": ""
7519 },
7520 "require": {
7521 "http-interop/http-factory-guzzle": "^1.0",
7522 "php-http/curl-client": "^1.0|^2.0",
7523 "sentry/sentry": "^2.1.3"
7524 },
7525 "type": "metapackage",
7526 "notification-url": "https://packagist.org/downloads/",
7527 "license": [
7528 "MIT"
7529 ],
7530 "authors": [
7531 {
7532 "name": "Sentry",
7533 "email": "accounts@sentry.io"
7534 }
7535 ],
7536 "description": "This is a metapackage shipping sentry/sentry with a recommended http client.",
7537 "time": "2019-09-09T19:54:44+00:00"
7538 },
7539 {
7540 "name": "sentry/sentry",
7541 "version": "2.2.6",
7542 "source": {
7543 "type": "git",
7544 "url": "https://github.com/getsentry/sentry-php.git",
7545 "reference": "c9b253229b95f8e5bbf6a3661a170a0be0f80563"
7546 },
7547 "dist": {
7548 "type": "zip",
7549 "url": "https://api.github.com/repos/getsentry/sentry-php/zipball/c9b253229b95f8e5bbf6a3661a170a0be0f80563",
7550 "reference": "c9b253229b95f8e5bbf6a3661a170a0be0f80563",
7551 "shasum": ""
7552 },
7553 "require": {
7554 "ext-json": "*",
7555 "ext-mbstring": "*",
7556 "guzzlehttp/promises": "^1.3",
7557 "jean85/pretty-package-versions": "^1.2",
7558 "php": "^7.1",
7559 "php-http/async-client-implementation": "^1.0",
7560 "php-http/client-common": "^1.5|^2.0",
7561 "php-http/discovery": "^1.6.1",
7562 "php-http/httplug": "^1.1|^2.0",
7563 "php-http/message": "^1.5",
7564 "psr/http-message-implementation": "^1.0",
7565 "ramsey/uuid": "^3.3",
7566 "symfony/options-resolver": "^2.7|^3.0|^4.0|^5.0",
7567 "zendframework/zend-diactoros": "^1.7.1|^2.0"
7568 },
7569 "conflict": {
7570 "php-http/client-common": "1.8.0",
7571 "raven/raven": "*"
7572 },
7573 "require-dev": {
7574 "friendsofphp/php-cs-fixer": "^2.13",
7575 "monolog/monolog": "^1.3|^2.0",
7576 "php-http/mock-client": "^1.0",
7577 "phpstan/extension-installer": "^1.0",
7578 "phpstan/phpstan": "^0.11",
7579 "phpstan/phpstan-phpunit": "^0.11",
7580 "phpunit/phpunit": "^7.5.18",
7581 "symfony/phpunit-bridge": "^4.3|^5.0",
7582 "vimeo/psalm": "^3.4"
7583 },
7584 "suggest": {
7585 "monolog/monolog": "Allow sending log messages to Sentry by using the included Monolog handler."
7586 },
7587 "type": "library",
7588 "extra": {
7589 "branch-alias": {
7590 "dev-develop": "2.2-dev"
7591 }
7592 },
7593 "autoload": {
7594 "files": [
7595 "src/functions.php"
7596 ],
7597 "psr-4": {
7598 "Sentry\\": "src/"
7599 }
7600 },
7601 "notification-url": "https://packagist.org/downloads/",
7602 "license": [
7603 "BSD-3-Clause"
7604 ],
7605 "authors": [
7606 {
7607 "name": "Sentry",
7608 "email": "accounts@sentry.io"
7609 }
7610 ],
7611 "description": "A PHP SDK for Sentry (http://sentry.io)",
7612 "homepage": "http://sentry.io",
7613 "keywords": [
7614 "crash-reporting",
7615 "crash-reports",
7616 "error-handler",
7617 "error-monitoring",
7618 "log",
7619 "logging",
7620 "sentry"
7621 ],
7622 "time": "2019-12-18T08:56:34+00:00"
7623 },
7624 {
7625 "name": "sentry/sentry-symfony",
7626 "version": "3.2.1",
7627 "source": {
7628 "type": "git",
7629 "url": "https://github.com/getsentry/sentry-symfony.git",
7630 "reference": "620b90dc35c12ef96c6460df74e30441e359ce6d"
7631 },
7632 "dist": {
7633 "type": "zip",
7634 "url": "https://api.github.com/repos/getsentry/sentry-symfony/zipball/620b90dc35c12ef96c6460df74e30441e359ce6d",
7635 "reference": "620b90dc35c12ef96c6460df74e30441e359ce6d",
7636 "shasum": ""
7637 },
7638 "require": {
7639 "jean85/pretty-package-versions": "^1.0",
7640 "php": "^7.1",
7641 "sentry/sdk": "^2.0",
7642 "symfony/config": "^2.8||^3.0||^4.0",
7643 "symfony/console": "^2.8||^3.0||^4.0",
7644 "symfony/dependency-injection": "^2.8||^3.0||^4.0",
7645 "symfony/event-dispatcher": "^2.8||^3.0||^4.0",
7646 "symfony/http-kernel": "^2.8||^3.0||^4.0",
7647 "symfony/security-core": "^2.8||^3.0||^4.0"
7648 },
7649 "require-dev": {
7650 "friendsofphp/php-cs-fixer": "^2.8",
7651 "jangregor/phpstan-prophecy": "^0.3.0",
7652 "monolog/monolog": "^1.11||^2.0",
7653 "php-http/mock-client": "^1.0",
7654 "phpstan/phpstan": "^0.11",
7655 "phpstan/phpstan-phpunit": "^0.11",
7656 "phpunit/phpunit": "^7.5",
7657 "scrutinizer/ocular": "^1.4",
7658 "symfony/expression-language": "^2.8||^3.0||^4.0"
7659 },
7660 "suggest": {
7661 "monolog/monolog": "Required to use the Monolog handler"
7662 },
7663 "type": "symfony-bundle",
7664 "extra": {
7665 "branch-alias": {
7666 "master": "3.x-dev",
7667 "releases/3.2.x": "3.2.x-dev",
7668 "releases/2.x": "2.x-dev",
7669 "releases/1.x": "1.x-dev"
7670 }
7671 },
7672 "autoload": {
7673 "psr-4": {
7674 "Sentry\\SentryBundle\\": "src/"
7675 }
7676 },
7677 "notification-url": "https://packagist.org/downloads/",
7678 "license": [
7679 "Apache-2.0"
7680 ],
7681 "authors": [
7682 {
7683 "name": "David Cramer",
7684 "email": "dcramer@gmail.com"
7685 },
7686 {
7687 "name": "Alessandro Lai",
7688 "email": "alessandro.lai85@gmail.com"
7689 }
7690 ],
7691 "description": "Symfony integration for Sentry (http://getsentry.com)",
7692 "homepage": "http://getsentry.com",
7693 "keywords": [
7694 "errors",
7695 "logging",
7696 "sentry",
7697 "symfony"
7698 ],
7699 "time": "2019-11-29T21:24:37+00:00"
7700 },
7701 {
7702 "name": "simplepie/simplepie",
7703 "version": "1.5.4",
7704 "source": {
7705 "type": "git",
7706 "url": "https://github.com/simplepie/simplepie.git",
7707 "reference": "f4c8246511a38fc9d99a59fb42f61eeeafb31663"
7708 },
7709 "dist": {
7710 "type": "zip",
7711 "url": "https://api.github.com/repos/simplepie/simplepie/zipball/f4c8246511a38fc9d99a59fb42f61eeeafb31663",
7712 "reference": "f4c8246511a38fc9d99a59fb42f61eeeafb31663",
7713 "shasum": ""
7714 },
7715 "require": {
7716 "ext-pcre": "*",
7717 "ext-xml": "*",
7718 "ext-xmlreader": "*",
7719 "php": ">=5.6.0"
7720 },
7721 "require-dev": {
7722 "phpunit/phpunit": "~5.4.3 || ~6.5"
7723 },
7724 "suggest": {
7725 "ext-curl": "",
7726 "ext-iconv": "",
7727 "ext-intl": "",
7728 "ext-mbstring": "",
7729 "mf2/mf2": "Microformat module that allows for parsing HTML for microformats"
7730 },
7731 "type": "library",
7732 "autoload": {
7733 "psr-0": {
7734 "SimplePie": "library"
7735 }
7736 },
7737 "notification-url": "https://packagist.org/downloads/",
7738 "license": [
7739 "BSD-3-Clause"
7740 ],
7741 "authors": [
7742 {
7743 "name": "Ryan Parman",
7744 "homepage": "http://ryanparman.com/",
7745 "role": "Creator, alumnus developer"
7746 },
7747 {
7748 "name": "Geoffrey Sneddon",
7749 "homepage": "http://gsnedders.com/",
7750 "role": "Alumnus developer"
7751 },
7752 {
7753 "name": "Ryan McCue",
7754 "email": "me@ryanmccue.info",
7755 "homepage": "http://ryanmccue.info/",
7756 "role": "Developer"
7757 }
7758 ],
7759 "description": "A simple Atom/RSS parsing library for PHP",
7760 "homepage": "http://simplepie.org/",
7761 "keywords": [
7762 "atom",
7763 "feeds",
7764 "rss"
7765 ],
7766 "time": "2019-11-23T07:05:15+00:00"
7767 },
7768 {
7769 "name": "smalot/pdfparser",
7770 "version": "v0.15.0",
7771 "source": {
7772 "type": "git",
7773 "url": "https://github.com/smalot/pdfparser.git",
7774 "reference": "a53df87a048b943ff7380765b300e2b002e61de4"
7775 },
7776 "dist": {
7777 "type": "zip",
7778 "url": "https://api.github.com/repos/smalot/pdfparser/zipball/a53df87a048b943ff7380765b300e2b002e61de4",
7779 "reference": "a53df87a048b943ff7380765b300e2b002e61de4",
7780 "shasum": ""
7781 },
7782 "require": {
7783 "ext-mbstring": "*",
7784 "ext-zlib": "*",
7785 "php": ">=5.3.0",
7786 "tecnickcom/tcpdf": "~6.0"
7787 },
7788 "require-dev": {
7789 "atoum/atoum": "^2.8 | ^3.0"
7790 },
7791 "type": "library",
7792 "autoload": {
7793 "psr-0": {
7794 "Smalot\\PdfParser\\": "src/"
7795 }
7796 },
7797 "notification-url": "https://packagist.org/downloads/",
7798 "license": [
7799 "LGPL-3.0"
7800 ],
7801 "authors": [
7802 {
7803 "name": "Sebastien MALOT",
7804 "email": "sebastien@malot.fr"
7805 }
7806 ],
7807 "description": "Pdf parser library. Can read and extract information from pdf file.",
7808 "homepage": "http://www.pdfparser.org",
7809 "keywords": [
7810 "extract",
7811 "parse",
7812 "parser",
7813 "pdf",
7814 "text"
7815 ],
7816 "time": "2020-04-21T07:28:21+00:00"
7817 },
7818 {
7819 "name": "spomky-labs/otphp",
7820 "version": "v9.1.4",
7821 "source": {
7822 "type": "git",
7823 "url": "https://github.com/Spomky-Labs/otphp.git",
7824 "reference": "48d463cf909320399fe08eab2e1cd18d899d5068"
7825 },
7826 "dist": {
7827 "type": "zip",
7828 "url": "https://api.github.com/repos/Spomky-Labs/otphp/zipball/48d463cf909320399fe08eab2e1cd18d899d5068",
7829 "reference": "48d463cf909320399fe08eab2e1cd18d899d5068",
7830 "shasum": ""
7831 },
7832 "require": {
7833 "beberlei/assert": "^2.4|^3.0",
7834 "paragonie/constant_time_encoding": "^2.0",
7835 "php": "^7.1"
7836 },
7837 "require-dev": {
7838 "phpunit/phpunit": "^6.0",
7839 "satooshi/php-coveralls": "^1.0"
7840 },
7841 "type": "library",
7842 "extra": {
7843 "branch-alias": {
7844 "dev-master": "9.0.x-dev"
7845 }
7846 },
7847 "autoload": {
7848 "psr-4": {
7849 "OTPHP\\": "src/"
7850 }
7851 },
7852 "notification-url": "https://packagist.org/downloads/",
7853 "license": [
7854 "MIT"
7855 ],
7856 "authors": [
7857 {
7858 "name": "Florent Morselli",
7859 "homepage": "https://github.com/Spomky"
7860 },
7861 {
7862 "name": "All contributors",
7863 "homepage": "https://github.com/Spomky-Labs/otphp/contributors"
7864 }
7865 ],
7866 "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",
7867 "homepage": "https://github.com/Spomky-Labs/otphp",
7868 "keywords": [
7869 "FreeOTP",
7870 "RFC 4226",
7871 "RFC 6238",
7872 "google authenticator",
7873 "hotp",
7874 "otp",
7875 "totp"
7876 ],
7877 "time": "2019-03-18T10:08:51+00:00"
7878 },
7879 {
7880 "name": "stof/doctrine-extensions-bundle",
7881 "version": "v1.3.0",
7882 "source": {
7883 "type": "git",
7884 "url": "https://github.com/stof/StofDoctrineExtensionsBundle.git",
7885 "reference": "46db71ec7ffee9122eca3cdddd4ef8d84bae269c"
7886 },
7887 "dist": {
7888 "type": "zip",
7889 "url": "https://api.github.com/repos/stof/StofDoctrineExtensionsBundle/zipball/46db71ec7ffee9122eca3cdddd4ef8d84bae269c",
7890 "reference": "46db71ec7ffee9122eca3cdddd4ef8d84bae269c",
7891 "shasum": ""
7892 },
7893 "require": {
7894 "gedmo/doctrine-extensions": "^2.3.4",
7895 "php": ">=5.3.2",
7896 "symfony/framework-bundle": "~2.7|~3.2|~4.0"
7897 },
7898 "require-dev": {
7899 "symfony/phpunit-bridge": "^4.0",
7900 "symfony/security-bundle": "^2.7 || ^3.2 || ^4.0"
7901 },
7902 "suggest": {
7903 "doctrine/doctrine-bundle": "to use the ORM extensions",
7904 "doctrine/mongodb-odm-bundle": "to use the MongoDB ODM extensions"
7905 },
7906 "type": "symfony-bundle",
7907 "extra": {
7908 "branch-alias": {
7909 "dev-master": "1.3.x-dev"
7910 }
7911 },
7912 "autoload": {
7913 "psr-4": {
7914 "Stof\\DoctrineExtensionsBundle\\": ""
7915 }
7916 },
7917 "notification-url": "https://packagist.org/downloads/",
7918 "license": [
7919 "MIT"
7920 ],
7921 "authors": [
7922 {
7923 "name": "Christophe Coevoet",
7924 "email": "stof@notk.org"
7925 }
7926 ],
7927 "description": "Integration of the gedmo/doctrine-extensions with Symfony2",
7928 "homepage": "https://github.com/stof/StofDoctrineExtensionsBundle",
7929 "keywords": [
7930 "behaviors",
7931 "doctrine2",
7932 "extensions",
7933 "gedmo",
7934 "loggable",
7935 "nestedset",
7936 "sluggable",
7937 "sortable",
7938 "timestampable",
7939 "translatable",
7940 "tree"
7941 ],
7942 "time": "2017-12-24T16:06:50+00:00"
7943 },
7944 {
7945 "name": "swiftmailer/swiftmailer",
7946 "version": "v6.2.3",
7947 "source": {
7948 "type": "git",
7949 "url": "https://github.com/swiftmailer/swiftmailer.git",
7950 "reference": "149cfdf118b169f7840bbe3ef0d4bc795d1780c9"
7951 },
7952 "dist": {
7953 "type": "zip",
7954 "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/149cfdf118b169f7840bbe3ef0d4bc795d1780c9",
7955 "reference": "149cfdf118b169f7840bbe3ef0d4bc795d1780c9",
7956 "shasum": ""
7957 },
7958 "require": {
7959 "egulias/email-validator": "~2.0",
7960 "php": ">=7.0.0",
7961 "symfony/polyfill-iconv": "^1.0",
7962 "symfony/polyfill-intl-idn": "^1.10",
7963 "symfony/polyfill-mbstring": "^1.0"
7964 },
7965 "require-dev": {
7966 "mockery/mockery": "~0.9.1",
7967 "symfony/phpunit-bridge": "^3.4.19|^4.1.8"
7968 },
7969 "suggest": {
7970 "ext-intl": "Needed to support internationalized email addresses",
7971 "true/punycode": "Needed to support internationalized email addresses, if ext-intl is not installed"
7972 },
7973 "type": "library",
7974 "extra": {
7975 "branch-alias": {
7976 "dev-master": "6.2-dev"
7977 }
7978 },
7979 "autoload": {
7980 "files": [
7981 "lib/swift_required.php"
7982 ]
7983 },
7984 "notification-url": "https://packagist.org/downloads/",
7985 "license": [
7986 "MIT"
7987 ],
7988 "authors": [
7989 {
7990 "name": "Chris Corbyn"
7991 },
7992 {
7993 "name": "Fabien Potencier",
7994 "email": "fabien@symfony.com"
7995 }
7996 ],
7997 "description": "Swiftmailer, free feature-rich PHP mailer",
7998 "homepage": "https://swiftmailer.symfony.com",
7999 "keywords": [
8000 "email",
8001 "mail",
8002 "mailer"
8003 ],
8004 "time": "2019-11-12T09:31:26+00:00"
8005 },
8006 {
8007 "name": "symfony/http-client",
8008 "version": "v4.4.2",
8009 "source": {
8010 "type": "git",
8011 "url": "https://github.com/symfony/http-client.git",
8012 "reference": "9ebfc77b5018a05226b38642def82746f3e2ce0f"
8013 },
8014 "dist": {
8015 "type": "zip",
8016 "url": "https://api.github.com/repos/symfony/http-client/zipball/9ebfc77b5018a05226b38642def82746f3e2ce0f",
8017 "reference": "9ebfc77b5018a05226b38642def82746f3e2ce0f",
8018 "shasum": ""
8019 },
8020 "require": {
8021 "php": "^7.1.3",
8022 "psr/log": "^1.0",
8023 "symfony/http-client-contracts": "^1.1.8|^2",
8024 "symfony/polyfill-php73": "^1.11",
8025 "symfony/service-contracts": "^1.0|^2"
8026 },
8027 "provide": {
8028 "php-http/async-client-implementation": "*",
8029 "php-http/client-implementation": "*",
8030 "psr/http-client-implementation": "1.0",
8031 "symfony/http-client-implementation": "1.1"
8032 },
8033 "require-dev": {
8034 "guzzlehttp/promises": "^1.3.1",
8035 "nyholm/psr7": "^1.0",
8036 "php-http/httplug": "^1.0|^2.0",
8037 "psr/http-client": "^1.0",
8038 "symfony/dependency-injection": "^4.3|^5.0",
8039 "symfony/http-kernel": "^4.4",
8040 "symfony/process": "^4.2|^5.0"
8041 },
8042 "type": "library",
8043 "extra": {
8044 "branch-alias": {
8045 "dev-master": "4.4-dev"
8046 }
8047 },
8048 "autoload": {
8049 "psr-4": {
8050 "Symfony\\Component\\HttpClient\\": ""
8051 },
8052 "exclude-from-classmap": [
8053 "/Tests/"
8054 ]
8055 },
8056 "notification-url": "https://packagist.org/downloads/",
8057 "license": [
8058 "MIT"
8059 ],
8060 "authors": [
8061 {
8062 "name": "Nicolas Grekas",
8063 "email": "p@tchwork.com"
8064 },
8065 {
8066 "name": "Symfony Community",
8067 "homepage": "https://symfony.com/contributors"
8068 }
8069 ],
8070 "description": "Symfony HttpClient component",
8071 "homepage": "https://symfony.com",
8072 "time": "2019-12-19T15:57:49+00:00"
8073 },
8074 {
8075 "name": "symfony/http-client-contracts",
8076 "version": "v1.1.8",
8077 "source": {
8078 "type": "git",
8079 "url": "https://github.com/symfony/http-client-contracts.git",
8080 "reference": "088bae75cfa2ec5eb6d33dce17dbd8613150ce6e"
8081 },
8082 "dist": {
8083 "type": "zip",
8084 "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/088bae75cfa2ec5eb6d33dce17dbd8613150ce6e",
8085 "reference": "088bae75cfa2ec5eb6d33dce17dbd8613150ce6e",
8086 "shasum": ""
8087 },
8088 "require": {
8089 "php": "^7.1.3"
8090 },
8091 "suggest": {
8092 "symfony/http-client-implementation": ""
8093 },
8094 "type": "library",
8095 "extra": {
8096 "branch-alias": {
8097 "dev-master": "1.1-dev"
8098 }
8099 },
8100 "autoload": {
8101 "psr-4": {
8102 "Symfony\\Contracts\\HttpClient\\": ""
8103 }
8104 },
8105 "notification-url": "https://packagist.org/downloads/",
8106 "license": [
8107 "MIT"
8108 ],
8109 "authors": [
8110 {
8111 "name": "Nicolas Grekas",
8112 "email": "p@tchwork.com"
8113 },
8114 {
8115 "name": "Symfony Community",
8116 "homepage": "https://symfony.com/contributors"
8117 }
8118 ],
8119 "description": "Generic abstractions related to HTTP clients",
8120 "homepage": "https://symfony.com",
8121 "keywords": [
8122 "abstractions",
8123 "contracts",
8124 "decoupling",
8125 "interfaces",
8126 "interoperability",
8127 "standards"
8128 ],
8129 "time": "2019-11-07T12:44:51+00:00"
8130 },
8131 {
8132 "name": "symfony/mime",
8133 "version": "v4.4.2",
8134 "source": {
8135 "type": "git",
8136 "url": "https://github.com/symfony/mime.git",
8137 "reference": "010cc488e56cafe5f7494dea70aea93100c234df"
8138 },
8139 "dist": {
8140 "type": "zip",
8141 "url": "https://api.github.com/repos/symfony/mime/zipball/010cc488e56cafe5f7494dea70aea93100c234df",
8142 "reference": "010cc488e56cafe5f7494dea70aea93100c234df",
8143 "shasum": ""
8144 },
8145 "require": {
8146 "php": "^7.1.3",
8147 "symfony/polyfill-intl-idn": "^1.10",
8148 "symfony/polyfill-mbstring": "^1.0"
8149 },
8150 "conflict": {
8151 "symfony/mailer": "<4.4"
8152 },
8153 "require-dev": {
8154 "egulias/email-validator": "^2.1.10",
8155 "symfony/dependency-injection": "^3.4|^4.1|^5.0"
8156 },
8157 "type": "library",
8158 "extra": {
8159 "branch-alias": {
8160 "dev-master": "4.4-dev"
8161 }
8162 },
8163 "autoload": {
8164 "psr-4": {
8165 "Symfony\\Component\\Mime\\": ""
8166 },
8167 "exclude-from-classmap": [
8168 "/Tests/"
8169 ]
8170 },
8171 "notification-url": "https://packagist.org/downloads/",
8172 "license": [
8173 "MIT"
8174 ],
8175 "authors": [
8176 {
8177 "name": "Fabien Potencier",
8178 "email": "fabien@symfony.com"
8179 },
8180 {
8181 "name": "Symfony Community",
8182 "homepage": "https://symfony.com/contributors"
8183 }
8184 ],
8185 "description": "A library to manipulate MIME messages",
8186 "homepage": "https://symfony.com",
8187 "keywords": [
8188 "mime",
8189 "mime-type"
8190 ],
8191 "time": "2019-11-30T08:27:26+00:00"
8192 },
8193 {
8194 "name": "symfony/monolog-bundle",
8195 "version": "v3.5.0",
8196 "source": {
8197 "type": "git",
8198 "url": "https://github.com/symfony/monolog-bundle.git",
8199 "reference": "dd80460fcfe1fa2050a7103ad818e9d0686ce6fd"
8200 },
8201 "dist": {
8202 "type": "zip",
8203 "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/dd80460fcfe1fa2050a7103ad818e9d0686ce6fd",
8204 "reference": "dd80460fcfe1fa2050a7103ad818e9d0686ce6fd",
8205 "shasum": ""
8206 },
8207 "require": {
8208 "monolog/monolog": "~1.22 || ~2.0",
8209 "php": ">=5.6",
8210 "symfony/config": "~3.4 || ~4.0 || ^5.0",
8211 "symfony/dependency-injection": "~3.4.10 || ^4.0.10 || ^5.0",
8212 "symfony/http-kernel": "~3.4 || ~4.0 || ^5.0",
8213 "symfony/monolog-bridge": "~3.4 || ~4.0 || ^5.0"
8214 },
8215 "require-dev": {
8216 "symfony/console": "~3.4 || ~4.0 || ^5.0",
8217 "symfony/phpunit-bridge": "^3.4.19 || ^4.0 || ^5.0",
8218 "symfony/yaml": "~3.4 || ~4.0 || ^5.0"
8219 },
8220 "type": "symfony-bundle",
8221 "extra": {
8222 "branch-alias": {
8223 "dev-master": "3.x-dev"
8224 }
8225 },
8226 "autoload": {
8227 "psr-4": {
8228 "Symfony\\Bundle\\MonologBundle\\": ""
8229 },
8230 "exclude-from-classmap": [
8231 "/Tests/"
8232 ]
8233 },
8234 "notification-url": "https://packagist.org/downloads/",
8235 "license": [
8236 "MIT"
8237 ],
8238 "authors": [
8239 {
8240 "name": "Fabien Potencier",
8241 "email": "fabien@symfony.com"
8242 },
8243 {
8244 "name": "Symfony Community",
8245 "homepage": "http://symfony.com/contributors"
8246 }
8247 ],
8248 "description": "Symfony MonologBundle",
8249 "homepage": "http://symfony.com",
8250 "keywords": [
8251 "log",
8252 "logging"
8253 ],
8254 "time": "2019-11-13T13:11:14+00:00"
8255 },
8256 {
8257 "name": "symfony/polyfill-apcu",
8258 "version": "v1.15.0",
8259 "source": {
8260 "type": "git",
8261 "url": "https://github.com/symfony/polyfill-apcu.git",
8262 "reference": "d6b5c4ac62cd4ed622e583d027ae684de2d3c4bd"
8263 },
8264 "dist": {
8265 "type": "zip",
8266 "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/d6b5c4ac62cd4ed622e583d027ae684de2d3c4bd",
8267 "reference": "d6b5c4ac62cd4ed622e583d027ae684de2d3c4bd",
8268 "shasum": ""
8269 },
8270 "require": {
8271 "php": ">=5.3.3"
8272 },
8273 "type": "library",
8274 "extra": {
8275 "branch-alias": {
8276 "dev-master": "1.15-dev"
8277 }
8278 },
8279 "autoload": {
8280 "psr-4": {
8281 "Symfony\\Polyfill\\Apcu\\": ""
8282 },
8283 "files": [
8284 "bootstrap.php"
8285 ]
8286 },
8287 "notification-url": "https://packagist.org/downloads/",
8288 "license": [
8289 "MIT"
8290 ],
8291 "authors": [
8292 {
8293 "name": "Nicolas Grekas",
8294 "email": "p@tchwork.com"
8295 },
8296 {
8297 "name": "Symfony Community",
8298 "homepage": "https://symfony.com/contributors"
8299 }
8300 ],
8301 "description": "Symfony polyfill backporting apcu_* functions to lower PHP versions",
8302 "homepage": "https://symfony.com",
8303 "keywords": [
8304 "apcu",
8305 "compatibility",
8306 "polyfill",
8307 "portable",
8308 "shim"
8309 ],
8310 "time": "2020-02-27T09:26:54+00:00"
8311 },
8312 {
8313 "name": "symfony/polyfill-ctype",
8314 "version": "v1.15.0",
8315 "source": {
8316 "type": "git",
8317 "url": "https://github.com/symfony/polyfill-ctype.git",
8318 "reference": "4719fa9c18b0464d399f1a63bf624b42b6fa8d14"
8319 },
8320 "dist": {
8321 "type": "zip",
8322 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/4719fa9c18b0464d399f1a63bf624b42b6fa8d14",
8323 "reference": "4719fa9c18b0464d399f1a63bf624b42b6fa8d14",
8324 "shasum": ""
8325 },
8326 "require": {
8327 "php": ">=5.3.3"
8328 },
8329 "suggest": {
8330 "ext-ctype": "For best performance"
8331 },
8332 "type": "library",
8333 "extra": {
8334 "branch-alias": {
8335 "dev-master": "1.15-dev"
8336 }
8337 },
8338 "autoload": {
8339 "psr-4": {
8340 "Symfony\\Polyfill\\Ctype\\": ""
8341 },
8342 "files": [
8343 "bootstrap.php"
8344 ]
8345 },
8346 "notification-url": "https://packagist.org/downloads/",
8347 "license": [
8348 "MIT"
8349 ],
8350 "authors": [
8351 {
8352 "name": "Gert de Pagter",
8353 "email": "BackEndTea@gmail.com"
8354 },
8355 {
8356 "name": "Symfony Community",
8357 "homepage": "https://symfony.com/contributors"
8358 }
8359 ],
8360 "description": "Symfony polyfill for ctype functions",
8361 "homepage": "https://symfony.com",
8362 "keywords": [
8363 "compatibility",
8364 "ctype",
8365 "polyfill",
8366 "portable"
8367 ],
8368 "time": "2020-02-27T09:26:54+00:00"
8369 },
8370 {
8371 "name": "symfony/polyfill-iconv",
8372 "version": "v1.13.1",
8373 "source": {
8374 "type": "git",
8375 "url": "https://github.com/symfony/polyfill-iconv.git",
8376 "reference": "a019efccc03f1a335af6b4f20c30f5ea8060be36"
8377 },
8378 "dist": {
8379 "type": "zip",
8380 "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/a019efccc03f1a335af6b4f20c30f5ea8060be36",
8381 "reference": "a019efccc03f1a335af6b4f20c30f5ea8060be36",
8382 "shasum": ""
8383 },
8384 "require": {
8385 "php": ">=5.3.3"
8386 },
8387 "suggest": {
8388 "ext-iconv": "For best performance"
8389 },
8390 "type": "library",
8391 "extra": {
8392 "branch-alias": {
8393 "dev-master": "1.13-dev"
8394 }
8395 },
8396 "autoload": {
8397 "psr-4": {
8398 "Symfony\\Polyfill\\Iconv\\": ""
8399 },
8400 "files": [
8401 "bootstrap.php"
8402 ]
8403 },
8404 "notification-url": "https://packagist.org/downloads/",
8405 "license": [
8406 "MIT"
8407 ],
8408 "authors": [
8409 {
8410 "name": "Nicolas Grekas",
8411 "email": "p@tchwork.com"
8412 },
8413 {
8414 "name": "Symfony Community",
8415 "homepage": "https://symfony.com/contributors"
8416 }
8417 ],
8418 "description": "Symfony polyfill for the Iconv extension",
8419 "homepage": "https://symfony.com",
8420 "keywords": [
8421 "compatibility",
8422 "iconv",
8423 "polyfill",
8424 "portable",
8425 "shim"
8426 ],
8427 "time": "2019-11-27T13:56:44+00:00"
8428 },
8429 {
8430 "name": "symfony/polyfill-intl-icu",
8431 "version": "v1.15.0",
8432 "source": {
8433 "type": "git",
8434 "url": "https://github.com/symfony/polyfill-intl-icu.git",
8435 "reference": "9c281272735eb66476e0fa7381e03fb0d4b60197"
8436 },
8437 "dist": {
8438 "type": "zip",
8439 "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/9c281272735eb66476e0fa7381e03fb0d4b60197",
8440 "reference": "9c281272735eb66476e0fa7381e03fb0d4b60197",
8441 "shasum": ""
8442 },
8443 "require": {
8444 "php": ">=5.3.3",
8445 "symfony/intl": "~2.3|~3.0|~4.0|~5.0"
8446 },
8447 "suggest": {
8448 "ext-intl": "For best performance"
8449 },
8450 "type": "library",
8451 "extra": {
8452 "branch-alias": {
8453 "dev-master": "1.15-dev"
8454 }
8455 },
8456 "autoload": {
8457 "files": [
8458 "bootstrap.php"
8459 ]
8460 },
8461 "notification-url": "https://packagist.org/downloads/",
8462 "license": [
8463 "MIT"
8464 ],
8465 "authors": [
8466 {
8467 "name": "Nicolas Grekas",
8468 "email": "p@tchwork.com"
8469 },
8470 {
8471 "name": "Symfony Community",
8472 "homepage": "https://symfony.com/contributors"
8473 }
8474 ],
8475 "description": "Symfony polyfill for intl's ICU-related data and classes",
8476 "homepage": "https://symfony.com",
8477 "keywords": [
8478 "compatibility",
8479 "icu",
8480 "intl",
8481 "polyfill",
8482 "portable",
8483 "shim"
8484 ],
8485 "time": "2020-02-27T09:26:54+00:00"
8486 },
8487 {
8488 "name": "symfony/polyfill-intl-idn",
8489 "version": "v1.13.1",
8490 "source": {
8491 "type": "git",
8492 "url": "https://github.com/symfony/polyfill-intl-idn.git",
8493 "reference": "6f9c239e61e1b0c9229a28ff89a812dc449c3d46"
8494 },
8495 "dist": {
8496 "type": "zip",
8497 "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/6f9c239e61e1b0c9229a28ff89a812dc449c3d46",
8498 "reference": "6f9c239e61e1b0c9229a28ff89a812dc449c3d46",
8499 "shasum": ""
8500 },
8501 "require": {
8502 "php": ">=5.3.3",
8503 "symfony/polyfill-mbstring": "^1.3",
8504 "symfony/polyfill-php72": "^1.9"
8505 },
8506 "suggest": {
8507 "ext-intl": "For best performance"
8508 },
8509 "type": "library",
8510 "extra": {
8511 "branch-alias": {
8512 "dev-master": "1.13-dev"
8513 }
8514 },
8515 "autoload": {
8516 "psr-4": {
8517 "Symfony\\Polyfill\\Intl\\Idn\\": ""
8518 },
8519 "files": [
8520 "bootstrap.php"
8521 ]
8522 },
8523 "notification-url": "https://packagist.org/downloads/",
8524 "license": [
8525 "MIT"
8526 ],
8527 "authors": [
8528 {
8529 "name": "Laurent Bassin",
8530 "email": "laurent@bassin.info"
8531 },
8532 {
8533 "name": "Symfony Community",
8534 "homepage": "https://symfony.com/contributors"
8535 }
8536 ],
8537 "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
8538 "homepage": "https://symfony.com",
8539 "keywords": [
8540 "compatibility",
8541 "idn",
8542 "intl",
8543 "polyfill",
8544 "portable",
8545 "shim"
8546 ],
8547 "time": "2019-11-27T13:56:44+00:00"
8548 },
8549 {
8550 "name": "symfony/polyfill-mbstring",
8551 "version": "v1.15.0",
8552 "source": {
8553 "type": "git",
8554 "url": "https://github.com/symfony/polyfill-mbstring.git",
8555 "reference": "81ffd3a9c6d707be22e3012b827de1c9775fc5ac"
8556 },
8557 "dist": {
8558 "type": "zip",
8559 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/81ffd3a9c6d707be22e3012b827de1c9775fc5ac",
8560 "reference": "81ffd3a9c6d707be22e3012b827de1c9775fc5ac",
8561 "shasum": ""
8562 },
8563 "require": {
8564 "php": ">=5.3.3"
8565 },
8566 "suggest": {
8567 "ext-mbstring": "For best performance"
8568 },
8569 "type": "library",
8570 "extra": {
8571 "branch-alias": {
8572 "dev-master": "1.15-dev"
8573 }
8574 },
8575 "autoload": {
8576 "psr-4": {
8577 "Symfony\\Polyfill\\Mbstring\\": ""
8578 },
8579 "files": [
8580 "bootstrap.php"
8581 ]
8582 },
8583 "notification-url": "https://packagist.org/downloads/",
8584 "license": [
8585 "MIT"
8586 ],
8587 "authors": [
8588 {
8589 "name": "Nicolas Grekas",
8590 "email": "p@tchwork.com"
8591 },
8592 {
8593 "name": "Symfony Community",
8594 "homepage": "https://symfony.com/contributors"
8595 }
8596 ],
8597 "description": "Symfony polyfill for the Mbstring extension",
8598 "homepage": "https://symfony.com",
8599 "keywords": [
8600 "compatibility",
8601 "mbstring",
8602 "polyfill",
8603 "portable",
8604 "shim"
8605 ],
8606 "time": "2020-03-09T19:04:49+00:00"
8607 },
8608 {
8609 "name": "symfony/polyfill-php56",
8610 "version": "v1.15.0",
8611 "source": {
8612 "type": "git",
8613 "url": "https://github.com/symfony/polyfill-php56.git",
8614 "reference": "d51ec491c8ddceae7dca8dd6c7e30428f543f37d"
8615 },
8616 "dist": {
8617 "type": "zip",
8618 "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/d51ec491c8ddceae7dca8dd6c7e30428f543f37d",
8619 "reference": "d51ec491c8ddceae7dca8dd6c7e30428f543f37d",
8620 "shasum": ""
8621 },
8622 "require": {
8623 "php": ">=5.3.3",
8624 "symfony/polyfill-util": "~1.0"
8625 },
8626 "type": "library",
8627 "extra": {
8628 "branch-alias": {
8629 "dev-master": "1.15-dev"
8630 }
8631 },
8632 "autoload": {
8633 "psr-4": {
8634 "Symfony\\Polyfill\\Php56\\": ""
8635 },
8636 "files": [
8637 "bootstrap.php"
8638 ]
8639 },
8640 "notification-url": "https://packagist.org/downloads/",
8641 "license": [
8642 "MIT"
8643 ],
8644 "authors": [
8645 {
8646 "name": "Nicolas Grekas",
8647 "email": "p@tchwork.com"
8648 },
8649 {
8650 "name": "Symfony Community",
8651 "homepage": "https://symfony.com/contributors"
8652 }
8653 ],
8654 "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions",
8655 "homepage": "https://symfony.com",
8656 "keywords": [
8657 "compatibility",
8658 "polyfill",
8659 "portable",
8660 "shim"
8661 ],
8662 "time": "2020-03-09T19:04:49+00:00"
8663 },
8664 {
8665 "name": "symfony/polyfill-php70",
8666 "version": "v1.15.0",
8667 "source": {
8668 "type": "git",
8669 "url": "https://github.com/symfony/polyfill-php70.git",
8670 "reference": "2a18e37a489803559284416df58c71ccebe50bf0"
8671 },
8672 "dist": {
8673 "type": "zip",
8674 "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/2a18e37a489803559284416df58c71ccebe50bf0",
8675 "reference": "2a18e37a489803559284416df58c71ccebe50bf0",
8676 "shasum": ""
8677 },
8678 "require": {
8679 "paragonie/random_compat": "~1.0|~2.0|~9.99",
8680 "php": ">=5.3.3"
8681 },
8682 "type": "library",
8683 "extra": {
8684 "branch-alias": {
8685 "dev-master": "1.15-dev"
8686 }
8687 },
8688 "autoload": {
8689 "psr-4": {
8690 "Symfony\\Polyfill\\Php70\\": ""
8691 },
8692 "files": [
8693 "bootstrap.php"
8694 ],
8695 "classmap": [
8696 "Resources/stubs"
8697 ]
8698 },
8699 "notification-url": "https://packagist.org/downloads/",
8700 "license": [
8701 "MIT"
8702 ],
8703 "authors": [
8704 {
8705 "name": "Nicolas Grekas",
8706 "email": "p@tchwork.com"
8707 },
8708 {
8709 "name": "Symfony Community",
8710 "homepage": "https://symfony.com/contributors"
8711 }
8712 ],
8713 "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
8714 "homepage": "https://symfony.com",
8715 "keywords": [
8716 "compatibility",
8717 "polyfill",
8718 "portable",
8719 "shim"
8720 ],
8721 "time": "2020-02-27T09:26:54+00:00"
8722 },
8723 {
8724 "name": "symfony/polyfill-php72",
8725 "version": "v1.15.0",
8726 "source": {
8727 "type": "git",
8728 "url": "https://github.com/symfony/polyfill-php72.git",
8729 "reference": "37b0976c78b94856543260ce09b460a7bc852747"
8730 },
8731 "dist": {
8732 "type": "zip",
8733 "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/37b0976c78b94856543260ce09b460a7bc852747",
8734 "reference": "37b0976c78b94856543260ce09b460a7bc852747",
8735 "shasum": ""
8736 },
8737 "require": {
8738 "php": ">=5.3.3"
8739 },
8740 "type": "library",
8741 "extra": {
8742 "branch-alias": {
8743 "dev-master": "1.15-dev"
8744 }
8745 },
8746 "autoload": {
8747 "psr-4": {
8748 "Symfony\\Polyfill\\Php72\\": ""
8749 },
8750 "files": [
8751 "bootstrap.php"
8752 ]
8753 },
8754 "notification-url": "https://packagist.org/downloads/",
8755 "license": [
8756 "MIT"
8757 ],
8758 "authors": [
8759 {
8760 "name": "Nicolas Grekas",
8761 "email": "p@tchwork.com"
8762 },
8763 {
8764 "name": "Symfony Community",
8765 "homepage": "https://symfony.com/contributors"
8766 }
8767 ],
8768 "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
8769 "homepage": "https://symfony.com",
8770 "keywords": [
8771 "compatibility",
8772 "polyfill",
8773 "portable",
8774 "shim"
8775 ],
8776 "time": "2020-02-27T09:26:54+00:00"
8777 },
8778 {
8779 "name": "symfony/polyfill-php73",
8780 "version": "v1.13.1",
8781 "source": {
8782 "type": "git",
8783 "url": "https://github.com/symfony/polyfill-php73.git",
8784 "reference": "4b0e2222c55a25b4541305a053013d5647d3a25f"
8785 },
8786 "dist": {
8787 "type": "zip",
8788 "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/4b0e2222c55a25b4541305a053013d5647d3a25f",
8789 "reference": "4b0e2222c55a25b4541305a053013d5647d3a25f",
8790 "shasum": ""
8791 },
8792 "require": {
8793 "php": ">=5.3.3"
8794 },
8795 "type": "library",
8796 "extra": {
8797 "branch-alias": {
8798 "dev-master": "1.13-dev"
8799 }
8800 },
8801 "autoload": {
8802 "psr-4": {
8803 "Symfony\\Polyfill\\Php73\\": ""
8804 },
8805 "files": [
8806 "bootstrap.php"
8807 ],
8808 "classmap": [
8809 "Resources/stubs"
8810 ]
8811 },
8812 "notification-url": "https://packagist.org/downloads/",
8813 "license": [
8814 "MIT"
8815 ],
8816 "authors": [
8817 {
8818 "name": "Nicolas Grekas",
8819 "email": "p@tchwork.com"
8820 },
8821 {
8822 "name": "Symfony Community",
8823 "homepage": "https://symfony.com/contributors"
8824 }
8825 ],
8826 "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
8827 "homepage": "https://symfony.com",
8828 "keywords": [
8829 "compatibility",
8830 "polyfill",
8831 "portable",
8832 "shim"
8833 ],
8834 "time": "2019-11-27T16:25:15+00:00"
8835 },
8836 {
8837 "name": "symfony/polyfill-util",
8838 "version": "v1.15.0",
8839 "source": {
8840 "type": "git",
8841 "url": "https://github.com/symfony/polyfill-util.git",
8842 "reference": "d8e76c104127675d0ea3df3be0f2ae24a8619027"
8843 },
8844 "dist": {
8845 "type": "zip",
8846 "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/d8e76c104127675d0ea3df3be0f2ae24a8619027",
8847 "reference": "d8e76c104127675d0ea3df3be0f2ae24a8619027",
8848 "shasum": ""
8849 },
8850 "require": {
8851 "php": ">=5.3.3"
8852 },
8853 "type": "library",
8854 "extra": {
8855 "branch-alias": {
8856 "dev-master": "1.15-dev"
8857 }
8858 },
8859 "autoload": {
8860 "psr-4": {
8861 "Symfony\\Polyfill\\Util\\": ""
8862 }
8863 },
8864 "notification-url": "https://packagist.org/downloads/",
8865 "license": [
8866 "MIT"
8867 ],
8868 "authors": [
8869 {
8870 "name": "Nicolas Grekas",
8871 "email": "p@tchwork.com"
8872 },
8873 {
8874 "name": "Symfony Community",
8875 "homepage": "https://symfony.com/contributors"
8876 }
8877 ],
8878 "description": "Symfony utilities for portability of PHP codes",
8879 "homepage": "https://symfony.com",
8880 "keywords": [
8881 "compat",
8882 "compatibility",
8883 "polyfill",
8884 "shim"
8885 ],
8886 "time": "2020-03-02T11:55:35+00:00"
8887 },
8888 {
8889 "name": "symfony/service-contracts",
8890 "version": "v1.1.8",
8891 "source": {
8892 "type": "git",
8893 "url": "https://github.com/symfony/service-contracts.git",
8894 "reference": "ffc7f5692092df31515df2a5ecf3b7302b3ddacf"
8895 },
8896 "dist": {
8897 "type": "zip",
8898 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/ffc7f5692092df31515df2a5ecf3b7302b3ddacf",
8899 "reference": "ffc7f5692092df31515df2a5ecf3b7302b3ddacf",
8900 "shasum": ""
8901 },
8902 "require": {
8903 "php": "^7.1.3",
8904 "psr/container": "^1.0"
8905 },
8906 "suggest": {
8907 "symfony/service-implementation": ""
8908 },
8909 "type": "library",
8910 "extra": {
8911 "branch-alias": {
8912 "dev-master": "1.1-dev"
8913 }
8914 },
8915 "autoload": {
8916 "psr-4": {
8917 "Symfony\\Contracts\\Service\\": ""
8918 }
8919 },
8920 "notification-url": "https://packagist.org/downloads/",
8921 "license": [
8922 "MIT"
8923 ],
8924 "authors": [
8925 {
8926 "name": "Nicolas Grekas",
8927 "email": "p@tchwork.com"
8928 },
8929 {
8930 "name": "Symfony Community",
8931 "homepage": "https://symfony.com/contributors"
8932 }
8933 ],
8934 "description": "Generic abstractions related to writing services",
8935 "homepage": "https://symfony.com",
8936 "keywords": [
8937 "abstractions",
8938 "contracts",
8939 "decoupling",
8940 "interfaces",
8941 "interoperability",
8942 "standards"
8943 ],
8944 "time": "2019-10-14T12:27:06+00:00"
8945 },
8946 {
8947 "name": "symfony/swiftmailer-bundle",
8948 "version": "v3.3.1",
8949 "source": {
8950 "type": "git",
8951 "url": "https://github.com/symfony/swiftmailer-bundle.git",
8952 "reference": "defa9bdfc0191ed70b389cb93c550c6c82cf1745"
8953 },
8954 "dist": {
8955 "type": "zip",
8956 "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/defa9bdfc0191ed70b389cb93c550c6c82cf1745",
8957 "reference": "defa9bdfc0191ed70b389cb93c550c6c82cf1745",
8958 "shasum": ""
8959 },
8960 "require": {
8961 "php": ">=7.0.0",
8962 "swiftmailer/swiftmailer": "^6.1.3",
8963 "symfony/config": "^3.4|^4.0|^5.0",
8964 "symfony/dependency-injection": "^3.4|^4.0|^5.0",
8965 "symfony/http-kernel": "^3.4|^4.0|^5.0"
8966 },
8967 "conflict": {
8968 "twig/twig": "<1.41|<2.10"
8969 },
8970 "require-dev": {
8971 "symfony/console": "^3.4|^4.0|^5.0",
8972 "symfony/framework-bundle": "^3.4|^4.0|^5.0",
8973 "symfony/phpunit-bridge": "^3.4.32|^4.3.5|^5.0",
8974 "symfony/yaml": "^3.4|^4.0|^5.0"
8975 },
8976 "suggest": {
8977 "psr/log": "Allows logging"
8978 },
8979 "type": "symfony-bundle",
8980 "extra": {
8981 "branch-alias": {
8982 "dev-master": "3.3-dev"
8983 }
8984 },
8985 "autoload": {
8986 "psr-4": {
8987 "Symfony\\Bundle\\SwiftmailerBundle\\": ""
8988 },
8989 "exclude-from-classmap": [
8990 "/Tests/"
8991 ]
8992 },
8993 "notification-url": "https://packagist.org/downloads/",
8994 "license": [
8995 "MIT"
8996 ],
8997 "authors": [
8998 {
8999 "name": "Fabien Potencier",
9000 "email": "fabien@symfony.com"
9001 },
9002 {
9003 "name": "Symfony Community",
9004 "homepage": "http://symfony.com/contributors"
9005 }
9006 ],
9007 "description": "Symfony SwiftmailerBundle",
9008 "homepage": "http://symfony.com",
9009 "time": "2019-11-07T21:01:35+00:00"
9010 },
9011 {
9012 "name": "symfony/symfony",
9013 "version": "v3.4.39",
9014 "source": {
9015 "type": "git",
9016 "url": "https://github.com/symfony/symfony.git",
9017 "reference": "29ccc948a87d72c991fff9dbb92bd64f728e7b75"
9018 },
9019 "dist": {
9020 "type": "zip",
9021 "url": "https://api.github.com/repos/symfony/symfony/zipball/29ccc948a87d72c991fff9dbb92bd64f728e7b75",
9022 "reference": "29ccc948a87d72c991fff9dbb92bd64f728e7b75",
9023 "shasum": ""
9024 },
9025 "require": {
9026 "doctrine/common": "~2.4",
9027 "ext-xml": "*",
9028 "fig/link-util": "^1.0",
9029 "php": "^5.5.9|>=7.0.8",
9030 "psr/cache": "~1.0",
9031 "psr/container": "^1.0",
9032 "psr/link": "^1.0",
9033 "psr/log": "~1.0",
9034 "psr/simple-cache": "^1.0",
9035 "symfony/polyfill-apcu": "~1.1",
9036 "symfony/polyfill-ctype": "~1.8",
9037 "symfony/polyfill-intl-icu": "~1.0",
9038 "symfony/polyfill-mbstring": "~1.0",
9039 "symfony/polyfill-php56": "~1.0",
9040 "symfony/polyfill-php70": "~1.6",
9041 "twig/twig": "^1.41|^2.10"
9042 },
9043 "conflict": {
9044 "monolog/monolog": ">=2",
9045 "phpdocumentor/reflection-docblock": "<3.0||>=3.2.0,<3.2.2",
9046 "phpdocumentor/type-resolver": "<0.3.0",
9047 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
9048 },
9049 "provide": {
9050 "psr/cache-implementation": "1.0",
9051 "psr/container-implementation": "1.0",
9052 "psr/log-implementation": "1.0",
9053 "psr/simple-cache-implementation": "1.0"
9054 },
9055 "replace": {
9056 "symfony/asset": "self.version",
9057 "symfony/browser-kit": "self.version",
9058 "symfony/cache": "self.version",
9059 "symfony/class-loader": "self.version",
9060 "symfony/config": "self.version",
9061 "symfony/console": "self.version",
9062 "symfony/css-selector": "self.version",
9063 "symfony/debug": "self.version",
9064 "symfony/debug-bundle": "self.version",
9065 "symfony/dependency-injection": "self.version",
9066 "symfony/doctrine-bridge": "self.version",
9067 "symfony/dom-crawler": "self.version",
9068 "symfony/dotenv": "self.version",
9069 "symfony/event-dispatcher": "self.version",
9070 "symfony/expression-language": "self.version",
9071 "symfony/filesystem": "self.version",
9072 "symfony/finder": "self.version",
9073 "symfony/form": "self.version",
9074 "symfony/framework-bundle": "self.version",
9075 "symfony/http-foundation": "self.version",
9076 "symfony/http-kernel": "self.version",
9077 "symfony/inflector": "self.version",
9078 "symfony/intl": "self.version",
9079 "symfony/ldap": "self.version",
9080 "symfony/lock": "self.version",
9081 "symfony/monolog-bridge": "self.version",
9082 "symfony/options-resolver": "self.version",
9083 "symfony/process": "self.version",
9084 "symfony/property-access": "self.version",
9085 "symfony/property-info": "self.version",
9086 "symfony/proxy-manager-bridge": "self.version",
9087 "symfony/routing": "self.version",
9088 "symfony/security": "self.version",
9089 "symfony/security-bundle": "self.version",
9090 "symfony/security-core": "self.version",
9091 "symfony/security-csrf": "self.version",
9092 "symfony/security-guard": "self.version",
9093 "symfony/security-http": "self.version",
9094 "symfony/serializer": "self.version",
9095 "symfony/stopwatch": "self.version",
9096 "symfony/templating": "self.version",
9097 "symfony/translation": "self.version",
9098 "symfony/twig-bridge": "self.version",
9099 "symfony/twig-bundle": "self.version",
9100 "symfony/validator": "self.version",
9101 "symfony/var-dumper": "self.version",
9102 "symfony/web-link": "self.version",
9103 "symfony/web-profiler-bundle": "self.version",
9104 "symfony/web-server-bundle": "self.version",
9105 "symfony/workflow": "self.version",
9106 "symfony/yaml": "self.version"
9107 },
9108 "require-dev": {
9109 "cache/integration-tests": "dev-master",
9110 "doctrine/annotations": "~1.0",
9111 "doctrine/cache": "~1.6",
9112 "doctrine/data-fixtures": "1.0.*",
9113 "doctrine/dbal": "~2.4",
9114 "doctrine/doctrine-bundle": "~1.4",
9115 "doctrine/orm": "~2.4,>=2.4.5",
9116 "egulias/email-validator": "~1.2,>=1.2.8|~2.0",
9117 "monolog/monolog": "~1.11",
9118 "ocramius/proxy-manager": "~0.4|~1.0|~2.0",
9119 "phpdocumentor/reflection-docblock": "^3.0|^4.0",
9120 "predis/predis": "~1.0",
9121 "symfony/phpunit-bridge": "^3.4.31|^4.3.4|~5.0",
9122 "symfony/security-acl": "~2.8|~3.0"
9123 },
9124 "type": "library",
9125 "extra": {
9126 "branch-alias": {
9127 "dev-master": "3.4-dev"
9128 }
9129 },
9130 "autoload": {
9131 "psr-4": {
9132 "Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/",
9133 "Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/",
9134 "Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/",
9135 "Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/",
9136 "Symfony\\Bundle\\": "src/Symfony/Bundle/",
9137 "Symfony\\Component\\": "src/Symfony/Component/"
9138 },
9139 "classmap": [
9140 "src/Symfony/Component/Intl/Resources/stubs"
9141 ],
9142 "exclude-from-classmap": [
9143 "**/Tests/"
9144 ]
9145 },
9146 "notification-url": "https://packagist.org/downloads/",
9147 "license": [
9148 "MIT"
9149 ],
9150 "authors": [
9151 {
9152 "name": "Fabien Potencier",
9153 "email": "fabien@symfony.com"
9154 },
9155 {
9156 "name": "Symfony Community",
9157 "homepage": "https://symfony.com/contributors"
9158 }
9159 ],
9160 "description": "The Symfony PHP framework",
9161 "homepage": "https://symfony.com",
9162 "keywords": [
9163 "framework"
9164 ],
9165 "time": "2020-03-30T06:25:29+00:00"
9166 },
9167 {
9168 "name": "tecnickcom/tcpdf",
9169 "version": "6.3.5",
9170 "source": {
9171 "type": "git",
9172 "url": "https://github.com/tecnickcom/TCPDF.git",
9173 "reference": "19a535eaa7fb1c1cac499109deeb1a7a201b4549"
9174 },
9175 "dist": {
9176 "type": "zip",
9177 "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/19a535eaa7fb1c1cac499109deeb1a7a201b4549",
9178 "reference": "19a535eaa7fb1c1cac499109deeb1a7a201b4549",
9179 "shasum": ""
9180 },
9181 "require": {
9182 "php": ">=5.3.0"
9183 },
9184 "type": "library",
9185 "autoload": {
9186 "classmap": [
9187 "config",
9188 "include",
9189 "tcpdf.php",
9190 "tcpdf_parser.php",
9191 "tcpdf_import.php",
9192 "tcpdf_barcodes_1d.php",
9193 "tcpdf_barcodes_2d.php",
9194 "include/tcpdf_colors.php",
9195 "include/tcpdf_filters.php",
9196 "include/tcpdf_font_data.php",
9197 "include/tcpdf_fonts.php",
9198 "include/tcpdf_images.php",
9199 "include/tcpdf_static.php",
9200 "include/barcodes/datamatrix.php",
9201 "include/barcodes/pdf417.php",
9202 "include/barcodes/qrcode.php"
9203 ]
9204 },
9205 "notification-url": "https://packagist.org/downloads/",
9206 "license": [
9207 "LGPL-3.0-only"
9208 ],
9209 "authors": [
9210 {
9211 "name": "Nicola Asuni",
9212 "email": "info@tecnick.com",
9213 "role": "lead"
9214 }
9215 ],
9216 "description": "TCPDF is a PHP class for generating PDF documents and barcodes.",
9217 "homepage": "http://www.tcpdf.org/",
9218 "keywords": [
9219 "PDFD32000-2008",
9220 "TCPDF",
9221 "barcodes",
9222 "datamatrix",
9223 "pdf",
9224 "pdf417",
9225 "qrcode"
9226 ],
9227 "time": "2020-02-14T14:20:12+00:00"
9228 },
9229 {
9230 "name": "true/punycode",
9231 "version": "v2.1.1",
9232 "source": {
9233 "type": "git",
9234 "url": "https://github.com/true/php-punycode.git",
9235 "reference": "a4d0c11a36dd7f4e7cd7096076cab6d3378a071e"
9236 },
9237 "dist": {
9238 "type": "zip",
9239 "url": "https://api.github.com/repos/true/php-punycode/zipball/a4d0c11a36dd7f4e7cd7096076cab6d3378a071e",
9240 "reference": "a4d0c11a36dd7f4e7cd7096076cab6d3378a071e",
9241 "shasum": ""
9242 },
9243 "require": {
9244 "php": ">=5.3.0",
9245 "symfony/polyfill-mbstring": "^1.3"
9246 },
9247 "require-dev": {
9248 "phpunit/phpunit": "~4.7",
9249 "squizlabs/php_codesniffer": "~2.0"
9250 },
9251 "type": "library",
9252 "autoload": {
9253 "psr-4": {
9254 "TrueBV\\": "src/"
9255 }
9256 },
9257 "notification-url": "https://packagist.org/downloads/",
9258 "license": [
9259 "MIT"
9260 ],
9261 "authors": [
9262 {
9263 "name": "Renan Gonçalves",
9264 "email": "renan.saddam@gmail.com"
9265 }
9266 ],
9267 "description": "A Bootstring encoding of Unicode for Internationalized Domain Names in Applications (IDNA)",
9268 "homepage": "https://github.com/true/php-punycode",
9269 "keywords": [
9270 "idna",
9271 "punycode"
9272 ],
9273 "time": "2016-11-16T10:37:54+00:00"
9274 },
9275 {
9276 "name": "twig/extensions",
9277 "version": "v1.5.4",
9278 "source": {
9279 "type": "git",
9280 "url": "https://github.com/twigphp/Twig-extensions.git",
9281 "reference": "57873c8b0c1be51caa47df2cdb824490beb16202"
9282 },
9283 "dist": {
9284 "type": "zip",
9285 "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/57873c8b0c1be51caa47df2cdb824490beb16202",
9286 "reference": "57873c8b0c1be51caa47df2cdb824490beb16202",
9287 "shasum": ""
9288 },
9289 "require": {
9290 "twig/twig": "^1.27|^2.0"
9291 },
9292 "require-dev": {
9293 "symfony/phpunit-bridge": "^3.4",
9294 "symfony/translation": "^2.7|^3.4"
9295 },
9296 "suggest": {
9297 "symfony/translation": "Allow the time_diff output to be translated"
9298 },
9299 "type": "library",
9300 "extra": {
9301 "branch-alias": {
9302 "dev-master": "1.5-dev"
9303 }
9304 },
9305 "autoload": {
9306 "psr-0": {
9307 "Twig_Extensions_": "lib/"
9308 },
9309 "psr-4": {
9310 "Twig\\Extensions\\": "src/"
9311 }
9312 },
9313 "notification-url": "https://packagist.org/downloads/",
9314 "license": [
9315 "MIT"
9316 ],
9317 "authors": [
9318 {
9319 "name": "Fabien Potencier",
9320 "email": "fabien@symfony.com"
9321 }
9322 ],
9323 "description": "Common additional features for Twig that do not directly belong in core",
9324 "keywords": [
9325 "i18n",
9326 "text"
9327 ],
9328 "time": "2018-12-05T18:34:18+00:00"
9329 },
9330 {
9331 "name": "twig/twig",
9332 "version": "v2.12.5",
9333 "source": {
9334 "type": "git",
9335 "url": "https://github.com/twigphp/Twig.git",
9336 "reference": "18772e0190734944277ee97a02a9a6c6555fcd94"
9337 },
9338 "dist": {
9339 "type": "zip",
9340 "url": "https://api.github.com/repos/twigphp/Twig/zipball/18772e0190734944277ee97a02a9a6c6555fcd94",
9341 "reference": "18772e0190734944277ee97a02a9a6c6555fcd94",
9342 "shasum": ""
9343 },
9344 "require": {
9345 "php": "^7.0",
9346 "symfony/polyfill-ctype": "^1.8",
9347 "symfony/polyfill-mbstring": "^1.3"
9348 },
9349 "require-dev": {
9350 "psr/container": "^1.0",
9351 "symfony/phpunit-bridge": "^4.4|^5.0"
9352 },
9353 "type": "library",
9354 "extra": {
9355 "branch-alias": {
9356 "dev-master": "2.12-dev"
9357 }
9358 },
9359 "autoload": {
9360 "psr-0": {
9361 "Twig_": "lib/"
9362 },
9363 "psr-4": {
9364 "Twig\\": "src/"
9365 }
9366 },
9367 "notification-url": "https://packagist.org/downloads/",
9368 "license": [
9369 "BSD-3-Clause"
9370 ],
9371 "authors": [
9372 {
9373 "name": "Fabien Potencier",
9374 "email": "fabien@symfony.com",
9375 "homepage": "http://fabien.potencier.org",
9376 "role": "Lead Developer"
9377 },
9378 {
9379 "name": "Twig Team",
9380 "role": "Contributors"
9381 },
9382 {
9383 "name": "Armin Ronacher",
9384 "email": "armin.ronacher@active-4.com",
9385 "role": "Project Founder"
9386 }
9387 ],
9388 "description": "Twig, the flexible, fast, and secure template language for PHP",
9389 "homepage": "https://twig.symfony.com",
9390 "keywords": [
9391 "templating"
9392 ],
9393 "time": "2020-02-11T15:31:23+00:00"
9394 },
9395 {
9396 "name": "wallabag/php-mobi",
9397 "version": "1.1.0",
9398 "source": {
9399 "type": "git",
9400 "url": "https://github.com/wallabag/php-mobi.git",
9401 "reference": "bfe9c18d038e5ca24664cfdab107a645ac57c9b5"
9402 },
9403 "dist": {
9404 "type": "zip",
9405 "url": "https://api.github.com/repos/wallabag/php-mobi/zipball/bfe9c18d038e5ca24664cfdab107a645ac57c9b5",
9406 "reference": "bfe9c18d038e5ca24664cfdab107a645ac57c9b5",
9407 "shasum": ""
9408 },
9409 "require": {
9410 "php": ">=5.3.0",
9411 "symfony/polyfill-mbstring": "^1.12"
9412 },
9413 "type": "library",
9414 "autoload": {
9415 "files": [
9416 "MOBIClass/MOBI.php"
9417 ]
9418 },
9419 "notification-url": "https://packagist.org/downloads/",
9420 "license": [
9421 "Apache-2.0"
9422 ],
9423 "authors": [
9424 {
9425 "name": "Sander Kromwijk",
9426 "email": "s.kromwijk@gmail.co",
9427 "role": "Original developer"
9428 },
9429 {
9430 "name": "Nicolas Lœuillet",
9431 "email": "nicolas@loeuillet.org",
9432 "homepage": "http://www.cdetc.fr"
9433 }
9434 ],
9435 "description": "A Mobipocket file (.mobi) creator in PHP.",
9436 "homepage": "https://github.com/wallabag/php-mobi",
9437 "time": "2019-08-08T12:26:23+00:00"
9438 },
9439 {
9440 "name": "wallabag/phpepub",
9441 "version": "4.0.7.2",
9442 "source": {
9443 "type": "git",
9444 "url": "https://github.com/wallabag/PHPePub.git",
9445 "reference": "ae4861e970fed1c6ae9ed85eefe03ac7c0113518"
9446 },
9447 "dist": {
9448 "type": "zip",
9449 "url": "https://api.github.com/repos/wallabag/PHPePub/zipball/ae4861e970fed1c6ae9ed85eefe03ac7c0113518",
9450 "reference": "ae4861e970fed1c6ae9ed85eefe03ac7c0113518",
9451 "shasum": ""
9452 },
9453 "require": {
9454 "grandt/phpresizegif": "~1.0.3",
9455 "grandt/relativepath": "~1.0.1",
9456 "masterminds/html5": "~2.3",
9457 "php": ">=5.3.0",
9458 "phpzip/phpzip": "~2.0.7"
9459 },
9460 "type": "library",
9461 "autoload": {
9462 "psr-4": {
9463 "PHPePub\\": "src/PHPePub"
9464 },
9465 "classmap": [
9466 "src/lib.uuid.php"
9467 ]
9468 },
9469 "notification-url": "https://packagist.org/downloads/",
9470 "license": [
9471 "LGPL-2.1"
9472 ],
9473 "authors": [
9474 {
9475 "name": "A. Grandt",
9476 "email": "php@grandt.com",
9477 "homepage": "http://grandt.com",
9478 "role": "Developer"
9479 },
9480 {
9481 "name": "An, Hyeong-woo",
9482 "email": "mail@mytory.net",
9483 "homepage": "https://mytory.net",
9484 "role": "Contributor"
9485 },
9486 {
9487 "name": "Daniel Berthereau",
9488 "email": "daniel.composer@berthereau.net",
9489 "role": "Contributor"
9490 },
9491 {
9492 "name": "Kevin Decherf",
9493 "homepage": "https://kdecherf.com",
9494 "role": "Contributor"
9495 }
9496 ],
9497 "description": "Package to create and stream e-books in the ePub 2.0 and 3.0 formats.",
9498 "homepage": "https://github.com/wallabag/PHPePub",
9499 "keywords": [
9500 "e-book",
9501 "epub"
9502 ],
9503 "time": "2020-03-22T16:24:31+00:00"
9504 },
9505 {
9506 "name": "white-october/pagerfanta-bundle",
9507 "version": "v1.3.2",
9508 "source": {
9509 "type": "git",
9510 "url": "https://github.com/whiteoctober/WhiteOctoberPagerfantaBundle.git",
9511 "reference": "6df560869b5e09a3acf920890ab40598998b30ae"
9512 },
9513 "dist": {
9514 "type": "zip",
9515 "url": "https://api.github.com/repos/whiteoctober/WhiteOctoberPagerfantaBundle/zipball/6df560869b5e09a3acf920890ab40598998b30ae",
9516 "reference": "6df560869b5e09a3acf920890ab40598998b30ae",
9517 "shasum": ""
9518 },
9519 "require": {
9520 "pagerfanta/pagerfanta": "^1.1.0|^2.0.0",
9521 "php": ">=5.3.3",
9522 "symfony/framework-bundle": "~2.3|~3.0|~4.0",
9523 "symfony/property-access": "~2.3|~3.0|~4.0",
9524 "symfony/translation": "~2.3|~3.0|~4.0",
9525 "symfony/twig-bundle": "~2.3|~3.0|~4.0"
9526 },
9527 "conflict": {
9528 "twig/twig": "<1.34|>=2.0,<2.4"
9529 },
9530 "require-dev": {
9531 "phpunit/phpunit": "~3.7|~4.0|^5.0",
9532 "symfony/symfony": "~2.3|~3.0|~4.0"
9533 },
9534 "type": "symfony-bundle",
9535 "extra": {
9536 "branch-alias": {
9537 "dev-master": "1.0.x-dev"
9538 }
9539 },
9540 "autoload": {
9541 "psr-4": {
9542 "WhiteOctober\\PagerfantaBundle\\": ""
9543 },
9544 "exclude-from-classmap": [
9545 "Tests/",
9546 "TestsProject/"
9547 ]
9548 },
9549 "notification-url": "https://packagist.org/downloads/",
9550 "license": [
9551 "MIT"
9552 ],
9553 "authors": [
9554 {
9555 "name": "Pablo Díez",
9556 "email": "pablodip@gmail.com"
9557 }
9558 ],
9559 "description": "Bundle to use Pagerfanta with Symfony2",
9560 "keywords": [
9561 "page",
9562 "paging"
9563 ],
9564 "time": "2019-12-02T14:19:37+00:00"
9565 },
9566 {
9567 "name": "willdurand/hateoas",
9568 "version": "2.12.0",
9569 "source": {
9570 "type": "git",
9571 "url": "https://github.com/willdurand/Hateoas.git",
9572 "reference": "71b1af62b398dc9a870ac0b16c84bdc23a76a5c5"
9573 },
9574 "dist": {
9575 "type": "zip",
9576 "url": "https://api.github.com/repos/willdurand/Hateoas/zipball/71b1af62b398dc9a870ac0b16c84bdc23a76a5c5",
9577 "reference": "71b1af62b398dc9a870ac0b16c84bdc23a76a5c5",
9578 "shasum": ""
9579 },
9580 "require": {
9581 "doctrine/annotations": "~1.0",
9582 "doctrine/common": "~2.0",
9583 "jms/metadata": "~1.1",
9584 "jms/serializer": "^1.7",
9585 "php": "^5.5|^7.0",
9586 "phpoption/phpoption": ">=1.1.0,<2.0-dev",
9587 "symfony/expression-language": "~2.4 || ~3.0 || ~4.0"
9588 },
9589 "require-dev": {
9590 "pagerfanta/pagerfanta": "~1.0",
9591 "phpunit/phpunit": "~5",
9592 "symfony/dependency-injection": "~2.4 || ~3.0 || ~4.0",
9593 "symfony/routing": "~2.4 || ~3.0 || ~4.0",
9594 "symfony/yaml": "~2.4 || ~3.0 || ~4.0",
9595 "twig/twig": "~1.12"
9596 },
9597 "suggest": {
9598 "symfony/routing": "To use the SymfonyRouteFactory.",
9599 "symfony/yaml": "To use yaml based configuration.",
9600 "twig/twig": "To use the Twig extensions."
9601 },
9602 "type": "library",
9603 "extra": {
9604 "branch-alias": {
9605 "dev-master": "2.12-dev"
9606 }
9607 },
9608 "autoload": {
9609 "psr-0": {
9610 "Hateoas": "src/"
9611 }
9612 },
9613 "notification-url": "https://packagist.org/downloads/",
9614 "license": [
9615 "MIT"
9616 ],
9617 "authors": [
9618 {
9619 "name": "Adrien Brault",
9620 "email": "adrien.brault@gmail.com"
9621 },
9622 {
9623 "name": "William DURAND",
9624 "email": "william.durand1@gmail.com"
9625 }
9626 ],
9627 "description": "A PHP library to support implementing representations for HATEOAS REST web services",
9628 "time": "2018-02-23T17:05:31+00:00"
9629 },
9630 {
9631 "name": "willdurand/hateoas-bundle",
9632 "version": "1.4.0",
9633 "source": {
9634 "type": "git",
9635 "url": "https://github.com/willdurand/BazingaHateoasBundle.git",
9636 "reference": "d1f915fd4f8a7cd43a88a0ce97ffb28abe3a94fa"
9637 },
9638 "dist": {
9639 "type": "zip",
9640 "url": "https://api.github.com/repos/willdurand/BazingaHateoasBundle/zipball/d1f915fd4f8a7cd43a88a0ce97ffb28abe3a94fa",
9641 "reference": "d1f915fd4f8a7cd43a88a0ce97ffb28abe3a94fa",
9642 "shasum": ""
9643 },
9644 "require": {
9645 "jms/serializer-bundle": "~1.0 || ^2.0",
9646 "php": ">5.4 |^7.0",
9647 "symfony/framework-bundle": "~2.3 || ~3.0 || ~4.0",
9648 "willdurand/hateoas": "^2.10.0"
9649 },
9650 "require-dev": {
9651 "phpunit/phpunit": "~4.5 || ~5.0",
9652 "symfony/expression-language": "~2.4 || ~3.0 || ~4.0",
9653 "symfony/stopwatch": "~2.4 || ~3.0 || ~4.0",
9654 "twig/twig": "~1.12"
9655 },
9656 "type": "symfony-bundle",
9657 "extra": {
9658 "branch-alias": {
9659 "dev-master": "1.4-dev"
9660 }
9661 },
9662 "autoload": {
9663 "psr-4": {
9664 "Bazinga\\Bundle\\HateoasBundle\\": ""
9665 }
9666 },
9667 "notification-url": "https://packagist.org/downloads/",
9668 "license": [
9669 "MIT"
9670 ],
9671 "authors": [
9672 {
9673 "name": "William DURAND",
9674 "email": "william.durand1@gmail.com"
9675 }
9676 ],
9677 "description": "Integration of Hateoas into Symfony2.",
9678 "keywords": [
9679 "HATEOAS",
9680 "rest"
9681 ],
9682 "time": "2018-01-27T13:03:07+00:00"
9683 },
9684 {
9685 "name": "willdurand/jsonp-callback-validator",
9686 "version": "v1.1.0",
9687 "source": {
9688 "type": "git",
9689 "url": "https://github.com/willdurand/JsonpCallbackValidator.git",
9690 "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909"
9691 },
9692 "dist": {
9693 "type": "zip",
9694 "url": "https://api.github.com/repos/willdurand/JsonpCallbackValidator/zipball/1a7d388bb521959e612ef50c5c7b1691b097e909",
9695 "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909",
9696 "shasum": ""
9697 },
9698 "require": {
9699 "php": ">=5.3.0"
9700 },
9701 "require-dev": {
9702 "phpunit/phpunit": "~3.7"
9703 },
9704 "type": "library",
9705 "autoload": {
9706 "psr-0": {
9707 "JsonpCallbackValidator": "src/"
9708 }
9709 },
9710 "notification-url": "https://packagist.org/downloads/",
9711 "license": [
9712 "MIT"
9713 ],
9714 "authors": [
9715 {
9716 "name": "William Durand",
9717 "email": "william.durand1@gmail.com",
9718 "homepage": "http://www.willdurand.fr"
9719 }
9720 ],
9721 "description": "JSONP callback validator.",
9722 "time": "2014-01-20T22:35:06+00:00"
9723 },
9724 {
9725 "name": "willdurand/negotiation",
9726 "version": "v2.3.1",
9727 "source": {
9728 "type": "git",
9729 "url": "https://github.com/willdurand/Negotiation.git",
9730 "reference": "03436ededa67c6e83b9b12defac15384cb399dc9"
9731 },
9732 "dist": {
9733 "type": "zip",
9734 "url": "https://api.github.com/repos/willdurand/Negotiation/zipball/03436ededa67c6e83b9b12defac15384cb399dc9",
9735 "reference": "03436ededa67c6e83b9b12defac15384cb399dc9",
9736 "shasum": ""
9737 },
9738 "require": {
9739 "php": ">=5.4.0"
9740 },
9741 "require-dev": {
9742 "phpunit/phpunit": "~4.5"
9743 },
9744 "type": "library",
9745 "extra": {
9746 "branch-alias": {
9747 "dev-master": "2.3-dev"
9748 }
9749 },
9750 "autoload": {
9751 "psr-4": {
9752 "Negotiation\\": "src/Negotiation"
9753 }
9754 },
9755 "notification-url": "https://packagist.org/downloads/",
9756 "license": [
9757 "MIT"
9758 ],
9759 "authors": [
9760 {
9761 "name": "William Durand",
9762 "email": "will+git@drnd.me"
9763 }
9764 ],
9765 "description": "Content Negotiation tools for PHP provided as a standalone library.",
9766 "homepage": "http://williamdurand.fr/Negotiation/",
9767 "keywords": [
9768 "accept",
9769 "content",
9770 "format",
9771 "header",
9772 "negotiation"
9773 ],
9774 "time": "2017-05-14T17:21:12+00:00"
9775 },
9776 {
9777 "name": "zendframework/zend-code",
9778 "version": "3.4.1",
9779 "source": {
9780 "type": "git",
9781 "url": "https://github.com/zendframework/zend-code.git",
9782 "reference": "268040548f92c2bfcba164421c1add2ba43abaaa"
9783 },
9784 "dist": {
9785 "type": "zip",
9786 "url": "https://api.github.com/repos/zendframework/zend-code/zipball/268040548f92c2bfcba164421c1add2ba43abaaa",
9787 "reference": "268040548f92c2bfcba164421c1add2ba43abaaa",
9788 "shasum": ""
9789 },
9790 "require": {
9791 "php": "^7.1",
9792 "zendframework/zend-eventmanager": "^2.6 || ^3.0"
9793 },
9794 "conflict": {
9795 "phpspec/prophecy": "<1.9.0"
9796 },
9797 "require-dev": {
9798 "doctrine/annotations": "^1.7",
9799 "ext-phar": "*",
9800 "phpunit/phpunit": "^7.5.16 || ^8.4",
9801 "zendframework/zend-coding-standard": "^1.0",
9802 "zendframework/zend-stdlib": "^2.7 || ^3.0"
9803 },
9804 "suggest": {
9805 "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
9806 "zendframework/zend-stdlib": "Zend\\Stdlib component"
9807 },
9808 "type": "library",
9809 "extra": {
9810 "branch-alias": {
9811 "dev-master": "3.4.x-dev",
9812 "dev-develop": "3.5.x-dev",
9813 "dev-dev-4.0": "4.0.x-dev"
9814 }
9815 },
9816 "autoload": {
9817 "psr-4": {
9818 "Zend\\Code\\": "src/"
9819 }
9820 },
9821 "notification-url": "https://packagist.org/downloads/",
9822 "license": [
9823 "BSD-3-Clause"
9824 ],
9825 "description": "Extensions to the PHP Reflection API, static code scanning, and code generation",
9826 "keywords": [
9827 "ZendFramework",
9828 "code",
9829 "zf"
9830 ],
9831 "abandoned": "laminas/laminas-code",
9832 "time": "2019-12-10T19:21:15+00:00"
9833 },
9834 {
9835 "name": "zendframework/zend-diactoros",
9836 "version": "2.2.1",
9837 "source": {
9838 "type": "git",
9839 "url": "https://github.com/zendframework/zend-diactoros.git",
9840 "reference": "de5847b068362a88684a55b0dbb40d85986cfa52"
9841 },
9842 "dist": {
9843 "type": "zip",
9844 "url": "https://api.github.com/repos/zendframework/zend-diactoros/zipball/de5847b068362a88684a55b0dbb40d85986cfa52",
9845 "reference": "de5847b068362a88684a55b0dbb40d85986cfa52",
9846 "shasum": ""
9847 },
9848 "require": {
9849 "php": "^7.1",
9850 "psr/http-factory": "^1.0",
9851 "psr/http-message": "^1.0"
9852 },
9853 "provide": {
9854 "psr/http-factory-implementation": "1.0",
9855 "psr/http-message-implementation": "1.0"
9856 },
9857 "require-dev": {
9858 "ext-curl": "*",
9859 "ext-dom": "*",
9860 "ext-libxml": "*",
9861 "http-interop/http-factory-tests": "^0.5.0",
9862 "php-http/psr7-integration-tests": "dev-master",
9863 "phpunit/phpunit": "^7.0.2",
9864 "zendframework/zend-coding-standard": "~1.0.0"
9865 },
9866 "type": "library",
9867 "extra": {
9868 "branch-alias": {
9869 "dev-master": "2.1.x-dev",
9870 "dev-develop": "2.2.x-dev",
9871 "dev-release-1.8": "1.8.x-dev"
9872 }
9873 },
9874 "autoload": {
9875 "files": [
9876 "src/functions/create_uploaded_file.php",
9877 "src/functions/marshal_headers_from_sapi.php",
9878 "src/functions/marshal_method_from_sapi.php",
9879 "src/functions/marshal_protocol_version_from_sapi.php",
9880 "src/functions/marshal_uri_from_sapi.php",
9881 "src/functions/normalize_server.php",
9882 "src/functions/normalize_uploaded_files.php",
9883 "src/functions/parse_cookie_header.php"
9884 ],
9885 "psr-4": {
9886 "Zend\\Diactoros\\": "src/"
9887 }
9888 },
9889 "notification-url": "https://packagist.org/downloads/",
9890 "license": [
9891 "BSD-3-Clause"
9892 ],
9893 "description": "PSR HTTP Message implementations",
9894 "keywords": [
9895 "http",
9896 "psr",
9897 "psr-7"
9898 ],
9899 "abandoned": "laminas/laminas-diactoros",
9900 "time": "2019-11-13T19:16:13+00:00"
9901 },
9902 {
9903 "name": "zendframework/zend-eventmanager",
9904 "version": "3.2.1",
9905 "source": {
9906 "type": "git",
9907 "url": "https://github.com/zendframework/zend-eventmanager.git",
9908 "reference": "a5e2583a211f73604691586b8406ff7296a946dd"
9909 },
9910 "dist": {
9911 "type": "zip",
9912 "url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/a5e2583a211f73604691586b8406ff7296a946dd",
9913 "reference": "a5e2583a211f73604691586b8406ff7296a946dd",
9914 "shasum": ""
9915 },
9916 "require": {
9917 "php": "^5.6 || ^7.0"
9918 },
9919 "require-dev": {
9920 "athletic/athletic": "^0.1",
9921 "container-interop/container-interop": "^1.1.0",
9922 "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
9923 "zendframework/zend-coding-standard": "~1.0.0",
9924 "zendframework/zend-stdlib": "^2.7.3 || ^3.0"
9925 },
9926 "suggest": {
9927 "container-interop/container-interop": "^1.1.0, to use the lazy listeners feature",
9928 "zendframework/zend-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature"
9929 },
9930 "type": "library",
9931 "extra": {
9932 "branch-alias": {
9933 "dev-master": "3.2-dev",
9934 "dev-develop": "3.3-dev"
9935 }
9936 },
9937 "autoload": {
9938 "psr-4": {
9939 "Zend\\EventManager\\": "src/"
9940 }
9941 },
9942 "notification-url": "https://packagist.org/downloads/",
9943 "license": [
9944 "BSD-3-Clause"
9945 ],
9946 "description": "Trigger and listen to events within a PHP application",
9947 "homepage": "https://github.com/zendframework/zend-eventmanager",
9948 "keywords": [
9949 "event",
9950 "eventmanager",
9951 "events",
9952 "zf2"
9953 ],
9954 "abandoned": "laminas/laminas-eventmanager",
9955 "time": "2018-04-25T15:33:34+00:00"
9956 }
9957 ],
9958 "packages-dev": [
9959 {
9960 "name": "composer/semver",
9961 "version": "1.5.1",
9962 "source": {
9963 "type": "git",
9964 "url": "https://github.com/composer/semver.git",
9965 "reference": "c6bea70230ef4dd483e6bbcab6005f682ed3a8de"
9966 },
9967 "dist": {
9968 "type": "zip",
9969 "url": "https://api.github.com/repos/composer/semver/zipball/c6bea70230ef4dd483e6bbcab6005f682ed3a8de",
9970 "reference": "c6bea70230ef4dd483e6bbcab6005f682ed3a8de",
9971 "shasum": ""
9972 },
9973 "require": {
9974 "php": "^5.3.2 || ^7.0"
9975 },
9976 "require-dev": {
9977 "phpunit/phpunit": "^4.5 || ^5.0.5"
9978 },
9979 "type": "library",
9980 "extra": {
9981 "branch-alias": {
9982 "dev-master": "1.x-dev"
9983 }
9984 },
9985 "autoload": {
9986 "psr-4": {
9987 "Composer\\Semver\\": "src"
9988 }
9989 },
9990 "notification-url": "https://packagist.org/downloads/",
9991 "license": [
9992 "MIT"
9993 ],
9994 "authors": [
9995 {
9996 "name": "Nils Adermann",
9997 "email": "naderman@naderman.de",
9998 "homepage": "http://www.naderman.de"
9999 },
10000 {
10001 "name": "Jordi Boggiano",
10002 "email": "j.boggiano@seld.be",
10003 "homepage": "http://seld.be"
10004 },
10005 {
10006 "name": "Rob Bast",
10007 "email": "rob.bast@gmail.com",
10008 "homepage": "http://robbast.nl"
10009 }
10010 ],
10011 "description": "Semver library that offers utilities, version constraint parsing and validation.",
10012 "keywords": [
10013 "semantic",
10014 "semver",
10015 "validation",
10016 "versioning"
10017 ],
10018 "time": "2020-01-13T12:06:48+00:00"
10019 },
10020 {
10021 "name": "composer/xdebug-handler",
10022 "version": "1.4.1",
10023 "source": {
10024 "type": "git",
10025 "url": "https://github.com/composer/xdebug-handler.git",
10026 "reference": "1ab9842d69e64fb3a01be6b656501032d1b78cb7"
10027 },
10028 "dist": {
10029 "type": "zip",
10030 "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/1ab9842d69e64fb3a01be6b656501032d1b78cb7",
10031 "reference": "1ab9842d69e64fb3a01be6b656501032d1b78cb7",
10032 "shasum": ""
10033 },
10034 "require": {
10035 "php": "^5.3.2 || ^7.0 || ^8.0",
10036 "psr/log": "^1.0"
10037 },
10038 "require-dev": {
10039 "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8"
10040 },
10041 "type": "library",
10042 "autoload": {
10043 "psr-4": {
10044 "Composer\\XdebugHandler\\": "src"
10045 }
10046 },
10047 "notification-url": "https://packagist.org/downloads/",
10048 "license": [
10049 "MIT"
10050 ],
10051 "authors": [
10052 {
10053 "name": "John Stevenson",
10054 "email": "john-stevenson@blueyonder.co.uk"
10055 }
10056 ],
10057 "description": "Restarts a process without Xdebug.",
10058 "keywords": [
10059 "Xdebug",
10060 "performance"
10061 ],
10062 "time": "2020-03-01T12:26:26+00:00"
10063 },
10064 {
10065 "name": "dama/doctrine-test-bundle",
10066 "version": "v5.0.3",
10067 "source": {
10068 "type": "git",
10069 "url": "https://github.com/dmaicher/doctrine-test-bundle.git",
10070 "reference": "29882b0d1a815f4819126ef714931bb24a31cbaa"
10071 },
10072 "dist": {
10073 "type": "zip",
10074 "url": "https://api.github.com/repos/dmaicher/doctrine-test-bundle/zipball/29882b0d1a815f4819126ef714931bb24a31cbaa",
10075 "reference": "29882b0d1a815f4819126ef714931bb24a31cbaa",
10076 "shasum": ""
10077 },
10078 "require": {
10079 "doctrine/dbal": "~2.5",
10080 "doctrine/doctrine-bundle": "~1.4",
10081 "php": "^7.1",
10082 "symfony/framework-bundle": "~2.7|~3.0|~4.0"
10083 },
10084 "require-dev": {
10085 "phpunit/phpunit": "~6.0|~7.0|~8.0",
10086 "symfony/phpunit-bridge": "~2.8|~3.0|~4.0",
10087 "symfony/yaml": "~2.8|~3.0|~4.0"
10088 },
10089 "type": "symfony-bundle",
10090 "extra": {
10091 "branch-alias": {
10092 "dev-master": "5.1.x-dev"
10093 }
10094 },
10095 "autoload": {
10096 "psr-4": {
10097 "DAMA\\DoctrineTestBundle\\": "src/DAMA/DoctrineTestBundle"
10098 }
10099 },
10100 "notification-url": "https://packagist.org/downloads/",
10101 "license": [
10102 "MIT"
10103 ],
10104 "authors": [
10105 {
10106 "name": "David Maicher",
10107 "email": "mail@dmaicher.de"
10108 }
10109 ],
10110 "description": "Symfony bundle to isolate doctrine database tests and improve test performance",
10111 "keywords": [
10112 "Symfony 3",
10113 "Symfony 4",
10114 "doctrine",
10115 "isolation",
10116 "performance",
10117 "symfony",
10118 "symfony 2",
10119 "tests"
10120 ],
10121 "time": "2019-03-22T10:34:17+00:00"
10122 },
10123 {
10124 "name": "doctrine/data-fixtures",
10125 "version": "1.3.3",
10126 "source": {
10127 "type": "git",
10128 "url": "https://github.com/doctrine/data-fixtures.git",
10129 "reference": "f0ee99c64922fc3f863715232b615c478a61b0a3"
10130 },
10131 "dist": {
10132 "type": "zip",
10133 "url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/f0ee99c64922fc3f863715232b615c478a61b0a3",
10134 "reference": "f0ee99c64922fc3f863715232b615c478a61b0a3",
10135 "shasum": ""
10136 },
10137 "require": {
10138 "doctrine/common": "~2.2",
10139 "php": "^7.1"
10140 },
10141 "conflict": {
10142 "doctrine/phpcr-odm": "<1.3.0"
10143 },
10144 "require-dev": {
10145 "alcaeus/mongo-php-adapter": "^1.1",
10146 "doctrine/dbal": "^2.5.4",
10147 "doctrine/mongodb-odm": "^1.3.0",
10148 "doctrine/orm": "^2.5.4",
10149 "phpunit/phpunit": "^7.0"
10150 },
10151 "suggest": {
10152 "alcaeus/mongo-php-adapter": "For using MongoDB ODM with PHP 7",
10153 "doctrine/mongodb-odm": "For loading MongoDB ODM fixtures",
10154 "doctrine/orm": "For loading ORM fixtures",
10155 "doctrine/phpcr-odm": "For loading PHPCR ODM fixtures"
10156 },
10157 "type": "library",
10158 "extra": {
10159 "branch-alias": {
10160 "dev-master": "1.3.x-dev"
10161 }
10162 },
10163 "autoload": {
10164 "psr-4": {
10165 "Doctrine\\Common\\DataFixtures\\": "lib/Doctrine/Common/DataFixtures"
10166 }
10167 },
10168 "notification-url": "https://packagist.org/downloads/",
10169 "license": [
10170 "MIT"
10171 ],
10172 "authors": [
10173 {
10174 "name": "Jonathan Wage",
10175 "email": "jonwage@gmail.com"
10176 }
10177 ],
10178 "description": "Data Fixtures for all Doctrine Object Managers",
10179 "homepage": "http://www.doctrine-project.org",
10180 "keywords": [
10181 "database"
10182 ],
10183 "time": "2019-10-24T04:52:28+00:00"
10184 },
10185 {
10186 "name": "doctrine/doctrine-fixtures-bundle",
10187 "version": "3.3.1",
10188 "source": {
10189 "type": "git",
10190 "url": "https://github.com/doctrine/DoctrineFixturesBundle.git",
10191 "reference": "39defca57ee0949e1475c46177b30b6d1b732e8f"
10192 },
10193 "dist": {
10194 "type": "zip",
10195 "url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/39defca57ee0949e1475c46177b30b6d1b732e8f",
10196 "reference": "39defca57ee0949e1475c46177b30b6d1b732e8f",
10197 "shasum": ""
10198 },
10199 "require": {
10200 "doctrine/data-fixtures": "^1.3",
10201 "doctrine/doctrine-bundle": "^1.11|^2.0",
10202 "doctrine/orm": "^2.6.0",
10203 "doctrine/persistence": "^1.3",
10204 "php": "^7.1",
10205 "symfony/config": "^3.4|^4.3|^5.0",
10206 "symfony/console": "^3.4|^4.3|^5.0",
10207 "symfony/dependency-injection": "^3.4|^4.3|^5.0",
10208 "symfony/doctrine-bridge": "^3.4|^4.1|^5.0",
10209 "symfony/http-kernel": "^3.4|^4.3|^5.0"
10210 },
10211 "require-dev": {
10212 "doctrine/coding-standard": "^6.0",
10213 "phpunit/phpunit": "^7.4",
10214 "symfony/phpunit-bridge": "^4.1|^5.0"
10215 },
10216 "type": "symfony-bundle",
10217 "extra": {
10218 "branch-alias": {
10219 "dev-master": "3.3.x-dev"
10220 }
10221 },
10222 "autoload": {
10223 "psr-4": {
10224 "Doctrine\\Bundle\\FixturesBundle\\": ""
10225 }
10226 },
10227 "notification-url": "https://packagist.org/downloads/",
10228 "license": [
10229 "MIT"
10230 ],
10231 "authors": [
10232 {
10233 "name": "Fabien Potencier",
10234 "email": "fabien@symfony.com"
10235 },
10236 {
10237 "name": "Doctrine Project",
10238 "homepage": "http://www.doctrine-project.org"
10239 },
10240 {
10241 "name": "Symfony Community",
10242 "homepage": "http://symfony.com/contributors"
10243 }
10244 ],
10245 "description": "Symfony DoctrineFixturesBundle",
10246 "homepage": "http://www.doctrine-project.org",
10247 "keywords": [
10248 "Fixture",
10249 "persistence"
10250 ],
10251 "time": "2020-04-02T16:40:37+00:00"
10252 },
10253 {
10254 "name": "friendsofphp/php-cs-fixer",
10255 "version": "v2.16.3",
10256 "source": {
10257 "type": "git",
10258 "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
10259 "reference": "83baf823a33a1cbd5416c8626935cf3f843c10b0"
10260 },
10261 "dist": {
10262 "type": "zip",
10263 "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/83baf823a33a1cbd5416c8626935cf3f843c10b0",
10264 "reference": "83baf823a33a1cbd5416c8626935cf3f843c10b0",
10265 "shasum": ""
10266 },
10267 "require": {
10268 "composer/semver": "^1.4",
10269 "composer/xdebug-handler": "^1.2",
10270 "doctrine/annotations": "^1.2",
10271 "ext-json": "*",
10272 "ext-tokenizer": "*",
10273 "php": "^5.6 || ^7.0",
10274 "php-cs-fixer/diff": "^1.3",
10275 "symfony/console": "^3.4.17 || ^4.1.6 || ^5.0",
10276 "symfony/event-dispatcher": "^3.0 || ^4.0 || ^5.0",
10277 "symfony/filesystem": "^3.0 || ^4.0 || ^5.0",
10278 "symfony/finder": "^3.0 || ^4.0 || ^5.0",
10279 "symfony/options-resolver": "^3.0 || ^4.0 || ^5.0",
10280 "symfony/polyfill-php70": "^1.0",
10281 "symfony/polyfill-php72": "^1.4",
10282 "symfony/process": "^3.0 || ^4.0 || ^5.0",
10283 "symfony/stopwatch": "^3.0 || ^4.0 || ^5.0"
10284 },
10285 "require-dev": {
10286 "johnkary/phpunit-speedtrap": "^1.1 || ^2.0 || ^3.0",
10287 "justinrainbow/json-schema": "^5.0",
10288 "keradus/cli-executor": "^1.2",
10289 "mikey179/vfsstream": "^1.6",
10290 "php-coveralls/php-coveralls": "^2.1",
10291 "php-cs-fixer/accessible-object": "^1.0",
10292 "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.1",
10293 "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.1",
10294 "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.1",
10295 "phpunitgoodpractices/traits": "^1.8",
10296 "symfony/phpunit-bridge": "^4.3 || ^5.0",
10297 "symfony/yaml": "^3.0 || ^4.0 || ^5.0"
10298 },
10299 "suggest": {
10300 "ext-dom": "For handling output formats in XML",
10301 "ext-mbstring": "For handling non-UTF8 characters in cache signature.",
10302 "php-cs-fixer/phpunit-constraint-isidenticalstring": "For IsIdenticalString constraint.",
10303 "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "For XmlMatchesXsd constraint.",
10304 "symfony/polyfill-mbstring": "When enabling `ext-mbstring` is not possible."
10305 },
10306 "bin": [
10307 "php-cs-fixer"
10308 ],
10309 "type": "application",
10310 "autoload": {
10311 "psr-4": {
10312 "PhpCsFixer\\": "src/"
10313 },
10314 "classmap": [
10315 "tests/Test/AbstractFixerTestCase.php",
10316 "tests/Test/AbstractIntegrationCaseFactory.php",
10317 "tests/Test/AbstractIntegrationTestCase.php",
10318 "tests/Test/Assert/AssertTokensTrait.php",
10319 "tests/Test/IntegrationCase.php",
10320 "tests/Test/IntegrationCaseFactory.php",
10321 "tests/Test/IntegrationCaseFactoryInterface.php",
10322 "tests/Test/InternalIntegrationCaseFactory.php",
10323 "tests/Test/IsIdenticalConstraint.php",
10324 "tests/TestCase.php"
10325 ]
10326 },
10327 "notification-url": "https://packagist.org/downloads/",
10328 "license": [
10329 "MIT"
10330 ],
10331 "authors": [
10332 {
10333 "name": "Fabien Potencier",
10334 "email": "fabien@symfony.com"
10335 },
10336 {
10337 "name": "Dariusz Rumiński",
10338 "email": "dariusz.ruminski@gmail.com"
10339 }
10340 ],
10341 "description": "A tool to automatically fix PHP code style",
10342 "time": "2020-04-15T18:51:10+00:00"
10343 },
10344 {
10345 "name": "m6web/redis-mock",
10346 "version": "v5.0.0",
10347 "source": {
10348 "type": "git",
10349 "url": "https://github.com/M6Web/RedisMock.git",
10350 "reference": "1b7a1bcbb63d636b003643e88f785615e0a316bd"
10351 },
10352 "dist": {
10353 "type": "zip",
10354 "url": "https://api.github.com/repos/M6Web/RedisMock/zipball/1b7a1bcbb63d636b003643e88f785615e0a316bd",
10355 "reference": "1b7a1bcbb63d636b003643e88f785615e0a316bd",
10356 "shasum": ""
10357 },
10358 "require": {
10359 "php": ">=7.1.0"
10360 },
10361 "require-dev": {
10362 "atoum/atoum": "master-dev",
10363 "predis/predis": "~1.1"
10364 },
10365 "type": "library",
10366 "autoload": {
10367 "psr-0": {
10368 "M6Web\\Component\\RedisMock": "src/"
10369 }
10370 },
10371 "notification-url": "https://packagist.org/downloads/",
10372 "license": [
10373 "MIT"
10374 ],
10375 "authors": [
10376 {
10377 "name": "M6Web",
10378 "email": "opensource@m6web.fr",
10379 "homepage": "http://tech.m6web.fr/"
10380 }
10381 ],
10382 "description": "Library providing a PHP mock for Redis",
10383 "keywords": [
10384 "mock",
10385 "redis"
10386 ],
10387 "time": "2020-01-08T08:03:01+00:00"
10388 },
10389 {
10390 "name": "nette/bootstrap",
10391 "version": "v3.0.1",
10392 "source": {
10393 "type": "git",
10394 "url": "https://github.com/nette/bootstrap.git",
10395 "reference": "b45a1e33b6a44beb307756522396551e5a9ff249"
10396 },
10397 "dist": {
10398 "type": "zip",
10399 "url": "https://api.github.com/repos/nette/bootstrap/zipball/b45a1e33b6a44beb307756522396551e5a9ff249",
10400 "reference": "b45a1e33b6a44beb307756522396551e5a9ff249",
10401 "shasum": ""
10402 },
10403 "require": {
10404 "nette/di": "^3.0",
10405 "nette/utils": "^3.0",
10406 "php": ">=7.1"
10407 },
10408 "conflict": {
10409 "tracy/tracy": "<2.6"
10410 },
10411 "require-dev": {
10412 "latte/latte": "^2.2",
10413 "nette/application": "^3.0",
10414 "nette/caching": "^3.0",
10415 "nette/database": "^3.0",
10416 "nette/forms": "^3.0",
10417 "nette/http": "^3.0",
10418 "nette/mail": "^3.0",
10419 "nette/robot-loader": "^3.0",
10420 "nette/safe-stream": "^2.2",
10421 "nette/security": "^3.0",
10422 "nette/tester": "^2.0",
10423 "tracy/tracy": "^2.6"
10424 },
10425 "suggest": {
10426 "nette/robot-loader": "to use Configurator::createRobotLoader()",
10427 "tracy/tracy": "to use Configurator::enableTracy()"
10428 },
10429 "type": "library",
10430 "extra": {
10431 "branch-alias": {
10432 "dev-master": "3.0-dev"
10433 }
10434 },
10435 "autoload": {
10436 "classmap": [
10437 "src/"
10438 ]
10439 },
10440 "notification-url": "https://packagist.org/downloads/",
10441 "license": [
10442 "BSD-3-Clause",
10443 "GPL-2.0",
10444 "GPL-3.0"
10445 ],
10446 "authors": [
10447 {
10448 "name": "David Grudl",
10449 "homepage": "https://davidgrudl.com"
10450 },
10451 {
10452 "name": "Nette Community",
10453 "homepage": "https://nette.org/contributors"
10454 }
10455 ],
10456 "description": "🅱 Nette Bootstrap: the simple way to configure and bootstrap your Nette application.",
10457 "homepage": "https://nette.org",
10458 "keywords": [
10459 "bootstrapping",
10460 "configurator",
10461 "nette"
10462 ],
10463 "time": "2019-09-30T08:19:38+00:00"
10464 },
10465 {
10466 "name": "nette/di",
10467 "version": "v3.0.2",
10468 "source": {
10469 "type": "git",
10470 "url": "https://github.com/nette/di.git",
10471 "reference": "7ae47daa94b8dafbd0e8b6164e22e2d18d3e73ac"
10472 },
10473 "dist": {
10474 "type": "zip",
10475 "url": "https://api.github.com/repos/nette/di/zipball/7ae47daa94b8dafbd0e8b6164e22e2d18d3e73ac",
10476 "reference": "7ae47daa94b8dafbd0e8b6164e22e2d18d3e73ac",
10477 "shasum": ""
10478 },
10479 "require": {
10480 "ext-tokenizer": "*",
10481 "nette/neon": "^3.0",
10482 "nette/php-generator": "^3.3",
10483 "nette/robot-loader": "^3.2",
10484 "nette/schema": "^1.0",
10485 "nette/utils": "^3.0",
10486 "php": ">=7.1"
10487 },
10488 "conflict": {
10489 "nette/bootstrap": "<3.0"
10490 },
10491 "require-dev": {
10492 "nette/tester": "^2.2",
10493 "phpstan/phpstan": "^0.12",
10494 "tracy/tracy": "^2.3"
10495 },
10496 "type": "library",
10497 "extra": {
10498 "branch-alias": {
10499 "dev-master": "3.0-dev"
10500 }
10501 },
10502 "autoload": {
10503 "classmap": [
10504 "src/"
10505 ],
10506 "files": [
10507 "src/compatibility.php"
10508 ]
10509 },
10510 "notification-url": "https://packagist.org/downloads/",
10511 "license": [
10512 "BSD-3-Clause",
10513 "GPL-2.0",
10514 "GPL-3.0"
10515 ],
10516 "authors": [
10517 {
10518 "name": "David Grudl",
10519 "homepage": "https://davidgrudl.com"
10520 },
10521 {
10522 "name": "Nette Community",
10523 "homepage": "https://nette.org/contributors"
10524 }
10525 ],
10526 "description": "💎 Nette Dependency Injection Container: Flexible, compiled and full-featured DIC with perfectly usable autowiring and support for all new PHP 7.1 features.",
10527 "homepage": "https://nette.org",
10528 "keywords": [
10529 "compiled",
10530 "di",
10531 "dic",
10532 "factory",
10533 "ioc",
10534 "nette",
10535 "static"
10536 ],
10537 "time": "2019-12-17T04:03:21+00:00"
10538 },
10539 {
10540 "name": "nette/finder",
10541 "version": "v2.5.1",
10542 "source": {
10543 "type": "git",
10544 "url": "https://github.com/nette/finder.git",
10545 "reference": "14164e1ddd69e9c5f627ff82a10874b3f5bba5fe"
10546 },
10547 "dist": {
10548 "type": "zip",
10549 "url": "https://api.github.com/repos/nette/finder/zipball/14164e1ddd69e9c5f627ff82a10874b3f5bba5fe",
10550 "reference": "14164e1ddd69e9c5f627ff82a10874b3f5bba5fe",
10551 "shasum": ""
10552 },
10553 "require": {
10554 "nette/utils": "^2.4 || ~3.0.0",
10555 "php": ">=7.1"
10556 },
10557 "conflict": {
10558 "nette/nette": "<2.2"
10559 },
10560 "require-dev": {
10561 "nette/tester": "^2.0",
10562 "tracy/tracy": "^2.3"
10563 },
10564 "type": "library",
10565 "extra": {
10566 "branch-alias": {
10567 "dev-master": "2.5-dev"
10568 }
10569 },
10570 "autoload": {
10571 "classmap": [
10572 "src/"
10573 ]
10574 },
10575 "notification-url": "https://packagist.org/downloads/",
10576 "license": [
10577 "BSD-3-Clause",
10578 "GPL-2.0",
10579 "GPL-3.0"
10580 ],
10581 "authors": [
10582 {
10583 "name": "David Grudl",
10584 "homepage": "https://davidgrudl.com"
10585 },
10586 {
10587 "name": "Nette Community",
10588 "homepage": "https://nette.org/contributors"
10589 }
10590 ],
10591 "description": "🔍 Nette Finder: find files and directories with an intuitive API.",
10592 "homepage": "https://nette.org",
10593 "keywords": [
10594 "filesystem",
10595 "glob",
10596 "iterator",
10597 "nette"
10598 ],
10599 "time": "2019-07-11T18:02:17+00:00"
10600 },
10601 {
10602 "name": "nette/neon",
10603 "version": "v3.1.0",
10604 "source": {
10605 "type": "git",
10606 "url": "https://github.com/nette/neon.git",
10607 "reference": "0a18fc88801a14d66587932de133eeca01f7ce8e"
10608 },
10609 "dist": {
10610 "type": "zip",
10611 "url": "https://api.github.com/repos/nette/neon/zipball/0a18fc88801a14d66587932de133eeca01f7ce8e",
10612 "reference": "0a18fc88801a14d66587932de133eeca01f7ce8e",
10613 "shasum": ""
10614 },
10615 "require": {
10616 "ext-iconv": "*",
10617 "ext-json": "*",
10618 "php": ">=7.1"
10619 },
10620 "require-dev": {
10621 "nette/tester": "^2.0",
10622 "phpstan/phpstan": "^0.12",
10623 "tracy/tracy": "^2.3"
10624 },
10625 "type": "library",
10626 "extra": {
10627 "branch-alias": {
10628 "dev-master": "3.1-dev"
10629 }
10630 },
10631 "autoload": {
10632 "classmap": [
10633 "src/"
10634 ]
10635 },
10636 "notification-url": "https://packagist.org/downloads/",
10637 "license": [
10638 "BSD-3-Clause",
10639 "GPL-2.0",
10640 "GPL-3.0"
10641 ],
10642 "authors": [
10643 {
10644 "name": "David Grudl",
10645 "homepage": "https://davidgrudl.com"
10646 },
10647 {
10648 "name": "Nette Community",
10649 "homepage": "https://nette.org/contributors"
10650 }
10651 ],
10652 "description": "🍸 Nette NEON: encodes and decodes NEON file format.",
10653 "homepage": "http://ne-on.org",
10654 "keywords": [
10655 "export",
10656 "import",
10657 "neon",
10658 "nette",
10659 "yaml"
10660 ],
10661 "time": "2019-12-27T04:00:04+00:00"
10662 },
10663 {
10664 "name": "nette/php-generator",
10665 "version": "v3.3.1",
10666 "source": {
10667 "type": "git",
10668 "url": "https://github.com/nette/php-generator.git",
10669 "reference": "4240fd7adf499138c07b814ef9b9a6df9f6d7187"
10670 },
10671 "dist": {
10672 "type": "zip",
10673 "url": "https://api.github.com/repos/nette/php-generator/zipball/4240fd7adf499138c07b814ef9b9a6df9f6d7187",
10674 "reference": "4240fd7adf499138c07b814ef9b9a6df9f6d7187",
10675 "shasum": ""
10676 },
10677 "require": {
10678 "nette/utils": "^2.4.2 || ~3.0.0",
10679 "php": ">=7.1"
10680 },
10681 "require-dev": {
10682 "nette/tester": "^2.0",
10683 "tracy/tracy": "^2.3"
10684 },
10685 "type": "library",
10686 "extra": {
10687 "branch-alias": {
10688 "dev-master": "3.3-dev"
10689 }
10690 },
10691 "autoload": {
10692 "classmap": [
10693 "src/"
10694 ]
10695 },
10696 "notification-url": "https://packagist.org/downloads/",
10697 "license": [
10698 "BSD-3-Clause",
10699 "GPL-2.0",
10700 "GPL-3.0"
10701 ],
10702 "authors": [
10703 {
10704 "name": "David Grudl",
10705 "homepage": "https://davidgrudl.com"
10706 },
10707 {
10708 "name": "Nette Community",
10709 "homepage": "https://nette.org/contributors"
10710 }
10711 ],
10712 "description": "🐘 Nette PHP Generator: generates neat PHP code for you. Supports new PHP 7.3 features.",
10713 "homepage": "https://nette.org",
10714 "keywords": [
10715 "code",
10716 "nette",
10717 "php",
10718 "scaffolding"
10719 ],
10720 "time": "2019-11-22T11:12:11+00:00"
10721 },
10722 {
10723 "name": "nette/robot-loader",
10724 "version": "v3.2.1",
10725 "source": {
10726 "type": "git",
10727 "url": "https://github.com/nette/robot-loader.git",
10728 "reference": "d2a100e1f5cab390c78bc88709abbc91249c3993"
10729 },
10730 "dist": {
10731 "type": "zip",
10732 "url": "https://api.github.com/repos/nette/robot-loader/zipball/d2a100e1f5cab390c78bc88709abbc91249c3993",
10733 "reference": "d2a100e1f5cab390c78bc88709abbc91249c3993",
10734 "shasum": ""
10735 },
10736 "require": {
10737 "ext-tokenizer": "*",
10738 "nette/finder": "^2.5 || ^3.0",
10739 "nette/utils": "^3.0",
10740 "php": ">=7.1"
10741 },
10742 "require-dev": {
10743 "nette/tester": "^2.0",
10744 "phpstan/phpstan": "^0.12",
10745 "tracy/tracy": "^2.3"
10746 },
10747 "type": "library",
10748 "extra": {
10749 "branch-alias": {
10750 "dev-master": "3.2-dev"
10751 }
10752 },
10753 "autoload": {
10754 "classmap": [
10755 "src/"
10756 ]
10757 },
10758 "notification-url": "https://packagist.org/downloads/",
10759 "license": [
10760 "BSD-3-Clause",
10761 "GPL-2.0",
10762 "GPL-3.0"
10763 ],
10764 "authors": [
10765 {
10766 "name": "David Grudl",
10767 "homepage": "https://davidgrudl.com"
10768 },
10769 {
10770 "name": "Nette Community",
10771 "homepage": "https://nette.org/contributors"
10772 }
10773 ],
10774 "description": "🍀 Nette RobotLoader: high performance and comfortable autoloader that will search and autoload classes within your application.",
10775 "homepage": "https://nette.org",
10776 "keywords": [
10777 "autoload",
10778 "class",
10779 "interface",
10780 "nette",
10781 "trait"
10782 ],
10783 "time": "2019-12-26T22:32:02+00:00"
10784 },
10785 {
10786 "name": "nette/schema",
10787 "version": "v1.0.1",
10788 "source": {
10789 "type": "git",
10790 "url": "https://github.com/nette/schema.git",
10791 "reference": "337117df1dade22e2ba1fdc4a4b832c1e9b06b76"
10792 },
10793 "dist": {
10794 "type": "zip",
10795 "url": "https://api.github.com/repos/nette/schema/zipball/337117df1dade22e2ba1fdc4a4b832c1e9b06b76",
10796 "reference": "337117df1dade22e2ba1fdc4a4b832c1e9b06b76",
10797 "shasum": ""
10798 },
10799 "require": {
10800 "nette/utils": "^3.0.1",
10801 "php": ">=7.1"
10802 },
10803 "require-dev": {
10804 "nette/tester": "^2.2",
10805 "tracy/tracy": "^2.3"
10806 },
10807 "type": "library",
10808 "extra": {
10809 "branch-alias": {
10810 "dev-master": "1.0-dev"
10811 }
10812 },
10813 "autoload": {
10814 "classmap": [
10815 "src/"
10816 ]
10817 },
10818 "notification-url": "https://packagist.org/downloads/",
10819 "license": [
10820 "BSD-3-Clause",
10821 "GPL-2.0",
10822 "GPL-3.0"
10823 ],
10824 "authors": [
10825 {
10826 "name": "David Grudl",
10827 "homepage": "https://davidgrudl.com"
10828 },
10829 {
10830 "name": "Nette Community",
10831 "homepage": "https://nette.org/contributors"
10832 }
10833 ],
10834 "description": "📐 Nette Schema: validating data structures against a given Schema.",
10835 "homepage": "https://nette.org",
10836 "keywords": [
10837 "config",
10838 "nette"
10839 ],
10840 "time": "2019-10-31T20:52:19+00:00"
10841 },
10842 {
10843 "name": "nette/utils",
10844 "version": "v3.0.3",
10845 "source": {
10846 "type": "git",
10847 "url": "https://github.com/nette/utils.git",
10848 "reference": "f1b5ce0fae07f13e066e64f9a8f59e53b8f4982e"
10849 },
10850 "dist": {
10851 "type": "zip",
10852 "url": "https://api.github.com/repos/nette/utils/zipball/f1b5ce0fae07f13e066e64f9a8f59e53b8f4982e",
10853 "reference": "f1b5ce0fae07f13e066e64f9a8f59e53b8f4982e",
10854 "shasum": ""
10855 },
10856 "require": {
10857 "php": ">=7.1"
10858 },
10859 "require-dev": {
10860 "nette/tester": "~2.0",
10861 "phpstan/phpstan": "^0.12",
10862 "tracy/tracy": "^2.3"
10863 },
10864 "suggest": {
10865 "ext-gd": "to use Image",
10866 "ext-iconv": "to use Strings::webalize() and toAscii()",
10867 "ext-intl": "to use Strings::webalize(), toAscii(), normalize() and compare()",
10868 "ext-json": "to use Nette\\Utils\\Json",
10869 "ext-mbstring": "to use Strings::lower() etc...",
10870 "ext-tokenizer": "to use Nette\\Utils\\Reflection::getUseStatements()",
10871 "ext-xml": "to use Strings::length() etc. when mbstring is not available"
10872 },
10873 "type": "library",
10874 "extra": {
10875 "branch-alias": {
10876 "dev-master": "3.0-dev"
10877 }
10878 },
10879 "autoload": {
10880 "classmap": [
10881 "src/"
10882 ]
10883 },
10884 "notification-url": "https://packagist.org/downloads/",
10885 "license": [
10886 "BSD-3-Clause",
10887 "GPL-2.0",
10888 "GPL-3.0"
10889 ],
10890 "authors": [
10891 {
10892 "name": "David Grudl",
10893 "homepage": "https://davidgrudl.com"
10894 },
10895 {
10896 "name": "Nette Community",
10897 "homepage": "https://nette.org/contributors"
10898 }
10899 ],
10900 "description": "🛠 Nette Utils: lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.",
10901 "homepage": "https://nette.org",
10902 "keywords": [
10903 "array",
10904 "core",
10905 "datetime",
10906 "images",
10907 "json",
10908 "nette",
10909 "paginator",
10910 "password",
10911 "slugify",
10912 "string",
10913 "unicode",
10914 "utf-8",
10915 "utility",
10916 "validation"
10917 ],
10918 "time": "2019-12-27T03:47:50+00:00"
10919 },
10920 {
10921 "name": "nikic/php-parser",
10922 "version": "v4.3.0",
10923 "source": {
10924 "type": "git",
10925 "url": "https://github.com/nikic/PHP-Parser.git",
10926 "reference": "9a9981c347c5c49d6dfe5cf826bb882b824080dc"
10927 },
10928 "dist": {
10929 "type": "zip",
10930 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/9a9981c347c5c49d6dfe5cf826bb882b824080dc",
10931 "reference": "9a9981c347c5c49d6dfe5cf826bb882b824080dc",
10932 "shasum": ""
10933 },
10934 "require": {
10935 "ext-tokenizer": "*",
10936 "php": ">=7.0"
10937 },
10938 "require-dev": {
10939 "ircmaxell/php-yacc": "0.0.5",
10940 "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0"
10941 },
10942 "bin": [
10943 "bin/php-parse"
10944 ],
10945 "type": "library",
10946 "extra": {
10947 "branch-alias": {
10948 "dev-master": "4.3-dev"
10949 }
10950 },
10951 "autoload": {
10952 "psr-4": {
10953 "PhpParser\\": "lib/PhpParser"
10954 }
10955 },
10956 "notification-url": "https://packagist.org/downloads/",
10957 "license": [
10958 "BSD-3-Clause"
10959 ],
10960 "authors": [
10961 {
10962 "name": "Nikita Popov"
10963 }
10964 ],
10965 "description": "A PHP parser written in PHP",
10966 "keywords": [
10967 "parser",
10968 "php"
10969 ],
10970 "time": "2019-11-08T13:50:10+00:00"
10971 },
10972 {
10973 "name": "php-cs-fixer/diff",
10974 "version": "v1.3.0",
10975 "source": {
10976 "type": "git",
10977 "url": "https://github.com/PHP-CS-Fixer/diff.git",
10978 "reference": "78bb099e9c16361126c86ce82ec4405ebab8e756"
10979 },
10980 "dist": {
10981 "type": "zip",
10982 "url": "https://api.github.com/repos/PHP-CS-Fixer/diff/zipball/78bb099e9c16361126c86ce82ec4405ebab8e756",
10983 "reference": "78bb099e9c16361126c86ce82ec4405ebab8e756",
10984 "shasum": ""
10985 },
10986 "require": {
10987 "php": "^5.6 || ^7.0"
10988 },
10989 "require-dev": {
10990 "phpunit/phpunit": "^5.7.23 || ^6.4.3",
10991 "symfony/process": "^3.3"
10992 },
10993 "type": "library",
10994 "autoload": {
10995 "classmap": [
10996 "src/"
10997 ]
10998 },
10999 "notification-url": "https://packagist.org/downloads/",
11000 "license": [
11001 "BSD-3-Clause"
11002 ],
11003 "authors": [
11004 {
11005 "name": "Kore Nordmann",
11006 "email": "mail@kore-nordmann.de"
11007 },
11008 {
11009 "name": "Sebastian Bergmann",
11010 "email": "sebastian@phpunit.de"
11011 },
11012 {
11013 "name": "SpacePossum"
11014 }
11015 ],
11016 "description": "sebastian/diff v2 backport support for PHP5.6",
11017 "homepage": "https://github.com/PHP-CS-Fixer",
11018 "keywords": [
11019 "diff"
11020 ],
11021 "time": "2018-02-15T16:58:55+00:00"
11022 },
11023 {
11024 "name": "php-http/mock-client",
11025 "version": "1.3.1",
11026 "source": {
11027 "type": "git",
11028 "url": "https://github.com/php-http/mock-client.git",
11029 "reference": "186547be76fe81cc0c0589f9285ef9c8dded9845"
11030 },
11031 "dist": {
11032 "type": "zip",
11033 "url": "https://api.github.com/repos/php-http/mock-client/zipball/186547be76fe81cc0c0589f9285ef9c8dded9845",
11034 "reference": "186547be76fe81cc0c0589f9285ef9c8dded9845",
11035 "shasum": ""
11036 },
11037 "require": {
11038 "php": "^5.5 || ^7.0",
11039 "php-http/client-common": "^1.9 || ^2.0",
11040 "php-http/discovery": "^1.0",
11041 "php-http/httplug": "^1.0 || ^2.0",
11042 "php-http/message-factory": "^1.0"
11043 },
11044 "provide": {
11045 "php-http/async-client-implementation": "1.0",
11046 "php-http/client-implementation": "1.0"
11047 },
11048 "require-dev": {
11049 "henrikbjorn/phpspec-code-coverage": "^1.0",
11050 "phpspec/phpspec": "^2.4"
11051 },
11052 "type": "library",
11053 "extra": {
11054 "branch-alias": {
11055 "dev-master": "1.3-dev"
11056 }
11057 },
11058 "autoload": {
11059 "psr-4": {
11060 "Http\\Mock\\": "src/"
11061 }
11062 },
11063 "notification-url": "https://packagist.org/downloads/",
11064 "license": [
11065 "MIT"
11066 ],
11067 "authors": [
11068 {
11069 "name": "David de Boer",
11070 "email": "david@ddeboer.nl"
11071 }
11072 ],
11073 "description": "Mock HTTP client",
11074 "homepage": "http://httplug.io",
11075 "keywords": [
11076 "client",
11077 "http",
11078 "mock",
11079 "psr7"
11080 ],
11081 "time": "2019-11-06T12:49:04+00:00"
11082 },
11083 {
11084 "name": "phpstan/phpdoc-parser",
11085 "version": "0.3.5",
11086 "source": {
11087 "type": "git",
11088 "url": "https://github.com/phpstan/phpdoc-parser.git",
11089 "reference": "8c4ef2aefd9788238897b678a985e1d5c8df6db4"
11090 },
11091 "dist": {
11092 "type": "zip",
11093 "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/8c4ef2aefd9788238897b678a985e1d5c8df6db4",
11094 "reference": "8c4ef2aefd9788238897b678a985e1d5c8df6db4",
11095 "shasum": ""
11096 },
11097 "require": {
11098 "php": "~7.1"
11099 },
11100 "require-dev": {
11101 "consistence/coding-standard": "^3.5",
11102 "jakub-onderka/php-parallel-lint": "^0.9.2",
11103 "phing/phing": "^2.16.0",
11104 "phpstan/phpstan": "^0.10",
11105 "phpunit/phpunit": "^6.3",
11106 "slevomat/coding-standard": "^4.7.2",
11107 "squizlabs/php_codesniffer": "^3.3.2",
11108 "symfony/process": "^3.4 || ^4.0"
11109 },
11110 "type": "library",
11111 "extra": {
11112 "branch-alias": {
11113 "dev-master": "0.3-dev"
11114 }
11115 },
11116 "autoload": {
11117 "psr-4": {
11118 "PHPStan\\PhpDocParser\\": [
11119 "src/"
11120 ]
11121 }
11122 },
11123 "notification-url": "https://packagist.org/downloads/",
11124 "license": [
11125 "MIT"
11126 ],
11127 "description": "PHPDoc parser with support for nullable, intersection and generic types",
11128 "time": "2019-06-07T19:13:52+00:00"
11129 },
11130 {
11131 "name": "phpstan/phpstan",
11132 "version": "0.11.19",
11133 "source": {
11134 "type": "git",
11135 "url": "https://github.com/phpstan/phpstan.git",
11136 "reference": "63cc502f6957b7f74efbac444b4cf219dcadffd7"
11137 },
11138 "dist": {
11139 "type": "zip",
11140 "url": "https://api.github.com/repos/phpstan/phpstan/zipball/63cc502f6957b7f74efbac444b4cf219dcadffd7",
11141 "reference": "63cc502f6957b7f74efbac444b4cf219dcadffd7",
11142 "shasum": ""
11143 },
11144 "require": {
11145 "composer/xdebug-handler": "^1.3.0",
11146 "jean85/pretty-package-versions": "^1.0.3",
11147 "nette/bootstrap": "^2.4 || ^3.0",
11148 "nette/di": "^2.4.7 || ^3.0",
11149 "nette/neon": "^2.4.3 || ^3.0",
11150 "nette/robot-loader": "^3.0.1",
11151 "nette/schema": "^1.0",
11152 "nette/utils": "^2.4.5 || ^3.0",
11153 "nikic/php-parser": "^4.2.3",
11154 "php": "~7.1",
11155 "phpstan/phpdoc-parser": "^0.3.5",
11156 "symfony/console": "~3.2 || ~4.0",
11157 "symfony/finder": "~3.2 || ~4.0"
11158 },
11159 "conflict": {
11160 "symfony/console": "3.4.16 || 4.1.5"
11161 },
11162 "require-dev": {
11163 "brianium/paratest": "^2.0 || ^3.0",
11164 "consistence/coding-standard": "^3.5",
11165 "dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
11166 "ext-intl": "*",
11167 "ext-mysqli": "*",
11168 "ext-simplexml": "*",
11169 "ext-soap": "*",
11170 "ext-zip": "*",
11171 "jakub-onderka/php-parallel-lint": "^1.0",
11172 "localheinz/composer-normalize": "^1.1.0",
11173 "phing/phing": "^2.16.0",
11174 "phpstan/phpstan-deprecation-rules": "^0.11",
11175 "phpstan/phpstan-php-parser": "^0.11",
11176 "phpstan/phpstan-phpunit": "^0.11",
11177 "phpstan/phpstan-strict-rules": "^0.11",
11178 "phpunit/phpunit": "^7.5.14 || ^8.0",
11179 "slevomat/coding-standard": "^4.7.2",
11180 "squizlabs/php_codesniffer": "^3.3.2"
11181 },
11182 "bin": [
11183 "bin/phpstan"
11184 ],
11185 "type": "library",
11186 "extra": {
11187 "branch-alias": {
11188 "dev-master": "0.11-dev"
11189 }
11190 },
11191 "autoload": {
11192 "psr-4": {
11193 "PHPStan\\": [
11194 "src/"
11195 ]
11196 }
11197 },
11198 "notification-url": "https://packagist.org/downloads/",
11199 "license": [
11200 "MIT"
11201 ],
11202 "description": "PHPStan - PHP Static Analysis Tool",
11203 "time": "2019-10-22T20:20:22+00:00"
11204 },
11205 {
11206 "name": "phpstan/phpstan-doctrine",
11207 "version": "0.11.6",
11208 "source": {
11209 "type": "git",
11210 "url": "https://github.com/phpstan/phpstan-doctrine.git",
11211 "reference": "77592865e167b32c7dcb4f39a35210e909a8854c"
11212 },
11213 "dist": {
11214 "type": "zip",
11215 "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/77592865e167b32c7dcb4f39a35210e909a8854c",
11216 "reference": "77592865e167b32c7dcb4f39a35210e909a8854c",
11217 "shasum": ""
11218 },
11219 "require": {
11220 "nikic/php-parser": "^4.0",
11221 "php": "~7.1",
11222 "phpstan/phpdoc-parser": "^0.3",
11223 "phpstan/phpstan": "^0.11.7"
11224 },
11225 "conflict": {
11226 "doctrine/collections": "<1.0",
11227 "doctrine/common": "<2.7",
11228 "doctrine/mongodb-odm": "<1.2",
11229 "doctrine/orm": "<2.5"
11230 },
11231 "require-dev": {
11232 "consistence/coding-standard": "^3.8",
11233 "dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
11234 "doctrine/collections": "^1.0",
11235 "doctrine/common": "^2.7",
11236 "doctrine/mongodb-odm": "^1.2",
11237 "doctrine/orm": "^2.5",
11238 "jakub-onderka/php-parallel-lint": "^1.0",
11239 "phing/phing": "^2.16.0",
11240 "phpstan/phpstan-phpunit": "^0.11",
11241 "phpstan/phpstan-strict-rules": "^0.11",
11242 "phpunit/phpunit": "^7.0",
11243 "slevomat/coding-standard": "^5.0.4"
11244 },
11245 "type": "phpstan-extension",
11246 "extra": {
11247 "branch-alias": {
11248 "dev-master": "0.11-dev"
11249 },
11250 "phpstan": {
11251 "includes": [
11252 "extension.neon",
11253 "rules.neon"
11254 ]
11255 }
11256 },
11257 "autoload": {
11258 "psr-4": {
11259 "PHPStan\\": "src/"
11260 }
11261 },
11262 "notification-url": "https://packagist.org/downloads/",
11263 "license": [
11264 "MIT"
11265 ],
11266 "description": "Doctrine extensions for PHPStan",
11267 "time": "2019-09-13T08:40:06+00:00"
11268 },
11269 {
11270 "name": "phpstan/phpstan-phpunit",
11271 "version": "0.11.2",
11272 "source": {
11273 "type": "git",
11274 "url": "https://github.com/phpstan/phpstan-phpunit.git",
11275 "reference": "fbf2ad56c3b13189d29655e226c9b1da47c2fad9"
11276 },
11277 "dist": {
11278 "type": "zip",
11279 "url": "https://api.github.com/repos/phpstan/phpstan-phpunit/zipball/fbf2ad56c3b13189d29655e226c9b1da47c2fad9",
11280 "reference": "fbf2ad56c3b13189d29655e226c9b1da47c2fad9",
11281 "shasum": ""
11282 },
11283 "require": {
11284 "nikic/php-parser": "^4.0",
11285 "php": "~7.1",
11286 "phpstan/phpdoc-parser": "^0.3",
11287 "phpstan/phpstan": "^0.11.4"
11288 },
11289 "conflict": {
11290 "phpunit/phpunit": "<7.0"
11291 },
11292 "require-dev": {
11293 "consistence/coding-standard": "^3.0.1",
11294 "dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
11295 "jakub-onderka/php-parallel-lint": "^1.0",
11296 "phing/phing": "^2.16.0",
11297 "phpstan/phpstan-strict-rules": "^0.11",
11298 "phpunit/phpunit": "^7.0",
11299 "satooshi/php-coveralls": "^1.0",
11300 "slevomat/coding-standard": "^4.5.2"
11301 },
11302 "type": "phpstan-extension",
11303 "extra": {
11304 "branch-alias": {
11305 "dev-master": "0.11-dev"
11306 },
11307 "phpstan": {
11308 "includes": [
11309 "extension.neon",
11310 "rules.neon"
11311 ]
11312 }
11313 },
11314 "autoload": {
11315 "psr-4": {
11316 "PHPStan\\": "src/"
11317 }
11318 },
11319 "notification-url": "https://packagist.org/downloads/",
11320 "license": [
11321 "MIT"
11322 ],
11323 "description": "PHPUnit extensions and rules for PHPStan",
11324 "time": "2019-05-17T17:50:16+00:00"
11325 },
11326 {
11327 "name": "phpstan/phpstan-symfony",
11328 "version": "0.11.6",
11329 "source": {
11330 "type": "git",
11331 "url": "https://github.com/phpstan/phpstan-symfony.git",
11332 "reference": "c7be3054c21fd472a52b1c38eb129c3f93776084"
11333 },
11334 "dist": {
11335 "type": "zip",
11336 "url": "https://api.github.com/repos/phpstan/phpstan-symfony/zipball/c7be3054c21fd472a52b1c38eb129c3f93776084",
11337 "reference": "c7be3054c21fd472a52b1c38eb129c3f93776084",
11338 "shasum": ""
11339 },
11340 "require": {
11341 "ext-simplexml": "*",
11342 "nikic/php-parser": "^4.0",
11343 "php": "^7.1",
11344 "phpstan/phpstan": "^0.11.7"
11345 },
11346 "conflict": {
11347 "symfony/framework-bundle": "<3.0"
11348 },
11349 "require-dev": {
11350 "consistence/coding-standard": "^3.0.1",
11351 "dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
11352 "jakub-onderka/php-parallel-lint": "^1.0",
11353 "nette/di": "^3.0-stable",
11354 "phing/phing": "^2.16.0",
11355 "phpstan/phpstan-phpunit": "^0.11",
11356 "phpstan/phpstan-strict-rules": "^0.11",
11357 "phpunit/phpunit": "^7.0",
11358 "slevomat/coding-standard": "^4.5.2",
11359 "squizlabs/php_codesniffer": "^3.3.2",
11360 "symfony/console": "^3.0 || ^4.0",
11361 "symfony/framework-bundle": "^3.0 || ^4.0",
11362 "symfony/messenger": "^4.2",
11363 "symfony/serializer": "^3.0 || ^4.0"
11364 },
11365 "type": "phpstan-extension",
11366 "extra": {
11367 "branch-alias": {
11368 "dev-master": "0.11-dev"
11369 },
11370 "phpstan": {
11371 "includes": [
11372 "extension.neon"
11373 ]
11374 }
11375 },
11376 "autoload": {
11377 "psr-4": {
11378 "PHPStan\\": "src/"
11379 }
11380 },
11381 "notification-url": "https://packagist.org/downloads/",
11382 "license": [
11383 "MIT"
11384 ],
11385 "authors": [
11386 {
11387 "name": "Lukáš Unger",
11388 "email": "looky.msc@gmail.com",
11389 "homepage": "https://lookyman.net"
11390 }
11391 ],
11392 "description": "Symfony Framework extensions and rules for PHPStan",
11393 "time": "2019-05-19T17:40:25+00:00"
11394 },
11395 {
11396 "name": "sensio/generator-bundle",
11397 "version": "v3.1.7",
11398 "source": {
11399 "type": "git",
11400 "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git",
11401 "reference": "28cbaa244bd0816fd8908b93f90380bcd7b67a65"
11402 },
11403 "dist": {
11404 "type": "zip",
11405 "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/28cbaa244bd0816fd8908b93f90380bcd7b67a65",
11406 "reference": "28cbaa244bd0816fd8908b93f90380bcd7b67a65",
11407 "shasum": ""
11408 },
11409 "require": {
11410 "symfony/console": "~2.7|~3.0",
11411 "symfony/framework-bundle": "~2.7|~3.0",
11412 "symfony/process": "~2.7|~3.0",
11413 "symfony/yaml": "~2.7|~3.0",
11414 "twig/twig": "^1.28.2|^2.0"
11415 },
11416 "require-dev": {
11417 "doctrine/orm": "~2.4",
11418 "symfony/doctrine-bridge": "~2.7|~3.0",
11419 "symfony/filesystem": "~2.7|~3.0",
11420 "symfony/phpunit-bridge": "^3.3"
11421 },
11422 "type": "symfony-bundle",
11423 "extra": {
11424 "branch-alias": {
11425 "dev-master": "3.1.x-dev"
11426 }
11427 },
11428 "autoload": {
11429 "psr-4": {
11430 "Sensio\\Bundle\\GeneratorBundle\\": ""
11431 },
11432 "exclude-from-classmap": [
11433 "/Tests/"
11434 ]
11435 },
11436 "notification-url": "https://packagist.org/downloads/",
11437 "license": [
11438 "MIT"
11439 ],
11440 "authors": [
11441 {
11442 "name": "Fabien Potencier",
11443 "email": "fabien@symfony.com"
11444 }
11445 ],
11446 "description": "This bundle generates code for you",
11447 "abandoned": "symfony/maker-bundle",
11448 "time": "2017-12-07T15:36:41+00:00"
11449 },
11450 {
11451 "name": "symfony/phpunit-bridge",
11452 "version": "v4.3.11",
11453 "source": {
11454 "type": "git",
11455 "url": "https://github.com/symfony/phpunit-bridge.git",
11456 "reference": "692a73a2e0b76123150709f5eb7e2ea9bf2bad43"
11457 },
11458 "dist": {
11459 "type": "zip",
11460 "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/692a73a2e0b76123150709f5eb7e2ea9bf2bad43",
11461 "reference": "692a73a2e0b76123150709f5eb7e2ea9bf2bad43",
11462 "shasum": ""
11463 },
11464 "require": {
11465 "php": ">=5.5.9"
11466 },
11467 "conflict": {
11468 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
11469 },
11470 "suggest": {
11471 "symfony/debug": "For tracking deprecated interfaces usages at runtime with DebugClassLoader"
11472 },
11473 "bin": [
11474 "bin/simple-phpunit"
11475 ],
11476 "type": "symfony-bridge",
11477 "extra": {
11478 "branch-alias": {
11479 "dev-master": "4.3-dev"
11480 },
11481 "thanks": {
11482 "name": "phpunit/phpunit",
11483 "url": "https://github.com/sebastianbergmann/phpunit"
11484 }
11485 },
11486 "autoload": {
11487 "files": [
11488 "bootstrap.php"
11489 ],
11490 "psr-4": {
11491 "Symfony\\Bridge\\PhpUnit\\": ""
11492 },
11493 "exclude-from-classmap": [
11494 "/Tests/"
11495 ]
11496 },
11497 "notification-url": "https://packagist.org/downloads/",
11498 "license": [
11499 "MIT"
11500 ],
11501 "authors": [
11502 {
11503 "name": "Nicolas Grekas",
11504 "email": "p@tchwork.com"
11505 },
11506 {
11507 "name": "Symfony Community",
11508 "homepage": "https://symfony.com/contributors"
11509 }
11510 ],
11511 "description": "Symfony PHPUnit Bridge",
11512 "homepage": "https://symfony.com",
11513 "time": "2020-01-31T09:56:21+00:00"
11514 }
11515 ],
11516 "aliases": [],
11517 "minimum-stability": "dev",
11518 "stability-flags": {
11519 "predis/predis": 20
11520 },
11521 "prefer-stable": true,
11522 "prefer-lowest": false,
11523 "platform": {
11524 "php": ">=7.1.3",
11525 "ext-pcre": "*",
11526 "ext-dom": "*",
11527 "ext-curl": "*",
11528 "ext-gd": "*",
11529 "ext-session": "*",
11530 "ext-ctype": "*",
11531 "ext-hash": "*",
11532 "ext-simplexml": "*",
11533 "ext-json": "*",
11534 "ext-mbstring": "*",
11535 "ext-xml": "*",
11536 "ext-iconv": "*",
11537 "ext-tokenizer": "*",
11538 "ext-pdo": "*",
11539 "ext-tidy": "*"
11540 },
11541 "platform-dev": [],
11542 "platform-overrides": {
11543 "php": "7.1.3"
11544 }
11545 }