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