]> git.immae.eu Git - github/wallabag/wallabag.git/blob - composer.lock
Merge pull request #4318 from wallabag/change-auth-graby
[github/wallabag/wallabag.git] / composer.lock
1 {
2 "_readme": [
3 "This file locks the dependencies of your project to a known state",
4 "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
5 "This file is @generated automatically"
6 ],
7 "content-hash": "60ce056a3ba44dfa4e039261a2326ae9",
8 "packages": [
9 {
10 "name": "bdunogier/guzzle-site-authenticator",
11 "version": "1.0.0",
12 "source": {
13 "type": "git",
14 "url": "https://github.com/wallabag/guzzle-site-authenticator.git",
15 "reference": "6649aca6f13c27088ef34e4202b31fc0da01d987"
16 },
17 "dist": {
18 "type": "zip",
19 "url": "https://api.github.com/repos/wallabag/guzzle-site-authenticator/zipball/6649aca6f13c27088ef34e4202b31fc0da01d987",
20 "reference": "6649aca6f13c27088ef34e4202b31fc0da01d987",
21 "shasum": ""
22 },
23 "require": {
24 "guzzlehttp/guzzle": "^5.2.0",
25 "psr/log": "^1.0.0",
26 "symfony/expression-language": "^3.2"
27 },
28 "require-dev": {
29 "friendsofphp/php-cs-fixer": "~2.0",
30 "monolog/monolog": "^1.13",
31 "php-coveralls/php-coveralls": "~1.0",
32 "symfony/phpunit-bridge": "^4.2"
33 },
34 "type": "library",
35 "extra": {
36 "branch-alias": {
37 "dev-master": "1.0.x-dev"
38 }
39 },
40 "autoload": {
41 "psr-4": {
42 "BD\\GuzzleSiteAuthenticatorBundle\\": "bundle/",
43 "BD\\GuzzleSiteAuthenticator\\": "lib/"
44 }
45 },
46 "notification-url": "https://packagist.org/downloads/",
47 "license": [
48 "MIT"
49 ],
50 "authors": [
51 {
52 "name": "Bertrand Dunogier",
53 "email": "bertrand.dunogier@gmail.com"
54 }
55 ],
56 "description": "A guzzle plugin that adds, if necessary, authentication data to requests. Uses credentials and cookies, with login requests to the sites.",
57 "time": "2018-12-13T21:06:29+00:00"
58 },
59 {
60 "name": "beberlei/assert",
61 "version": "v3.2.7",
62 "source": {
63 "type": "git",
64 "url": "https://github.com/beberlei/assert.git",
65 "reference": "d63a6943fc4fd1a2aedb65994e3548715105abcf"
66 },
67 "dist": {
68 "type": "zip",
69 "url": "https://api.github.com/repos/beberlei/assert/zipball/d63a6943fc4fd1a2aedb65994e3548715105abcf",
70 "reference": "d63a6943fc4fd1a2aedb65994e3548715105abcf",
71 "shasum": ""
72 },
73 "require": {
74 "ext-ctype": "*",
75 "ext-json": "*",
76 "ext-mbstring": "*",
77 "ext-simplexml": "*",
78 "php": "^7"
79 },
80 "require-dev": {
81 "friendsofphp/php-cs-fixer": "*",
82 "phpstan/phpstan-shim": "*",
83 "phpunit/phpunit": ">=6.0.0 <8"
84 },
85 "suggest": {
86 "ext-intl": "Needed to allow Assertion::count(), Assertion::isCountable(), Assertion::minCount(), and Assertion::maxCount() to operate on ResourceBundles"
87 },
88 "type": "library",
89 "autoload": {
90 "psr-4": {
91 "Assert\\": "lib/Assert"
92 },
93 "files": [
94 "lib/Assert/functions.php"
95 ]
96 },
97 "notification-url": "https://packagist.org/downloads/",
98 "license": [
99 "BSD-2-Clause"
100 ],
101 "authors": [
102 {
103 "name": "Benjamin Eberlei",
104 "email": "kontakt@beberlei.de",
105 "role": "Lead Developer"
106 },
107 {
108 "name": "Richard Quadling",
109 "email": "rquadling@gmail.com",
110 "role": "Collaborator"
111 }
112 ],
113 "description": "Thin assertion library for input validation in business models.",
114 "keywords": [
115 "assert",
116 "assertion",
117 "validation"
118 ],
119 "time": "2019-12-19T17:51:41+00:00"
120 },
121 {
122 "name": "behat/transliterator",
123 "version": "v1.2.0",
124 "source": {
125 "type": "git",
126 "url": "https://github.com/Behat/Transliterator.git",
127 "reference": "826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c"
128 },
129 "dist": {
130 "type": "zip",
131 "url": "https://api.github.com/repos/Behat/Transliterator/zipball/826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c",
132 "reference": "826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c",
133 "shasum": ""
134 },
135 "require": {
136 "php": ">=5.3.3"
137 },
138 "require-dev": {
139 "chuyskywalker/rolling-curl": "^3.1",
140 "php-yaoi/php-yaoi": "^1.0"
141 },
142 "type": "library",
143 "extra": {
144 "branch-alias": {
145 "dev-master": "1.2-dev"
146 }
147 },
148 "autoload": {
149 "psr-0": {
150 "Behat\\Transliterator": "src/"
151 }
152 },
153 "notification-url": "https://packagist.org/downloads/",
154 "license": [
155 "Artistic-1.0"
156 ],
157 "description": "String transliterator",
158 "keywords": [
159 "i18n",
160 "slug",
161 "transliterator"
162 ],
163 "time": "2017-04-04T11:38:05+00:00"
164 },
165 {
166 "name": "clue/stream-filter",
167 "version": "v1.4.1",
168 "source": {
169 "type": "git",
170 "url": "https://github.com/clue/php-stream-filter.git",
171 "reference": "5a58cc30a8bd6a4eb8f856adf61dd3e013f53f71"
172 },
173 "dist": {
174 "type": "zip",
175 "url": "https://api.github.com/repos/clue/php-stream-filter/zipball/5a58cc30a8bd6a4eb8f856adf61dd3e013f53f71",
176 "reference": "5a58cc30a8bd6a4eb8f856adf61dd3e013f53f71",
177 "shasum": ""
178 },
179 "require": {
180 "php": ">=5.3"
181 },
182 "require-dev": {
183 "phpunit/phpunit": "^5.0 || ^4.8"
184 },
185 "type": "library",
186 "autoload": {
187 "psr-4": {
188 "Clue\\StreamFilter\\": "src/"
189 },
190 "files": [
191 "src/functions_include.php"
192 ]
193 },
194 "notification-url": "https://packagist.org/downloads/",
195 "license": [
196 "MIT"
197 ],
198 "authors": [
199 {
200 "name": "Christian Lück",
201 "email": "christian@lueck.tv"
202 }
203 ],
204 "description": "A simple and modern approach to stream filtering in PHP",
205 "homepage": "https://github.com/clue/php-stream-filter",
206 "keywords": [
207 "bucket brigade",
208 "callback",
209 "filter",
210 "php_user_filter",
211 "stream",
212 "stream_filter_append",
213 "stream_filter_register"
214 ],
215 "time": "2019-04-09T12:31:48+00:00"
216 },
217 {
218 "name": "craue/config-bundle",
219 "version": "2.4.0",
220 "source": {
221 "type": "git",
222 "url": "https://github.com/craue/CraueConfigBundle.git",
223 "reference": "ad474f63d6b51da0d346a7873b3a54f98fa96e32"
224 },
225 "dist": {
226 "type": "zip",
227 "url": "https://api.github.com/repos/craue/CraueConfigBundle/zipball/ad474f63d6b51da0d346a7873b3a54f98fa96e32",
228 "reference": "ad474f63d6b51da0d346a7873b3a54f98fa96e32",
229 "shasum": ""
230 },
231 "require": {
232 "doctrine/doctrine-bundle": "^1.5.1|~2.0",
233 "php": "~7.0",
234 "psr/simple-cache": "^1.0",
235 "symfony/cache": "~3.4|~4.2|~5.0",
236 "symfony/config": "~3.4|~4.2|~5.0",
237 "symfony/dependency-injection": "~3.4|~4.2|~5.0",
238 "symfony/form": "~3.4|~4.2|~5.0",
239 "symfony/framework-bundle": "~3.4|~4.2|~5.0",
240 "symfony/http-foundation": "~3.4|~4.2|~5.0",
241 "symfony/http-kernel": "~3.4|~4.2|~5.0",
242 "symfony/options-resolver": "~3.4|~4.2|~5.0",
243 "symfony/validator": "~3.4|~4.2|~5.0"
244 },
245 "require-dev": {
246 "doctrine/instantiator": "^1.0.5",
247 "doctrine/orm": "^2.5.14",
248 "phpunit/phpunit": "^6.5.13|^7.5.1",
249 "symfony/phpunit-bridge": "~5.0",
250 "symfony/symfony": "~3.4|~4.2|~5.0"
251 },
252 "type": "symfony-bundle",
253 "extra": {
254 "branch-alias": {
255 "dev-master": "2.4.x-dev"
256 }
257 },
258 "autoload": {
259 "psr-4": {
260 "Craue\\ConfigBundle\\": ""
261 },
262 "exclude-from-classmap": [
263 "/Tests/"
264 ]
265 },
266 "notification-url": "https://packagist.org/downloads/",
267 "license": [
268 "MIT"
269 ],
270 "authors": [
271 {
272 "name": "Christian Raue",
273 "email": "christian.raue@gmail.com"
274 },
275 {
276 "name": "Symfony Community",
277 "homepage": "https://github.com/craue/CraueConfigBundle/contributors"
278 }
279 ],
280 "description": "Database-stored settings made available via a service for your Symfony project.",
281 "homepage": "https://github.com/craue/CraueConfigBundle",
282 "keywords": [
283 "config",
284 "symfony"
285 ],
286 "time": "2019-12-03T08:32:04+00:00"
287 },
288 {
289 "name": "defuse/php-encryption",
290 "version": "v2.2.1",
291 "source": {
292 "type": "git",
293 "url": "https://github.com/defuse/php-encryption.git",
294 "reference": "0f407c43b953d571421e0020ba92082ed5fb7620"
295 },
296 "dist": {
297 "type": "zip",
298 "url": "https://api.github.com/repos/defuse/php-encryption/zipball/0f407c43b953d571421e0020ba92082ed5fb7620",
299 "reference": "0f407c43b953d571421e0020ba92082ed5fb7620",
300 "shasum": ""
301 },
302 "require": {
303 "ext-openssl": "*",
304 "paragonie/random_compat": ">= 2",
305 "php": ">=5.4.0"
306 },
307 "require-dev": {
308 "nikic/php-parser": "^2.0|^3.0|^4.0",
309 "phpunit/phpunit": "^4|^5"
310 },
311 "bin": [
312 "bin/generate-defuse-key"
313 ],
314 "type": "library",
315 "autoload": {
316 "psr-4": {
317 "Defuse\\Crypto\\": "src"
318 }
319 },
320 "notification-url": "https://packagist.org/downloads/",
321 "license": [
322 "MIT"
323 ],
324 "authors": [
325 {
326 "name": "Taylor Hornby",
327 "email": "taylor@defuse.ca",
328 "homepage": "https://defuse.ca/"
329 },
330 {
331 "name": "Scott Arciszewski",
332 "email": "info@paragonie.com",
333 "homepage": "https://paragonie.com"
334 }
335 ],
336 "description": "Secure PHP Encryption Library",
337 "keywords": [
338 "aes",
339 "authenticated encryption",
340 "cipher",
341 "crypto",
342 "cryptography",
343 "encrypt",
344 "encryption",
345 "openssl",
346 "security",
347 "symmetric key cryptography"
348 ],
349 "time": "2018-07-24T23:27:56+00:00"
350 },
351 {
352 "name": "doctrine/annotations",
353 "version": "v1.8.0",
354 "source": {
355 "type": "git",
356 "url": "https://github.com/doctrine/annotations.git",
357 "reference": "904dca4eb10715b92569fbcd79e201d5c349b6bc"
358 },
359 "dist": {
360 "type": "zip",
361 "url": "https://api.github.com/repos/doctrine/annotations/zipball/904dca4eb10715b92569fbcd79e201d5c349b6bc",
362 "reference": "904dca4eb10715b92569fbcd79e201d5c349b6bc",
363 "shasum": ""
364 },
365 "require": {
366 "doctrine/lexer": "1.*",
367 "php": "^7.1"
368 },
369 "require-dev": {
370 "doctrine/cache": "1.*",
371 "phpunit/phpunit": "^7.5"
372 },
373 "type": "library",
374 "extra": {
375 "branch-alias": {
376 "dev-master": "1.7.x-dev"
377 }
378 },
379 "autoload": {
380 "psr-4": {
381 "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
382 }
383 },
384 "notification-url": "https://packagist.org/downloads/",
385 "license": [
386 "MIT"
387 ],
388 "authors": [
389 {
390 "name": "Guilherme Blanco",
391 "email": "guilhermeblanco@gmail.com"
392 },
393 {
394 "name": "Roman Borschel",
395 "email": "roman@code-factory.org"
396 },
397 {
398 "name": "Benjamin Eberlei",
399 "email": "kontakt@beberlei.de"
400 },
401 {
402 "name": "Jonathan Wage",
403 "email": "jonwage@gmail.com"
404 },
405 {
406 "name": "Johannes Schmitt",
407 "email": "schmittjoh@gmail.com"
408 }
409 ],
410 "description": "Docblock Annotations Parser",
411 "homepage": "http://www.doctrine-project.org",
412 "keywords": [
413 "annotations",
414 "docblock",
415 "parser"
416 ],
417 "time": "2019-10-01T18:55:10+00:00"
418 },
419 {
420 "name": "doctrine/cache",
421 "version": "1.10.0",
422 "source": {
423 "type": "git",
424 "url": "https://github.com/doctrine/cache.git",
425 "reference": "382e7f4db9a12dc6c19431743a2b096041bcdd62"
426 },
427 "dist": {
428 "type": "zip",
429 "url": "https://api.github.com/repos/doctrine/cache/zipball/382e7f4db9a12dc6c19431743a2b096041bcdd62",
430 "reference": "382e7f4db9a12dc6c19431743a2b096041bcdd62",
431 "shasum": ""
432 },
433 "require": {
434 "php": "~7.1"
435 },
436 "conflict": {
437 "doctrine/common": ">2.2,<2.4"
438 },
439 "require-dev": {
440 "alcaeus/mongo-php-adapter": "^1.1",
441 "doctrine/coding-standard": "^6.0",
442 "mongodb/mongodb": "^1.1",
443 "phpunit/phpunit": "^7.0",
444 "predis/predis": "~1.0"
445 },
446 "suggest": {
447 "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
448 },
449 "type": "library",
450 "extra": {
451 "branch-alias": {
452 "dev-master": "1.9.x-dev"
453 }
454 },
455 "autoload": {
456 "psr-4": {
457 "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
458 }
459 },
460 "notification-url": "https://packagist.org/downloads/",
461 "license": [
462 "MIT"
463 ],
464 "authors": [
465 {
466 "name": "Guilherme Blanco",
467 "email": "guilhermeblanco@gmail.com"
468 },
469 {
470 "name": "Roman Borschel",
471 "email": "roman@code-factory.org"
472 },
473 {
474 "name": "Benjamin Eberlei",
475 "email": "kontakt@beberlei.de"
476 },
477 {
478 "name": "Jonathan Wage",
479 "email": "jonwage@gmail.com"
480 },
481 {
482 "name": "Johannes Schmitt",
483 "email": "schmittjoh@gmail.com"
484 }
485 ],
486 "description": "PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.",
487 "homepage": "https://www.doctrine-project.org/projects/cache.html",
488 "keywords": [
489 "abstraction",
490 "apcu",
491 "cache",
492 "caching",
493 "couchdb",
494 "memcached",
495 "php",
496 "redis",
497 "xcache"
498 ],
499 "time": "2019-11-29T15:36:20+00:00"
500 },
501 {
502 "name": "doctrine/collections",
503 "version": "1.6.4",
504 "source": {
505 "type": "git",
506 "url": "https://github.com/doctrine/collections.git",
507 "reference": "6b1e4b2b66f6d6e49983cebfe23a21b7ccc5b0d7"
508 },
509 "dist": {
510 "type": "zip",
511 "url": "https://api.github.com/repos/doctrine/collections/zipball/6b1e4b2b66f6d6e49983cebfe23a21b7ccc5b0d7",
512 "reference": "6b1e4b2b66f6d6e49983cebfe23a21b7ccc5b0d7",
513 "shasum": ""
514 },
515 "require": {
516 "php": "^7.1.3"
517 },
518 "require-dev": {
519 "doctrine/coding-standard": "^6.0",
520 "phpstan/phpstan-shim": "^0.9.2",
521 "phpunit/phpunit": "^7.0",
522 "vimeo/psalm": "^3.2.2"
523 },
524 "type": "library",
525 "extra": {
526 "branch-alias": {
527 "dev-master": "1.6.x-dev"
528 }
529 },
530 "autoload": {
531 "psr-4": {
532 "Doctrine\\Common\\Collections\\": "lib/Doctrine/Common/Collections"
533 }
534 },
535 "notification-url": "https://packagist.org/downloads/",
536 "license": [
537 "MIT"
538 ],
539 "authors": [
540 {
541 "name": "Guilherme Blanco",
542 "email": "guilhermeblanco@gmail.com"
543 },
544 {
545 "name": "Roman Borschel",
546 "email": "roman@code-factory.org"
547 },
548 {
549 "name": "Benjamin Eberlei",
550 "email": "kontakt@beberlei.de"
551 },
552 {
553 "name": "Jonathan Wage",
554 "email": "jonwage@gmail.com"
555 },
556 {
557 "name": "Johannes Schmitt",
558 "email": "schmittjoh@gmail.com"
559 }
560 ],
561 "description": "PHP Doctrine Collections library that adds additional functionality on top of PHP arrays.",
562 "homepage": "https://www.doctrine-project.org/projects/collections.html",
563 "keywords": [
564 "array",
565 "collections",
566 "iterators",
567 "php"
568 ],
569 "time": "2019-11-13T13:07:11+00:00"
570 },
571 {
572 "name": "doctrine/common",
573 "version": "2.12.0",
574 "source": {
575 "type": "git",
576 "url": "https://github.com/doctrine/common.git",
577 "reference": "2053eafdf60c2172ee1373d1b9289ba1db7f1fc6"
578 },
579 "dist": {
580 "type": "zip",
581 "url": "https://api.github.com/repos/doctrine/common/zipball/2053eafdf60c2172ee1373d1b9289ba1db7f1fc6",
582 "reference": "2053eafdf60c2172ee1373d1b9289ba1db7f1fc6",
583 "shasum": ""
584 },
585 "require": {
586 "doctrine/annotations": "^1.0",
587 "doctrine/cache": "^1.0",
588 "doctrine/collections": "^1.0",
589 "doctrine/event-manager": "^1.0",
590 "doctrine/inflector": "^1.0",
591 "doctrine/lexer": "^1.0",
592 "doctrine/persistence": "^1.1",
593 "doctrine/reflection": "^1.0",
594 "php": "^7.1"
595 },
596 "require-dev": {
597 "doctrine/coding-standard": "^1.0",
598 "phpstan/phpstan": "^0.11",
599 "phpstan/phpstan-phpunit": "^0.11",
600 "phpunit/phpunit": "^7.0",
601 "squizlabs/php_codesniffer": "^3.0",
602 "symfony/phpunit-bridge": "^4.0.5"
603 },
604 "type": "library",
605 "extra": {
606 "branch-alias": {
607 "dev-master": "2.11.x-dev"
608 }
609 },
610 "autoload": {
611 "psr-4": {
612 "Doctrine\\Common\\": "lib/Doctrine/Common"
613 }
614 },
615 "notification-url": "https://packagist.org/downloads/",
616 "license": [
617 "MIT"
618 ],
619 "authors": [
620 {
621 "name": "Guilherme Blanco",
622 "email": "guilhermeblanco@gmail.com"
623 },
624 {
625 "name": "Roman Borschel",
626 "email": "roman@code-factory.org"
627 },
628 {
629 "name": "Benjamin Eberlei",
630 "email": "kontakt@beberlei.de"
631 },
632 {
633 "name": "Jonathan Wage",
634 "email": "jonwage@gmail.com"
635 },
636 {
637 "name": "Johannes Schmitt",
638 "email": "schmittjoh@gmail.com"
639 },
640 {
641 "name": "Marco Pivetta",
642 "email": "ocramius@gmail.com"
643 }
644 ],
645 "description": "PHP Doctrine Common project is a library that provides additional functionality that other Doctrine projects depend on such as better reflection support, persistence interfaces, proxies, event system and much more.",
646 "homepage": "https://www.doctrine-project.org/projects/common.html",
647 "keywords": [
648 "common",
649 "doctrine",
650 "php"
651 ],
652 "time": "2020-01-10T15:49:25+00:00"
653 },
654 {
655 "name": "doctrine/dbal",
656 "version": "v2.9.2",
657 "source": {
658 "type": "git",
659 "url": "https://github.com/doctrine/dbal.git",
660 "reference": "22800bd651c1d8d2a9719e2a3dc46d5108ebfcc9"
661 },
662 "dist": {
663 "type": "zip",
664 "url": "https://api.github.com/repos/doctrine/dbal/zipball/22800bd651c1d8d2a9719e2a3dc46d5108ebfcc9",
665 "reference": "22800bd651c1d8d2a9719e2a3dc46d5108ebfcc9",
666 "shasum": ""
667 },
668 "require": {
669 "doctrine/cache": "^1.0",
670 "doctrine/event-manager": "^1.0",
671 "ext-pdo": "*",
672 "php": "^7.1"
673 },
674 "require-dev": {
675 "doctrine/coding-standard": "^5.0",
676 "jetbrains/phpstorm-stubs": "^2018.1.2",
677 "phpstan/phpstan": "^0.10.1",
678 "phpunit/phpunit": "^7.4",
679 "symfony/console": "^2.0.5|^3.0|^4.0",
680 "symfony/phpunit-bridge": "^3.4.5|^4.0.5"
681 },
682 "suggest": {
683 "symfony/console": "For helpful console commands such as SQL execution and import of files."
684 },
685 "bin": [
686 "bin/doctrine-dbal"
687 ],
688 "type": "library",
689 "extra": {
690 "branch-alias": {
691 "dev-master": "2.9.x-dev",
692 "dev-develop": "3.0.x-dev"
693 }
694 },
695 "autoload": {
696 "psr-4": {
697 "Doctrine\\DBAL\\": "lib/Doctrine/DBAL"
698 }
699 },
700 "notification-url": "https://packagist.org/downloads/",
701 "license": [
702 "MIT"
703 ],
704 "authors": [
705 {
706 "name": "Roman Borschel",
707 "email": "roman@code-factory.org"
708 },
709 {
710 "name": "Benjamin Eberlei",
711 "email": "kontakt@beberlei.de"
712 },
713 {
714 "name": "Guilherme Blanco",
715 "email": "guilhermeblanco@gmail.com"
716 },
717 {
718 "name": "Jonathan Wage",
719 "email": "jonwage@gmail.com"
720 }
721 ],
722 "description": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.",
723 "homepage": "https://www.doctrine-project.org/projects/dbal.html",
724 "keywords": [
725 "abstraction",
726 "database",
727 "dbal",
728 "mysql",
729 "persistence",
730 "pgsql",
731 "php",
732 "queryobject"
733 ],
734 "time": "2018-12-31T03:27:51+00:00"
735 },
736 {
737 "name": "doctrine/doctrine-bundle",
738 "version": "1.12.7",
739 "source": {
740 "type": "git",
741 "url": "https://github.com/doctrine/DoctrineBundle.git",
742 "reference": "18fb7d271676dcb8e882adb0157ac1445c8fe89c"
743 },
744 "dist": {
745 "type": "zip",
746 "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/18fb7d271676dcb8e882adb0157ac1445c8fe89c",
747 "reference": "18fb7d271676dcb8e882adb0157ac1445c8fe89c",
748 "shasum": ""
749 },
750 "require": {
751 "doctrine/dbal": "^2.5.12",
752 "doctrine/doctrine-cache-bundle": "~1.2",
753 "doctrine/persistence": "^1.3.3",
754 "jdorn/sql-formatter": "^1.2.16",
755 "php": "^7.1",
756 "symfony/cache": "^3.4.30|^4.3.3",
757 "symfony/config": "^3.4.30|^4.3.3",
758 "symfony/console": "^3.4.30|^4.3.3",
759 "symfony/dependency-injection": "^3.4.30|^4.3.3",
760 "symfony/doctrine-bridge": "^3.4.30|^4.3.3",
761 "symfony/framework-bundle": "^3.4.30|^4.3.3",
762 "symfony/service-contracts": "^1.1.1|^2.0"
763 },
764 "conflict": {
765 "doctrine/orm": "<2.6",
766 "twig/twig": "<1.34|>=2.0,<2.4"
767 },
768 "require-dev": {
769 "doctrine/coding-standard": "^6.0",
770 "doctrine/orm": "^2.6",
771 "ocramius/proxy-manager": "^2.1",
772 "php-coveralls/php-coveralls": "^2.1",
773 "phpunit/phpunit": "^7.5",
774 "symfony/phpunit-bridge": "^4.2",
775 "symfony/property-info": "^3.4.30|^4.3.3",
776 "symfony/proxy-manager-bridge": "^3.4|^4|^5",
777 "symfony/twig-bridge": "^3.4|^4.1",
778 "symfony/validator": "^3.4.30|^4.3.3",
779 "symfony/web-profiler-bundle": "^3.4.30|^4.3.3",
780 "symfony/yaml": "^3.4.30|^4.3.3",
781 "twig/twig": "^1.34|^2.12"
782 },
783 "suggest": {
784 "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
785 "symfony/web-profiler-bundle": "To use the data collector."
786 },
787 "type": "symfony-bundle",
788 "extra": {
789 "branch-alias": {
790 "dev-master": "1.12.x-dev"
791 }
792 },
793 "autoload": {
794 "psr-4": {
795 "Doctrine\\Bundle\\DoctrineBundle\\": ""
796 }
797 },
798 "notification-url": "https://packagist.org/downloads/",
799 "license": [
800 "MIT"
801 ],
802 "authors": [
803 {
804 "name": "Fabien Potencier",
805 "email": "fabien@symfony.com"
806 },
807 {
808 "name": "Benjamin Eberlei",
809 "email": "kontakt@beberlei.de"
810 },
811 {
812 "name": "Symfony Community",
813 "homepage": "http://symfony.com/contributors"
814 },
815 {
816 "name": "Doctrine Project",
817 "homepage": "http://www.doctrine-project.org/"
818 }
819 ],
820 "description": "Symfony DoctrineBundle",
821 "homepage": "http://www.doctrine-project.org",
822 "keywords": [
823 "database",
824 "dbal",
825 "orm",
826 "persistence"
827 ],
828 "time": "2020-01-10T12:25:22+00:00"
829 },
830 {
831 "name": "doctrine/doctrine-cache-bundle",
832 "version": "1.4.0",
833 "source": {
834 "type": "git",
835 "url": "https://github.com/doctrine/DoctrineCacheBundle.git",
836 "reference": "6bee2f9b339847e8a984427353670bad4e7bdccb"
837 },
838 "dist": {
839 "type": "zip",
840 "url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/6bee2f9b339847e8a984427353670bad4e7bdccb",
841 "reference": "6bee2f9b339847e8a984427353670bad4e7bdccb",
842 "shasum": ""
843 },
844 "require": {
845 "doctrine/cache": "^1.4.2",
846 "doctrine/inflector": "^1.0",
847 "php": "^7.1",
848 "symfony/doctrine-bridge": "^3.4|^4.0"
849 },
850 "require-dev": {
851 "instaclick/coding-standard": "~1.1",
852 "instaclick/object-calisthenics-sniffs": "dev-master",
853 "instaclick/symfony2-coding-standard": "dev-remaster",
854 "phpunit/phpunit": "^7.0",
855 "predis/predis": "~0.8",
856 "satooshi/php-coveralls": "^1.0",
857 "squizlabs/php_codesniffer": "~1.5",
858 "symfony/console": "^3.4|^4.0",
859 "symfony/finder": "^3.4|^4.0",
860 "symfony/framework-bundle": "^3.4|^4.0",
861 "symfony/phpunit-bridge": "^3.4|^4.0",
862 "symfony/security-acl": "^2.8",
863 "symfony/validator": "^3.4|^4.0",
864 "symfony/yaml": "^3.4|^4.0"
865 },
866 "suggest": {
867 "symfony/security-acl": "For using this bundle to cache ACLs"
868 },
869 "type": "symfony-bundle",
870 "extra": {
871 "branch-alias": {
872 "dev-master": "1.4.x-dev"
873 }
874 },
875 "autoload": {
876 "psr-4": {
877 "Doctrine\\Bundle\\DoctrineCacheBundle\\": ""
878 },
879 "exclude-from-classmap": [
880 "/Tests/"
881 ]
882 },
883 "notification-url": "https://packagist.org/downloads/",
884 "license": [
885 "MIT"
886 ],
887 "authors": [
888 {
889 "name": "Fabien Potencier",
890 "email": "fabien@symfony.com"
891 },
892 {
893 "name": "Benjamin Eberlei",
894 "email": "kontakt@beberlei.de"
895 },
896 {
897 "name": "Fabio B. Silva",
898 "email": "fabio.bat.silva@gmail.com"
899 },
900 {
901 "name": "Guilherme Blanco",
902 "email": "guilhermeblanco@hotmail.com"
903 },
904 {
905 "name": "Symfony Community",
906 "homepage": "http://symfony.com/contributors"
907 },
908 {
909 "name": "Doctrine Project",
910 "homepage": "http://www.doctrine-project.org/"
911 }
912 ],
913 "description": "Symfony Bundle for Doctrine Cache",
914 "homepage": "https://www.doctrine-project.org",
915 "keywords": [
916 "cache",
917 "caching"
918 ],
919 "time": "2019-11-29T11:22:01+00:00"
920 },
921 {
922 "name": "doctrine/doctrine-migrations-bundle",
923 "version": "v1.3.2",
924 "source": {
925 "type": "git",
926 "url": "https://github.com/doctrine/DoctrineMigrationsBundle.git",
927 "reference": "49fa399181db4bf4f9f725126bd1cb65c4398dce"
928 },
929 "dist": {
930 "type": "zip",
931 "url": "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/49fa399181db4bf4f9f725126bd1cb65c4398dce",
932 "reference": "49fa399181db4bf4f9f725126bd1cb65c4398dce",
933 "shasum": ""
934 },
935 "require": {
936 "doctrine/doctrine-bundle": "~1.0",
937 "doctrine/migrations": "^1.1",
938 "php": ">=5.4.0",
939 "symfony/framework-bundle": "~2.7|~3.3|~4.0"
940 },
941 "require-dev": {
942 "phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^7.4"
943 },
944 "type": "symfony-bundle",
945 "extra": {
946 "branch-alias": {
947 "dev-master": "1.3-dev"
948 }
949 },
950 "autoload": {
951 "psr-4": {
952 "Doctrine\\Bundle\\MigrationsBundle\\": ""
953 }
954 },
955 "notification-url": "https://packagist.org/downloads/",
956 "license": [
957 "MIT"
958 ],
959 "authors": [
960 {
961 "name": "Symfony Community",
962 "homepage": "http://symfony.com/contributors"
963 },
964 {
965 "name": "Doctrine Project",
966 "homepage": "http://www.doctrine-project.org"
967 },
968 {
969 "name": "Fabien Potencier",
970 "email": "fabien@symfony.com"
971 }
972 ],
973 "description": "Symfony DoctrineMigrationsBundle",
974 "homepage": "http://www.doctrine-project.org",
975 "keywords": [
976 "dbal",
977 "migrations",
978 "schema"
979 ],
980 "time": "2018-12-03T11:55:33+00:00"
981 },
982 {
983 "name": "doctrine/event-manager",
984 "version": "1.1.0",
985 "source": {
986 "type": "git",
987 "url": "https://github.com/doctrine/event-manager.git",
988 "reference": "629572819973f13486371cb611386eb17851e85c"
989 },
990 "dist": {
991 "type": "zip",
992 "url": "https://api.github.com/repos/doctrine/event-manager/zipball/629572819973f13486371cb611386eb17851e85c",
993 "reference": "629572819973f13486371cb611386eb17851e85c",
994 "shasum": ""
995 },
996 "require": {
997 "php": "^7.1"
998 },
999 "conflict": {
1000 "doctrine/common": "<2.9@dev"
1001 },
1002 "require-dev": {
1003 "doctrine/coding-standard": "^6.0",
1004 "phpunit/phpunit": "^7.0"
1005 },
1006 "type": "library",
1007 "extra": {
1008 "branch-alias": {
1009 "dev-master": "1.0.x-dev"
1010 }
1011 },
1012 "autoload": {
1013 "psr-4": {
1014 "Doctrine\\Common\\": "lib/Doctrine/Common"
1015 }
1016 },
1017 "notification-url": "https://packagist.org/downloads/",
1018 "license": [
1019 "MIT"
1020 ],
1021 "authors": [
1022 {
1023 "name": "Guilherme Blanco",
1024 "email": "guilhermeblanco@gmail.com"
1025 },
1026 {
1027 "name": "Roman Borschel",
1028 "email": "roman@code-factory.org"
1029 },
1030 {
1031 "name": "Benjamin Eberlei",
1032 "email": "kontakt@beberlei.de"
1033 },
1034 {
1035 "name": "Jonathan Wage",
1036 "email": "jonwage@gmail.com"
1037 },
1038 {
1039 "name": "Johannes Schmitt",
1040 "email": "schmittjoh@gmail.com"
1041 },
1042 {
1043 "name": "Marco Pivetta",
1044 "email": "ocramius@gmail.com"
1045 }
1046 ],
1047 "description": "The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.",
1048 "homepage": "https://www.doctrine-project.org/projects/event-manager.html",
1049 "keywords": [
1050 "event",
1051 "event dispatcher",
1052 "event manager",
1053 "event system",
1054 "events"
1055 ],
1056 "time": "2019-11-10T09:48:07+00:00"
1057 },
1058 {
1059 "name": "doctrine/inflector",
1060 "version": "1.3.1",
1061 "source": {
1062 "type": "git",
1063 "url": "https://github.com/doctrine/inflector.git",
1064 "reference": "ec3a55242203ffa6a4b27c58176da97ff0a7aec1"
1065 },
1066 "dist": {
1067 "type": "zip",
1068 "url": "https://api.github.com/repos/doctrine/inflector/zipball/ec3a55242203ffa6a4b27c58176da97ff0a7aec1",
1069 "reference": "ec3a55242203ffa6a4b27c58176da97ff0a7aec1",
1070 "shasum": ""
1071 },
1072 "require": {
1073 "php": "^7.1"
1074 },
1075 "require-dev": {
1076 "phpunit/phpunit": "^6.2"
1077 },
1078 "type": "library",
1079 "extra": {
1080 "branch-alias": {
1081 "dev-master": "1.3.x-dev"
1082 }
1083 },
1084 "autoload": {
1085 "psr-4": {
1086 "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
1087 }
1088 },
1089 "notification-url": "https://packagist.org/downloads/",
1090 "license": [
1091 "MIT"
1092 ],
1093 "authors": [
1094 {
1095 "name": "Guilherme Blanco",
1096 "email": "guilhermeblanco@gmail.com"
1097 },
1098 {
1099 "name": "Roman Borschel",
1100 "email": "roman@code-factory.org"
1101 },
1102 {
1103 "name": "Benjamin Eberlei",
1104 "email": "kontakt@beberlei.de"
1105 },
1106 {
1107 "name": "Jonathan Wage",
1108 "email": "jonwage@gmail.com"
1109 },
1110 {
1111 "name": "Johannes Schmitt",
1112 "email": "schmittjoh@gmail.com"
1113 }
1114 ],
1115 "description": "Common String Manipulations with regard to casing and singular/plural rules.",
1116 "homepage": "http://www.doctrine-project.org",
1117 "keywords": [
1118 "inflection",
1119 "pluralize",
1120 "singularize",
1121 "string"
1122 ],
1123 "time": "2019-10-30T19:59:35+00:00"
1124 },
1125 {
1126 "name": "doctrine/instantiator",
1127 "version": "1.3.0",
1128 "source": {
1129 "type": "git",
1130 "url": "https://github.com/doctrine/instantiator.git",
1131 "reference": "ae466f726242e637cebdd526a7d991b9433bacf1"
1132 },
1133 "dist": {
1134 "type": "zip",
1135 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/ae466f726242e637cebdd526a7d991b9433bacf1",
1136 "reference": "ae466f726242e637cebdd526a7d991b9433bacf1",
1137 "shasum": ""
1138 },
1139 "require": {
1140 "php": "^7.1"
1141 },
1142 "require-dev": {
1143 "doctrine/coding-standard": "^6.0",
1144 "ext-pdo": "*",
1145 "ext-phar": "*",
1146 "phpbench/phpbench": "^0.13",
1147 "phpstan/phpstan-phpunit": "^0.11",
1148 "phpstan/phpstan-shim": "^0.11",
1149 "phpunit/phpunit": "^7.0"
1150 },
1151 "type": "library",
1152 "extra": {
1153 "branch-alias": {
1154 "dev-master": "1.2.x-dev"
1155 }
1156 },
1157 "autoload": {
1158 "psr-4": {
1159 "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
1160 }
1161 },
1162 "notification-url": "https://packagist.org/downloads/",
1163 "license": [
1164 "MIT"
1165 ],
1166 "authors": [
1167 {
1168 "name": "Marco Pivetta",
1169 "email": "ocramius@gmail.com",
1170 "homepage": "http://ocramius.github.com/"
1171 }
1172 ],
1173 "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
1174 "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
1175 "keywords": [
1176 "constructor",
1177 "instantiate"
1178 ],
1179 "time": "2019-10-21T16:45:58+00:00"
1180 },
1181 {
1182 "name": "doctrine/lexer",
1183 "version": "1.0.2",
1184 "source": {
1185 "type": "git",
1186 "url": "https://github.com/doctrine/lexer.git",
1187 "reference": "1febd6c3ef84253d7c815bed85fc622ad207a9f8"
1188 },
1189 "dist": {
1190 "type": "zip",
1191 "url": "https://api.github.com/repos/doctrine/lexer/zipball/1febd6c3ef84253d7c815bed85fc622ad207a9f8",
1192 "reference": "1febd6c3ef84253d7c815bed85fc622ad207a9f8",
1193 "shasum": ""
1194 },
1195 "require": {
1196 "php": ">=5.3.2"
1197 },
1198 "require-dev": {
1199 "phpunit/phpunit": "^4.5"
1200 },
1201 "type": "library",
1202 "extra": {
1203 "branch-alias": {
1204 "dev-master": "1.0.x-dev"
1205 }
1206 },
1207 "autoload": {
1208 "psr-4": {
1209 "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
1210 }
1211 },
1212 "notification-url": "https://packagist.org/downloads/",
1213 "license": [
1214 "MIT"
1215 ],
1216 "authors": [
1217 {
1218 "name": "Roman Borschel",
1219 "email": "roman@code-factory.org"
1220 },
1221 {
1222 "name": "Guilherme Blanco",
1223 "email": "guilhermeblanco@gmail.com"
1224 },
1225 {
1226 "name": "Johannes Schmitt",
1227 "email": "schmittjoh@gmail.com"
1228 }
1229 ],
1230 "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
1231 "homepage": "https://www.doctrine-project.org/projects/lexer.html",
1232 "keywords": [
1233 "annotations",
1234 "docblock",
1235 "lexer",
1236 "parser",
1237 "php"
1238 ],
1239 "time": "2019-06-08T11:03:04+00:00"
1240 },
1241 {
1242 "name": "doctrine/migrations",
1243 "version": "v1.8.1",
1244 "source": {
1245 "type": "git",
1246 "url": "https://github.com/doctrine/migrations.git",
1247 "reference": "215438c0eef3e5f9b7da7d09c6b90756071b43e6"
1248 },
1249 "dist": {
1250 "type": "zip",
1251 "url": "https://api.github.com/repos/doctrine/migrations/zipball/215438c0eef3e5f9b7da7d09c6b90756071b43e6",
1252 "reference": "215438c0eef3e5f9b7da7d09c6b90756071b43e6",
1253 "shasum": ""
1254 },
1255 "require": {
1256 "doctrine/dbal": "~2.6",
1257 "ocramius/proxy-manager": "^1.0|^2.0",
1258 "php": "^7.1",
1259 "symfony/console": "~3.3|^4.0"
1260 },
1261 "require-dev": {
1262 "doctrine/coding-standard": "^1.0",
1263 "doctrine/orm": "~2.5",
1264 "jdorn/sql-formatter": "~1.1",
1265 "mikey179/vfsstream": "^1.6",
1266 "phpunit/phpunit": "~7.0",
1267 "squizlabs/php_codesniffer": "^3.0",
1268 "symfony/yaml": "~3.3|^4.0"
1269 },
1270 "suggest": {
1271 "jdorn/sql-formatter": "Allows to generate formatted SQL with the diff command.",
1272 "symfony/yaml": "Allows the use of yaml for migration configuration files."
1273 },
1274 "bin": [
1275 "bin/doctrine-migrations"
1276 ],
1277 "type": "library",
1278 "extra": {
1279 "branch-alias": {
1280 "dev-master": "v1.8.x-dev"
1281 }
1282 },
1283 "autoload": {
1284 "psr-4": {
1285 "Doctrine\\DBAL\\Migrations\\": "lib/Doctrine/DBAL/Migrations",
1286 "Doctrine\\Migrations\\": "lib/Doctrine/Migrations"
1287 }
1288 },
1289 "notification-url": "https://packagist.org/downloads/",
1290 "license": [
1291 "MIT"
1292 ],
1293 "authors": [
1294 {
1295 "name": "Benjamin Eberlei",
1296 "email": "kontakt@beberlei.de"
1297 },
1298 {
1299 "name": "Jonathan Wage",
1300 "email": "jonwage@gmail.com"
1301 },
1302 {
1303 "name": "Michael Simonson",
1304 "email": "contact@mikesimonson.com"
1305 }
1306 ],
1307 "description": "Database Schema migrations using Doctrine DBAL",
1308 "homepage": "https://www.doctrine-project.org/projects/migrations.html",
1309 "keywords": [
1310 "database",
1311 "migrations"
1312 ],
1313 "time": "2018-06-06T21:00:30+00:00"
1314 },
1315 {
1316 "name": "doctrine/orm",
1317 "version": "v2.6.6",
1318 "source": {
1319 "type": "git",
1320 "url": "https://github.com/doctrine/orm.git",
1321 "reference": "2d9b9351831d1230881c52f006011cbf72fe944e"
1322 },
1323 "dist": {
1324 "type": "zip",
1325 "url": "https://api.github.com/repos/doctrine/orm/zipball/2d9b9351831d1230881c52f006011cbf72fe944e",
1326 "reference": "2d9b9351831d1230881c52f006011cbf72fe944e",
1327 "shasum": ""
1328 },
1329 "require": {
1330 "doctrine/annotations": "~1.5",
1331 "doctrine/cache": "~1.6",
1332 "doctrine/collections": "^1.4",
1333 "doctrine/common": "^2.7.1",
1334 "doctrine/dbal": "^2.6",
1335 "doctrine/instantiator": "~1.1",
1336 "ext-pdo": "*",
1337 "php": "^7.1",
1338 "symfony/console": "~3.0|~4.0"
1339 },
1340 "require-dev": {
1341 "doctrine/coding-standard": "^5.0",
1342 "phpunit/phpunit": "^7.5",
1343 "symfony/yaml": "~3.4|~4.0"
1344 },
1345 "suggest": {
1346 "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
1347 },
1348 "bin": [
1349 "bin/doctrine"
1350 ],
1351 "type": "library",
1352 "extra": {
1353 "branch-alias": {
1354 "dev-master": "2.6.x-dev"
1355 }
1356 },
1357 "autoload": {
1358 "psr-4": {
1359 "Doctrine\\ORM\\": "lib/Doctrine/ORM"
1360 }
1361 },
1362 "notification-url": "https://packagist.org/downloads/",
1363 "license": [
1364 "MIT"
1365 ],
1366 "authors": [
1367 {
1368 "name": "Guilherme Blanco",
1369 "email": "guilhermeblanco@gmail.com"
1370 },
1371 {
1372 "name": "Roman Borschel",
1373 "email": "roman@code-factory.org"
1374 },
1375 {
1376 "name": "Benjamin Eberlei",
1377 "email": "kontakt@beberlei.de"
1378 },
1379 {
1380 "name": "Jonathan Wage",
1381 "email": "jonwage@gmail.com"
1382 },
1383 {
1384 "name": "Marco Pivetta",
1385 "email": "ocramius@gmail.com"
1386 }
1387 ],
1388 "description": "Object-Relational-Mapper for PHP",
1389 "homepage": "http://www.doctrine-project.org",
1390 "keywords": [
1391 "database",
1392 "orm"
1393 ],
1394 "time": "2019-11-18T22:01:21+00:00"
1395 },
1396 {
1397 "name": "doctrine/persistence",
1398 "version": "1.3.7",
1399 "source": {
1400 "type": "git",
1401 "url": "https://github.com/doctrine/persistence.git",
1402 "reference": "0af483f91bada1c9ded6c2cfd26ab7d5ab2094e0"
1403 },
1404 "dist": {
1405 "type": "zip",
1406 "url": "https://api.github.com/repos/doctrine/persistence/zipball/0af483f91bada1c9ded6c2cfd26ab7d5ab2094e0",
1407 "reference": "0af483f91bada1c9ded6c2cfd26ab7d5ab2094e0",
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.2",
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-03-21T15:13:52+00:00"
1478 },
1479 {
1480 "name": "doctrine/reflection",
1481 "version": "1.2.1",
1482 "source": {
1483 "type": "git",
1484 "url": "https://github.com/doctrine/reflection.git",
1485 "reference": "55e71912dfcd824b2fdd16f2d9afe15684cfce79"
1486 },
1487 "dist": {
1488 "type": "zip",
1489 "url": "https://api.github.com/repos/doctrine/reflection/zipball/55e71912dfcd824b2fdd16f2d9afe15684cfce79",
1490 "reference": "55e71912dfcd824b2fdd16f2d9afe15684cfce79",
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.2.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-03-27T11:06:43+00:00"
1556 },
1557 {
1558 "name": "egulias/email-validator",
1559 "version": "2.1.12",
1560 "source": {
1561 "type": "git",
1562 "url": "https://github.com/egulias/EmailValidator.git",
1563 "reference": "a6255605af39f2db7f5cb62e672bd8a7bad8d208"
1564 },
1565 "dist": {
1566 "type": "zip",
1567 "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/a6255605af39f2db7f5cb62e672bd8a7bad8d208",
1568 "reference": "a6255605af39f2db7f5cb62e672bd8a7bad8d208",
1569 "shasum": ""
1570 },
1571 "require": {
1572 "doctrine/lexer": "^1.0.1",
1573 "php": ">= 5.5"
1574 },
1575 "require-dev": {
1576 "dominicsayers/isemail": "dev-master",
1577 "phpunit/phpunit": "^4.8.35||^5.7||^6.0",
1578 "satooshi/php-coveralls": "^1.0.1",
1579 "symfony/phpunit-bridge": "^4.4@dev"
1580 },
1581 "suggest": {
1582 "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
1583 },
1584 "type": "library",
1585 "extra": {
1586 "branch-alias": {
1587 "dev-master": "2.1.x-dev"
1588 }
1589 },
1590 "autoload": {
1591 "psr-4": {
1592 "Egulias\\EmailValidator\\": "EmailValidator"
1593 }
1594 },
1595 "notification-url": "https://packagist.org/downloads/",
1596 "license": [
1597 "MIT"
1598 ],
1599 "authors": [
1600 {
1601 "name": "Eduardo Gulias Davis"
1602 }
1603 ],
1604 "description": "A library for validating emails against several RFCs",
1605 "homepage": "https://github.com/egulias/EmailValidator",
1606 "keywords": [
1607 "email",
1608 "emailvalidation",
1609 "emailvalidator",
1610 "validation",
1611 "validator"
1612 ],
1613 "time": "2019-12-20T12:49:39+00:00"
1614 },
1615 {
1616 "name": "electrolinux/php-html5lib",
1617 "version": "0.1.0",
1618 "source": {
1619 "type": "git",
1620 "url": "https://github.com/electrolinux/php-html5lib.git",
1621 "reference": "9f92154993c7ecb120d9f9c0e558660d32846721"
1622 },
1623 "dist": {
1624 "type": "zip",
1625 "url": "https://api.github.com/repos/electrolinux/php-html5lib/zipball/9f92154993c7ecb120d9f9c0e558660d32846721",
1626 "reference": "9f92154993c7ecb120d9f9c0e558660d32846721",
1627 "shasum": ""
1628 },
1629 "require": {
1630 "php": ">=5.3.2"
1631 },
1632 "type": "library",
1633 "autoload": {
1634 "psr-0": {
1635 "HTML5Lib": "src/",
1636 "HTML5Lib\\Tests": "tests/"
1637 }
1638 },
1639 "notification-url": "https://packagist.org/downloads/",
1640 "license": [
1641 "MIT"
1642 ],
1643 "authors": [
1644 {
1645 "name": "Multiple users",
1646 "homepage": "https://code.google.com/p/html5lib/",
1647 "role": "Original developers"
1648 },
1649 {
1650 "name": "Sébastien Lavoie",
1651 "homepage": "http://blog.lavoie.sl",
1652 "role": "Packager"
1653 },
1654 {
1655 "name": "didier Belot",
1656 "role": "Packager"
1657 }
1658 ],
1659 "description": "A PHP implementations of a HTML parser based on the WHATWG HTML5 specification.",
1660 "homepage": "https://github.com/electrolinux/php-html5lib",
1661 "keywords": [
1662 "HTML5",
1663 "php"
1664 ],
1665 "time": "2013-03-18T18:32:30+00:00"
1666 },
1667 {
1668 "name": "fig/link-util",
1669 "version": "1.1.0",
1670 "source": {
1671 "type": "git",
1672 "url": "https://github.com/php-fig/link-util.git",
1673 "reference": "47f55860678a9e202206047bc02767556d298106"
1674 },
1675 "dist": {
1676 "type": "zip",
1677 "url": "https://api.github.com/repos/php-fig/link-util/zipball/47f55860678a9e202206047bc02767556d298106",
1678 "reference": "47f55860678a9e202206047bc02767556d298106",
1679 "shasum": ""
1680 },
1681 "require": {
1682 "php": ">=5.5.0",
1683 "psr/link": "~1.0@dev"
1684 },
1685 "provide": {
1686 "psr/link-implementation": "1.0"
1687 },
1688 "require-dev": {
1689 "phpunit/phpunit": "^5.1",
1690 "squizlabs/php_codesniffer": "^2.3.1"
1691 },
1692 "type": "library",
1693 "extra": {
1694 "branch-alias": {
1695 "dev-master": "1.0.x-dev"
1696 }
1697 },
1698 "autoload": {
1699 "psr-4": {
1700 "Fig\\Link\\": "src/"
1701 }
1702 },
1703 "notification-url": "https://packagist.org/downloads/",
1704 "license": [
1705 "MIT"
1706 ],
1707 "authors": [
1708 {
1709 "name": "PHP-FIG",
1710 "homepage": "http://www.php-fig.org/"
1711 }
1712 ],
1713 "description": "Common utility implementations for HTTP links",
1714 "keywords": [
1715 "http",
1716 "http-link",
1717 "link",
1718 "psr",
1719 "psr-13",
1720 "rest"
1721 ],
1722 "time": "2019-12-18T15:40:05+00:00"
1723 },
1724 {
1725 "name": "fossar/htmlawed",
1726 "version": "1.2.7",
1727 "source": {
1728 "type": "git",
1729 "url": "https://github.com/fossar/HTMLawed.git",
1730 "reference": "4f7505e9622a96242923895c3008719b2c2283d3"
1731 },
1732 "dist": {
1733 "type": "zip",
1734 "url": "https://api.github.com/repos/fossar/HTMLawed/zipball/4f7505e9622a96242923895c3008719b2c2283d3",
1735 "reference": "4f7505e9622a96242923895c3008719b2c2283d3",
1736 "shasum": ""
1737 },
1738 "require": {
1739 "php": ">4.4.0"
1740 },
1741 "replace": {
1742 "htmlawed/htmlawed": "*"
1743 },
1744 "type": "library",
1745 "autoload": {
1746 "files": [
1747 "htmLawed.php"
1748 ]
1749 },
1750 "notification-url": "https://packagist.org/downloads/",
1751 "license": [
1752 "GPL-2.0+",
1753 "LGPL-3.0"
1754 ],
1755 "authors": [
1756 {
1757 "name": "Santosh Patnaik",
1758 "homepage": "http://www.bioinformatics.org/people/index.php?user_hash=558b661f92d0ff7b",
1759 "role": "Developer"
1760 }
1761 ],
1762 "description": "htmLawed - Process text with HTML markup to make it more compliant with HTML standards and administrative policies",
1763 "homepage": "http://www.bioinformatics.org/phplabware/internal_utilities/htmLawed/",
1764 "keywords": [
1765 "HTMLtidy",
1766 "html",
1767 "sanitize",
1768 "strip",
1769 "tags"
1770 ],
1771 "time": "2019-05-09T11:53:40+00:00"
1772 },
1773 {
1774 "name": "friendsofsymfony/jsrouting-bundle",
1775 "version": "2.5.3",
1776 "source": {
1777 "type": "git",
1778 "url": "https://github.com/FriendsOfSymfony/FOSJsRoutingBundle.git",
1779 "reference": "165b3f4ae1f798ec320b9942f6db921f7b568bed"
1780 },
1781 "dist": {
1782 "type": "zip",
1783 "url": "https://api.github.com/repos/FriendsOfSymfony/FOSJsRoutingBundle/zipball/165b3f4ae1f798ec320b9942f6db921f7b568bed",
1784 "reference": "165b3f4ae1f798ec320b9942f6db921f7b568bed",
1785 "shasum": ""
1786 },
1787 "require": {
1788 "php": "^7.1",
1789 "symfony/console": "~3.3|^4.0|^5.0",
1790 "symfony/framework-bundle": "~3.3|^4.0|^5.0",
1791 "symfony/serializer": "~3.3|^4.0|^5.0",
1792 "willdurand/jsonp-callback-validator": "~1.0"
1793 },
1794 "require-dev": {
1795 "symfony/expression-language": "~3.3|^4.0|^5.0",
1796 "symfony/phpunit-bridge": "^3.3|^4.0"
1797 },
1798 "type": "symfony-bundle",
1799 "extra": {
1800 "branch-alias": {
1801 "dev-master": "2.0-dev"
1802 }
1803 },
1804 "autoload": {
1805 "psr-4": {
1806 "FOS\\JsRoutingBundle\\": ""
1807 },
1808 "exclude-from-classmap": [
1809 "/Tests/"
1810 ]
1811 },
1812 "notification-url": "https://packagist.org/downloads/",
1813 "license": [
1814 "MIT"
1815 ],
1816 "authors": [
1817 {
1818 "name": "William Durand",
1819 "email": "will+git@drnd.me"
1820 },
1821 {
1822 "name": "FriendsOfSymfony Community",
1823 "homepage": "https://github.com/friendsofsymfony/FOSJsRoutingBundle/contributors"
1824 }
1825 ],
1826 "description": "A pretty nice way to expose your Symfony2 routing to client applications.",
1827 "homepage": "http://friendsofsymfony.github.com",
1828 "keywords": [
1829 "Js Routing",
1830 "javascript",
1831 "routing"
1832 ],
1833 "time": "2020-01-13T14:06:12+00:00"
1834 },
1835 {
1836 "name": "friendsofsymfony/oauth-server-bundle",
1837 "version": "1.6.2",
1838 "source": {
1839 "type": "git",
1840 "url": "https://github.com/FriendsOfSymfony/FOSOAuthServerBundle.git",
1841 "reference": "fcaa25cc49474bdb0db7894f880976fe76ffed23"
1842 },
1843 "dist": {
1844 "type": "zip",
1845 "url": "https://api.github.com/repos/FriendsOfSymfony/FOSOAuthServerBundle/zipball/fcaa25cc49474bdb0db7894f880976fe76ffed23",
1846 "reference": "fcaa25cc49474bdb0db7894f880976fe76ffed23",
1847 "shasum": ""
1848 },
1849 "require": {
1850 "friendsofsymfony/oauth2-php": "~1.1",
1851 "paragonie/random_compat": "^1|^2",
1852 "php": "^5.5|^7.0",
1853 "symfony/dependency-injection": "^2.8|~3.0|^4.0",
1854 "symfony/framework-bundle": "~2.8|~3.0|^4.0",
1855 "symfony/security-bundle": "~2.8|~3.0|^4.0"
1856 },
1857 "require-dev": {
1858 "doctrine/doctrine-bundle": "~1.0",
1859 "doctrine/mongodb-odm": "~1.0",
1860 "doctrine/orm": "~2.2",
1861 "phing/phing": "~2.4",
1862 "php-mock/php-mock-phpunit": "^1.1",
1863 "phpunit/phpunit": "~4.8|~5.0",
1864 "propel/propel1": "^1.6.5",
1865 "symfony/class-loader": "~2.8|~3.0|^4.0",
1866 "symfony/console": "~2.8|~3.0|^4.0",
1867 "symfony/form": "~2.8|~3.0|^4.0",
1868 "symfony/phpunit-bridge": "~2.8|~3.0|^4.0",
1869 "symfony/templating": "~2.8|~3.0|^4.0",
1870 "symfony/twig-bundle": "~2.8|~3.0|^4.0",
1871 "symfony/yaml": "~2.8|~3.0|^4.0",
1872 "willdurand/propel-typehintable-behavior": "^1.0.4"
1873 },
1874 "suggest": {
1875 "doctrine/doctrine-bundle": "*",
1876 "doctrine/mongodb-odm-bundle": "*",
1877 "propel/propel-bundle": "If you want to use Propel with Symfony2, then you will have to install the PropelBundle",
1878 "symfony/console": "Needed to be able to use commands",
1879 "symfony/form": "Needed to be able to use the AuthorizeFormType",
1880 "willdurand/propel-typehintable-behavior": "The Typehintable behavior is useful to add type hints on generated methods, to be compliant with interfaces"
1881 },
1882 "type": "symfony-bundle",
1883 "extra": {
1884 "branch-alias": {
1885 "dev-master": "1.5-dev"
1886 }
1887 },
1888 "autoload": {
1889 "psr-4": {
1890 "FOS\\OAuthServerBundle\\": ""
1891 },
1892 "exclude-from-classmap": [
1893 "/Tests/"
1894 ]
1895 },
1896 "notification-url": "https://packagist.org/downloads/",
1897 "license": [
1898 "MIT"
1899 ],
1900 "authors": [
1901 {
1902 "name": "Arnaud Le Blanc",
1903 "email": "arnaud.lb@gmail.com"
1904 },
1905 {
1906 "name": "FriendsOfSymfony Community",
1907 "homepage": "https://github.com/FriendsOfSymfony/FOSOAuthServerBundle/contributors"
1908 }
1909 ],
1910 "description": "Symfony2 OAuth Server Bundle",
1911 "homepage": "http://friendsofsymfony.github.com",
1912 "keywords": [
1913 "oauth",
1914 "oauth2",
1915 "server"
1916 ],
1917 "time": "2019-01-23T15:23:04+00:00"
1918 },
1919 {
1920 "name": "friendsofsymfony/oauth2-php",
1921 "version": "1.3.0",
1922 "source": {
1923 "type": "git",
1924 "url": "https://github.com/FriendsOfSymfony/oauth2-php.git",
1925 "reference": "606b8ea1c3c927c272ac1409116332ad5a2ed94c"
1926 },
1927 "dist": {
1928 "type": "zip",
1929 "url": "https://api.github.com/repos/FriendsOfSymfony/oauth2-php/zipball/606b8ea1c3c927c272ac1409116332ad5a2ed94c",
1930 "reference": "606b8ea1c3c927c272ac1409116332ad5a2ed94c",
1931 "shasum": ""
1932 },
1933 "require": {
1934 "php": "^5.5.9|^7.0.8|^7.1.3|^7.2.5",
1935 "symfony/http-foundation": "~3.0|~4.0|~5.0"
1936 },
1937 "require-dev": {
1938 "phpunit/phpunit": "^4.8 || ^5.0"
1939 },
1940 "type": "library",
1941 "extra": {
1942 "branch-alias": {
1943 "dev-master": "1.2.x-dev"
1944 }
1945 },
1946 "autoload": {
1947 "psr-4": {
1948 "OAuth2\\": "lib/"
1949 },
1950 "exclude-from-classmap": [
1951 "/tests/"
1952 ]
1953 },
1954 "notification-url": "https://packagist.org/downloads/",
1955 "license": [
1956 "MIT"
1957 ],
1958 "authors": [
1959 {
1960 "name": "Arnaud Le Blanc",
1961 "email": "arnaud.lb@gmail.com"
1962 },
1963 {
1964 "name": "FriendsOfSymfony Community",
1965 "homepage": "https://github.com/FriendsOfSymfony/oauth2-php/contributors"
1966 }
1967 ],
1968 "description": "OAuth2 library",
1969 "homepage": "https://github.com/FriendsOfSymfony/oauth2-php",
1970 "keywords": [
1971 "oauth",
1972 "oauth2"
1973 ],
1974 "time": "2020-03-03T22:14:46+00:00"
1975 },
1976 {
1977 "name": "friendsofsymfony/rest-bundle",
1978 "version": "2.7.3",
1979 "source": {
1980 "type": "git",
1981 "url": "https://github.com/FriendsOfSymfony/FOSRestBundle.git",
1982 "reference": "21a27cebe54f02f6499d78db8978162ce7183112"
1983 },
1984 "dist": {
1985 "type": "zip",
1986 "url": "https://api.github.com/repos/FriendsOfSymfony/FOSRestBundle/zipball/21a27cebe54f02f6499d78db8978162ce7183112",
1987 "reference": "21a27cebe54f02f6499d78db8978162ce7183112",
1988 "shasum": ""
1989 },
1990 "require": {
1991 "doctrine/inflector": "^1.0",
1992 "php": "^7.1",
1993 "psr/log": "^1.0",
1994 "symfony/config": "^3.4|^4.3",
1995 "symfony/debug": "^3.4|^4.3",
1996 "symfony/dependency-injection": "^3.4|^4.3",
1997 "symfony/event-dispatcher": "^3.4|^4.3",
1998 "symfony/finder": "^3.4|^4.3",
1999 "symfony/framework-bundle": "^3.4|^4.3",
2000 "symfony/http-foundation": "^3.4|^4.3",
2001 "symfony/http-kernel": "^3.4|^4.3",
2002 "symfony/routing": "^3.4|^4.3",
2003 "symfony/security-core": "^3.4|^4.3",
2004 "willdurand/jsonp-callback-validator": "^1.0",
2005 "willdurand/negotiation": "^2.0"
2006 },
2007 "conflict": {
2008 "jms/serializer": "<1.13.0",
2009 "jms/serializer-bundle": "<2.0.0",
2010 "sensio/framework-extra-bundle": "<3.0.13"
2011 },
2012 "require-dev": {
2013 "friendsofphp/php-cs-fixer": "^2.0",
2014 "jms/serializer": "^1.13|^2.0|^3.0",
2015 "jms/serializer-bundle": "^2.3.1|^3.0",
2016 "phpoption/phpoption": "^1.1",
2017 "psr/http-message": "^1.0",
2018 "sensio/framework-extra-bundle": "^3.0.13|^4.0|^5.0",
2019 "symfony/asset": "^3.4|^4.3",
2020 "symfony/browser-kit": "^3.4|^4.3",
2021 "symfony/css-selector": "^3.4|^4.3",
2022 "symfony/expression-language": "^3.4|^4.3",
2023 "symfony/form": "^3.4|^4.3",
2024 "symfony/phpunit-bridge": "^4.1.8",
2025 "symfony/security-bundle": "^3.4|^4.3",
2026 "symfony/serializer": "^3.4|^4.3",
2027 "symfony/templating": "^3.4|^4.3",
2028 "symfony/twig-bundle": "^3.4|^4.3",
2029 "symfony/validator": "^3.4|^4.3",
2030 "symfony/web-profiler-bundle": "^3.4|^4.3",
2031 "symfony/yaml": "^3.4|^4.3"
2032 },
2033 "suggest": {
2034 "jms/serializer-bundle": "Add support for advanced serialization capabilities, recommended, requires ^2.0|^3.0",
2035 "sensio/framework-extra-bundle": "Add support for the request body converter and the view response listener, requires ^3.0",
2036 "symfony/expression-language": "Add support for using the expression language in the routing, requires ^2.7|^3.0",
2037 "symfony/serializer": "Add support for basic serialization capabilities and xml decoding, requires ^2.7|^3.0",
2038 "symfony/validator": "Add support for validation capabilities in the ParamFetcher, requires ^2.7|^3.0"
2039 },
2040 "type": "symfony-bundle",
2041 "extra": {
2042 "branch-alias": {
2043 "dev-master": "2.7-dev"
2044 }
2045 },
2046 "autoload": {
2047 "psr-4": {
2048 "FOS\\RestBundle\\": ""
2049 },
2050 "exclude-from-classmap": [
2051 "Resources/",
2052 "Tests/"
2053 ]
2054 },
2055 "notification-url": "https://packagist.org/downloads/",
2056 "license": [
2057 "MIT"
2058 ],
2059 "authors": [
2060 {
2061 "name": "Lukas Kahwe Smith",
2062 "email": "smith@pooteeweet.org"
2063 },
2064 {
2065 "name": "Konstantin Kudryashov",
2066 "email": "ever.zet@gmail.com"
2067 },
2068 {
2069 "name": "FriendsOfSymfony Community",
2070 "homepage": "https://github.com/friendsofsymfony/FOSRestBundle/contributors"
2071 }
2072 ],
2073 "description": "This Bundle provides various tools to rapidly develop RESTful API's with Symfony",
2074 "homepage": "http://friendsofsymfony.github.com",
2075 "keywords": [
2076 "rest"
2077 ],
2078 "time": "2020-03-28T08:23:35+00:00"
2079 },
2080 {
2081 "name": "friendsofsymfony/user-bundle",
2082 "version": "v2.0.2",
2083 "source": {
2084 "type": "git",
2085 "url": "https://github.com/FriendsOfSymfony/FOSUserBundle.git",
2086 "reference": "2fc8a023d7ab482321cf7ec810ed49eab40eb50f"
2087 },
2088 "dist": {
2089 "type": "zip",
2090 "url": "https://api.github.com/repos/FriendsOfSymfony/FOSUserBundle/zipball/2fc8a023d7ab482321cf7ec810ed49eab40eb50f",
2091 "reference": "2fc8a023d7ab482321cf7ec810ed49eab40eb50f",
2092 "shasum": ""
2093 },
2094 "require": {
2095 "paragonie/random_compat": "^1 || ^2",
2096 "php": "^5.5.9 || ^7.0",
2097 "symfony/form": "^2.7 || ^3.0",
2098 "symfony/framework-bundle": "^2.7 || ^3.0",
2099 "symfony/security-bundle": "^2.7 || ^3.0",
2100 "symfony/templating": "^2.7 || ^3.0",
2101 "symfony/twig-bundle": "^2.7 || ^3.0",
2102 "twig/twig": "^1.28 || ^2.0"
2103 },
2104 "conflict": {
2105 "doctrine/doctrine-bundle": "<1.3",
2106 "symfony/doctrine-bridge": "<2.7"
2107 },
2108 "require-dev": {
2109 "doctrine/doctrine-bundle": "^1.3",
2110 "friendsofphp/php-cs-fixer": "^1.11",
2111 "phpunit/phpunit": "~4.8|~5.0",
2112 "swiftmailer/swiftmailer": "^4.3 || ^5.0 || ^6.0",
2113 "symfony/console": "^2.7 || ^3.0",
2114 "symfony/phpunit-bridge": "^2.7 || ^3.0",
2115 "symfony/validator": "^2.7 || ^3.0",
2116 "symfony/yaml": "^2.7 || ^3.0"
2117 },
2118 "type": "symfony-bundle",
2119 "extra": {
2120 "branch-alias": {
2121 "dev-master": "2.0.x-dev"
2122 }
2123 },
2124 "autoload": {
2125 "psr-4": {
2126 "FOS\\UserBundle\\": ""
2127 },
2128 "exclude-from-classmap": [
2129 "/Tests/"
2130 ]
2131 },
2132 "notification-url": "https://packagist.org/downloads/",
2133 "license": [
2134 "MIT"
2135 ],
2136 "authors": [
2137 {
2138 "name": "Christophe Coevoet",
2139 "email": "stof@notk.org"
2140 },
2141 {
2142 "name": "FriendsOfSymfony Community",
2143 "homepage": "https://github.com/friendsofsymfony/FOSUserBundle/contributors"
2144 },
2145 {
2146 "name": "Thibault Duplessis",
2147 "email": "thibault.duplessis@gmail.com"
2148 }
2149 ],
2150 "description": "Symfony FOSUserBundle",
2151 "homepage": "http://friendsofsymfony.github.com",
2152 "keywords": [
2153 "User management"
2154 ],
2155 "time": "2017-11-29T17:01:21+00:00"
2156 },
2157 {
2158 "name": "gedmo/doctrine-extensions",
2159 "version": "v2.4.38",
2160 "source": {
2161 "type": "git",
2162 "url": "https://github.com/Atlantic18/DoctrineExtensions.git",
2163 "reference": "81681364331b131518060e4776300a5346df1eb5"
2164 },
2165 "dist": {
2166 "type": "zip",
2167 "url": "https://api.github.com/repos/Atlantic18/DoctrineExtensions/zipball/81681364331b131518060e4776300a5346df1eb5",
2168 "reference": "81681364331b131518060e4776300a5346df1eb5",
2169 "shasum": ""
2170 },
2171 "require": {
2172 "behat/transliterator": "~1.2",
2173 "doctrine/common": "~2.4",
2174 "php": ">=5.3.2"
2175 },
2176 "conflict": {
2177 "doctrine/annotations": "<1.2",
2178 "doctrine/mongodb-odm": ">=2.0"
2179 },
2180 "require-dev": {
2181 "doctrine/common": ">=2.5.0",
2182 "doctrine/mongodb-odm": ">=1.0.2 <2.0",
2183 "doctrine/orm": ">=2.5.0",
2184 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5",
2185 "symfony/yaml": "~2.6 || ~3.0 || ~4.0"
2186 },
2187 "suggest": {
2188 "doctrine/mongodb-odm": "to use the extensions with the MongoDB ODM",
2189 "doctrine/orm": "to use the extensions with the ORM"
2190 },
2191 "type": "library",
2192 "extra": {
2193 "branch-alias": {
2194 "dev-master": "2.4.x-dev"
2195 }
2196 },
2197 "autoload": {
2198 "psr-4": {
2199 "Gedmo\\": "lib/Gedmo"
2200 }
2201 },
2202 "notification-url": "https://packagist.org/downloads/",
2203 "license": [
2204 "MIT"
2205 ],
2206 "authors": [
2207 {
2208 "name": "Gediminas Morkevicius",
2209 "email": "gediminas.morkevicius@gmail.com"
2210 },
2211 {
2212 "name": "Gustavo Falco",
2213 "email": "comfortablynumb84@gmail.com"
2214 },
2215 {
2216 "name": "David Buchmann",
2217 "email": "david@liip.ch"
2218 }
2219 ],
2220 "description": "Doctrine2 behavioral extensions",
2221 "homepage": "http://gediminasm.org/",
2222 "keywords": [
2223 "Blameable",
2224 "behaviors",
2225 "doctrine2",
2226 "extensions",
2227 "gedmo",
2228 "loggable",
2229 "nestedset",
2230 "sluggable",
2231 "sortable",
2232 "timestampable",
2233 "translatable",
2234 "tree",
2235 "uploadable"
2236 ],
2237 "time": "2019-11-08T22:33:07+00:00"
2238 },
2239 {
2240 "name": "grandt/binstring",
2241 "version": "1.0.0",
2242 "source": {
2243 "type": "git",
2244 "url": "https://github.com/Grandt/PHPBinString.git",
2245 "reference": "825fe2ac8a68190f651fc2dbc07b6edde18bc431"
2246 },
2247 "dist": {
2248 "type": "zip",
2249 "url": "https://api.github.com/repos/Grandt/PHPBinString/zipball/825fe2ac8a68190f651fc2dbc07b6edde18bc431",
2250 "reference": "825fe2ac8a68190f651fc2dbc07b6edde18bc431",
2251 "shasum": ""
2252 },
2253 "require": {
2254 "php": ">=5.0"
2255 },
2256 "type": "library",
2257 "autoload": {
2258 "classmap": [
2259 "BinString.php",
2260 "BinStringStatic.php"
2261 ]
2262 },
2263 "notification-url": "https://packagist.org/downloads/",
2264 "license": [
2265 "LGPL-2.1"
2266 ],
2267 "authors": [
2268 {
2269 "name": "A. Grandt",
2270 "email": "php@grandt.com",
2271 "role": "Developer"
2272 }
2273 ],
2274 "description": "A class for working around the use of mbstring.func_override",
2275 "homepage": "https://github.com/Grandt/PHPBinString",
2276 "keywords": [
2277 "binary strings",
2278 "mbstring"
2279 ],
2280 "time": "2015-08-13T06:14:41+00:00"
2281 },
2282 {
2283 "name": "grandt/phpresizegif",
2284 "version": "1.0.3",
2285 "source": {
2286 "type": "git",
2287 "url": "https://github.com/Grandt/PHPResizeGif.git",
2288 "reference": "775f6810fcda2fd1d8ca881d44a80c8d310ae7fe"
2289 },
2290 "dist": {
2291 "type": "zip",
2292 "url": "https://api.github.com/repos/Grandt/PHPResizeGif/zipball/775f6810fcda2fd1d8ca881d44a80c8d310ae7fe",
2293 "reference": "775f6810fcda2fd1d8ca881d44a80c8d310ae7fe",
2294 "shasum": ""
2295 },
2296 "require": {
2297 "grandt/binstring": ">=0.2.0",
2298 "php": ">=5.3.0"
2299 },
2300 "type": "library",
2301 "autoload": {
2302 "psr-4": {
2303 "grandt\\ResizeGif\\": "src/ResizeGif",
2304 "grandt\\ResizeGif\\Files\\": "src/ResizeGif/Files",
2305 "grandt\\ResizeGif\\Structure\\": "src/ResizeGif/Structure",
2306 "grandt\\ResizeGif\\Debug\\": "src/ResizeGif/Debug"
2307 }
2308 },
2309 "notification-url": "https://packagist.org/downloads/",
2310 "license": [
2311 "LGPL-2.1"
2312 ],
2313 "authors": [
2314 {
2315 "name": "A. Grandt",
2316 "email": "php@grandt.com",
2317 "homepage": "http://grandt.com",
2318 "role": "Developer"
2319 }
2320 ],
2321 "description": "GIF89a compliant Gif resizer, including transparency and optimized gifs with sub sized elements.",
2322 "homepage": "https://github.com/Grandt/PHPResizeGif",
2323 "keywords": [
2324 "GIF89a",
2325 "animated gif",
2326 "gif",
2327 "resize"
2328 ],
2329 "time": "2015-05-10T10:52:24+00:00"
2330 },
2331 {
2332 "name": "grandt/phpzipmerge",
2333 "version": "1.0.4",
2334 "source": {
2335 "type": "git",
2336 "url": "https://github.com/Grandt/PHPZipMerge.git",
2337 "reference": "0b1273d3c2dbfe244904158b1dbd65a663264fb9"
2338 },
2339 "dist": {
2340 "type": "zip",
2341 "url": "https://api.github.com/repos/Grandt/PHPZipMerge/zipball/0b1273d3c2dbfe244904158b1dbd65a663264fb9",
2342 "reference": "0b1273d3c2dbfe244904158b1dbd65a663264fb9",
2343 "shasum": ""
2344 },
2345 "require": {
2346 "grandt/binstring": ">=1.0.0",
2347 "grandt/relativepath": ">=1.0.1",
2348 "php": ">=5.3.0"
2349 },
2350 "type": "library",
2351 "autoload": {
2352 "psr-4": {
2353 "ZipMerge\\": "src/ZipMerge"
2354 }
2355 },
2356 "notification-url": "https://packagist.org/downloads/",
2357 "license": [
2358 "LGPL-2.1"
2359 ],
2360 "authors": [
2361 {
2362 "name": "A. Grandt",
2363 "email": "php@grandt.com",
2364 "homepage": "http://grandt.com",
2365 "role": "Developer"
2366 },
2367 {
2368 "name": "Greg Kappatos",
2369 "homepage": "http://websiteconnect.com.au",
2370 "role": "Developer"
2371 }
2372 ],
2373 "description": "Merge and stream multiple Zip files on the fly.",
2374 "homepage": "https://github.com/Grandt/PHPZipMerge",
2375 "keywords": [
2376 "archive",
2377 "compressed",
2378 "compression",
2379 "merge",
2380 "phpzip",
2381 "pkzip",
2382 "stream",
2383 "zip"
2384 ],
2385 "time": "2015-08-18T13:49:33+00:00"
2386 },
2387 {
2388 "name": "grandt/relativepath",
2389 "version": "1.0.2",
2390 "source": {
2391 "type": "git",
2392 "url": "https://github.com/Grandt/PHPRelativePath.git",
2393 "reference": "19541133c24143b6295688472c54dd6ed15a5462"
2394 },
2395 "dist": {
2396 "type": "zip",
2397 "url": "https://api.github.com/repos/Grandt/PHPRelativePath/zipball/19541133c24143b6295688472c54dd6ed15a5462",
2398 "reference": "19541133c24143b6295688472c54dd6ed15a5462",
2399 "shasum": ""
2400 },
2401 "require": {
2402 "php": ">=5.0"
2403 },
2404 "type": "library",
2405 "autoload": {
2406 "classmap": [
2407 "RelativePath.php"
2408 ]
2409 },
2410 "notification-url": "https://packagist.org/downloads/",
2411 "license": [
2412 "LGPL-2.1"
2413 ],
2414 "authors": [
2415 {
2416 "name": "A. Grandt",
2417 "email": "php@grandt.com",
2418 "role": "Developer"
2419 }
2420 ],
2421 "description": "A class for cleaning up/collapsing relative paths. Like real_path, but without the need for the path to exist on the filesystem.",
2422 "homepage": "https://github.com/Grandt/PHPRelativePath",
2423 "keywords": [
2424 "file path"
2425 ],
2426 "time": "2015-05-14T08:18:23+00:00"
2427 },
2428 {
2429 "name": "guzzlehttp/guzzle",
2430 "version": "5.3.4",
2431 "source": {
2432 "type": "git",
2433 "url": "https://github.com/guzzle/guzzle.git",
2434 "reference": "b87eda7a7162f95574032da17e9323c9899cb6b2"
2435 },
2436 "dist": {
2437 "type": "zip",
2438 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/b87eda7a7162f95574032da17e9323c9899cb6b2",
2439 "reference": "b87eda7a7162f95574032da17e9323c9899cb6b2",
2440 "shasum": ""
2441 },
2442 "require": {
2443 "guzzlehttp/ringphp": "^1.1",
2444 "php": ">=5.4.0",
2445 "react/promise": "^2.2"
2446 },
2447 "require-dev": {
2448 "ext-curl": "*",
2449 "phpunit/phpunit": "^4.0"
2450 },
2451 "type": "library",
2452 "autoload": {
2453 "psr-4": {
2454 "GuzzleHttp\\": "src/"
2455 }
2456 },
2457 "notification-url": "https://packagist.org/downloads/",
2458 "license": [
2459 "MIT"
2460 ],
2461 "authors": [
2462 {
2463 "name": "Michael Dowling",
2464 "email": "mtdowling@gmail.com",
2465 "homepage": "https://github.com/mtdowling"
2466 }
2467 ],
2468 "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients",
2469 "homepage": "http://guzzlephp.org/",
2470 "keywords": [
2471 "client",
2472 "curl",
2473 "framework",
2474 "http",
2475 "http client",
2476 "rest",
2477 "web service"
2478 ],
2479 "time": "2019-10-30T09:32:00+00:00"
2480 },
2481 {
2482 "name": "guzzlehttp/promises",
2483 "version": "v1.3.1",
2484 "source": {
2485 "type": "git",
2486 "url": "https://github.com/guzzle/promises.git",
2487 "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
2488 },
2489 "dist": {
2490 "type": "zip",
2491 "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
2492 "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
2493 "shasum": ""
2494 },
2495 "require": {
2496 "php": ">=5.5.0"
2497 },
2498 "require-dev": {
2499 "phpunit/phpunit": "^4.0"
2500 },
2501 "type": "library",
2502 "extra": {
2503 "branch-alias": {
2504 "dev-master": "1.4-dev"
2505 }
2506 },
2507 "autoload": {
2508 "psr-4": {
2509 "GuzzleHttp\\Promise\\": "src/"
2510 },
2511 "files": [
2512 "src/functions_include.php"
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 promises library",
2527 "keywords": [
2528 "promise"
2529 ],
2530 "time": "2016-12-20T10:07:11+00:00"
2531 },
2532 {
2533 "name": "guzzlehttp/psr7",
2534 "version": "1.6.1",
2535 "source": {
2536 "type": "git",
2537 "url": "https://github.com/guzzle/psr7.git",
2538 "reference": "239400de7a173fe9901b9ac7c06497751f00727a"
2539 },
2540 "dist": {
2541 "type": "zip",
2542 "url": "https://api.github.com/repos/guzzle/psr7/zipball/239400de7a173fe9901b9ac7c06497751f00727a",
2543 "reference": "239400de7a173fe9901b9ac7c06497751f00727a",
2544 "shasum": ""
2545 },
2546 "require": {
2547 "php": ">=5.4.0",
2548 "psr/http-message": "~1.0",
2549 "ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
2550 },
2551 "provide": {
2552 "psr/http-message-implementation": "1.0"
2553 },
2554 "require-dev": {
2555 "ext-zlib": "*",
2556 "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8"
2557 },
2558 "suggest": {
2559 "zendframework/zend-httphandlerrunner": "Emit PSR-7 responses"
2560 },
2561 "type": "library",
2562 "extra": {
2563 "branch-alias": {
2564 "dev-master": "1.6-dev"
2565 }
2566 },
2567 "autoload": {
2568 "psr-4": {
2569 "GuzzleHttp\\Psr7\\": "src/"
2570 },
2571 "files": [
2572 "src/functions_include.php"
2573 ]
2574 },
2575 "notification-url": "https://packagist.org/downloads/",
2576 "license": [
2577 "MIT"
2578 ],
2579 "authors": [
2580 {
2581 "name": "Michael Dowling",
2582 "email": "mtdowling@gmail.com",
2583 "homepage": "https://github.com/mtdowling"
2584 },
2585 {
2586 "name": "Tobias Schultze",
2587 "homepage": "https://github.com/Tobion"
2588 }
2589 ],
2590 "description": "PSR-7 message implementation that also provides common utility methods",
2591 "keywords": [
2592 "http",
2593 "message",
2594 "psr-7",
2595 "request",
2596 "response",
2597 "stream",
2598 "uri",
2599 "url"
2600 ],
2601 "time": "2019-07-01T23:21:34+00:00"
2602 },
2603 {
2604 "name": "guzzlehttp/ringphp",
2605 "version": "1.1.1",
2606 "source": {
2607 "type": "git",
2608 "url": "https://github.com/guzzle/RingPHP.git",
2609 "reference": "5e2a174052995663dd68e6b5ad838afd47dd615b"
2610 },
2611 "dist": {
2612 "type": "zip",
2613 "url": "https://api.github.com/repos/guzzle/RingPHP/zipball/5e2a174052995663dd68e6b5ad838afd47dd615b",
2614 "reference": "5e2a174052995663dd68e6b5ad838afd47dd615b",
2615 "shasum": ""
2616 },
2617 "require": {
2618 "guzzlehttp/streams": "~3.0",
2619 "php": ">=5.4.0",
2620 "react/promise": "~2.0"
2621 },
2622 "require-dev": {
2623 "ext-curl": "*",
2624 "phpunit/phpunit": "~4.0"
2625 },
2626 "suggest": {
2627 "ext-curl": "Guzzle will use specific adapters if cURL is present"
2628 },
2629 "type": "library",
2630 "extra": {
2631 "branch-alias": {
2632 "dev-master": "1.1-dev"
2633 }
2634 },
2635 "autoload": {
2636 "psr-4": {
2637 "GuzzleHttp\\Ring\\": "src/"
2638 }
2639 },
2640 "notification-url": "https://packagist.org/downloads/",
2641 "license": [
2642 "MIT"
2643 ],
2644 "authors": [
2645 {
2646 "name": "Michael Dowling",
2647 "email": "mtdowling@gmail.com",
2648 "homepage": "https://github.com/mtdowling"
2649 }
2650 ],
2651 "description": "Provides a simple API and specification that abstracts away the details of HTTP into a single PHP function.",
2652 "abandoned": true,
2653 "time": "2018-07-31T13:22:33+00:00"
2654 },
2655 {
2656 "name": "guzzlehttp/streams",
2657 "version": "3.0.0",
2658 "source": {
2659 "type": "git",
2660 "url": "https://github.com/guzzle/streams.git",
2661 "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5"
2662 },
2663 "dist": {
2664 "type": "zip",
2665 "url": "https://api.github.com/repos/guzzle/streams/zipball/47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
2666 "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
2667 "shasum": ""
2668 },
2669 "require": {
2670 "php": ">=5.4.0"
2671 },
2672 "require-dev": {
2673 "phpunit/phpunit": "~4.0"
2674 },
2675 "type": "library",
2676 "extra": {
2677 "branch-alias": {
2678 "dev-master": "3.0-dev"
2679 }
2680 },
2681 "autoload": {
2682 "psr-4": {
2683 "GuzzleHttp\\Stream\\": "src/"
2684 }
2685 },
2686 "notification-url": "https://packagist.org/downloads/",
2687 "license": [
2688 "MIT"
2689 ],
2690 "authors": [
2691 {
2692 "name": "Michael Dowling",
2693 "email": "mtdowling@gmail.com",
2694 "homepage": "https://github.com/mtdowling"
2695 }
2696 ],
2697 "description": "Provides a simple abstraction over streams of data",
2698 "homepage": "http://guzzlephp.org/",
2699 "keywords": [
2700 "Guzzle",
2701 "stream"
2702 ],
2703 "abandoned": true,
2704 "time": "2014-10-12T19:18:40+00:00"
2705 },
2706 {
2707 "name": "hoa/compiler",
2708 "version": "3.17.08.08",
2709 "source": {
2710 "type": "git",
2711 "url": "https://github.com/hoaproject/Compiler.git",
2712 "reference": "aa09caf0bf28adae6654ca6ee415ee2f522672de"
2713 },
2714 "dist": {
2715 "type": "zip",
2716 "url": "https://api.github.com/repos/hoaproject/Compiler/zipball/aa09caf0bf28adae6654ca6ee415ee2f522672de",
2717 "reference": "aa09caf0bf28adae6654ca6ee415ee2f522672de",
2718 "shasum": ""
2719 },
2720 "require": {
2721 "hoa/consistency": "~1.0",
2722 "hoa/exception": "~1.0",
2723 "hoa/file": "~1.0",
2724 "hoa/iterator": "~2.0",
2725 "hoa/math": "~1.0",
2726 "hoa/protocol": "~1.0",
2727 "hoa/regex": "~1.0",
2728 "hoa/visitor": "~2.0"
2729 },
2730 "require-dev": {
2731 "hoa/json": "~2.0",
2732 "hoa/test": "~2.0"
2733 },
2734 "type": "library",
2735 "extra": {
2736 "branch-alias": {
2737 "dev-master": "3.x-dev"
2738 }
2739 },
2740 "autoload": {
2741 "psr-4": {
2742 "Hoa\\Compiler\\": "."
2743 }
2744 },
2745 "notification-url": "https://packagist.org/downloads/",
2746 "license": [
2747 "BSD-3-Clause"
2748 ],
2749 "authors": [
2750 {
2751 "name": "Ivan Enderlin",
2752 "email": "ivan.enderlin@hoa-project.net"
2753 },
2754 {
2755 "name": "Hoa community",
2756 "homepage": "https://hoa-project.net/"
2757 }
2758 ],
2759 "description": "The Hoa\\Compiler library.",
2760 "homepage": "https://hoa-project.net/",
2761 "keywords": [
2762 "algebraic",
2763 "ast",
2764 "compiler",
2765 "context-free",
2766 "coverage",
2767 "exhaustive",
2768 "grammar",
2769 "isotropic",
2770 "language",
2771 "lexer",
2772 "library",
2773 "ll1",
2774 "llk",
2775 "parser",
2776 "pp",
2777 "random",
2778 "regular",
2779 "rule",
2780 "sampler",
2781 "syntax",
2782 "token",
2783 "trace",
2784 "uniform"
2785 ],
2786 "time": "2017-08-08T07:44:07+00:00"
2787 },
2788 {
2789 "name": "hoa/consistency",
2790 "version": "1.17.05.02",
2791 "source": {
2792 "type": "git",
2793 "url": "https://github.com/hoaproject/Consistency.git",
2794 "reference": "fd7d0adc82410507f332516faf655b6ed22e4c2f"
2795 },
2796 "dist": {
2797 "type": "zip",
2798 "url": "https://api.github.com/repos/hoaproject/Consistency/zipball/fd7d0adc82410507f332516faf655b6ed22e4c2f",
2799 "reference": "fd7d0adc82410507f332516faf655b6ed22e4c2f",
2800 "shasum": ""
2801 },
2802 "require": {
2803 "hoa/exception": "~1.0",
2804 "php": ">=5.5.0"
2805 },
2806 "require-dev": {
2807 "hoa/stream": "~1.0",
2808 "hoa/test": "~2.0"
2809 },
2810 "type": "library",
2811 "extra": {
2812 "branch-alias": {
2813 "dev-master": "1.x-dev"
2814 }
2815 },
2816 "autoload": {
2817 "psr-4": {
2818 "Hoa\\Consistency\\": "."
2819 },
2820 "files": [
2821 "Prelude.php"
2822 ]
2823 },
2824 "notification-url": "https://packagist.org/downloads/",
2825 "license": [
2826 "BSD-3-Clause"
2827 ],
2828 "authors": [
2829 {
2830 "name": "Ivan Enderlin",
2831 "email": "ivan.enderlin@hoa-project.net"
2832 },
2833 {
2834 "name": "Hoa community",
2835 "homepage": "https://hoa-project.net/"
2836 }
2837 ],
2838 "description": "The Hoa\\Consistency library.",
2839 "homepage": "https://hoa-project.net/",
2840 "keywords": [
2841 "autoloader",
2842 "callable",
2843 "consistency",
2844 "entity",
2845 "flex",
2846 "keyword",
2847 "library"
2848 ],
2849 "time": "2017-05-02T12:18:12+00:00"
2850 },
2851 {
2852 "name": "hoa/event",
2853 "version": "1.17.01.13",
2854 "source": {
2855 "type": "git",
2856 "url": "https://github.com/hoaproject/Event.git",
2857 "reference": "6c0060dced212ffa3af0e34bb46624f990b29c54"
2858 },
2859 "dist": {
2860 "type": "zip",
2861 "url": "https://api.github.com/repos/hoaproject/Event/zipball/6c0060dced212ffa3af0e34bb46624f990b29c54",
2862 "reference": "6c0060dced212ffa3af0e34bb46624f990b29c54",
2863 "shasum": ""
2864 },
2865 "require": {
2866 "hoa/consistency": "~1.0",
2867 "hoa/exception": "~1.0"
2868 },
2869 "require-dev": {
2870 "hoa/test": "~2.0"
2871 },
2872 "type": "library",
2873 "extra": {
2874 "branch-alias": {
2875 "dev-master": "1.x-dev"
2876 }
2877 },
2878 "autoload": {
2879 "psr-4": {
2880 "Hoa\\Event\\": "."
2881 }
2882 },
2883 "notification-url": "https://packagist.org/downloads/",
2884 "license": [
2885 "BSD-3-Clause"
2886 ],
2887 "authors": [
2888 {
2889 "name": "Ivan Enderlin",
2890 "email": "ivan.enderlin@hoa-project.net"
2891 },
2892 {
2893 "name": "Hoa community",
2894 "homepage": "https://hoa-project.net/"
2895 }
2896 ],
2897 "description": "The Hoa\\Event library.",
2898 "homepage": "https://hoa-project.net/",
2899 "keywords": [
2900 "event",
2901 "library",
2902 "listener",
2903 "observer"
2904 ],
2905 "time": "2017-01-13T15:30:50+00:00"
2906 },
2907 {
2908 "name": "hoa/exception",
2909 "version": "1.17.01.16",
2910 "source": {
2911 "type": "git",
2912 "url": "https://github.com/hoaproject/Exception.git",
2913 "reference": "091727d46420a3d7468ef0595651488bfc3a458f"
2914 },
2915 "dist": {
2916 "type": "zip",
2917 "url": "https://api.github.com/repos/hoaproject/Exception/zipball/091727d46420a3d7468ef0595651488bfc3a458f",
2918 "reference": "091727d46420a3d7468ef0595651488bfc3a458f",
2919 "shasum": ""
2920 },
2921 "require": {
2922 "hoa/consistency": "~1.0",
2923 "hoa/event": "~1.0"
2924 },
2925 "require-dev": {
2926 "hoa/test": "~2.0"
2927 },
2928 "type": "library",
2929 "extra": {
2930 "branch-alias": {
2931 "dev-master": "1.x-dev"
2932 }
2933 },
2934 "autoload": {
2935 "psr-4": {
2936 "Hoa\\Exception\\": "."
2937 }
2938 },
2939 "notification-url": "https://packagist.org/downloads/",
2940 "license": [
2941 "BSD-3-Clause"
2942 ],
2943 "authors": [
2944 {
2945 "name": "Ivan Enderlin",
2946 "email": "ivan.enderlin@hoa-project.net"
2947 },
2948 {
2949 "name": "Hoa community",
2950 "homepage": "https://hoa-project.net/"
2951 }
2952 ],
2953 "description": "The Hoa\\Exception library.",
2954 "homepage": "https://hoa-project.net/",
2955 "keywords": [
2956 "exception",
2957 "library"
2958 ],
2959 "time": "2017-01-16T07:53:27+00:00"
2960 },
2961 {
2962 "name": "hoa/file",
2963 "version": "1.17.07.11",
2964 "source": {
2965 "type": "git",
2966 "url": "https://github.com/hoaproject/File.git",
2967 "reference": "35cb979b779bc54918d2f9a4e02ed6c7a1fa67ca"
2968 },
2969 "dist": {
2970 "type": "zip",
2971 "url": "https://api.github.com/repos/hoaproject/File/zipball/35cb979b779bc54918d2f9a4e02ed6c7a1fa67ca",
2972 "reference": "35cb979b779bc54918d2f9a4e02ed6c7a1fa67ca",
2973 "shasum": ""
2974 },
2975 "require": {
2976 "hoa/consistency": "~1.0",
2977 "hoa/event": "~1.0",
2978 "hoa/exception": "~1.0",
2979 "hoa/iterator": "~2.0",
2980 "hoa/stream": "~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\\File\\": "."
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\\File library.",
3011 "homepage": "https://hoa-project.net/",
3012 "keywords": [
3013 "Socket",
3014 "directory",
3015 "file",
3016 "finder",
3017 "library",
3018 "link",
3019 "temporary"
3020 ],
3021 "time": "2017-07-11T07:42:15+00:00"
3022 },
3023 {
3024 "name": "hoa/iterator",
3025 "version": "2.17.01.10",
3026 "source": {
3027 "type": "git",
3028 "url": "https://github.com/hoaproject/Iterator.git",
3029 "reference": "d1120ba09cb4ccd049c86d10058ab94af245f0cc"
3030 },
3031 "dist": {
3032 "type": "zip",
3033 "url": "https://api.github.com/repos/hoaproject/Iterator/zipball/d1120ba09cb4ccd049c86d10058ab94af245f0cc",
3034 "reference": "d1120ba09cb4ccd049c86d10058ab94af245f0cc",
3035 "shasum": ""
3036 },
3037 "require": {
3038 "hoa/consistency": "~1.0",
3039 "hoa/exception": "~1.0"
3040 },
3041 "require-dev": {
3042 "hoa/test": "~2.0"
3043 },
3044 "type": "library",
3045 "extra": {
3046 "branch-alias": {
3047 "dev-master": "2.x-dev"
3048 }
3049 },
3050 "autoload": {
3051 "psr-4": {
3052 "Hoa\\Iterator\\": "."
3053 }
3054 },
3055 "notification-url": "https://packagist.org/downloads/",
3056 "license": [
3057 "BSD-3-Clause"
3058 ],
3059 "authors": [
3060 {
3061 "name": "Ivan Enderlin",
3062 "email": "ivan.enderlin@hoa-project.net"
3063 },
3064 {
3065 "name": "Hoa community",
3066 "homepage": "https://hoa-project.net/"
3067 }
3068 ],
3069 "description": "The Hoa\\Iterator library.",
3070 "homepage": "https://hoa-project.net/",
3071 "keywords": [
3072 "iterator",
3073 "library"
3074 ],
3075 "time": "2017-01-10T10:34:47+00:00"
3076 },
3077 {
3078 "name": "hoa/math",
3079 "version": "1.17.05.16",
3080 "source": {
3081 "type": "git",
3082 "url": "https://github.com/hoaproject/Math.git",
3083 "reference": "7150785d30f5d565704912116a462e9f5bc83a0c"
3084 },
3085 "dist": {
3086 "type": "zip",
3087 "url": "https://api.github.com/repos/hoaproject/Math/zipball/7150785d30f5d565704912116a462e9f5bc83a0c",
3088 "reference": "7150785d30f5d565704912116a462e9f5bc83a0c",
3089 "shasum": ""
3090 },
3091 "require": {
3092 "hoa/compiler": "~3.0",
3093 "hoa/consistency": "~1.0",
3094 "hoa/exception": "~1.0",
3095 "hoa/iterator": "~2.0",
3096 "hoa/protocol": "~1.0",
3097 "hoa/zformat": "~1.0"
3098 },
3099 "require-dev": {
3100 "hoa/test": "~2.0"
3101 },
3102 "type": "library",
3103 "extra": {
3104 "branch-alias": {
3105 "dev-master": "1.x-dev"
3106 }
3107 },
3108 "autoload": {
3109 "psr-4": {
3110 "Hoa\\Math\\": "."
3111 }
3112 },
3113 "notification-url": "https://packagist.org/downloads/",
3114 "license": [
3115 "BSD-3-Clause"
3116 ],
3117 "authors": [
3118 {
3119 "name": "Ivan Enderlin",
3120 "email": "ivan.enderlin@hoa-project.net"
3121 },
3122 {
3123 "name": "Hoa community",
3124 "homepage": "https://hoa-project.net/"
3125 }
3126 ],
3127 "description": "The Hoa\\Math library.",
3128 "homepage": "https://hoa-project.net/",
3129 "keywords": [
3130 "arrangement",
3131 "combination",
3132 "combinatorics",
3133 "counting",
3134 "library",
3135 "math",
3136 "permutation",
3137 "sampler",
3138 "set"
3139 ],
3140 "time": "2017-05-16T08:02:17+00:00"
3141 },
3142 {
3143 "name": "hoa/protocol",
3144 "version": "1.17.01.14",
3145 "source": {
3146 "type": "git",
3147 "url": "https://github.com/hoaproject/Protocol.git",
3148 "reference": "5c2cf972151c45f373230da170ea015deecf19e2"
3149 },
3150 "dist": {
3151 "type": "zip",
3152 "url": "https://api.github.com/repos/hoaproject/Protocol/zipball/5c2cf972151c45f373230da170ea015deecf19e2",
3153 "reference": "5c2cf972151c45f373230da170ea015deecf19e2",
3154 "shasum": ""
3155 },
3156 "require": {
3157 "hoa/consistency": "~1.0",
3158 "hoa/exception": "~1.0"
3159 },
3160 "require-dev": {
3161 "hoa/test": "~2.0"
3162 },
3163 "type": "library",
3164 "extra": {
3165 "branch-alias": {
3166 "dev-master": "1.x-dev"
3167 }
3168 },
3169 "autoload": {
3170 "psr-4": {
3171 "Hoa\\Protocol\\": "."
3172 },
3173 "files": [
3174 "Wrapper.php"
3175 ]
3176 },
3177 "notification-url": "https://packagist.org/downloads/",
3178 "license": [
3179 "BSD-3-Clause"
3180 ],
3181 "authors": [
3182 {
3183 "name": "Ivan Enderlin",
3184 "email": "ivan.enderlin@hoa-project.net"
3185 },
3186 {
3187 "name": "Hoa community",
3188 "homepage": "https://hoa-project.net/"
3189 }
3190 ],
3191 "description": "The Hoa\\Protocol library.",
3192 "homepage": "https://hoa-project.net/",
3193 "keywords": [
3194 "library",
3195 "protocol",
3196 "resource",
3197 "stream",
3198 "wrapper"
3199 ],
3200 "time": "2017-01-14T12:26:10+00:00"
3201 },
3202 {
3203 "name": "hoa/regex",
3204 "version": "1.17.01.13",
3205 "source": {
3206 "type": "git",
3207 "url": "https://github.com/hoaproject/Regex.git",
3208 "reference": "7e263a61b6fb45c1d03d8e5ef77668518abd5bec"
3209 },
3210 "dist": {
3211 "type": "zip",
3212 "url": "https://api.github.com/repos/hoaproject/Regex/zipball/7e263a61b6fb45c1d03d8e5ef77668518abd5bec",
3213 "reference": "7e263a61b6fb45c1d03d8e5ef77668518abd5bec",
3214 "shasum": ""
3215 },
3216 "require": {
3217 "hoa/consistency": "~1.0",
3218 "hoa/exception": "~1.0",
3219 "hoa/math": "~1.0",
3220 "hoa/protocol": "~1.0",
3221 "hoa/ustring": "~4.0",
3222 "hoa/visitor": "~2.0"
3223 },
3224 "type": "library",
3225 "extra": {
3226 "branch-alias": {
3227 "dev-master": "1.x-dev"
3228 }
3229 },
3230 "autoload": {
3231 "psr-4": {
3232 "Hoa\\Regex\\": "."
3233 }
3234 },
3235 "notification-url": "https://packagist.org/downloads/",
3236 "license": [
3237 "BSD-3-Clause"
3238 ],
3239 "authors": [
3240 {
3241 "name": "Ivan Enderlin",
3242 "email": "ivan.enderlin@hoa-project.net"
3243 },
3244 {
3245 "name": "Hoa community",
3246 "homepage": "https://hoa-project.net/"
3247 }
3248 ],
3249 "description": "The Hoa\\Regex library.",
3250 "homepage": "https://hoa-project.net/",
3251 "keywords": [
3252 "compiler",
3253 "library",
3254 "regex"
3255 ],
3256 "time": "2017-01-13T16:10:24+00:00"
3257 },
3258 {
3259 "name": "hoa/ruler",
3260 "version": "2.17.05.16",
3261 "source": {
3262 "type": "git",
3263 "url": "https://github.com/hoaproject/Ruler.git",
3264 "reference": "696835daf8336dfd490f032da7af444050e52dfc"
3265 },
3266 "dist": {
3267 "type": "zip",
3268 "url": "https://api.github.com/repos/hoaproject/Ruler/zipball/696835daf8336dfd490f032da7af444050e52dfc",
3269 "reference": "696835daf8336dfd490f032da7af444050e52dfc",
3270 "shasum": ""
3271 },
3272 "require": {
3273 "hoa/compiler": "~3.0",
3274 "hoa/consistency": "~1.0",
3275 "hoa/exception": "~1.0",
3276 "hoa/file": "~1.0",
3277 "hoa/protocol": "~1.0",
3278 "hoa/visitor": "~2.0"
3279 },
3280 "require-dev": {
3281 "hoa/test": "~2.0"
3282 },
3283 "type": "library",
3284 "extra": {
3285 "branch-alias": {
3286 "dev-master": "2.x-dev"
3287 }
3288 },
3289 "autoload": {
3290 "psr-4": {
3291 "Hoa\\Ruler\\": "."
3292 }
3293 },
3294 "notification-url": "https://packagist.org/downloads/",
3295 "license": [
3296 "BSD-3-Clause"
3297 ],
3298 "authors": [
3299 {
3300 "name": "Ivan Enderlin",
3301 "email": "ivan.enderlin@hoa-project.net"
3302 },
3303 {
3304 "name": "Hoa community",
3305 "homepage": "https://hoa-project.net/"
3306 }
3307 ],
3308 "description": "The Hoa\\Ruler library.",
3309 "homepage": "https://hoa-project.net/",
3310 "keywords": [
3311 "library",
3312 "ruler"
3313 ],
3314 "time": "2017-05-16T07:52:21+00:00"
3315 },
3316 {
3317 "name": "hoa/stream",
3318 "version": "1.17.02.21",
3319 "source": {
3320 "type": "git",
3321 "url": "https://github.com/hoaproject/Stream.git",
3322 "reference": "3293cfffca2de10525df51436adf88a559151d82"
3323 },
3324 "dist": {
3325 "type": "zip",
3326 "url": "https://api.github.com/repos/hoaproject/Stream/zipball/3293cfffca2de10525df51436adf88a559151d82",
3327 "reference": "3293cfffca2de10525df51436adf88a559151d82",
3328 "shasum": ""
3329 },
3330 "require": {
3331 "hoa/consistency": "~1.0",
3332 "hoa/event": "~1.0",
3333 "hoa/exception": "~1.0",
3334 "hoa/protocol": "~1.0"
3335 },
3336 "require-dev": {
3337 "hoa/test": "~2.0"
3338 },
3339 "type": "library",
3340 "extra": {
3341 "branch-alias": {
3342 "dev-master": "1.x-dev"
3343 }
3344 },
3345 "autoload": {
3346 "psr-4": {
3347 "Hoa\\Stream\\": "."
3348 }
3349 },
3350 "notification-url": "https://packagist.org/downloads/",
3351 "license": [
3352 "BSD-3-Clause"
3353 ],
3354 "authors": [
3355 {
3356 "name": "Ivan Enderlin",
3357 "email": "ivan.enderlin@hoa-project.net"
3358 },
3359 {
3360 "name": "Hoa community",
3361 "homepage": "https://hoa-project.net/"
3362 }
3363 ],
3364 "description": "The Hoa\\Stream library.",
3365 "homepage": "https://hoa-project.net/",
3366 "keywords": [
3367 "Context",
3368 "bucket",
3369 "composite",
3370 "filter",
3371 "in",
3372 "library",
3373 "out",
3374 "protocol",
3375 "stream",
3376 "wrapper"
3377 ],
3378 "time": "2017-02-21T16:01:06+00:00"
3379 },
3380 {
3381 "name": "hoa/ustring",
3382 "version": "4.17.01.16",
3383 "source": {
3384 "type": "git",
3385 "url": "https://github.com/hoaproject/Ustring.git",
3386 "reference": "e6326e2739178799b1fe3fdd92029f9517fa17a0"
3387 },
3388 "dist": {
3389 "type": "zip",
3390 "url": "https://api.github.com/repos/hoaproject/Ustring/zipball/e6326e2739178799b1fe3fdd92029f9517fa17a0",
3391 "reference": "e6326e2739178799b1fe3fdd92029f9517fa17a0",
3392 "shasum": ""
3393 },
3394 "require": {
3395 "hoa/consistency": "~1.0",
3396 "hoa/exception": "~1.0"
3397 },
3398 "require-dev": {
3399 "hoa/test": "~2.0"
3400 },
3401 "suggest": {
3402 "ext-iconv": "ext/iconv must be present (or a third implementation) to use Hoa\\Ustring::transcode().",
3403 "ext-intl": "To get a better Hoa\\Ustring::toAscii() and Hoa\\Ustring::compareTo()."
3404 },
3405 "type": "library",
3406 "extra": {
3407 "branch-alias": {
3408 "dev-master": "4.x-dev"
3409 }
3410 },
3411 "autoload": {
3412 "psr-4": {
3413 "Hoa\\Ustring\\": "."
3414 }
3415 },
3416 "notification-url": "https://packagist.org/downloads/",
3417 "license": [
3418 "BSD-3-Clause"
3419 ],
3420 "authors": [
3421 {
3422 "name": "Ivan Enderlin",
3423 "email": "ivan.enderlin@hoa-project.net"
3424 },
3425 {
3426 "name": "Hoa community",
3427 "homepage": "https://hoa-project.net/"
3428 }
3429 ],
3430 "description": "The Hoa\\Ustring library.",
3431 "homepage": "https://hoa-project.net/",
3432 "keywords": [
3433 "library",
3434 "search",
3435 "string",
3436 "unicode"
3437 ],
3438 "time": "2017-01-16T07:08:25+00:00"
3439 },
3440 {
3441 "name": "hoa/visitor",
3442 "version": "2.17.01.16",
3443 "source": {
3444 "type": "git",
3445 "url": "https://github.com/hoaproject/Visitor.git",
3446 "reference": "c18fe1cbac98ae449e0d56e87469103ba08f224a"
3447 },
3448 "dist": {
3449 "type": "zip",
3450 "url": "https://api.github.com/repos/hoaproject/Visitor/zipball/c18fe1cbac98ae449e0d56e87469103ba08f224a",
3451 "reference": "c18fe1cbac98ae449e0d56e87469103ba08f224a",
3452 "shasum": ""
3453 },
3454 "require": {
3455 "hoa/consistency": "~1.0"
3456 },
3457 "require-dev": {
3458 "hoa/test": "~2.0"
3459 },
3460 "type": "library",
3461 "extra": {
3462 "branch-alias": {
3463 "dev-master": "2.x-dev"
3464 }
3465 },
3466 "autoload": {
3467 "psr-4": {
3468 "Hoa\\Visitor\\": "."
3469 }
3470 },
3471 "notification-url": "https://packagist.org/downloads/",
3472 "license": [
3473 "BSD-3-Clause"
3474 ],
3475 "authors": [
3476 {
3477 "name": "Ivan Enderlin",
3478 "email": "ivan.enderlin@hoa-project.net"
3479 },
3480 {
3481 "name": "Hoa community",
3482 "homepage": "https://hoa-project.net/"
3483 }
3484 ],
3485 "description": "The Hoa\\Visitor library.",
3486 "homepage": "https://hoa-project.net/",
3487 "keywords": [
3488 "library",
3489 "structure",
3490 "visit",
3491 "visitor"
3492 ],
3493 "time": "2017-01-16T07:02:03+00:00"
3494 },
3495 {
3496 "name": "hoa/zformat",
3497 "version": "1.17.01.10",
3498 "source": {
3499 "type": "git",
3500 "url": "https://github.com/hoaproject/Zformat.git",
3501 "reference": "522c381a2a075d4b9dbb42eb4592dd09520e4ac2"
3502 },
3503 "dist": {
3504 "type": "zip",
3505 "url": "https://api.github.com/repos/hoaproject/Zformat/zipball/522c381a2a075d4b9dbb42eb4592dd09520e4ac2",
3506 "reference": "522c381a2a075d4b9dbb42eb4592dd09520e4ac2",
3507 "shasum": ""
3508 },
3509 "require": {
3510 "hoa/consistency": "~1.0",
3511 "hoa/exception": "~1.0"
3512 },
3513 "type": "library",
3514 "extra": {
3515 "branch-alias": {
3516 "dev-master": "1.x-dev"
3517 }
3518 },
3519 "autoload": {
3520 "psr-4": {
3521 "Hoa\\Zformat\\": "."
3522 }
3523 },
3524 "notification-url": "https://packagist.org/downloads/",
3525 "license": [
3526 "BSD-3-Clause"
3527 ],
3528 "authors": [
3529 {
3530 "name": "Ivan Enderlin",
3531 "email": "ivan.enderlin@hoa-project.net"
3532 },
3533 {
3534 "name": "Hoa community",
3535 "homepage": "https://hoa-project.net/"
3536 }
3537 ],
3538 "description": "The Hoa\\Zformat library.",
3539 "homepage": "https://hoa-project.net/",
3540 "keywords": [
3541 "library",
3542 "parameter",
3543 "zformat"
3544 ],
3545 "time": "2017-01-10T10:39:54+00:00"
3546 },
3547 {
3548 "name": "html2text/html2text",
3549 "version": "4.2.1",
3550 "source": {
3551 "type": "git",
3552 "url": "https://github.com/mtibben/html2text.git",
3553 "reference": "f7555eaf271beea4e1098274d3ff37fbb7b21ea7"
3554 },
3555 "dist": {
3556 "type": "zip",
3557 "url": "https://api.github.com/repos/mtibben/html2text/zipball/f7555eaf271beea4e1098274d3ff37fbb7b21ea7",
3558 "reference": "f7555eaf271beea4e1098274d3ff37fbb7b21ea7",
3559 "shasum": ""
3560 },
3561 "require-dev": {
3562 "phpunit/phpunit": "~4"
3563 },
3564 "suggest": {
3565 "ext-mbstring": "For best performance",
3566 "symfony/polyfill-mbstring": "If you can't install ext-mbstring"
3567 },
3568 "type": "library",
3569 "autoload": {
3570 "psr-4": {
3571 "Html2Text\\": [
3572 "src/",
3573 "test/"
3574 ]
3575 }
3576 },
3577 "notification-url": "https://packagist.org/downloads/",
3578 "license": [
3579 "GPL-2.0-or-later"
3580 ],
3581 "description": "Converts HTML to formatted plain text",
3582 "time": "2018-08-13T12:05:08+00:00"
3583 },
3584 {
3585 "name": "http-interop/http-factory-guzzle",
3586 "version": "1.0.0",
3587 "source": {
3588 "type": "git",
3589 "url": "https://github.com/http-interop/http-factory-guzzle.git",
3590 "reference": "34861658efb9899a6618cef03de46e2a52c80fc0"
3591 },
3592 "dist": {
3593 "type": "zip",
3594 "url": "https://api.github.com/repos/http-interop/http-factory-guzzle/zipball/34861658efb9899a6618cef03de46e2a52c80fc0",
3595 "reference": "34861658efb9899a6618cef03de46e2a52c80fc0",
3596 "shasum": ""
3597 },
3598 "require": {
3599 "guzzlehttp/psr7": "^1.4.2",
3600 "psr/http-factory": "^1.0"
3601 },
3602 "provide": {
3603 "psr/http-factory-implementation": "^1.0"
3604 },
3605 "require-dev": {
3606 "http-interop/http-factory-tests": "^0.5",
3607 "phpunit/phpunit": "^6.5"
3608 },
3609 "type": "library",
3610 "autoload": {
3611 "psr-4": {
3612 "Http\\Factory\\Guzzle\\": "src/"
3613 }
3614 },
3615 "notification-url": "https://packagist.org/downloads/",
3616 "license": [
3617 "MIT"
3618 ],
3619 "authors": [
3620 {
3621 "name": "PHP-FIG",
3622 "homepage": "http://www.php-fig.org/"
3623 }
3624 ],
3625 "description": "An HTTP Factory using Guzzle PSR7",
3626 "keywords": [
3627 "factory",
3628 "http",
3629 "psr-17",
3630 "psr-7"
3631 ],
3632 "time": "2018-07-31T19:32:56+00:00"
3633 },
3634 {
3635 "name": "incenteev/composer-parameter-handler",
3636 "version": "v2.1.4",
3637 "source": {
3638 "type": "git",
3639 "url": "https://github.com/Incenteev/ParameterHandler.git",
3640 "reference": "084befb11ec21faeadcddefb88b66132775ff59b"
3641 },
3642 "dist": {
3643 "type": "zip",
3644 "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/084befb11ec21faeadcddefb88b66132775ff59b",
3645 "reference": "084befb11ec21faeadcddefb88b66132775ff59b",
3646 "shasum": ""
3647 },
3648 "require": {
3649 "php": ">=5.3.3",
3650 "symfony/yaml": "^2.3 || ^3.0 || ^4.0 || ^5.0"
3651 },
3652 "require-dev": {
3653 "composer/composer": "^1.0@dev",
3654 "symfony/filesystem": "^2.3 || ^3 || ^4 || ^5",
3655 "symfony/phpunit-bridge": "^4.0 || ^5.0"
3656 },
3657 "type": "library",
3658 "extra": {
3659 "branch-alias": {
3660 "dev-master": "2.1.x-dev"
3661 }
3662 },
3663 "autoload": {
3664 "psr-4": {
3665 "Incenteev\\ParameterHandler\\": ""
3666 }
3667 },
3668 "notification-url": "https://packagist.org/downloads/",
3669 "license": [
3670 "MIT"
3671 ],
3672 "authors": [
3673 {
3674 "name": "Christophe Coevoet",
3675 "email": "stof@notk.org"
3676 }
3677 ],
3678 "description": "Composer script handling your ignored parameter file",
3679 "homepage": "https://github.com/Incenteev/ParameterHandler",
3680 "keywords": [
3681 "parameters management"
3682 ],
3683 "time": "2020-03-17T21:10:00+00:00"
3684 },
3685 {
3686 "name": "j0k3r/graby",
3687 "version": "2.1.1",
3688 "source": {
3689 "type": "git",
3690 "url": "https://github.com/j0k3r/graby.git",
3691 "reference": "6b3e53b2dd3c85b8128dde3307b838885515764b"
3692 },
3693 "dist": {
3694 "type": "zip",
3695 "url": "https://api.github.com/repos/j0k3r/graby/zipball/6b3e53b2dd3c85b8128dde3307b838885515764b",
3696 "reference": "6b3e53b2dd3c85b8128dde3307b838885515764b",
3697 "shasum": ""
3698 },
3699 "require": {
3700 "ext-curl": "*",
3701 "ext-tidy": "*",
3702 "fossar/htmlawed": "^1.2.4",
3703 "guzzlehttp/psr7": "^1.5",
3704 "j0k3r/graby-site-config": "^1.0",
3705 "j0k3r/httplug-ssrf-plugin": "^2.0",
3706 "j0k3r/php-readability": "^1.1",
3707 "monolog/monolog": "^1.13.1",
3708 "php": ">=7.1",
3709 "php-http/client-common": "^2.0",
3710 "php-http/discovery": "^1.0",
3711 "php-http/httplug": "^2.0",
3712 "php-http/message": "^1.7",
3713 "psr/http-message": "^1.0",
3714 "simplepie/simplepie": "^1.3.1",
3715 "smalot/pdfparser": "~0.11",
3716 "symfony/options-resolver": "~2.6|~3.0|~4.0",
3717 "true/punycode": "~2.1",
3718 "wallabag/tcpdf": "^6.2.26"
3719 },
3720 "require-dev": {
3721 "friendsofphp/php-cs-fixer": "~2.14",
3722 "php-coveralls/php-coveralls": "^2.0",
3723 "php-http/guzzle6-adapter": "^2.0",
3724 "php-http/mock-client": "^1.2",
3725 "phpstan/phpstan": "^0.11",
3726 "phpstan/phpstan-phpunit": "^0.11",
3727 "symfony/phpunit-bridge": "~2.6|~3.0|~4.0"
3728 },
3729 "type": "library",
3730 "extra": {
3731 "branch-alias": {
3732 "dev-2.0": "2.0-dev"
3733 }
3734 },
3735 "autoload": {
3736 "psr-4": {
3737 "Graby\\": "src/"
3738 }
3739 },
3740 "notification-url": "https://packagist.org/downloads/",
3741 "license": [
3742 "MIT"
3743 ],
3744 "authors": [
3745 {
3746 "name": "Jeremy Benoist",
3747 "email": "jeremy.benoist@gmail.com",
3748 "role": "Developer"
3749 },
3750 {
3751 "name": "FiveFilters.org",
3752 "email": "fivefilters@fivefilters.org",
3753 "role": "Developer (original version)"
3754 }
3755 ],
3756 "description": "Graby helps you extract article content from web pages",
3757 "time": "2020-01-23T08:59:01+00:00"
3758 },
3759 {
3760 "name": "j0k3r/graby-site-config",
3761 "version": "1.0.100",
3762 "source": {
3763 "type": "git",
3764 "url": "https://github.com/j0k3r/graby-site-config.git",
3765 "reference": "d97cfd935302337604f5d778969bc94c12de086a"
3766 },
3767 "dist": {
3768 "type": "zip",
3769 "url": "https://api.github.com/repos/j0k3r/graby-site-config/zipball/d97cfd935302337604f5d778969bc94c12de086a",
3770 "reference": "d97cfd935302337604f5d778969bc94c12de086a",
3771 "shasum": ""
3772 },
3773 "require": {
3774 "symfony/finder": "~2.6|~3.0|~4.0"
3775 },
3776 "require-dev": {
3777 "liip/rmt": "1.2.*",
3778 "symfony/phpunit-bridge": "^4.3"
3779 },
3780 "type": "library",
3781 "autoload": {
3782 "psr-4": {
3783 "GrabySiteConfig\\SiteConfig\\": "src/"
3784 }
3785 },
3786 "notification-url": "https://packagist.org/downloads/",
3787 "license": [
3788 "CC0-1.0"
3789 ],
3790 "authors": [
3791 {
3792 "name": "Jeremy Benoist",
3793 "email": "jeremy.benoist@gmail.com"
3794 }
3795 ],
3796 "description": "Graby site config files",
3797 "time": "2020-01-23T09:05:19+00:00"
3798 },
3799 {
3800 "name": "j0k3r/httplug-ssrf-plugin",
3801 "version": "v2.0.1",
3802 "source": {
3803 "type": "git",
3804 "url": "https://github.com/j0k3r/httplug-ssrf-plugin.git",
3805 "reference": "fb68804e3bace2b894d1b9f39ad2b59078f5eac2"
3806 },
3807 "dist": {
3808 "type": "zip",
3809 "url": "https://api.github.com/repos/j0k3r/httplug-ssrf-plugin/zipball/fb68804e3bace2b894d1b9f39ad2b59078f5eac2",
3810 "reference": "fb68804e3bace2b894d1b9f39ad2b59078f5eac2",
3811 "shasum": ""
3812 },
3813 "require": {
3814 "php": "^7.1",
3815 "php-http/client-common": "^2.0",
3816 "php-http/discovery": "^1.5",
3817 "php-http/message": "^1.7",
3818 "php-http/message-factory": "^1.0.2"
3819 },
3820 "require-dev": {
3821 "friendsofphp/php-cs-fixer": "^2.14",
3822 "guzzlehttp/psr7": "^1.0",
3823 "php-http/guzzle6-adapter": "^2.0",
3824 "php-http/mock-client": "^1.0",
3825 "phpstan/phpstan": "^0.11",
3826 "phpstan/phpstan-phpunit": "^0.11",
3827 "symfony/phpunit-bridge": "~3.4.19|~4.0"
3828 },
3829 "type": "library",
3830 "autoload": {
3831 "psr-4": {
3832 "Graby\\HttpClient\\Plugin\\ServerSideRequestForgeryProtection\\": "src/"
3833 }
3834 },
3835 "notification-url": "https://packagist.org/downloads/",
3836 "license": [
3837 "MIT"
3838 ],
3839 "authors": [
3840 {
3841 "name": "Jeremy Benoist",
3842 "email": "jeremy.benoist@gmail.com"
3843 },
3844 {
3845 "name": "aaa2000",
3846 "email": "adev2000@gmail.com"
3847 },
3848 {
3849 "name": "Jack W",
3850 "email": "jack@fin1te.net",
3851 "role": "Developer (SafeCurl original version)"
3852 }
3853 ],
3854 "description": "Server-Side Request Forgery (SSRF) protection plugin for HTTPlug",
3855 "homepage": "https://github.com/j0k3r/httplug-ssrf-plugin",
3856 "keywords": [
3857 "http",
3858 "httplug",
3859 "plugin",
3860 "security",
3861 "ssrf"
3862 ],
3863 "time": "2020-01-06T13:44:13+00:00"
3864 },
3865 {
3866 "name": "j0k3r/php-readability",
3867 "version": "1.2.4",
3868 "source": {
3869 "type": "git",
3870 "url": "https://github.com/j0k3r/php-readability.git",
3871 "reference": "9306996b472fd3d4bc5a7928a301ccce38423793"
3872 },
3873 "dist": {
3874 "type": "zip",
3875 "url": "https://api.github.com/repos/j0k3r/php-readability/zipball/9306996b472fd3d4bc5a7928a301ccce38423793",
3876 "reference": "9306996b472fd3d4bc5a7928a301ccce38423793",
3877 "shasum": ""
3878 },
3879 "require": {
3880 "electrolinux/php-html5lib": "^0.1.0",
3881 "ext-mbstring": "*",
3882 "php": ">=5.6.0",
3883 "psr/log": "^1.0"
3884 },
3885 "require-dev": {
3886 "friendsofphp/php-cs-fixer": "^2.14",
3887 "monolog/monolog": "^1.24",
3888 "php-coveralls/php-coveralls": "^2.1",
3889 "symfony/phpunit-bridge": "^4.2.3"
3890 },
3891 "suggest": {
3892 "ext-tidy": "Used to clean up given HTML and to avoid problems with bad HTML structure."
3893 },
3894 "type": "library",
3895 "autoload": {
3896 "psr-4": {
3897 "Readability\\": "src/"
3898 }
3899 },
3900 "notification-url": "https://packagist.org/downloads/",
3901 "license": [
3902 "Apache-2.0"
3903 ],
3904 "authors": [
3905 {
3906 "name": "Keyvan Minoukadeh",
3907 "email": "keyvan@keyvan.net",
3908 "homepage": "http://keyvan.net",
3909 "role": "Developer (ported original JS code to PHP)"
3910 },
3911 {
3912 "name": "Arc90",
3913 "homepage": "http://arc90.com",
3914 "role": "Developer (original JS version)"
3915 },
3916 {
3917 "name": "Jeremy Benoist",
3918 "email": "jeremy.benoist@gmail.com",
3919 "homepage": "http://www.j0k3r.net",
3920 "role": "Developer"
3921 },
3922 {
3923 "name": "DitherSky",
3924 "homepage": "https://github.com/Dither",
3925 "role": "Developer (https://github.com/Dither/full-text-rss)"
3926 }
3927 ],
3928 "description": "Automatic article extraction from HTML",
3929 "keywords": [
3930 "article",
3931 "article extraction",
3932 "content",
3933 "content extraction",
3934 "extraction",
3935 "html"
3936 ],
3937 "time": "2019-06-25T15:15:37+00:00"
3938 },
3939 {
3940 "name": "javibravo/simpleue",
3941 "version": "2.1.0",
3942 "source": {
3943 "type": "git",
3944 "url": "https://github.com/javibravo/simpleue.git",
3945 "reference": "b12ccea0631cd3f6128ab91178fc5363f6e14ff6"
3946 },
3947 "dist": {
3948 "type": "zip",
3949 "url": "https://api.github.com/repos/javibravo/simpleue/zipball/b12ccea0631cd3f6128ab91178fc5363f6e14ff6",
3950 "reference": "b12ccea0631cd3f6128ab91178fc5363f6e14ff6",
3951 "shasum": ""
3952 },
3953 "require": {
3954 "php": ">=5.5",
3955 "psr/log": "~1.0"
3956 },
3957 "require-dev": {
3958 "aws/aws-sdk-php": "^3.9",
3959 "pda/pheanstalk": "^3.1",
3960 "phpunit/phpunit": "4.0.*",
3961 "predis/predis": "^1.0"
3962 },
3963 "suggest": {
3964 "aws/aws-sdk-php": "Allow work with AWS Simple Queue Service (SQS) queues",
3965 "ext-redis": "Allow work with Redis Locker",
3966 "pda/pheanstalk": "Allow work with Beanstalkd queues",
3967 "predis/predis": "Allow work with Redis queues"
3968 },
3969 "type": "library",
3970 "autoload": {
3971 "psr-4": {
3972 "Simpleue\\": "src/Simpleue"
3973 }
3974 },
3975 "notification-url": "https://packagist.org/downloads/",
3976 "license": [
3977 "MIT"
3978 ],
3979 "authors": [
3980 {
3981 "name": "Javier Bravo",
3982 "email": "javibravo85@gmail.com"
3983 }
3984 ],
3985 "description": "Php package to manage queue tasks in a simple way",
3986 "homepage": "http://github.com/javibravo/simpleue",
3987 "keywords": [
3988 "job",
3989 "queue",
3990 "redis",
3991 "sqs",
3992 "task"
3993 ],
3994 "time": "2017-11-15T13:41:13+00:00"
3995 },
3996 {
3997 "name": "jdorn/sql-formatter",
3998 "version": "v1.2.17",
3999 "source": {
4000 "type": "git",
4001 "url": "https://github.com/jdorn/sql-formatter.git",
4002 "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc"
4003 },
4004 "dist": {
4005 "type": "zip",
4006 "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc",
4007 "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc",
4008 "shasum": ""
4009 },
4010 "require": {
4011 "php": ">=5.2.4"
4012 },
4013 "require-dev": {
4014 "phpunit/phpunit": "3.7.*"
4015 },
4016 "type": "library",
4017 "extra": {
4018 "branch-alias": {
4019 "dev-master": "1.3.x-dev"
4020 }
4021 },
4022 "autoload": {
4023 "classmap": [
4024 "lib"
4025 ]
4026 },
4027 "notification-url": "https://packagist.org/downloads/",
4028 "license": [
4029 "MIT"
4030 ],
4031 "authors": [
4032 {
4033 "name": "Jeremy Dorn",
4034 "email": "jeremy@jeremydorn.com",
4035 "homepage": "http://jeremydorn.com/"
4036 }
4037 ],
4038 "description": "a PHP SQL highlighting library",
4039 "homepage": "https://github.com/jdorn/sql-formatter/",
4040 "keywords": [
4041 "highlight",
4042 "sql"
4043 ],
4044 "time": "2014-01-12T16:20:24+00:00"
4045 },
4046 {
4047 "name": "jean85/pretty-package-versions",
4048 "version": "1.2",
4049 "source": {
4050 "type": "git",
4051 "url": "https://github.com/Jean85/pretty-package-versions.git",
4052 "reference": "75c7effcf3f77501d0e0caa75111aff4daa0dd48"
4053 },
4054 "dist": {
4055 "type": "zip",
4056 "url": "https://api.github.com/repos/Jean85/pretty-package-versions/zipball/75c7effcf3f77501d0e0caa75111aff4daa0dd48",
4057 "reference": "75c7effcf3f77501d0e0caa75111aff4daa0dd48",
4058 "shasum": ""
4059 },
4060 "require": {
4061 "ocramius/package-versions": "^1.2.0",
4062 "php": "^7.0"
4063 },
4064 "require-dev": {
4065 "phpunit/phpunit": "^6.0"
4066 },
4067 "type": "library",
4068 "extra": {
4069 "branch-alias": {
4070 "dev-master": "1.x-dev"
4071 }
4072 },
4073 "autoload": {
4074 "psr-4": {
4075 "Jean85\\": "src/"
4076 }
4077 },
4078 "notification-url": "https://packagist.org/downloads/",
4079 "license": [
4080 "MIT"
4081 ],
4082 "authors": [
4083 {
4084 "name": "Alessandro Lai",
4085 "email": "alessandro.lai85@gmail.com"
4086 }
4087 ],
4088 "description": "A wrapper for ocramius/package-versions to get pretty versions strings",
4089 "keywords": [
4090 "composer",
4091 "package",
4092 "release",
4093 "versions"
4094 ],
4095 "time": "2018-06-13T13:22:40+00:00"
4096 },
4097 {
4098 "name": "jms/metadata",
4099 "version": "1.7.0",
4100 "source": {
4101 "type": "git",
4102 "url": "https://github.com/schmittjoh/metadata.git",
4103 "reference": "e5854ab1aa643623dc64adde718a8eec32b957a8"
4104 },
4105 "dist": {
4106 "type": "zip",
4107 "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/e5854ab1aa643623dc64adde718a8eec32b957a8",
4108 "reference": "e5854ab1aa643623dc64adde718a8eec32b957a8",
4109 "shasum": ""
4110 },
4111 "require": {
4112 "php": ">=5.3.0"
4113 },
4114 "require-dev": {
4115 "doctrine/cache": "~1.0",
4116 "symfony/cache": "~3.1"
4117 },
4118 "type": "library",
4119 "extra": {
4120 "branch-alias": {
4121 "dev-master": "1.5.x-dev"
4122 }
4123 },
4124 "autoload": {
4125 "psr-0": {
4126 "Metadata\\": "src/"
4127 }
4128 },
4129 "notification-url": "https://packagist.org/downloads/",
4130 "license": [
4131 "MIT"
4132 ],
4133 "authors": [
4134 {
4135 "name": "Asmir Mustafic",
4136 "email": "goetas@gmail.com"
4137 },
4138 {
4139 "name": "Johannes M. Schmitt",
4140 "email": "schmittjoh@gmail.com"
4141 }
4142 ],
4143 "description": "Class/method/property metadata management in PHP",
4144 "keywords": [
4145 "annotations",
4146 "metadata",
4147 "xml",
4148 "yaml"
4149 ],
4150 "time": "2018-10-26T12:40:10+00:00"
4151 },
4152 {
4153 "name": "jms/parser-lib",
4154 "version": "1.0.0",
4155 "source": {
4156 "type": "git",
4157 "url": "https://github.com/schmittjoh/parser-lib.git",
4158 "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d"
4159 },
4160 "dist": {
4161 "type": "zip",
4162 "url": "https://api.github.com/repos/schmittjoh/parser-lib/zipball/c509473bc1b4866415627af0e1c6cc8ac97fa51d",
4163 "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d",
4164 "shasum": ""
4165 },
4166 "require": {
4167 "phpoption/phpoption": ">=0.9,<2.0-dev"
4168 },
4169 "type": "library",
4170 "extra": {
4171 "branch-alias": {
4172 "dev-master": "1.0-dev"
4173 }
4174 },
4175 "autoload": {
4176 "psr-0": {
4177 "JMS\\": "src/"
4178 }
4179 },
4180 "notification-url": "https://packagist.org/downloads/",
4181 "license": [
4182 "Apache2"
4183 ],
4184 "description": "A library for easily creating recursive-descent parsers.",
4185 "time": "2012-11-18T18:08:43+00:00"
4186 },
4187 {
4188 "name": "jms/serializer",
4189 "version": "1.14.0",
4190 "source": {
4191 "type": "git",
4192 "url": "https://github.com/schmittjoh/serializer.git",
4193 "reference": "ee96d57024af9a7716d56fcbe3aa94b3d030f3ca"
4194 },
4195 "dist": {
4196 "type": "zip",
4197 "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/ee96d57024af9a7716d56fcbe3aa94b3d030f3ca",
4198 "reference": "ee96d57024af9a7716d56fcbe3aa94b3d030f3ca",
4199 "shasum": ""
4200 },
4201 "require": {
4202 "doctrine/annotations": "^1.0",
4203 "doctrine/instantiator": "^1.0.3",
4204 "jms/metadata": "^1.3",
4205 "jms/parser-lib": "1.*",
4206 "php": "^5.5|^7.0",
4207 "phpcollection/phpcollection": "~0.1",
4208 "phpoption/phpoption": "^1.1"
4209 },
4210 "conflict": {
4211 "twig/twig": "<1.12"
4212 },
4213 "require-dev": {
4214 "doctrine/orm": "~2.1",
4215 "doctrine/phpcr-odm": "^1.3|^2.0",
4216 "ext-pdo_sqlite": "*",
4217 "jackalope/jackalope-doctrine-dbal": "^1.1.5",
4218 "phpunit/phpunit": "^4.8|^5.0",
4219 "propel/propel1": "~1.7",
4220 "psr/container": "^1.0",
4221 "symfony/dependency-injection": "^2.7|^3.3|^4.0",
4222 "symfony/expression-language": "^2.6|^3.0",
4223 "symfony/filesystem": "^2.1",
4224 "symfony/form": "~2.1|^3.0",
4225 "symfony/translation": "^2.1|^3.0",
4226 "symfony/validator": "^2.2|^3.0",
4227 "symfony/yaml": "^2.1|^3.0",
4228 "twig/twig": "~1.12|~2.0"
4229 },
4230 "suggest": {
4231 "doctrine/cache": "Required if you like to use cache functionality.",
4232 "doctrine/collections": "Required if you like to use doctrine collection types as ArrayCollection.",
4233 "symfony/yaml": "Required if you'd like to serialize data to YAML format."
4234 },
4235 "type": "library",
4236 "extra": {
4237 "branch-alias": {
4238 "dev-1.x": "1.14-dev"
4239 }
4240 },
4241 "autoload": {
4242 "psr-0": {
4243 "JMS\\Serializer": "src/"
4244 }
4245 },
4246 "notification-url": "https://packagist.org/downloads/",
4247 "license": [
4248 "MIT"
4249 ],
4250 "authors": [
4251 {
4252 "name": "Asmir Mustafic",
4253 "email": "goetas@gmail.com"
4254 },
4255 {
4256 "name": "Johannes M. Schmitt",
4257 "email": "schmittjoh@gmail.com"
4258 }
4259 ],
4260 "description": "Library for (de-)serializing data of any complexity; supports XML, JSON, and YAML.",
4261 "homepage": "http://jmsyst.com/libs/serializer",
4262 "keywords": [
4263 "deserialization",
4264 "jaxb",
4265 "json",
4266 "serialization",
4267 "xml"
4268 ],
4269 "time": "2019-04-17T08:12:16+00:00"
4270 },
4271 {
4272 "name": "jms/serializer-bundle",
4273 "version": "2.4.4",
4274 "source": {
4275 "type": "git",
4276 "url": "https://github.com/schmittjoh/JMSSerializerBundle.git",
4277 "reference": "92ee808c64c1c180775a0e57d00e3be0674668fb"
4278 },
4279 "dist": {
4280 "type": "zip",
4281 "url": "https://api.github.com/repos/schmittjoh/JMSSerializerBundle/zipball/92ee808c64c1c180775a0e57d00e3be0674668fb",
4282 "reference": "92ee808c64c1c180775a0e57d00e3be0674668fb",
4283 "shasum": ""
4284 },
4285 "require": {
4286 "jms/serializer": "^1.10",
4287 "php": "^5.4|^7.0",
4288 "phpoption/phpoption": "^1.1.0",
4289 "symfony/framework-bundle": "~2.3|~3.0|~4.0"
4290 },
4291 "require-dev": {
4292 "doctrine/orm": "*",
4293 "phpunit/phpunit": "^4.8.35|^5.4.3|^6.0",
4294 "symfony/expression-language": "~2.6|~3.0|~4.0",
4295 "symfony/finder": "^2.3|^3.0|^4.0",
4296 "symfony/form": "*",
4297 "symfony/stopwatch": "*",
4298 "symfony/twig-bundle": "*",
4299 "symfony/validator": "*",
4300 "symfony/yaml": "*"
4301 },
4302 "suggest": {
4303 "jms/di-extra-bundle": "Required to get lazy loading (de)serialization visitors, ~1.3",
4304 "symfony/finder": "Required for cache warmup, supported versions ^2.3|^3.0|^4.0"
4305 },
4306 "type": "symfony-bundle",
4307 "extra": {
4308 "branch-alias": {
4309 "dev-master": "2.4-dev"
4310 }
4311 },
4312 "autoload": {
4313 "psr-4": {
4314 "JMS\\SerializerBundle\\": ""
4315 },
4316 "exclude-from-classmap": [
4317 "/Tests/"
4318 ]
4319 },
4320 "notification-url": "https://packagist.org/downloads/",
4321 "license": [
4322 "MIT"
4323 ],
4324 "authors": [
4325 {
4326 "name": "Asmir Mustafic",
4327 "email": "goetas@gmail.com"
4328 },
4329 {
4330 "name": "Johannes M. Schmitt",
4331 "email": "schmittjoh@gmail.com"
4332 }
4333 ],
4334 "description": "Allows you to easily serialize, and deserialize data of any complexity",
4335 "homepage": "http://jmsyst.com/bundles/JMSSerializerBundle",
4336 "keywords": [
4337 "deserialization",
4338 "jaxb",
4339 "json",
4340 "serialization",
4341 "xml"
4342 ],
4343 "time": "2019-03-30T10:26:09+00:00"
4344 },
4345 {
4346 "name": "kphoen/rulerz",
4347 "version": "0.21.1",
4348 "source": {
4349 "type": "git",
4350 "url": "https://github.com/K-Phoen/rulerz.git",
4351 "reference": "d28a1bd59b4e66cc9fcdeee965f13f685eb9ce41"
4352 },
4353 "dist": {
4354 "type": "zip",
4355 "url": "https://api.github.com/repos/K-Phoen/rulerz/zipball/d28a1bd59b4e66cc9fcdeee965f13f685eb9ce41",
4356 "reference": "d28a1bd59b4e66cc9fcdeee965f13f685eb9ce41",
4357 "shasum": ""
4358 },
4359 "require": {
4360 "hoa/ruler": "~2.0",
4361 "php": ">=7.1",
4362 "symfony/property-access": "~3.0|~4.0"
4363 },
4364 "require-dev": {
4365 "behat/behat": "~3.0",
4366 "coduo/phpspec-data-provider-extension": "~1.0,!=1.0.2",
4367 "doctrine/orm": "~2.4",
4368 "elasticsearch/elasticsearch": "~1.0",
4369 "illuminate/database": "~5.0",
4370 "kphoen/rusty": "dev-master",
4371 "liip/rmt": "^1.2",
4372 "mikey179/vfsstream": "~1.4",
4373 "phpspec/phpspec": "~2.0,>=2.4-dev",
4374 "pomm-project/cli": "~2.0@dev",
4375 "pomm-project/foundation": "~2.0@dev",
4376 "pomm-project/model-manager": "~2.0.@dev",
4377 "ruflin/elastica": "~1.0",
4378 "solarium/solarium": "~3.0",
4379 "vlucas/phpdotenv": "~2.1"
4380 },
4381 "suggest": {
4382 "doctrine/orm": "To execute rules as Doctrine queries",
4383 "elasticsearch/elasticsearch": "To execute rules as Elasticsearch queries",
4384 "kphoen/rulerz-spec-builder": "If you want a specification builder",
4385 "pomm-project/model-manager": "To execute rules as Pomm queries",
4386 "solarium/solarium": "To execute rules as Solr queries"
4387 },
4388 "type": "library",
4389 "extra": {
4390 "branch-alias": {
4391 "dev-master": "1.0.x-dev"
4392 }
4393 },
4394 "autoload": {
4395 "psr-4": {
4396 "RulerZ\\": "src/"
4397 }
4398 },
4399 "notification-url": "https://packagist.org/downloads/",
4400 "license": [
4401 "MIT"
4402 ],
4403 "authors": [
4404 {
4405 "name": "Kévin Gomez",
4406 "email": "contact@kevingomez.fr"
4407 }
4408 ],
4409 "description": "Powerful implementation of the Specification pattern",
4410 "homepage": "https://github.com/K-Phoen/RulerZ",
4411 "keywords": [
4412 "doctrine",
4413 "specification"
4414 ],
4415 "time": "2018-09-18T15:15:42+00:00"
4416 },
4417 {
4418 "name": "kphoen/rulerz-bridge",
4419 "version": "1.1.1",
4420 "source": {
4421 "type": "git",
4422 "url": "https://github.com/K-Phoen/rulerz-bridge.git",
4423 "reference": "fdad5856b669d59b5e4bda47c4e927a0485bf7a0"
4424 },
4425 "dist": {
4426 "type": "zip",
4427 "url": "https://api.github.com/repos/K-Phoen/rulerz-bridge/zipball/fdad5856b669d59b5e4bda47c4e927a0485bf7a0",
4428 "reference": "fdad5856b669d59b5e4bda47c4e927a0485bf7a0",
4429 "shasum": ""
4430 },
4431 "require": {
4432 "kphoen/rulerz": "~0.19,>=0.19.3|^1.0",
4433 "php": ">=7.1",
4434 "symfony/form": "^3.0|^4.0",
4435 "symfony/validator": "^3.0|^4.0"
4436 },
4437 "require-dev": {
4438 "liip/rmt": "^1.2",
4439 "phpunit/phpunit": "~7.1",
4440 "symfony/phpunit-bridge": "^3.0|^4.0"
4441 },
4442 "type": "symfony-bridge",
4443 "autoload": {
4444 "psr-4": {
4445 "Symfony\\Bridge\\RulerZ\\": ""
4446 },
4447 "exclude-from-classmap": [
4448 "/Tests/"
4449 ]
4450 },
4451 "notification-url": "https://packagist.org/downloads/",
4452 "license": [
4453 "MIT"
4454 ],
4455 "authors": [
4456 {
4457 "name": "Kévin Gomez",
4458 "email": "contact@kevingomez.fr"
4459 }
4460 ],
4461 "description": "Symfony RulerZ Bridge",
4462 "homepage": "https://github.com/K-Phoen/rulerz-bridge",
4463 "keywords": [
4464 "Bridge",
4465 "doctrine",
4466 "ruler",
4467 "rulerz",
4468 "specification",
4469 "symfony"
4470 ],
4471 "time": "2018-10-01T14:17:27+00:00"
4472 },
4473 {
4474 "name": "kphoen/rulerz-bundle",
4475 "version": "0.15.0",
4476 "source": {
4477 "type": "git",
4478 "url": "https://github.com/K-Phoen/RulerZBundle.git",
4479 "reference": "f25f2eddfd311047f0f0ece2684b1f6463cc41ad"
4480 },
4481 "dist": {
4482 "type": "zip",
4483 "url": "https://api.github.com/repos/K-Phoen/RulerZBundle/zipball/f25f2eddfd311047f0f0ece2684b1f6463cc41ad",
4484 "reference": "f25f2eddfd311047f0f0ece2684b1f6463cc41ad",
4485 "shasum": ""
4486 },
4487 "require": {
4488 "kphoen/rulerz": "~0.17,>=0.19.3",
4489 "kphoen/rulerz-bridge": "^1.0",
4490 "php": ">=7.1",
4491 "symfony/framework-bundle": "^3.0|^4.0"
4492 },
4493 "require-dev": {
4494 "liip/rmt": "^1.2",
4495 "matthiasnoback/symfony-dependency-injection-test": "^3.0",
4496 "mikey179/vfsstream": "^1.6",
4497 "phpunit/phpunit": "^7.1",
4498 "symfony/phpunit-bridge": "^3.0|^4.0"
4499 },
4500 "type": "symfony-bundle",
4501 "autoload": {
4502 "psr-4": {
4503 "KPhoen\\RulerZBundle\\": ""
4504 },
4505 "exclude-from-classmap": [
4506 "/Tests/"
4507 ]
4508 },
4509 "notification-url": "https://packagist.org/downloads/",
4510 "license": [
4511 "MIT"
4512 ],
4513 "authors": [
4514 {
4515 "name": "Kévin Gomez",
4516 "email": "contact@kevingomez.fr"
4517 }
4518 ],
4519 "description": "Symfony2 Bundle for RulerZ",
4520 "homepage": "https://github.com/K-Phoen/RulerZBundle",
4521 "keywords": [
4522 "doctrine",
4523 "ruler",
4524 "rulerz",
4525 "specification"
4526 ],
4527 "time": "2018-09-17T09:02:32+00:00"
4528 },
4529 {
4530 "name": "lcobucci/jwt",
4531 "version": "3.3.1",
4532 "source": {
4533 "type": "git",
4534 "url": "https://github.com/lcobucci/jwt.git",
4535 "reference": "a11ec5f4b4d75d1fcd04e133dede4c317aac9e18"
4536 },
4537 "dist": {
4538 "type": "zip",
4539 "url": "https://api.github.com/repos/lcobucci/jwt/zipball/a11ec5f4b4d75d1fcd04e133dede4c317aac9e18",
4540 "reference": "a11ec5f4b4d75d1fcd04e133dede4c317aac9e18",
4541 "shasum": ""
4542 },
4543 "require": {
4544 "ext-mbstring": "*",
4545 "ext-openssl": "*",
4546 "php": "^5.6 || ^7.0"
4547 },
4548 "require-dev": {
4549 "mikey179/vfsstream": "~1.5",
4550 "phpmd/phpmd": "~2.2",
4551 "phpunit/php-invoker": "~1.1",
4552 "phpunit/phpunit": "^5.7 || ^7.3",
4553 "squizlabs/php_codesniffer": "~2.3"
4554 },
4555 "type": "library",
4556 "extra": {
4557 "branch-alias": {
4558 "dev-master": "3.1-dev"
4559 }
4560 },
4561 "autoload": {
4562 "psr-4": {
4563 "Lcobucci\\JWT\\": "src"
4564 }
4565 },
4566 "notification-url": "https://packagist.org/downloads/",
4567 "license": [
4568 "BSD-3-Clause"
4569 ],
4570 "authors": [
4571 {
4572 "name": "Luís Otávio Cobucci Oblonczyk",
4573 "email": "lcobucci@gmail.com",
4574 "role": "Developer"
4575 }
4576 ],
4577 "description": "A simple library to work with JSON Web Token and JSON Web Signature",
4578 "keywords": [
4579 "JWS",
4580 "jwt"
4581 ],
4582 "time": "2019-05-24T18:30:49+00:00"
4583 },
4584 {
4585 "name": "lexik/form-filter-bundle",
4586 "version": "v5.0.10",
4587 "source": {
4588 "type": "git",
4589 "url": "https://github.com/lexik/LexikFormFilterBundle.git",
4590 "reference": "92df0638173979dc906bda7a33a10b98429d2057"
4591 },
4592 "dist": {
4593 "type": "zip",
4594 "url": "https://api.github.com/repos/lexik/LexikFormFilterBundle/zipball/92df0638173979dc906bda7a33a10b98429d2057",
4595 "reference": "92df0638173979dc906bda7a33a10b98429d2057",
4596 "shasum": ""
4597 },
4598 "require": {
4599 "doctrine/orm": "^2.4.8",
4600 "php": ">=5.5.9",
4601 "symfony/form": "~2.8|~3.0|^4.0",
4602 "symfony/framework-bundle": "~2.8|~3.0|^4.0"
4603 },
4604 "require-dev": {
4605 "doctrine/mongodb-odm-bundle": "^3.0",
4606 "phpunit/phpunit": "~5.0|^7.5"
4607 },
4608 "suggest": {
4609 "alcaeus/mongo-php-adapter": "Install this package if using the PHP 7 MongoDB Driver"
4610 },
4611 "type": "symfony-bundle",
4612 "extra": {
4613 "branch-alias": {
4614 "dev-master": "5.x.x-dev"
4615 }
4616 },
4617 "autoload": {
4618 "psr-4": {
4619 "Lexik\\Bundle\\FormFilterBundle\\": ""
4620 }
4621 },
4622 "notification-url": "https://packagist.org/downloads/",
4623 "license": [
4624 "MIT"
4625 ],
4626 "authors": [
4627 {
4628 "name": "Dev Lexik",
4629 "email": "dev@lexik.fr"
4630 },
4631 {
4632 "name": "Cedric Girard",
4633 "email": "c.girard@lexik.fr"
4634 }
4635 ],
4636 "description": "This bundle aim to provide classes to build some form filters and then build a doctrine query from this form filter.",
4637 "homepage": "https://github.com/lexik/LexikFormFilterBundle",
4638 "keywords": [
4639 "bundle",
4640 "doctrine",
4641 "filter",
4642 "form",
4643 "symfony"
4644 ],
4645 "time": "2019-04-17T17:58:44+00:00"
4646 },
4647 {
4648 "name": "liip/theme-bundle",
4649 "version": "1.7.0",
4650 "source": {
4651 "type": "git",
4652 "url": "https://github.com/liip/LiipThemeBundle.git",
4653 "reference": "362394821ff8dcc90b06272e289e7dafe4dab52a"
4654 },
4655 "dist": {
4656 "type": "zip",
4657 "url": "https://api.github.com/repos/liip/LiipThemeBundle/zipball/362394821ff8dcc90b06272e289e7dafe4dab52a",
4658 "reference": "362394821ff8dcc90b06272e289e7dafe4dab52a",
4659 "shasum": ""
4660 },
4661 "require": {
4662 "php": "^7.0",
4663 "psr/log": "~1.0",
4664 "symfony/finder": "^3.0|^4.0",
4665 "symfony/framework-bundle": "^3.0|^4.0",
4666 "symfony/templating": "^3.0|^4.0",
4667 "symfony/twig-bundle": "^3.0|^4.0",
4668 "twig/twig": "^1.34|^2.4"
4669 },
4670 "conflict": {
4671 "sebastian/comparator": "1.2.3"
4672 },
4673 "require-dev": {
4674 "phpunit/phpunit": "^6.0",
4675 "symfony/console": "^3.0|^4.0",
4676 "symfony/expression-language": "^3.0|^4.0"
4677 },
4678 "type": "symfony-bundle",
4679 "extra": {
4680 "branch-alias": {
4681 "dev-master": "1.4-dev"
4682 }
4683 },
4684 "autoload": {
4685 "psr-4": {
4686 "Liip\\ThemeBundle\\": ""
4687 }
4688 },
4689 "notification-url": "https://packagist.org/downloads/",
4690 "license": [
4691 "MIT"
4692 ],
4693 "authors": [
4694 {
4695 "name": "Community contributions",
4696 "homepage": "https://github.com/liip/LiipThemeBundle/contributors"
4697 },
4698 {
4699 "name": "Liip AG",
4700 "homepage": "http://www.liip.ch/"
4701 }
4702 ],
4703 "description": "Provides theming support for #Symfony2 Bundles",
4704 "keywords": [
4705 "themes",
4706 "theming"
4707 ],
4708 "time": "2019-06-19T12:53:08+00:00"
4709 },
4710 {
4711 "name": "masterminds/html5",
4712 "version": "2.7.0",
4713 "source": {
4714 "type": "git",
4715 "url": "https://github.com/Masterminds/html5-php.git",
4716 "reference": "104443ad663d15981225f99532ba73c2f1d6b6f2"
4717 },
4718 "dist": {
4719 "type": "zip",
4720 "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/104443ad663d15981225f99532ba73c2f1d6b6f2",
4721 "reference": "104443ad663d15981225f99532ba73c2f1d6b6f2",
4722 "shasum": ""
4723 },
4724 "require": {
4725 "ext-ctype": "*",
4726 "ext-dom": "*",
4727 "ext-libxml": "*",
4728 "php": ">=5.3.0"
4729 },
4730 "require-dev": {
4731 "phpunit/phpunit": "^4.8.35",
4732 "sami/sami": "~2.0",
4733 "satooshi/php-coveralls": "1.0.*"
4734 },
4735 "type": "library",
4736 "extra": {
4737 "branch-alias": {
4738 "dev-master": "2.7-dev"
4739 }
4740 },
4741 "autoload": {
4742 "psr-4": {
4743 "Masterminds\\": "src"
4744 }
4745 },
4746 "notification-url": "https://packagist.org/downloads/",
4747 "license": [
4748 "MIT"
4749 ],
4750 "authors": [
4751 {
4752 "name": "Matt Butcher",
4753 "email": "technosophos@gmail.com"
4754 },
4755 {
4756 "name": "Matt Farina",
4757 "email": "matt@mattfarina.com"
4758 },
4759 {
4760 "name": "Asmir Mustafic",
4761 "email": "goetas@gmail.com"
4762 }
4763 ],
4764 "description": "An HTML5 parser and serializer.",
4765 "homepage": "http://masterminds.github.io/html5-php",
4766 "keywords": [
4767 "HTML5",
4768 "dom",
4769 "html",
4770 "parser",
4771 "querypath",
4772 "serializer",
4773 "xml"
4774 ],
4775 "time": "2019-07-25T07:03:26+00:00"
4776 },
4777 {
4778 "name": "mgargano/simplehtmldom",
4779 "version": "1.5",
4780 "source": {
4781 "type": "git",
4782 "url": "https://github.com/matgargano/simplehtmldom.git",
4783 "reference": "37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be"
4784 },
4785 "dist": {
4786 "type": "zip",
4787 "url": "https://api.github.com/repos/matgargano/simplehtmldom/zipball/37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be",
4788 "reference": "37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be",
4789 "shasum": ""
4790 },
4791 "require": {
4792 "php": ">=5.3.0"
4793 },
4794 "type": "library",
4795 "autoload": {
4796 "psr-0": {
4797 "SimpleHtmlDom": "src/"
4798 },
4799 "files": [
4800 "src/simple_html_dom.php"
4801 ]
4802 },
4803 "notification-url": "https://packagist.org/downloads/",
4804 "license": [
4805 "The MIT License"
4806 ],
4807 "authors": [
4808 {
4809 "name": "S.C. Chen",
4810 "email": "me578022@gmail.com"
4811 }
4812 ],
4813 "description": "Composer package that gives you access to and (unlike all the others at this time) autoloads S.C. Chen's PHP Simple HTML DOM Parser Library",
4814 "homepage": "http://simplehtmldom.sourceforge.net/",
4815 "keywords": [
4816 "Simple",
4817 "dom",
4818 "html"
4819 ],
4820 "time": "2014-01-05T18:17:34+00:00"
4821 },
4822 {
4823 "name": "michelf/php-markdown",
4824 "version": "1.9.0",
4825 "source": {
4826 "type": "git",
4827 "url": "https://github.com/michelf/php-markdown.git",
4828 "reference": "c83178d49e372ca967d1a8c77ae4e051b3a3c75c"
4829 },
4830 "dist": {
4831 "type": "zip",
4832 "url": "https://api.github.com/repos/michelf/php-markdown/zipball/c83178d49e372ca967d1a8c77ae4e051b3a3c75c",
4833 "reference": "c83178d49e372ca967d1a8c77ae4e051b3a3c75c",
4834 "shasum": ""
4835 },
4836 "require": {
4837 "php": ">=5.3.0"
4838 },
4839 "require-dev": {
4840 "phpunit/phpunit": ">=4.3 <5.8"
4841 },
4842 "type": "library",
4843 "autoload": {
4844 "psr-4": {
4845 "Michelf\\": "Michelf/"
4846 }
4847 },
4848 "notification-url": "https://packagist.org/downloads/",
4849 "license": [
4850 "BSD-3-Clause"
4851 ],
4852 "authors": [
4853 {
4854 "name": "Michel Fortin",
4855 "email": "michel.fortin@michelf.ca",
4856 "homepage": "https://michelf.ca/",
4857 "role": "Developer"
4858 },
4859 {
4860 "name": "John Gruber",
4861 "homepage": "https://daringfireball.net/"
4862 }
4863 ],
4864 "description": "PHP Markdown",
4865 "homepage": "https://michelf.ca/projects/php-markdown/",
4866 "keywords": [
4867 "markdown"
4868 ],
4869 "time": "2019-12-02T02:32:27+00:00"
4870 },
4871 {
4872 "name": "mnapoli/piwik-twig-extension",
4873 "version": "2.0.1",
4874 "source": {
4875 "type": "git",
4876 "url": "https://github.com/mnapoli/PiwikTwigExtension.git",
4877 "reference": "e1746d20730426d7098b4a9a3f5c6c99c6f04612"
4878 },
4879 "dist": {
4880 "type": "zip",
4881 "url": "https://api.github.com/repos/mnapoli/PiwikTwigExtension/zipball/e1746d20730426d7098b4a9a3f5c6c99c6f04612",
4882 "reference": "e1746d20730426d7098b4a9a3f5c6c99c6f04612",
4883 "shasum": ""
4884 },
4885 "require": {
4886 "php": ">=7.0",
4887 "twig/twig": "~2.10"
4888 },
4889 "require-dev": {
4890 "friendsofphp/php-cs-fixer": "~2.13",
4891 "php-coveralls/php-coveralls": "^2.0",
4892 "symfony/phpunit-bridge": "^4.2"
4893 },
4894 "type": "library",
4895 "autoload": {
4896 "psr-4": {
4897 "PiwikTwigExtension\\": "src/"
4898 }
4899 },
4900 "notification-url": "https://packagist.org/downloads/",
4901 "license": [
4902 "MIT"
4903 ],
4904 "time": "2019-06-21T10:58:04+00:00"
4905 },
4906 {
4907 "name": "monolog/monolog",
4908 "version": "1.25.3",
4909 "source": {
4910 "type": "git",
4911 "url": "https://github.com/Seldaek/monolog.git",
4912 "reference": "fa82921994db851a8becaf3787a9e73c5976b6f1"
4913 },
4914 "dist": {
4915 "type": "zip",
4916 "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fa82921994db851a8becaf3787a9e73c5976b6f1",
4917 "reference": "fa82921994db851a8becaf3787a9e73c5976b6f1",
4918 "shasum": ""
4919 },
4920 "require": {
4921 "php": ">=5.3.0",
4922 "psr/log": "~1.0"
4923 },
4924 "provide": {
4925 "psr/log-implementation": "1.0.0"
4926 },
4927 "require-dev": {
4928 "aws/aws-sdk-php": "^2.4.9 || ^3.0",
4929 "doctrine/couchdb": "~1.0@dev",
4930 "graylog2/gelf-php": "~1.0",
4931 "jakub-onderka/php-parallel-lint": "0.9",
4932 "php-amqplib/php-amqplib": "~2.4",
4933 "php-console/php-console": "^3.1.3",
4934 "phpunit/phpunit": "~4.5",
4935 "phpunit/phpunit-mock-objects": "2.3.0",
4936 "ruflin/elastica": ">=0.90 <3.0",
4937 "sentry/sentry": "^0.13",
4938 "swiftmailer/swiftmailer": "^5.3|^6.0"
4939 },
4940 "suggest": {
4941 "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
4942 "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
4943 "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
4944 "ext-mongo": "Allow sending log messages to a MongoDB server",
4945 "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
4946 "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
4947 "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
4948 "php-console/php-console": "Allow sending log messages to Google Chrome",
4949 "rollbar/rollbar": "Allow sending log messages to Rollbar",
4950 "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
4951 "sentry/sentry": "Allow sending log messages to a Sentry server"
4952 },
4953 "type": "library",
4954 "extra": {
4955 "branch-alias": {
4956 "dev-master": "2.0.x-dev"
4957 }
4958 },
4959 "autoload": {
4960 "psr-4": {
4961 "Monolog\\": "src/Monolog"
4962 }
4963 },
4964 "notification-url": "https://packagist.org/downloads/",
4965 "license": [
4966 "MIT"
4967 ],
4968 "authors": [
4969 {
4970 "name": "Jordi Boggiano",
4971 "email": "j.boggiano@seld.be",
4972 "homepage": "http://seld.be"
4973 }
4974 ],
4975 "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
4976 "homepage": "http://github.com/Seldaek/monolog",
4977 "keywords": [
4978 "log",
4979 "logging",
4980 "psr-3"
4981 ],
4982 "time": "2019-12-20T14:15:16+00:00"
4983 },
4984 {
4985 "name": "nelmio/api-doc-bundle",
4986 "version": "2.13.4",
4987 "target-dir": "Nelmio/ApiDocBundle",
4988 "source": {
4989 "type": "git",
4990 "url": "https://github.com/nelmio/NelmioApiDocBundle.git",
4991 "reference": "28802f2c44dbbf29aa7f5dc80a10f44d3558f580"
4992 },
4993 "dist": {
4994 "type": "zip",
4995 "url": "https://api.github.com/repos/nelmio/NelmioApiDocBundle/zipball/28802f2c44dbbf29aa7f5dc80a10f44d3558f580",
4996 "reference": "28802f2c44dbbf29aa7f5dc80a10f44d3558f580",
4997 "shasum": ""
4998 },
4999 "require": {
5000 "michelf/php-markdown": "~1.4",
5001 "php": ">=5.4",
5002 "symfony/console": "~2.3|~3.0|~4.0",
5003 "symfony/framework-bundle": "~2.3|~3.0|~4.0",
5004 "symfony/twig-bundle": "~2.3|~3.0|~4.0"
5005 },
5006 "conflict": {
5007 "jms/serializer": "<0.12",
5008 "jms/serializer-bundle": "<0.11",
5009 "symfony/symfony": "~2.7.8",
5010 "twig/twig": "<1.12"
5011 },
5012 "require-dev": {
5013 "doctrine/doctrine-bundle": "~1.5",
5014 "doctrine/orm": "~2.3",
5015 "dunglas/api-bundle": "~1.0",
5016 "friendsofsymfony/rest-bundle": "~1.0|~2.0",
5017 "jms/serializer-bundle": ">=0.11",
5018 "sensio/framework-extra-bundle": "~3.0",
5019 "symfony/browser-kit": "~2.3|~3.0|~4.0",
5020 "symfony/css-selector": "~2.3|~3.0|~4.0",
5021 "symfony/finder": "~2.3|~3.0|~4.0",
5022 "symfony/form": "~2.3|~3.0|~4.0",
5023 "symfony/phpunit-bridge": "~2.7|~3.0|~4.0",
5024 "symfony/serializer": "~2.7|~3.0|~4.0",
5025 "symfony/validator": "~2.3|~3.0|~4.0",
5026 "symfony/yaml": "~2.3|~3.0|~4.0"
5027 },
5028 "suggest": {
5029 "dunglas/api-bundle": "For making use of resources definitions of DunglasApiBundle.",
5030 "friendsofsymfony/rest-bundle": "For making use of REST information in the doc.",
5031 "jms/serializer": "For making use of serializer information in the doc.",
5032 "symfony/form": "For using form definitions as input.",
5033 "symfony/validator": "For making use of validator information in the doc."
5034 },
5035 "type": "symfony-bundle",
5036 "extra": {
5037 "branch-alias": {
5038 "dev-2.x": "2.13-dev"
5039 }
5040 },
5041 "autoload": {
5042 "psr-0": {
5043 "Nelmio\\ApiDocBundle": ""
5044 }
5045 },
5046 "notification-url": "https://packagist.org/downloads/",
5047 "license": [
5048 "MIT"
5049 ],
5050 "authors": [
5051 {
5052 "name": "Nelmio",
5053 "homepage": "http://nelm.io"
5054 },
5055 {
5056 "name": "Symfony Community",
5057 "homepage": "https://github.com/nelmio/NelmioApiDocBundle/contributors"
5058 }
5059 ],
5060 "description": "Generates documentation for your REST API from annotations",
5061 "keywords": [
5062 "api",
5063 "doc",
5064 "documentation",
5065 "rest"
5066 ],
5067 "time": "2019-06-01T13:34:59+00:00"
5068 },
5069 {
5070 "name": "nelmio/cors-bundle",
5071 "version": "1.5.6",
5072 "source": {
5073 "type": "git",
5074 "url": "https://github.com/nelmio/NelmioCorsBundle.git",
5075 "reference": "10a24c10f242440211ed31075e74f81661c690d9"
5076 },
5077 "dist": {
5078 "type": "zip",
5079 "url": "https://api.github.com/repos/nelmio/NelmioCorsBundle/zipball/10a24c10f242440211ed31075e74f81661c690d9",
5080 "reference": "10a24c10f242440211ed31075e74f81661c690d9",
5081 "shasum": ""
5082 },
5083 "require": {
5084 "symfony/framework-bundle": "^2.7 || ^3.0 || ^4.0"
5085 },
5086 "require-dev": {
5087 "matthiasnoback/symfony-dependency-injection-test": "^1.0 || ^2.0",
5088 "mockery/mockery": "^0.9 || ^1.0",
5089 "symfony/phpunit-bridge": "^2.7 || ^3.0 || ^4.0"
5090 },
5091 "type": "symfony-bundle",
5092 "extra": {
5093 "branch-alias": {
5094 "dev-master": "1.5.x-dev"
5095 }
5096 },
5097 "autoload": {
5098 "psr-4": {
5099 "Nelmio\\CorsBundle\\": ""
5100 },
5101 "exclude-from-classmap": [
5102 "/Tests/"
5103 ]
5104 },
5105 "notification-url": "https://packagist.org/downloads/",
5106 "license": [
5107 "MIT"
5108 ],
5109 "authors": [
5110 {
5111 "name": "Nelmio",
5112 "homepage": "http://nelm.io"
5113 },
5114 {
5115 "name": "Symfony Community",
5116 "homepage": "https://github.com/nelmio/NelmioCorsBundle/contributors"
5117 }
5118 ],
5119 "description": "Adds CORS (Cross-Origin Resource Sharing) headers support in your Symfony2 application",
5120 "keywords": [
5121 "api",
5122 "cors",
5123 "crossdomain"
5124 ],
5125 "time": "2019-06-17T08:53:14+00:00"
5126 },
5127 {
5128 "name": "ocramius/package-versions",
5129 "version": "1.4.2",
5130 "source": {
5131 "type": "git",
5132 "url": "https://github.com/Ocramius/PackageVersions.git",
5133 "reference": "44af6f3a2e2e04f2af46bcb302ad9600cba41c7d"
5134 },
5135 "dist": {
5136 "type": "zip",
5137 "url": "https://api.github.com/repos/Ocramius/PackageVersions/zipball/44af6f3a2e2e04f2af46bcb302ad9600cba41c7d",
5138 "reference": "44af6f3a2e2e04f2af46bcb302ad9600cba41c7d",
5139 "shasum": ""
5140 },
5141 "require": {
5142 "composer-plugin-api": "^1.0.0",
5143 "php": "^7.1.0"
5144 },
5145 "require-dev": {
5146 "composer/composer": "^1.6.3",
5147 "doctrine/coding-standard": "^5.0.1",
5148 "ext-zip": "*",
5149 "infection/infection": "^0.7.1",
5150 "phpunit/phpunit": "^7.5.17"
5151 },
5152 "type": "composer-plugin",
5153 "extra": {
5154 "class": "PackageVersions\\Installer",
5155 "branch-alias": {
5156 "dev-master": "2.0.x-dev"
5157 }
5158 },
5159 "autoload": {
5160 "psr-4": {
5161 "PackageVersions\\": "src/PackageVersions"
5162 }
5163 },
5164 "notification-url": "https://packagist.org/downloads/",
5165 "license": [
5166 "MIT"
5167 ],
5168 "authors": [
5169 {
5170 "name": "Marco Pivetta",
5171 "email": "ocramius@gmail.com"
5172 }
5173 ],
5174 "description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)",
5175 "time": "2019-11-15T16:17:10+00:00"
5176 },
5177 {
5178 "name": "ocramius/proxy-manager",
5179 "version": "2.1.1",
5180 "source": {
5181 "type": "git",
5182 "url": "https://github.com/Ocramius/ProxyManager.git",
5183 "reference": "e18ac876b2e4819c76349de8f78ccc8ef1554cd7"
5184 },
5185 "dist": {
5186 "type": "zip",
5187 "url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/e18ac876b2e4819c76349de8f78ccc8ef1554cd7",
5188 "reference": "e18ac876b2e4819c76349de8f78ccc8ef1554cd7",
5189 "shasum": ""
5190 },
5191 "require": {
5192 "ocramius/package-versions": "^1.1.1",
5193 "php": "^7.1.0",
5194 "zendframework/zend-code": "^3.1.0"
5195 },
5196 "require-dev": {
5197 "couscous/couscous": "^1.5.2",
5198 "ext-phar": "*",
5199 "humbug/humbug": "dev-master@DEV",
5200 "nikic/php-parser": "^3.0.4",
5201 "phpbench/phpbench": "^0.12.2",
5202 "phpstan/phpstan": "^0.6.4",
5203 "phpunit/phpunit": "^5.6.4",
5204 "phpunit/phpunit-mock-objects": "^3.4.1",
5205 "squizlabs/php_codesniffer": "^2.7.0"
5206 },
5207 "suggest": {
5208 "ocramius/generated-hydrator": "To have very fast object to array to object conversion for ghost objects",
5209 "zendframework/zend-json": "To have the JsonRpc adapter (Remote Object feature)",
5210 "zendframework/zend-soap": "To have the Soap adapter (Remote Object feature)",
5211 "zendframework/zend-xmlrpc": "To have the XmlRpc adapter (Remote Object feature)"
5212 },
5213 "type": "library",
5214 "extra": {
5215 "branch-alias": {
5216 "dev-master": "3.0.x-dev"
5217 }
5218 },
5219 "autoload": {
5220 "psr-0": {
5221 "ProxyManager\\": "src"
5222 }
5223 },
5224 "notification-url": "https://packagist.org/downloads/",
5225 "license": [
5226 "MIT"
5227 ],
5228 "authors": [
5229 {
5230 "name": "Marco Pivetta",
5231 "email": "ocramius@gmail.com",
5232 "homepage": "http://ocramius.github.io/"
5233 }
5234 ],
5235 "description": "A library providing utilities to generate, instantiate and generally operate with Object Proxies",
5236 "homepage": "https://github.com/Ocramius/ProxyManager",
5237 "keywords": [
5238 "aop",
5239 "lazy loading",
5240 "proxy",
5241 "proxy pattern",
5242 "service proxies"
5243 ],
5244 "time": "2017-05-04T11:12:50+00:00"
5245 },
5246 {
5247 "name": "pagerfanta/pagerfanta",
5248 "version": "v2.1.3",
5249 "source": {
5250 "type": "git",
5251 "url": "https://github.com/whiteoctober/Pagerfanta.git",
5252 "reference": "a53ff01d521648d9dbca19b93ac6bc75a59b0972"
5253 },
5254 "dist": {
5255 "type": "zip",
5256 "url": "https://api.github.com/repos/whiteoctober/Pagerfanta/zipball/a53ff01d521648d9dbca19b93ac6bc75a59b0972",
5257 "reference": "a53ff01d521648d9dbca19b93ac6bc75a59b0972",
5258 "shasum": ""
5259 },
5260 "require": {
5261 "php": "^7.0"
5262 },
5263 "require-dev": {
5264 "doctrine/orm": "~2.3",
5265 "doctrine/phpcr-odm": "1.*",
5266 "jackalope/jackalope-doctrine-dbal": "1.*",
5267 "jmikola/geojson": "~1.0",
5268 "mandango/mandango": "~1.0@dev",
5269 "mandango/mondator": "~1.0@dev",
5270 "phpunit/phpunit": "^6.5",
5271 "propel/propel": "~2.0@dev",
5272 "propel/propel1": "~1.6",
5273 "ruflin/elastica": "~1.3",
5274 "solarium/solarium": "~3.1"
5275 },
5276 "suggest": {
5277 "doctrine/mongodb-odm": "To use the DoctrineODMMongoDBAdapter.",
5278 "doctrine/orm": "To use the DoctrineORMAdapter.",
5279 "doctrine/phpcr-odm": "To use the DoctrineODMPhpcrAdapter. >= 1.1.0",
5280 "mandango/mandango": "To use the MandangoAdapter.",
5281 "propel/propel": "To use the Propel2Adapter",
5282 "propel/propel1": "To use the PropelAdapter",
5283 "solarium/solarium": "To use the SolariumAdapter."
5284 },
5285 "type": "library",
5286 "extra": {
5287 "branch-alias": {
5288 "dev-master": "1.0.x-dev"
5289 }
5290 },
5291 "autoload": {
5292 "psr-4": {
5293 "Pagerfanta\\": "src/Pagerfanta/"
5294 }
5295 },
5296 "notification-url": "https://packagist.org/downloads/",
5297 "license": [
5298 "MIT"
5299 ],
5300 "authors": [
5301 {
5302 "name": "Pablo Díez",
5303 "email": "pablodip@gmail.com"
5304 }
5305 ],
5306 "description": "Pagination for PHP",
5307 "keywords": [
5308 "page",
5309 "pagination",
5310 "paginator",
5311 "paging"
5312 ],
5313 "time": "2019-07-17T20:56:16+00:00"
5314 },
5315 {
5316 "name": "paragonie/constant_time_encoding",
5317 "version": "v2.3.0",
5318 "source": {
5319 "type": "git",
5320 "url": "https://github.com/paragonie/constant_time_encoding.git",
5321 "reference": "47a1cedd2e4d52688eb8c96469c05ebc8fd28fa2"
5322 },
5323 "dist": {
5324 "type": "zip",
5325 "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/47a1cedd2e4d52688eb8c96469c05ebc8fd28fa2",
5326 "reference": "47a1cedd2e4d52688eb8c96469c05ebc8fd28fa2",
5327 "shasum": ""
5328 },
5329 "require": {
5330 "php": "^7|^8"
5331 },
5332 "require-dev": {
5333 "phpunit/phpunit": "^6|^7",
5334 "vimeo/psalm": "^1|^2|^3"
5335 },
5336 "type": "library",
5337 "autoload": {
5338 "psr-4": {
5339 "ParagonIE\\ConstantTime\\": "src/"
5340 }
5341 },
5342 "notification-url": "https://packagist.org/downloads/",
5343 "license": [
5344 "MIT"
5345 ],
5346 "authors": [
5347 {
5348 "name": "Paragon Initiative Enterprises",
5349 "email": "security@paragonie.com",
5350 "homepage": "https://paragonie.com",
5351 "role": "Maintainer"
5352 },
5353 {
5354 "name": "Steve 'Sc00bz' Thomas",
5355 "email": "steve@tobtu.com",
5356 "homepage": "https://www.tobtu.com",
5357 "role": "Original Developer"
5358 }
5359 ],
5360 "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
5361 "keywords": [
5362 "base16",
5363 "base32",
5364 "base32_decode",
5365 "base32_encode",
5366 "base64",
5367 "base64_decode",
5368 "base64_encode",
5369 "bin2hex",
5370 "encoding",
5371 "hex",
5372 "hex2bin",
5373 "rfc4648"
5374 ],
5375 "time": "2019-11-06T19:20:29+00:00"
5376 },
5377 {
5378 "name": "paragonie/random_compat",
5379 "version": "v2.0.18",
5380 "source": {
5381 "type": "git",
5382 "url": "https://github.com/paragonie/random_compat.git",
5383 "reference": "0a58ef6e3146256cc3dc7cc393927bcc7d1b72db"
5384 },
5385 "dist": {
5386 "type": "zip",
5387 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/0a58ef6e3146256cc3dc7cc393927bcc7d1b72db",
5388 "reference": "0a58ef6e3146256cc3dc7cc393927bcc7d1b72db",
5389 "shasum": ""
5390 },
5391 "require": {
5392 "php": ">=5.2.0"
5393 },
5394 "require-dev": {
5395 "phpunit/phpunit": "4.*|5.*"
5396 },
5397 "suggest": {
5398 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
5399 },
5400 "type": "library",
5401 "autoload": {
5402 "files": [
5403 "lib/random.php"
5404 ]
5405 },
5406 "notification-url": "https://packagist.org/downloads/",
5407 "license": [
5408 "MIT"
5409 ],
5410 "authors": [
5411 {
5412 "name": "Paragon Initiative Enterprises",
5413 "email": "security@paragonie.com",
5414 "homepage": "https://paragonie.com"
5415 }
5416 ],
5417 "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
5418 "keywords": [
5419 "csprng",
5420 "polyfill",
5421 "pseudorandom",
5422 "random"
5423 ],
5424 "time": "2019-01-03T20:59:08+00:00"
5425 },
5426 {
5427 "name": "php-amqplib/php-amqplib",
5428 "version": "v2.11.0",
5429 "source": {
5430 "type": "git",
5431 "url": "https://github.com/php-amqplib/php-amqplib.git",
5432 "reference": "9ee212baced63442ca1ab029acde38e1144a00b8"
5433 },
5434 "dist": {
5435 "type": "zip",
5436 "url": "https://api.github.com/repos/php-amqplib/php-amqplib/zipball/9ee212baced63442ca1ab029acde38e1144a00b8",
5437 "reference": "9ee212baced63442ca1ab029acde38e1144a00b8",
5438 "shasum": ""
5439 },
5440 "require": {
5441 "ext-mbstring": "*",
5442 "ext-sockets": "*",
5443 "php": ">=5.6.3",
5444 "phpseclib/phpseclib": "^2.0.0"
5445 },
5446 "replace": {
5447 "videlalvaro/php-amqplib": "self.version"
5448 },
5449 "require-dev": {
5450 "ext-curl": "*",
5451 "nategood/httpful": "^0.2.20",
5452 "phpunit/phpunit": "^5.7|^6.5|^7.0",
5453 "squizlabs/php_codesniffer": "^2.5"
5454 },
5455 "type": "library",
5456 "extra": {
5457 "branch-alias": {
5458 "dev-master": "2.11-dev"
5459 }
5460 },
5461 "autoload": {
5462 "psr-4": {
5463 "PhpAmqpLib\\": "PhpAmqpLib/"
5464 }
5465 },
5466 "notification-url": "https://packagist.org/downloads/",
5467 "license": [
5468 "LGPL-2.1-or-later"
5469 ],
5470 "authors": [
5471 {
5472 "name": "Alvaro Videla",
5473 "role": "Original Maintainer"
5474 },
5475 {
5476 "name": "John Kelly",
5477 "email": "johnmkelly86@gmail.com",
5478 "role": "Maintainer"
5479 },
5480 {
5481 "name": "Raúl Araya",
5482 "email": "nubeiro@gmail.com",
5483 "role": "Maintainer"
5484 },
5485 {
5486 "name": "Luke Bakken",
5487 "email": "luke@bakken.io",
5488 "role": "Maintainer"
5489 }
5490 ],
5491 "description": "Formerly videlalvaro/php-amqplib. This library is a pure PHP implementation of the AMQP protocol. It's been tested against RabbitMQ.",
5492 "homepage": "https://github.com/php-amqplib/php-amqplib/",
5493 "keywords": [
5494 "message",
5495 "queue",
5496 "rabbitmq"
5497 ],
5498 "time": "2019-11-19T15:15:19+00:00"
5499 },
5500 {
5501 "name": "php-amqplib/rabbitmq-bundle",
5502 "version": "v1.14.4",
5503 "source": {
5504 "type": "git",
5505 "url": "https://github.com/php-amqplib/RabbitMqBundle.git",
5506 "reference": "cf67adaa4e306d8e9cb6855a72d79263b425ded8"
5507 },
5508 "dist": {
5509 "type": "zip",
5510 "url": "https://api.github.com/repos/php-amqplib/RabbitMqBundle/zipball/cf67adaa4e306d8e9cb6855a72d79263b425ded8",
5511 "reference": "cf67adaa4e306d8e9cb6855a72d79263b425ded8",
5512 "shasum": ""
5513 },
5514 "require": {
5515 "php": "^5.3.9|^7.0",
5516 "php-amqplib/php-amqplib": "^2.6",
5517 "psr/log": "^1.0",
5518 "symfony/config": "^2.7|^3.0|^4.0",
5519 "symfony/console": "^2.7|^3.0|^4.0",
5520 "symfony/dependency-injection": "^2.7|^3.0|^4.0",
5521 "symfony/event-dispatcher": "^2.7|^3.0|^4.0",
5522 "symfony/yaml": "^2.7|^3.0|^4.0"
5523 },
5524 "replace": {
5525 "oldsound/rabbitmq-bundle": "self.version"
5526 },
5527 "require-dev": {
5528 "phpunit/phpunit": "^4.8.35|^5.4.3",
5529 "symfony/debug": "^2.7|^3.0|^4.0",
5530 "symfony/serializer": "^2.7|^3.0|^4.0"
5531 },
5532 "suggest": {
5533 "symfony/framework-bundle": "To use this lib as a full Symfony Bundle and to use the profiler data collector"
5534 },
5535 "type": "symfony-bundle",
5536 "extra": {
5537 "branch-alias": {
5538 "dev-master": "1.10.x-dev"
5539 }
5540 },
5541 "autoload": {
5542 "psr-4": {
5543 "OldSound\\RabbitMqBundle\\": ""
5544 },
5545 "exclude-from-classmap": [
5546 "/Tests/"
5547 ]
5548 },
5549 "notification-url": "https://packagist.org/downloads/",
5550 "license": [
5551 "MIT"
5552 ],
5553 "authors": [
5554 {
5555 "name": "Alvaro Videla"
5556 }
5557 ],
5558 "description": "Integrates php-amqplib with Symfony & RabbitMq. Formerly oldsound/rabbitmq-bundle.",
5559 "keywords": [
5560 "AMQP",
5561 "Symfony2",
5562 "message",
5563 "queue",
5564 "rabbitmq",
5565 "symfony",
5566 "symfony3",
5567 "symfony4"
5568 ],
5569 "time": "2018-05-02T13:12:32+00:00"
5570 },
5571 {
5572 "name": "php-http/client-common",
5573 "version": "2.1.0",
5574 "source": {
5575 "type": "git",
5576 "url": "https://github.com/php-http/client-common.git",
5577 "reference": "a8b29678d61556f45d6236b1667db16d998ceec5"
5578 },
5579 "dist": {
5580 "type": "zip",
5581 "url": "https://api.github.com/repos/php-http/client-common/zipball/a8b29678d61556f45d6236b1667db16d998ceec5",
5582 "reference": "a8b29678d61556f45d6236b1667db16d998ceec5",
5583 "shasum": ""
5584 },
5585 "require": {
5586 "php": "^7.1",
5587 "php-http/httplug": "^2.0",
5588 "php-http/message": "^1.6",
5589 "php-http/message-factory": "^1.0",
5590 "symfony/options-resolver": " ^3.4.20 || ~4.0.15 || ~4.1.9 || ^4.2.1 || ^5.0"
5591 },
5592 "require-dev": {
5593 "doctrine/instantiator": "^1.1",
5594 "guzzlehttp/psr7": "^1.4",
5595 "phpspec/phpspec": "^5.1",
5596 "phpspec/prophecy": "^1.8",
5597 "sebastian/comparator": "^3.0"
5598 },
5599 "suggest": {
5600 "ext-json": "To detect JSON responses with the ContentTypePlugin",
5601 "ext-libxml": "To detect XML responses with the ContentTypePlugin",
5602 "php-http/cache-plugin": "PSR-6 Cache plugin",
5603 "php-http/logger-plugin": "PSR-3 Logger plugin",
5604 "php-http/stopwatch-plugin": "Symfony Stopwatch plugin"
5605 },
5606 "type": "library",
5607 "extra": {
5608 "branch-alias": {
5609 "dev-master": "2.0.x-dev"
5610 }
5611 },
5612 "autoload": {
5613 "psr-4": {
5614 "Http\\Client\\Common\\": "src/"
5615 }
5616 },
5617 "notification-url": "https://packagist.org/downloads/",
5618 "license": [
5619 "MIT"
5620 ],
5621 "authors": [
5622 {
5623 "name": "Márk Sági-Kazár",
5624 "email": "mark.sagikazar@gmail.com"
5625 }
5626 ],
5627 "description": "Common HTTP Client implementations and tools for HTTPlug",
5628 "homepage": "http://httplug.io",
5629 "keywords": [
5630 "client",
5631 "common",
5632 "http",
5633 "httplug"
5634 ],
5635 "time": "2019-11-18T08:58:18+00:00"
5636 },
5637 {
5638 "name": "php-http/curl-client",
5639 "version": "2.1.0",
5640 "source": {
5641 "type": "git",
5642 "url": "https://github.com/php-http/curl-client.git",
5643 "reference": "9e79355af46d72e10da50be20b66f74b26143441"
5644 },
5645 "dist": {
5646 "type": "zip",
5647 "url": "https://api.github.com/repos/php-http/curl-client/zipball/9e79355af46d72e10da50be20b66f74b26143441",
5648 "reference": "9e79355af46d72e10da50be20b66f74b26143441",
5649 "shasum": ""
5650 },
5651 "require": {
5652 "ext-curl": "*",
5653 "php": "^7.1",
5654 "php-http/discovery": "^1.6",
5655 "php-http/httplug": "^2.0",
5656 "php-http/message": "^1.2",
5657 "psr/http-client": "^1.0",
5658 "psr/http-factory": "^1.0",
5659 "symfony/options-resolver": "^3.4 || ^4.0 || ^5.0"
5660 },
5661 "provide": {
5662 "php-http/async-client-implementation": "1.0",
5663 "php-http/client-implementation": "1.0",
5664 "psr/http-client-implementation": "1.0"
5665 },
5666 "require-dev": {
5667 "guzzlehttp/psr7": "^1.0",
5668 "php-http/client-integration-tests": "^2.0",
5669 "phpunit/phpunit": "^7.5",
5670 "zendframework/zend-diactoros": "^2.0"
5671 },
5672 "type": "library",
5673 "extra": {
5674 "branch-alias": {
5675 "dev-master": "2.x-dev"
5676 }
5677 },
5678 "autoload": {
5679 "psr-4": {
5680 "Http\\Client\\Curl\\": "src/"
5681 }
5682 },
5683 "notification-url": "https://packagist.org/downloads/",
5684 "license": [
5685 "MIT"
5686 ],
5687 "authors": [
5688 {
5689 "name": "Михаил Красильников",
5690 "email": "m.krasilnikov@yandex.ru"
5691 }
5692 ],
5693 "description": "PSR-18 and HTTPlug Async client with cURL",
5694 "homepage": "http://php-http.org",
5695 "keywords": [
5696 "curl",
5697 "http",
5698 "psr-18"
5699 ],
5700 "time": "2019-12-27T11:02:07+00:00"
5701 },
5702 {
5703 "name": "php-http/discovery",
5704 "version": "1.7.4",
5705 "source": {
5706 "type": "git",
5707 "url": "https://github.com/php-http/discovery.git",
5708 "reference": "82dbef649ccffd8e4f22e1953c3a5265992b83c0"
5709 },
5710 "dist": {
5711 "type": "zip",
5712 "url": "https://api.github.com/repos/php-http/discovery/zipball/82dbef649ccffd8e4f22e1953c3a5265992b83c0",
5713 "reference": "82dbef649ccffd8e4f22e1953c3a5265992b83c0",
5714 "shasum": ""
5715 },
5716 "require": {
5717 "php": "^7.1"
5718 },
5719 "conflict": {
5720 "nyholm/psr7": "<1.0"
5721 },
5722 "require-dev": {
5723 "akeneo/phpspec-skip-example-extension": "^4.0",
5724 "php-http/httplug": "^1.0 || ^2.0",
5725 "php-http/message-factory": "^1.0",
5726 "phpspec/phpspec": "^5.1",
5727 "puli/composer-plugin": "1.0.0-beta10"
5728 },
5729 "suggest": {
5730 "php-http/message": "Allow to use Guzzle, Diactoros or Slim Framework factories",
5731 "puli/composer-plugin": "Sets up Puli which is recommended for Discovery to work. Check http://docs.php-http.org/en/latest/discovery.html for more details."
5732 },
5733 "type": "library",
5734 "extra": {
5735 "branch-alias": {
5736 "dev-master": "1.7-dev"
5737 }
5738 },
5739 "autoload": {
5740 "psr-4": {
5741 "Http\\Discovery\\": "src/"
5742 }
5743 },
5744 "notification-url": "https://packagist.org/downloads/",
5745 "license": [
5746 "MIT"
5747 ],
5748 "authors": [
5749 {
5750 "name": "Márk Sági-Kazár",
5751 "email": "mark.sagikazar@gmail.com"
5752 }
5753 ],
5754 "description": "Finds installed HTTPlug implementations and PSR-7 message factories",
5755 "homepage": "http://php-http.org",
5756 "keywords": [
5757 "adapter",
5758 "client",
5759 "discovery",
5760 "factory",
5761 "http",
5762 "message",
5763 "psr7"
5764 ],
5765 "time": "2020-01-03T11:25:47+00:00"
5766 },
5767 {
5768 "name": "php-http/guzzle5-adapter",
5769 "version": "2.0.0",
5770 "source": {
5771 "type": "git",
5772 "url": "https://github.com/php-http/guzzle5-adapter.git",
5773 "reference": "cce48360b1f8a3467bd94e853e6107aa4532008e"
5774 },
5775 "dist": {
5776 "type": "zip",
5777 "url": "https://api.github.com/repos/php-http/guzzle5-adapter/zipball/cce48360b1f8a3467bd94e853e6107aa4532008e",
5778 "reference": "cce48360b1f8a3467bd94e853e6107aa4532008e",
5779 "shasum": ""
5780 },
5781 "require": {
5782 "guzzlehttp/guzzle": "^5.1",
5783 "php": "^7.0",
5784 "php-http/discovery": "^1.0",
5785 "php-http/httplug": "^2.0"
5786 },
5787 "provide": {
5788 "php-http/client-implementation": "1.0",
5789 "psr/http-client-implementation": "1.0"
5790 },
5791 "require-dev": {
5792 "ext-curl": "*",
5793 "guzzlehttp/ringphp": "^1.1",
5794 "php-http/client-integration-tests": "^2.0",
5795 "phpunit/phpunit": "^6.0 || ^7.0"
5796 },
5797 "type": "library",
5798 "extra": {
5799 "branch-alias": {
5800 "dev-master": "2.0-dev"
5801 }
5802 },
5803 "autoload": {
5804 "psr-4": {
5805 "Http\\Adapter\\Guzzle5\\": "src/"
5806 }
5807 },
5808 "notification-url": "https://packagist.org/downloads/",
5809 "license": [
5810 "MIT"
5811 ],
5812 "authors": [
5813 {
5814 "name": "Eric GELOEN",
5815 "email": "geloen.eric@gmail.com"
5816 },
5817 {
5818 "name": "Márk Sági-Kazár",
5819 "email": "mark.sagikazar@gmail.com"
5820 }
5821 ],
5822 "description": "Guzzle 5 HTTP Adapter",
5823 "homepage": "http://httplug.io",
5824 "keywords": [
5825 "Guzzle",
5826 "http"
5827 ],
5828 "time": "2019-02-05T12:28:45+00:00"
5829 },
5830 {
5831 "name": "php-http/httplug",
5832 "version": "2.1.0",
5833 "source": {
5834 "type": "git",
5835 "url": "https://github.com/php-http/httplug.git",
5836 "reference": "72d2b129a48f0490d55b7f89be0d6aa0597ffb06"
5837 },
5838 "dist": {
5839 "type": "zip",
5840 "url": "https://api.github.com/repos/php-http/httplug/zipball/72d2b129a48f0490d55b7f89be0d6aa0597ffb06",
5841 "reference": "72d2b129a48f0490d55b7f89be0d6aa0597ffb06",
5842 "shasum": ""
5843 },
5844 "require": {
5845 "php": "^7.0",
5846 "php-http/promise": "^1.0",
5847 "psr/http-client": "^1.0",
5848 "psr/http-message": "^1.0"
5849 },
5850 "require-dev": {
5851 "friends-of-phpspec/phpspec-code-coverage": "^4.1",
5852 "phpspec/phpspec": "^4.3.4|^5.0|^6.0"
5853 },
5854 "type": "library",
5855 "extra": {
5856 "branch-alias": {
5857 "dev-master": "2.x-dev"
5858 }
5859 },
5860 "autoload": {
5861 "psr-4": {
5862 "Http\\Client\\": "src/"
5863 }
5864 },
5865 "notification-url": "https://packagist.org/downloads/",
5866 "license": [
5867 "MIT"
5868 ],
5869 "authors": [
5870 {
5871 "name": "Eric GELOEN",
5872 "email": "geloen.eric@gmail.com"
5873 },
5874 {
5875 "name": "Márk Sági-Kazár",
5876 "email": "mark.sagikazar@gmail.com"
5877 }
5878 ],
5879 "description": "HTTPlug, the HTTP client abstraction for PHP",
5880 "homepage": "http://httplug.io",
5881 "keywords": [
5882 "client",
5883 "http"
5884 ],
5885 "time": "2019-12-27T10:07:11+00:00"
5886 },
5887 {
5888 "name": "php-http/httplug-bundle",
5889 "version": "1.16.0",
5890 "source": {
5891 "type": "git",
5892 "url": "https://github.com/php-http/HttplugBundle.git",
5893 "reference": "5044b655fcd3a43243383cd692a6bb6cd18af24f"
5894 },
5895 "dist": {
5896 "type": "zip",
5897 "url": "https://api.github.com/repos/php-http/HttplugBundle/zipball/5044b655fcd3a43243383cd692a6bb6cd18af24f",
5898 "reference": "5044b655fcd3a43243383cd692a6bb6cd18af24f",
5899 "shasum": ""
5900 },
5901 "require": {
5902 "php": "^7.1",
5903 "php-http/client-common": "^1.9 || ^2.0",
5904 "php-http/client-implementation": "^1.0",
5905 "php-http/discovery": "^1.0",
5906 "php-http/httplug": "^1.0 || ^2.0",
5907 "php-http/logger-plugin": "^1.1",
5908 "php-http/message": "^1.4",
5909 "php-http/message-factory": "^1.0.2",
5910 "php-http/stopwatch-plugin": "^1.2",
5911 "psr/http-message": "^1.0",
5912 "symfony/config": "^3.4.20 || ^4.2.1",
5913 "symfony/dependency-injection": "^3.4.20 || ^4.2.1",
5914 "symfony/event-dispatcher": "^3.4.20 || ^4.2.1",
5915 "symfony/http-kernel": "^3.4.20 || ^4.2.1",
5916 "symfony/options-resolver": "^3.4.20 || ^4.2.1"
5917 },
5918 "conflict": {
5919 "php-http/curl-client": "<2.0",
5920 "php-http/guzzle6-adapter": "<1.1"
5921 },
5922 "require-dev": {
5923 "guzzlehttp/psr7": "^1.0",
5924 "matthiasnoback/symfony-dependency-injection-test": "^3.0",
5925 "nyholm/nsa": "^1.1",
5926 "php-http/cache-plugin": "^1.6",
5927 "php-http/guzzle6-adapter": "^1.1.1 || ^2.0.1",
5928 "php-http/mock-client": "^1.2",
5929 "php-http/promise": "^1.0",
5930 "polishsymfonycommunity/symfony-mocker-container": "^1.0",
5931 "symfony/browser-kit": "^3.4.20 || ^4.2.1",
5932 "symfony/cache": "^3.4.20 || ^4.2.1",
5933 "symfony/dom-crawler": "^3.4.20 || ^4.2.1",
5934 "symfony/framework-bundle": "^3.4.0 || ^4.2",
5935 "symfony/http-foundation": "^3.4.20 || ^4.2.1",
5936 "symfony/phpunit-bridge": "^3.4 || ^4.2",
5937 "symfony/stopwatch": "^3.4.20 || ^4.2.1",
5938 "symfony/twig-bundle": "^3.4.20 || ^4.2.1",
5939 "symfony/web-profiler-bundle": "^3.4.20 || ^4.2.1",
5940 "twig/twig": "^1.36 || ^2.6"
5941 },
5942 "suggest": {
5943 "php-http/cache-plugin": "To configure clients that cache responses",
5944 "php-http/mock-client": "Add this to your require-dev section to mock HTTP responses easily",
5945 "twig/twig": "Add this to your require-dev section when using the WebProfilerBundle"
5946 },
5947 "type": "symfony-bundle",
5948 "extra": {
5949 "branch-alias": {
5950 "dev-master": "1.x-dev"
5951 }
5952 },
5953 "autoload": {
5954 "psr-4": {
5955 "Http\\HttplugBundle\\": "src/"
5956 },
5957 "exclude-from-classmap": [
5958 "/Tests/Resources/MyPsr18TestClient.php"
5959 ]
5960 },
5961 "notification-url": "https://packagist.org/downloads/",
5962 "license": [
5963 "MIT"
5964 ],
5965 "authors": [
5966 {
5967 "name": "David Buchmann",
5968 "email": "mail@davidbu.ch"
5969 },
5970 {
5971 "name": "Tobias Nyholm",
5972 "email": "tobias.nyholm@gmail.com"
5973 }
5974 ],
5975 "description": "Symfony integration for HTTPlug",
5976 "homepage": "http://httplug.io",
5977 "keywords": [
5978 "adapter",
5979 "bundle",
5980 "discovery",
5981 "factory",
5982 "http",
5983 "httplug",
5984 "message",
5985 "php-http"
5986 ],
5987 "time": "2019-06-05T12:03:16+00:00"
5988 },
5989 {
5990 "name": "php-http/logger-plugin",
5991 "version": "1.1.0",
5992 "source": {
5993 "type": "git",
5994 "url": "https://github.com/php-http/logger-plugin.git",
5995 "reference": "c1c6e90717ce350319b7b8bc489f1db35bb523fd"
5996 },
5997 "dist": {
5998 "type": "zip",
5999 "url": "https://api.github.com/repos/php-http/logger-plugin/zipball/c1c6e90717ce350319b7b8bc489f1db35bb523fd",
6000 "reference": "c1c6e90717ce350319b7b8bc489f1db35bb523fd",
6001 "shasum": ""
6002 },
6003 "require": {
6004 "php": "^5.4 || ^7.0",
6005 "php-http/client-common": "^1.9 || ^2.0",
6006 "php-http/message": "^1.0",
6007 "psr/log": "^1.0"
6008 },
6009 "require-dev": {
6010 "henrikbjorn/phpspec-code-coverage": "^1.0",
6011 "phpspec/phpspec": "^2.5"
6012 },
6013 "type": "library",
6014 "extra": {
6015 "branch-alias": {
6016 "dev-master": "1.1-dev"
6017 }
6018 },
6019 "autoload": {
6020 "psr-4": {
6021 "Http\\Client\\Common\\Plugin\\": "src/"
6022 }
6023 },
6024 "notification-url": "https://packagist.org/downloads/",
6025 "license": [
6026 "MIT"
6027 ],
6028 "authors": [
6029 {
6030 "name": "Márk Sági-Kazár",
6031 "email": "mark.sagikazar@gmail.com"
6032 }
6033 ],
6034 "description": "PSR-3 Logger plugin for HTTPlug",
6035 "homepage": "http://httplug.io",
6036 "keywords": [
6037 "http",
6038 "httplug",
6039 "logger",
6040 "plugin"
6041 ],
6042 "time": "2019-01-30T11:48:21+00:00"
6043 },
6044 {
6045 "name": "php-http/message",
6046 "version": "1.8.0",
6047 "source": {
6048 "type": "git",
6049 "url": "https://github.com/php-http/message.git",
6050 "reference": "ce8f43ac1e294b54aabf5808515c3554a19c1e1c"
6051 },
6052 "dist": {
6053 "type": "zip",
6054 "url": "https://api.github.com/repos/php-http/message/zipball/ce8f43ac1e294b54aabf5808515c3554a19c1e1c",
6055 "reference": "ce8f43ac1e294b54aabf5808515c3554a19c1e1c",
6056 "shasum": ""
6057 },
6058 "require": {
6059 "clue/stream-filter": "^1.4",
6060 "php": "^7.1",
6061 "php-http/message-factory": "^1.0.2",
6062 "psr/http-message": "^1.0"
6063 },
6064 "provide": {
6065 "php-http/message-factory-implementation": "1.0"
6066 },
6067 "require-dev": {
6068 "akeneo/phpspec-skip-example-extension": "^1.0",
6069 "coduo/phpspec-data-provider-extension": "^1.0",
6070 "ext-zlib": "*",
6071 "guzzlehttp/psr7": "^1.0",
6072 "henrikbjorn/phpspec-code-coverage": "^1.0",
6073 "phpspec/phpspec": "^2.4",
6074 "slim/slim": "^3.0",
6075 "zendframework/zend-diactoros": "^1.0"
6076 },
6077 "suggest": {
6078 "ext-zlib": "Used with compressor/decompressor streams",
6079 "guzzlehttp/psr7": "Used with Guzzle PSR-7 Factories",
6080 "slim/slim": "Used with Slim Framework PSR-7 implementation",
6081 "zendframework/zend-diactoros": "Used with Diactoros Factories"
6082 },
6083 "type": "library",
6084 "extra": {
6085 "branch-alias": {
6086 "dev-master": "1.8-dev"
6087 }
6088 },
6089 "autoload": {
6090 "psr-4": {
6091 "Http\\Message\\": "src/"
6092 },
6093 "files": [
6094 "src/filters.php"
6095 ]
6096 },
6097 "notification-url": "https://packagist.org/downloads/",
6098 "license": [
6099 "MIT"
6100 ],
6101 "authors": [
6102 {
6103 "name": "Márk Sági-Kazár",
6104 "email": "mark.sagikazar@gmail.com"
6105 }
6106 ],
6107 "description": "HTTP Message related tools",
6108 "homepage": "http://php-http.org",
6109 "keywords": [
6110 "http",
6111 "message",
6112 "psr-7"
6113 ],
6114 "time": "2019-08-05T06:55:08+00:00"
6115 },
6116 {
6117 "name": "php-http/message-factory",
6118 "version": "v1.0.2",
6119 "source": {
6120 "type": "git",
6121 "url": "https://github.com/php-http/message-factory.git",
6122 "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1"
6123 },
6124 "dist": {
6125 "type": "zip",
6126 "url": "https://api.github.com/repos/php-http/message-factory/zipball/a478cb11f66a6ac48d8954216cfed9aa06a501a1",
6127 "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1",
6128 "shasum": ""
6129 },
6130 "require": {
6131 "php": ">=5.4",
6132 "psr/http-message": "^1.0"
6133 },
6134 "type": "library",
6135 "extra": {
6136 "branch-alias": {
6137 "dev-master": "1.0-dev"
6138 }
6139 },
6140 "autoload": {
6141 "psr-4": {
6142 "Http\\Message\\": "src/"
6143 }
6144 },
6145 "notification-url": "https://packagist.org/downloads/",
6146 "license": [
6147 "MIT"
6148 ],
6149 "authors": [
6150 {
6151 "name": "Márk Sági-Kazár",
6152 "email": "mark.sagikazar@gmail.com"
6153 }
6154 ],
6155 "description": "Factory interfaces for PSR-7 HTTP Message",
6156 "homepage": "http://php-http.org",
6157 "keywords": [
6158 "factory",
6159 "http",
6160 "message",
6161 "stream",
6162 "uri"
6163 ],
6164 "time": "2015-12-19T14:08:53+00:00"
6165 },
6166 {
6167 "name": "php-http/promise",
6168 "version": "v1.0.0",
6169 "source": {
6170 "type": "git",
6171 "url": "https://github.com/php-http/promise.git",
6172 "reference": "dc494cdc9d7160b9a09bd5573272195242ce7980"
6173 },
6174 "dist": {
6175 "type": "zip",
6176 "url": "https://api.github.com/repos/php-http/promise/zipball/dc494cdc9d7160b9a09bd5573272195242ce7980",
6177 "reference": "dc494cdc9d7160b9a09bd5573272195242ce7980",
6178 "shasum": ""
6179 },
6180 "require-dev": {
6181 "henrikbjorn/phpspec-code-coverage": "^1.0",
6182 "phpspec/phpspec": "^2.4"
6183 },
6184 "type": "library",
6185 "extra": {
6186 "branch-alias": {
6187 "dev-master": "1.1-dev"
6188 }
6189 },
6190 "autoload": {
6191 "psr-4": {
6192 "Http\\Promise\\": "src/"
6193 }
6194 },
6195 "notification-url": "https://packagist.org/downloads/",
6196 "license": [
6197 "MIT"
6198 ],
6199 "authors": [
6200 {
6201 "name": "Márk Sági-Kazár",
6202 "email": "mark.sagikazar@gmail.com"
6203 },
6204 {
6205 "name": "Joel Wurtz",
6206 "email": "joel.wurtz@gmail.com"
6207 }
6208 ],
6209 "description": "Promise used for asynchronous HTTP requests",
6210 "homepage": "http://httplug.io",
6211 "keywords": [
6212 "promise"
6213 ],
6214 "time": "2016-01-26T13:27:02+00:00"
6215 },
6216 {
6217 "name": "php-http/stopwatch-plugin",
6218 "version": "1.3.0",
6219 "source": {
6220 "type": "git",
6221 "url": "https://github.com/php-http/stopwatch-plugin.git",
6222 "reference": "de6f39c96f57c60a43d535e27122de505e683f98"
6223 },
6224 "dist": {
6225 "type": "zip",
6226 "url": "https://api.github.com/repos/php-http/stopwatch-plugin/zipball/de6f39c96f57c60a43d535e27122de505e683f98",
6227 "reference": "de6f39c96f57c60a43d535e27122de505e683f98",
6228 "shasum": ""
6229 },
6230 "require": {
6231 "php": "^7.1",
6232 "php-http/client-common": "^1.9 || ^2.0",
6233 "symfony/stopwatch": "^3.4 || ^4.0 || ^5.0"
6234 },
6235 "require-dev": {
6236 "phpspec/phpspec": "^2.5 || ^3.0 || ^4.0"
6237 },
6238 "type": "library",
6239 "extra": {
6240 "branch-alias": {
6241 "dev-master": "1.3-dev"
6242 }
6243 },
6244 "autoload": {
6245 "psr-4": {
6246 "Http\\Client\\Common\\Plugin\\": "src/"
6247 }
6248 },
6249 "notification-url": "https://packagist.org/downloads/",
6250 "license": [
6251 "MIT"
6252 ],
6253 "authors": [
6254 {
6255 "name": "Márk Sági-Kazár",
6256 "email": "mark.sagikazar@gmail.com"
6257 }
6258 ],
6259 "description": "Symfony Stopwatch plugin for HTTPlug",
6260 "homepage": "http://httplug.io",
6261 "keywords": [
6262 "http",
6263 "httplug",
6264 "plugin",
6265 "stopwatch"
6266 ],
6267 "time": "2019-11-18T08:10:48+00:00"
6268 },
6269 {
6270 "name": "phpcollection/phpcollection",
6271 "version": "0.5.0",
6272 "source": {
6273 "type": "git",
6274 "url": "https://github.com/schmittjoh/php-collection.git",
6275 "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6"
6276 },
6277 "dist": {
6278 "type": "zip",
6279 "url": "https://api.github.com/repos/schmittjoh/php-collection/zipball/f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6",
6280 "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6",
6281 "shasum": ""
6282 },
6283 "require": {
6284 "phpoption/phpoption": "1.*"
6285 },
6286 "type": "library",
6287 "extra": {
6288 "branch-alias": {
6289 "dev-master": "0.4-dev"
6290 }
6291 },
6292 "autoload": {
6293 "psr-0": {
6294 "PhpCollection": "src/"
6295 }
6296 },
6297 "notification-url": "https://packagist.org/downloads/",
6298 "license": [
6299 "Apache2"
6300 ],
6301 "authors": [
6302 {
6303 "name": "Johannes M. Schmitt",
6304 "email": "schmittjoh@gmail.com"
6305 }
6306 ],
6307 "description": "General-Purpose Collection Library for PHP",
6308 "keywords": [
6309 "collection",
6310 "list",
6311 "map",
6312 "sequence",
6313 "set"
6314 ],
6315 "time": "2015-05-17T12:39:23+00:00"
6316 },
6317 {
6318 "name": "phpoption/phpoption",
6319 "version": "1.7.2",
6320 "source": {
6321 "type": "git",
6322 "url": "https://github.com/schmittjoh/php-option.git",
6323 "reference": "77f7c4d2e65413aff5b5a8cc8b3caf7a28d81959"
6324 },
6325 "dist": {
6326 "type": "zip",
6327 "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/77f7c4d2e65413aff5b5a8cc8b3caf7a28d81959",
6328 "reference": "77f7c4d2e65413aff5b5a8cc8b3caf7a28d81959",
6329 "shasum": ""
6330 },
6331 "require": {
6332 "php": "^5.5.9 || ^7.0"
6333 },
6334 "require-dev": {
6335 "bamarni/composer-bin-plugin": "^1.3",
6336 "phpunit/phpunit": "^4.8.35 || ^5.0 || ^6.0 || ^7.0"
6337 },
6338 "type": "library",
6339 "extra": {
6340 "branch-alias": {
6341 "dev-master": "1.7-dev"
6342 }
6343 },
6344 "autoload": {
6345 "psr-4": {
6346 "PhpOption\\": "src/PhpOption/"
6347 }
6348 },
6349 "notification-url": "https://packagist.org/downloads/",
6350 "license": [
6351 "Apache-2.0"
6352 ],
6353 "authors": [
6354 {
6355 "name": "Johannes M. Schmitt",
6356 "email": "schmittjoh@gmail.com"
6357 },
6358 {
6359 "name": "Graham Campbell",
6360 "email": "graham@alt-three.com"
6361 }
6362 ],
6363 "description": "Option Type for PHP",
6364 "keywords": [
6365 "language",
6366 "option",
6367 "php",
6368 "type"
6369 ],
6370 "time": "2019-12-15T19:35:24+00:00"
6371 },
6372 {
6373 "name": "phpseclib/phpseclib",
6374 "version": "2.0.23",
6375 "source": {
6376 "type": "git",
6377 "url": "https://github.com/phpseclib/phpseclib.git",
6378 "reference": "c78eb5058d5bb1a183133c36d4ba5b6675dfa099"
6379 },
6380 "dist": {
6381 "type": "zip",
6382 "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/c78eb5058d5bb1a183133c36d4ba5b6675dfa099",
6383 "reference": "c78eb5058d5bb1a183133c36d4ba5b6675dfa099",
6384 "shasum": ""
6385 },
6386 "require": {
6387 "php": ">=5.3.3"
6388 },
6389 "require-dev": {
6390 "phing/phing": "~2.7",
6391 "phpunit/phpunit": "^4.8.35|^5.7|^6.0",
6392 "sami/sami": "~2.0",
6393 "squizlabs/php_codesniffer": "~2.0"
6394 },
6395 "suggest": {
6396 "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
6397 "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
6398 "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
6399 "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
6400 },
6401 "type": "library",
6402 "autoload": {
6403 "files": [
6404 "phpseclib/bootstrap.php"
6405 ],
6406 "psr-4": {
6407 "phpseclib\\": "phpseclib/"
6408 }
6409 },
6410 "notification-url": "https://packagist.org/downloads/",
6411 "license": [
6412 "MIT"
6413 ],
6414 "authors": [
6415 {
6416 "name": "Jim Wigginton",
6417 "email": "terrafrost@php.net",
6418 "role": "Lead Developer"
6419 },
6420 {
6421 "name": "Patrick Monnerat",
6422 "email": "pm@datasphere.ch",
6423 "role": "Developer"
6424 },
6425 {
6426 "name": "Andreas Fischer",
6427 "email": "bantu@phpbb.com",
6428 "role": "Developer"
6429 },
6430 {
6431 "name": "Hans-Jürgen Petrich",
6432 "email": "petrich@tronic-media.com",
6433 "role": "Developer"
6434 },
6435 {
6436 "name": "Graham Campbell",
6437 "email": "graham@alt-three.com",
6438 "role": "Developer"
6439 }
6440 ],
6441 "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
6442 "homepage": "http://phpseclib.sourceforge.net",
6443 "keywords": [
6444 "BigInteger",
6445 "aes",
6446 "asn.1",
6447 "asn1",
6448 "blowfish",
6449 "crypto",
6450 "cryptography",
6451 "encryption",
6452 "rsa",
6453 "security",
6454 "sftp",
6455 "signature",
6456 "signing",
6457 "ssh",
6458 "twofish",
6459 "x.509",
6460 "x509"
6461 ],
6462 "time": "2019-09-17T03:41:22+00:00"
6463 },
6464 {
6465 "name": "phpzip/phpzip",
6466 "version": "2.0.8",
6467 "source": {
6468 "type": "git",
6469 "url": "https://github.com/Grandt/PHPZip.git",
6470 "reference": "936f93d656f68e29c231a39e19fd59a636fe7e47"
6471 },
6472 "dist": {
6473 "type": "zip",
6474 "url": "https://api.github.com/repos/Grandt/PHPZip/zipball/936f93d656f68e29c231a39e19fd59a636fe7e47",
6475 "reference": "936f93d656f68e29c231a39e19fd59a636fe7e47",
6476 "shasum": ""
6477 },
6478 "require": {
6479 "grandt/binstring": ">=1.0.0",
6480 "grandt/phpzipmerge": ">=1.0.4",
6481 "grandt/relativepath": ">=1.0.2",
6482 "php": ">=5.3.0"
6483 },
6484 "type": "library",
6485 "autoload": {
6486 "psr-4": {
6487 "PHPZip\\Zip\\": "src/Zip"
6488 }
6489 },
6490 "notification-url": "https://packagist.org/downloads/",
6491 "license": [
6492 "LGPL-2.1"
6493 ],
6494 "authors": [
6495 {
6496 "name": "Adam Schmalhofer",
6497 "email": "Adam.Schmalhofer@gmx.de",
6498 "role": "Developer"
6499 },
6500 {
6501 "name": "A. Grandt",
6502 "email": "php@grandt.com",
6503 "homepage": "http://grandt.com",
6504 "role": "Developer"
6505 },
6506 {
6507 "name": "Greg Kappatos",
6508 "homepage": "http://websiteconnect.com.au",
6509 "role": "Developer"
6510 }
6511 ],
6512 "description": "Package to create and stream archives of compressed files in ZIP format with PHP 5.3+",
6513 "homepage": "https://github.com/Grandt/PHPZip",
6514 "keywords": [
6515 "archive",
6516 "compressed",
6517 "compression",
6518 "phpzip",
6519 "pkzip",
6520 "stream",
6521 "zip"
6522 ],
6523 "time": "2015-11-16T16:30:51+00:00"
6524 },
6525 {
6526 "name": "pragmarx/random",
6527 "version": "v0.2.2",
6528 "source": {
6529 "type": "git",
6530 "url": "https://github.com/antonioribeiro/random.git",
6531 "reference": "daf08a189c5d2d40d1a827db46364d3a741a51b7"
6532 },
6533 "dist": {
6534 "type": "zip",
6535 "url": "https://api.github.com/repos/antonioribeiro/random/zipball/daf08a189c5d2d40d1a827db46364d3a741a51b7",
6536 "reference": "daf08a189c5d2d40d1a827db46364d3a741a51b7",
6537 "shasum": ""
6538 },
6539 "require": {
6540 "php": ">=7.0"
6541 },
6542 "require-dev": {
6543 "fzaninotto/faker": "~1.7",
6544 "phpunit/phpunit": "~6.4",
6545 "pragmarx/trivia": "~0.1",
6546 "squizlabs/php_codesniffer": "^2.3"
6547 },
6548 "suggest": {
6549 "fzaninotto/faker": "Allows you to get dozens of randomized types",
6550 "pragmarx/trivia": "For the trivia database"
6551 },
6552 "type": "library",
6553 "extra": {
6554 "branch-alias": {
6555 "dev-master": "1.0-dev"
6556 }
6557 },
6558 "autoload": {
6559 "psr-4": {
6560 "PragmaRX\\Random\\": "src"
6561 }
6562 },
6563 "notification-url": "https://packagist.org/downloads/",
6564 "license": [
6565 "MIT"
6566 ],
6567 "authors": [
6568 {
6569 "name": "Antonio Carlos Ribeiro",
6570 "email": "acr@antoniocarlosribeiro.com",
6571 "homepage": "https://antoniocarlosribeiro.com",
6572 "role": "Developer"
6573 }
6574 ],
6575 "description": "Create random chars, numbers, strings",
6576 "homepage": "https://github.com/antonioribeiro/random",
6577 "keywords": [
6578 "Randomize",
6579 "faker",
6580 "pragmarx",
6581 "random",
6582 "random number",
6583 "random pattern",
6584 "random string"
6585 ],
6586 "time": "2017-11-21T05:26:22+00:00"
6587 },
6588 {
6589 "name": "pragmarx/recovery",
6590 "version": "v0.1.0",
6591 "source": {
6592 "type": "git",
6593 "url": "https://github.com/antonioribeiro/recovery.git",
6594 "reference": "e16573a1ae5345cc3b100eec6d0296a1a15a90fe"
6595 },
6596 "dist": {
6597 "type": "zip",
6598 "url": "https://api.github.com/repos/antonioribeiro/recovery/zipball/e16573a1ae5345cc3b100eec6d0296a1a15a90fe",
6599 "reference": "e16573a1ae5345cc3b100eec6d0296a1a15a90fe",
6600 "shasum": ""
6601 },
6602 "require": {
6603 "php": "~7.0",
6604 "pragmarx/random": "~0.1"
6605 },
6606 "require-dev": {
6607 "phpunit/phpunit": ">=5.4.3",
6608 "squizlabs/php_codesniffer": "^2.3",
6609 "tightenco/collect": "^5"
6610 },
6611 "suggest": {
6612 "tightenco/collect": "Allows to generate recovery codes as collections"
6613 },
6614 "type": "library",
6615 "extra": {
6616 "branch-alias": {
6617 "dev-master": "1.0-dev"
6618 }
6619 },
6620 "autoload": {
6621 "psr-4": {
6622 "PragmaRX\\Recovery\\": "src"
6623 }
6624 },
6625 "notification-url": "https://packagist.org/downloads/",
6626 "license": [
6627 "MIT"
6628 ],
6629 "authors": [
6630 {
6631 "name": "Antonio Carlos Ribeiro",
6632 "email": "acr@antoniocarlosribeiro.com",
6633 "homepage": "https://antoniocarlosribeiro.com",
6634 "role": "Developer"
6635 }
6636 ],
6637 "description": "Create recovery codes for two factor auth",
6638 "homepage": "https://github.com/antonioribeiro/recovery",
6639 "keywords": [
6640 "2fa",
6641 "account recovery",
6642 "auth",
6643 "backup codes",
6644 "google2fa",
6645 "pragmarx",
6646 "recovery",
6647 "recovery codes",
6648 "two factor auth"
6649 ],
6650 "time": "2017-09-19T16:58:00+00:00"
6651 },
6652 {
6653 "name": "predis/predis",
6654 "version": "v1.1.x-dev",
6655 "source": {
6656 "type": "git",
6657 "url": "https://github.com/nrk/predis.git",
6658 "reference": "111d100ee389d624036b46b35ed0c9ac59c71313"
6659 },
6660 "dist": {
6661 "type": "zip",
6662 "url": "https://api.github.com/repos/nrk/predis/zipball/111d100ee389d624036b46b35ed0c9ac59c71313",
6663 "reference": "111d100ee389d624036b46b35ed0c9ac59c71313",
6664 "shasum": ""
6665 },
6666 "require": {
6667 "php": ">=5.3.9"
6668 },
6669 "require-dev": {
6670 "phpunit/phpunit": "~4.8"
6671 },
6672 "suggest": {
6673 "ext-curl": "Allows access to Webdis when paired with phpiredis",
6674 "ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol"
6675 },
6676 "type": "library",
6677 "autoload": {
6678 "psr-4": {
6679 "Predis\\": "src/"
6680 }
6681 },
6682 "notification-url": "https://packagist.org/downloads/",
6683 "license": [
6684 "MIT"
6685 ],
6686 "authors": [
6687 {
6688 "name": "Daniele Alessandri",
6689 "email": "suppakilla@gmail.com",
6690 "homepage": "http://clorophilla.net"
6691 }
6692 ],
6693 "description": "Flexible and feature-complete Redis client for PHP and HHVM",
6694 "homepage": "http://github.com/nrk/predis",
6695 "keywords": [
6696 "nosql",
6697 "predis",
6698 "redis"
6699 ],
6700 "time": "2017-07-12T14:39:17+00:00"
6701 },
6702 {
6703 "name": "psr/cache",
6704 "version": "1.0.1",
6705 "source": {
6706 "type": "git",
6707 "url": "https://github.com/php-fig/cache.git",
6708 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
6709 },
6710 "dist": {
6711 "type": "zip",
6712 "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
6713 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
6714 "shasum": ""
6715 },
6716 "require": {
6717 "php": ">=5.3.0"
6718 },
6719 "type": "library",
6720 "extra": {
6721 "branch-alias": {
6722 "dev-master": "1.0.x-dev"
6723 }
6724 },
6725 "autoload": {
6726 "psr-4": {
6727 "Psr\\Cache\\": "src/"
6728 }
6729 },
6730 "notification-url": "https://packagist.org/downloads/",
6731 "license": [
6732 "MIT"
6733 ],
6734 "authors": [
6735 {
6736 "name": "PHP-FIG",
6737 "homepage": "http://www.php-fig.org/"
6738 }
6739 ],
6740 "description": "Common interface for caching libraries",
6741 "keywords": [
6742 "cache",
6743 "psr",
6744 "psr-6"
6745 ],
6746 "time": "2016-08-06T20:24:11+00:00"
6747 },
6748 {
6749 "name": "psr/container",
6750 "version": "1.0.0",
6751 "source": {
6752 "type": "git",
6753 "url": "https://github.com/php-fig/container.git",
6754 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
6755 },
6756 "dist": {
6757 "type": "zip",
6758 "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
6759 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
6760 "shasum": ""
6761 },
6762 "require": {
6763 "php": ">=5.3.0"
6764 },
6765 "type": "library",
6766 "extra": {
6767 "branch-alias": {
6768 "dev-master": "1.0.x-dev"
6769 }
6770 },
6771 "autoload": {
6772 "psr-4": {
6773 "Psr\\Container\\": "src/"
6774 }
6775 },
6776 "notification-url": "https://packagist.org/downloads/",
6777 "license": [
6778 "MIT"
6779 ],
6780 "authors": [
6781 {
6782 "name": "PHP-FIG",
6783 "homepage": "http://www.php-fig.org/"
6784 }
6785 ],
6786 "description": "Common Container Interface (PHP FIG PSR-11)",
6787 "homepage": "https://github.com/php-fig/container",
6788 "keywords": [
6789 "PSR-11",
6790 "container",
6791 "container-interface",
6792 "container-interop",
6793 "psr"
6794 ],
6795 "time": "2017-02-14T16:28:37+00:00"
6796 },
6797 {
6798 "name": "psr/http-client",
6799 "version": "1.0.0",
6800 "source": {
6801 "type": "git",
6802 "url": "https://github.com/php-fig/http-client.git",
6803 "reference": "496a823ef742b632934724bf769560c2a5c7c44e"
6804 },
6805 "dist": {
6806 "type": "zip",
6807 "url": "https://api.github.com/repos/php-fig/http-client/zipball/496a823ef742b632934724bf769560c2a5c7c44e",
6808 "reference": "496a823ef742b632934724bf769560c2a5c7c44e",
6809 "shasum": ""
6810 },
6811 "require": {
6812 "php": "^7.0",
6813 "psr/http-message": "^1.0"
6814 },
6815 "type": "library",
6816 "extra": {
6817 "branch-alias": {
6818 "dev-master": "1.0.x-dev"
6819 }
6820 },
6821 "autoload": {
6822 "psr-4": {
6823 "Psr\\Http\\Client\\": "src/"
6824 }
6825 },
6826 "notification-url": "https://packagist.org/downloads/",
6827 "license": [
6828 "MIT"
6829 ],
6830 "authors": [
6831 {
6832 "name": "PHP-FIG",
6833 "homepage": "http://www.php-fig.org/"
6834 }
6835 ],
6836 "description": "Common interface for HTTP clients",
6837 "homepage": "https://github.com/php-fig/http-client",
6838 "keywords": [
6839 "http",
6840 "http-client",
6841 "psr",
6842 "psr-18"
6843 ],
6844 "time": "2018-10-30T23:29:13+00:00"
6845 },
6846 {
6847 "name": "psr/http-factory",
6848 "version": "1.0.1",
6849 "source": {
6850 "type": "git",
6851 "url": "https://github.com/php-fig/http-factory.git",
6852 "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
6853 },
6854 "dist": {
6855 "type": "zip",
6856 "url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
6857 "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
6858 "shasum": ""
6859 },
6860 "require": {
6861 "php": ">=7.0.0",
6862 "psr/http-message": "^1.0"
6863 },
6864 "type": "library",
6865 "extra": {
6866 "branch-alias": {
6867 "dev-master": "1.0.x-dev"
6868 }
6869 },
6870 "autoload": {
6871 "psr-4": {
6872 "Psr\\Http\\Message\\": "src/"
6873 }
6874 },
6875 "notification-url": "https://packagist.org/downloads/",
6876 "license": [
6877 "MIT"
6878 ],
6879 "authors": [
6880 {
6881 "name": "PHP-FIG",
6882 "homepage": "http://www.php-fig.org/"
6883 }
6884 ],
6885 "description": "Common interfaces for PSR-7 HTTP message factories",
6886 "keywords": [
6887 "factory",
6888 "http",
6889 "message",
6890 "psr",
6891 "psr-17",
6892 "psr-7",
6893 "request",
6894 "response"
6895 ],
6896 "time": "2019-04-30T12:38:16+00:00"
6897 },
6898 {
6899 "name": "psr/http-message",
6900 "version": "1.0.1",
6901 "source": {
6902 "type": "git",
6903 "url": "https://github.com/php-fig/http-message.git",
6904 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
6905 },
6906 "dist": {
6907 "type": "zip",
6908 "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
6909 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
6910 "shasum": ""
6911 },
6912 "require": {
6913 "php": ">=5.3.0"
6914 },
6915 "type": "library",
6916 "extra": {
6917 "branch-alias": {
6918 "dev-master": "1.0.x-dev"
6919 }
6920 },
6921 "autoload": {
6922 "psr-4": {
6923 "Psr\\Http\\Message\\": "src/"
6924 }
6925 },
6926 "notification-url": "https://packagist.org/downloads/",
6927 "license": [
6928 "MIT"
6929 ],
6930 "authors": [
6931 {
6932 "name": "PHP-FIG",
6933 "homepage": "http://www.php-fig.org/"
6934 }
6935 ],
6936 "description": "Common interface for HTTP messages",
6937 "homepage": "https://github.com/php-fig/http-message",
6938 "keywords": [
6939 "http",
6940 "http-message",
6941 "psr",
6942 "psr-7",
6943 "request",
6944 "response"
6945 ],
6946 "time": "2016-08-06T14:39:51+00:00"
6947 },
6948 {
6949 "name": "psr/link",
6950 "version": "1.0.0",
6951 "source": {
6952 "type": "git",
6953 "url": "https://github.com/php-fig/link.git",
6954 "reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562"
6955 },
6956 "dist": {
6957 "type": "zip",
6958 "url": "https://api.github.com/repos/php-fig/link/zipball/eea8e8662d5cd3ae4517c9b864493f59fca95562",
6959 "reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562",
6960 "shasum": ""
6961 },
6962 "require": {
6963 "php": ">=5.3.0"
6964 },
6965 "type": "library",
6966 "extra": {
6967 "branch-alias": {
6968 "dev-master": "1.0.x-dev"
6969 }
6970 },
6971 "autoload": {
6972 "psr-4": {
6973 "Psr\\Link\\": "src/"
6974 }
6975 },
6976 "notification-url": "https://packagist.org/downloads/",
6977 "license": [
6978 "MIT"
6979 ],
6980 "authors": [
6981 {
6982 "name": "PHP-FIG",
6983 "homepage": "http://www.php-fig.org/"
6984 }
6985 ],
6986 "description": "Common interfaces for HTTP links",
6987 "keywords": [
6988 "http",
6989 "http-link",
6990 "link",
6991 "psr",
6992 "psr-13",
6993 "rest"
6994 ],
6995 "time": "2016-10-28T16:06:13+00:00"
6996 },
6997 {
6998 "name": "psr/log",
6999 "version": "1.1.3",
7000 "source": {
7001 "type": "git",
7002 "url": "https://github.com/php-fig/log.git",
7003 "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
7004 },
7005 "dist": {
7006 "type": "zip",
7007 "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
7008 "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
7009 "shasum": ""
7010 },
7011 "require": {
7012 "php": ">=5.3.0"
7013 },
7014 "type": "library",
7015 "extra": {
7016 "branch-alias": {
7017 "dev-master": "1.1.x-dev"
7018 }
7019 },
7020 "autoload": {
7021 "psr-4": {
7022 "Psr\\Log\\": "Psr/Log/"
7023 }
7024 },
7025 "notification-url": "https://packagist.org/downloads/",
7026 "license": [
7027 "MIT"
7028 ],
7029 "authors": [
7030 {
7031 "name": "PHP-FIG",
7032 "homepage": "http://www.php-fig.org/"
7033 }
7034 ],
7035 "description": "Common interface for logging libraries",
7036 "homepage": "https://github.com/php-fig/log",
7037 "keywords": [
7038 "log",
7039 "psr",
7040 "psr-3"
7041 ],
7042 "time": "2020-03-23T09:12:05+00:00"
7043 },
7044 {
7045 "name": "psr/simple-cache",
7046 "version": "1.0.1",
7047 "source": {
7048 "type": "git",
7049 "url": "https://github.com/php-fig/simple-cache.git",
7050 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
7051 },
7052 "dist": {
7053 "type": "zip",
7054 "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
7055 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
7056 "shasum": ""
7057 },
7058 "require": {
7059 "php": ">=5.3.0"
7060 },
7061 "type": "library",
7062 "extra": {
7063 "branch-alias": {
7064 "dev-master": "1.0.x-dev"
7065 }
7066 },
7067 "autoload": {
7068 "psr-4": {
7069 "Psr\\SimpleCache\\": "src/"
7070 }
7071 },
7072 "notification-url": "https://packagist.org/downloads/",
7073 "license": [
7074 "MIT"
7075 ],
7076 "authors": [
7077 {
7078 "name": "PHP-FIG",
7079 "homepage": "http://www.php-fig.org/"
7080 }
7081 ],
7082 "description": "Common interfaces for simple caching",
7083 "keywords": [
7084 "cache",
7085 "caching",
7086 "psr",
7087 "psr-16",
7088 "simple-cache"
7089 ],
7090 "time": "2017-10-23T01:57:42+00:00"
7091 },
7092 {
7093 "name": "ralouphie/getallheaders",
7094 "version": "3.0.3",
7095 "source": {
7096 "type": "git",
7097 "url": "https://github.com/ralouphie/getallheaders.git",
7098 "reference": "120b605dfeb996808c31b6477290a714d356e822"
7099 },
7100 "dist": {
7101 "type": "zip",
7102 "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
7103 "reference": "120b605dfeb996808c31b6477290a714d356e822",
7104 "shasum": ""
7105 },
7106 "require": {
7107 "php": ">=5.6"
7108 },
7109 "require-dev": {
7110 "php-coveralls/php-coveralls": "^2.1",
7111 "phpunit/phpunit": "^5 || ^6.5"
7112 },
7113 "type": "library",
7114 "autoload": {
7115 "files": [
7116 "src/getallheaders.php"
7117 ]
7118 },
7119 "notification-url": "https://packagist.org/downloads/",
7120 "license": [
7121 "MIT"
7122 ],
7123 "authors": [
7124 {
7125 "name": "Ralph Khattar",
7126 "email": "ralph.khattar@gmail.com"
7127 }
7128 ],
7129 "description": "A polyfill for getallheaders.",
7130 "time": "2019-03-08T08:55:37+00:00"
7131 },
7132 {
7133 "name": "ramsey/uuid",
7134 "version": "3.9.2",
7135 "source": {
7136 "type": "git",
7137 "url": "https://github.com/ramsey/uuid.git",
7138 "reference": "7779489a47d443f845271badbdcedfe4df8e06fb"
7139 },
7140 "dist": {
7141 "type": "zip",
7142 "url": "https://api.github.com/repos/ramsey/uuid/zipball/7779489a47d443f845271badbdcedfe4df8e06fb",
7143 "reference": "7779489a47d443f845271badbdcedfe4df8e06fb",
7144 "shasum": ""
7145 },
7146 "require": {
7147 "ext-json": "*",
7148 "paragonie/random_compat": "^1 | ^2 | 9.99.99",
7149 "php": "^5.4 | ^7 | ^8",
7150 "symfony/polyfill-ctype": "^1.8"
7151 },
7152 "replace": {
7153 "rhumsaa/uuid": "self.version"
7154 },
7155 "require-dev": {
7156 "codeception/aspect-mock": "^1 | ^2",
7157 "doctrine/annotations": "^1.2",
7158 "goaop/framework": "1.0.0-alpha.2 | ^1 | ^2.1",
7159 "jakub-onderka/php-parallel-lint": "^1",
7160 "mockery/mockery": "^0.9.11 | ^1",
7161 "moontoast/math": "^1.1",
7162 "paragonie/random-lib": "^2",
7163 "php-mock/php-mock-phpunit": "^0.3 | ^1.1",
7164 "phpunit/phpunit": "^4.8 | ^5.4 | ^6.5",
7165 "squizlabs/php_codesniffer": "^3.5"
7166 },
7167 "suggest": {
7168 "ext-ctype": "Provides support for PHP Ctype functions",
7169 "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator",
7170 "ext-openssl": "Provides the OpenSSL extension for use with the OpenSslGenerator",
7171 "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator",
7172 "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).",
7173 "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
7174 "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid",
7175 "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
7176 },
7177 "type": "library",
7178 "extra": {
7179 "branch-alias": {
7180 "dev-master": "3.x-dev"
7181 }
7182 },
7183 "autoload": {
7184 "psr-4": {
7185 "Ramsey\\Uuid\\": "src/"
7186 },
7187 "files": [
7188 "src/functions.php"
7189 ]
7190 },
7191 "notification-url": "https://packagist.org/downloads/",
7192 "license": [
7193 "MIT"
7194 ],
7195 "authors": [
7196 {
7197 "name": "Ben Ramsey",
7198 "email": "ben@benramsey.com",
7199 "homepage": "https://benramsey.com"
7200 },
7201 {
7202 "name": "Marijn Huizendveld",
7203 "email": "marijn.huizendveld@gmail.com"
7204 },
7205 {
7206 "name": "Thibaud Fabre",
7207 "email": "thibaud@aztech.io"
7208 }
7209 ],
7210 "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
7211 "homepage": "https://github.com/ramsey/uuid",
7212 "keywords": [
7213 "guid",
7214 "identifier",
7215 "uuid"
7216 ],
7217 "time": "2019-12-17T08:18:51+00:00"
7218 },
7219 {
7220 "name": "react/promise",
7221 "version": "v2.7.1",
7222 "source": {
7223 "type": "git",
7224 "url": "https://github.com/reactphp/promise.git",
7225 "reference": "31ffa96f8d2ed0341a57848cbb84d88b89dd664d"
7226 },
7227 "dist": {
7228 "type": "zip",
7229 "url": "https://api.github.com/repos/reactphp/promise/zipball/31ffa96f8d2ed0341a57848cbb84d88b89dd664d",
7230 "reference": "31ffa96f8d2ed0341a57848cbb84d88b89dd664d",
7231 "shasum": ""
7232 },
7233 "require": {
7234 "php": ">=5.4.0"
7235 },
7236 "require-dev": {
7237 "phpunit/phpunit": "~4.8"
7238 },
7239 "type": "library",
7240 "autoload": {
7241 "psr-4": {
7242 "React\\Promise\\": "src/"
7243 },
7244 "files": [
7245 "src/functions_include.php"
7246 ]
7247 },
7248 "notification-url": "https://packagist.org/downloads/",
7249 "license": [
7250 "MIT"
7251 ],
7252 "authors": [
7253 {
7254 "name": "Jan Sorgalla",
7255 "email": "jsorgalla@gmail.com"
7256 }
7257 ],
7258 "description": "A lightweight implementation of CommonJS Promises/A for PHP",
7259 "keywords": [
7260 "promise",
7261 "promises"
7262 ],
7263 "time": "2019-01-07T21:25:54+00:00"
7264 },
7265 {
7266 "name": "scheb/two-factor-bundle",
7267 "version": "v4.14.0",
7268 "source": {
7269 "type": "git",
7270 "url": "https://github.com/scheb/two-factor-bundle.git",
7271 "reference": "6393d304ee51a703711e5f5cc3e76f04ce4e238c"
7272 },
7273 "dist": {
7274 "type": "zip",
7275 "url": "https://api.github.com/repos/scheb/two-factor-bundle/zipball/6393d304ee51a703711e5f5cc3e76f04ce4e238c",
7276 "reference": "6393d304ee51a703711e5f5cc3e76f04ce4e238c",
7277 "shasum": ""
7278 },
7279 "require": {
7280 "lcobucci/jwt": "^3.2",
7281 "paragonie/constant_time_encoding": "^2.2",
7282 "php": "^7.1.3",
7283 "spomky-labs/otphp": "^9.1|^10.0",
7284 "symfony/config": "^3.4|^4.0|^5.0",
7285 "symfony/dependency-injection": "^3.4|^4.0|^5.0",
7286 "symfony/event-dispatcher": "^3.4|^4.0|^5.0",
7287 "symfony/framework-bundle": "^3.4|^4.0|^5.0",
7288 "symfony/http-foundation": "^3.4|^4.0|^5.0",
7289 "symfony/http-kernel": "^3.4|^4.0|^5.0",
7290 "symfony/property-access": "^3.4|^4.0|^5.0",
7291 "symfony/security-bundle": "^3.4|^4.0|^5.0",
7292 "symfony/twig-bundle": "^3.4|^4.0|^5.0"
7293 },
7294 "require-dev": {
7295 "doctrine/lexer": "^1.0.1",
7296 "doctrine/orm": "^2.6",
7297 "escapestudios/symfony2-coding-standard": "^3.9",
7298 "phpunit/phpunit": "^7.0|^8.0",
7299 "squizlabs/php_codesniffer": "^3.5",
7300 "swiftmailer/swiftmailer": "^6.0",
7301 "symfony/yaml": "^3.4|^4.0|^5.0"
7302 },
7303 "type": "symfony-bundle",
7304 "autoload": {
7305 "psr-4": {
7306 "Scheb\\TwoFactorBundle\\": ""
7307 },
7308 "exclude-from-classmap": [
7309 "/Tests/"
7310 ]
7311 },
7312 "notification-url": "https://packagist.org/downloads/",
7313 "license": [
7314 "MIT"
7315 ],
7316 "authors": [
7317 {
7318 "name": "Christian Scheb",
7319 "email": "me@christianscheb.de"
7320 }
7321 ],
7322 "description": "Provides two-factor authentication for Symfony applications",
7323 "homepage": "https://github.com/scheb/two-factor-bundle",
7324 "keywords": [
7325 "Authentication",
7326 "security",
7327 "symfony",
7328 "two-factor",
7329 "two-step"
7330 ],
7331 "time": "2020-02-15T13:01:16+00:00"
7332 },
7333 {
7334 "name": "sensio/distribution-bundle",
7335 "version": "v5.0.25",
7336 "source": {
7337 "type": "git",
7338 "url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
7339 "reference": "80a38234bde8321fb92aa0b8c27978a272bb4baf"
7340 },
7341 "dist": {
7342 "type": "zip",
7343 "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/80a38234bde8321fb92aa0b8c27978a272bb4baf",
7344 "reference": "80a38234bde8321fb92aa0b8c27978a272bb4baf",
7345 "shasum": ""
7346 },
7347 "require": {
7348 "php": ">=5.3.9",
7349 "sensiolabs/security-checker": "~5.0|~6.0",
7350 "symfony/class-loader": "~2.3|~3.0",
7351 "symfony/config": "~2.3|~3.0",
7352 "symfony/dependency-injection": "~2.3|~3.0",
7353 "symfony/filesystem": "~2.3|~3.0",
7354 "symfony/http-kernel": "~2.3|~3.0",
7355 "symfony/process": "~2.3|~3.0"
7356 },
7357 "type": "symfony-bundle",
7358 "extra": {
7359 "branch-alias": {
7360 "dev-master": "5.0.x-dev"
7361 }
7362 },
7363 "autoload": {
7364 "psr-4": {
7365 "Sensio\\Bundle\\DistributionBundle\\": ""
7366 }
7367 },
7368 "notification-url": "https://packagist.org/downloads/",
7369 "license": [
7370 "MIT"
7371 ],
7372 "authors": [
7373 {
7374 "name": "Fabien Potencier",
7375 "email": "fabien@symfony.com"
7376 }
7377 ],
7378 "description": "Base bundle for Symfony Distributions",
7379 "keywords": [
7380 "configuration",
7381 "distribution"
7382 ],
7383 "time": "2019-06-18T15:43:58+00:00"
7384 },
7385 {
7386 "name": "sensio/framework-extra-bundle",
7387 "version": "v5.4.1",
7388 "source": {
7389 "type": "git",
7390 "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
7391 "reference": "585f4b3a1c54f24d1a8431c729fc8f5acca20c8a"
7392 },
7393 "dist": {
7394 "type": "zip",
7395 "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/585f4b3a1c54f24d1a8431c729fc8f5acca20c8a",
7396 "reference": "585f4b3a1c54f24d1a8431c729fc8f5acca20c8a",
7397 "shasum": ""
7398 },
7399 "require": {
7400 "doctrine/annotations": "^1.0",
7401 "doctrine/persistence": "^1.0",
7402 "php": ">=7.1.3",
7403 "symfony/config": "^3.4|^4.3",
7404 "symfony/dependency-injection": "^3.4|^4.3",
7405 "symfony/framework-bundle": "^3.4|^4.3",
7406 "symfony/http-kernel": "^3.4|^4.3"
7407 },
7408 "require-dev": {
7409 "doctrine/doctrine-bundle": "^1.6",
7410 "doctrine/orm": "^2.5",
7411 "nyholm/psr7": "^1.1",
7412 "symfony/browser-kit": "^3.4|^4.3",
7413 "symfony/dom-crawler": "^3.4|^4.3",
7414 "symfony/expression-language": "^3.4|^4.3",
7415 "symfony/finder": "^3.4|^4.3",
7416 "symfony/monolog-bridge": "^3.0|^4.0",
7417 "symfony/monolog-bundle": "^3.2",
7418 "symfony/phpunit-bridge": "^3.4.19|^4.1.8",
7419 "symfony/psr-http-message-bridge": "^1.1",
7420 "symfony/security-bundle": "^3.4|^4.3",
7421 "symfony/twig-bundle": "^3.4|^4.3",
7422 "symfony/yaml": "^3.4|^4.3",
7423 "twig/twig": "~1.12|~2.0"
7424 },
7425 "suggest": {
7426 "symfony/expression-language": "",
7427 "symfony/psr-http-message-bridge": "To use the PSR-7 converters",
7428 "symfony/security-bundle": ""
7429 },
7430 "type": "symfony-bundle",
7431 "extra": {
7432 "branch-alias": {
7433 "dev-master": "5.4.x-dev"
7434 }
7435 },
7436 "autoload": {
7437 "psr-4": {
7438 "Sensio\\Bundle\\FrameworkExtraBundle\\": ""
7439 }
7440 },
7441 "notification-url": "https://packagist.org/downloads/",
7442 "license": [
7443 "MIT"
7444 ],
7445 "authors": [
7446 {
7447 "name": "Fabien Potencier",
7448 "email": "fabien@symfony.com"
7449 }
7450 ],
7451 "description": "This bundle provides a way to configure your controllers with annotations",
7452 "keywords": [
7453 "annotations",
7454 "controllers"
7455 ],
7456 "time": "2019-07-08T08:31:25+00:00"
7457 },
7458 {
7459 "name": "sensiolabs/security-checker",
7460 "version": "v6.0.3",
7461 "source": {
7462 "type": "git",
7463 "url": "https://github.com/sensiolabs/security-checker.git",
7464 "reference": "a576c01520d9761901f269c4934ba55448be4a54"
7465 },
7466 "dist": {
7467 "type": "zip",
7468 "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/a576c01520d9761901f269c4934ba55448be4a54",
7469 "reference": "a576c01520d9761901f269c4934ba55448be4a54",
7470 "shasum": ""
7471 },
7472 "require": {
7473 "php": ">=7.1.3",
7474 "symfony/console": "^2.8|^3.4|^4.2|^5.0",
7475 "symfony/http-client": "^4.3|^5.0",
7476 "symfony/mime": "^4.3|^5.0",
7477 "symfony/polyfill-ctype": "^1.11"
7478 },
7479 "bin": [
7480 "security-checker"
7481 ],
7482 "type": "library",
7483 "extra": {
7484 "branch-alias": {
7485 "dev-master": "6.0-dev"
7486 }
7487 },
7488 "autoload": {
7489 "psr-4": {
7490 "SensioLabs\\Security\\": "SensioLabs/Security"
7491 }
7492 },
7493 "notification-url": "https://packagist.org/downloads/",
7494 "license": [
7495 "MIT"
7496 ],
7497 "authors": [
7498 {
7499 "name": "Fabien Potencier",
7500 "email": "fabien.potencier@gmail.com"
7501 }
7502 ],
7503 "description": "A security checker for your composer.lock",
7504 "time": "2019-11-01T13:20:14+00:00"
7505 },
7506 {
7507 "name": "sentry/sdk",
7508 "version": "2.0.4",
7509 "source": {
7510 "type": "git",
7511 "url": "https://github.com/getsentry/sentry-php-sdk.git",
7512 "reference": "4c115873c86ad5bd0ac6d962db70ca53bf8fb874"
7513 },
7514 "dist": {
7515 "type": "zip",
7516 "url": "https://api.github.com/repos/getsentry/sentry-php-sdk/zipball/4c115873c86ad5bd0ac6d962db70ca53bf8fb874",
7517 "reference": "4c115873c86ad5bd0ac6d962db70ca53bf8fb874",
7518 "shasum": ""
7519 },
7520 "require": {
7521 "http-interop/http-factory-guzzle": "^1.0",
7522 "php-http/curl-client": "^1.0|^2.0",
7523 "sentry/sentry": "^2.1.3"
7524 },
7525 "type": "metapackage",
7526 "notification-url": "https://packagist.org/downloads/",
7527 "license": [
7528 "MIT"
7529 ],
7530 "authors": [
7531 {
7532 "name": "Sentry",
7533 "email": "accounts@sentry.io"
7534 }
7535 ],
7536 "description": "This is a metapackage shipping sentry/sentry with a recommended http client.",
7537 "time": "2019-09-09T19:54:44+00:00"
7538 },
7539 {
7540 "name": "sentry/sentry",
7541 "version": "2.2.6",
7542 "source": {
7543 "type": "git",
7544 "url": "https://github.com/getsentry/sentry-php.git",
7545 "reference": "c9b253229b95f8e5bbf6a3661a170a0be0f80563"
7546 },
7547 "dist": {
7548 "type": "zip",
7549 "url": "https://api.github.com/repos/getsentry/sentry-php/zipball/c9b253229b95f8e5bbf6a3661a170a0be0f80563",
7550 "reference": "c9b253229b95f8e5bbf6a3661a170a0be0f80563",
7551 "shasum": ""
7552 },
7553 "require": {
7554 "ext-json": "*",
7555 "ext-mbstring": "*",
7556 "guzzlehttp/promises": "^1.3",
7557 "jean85/pretty-package-versions": "^1.2",
7558 "php": "^7.1",
7559 "php-http/async-client-implementation": "^1.0",
7560 "php-http/client-common": "^1.5|^2.0",
7561 "php-http/discovery": "^1.6.1",
7562 "php-http/httplug": "^1.1|^2.0",
7563 "php-http/message": "^1.5",
7564 "psr/http-message-implementation": "^1.0",
7565 "ramsey/uuid": "^3.3",
7566 "symfony/options-resolver": "^2.7|^3.0|^4.0|^5.0",
7567 "zendframework/zend-diactoros": "^1.7.1|^2.0"
7568 },
7569 "conflict": {
7570 "php-http/client-common": "1.8.0",
7571 "raven/raven": "*"
7572 },
7573 "require-dev": {
7574 "friendsofphp/php-cs-fixer": "^2.13",
7575 "monolog/monolog": "^1.3|^2.0",
7576 "php-http/mock-client": "^1.0",
7577 "phpstan/extension-installer": "^1.0",
7578 "phpstan/phpstan": "^0.11",
7579 "phpstan/phpstan-phpunit": "^0.11",
7580 "phpunit/phpunit": "^7.5.18",
7581 "symfony/phpunit-bridge": "^4.3|^5.0",
7582 "vimeo/psalm": "^3.4"
7583 },
7584 "suggest": {
7585 "monolog/monolog": "Allow sending log messages to Sentry by using the included Monolog handler."
7586 },
7587 "type": "library",
7588 "extra": {
7589 "branch-alias": {
7590 "dev-develop": "2.2-dev"
7591 }
7592 },
7593 "autoload": {
7594 "files": [
7595 "src/functions.php"
7596 ],
7597 "psr-4": {
7598 "Sentry\\": "src/"
7599 }
7600 },
7601 "notification-url": "https://packagist.org/downloads/",
7602 "license": [
7603 "BSD-3-Clause"
7604 ],
7605 "authors": [
7606 {
7607 "name": "Sentry",
7608 "email": "accounts@sentry.io"
7609 }
7610 ],
7611 "description": "A PHP SDK for Sentry (http://sentry.io)",
7612 "homepage": "http://sentry.io",
7613 "keywords": [
7614 "crash-reporting",
7615 "crash-reports",
7616 "error-handler",
7617 "error-monitoring",
7618 "log",
7619 "logging",
7620 "sentry"
7621 ],
7622 "time": "2019-12-18T08:56:34+00:00"
7623 },
7624 {
7625 "name": "sentry/sentry-symfony",
7626 "version": "3.2.1",
7627 "source": {
7628 "type": "git",
7629 "url": "https://github.com/getsentry/sentry-symfony.git",
7630 "reference": "620b90dc35c12ef96c6460df74e30441e359ce6d"
7631 },
7632 "dist": {
7633 "type": "zip",
7634 "url": "https://api.github.com/repos/getsentry/sentry-symfony/zipball/620b90dc35c12ef96c6460df74e30441e359ce6d",
7635 "reference": "620b90dc35c12ef96c6460df74e30441e359ce6d",
7636 "shasum": ""
7637 },
7638 "require": {
7639 "jean85/pretty-package-versions": "^1.0",
7640 "php": "^7.1",
7641 "sentry/sdk": "^2.0",
7642 "symfony/config": "^2.8||^3.0||^4.0",
7643 "symfony/console": "^2.8||^3.0||^4.0",
7644 "symfony/dependency-injection": "^2.8||^3.0||^4.0",
7645 "symfony/event-dispatcher": "^2.8||^3.0||^4.0",
7646 "symfony/http-kernel": "^2.8||^3.0||^4.0",
7647 "symfony/security-core": "^2.8||^3.0||^4.0"
7648 },
7649 "require-dev": {
7650 "friendsofphp/php-cs-fixer": "^2.8",
7651 "jangregor/phpstan-prophecy": "^0.3.0",
7652 "monolog/monolog": "^1.11||^2.0",
7653 "php-http/mock-client": "^1.0",
7654 "phpstan/phpstan": "^0.11",
7655 "phpstan/phpstan-phpunit": "^0.11",
7656 "phpunit/phpunit": "^7.5",
7657 "scrutinizer/ocular": "^1.4",
7658 "symfony/expression-language": "^2.8||^3.0||^4.0"
7659 },
7660 "suggest": {
7661 "monolog/monolog": "Required to use the Monolog handler"
7662 },
7663 "type": "symfony-bundle",
7664 "extra": {
7665 "branch-alias": {
7666 "master": "3.x-dev",
7667 "releases/3.2.x": "3.2.x-dev",
7668 "releases/2.x": "2.x-dev",
7669 "releases/1.x": "1.x-dev"
7670 }
7671 },
7672 "autoload": {
7673 "psr-4": {
7674 "Sentry\\SentryBundle\\": "src/"
7675 }
7676 },
7677 "notification-url": "https://packagist.org/downloads/",
7678 "license": [
7679 "Apache-2.0"
7680 ],
7681 "authors": [
7682 {
7683 "name": "David Cramer",
7684 "email": "dcramer@gmail.com"
7685 },
7686 {
7687 "name": "Alessandro Lai",
7688 "email": "alessandro.lai85@gmail.com"
7689 }
7690 ],
7691 "description": "Symfony integration for Sentry (http://getsentry.com)",
7692 "homepage": "http://getsentry.com",
7693 "keywords": [
7694 "errors",
7695 "logging",
7696 "sentry",
7697 "symfony"
7698 ],
7699 "time": "2019-11-29T21:24:37+00:00"
7700 },
7701 {
7702 "name": "simplepie/simplepie",
7703 "version": "1.5.4",
7704 "source": {
7705 "type": "git",
7706 "url": "https://github.com/simplepie/simplepie.git",
7707 "reference": "f4c8246511a38fc9d99a59fb42f61eeeafb31663"
7708 },
7709 "dist": {
7710 "type": "zip",
7711 "url": "https://api.github.com/repos/simplepie/simplepie/zipball/f4c8246511a38fc9d99a59fb42f61eeeafb31663",
7712 "reference": "f4c8246511a38fc9d99a59fb42f61eeeafb31663",
7713 "shasum": ""
7714 },
7715 "require": {
7716 "ext-pcre": "*",
7717 "ext-xml": "*",
7718 "ext-xmlreader": "*",
7719 "php": ">=5.6.0"
7720 },
7721 "require-dev": {
7722 "phpunit/phpunit": "~5.4.3 || ~6.5"
7723 },
7724 "suggest": {
7725 "ext-curl": "",
7726 "ext-iconv": "",
7727 "ext-intl": "",
7728 "ext-mbstring": "",
7729 "mf2/mf2": "Microformat module that allows for parsing HTML for microformats"
7730 },
7731 "type": "library",
7732 "autoload": {
7733 "psr-0": {
7734 "SimplePie": "library"
7735 }
7736 },
7737 "notification-url": "https://packagist.org/downloads/",
7738 "license": [
7739 "BSD-3-Clause"
7740 ],
7741 "authors": [
7742 {
7743 "name": "Ryan Parman",
7744 "homepage": "http://ryanparman.com/",
7745 "role": "Creator, alumnus developer"
7746 },
7747 {
7748 "name": "Geoffrey Sneddon",
7749 "homepage": "http://gsnedders.com/",
7750 "role": "Alumnus developer"
7751 },
7752 {
7753 "name": "Ryan McCue",
7754 "email": "me@ryanmccue.info",
7755 "homepage": "http://ryanmccue.info/",
7756 "role": "Developer"
7757 }
7758 ],
7759 "description": "A simple Atom/RSS parsing library for PHP",
7760 "homepage": "http://simplepie.org/",
7761 "keywords": [
7762 "atom",
7763 "feeds",
7764 "rss"
7765 ],
7766 "time": "2019-11-23T07:05:15+00:00"
7767 },
7768 {
7769 "name": "smalot/pdfparser",
7770 "version": "v0.14.0",
7771 "source": {
7772 "type": "git",
7773 "url": "https://github.com/smalot/pdfparser.git",
7774 "reference": "ec72a99028ba5e21a0acad92047b85e128cbf81f"
7775 },
7776 "dist": {
7777 "type": "zip",
7778 "url": "https://api.github.com/repos/smalot/pdfparser/zipball/ec72a99028ba5e21a0acad92047b85e128cbf81f",
7779 "reference": "ec72a99028ba5e21a0acad92047b85e128cbf81f",
7780 "shasum": ""
7781 },
7782 "require": {
7783 "ext-mbstring": "*",
7784 "ext-zlib": "*",
7785 "php": ">=5.3.0",
7786 "tecnickcom/tcpdf": "~6.0"
7787 },
7788 "require-dev": {
7789 "atoum/atoum": "^2.8 | ^3.0"
7790 },
7791 "type": "library",
7792 "autoload": {
7793 "psr-0": {
7794 "Smalot\\PdfParser\\": "src/"
7795 }
7796 },
7797 "notification-url": "https://packagist.org/downloads/",
7798 "license": [
7799 "LGPL-3.0"
7800 ],
7801 "authors": [
7802 {
7803 "name": "Sebastien Malot",
7804 "email": "sebastien@malot.fr"
7805 }
7806 ],
7807 "description": "Pdf parser library. Can read and extract information from pdf file.",
7808 "homepage": "http://www.pdfparser.org",
7809 "keywords": [
7810 "extract",
7811 "parse",
7812 "parser",
7813 "pdf",
7814 "text"
7815 ],
7816 "time": "2019-01-23T09:14:37+00:00"
7817 },
7818 {
7819 "name": "spomky-labs/otphp",
7820 "version": "v9.1.4",
7821 "source": {
7822 "type": "git",
7823 "url": "https://github.com/Spomky-Labs/otphp.git",
7824 "reference": "48d463cf909320399fe08eab2e1cd18d899d5068"
7825 },
7826 "dist": {
7827 "type": "zip",
7828 "url": "https://api.github.com/repos/Spomky-Labs/otphp/zipball/48d463cf909320399fe08eab2e1cd18d899d5068",
7829 "reference": "48d463cf909320399fe08eab2e1cd18d899d5068",
7830 "shasum": ""
7831 },
7832 "require": {
7833 "beberlei/assert": "^2.4|^3.0",
7834 "paragonie/constant_time_encoding": "^2.0",
7835 "php": "^7.1"
7836 },
7837 "require-dev": {
7838 "phpunit/phpunit": "^6.0",
7839 "satooshi/php-coveralls": "^1.0"
7840 },
7841 "type": "library",
7842 "extra": {
7843 "branch-alias": {
7844 "dev-master": "9.0.x-dev"
7845 }
7846 },
7847 "autoload": {
7848 "psr-4": {
7849 "OTPHP\\": "src/"
7850 }
7851 },
7852 "notification-url": "https://packagist.org/downloads/",
7853 "license": [
7854 "MIT"
7855 ],
7856 "authors": [
7857 {
7858 "name": "Florent Morselli",
7859 "homepage": "https://github.com/Spomky"
7860 },
7861 {
7862 "name": "All contributors",
7863 "homepage": "https://github.com/Spomky-Labs/otphp/contributors"
7864 }
7865 ],
7866 "description": "A PHP library for generating one time passwords according to RFC 4226 (HOTP Algorithm) and the RFC 6238 (TOTP Algorithm) and compatible with Google Authenticator",
7867 "homepage": "https://github.com/Spomky-Labs/otphp",
7868 "keywords": [
7869 "FreeOTP",
7870 "RFC 4226",
7871 "RFC 6238",
7872 "google authenticator",
7873 "hotp",
7874 "otp",
7875 "totp"
7876 ],
7877 "time": "2019-03-18T10:08:51+00:00"
7878 },
7879 {
7880 "name": "stof/doctrine-extensions-bundle",
7881 "version": "v1.3.0",
7882 "source": {
7883 "type": "git",
7884 "url": "https://github.com/stof/StofDoctrineExtensionsBundle.git",
7885 "reference": "46db71ec7ffee9122eca3cdddd4ef8d84bae269c"
7886 },
7887 "dist": {
7888 "type": "zip",
7889 "url": "https://api.github.com/repos/stof/StofDoctrineExtensionsBundle/zipball/46db71ec7ffee9122eca3cdddd4ef8d84bae269c",
7890 "reference": "46db71ec7ffee9122eca3cdddd4ef8d84bae269c",
7891 "shasum": ""
7892 },
7893 "require": {
7894 "gedmo/doctrine-extensions": "^2.3.4",
7895 "php": ">=5.3.2",
7896 "symfony/framework-bundle": "~2.7|~3.2|~4.0"
7897 },
7898 "require-dev": {
7899 "symfony/phpunit-bridge": "^4.0",
7900 "symfony/security-bundle": "^2.7 || ^3.2 || ^4.0"
7901 },
7902 "suggest": {
7903 "doctrine/doctrine-bundle": "to use the ORM extensions",
7904 "doctrine/mongodb-odm-bundle": "to use the MongoDB ODM extensions"
7905 },
7906 "type": "symfony-bundle",
7907 "extra": {
7908 "branch-alias": {
7909 "dev-master": "1.3.x-dev"
7910 }
7911 },
7912 "autoload": {
7913 "psr-4": {
7914 "Stof\\DoctrineExtensionsBundle\\": ""
7915 }
7916 },
7917 "notification-url": "https://packagist.org/downloads/",
7918 "license": [
7919 "MIT"
7920 ],
7921 "authors": [
7922 {
7923 "name": "Christophe Coevoet",
7924 "email": "stof@notk.org"
7925 }
7926 ],
7927 "description": "Integration of the gedmo/doctrine-extensions with Symfony2",
7928 "homepage": "https://github.com/stof/StofDoctrineExtensionsBundle",
7929 "keywords": [
7930 "behaviors",
7931 "doctrine2",
7932 "extensions",
7933 "gedmo",
7934 "loggable",
7935 "nestedset",
7936 "sluggable",
7937 "sortable",
7938 "timestampable",
7939 "translatable",
7940 "tree"
7941 ],
7942 "time": "2017-12-24T16:06:50+00:00"
7943 },
7944 {
7945 "name": "swiftmailer/swiftmailer",
7946 "version": "v6.2.3",
7947 "source": {
7948 "type": "git",
7949 "url": "https://github.com/swiftmailer/swiftmailer.git",
7950 "reference": "149cfdf118b169f7840bbe3ef0d4bc795d1780c9"
7951 },
7952 "dist": {
7953 "type": "zip",
7954 "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/149cfdf118b169f7840bbe3ef0d4bc795d1780c9",
7955 "reference": "149cfdf118b169f7840bbe3ef0d4bc795d1780c9",
7956 "shasum": ""
7957 },
7958 "require": {
7959 "egulias/email-validator": "~2.0",
7960 "php": ">=7.0.0",
7961 "symfony/polyfill-iconv": "^1.0",
7962 "symfony/polyfill-intl-idn": "^1.10",
7963 "symfony/polyfill-mbstring": "^1.0"
7964 },
7965 "require-dev": {
7966 "mockery/mockery": "~0.9.1",
7967 "symfony/phpunit-bridge": "^3.4.19|^4.1.8"
7968 },
7969 "suggest": {
7970 "ext-intl": "Needed to support internationalized email addresses",
7971 "true/punycode": "Needed to support internationalized email addresses, if ext-intl is not installed"
7972 },
7973 "type": "library",
7974 "extra": {
7975 "branch-alias": {
7976 "dev-master": "6.2-dev"
7977 }
7978 },
7979 "autoload": {
7980 "files": [
7981 "lib/swift_required.php"
7982 ]
7983 },
7984 "notification-url": "https://packagist.org/downloads/",
7985 "license": [
7986 "MIT"
7987 ],
7988 "authors": [
7989 {
7990 "name": "Chris Corbyn"
7991 },
7992 {
7993 "name": "Fabien Potencier",
7994 "email": "fabien@symfony.com"
7995 }
7996 ],
7997 "description": "Swiftmailer, free feature-rich PHP mailer",
7998 "homepage": "https://swiftmailer.symfony.com",
7999 "keywords": [
8000 "email",
8001 "mail",
8002 "mailer"
8003 ],
8004 "time": "2019-11-12T09:31:26+00:00"
8005 },
8006 {
8007 "name": "symfony/http-client",
8008 "version": "v4.4.2",
8009 "source": {
8010 "type": "git",
8011 "url": "https://github.com/symfony/http-client.git",
8012 "reference": "9ebfc77b5018a05226b38642def82746f3e2ce0f"
8013 },
8014 "dist": {
8015 "type": "zip",
8016 "url": "https://api.github.com/repos/symfony/http-client/zipball/9ebfc77b5018a05226b38642def82746f3e2ce0f",
8017 "reference": "9ebfc77b5018a05226b38642def82746f3e2ce0f",
8018 "shasum": ""
8019 },
8020 "require": {
8021 "php": "^7.1.3",
8022 "psr/log": "^1.0",
8023 "symfony/http-client-contracts": "^1.1.8|^2",
8024 "symfony/polyfill-php73": "^1.11",
8025 "symfony/service-contracts": "^1.0|^2"
8026 },
8027 "provide": {
8028 "php-http/async-client-implementation": "*",
8029 "php-http/client-implementation": "*",
8030 "psr/http-client-implementation": "1.0",
8031 "symfony/http-client-implementation": "1.1"
8032 },
8033 "require-dev": {
8034 "guzzlehttp/promises": "^1.3.1",
8035 "nyholm/psr7": "^1.0",
8036 "php-http/httplug": "^1.0|^2.0",
8037 "psr/http-client": "^1.0",
8038 "symfony/dependency-injection": "^4.3|^5.0",
8039 "symfony/http-kernel": "^4.4",
8040 "symfony/process": "^4.2|^5.0"
8041 },
8042 "type": "library",
8043 "extra": {
8044 "branch-alias": {
8045 "dev-master": "4.4-dev"
8046 }
8047 },
8048 "autoload": {
8049 "psr-4": {
8050 "Symfony\\Component\\HttpClient\\": ""
8051 },
8052 "exclude-from-classmap": [
8053 "/Tests/"
8054 ]
8055 },
8056 "notification-url": "https://packagist.org/downloads/",
8057 "license": [
8058 "MIT"
8059 ],
8060 "authors": [
8061 {
8062 "name": "Nicolas Grekas",
8063 "email": "p@tchwork.com"
8064 },
8065 {
8066 "name": "Symfony Community",
8067 "homepage": "https://symfony.com/contributors"
8068 }
8069 ],
8070 "description": "Symfony HttpClient component",
8071 "homepage": "https://symfony.com",
8072 "time": "2019-12-19T15:57:49+00:00"
8073 },
8074 {
8075 "name": "symfony/http-client-contracts",
8076 "version": "v1.1.8",
8077 "source": {
8078 "type": "git",
8079 "url": "https://github.com/symfony/http-client-contracts.git",
8080 "reference": "088bae75cfa2ec5eb6d33dce17dbd8613150ce6e"
8081 },
8082 "dist": {
8083 "type": "zip",
8084 "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/088bae75cfa2ec5eb6d33dce17dbd8613150ce6e",
8085 "reference": "088bae75cfa2ec5eb6d33dce17dbd8613150ce6e",
8086 "shasum": ""
8087 },
8088 "require": {
8089 "php": "^7.1.3"
8090 },
8091 "suggest": {
8092 "symfony/http-client-implementation": ""
8093 },
8094 "type": "library",
8095 "extra": {
8096 "branch-alias": {
8097 "dev-master": "1.1-dev"
8098 }
8099 },
8100 "autoload": {
8101 "psr-4": {
8102 "Symfony\\Contracts\\HttpClient\\": ""
8103 }
8104 },
8105 "notification-url": "https://packagist.org/downloads/",
8106 "license": [
8107 "MIT"
8108 ],
8109 "authors": [
8110 {
8111 "name": "Nicolas Grekas",
8112 "email": "p@tchwork.com"
8113 },
8114 {
8115 "name": "Symfony Community",
8116 "homepage": "https://symfony.com/contributors"
8117 }
8118 ],
8119 "description": "Generic abstractions related to HTTP clients",
8120 "homepage": "https://symfony.com",
8121 "keywords": [
8122 "abstractions",
8123 "contracts",
8124 "decoupling",
8125 "interfaces",
8126 "interoperability",
8127 "standards"
8128 ],
8129 "time": "2019-11-07T12:44:51+00:00"
8130 },
8131 {
8132 "name": "symfony/mime",
8133 "version": "v4.4.2",
8134 "source": {
8135 "type": "git",
8136 "url": "https://github.com/symfony/mime.git",
8137 "reference": "010cc488e56cafe5f7494dea70aea93100c234df"
8138 },
8139 "dist": {
8140 "type": "zip",
8141 "url": "https://api.github.com/repos/symfony/mime/zipball/010cc488e56cafe5f7494dea70aea93100c234df",
8142 "reference": "010cc488e56cafe5f7494dea70aea93100c234df",
8143 "shasum": ""
8144 },
8145 "require": {
8146 "php": "^7.1.3",
8147 "symfony/polyfill-intl-idn": "^1.10",
8148 "symfony/polyfill-mbstring": "^1.0"
8149 },
8150 "conflict": {
8151 "symfony/mailer": "<4.4"
8152 },
8153 "require-dev": {
8154 "egulias/email-validator": "^2.1.10",
8155 "symfony/dependency-injection": "^3.4|^4.1|^5.0"
8156 },
8157 "type": "library",
8158 "extra": {
8159 "branch-alias": {
8160 "dev-master": "4.4-dev"
8161 }
8162 },
8163 "autoload": {
8164 "psr-4": {
8165 "Symfony\\Component\\Mime\\": ""
8166 },
8167 "exclude-from-classmap": [
8168 "/Tests/"
8169 ]
8170 },
8171 "notification-url": "https://packagist.org/downloads/",
8172 "license": [
8173 "MIT"
8174 ],
8175 "authors": [
8176 {
8177 "name": "Fabien Potencier",
8178 "email": "fabien@symfony.com"
8179 },
8180 {
8181 "name": "Symfony Community",
8182 "homepage": "https://symfony.com/contributors"
8183 }
8184 ],
8185 "description": "A library to manipulate MIME messages",
8186 "homepage": "https://symfony.com",
8187 "keywords": [
8188 "mime",
8189 "mime-type"
8190 ],
8191 "time": "2019-11-30T08:27:26+00:00"
8192 },
8193 {
8194 "name": "symfony/monolog-bundle",
8195 "version": "v3.5.0",
8196 "source": {
8197 "type": "git",
8198 "url": "https://github.com/symfony/monolog-bundle.git",
8199 "reference": "dd80460fcfe1fa2050a7103ad818e9d0686ce6fd"
8200 },
8201 "dist": {
8202 "type": "zip",
8203 "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/dd80460fcfe1fa2050a7103ad818e9d0686ce6fd",
8204 "reference": "dd80460fcfe1fa2050a7103ad818e9d0686ce6fd",
8205 "shasum": ""
8206 },
8207 "require": {
8208 "monolog/monolog": "~1.22 || ~2.0",
8209 "php": ">=5.6",
8210 "symfony/config": "~3.4 || ~4.0 || ^5.0",
8211 "symfony/dependency-injection": "~3.4.10 || ^4.0.10 || ^5.0",
8212 "symfony/http-kernel": "~3.4 || ~4.0 || ^5.0",
8213 "symfony/monolog-bridge": "~3.4 || ~4.0 || ^5.0"
8214 },
8215 "require-dev": {
8216 "symfony/console": "~3.4 || ~4.0 || ^5.0",
8217 "symfony/phpunit-bridge": "^3.4.19 || ^4.0 || ^5.0",
8218 "symfony/yaml": "~3.4 || ~4.0 || ^5.0"
8219 },
8220 "type": "symfony-bundle",
8221 "extra": {
8222 "branch-alias": {
8223 "dev-master": "3.x-dev"
8224 }
8225 },
8226 "autoload": {
8227 "psr-4": {
8228 "Symfony\\Bundle\\MonologBundle\\": ""
8229 },
8230 "exclude-from-classmap": [
8231 "/Tests/"
8232 ]
8233 },
8234 "notification-url": "https://packagist.org/downloads/",
8235 "license": [
8236 "MIT"
8237 ],
8238 "authors": [
8239 {
8240 "name": "Fabien Potencier",
8241 "email": "fabien@symfony.com"
8242 },
8243 {
8244 "name": "Symfony Community",
8245 "homepage": "http://symfony.com/contributors"
8246 }
8247 ],
8248 "description": "Symfony MonologBundle",
8249 "homepage": "http://symfony.com",
8250 "keywords": [
8251 "log",
8252 "logging"
8253 ],
8254 "time": "2019-11-13T13:11:14+00:00"
8255 },
8256 {
8257 "name": "symfony/polyfill-apcu",
8258 "version": "v1.15.0",
8259 "source": {
8260 "type": "git",
8261 "url": "https://github.com/symfony/polyfill-apcu.git",
8262 "reference": "d6b5c4ac62cd4ed622e583d027ae684de2d3c4bd"
8263 },
8264 "dist": {
8265 "type": "zip",
8266 "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/d6b5c4ac62cd4ed622e583d027ae684de2d3c4bd",
8267 "reference": "d6b5c4ac62cd4ed622e583d027ae684de2d3c4bd",
8268 "shasum": ""
8269 },
8270 "require": {
8271 "php": ">=5.3.3"
8272 },
8273 "type": "library",
8274 "extra": {
8275 "branch-alias": {
8276 "dev-master": "1.15-dev"
8277 }
8278 },
8279 "autoload": {
8280 "psr-4": {
8281 "Symfony\\Polyfill\\Apcu\\": ""
8282 },
8283 "files": [
8284 "bootstrap.php"
8285 ]
8286 },
8287 "notification-url": "https://packagist.org/downloads/",
8288 "license": [
8289 "MIT"
8290 ],
8291 "authors": [
8292 {
8293 "name": "Nicolas Grekas",
8294 "email": "p@tchwork.com"
8295 },
8296 {
8297 "name": "Symfony Community",
8298 "homepage": "https://symfony.com/contributors"
8299 }
8300 ],
8301 "description": "Symfony polyfill backporting apcu_* functions to lower PHP versions",
8302 "homepage": "https://symfony.com",
8303 "keywords": [
8304 "apcu",
8305 "compatibility",
8306 "polyfill",
8307 "portable",
8308 "shim"
8309 ],
8310 "time": "2020-02-27T09:26:54+00:00"
8311 },
8312 {
8313 "name": "symfony/polyfill-ctype",
8314 "version": "v1.15.0",
8315 "source": {
8316 "type": "git",
8317 "url": "https://github.com/symfony/polyfill-ctype.git",
8318 "reference": "4719fa9c18b0464d399f1a63bf624b42b6fa8d14"
8319 },
8320 "dist": {
8321 "type": "zip",
8322 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/4719fa9c18b0464d399f1a63bf624b42b6fa8d14",
8323 "reference": "4719fa9c18b0464d399f1a63bf624b42b6fa8d14",
8324 "shasum": ""
8325 },
8326 "require": {
8327 "php": ">=5.3.3"
8328 },
8329 "suggest": {
8330 "ext-ctype": "For best performance"
8331 },
8332 "type": "library",
8333 "extra": {
8334 "branch-alias": {
8335 "dev-master": "1.15-dev"
8336 }
8337 },
8338 "autoload": {
8339 "psr-4": {
8340 "Symfony\\Polyfill\\Ctype\\": ""
8341 },
8342 "files": [
8343 "bootstrap.php"
8344 ]
8345 },
8346 "notification-url": "https://packagist.org/downloads/",
8347 "license": [
8348 "MIT"
8349 ],
8350 "authors": [
8351 {
8352 "name": "Gert de Pagter",
8353 "email": "BackEndTea@gmail.com"
8354 },
8355 {
8356 "name": "Symfony Community",
8357 "homepage": "https://symfony.com/contributors"
8358 }
8359 ],
8360 "description": "Symfony polyfill for ctype functions",
8361 "homepage": "https://symfony.com",
8362 "keywords": [
8363 "compatibility",
8364 "ctype",
8365 "polyfill",
8366 "portable"
8367 ],
8368 "time": "2020-02-27T09:26:54+00:00"
8369 },
8370 {
8371 "name": "symfony/polyfill-iconv",
8372 "version": "v1.13.1",
8373 "source": {
8374 "type": "git",
8375 "url": "https://github.com/symfony/polyfill-iconv.git",
8376 "reference": "a019efccc03f1a335af6b4f20c30f5ea8060be36"
8377 },
8378 "dist": {
8379 "type": "zip",
8380 "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/a019efccc03f1a335af6b4f20c30f5ea8060be36",
8381 "reference": "a019efccc03f1a335af6b4f20c30f5ea8060be36",
8382 "shasum": ""
8383 },
8384 "require": {
8385 "php": ">=5.3.3"
8386 },
8387 "suggest": {
8388 "ext-iconv": "For best performance"
8389 },
8390 "type": "library",
8391 "extra": {
8392 "branch-alias": {
8393 "dev-master": "1.13-dev"
8394 }
8395 },
8396 "autoload": {
8397 "psr-4": {
8398 "Symfony\\Polyfill\\Iconv\\": ""
8399 },
8400 "files": [
8401 "bootstrap.php"
8402 ]
8403 },
8404 "notification-url": "https://packagist.org/downloads/",
8405 "license": [
8406 "MIT"
8407 ],
8408 "authors": [
8409 {
8410 "name": "Nicolas Grekas",
8411 "email": "p@tchwork.com"
8412 },
8413 {
8414 "name": "Symfony Community",
8415 "homepage": "https://symfony.com/contributors"
8416 }
8417 ],
8418 "description": "Symfony polyfill for the Iconv extension",
8419 "homepage": "https://symfony.com",
8420 "keywords": [
8421 "compatibility",
8422 "iconv",
8423 "polyfill",
8424 "portable",
8425 "shim"
8426 ],
8427 "time": "2019-11-27T13:56:44+00:00"
8428 },
8429 {
8430 "name": "symfony/polyfill-intl-icu",
8431 "version": "v1.15.0",
8432 "source": {
8433 "type": "git",
8434 "url": "https://github.com/symfony/polyfill-intl-icu.git",
8435 "reference": "9c281272735eb66476e0fa7381e03fb0d4b60197"
8436 },
8437 "dist": {
8438 "type": "zip",
8439 "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/9c281272735eb66476e0fa7381e03fb0d4b60197",
8440 "reference": "9c281272735eb66476e0fa7381e03fb0d4b60197",
8441 "shasum": ""
8442 },
8443 "require": {
8444 "php": ">=5.3.3",
8445 "symfony/intl": "~2.3|~3.0|~4.0|~5.0"
8446 },
8447 "suggest": {
8448 "ext-intl": "For best performance"
8449 },
8450 "type": "library",
8451 "extra": {
8452 "branch-alias": {
8453 "dev-master": "1.15-dev"
8454 }
8455 },
8456 "autoload": {
8457 "files": [
8458 "bootstrap.php"
8459 ]
8460 },
8461 "notification-url": "https://packagist.org/downloads/",
8462 "license": [
8463 "MIT"
8464 ],
8465 "authors": [
8466 {
8467 "name": "Nicolas Grekas",
8468 "email": "p@tchwork.com"
8469 },
8470 {
8471 "name": "Symfony Community",
8472 "homepage": "https://symfony.com/contributors"
8473 }
8474 ],
8475 "description": "Symfony polyfill for intl's ICU-related data and classes",
8476 "homepage": "https://symfony.com",
8477 "keywords": [
8478 "compatibility",
8479 "icu",
8480 "intl",
8481 "polyfill",
8482 "portable",
8483 "shim"
8484 ],
8485 "time": "2020-02-27T09:26:54+00:00"
8486 },
8487 {
8488 "name": "symfony/polyfill-intl-idn",
8489 "version": "v1.13.1",
8490 "source": {
8491 "type": "git",
8492 "url": "https://github.com/symfony/polyfill-intl-idn.git",
8493 "reference": "6f9c239e61e1b0c9229a28ff89a812dc449c3d46"
8494 },
8495 "dist": {
8496 "type": "zip",
8497 "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/6f9c239e61e1b0c9229a28ff89a812dc449c3d46",
8498 "reference": "6f9c239e61e1b0c9229a28ff89a812dc449c3d46",
8499 "shasum": ""
8500 },
8501 "require": {
8502 "php": ">=5.3.3",
8503 "symfony/polyfill-mbstring": "^1.3",
8504 "symfony/polyfill-php72": "^1.9"
8505 },
8506 "suggest": {
8507 "ext-intl": "For best performance"
8508 },
8509 "type": "library",
8510 "extra": {
8511 "branch-alias": {
8512 "dev-master": "1.13-dev"
8513 }
8514 },
8515 "autoload": {
8516 "psr-4": {
8517 "Symfony\\Polyfill\\Intl\\Idn\\": ""
8518 },
8519 "files": [
8520 "bootstrap.php"
8521 ]
8522 },
8523 "notification-url": "https://packagist.org/downloads/",
8524 "license": [
8525 "MIT"
8526 ],
8527 "authors": [
8528 {
8529 "name": "Laurent Bassin",
8530 "email": "laurent@bassin.info"
8531 },
8532 {
8533 "name": "Symfony Community",
8534 "homepage": "https://symfony.com/contributors"
8535 }
8536 ],
8537 "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
8538 "homepage": "https://symfony.com",
8539 "keywords": [
8540 "compatibility",
8541 "idn",
8542 "intl",
8543 "polyfill",
8544 "portable",
8545 "shim"
8546 ],
8547 "time": "2019-11-27T13:56:44+00:00"
8548 },
8549 {
8550 "name": "symfony/polyfill-mbstring",
8551 "version": "v1.15.0",
8552 "source": {
8553 "type": "git",
8554 "url": "https://github.com/symfony/polyfill-mbstring.git",
8555 "reference": "81ffd3a9c6d707be22e3012b827de1c9775fc5ac"
8556 },
8557 "dist": {
8558 "type": "zip",
8559 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/81ffd3a9c6d707be22e3012b827de1c9775fc5ac",
8560 "reference": "81ffd3a9c6d707be22e3012b827de1c9775fc5ac",
8561 "shasum": ""
8562 },
8563 "require": {
8564 "php": ">=5.3.3"
8565 },
8566 "suggest": {
8567 "ext-mbstring": "For best performance"
8568 },
8569 "type": "library",
8570 "extra": {
8571 "branch-alias": {
8572 "dev-master": "1.15-dev"
8573 }
8574 },
8575 "autoload": {
8576 "psr-4": {
8577 "Symfony\\Polyfill\\Mbstring\\": ""
8578 },
8579 "files": [
8580 "bootstrap.php"
8581 ]
8582 },
8583 "notification-url": "https://packagist.org/downloads/",
8584 "license": [
8585 "MIT"
8586 ],
8587 "authors": [
8588 {
8589 "name": "Nicolas Grekas",
8590 "email": "p@tchwork.com"
8591 },
8592 {
8593 "name": "Symfony Community",
8594 "homepage": "https://symfony.com/contributors"
8595 }
8596 ],
8597 "description": "Symfony polyfill for the Mbstring extension",
8598 "homepage": "https://symfony.com",
8599 "keywords": [
8600 "compatibility",
8601 "mbstring",
8602 "polyfill",
8603 "portable",
8604 "shim"
8605 ],
8606 "time": "2020-03-09T19:04:49+00:00"
8607 },
8608 {
8609 "name": "symfony/polyfill-php56",
8610 "version": "v1.15.0",
8611 "source": {
8612 "type": "git",
8613 "url": "https://github.com/symfony/polyfill-php56.git",
8614 "reference": "d51ec491c8ddceae7dca8dd6c7e30428f543f37d"
8615 },
8616 "dist": {
8617 "type": "zip",
8618 "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/d51ec491c8ddceae7dca8dd6c7e30428f543f37d",
8619 "reference": "d51ec491c8ddceae7dca8dd6c7e30428f543f37d",
8620 "shasum": ""
8621 },
8622 "require": {
8623 "php": ">=5.3.3",
8624 "symfony/polyfill-util": "~1.0"
8625 },
8626 "type": "library",
8627 "extra": {
8628 "branch-alias": {
8629 "dev-master": "1.15-dev"
8630 }
8631 },
8632 "autoload": {
8633 "psr-4": {
8634 "Symfony\\Polyfill\\Php56\\": ""
8635 },
8636 "files": [
8637 "bootstrap.php"
8638 ]
8639 },
8640 "notification-url": "https://packagist.org/downloads/",
8641 "license": [
8642 "MIT"
8643 ],
8644 "authors": [
8645 {
8646 "name": "Nicolas Grekas",
8647 "email": "p@tchwork.com"
8648 },
8649 {
8650 "name": "Symfony Community",
8651 "homepage": "https://symfony.com/contributors"
8652 }
8653 ],
8654 "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions",
8655 "homepage": "https://symfony.com",
8656 "keywords": [
8657 "compatibility",
8658 "polyfill",
8659 "portable",
8660 "shim"
8661 ],
8662 "time": "2020-03-09T19:04:49+00:00"
8663 },
8664 {
8665 "name": "symfony/polyfill-php70",
8666 "version": "v1.15.0",
8667 "source": {
8668 "type": "git",
8669 "url": "https://github.com/symfony/polyfill-php70.git",
8670 "reference": "2a18e37a489803559284416df58c71ccebe50bf0"
8671 },
8672 "dist": {
8673 "type": "zip",
8674 "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/2a18e37a489803559284416df58c71ccebe50bf0",
8675 "reference": "2a18e37a489803559284416df58c71ccebe50bf0",
8676 "shasum": ""
8677 },
8678 "require": {
8679 "paragonie/random_compat": "~1.0|~2.0|~9.99",
8680 "php": ">=5.3.3"
8681 },
8682 "type": "library",
8683 "extra": {
8684 "branch-alias": {
8685 "dev-master": "1.15-dev"
8686 }
8687 },
8688 "autoload": {
8689 "psr-4": {
8690 "Symfony\\Polyfill\\Php70\\": ""
8691 },
8692 "files": [
8693 "bootstrap.php"
8694 ],
8695 "classmap": [
8696 "Resources/stubs"
8697 ]
8698 },
8699 "notification-url": "https://packagist.org/downloads/",
8700 "license": [
8701 "MIT"
8702 ],
8703 "authors": [
8704 {
8705 "name": "Nicolas Grekas",
8706 "email": "p@tchwork.com"
8707 },
8708 {
8709 "name": "Symfony Community",
8710 "homepage": "https://symfony.com/contributors"
8711 }
8712 ],
8713 "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
8714 "homepage": "https://symfony.com",
8715 "keywords": [
8716 "compatibility",
8717 "polyfill",
8718 "portable",
8719 "shim"
8720 ],
8721 "time": "2020-02-27T09:26:54+00:00"
8722 },
8723 {
8724 "name": "symfony/polyfill-php72",
8725 "version": "v1.13.1",
8726 "source": {
8727 "type": "git",
8728 "url": "https://github.com/symfony/polyfill-php72.git",
8729 "reference": "66fea50f6cb37a35eea048d75a7d99a45b586038"
8730 },
8731 "dist": {
8732 "type": "zip",
8733 "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/66fea50f6cb37a35eea048d75a7d99a45b586038",
8734 "reference": "66fea50f6cb37a35eea048d75a7d99a45b586038",
8735 "shasum": ""
8736 },
8737 "require": {
8738 "php": ">=5.3.3"
8739 },
8740 "type": "library",
8741 "extra": {
8742 "branch-alias": {
8743 "dev-master": "1.13-dev"
8744 }
8745 },
8746 "autoload": {
8747 "psr-4": {
8748 "Symfony\\Polyfill\\Php72\\": ""
8749 },
8750 "files": [
8751 "bootstrap.php"
8752 ]
8753 },
8754 "notification-url": "https://packagist.org/downloads/",
8755 "license": [
8756 "MIT"
8757 ],
8758 "authors": [
8759 {
8760 "name": "Nicolas Grekas",
8761 "email": "p@tchwork.com"
8762 },
8763 {
8764 "name": "Symfony Community",
8765 "homepage": "https://symfony.com/contributors"
8766 }
8767 ],
8768 "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
8769 "homepage": "https://symfony.com",
8770 "keywords": [
8771 "compatibility",
8772 "polyfill",
8773 "portable",
8774 "shim"
8775 ],
8776 "time": "2019-11-27T13:56:44+00:00"
8777 },
8778 {
8779 "name": "symfony/polyfill-php73",
8780 "version": "v1.13.1",
8781 "source": {
8782 "type": "git",
8783 "url": "https://github.com/symfony/polyfill-php73.git",
8784 "reference": "4b0e2222c55a25b4541305a053013d5647d3a25f"
8785 },
8786 "dist": {
8787 "type": "zip",
8788 "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/4b0e2222c55a25b4541305a053013d5647d3a25f",
8789 "reference": "4b0e2222c55a25b4541305a053013d5647d3a25f",
8790 "shasum": ""
8791 },
8792 "require": {
8793 "php": ">=5.3.3"
8794 },
8795 "type": "library",
8796 "extra": {
8797 "branch-alias": {
8798 "dev-master": "1.13-dev"
8799 }
8800 },
8801 "autoload": {
8802 "psr-4": {
8803 "Symfony\\Polyfill\\Php73\\": ""
8804 },
8805 "files": [
8806 "bootstrap.php"
8807 ],
8808 "classmap": [
8809 "Resources/stubs"
8810 ]
8811 },
8812 "notification-url": "https://packagist.org/downloads/",
8813 "license": [
8814 "MIT"
8815 ],
8816 "authors": [
8817 {
8818 "name": "Nicolas Grekas",
8819 "email": "p@tchwork.com"
8820 },
8821 {
8822 "name": "Symfony Community",
8823 "homepage": "https://symfony.com/contributors"
8824 }
8825 ],
8826 "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
8827 "homepage": "https://symfony.com",
8828 "keywords": [
8829 "compatibility",
8830 "polyfill",
8831 "portable",
8832 "shim"
8833 ],
8834 "time": "2019-11-27T16:25:15+00:00"
8835 },
8836 {
8837 "name": "symfony/polyfill-util",
8838 "version": "v1.15.0",
8839 "source": {
8840 "type": "git",
8841 "url": "https://github.com/symfony/polyfill-util.git",
8842 "reference": "d8e76c104127675d0ea3df3be0f2ae24a8619027"
8843 },
8844 "dist": {
8845 "type": "zip",
8846 "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/d8e76c104127675d0ea3df3be0f2ae24a8619027",
8847 "reference": "d8e76c104127675d0ea3df3be0f2ae24a8619027",
8848 "shasum": ""
8849 },
8850 "require": {
8851 "php": ">=5.3.3"
8852 },
8853 "type": "library",
8854 "extra": {
8855 "branch-alias": {
8856 "dev-master": "1.15-dev"
8857 }
8858 },
8859 "autoload": {
8860 "psr-4": {
8861 "Symfony\\Polyfill\\Util\\": ""
8862 }
8863 },
8864 "notification-url": "https://packagist.org/downloads/",
8865 "license": [
8866 "MIT"
8867 ],
8868 "authors": [
8869 {
8870 "name": "Nicolas Grekas",
8871 "email": "p@tchwork.com"
8872 },
8873 {
8874 "name": "Symfony Community",
8875 "homepage": "https://symfony.com/contributors"
8876 }
8877 ],
8878 "description": "Symfony utilities for portability of PHP codes",
8879 "homepage": "https://symfony.com",
8880 "keywords": [
8881 "compat",
8882 "compatibility",
8883 "polyfill",
8884 "shim"
8885 ],
8886 "time": "2020-03-02T11:55:35+00:00"
8887 },
8888 {
8889 "name": "symfony/service-contracts",
8890 "version": "v1.1.8",
8891 "source": {
8892 "type": "git",
8893 "url": "https://github.com/symfony/service-contracts.git",
8894 "reference": "ffc7f5692092df31515df2a5ecf3b7302b3ddacf"
8895 },
8896 "dist": {
8897 "type": "zip",
8898 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/ffc7f5692092df31515df2a5ecf3b7302b3ddacf",
8899 "reference": "ffc7f5692092df31515df2a5ecf3b7302b3ddacf",
8900 "shasum": ""
8901 },
8902 "require": {
8903 "php": "^7.1.3",
8904 "psr/container": "^1.0"
8905 },
8906 "suggest": {
8907 "symfony/service-implementation": ""
8908 },
8909 "type": "library",
8910 "extra": {
8911 "branch-alias": {
8912 "dev-master": "1.1-dev"
8913 }
8914 },
8915 "autoload": {
8916 "psr-4": {
8917 "Symfony\\Contracts\\Service\\": ""
8918 }
8919 },
8920 "notification-url": "https://packagist.org/downloads/",
8921 "license": [
8922 "MIT"
8923 ],
8924 "authors": [
8925 {
8926 "name": "Nicolas Grekas",
8927 "email": "p@tchwork.com"
8928 },
8929 {
8930 "name": "Symfony Community",
8931 "homepage": "https://symfony.com/contributors"
8932 }
8933 ],
8934 "description": "Generic abstractions related to writing services",
8935 "homepage": "https://symfony.com",
8936 "keywords": [
8937 "abstractions",
8938 "contracts",
8939 "decoupling",
8940 "interfaces",
8941 "interoperability",
8942 "standards"
8943 ],
8944 "time": "2019-10-14T12:27:06+00:00"
8945 },
8946 {
8947 "name": "symfony/swiftmailer-bundle",
8948 "version": "v3.3.1",
8949 "source": {
8950 "type": "git",
8951 "url": "https://github.com/symfony/swiftmailer-bundle.git",
8952 "reference": "defa9bdfc0191ed70b389cb93c550c6c82cf1745"
8953 },
8954 "dist": {
8955 "type": "zip",
8956 "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/defa9bdfc0191ed70b389cb93c550c6c82cf1745",
8957 "reference": "defa9bdfc0191ed70b389cb93c550c6c82cf1745",
8958 "shasum": ""
8959 },
8960 "require": {
8961 "php": ">=7.0.0",
8962 "swiftmailer/swiftmailer": "^6.1.3",
8963 "symfony/config": "^3.4|^4.0|^5.0",
8964 "symfony/dependency-injection": "^3.4|^4.0|^5.0",
8965 "symfony/http-kernel": "^3.4|^4.0|^5.0"
8966 },
8967 "conflict": {
8968 "twig/twig": "<1.41|<2.10"
8969 },
8970 "require-dev": {
8971 "symfony/console": "^3.4|^4.0|^5.0",
8972 "symfony/framework-bundle": "^3.4|^4.0|^5.0",
8973 "symfony/phpunit-bridge": "^3.4.32|^4.3.5|^5.0",
8974 "symfony/yaml": "^3.4|^4.0|^5.0"
8975 },
8976 "suggest": {
8977 "psr/log": "Allows logging"
8978 },
8979 "type": "symfony-bundle",
8980 "extra": {
8981 "branch-alias": {
8982 "dev-master": "3.3-dev"
8983 }
8984 },
8985 "autoload": {
8986 "psr-4": {
8987 "Symfony\\Bundle\\SwiftmailerBundle\\": ""
8988 },
8989 "exclude-from-classmap": [
8990 "/Tests/"
8991 ]
8992 },
8993 "notification-url": "https://packagist.org/downloads/",
8994 "license": [
8995 "MIT"
8996 ],
8997 "authors": [
8998 {
8999 "name": "Fabien Potencier",
9000 "email": "fabien@symfony.com"
9001 },
9002 {
9003 "name": "Symfony Community",
9004 "homepage": "http://symfony.com/contributors"
9005 }
9006 ],
9007 "description": "Symfony SwiftmailerBundle",
9008 "homepage": "http://symfony.com",
9009 "time": "2019-11-07T21:01:35+00:00"
9010 },
9011 {
9012 "name": "symfony/symfony",
9013 "version": "v3.4.39",
9014 "source": {
9015 "type": "git",
9016 "url": "https://github.com/symfony/symfony.git",
9017 "reference": "29ccc948a87d72c991fff9dbb92bd64f728e7b75"
9018 },
9019 "dist": {
9020 "type": "zip",
9021 "url": "https://api.github.com/repos/symfony/symfony/zipball/29ccc948a87d72c991fff9dbb92bd64f728e7b75",
9022 "reference": "29ccc948a87d72c991fff9dbb92bd64f728e7b75",
9023 "shasum": ""
9024 },
9025 "require": {
9026 "doctrine/common": "~2.4",
9027 "ext-xml": "*",
9028 "fig/link-util": "^1.0",
9029 "php": "^5.5.9|>=7.0.8",
9030 "psr/cache": "~1.0",
9031 "psr/container": "^1.0",
9032 "psr/link": "^1.0",
9033 "psr/log": "~1.0",
9034 "psr/simple-cache": "^1.0",
9035 "symfony/polyfill-apcu": "~1.1",
9036 "symfony/polyfill-ctype": "~1.8",
9037 "symfony/polyfill-intl-icu": "~1.0",
9038 "symfony/polyfill-mbstring": "~1.0",
9039 "symfony/polyfill-php56": "~1.0",
9040 "symfony/polyfill-php70": "~1.6",
9041 "twig/twig": "^1.41|^2.10"
9042 },
9043 "conflict": {
9044 "monolog/monolog": ">=2",
9045 "phpdocumentor/reflection-docblock": "<3.0||>=3.2.0,<3.2.2",
9046 "phpdocumentor/type-resolver": "<0.3.0",
9047 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
9048 },
9049 "provide": {
9050 "psr/cache-implementation": "1.0",
9051 "psr/container-implementation": "1.0",
9052 "psr/log-implementation": "1.0",
9053 "psr/simple-cache-implementation": "1.0"
9054 },
9055 "replace": {
9056 "symfony/asset": "self.version",
9057 "symfony/browser-kit": "self.version",
9058 "symfony/cache": "self.version",
9059 "symfony/class-loader": "self.version",
9060 "symfony/config": "self.version",
9061 "symfony/console": "self.version",
9062 "symfony/css-selector": "self.version",
9063 "symfony/debug": "self.version",
9064 "symfony/debug-bundle": "self.version",
9065 "symfony/dependency-injection": "self.version",
9066 "symfony/doctrine-bridge": "self.version",
9067 "symfony/dom-crawler": "self.version",
9068 "symfony/dotenv": "self.version",
9069 "symfony/event-dispatcher": "self.version",
9070 "symfony/expression-language": "self.version",
9071 "symfony/filesystem": "self.version",
9072 "symfony/finder": "self.version",
9073 "symfony/form": "self.version",
9074 "symfony/framework-bundle": "self.version",
9075 "symfony/http-foundation": "self.version",
9076 "symfony/http-kernel": "self.version",
9077 "symfony/inflector": "self.version",
9078 "symfony/intl": "self.version",
9079 "symfony/ldap": "self.version",
9080 "symfony/lock": "self.version",
9081 "symfony/monolog-bridge": "self.version",
9082 "symfony/options-resolver": "self.version",
9083 "symfony/process": "self.version",
9084 "symfony/property-access": "self.version",
9085 "symfony/property-info": "self.version",
9086 "symfony/proxy-manager-bridge": "self.version",
9087 "symfony/routing": "self.version",
9088 "symfony/security": "self.version",
9089 "symfony/security-bundle": "self.version",
9090 "symfony/security-core": "self.version",
9091 "symfony/security-csrf": "self.version",
9092 "symfony/security-guard": "self.version",
9093 "symfony/security-http": "self.version",
9094 "symfony/serializer": "self.version",
9095 "symfony/stopwatch": "self.version",
9096 "symfony/templating": "self.version",
9097 "symfony/translation": "self.version",
9098 "symfony/twig-bridge": "self.version",
9099 "symfony/twig-bundle": "self.version",
9100 "symfony/validator": "self.version",
9101 "symfony/var-dumper": "self.version",
9102 "symfony/web-link": "self.version",
9103 "symfony/web-profiler-bundle": "self.version",
9104 "symfony/web-server-bundle": "self.version",
9105 "symfony/workflow": "self.version",
9106 "symfony/yaml": "self.version"
9107 },
9108 "require-dev": {
9109 "cache/integration-tests": "dev-master",
9110 "doctrine/annotations": "~1.0",
9111 "doctrine/cache": "~1.6",
9112 "doctrine/data-fixtures": "1.0.*",
9113 "doctrine/dbal": "~2.4",
9114 "doctrine/doctrine-bundle": "~1.4",
9115 "doctrine/orm": "~2.4,>=2.4.5",
9116 "egulias/email-validator": "~1.2,>=1.2.8|~2.0",
9117 "monolog/monolog": "~1.11",
9118 "ocramius/proxy-manager": "~0.4|~1.0|~2.0",
9119 "phpdocumentor/reflection-docblock": "^3.0|^4.0",
9120 "predis/predis": "~1.0",
9121 "symfony/phpunit-bridge": "^3.4.31|^4.3.4|~5.0",
9122 "symfony/security-acl": "~2.8|~3.0"
9123 },
9124 "type": "library",
9125 "extra": {
9126 "branch-alias": {
9127 "dev-master": "3.4-dev"
9128 }
9129 },
9130 "autoload": {
9131 "psr-4": {
9132 "Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/",
9133 "Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/",
9134 "Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/",
9135 "Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/",
9136 "Symfony\\Bundle\\": "src/Symfony/Bundle/",
9137 "Symfony\\Component\\": "src/Symfony/Component/"
9138 },
9139 "classmap": [
9140 "src/Symfony/Component/Intl/Resources/stubs"
9141 ],
9142 "exclude-from-classmap": [
9143 "**/Tests/"
9144 ]
9145 },
9146 "notification-url": "https://packagist.org/downloads/",
9147 "license": [
9148 "MIT"
9149 ],
9150 "authors": [
9151 {
9152 "name": "Fabien Potencier",
9153 "email": "fabien@symfony.com"
9154 },
9155 {
9156 "name": "Symfony Community",
9157 "homepage": "https://symfony.com/contributors"
9158 }
9159 ],
9160 "description": "The Symfony PHP framework",
9161 "homepage": "https://symfony.com",
9162 "keywords": [
9163 "framework"
9164 ],
9165 "time": "2020-03-30T06:25:29+00:00"
9166 },
9167 {
9168 "name": "true/punycode",
9169 "version": "v2.1.1",
9170 "source": {
9171 "type": "git",
9172 "url": "https://github.com/true/php-punycode.git",
9173 "reference": "a4d0c11a36dd7f4e7cd7096076cab6d3378a071e"
9174 },
9175 "dist": {
9176 "type": "zip",
9177 "url": "https://api.github.com/repos/true/php-punycode/zipball/a4d0c11a36dd7f4e7cd7096076cab6d3378a071e",
9178 "reference": "a4d0c11a36dd7f4e7cd7096076cab6d3378a071e",
9179 "shasum": ""
9180 },
9181 "require": {
9182 "php": ">=5.3.0",
9183 "symfony/polyfill-mbstring": "^1.3"
9184 },
9185 "require-dev": {
9186 "phpunit/phpunit": "~4.7",
9187 "squizlabs/php_codesniffer": "~2.0"
9188 },
9189 "type": "library",
9190 "autoload": {
9191 "psr-4": {
9192 "TrueBV\\": "src/"
9193 }
9194 },
9195 "notification-url": "https://packagist.org/downloads/",
9196 "license": [
9197 "MIT"
9198 ],
9199 "authors": [
9200 {
9201 "name": "Renan Gonçalves",
9202 "email": "renan.saddam@gmail.com"
9203 }
9204 ],
9205 "description": "A Bootstring encoding of Unicode for Internationalized Domain Names in Applications (IDNA)",
9206 "homepage": "https://github.com/true/php-punycode",
9207 "keywords": [
9208 "idna",
9209 "punycode"
9210 ],
9211 "time": "2016-11-16T10:37:54+00:00"
9212 },
9213 {
9214 "name": "twig/extensions",
9215 "version": "v1.5.4",
9216 "source": {
9217 "type": "git",
9218 "url": "https://github.com/twigphp/Twig-extensions.git",
9219 "reference": "57873c8b0c1be51caa47df2cdb824490beb16202"
9220 },
9221 "dist": {
9222 "type": "zip",
9223 "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/57873c8b0c1be51caa47df2cdb824490beb16202",
9224 "reference": "57873c8b0c1be51caa47df2cdb824490beb16202",
9225 "shasum": ""
9226 },
9227 "require": {
9228 "twig/twig": "^1.27|^2.0"
9229 },
9230 "require-dev": {
9231 "symfony/phpunit-bridge": "^3.4",
9232 "symfony/translation": "^2.7|^3.4"
9233 },
9234 "suggest": {
9235 "symfony/translation": "Allow the time_diff output to be translated"
9236 },
9237 "type": "library",
9238 "extra": {
9239 "branch-alias": {
9240 "dev-master": "1.5-dev"
9241 }
9242 },
9243 "autoload": {
9244 "psr-0": {
9245 "Twig_Extensions_": "lib/"
9246 },
9247 "psr-4": {
9248 "Twig\\Extensions\\": "src/"
9249 }
9250 },
9251 "notification-url": "https://packagist.org/downloads/",
9252 "license": [
9253 "MIT"
9254 ],
9255 "authors": [
9256 {
9257 "name": "Fabien Potencier",
9258 "email": "fabien@symfony.com"
9259 }
9260 ],
9261 "description": "Common additional features for Twig that do not directly belong in core",
9262 "keywords": [
9263 "i18n",
9264 "text"
9265 ],
9266 "time": "2018-12-05T18:34:18+00:00"
9267 },
9268 {
9269 "name": "twig/twig",
9270 "version": "v2.12.5",
9271 "source": {
9272 "type": "git",
9273 "url": "https://github.com/twigphp/Twig.git",
9274 "reference": "18772e0190734944277ee97a02a9a6c6555fcd94"
9275 },
9276 "dist": {
9277 "type": "zip",
9278 "url": "https://api.github.com/repos/twigphp/Twig/zipball/18772e0190734944277ee97a02a9a6c6555fcd94",
9279 "reference": "18772e0190734944277ee97a02a9a6c6555fcd94",
9280 "shasum": ""
9281 },
9282 "require": {
9283 "php": "^7.0",
9284 "symfony/polyfill-ctype": "^1.8",
9285 "symfony/polyfill-mbstring": "^1.3"
9286 },
9287 "require-dev": {
9288 "psr/container": "^1.0",
9289 "symfony/phpunit-bridge": "^4.4|^5.0"
9290 },
9291 "type": "library",
9292 "extra": {
9293 "branch-alias": {
9294 "dev-master": "2.12-dev"
9295 }
9296 },
9297 "autoload": {
9298 "psr-0": {
9299 "Twig_": "lib/"
9300 },
9301 "psr-4": {
9302 "Twig\\": "src/"
9303 }
9304 },
9305 "notification-url": "https://packagist.org/downloads/",
9306 "license": [
9307 "BSD-3-Clause"
9308 ],
9309 "authors": [
9310 {
9311 "name": "Fabien Potencier",
9312 "email": "fabien@symfony.com",
9313 "homepage": "http://fabien.potencier.org",
9314 "role": "Lead Developer"
9315 },
9316 {
9317 "name": "Twig Team",
9318 "role": "Contributors"
9319 },
9320 {
9321 "name": "Armin Ronacher",
9322 "email": "armin.ronacher@active-4.com",
9323 "role": "Project Founder"
9324 }
9325 ],
9326 "description": "Twig, the flexible, fast, and secure template language for PHP",
9327 "homepage": "https://twig.symfony.com",
9328 "keywords": [
9329 "templating"
9330 ],
9331 "time": "2020-02-11T15:31:23+00:00"
9332 },
9333 {
9334 "name": "wallabag/php-mobi",
9335 "version": "1.1.0",
9336 "source": {
9337 "type": "git",
9338 "url": "https://github.com/wallabag/php-mobi.git",
9339 "reference": "bfe9c18d038e5ca24664cfdab107a645ac57c9b5"
9340 },
9341 "dist": {
9342 "type": "zip",
9343 "url": "https://api.github.com/repos/wallabag/php-mobi/zipball/bfe9c18d038e5ca24664cfdab107a645ac57c9b5",
9344 "reference": "bfe9c18d038e5ca24664cfdab107a645ac57c9b5",
9345 "shasum": ""
9346 },
9347 "require": {
9348 "php": ">=5.3.0",
9349 "symfony/polyfill-mbstring": "^1.12"
9350 },
9351 "type": "library",
9352 "autoload": {
9353 "files": [
9354 "MOBIClass/MOBI.php"
9355 ]
9356 },
9357 "notification-url": "https://packagist.org/downloads/",
9358 "license": [
9359 "Apache-2.0"
9360 ],
9361 "authors": [
9362 {
9363 "name": "Sander Kromwijk",
9364 "email": "s.kromwijk@gmail.co",
9365 "role": "Original developer"
9366 },
9367 {
9368 "name": "Nicolas Lœuillet",
9369 "email": "nicolas@loeuillet.org",
9370 "homepage": "http://www.cdetc.fr"
9371 }
9372 ],
9373 "description": "A Mobipocket file (.mobi) creator in PHP.",
9374 "homepage": "https://github.com/wallabag/php-mobi",
9375 "time": "2019-08-08T12:26:23+00:00"
9376 },
9377 {
9378 "name": "wallabag/phpepub",
9379 "version": "4.0.7.2",
9380 "source": {
9381 "type": "git",
9382 "url": "https://github.com/wallabag/PHPePub.git",
9383 "reference": "ae4861e970fed1c6ae9ed85eefe03ac7c0113518"
9384 },
9385 "dist": {
9386 "type": "zip",
9387 "url": "https://api.github.com/repos/wallabag/PHPePub/zipball/ae4861e970fed1c6ae9ed85eefe03ac7c0113518",
9388 "reference": "ae4861e970fed1c6ae9ed85eefe03ac7c0113518",
9389 "shasum": ""
9390 },
9391 "require": {
9392 "grandt/phpresizegif": "~1.0.3",
9393 "grandt/relativepath": "~1.0.1",
9394 "masterminds/html5": "~2.3",
9395 "php": ">=5.3.0",
9396 "phpzip/phpzip": "~2.0.7"
9397 },
9398 "type": "library",
9399 "autoload": {
9400 "psr-4": {
9401 "PHPePub\\": "src/PHPePub"
9402 },
9403 "classmap": [
9404 "src/lib.uuid.php"
9405 ]
9406 },
9407 "notification-url": "https://packagist.org/downloads/",
9408 "license": [
9409 "LGPL-2.1"
9410 ],
9411 "authors": [
9412 {
9413 "name": "A. Grandt",
9414 "email": "php@grandt.com",
9415 "homepage": "http://grandt.com",
9416 "role": "Developer"
9417 },
9418 {
9419 "name": "An, Hyeong-woo",
9420 "email": "mail@mytory.net",
9421 "homepage": "https://mytory.net",
9422 "role": "Contributor"
9423 },
9424 {
9425 "name": "Daniel Berthereau",
9426 "email": "daniel.composer@berthereau.net",
9427 "role": "Contributor"
9428 },
9429 {
9430 "name": "Kevin Decherf",
9431 "homepage": "https://kdecherf.com",
9432 "role": "Contributor"
9433 }
9434 ],
9435 "description": "Package to create and stream e-books in the ePub 2.0 and 3.0 formats.",
9436 "homepage": "https://github.com/wallabag/PHPePub",
9437 "keywords": [
9438 "e-book",
9439 "epub"
9440 ],
9441 "time": "2020-03-22T16:24:31+00:00"
9442 },
9443 {
9444 "name": "wallabag/tcpdf",
9445 "version": "6.2.26",
9446 "source": {
9447 "type": "git",
9448 "url": "https://github.com/wallabag/TCPDF.git",
9449 "reference": "bf590f0604bcef1ae6fa3145649cf997f3564477"
9450 },
9451 "dist": {
9452 "type": "zip",
9453 "url": "https://api.github.com/repos/wallabag/TCPDF/zipball/bf590f0604bcef1ae6fa3145649cf997f3564477",
9454 "reference": "bf590f0604bcef1ae6fa3145649cf997f3564477",
9455 "shasum": ""
9456 },
9457 "require": {
9458 "php": ">=5.3.0"
9459 },
9460 "replace": {
9461 "tecnickcom/tcpdf": "6.2.*"
9462 },
9463 "type": "library",
9464 "autoload": {
9465 "classmap": [
9466 "fonts",
9467 "config",
9468 "include",
9469 "tcpdf.php",
9470 "tcpdf_parser.php",
9471 "tcpdf_import.php",
9472 "tcpdf_barcodes_1d.php",
9473 "tcpdf_barcodes_2d.php",
9474 "include/tcpdf_colors.php",
9475 "include/tcpdf_filters.php",
9476 "include/tcpdf_font_data.php",
9477 "include/tcpdf_fonts.php",
9478 "include/tcpdf_images.php",
9479 "include/tcpdf_static.php",
9480 "include/barcodes/datamatrix.php",
9481 "include/barcodes/pdf417.php",
9482 "include/barcodes/qrcode.php"
9483 ]
9484 },
9485 "notification-url": "https://packagist.org/downloads/",
9486 "license": [
9487 "LGPL-3.0"
9488 ],
9489 "authors": [
9490 {
9491 "name": "Nicola Asuni",
9492 "email": "info@tecnick.com",
9493 "homepage": "http://nicolaasuni.tecnick.com",
9494 "role": "Main developer"
9495 },
9496 {
9497 "name": "wallabag/core",
9498 "homepage": "https://www.wallabag.org",
9499 "role": "Developers"
9500 }
9501 ],
9502 "description": "Keeping a working 6.2.x TCPDF version.",
9503 "homepage": "https://www.wallabag.org/",
9504 "keywords": [
9505 "PDFD32000-2008",
9506 "TCPDF",
9507 "barcodes",
9508 "datamatrix",
9509 "pdf",
9510 "pdf417",
9511 "qrcode"
9512 ],
9513 "time": "2018-10-25T06:56:14+00:00"
9514 },
9515 {
9516 "name": "white-october/pagerfanta-bundle",
9517 "version": "v1.3.2",
9518 "source": {
9519 "type": "git",
9520 "url": "https://github.com/whiteoctober/WhiteOctoberPagerfantaBundle.git",
9521 "reference": "6df560869b5e09a3acf920890ab40598998b30ae"
9522 },
9523 "dist": {
9524 "type": "zip",
9525 "url": "https://api.github.com/repos/whiteoctober/WhiteOctoberPagerfantaBundle/zipball/6df560869b5e09a3acf920890ab40598998b30ae",
9526 "reference": "6df560869b5e09a3acf920890ab40598998b30ae",
9527 "shasum": ""
9528 },
9529 "require": {
9530 "pagerfanta/pagerfanta": "^1.1.0|^2.0.0",
9531 "php": ">=5.3.3",
9532 "symfony/framework-bundle": "~2.3|~3.0|~4.0",
9533 "symfony/property-access": "~2.3|~3.0|~4.0",
9534 "symfony/translation": "~2.3|~3.0|~4.0",
9535 "symfony/twig-bundle": "~2.3|~3.0|~4.0"
9536 },
9537 "conflict": {
9538 "twig/twig": "<1.34|>=2.0,<2.4"
9539 },
9540 "require-dev": {
9541 "phpunit/phpunit": "~3.7|~4.0|^5.0",
9542 "symfony/symfony": "~2.3|~3.0|~4.0"
9543 },
9544 "type": "symfony-bundle",
9545 "extra": {
9546 "branch-alias": {
9547 "dev-master": "1.0.x-dev"
9548 }
9549 },
9550 "autoload": {
9551 "psr-4": {
9552 "WhiteOctober\\PagerfantaBundle\\": ""
9553 },
9554 "exclude-from-classmap": [
9555 "Tests/",
9556 "TestsProject/"
9557 ]
9558 },
9559 "notification-url": "https://packagist.org/downloads/",
9560 "license": [
9561 "MIT"
9562 ],
9563 "authors": [
9564 {
9565 "name": "Pablo Díez",
9566 "email": "pablodip@gmail.com"
9567 }
9568 ],
9569 "description": "Bundle to use Pagerfanta with Symfony2",
9570 "keywords": [
9571 "page",
9572 "paging"
9573 ],
9574 "time": "2019-12-02T14:19:37+00:00"
9575 },
9576 {
9577 "name": "willdurand/hateoas",
9578 "version": "2.12.0",
9579 "source": {
9580 "type": "git",
9581 "url": "https://github.com/willdurand/Hateoas.git",
9582 "reference": "71b1af62b398dc9a870ac0b16c84bdc23a76a5c5"
9583 },
9584 "dist": {
9585 "type": "zip",
9586 "url": "https://api.github.com/repos/willdurand/Hateoas/zipball/71b1af62b398dc9a870ac0b16c84bdc23a76a5c5",
9587 "reference": "71b1af62b398dc9a870ac0b16c84bdc23a76a5c5",
9588 "shasum": ""
9589 },
9590 "require": {
9591 "doctrine/annotations": "~1.0",
9592 "doctrine/common": "~2.0",
9593 "jms/metadata": "~1.1",
9594 "jms/serializer": "^1.7",
9595 "php": "^5.5|^7.0",
9596 "phpoption/phpoption": ">=1.1.0,<2.0-dev",
9597 "symfony/expression-language": "~2.4 || ~3.0 || ~4.0"
9598 },
9599 "require-dev": {
9600 "pagerfanta/pagerfanta": "~1.0",
9601 "phpunit/phpunit": "~5",
9602 "symfony/dependency-injection": "~2.4 || ~3.0 || ~4.0",
9603 "symfony/routing": "~2.4 || ~3.0 || ~4.0",
9604 "symfony/yaml": "~2.4 || ~3.0 || ~4.0",
9605 "twig/twig": "~1.12"
9606 },
9607 "suggest": {
9608 "symfony/routing": "To use the SymfonyRouteFactory.",
9609 "symfony/yaml": "To use yaml based configuration.",
9610 "twig/twig": "To use the Twig extensions."
9611 },
9612 "type": "library",
9613 "extra": {
9614 "branch-alias": {
9615 "dev-master": "2.12-dev"
9616 }
9617 },
9618 "autoload": {
9619 "psr-0": {
9620 "Hateoas": "src/"
9621 }
9622 },
9623 "notification-url": "https://packagist.org/downloads/",
9624 "license": [
9625 "MIT"
9626 ],
9627 "authors": [
9628 {
9629 "name": "Adrien Brault",
9630 "email": "adrien.brault@gmail.com"
9631 },
9632 {
9633 "name": "William DURAND",
9634 "email": "william.durand1@gmail.com"
9635 }
9636 ],
9637 "description": "A PHP library to support implementing representations for HATEOAS REST web services",
9638 "time": "2018-02-23T17:05:31+00:00"
9639 },
9640 {
9641 "name": "willdurand/hateoas-bundle",
9642 "version": "1.4.0",
9643 "source": {
9644 "type": "git",
9645 "url": "https://github.com/willdurand/BazingaHateoasBundle.git",
9646 "reference": "d1f915fd4f8a7cd43a88a0ce97ffb28abe3a94fa"
9647 },
9648 "dist": {
9649 "type": "zip",
9650 "url": "https://api.github.com/repos/willdurand/BazingaHateoasBundle/zipball/d1f915fd4f8a7cd43a88a0ce97ffb28abe3a94fa",
9651 "reference": "d1f915fd4f8a7cd43a88a0ce97ffb28abe3a94fa",
9652 "shasum": ""
9653 },
9654 "require": {
9655 "jms/serializer-bundle": "~1.0 || ^2.0",
9656 "php": ">5.4 |^7.0",
9657 "symfony/framework-bundle": "~2.3 || ~3.0 || ~4.0",
9658 "willdurand/hateoas": "^2.10.0"
9659 },
9660 "require-dev": {
9661 "phpunit/phpunit": "~4.5 || ~5.0",
9662 "symfony/expression-language": "~2.4 || ~3.0 || ~4.0",
9663 "symfony/stopwatch": "~2.4 || ~3.0 || ~4.0",
9664 "twig/twig": "~1.12"
9665 },
9666 "type": "symfony-bundle",
9667 "extra": {
9668 "branch-alias": {
9669 "dev-master": "1.4-dev"
9670 }
9671 },
9672 "autoload": {
9673 "psr-4": {
9674 "Bazinga\\Bundle\\HateoasBundle\\": ""
9675 }
9676 },
9677 "notification-url": "https://packagist.org/downloads/",
9678 "license": [
9679 "MIT"
9680 ],
9681 "authors": [
9682 {
9683 "name": "William DURAND",
9684 "email": "william.durand1@gmail.com"
9685 }
9686 ],
9687 "description": "Integration of Hateoas into Symfony2.",
9688 "keywords": [
9689 "HATEOAS",
9690 "rest"
9691 ],
9692 "time": "2018-01-27T13:03:07+00:00"
9693 },
9694 {
9695 "name": "willdurand/jsonp-callback-validator",
9696 "version": "v1.1.0",
9697 "source": {
9698 "type": "git",
9699 "url": "https://github.com/willdurand/JsonpCallbackValidator.git",
9700 "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909"
9701 },
9702 "dist": {
9703 "type": "zip",
9704 "url": "https://api.github.com/repos/willdurand/JsonpCallbackValidator/zipball/1a7d388bb521959e612ef50c5c7b1691b097e909",
9705 "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909",
9706 "shasum": ""
9707 },
9708 "require": {
9709 "php": ">=5.3.0"
9710 },
9711 "require-dev": {
9712 "phpunit/phpunit": "~3.7"
9713 },
9714 "type": "library",
9715 "autoload": {
9716 "psr-0": {
9717 "JsonpCallbackValidator": "src/"
9718 }
9719 },
9720 "notification-url": "https://packagist.org/downloads/",
9721 "license": [
9722 "MIT"
9723 ],
9724 "authors": [
9725 {
9726 "name": "William Durand",
9727 "email": "william.durand1@gmail.com",
9728 "homepage": "http://www.willdurand.fr"
9729 }
9730 ],
9731 "description": "JSONP callback validator.",
9732 "time": "2014-01-20T22:35:06+00:00"
9733 },
9734 {
9735 "name": "willdurand/negotiation",
9736 "version": "v2.3.1",
9737 "source": {
9738 "type": "git",
9739 "url": "https://github.com/willdurand/Negotiation.git",
9740 "reference": "03436ededa67c6e83b9b12defac15384cb399dc9"
9741 },
9742 "dist": {
9743 "type": "zip",
9744 "url": "https://api.github.com/repos/willdurand/Negotiation/zipball/03436ededa67c6e83b9b12defac15384cb399dc9",
9745 "reference": "03436ededa67c6e83b9b12defac15384cb399dc9",
9746 "shasum": ""
9747 },
9748 "require": {
9749 "php": ">=5.4.0"
9750 },
9751 "require-dev": {
9752 "phpunit/phpunit": "~4.5"
9753 },
9754 "type": "library",
9755 "extra": {
9756 "branch-alias": {
9757 "dev-master": "2.3-dev"
9758 }
9759 },
9760 "autoload": {
9761 "psr-4": {
9762 "Negotiation\\": "src/Negotiation"
9763 }
9764 },
9765 "notification-url": "https://packagist.org/downloads/",
9766 "license": [
9767 "MIT"
9768 ],
9769 "authors": [
9770 {
9771 "name": "William Durand",
9772 "email": "will+git@drnd.me"
9773 }
9774 ],
9775 "description": "Content Negotiation tools for PHP provided as a standalone library.",
9776 "homepage": "http://williamdurand.fr/Negotiation/",
9777 "keywords": [
9778 "accept",
9779 "content",
9780 "format",
9781 "header",
9782 "negotiation"
9783 ],
9784 "time": "2017-05-14T17:21:12+00:00"
9785 },
9786 {
9787 "name": "zendframework/zend-code",
9788 "version": "3.4.1",
9789 "source": {
9790 "type": "git",
9791 "url": "https://github.com/zendframework/zend-code.git",
9792 "reference": "268040548f92c2bfcba164421c1add2ba43abaaa"
9793 },
9794 "dist": {
9795 "type": "zip",
9796 "url": "https://api.github.com/repos/zendframework/zend-code/zipball/268040548f92c2bfcba164421c1add2ba43abaaa",
9797 "reference": "268040548f92c2bfcba164421c1add2ba43abaaa",
9798 "shasum": ""
9799 },
9800 "require": {
9801 "php": "^7.1",
9802 "zendframework/zend-eventmanager": "^2.6 || ^3.0"
9803 },
9804 "conflict": {
9805 "phpspec/prophecy": "<1.9.0"
9806 },
9807 "require-dev": {
9808 "doctrine/annotations": "^1.7",
9809 "ext-phar": "*",
9810 "phpunit/phpunit": "^7.5.16 || ^8.4",
9811 "zendframework/zend-coding-standard": "^1.0",
9812 "zendframework/zend-stdlib": "^2.7 || ^3.0"
9813 },
9814 "suggest": {
9815 "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
9816 "zendframework/zend-stdlib": "Zend\\Stdlib component"
9817 },
9818 "type": "library",
9819 "extra": {
9820 "branch-alias": {
9821 "dev-master": "3.4.x-dev",
9822 "dev-develop": "3.5.x-dev",
9823 "dev-dev-4.0": "4.0.x-dev"
9824 }
9825 },
9826 "autoload": {
9827 "psr-4": {
9828 "Zend\\Code\\": "src/"
9829 }
9830 },
9831 "notification-url": "https://packagist.org/downloads/",
9832 "license": [
9833 "BSD-3-Clause"
9834 ],
9835 "description": "Extensions to the PHP Reflection API, static code scanning, and code generation",
9836 "keywords": [
9837 "ZendFramework",
9838 "code",
9839 "zf"
9840 ],
9841 "abandoned": "laminas/laminas-code",
9842 "time": "2019-12-10T19:21:15+00:00"
9843 },
9844 {
9845 "name": "zendframework/zend-diactoros",
9846 "version": "2.2.1",
9847 "source": {
9848 "type": "git",
9849 "url": "https://github.com/zendframework/zend-diactoros.git",
9850 "reference": "de5847b068362a88684a55b0dbb40d85986cfa52"
9851 },
9852 "dist": {
9853 "type": "zip",
9854 "url": "https://api.github.com/repos/zendframework/zend-diactoros/zipball/de5847b068362a88684a55b0dbb40d85986cfa52",
9855 "reference": "de5847b068362a88684a55b0dbb40d85986cfa52",
9856 "shasum": ""
9857 },
9858 "require": {
9859 "php": "^7.1",
9860 "psr/http-factory": "^1.0",
9861 "psr/http-message": "^1.0"
9862 },
9863 "provide": {
9864 "psr/http-factory-implementation": "1.0",
9865 "psr/http-message-implementation": "1.0"
9866 },
9867 "require-dev": {
9868 "ext-curl": "*",
9869 "ext-dom": "*",
9870 "ext-libxml": "*",
9871 "http-interop/http-factory-tests": "^0.5.0",
9872 "php-http/psr7-integration-tests": "dev-master",
9873 "phpunit/phpunit": "^7.0.2",
9874 "zendframework/zend-coding-standard": "~1.0.0"
9875 },
9876 "type": "library",
9877 "extra": {
9878 "branch-alias": {
9879 "dev-master": "2.1.x-dev",
9880 "dev-develop": "2.2.x-dev",
9881 "dev-release-1.8": "1.8.x-dev"
9882 }
9883 },
9884 "autoload": {
9885 "files": [
9886 "src/functions/create_uploaded_file.php",
9887 "src/functions/marshal_headers_from_sapi.php",
9888 "src/functions/marshal_method_from_sapi.php",
9889 "src/functions/marshal_protocol_version_from_sapi.php",
9890 "src/functions/marshal_uri_from_sapi.php",
9891 "src/functions/normalize_server.php",
9892 "src/functions/normalize_uploaded_files.php",
9893 "src/functions/parse_cookie_header.php"
9894 ],
9895 "psr-4": {
9896 "Zend\\Diactoros\\": "src/"
9897 }
9898 },
9899 "notification-url": "https://packagist.org/downloads/",
9900 "license": [
9901 "BSD-3-Clause"
9902 ],
9903 "description": "PSR HTTP Message implementations",
9904 "keywords": [
9905 "http",
9906 "psr",
9907 "psr-7"
9908 ],
9909 "abandoned": "laminas/laminas-diactoros",
9910 "time": "2019-11-13T19:16:13+00:00"
9911 },
9912 {
9913 "name": "zendframework/zend-eventmanager",
9914 "version": "3.2.1",
9915 "source": {
9916 "type": "git",
9917 "url": "https://github.com/zendframework/zend-eventmanager.git",
9918 "reference": "a5e2583a211f73604691586b8406ff7296a946dd"
9919 },
9920 "dist": {
9921 "type": "zip",
9922 "url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/a5e2583a211f73604691586b8406ff7296a946dd",
9923 "reference": "a5e2583a211f73604691586b8406ff7296a946dd",
9924 "shasum": ""
9925 },
9926 "require": {
9927 "php": "^5.6 || ^7.0"
9928 },
9929 "require-dev": {
9930 "athletic/athletic": "^0.1",
9931 "container-interop/container-interop": "^1.1.0",
9932 "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
9933 "zendframework/zend-coding-standard": "~1.0.0",
9934 "zendframework/zend-stdlib": "^2.7.3 || ^3.0"
9935 },
9936 "suggest": {
9937 "container-interop/container-interop": "^1.1.0, to use the lazy listeners feature",
9938 "zendframework/zend-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature"
9939 },
9940 "type": "library",
9941 "extra": {
9942 "branch-alias": {
9943 "dev-master": "3.2-dev",
9944 "dev-develop": "3.3-dev"
9945 }
9946 },
9947 "autoload": {
9948 "psr-4": {
9949 "Zend\\EventManager\\": "src/"
9950 }
9951 },
9952 "notification-url": "https://packagist.org/downloads/",
9953 "license": [
9954 "BSD-3-Clause"
9955 ],
9956 "description": "Trigger and listen to events within a PHP application",
9957 "homepage": "https://github.com/zendframework/zend-eventmanager",
9958 "keywords": [
9959 "event",
9960 "eventmanager",
9961 "events",
9962 "zf2"
9963 ],
9964 "abandoned": "laminas/laminas-eventmanager",
9965 "time": "2018-04-25T15:33:34+00:00"
9966 }
9967 ],
9968 "packages-dev": [
9969 {
9970 "name": "composer/semver",
9971 "version": "1.5.0",
9972 "source": {
9973 "type": "git",
9974 "url": "https://github.com/composer/semver.git",
9975 "reference": "46d9139568ccb8d9e7cdd4539cab7347568a5e2e"
9976 },
9977 "dist": {
9978 "type": "zip",
9979 "url": "https://api.github.com/repos/composer/semver/zipball/46d9139568ccb8d9e7cdd4539cab7347568a5e2e",
9980 "reference": "46d9139568ccb8d9e7cdd4539cab7347568a5e2e",
9981 "shasum": ""
9982 },
9983 "require": {
9984 "php": "^5.3.2 || ^7.0"
9985 },
9986 "require-dev": {
9987 "phpunit/phpunit": "^4.5 || ^5.0.5",
9988 "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
9989 },
9990 "type": "library",
9991 "extra": {
9992 "branch-alias": {
9993 "dev-master": "1.x-dev"
9994 }
9995 },
9996 "autoload": {
9997 "psr-4": {
9998 "Composer\\Semver\\": "src"
9999 }
10000 },
10001 "notification-url": "https://packagist.org/downloads/",
10002 "license": [
10003 "MIT"
10004 ],
10005 "authors": [
10006 {
10007 "name": "Nils Adermann",
10008 "email": "naderman@naderman.de",
10009 "homepage": "http://www.naderman.de"
10010 },
10011 {
10012 "name": "Jordi Boggiano",
10013 "email": "j.boggiano@seld.be",
10014 "homepage": "http://seld.be"
10015 },
10016 {
10017 "name": "Rob Bast",
10018 "email": "rob.bast@gmail.com",
10019 "homepage": "http://robbast.nl"
10020 }
10021 ],
10022 "description": "Semver library that offers utilities, version constraint parsing and validation.",
10023 "keywords": [
10024 "semantic",
10025 "semver",
10026 "validation",
10027 "versioning"
10028 ],
10029 "time": "2019-03-19T17:25:45+00:00"
10030 },
10031 {
10032 "name": "composer/xdebug-handler",
10033 "version": "1.4.0",
10034 "source": {
10035 "type": "git",
10036 "url": "https://github.com/composer/xdebug-handler.git",
10037 "reference": "cbe23383749496fe0f373345208b79568e4bc248"
10038 },
10039 "dist": {
10040 "type": "zip",
10041 "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/cbe23383749496fe0f373345208b79568e4bc248",
10042 "reference": "cbe23383749496fe0f373345208b79568e4bc248",
10043 "shasum": ""
10044 },
10045 "require": {
10046 "php": "^5.3.2 || ^7.0 || ^8.0",
10047 "psr/log": "^1.0"
10048 },
10049 "require-dev": {
10050 "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8"
10051 },
10052 "type": "library",
10053 "autoload": {
10054 "psr-4": {
10055 "Composer\\XdebugHandler\\": "src"
10056 }
10057 },
10058 "notification-url": "https://packagist.org/downloads/",
10059 "license": [
10060 "MIT"
10061 ],
10062 "authors": [
10063 {
10064 "name": "John Stevenson",
10065 "email": "john-stevenson@blueyonder.co.uk"
10066 }
10067 ],
10068 "description": "Restarts a process without Xdebug.",
10069 "keywords": [
10070 "Xdebug",
10071 "performance"
10072 ],
10073 "time": "2019-11-06T16:40:04+00:00"
10074 },
10075 {
10076 "name": "dama/doctrine-test-bundle",
10077 "version": "v5.0.3",
10078 "source": {
10079 "type": "git",
10080 "url": "https://github.com/dmaicher/doctrine-test-bundle.git",
10081 "reference": "29882b0d1a815f4819126ef714931bb24a31cbaa"
10082 },
10083 "dist": {
10084 "type": "zip",
10085 "url": "https://api.github.com/repos/dmaicher/doctrine-test-bundle/zipball/29882b0d1a815f4819126ef714931bb24a31cbaa",
10086 "reference": "29882b0d1a815f4819126ef714931bb24a31cbaa",
10087 "shasum": ""
10088 },
10089 "require": {
10090 "doctrine/dbal": "~2.5",
10091 "doctrine/doctrine-bundle": "~1.4",
10092 "php": "^7.1",
10093 "symfony/framework-bundle": "~2.7|~3.0|~4.0"
10094 },
10095 "require-dev": {
10096 "phpunit/phpunit": "~6.0|~7.0|~8.0",
10097 "symfony/phpunit-bridge": "~2.8|~3.0|~4.0",
10098 "symfony/yaml": "~2.8|~3.0|~4.0"
10099 },
10100 "type": "symfony-bundle",
10101 "extra": {
10102 "branch-alias": {
10103 "dev-master": "5.1.x-dev"
10104 }
10105 },
10106 "autoload": {
10107 "psr-4": {
10108 "DAMA\\DoctrineTestBundle\\": "src/DAMA/DoctrineTestBundle"
10109 }
10110 },
10111 "notification-url": "https://packagist.org/downloads/",
10112 "license": [
10113 "MIT"
10114 ],
10115 "authors": [
10116 {
10117 "name": "David Maicher",
10118 "email": "mail@dmaicher.de"
10119 }
10120 ],
10121 "description": "Symfony bundle to isolate doctrine database tests and improve test performance",
10122 "keywords": [
10123 "Symfony 3",
10124 "Symfony 4",
10125 "doctrine",
10126 "isolation",
10127 "performance",
10128 "symfony",
10129 "symfony 2",
10130 "tests"
10131 ],
10132 "time": "2019-03-22T10:34:17+00:00"
10133 },
10134 {
10135 "name": "doctrine/data-fixtures",
10136 "version": "1.3.3",
10137 "source": {
10138 "type": "git",
10139 "url": "https://github.com/doctrine/data-fixtures.git",
10140 "reference": "f0ee99c64922fc3f863715232b615c478a61b0a3"
10141 },
10142 "dist": {
10143 "type": "zip",
10144 "url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/f0ee99c64922fc3f863715232b615c478a61b0a3",
10145 "reference": "f0ee99c64922fc3f863715232b615c478a61b0a3",
10146 "shasum": ""
10147 },
10148 "require": {
10149 "doctrine/common": "~2.2",
10150 "php": "^7.1"
10151 },
10152 "conflict": {
10153 "doctrine/phpcr-odm": "<1.3.0"
10154 },
10155 "require-dev": {
10156 "alcaeus/mongo-php-adapter": "^1.1",
10157 "doctrine/dbal": "^2.5.4",
10158 "doctrine/mongodb-odm": "^1.3.0",
10159 "doctrine/orm": "^2.5.4",
10160 "phpunit/phpunit": "^7.0"
10161 },
10162 "suggest": {
10163 "alcaeus/mongo-php-adapter": "For using MongoDB ODM with PHP 7",
10164 "doctrine/mongodb-odm": "For loading MongoDB ODM fixtures",
10165 "doctrine/orm": "For loading ORM fixtures",
10166 "doctrine/phpcr-odm": "For loading PHPCR ODM fixtures"
10167 },
10168 "type": "library",
10169 "extra": {
10170 "branch-alias": {
10171 "dev-master": "1.3.x-dev"
10172 }
10173 },
10174 "autoload": {
10175 "psr-4": {
10176 "Doctrine\\Common\\DataFixtures\\": "lib/Doctrine/Common/DataFixtures"
10177 }
10178 },
10179 "notification-url": "https://packagist.org/downloads/",
10180 "license": [
10181 "MIT"
10182 ],
10183 "authors": [
10184 {
10185 "name": "Jonathan Wage",
10186 "email": "jonwage@gmail.com"
10187 }
10188 ],
10189 "description": "Data Fixtures for all Doctrine Object Managers",
10190 "homepage": "http://www.doctrine-project.org",
10191 "keywords": [
10192 "database"
10193 ],
10194 "time": "2019-10-24T04:52:28+00:00"
10195 },
10196 {
10197 "name": "doctrine/doctrine-fixtures-bundle",
10198 "version": "3.3.0",
10199 "source": {
10200 "type": "git",
10201 "url": "https://github.com/doctrine/DoctrineFixturesBundle.git",
10202 "reference": "8f07fcfdac7f3591f3c4bf13a50cbae05f65ed70"
10203 },
10204 "dist": {
10205 "type": "zip",
10206 "url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/8f07fcfdac7f3591f3c4bf13a50cbae05f65ed70",
10207 "reference": "8f07fcfdac7f3591f3c4bf13a50cbae05f65ed70",
10208 "shasum": ""
10209 },
10210 "require": {
10211 "doctrine/data-fixtures": "^1.3",
10212 "doctrine/doctrine-bundle": "^1.11|^2.0",
10213 "doctrine/orm": "^2.6.0",
10214 "php": "^7.1",
10215 "symfony/config": "^3.4|^4.3|^5.0",
10216 "symfony/console": "^3.4|^4.3|^5.0",
10217 "symfony/dependency-injection": "^3.4|^4.3|^5.0",
10218 "symfony/doctrine-bridge": "^3.4|^4.1|^5.0",
10219 "symfony/http-kernel": "^3.4|^4.3|^5.0"
10220 },
10221 "require-dev": {
10222 "doctrine/coding-standard": "^6.0",
10223 "phpunit/phpunit": "^7.4",
10224 "symfony/phpunit-bridge": "^4.1|^5.0"
10225 },
10226 "type": "symfony-bundle",
10227 "extra": {
10228 "branch-alias": {
10229 "dev-master": "3.3.x-dev"
10230 }
10231 },
10232 "autoload": {
10233 "psr-4": {
10234 "Doctrine\\Bundle\\FixturesBundle\\": ""
10235 }
10236 },
10237 "notification-url": "https://packagist.org/downloads/",
10238 "license": [
10239 "MIT"
10240 ],
10241 "authors": [
10242 {
10243 "name": "Fabien Potencier",
10244 "email": "fabien@symfony.com"
10245 },
10246 {
10247 "name": "Doctrine Project",
10248 "homepage": "http://www.doctrine-project.org"
10249 },
10250 {
10251 "name": "Symfony Community",
10252 "homepage": "http://symfony.com/contributors"
10253 }
10254 ],
10255 "description": "Symfony DoctrineFixturesBundle",
10256 "homepage": "http://www.doctrine-project.org",
10257 "keywords": [
10258 "Fixture",
10259 "persistence"
10260 ],
10261 "time": "2019-11-13T15:46:58+00:00"
10262 },
10263 {
10264 "name": "friendsofphp/php-cs-fixer",
10265 "version": "v2.16.1",
10266 "source": {
10267 "type": "git",
10268 "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
10269 "reference": "c8afb599858876e95e8ebfcd97812d383fa23f02"
10270 },
10271 "dist": {
10272 "type": "zip",
10273 "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/c8afb599858876e95e8ebfcd97812d383fa23f02",
10274 "reference": "c8afb599858876e95e8ebfcd97812d383fa23f02",
10275 "shasum": ""
10276 },
10277 "require": {
10278 "composer/semver": "^1.4",
10279 "composer/xdebug-handler": "^1.2",
10280 "doctrine/annotations": "^1.2",
10281 "ext-json": "*",
10282 "ext-tokenizer": "*",
10283 "php": "^5.6 || ^7.0",
10284 "php-cs-fixer/diff": "^1.3",
10285 "symfony/console": "^3.4.17 || ^4.1.6 || ^5.0",
10286 "symfony/event-dispatcher": "^3.0 || ^4.0 || ^5.0",
10287 "symfony/filesystem": "^3.0 || ^4.0 || ^5.0",
10288 "symfony/finder": "^3.0 || ^4.0 || ^5.0",
10289 "symfony/options-resolver": "^3.0 || ^4.0 || ^5.0",
10290 "symfony/polyfill-php70": "^1.0",
10291 "symfony/polyfill-php72": "^1.4",
10292 "symfony/process": "^3.0 || ^4.0 || ^5.0",
10293 "symfony/stopwatch": "^3.0 || ^4.0 || ^5.0"
10294 },
10295 "require-dev": {
10296 "johnkary/phpunit-speedtrap": "^1.1 || ^2.0 || ^3.0",
10297 "justinrainbow/json-schema": "^5.0",
10298 "keradus/cli-executor": "^1.2",
10299 "mikey179/vfsstream": "^1.6",
10300 "php-coveralls/php-coveralls": "^2.1",
10301 "php-cs-fixer/accessible-object": "^1.0",
10302 "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.1",
10303 "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.1",
10304 "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.1",
10305 "phpunitgoodpractices/traits": "^1.8",
10306 "symfony/phpunit-bridge": "^4.3 || ^5.0",
10307 "symfony/yaml": "^3.0 || ^4.0 || ^5.0"
10308 },
10309 "suggest": {
10310 "ext-mbstring": "For handling non-UTF8 characters in cache signature.",
10311 "php-cs-fixer/phpunit-constraint-isidenticalstring": "For IsIdenticalString constraint.",
10312 "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "For XmlMatchesXsd constraint.",
10313 "symfony/polyfill-mbstring": "When enabling `ext-mbstring` is not possible."
10314 },
10315 "bin": [
10316 "php-cs-fixer"
10317 ],
10318 "type": "application",
10319 "autoload": {
10320 "psr-4": {
10321 "PhpCsFixer\\": "src/"
10322 },
10323 "classmap": [
10324 "tests/Test/AbstractFixerTestCase.php",
10325 "tests/Test/AbstractIntegrationCaseFactory.php",
10326 "tests/Test/AbstractIntegrationTestCase.php",
10327 "tests/Test/Assert/AssertTokensTrait.php",
10328 "tests/Test/IntegrationCase.php",
10329 "tests/Test/IntegrationCaseFactory.php",
10330 "tests/Test/IntegrationCaseFactoryInterface.php",
10331 "tests/Test/InternalIntegrationCaseFactory.php",
10332 "tests/TestCase.php"
10333 ]
10334 },
10335 "notification-url": "https://packagist.org/downloads/",
10336 "license": [
10337 "MIT"
10338 ],
10339 "authors": [
10340 {
10341 "name": "Fabien Potencier",
10342 "email": "fabien@symfony.com"
10343 },
10344 {
10345 "name": "Dariusz Rumiński",
10346 "email": "dariusz.ruminski@gmail.com"
10347 }
10348 ],
10349 "description": "A tool to automatically fix PHP code style",
10350 "time": "2019-11-25T22:10:32+00:00"
10351 },
10352 {
10353 "name": "m6web/redis-mock",
10354 "version": "v5.0.0",
10355 "source": {
10356 "type": "git",
10357 "url": "https://github.com/M6Web/RedisMock.git",
10358 "reference": "1b7a1bcbb63d636b003643e88f785615e0a316bd"
10359 },
10360 "dist": {
10361 "type": "zip",
10362 "url": "https://api.github.com/repos/M6Web/RedisMock/zipball/1b7a1bcbb63d636b003643e88f785615e0a316bd",
10363 "reference": "1b7a1bcbb63d636b003643e88f785615e0a316bd",
10364 "shasum": ""
10365 },
10366 "require": {
10367 "php": ">=7.1.0"
10368 },
10369 "require-dev": {
10370 "atoum/atoum": "master-dev",
10371 "predis/predis": "~1.1"
10372 },
10373 "type": "library",
10374 "autoload": {
10375 "psr-0": {
10376 "M6Web\\Component\\RedisMock": "src/"
10377 }
10378 },
10379 "notification-url": "https://packagist.org/downloads/",
10380 "license": [
10381 "MIT"
10382 ],
10383 "authors": [
10384 {
10385 "name": "M6Web",
10386 "email": "opensource@m6web.fr",
10387 "homepage": "http://tech.m6web.fr/"
10388 }
10389 ],
10390 "description": "Library providing a PHP mock for Redis",
10391 "keywords": [
10392 "mock",
10393 "redis"
10394 ],
10395 "time": "2020-01-08T08:03:01+00:00"
10396 },
10397 {
10398 "name": "nette/bootstrap",
10399 "version": "v3.0.1",
10400 "source": {
10401 "type": "git",
10402 "url": "https://github.com/nette/bootstrap.git",
10403 "reference": "b45a1e33b6a44beb307756522396551e5a9ff249"
10404 },
10405 "dist": {
10406 "type": "zip",
10407 "url": "https://api.github.com/repos/nette/bootstrap/zipball/b45a1e33b6a44beb307756522396551e5a9ff249",
10408 "reference": "b45a1e33b6a44beb307756522396551e5a9ff249",
10409 "shasum": ""
10410 },
10411 "require": {
10412 "nette/di": "^3.0",
10413 "nette/utils": "^3.0",
10414 "php": ">=7.1"
10415 },
10416 "conflict": {
10417 "tracy/tracy": "<2.6"
10418 },
10419 "require-dev": {
10420 "latte/latte": "^2.2",
10421 "nette/application": "^3.0",
10422 "nette/caching": "^3.0",
10423 "nette/database": "^3.0",
10424 "nette/forms": "^3.0",
10425 "nette/http": "^3.0",
10426 "nette/mail": "^3.0",
10427 "nette/robot-loader": "^3.0",
10428 "nette/safe-stream": "^2.2",
10429 "nette/security": "^3.0",
10430 "nette/tester": "^2.0",
10431 "tracy/tracy": "^2.6"
10432 },
10433 "suggest": {
10434 "nette/robot-loader": "to use Configurator::createRobotLoader()",
10435 "tracy/tracy": "to use Configurator::enableTracy()"
10436 },
10437 "type": "library",
10438 "extra": {
10439 "branch-alias": {
10440 "dev-master": "3.0-dev"
10441 }
10442 },
10443 "autoload": {
10444 "classmap": [
10445 "src/"
10446 ]
10447 },
10448 "notification-url": "https://packagist.org/downloads/",
10449 "license": [
10450 "BSD-3-Clause",
10451 "GPL-2.0",
10452 "GPL-3.0"
10453 ],
10454 "authors": [
10455 {
10456 "name": "David Grudl",
10457 "homepage": "https://davidgrudl.com"
10458 },
10459 {
10460 "name": "Nette Community",
10461 "homepage": "https://nette.org/contributors"
10462 }
10463 ],
10464 "description": "🅱 Nette Bootstrap: the simple way to configure and bootstrap your Nette application.",
10465 "homepage": "https://nette.org",
10466 "keywords": [
10467 "bootstrapping",
10468 "configurator",
10469 "nette"
10470 ],
10471 "time": "2019-09-30T08:19:38+00:00"
10472 },
10473 {
10474 "name": "nette/di",
10475 "version": "v3.0.2",
10476 "source": {
10477 "type": "git",
10478 "url": "https://github.com/nette/di.git",
10479 "reference": "7ae47daa94b8dafbd0e8b6164e22e2d18d3e73ac"
10480 },
10481 "dist": {
10482 "type": "zip",
10483 "url": "https://api.github.com/repos/nette/di/zipball/7ae47daa94b8dafbd0e8b6164e22e2d18d3e73ac",
10484 "reference": "7ae47daa94b8dafbd0e8b6164e22e2d18d3e73ac",
10485 "shasum": ""
10486 },
10487 "require": {
10488 "ext-tokenizer": "*",
10489 "nette/neon": "^3.0",
10490 "nette/php-generator": "^3.3",
10491 "nette/robot-loader": "^3.2",
10492 "nette/schema": "^1.0",
10493 "nette/utils": "^3.0",
10494 "php": ">=7.1"
10495 },
10496 "conflict": {
10497 "nette/bootstrap": "<3.0"
10498 },
10499 "require-dev": {
10500 "nette/tester": "^2.2",
10501 "phpstan/phpstan": "^0.12",
10502 "tracy/tracy": "^2.3"
10503 },
10504 "type": "library",
10505 "extra": {
10506 "branch-alias": {
10507 "dev-master": "3.0-dev"
10508 }
10509 },
10510 "autoload": {
10511 "classmap": [
10512 "src/"
10513 ],
10514 "files": [
10515 "src/compatibility.php"
10516 ]
10517 },
10518 "notification-url": "https://packagist.org/downloads/",
10519 "license": [
10520 "BSD-3-Clause",
10521 "GPL-2.0",
10522 "GPL-3.0"
10523 ],
10524 "authors": [
10525 {
10526 "name": "David Grudl",
10527 "homepage": "https://davidgrudl.com"
10528 },
10529 {
10530 "name": "Nette Community",
10531 "homepage": "https://nette.org/contributors"
10532 }
10533 ],
10534 "description": "💎 Nette Dependency Injection Container: Flexible, compiled and full-featured DIC with perfectly usable autowiring and support for all new PHP 7.1 features.",
10535 "homepage": "https://nette.org",
10536 "keywords": [
10537 "compiled",
10538 "di",
10539 "dic",
10540 "factory",
10541 "ioc",
10542 "nette",
10543 "static"
10544 ],
10545 "time": "2019-12-17T04:03:21+00:00"
10546 },
10547 {
10548 "name": "nette/finder",
10549 "version": "v2.5.1",
10550 "source": {
10551 "type": "git",
10552 "url": "https://github.com/nette/finder.git",
10553 "reference": "14164e1ddd69e9c5f627ff82a10874b3f5bba5fe"
10554 },
10555 "dist": {
10556 "type": "zip",
10557 "url": "https://api.github.com/repos/nette/finder/zipball/14164e1ddd69e9c5f627ff82a10874b3f5bba5fe",
10558 "reference": "14164e1ddd69e9c5f627ff82a10874b3f5bba5fe",
10559 "shasum": ""
10560 },
10561 "require": {
10562 "nette/utils": "^2.4 || ~3.0.0",
10563 "php": ">=7.1"
10564 },
10565 "conflict": {
10566 "nette/nette": "<2.2"
10567 },
10568 "require-dev": {
10569 "nette/tester": "^2.0",
10570 "tracy/tracy": "^2.3"
10571 },
10572 "type": "library",
10573 "extra": {
10574 "branch-alias": {
10575 "dev-master": "2.5-dev"
10576 }
10577 },
10578 "autoload": {
10579 "classmap": [
10580 "src/"
10581 ]
10582 },
10583 "notification-url": "https://packagist.org/downloads/",
10584 "license": [
10585 "BSD-3-Clause",
10586 "GPL-2.0",
10587 "GPL-3.0"
10588 ],
10589 "authors": [
10590 {
10591 "name": "David Grudl",
10592 "homepage": "https://davidgrudl.com"
10593 },
10594 {
10595 "name": "Nette Community",
10596 "homepage": "https://nette.org/contributors"
10597 }
10598 ],
10599 "description": "🔍 Nette Finder: find files and directories with an intuitive API.",
10600 "homepage": "https://nette.org",
10601 "keywords": [
10602 "filesystem",
10603 "glob",
10604 "iterator",
10605 "nette"
10606 ],
10607 "time": "2019-07-11T18:02:17+00:00"
10608 },
10609 {
10610 "name": "nette/neon",
10611 "version": "v3.1.0",
10612 "source": {
10613 "type": "git",
10614 "url": "https://github.com/nette/neon.git",
10615 "reference": "0a18fc88801a14d66587932de133eeca01f7ce8e"
10616 },
10617 "dist": {
10618 "type": "zip",
10619 "url": "https://api.github.com/repos/nette/neon/zipball/0a18fc88801a14d66587932de133eeca01f7ce8e",
10620 "reference": "0a18fc88801a14d66587932de133eeca01f7ce8e",
10621 "shasum": ""
10622 },
10623 "require": {
10624 "ext-iconv": "*",
10625 "ext-json": "*",
10626 "php": ">=7.1"
10627 },
10628 "require-dev": {
10629 "nette/tester": "^2.0",
10630 "phpstan/phpstan": "^0.12",
10631 "tracy/tracy": "^2.3"
10632 },
10633 "type": "library",
10634 "extra": {
10635 "branch-alias": {
10636 "dev-master": "3.1-dev"
10637 }
10638 },
10639 "autoload": {
10640 "classmap": [
10641 "src/"
10642 ]
10643 },
10644 "notification-url": "https://packagist.org/downloads/",
10645 "license": [
10646 "BSD-3-Clause",
10647 "GPL-2.0",
10648 "GPL-3.0"
10649 ],
10650 "authors": [
10651 {
10652 "name": "David Grudl",
10653 "homepage": "https://davidgrudl.com"
10654 },
10655 {
10656 "name": "Nette Community",
10657 "homepage": "https://nette.org/contributors"
10658 }
10659 ],
10660 "description": "🍸 Nette NEON: encodes and decodes NEON file format.",
10661 "homepage": "http://ne-on.org",
10662 "keywords": [
10663 "export",
10664 "import",
10665 "neon",
10666 "nette",
10667 "yaml"
10668 ],
10669 "time": "2019-12-27T04:00:04+00:00"
10670 },
10671 {
10672 "name": "nette/php-generator",
10673 "version": "v3.3.1",
10674 "source": {
10675 "type": "git",
10676 "url": "https://github.com/nette/php-generator.git",
10677 "reference": "4240fd7adf499138c07b814ef9b9a6df9f6d7187"
10678 },
10679 "dist": {
10680 "type": "zip",
10681 "url": "https://api.github.com/repos/nette/php-generator/zipball/4240fd7adf499138c07b814ef9b9a6df9f6d7187",
10682 "reference": "4240fd7adf499138c07b814ef9b9a6df9f6d7187",
10683 "shasum": ""
10684 },
10685 "require": {
10686 "nette/utils": "^2.4.2 || ~3.0.0",
10687 "php": ">=7.1"
10688 },
10689 "require-dev": {
10690 "nette/tester": "^2.0",
10691 "tracy/tracy": "^2.3"
10692 },
10693 "type": "library",
10694 "extra": {
10695 "branch-alias": {
10696 "dev-master": "3.3-dev"
10697 }
10698 },
10699 "autoload": {
10700 "classmap": [
10701 "src/"
10702 ]
10703 },
10704 "notification-url": "https://packagist.org/downloads/",
10705 "license": [
10706 "BSD-3-Clause",
10707 "GPL-2.0",
10708 "GPL-3.0"
10709 ],
10710 "authors": [
10711 {
10712 "name": "David Grudl",
10713 "homepage": "https://davidgrudl.com"
10714 },
10715 {
10716 "name": "Nette Community",
10717 "homepage": "https://nette.org/contributors"
10718 }
10719 ],
10720 "description": "🐘 Nette PHP Generator: generates neat PHP code for you. Supports new PHP 7.3 features.",
10721 "homepage": "https://nette.org",
10722 "keywords": [
10723 "code",
10724 "nette",
10725 "php",
10726 "scaffolding"
10727 ],
10728 "time": "2019-11-22T11:12:11+00:00"
10729 },
10730 {
10731 "name": "nette/robot-loader",
10732 "version": "v3.2.1",
10733 "source": {
10734 "type": "git",
10735 "url": "https://github.com/nette/robot-loader.git",
10736 "reference": "d2a100e1f5cab390c78bc88709abbc91249c3993"
10737 },
10738 "dist": {
10739 "type": "zip",
10740 "url": "https://api.github.com/repos/nette/robot-loader/zipball/d2a100e1f5cab390c78bc88709abbc91249c3993",
10741 "reference": "d2a100e1f5cab390c78bc88709abbc91249c3993",
10742 "shasum": ""
10743 },
10744 "require": {
10745 "ext-tokenizer": "*",
10746 "nette/finder": "^2.5 || ^3.0",
10747 "nette/utils": "^3.0",
10748 "php": ">=7.1"
10749 },
10750 "require-dev": {
10751 "nette/tester": "^2.0",
10752 "phpstan/phpstan": "^0.12",
10753 "tracy/tracy": "^2.3"
10754 },
10755 "type": "library",
10756 "extra": {
10757 "branch-alias": {
10758 "dev-master": "3.2-dev"
10759 }
10760 },
10761 "autoload": {
10762 "classmap": [
10763 "src/"
10764 ]
10765 },
10766 "notification-url": "https://packagist.org/downloads/",
10767 "license": [
10768 "BSD-3-Clause",
10769 "GPL-2.0",
10770 "GPL-3.0"
10771 ],
10772 "authors": [
10773 {
10774 "name": "David Grudl",
10775 "homepage": "https://davidgrudl.com"
10776 },
10777 {
10778 "name": "Nette Community",
10779 "homepage": "https://nette.org/contributors"
10780 }
10781 ],
10782 "description": "🍀 Nette RobotLoader: high performance and comfortable autoloader that will search and autoload classes within your application.",
10783 "homepage": "https://nette.org",
10784 "keywords": [
10785 "autoload",
10786 "class",
10787 "interface",
10788 "nette",
10789 "trait"
10790 ],
10791 "time": "2019-12-26T22:32:02+00:00"
10792 },
10793 {
10794 "name": "nette/schema",
10795 "version": "v1.0.1",
10796 "source": {
10797 "type": "git",
10798 "url": "https://github.com/nette/schema.git",
10799 "reference": "337117df1dade22e2ba1fdc4a4b832c1e9b06b76"
10800 },
10801 "dist": {
10802 "type": "zip",
10803 "url": "https://api.github.com/repos/nette/schema/zipball/337117df1dade22e2ba1fdc4a4b832c1e9b06b76",
10804 "reference": "337117df1dade22e2ba1fdc4a4b832c1e9b06b76",
10805 "shasum": ""
10806 },
10807 "require": {
10808 "nette/utils": "^3.0.1",
10809 "php": ">=7.1"
10810 },
10811 "require-dev": {
10812 "nette/tester": "^2.2",
10813 "tracy/tracy": "^2.3"
10814 },
10815 "type": "library",
10816 "extra": {
10817 "branch-alias": {
10818 "dev-master": "1.0-dev"
10819 }
10820 },
10821 "autoload": {
10822 "classmap": [
10823 "src/"
10824 ]
10825 },
10826 "notification-url": "https://packagist.org/downloads/",
10827 "license": [
10828 "BSD-3-Clause",
10829 "GPL-2.0",
10830 "GPL-3.0"
10831 ],
10832 "authors": [
10833 {
10834 "name": "David Grudl",
10835 "homepage": "https://davidgrudl.com"
10836 },
10837 {
10838 "name": "Nette Community",
10839 "homepage": "https://nette.org/contributors"
10840 }
10841 ],
10842 "description": "📐 Nette Schema: validating data structures against a given Schema.",
10843 "homepage": "https://nette.org",
10844 "keywords": [
10845 "config",
10846 "nette"
10847 ],
10848 "time": "2019-10-31T20:52:19+00:00"
10849 },
10850 {
10851 "name": "nette/utils",
10852 "version": "v3.0.3",
10853 "source": {
10854 "type": "git",
10855 "url": "https://github.com/nette/utils.git",
10856 "reference": "f1b5ce0fae07f13e066e64f9a8f59e53b8f4982e"
10857 },
10858 "dist": {
10859 "type": "zip",
10860 "url": "https://api.github.com/repos/nette/utils/zipball/f1b5ce0fae07f13e066e64f9a8f59e53b8f4982e",
10861 "reference": "f1b5ce0fae07f13e066e64f9a8f59e53b8f4982e",
10862 "shasum": ""
10863 },
10864 "require": {
10865 "php": ">=7.1"
10866 },
10867 "require-dev": {
10868 "nette/tester": "~2.0",
10869 "phpstan/phpstan": "^0.12",
10870 "tracy/tracy": "^2.3"
10871 },
10872 "suggest": {
10873 "ext-gd": "to use Image",
10874 "ext-iconv": "to use Strings::webalize() and toAscii()",
10875 "ext-intl": "to use Strings::webalize(), toAscii(), normalize() and compare()",
10876 "ext-json": "to use Nette\\Utils\\Json",
10877 "ext-mbstring": "to use Strings::lower() etc...",
10878 "ext-tokenizer": "to use Nette\\Utils\\Reflection::getUseStatements()",
10879 "ext-xml": "to use Strings::length() etc. when mbstring is not available"
10880 },
10881 "type": "library",
10882 "extra": {
10883 "branch-alias": {
10884 "dev-master": "3.0-dev"
10885 }
10886 },
10887 "autoload": {
10888 "classmap": [
10889 "src/"
10890 ]
10891 },
10892 "notification-url": "https://packagist.org/downloads/",
10893 "license": [
10894 "BSD-3-Clause",
10895 "GPL-2.0",
10896 "GPL-3.0"
10897 ],
10898 "authors": [
10899 {
10900 "name": "David Grudl",
10901 "homepage": "https://davidgrudl.com"
10902 },
10903 {
10904 "name": "Nette Community",
10905 "homepage": "https://nette.org/contributors"
10906 }
10907 ],
10908 "description": "🛠 Nette Utils: lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.",
10909 "homepage": "https://nette.org",
10910 "keywords": [
10911 "array",
10912 "core",
10913 "datetime",
10914 "images",
10915 "json",
10916 "nette",
10917 "paginator",
10918 "password",
10919 "slugify",
10920 "string",
10921 "unicode",
10922 "utf-8",
10923 "utility",
10924 "validation"
10925 ],
10926 "time": "2019-12-27T03:47:50+00:00"
10927 },
10928 {
10929 "name": "nikic/php-parser",
10930 "version": "v4.3.0",
10931 "source": {
10932 "type": "git",
10933 "url": "https://github.com/nikic/PHP-Parser.git",
10934 "reference": "9a9981c347c5c49d6dfe5cf826bb882b824080dc"
10935 },
10936 "dist": {
10937 "type": "zip",
10938 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/9a9981c347c5c49d6dfe5cf826bb882b824080dc",
10939 "reference": "9a9981c347c5c49d6dfe5cf826bb882b824080dc",
10940 "shasum": ""
10941 },
10942 "require": {
10943 "ext-tokenizer": "*",
10944 "php": ">=7.0"
10945 },
10946 "require-dev": {
10947 "ircmaxell/php-yacc": "0.0.5",
10948 "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0"
10949 },
10950 "bin": [
10951 "bin/php-parse"
10952 ],
10953 "type": "library",
10954 "extra": {
10955 "branch-alias": {
10956 "dev-master": "4.3-dev"
10957 }
10958 },
10959 "autoload": {
10960 "psr-4": {
10961 "PhpParser\\": "lib/PhpParser"
10962 }
10963 },
10964 "notification-url": "https://packagist.org/downloads/",
10965 "license": [
10966 "BSD-3-Clause"
10967 ],
10968 "authors": [
10969 {
10970 "name": "Nikita Popov"
10971 }
10972 ],
10973 "description": "A PHP parser written in PHP",
10974 "keywords": [
10975 "parser",
10976 "php"
10977 ],
10978 "time": "2019-11-08T13:50:10+00:00"
10979 },
10980 {
10981 "name": "php-cs-fixer/diff",
10982 "version": "v1.3.0",
10983 "source": {
10984 "type": "git",
10985 "url": "https://github.com/PHP-CS-Fixer/diff.git",
10986 "reference": "78bb099e9c16361126c86ce82ec4405ebab8e756"
10987 },
10988 "dist": {
10989 "type": "zip",
10990 "url": "https://api.github.com/repos/PHP-CS-Fixer/diff/zipball/78bb099e9c16361126c86ce82ec4405ebab8e756",
10991 "reference": "78bb099e9c16361126c86ce82ec4405ebab8e756",
10992 "shasum": ""
10993 },
10994 "require": {
10995 "php": "^5.6 || ^7.0"
10996 },
10997 "require-dev": {
10998 "phpunit/phpunit": "^5.7.23 || ^6.4.3",
10999 "symfony/process": "^3.3"
11000 },
11001 "type": "library",
11002 "autoload": {
11003 "classmap": [
11004 "src/"
11005 ]
11006 },
11007 "notification-url": "https://packagist.org/downloads/",
11008 "license": [
11009 "BSD-3-Clause"
11010 ],
11011 "authors": [
11012 {
11013 "name": "Kore Nordmann",
11014 "email": "mail@kore-nordmann.de"
11015 },
11016 {
11017 "name": "Sebastian Bergmann",
11018 "email": "sebastian@phpunit.de"
11019 },
11020 {
11021 "name": "SpacePossum"
11022 }
11023 ],
11024 "description": "sebastian/diff v2 backport support for PHP5.6",
11025 "homepage": "https://github.com/PHP-CS-Fixer",
11026 "keywords": [
11027 "diff"
11028 ],
11029 "time": "2018-02-15T16:58:55+00:00"
11030 },
11031 {
11032 "name": "php-http/mock-client",
11033 "version": "1.3.1",
11034 "source": {
11035 "type": "git",
11036 "url": "https://github.com/php-http/mock-client.git",
11037 "reference": "186547be76fe81cc0c0589f9285ef9c8dded9845"
11038 },
11039 "dist": {
11040 "type": "zip",
11041 "url": "https://api.github.com/repos/php-http/mock-client/zipball/186547be76fe81cc0c0589f9285ef9c8dded9845",
11042 "reference": "186547be76fe81cc0c0589f9285ef9c8dded9845",
11043 "shasum": ""
11044 },
11045 "require": {
11046 "php": "^5.5 || ^7.0",
11047 "php-http/client-common": "^1.9 || ^2.0",
11048 "php-http/discovery": "^1.0",
11049 "php-http/httplug": "^1.0 || ^2.0",
11050 "php-http/message-factory": "^1.0"
11051 },
11052 "provide": {
11053 "php-http/async-client-implementation": "1.0",
11054 "php-http/client-implementation": "1.0"
11055 },
11056 "require-dev": {
11057 "henrikbjorn/phpspec-code-coverage": "^1.0",
11058 "phpspec/phpspec": "^2.4"
11059 },
11060 "type": "library",
11061 "extra": {
11062 "branch-alias": {
11063 "dev-master": "1.3-dev"
11064 }
11065 },
11066 "autoload": {
11067 "psr-4": {
11068 "Http\\Mock\\": "src/"
11069 }
11070 },
11071 "notification-url": "https://packagist.org/downloads/",
11072 "license": [
11073 "MIT"
11074 ],
11075 "authors": [
11076 {
11077 "name": "David de Boer",
11078 "email": "david@ddeboer.nl"
11079 }
11080 ],
11081 "description": "Mock HTTP client",
11082 "homepage": "http://httplug.io",
11083 "keywords": [
11084 "client",
11085 "http",
11086 "mock",
11087 "psr7"
11088 ],
11089 "time": "2019-11-06T12:49:04+00:00"
11090 },
11091 {
11092 "name": "phpstan/phpdoc-parser",
11093 "version": "0.3.5",
11094 "source": {
11095 "type": "git",
11096 "url": "https://github.com/phpstan/phpdoc-parser.git",
11097 "reference": "8c4ef2aefd9788238897b678a985e1d5c8df6db4"
11098 },
11099 "dist": {
11100 "type": "zip",
11101 "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/8c4ef2aefd9788238897b678a985e1d5c8df6db4",
11102 "reference": "8c4ef2aefd9788238897b678a985e1d5c8df6db4",
11103 "shasum": ""
11104 },
11105 "require": {
11106 "php": "~7.1"
11107 },
11108 "require-dev": {
11109 "consistence/coding-standard": "^3.5",
11110 "jakub-onderka/php-parallel-lint": "^0.9.2",
11111 "phing/phing": "^2.16.0",
11112 "phpstan/phpstan": "^0.10",
11113 "phpunit/phpunit": "^6.3",
11114 "slevomat/coding-standard": "^4.7.2",
11115 "squizlabs/php_codesniffer": "^3.3.2",
11116 "symfony/process": "^3.4 || ^4.0"
11117 },
11118 "type": "library",
11119 "extra": {
11120 "branch-alias": {
11121 "dev-master": "0.3-dev"
11122 }
11123 },
11124 "autoload": {
11125 "psr-4": {
11126 "PHPStan\\PhpDocParser\\": [
11127 "src/"
11128 ]
11129 }
11130 },
11131 "notification-url": "https://packagist.org/downloads/",
11132 "license": [
11133 "MIT"
11134 ],
11135 "description": "PHPDoc parser with support for nullable, intersection and generic types",
11136 "time": "2019-06-07T19:13:52+00:00"
11137 },
11138 {
11139 "name": "phpstan/phpstan",
11140 "version": "0.11.19",
11141 "source": {
11142 "type": "git",
11143 "url": "https://github.com/phpstan/phpstan.git",
11144 "reference": "63cc502f6957b7f74efbac444b4cf219dcadffd7"
11145 },
11146 "dist": {
11147 "type": "zip",
11148 "url": "https://api.github.com/repos/phpstan/phpstan/zipball/63cc502f6957b7f74efbac444b4cf219dcadffd7",
11149 "reference": "63cc502f6957b7f74efbac444b4cf219dcadffd7",
11150 "shasum": ""
11151 },
11152 "require": {
11153 "composer/xdebug-handler": "^1.3.0",
11154 "jean85/pretty-package-versions": "^1.0.3",
11155 "nette/bootstrap": "^2.4 || ^3.0",
11156 "nette/di": "^2.4.7 || ^3.0",
11157 "nette/neon": "^2.4.3 || ^3.0",
11158 "nette/robot-loader": "^3.0.1",
11159 "nette/schema": "^1.0",
11160 "nette/utils": "^2.4.5 || ^3.0",
11161 "nikic/php-parser": "^4.2.3",
11162 "php": "~7.1",
11163 "phpstan/phpdoc-parser": "^0.3.5",
11164 "symfony/console": "~3.2 || ~4.0",
11165 "symfony/finder": "~3.2 || ~4.0"
11166 },
11167 "conflict": {
11168 "symfony/console": "3.4.16 || 4.1.5"
11169 },
11170 "require-dev": {
11171 "brianium/paratest": "^2.0 || ^3.0",
11172 "consistence/coding-standard": "^3.5",
11173 "dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
11174 "ext-intl": "*",
11175 "ext-mysqli": "*",
11176 "ext-simplexml": "*",
11177 "ext-soap": "*",
11178 "ext-zip": "*",
11179 "jakub-onderka/php-parallel-lint": "^1.0",
11180 "localheinz/composer-normalize": "^1.1.0",
11181 "phing/phing": "^2.16.0",
11182 "phpstan/phpstan-deprecation-rules": "^0.11",
11183 "phpstan/phpstan-php-parser": "^0.11",
11184 "phpstan/phpstan-phpunit": "^0.11",
11185 "phpstan/phpstan-strict-rules": "^0.11",
11186 "phpunit/phpunit": "^7.5.14 || ^8.0",
11187 "slevomat/coding-standard": "^4.7.2",
11188 "squizlabs/php_codesniffer": "^3.3.2"
11189 },
11190 "bin": [
11191 "bin/phpstan"
11192 ],
11193 "type": "library",
11194 "extra": {
11195 "branch-alias": {
11196 "dev-master": "0.11-dev"
11197 }
11198 },
11199 "autoload": {
11200 "psr-4": {
11201 "PHPStan\\": [
11202 "src/"
11203 ]
11204 }
11205 },
11206 "notification-url": "https://packagist.org/downloads/",
11207 "license": [
11208 "MIT"
11209 ],
11210 "description": "PHPStan - PHP Static Analysis Tool",
11211 "time": "2019-10-22T20:20:22+00:00"
11212 },
11213 {
11214 "name": "phpstan/phpstan-doctrine",
11215 "version": "0.11.6",
11216 "source": {
11217 "type": "git",
11218 "url": "https://github.com/phpstan/phpstan-doctrine.git",
11219 "reference": "77592865e167b32c7dcb4f39a35210e909a8854c"
11220 },
11221 "dist": {
11222 "type": "zip",
11223 "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/77592865e167b32c7dcb4f39a35210e909a8854c",
11224 "reference": "77592865e167b32c7dcb4f39a35210e909a8854c",
11225 "shasum": ""
11226 },
11227 "require": {
11228 "nikic/php-parser": "^4.0",
11229 "php": "~7.1",
11230 "phpstan/phpdoc-parser": "^0.3",
11231 "phpstan/phpstan": "^0.11.7"
11232 },
11233 "conflict": {
11234 "doctrine/collections": "<1.0",
11235 "doctrine/common": "<2.7",
11236 "doctrine/mongodb-odm": "<1.2",
11237 "doctrine/orm": "<2.5"
11238 },
11239 "require-dev": {
11240 "consistence/coding-standard": "^3.8",
11241 "dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
11242 "doctrine/collections": "^1.0",
11243 "doctrine/common": "^2.7",
11244 "doctrine/mongodb-odm": "^1.2",
11245 "doctrine/orm": "^2.5",
11246 "jakub-onderka/php-parallel-lint": "^1.0",
11247 "phing/phing": "^2.16.0",
11248 "phpstan/phpstan-phpunit": "^0.11",
11249 "phpstan/phpstan-strict-rules": "^0.11",
11250 "phpunit/phpunit": "^7.0",
11251 "slevomat/coding-standard": "^5.0.4"
11252 },
11253 "type": "phpstan-extension",
11254 "extra": {
11255 "branch-alias": {
11256 "dev-master": "0.11-dev"
11257 },
11258 "phpstan": {
11259 "includes": [
11260 "extension.neon",
11261 "rules.neon"
11262 ]
11263 }
11264 },
11265 "autoload": {
11266 "psr-4": {
11267 "PHPStan\\": "src/"
11268 }
11269 },
11270 "notification-url": "https://packagist.org/downloads/",
11271 "license": [
11272 "MIT"
11273 ],
11274 "description": "Doctrine extensions for PHPStan",
11275 "time": "2019-09-13T08:40:06+00:00"
11276 },
11277 {
11278 "name": "phpstan/phpstan-phpunit",
11279 "version": "0.11.2",
11280 "source": {
11281 "type": "git",
11282 "url": "https://github.com/phpstan/phpstan-phpunit.git",
11283 "reference": "fbf2ad56c3b13189d29655e226c9b1da47c2fad9"
11284 },
11285 "dist": {
11286 "type": "zip",
11287 "url": "https://api.github.com/repos/phpstan/phpstan-phpunit/zipball/fbf2ad56c3b13189d29655e226c9b1da47c2fad9",
11288 "reference": "fbf2ad56c3b13189d29655e226c9b1da47c2fad9",
11289 "shasum": ""
11290 },
11291 "require": {
11292 "nikic/php-parser": "^4.0",
11293 "php": "~7.1",
11294 "phpstan/phpdoc-parser": "^0.3",
11295 "phpstan/phpstan": "^0.11.4"
11296 },
11297 "conflict": {
11298 "phpunit/phpunit": "<7.0"
11299 },
11300 "require-dev": {
11301 "consistence/coding-standard": "^3.0.1",
11302 "dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
11303 "jakub-onderka/php-parallel-lint": "^1.0",
11304 "phing/phing": "^2.16.0",
11305 "phpstan/phpstan-strict-rules": "^0.11",
11306 "phpunit/phpunit": "^7.0",
11307 "satooshi/php-coveralls": "^1.0",
11308 "slevomat/coding-standard": "^4.5.2"
11309 },
11310 "type": "phpstan-extension",
11311 "extra": {
11312 "branch-alias": {
11313 "dev-master": "0.11-dev"
11314 },
11315 "phpstan": {
11316 "includes": [
11317 "extension.neon",
11318 "rules.neon"
11319 ]
11320 }
11321 },
11322 "autoload": {
11323 "psr-4": {
11324 "PHPStan\\": "src/"
11325 }
11326 },
11327 "notification-url": "https://packagist.org/downloads/",
11328 "license": [
11329 "MIT"
11330 ],
11331 "description": "PHPUnit extensions and rules for PHPStan",
11332 "time": "2019-05-17T17:50:16+00:00"
11333 },
11334 {
11335 "name": "phpstan/phpstan-symfony",
11336 "version": "0.11.6",
11337 "source": {
11338 "type": "git",
11339 "url": "https://github.com/phpstan/phpstan-symfony.git",
11340 "reference": "c7be3054c21fd472a52b1c38eb129c3f93776084"
11341 },
11342 "dist": {
11343 "type": "zip",
11344 "url": "https://api.github.com/repos/phpstan/phpstan-symfony/zipball/c7be3054c21fd472a52b1c38eb129c3f93776084",
11345 "reference": "c7be3054c21fd472a52b1c38eb129c3f93776084",
11346 "shasum": ""
11347 },
11348 "require": {
11349 "ext-simplexml": "*",
11350 "nikic/php-parser": "^4.0",
11351 "php": "^7.1",
11352 "phpstan/phpstan": "^0.11.7"
11353 },
11354 "conflict": {
11355 "symfony/framework-bundle": "<3.0"
11356 },
11357 "require-dev": {
11358 "consistence/coding-standard": "^3.0.1",
11359 "dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
11360 "jakub-onderka/php-parallel-lint": "^1.0",
11361 "nette/di": "^3.0-stable",
11362 "phing/phing": "^2.16.0",
11363 "phpstan/phpstan-phpunit": "^0.11",
11364 "phpstan/phpstan-strict-rules": "^0.11",
11365 "phpunit/phpunit": "^7.0",
11366 "slevomat/coding-standard": "^4.5.2",
11367 "squizlabs/php_codesniffer": "^3.3.2",
11368 "symfony/console": "^3.0 || ^4.0",
11369 "symfony/framework-bundle": "^3.0 || ^4.0",
11370 "symfony/messenger": "^4.2",
11371 "symfony/serializer": "^3.0 || ^4.0"
11372 },
11373 "type": "phpstan-extension",
11374 "extra": {
11375 "branch-alias": {
11376 "dev-master": "0.11-dev"
11377 },
11378 "phpstan": {
11379 "includes": [
11380 "extension.neon"
11381 ]
11382 }
11383 },
11384 "autoload": {
11385 "psr-4": {
11386 "PHPStan\\": "src/"
11387 }
11388 },
11389 "notification-url": "https://packagist.org/downloads/",
11390 "license": [
11391 "MIT"
11392 ],
11393 "authors": [
11394 {
11395 "name": "Lukáš Unger",
11396 "email": "looky.msc@gmail.com",
11397 "homepage": "https://lookyman.net"
11398 }
11399 ],
11400 "description": "Symfony Framework extensions and rules for PHPStan",
11401 "time": "2019-05-19T17:40:25+00:00"
11402 },
11403 {
11404 "name": "sensio/generator-bundle",
11405 "version": "v3.1.7",
11406 "source": {
11407 "type": "git",
11408 "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git",
11409 "reference": "28cbaa244bd0816fd8908b93f90380bcd7b67a65"
11410 },
11411 "dist": {
11412 "type": "zip",
11413 "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/28cbaa244bd0816fd8908b93f90380bcd7b67a65",
11414 "reference": "28cbaa244bd0816fd8908b93f90380bcd7b67a65",
11415 "shasum": ""
11416 },
11417 "require": {
11418 "symfony/console": "~2.7|~3.0",
11419 "symfony/framework-bundle": "~2.7|~3.0",
11420 "symfony/process": "~2.7|~3.0",
11421 "symfony/yaml": "~2.7|~3.0",
11422 "twig/twig": "^1.28.2|^2.0"
11423 },
11424 "require-dev": {
11425 "doctrine/orm": "~2.4",
11426 "symfony/doctrine-bridge": "~2.7|~3.0",
11427 "symfony/filesystem": "~2.7|~3.0",
11428 "symfony/phpunit-bridge": "^3.3"
11429 },
11430 "type": "symfony-bundle",
11431 "extra": {
11432 "branch-alias": {
11433 "dev-master": "3.1.x-dev"
11434 }
11435 },
11436 "autoload": {
11437 "psr-4": {
11438 "Sensio\\Bundle\\GeneratorBundle\\": ""
11439 },
11440 "exclude-from-classmap": [
11441 "/Tests/"
11442 ]
11443 },
11444 "notification-url": "https://packagist.org/downloads/",
11445 "license": [
11446 "MIT"
11447 ],
11448 "authors": [
11449 {
11450 "name": "Fabien Potencier",
11451 "email": "fabien@symfony.com"
11452 }
11453 ],
11454 "description": "This bundle generates code for you",
11455 "abandoned": "symfony/maker-bundle",
11456 "time": "2017-12-07T15:36:41+00:00"
11457 },
11458 {
11459 "name": "symfony/phpunit-bridge",
11460 "version": "v4.3.11",
11461 "source": {
11462 "type": "git",
11463 "url": "https://github.com/symfony/phpunit-bridge.git",
11464 "reference": "692a73a2e0b76123150709f5eb7e2ea9bf2bad43"
11465 },
11466 "dist": {
11467 "type": "zip",
11468 "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/692a73a2e0b76123150709f5eb7e2ea9bf2bad43",
11469 "reference": "692a73a2e0b76123150709f5eb7e2ea9bf2bad43",
11470 "shasum": ""
11471 },
11472 "require": {
11473 "php": ">=5.5.9"
11474 },
11475 "conflict": {
11476 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
11477 },
11478 "suggest": {
11479 "symfony/debug": "For tracking deprecated interfaces usages at runtime with DebugClassLoader"
11480 },
11481 "bin": [
11482 "bin/simple-phpunit"
11483 ],
11484 "type": "symfony-bridge",
11485 "extra": {
11486 "branch-alias": {
11487 "dev-master": "4.3-dev"
11488 },
11489 "thanks": {
11490 "name": "phpunit/phpunit",
11491 "url": "https://github.com/sebastianbergmann/phpunit"
11492 }
11493 },
11494 "autoload": {
11495 "files": [
11496 "bootstrap.php"
11497 ],
11498 "psr-4": {
11499 "Symfony\\Bridge\\PhpUnit\\": ""
11500 },
11501 "exclude-from-classmap": [
11502 "/Tests/"
11503 ]
11504 },
11505 "notification-url": "https://packagist.org/downloads/",
11506 "license": [
11507 "MIT"
11508 ],
11509 "authors": [
11510 {
11511 "name": "Nicolas Grekas",
11512 "email": "p@tchwork.com"
11513 },
11514 {
11515 "name": "Symfony Community",
11516 "homepage": "https://symfony.com/contributors"
11517 }
11518 ],
11519 "description": "Symfony PHPUnit Bridge",
11520 "homepage": "https://symfony.com",
11521 "time": "2020-01-31T09:56:21+00:00"
11522 }
11523 ],
11524 "aliases": [],
11525 "minimum-stability": "dev",
11526 "stability-flags": {
11527 "predis/predis": 20
11528 },
11529 "prefer-stable": true,
11530 "prefer-lowest": false,
11531 "platform": {
11532 "php": ">=7.1.3",
11533 "ext-pcre": "*",
11534 "ext-dom": "*",
11535 "ext-curl": "*",
11536 "ext-gd": "*",
11537 "ext-session": "*",
11538 "ext-ctype": "*",
11539 "ext-hash": "*",
11540 "ext-simplexml": "*",
11541 "ext-json": "*",
11542 "ext-mbstring": "*",
11543 "ext-xml": "*",
11544 "ext-iconv": "*",
11545 "ext-tokenizer": "*",
11546 "ext-pdo": "*",
11547 "ext-tidy": "*"
11548 },
11549 "platform-dev": [],
11550 "platform-overrides": {
11551 "php": "7.1.3"
11552 }
11553 }