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