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