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