]> git.immae.eu Git - github/wallabag/wallabag.git/blob - composer.lock
Bump doctrine/doctrine-bundle from 1.12.6 to 1.12.7
[github/wallabag/wallabag.git] / composer.lock
1 {
2 "_readme": [
3 "This file locks the dependencies of your project to a known state",
4 "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
5 "This file is @generated automatically"
6 ],
7 "content-hash": "4458551b4c0cddd988d7bbbc76dc38dc",
8 "packages": [
9 {
10 "name": "bdunogier/guzzle-site-authenticator",
11 "version": "1.0.0",
12 "source": {
13 "type": "git",
14 "url": "https://github.com/wallabag/guzzle-site-authenticator.git",
15 "reference": "6649aca6f13c27088ef34e4202b31fc0da01d987"
16 },
17 "dist": {
18 "type": "zip",
19 "url": "https://api.github.com/repos/wallabag/guzzle-site-authenticator/zipball/6649aca6f13c27088ef34e4202b31fc0da01d987",
20 "reference": "6649aca6f13c27088ef34e4202b31fc0da01d987",
21 "shasum": ""
22 },
23 "require": {
24 "guzzlehttp/guzzle": "^5.2.0",
25 "psr/log": "^1.0.0",
26 "symfony/expression-language": "^3.2"
27 },
28 "require-dev": {
29 "friendsofphp/php-cs-fixer": "~2.0",
30 "monolog/monolog": "^1.13",
31 "php-coveralls/php-coveralls": "~1.0",
32 "symfony/phpunit-bridge": "^4.2"
33 },
34 "type": "library",
35 "extra": {
36 "branch-alias": {
37 "dev-master": "1.0.x-dev"
38 }
39 },
40 "autoload": {
41 "psr-4": {
42 "BD\\GuzzleSiteAuthenticatorBundle\\": "bundle/",
43 "BD\\GuzzleSiteAuthenticator\\": "lib/"
44 }
45 },
46 "notification-url": "https://packagist.org/downloads/",
47 "license": [
48 "MIT"
49 ],
50 "authors": [
51 {
52 "name": "Bertrand Dunogier",
53 "email": "bertrand.dunogier@gmail.com"
54 }
55 ],
56 "description": "A guzzle plugin that adds, if necessary, authentication data to requests. Uses credentials and cookies, with login requests to the sites.",
57 "time": "2018-12-13T21:06:29+00:00"
58 },
59 {
60 "name": "beberlei/assert",
61 "version": "v3.2.7",
62 "source": {
63 "type": "git",
64 "url": "https://github.com/beberlei/assert.git",
65 "reference": "d63a6943fc4fd1a2aedb65994e3548715105abcf"
66 },
67 "dist": {
68 "type": "zip",
69 "url": "https://api.github.com/repos/beberlei/assert/zipball/d63a6943fc4fd1a2aedb65994e3548715105abcf",
70 "reference": "d63a6943fc4fd1a2aedb65994e3548715105abcf",
71 "shasum": ""
72 },
73 "require": {
74 "ext-ctype": "*",
75 "ext-json": "*",
76 "ext-mbstring": "*",
77 "ext-simplexml": "*",
78 "php": "^7"
79 },
80 "require-dev": {
81 "friendsofphp/php-cs-fixer": "*",
82 "phpstan/phpstan-shim": "*",
83 "phpunit/phpunit": ">=6.0.0 <8"
84 },
85 "suggest": {
86 "ext-intl": "Needed to allow Assertion::count(), Assertion::isCountable(), Assertion::minCount(), and Assertion::maxCount() to operate on ResourceBundles"
87 },
88 "type": "library",
89 "autoload": {
90 "psr-4": {
91 "Assert\\": "lib/Assert"
92 },
93 "files": [
94 "lib/Assert/functions.php"
95 ]
96 },
97 "notification-url": "https://packagist.org/downloads/",
98 "license": [
99 "BSD-2-Clause"
100 ],
101 "authors": [
102 {
103 "name": "Benjamin Eberlei",
104 "email": "kontakt@beberlei.de",
105 "role": "Lead Developer"
106 },
107 {
108 "name": "Richard Quadling",
109 "email": "rquadling@gmail.com",
110 "role": "Collaborator"
111 }
112 ],
113 "description": "Thin assertion library for input validation in business models.",
114 "keywords": [
115 "assert",
116 "assertion",
117 "validation"
118 ],
119 "time": "2019-12-19T17:51:41+00:00"
120 },
121 {
122 "name": "behat/transliterator",
123 "version": "v1.2.0",
124 "source": {
125 "type": "git",
126 "url": "https://github.com/Behat/Transliterator.git",
127 "reference": "826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c"
128 },
129 "dist": {
130 "type": "zip",
131 "url": "https://api.github.com/repos/Behat/Transliterator/zipball/826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c",
132 "reference": "826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c",
133 "shasum": ""
134 },
135 "require": {
136 "php": ">=5.3.3"
137 },
138 "require-dev": {
139 "chuyskywalker/rolling-curl": "^3.1",
140 "php-yaoi/php-yaoi": "^1.0"
141 },
142 "type": "library",
143 "extra": {
144 "branch-alias": {
145 "dev-master": "1.2-dev"
146 }
147 },
148 "autoload": {
149 "psr-0": {
150 "Behat\\Transliterator": "src/"
151 }
152 },
153 "notification-url": "https://packagist.org/downloads/",
154 "license": [
155 "Artistic-1.0"
156 ],
157 "description": "String transliterator",
158 "keywords": [
159 "i18n",
160 "slug",
161 "transliterator"
162 ],
163 "time": "2017-04-04T11:38:05+00:00"
164 },
165 {
166 "name": "clue/stream-filter",
167 "version": "v1.4.1",
168 "source": {
169 "type": "git",
170 "url": "https://github.com/clue/php-stream-filter.git",
171 "reference": "5a58cc30a8bd6a4eb8f856adf61dd3e013f53f71"
172 },
173 "dist": {
174 "type": "zip",
175 "url": "https://api.github.com/repos/clue/php-stream-filter/zipball/5a58cc30a8bd6a4eb8f856adf61dd3e013f53f71",
176 "reference": "5a58cc30a8bd6a4eb8f856adf61dd3e013f53f71",
177 "shasum": ""
178 },
179 "require": {
180 "php": ">=5.3"
181 },
182 "require-dev": {
183 "phpunit/phpunit": "^5.0 || ^4.8"
184 },
185 "type": "library",
186 "autoload": {
187 "psr-4": {
188 "Clue\\StreamFilter\\": "src/"
189 },
190 "files": [
191 "src/functions_include.php"
192 ]
193 },
194 "notification-url": "https://packagist.org/downloads/",
195 "license": [
196 "MIT"
197 ],
198 "authors": [
199 {
200 "name": "Christian Lück",
201 "email": "christian@lueck.tv"
202 }
203 ],
204 "description": "A simple and modern approach to stream filtering in PHP",
205 "homepage": "https://github.com/clue/php-stream-filter",
206 "keywords": [
207 "bucket brigade",
208 "callback",
209 "filter",
210 "php_user_filter",
211 "stream",
212 "stream_filter_append",
213 "stream_filter_register"
214 ],
215 "time": "2019-04-09T12:31:48+00:00"
216 },
217 {
218 "name": "craue/config-bundle",
219 "version": "2.4.0",
220 "source": {
221 "type": "git",
222 "url": "https://github.com/craue/CraueConfigBundle.git",
223 "reference": "ad474f63d6b51da0d346a7873b3a54f98fa96e32"
224 },
225 "dist": {
226 "type": "zip",
227 "url": "https://api.github.com/repos/craue/CraueConfigBundle/zipball/ad474f63d6b51da0d346a7873b3a54f98fa96e32",
228 "reference": "ad474f63d6b51da0d346a7873b3a54f98fa96e32",
229 "shasum": ""
230 },
231 "require": {
232 "doctrine/doctrine-bundle": "^1.5.1|~2.0",
233 "php": "~7.0",
234 "psr/simple-cache": "^1.0",
235 "symfony/cache": "~3.4|~4.2|~5.0",
236 "symfony/config": "~3.4|~4.2|~5.0",
237 "symfony/dependency-injection": "~3.4|~4.2|~5.0",
238 "symfony/form": "~3.4|~4.2|~5.0",
239 "symfony/framework-bundle": "~3.4|~4.2|~5.0",
240 "symfony/http-foundation": "~3.4|~4.2|~5.0",
241 "symfony/http-kernel": "~3.4|~4.2|~5.0",
242 "symfony/options-resolver": "~3.4|~4.2|~5.0",
243 "symfony/validator": "~3.4|~4.2|~5.0"
244 },
245 "require-dev": {
246 "doctrine/instantiator": "^1.0.5",
247 "doctrine/orm": "^2.5.14",
248 "phpunit/phpunit": "^6.5.13|^7.5.1",
249 "symfony/phpunit-bridge": "~5.0",
250 "symfony/symfony": "~3.4|~4.2|~5.0"
251 },
252 "type": "symfony-bundle",
253 "extra": {
254 "branch-alias": {
255 "dev-master": "2.4.x-dev"
256 }
257 },
258 "autoload": {
259 "psr-4": {
260 "Craue\\ConfigBundle\\": ""
261 },
262 "exclude-from-classmap": [
263 "/Tests/"
264 ]
265 },
266 "notification-url": "https://packagist.org/downloads/",
267 "license": [
268 "MIT"
269 ],
270 "authors": [
271 {
272 "name": "Christian Raue",
273 "email": "christian.raue@gmail.com"
274 },
275 {
276 "name": "Symfony Community",
277 "homepage": "https://github.com/craue/CraueConfigBundle/contributors"
278 }
279 ],
280 "description": "Database-stored settings made available via a service for your Symfony project.",
281 "homepage": "https://github.com/craue/CraueConfigBundle",
282 "keywords": [
283 "config",
284 "symfony"
285 ],
286 "time": "2019-12-03T08:32:04+00:00"
287 },
288 {
289 "name": "defuse/php-encryption",
290 "version": "v2.2.1",
291 "source": {
292 "type": "git",
293 "url": "https://github.com/defuse/php-encryption.git",
294 "reference": "0f407c43b953d571421e0020ba92082ed5fb7620"
295 },
296 "dist": {
297 "type": "zip",
298 "url": "https://api.github.com/repos/defuse/php-encryption/zipball/0f407c43b953d571421e0020ba92082ed5fb7620",
299 "reference": "0f407c43b953d571421e0020ba92082ed5fb7620",
300 "shasum": ""
301 },
302 "require": {
303 "ext-openssl": "*",
304 "paragonie/random_compat": ">= 2",
305 "php": ">=5.4.0"
306 },
307 "require-dev": {
308 "nikic/php-parser": "^2.0|^3.0|^4.0",
309 "phpunit/phpunit": "^4|^5"
310 },
311 "bin": [
312 "bin/generate-defuse-key"
313 ],
314 "type": "library",
315 "autoload": {
316 "psr-4": {
317 "Defuse\\Crypto\\": "src"
318 }
319 },
320 "notification-url": "https://packagist.org/downloads/",
321 "license": [
322 "MIT"
323 ],
324 "authors": [
325 {
326 "name": "Taylor Hornby",
327 "email": "taylor@defuse.ca",
328 "homepage": "https://defuse.ca/"
329 },
330 {
331 "name": "Scott Arciszewski",
332 "email": "info@paragonie.com",
333 "homepage": "https://paragonie.com"
334 }
335 ],
336 "description": "Secure PHP Encryption Library",
337 "keywords": [
338 "aes",
339 "authenticated encryption",
340 "cipher",
341 "crypto",
342 "cryptography",
343 "encrypt",
344 "encryption",
345 "openssl",
346 "security",
347 "symmetric key cryptography"
348 ],
349 "time": "2018-07-24T23:27:56+00:00"
350 },
351 {
352 "name": "doctrine/annotations",
353 "version": "v1.8.0",
354 "source": {
355 "type": "git",
356 "url": "https://github.com/doctrine/annotations.git",
357 "reference": "904dca4eb10715b92569fbcd79e201d5c349b6bc"
358 },
359 "dist": {
360 "type": "zip",
361 "url": "https://api.github.com/repos/doctrine/annotations/zipball/904dca4eb10715b92569fbcd79e201d5c349b6bc",
362 "reference": "904dca4eb10715b92569fbcd79e201d5c349b6bc",
363 "shasum": ""
364 },
365 "require": {
366 "doctrine/lexer": "1.*",
367 "php": "^7.1"
368 },
369 "require-dev": {
370 "doctrine/cache": "1.*",
371 "phpunit/phpunit": "^7.5"
372 },
373 "type": "library",
374 "extra": {
375 "branch-alias": {
376 "dev-master": "1.7.x-dev"
377 }
378 },
379 "autoload": {
380 "psr-4": {
381 "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
382 }
383 },
384 "notification-url": "https://packagist.org/downloads/",
385 "license": [
386 "MIT"
387 ],
388 "authors": [
389 {
390 "name": "Guilherme Blanco",
391 "email": "guilhermeblanco@gmail.com"
392 },
393 {
394 "name": "Roman Borschel",
395 "email": "roman@code-factory.org"
396 },
397 {
398 "name": "Benjamin Eberlei",
399 "email": "kontakt@beberlei.de"
400 },
401 {
402 "name": "Jonathan Wage",
403 "email": "jonwage@gmail.com"
404 },
405 {
406 "name": "Johannes Schmitt",
407 "email": "schmittjoh@gmail.com"
408 }
409 ],
410 "description": "Docblock Annotations Parser",
411 "homepage": "http://www.doctrine-project.org",
412 "keywords": [
413 "annotations",
414 "docblock",
415 "parser"
416 ],
417 "time": "2019-10-01T18:55:10+00:00"
418 },
419 {
420 "name": "doctrine/cache",
421 "version": "1.10.0",
422 "source": {
423 "type": "git",
424 "url": "https://github.com/doctrine/cache.git",
425 "reference": "382e7f4db9a12dc6c19431743a2b096041bcdd62"
426 },
427 "dist": {
428 "type": "zip",
429 "url": "https://api.github.com/repos/doctrine/cache/zipball/382e7f4db9a12dc6c19431743a2b096041bcdd62",
430 "reference": "382e7f4db9a12dc6c19431743a2b096041bcdd62",
431 "shasum": ""
432 },
433 "require": {
434 "php": "~7.1"
435 },
436 "conflict": {
437 "doctrine/common": ">2.2,<2.4"
438 },
439 "require-dev": {
440 "alcaeus/mongo-php-adapter": "^1.1",
441 "doctrine/coding-standard": "^6.0",
442 "mongodb/mongodb": "^1.1",
443 "phpunit/phpunit": "^7.0",
444 "predis/predis": "~1.0"
445 },
446 "suggest": {
447 "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
448 },
449 "type": "library",
450 "extra": {
451 "branch-alias": {
452 "dev-master": "1.9.x-dev"
453 }
454 },
455 "autoload": {
456 "psr-4": {
457 "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
458 }
459 },
460 "notification-url": "https://packagist.org/downloads/",
461 "license": [
462 "MIT"
463 ],
464 "authors": [
465 {
466 "name": "Guilherme Blanco",
467 "email": "guilhermeblanco@gmail.com"
468 },
469 {
470 "name": "Roman Borschel",
471 "email": "roman@code-factory.org"
472 },
473 {
474 "name": "Benjamin Eberlei",
475 "email": "kontakt@beberlei.de"
476 },
477 {
478 "name": "Jonathan Wage",
479 "email": "jonwage@gmail.com"
480 },
481 {
482 "name": "Johannes Schmitt",
483 "email": "schmittjoh@gmail.com"
484 }
485 ],
486 "description": "PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.",
487 "homepage": "https://www.doctrine-project.org/projects/cache.html",
488 "keywords": [
489 "abstraction",
490 "apcu",
491 "cache",
492 "caching",
493 "couchdb",
494 "memcached",
495 "php",
496 "redis",
497 "xcache"
498 ],
499 "time": "2019-11-29T15:36:20+00:00"
500 },
501 {
502 "name": "doctrine/collections",
503 "version": "1.6.4",
504 "source": {
505 "type": "git",
506 "url": "https://github.com/doctrine/collections.git",
507 "reference": "6b1e4b2b66f6d6e49983cebfe23a21b7ccc5b0d7"
508 },
509 "dist": {
510 "type": "zip",
511 "url": "https://api.github.com/repos/doctrine/collections/zipball/6b1e4b2b66f6d6e49983cebfe23a21b7ccc5b0d7",
512 "reference": "6b1e4b2b66f6d6e49983cebfe23a21b7ccc5b0d7",
513 "shasum": ""
514 },
515 "require": {
516 "php": "^7.1.3"
517 },
518 "require-dev": {
519 "doctrine/coding-standard": "^6.0",
520 "phpstan/phpstan-shim": "^0.9.2",
521 "phpunit/phpunit": "^7.0",
522 "vimeo/psalm": "^3.2.2"
523 },
524 "type": "library",
525 "extra": {
526 "branch-alias": {
527 "dev-master": "1.6.x-dev"
528 }
529 },
530 "autoload": {
531 "psr-4": {
532 "Doctrine\\Common\\Collections\\": "lib/Doctrine/Common/Collections"
533 }
534 },
535 "notification-url": "https://packagist.org/downloads/",
536 "license": [
537 "MIT"
538 ],
539 "authors": [
540 {
541 "name": "Guilherme Blanco",
542 "email": "guilhermeblanco@gmail.com"
543 },
544 {
545 "name": "Roman Borschel",
546 "email": "roman@code-factory.org"
547 },
548 {
549 "name": "Benjamin Eberlei",
550 "email": "kontakt@beberlei.de"
551 },
552 {
553 "name": "Jonathan Wage",
554 "email": "jonwage@gmail.com"
555 },
556 {
557 "name": "Johannes Schmitt",
558 "email": "schmittjoh@gmail.com"
559 }
560 ],
561 "description": "PHP Doctrine Collections library that adds additional functionality on top of PHP arrays.",
562 "homepage": "https://www.doctrine-project.org/projects/collections.html",
563 "keywords": [
564 "array",
565 "collections",
566 "iterators",
567 "php"
568 ],
569 "time": "2019-11-13T13:07:11+00:00"
570 },
571 {
572 "name": "doctrine/common",
573 "version": "v2.11.0",
574 "source": {
575 "type": "git",
576 "url": "https://github.com/doctrine/common.git",
577 "reference": "b8ca1dcf6b0dc8a2af7a09baac8d0c48345df4ff"
578 },
579 "dist": {
580 "type": "zip",
581 "url": "https://api.github.com/repos/doctrine/common/zipball/b8ca1dcf6b0dc8a2af7a09baac8d0c48345df4ff",
582 "reference": "b8ca1dcf6b0dc8a2af7a09baac8d0c48345df4ff",
583 "shasum": ""
584 },
585 "require": {
586 "doctrine/annotations": "^1.0",
587 "doctrine/cache": "^1.0",
588 "doctrine/collections": "^1.0",
589 "doctrine/event-manager": "^1.0",
590 "doctrine/inflector": "^1.0",
591 "doctrine/lexer": "^1.0",
592 "doctrine/persistence": "^1.1",
593 "doctrine/reflection": "^1.0",
594 "php": "^7.1"
595 },
596 "require-dev": {
597 "doctrine/coding-standard": "^1.0",
598 "phpstan/phpstan": "^0.11",
599 "phpstan/phpstan-phpunit": "^0.11",
600 "phpunit/phpunit": "^7.0",
601 "squizlabs/php_codesniffer": "^3.0",
602 "symfony/phpunit-bridge": "^4.0.5"
603 },
604 "type": "library",
605 "extra": {
606 "branch-alias": {
607 "dev-master": "2.11.x-dev"
608 }
609 },
610 "autoload": {
611 "psr-4": {
612 "Doctrine\\Common\\": "lib/Doctrine/Common"
613 }
614 },
615 "notification-url": "https://packagist.org/downloads/",
616 "license": [
617 "MIT"
618 ],
619 "authors": [
620 {
621 "name": "Guilherme Blanco",
622 "email": "guilhermeblanco@gmail.com"
623 },
624 {
625 "name": "Roman Borschel",
626 "email": "roman@code-factory.org"
627 },
628 {
629 "name": "Benjamin Eberlei",
630 "email": "kontakt@beberlei.de"
631 },
632 {
633 "name": "Jonathan Wage",
634 "email": "jonwage@gmail.com"
635 },
636 {
637 "name": "Johannes Schmitt",
638 "email": "schmittjoh@gmail.com"
639 },
640 {
641 "name": "Marco Pivetta",
642 "email": "ocramius@gmail.com"
643 }
644 ],
645 "description": "PHP Doctrine Common project is a library that provides additional functionality that other Doctrine projects depend on such as better reflection support, persistence interfaces, proxies, event system and much more.",
646 "homepage": "https://www.doctrine-project.org/projects/common.html",
647 "keywords": [
648 "common",
649 "doctrine",
650 "php"
651 ],
652 "time": "2019-09-10T10:10:14+00:00"
653 },
654 {
655 "name": "doctrine/dbal",
656 "version": "v2.9.2",
657 "source": {
658 "type": "git",
659 "url": "https://github.com/doctrine/dbal.git",
660 "reference": "22800bd651c1d8d2a9719e2a3dc46d5108ebfcc9"
661 },
662 "dist": {
663 "type": "zip",
664 "url": "https://api.github.com/repos/doctrine/dbal/zipball/22800bd651c1d8d2a9719e2a3dc46d5108ebfcc9",
665 "reference": "22800bd651c1d8d2a9719e2a3dc46d5108ebfcc9",
666 "shasum": ""
667 },
668 "require": {
669 "doctrine/cache": "^1.0",
670 "doctrine/event-manager": "^1.0",
671 "ext-pdo": "*",
672 "php": "^7.1"
673 },
674 "require-dev": {
675 "doctrine/coding-standard": "^5.0",
676 "jetbrains/phpstorm-stubs": "^2018.1.2",
677 "phpstan/phpstan": "^0.10.1",
678 "phpunit/phpunit": "^7.4",
679 "symfony/console": "^2.0.5|^3.0|^4.0",
680 "symfony/phpunit-bridge": "^3.4.5|^4.0.5"
681 },
682 "suggest": {
683 "symfony/console": "For helpful console commands such as SQL execution and import of files."
684 },
685 "bin": [
686 "bin/doctrine-dbal"
687 ],
688 "type": "library",
689 "extra": {
690 "branch-alias": {
691 "dev-master": "2.9.x-dev",
692 "dev-develop": "3.0.x-dev"
693 }
694 },
695 "autoload": {
696 "psr-4": {
697 "Doctrine\\DBAL\\": "lib/Doctrine/DBAL"
698 }
699 },
700 "notification-url": "https://packagist.org/downloads/",
701 "license": [
702 "MIT"
703 ],
704 "authors": [
705 {
706 "name": "Roman Borschel",
707 "email": "roman@code-factory.org"
708 },
709 {
710 "name": "Benjamin Eberlei",
711 "email": "kontakt@beberlei.de"
712 },
713 {
714 "name": "Guilherme Blanco",
715 "email": "guilhermeblanco@gmail.com"
716 },
717 {
718 "name": "Jonathan Wage",
719 "email": "jonwage@gmail.com"
720 }
721 ],
722 "description": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.",
723 "homepage": "https://www.doctrine-project.org/projects/dbal.html",
724 "keywords": [
725 "abstraction",
726 "database",
727 "dbal",
728 "mysql",
729 "persistence",
730 "pgsql",
731 "php",
732 "queryobject"
733 ],
734 "time": "2018-12-31T03:27:51+00:00"
735 },
736 {
737 "name": "doctrine/doctrine-bundle",
738 "version": "1.12.7",
739 "source": {
740 "type": "git",
741 "url": "https://github.com/doctrine/DoctrineBundle.git",
742 "reference": "18fb7d271676dcb8e882adb0157ac1445c8fe89c"
743 },
744 "dist": {
745 "type": "zip",
746 "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/18fb7d271676dcb8e882adb0157ac1445c8fe89c",
747 "reference": "18fb7d271676dcb8e882adb0157ac1445c8fe89c",
748 "shasum": ""
749 },
750 "require": {
751 "doctrine/dbal": "^2.5.12",
752 "doctrine/doctrine-cache-bundle": "~1.2",
753 "doctrine/persistence": "^1.3.3",
754 "jdorn/sql-formatter": "^1.2.16",
755 "php": "^7.1",
756 "symfony/cache": "^3.4.30|^4.3.3",
757 "symfony/config": "^3.4.30|^4.3.3",
758 "symfony/console": "^3.4.30|^4.3.3",
759 "symfony/dependency-injection": "^3.4.30|^4.3.3",
760 "symfony/doctrine-bridge": "^3.4.30|^4.3.3",
761 "symfony/framework-bundle": "^3.4.30|^4.3.3",
762 "symfony/service-contracts": "^1.1.1|^2.0"
763 },
764 "conflict": {
765 "doctrine/orm": "<2.6",
766 "twig/twig": "<1.34|>=2.0,<2.4"
767 },
768 "require-dev": {
769 "doctrine/coding-standard": "^6.0",
770 "doctrine/orm": "^2.6",
771 "ocramius/proxy-manager": "^2.1",
772 "php-coveralls/php-coveralls": "^2.1",
773 "phpunit/phpunit": "^7.5",
774 "symfony/phpunit-bridge": "^4.2",
775 "symfony/property-info": "^3.4.30|^4.3.3",
776 "symfony/proxy-manager-bridge": "^3.4|^4|^5",
777 "symfony/twig-bridge": "^3.4|^4.1",
778 "symfony/validator": "^3.4.30|^4.3.3",
779 "symfony/web-profiler-bundle": "^3.4.30|^4.3.3",
780 "symfony/yaml": "^3.4.30|^4.3.3",
781 "twig/twig": "^1.34|^2.12"
782 },
783 "suggest": {
784 "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
785 "symfony/web-profiler-bundle": "To use the data collector."
786 },
787 "type": "symfony-bundle",
788 "extra": {
789 "branch-alias": {
790 "dev-master": "1.12.x-dev"
791 }
792 },
793 "autoload": {
794 "psr-4": {
795 "Doctrine\\Bundle\\DoctrineBundle\\": ""
796 }
797 },
798 "notification-url": "https://packagist.org/downloads/",
799 "license": [
800 "MIT"
801 ],
802 "authors": [
803 {
804 "name": "Fabien Potencier",
805 "email": "fabien@symfony.com"
806 },
807 {
808 "name": "Benjamin Eberlei",
809 "email": "kontakt@beberlei.de"
810 },
811 {
812 "name": "Symfony Community",
813 "homepage": "http://symfony.com/contributors"
814 },
815 {
816 "name": "Doctrine Project",
817 "homepage": "http://www.doctrine-project.org/"
818 }
819 ],
820 "description": "Symfony DoctrineBundle",
821 "homepage": "http://www.doctrine-project.org",
822 "keywords": [
823 "database",
824 "dbal",
825 "orm",
826 "persistence"
827 ],
828 "time": "2020-01-10T12:25:22+00:00"
829 },
830 {
831 "name": "doctrine/doctrine-cache-bundle",
832 "version": "1.4.0",
833 "source": {
834 "type": "git",
835 "url": "https://github.com/doctrine/DoctrineCacheBundle.git",
836 "reference": "6bee2f9b339847e8a984427353670bad4e7bdccb"
837 },
838 "dist": {
839 "type": "zip",
840 "url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/6bee2f9b339847e8a984427353670bad4e7bdccb",
841 "reference": "6bee2f9b339847e8a984427353670bad4e7bdccb",
842 "shasum": ""
843 },
844 "require": {
845 "doctrine/cache": "^1.4.2",
846 "doctrine/inflector": "^1.0",
847 "php": "^7.1",
848 "symfony/doctrine-bridge": "^3.4|^4.0"
849 },
850 "require-dev": {
851 "instaclick/coding-standard": "~1.1",
852 "instaclick/object-calisthenics-sniffs": "dev-master",
853 "instaclick/symfony2-coding-standard": "dev-remaster",
854 "phpunit/phpunit": "^7.0",
855 "predis/predis": "~0.8",
856 "satooshi/php-coveralls": "^1.0",
857 "squizlabs/php_codesniffer": "~1.5",
858 "symfony/console": "^3.4|^4.0",
859 "symfony/finder": "^3.4|^4.0",
860 "symfony/framework-bundle": "^3.4|^4.0",
861 "symfony/phpunit-bridge": "^3.4|^4.0",
862 "symfony/security-acl": "^2.8",
863 "symfony/validator": "^3.4|^4.0",
864 "symfony/yaml": "^3.4|^4.0"
865 },
866 "suggest": {
867 "symfony/security-acl": "For using this bundle to cache ACLs"
868 },
869 "type": "symfony-bundle",
870 "extra": {
871 "branch-alias": {
872 "dev-master": "1.4.x-dev"
873 }
874 },
875 "autoload": {
876 "psr-4": {
877 "Doctrine\\Bundle\\DoctrineCacheBundle\\": ""
878 },
879 "exclude-from-classmap": [
880 "/Tests/"
881 ]
882 },
883 "notification-url": "https://packagist.org/downloads/",
884 "license": [
885 "MIT"
886 ],
887 "authors": [
888 {
889 "name": "Fabien Potencier",
890 "email": "fabien@symfony.com"
891 },
892 {
893 "name": "Benjamin Eberlei",
894 "email": "kontakt@beberlei.de"
895 },
896 {
897 "name": "Fabio B. Silva",
898 "email": "fabio.bat.silva@gmail.com"
899 },
900 {
901 "name": "Guilherme Blanco",
902 "email": "guilhermeblanco@hotmail.com"
903 },
904 {
905 "name": "Symfony Community",
906 "homepage": "http://symfony.com/contributors"
907 },
908 {
909 "name": "Doctrine Project",
910 "homepage": "http://www.doctrine-project.org/"
911 }
912 ],
913 "description": "Symfony Bundle for Doctrine Cache",
914 "homepage": "https://www.doctrine-project.org",
915 "keywords": [
916 "cache",
917 "caching"
918 ],
919 "time": "2019-11-29T11:22:01+00:00"
920 },
921 {
922 "name": "doctrine/doctrine-migrations-bundle",
923 "version": "v1.3.2",
924 "source": {
925 "type": "git",
926 "url": "https://github.com/doctrine/DoctrineMigrationsBundle.git",
927 "reference": "49fa399181db4bf4f9f725126bd1cb65c4398dce"
928 },
929 "dist": {
930 "type": "zip",
931 "url": "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/49fa399181db4bf4f9f725126bd1cb65c4398dce",
932 "reference": "49fa399181db4bf4f9f725126bd1cb65c4398dce",
933 "shasum": ""
934 },
935 "require": {
936 "doctrine/doctrine-bundle": "~1.0",
937 "doctrine/migrations": "^1.1",
938 "php": ">=5.4.0",
939 "symfony/framework-bundle": "~2.7|~3.3|~4.0"
940 },
941 "require-dev": {
942 "phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^7.4"
943 },
944 "type": "symfony-bundle",
945 "extra": {
946 "branch-alias": {
947 "dev-master": "1.3-dev"
948 }
949 },
950 "autoload": {
951 "psr-4": {
952 "Doctrine\\Bundle\\MigrationsBundle\\": ""
953 }
954 },
955 "notification-url": "https://packagist.org/downloads/",
956 "license": [
957 "MIT"
958 ],
959 "authors": [
960 {
961 "name": "Symfony Community",
962 "homepage": "http://symfony.com/contributors"
963 },
964 {
965 "name": "Doctrine Project",
966 "homepage": "http://www.doctrine-project.org"
967 },
968 {
969 "name": "Fabien Potencier",
970 "email": "fabien@symfony.com"
971 }
972 ],
973 "description": "Symfony DoctrineMigrationsBundle",
974 "homepage": "http://www.doctrine-project.org",
975 "keywords": [
976 "dbal",
977 "migrations",
978 "schema"
979 ],
980 "time": "2018-12-03T11:55:33+00:00"
981 },
982 {
983 "name": "doctrine/event-manager",
984 "version": "1.1.0",
985 "source": {
986 "type": "git",
987 "url": "https://github.com/doctrine/event-manager.git",
988 "reference": "629572819973f13486371cb611386eb17851e85c"
989 },
990 "dist": {
991 "type": "zip",
992 "url": "https://api.github.com/repos/doctrine/event-manager/zipball/629572819973f13486371cb611386eb17851e85c",
993 "reference": "629572819973f13486371cb611386eb17851e85c",
994 "shasum": ""
995 },
996 "require": {
997 "php": "^7.1"
998 },
999 "conflict": {
1000 "doctrine/common": "<2.9@dev"
1001 },
1002 "require-dev": {
1003 "doctrine/coding-standard": "^6.0",
1004 "phpunit/phpunit": "^7.0"
1005 },
1006 "type": "library",
1007 "extra": {
1008 "branch-alias": {
1009 "dev-master": "1.0.x-dev"
1010 }
1011 },
1012 "autoload": {
1013 "psr-4": {
1014 "Doctrine\\Common\\": "lib/Doctrine/Common"
1015 }
1016 },
1017 "notification-url": "https://packagist.org/downloads/",
1018 "license": [
1019 "MIT"
1020 ],
1021 "authors": [
1022 {
1023 "name": "Guilherme Blanco",
1024 "email": "guilhermeblanco@gmail.com"
1025 },
1026 {
1027 "name": "Roman Borschel",
1028 "email": "roman@code-factory.org"
1029 },
1030 {
1031 "name": "Benjamin Eberlei",
1032 "email": "kontakt@beberlei.de"
1033 },
1034 {
1035 "name": "Jonathan Wage",
1036 "email": "jonwage@gmail.com"
1037 },
1038 {
1039 "name": "Johannes Schmitt",
1040 "email": "schmittjoh@gmail.com"
1041 },
1042 {
1043 "name": "Marco Pivetta",
1044 "email": "ocramius@gmail.com"
1045 }
1046 ],
1047 "description": "The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.",
1048 "homepage": "https://www.doctrine-project.org/projects/event-manager.html",
1049 "keywords": [
1050 "event",
1051 "event dispatcher",
1052 "event manager",
1053 "event system",
1054 "events"
1055 ],
1056 "time": "2019-11-10T09:48:07+00:00"
1057 },
1058 {
1059 "name": "doctrine/inflector",
1060 "version": "1.3.1",
1061 "source": {
1062 "type": "git",
1063 "url": "https://github.com/doctrine/inflector.git",
1064 "reference": "ec3a55242203ffa6a4b27c58176da97ff0a7aec1"
1065 },
1066 "dist": {
1067 "type": "zip",
1068 "url": "https://api.github.com/repos/doctrine/inflector/zipball/ec3a55242203ffa6a4b27c58176da97ff0a7aec1",
1069 "reference": "ec3a55242203ffa6a4b27c58176da97ff0a7aec1",
1070 "shasum": ""
1071 },
1072 "require": {
1073 "php": "^7.1"
1074 },
1075 "require-dev": {
1076 "phpunit/phpunit": "^6.2"
1077 },
1078 "type": "library",
1079 "extra": {
1080 "branch-alias": {
1081 "dev-master": "1.3.x-dev"
1082 }
1083 },
1084 "autoload": {
1085 "psr-4": {
1086 "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
1087 }
1088 },
1089 "notification-url": "https://packagist.org/downloads/",
1090 "license": [
1091 "MIT"
1092 ],
1093 "authors": [
1094 {
1095 "name": "Guilherme Blanco",
1096 "email": "guilhermeblanco@gmail.com"
1097 },
1098 {
1099 "name": "Roman Borschel",
1100 "email": "roman@code-factory.org"
1101 },
1102 {
1103 "name": "Benjamin Eberlei",
1104 "email": "kontakt@beberlei.de"
1105 },
1106 {
1107 "name": "Jonathan Wage",
1108 "email": "jonwage@gmail.com"
1109 },
1110 {
1111 "name": "Johannes Schmitt",
1112 "email": "schmittjoh@gmail.com"
1113 }
1114 ],
1115 "description": "Common String Manipulations with regard to casing and singular/plural rules.",
1116 "homepage": "http://www.doctrine-project.org",
1117 "keywords": [
1118 "inflection",
1119 "pluralize",
1120 "singularize",
1121 "string"
1122 ],
1123 "time": "2019-10-30T19:59:35+00:00"
1124 },
1125 {
1126 "name": "doctrine/instantiator",
1127 "version": "1.3.0",
1128 "source": {
1129 "type": "git",
1130 "url": "https://github.com/doctrine/instantiator.git",
1131 "reference": "ae466f726242e637cebdd526a7d991b9433bacf1"
1132 },
1133 "dist": {
1134 "type": "zip",
1135 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/ae466f726242e637cebdd526a7d991b9433bacf1",
1136 "reference": "ae466f726242e637cebdd526a7d991b9433bacf1",
1137 "shasum": ""
1138 },
1139 "require": {
1140 "php": "^7.1"
1141 },
1142 "require-dev": {
1143 "doctrine/coding-standard": "^6.0",
1144 "ext-pdo": "*",
1145 "ext-phar": "*",
1146 "phpbench/phpbench": "^0.13",
1147 "phpstan/phpstan-phpunit": "^0.11",
1148 "phpstan/phpstan-shim": "^0.11",
1149 "phpunit/phpunit": "^7.0"
1150 },
1151 "type": "library",
1152 "extra": {
1153 "branch-alias": {
1154 "dev-master": "1.2.x-dev"
1155 }
1156 },
1157 "autoload": {
1158 "psr-4": {
1159 "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
1160 }
1161 },
1162 "notification-url": "https://packagist.org/downloads/",
1163 "license": [
1164 "MIT"
1165 ],
1166 "authors": [
1167 {
1168 "name": "Marco Pivetta",
1169 "email": "ocramius@gmail.com",
1170 "homepage": "http://ocramius.github.com/"
1171 }
1172 ],
1173 "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
1174 "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
1175 "keywords": [
1176 "constructor",
1177 "instantiate"
1178 ],
1179 "time": "2019-10-21T16:45:58+00:00"
1180 },
1181 {
1182 "name": "doctrine/lexer",
1183 "version": "1.0.2",
1184 "source": {
1185 "type": "git",
1186 "url": "https://github.com/doctrine/lexer.git",
1187 "reference": "1febd6c3ef84253d7c815bed85fc622ad207a9f8"
1188 },
1189 "dist": {
1190 "type": "zip",
1191 "url": "https://api.github.com/repos/doctrine/lexer/zipball/1febd6c3ef84253d7c815bed85fc622ad207a9f8",
1192 "reference": "1febd6c3ef84253d7c815bed85fc622ad207a9f8",
1193 "shasum": ""
1194 },
1195 "require": {
1196 "php": ">=5.3.2"
1197 },
1198 "require-dev": {
1199 "phpunit/phpunit": "^4.5"
1200 },
1201 "type": "library",
1202 "extra": {
1203 "branch-alias": {
1204 "dev-master": "1.0.x-dev"
1205 }
1206 },
1207 "autoload": {
1208 "psr-4": {
1209 "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
1210 }
1211 },
1212 "notification-url": "https://packagist.org/downloads/",
1213 "license": [
1214 "MIT"
1215 ],
1216 "authors": [
1217 {
1218 "name": "Roman Borschel",
1219 "email": "roman@code-factory.org"
1220 },
1221 {
1222 "name": "Guilherme Blanco",
1223 "email": "guilhermeblanco@gmail.com"
1224 },
1225 {
1226 "name": "Johannes Schmitt",
1227 "email": "schmittjoh@gmail.com"
1228 }
1229 ],
1230 "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
1231 "homepage": "https://www.doctrine-project.org/projects/lexer.html",
1232 "keywords": [
1233 "annotations",
1234 "docblock",
1235 "lexer",
1236 "parser",
1237 "php"
1238 ],
1239 "time": "2019-06-08T11:03:04+00:00"
1240 },
1241 {
1242 "name": "doctrine/migrations",
1243 "version": "v1.8.1",
1244 "source": {
1245 "type": "git",
1246 "url": "https://github.com/doctrine/migrations.git",
1247 "reference": "215438c0eef3e5f9b7da7d09c6b90756071b43e6"
1248 },
1249 "dist": {
1250 "type": "zip",
1251 "url": "https://api.github.com/repos/doctrine/migrations/zipball/215438c0eef3e5f9b7da7d09c6b90756071b43e6",
1252 "reference": "215438c0eef3e5f9b7da7d09c6b90756071b43e6",
1253 "shasum": ""
1254 },
1255 "require": {
1256 "doctrine/dbal": "~2.6",
1257 "ocramius/proxy-manager": "^1.0|^2.0",
1258 "php": "^7.1",
1259 "symfony/console": "~3.3|^4.0"
1260 },
1261 "require-dev": {
1262 "doctrine/coding-standard": "^1.0",
1263 "doctrine/orm": "~2.5",
1264 "jdorn/sql-formatter": "~1.1",
1265 "mikey179/vfsstream": "^1.6",
1266 "phpunit/phpunit": "~7.0",
1267 "squizlabs/php_codesniffer": "^3.0",
1268 "symfony/yaml": "~3.3|^4.0"
1269 },
1270 "suggest": {
1271 "jdorn/sql-formatter": "Allows to generate formatted SQL with the diff command.",
1272 "symfony/yaml": "Allows the use of yaml for migration configuration files."
1273 },
1274 "bin": [
1275 "bin/doctrine-migrations"
1276 ],
1277 "type": "library",
1278 "extra": {
1279 "branch-alias": {
1280 "dev-master": "v1.8.x-dev"
1281 }
1282 },
1283 "autoload": {
1284 "psr-4": {
1285 "Doctrine\\DBAL\\Migrations\\": "lib/Doctrine/DBAL/Migrations",
1286 "Doctrine\\Migrations\\": "lib/Doctrine/Migrations"
1287 }
1288 },
1289 "notification-url": "https://packagist.org/downloads/",
1290 "license": [
1291 "MIT"
1292 ],
1293 "authors": [
1294 {
1295 "name": "Benjamin Eberlei",
1296 "email": "kontakt@beberlei.de"
1297 },
1298 {
1299 "name": "Jonathan Wage",
1300 "email": "jonwage@gmail.com"
1301 },
1302 {
1303 "name": "Michael Simonson",
1304 "email": "contact@mikesimonson.com"
1305 }
1306 ],
1307 "description": "Database Schema migrations using Doctrine DBAL",
1308 "homepage": "https://www.doctrine-project.org/projects/migrations.html",
1309 "keywords": [
1310 "database",
1311 "migrations"
1312 ],
1313 "time": "2018-06-06T21:00:30+00:00"
1314 },
1315 {
1316 "name": "doctrine/orm",
1317 "version": "v2.6.6",
1318 "source": {
1319 "type": "git",
1320 "url": "https://github.com/doctrine/orm.git",
1321 "reference": "2d9b9351831d1230881c52f006011cbf72fe944e"
1322 },
1323 "dist": {
1324 "type": "zip",
1325 "url": "https://api.github.com/repos/doctrine/orm/zipball/2d9b9351831d1230881c52f006011cbf72fe944e",
1326 "reference": "2d9b9351831d1230881c52f006011cbf72fe944e",
1327 "shasum": ""
1328 },
1329 "require": {
1330 "doctrine/annotations": "~1.5",
1331 "doctrine/cache": "~1.6",
1332 "doctrine/collections": "^1.4",
1333 "doctrine/common": "^2.7.1",
1334 "doctrine/dbal": "^2.6",
1335 "doctrine/instantiator": "~1.1",
1336 "ext-pdo": "*",
1337 "php": "^7.1",
1338 "symfony/console": "~3.0|~4.0"
1339 },
1340 "require-dev": {
1341 "doctrine/coding-standard": "^5.0",
1342 "phpunit/phpunit": "^7.5",
1343 "symfony/yaml": "~3.4|~4.0"
1344 },
1345 "suggest": {
1346 "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
1347 },
1348 "bin": [
1349 "bin/doctrine"
1350 ],
1351 "type": "library",
1352 "extra": {
1353 "branch-alias": {
1354 "dev-master": "2.6.x-dev"
1355 }
1356 },
1357 "autoload": {
1358 "psr-4": {
1359 "Doctrine\\ORM\\": "lib/Doctrine/ORM"
1360 }
1361 },
1362 "notification-url": "https://packagist.org/downloads/",
1363 "license": [
1364 "MIT"
1365 ],
1366 "authors": [
1367 {
1368 "name": "Guilherme Blanco",
1369 "email": "guilhermeblanco@gmail.com"
1370 },
1371 {
1372 "name": "Roman Borschel",
1373 "email": "roman@code-factory.org"
1374 },
1375 {
1376 "name": "Benjamin Eberlei",
1377 "email": "kontakt@beberlei.de"
1378 },
1379 {
1380 "name": "Jonathan Wage",
1381 "email": "jonwage@gmail.com"
1382 },
1383 {
1384 "name": "Marco Pivetta",
1385 "email": "ocramius@gmail.com"
1386 }
1387 ],
1388 "description": "Object-Relational-Mapper for PHP",
1389 "homepage": "http://www.doctrine-project.org",
1390 "keywords": [
1391 "database",
1392 "orm"
1393 ],
1394 "time": "2019-11-18T22:01:21+00:00"
1395 },
1396 {
1397 "name": "doctrine/persistence",
1398 "version": "1.3.6",
1399 "source": {
1400 "type": "git",
1401 "url": "https://github.com/doctrine/persistence.git",
1402 "reference": "5dd3ac5eebef2d0b074daa4440bb18f93132dee4"
1403 },
1404 "dist": {
1405 "type": "zip",
1406 "url": "https://api.github.com/repos/doctrine/persistence/zipball/5dd3ac5eebef2d0b074daa4440bb18f93132dee4",
1407 "reference": "5dd3ac5eebef2d0b074daa4440bb18f93132dee4",
1408 "shasum": ""
1409 },
1410 "require": {
1411 "doctrine/annotations": "^1.0",
1412 "doctrine/cache": "^1.0",
1413 "doctrine/collections": "^1.0",
1414 "doctrine/event-manager": "^1.0",
1415 "doctrine/reflection": "^1.1",
1416 "php": "^7.1"
1417 },
1418 "conflict": {
1419 "doctrine/common": "<2.10@dev"
1420 },
1421 "require-dev": {
1422 "doctrine/coding-standard": "^6.0",
1423 "phpstan/phpstan": "^0.11",
1424 "phpunit/phpunit": "^7.0"
1425 },
1426 "type": "library",
1427 "extra": {
1428 "branch-alias": {
1429 "dev-master": "1.3.x-dev"
1430 }
1431 },
1432 "autoload": {
1433 "psr-4": {
1434 "Doctrine\\Common\\": "lib/Doctrine/Common",
1435 "Doctrine\\Persistence\\": "lib/Doctrine/Persistence"
1436 }
1437 },
1438 "notification-url": "https://packagist.org/downloads/",
1439 "license": [
1440 "MIT"
1441 ],
1442 "authors": [
1443 {
1444 "name": "Guilherme Blanco",
1445 "email": "guilhermeblanco@gmail.com"
1446 },
1447 {
1448 "name": "Roman Borschel",
1449 "email": "roman@code-factory.org"
1450 },
1451 {
1452 "name": "Benjamin Eberlei",
1453 "email": "kontakt@beberlei.de"
1454 },
1455 {
1456 "name": "Jonathan Wage",
1457 "email": "jonwage@gmail.com"
1458 },
1459 {
1460 "name": "Johannes Schmitt",
1461 "email": "schmittjoh@gmail.com"
1462 },
1463 {
1464 "name": "Marco Pivetta",
1465 "email": "ocramius@gmail.com"
1466 }
1467 ],
1468 "description": "The Doctrine Persistence project is a set of shared interfaces and functionality that the different Doctrine object mappers share.",
1469 "homepage": "https://doctrine-project.org/projects/persistence.html",
1470 "keywords": [
1471 "mapper",
1472 "object",
1473 "odm",
1474 "orm",
1475 "persistence"
1476 ],
1477 "time": "2020-01-16T22:06:23+00:00"
1478 },
1479 {
1480 "name": "doctrine/reflection",
1481 "version": "v1.1.0",
1482 "source": {
1483 "type": "git",
1484 "url": "https://github.com/doctrine/reflection.git",
1485 "reference": "bc420ead87fdfe08c03ecc3549db603a45b06d4c"
1486 },
1487 "dist": {
1488 "type": "zip",
1489 "url": "https://api.github.com/repos/doctrine/reflection/zipball/bc420ead87fdfe08c03ecc3549db603a45b06d4c",
1490 "reference": "bc420ead87fdfe08c03ecc3549db603a45b06d4c",
1491 "shasum": ""
1492 },
1493 "require": {
1494 "doctrine/annotations": "^1.0",
1495 "ext-tokenizer": "*",
1496 "php": "^7.1"
1497 },
1498 "conflict": {
1499 "doctrine/common": "<2.9"
1500 },
1501 "require-dev": {
1502 "doctrine/coding-standard": "^5.0",
1503 "doctrine/common": "^2.10",
1504 "phpstan/phpstan": "^0.11.0",
1505 "phpstan/phpstan-phpunit": "^0.11.0",
1506 "phpunit/phpunit": "^7.0"
1507 },
1508 "type": "library",
1509 "extra": {
1510 "branch-alias": {
1511 "dev-master": "1.0.x-dev"
1512 }
1513 },
1514 "autoload": {
1515 "psr-4": {
1516 "Doctrine\\Common\\": "lib/Doctrine/Common"
1517 }
1518 },
1519 "notification-url": "https://packagist.org/downloads/",
1520 "license": [
1521 "MIT"
1522 ],
1523 "authors": [
1524 {
1525 "name": "Guilherme Blanco",
1526 "email": "guilhermeblanco@gmail.com"
1527 },
1528 {
1529 "name": "Roman Borschel",
1530 "email": "roman@code-factory.org"
1531 },
1532 {
1533 "name": "Benjamin Eberlei",
1534 "email": "kontakt@beberlei.de"
1535 },
1536 {
1537 "name": "Jonathan Wage",
1538 "email": "jonwage@gmail.com"
1539 },
1540 {
1541 "name": "Johannes Schmitt",
1542 "email": "schmittjoh@gmail.com"
1543 },
1544 {
1545 "name": "Marco Pivetta",
1546 "email": "ocramius@gmail.com"
1547 }
1548 ],
1549 "description": "The Doctrine Reflection project is a simple library used by the various Doctrine projects which adds some additional functionality on top of the reflection functionality that comes with PHP. It allows you to get the reflection information about classes, methods and properties statically.",
1550 "homepage": "https://www.doctrine-project.org/projects/reflection.html",
1551 "keywords": [
1552 "reflection",
1553 "static"
1554 ],
1555 "time": "2020-01-08T19:53:19+00:00"
1556 },
1557 {
1558 "name": "egulias/email-validator",
1559 "version": "2.1.12",
1560 "source": {
1561 "type": "git",
1562 "url": "https://github.com/egulias/EmailValidator.git",
1563 "reference": "a6255605af39f2db7f5cb62e672bd8a7bad8d208"
1564 },
1565 "dist": {
1566 "type": "zip",
1567 "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/a6255605af39f2db7f5cb62e672bd8a7bad8d208",
1568 "reference": "a6255605af39f2db7f5cb62e672bd8a7bad8d208",
1569 "shasum": ""
1570 },
1571 "require": {
1572 "doctrine/lexer": "^1.0.1",
1573 "php": ">= 5.5"
1574 },
1575 "require-dev": {
1576 "dominicsayers/isemail": "dev-master",
1577 "phpunit/phpunit": "^4.8.35||^5.7||^6.0",
1578 "satooshi/php-coveralls": "^1.0.1",
1579 "symfony/phpunit-bridge": "^4.4@dev"
1580 },
1581 "suggest": {
1582 "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
1583 },
1584 "type": "library",
1585 "extra": {
1586 "branch-alias": {
1587 "dev-master": "2.1.x-dev"
1588 }
1589 },
1590 "autoload": {
1591 "psr-4": {
1592 "Egulias\\EmailValidator\\": "EmailValidator"
1593 }
1594 },
1595 "notification-url": "https://packagist.org/downloads/",
1596 "license": [
1597 "MIT"
1598 ],
1599 "authors": [
1600 {
1601 "name": "Eduardo Gulias Davis"
1602 }
1603 ],
1604 "description": "A library for validating emails against several RFCs",
1605 "homepage": "https://github.com/egulias/EmailValidator",
1606 "keywords": [
1607 "email",
1608 "emailvalidation",
1609 "emailvalidator",
1610 "validation",
1611 "validator"
1612 ],
1613 "time": "2019-12-20T12:49:39+00:00"
1614 },
1615 {
1616 "name": "electrolinux/php-html5lib",
1617 "version": "0.1.0",
1618 "source": {
1619 "type": "git",
1620 "url": "https://github.com/electrolinux/php-html5lib.git",
1621 "reference": "9f92154993c7ecb120d9f9c0e558660d32846721"
1622 },
1623 "dist": {
1624 "type": "zip",
1625 "url": "https://api.github.com/repos/electrolinux/php-html5lib/zipball/9f92154993c7ecb120d9f9c0e558660d32846721",
1626 "reference": "9f92154993c7ecb120d9f9c0e558660d32846721",
1627 "shasum": ""
1628 },
1629 "require": {
1630 "php": ">=5.3.2"
1631 },
1632 "type": "library",
1633 "autoload": {
1634 "psr-0": {
1635 "HTML5Lib": "src/",
1636 "HTML5Lib\\Tests": "tests/"
1637 }
1638 },
1639 "notification-url": "https://packagist.org/downloads/",
1640 "license": [
1641 "MIT"
1642 ],
1643 "authors": [
1644 {
1645 "name": "Multiple users",
1646 "homepage": "https://code.google.com/p/html5lib/",
1647 "role": "Original developers"
1648 },
1649 {
1650 "name": "Sébastien Lavoie",
1651 "homepage": "http://blog.lavoie.sl",
1652 "role": "Packager"
1653 },
1654 {
1655 "name": "didier Belot",
1656 "role": "Packager"
1657 }
1658 ],
1659 "description": "A PHP implementations of a HTML parser based on the WHATWG HTML5 specification.",
1660 "homepage": "https://github.com/electrolinux/php-html5lib",
1661 "keywords": [
1662 "HTML5",
1663 "php"
1664 ],
1665 "time": "2013-03-18T18:32:30+00:00"
1666 },
1667 {
1668 "name": "fig/link-util",
1669 "version": "1.1.0",
1670 "source": {
1671 "type": "git",
1672 "url": "https://github.com/php-fig/link-util.git",
1673 "reference": "47f55860678a9e202206047bc02767556d298106"
1674 },
1675 "dist": {
1676 "type": "zip",
1677 "url": "https://api.github.com/repos/php-fig/link-util/zipball/47f55860678a9e202206047bc02767556d298106",
1678 "reference": "47f55860678a9e202206047bc02767556d298106",
1679 "shasum": ""
1680 },
1681 "require": {
1682 "php": ">=5.5.0",
1683 "psr/link": "~1.0@dev"
1684 },
1685 "provide": {
1686 "psr/link-implementation": "1.0"
1687 },
1688 "require-dev": {
1689 "phpunit/phpunit": "^5.1",
1690 "squizlabs/php_codesniffer": "^2.3.1"
1691 },
1692 "type": "library",
1693 "extra": {
1694 "branch-alias": {
1695 "dev-master": "1.0.x-dev"
1696 }
1697 },
1698 "autoload": {
1699 "psr-4": {
1700 "Fig\\Link\\": "src/"
1701 }
1702 },
1703 "notification-url": "https://packagist.org/downloads/",
1704 "license": [
1705 "MIT"
1706 ],
1707 "authors": [
1708 {
1709 "name": "PHP-FIG",
1710 "homepage": "http://www.php-fig.org/"
1711 }
1712 ],
1713 "description": "Common utility implementations for HTTP links",
1714 "keywords": [
1715 "http",
1716 "http-link",
1717 "link",
1718 "psr",
1719 "psr-13",
1720 "rest"
1721 ],
1722 "time": "2019-12-18T15:40:05+00:00"
1723 },
1724 {
1725 "name": "fossar/htmlawed",
1726 "version": "1.2.7",
1727 "source": {
1728 "type": "git",
1729 "url": "https://github.com/fossar/HTMLawed.git",
1730 "reference": "4f7505e9622a96242923895c3008719b2c2283d3"
1731 },
1732 "dist": {
1733 "type": "zip",
1734 "url": "https://api.github.com/repos/fossar/HTMLawed/zipball/4f7505e9622a96242923895c3008719b2c2283d3",
1735 "reference": "4f7505e9622a96242923895c3008719b2c2283d3",
1736 "shasum": ""
1737 },
1738 "require": {
1739 "php": ">4.4.0"
1740 },
1741 "replace": {
1742 "htmlawed/htmlawed": "*"
1743 },
1744 "type": "library",
1745 "autoload": {
1746 "files": [
1747 "htmLawed.php"
1748 ]
1749 },
1750 "notification-url": "https://packagist.org/downloads/",
1751 "license": [
1752 "GPL-2.0+",
1753 "LGPL-3.0"
1754 ],
1755 "authors": [
1756 {
1757 "name": "Santosh Patnaik",
1758 "homepage": "http://www.bioinformatics.org/people/index.php?user_hash=558b661f92d0ff7b",
1759 "role": "Developer"
1760 }
1761 ],
1762 "description": "htmLawed - Process text with HTML markup to make it more compliant with HTML standards and administrative policies",
1763 "homepage": "http://www.bioinformatics.org/phplabware/internal_utilities/htmLawed/",
1764 "keywords": [
1765 "HTMLtidy",
1766 "html",
1767 "sanitize",
1768 "strip",
1769 "tags"
1770 ],
1771 "time": "2019-05-09T11:53:40+00:00"
1772 },
1773 {
1774 "name": "friendsofsymfony/jsrouting-bundle",
1775 "version": "2.5.3",
1776 "source": {
1777 "type": "git",
1778 "url": "https://github.com/FriendsOfSymfony/FOSJsRoutingBundle.git",
1779 "reference": "165b3f4ae1f798ec320b9942f6db921f7b568bed"
1780 },
1781 "dist": {
1782 "type": "zip",
1783 "url": "https://api.github.com/repos/FriendsOfSymfony/FOSJsRoutingBundle/zipball/165b3f4ae1f798ec320b9942f6db921f7b568bed",
1784 "reference": "165b3f4ae1f798ec320b9942f6db921f7b568bed",
1785 "shasum": ""
1786 },
1787 "require": {
1788 "php": "^7.1",
1789 "symfony/console": "~3.3|^4.0|^5.0",
1790 "symfony/framework-bundle": "~3.3|^4.0|^5.0",
1791 "symfony/serializer": "~3.3|^4.0|^5.0",
1792 "willdurand/jsonp-callback-validator": "~1.0"
1793 },
1794 "require-dev": {
1795 "symfony/expression-language": "~3.3|^4.0|^5.0",
1796 "symfony/phpunit-bridge": "^3.3|^4.0"
1797 },
1798 "type": "symfony-bundle",
1799 "extra": {
1800 "branch-alias": {
1801 "dev-master": "2.0-dev"
1802 }
1803 },
1804 "autoload": {
1805 "psr-4": {
1806 "FOS\\JsRoutingBundle\\": ""
1807 },
1808 "exclude-from-classmap": [
1809 "/Tests/"
1810 ]
1811 },
1812 "notification-url": "https://packagist.org/downloads/",
1813 "license": [
1814 "MIT"
1815 ],
1816 "authors": [
1817 {
1818 "name": "William Durand",
1819 "email": "will+git@drnd.me"
1820 },
1821 {
1822 "name": "FriendsOfSymfony Community",
1823 "homepage": "https://github.com/friendsofsymfony/FOSJsRoutingBundle/contributors"
1824 }
1825 ],
1826 "description": "A pretty nice way to expose your Symfony2 routing to client applications.",
1827 "homepage": "http://friendsofsymfony.github.com",
1828 "keywords": [
1829 "Js Routing",
1830 "javascript",
1831 "routing"
1832 ],
1833 "time": "2020-01-13T14:06:12+00:00"
1834 },
1835 {
1836 "name": "friendsofsymfony/oauth-server-bundle",
1837 "version": "1.6.2",
1838 "source": {
1839 "type": "git",
1840 "url": "https://github.com/FriendsOfSymfony/FOSOAuthServerBundle.git",
1841 "reference": "fcaa25cc49474bdb0db7894f880976fe76ffed23"
1842 },
1843 "dist": {
1844 "type": "zip",
1845 "url": "https://api.github.com/repos/FriendsOfSymfony/FOSOAuthServerBundle/zipball/fcaa25cc49474bdb0db7894f880976fe76ffed23",
1846 "reference": "fcaa25cc49474bdb0db7894f880976fe76ffed23",
1847 "shasum": ""
1848 },
1849 "require": {
1850 "friendsofsymfony/oauth2-php": "~1.1",
1851 "paragonie/random_compat": "^1|^2",
1852 "php": "^5.5|^7.0",
1853 "symfony/dependency-injection": "^2.8|~3.0|^4.0",
1854 "symfony/framework-bundle": "~2.8|~3.0|^4.0",
1855 "symfony/security-bundle": "~2.8|~3.0|^4.0"
1856 },
1857 "require-dev": {
1858 "doctrine/doctrine-bundle": "~1.0",
1859 "doctrine/mongodb-odm": "~1.0",
1860 "doctrine/orm": "~2.2",
1861 "phing/phing": "~2.4",
1862 "php-mock/php-mock-phpunit": "^1.1",
1863 "phpunit/phpunit": "~4.8|~5.0",
1864 "propel/propel1": "^1.6.5",
1865 "symfony/class-loader": "~2.8|~3.0|^4.0",
1866 "symfony/console": "~2.8|~3.0|^4.0",
1867 "symfony/form": "~2.8|~3.0|^4.0",
1868 "symfony/phpunit-bridge": "~2.8|~3.0|^4.0",
1869 "symfony/templating": "~2.8|~3.0|^4.0",
1870 "symfony/twig-bundle": "~2.8|~3.0|^4.0",
1871 "symfony/yaml": "~2.8|~3.0|^4.0",
1872 "willdurand/propel-typehintable-behavior": "^1.0.4"
1873 },
1874 "suggest": {
1875 "doctrine/doctrine-bundle": "*",
1876 "doctrine/mongodb-odm-bundle": "*",
1877 "propel/propel-bundle": "If you want to use Propel with Symfony2, then you will have to install the PropelBundle",
1878 "symfony/console": "Needed to be able to use commands",
1879 "symfony/form": "Needed to be able to use the AuthorizeFormType",
1880 "willdurand/propel-typehintable-behavior": "The Typehintable behavior is useful to add type hints on generated methods, to be compliant with interfaces"
1881 },
1882 "type": "symfony-bundle",
1883 "extra": {
1884 "branch-alias": {
1885 "dev-master": "1.5-dev"
1886 }
1887 },
1888 "autoload": {
1889 "psr-4": {
1890 "FOS\\OAuthServerBundle\\": ""
1891 },
1892 "exclude-from-classmap": [
1893 "/Tests/"
1894 ]
1895 },
1896 "notification-url": "https://packagist.org/downloads/",
1897 "license": [
1898 "MIT"
1899 ],
1900 "authors": [
1901 {
1902 "name": "Arnaud Le Blanc",
1903 "email": "arnaud.lb@gmail.com"
1904 },
1905 {
1906 "name": "FriendsOfSymfony Community",
1907 "homepage": "https://github.com/FriendsOfSymfony/FOSOAuthServerBundle/contributors"
1908 }
1909 ],
1910 "description": "Symfony2 OAuth Server Bundle",
1911 "homepage": "http://friendsofsymfony.github.com",
1912 "keywords": [
1913 "oauth",
1914 "oauth2",
1915 "server"
1916 ],
1917 "time": "2019-01-23T15:23:04+00:00"
1918 },
1919 {
1920 "name": "friendsofsymfony/oauth2-php",
1921 "version": "1.2.3",
1922 "source": {
1923 "type": "git",
1924 "url": "https://github.com/FriendsOfSymfony/oauth2-php.git",
1925 "reference": "a41fef63f81ef2ef632350a6c7dc66d15baa9240"
1926 },
1927 "dist": {
1928 "type": "zip",
1929 "url": "https://api.github.com/repos/FriendsOfSymfony/oauth2-php/zipball/a41fef63f81ef2ef632350a6c7dc66d15baa9240",
1930 "reference": "a41fef63f81ef2ef632350a6c7dc66d15baa9240",
1931 "shasum": ""
1932 },
1933 "require": {
1934 "php": "^5.5.9|>=7.0.8",
1935 "symfony/http-foundation": "~3.0|~4.0"
1936 },
1937 "require-dev": {
1938 "phpunit/phpunit": "~4.0"
1939 },
1940 "type": "library",
1941 "extra": {
1942 "branch-alias": {
1943 "dev-master": "1.2.x-dev"
1944 }
1945 },
1946 "autoload": {
1947 "psr-4": {
1948 "OAuth2\\": "lib/"
1949 }
1950 },
1951 "notification-url": "https://packagist.org/downloads/",
1952 "license": [
1953 "MIT"
1954 ],
1955 "authors": [
1956 {
1957 "name": "Arnaud Le Blanc",
1958 "email": "arnaud.lb@gmail.com"
1959 },
1960 {
1961 "name": "FriendsOfSymfony Community",
1962 "homepage": "https://github.com/FriendsOfSymfony/oauth2-php/contributors"
1963 }
1964 ],
1965 "description": "OAuth2 library",
1966 "homepage": "https://github.com/FriendsOfSymfony/oauth2-php",
1967 "keywords": [
1968 "oauth",
1969 "oauth2"
1970 ],
1971 "time": "2018-01-30T19:58:25+00:00"
1972 },
1973 {
1974 "name": "friendsofsymfony/rest-bundle",
1975 "version": "2.6.0",
1976 "source": {
1977 "type": "git",
1978 "url": "https://github.com/FriendsOfSymfony/FOSRestBundle.git",
1979 "reference": "54758949bff9fc520997415341323eebf3f54892"
1980 },
1981 "dist": {
1982 "type": "zip",
1983 "url": "https://api.github.com/repos/FriendsOfSymfony/FOSRestBundle/zipball/54758949bff9fc520997415341323eebf3f54892",
1984 "reference": "54758949bff9fc520997415341323eebf3f54892",
1985 "shasum": ""
1986 },
1987 "require": {
1988 "doctrine/inflector": "^1.0",
1989 "php": "^7.1",
1990 "psr/log": "^1.0",
1991 "symfony/config": "^3.4|^4.3",
1992 "symfony/debug": "^3.4|^4.3",
1993 "symfony/dependency-injection": "^3.4|^4.3",
1994 "symfony/event-dispatcher": "^3.4|^4.3",
1995 "symfony/finder": "^3.4|^4.3",
1996 "symfony/framework-bundle": "^3.4|^4.3",
1997 "symfony/http-foundation": "^3.4|^4.3",
1998 "symfony/http-kernel": "^3.4|^4.3",
1999 "symfony/routing": "^3.4|^4.3",
2000 "symfony/security-core": "^3.4|^4.3",
2001 "willdurand/jsonp-callback-validator": "^1.0",
2002 "willdurand/negotiation": "^2.0"
2003 },
2004 "conflict": {
2005 "jms/serializer": "<1.13.0",
2006 "jms/serializer-bundle": "<2.0.0",
2007 "sensio/framework-extra-bundle": "<3.0.13"
2008 },
2009 "require-dev": {
2010 "jms/serializer": "^1.13|^2.0",
2011 "jms/serializer-bundle": "^2.3.1|^3.0",
2012 "phpoption/phpoption": "^1.1",
2013 "psr/http-message": "^1.0",
2014 "sensio/framework-extra-bundle": "^3.0.13|^4.0|^5.0",
2015 "symfony/asset": "^3.4|^4.3",
2016 "symfony/browser-kit": "^3.4|^4.3",
2017 "symfony/css-selector": "^3.4|^4.3",
2018 "symfony/expression-language": "^3.4|^4.3",
2019 "symfony/form": "^3.4|^4.3",
2020 "symfony/phpunit-bridge": "^4.1.8",
2021 "symfony/security-bundle": "^3.4|^4.3",
2022 "symfony/serializer": "^3.4|^4.3",
2023 "symfony/templating": "^3.4|^4.3",
2024 "symfony/twig-bundle": "^3.4|^4.3",
2025 "symfony/validator": "^3.4|^4.3",
2026 "symfony/web-profiler-bundle": "^3.4|^4.3",
2027 "symfony/yaml": "^3.4|^4.3"
2028 },
2029 "suggest": {
2030 "jms/serializer-bundle": "Add support for advanced serialization capabilities, recommended, requires ^2.0|^3.0",
2031 "sensio/framework-extra-bundle": "Add support for the request body converter and the view response listener, requires ^3.0",
2032 "symfony/expression-language": "Add support for using the expression language in the routing, requires ^2.7|^3.0",
2033 "symfony/serializer": "Add support for basic serialization capabilities and xml decoding, requires ^2.7|^3.0",
2034 "symfony/validator": "Add support for validation capabilities in the ParamFetcher, requires ^2.7|^3.0"
2035 },
2036 "type": "symfony-bundle",
2037 "extra": {
2038 "branch-alias": {
2039 "dev-master": "2.6-dev"
2040 }
2041 },
2042 "autoload": {
2043 "psr-4": {
2044 "FOS\\RestBundle\\": ""
2045 },
2046 "exclude-from-classmap": [
2047 "Tests/"
2048 ]
2049 },
2050 "notification-url": "https://packagist.org/downloads/",
2051 "license": [
2052 "MIT"
2053 ],
2054 "authors": [
2055 {
2056 "name": "Lukas Kahwe Smith",
2057 "email": "smith@pooteeweet.org"
2058 },
2059 {
2060 "name": "Konstantin Kudryashov",
2061 "email": "ever.zet@gmail.com"
2062 },
2063 {
2064 "name": "FriendsOfSymfony Community",
2065 "homepage": "https://github.com/friendsofsymfony/FOSRestBundle/contributors"
2066 }
2067 ],
2068 "description": "This Bundle provides various tools to rapidly develop RESTful API's with Symfony",
2069 "homepage": "http://friendsofsymfony.github.com",
2070 "keywords": [
2071 "rest"
2072 ],
2073 "time": "2019-10-21T08:22:30+00:00"
2074 },
2075 {
2076 "name": "friendsofsymfony/user-bundle",
2077 "version": "v2.0.2",
2078 "source": {
2079 "type": "git",
2080 "url": "https://github.com/FriendsOfSymfony/FOSUserBundle.git",
2081 "reference": "2fc8a023d7ab482321cf7ec810ed49eab40eb50f"
2082 },
2083 "dist": {
2084 "type": "zip",
2085 "url": "https://api.github.com/repos/FriendsOfSymfony/FOSUserBundle/zipball/2fc8a023d7ab482321cf7ec810ed49eab40eb50f",
2086 "reference": "2fc8a023d7ab482321cf7ec810ed49eab40eb50f",
2087 "shasum": ""
2088 },
2089 "require": {
2090 "paragonie/random_compat": "^1 || ^2",
2091 "php": "^5.5.9 || ^7.0",
2092 "symfony/form": "^2.7 || ^3.0",
2093 "symfony/framework-bundle": "^2.7 || ^3.0",
2094 "symfony/security-bundle": "^2.7 || ^3.0",
2095 "symfony/templating": "^2.7 || ^3.0",
2096 "symfony/twig-bundle": "^2.7 || ^3.0",
2097 "twig/twig": "^1.28 || ^2.0"
2098 },
2099 "conflict": {
2100 "doctrine/doctrine-bundle": "<1.3",
2101 "symfony/doctrine-bridge": "<2.7"
2102 },
2103 "require-dev": {
2104 "doctrine/doctrine-bundle": "^1.3",
2105 "friendsofphp/php-cs-fixer": "^1.11",
2106 "phpunit/phpunit": "~4.8|~5.0",
2107 "swiftmailer/swiftmailer": "^4.3 || ^5.0 || ^6.0",
2108 "symfony/console": "^2.7 || ^3.0",
2109 "symfony/phpunit-bridge": "^2.7 || ^3.0",
2110 "symfony/validator": "^2.7 || ^3.0",
2111 "symfony/yaml": "^2.7 || ^3.0"
2112 },
2113 "type": "symfony-bundle",
2114 "extra": {
2115 "branch-alias": {
2116 "dev-master": "2.0.x-dev"
2117 }
2118 },
2119 "autoload": {
2120 "psr-4": {
2121 "FOS\\UserBundle\\": ""
2122 },
2123 "exclude-from-classmap": [
2124 "/Tests/"
2125 ]
2126 },
2127 "notification-url": "https://packagist.org/downloads/",
2128 "license": [
2129 "MIT"
2130 ],
2131 "authors": [
2132 {
2133 "name": "Christophe Coevoet",
2134 "email": "stof@notk.org"
2135 },
2136 {
2137 "name": "FriendsOfSymfony Community",
2138 "homepage": "https://github.com/friendsofsymfony/FOSUserBundle/contributors"
2139 },
2140 {
2141 "name": "Thibault Duplessis",
2142 "email": "thibault.duplessis@gmail.com"
2143 }
2144 ],
2145 "description": "Symfony FOSUserBundle",
2146 "homepage": "http://friendsofsymfony.github.com",
2147 "keywords": [
2148 "User management"
2149 ],
2150 "time": "2017-11-29T17:01:21+00:00"
2151 },
2152 {
2153 "name": "gedmo/doctrine-extensions",
2154 "version": "v2.4.38",
2155 "source": {
2156 "type": "git",
2157 "url": "https://github.com/Atlantic18/DoctrineExtensions.git",
2158 "reference": "81681364331b131518060e4776300a5346df1eb5"
2159 },
2160 "dist": {
2161 "type": "zip",
2162 "url": "https://api.github.com/repos/Atlantic18/DoctrineExtensions/zipball/81681364331b131518060e4776300a5346df1eb5",
2163 "reference": "81681364331b131518060e4776300a5346df1eb5",
2164 "shasum": ""
2165 },
2166 "require": {
2167 "behat/transliterator": "~1.2",
2168 "doctrine/common": "~2.4",
2169 "php": ">=5.3.2"
2170 },
2171 "conflict": {
2172 "doctrine/annotations": "<1.2",
2173 "doctrine/mongodb-odm": ">=2.0"
2174 },
2175 "require-dev": {
2176 "doctrine/common": ">=2.5.0",
2177 "doctrine/mongodb-odm": ">=1.0.2 <2.0",
2178 "doctrine/orm": ">=2.5.0",
2179 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5",
2180 "symfony/yaml": "~2.6 || ~3.0 || ~4.0"
2181 },
2182 "suggest": {
2183 "doctrine/mongodb-odm": "to use the extensions with the MongoDB ODM",
2184 "doctrine/orm": "to use the extensions with the ORM"
2185 },
2186 "type": "library",
2187 "extra": {
2188 "branch-alias": {
2189 "dev-master": "2.4.x-dev"
2190 }
2191 },
2192 "autoload": {
2193 "psr-4": {
2194 "Gedmo\\": "lib/Gedmo"
2195 }
2196 },
2197 "notification-url": "https://packagist.org/downloads/",
2198 "license": [
2199 "MIT"
2200 ],
2201 "authors": [
2202 {
2203 "name": "Gediminas Morkevicius",
2204 "email": "gediminas.morkevicius@gmail.com"
2205 },
2206 {
2207 "name": "Gustavo Falco",
2208 "email": "comfortablynumb84@gmail.com"
2209 },
2210 {
2211 "name": "David Buchmann",
2212 "email": "david@liip.ch"
2213 }
2214 ],
2215 "description": "Doctrine2 behavioral extensions",
2216 "homepage": "http://gediminasm.org/",
2217 "keywords": [
2218 "Blameable",
2219 "behaviors",
2220 "doctrine2",
2221 "extensions",
2222 "gedmo",
2223 "loggable",
2224 "nestedset",
2225 "sluggable",
2226 "sortable",
2227 "timestampable",
2228 "translatable",
2229 "tree",
2230 "uploadable"
2231 ],
2232 "time": "2019-11-08T22:33:07+00:00"
2233 },
2234 {
2235 "name": "grandt/binstring",
2236 "version": "1.0.0",
2237 "source": {
2238 "type": "git",
2239 "url": "https://github.com/Grandt/PHPBinString.git",
2240 "reference": "825fe2ac8a68190f651fc2dbc07b6edde18bc431"
2241 },
2242 "dist": {
2243 "type": "zip",
2244 "url": "https://api.github.com/repos/Grandt/PHPBinString/zipball/825fe2ac8a68190f651fc2dbc07b6edde18bc431",
2245 "reference": "825fe2ac8a68190f651fc2dbc07b6edde18bc431",
2246 "shasum": ""
2247 },
2248 "require": {
2249 "php": ">=5.0"
2250 },
2251 "type": "library",
2252 "autoload": {
2253 "classmap": [
2254 "BinString.php",
2255 "BinStringStatic.php"
2256 ]
2257 },
2258 "notification-url": "https://packagist.org/downloads/",
2259 "license": [
2260 "LGPL-2.1"
2261 ],
2262 "authors": [
2263 {
2264 "name": "A. Grandt",
2265 "email": "php@grandt.com",
2266 "role": "Developer"
2267 }
2268 ],
2269 "description": "A class for working around the use of mbstring.func_override",
2270 "homepage": "https://github.com/Grandt/PHPBinString",
2271 "keywords": [
2272 "binary strings",
2273 "mbstring"
2274 ],
2275 "time": "2015-08-13T06:14:41+00:00"
2276 },
2277 {
2278 "name": "grandt/phpepub",
2279 "version": "dev-master",
2280 "source": {
2281 "type": "git",
2282 "url": "https://github.com/Daniel-KM/PHPePub.git",
2283 "reference": "78546d9a49d59ad9a32b13f3d95cc2f548add1c3"
2284 },
2285 "dist": {
2286 "type": "zip",
2287 "url": "https://api.github.com/repos/Daniel-KM/PHPePub/zipball/78546d9a49d59ad9a32b13f3d95cc2f548add1c3",
2288 "reference": "78546d9a49d59ad9a32b13f3d95cc2f548add1c3",
2289 "shasum": ""
2290 },
2291 "require": {
2292 "grandt/phpresizegif": "~1.0.3",
2293 "grandt/relativepath": "~1.0.1",
2294 "masterminds/html5": "~2.3",
2295 "php": ">=5.3.0",
2296 "phpzip/phpzip": "~2.0.7"
2297 },
2298 "type": "library",
2299 "autoload": {
2300 "psr-4": {
2301 "PHPePub\\": "src/PHPePub"
2302 },
2303 "classmap": [
2304 "src/lib.uuid.php"
2305 ]
2306 },
2307 "license": [
2308 "LGPL-2.1"
2309 ],
2310 "authors": [
2311 {
2312 "name": "A. Grandt",
2313 "email": "php@grandt.com",
2314 "homepage": "http://grandt.com",
2315 "role": "Developer"
2316 },
2317 {
2318 "name": "An, Hyeong-woo",
2319 "email": "mail@mytory.net",
2320 "homepage": "https://mytory.net",
2321 "role": "Contributor"
2322 },
2323 {
2324 "name": "Daniel Berthereau",
2325 "email": "daniel.composer@berthereau.net",
2326 "role": "Contributor"
2327 }
2328 ],
2329 "description": "Package to create and stream e-books in the ePub 2.0 and 3.0 formats.",
2330 "homepage": "https://github.com/Grandt/PHPePub",
2331 "keywords": [
2332 "e-book",
2333 "epub"
2334 ],
2335 "support": {
2336 "source": "https://github.com/Daniel-KM/PHPePub/tree/master"
2337 },
2338 "time": "2018-10-21T22:00:00+00:00"
2339 },
2340 {
2341 "name": "grandt/phpresizegif",
2342 "version": "1.0.3",
2343 "source": {
2344 "type": "git",
2345 "url": "https://github.com/Grandt/PHPResizeGif.git",
2346 "reference": "775f6810fcda2fd1d8ca881d44a80c8d310ae7fe"
2347 },
2348 "dist": {
2349 "type": "zip",
2350 "url": "https://api.github.com/repos/Grandt/PHPResizeGif/zipball/775f6810fcda2fd1d8ca881d44a80c8d310ae7fe",
2351 "reference": "775f6810fcda2fd1d8ca881d44a80c8d310ae7fe",
2352 "shasum": ""
2353 },
2354 "require": {
2355 "grandt/binstring": ">=0.2.0",
2356 "php": ">=5.3.0"
2357 },
2358 "type": "library",
2359 "autoload": {
2360 "psr-4": {
2361 "grandt\\ResizeGif\\": "src/ResizeGif",
2362 "grandt\\ResizeGif\\Files\\": "src/ResizeGif/Files",
2363 "grandt\\ResizeGif\\Structure\\": "src/ResizeGif/Structure",
2364 "grandt\\ResizeGif\\Debug\\": "src/ResizeGif/Debug"
2365 }
2366 },
2367 "notification-url": "https://packagist.org/downloads/",
2368 "license": [
2369 "LGPL-2.1"
2370 ],
2371 "authors": [
2372 {
2373 "name": "A. Grandt",
2374 "email": "php@grandt.com",
2375 "homepage": "http://grandt.com",
2376 "role": "Developer"
2377 }
2378 ],
2379 "description": "GIF89a compliant Gif resizer, including transparency and optimized gifs with sub sized elements.",
2380 "homepage": "https://github.com/Grandt/PHPResizeGif",
2381 "keywords": [
2382 "GIF89a",
2383 "animated gif",
2384 "gif",
2385 "resize"
2386 ],
2387 "time": "2015-05-10T10:52:24+00:00"
2388 },
2389 {
2390 "name": "grandt/phpzipmerge",
2391 "version": "1.0.4",
2392 "source": {
2393 "type": "git",
2394 "url": "https://github.com/Grandt/PHPZipMerge.git",
2395 "reference": "0b1273d3c2dbfe244904158b1dbd65a663264fb9"
2396 },
2397 "dist": {
2398 "type": "zip",
2399 "url": "https://api.github.com/repos/Grandt/PHPZipMerge/zipball/0b1273d3c2dbfe244904158b1dbd65a663264fb9",
2400 "reference": "0b1273d3c2dbfe244904158b1dbd65a663264fb9",
2401 "shasum": ""
2402 },
2403 "require": {
2404 "grandt/binstring": ">=1.0.0",
2405 "grandt/relativepath": ">=1.0.1",
2406 "php": ">=5.3.0"
2407 },
2408 "type": "library",
2409 "autoload": {
2410 "psr-4": {
2411 "ZipMerge\\": "src/ZipMerge"
2412 }
2413 },
2414 "notification-url": "https://packagist.org/downloads/",
2415 "license": [
2416 "LGPL-2.1"
2417 ],
2418 "authors": [
2419 {
2420 "name": "A. Grandt",
2421 "email": "php@grandt.com",
2422 "homepage": "http://grandt.com",
2423 "role": "Developer"
2424 },
2425 {
2426 "name": "Greg Kappatos",
2427 "homepage": "http://websiteconnect.com.au",
2428 "role": "Developer"
2429 }
2430 ],
2431 "description": "Merge and stream multiple Zip files on the fly.",
2432 "homepage": "https://github.com/Grandt/PHPZipMerge",
2433 "keywords": [
2434 "archive",
2435 "compressed",
2436 "compression",
2437 "merge",
2438 "phpzip",
2439 "pkzip",
2440 "stream",
2441 "zip"
2442 ],
2443 "time": "2015-08-18T13:49:33+00:00"
2444 },
2445 {
2446 "name": "grandt/relativepath",
2447 "version": "1.0.2",
2448 "source": {
2449 "type": "git",
2450 "url": "https://github.com/Grandt/PHPRelativePath.git",
2451 "reference": "19541133c24143b6295688472c54dd6ed15a5462"
2452 },
2453 "dist": {
2454 "type": "zip",
2455 "url": "https://api.github.com/repos/Grandt/PHPRelativePath/zipball/19541133c24143b6295688472c54dd6ed15a5462",
2456 "reference": "19541133c24143b6295688472c54dd6ed15a5462",
2457 "shasum": ""
2458 },
2459 "require": {
2460 "php": ">=5.0"
2461 },
2462 "type": "library",
2463 "autoload": {
2464 "classmap": [
2465 "RelativePath.php"
2466 ]
2467 },
2468 "notification-url": "https://packagist.org/downloads/",
2469 "license": [
2470 "LGPL-2.1"
2471 ],
2472 "authors": [
2473 {
2474 "name": "A. Grandt",
2475 "email": "php@grandt.com",
2476 "role": "Developer"
2477 }
2478 ],
2479 "description": "A class for cleaning up/collapsing relative paths. Like real_path, but without the need for the path to exist on the filesystem.",
2480 "homepage": "https://github.com/Grandt/PHPRelativePath",
2481 "keywords": [
2482 "file path"
2483 ],
2484 "time": "2015-05-14T08:18:23+00:00"
2485 },
2486 {
2487 "name": "guzzlehttp/guzzle",
2488 "version": "5.3.4",
2489 "source": {
2490 "type": "git",
2491 "url": "https://github.com/guzzle/guzzle.git",
2492 "reference": "b87eda7a7162f95574032da17e9323c9899cb6b2"
2493 },
2494 "dist": {
2495 "type": "zip",
2496 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/b87eda7a7162f95574032da17e9323c9899cb6b2",
2497 "reference": "b87eda7a7162f95574032da17e9323c9899cb6b2",
2498 "shasum": ""
2499 },
2500 "require": {
2501 "guzzlehttp/ringphp": "^1.1",
2502 "php": ">=5.4.0",
2503 "react/promise": "^2.2"
2504 },
2505 "require-dev": {
2506 "ext-curl": "*",
2507 "phpunit/phpunit": "^4.0"
2508 },
2509 "type": "library",
2510 "autoload": {
2511 "psr-4": {
2512 "GuzzleHttp\\": "src/"
2513 }
2514 },
2515 "notification-url": "https://packagist.org/downloads/",
2516 "license": [
2517 "MIT"
2518 ],
2519 "authors": [
2520 {
2521 "name": "Michael Dowling",
2522 "email": "mtdowling@gmail.com",
2523 "homepage": "https://github.com/mtdowling"
2524 }
2525 ],
2526 "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients",
2527 "homepage": "http://guzzlephp.org/",
2528 "keywords": [
2529 "client",
2530 "curl",
2531 "framework",
2532 "http",
2533 "http client",
2534 "rest",
2535 "web service"
2536 ],
2537 "time": "2019-10-30T09:32:00+00:00"
2538 },
2539 {
2540 "name": "guzzlehttp/promises",
2541 "version": "v1.3.1",
2542 "source": {
2543 "type": "git",
2544 "url": "https://github.com/guzzle/promises.git",
2545 "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
2546 },
2547 "dist": {
2548 "type": "zip",
2549 "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
2550 "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
2551 "shasum": ""
2552 },
2553 "require": {
2554 "php": ">=5.5.0"
2555 },
2556 "require-dev": {
2557 "phpunit/phpunit": "^4.0"
2558 },
2559 "type": "library",
2560 "extra": {
2561 "branch-alias": {
2562 "dev-master": "1.4-dev"
2563 }
2564 },
2565 "autoload": {
2566 "psr-4": {
2567 "GuzzleHttp\\Promise\\": "src/"
2568 },
2569 "files": [
2570 "src/functions_include.php"
2571 ]
2572 },
2573 "notification-url": "https://packagist.org/downloads/",
2574 "license": [
2575 "MIT"
2576 ],
2577 "authors": [
2578 {
2579 "name": "Michael Dowling",
2580 "email": "mtdowling@gmail.com",
2581 "homepage": "https://github.com/mtdowling"
2582 }
2583 ],
2584 "description": "Guzzle promises library",
2585 "keywords": [
2586 "promise"
2587 ],
2588 "time": "2016-12-20T10:07:11+00:00"
2589 },
2590 {
2591 "name": "guzzlehttp/psr7",
2592 "version": "1.6.1",
2593 "source": {
2594 "type": "git",
2595 "url": "https://github.com/guzzle/psr7.git",
2596 "reference": "239400de7a173fe9901b9ac7c06497751f00727a"
2597 },
2598 "dist": {
2599 "type": "zip",
2600 "url": "https://api.github.com/repos/guzzle/psr7/zipball/239400de7a173fe9901b9ac7c06497751f00727a",
2601 "reference": "239400de7a173fe9901b9ac7c06497751f00727a",
2602 "shasum": ""
2603 },
2604 "require": {
2605 "php": ">=5.4.0",
2606 "psr/http-message": "~1.0",
2607 "ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
2608 },
2609 "provide": {
2610 "psr/http-message-implementation": "1.0"
2611 },
2612 "require-dev": {
2613 "ext-zlib": "*",
2614 "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8"
2615 },
2616 "suggest": {
2617 "zendframework/zend-httphandlerrunner": "Emit PSR-7 responses"
2618 },
2619 "type": "library",
2620 "extra": {
2621 "branch-alias": {
2622 "dev-master": "1.6-dev"
2623 }
2624 },
2625 "autoload": {
2626 "psr-4": {
2627 "GuzzleHttp\\Psr7\\": "src/"
2628 },
2629 "files": [
2630 "src/functions_include.php"
2631 ]
2632 },
2633 "notification-url": "https://packagist.org/downloads/",
2634 "license": [
2635 "MIT"
2636 ],
2637 "authors": [
2638 {
2639 "name": "Michael Dowling",
2640 "email": "mtdowling@gmail.com",
2641 "homepage": "https://github.com/mtdowling"
2642 },
2643 {
2644 "name": "Tobias Schultze",
2645 "homepage": "https://github.com/Tobion"
2646 }
2647 ],
2648 "description": "PSR-7 message implementation that also provides common utility methods",
2649 "keywords": [
2650 "http",
2651 "message",
2652 "psr-7",
2653 "request",
2654 "response",
2655 "stream",
2656 "uri",
2657 "url"
2658 ],
2659 "time": "2019-07-01T23:21:34+00:00"
2660 },
2661 {
2662 "name": "guzzlehttp/ringphp",
2663 "version": "1.1.1",
2664 "source": {
2665 "type": "git",
2666 "url": "https://github.com/guzzle/RingPHP.git",
2667 "reference": "5e2a174052995663dd68e6b5ad838afd47dd615b"
2668 },
2669 "dist": {
2670 "type": "zip",
2671 "url": "https://api.github.com/repos/guzzle/RingPHP/zipball/5e2a174052995663dd68e6b5ad838afd47dd615b",
2672 "reference": "5e2a174052995663dd68e6b5ad838afd47dd615b",
2673 "shasum": ""
2674 },
2675 "require": {
2676 "guzzlehttp/streams": "~3.0",
2677 "php": ">=5.4.0",
2678 "react/promise": "~2.0"
2679 },
2680 "require-dev": {
2681 "ext-curl": "*",
2682 "phpunit/phpunit": "~4.0"
2683 },
2684 "suggest": {
2685 "ext-curl": "Guzzle will use specific adapters if cURL is present"
2686 },
2687 "type": "library",
2688 "extra": {
2689 "branch-alias": {
2690 "dev-master": "1.1-dev"
2691 }
2692 },
2693 "autoload": {
2694 "psr-4": {
2695 "GuzzleHttp\\Ring\\": "src/"
2696 }
2697 },
2698 "notification-url": "https://packagist.org/downloads/",
2699 "license": [
2700 "MIT"
2701 ],
2702 "authors": [
2703 {
2704 "name": "Michael Dowling",
2705 "email": "mtdowling@gmail.com",
2706 "homepage": "https://github.com/mtdowling"
2707 }
2708 ],
2709 "description": "Provides a simple API and specification that abstracts away the details of HTTP into a single PHP function.",
2710 "time": "2018-07-31T13:22:33+00:00"
2711 },
2712 {
2713 "name": "guzzlehttp/streams",
2714 "version": "3.0.0",
2715 "source": {
2716 "type": "git",
2717 "url": "https://github.com/guzzle/streams.git",
2718 "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5"
2719 },
2720 "dist": {
2721 "type": "zip",
2722 "url": "https://api.github.com/repos/guzzle/streams/zipball/47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
2723 "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
2724 "shasum": ""
2725 },
2726 "require": {
2727 "php": ">=5.4.0"
2728 },
2729 "require-dev": {
2730 "phpunit/phpunit": "~4.0"
2731 },
2732 "type": "library",
2733 "extra": {
2734 "branch-alias": {
2735 "dev-master": "3.0-dev"
2736 }
2737 },
2738 "autoload": {
2739 "psr-4": {
2740 "GuzzleHttp\\Stream\\": "src/"
2741 }
2742 },
2743 "notification-url": "https://packagist.org/downloads/",
2744 "license": [
2745 "MIT"
2746 ],
2747 "authors": [
2748 {
2749 "name": "Michael Dowling",
2750 "email": "mtdowling@gmail.com",
2751 "homepage": "https://github.com/mtdowling"
2752 }
2753 ],
2754 "description": "Provides a simple abstraction over streams of data",
2755 "homepage": "http://guzzlephp.org/",
2756 "keywords": [
2757 "Guzzle",
2758 "stream"
2759 ],
2760 "time": "2014-10-12T19:18:40+00:00"
2761 },
2762 {
2763 "name": "hoa/compiler",
2764 "version": "3.17.08.08",
2765 "source": {
2766 "type": "git",
2767 "url": "https://github.com/hoaproject/Compiler.git",
2768 "reference": "aa09caf0bf28adae6654ca6ee415ee2f522672de"
2769 },
2770 "dist": {
2771 "type": "zip",
2772 "url": "https://api.github.com/repos/hoaproject/Compiler/zipball/aa09caf0bf28adae6654ca6ee415ee2f522672de",
2773 "reference": "aa09caf0bf28adae6654ca6ee415ee2f522672de",
2774 "shasum": ""
2775 },
2776 "require": {
2777 "hoa/consistency": "~1.0",
2778 "hoa/exception": "~1.0",
2779 "hoa/file": "~1.0",
2780 "hoa/iterator": "~2.0",
2781 "hoa/math": "~1.0",
2782 "hoa/protocol": "~1.0",
2783 "hoa/regex": "~1.0",
2784 "hoa/visitor": "~2.0"
2785 },
2786 "require-dev": {
2787 "hoa/json": "~2.0",
2788 "hoa/test": "~2.0"
2789 },
2790 "type": "library",
2791 "extra": {
2792 "branch-alias": {
2793 "dev-master": "3.x-dev"
2794 }
2795 },
2796 "autoload": {
2797 "psr-4": {
2798 "Hoa\\Compiler\\": "."
2799 }
2800 },
2801 "notification-url": "https://packagist.org/downloads/",
2802 "license": [
2803 "BSD-3-Clause"
2804 ],
2805 "authors": [
2806 {
2807 "name": "Ivan Enderlin",
2808 "email": "ivan.enderlin@hoa-project.net"
2809 },
2810 {
2811 "name": "Hoa community",
2812 "homepage": "https://hoa-project.net/"
2813 }
2814 ],
2815 "description": "The Hoa\\Compiler library.",
2816 "homepage": "https://hoa-project.net/",
2817 "keywords": [
2818 "algebraic",
2819 "ast",
2820 "compiler",
2821 "context-free",
2822 "coverage",
2823 "exhaustive",
2824 "grammar",
2825 "isotropic",
2826 "language",
2827 "lexer",
2828 "library",
2829 "ll1",
2830 "llk",
2831 "parser",
2832 "pp",
2833 "random",
2834 "regular",
2835 "rule",
2836 "sampler",
2837 "syntax",
2838 "token",
2839 "trace",
2840 "uniform"
2841 ],
2842 "time": "2017-08-08T07:44:07+00:00"
2843 },
2844 {
2845 "name": "hoa/consistency",
2846 "version": "1.17.05.02",
2847 "source": {
2848 "type": "git",
2849 "url": "https://github.com/hoaproject/Consistency.git",
2850 "reference": "fd7d0adc82410507f332516faf655b6ed22e4c2f"
2851 },
2852 "dist": {
2853 "type": "zip",
2854 "url": "https://api.github.com/repos/hoaproject/Consistency/zipball/fd7d0adc82410507f332516faf655b6ed22e4c2f",
2855 "reference": "fd7d0adc82410507f332516faf655b6ed22e4c2f",
2856 "shasum": ""
2857 },
2858 "require": {
2859 "hoa/exception": "~1.0",
2860 "php": ">=5.5.0"
2861 },
2862 "require-dev": {
2863 "hoa/stream": "~1.0",
2864 "hoa/test": "~2.0"
2865 },
2866 "type": "library",
2867 "extra": {
2868 "branch-alias": {
2869 "dev-master": "1.x-dev"
2870 }
2871 },
2872 "autoload": {
2873 "psr-4": {
2874 "Hoa\\Consistency\\": "."
2875 },
2876 "files": [
2877 "Prelude.php"
2878 ]
2879 },
2880 "notification-url": "https://packagist.org/downloads/",
2881 "license": [
2882 "BSD-3-Clause"
2883 ],
2884 "authors": [
2885 {
2886 "name": "Ivan Enderlin",
2887 "email": "ivan.enderlin@hoa-project.net"
2888 },
2889 {
2890 "name": "Hoa community",
2891 "homepage": "https://hoa-project.net/"
2892 }
2893 ],
2894 "description": "The Hoa\\Consistency library.",
2895 "homepage": "https://hoa-project.net/",
2896 "keywords": [
2897 "autoloader",
2898 "callable",
2899 "consistency",
2900 "entity",
2901 "flex",
2902 "keyword",
2903 "library"
2904 ],
2905 "time": "2017-05-02T12:18:12+00:00"
2906 },
2907 {
2908 "name": "hoa/event",
2909 "version": "1.17.01.13",
2910 "source": {
2911 "type": "git",
2912 "url": "https://github.com/hoaproject/Event.git",
2913 "reference": "6c0060dced212ffa3af0e34bb46624f990b29c54"
2914 },
2915 "dist": {
2916 "type": "zip",
2917 "url": "https://api.github.com/repos/hoaproject/Event/zipball/6c0060dced212ffa3af0e34bb46624f990b29c54",
2918 "reference": "6c0060dced212ffa3af0e34bb46624f990b29c54",
2919 "shasum": ""
2920 },
2921 "require": {
2922 "hoa/consistency": "~1.0",
2923 "hoa/exception": "~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\\Event\\": "."
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\\Event library.",
2954 "homepage": "https://hoa-project.net/",
2955 "keywords": [
2956 "event",
2957 "library",
2958 "listener",
2959 "observer"
2960 ],
2961 "time": "2017-01-13T15:30:50+00:00"
2962 },
2963 {
2964 "name": "hoa/exception",
2965 "version": "1.17.01.16",
2966 "source": {
2967 "type": "git",
2968 "url": "https://github.com/hoaproject/Exception.git",
2969 "reference": "091727d46420a3d7468ef0595651488bfc3a458f"
2970 },
2971 "dist": {
2972 "type": "zip",
2973 "url": "https://api.github.com/repos/hoaproject/Exception/zipball/091727d46420a3d7468ef0595651488bfc3a458f",
2974 "reference": "091727d46420a3d7468ef0595651488bfc3a458f",
2975 "shasum": ""
2976 },
2977 "require": {
2978 "hoa/consistency": "~1.0",
2979 "hoa/event": "~1.0"
2980 },
2981 "require-dev": {
2982 "hoa/test": "~2.0"
2983 },
2984 "type": "library",
2985 "extra": {
2986 "branch-alias": {
2987 "dev-master": "1.x-dev"
2988 }
2989 },
2990 "autoload": {
2991 "psr-4": {
2992 "Hoa\\Exception\\": "."
2993 }
2994 },
2995 "notification-url": "https://packagist.org/downloads/",
2996 "license": [
2997 "BSD-3-Clause"
2998 ],
2999 "authors": [
3000 {
3001 "name": "Ivan Enderlin",
3002 "email": "ivan.enderlin@hoa-project.net"
3003 },
3004 {
3005 "name": "Hoa community",
3006 "homepage": "https://hoa-project.net/"
3007 }
3008 ],
3009 "description": "The Hoa\\Exception library.",
3010 "homepage": "https://hoa-project.net/",
3011 "keywords": [
3012 "exception",
3013 "library"
3014 ],
3015 "time": "2017-01-16T07:53:27+00:00"
3016 },
3017 {
3018 "name": "hoa/file",
3019 "version": "1.17.07.11",
3020 "source": {
3021 "type": "git",
3022 "url": "https://github.com/hoaproject/File.git",
3023 "reference": "35cb979b779bc54918d2f9a4e02ed6c7a1fa67ca"
3024 },
3025 "dist": {
3026 "type": "zip",
3027 "url": "https://api.github.com/repos/hoaproject/File/zipball/35cb979b779bc54918d2f9a4e02ed6c7a1fa67ca",
3028 "reference": "35cb979b779bc54918d2f9a4e02ed6c7a1fa67ca",
3029 "shasum": ""
3030 },
3031 "require": {
3032 "hoa/consistency": "~1.0",
3033 "hoa/event": "~1.0",
3034 "hoa/exception": "~1.0",
3035 "hoa/iterator": "~2.0",
3036 "hoa/stream": "~1.0"
3037 },
3038 "require-dev": {
3039 "hoa/test": "~2.0"
3040 },
3041 "type": "library",
3042 "extra": {
3043 "branch-alias": {
3044 "dev-master": "1.x-dev"
3045 }
3046 },
3047 "autoload": {
3048 "psr-4": {
3049 "Hoa\\File\\": "."
3050 }
3051 },
3052 "notification-url": "https://packagist.org/downloads/",
3053 "license": [
3054 "BSD-3-Clause"
3055 ],
3056 "authors": [
3057 {
3058 "name": "Ivan Enderlin",
3059 "email": "ivan.enderlin@hoa-project.net"
3060 },
3061 {
3062 "name": "Hoa community",
3063 "homepage": "https://hoa-project.net/"
3064 }
3065 ],
3066 "description": "The Hoa\\File library.",
3067 "homepage": "https://hoa-project.net/",
3068 "keywords": [
3069 "Socket",
3070 "directory",
3071 "file",
3072 "finder",
3073 "library",
3074 "link",
3075 "temporary"
3076 ],
3077 "time": "2017-07-11T07:42:15+00:00"
3078 },
3079 {
3080 "name": "hoa/iterator",
3081 "version": "2.17.01.10",
3082 "source": {
3083 "type": "git",
3084 "url": "https://github.com/hoaproject/Iterator.git",
3085 "reference": "d1120ba09cb4ccd049c86d10058ab94af245f0cc"
3086 },
3087 "dist": {
3088 "type": "zip",
3089 "url": "https://api.github.com/repos/hoaproject/Iterator/zipball/d1120ba09cb4ccd049c86d10058ab94af245f0cc",
3090 "reference": "d1120ba09cb4ccd049c86d10058ab94af245f0cc",
3091 "shasum": ""
3092 },
3093 "require": {
3094 "hoa/consistency": "~1.0",
3095 "hoa/exception": "~1.0"
3096 },
3097 "require-dev": {
3098 "hoa/test": "~2.0"
3099 },
3100 "type": "library",
3101 "extra": {
3102 "branch-alias": {
3103 "dev-master": "2.x-dev"
3104 }
3105 },
3106 "autoload": {
3107 "psr-4": {
3108 "Hoa\\Iterator\\": "."
3109 }
3110 },
3111 "notification-url": "https://packagist.org/downloads/",
3112 "license": [
3113 "BSD-3-Clause"
3114 ],
3115 "authors": [
3116 {
3117 "name": "Ivan Enderlin",
3118 "email": "ivan.enderlin@hoa-project.net"
3119 },
3120 {
3121 "name": "Hoa community",
3122 "homepage": "https://hoa-project.net/"
3123 }
3124 ],
3125 "description": "The Hoa\\Iterator library.",
3126 "homepage": "https://hoa-project.net/",
3127 "keywords": [
3128 "iterator",
3129 "library"
3130 ],
3131 "time": "2017-01-10T10:34:47+00:00"
3132 },
3133 {
3134 "name": "hoa/math",
3135 "version": "1.17.05.16",
3136 "source": {
3137 "type": "git",
3138 "url": "https://github.com/hoaproject/Math.git",
3139 "reference": "7150785d30f5d565704912116a462e9f5bc83a0c"
3140 },
3141 "dist": {
3142 "type": "zip",
3143 "url": "https://api.github.com/repos/hoaproject/Math/zipball/7150785d30f5d565704912116a462e9f5bc83a0c",
3144 "reference": "7150785d30f5d565704912116a462e9f5bc83a0c",
3145 "shasum": ""
3146 },
3147 "require": {
3148 "hoa/compiler": "~3.0",
3149 "hoa/consistency": "~1.0",
3150 "hoa/exception": "~1.0",
3151 "hoa/iterator": "~2.0",
3152 "hoa/protocol": "~1.0",
3153 "hoa/zformat": "~1.0"
3154 },
3155 "require-dev": {
3156 "hoa/test": "~2.0"
3157 },
3158 "type": "library",
3159 "extra": {
3160 "branch-alias": {
3161 "dev-master": "1.x-dev"
3162 }
3163 },
3164 "autoload": {
3165 "psr-4": {
3166 "Hoa\\Math\\": "."
3167 }
3168 },
3169 "notification-url": "https://packagist.org/downloads/",
3170 "license": [
3171 "BSD-3-Clause"
3172 ],
3173 "authors": [
3174 {
3175 "name": "Ivan Enderlin",
3176 "email": "ivan.enderlin@hoa-project.net"
3177 },
3178 {
3179 "name": "Hoa community",
3180 "homepage": "https://hoa-project.net/"
3181 }
3182 ],
3183 "description": "The Hoa\\Math library.",
3184 "homepage": "https://hoa-project.net/",
3185 "keywords": [
3186 "arrangement",
3187 "combination",
3188 "combinatorics",
3189 "counting",
3190 "library",
3191 "math",
3192 "permutation",
3193 "sampler",
3194 "set"
3195 ],
3196 "time": "2017-05-16T08:02:17+00:00"
3197 },
3198 {
3199 "name": "hoa/protocol",
3200 "version": "1.17.01.14",
3201 "source": {
3202 "type": "git",
3203 "url": "https://github.com/hoaproject/Protocol.git",
3204 "reference": "5c2cf972151c45f373230da170ea015deecf19e2"
3205 },
3206 "dist": {
3207 "type": "zip",
3208 "url": "https://api.github.com/repos/hoaproject/Protocol/zipball/5c2cf972151c45f373230da170ea015deecf19e2",
3209 "reference": "5c2cf972151c45f373230da170ea015deecf19e2",
3210 "shasum": ""
3211 },
3212 "require": {
3213 "hoa/consistency": "~1.0",
3214 "hoa/exception": "~1.0"
3215 },
3216 "require-dev": {
3217 "hoa/test": "~2.0"
3218 },
3219 "type": "library",
3220 "extra": {
3221 "branch-alias": {
3222 "dev-master": "1.x-dev"
3223 }
3224 },
3225 "autoload": {
3226 "psr-4": {
3227 "Hoa\\Protocol\\": "."
3228 },
3229 "files": [
3230 "Wrapper.php"
3231 ]
3232 },
3233 "notification-url": "https://packagist.org/downloads/",
3234 "license": [
3235 "BSD-3-Clause"
3236 ],
3237 "authors": [
3238 {
3239 "name": "Ivan Enderlin",
3240 "email": "ivan.enderlin@hoa-project.net"
3241 },
3242 {
3243 "name": "Hoa community",
3244 "homepage": "https://hoa-project.net/"
3245 }
3246 ],
3247 "description": "The Hoa\\Protocol library.",
3248 "homepage": "https://hoa-project.net/",
3249 "keywords": [
3250 "library",
3251 "protocol",
3252 "resource",
3253 "stream",
3254 "wrapper"
3255 ],
3256 "time": "2017-01-14T12:26:10+00:00"
3257 },
3258 {
3259 "name": "hoa/regex",
3260 "version": "1.17.01.13",
3261 "source": {
3262 "type": "git",
3263 "url": "https://github.com/hoaproject/Regex.git",
3264 "reference": "7e263a61b6fb45c1d03d8e5ef77668518abd5bec"
3265 },
3266 "dist": {
3267 "type": "zip",
3268 "url": "https://api.github.com/repos/hoaproject/Regex/zipball/7e263a61b6fb45c1d03d8e5ef77668518abd5bec",
3269 "reference": "7e263a61b6fb45c1d03d8e5ef77668518abd5bec",
3270 "shasum": ""
3271 },
3272 "require": {
3273 "hoa/consistency": "~1.0",
3274 "hoa/exception": "~1.0",
3275 "hoa/math": "~1.0",
3276 "hoa/protocol": "~1.0",
3277 "hoa/ustring": "~4.0",
3278 "hoa/visitor": "~2.0"
3279 },
3280 "type": "library",
3281 "extra": {
3282 "branch-alias": {
3283 "dev-master": "1.x-dev"
3284 }
3285 },
3286 "autoload": {
3287 "psr-4": {
3288 "Hoa\\Regex\\": "."
3289 }
3290 },
3291 "notification-url": "https://packagist.org/downloads/",
3292 "license": [
3293 "BSD-3-Clause"
3294 ],
3295 "authors": [
3296 {
3297 "name": "Ivan Enderlin",
3298 "email": "ivan.enderlin@hoa-project.net"
3299 },
3300 {
3301 "name": "Hoa community",
3302 "homepage": "https://hoa-project.net/"
3303 }
3304 ],
3305 "description": "The Hoa\\Regex library.",
3306 "homepage": "https://hoa-project.net/",
3307 "keywords": [
3308 "compiler",
3309 "library",
3310 "regex"
3311 ],
3312 "time": "2017-01-13T16:10:24+00:00"
3313 },
3314 {
3315 "name": "hoa/ruler",
3316 "version": "2.17.05.16",
3317 "source": {
3318 "type": "git",
3319 "url": "https://github.com/hoaproject/Ruler.git",
3320 "reference": "696835daf8336dfd490f032da7af444050e52dfc"
3321 },
3322 "dist": {
3323 "type": "zip",
3324 "url": "https://api.github.com/repos/hoaproject/Ruler/zipball/696835daf8336dfd490f032da7af444050e52dfc",
3325 "reference": "696835daf8336dfd490f032da7af444050e52dfc",
3326 "shasum": ""
3327 },
3328 "require": {
3329 "hoa/compiler": "~3.0",
3330 "hoa/consistency": "~1.0",
3331 "hoa/exception": "~1.0",
3332 "hoa/file": "~1.0",
3333 "hoa/protocol": "~1.0",
3334 "hoa/visitor": "~2.0"
3335 },
3336 "require-dev": {
3337 "hoa/test": "~2.0"
3338 },
3339 "type": "library",
3340 "extra": {
3341 "branch-alias": {
3342 "dev-master": "2.x-dev"
3343 }
3344 },
3345 "autoload": {
3346 "psr-4": {
3347 "Hoa\\Ruler\\": "."
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\\Ruler library.",
3365 "homepage": "https://hoa-project.net/",
3366 "keywords": [
3367 "library",
3368 "ruler"
3369 ],
3370 "time": "2017-05-16T07:52:21+00:00"
3371 },
3372 {
3373 "name": "hoa/stream",
3374 "version": "1.17.02.21",
3375 "source": {
3376 "type": "git",
3377 "url": "https://github.com/hoaproject/Stream.git",
3378 "reference": "3293cfffca2de10525df51436adf88a559151d82"
3379 },
3380 "dist": {
3381 "type": "zip",
3382 "url": "https://api.github.com/repos/hoaproject/Stream/zipball/3293cfffca2de10525df51436adf88a559151d82",
3383 "reference": "3293cfffca2de10525df51436adf88a559151d82",
3384 "shasum": ""
3385 },
3386 "require": {
3387 "hoa/consistency": "~1.0",
3388 "hoa/event": "~1.0",
3389 "hoa/exception": "~1.0",
3390 "hoa/protocol": "~1.0"
3391 },
3392 "require-dev": {
3393 "hoa/test": "~2.0"
3394 },
3395 "type": "library",
3396 "extra": {
3397 "branch-alias": {
3398 "dev-master": "1.x-dev"
3399 }
3400 },
3401 "autoload": {
3402 "psr-4": {
3403 "Hoa\\Stream\\": "."
3404 }
3405 },
3406 "notification-url": "https://packagist.org/downloads/",
3407 "license": [
3408 "BSD-3-Clause"
3409 ],
3410 "authors": [
3411 {
3412 "name": "Ivan Enderlin",
3413 "email": "ivan.enderlin@hoa-project.net"
3414 },
3415 {
3416 "name": "Hoa community",
3417 "homepage": "https://hoa-project.net/"
3418 }
3419 ],
3420 "description": "The Hoa\\Stream library.",
3421 "homepage": "https://hoa-project.net/",
3422 "keywords": [
3423 "Context",
3424 "bucket",
3425 "composite",
3426 "filter",
3427 "in",
3428 "library",
3429 "out",
3430 "protocol",
3431 "stream",
3432 "wrapper"
3433 ],
3434 "time": "2017-02-21T16:01:06+00:00"
3435 },
3436 {
3437 "name": "hoa/ustring",
3438 "version": "4.17.01.16",
3439 "source": {
3440 "type": "git",
3441 "url": "https://github.com/hoaproject/Ustring.git",
3442 "reference": "e6326e2739178799b1fe3fdd92029f9517fa17a0"
3443 },
3444 "dist": {
3445 "type": "zip",
3446 "url": "https://api.github.com/repos/hoaproject/Ustring/zipball/e6326e2739178799b1fe3fdd92029f9517fa17a0",
3447 "reference": "e6326e2739178799b1fe3fdd92029f9517fa17a0",
3448 "shasum": ""
3449 },
3450 "require": {
3451 "hoa/consistency": "~1.0",
3452 "hoa/exception": "~1.0"
3453 },
3454 "require-dev": {
3455 "hoa/test": "~2.0"
3456 },
3457 "suggest": {
3458 "ext-iconv": "ext/iconv must be present (or a third implementation) to use Hoa\\Ustring::transcode().",
3459 "ext-intl": "To get a better Hoa\\Ustring::toAscii() and Hoa\\Ustring::compareTo()."
3460 },
3461 "type": "library",
3462 "extra": {
3463 "branch-alias": {
3464 "dev-master": "4.x-dev"
3465 }
3466 },
3467 "autoload": {
3468 "psr-4": {
3469 "Hoa\\Ustring\\": "."
3470 }
3471 },
3472 "notification-url": "https://packagist.org/downloads/",
3473 "license": [
3474 "BSD-3-Clause"
3475 ],
3476 "authors": [
3477 {
3478 "name": "Ivan Enderlin",
3479 "email": "ivan.enderlin@hoa-project.net"
3480 },
3481 {
3482 "name": "Hoa community",
3483 "homepage": "https://hoa-project.net/"
3484 }
3485 ],
3486 "description": "The Hoa\\Ustring library.",
3487 "homepage": "https://hoa-project.net/",
3488 "keywords": [
3489 "library",
3490 "search",
3491 "string",
3492 "unicode"
3493 ],
3494 "time": "2017-01-16T07:08:25+00:00"
3495 },
3496 {
3497 "name": "hoa/visitor",
3498 "version": "2.17.01.16",
3499 "source": {
3500 "type": "git",
3501 "url": "https://github.com/hoaproject/Visitor.git",
3502 "reference": "c18fe1cbac98ae449e0d56e87469103ba08f224a"
3503 },
3504 "dist": {
3505 "type": "zip",
3506 "url": "https://api.github.com/repos/hoaproject/Visitor/zipball/c18fe1cbac98ae449e0d56e87469103ba08f224a",
3507 "reference": "c18fe1cbac98ae449e0d56e87469103ba08f224a",
3508 "shasum": ""
3509 },
3510 "require": {
3511 "hoa/consistency": "~1.0"
3512 },
3513 "require-dev": {
3514 "hoa/test": "~2.0"
3515 },
3516 "type": "library",
3517 "extra": {
3518 "branch-alias": {
3519 "dev-master": "2.x-dev"
3520 }
3521 },
3522 "autoload": {
3523 "psr-4": {
3524 "Hoa\\Visitor\\": "."
3525 }
3526 },
3527 "notification-url": "https://packagist.org/downloads/",
3528 "license": [
3529 "BSD-3-Clause"
3530 ],
3531 "authors": [
3532 {
3533 "name": "Ivan Enderlin",
3534 "email": "ivan.enderlin@hoa-project.net"
3535 },
3536 {
3537 "name": "Hoa community",
3538 "homepage": "https://hoa-project.net/"
3539 }
3540 ],
3541 "description": "The Hoa\\Visitor library.",
3542 "homepage": "https://hoa-project.net/",
3543 "keywords": [
3544 "library",
3545 "structure",
3546 "visit",
3547 "visitor"
3548 ],
3549 "time": "2017-01-16T07:02:03+00:00"
3550 },
3551 {
3552 "name": "hoa/zformat",
3553 "version": "1.17.01.10",
3554 "source": {
3555 "type": "git",
3556 "url": "https://github.com/hoaproject/Zformat.git",
3557 "reference": "522c381a2a075d4b9dbb42eb4592dd09520e4ac2"
3558 },
3559 "dist": {
3560 "type": "zip",
3561 "url": "https://api.github.com/repos/hoaproject/Zformat/zipball/522c381a2a075d4b9dbb42eb4592dd09520e4ac2",
3562 "reference": "522c381a2a075d4b9dbb42eb4592dd09520e4ac2",
3563 "shasum": ""
3564 },
3565 "require": {
3566 "hoa/consistency": "~1.0",
3567 "hoa/exception": "~1.0"
3568 },
3569 "type": "library",
3570 "extra": {
3571 "branch-alias": {
3572 "dev-master": "1.x-dev"
3573 }
3574 },
3575 "autoload": {
3576 "psr-4": {
3577 "Hoa\\Zformat\\": "."
3578 }
3579 },
3580 "notification-url": "https://packagist.org/downloads/",
3581 "license": [
3582 "BSD-3-Clause"
3583 ],
3584 "authors": [
3585 {
3586 "name": "Ivan Enderlin",
3587 "email": "ivan.enderlin@hoa-project.net"
3588 },
3589 {
3590 "name": "Hoa community",
3591 "homepage": "https://hoa-project.net/"
3592 }
3593 ],
3594 "description": "The Hoa\\Zformat library.",
3595 "homepage": "https://hoa-project.net/",
3596 "keywords": [
3597 "library",
3598 "parameter",
3599 "zformat"
3600 ],
3601 "time": "2017-01-10T10:39:54+00:00"
3602 },
3603 {
3604 "name": "html2text/html2text",
3605 "version": "4.2.1",
3606 "source": {
3607 "type": "git",
3608 "url": "https://github.com/mtibben/html2text.git",
3609 "reference": "f7555eaf271beea4e1098274d3ff37fbb7b21ea7"
3610 },
3611 "dist": {
3612 "type": "zip",
3613 "url": "https://api.github.com/repos/mtibben/html2text/zipball/f7555eaf271beea4e1098274d3ff37fbb7b21ea7",
3614 "reference": "f7555eaf271beea4e1098274d3ff37fbb7b21ea7",
3615 "shasum": ""
3616 },
3617 "require-dev": {
3618 "phpunit/phpunit": "~4"
3619 },
3620 "suggest": {
3621 "ext-mbstring": "For best performance",
3622 "symfony/polyfill-mbstring": "If you can't install ext-mbstring"
3623 },
3624 "type": "library",
3625 "autoload": {
3626 "psr-4": {
3627 "Html2Text\\": [
3628 "src/",
3629 "test/"
3630 ]
3631 }
3632 },
3633 "notification-url": "https://packagist.org/downloads/",
3634 "license": [
3635 "GPL-2.0-or-later"
3636 ],
3637 "description": "Converts HTML to formatted plain text",
3638 "time": "2018-08-13T12:05:08+00:00"
3639 },
3640 {
3641 "name": "http-interop/http-factory-guzzle",
3642 "version": "1.0.0",
3643 "source": {
3644 "type": "git",
3645 "url": "https://github.com/http-interop/http-factory-guzzle.git",
3646 "reference": "34861658efb9899a6618cef03de46e2a52c80fc0"
3647 },
3648 "dist": {
3649 "type": "zip",
3650 "url": "https://api.github.com/repos/http-interop/http-factory-guzzle/zipball/34861658efb9899a6618cef03de46e2a52c80fc0",
3651 "reference": "34861658efb9899a6618cef03de46e2a52c80fc0",
3652 "shasum": ""
3653 },
3654 "require": {
3655 "guzzlehttp/psr7": "^1.4.2",
3656 "psr/http-factory": "^1.0"
3657 },
3658 "provide": {
3659 "psr/http-factory-implementation": "^1.0"
3660 },
3661 "require-dev": {
3662 "http-interop/http-factory-tests": "^0.5",
3663 "phpunit/phpunit": "^6.5"
3664 },
3665 "type": "library",
3666 "autoload": {
3667 "psr-4": {
3668 "Http\\Factory\\Guzzle\\": "src/"
3669 }
3670 },
3671 "notification-url": "https://packagist.org/downloads/",
3672 "license": [
3673 "MIT"
3674 ],
3675 "authors": [
3676 {
3677 "name": "PHP-FIG",
3678 "homepage": "http://www.php-fig.org/"
3679 }
3680 ],
3681 "description": "An HTTP Factory using Guzzle PSR7",
3682 "keywords": [
3683 "factory",
3684 "http",
3685 "psr-17",
3686 "psr-7"
3687 ],
3688 "time": "2018-07-31T19:32:56+00:00"
3689 },
3690 {
3691 "name": "incenteev/composer-parameter-handler",
3692 "version": "v2.1.3",
3693 "source": {
3694 "type": "git",
3695 "url": "https://github.com/Incenteev/ParameterHandler.git",
3696 "reference": "933c45a34814f27f2345c11c37d46b3ca7303550"
3697 },
3698 "dist": {
3699 "type": "zip",
3700 "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/933c45a34814f27f2345c11c37d46b3ca7303550",
3701 "reference": "933c45a34814f27f2345c11c37d46b3ca7303550",
3702 "shasum": ""
3703 },
3704 "require": {
3705 "php": ">=5.3.3",
3706 "symfony/yaml": "^2.3 || ^3.0 || ^4.0"
3707 },
3708 "require-dev": {
3709 "composer/composer": "^1.0@dev",
3710 "symfony/filesystem": "^2.3 || ^3 || ^4",
3711 "symfony/phpunit-bridge": "^4.0"
3712 },
3713 "type": "library",
3714 "extra": {
3715 "branch-alias": {
3716 "dev-master": "2.1.x-dev"
3717 }
3718 },
3719 "autoload": {
3720 "psr-4": {
3721 "Incenteev\\ParameterHandler\\": ""
3722 }
3723 },
3724 "notification-url": "https://packagist.org/downloads/",
3725 "license": [
3726 "MIT"
3727 ],
3728 "authors": [
3729 {
3730 "name": "Christophe Coevoet",
3731 "email": "stof@notk.org"
3732 }
3733 ],
3734 "description": "Composer script handling your ignored parameter file",
3735 "homepage": "https://github.com/Incenteev/ParameterHandler",
3736 "keywords": [
3737 "parameters management"
3738 ],
3739 "time": "2018-02-13T18:05:56+00:00"
3740 },
3741 {
3742 "name": "j0k3r/graby",
3743 "version": "2.1.0",
3744 "source": {
3745 "type": "git",
3746 "url": "https://github.com/j0k3r/graby.git",
3747 "reference": "8dcacf79bd2bc18438dc3c93cdee1fa59f9a848b"
3748 },
3749 "dist": {
3750 "type": "zip",
3751 "url": "https://api.github.com/repos/j0k3r/graby/zipball/8dcacf79bd2bc18438dc3c93cdee1fa59f9a848b",
3752 "reference": "8dcacf79bd2bc18438dc3c93cdee1fa59f9a848b",
3753 "shasum": ""
3754 },
3755 "require": {
3756 "ext-curl": "*",
3757 "ext-tidy": "*",
3758 "fossar/htmlawed": "^1.2.4",
3759 "guzzlehttp/psr7": "^1.5",
3760 "j0k3r/graby-site-config": "^1.0",
3761 "j0k3r/httplug-ssrf-plugin": "^2.0",
3762 "j0k3r/php-readability": "^1.1",
3763 "monolog/monolog": "^1.13.1",
3764 "php": ">=7.1",
3765 "php-http/client-common": "^2.0",
3766 "php-http/discovery": "^1.0",
3767 "php-http/httplug": "^2.0",
3768 "php-http/message": "^1.7",
3769 "psr/http-message": "^1.0",
3770 "simplepie/simplepie": "^1.3.1",
3771 "smalot/pdfparser": "~0.11",
3772 "symfony/options-resolver": "~2.6|~3.0|~4.0",
3773 "true/punycode": "~2.1",
3774 "wallabag/tcpdf": "^6.2.26"
3775 },
3776 "require-dev": {
3777 "friendsofphp/php-cs-fixer": "~2.14",
3778 "php-coveralls/php-coveralls": "^2.0",
3779 "php-http/guzzle6-adapter": "^2.0",
3780 "php-http/mock-client": "^1.2",
3781 "phpstan/phpstan": "^0.11",
3782 "phpstan/phpstan-phpunit": "^0.11",
3783 "symfony/phpunit-bridge": "~2.6|~3.0|~4.0"
3784 },
3785 "type": "library",
3786 "extra": {
3787 "branch-alias": {
3788 "dev-2.0": "2.0-dev"
3789 }
3790 },
3791 "autoload": {
3792 "psr-4": {
3793 "Graby\\": "src/"
3794 }
3795 },
3796 "notification-url": "https://packagist.org/downloads/",
3797 "license": [
3798 "MIT"
3799 ],
3800 "authors": [
3801 {
3802 "name": "Jeremy Benoist",
3803 "email": "jeremy.benoist@gmail.com",
3804 "role": "Developer"
3805 },
3806 {
3807 "name": "FiveFilters.org",
3808 "email": "fivefilters@fivefilters.org",
3809 "role": "Developer (original version)"
3810 }
3811 ],
3812 "description": "Graby helps you extract article content from web pages",
3813 "time": "2019-11-12T13:10:23+00:00"
3814 },
3815 {
3816 "name": "j0k3r/graby-site-config",
3817 "version": "1.0.98",
3818 "source": {
3819 "type": "git",
3820 "url": "https://github.com/j0k3r/graby-site-config.git",
3821 "reference": "8bf1ec3c9d0cc4e055f95d6b6f5d187ad6267724"
3822 },
3823 "dist": {
3824 "type": "zip",
3825 "url": "https://api.github.com/repos/j0k3r/graby-site-config/zipball/8bf1ec3c9d0cc4e055f95d6b6f5d187ad6267724",
3826 "reference": "8bf1ec3c9d0cc4e055f95d6b6f5d187ad6267724",
3827 "shasum": ""
3828 },
3829 "require": {
3830 "symfony/finder": "~2.6|~3.0|~4.0"
3831 },
3832 "require-dev": {
3833 "liip/rmt": "1.2.*",
3834 "symfony/phpunit-bridge": "^4.3"
3835 },
3836 "type": "library",
3837 "autoload": {
3838 "psr-4": {
3839 "GrabySiteConfig\\SiteConfig\\": "src/"
3840 }
3841 },
3842 "notification-url": "https://packagist.org/downloads/",
3843 "license": [
3844 "CC0-1.0"
3845 ],
3846 "authors": [
3847 {
3848 "name": "Jeremy Benoist",
3849 "email": "jeremy.benoist@gmail.com"
3850 }
3851 ],
3852 "description": "Graby site config files",
3853 "time": "2019-12-27T15:55:20+00:00"
3854 },
3855 {
3856 "name": "j0k3r/httplug-ssrf-plugin",
3857 "version": "v2.0.0",
3858 "source": {
3859 "type": "git",
3860 "url": "https://github.com/j0k3r/httplug-ssrf-plugin.git",
3861 "reference": "ea8599016240d2a49b91e267550ea3eb243ddd74"
3862 },
3863 "dist": {
3864 "type": "zip",
3865 "url": "https://api.github.com/repos/j0k3r/httplug-ssrf-plugin/zipball/ea8599016240d2a49b91e267550ea3eb243ddd74",
3866 "reference": "ea8599016240d2a49b91e267550ea3eb243ddd74",
3867 "shasum": ""
3868 },
3869 "require": {
3870 "php": "^7.1",
3871 "php-http/client-common": "^2.0",
3872 "php-http/discovery": "^1.5",
3873 "php-http/message": "^1.7",
3874 "php-http/message-factory": "^1.0.2"
3875 },
3876 "require-dev": {
3877 "friendsofphp/php-cs-fixer": "^2.14",
3878 "guzzlehttp/psr7": "^1.0",
3879 "php-http/guzzle6-adapter": "^2.0",
3880 "php-http/mock-client": "^1.0",
3881 "phpstan/phpstan": "^0.11",
3882 "phpstan/phpstan-phpunit": "^0.11",
3883 "symfony/phpunit-bridge": "~3.4.19|~4.0"
3884 },
3885 "type": "library",
3886 "extra": {
3887 "branch-alias": {
3888 "dev-master": "2.0-dev"
3889 }
3890 },
3891 "autoload": {
3892 "psr-4": {
3893 "Graby\\HttpClient\\Plugin\\ServerSideRequestForgeryProtection\\": "src/"
3894 }
3895 },
3896 "notification-url": "https://packagist.org/downloads/",
3897 "license": [
3898 "MIT"
3899 ],
3900 "authors": [
3901 {
3902 "name": "Jeremy Benoist",
3903 "email": "jeremy.benoist@gmail.com"
3904 },
3905 {
3906 "name": "aaa2000",
3907 "email": "adev2000@gmail.com"
3908 },
3909 {
3910 "name": "Jack W",
3911 "email": "jack@fin1te.net",
3912 "role": "Developer (SafeCurl original version)"
3913 }
3914 ],
3915 "description": "Server-Side Request Forgery (SSRF) protection plugin for HTTPlug",
3916 "homepage": "https://github.com/j0k3r/httplug-ssrf-plugin",
3917 "keywords": [
3918 "http",
3919 "httplug",
3920 "plugin",
3921 "security",
3922 "ssrf"
3923 ],
3924 "time": "2019-02-06T10:58:53+00:00"
3925 },
3926 {
3927 "name": "j0k3r/php-readability",
3928 "version": "1.2.4",
3929 "source": {
3930 "type": "git",
3931 "url": "https://github.com/j0k3r/php-readability.git",
3932 "reference": "9306996b472fd3d4bc5a7928a301ccce38423793"
3933 },
3934 "dist": {
3935 "type": "zip",
3936 "url": "https://api.github.com/repos/j0k3r/php-readability/zipball/9306996b472fd3d4bc5a7928a301ccce38423793",
3937 "reference": "9306996b472fd3d4bc5a7928a301ccce38423793",
3938 "shasum": ""
3939 },
3940 "require": {
3941 "electrolinux/php-html5lib": "^0.1.0",
3942 "ext-mbstring": "*",
3943 "php": ">=5.6.0",
3944 "psr/log": "^1.0"
3945 },
3946 "require-dev": {
3947 "friendsofphp/php-cs-fixer": "^2.14",
3948 "monolog/monolog": "^1.24",
3949 "php-coveralls/php-coveralls": "^2.1",
3950 "symfony/phpunit-bridge": "^4.2.3"
3951 },
3952 "suggest": {
3953 "ext-tidy": "Used to clean up given HTML and to avoid problems with bad HTML structure."
3954 },
3955 "type": "library",
3956 "autoload": {
3957 "psr-4": {
3958 "Readability\\": "src/"
3959 }
3960 },
3961 "notification-url": "https://packagist.org/downloads/",
3962 "license": [
3963 "Apache-2.0"
3964 ],
3965 "authors": [
3966 {
3967 "name": "Keyvan Minoukadeh",
3968 "email": "keyvan@keyvan.net",
3969 "homepage": "http://keyvan.net",
3970 "role": "Developer (ported original JS code to PHP)"
3971 },
3972 {
3973 "name": "Arc90",
3974 "homepage": "http://arc90.com",
3975 "role": "Developer (original JS version)"
3976 },
3977 {
3978 "name": "Jeremy Benoist",
3979 "email": "jeremy.benoist@gmail.com",
3980 "homepage": "http://www.j0k3r.net",
3981 "role": "Developer"
3982 },
3983 {
3984 "name": "DitherSky",
3985 "homepage": "https://github.com/Dither",
3986 "role": "Developer (https://github.com/Dither/full-text-rss)"
3987 }
3988 ],
3989 "description": "Automatic article extraction from HTML",
3990 "keywords": [
3991 "article",
3992 "article extraction",
3993 "content",
3994 "content extraction",
3995 "extraction",
3996 "html"
3997 ],
3998 "time": "2019-06-25T15:15:37+00:00"
3999 },
4000 {
4001 "name": "javibravo/simpleue",
4002 "version": "2.1.0",
4003 "source": {
4004 "type": "git",
4005 "url": "https://github.com/javibravo/simpleue.git",
4006 "reference": "b12ccea0631cd3f6128ab91178fc5363f6e14ff6"
4007 },
4008 "dist": {
4009 "type": "zip",
4010 "url": "https://api.github.com/repos/javibravo/simpleue/zipball/b12ccea0631cd3f6128ab91178fc5363f6e14ff6",
4011 "reference": "b12ccea0631cd3f6128ab91178fc5363f6e14ff6",
4012 "shasum": ""
4013 },
4014 "require": {
4015 "php": ">=5.5",
4016 "psr/log": "~1.0"
4017 },
4018 "require-dev": {
4019 "aws/aws-sdk-php": "^3.9",
4020 "pda/pheanstalk": "^3.1",
4021 "phpunit/phpunit": "4.0.*",
4022 "predis/predis": "^1.0"
4023 },
4024 "suggest": {
4025 "aws/aws-sdk-php": "Allow work with AWS Simple Queue Service (SQS) queues",
4026 "ext-redis": "Allow work with Redis Locker",
4027 "pda/pheanstalk": "Allow work with Beanstalkd queues",
4028 "predis/predis": "Allow work with Redis queues"
4029 },
4030 "type": "library",
4031 "autoload": {
4032 "psr-4": {
4033 "Simpleue\\": "src/Simpleue"
4034 }
4035 },
4036 "notification-url": "https://packagist.org/downloads/",
4037 "license": [
4038 "MIT"
4039 ],
4040 "authors": [
4041 {
4042 "name": "Javier Bravo",
4043 "email": "javibravo85@gmail.com"
4044 }
4045 ],
4046 "description": "Php package to manage queue tasks in a simple way",
4047 "homepage": "http://github.com/javibravo/simpleue",
4048 "keywords": [
4049 "job",
4050 "queue",
4051 "redis",
4052 "sqs",
4053 "task"
4054 ],
4055 "time": "2017-11-15T13:41:13+00:00"
4056 },
4057 {
4058 "name": "jdorn/sql-formatter",
4059 "version": "v1.2.17",
4060 "source": {
4061 "type": "git",
4062 "url": "https://github.com/jdorn/sql-formatter.git",
4063 "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc"
4064 },
4065 "dist": {
4066 "type": "zip",
4067 "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc",
4068 "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc",
4069 "shasum": ""
4070 },
4071 "require": {
4072 "php": ">=5.2.4"
4073 },
4074 "require-dev": {
4075 "phpunit/phpunit": "3.7.*"
4076 },
4077 "type": "library",
4078 "extra": {
4079 "branch-alias": {
4080 "dev-master": "1.3.x-dev"
4081 }
4082 },
4083 "autoload": {
4084 "classmap": [
4085 "lib"
4086 ]
4087 },
4088 "notification-url": "https://packagist.org/downloads/",
4089 "license": [
4090 "MIT"
4091 ],
4092 "authors": [
4093 {
4094 "name": "Jeremy Dorn",
4095 "email": "jeremy@jeremydorn.com",
4096 "homepage": "http://jeremydorn.com/"
4097 }
4098 ],
4099 "description": "a PHP SQL highlighting library",
4100 "homepage": "https://github.com/jdorn/sql-formatter/",
4101 "keywords": [
4102 "highlight",
4103 "sql"
4104 ],
4105 "time": "2014-01-12T16:20:24+00:00"
4106 },
4107 {
4108 "name": "jean85/pretty-package-versions",
4109 "version": "1.2",
4110 "source": {
4111 "type": "git",
4112 "url": "https://github.com/Jean85/pretty-package-versions.git",
4113 "reference": "75c7effcf3f77501d0e0caa75111aff4daa0dd48"
4114 },
4115 "dist": {
4116 "type": "zip",
4117 "url": "https://api.github.com/repos/Jean85/pretty-package-versions/zipball/75c7effcf3f77501d0e0caa75111aff4daa0dd48",
4118 "reference": "75c7effcf3f77501d0e0caa75111aff4daa0dd48",
4119 "shasum": ""
4120 },
4121 "require": {
4122 "ocramius/package-versions": "^1.2.0",
4123 "php": "^7.0"
4124 },
4125 "require-dev": {
4126 "phpunit/phpunit": "^6.0"
4127 },
4128 "type": "library",
4129 "extra": {
4130 "branch-alias": {
4131 "dev-master": "1.x-dev"
4132 }
4133 },
4134 "autoload": {
4135 "psr-4": {
4136 "Jean85\\": "src/"
4137 }
4138 },
4139 "notification-url": "https://packagist.org/downloads/",
4140 "license": [
4141 "MIT"
4142 ],
4143 "authors": [
4144 {
4145 "name": "Alessandro Lai",
4146 "email": "alessandro.lai85@gmail.com"
4147 }
4148 ],
4149 "description": "A wrapper for ocramius/package-versions to get pretty versions strings",
4150 "keywords": [
4151 "composer",
4152 "package",
4153 "release",
4154 "versions"
4155 ],
4156 "time": "2018-06-13T13:22:40+00:00"
4157 },
4158 {
4159 "name": "jms/metadata",
4160 "version": "1.7.0",
4161 "source": {
4162 "type": "git",
4163 "url": "https://github.com/schmittjoh/metadata.git",
4164 "reference": "e5854ab1aa643623dc64adde718a8eec32b957a8"
4165 },
4166 "dist": {
4167 "type": "zip",
4168 "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/e5854ab1aa643623dc64adde718a8eec32b957a8",
4169 "reference": "e5854ab1aa643623dc64adde718a8eec32b957a8",
4170 "shasum": ""
4171 },
4172 "require": {
4173 "php": ">=5.3.0"
4174 },
4175 "require-dev": {
4176 "doctrine/cache": "~1.0",
4177 "symfony/cache": "~3.1"
4178 },
4179 "type": "library",
4180 "extra": {
4181 "branch-alias": {
4182 "dev-master": "1.5.x-dev"
4183 }
4184 },
4185 "autoload": {
4186 "psr-0": {
4187 "Metadata\\": "src/"
4188 }
4189 },
4190 "notification-url": "https://packagist.org/downloads/",
4191 "license": [
4192 "MIT"
4193 ],
4194 "authors": [
4195 {
4196 "name": "Asmir Mustafic",
4197 "email": "goetas@gmail.com"
4198 },
4199 {
4200 "name": "Johannes M. Schmitt",
4201 "email": "schmittjoh@gmail.com"
4202 }
4203 ],
4204 "description": "Class/method/property metadata management in PHP",
4205 "keywords": [
4206 "annotations",
4207 "metadata",
4208 "xml",
4209 "yaml"
4210 ],
4211 "time": "2018-10-26T12:40:10+00:00"
4212 },
4213 {
4214 "name": "jms/parser-lib",
4215 "version": "1.0.0",
4216 "source": {
4217 "type": "git",
4218 "url": "https://github.com/schmittjoh/parser-lib.git",
4219 "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d"
4220 },
4221 "dist": {
4222 "type": "zip",
4223 "url": "https://api.github.com/repos/schmittjoh/parser-lib/zipball/c509473bc1b4866415627af0e1c6cc8ac97fa51d",
4224 "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d",
4225 "shasum": ""
4226 },
4227 "require": {
4228 "phpoption/phpoption": ">=0.9,<2.0-dev"
4229 },
4230 "type": "library",
4231 "extra": {
4232 "branch-alias": {
4233 "dev-master": "1.0-dev"
4234 }
4235 },
4236 "autoload": {
4237 "psr-0": {
4238 "JMS\\": "src/"
4239 }
4240 },
4241 "notification-url": "https://packagist.org/downloads/",
4242 "license": [
4243 "Apache2"
4244 ],
4245 "description": "A library for easily creating recursive-descent parsers.",
4246 "time": "2012-11-18T18:08:43+00:00"
4247 },
4248 {
4249 "name": "jms/serializer",
4250 "version": "1.14.0",
4251 "source": {
4252 "type": "git",
4253 "url": "https://github.com/schmittjoh/serializer.git",
4254 "reference": "ee96d57024af9a7716d56fcbe3aa94b3d030f3ca"
4255 },
4256 "dist": {
4257 "type": "zip",
4258 "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/ee96d57024af9a7716d56fcbe3aa94b3d030f3ca",
4259 "reference": "ee96d57024af9a7716d56fcbe3aa94b3d030f3ca",
4260 "shasum": ""
4261 },
4262 "require": {
4263 "doctrine/annotations": "^1.0",
4264 "doctrine/instantiator": "^1.0.3",
4265 "jms/metadata": "^1.3",
4266 "jms/parser-lib": "1.*",
4267 "php": "^5.5|^7.0",
4268 "phpcollection/phpcollection": "~0.1",
4269 "phpoption/phpoption": "^1.1"
4270 },
4271 "conflict": {
4272 "twig/twig": "<1.12"
4273 },
4274 "require-dev": {
4275 "doctrine/orm": "~2.1",
4276 "doctrine/phpcr-odm": "^1.3|^2.0",
4277 "ext-pdo_sqlite": "*",
4278 "jackalope/jackalope-doctrine-dbal": "^1.1.5",
4279 "phpunit/phpunit": "^4.8|^5.0",
4280 "propel/propel1": "~1.7",
4281 "psr/container": "^1.0",
4282 "symfony/dependency-injection": "^2.7|^3.3|^4.0",
4283 "symfony/expression-language": "^2.6|^3.0",
4284 "symfony/filesystem": "^2.1",
4285 "symfony/form": "~2.1|^3.0",
4286 "symfony/translation": "^2.1|^3.0",
4287 "symfony/validator": "^2.2|^3.0",
4288 "symfony/yaml": "^2.1|^3.0",
4289 "twig/twig": "~1.12|~2.0"
4290 },
4291 "suggest": {
4292 "doctrine/cache": "Required if you like to use cache functionality.",
4293 "doctrine/collections": "Required if you like to use doctrine collection types as ArrayCollection.",
4294 "symfony/yaml": "Required if you'd like to serialize data to YAML format."
4295 },
4296 "type": "library",
4297 "extra": {
4298 "branch-alias": {
4299 "dev-1.x": "1.14-dev"
4300 }
4301 },
4302 "autoload": {
4303 "psr-0": {
4304 "JMS\\Serializer": "src/"
4305 }
4306 },
4307 "notification-url": "https://packagist.org/downloads/",
4308 "license": [
4309 "MIT"
4310 ],
4311 "authors": [
4312 {
4313 "name": "Asmir Mustafic",
4314 "email": "goetas@gmail.com"
4315 },
4316 {
4317 "name": "Johannes M. Schmitt",
4318 "email": "schmittjoh@gmail.com"
4319 }
4320 ],
4321 "description": "Library for (de-)serializing data of any complexity; supports XML, JSON, and YAML.",
4322 "homepage": "http://jmsyst.com/libs/serializer",
4323 "keywords": [
4324 "deserialization",
4325 "jaxb",
4326 "json",
4327 "serialization",
4328 "xml"
4329 ],
4330 "time": "2019-04-17T08:12:16+00:00"
4331 },
4332 {
4333 "name": "jms/serializer-bundle",
4334 "version": "2.4.4",
4335 "source": {
4336 "type": "git",
4337 "url": "https://github.com/schmittjoh/JMSSerializerBundle.git",
4338 "reference": "92ee808c64c1c180775a0e57d00e3be0674668fb"
4339 },
4340 "dist": {
4341 "type": "zip",
4342 "url": "https://api.github.com/repos/schmittjoh/JMSSerializerBundle/zipball/92ee808c64c1c180775a0e57d00e3be0674668fb",
4343 "reference": "92ee808c64c1c180775a0e57d00e3be0674668fb",
4344 "shasum": ""
4345 },
4346 "require": {
4347 "jms/serializer": "^1.10",
4348 "php": "^5.4|^7.0",
4349 "phpoption/phpoption": "^1.1.0",
4350 "symfony/framework-bundle": "~2.3|~3.0|~4.0"
4351 },
4352 "require-dev": {
4353 "doctrine/orm": "*",
4354 "phpunit/phpunit": "^4.8.35|^5.4.3|^6.0",
4355 "symfony/expression-language": "~2.6|~3.0|~4.0",
4356 "symfony/finder": "^2.3|^3.0|^4.0",
4357 "symfony/form": "*",
4358 "symfony/stopwatch": "*",
4359 "symfony/twig-bundle": "*",
4360 "symfony/validator": "*",
4361 "symfony/yaml": "*"
4362 },
4363 "suggest": {
4364 "jms/di-extra-bundle": "Required to get lazy loading (de)serialization visitors, ~1.3",
4365 "symfony/finder": "Required for cache warmup, supported versions ^2.3|^3.0|^4.0"
4366 },
4367 "type": "symfony-bundle",
4368 "extra": {
4369 "branch-alias": {
4370 "dev-master": "2.4-dev"
4371 }
4372 },
4373 "autoload": {
4374 "psr-4": {
4375 "JMS\\SerializerBundle\\": ""
4376 },
4377 "exclude-from-classmap": [
4378 "/Tests/"
4379 ]
4380 },
4381 "notification-url": "https://packagist.org/downloads/",
4382 "license": [
4383 "MIT"
4384 ],
4385 "authors": [
4386 {
4387 "name": "Asmir Mustafic",
4388 "email": "goetas@gmail.com"
4389 },
4390 {
4391 "name": "Johannes M. Schmitt",
4392 "email": "schmittjoh@gmail.com"
4393 }
4394 ],
4395 "description": "Allows you to easily serialize, and deserialize data of any complexity",
4396 "homepage": "http://jmsyst.com/bundles/JMSSerializerBundle",
4397 "keywords": [
4398 "deserialization",
4399 "jaxb",
4400 "json",
4401 "serialization",
4402 "xml"
4403 ],
4404 "time": "2019-03-30T10:26:09+00:00"
4405 },
4406 {
4407 "name": "kphoen/rulerz",
4408 "version": "0.21.1",
4409 "source": {
4410 "type": "git",
4411 "url": "https://github.com/K-Phoen/rulerz.git",
4412 "reference": "d28a1bd59b4e66cc9fcdeee965f13f685eb9ce41"
4413 },
4414 "dist": {
4415 "type": "zip",
4416 "url": "https://api.github.com/repos/K-Phoen/rulerz/zipball/d28a1bd59b4e66cc9fcdeee965f13f685eb9ce41",
4417 "reference": "d28a1bd59b4e66cc9fcdeee965f13f685eb9ce41",
4418 "shasum": ""
4419 },
4420 "require": {
4421 "hoa/ruler": "~2.0",
4422 "php": ">=7.1",
4423 "symfony/property-access": "~3.0|~4.0"
4424 },
4425 "require-dev": {
4426 "behat/behat": "~3.0",
4427 "coduo/phpspec-data-provider-extension": "~1.0,!=1.0.2",
4428 "doctrine/orm": "~2.4",
4429 "elasticsearch/elasticsearch": "~1.0",
4430 "illuminate/database": "~5.0",
4431 "kphoen/rusty": "dev-master",
4432 "liip/rmt": "^1.2",
4433 "mikey179/vfsstream": "~1.4",
4434 "phpspec/phpspec": "~2.0,>=2.4-dev",
4435 "pomm-project/cli": "~2.0@dev",
4436 "pomm-project/foundation": "~2.0@dev",
4437 "pomm-project/model-manager": "~2.0.@dev",
4438 "ruflin/elastica": "~1.0",
4439 "solarium/solarium": "~3.0",
4440 "vlucas/phpdotenv": "~2.1"
4441 },
4442 "suggest": {
4443 "doctrine/orm": "To execute rules as Doctrine queries",
4444 "elasticsearch/elasticsearch": "To execute rules as Elasticsearch queries",
4445 "kphoen/rulerz-spec-builder": "If you want a specification builder",
4446 "pomm-project/model-manager": "To execute rules as Pomm queries",
4447 "solarium/solarium": "To execute rules as Solr queries"
4448 },
4449 "type": "library",
4450 "extra": {
4451 "branch-alias": {
4452 "dev-master": "1.0.x-dev"
4453 }
4454 },
4455 "autoload": {
4456 "psr-4": {
4457 "RulerZ\\": "src/"
4458 }
4459 },
4460 "notification-url": "https://packagist.org/downloads/",
4461 "license": [
4462 "MIT"
4463 ],
4464 "authors": [
4465 {
4466 "name": "Kévin Gomez",
4467 "email": "contact@kevingomez.fr"
4468 }
4469 ],
4470 "description": "Powerful implementation of the Specification pattern",
4471 "homepage": "https://github.com/K-Phoen/RulerZ",
4472 "keywords": [
4473 "doctrine",
4474 "specification"
4475 ],
4476 "time": "2018-09-18T15:15:42+00:00"
4477 },
4478 {
4479 "name": "kphoen/rulerz-bridge",
4480 "version": "1.1.1",
4481 "source": {
4482 "type": "git",
4483 "url": "https://github.com/K-Phoen/rulerz-bridge.git",
4484 "reference": "fdad5856b669d59b5e4bda47c4e927a0485bf7a0"
4485 },
4486 "dist": {
4487 "type": "zip",
4488 "url": "https://api.github.com/repos/K-Phoen/rulerz-bridge/zipball/fdad5856b669d59b5e4bda47c4e927a0485bf7a0",
4489 "reference": "fdad5856b669d59b5e4bda47c4e927a0485bf7a0",
4490 "shasum": ""
4491 },
4492 "require": {
4493 "kphoen/rulerz": "~0.19,>=0.19.3|^1.0",
4494 "php": ">=7.1",
4495 "symfony/form": "^3.0|^4.0",
4496 "symfony/validator": "^3.0|^4.0"
4497 },
4498 "require-dev": {
4499 "liip/rmt": "^1.2",
4500 "phpunit/phpunit": "~7.1",
4501 "symfony/phpunit-bridge": "^3.0|^4.0"
4502 },
4503 "type": "symfony-bridge",
4504 "autoload": {
4505 "psr-4": {
4506 "Symfony\\Bridge\\RulerZ\\": ""
4507 },
4508 "exclude-from-classmap": [
4509 "/Tests/"
4510 ]
4511 },
4512 "notification-url": "https://packagist.org/downloads/",
4513 "license": [
4514 "MIT"
4515 ],
4516 "authors": [
4517 {
4518 "name": "Kévin Gomez",
4519 "email": "contact@kevingomez.fr"
4520 }
4521 ],
4522 "description": "Symfony RulerZ Bridge",
4523 "homepage": "https://github.com/K-Phoen/rulerz-bridge",
4524 "keywords": [
4525 "Bridge",
4526 "doctrine",
4527 "ruler",
4528 "rulerz",
4529 "specification",
4530 "symfony"
4531 ],
4532 "time": "2018-10-01T14:17:27+00:00"
4533 },
4534 {
4535 "name": "kphoen/rulerz-bundle",
4536 "version": "0.15.0",
4537 "source": {
4538 "type": "git",
4539 "url": "https://github.com/K-Phoen/RulerZBundle.git",
4540 "reference": "f25f2eddfd311047f0f0ece2684b1f6463cc41ad"
4541 },
4542 "dist": {
4543 "type": "zip",
4544 "url": "https://api.github.com/repos/K-Phoen/RulerZBundle/zipball/f25f2eddfd311047f0f0ece2684b1f6463cc41ad",
4545 "reference": "f25f2eddfd311047f0f0ece2684b1f6463cc41ad",
4546 "shasum": ""
4547 },
4548 "require": {
4549 "kphoen/rulerz": "~0.17,>=0.19.3",
4550 "kphoen/rulerz-bridge": "^1.0",
4551 "php": ">=7.1",
4552 "symfony/framework-bundle": "^3.0|^4.0"
4553 },
4554 "require-dev": {
4555 "liip/rmt": "^1.2",
4556 "matthiasnoback/symfony-dependency-injection-test": "^3.0",
4557 "mikey179/vfsstream": "^1.6",
4558 "phpunit/phpunit": "^7.1",
4559 "symfony/phpunit-bridge": "^3.0|^4.0"
4560 },
4561 "type": "symfony-bundle",
4562 "autoload": {
4563 "psr-4": {
4564 "KPhoen\\RulerZBundle\\": ""
4565 },
4566 "exclude-from-classmap": [
4567 "/Tests/"
4568 ]
4569 },
4570 "notification-url": "https://packagist.org/downloads/",
4571 "license": [
4572 "MIT"
4573 ],
4574 "authors": [
4575 {
4576 "name": "Kévin Gomez",
4577 "email": "contact@kevingomez.fr"
4578 }
4579 ],
4580 "description": "Symfony2 Bundle for RulerZ",
4581 "homepage": "https://github.com/K-Phoen/RulerZBundle",
4582 "keywords": [
4583 "doctrine",
4584 "ruler",
4585 "rulerz",
4586 "specification"
4587 ],
4588 "time": "2018-09-17T09:02:32+00:00"
4589 },
4590 {
4591 "name": "lcobucci/jwt",
4592 "version": "3.3.1",
4593 "source": {
4594 "type": "git",
4595 "url": "https://github.com/lcobucci/jwt.git",
4596 "reference": "a11ec5f4b4d75d1fcd04e133dede4c317aac9e18"
4597 },
4598 "dist": {
4599 "type": "zip",
4600 "url": "https://api.github.com/repos/lcobucci/jwt/zipball/a11ec5f4b4d75d1fcd04e133dede4c317aac9e18",
4601 "reference": "a11ec5f4b4d75d1fcd04e133dede4c317aac9e18",
4602 "shasum": ""
4603 },
4604 "require": {
4605 "ext-mbstring": "*",
4606 "ext-openssl": "*",
4607 "php": "^5.6 || ^7.0"
4608 },
4609 "require-dev": {
4610 "mikey179/vfsstream": "~1.5",
4611 "phpmd/phpmd": "~2.2",
4612 "phpunit/php-invoker": "~1.1",
4613 "phpunit/phpunit": "^5.7 || ^7.3",
4614 "squizlabs/php_codesniffer": "~2.3"
4615 },
4616 "type": "library",
4617 "extra": {
4618 "branch-alias": {
4619 "dev-master": "3.1-dev"
4620 }
4621 },
4622 "autoload": {
4623 "psr-4": {
4624 "Lcobucci\\JWT\\": "src"
4625 }
4626 },
4627 "notification-url": "https://packagist.org/downloads/",
4628 "license": [
4629 "BSD-3-Clause"
4630 ],
4631 "authors": [
4632 {
4633 "name": "Luís Otávio Cobucci Oblonczyk",
4634 "email": "lcobucci@gmail.com",
4635 "role": "Developer"
4636 }
4637 ],
4638 "description": "A simple library to work with JSON Web Token and JSON Web Signature",
4639 "keywords": [
4640 "JWS",
4641 "jwt"
4642 ],
4643 "time": "2019-05-24T18:30:49+00:00"
4644 },
4645 {
4646 "name": "lexik/form-filter-bundle",
4647 "version": "v5.0.10",
4648 "source": {
4649 "type": "git",
4650 "url": "https://github.com/lexik/LexikFormFilterBundle.git",
4651 "reference": "92df0638173979dc906bda7a33a10b98429d2057"
4652 },
4653 "dist": {
4654 "type": "zip",
4655 "url": "https://api.github.com/repos/lexik/LexikFormFilterBundle/zipball/92df0638173979dc906bda7a33a10b98429d2057",
4656 "reference": "92df0638173979dc906bda7a33a10b98429d2057",
4657 "shasum": ""
4658 },
4659 "require": {
4660 "doctrine/orm": "^2.4.8",
4661 "php": ">=5.5.9",
4662 "symfony/form": "~2.8|~3.0|^4.0",
4663 "symfony/framework-bundle": "~2.8|~3.0|^4.0"
4664 },
4665 "require-dev": {
4666 "doctrine/mongodb-odm-bundle": "^3.0",
4667 "phpunit/phpunit": "~5.0|^7.5"
4668 },
4669 "suggest": {
4670 "alcaeus/mongo-php-adapter": "Install this package if using the PHP 7 MongoDB Driver"
4671 },
4672 "type": "symfony-bundle",
4673 "extra": {
4674 "branch-alias": {
4675 "dev-master": "5.x.x-dev"
4676 }
4677 },
4678 "autoload": {
4679 "psr-4": {
4680 "Lexik\\Bundle\\FormFilterBundle\\": ""
4681 }
4682 },
4683 "notification-url": "https://packagist.org/downloads/",
4684 "license": [
4685 "MIT"
4686 ],
4687 "authors": [
4688 {
4689 "name": "Dev Lexik",
4690 "email": "dev@lexik.fr"
4691 },
4692 {
4693 "name": "Cedric Girard",
4694 "email": "c.girard@lexik.fr"
4695 }
4696 ],
4697 "description": "This bundle aim to provide classes to build some form filters and then build a doctrine query from this form filter.",
4698 "homepage": "https://github.com/lexik/LexikFormFilterBundle",
4699 "keywords": [
4700 "bundle",
4701 "doctrine",
4702 "filter",
4703 "form",
4704 "symfony"
4705 ],
4706 "time": "2019-04-17T17:58:44+00:00"
4707 },
4708 {
4709 "name": "liip/theme-bundle",
4710 "version": "1.7.0",
4711 "source": {
4712 "type": "git",
4713 "url": "https://github.com/liip/LiipThemeBundle.git",
4714 "reference": "362394821ff8dcc90b06272e289e7dafe4dab52a"
4715 },
4716 "dist": {
4717 "type": "zip",
4718 "url": "https://api.github.com/repos/liip/LiipThemeBundle/zipball/362394821ff8dcc90b06272e289e7dafe4dab52a",
4719 "reference": "362394821ff8dcc90b06272e289e7dafe4dab52a",
4720 "shasum": ""
4721 },
4722 "require": {
4723 "php": "^7.0",
4724 "psr/log": "~1.0",
4725 "symfony/finder": "^3.0|^4.0",
4726 "symfony/framework-bundle": "^3.0|^4.0",
4727 "symfony/templating": "^3.0|^4.0",
4728 "symfony/twig-bundle": "^3.0|^4.0",
4729 "twig/twig": "^1.34|^2.4"
4730 },
4731 "conflict": {
4732 "sebastian/comparator": "1.2.3"
4733 },
4734 "require-dev": {
4735 "phpunit/phpunit": "^6.0",
4736 "symfony/console": "^3.0|^4.0",
4737 "symfony/expression-language": "^3.0|^4.0"
4738 },
4739 "type": "symfony-bundle",
4740 "extra": {
4741 "branch-alias": {
4742 "dev-master": "1.4-dev"
4743 }
4744 },
4745 "autoload": {
4746 "psr-4": {
4747 "Liip\\ThemeBundle\\": ""
4748 }
4749 },
4750 "notification-url": "https://packagist.org/downloads/",
4751 "license": [
4752 "MIT"
4753 ],
4754 "authors": [
4755 {
4756 "name": "Community contributions",
4757 "homepage": "https://github.com/liip/LiipThemeBundle/contributors"
4758 },
4759 {
4760 "name": "Liip AG",
4761 "homepage": "http://www.liip.ch/"
4762 }
4763 ],
4764 "description": "Provides theming support for #Symfony2 Bundles",
4765 "keywords": [
4766 "themes",
4767 "theming"
4768 ],
4769 "time": "2019-06-19T12:53:08+00:00"
4770 },
4771 {
4772 "name": "masterminds/html5",
4773 "version": "2.7.0",
4774 "source": {
4775 "type": "git",
4776 "url": "https://github.com/Masterminds/html5-php.git",
4777 "reference": "104443ad663d15981225f99532ba73c2f1d6b6f2"
4778 },
4779 "dist": {
4780 "type": "zip",
4781 "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/104443ad663d15981225f99532ba73c2f1d6b6f2",
4782 "reference": "104443ad663d15981225f99532ba73c2f1d6b6f2",
4783 "shasum": ""
4784 },
4785 "require": {
4786 "ext-ctype": "*",
4787 "ext-dom": "*",
4788 "ext-libxml": "*",
4789 "php": ">=5.3.0"
4790 },
4791 "require-dev": {
4792 "phpunit/phpunit": "^4.8.35",
4793 "sami/sami": "~2.0",
4794 "satooshi/php-coveralls": "1.0.*"
4795 },
4796 "type": "library",
4797 "extra": {
4798 "branch-alias": {
4799 "dev-master": "2.7-dev"
4800 }
4801 },
4802 "autoload": {
4803 "psr-4": {
4804 "Masterminds\\": "src"
4805 }
4806 },
4807 "notification-url": "https://packagist.org/downloads/",
4808 "license": [
4809 "MIT"
4810 ],
4811 "authors": [
4812 {
4813 "name": "Matt Butcher",
4814 "email": "technosophos@gmail.com"
4815 },
4816 {
4817 "name": "Matt Farina",
4818 "email": "matt@mattfarina.com"
4819 },
4820 {
4821 "name": "Asmir Mustafic",
4822 "email": "goetas@gmail.com"
4823 }
4824 ],
4825 "description": "An HTML5 parser and serializer.",
4826 "homepage": "http://masterminds.github.io/html5-php",
4827 "keywords": [
4828 "HTML5",
4829 "dom",
4830 "html",
4831 "parser",
4832 "querypath",
4833 "serializer",
4834 "xml"
4835 ],
4836 "time": "2019-07-25T07:03:26+00:00"
4837 },
4838 {
4839 "name": "mgargano/simplehtmldom",
4840 "version": "1.5",
4841 "source": {
4842 "type": "git",
4843 "url": "https://github.com/matgargano/simplehtmldom.git",
4844 "reference": "37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be"
4845 },
4846 "dist": {
4847 "type": "zip",
4848 "url": "https://api.github.com/repos/matgargano/simplehtmldom/zipball/37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be",
4849 "reference": "37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be",
4850 "shasum": ""
4851 },
4852 "require": {
4853 "php": ">=5.3.0"
4854 },
4855 "type": "library",
4856 "autoload": {
4857 "psr-0": {
4858 "SimpleHtmlDom": "src/"
4859 },
4860 "files": [
4861 "src/simple_html_dom.php"
4862 ]
4863 },
4864 "notification-url": "https://packagist.org/downloads/",
4865 "license": [
4866 "The MIT License"
4867 ],
4868 "authors": [
4869 {
4870 "name": "S.C. Chen",
4871 "email": "me578022@gmail.com"
4872 }
4873 ],
4874 "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",
4875 "homepage": "http://simplehtmldom.sourceforge.net/",
4876 "keywords": [
4877 "Simple",
4878 "dom",
4879 "html"
4880 ],
4881 "time": "2014-01-05T18:17:34+00:00"
4882 },
4883 {
4884 "name": "michelf/php-markdown",
4885 "version": "1.9.0",
4886 "source": {
4887 "type": "git",
4888 "url": "https://github.com/michelf/php-markdown.git",
4889 "reference": "c83178d49e372ca967d1a8c77ae4e051b3a3c75c"
4890 },
4891 "dist": {
4892 "type": "zip",
4893 "url": "https://api.github.com/repos/michelf/php-markdown/zipball/c83178d49e372ca967d1a8c77ae4e051b3a3c75c",
4894 "reference": "c83178d49e372ca967d1a8c77ae4e051b3a3c75c",
4895 "shasum": ""
4896 },
4897 "require": {
4898 "php": ">=5.3.0"
4899 },
4900 "require-dev": {
4901 "phpunit/phpunit": ">=4.3 <5.8"
4902 },
4903 "type": "library",
4904 "autoload": {
4905 "psr-4": {
4906 "Michelf\\": "Michelf/"
4907 }
4908 },
4909 "notification-url": "https://packagist.org/downloads/",
4910 "license": [
4911 "BSD-3-Clause"
4912 ],
4913 "authors": [
4914 {
4915 "name": "Michel Fortin",
4916 "email": "michel.fortin@michelf.ca",
4917 "homepage": "https://michelf.ca/",
4918 "role": "Developer"
4919 },
4920 {
4921 "name": "John Gruber",
4922 "homepage": "https://daringfireball.net/"
4923 }
4924 ],
4925 "description": "PHP Markdown",
4926 "homepage": "https://michelf.ca/projects/php-markdown/",
4927 "keywords": [
4928 "markdown"
4929 ],
4930 "time": "2019-12-02T02:32:27+00:00"
4931 },
4932 {
4933 "name": "mnapoli/piwik-twig-extension",
4934 "version": "2.0.1",
4935 "source": {
4936 "type": "git",
4937 "url": "https://github.com/mnapoli/PiwikTwigExtension.git",
4938 "reference": "e1746d20730426d7098b4a9a3f5c6c99c6f04612"
4939 },
4940 "dist": {
4941 "type": "zip",
4942 "url": "https://api.github.com/repos/mnapoli/PiwikTwigExtension/zipball/e1746d20730426d7098b4a9a3f5c6c99c6f04612",
4943 "reference": "e1746d20730426d7098b4a9a3f5c6c99c6f04612",
4944 "shasum": ""
4945 },
4946 "require": {
4947 "php": ">=7.0",
4948 "twig/twig": "~2.10"
4949 },
4950 "require-dev": {
4951 "friendsofphp/php-cs-fixer": "~2.13",
4952 "php-coveralls/php-coveralls": "^2.0",
4953 "symfony/phpunit-bridge": "^4.2"
4954 },
4955 "type": "library",
4956 "autoload": {
4957 "psr-4": {
4958 "PiwikTwigExtension\\": "src/"
4959 }
4960 },
4961 "notification-url": "https://packagist.org/downloads/",
4962 "license": [
4963 "MIT"
4964 ],
4965 "time": "2019-06-21T10:58:04+00:00"
4966 },
4967 {
4968 "name": "monolog/monolog",
4969 "version": "1.25.3",
4970 "source": {
4971 "type": "git",
4972 "url": "https://github.com/Seldaek/monolog.git",
4973 "reference": "fa82921994db851a8becaf3787a9e73c5976b6f1"
4974 },
4975 "dist": {
4976 "type": "zip",
4977 "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fa82921994db851a8becaf3787a9e73c5976b6f1",
4978 "reference": "fa82921994db851a8becaf3787a9e73c5976b6f1",
4979 "shasum": ""
4980 },
4981 "require": {
4982 "php": ">=5.3.0",
4983 "psr/log": "~1.0"
4984 },
4985 "provide": {
4986 "psr/log-implementation": "1.0.0"
4987 },
4988 "require-dev": {
4989 "aws/aws-sdk-php": "^2.4.9 || ^3.0",
4990 "doctrine/couchdb": "~1.0@dev",
4991 "graylog2/gelf-php": "~1.0",
4992 "jakub-onderka/php-parallel-lint": "0.9",
4993 "php-amqplib/php-amqplib": "~2.4",
4994 "php-console/php-console": "^3.1.3",
4995 "phpunit/phpunit": "~4.5",
4996 "phpunit/phpunit-mock-objects": "2.3.0",
4997 "ruflin/elastica": ">=0.90 <3.0",
4998 "sentry/sentry": "^0.13",
4999 "swiftmailer/swiftmailer": "^5.3|^6.0"
5000 },
5001 "suggest": {
5002 "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
5003 "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
5004 "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
5005 "ext-mongo": "Allow sending log messages to a MongoDB server",
5006 "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
5007 "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
5008 "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
5009 "php-console/php-console": "Allow sending log messages to Google Chrome",
5010 "rollbar/rollbar": "Allow sending log messages to Rollbar",
5011 "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
5012 "sentry/sentry": "Allow sending log messages to a Sentry server"
5013 },
5014 "type": "library",
5015 "extra": {
5016 "branch-alias": {
5017 "dev-master": "2.0.x-dev"
5018 }
5019 },
5020 "autoload": {
5021 "psr-4": {
5022 "Monolog\\": "src/Monolog"
5023 }
5024 },
5025 "notification-url": "https://packagist.org/downloads/",
5026 "license": [
5027 "MIT"
5028 ],
5029 "authors": [
5030 {
5031 "name": "Jordi Boggiano",
5032 "email": "j.boggiano@seld.be",
5033 "homepage": "http://seld.be"
5034 }
5035 ],
5036 "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
5037 "homepage": "http://github.com/Seldaek/monolog",
5038 "keywords": [
5039 "log",
5040 "logging",
5041 "psr-3"
5042 ],
5043 "time": "2019-12-20T14:15:16+00:00"
5044 },
5045 {
5046 "name": "nelmio/api-doc-bundle",
5047 "version": "2.13.4",
5048 "target-dir": "Nelmio/ApiDocBundle",
5049 "source": {
5050 "type": "git",
5051 "url": "https://github.com/nelmio/NelmioApiDocBundle.git",
5052 "reference": "28802f2c44dbbf29aa7f5dc80a10f44d3558f580"
5053 },
5054 "dist": {
5055 "type": "zip",
5056 "url": "https://api.github.com/repos/nelmio/NelmioApiDocBundle/zipball/28802f2c44dbbf29aa7f5dc80a10f44d3558f580",
5057 "reference": "28802f2c44dbbf29aa7f5dc80a10f44d3558f580",
5058 "shasum": ""
5059 },
5060 "require": {
5061 "michelf/php-markdown": "~1.4",
5062 "php": ">=5.4",
5063 "symfony/console": "~2.3|~3.0|~4.0",
5064 "symfony/framework-bundle": "~2.3|~3.0|~4.0",
5065 "symfony/twig-bundle": "~2.3|~3.0|~4.0"
5066 },
5067 "conflict": {
5068 "jms/serializer": "<0.12",
5069 "jms/serializer-bundle": "<0.11",
5070 "symfony/symfony": "~2.7.8",
5071 "twig/twig": "<1.12"
5072 },
5073 "require-dev": {
5074 "doctrine/doctrine-bundle": "~1.5",
5075 "doctrine/orm": "~2.3",
5076 "dunglas/api-bundle": "~1.0",
5077 "friendsofsymfony/rest-bundle": "~1.0|~2.0",
5078 "jms/serializer-bundle": ">=0.11",
5079 "sensio/framework-extra-bundle": "~3.0",
5080 "symfony/browser-kit": "~2.3|~3.0|~4.0",
5081 "symfony/css-selector": "~2.3|~3.0|~4.0",
5082 "symfony/finder": "~2.3|~3.0|~4.0",
5083 "symfony/form": "~2.3|~3.0|~4.0",
5084 "symfony/phpunit-bridge": "~2.7|~3.0|~4.0",
5085 "symfony/serializer": "~2.7|~3.0|~4.0",
5086 "symfony/validator": "~2.3|~3.0|~4.0",
5087 "symfony/yaml": "~2.3|~3.0|~4.0"
5088 },
5089 "suggest": {
5090 "dunglas/api-bundle": "For making use of resources definitions of DunglasApiBundle.",
5091 "friendsofsymfony/rest-bundle": "For making use of REST information in the doc.",
5092 "jms/serializer": "For making use of serializer information in the doc.",
5093 "symfony/form": "For using form definitions as input.",
5094 "symfony/validator": "For making use of validator information in the doc."
5095 },
5096 "type": "symfony-bundle",
5097 "extra": {
5098 "branch-alias": {
5099 "dev-2.x": "2.13-dev"
5100 }
5101 },
5102 "autoload": {
5103 "psr-0": {
5104 "Nelmio\\ApiDocBundle": ""
5105 }
5106 },
5107 "notification-url": "https://packagist.org/downloads/",
5108 "license": [
5109 "MIT"
5110 ],
5111 "authors": [
5112 {
5113 "name": "Nelmio",
5114 "homepage": "http://nelm.io"
5115 },
5116 {
5117 "name": "Symfony Community",
5118 "homepage": "https://github.com/nelmio/NelmioApiDocBundle/contributors"
5119 }
5120 ],
5121 "description": "Generates documentation for your REST API from annotations",
5122 "keywords": [
5123 "api",
5124 "doc",
5125 "documentation",
5126 "rest"
5127 ],
5128 "time": "2019-06-01T13:34:59+00:00"
5129 },
5130 {
5131 "name": "nelmio/cors-bundle",
5132 "version": "1.5.6",
5133 "source": {
5134 "type": "git",
5135 "url": "https://github.com/nelmio/NelmioCorsBundle.git",
5136 "reference": "10a24c10f242440211ed31075e74f81661c690d9"
5137 },
5138 "dist": {
5139 "type": "zip",
5140 "url": "https://api.github.com/repos/nelmio/NelmioCorsBundle/zipball/10a24c10f242440211ed31075e74f81661c690d9",
5141 "reference": "10a24c10f242440211ed31075e74f81661c690d9",
5142 "shasum": ""
5143 },
5144 "require": {
5145 "symfony/framework-bundle": "^2.7 || ^3.0 || ^4.0"
5146 },
5147 "require-dev": {
5148 "matthiasnoback/symfony-dependency-injection-test": "^1.0 || ^2.0",
5149 "mockery/mockery": "^0.9 || ^1.0",
5150 "symfony/phpunit-bridge": "^2.7 || ^3.0 || ^4.0"
5151 },
5152 "type": "symfony-bundle",
5153 "extra": {
5154 "branch-alias": {
5155 "dev-master": "1.5.x-dev"
5156 }
5157 },
5158 "autoload": {
5159 "psr-4": {
5160 "Nelmio\\CorsBundle\\": ""
5161 },
5162 "exclude-from-classmap": [
5163 "/Tests/"
5164 ]
5165 },
5166 "notification-url": "https://packagist.org/downloads/",
5167 "license": [
5168 "MIT"
5169 ],
5170 "authors": [
5171 {
5172 "name": "Nelmio",
5173 "homepage": "http://nelm.io"
5174 },
5175 {
5176 "name": "Symfony Community",
5177 "homepage": "https://github.com/nelmio/NelmioCorsBundle/contributors"
5178 }
5179 ],
5180 "description": "Adds CORS (Cross-Origin Resource Sharing) headers support in your Symfony2 application",
5181 "keywords": [
5182 "api",
5183 "cors",
5184 "crossdomain"
5185 ],
5186 "time": "2019-06-17T08:53:14+00:00"
5187 },
5188 {
5189 "name": "ocramius/package-versions",
5190 "version": "1.4.2",
5191 "source": {
5192 "type": "git",
5193 "url": "https://github.com/Ocramius/PackageVersions.git",
5194 "reference": "44af6f3a2e2e04f2af46bcb302ad9600cba41c7d"
5195 },
5196 "dist": {
5197 "type": "zip",
5198 "url": "https://api.github.com/repos/Ocramius/PackageVersions/zipball/44af6f3a2e2e04f2af46bcb302ad9600cba41c7d",
5199 "reference": "44af6f3a2e2e04f2af46bcb302ad9600cba41c7d",
5200 "shasum": ""
5201 },
5202 "require": {
5203 "composer-plugin-api": "^1.0.0",
5204 "php": "^7.1.0"
5205 },
5206 "require-dev": {
5207 "composer/composer": "^1.6.3",
5208 "doctrine/coding-standard": "^5.0.1",
5209 "ext-zip": "*",
5210 "infection/infection": "^0.7.1",
5211 "phpunit/phpunit": "^7.5.17"
5212 },
5213 "type": "composer-plugin",
5214 "extra": {
5215 "class": "PackageVersions\\Installer",
5216 "branch-alias": {
5217 "dev-master": "2.0.x-dev"
5218 }
5219 },
5220 "autoload": {
5221 "psr-4": {
5222 "PackageVersions\\": "src/PackageVersions"
5223 }
5224 },
5225 "notification-url": "https://packagist.org/downloads/",
5226 "license": [
5227 "MIT"
5228 ],
5229 "authors": [
5230 {
5231 "name": "Marco Pivetta",
5232 "email": "ocramius@gmail.com"
5233 }
5234 ],
5235 "description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)",
5236 "time": "2019-11-15T16:17:10+00:00"
5237 },
5238 {
5239 "name": "ocramius/proxy-manager",
5240 "version": "2.1.1",
5241 "source": {
5242 "type": "git",
5243 "url": "https://github.com/Ocramius/ProxyManager.git",
5244 "reference": "e18ac876b2e4819c76349de8f78ccc8ef1554cd7"
5245 },
5246 "dist": {
5247 "type": "zip",
5248 "url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/e18ac876b2e4819c76349de8f78ccc8ef1554cd7",
5249 "reference": "e18ac876b2e4819c76349de8f78ccc8ef1554cd7",
5250 "shasum": ""
5251 },
5252 "require": {
5253 "ocramius/package-versions": "^1.1.1",
5254 "php": "^7.1.0",
5255 "zendframework/zend-code": "^3.1.0"
5256 },
5257 "require-dev": {
5258 "couscous/couscous": "^1.5.2",
5259 "ext-phar": "*",
5260 "humbug/humbug": "dev-master@DEV",
5261 "nikic/php-parser": "^3.0.4",
5262 "phpbench/phpbench": "^0.12.2",
5263 "phpstan/phpstan": "^0.6.4",
5264 "phpunit/phpunit": "^5.6.4",
5265 "phpunit/phpunit-mock-objects": "^3.4.1",
5266 "squizlabs/php_codesniffer": "^2.7.0"
5267 },
5268 "suggest": {
5269 "ocramius/generated-hydrator": "To have very fast object to array to object conversion for ghost objects",
5270 "zendframework/zend-json": "To have the JsonRpc adapter (Remote Object feature)",
5271 "zendframework/zend-soap": "To have the Soap adapter (Remote Object feature)",
5272 "zendframework/zend-xmlrpc": "To have the XmlRpc adapter (Remote Object feature)"
5273 },
5274 "type": "library",
5275 "extra": {
5276 "branch-alias": {
5277 "dev-master": "3.0.x-dev"
5278 }
5279 },
5280 "autoload": {
5281 "psr-0": {
5282 "ProxyManager\\": "src"
5283 }
5284 },
5285 "notification-url": "https://packagist.org/downloads/",
5286 "license": [
5287 "MIT"
5288 ],
5289 "authors": [
5290 {
5291 "name": "Marco Pivetta",
5292 "email": "ocramius@gmail.com",
5293 "homepage": "http://ocramius.github.io/"
5294 }
5295 ],
5296 "description": "A library providing utilities to generate, instantiate and generally operate with Object Proxies",
5297 "homepage": "https://github.com/Ocramius/ProxyManager",
5298 "keywords": [
5299 "aop",
5300 "lazy loading",
5301 "proxy",
5302 "proxy pattern",
5303 "service proxies"
5304 ],
5305 "time": "2017-05-04T11:12:50+00:00"
5306 },
5307 {
5308 "name": "pagerfanta/pagerfanta",
5309 "version": "v2.1.3",
5310 "source": {
5311 "type": "git",
5312 "url": "https://github.com/whiteoctober/Pagerfanta.git",
5313 "reference": "a53ff01d521648d9dbca19b93ac6bc75a59b0972"
5314 },
5315 "dist": {
5316 "type": "zip",
5317 "url": "https://api.github.com/repos/whiteoctober/Pagerfanta/zipball/a53ff01d521648d9dbca19b93ac6bc75a59b0972",
5318 "reference": "a53ff01d521648d9dbca19b93ac6bc75a59b0972",
5319 "shasum": ""
5320 },
5321 "require": {
5322 "php": "^7.0"
5323 },
5324 "require-dev": {
5325 "doctrine/orm": "~2.3",
5326 "doctrine/phpcr-odm": "1.*",
5327 "jackalope/jackalope-doctrine-dbal": "1.*",
5328 "jmikola/geojson": "~1.0",
5329 "mandango/mandango": "~1.0@dev",
5330 "mandango/mondator": "~1.0@dev",
5331 "phpunit/phpunit": "^6.5",
5332 "propel/propel": "~2.0@dev",
5333 "propel/propel1": "~1.6",
5334 "ruflin/elastica": "~1.3",
5335 "solarium/solarium": "~3.1"
5336 },
5337 "suggest": {
5338 "doctrine/mongodb-odm": "To use the DoctrineODMMongoDBAdapter.",
5339 "doctrine/orm": "To use the DoctrineORMAdapter.",
5340 "doctrine/phpcr-odm": "To use the DoctrineODMPhpcrAdapter. >= 1.1.0",
5341 "mandango/mandango": "To use the MandangoAdapter.",
5342 "propel/propel": "To use the Propel2Adapter",
5343 "propel/propel1": "To use the PropelAdapter",
5344 "solarium/solarium": "To use the SolariumAdapter."
5345 },
5346 "type": "library",
5347 "extra": {
5348 "branch-alias": {
5349 "dev-master": "1.0.x-dev"
5350 }
5351 },
5352 "autoload": {
5353 "psr-4": {
5354 "Pagerfanta\\": "src/Pagerfanta/"
5355 }
5356 },
5357 "notification-url": "https://packagist.org/downloads/",
5358 "license": [
5359 "MIT"
5360 ],
5361 "authors": [
5362 {
5363 "name": "Pablo Díez",
5364 "email": "pablodip@gmail.com"
5365 }
5366 ],
5367 "description": "Pagination for PHP",
5368 "keywords": [
5369 "page",
5370 "pagination",
5371 "paginator",
5372 "paging"
5373 ],
5374 "time": "2019-07-17T20:56:16+00:00"
5375 },
5376 {
5377 "name": "paragonie/constant_time_encoding",
5378 "version": "v2.3.0",
5379 "source": {
5380 "type": "git",
5381 "url": "https://github.com/paragonie/constant_time_encoding.git",
5382 "reference": "47a1cedd2e4d52688eb8c96469c05ebc8fd28fa2"
5383 },
5384 "dist": {
5385 "type": "zip",
5386 "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/47a1cedd2e4d52688eb8c96469c05ebc8fd28fa2",
5387 "reference": "47a1cedd2e4d52688eb8c96469c05ebc8fd28fa2",
5388 "shasum": ""
5389 },
5390 "require": {
5391 "php": "^7|^8"
5392 },
5393 "require-dev": {
5394 "phpunit/phpunit": "^6|^7",
5395 "vimeo/psalm": "^1|^2|^3"
5396 },
5397 "type": "library",
5398 "autoload": {
5399 "psr-4": {
5400 "ParagonIE\\ConstantTime\\": "src/"
5401 }
5402 },
5403 "notification-url": "https://packagist.org/downloads/",
5404 "license": [
5405 "MIT"
5406 ],
5407 "authors": [
5408 {
5409 "name": "Paragon Initiative Enterprises",
5410 "email": "security@paragonie.com",
5411 "homepage": "https://paragonie.com",
5412 "role": "Maintainer"
5413 },
5414 {
5415 "name": "Steve 'Sc00bz' Thomas",
5416 "email": "steve@tobtu.com",
5417 "homepage": "https://www.tobtu.com",
5418 "role": "Original Developer"
5419 }
5420 ],
5421 "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
5422 "keywords": [
5423 "base16",
5424 "base32",
5425 "base32_decode",
5426 "base32_encode",
5427 "base64",
5428 "base64_decode",
5429 "base64_encode",
5430 "bin2hex",
5431 "encoding",
5432 "hex",
5433 "hex2bin",
5434 "rfc4648"
5435 ],
5436 "time": "2019-11-06T19:20:29+00:00"
5437 },
5438 {
5439 "name": "paragonie/random_compat",
5440 "version": "v2.0.18",
5441 "source": {
5442 "type": "git",
5443 "url": "https://github.com/paragonie/random_compat.git",
5444 "reference": "0a58ef6e3146256cc3dc7cc393927bcc7d1b72db"
5445 },
5446 "dist": {
5447 "type": "zip",
5448 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/0a58ef6e3146256cc3dc7cc393927bcc7d1b72db",
5449 "reference": "0a58ef6e3146256cc3dc7cc393927bcc7d1b72db",
5450 "shasum": ""
5451 },
5452 "require": {
5453 "php": ">=5.2.0"
5454 },
5455 "require-dev": {
5456 "phpunit/phpunit": "4.*|5.*"
5457 },
5458 "suggest": {
5459 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
5460 },
5461 "type": "library",
5462 "autoload": {
5463 "files": [
5464 "lib/random.php"
5465 ]
5466 },
5467 "notification-url": "https://packagist.org/downloads/",
5468 "license": [
5469 "MIT"
5470 ],
5471 "authors": [
5472 {
5473 "name": "Paragon Initiative Enterprises",
5474 "email": "security@paragonie.com",
5475 "homepage": "https://paragonie.com"
5476 }
5477 ],
5478 "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
5479 "keywords": [
5480 "csprng",
5481 "polyfill",
5482 "pseudorandom",
5483 "random"
5484 ],
5485 "time": "2019-01-03T20:59:08+00:00"
5486 },
5487 {
5488 "name": "php-amqplib/php-amqplib",
5489 "version": "v2.11.0",
5490 "source": {
5491 "type": "git",
5492 "url": "https://github.com/php-amqplib/php-amqplib.git",
5493 "reference": "9ee212baced63442ca1ab029acde38e1144a00b8"
5494 },
5495 "dist": {
5496 "type": "zip",
5497 "url": "https://api.github.com/repos/php-amqplib/php-amqplib/zipball/9ee212baced63442ca1ab029acde38e1144a00b8",
5498 "reference": "9ee212baced63442ca1ab029acde38e1144a00b8",
5499 "shasum": ""
5500 },
5501 "require": {
5502 "ext-mbstring": "*",
5503 "ext-sockets": "*",
5504 "php": ">=5.6.3",
5505 "phpseclib/phpseclib": "^2.0.0"
5506 },
5507 "replace": {
5508 "videlalvaro/php-amqplib": "self.version"
5509 },
5510 "require-dev": {
5511 "ext-curl": "*",
5512 "nategood/httpful": "^0.2.20",
5513 "phpunit/phpunit": "^5.7|^6.5|^7.0",
5514 "squizlabs/php_codesniffer": "^2.5"
5515 },
5516 "type": "library",
5517 "extra": {
5518 "branch-alias": {
5519 "dev-master": "2.11-dev"
5520 }
5521 },
5522 "autoload": {
5523 "psr-4": {
5524 "PhpAmqpLib\\": "PhpAmqpLib/"
5525 }
5526 },
5527 "notification-url": "https://packagist.org/downloads/",
5528 "license": [
5529 "LGPL-2.1-or-later"
5530 ],
5531 "authors": [
5532 {
5533 "name": "Alvaro Videla",
5534 "role": "Original Maintainer"
5535 },
5536 {
5537 "name": "John Kelly",
5538 "email": "johnmkelly86@gmail.com",
5539 "role": "Maintainer"
5540 },
5541 {
5542 "name": "Raúl Araya",
5543 "email": "nubeiro@gmail.com",
5544 "role": "Maintainer"
5545 },
5546 {
5547 "name": "Luke Bakken",
5548 "email": "luke@bakken.io",
5549 "role": "Maintainer"
5550 }
5551 ],
5552 "description": "Formerly videlalvaro/php-amqplib. This library is a pure PHP implementation of the AMQP protocol. It's been tested against RabbitMQ.",
5553 "homepage": "https://github.com/php-amqplib/php-amqplib/",
5554 "keywords": [
5555 "message",
5556 "queue",
5557 "rabbitmq"
5558 ],
5559 "time": "2019-11-19T15:15:19+00:00"
5560 },
5561 {
5562 "name": "php-amqplib/rabbitmq-bundle",
5563 "version": "v1.14.4",
5564 "source": {
5565 "type": "git",
5566 "url": "https://github.com/php-amqplib/RabbitMqBundle.git",
5567 "reference": "cf67adaa4e306d8e9cb6855a72d79263b425ded8"
5568 },
5569 "dist": {
5570 "type": "zip",
5571 "url": "https://api.github.com/repos/php-amqplib/RabbitMqBundle/zipball/cf67adaa4e306d8e9cb6855a72d79263b425ded8",
5572 "reference": "cf67adaa4e306d8e9cb6855a72d79263b425ded8",
5573 "shasum": ""
5574 },
5575 "require": {
5576 "php": "^5.3.9|^7.0",
5577 "php-amqplib/php-amqplib": "^2.6",
5578 "psr/log": "^1.0",
5579 "symfony/config": "^2.7|^3.0|^4.0",
5580 "symfony/console": "^2.7|^3.0|^4.0",
5581 "symfony/dependency-injection": "^2.7|^3.0|^4.0",
5582 "symfony/event-dispatcher": "^2.7|^3.0|^4.0",
5583 "symfony/yaml": "^2.7|^3.0|^4.0"
5584 },
5585 "replace": {
5586 "oldsound/rabbitmq-bundle": "self.version"
5587 },
5588 "require-dev": {
5589 "phpunit/phpunit": "^4.8.35|^5.4.3",
5590 "symfony/debug": "^2.7|^3.0|^4.0",
5591 "symfony/serializer": "^2.7|^3.0|^4.0"
5592 },
5593 "suggest": {
5594 "symfony/framework-bundle": "To use this lib as a full Symfony Bundle and to use the profiler data collector"
5595 },
5596 "type": "symfony-bundle",
5597 "extra": {
5598 "branch-alias": {
5599 "dev-master": "1.10.x-dev"
5600 }
5601 },
5602 "autoload": {
5603 "psr-4": {
5604 "OldSound\\RabbitMqBundle\\": ""
5605 },
5606 "exclude-from-classmap": [
5607 "/Tests/"
5608 ]
5609 },
5610 "notification-url": "https://packagist.org/downloads/",
5611 "license": [
5612 "MIT"
5613 ],
5614 "authors": [
5615 {
5616 "name": "Alvaro Videla"
5617 }
5618 ],
5619 "description": "Integrates php-amqplib with Symfony & RabbitMq. Formerly oldsound/rabbitmq-bundle.",
5620 "keywords": [
5621 "AMQP",
5622 "Symfony2",
5623 "message",
5624 "queue",
5625 "rabbitmq",
5626 "symfony",
5627 "symfony3",
5628 "symfony4"
5629 ],
5630 "time": "2018-05-02T13:12:32+00:00"
5631 },
5632 {
5633 "name": "php-http/client-common",
5634 "version": "2.1.0",
5635 "source": {
5636 "type": "git",
5637 "url": "https://github.com/php-http/client-common.git",
5638 "reference": "a8b29678d61556f45d6236b1667db16d998ceec5"
5639 },
5640 "dist": {
5641 "type": "zip",
5642 "url": "https://api.github.com/repos/php-http/client-common/zipball/a8b29678d61556f45d6236b1667db16d998ceec5",
5643 "reference": "a8b29678d61556f45d6236b1667db16d998ceec5",
5644 "shasum": ""
5645 },
5646 "require": {
5647 "php": "^7.1",
5648 "php-http/httplug": "^2.0",
5649 "php-http/message": "^1.6",
5650 "php-http/message-factory": "^1.0",
5651 "symfony/options-resolver": " ^3.4.20 || ~4.0.15 || ~4.1.9 || ^4.2.1 || ^5.0"
5652 },
5653 "require-dev": {
5654 "doctrine/instantiator": "^1.1",
5655 "guzzlehttp/psr7": "^1.4",
5656 "phpspec/phpspec": "^5.1",
5657 "phpspec/prophecy": "^1.8",
5658 "sebastian/comparator": "^3.0"
5659 },
5660 "suggest": {
5661 "ext-json": "To detect JSON responses with the ContentTypePlugin",
5662 "ext-libxml": "To detect XML responses with the ContentTypePlugin",
5663 "php-http/cache-plugin": "PSR-6 Cache plugin",
5664 "php-http/logger-plugin": "PSR-3 Logger plugin",
5665 "php-http/stopwatch-plugin": "Symfony Stopwatch plugin"
5666 },
5667 "type": "library",
5668 "extra": {
5669 "branch-alias": {
5670 "dev-master": "2.0.x-dev"
5671 }
5672 },
5673 "autoload": {
5674 "psr-4": {
5675 "Http\\Client\\Common\\": "src/"
5676 }
5677 },
5678 "notification-url": "https://packagist.org/downloads/",
5679 "license": [
5680 "MIT"
5681 ],
5682 "authors": [
5683 {
5684 "name": "Márk Sági-Kazár",
5685 "email": "mark.sagikazar@gmail.com"
5686 }
5687 ],
5688 "description": "Common HTTP Client implementations and tools for HTTPlug",
5689 "homepage": "http://httplug.io",
5690 "keywords": [
5691 "client",
5692 "common",
5693 "http",
5694 "httplug"
5695 ],
5696 "time": "2019-11-18T08:58:18+00:00"
5697 },
5698 {
5699 "name": "php-http/curl-client",
5700 "version": "2.1.0",
5701 "source": {
5702 "type": "git",
5703 "url": "https://github.com/php-http/curl-client.git",
5704 "reference": "9e79355af46d72e10da50be20b66f74b26143441"
5705 },
5706 "dist": {
5707 "type": "zip",
5708 "url": "https://api.github.com/repos/php-http/curl-client/zipball/9e79355af46d72e10da50be20b66f74b26143441",
5709 "reference": "9e79355af46d72e10da50be20b66f74b26143441",
5710 "shasum": ""
5711 },
5712 "require": {
5713 "ext-curl": "*",
5714 "php": "^7.1",
5715 "php-http/discovery": "^1.6",
5716 "php-http/httplug": "^2.0",
5717 "php-http/message": "^1.2",
5718 "psr/http-client": "^1.0",
5719 "psr/http-factory": "^1.0",
5720 "symfony/options-resolver": "^3.4 || ^4.0 || ^5.0"
5721 },
5722 "provide": {
5723 "php-http/async-client-implementation": "1.0",
5724 "php-http/client-implementation": "1.0",
5725 "psr/http-client-implementation": "1.0"
5726 },
5727 "require-dev": {
5728 "guzzlehttp/psr7": "^1.0",
5729 "php-http/client-integration-tests": "^2.0",
5730 "phpunit/phpunit": "^7.5",
5731 "zendframework/zend-diactoros": "^2.0"
5732 },
5733 "type": "library",
5734 "extra": {
5735 "branch-alias": {
5736 "dev-master": "2.x-dev"
5737 }
5738 },
5739 "autoload": {
5740 "psr-4": {
5741 "Http\\Client\\Curl\\": "src/"
5742 }
5743 },
5744 "notification-url": "https://packagist.org/downloads/",
5745 "license": [
5746 "MIT"
5747 ],
5748 "authors": [
5749 {
5750 "name": "Михаил Красильников",
5751 "email": "m.krasilnikov@yandex.ru"
5752 }
5753 ],
5754 "description": "PSR-18 and HTTPlug Async client with cURL",
5755 "homepage": "http://php-http.org",
5756 "keywords": [
5757 "curl",
5758 "http",
5759 "psr-18"
5760 ],
5761 "time": "2019-12-27T11:02:07+00:00"
5762 },
5763 {
5764 "name": "php-http/discovery",
5765 "version": "1.7.2",
5766 "source": {
5767 "type": "git",
5768 "url": "https://github.com/php-http/discovery.git",
5769 "reference": "16a3327861ae291006a2df8fc22e991806f720d7"
5770 },
5771 "dist": {
5772 "type": "zip",
5773 "url": "https://api.github.com/repos/php-http/discovery/zipball/16a3327861ae291006a2df8fc22e991806f720d7",
5774 "reference": "16a3327861ae291006a2df8fc22e991806f720d7",
5775 "shasum": ""
5776 },
5777 "require": {
5778 "php": "^7.1"
5779 },
5780 "conflict": {
5781 "nyholm/psr7": "<1.0"
5782 },
5783 "require-dev": {
5784 "akeneo/phpspec-skip-example-extension": "^4.0",
5785 "php-http/httplug": "^1.0 || ^2.0",
5786 "php-http/message-factory": "^1.0",
5787 "phpspec/phpspec": "^5.1",
5788 "puli/composer-plugin": "1.0.0-beta10"
5789 },
5790 "suggest": {
5791 "php-http/message": "Allow to use Guzzle, Diactoros or Slim Framework factories",
5792 "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."
5793 },
5794 "type": "library",
5795 "extra": {
5796 "branch-alias": {
5797 "dev-master": "1.7-dev"
5798 }
5799 },
5800 "autoload": {
5801 "psr-4": {
5802 "Http\\Discovery\\": "src/"
5803 }
5804 },
5805 "notification-url": "https://packagist.org/downloads/",
5806 "license": [
5807 "MIT"
5808 ],
5809 "authors": [
5810 {
5811 "name": "Márk Sági-Kazár",
5812 "email": "mark.sagikazar@gmail.com"
5813 }
5814 ],
5815 "description": "Finds installed HTTPlug implementations and PSR-7 message factories",
5816 "homepage": "http://php-http.org",
5817 "keywords": [
5818 "adapter",
5819 "client",
5820 "discovery",
5821 "factory",
5822 "http",
5823 "message",
5824 "psr7"
5825 ],
5826 "time": "2019-12-27T09:22:53+00:00"
5827 },
5828 {
5829 "name": "php-http/guzzle5-adapter",
5830 "version": "2.0.0",
5831 "source": {
5832 "type": "git",
5833 "url": "https://github.com/php-http/guzzle5-adapter.git",
5834 "reference": "cce48360b1f8a3467bd94e853e6107aa4532008e"
5835 },
5836 "dist": {
5837 "type": "zip",
5838 "url": "https://api.github.com/repos/php-http/guzzle5-adapter/zipball/cce48360b1f8a3467bd94e853e6107aa4532008e",
5839 "reference": "cce48360b1f8a3467bd94e853e6107aa4532008e",
5840 "shasum": ""
5841 },
5842 "require": {
5843 "guzzlehttp/guzzle": "^5.1",
5844 "php": "^7.0",
5845 "php-http/discovery": "^1.0",
5846 "php-http/httplug": "^2.0"
5847 },
5848 "provide": {
5849 "php-http/client-implementation": "1.0",
5850 "psr/http-client-implementation": "1.0"
5851 },
5852 "require-dev": {
5853 "ext-curl": "*",
5854 "guzzlehttp/ringphp": "^1.1",
5855 "php-http/client-integration-tests": "^2.0",
5856 "phpunit/phpunit": "^6.0 || ^7.0"
5857 },
5858 "type": "library",
5859 "extra": {
5860 "branch-alias": {
5861 "dev-master": "2.0-dev"
5862 }
5863 },
5864 "autoload": {
5865 "psr-4": {
5866 "Http\\Adapter\\Guzzle5\\": "src/"
5867 }
5868 },
5869 "notification-url": "https://packagist.org/downloads/",
5870 "license": [
5871 "MIT"
5872 ],
5873 "authors": [
5874 {
5875 "name": "Eric GELOEN",
5876 "email": "geloen.eric@gmail.com"
5877 },
5878 {
5879 "name": "Márk Sági-Kazár",
5880 "email": "mark.sagikazar@gmail.com"
5881 }
5882 ],
5883 "description": "Guzzle 5 HTTP Adapter",
5884 "homepage": "http://httplug.io",
5885 "keywords": [
5886 "Guzzle",
5887 "http"
5888 ],
5889 "time": "2019-02-05T12:28:45+00:00"
5890 },
5891 {
5892 "name": "php-http/httplug",
5893 "version": "2.1.0",
5894 "source": {
5895 "type": "git",
5896 "url": "https://github.com/php-http/httplug.git",
5897 "reference": "72d2b129a48f0490d55b7f89be0d6aa0597ffb06"
5898 },
5899 "dist": {
5900 "type": "zip",
5901 "url": "https://api.github.com/repos/php-http/httplug/zipball/72d2b129a48f0490d55b7f89be0d6aa0597ffb06",
5902 "reference": "72d2b129a48f0490d55b7f89be0d6aa0597ffb06",
5903 "shasum": ""
5904 },
5905 "require": {
5906 "php": "^7.0",
5907 "php-http/promise": "^1.0",
5908 "psr/http-client": "^1.0",
5909 "psr/http-message": "^1.0"
5910 },
5911 "require-dev": {
5912 "friends-of-phpspec/phpspec-code-coverage": "^4.1",
5913 "phpspec/phpspec": "^4.3.4|^5.0|^6.0"
5914 },
5915 "type": "library",
5916 "extra": {
5917 "branch-alias": {
5918 "dev-master": "2.x-dev"
5919 }
5920 },
5921 "autoload": {
5922 "psr-4": {
5923 "Http\\Client\\": "src/"
5924 }
5925 },
5926 "notification-url": "https://packagist.org/downloads/",
5927 "license": [
5928 "MIT"
5929 ],
5930 "authors": [
5931 {
5932 "name": "Eric GELOEN",
5933 "email": "geloen.eric@gmail.com"
5934 },
5935 {
5936 "name": "Márk Sági-Kazár",
5937 "email": "mark.sagikazar@gmail.com"
5938 }
5939 ],
5940 "description": "HTTPlug, the HTTP client abstraction for PHP",
5941 "homepage": "http://httplug.io",
5942 "keywords": [
5943 "client",
5944 "http"
5945 ],
5946 "time": "2019-12-27T10:07:11+00:00"
5947 },
5948 {
5949 "name": "php-http/httplug-bundle",
5950 "version": "1.16.0",
5951 "source": {
5952 "type": "git",
5953 "url": "https://github.com/php-http/HttplugBundle.git",
5954 "reference": "5044b655fcd3a43243383cd692a6bb6cd18af24f"
5955 },
5956 "dist": {
5957 "type": "zip",
5958 "url": "https://api.github.com/repos/php-http/HttplugBundle/zipball/5044b655fcd3a43243383cd692a6bb6cd18af24f",
5959 "reference": "5044b655fcd3a43243383cd692a6bb6cd18af24f",
5960 "shasum": ""
5961 },
5962 "require": {
5963 "php": "^7.1",
5964 "php-http/client-common": "^1.9 || ^2.0",
5965 "php-http/client-implementation": "^1.0",
5966 "php-http/discovery": "^1.0",
5967 "php-http/httplug": "^1.0 || ^2.0",
5968 "php-http/logger-plugin": "^1.1",
5969 "php-http/message": "^1.4",
5970 "php-http/message-factory": "^1.0.2",
5971 "php-http/stopwatch-plugin": "^1.2",
5972 "psr/http-message": "^1.0",
5973 "symfony/config": "^3.4.20 || ^4.2.1",
5974 "symfony/dependency-injection": "^3.4.20 || ^4.2.1",
5975 "symfony/event-dispatcher": "^3.4.20 || ^4.2.1",
5976 "symfony/http-kernel": "^3.4.20 || ^4.2.1",
5977 "symfony/options-resolver": "^3.4.20 || ^4.2.1"
5978 },
5979 "conflict": {
5980 "php-http/curl-client": "<2.0",
5981 "php-http/guzzle6-adapter": "<1.1"
5982 },
5983 "require-dev": {
5984 "guzzlehttp/psr7": "^1.0",
5985 "matthiasnoback/symfony-dependency-injection-test": "^3.0",
5986 "nyholm/nsa": "^1.1",
5987 "php-http/cache-plugin": "^1.6",
5988 "php-http/guzzle6-adapter": "^1.1.1 || ^2.0.1",
5989 "php-http/mock-client": "^1.2",
5990 "php-http/promise": "^1.0",
5991 "polishsymfonycommunity/symfony-mocker-container": "^1.0",
5992 "symfony/browser-kit": "^3.4.20 || ^4.2.1",
5993 "symfony/cache": "^3.4.20 || ^4.2.1",
5994 "symfony/dom-crawler": "^3.4.20 || ^4.2.1",
5995 "symfony/framework-bundle": "^3.4.0 || ^4.2",
5996 "symfony/http-foundation": "^3.4.20 || ^4.2.1",
5997 "symfony/phpunit-bridge": "^3.4 || ^4.2",
5998 "symfony/stopwatch": "^3.4.20 || ^4.2.1",
5999 "symfony/twig-bundle": "^3.4.20 || ^4.2.1",
6000 "symfony/web-profiler-bundle": "^3.4.20 || ^4.2.1",
6001 "twig/twig": "^1.36 || ^2.6"
6002 },
6003 "suggest": {
6004 "php-http/cache-plugin": "To configure clients that cache responses",
6005 "php-http/mock-client": "Add this to your require-dev section to mock HTTP responses easily",
6006 "twig/twig": "Add this to your require-dev section when using the WebProfilerBundle"
6007 },
6008 "type": "symfony-bundle",
6009 "extra": {
6010 "branch-alias": {
6011 "dev-master": "1.x-dev"
6012 }
6013 },
6014 "autoload": {
6015 "psr-4": {
6016 "Http\\HttplugBundle\\": "src/"
6017 },
6018 "exclude-from-classmap": [
6019 "/Tests/Resources/MyPsr18TestClient.php"
6020 ]
6021 },
6022 "notification-url": "https://packagist.org/downloads/",
6023 "license": [
6024 "MIT"
6025 ],
6026 "authors": [
6027 {
6028 "name": "David Buchmann",
6029 "email": "mail@davidbu.ch"
6030 },
6031 {
6032 "name": "Tobias Nyholm",
6033 "email": "tobias.nyholm@gmail.com"
6034 }
6035 ],
6036 "description": "Symfony integration for HTTPlug",
6037 "homepage": "http://httplug.io",
6038 "keywords": [
6039 "adapter",
6040 "bundle",
6041 "discovery",
6042 "factory",
6043 "http",
6044 "httplug",
6045 "message",
6046 "php-http"
6047 ],
6048 "time": "2019-06-05T12:03:16+00:00"
6049 },
6050 {
6051 "name": "php-http/logger-plugin",
6052 "version": "1.1.0",
6053 "source": {
6054 "type": "git",
6055 "url": "https://github.com/php-http/logger-plugin.git",
6056 "reference": "c1c6e90717ce350319b7b8bc489f1db35bb523fd"
6057 },
6058 "dist": {
6059 "type": "zip",
6060 "url": "https://api.github.com/repos/php-http/logger-plugin/zipball/c1c6e90717ce350319b7b8bc489f1db35bb523fd",
6061 "reference": "c1c6e90717ce350319b7b8bc489f1db35bb523fd",
6062 "shasum": ""
6063 },
6064 "require": {
6065 "php": "^5.4 || ^7.0",
6066 "php-http/client-common": "^1.9 || ^2.0",
6067 "php-http/message": "^1.0",
6068 "psr/log": "^1.0"
6069 },
6070 "require-dev": {
6071 "henrikbjorn/phpspec-code-coverage": "^1.0",
6072 "phpspec/phpspec": "^2.5"
6073 },
6074 "type": "library",
6075 "extra": {
6076 "branch-alias": {
6077 "dev-master": "1.1-dev"
6078 }
6079 },
6080 "autoload": {
6081 "psr-4": {
6082 "Http\\Client\\Common\\Plugin\\": "src/"
6083 }
6084 },
6085 "notification-url": "https://packagist.org/downloads/",
6086 "license": [
6087 "MIT"
6088 ],
6089 "authors": [
6090 {
6091 "name": "Márk Sági-Kazár",
6092 "email": "mark.sagikazar@gmail.com"
6093 }
6094 ],
6095 "description": "PSR-3 Logger plugin for HTTPlug",
6096 "homepage": "http://httplug.io",
6097 "keywords": [
6098 "http",
6099 "httplug",
6100 "logger",
6101 "plugin"
6102 ],
6103 "time": "2019-01-30T11:48:21+00:00"
6104 },
6105 {
6106 "name": "php-http/message",
6107 "version": "1.8.0",
6108 "source": {
6109 "type": "git",
6110 "url": "https://github.com/php-http/message.git",
6111 "reference": "ce8f43ac1e294b54aabf5808515c3554a19c1e1c"
6112 },
6113 "dist": {
6114 "type": "zip",
6115 "url": "https://api.github.com/repos/php-http/message/zipball/ce8f43ac1e294b54aabf5808515c3554a19c1e1c",
6116 "reference": "ce8f43ac1e294b54aabf5808515c3554a19c1e1c",
6117 "shasum": ""
6118 },
6119 "require": {
6120 "clue/stream-filter": "^1.4",
6121 "php": "^7.1",
6122 "php-http/message-factory": "^1.0.2",
6123 "psr/http-message": "^1.0"
6124 },
6125 "provide": {
6126 "php-http/message-factory-implementation": "1.0"
6127 },
6128 "require-dev": {
6129 "akeneo/phpspec-skip-example-extension": "^1.0",
6130 "coduo/phpspec-data-provider-extension": "^1.0",
6131 "ext-zlib": "*",
6132 "guzzlehttp/psr7": "^1.0",
6133 "henrikbjorn/phpspec-code-coverage": "^1.0",
6134 "phpspec/phpspec": "^2.4",
6135 "slim/slim": "^3.0",
6136 "zendframework/zend-diactoros": "^1.0"
6137 },
6138 "suggest": {
6139 "ext-zlib": "Used with compressor/decompressor streams",
6140 "guzzlehttp/psr7": "Used with Guzzle PSR-7 Factories",
6141 "slim/slim": "Used with Slim Framework PSR-7 implementation",
6142 "zendframework/zend-diactoros": "Used with Diactoros Factories"
6143 },
6144 "type": "library",
6145 "extra": {
6146 "branch-alias": {
6147 "dev-master": "1.8-dev"
6148 }
6149 },
6150 "autoload": {
6151 "psr-4": {
6152 "Http\\Message\\": "src/"
6153 },
6154 "files": [
6155 "src/filters.php"
6156 ]
6157 },
6158 "notification-url": "https://packagist.org/downloads/",
6159 "license": [
6160 "MIT"
6161 ],
6162 "authors": [
6163 {
6164 "name": "Márk Sági-Kazár",
6165 "email": "mark.sagikazar@gmail.com"
6166 }
6167 ],
6168 "description": "HTTP Message related tools",
6169 "homepage": "http://php-http.org",
6170 "keywords": [
6171 "http",
6172 "message",
6173 "psr-7"
6174 ],
6175 "time": "2019-08-05T06:55:08+00:00"
6176 },
6177 {
6178 "name": "php-http/message-factory",
6179 "version": "v1.0.2",
6180 "source": {
6181 "type": "git",
6182 "url": "https://github.com/php-http/message-factory.git",
6183 "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1"
6184 },
6185 "dist": {
6186 "type": "zip",
6187 "url": "https://api.github.com/repos/php-http/message-factory/zipball/a478cb11f66a6ac48d8954216cfed9aa06a501a1",
6188 "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1",
6189 "shasum": ""
6190 },
6191 "require": {
6192 "php": ">=5.4",
6193 "psr/http-message": "^1.0"
6194 },
6195 "type": "library",
6196 "extra": {
6197 "branch-alias": {
6198 "dev-master": "1.0-dev"
6199 }
6200 },
6201 "autoload": {
6202 "psr-4": {
6203 "Http\\Message\\": "src/"
6204 }
6205 },
6206 "notification-url": "https://packagist.org/downloads/",
6207 "license": [
6208 "MIT"
6209 ],
6210 "authors": [
6211 {
6212 "name": "Márk Sági-Kazár",
6213 "email": "mark.sagikazar@gmail.com"
6214 }
6215 ],
6216 "description": "Factory interfaces for PSR-7 HTTP Message",
6217 "homepage": "http://php-http.org",
6218 "keywords": [
6219 "factory",
6220 "http",
6221 "message",
6222 "stream",
6223 "uri"
6224 ],
6225 "time": "2015-12-19T14:08:53+00:00"
6226 },
6227 {
6228 "name": "php-http/promise",
6229 "version": "v1.0.0",
6230 "source": {
6231 "type": "git",
6232 "url": "https://github.com/php-http/promise.git",
6233 "reference": "dc494cdc9d7160b9a09bd5573272195242ce7980"
6234 },
6235 "dist": {
6236 "type": "zip",
6237 "url": "https://api.github.com/repos/php-http/promise/zipball/dc494cdc9d7160b9a09bd5573272195242ce7980",
6238 "reference": "dc494cdc9d7160b9a09bd5573272195242ce7980",
6239 "shasum": ""
6240 },
6241 "require-dev": {
6242 "henrikbjorn/phpspec-code-coverage": "^1.0",
6243 "phpspec/phpspec": "^2.4"
6244 },
6245 "type": "library",
6246 "extra": {
6247 "branch-alias": {
6248 "dev-master": "1.1-dev"
6249 }
6250 },
6251 "autoload": {
6252 "psr-4": {
6253 "Http\\Promise\\": "src/"
6254 }
6255 },
6256 "notification-url": "https://packagist.org/downloads/",
6257 "license": [
6258 "MIT"
6259 ],
6260 "authors": [
6261 {
6262 "name": "Márk Sági-Kazár",
6263 "email": "mark.sagikazar@gmail.com"
6264 },
6265 {
6266 "name": "Joel Wurtz",
6267 "email": "joel.wurtz@gmail.com"
6268 }
6269 ],
6270 "description": "Promise used for asynchronous HTTP requests",
6271 "homepage": "http://httplug.io",
6272 "keywords": [
6273 "promise"
6274 ],
6275 "time": "2016-01-26T13:27:02+00:00"
6276 },
6277 {
6278 "name": "php-http/stopwatch-plugin",
6279 "version": "1.3.0",
6280 "source": {
6281 "type": "git",
6282 "url": "https://github.com/php-http/stopwatch-plugin.git",
6283 "reference": "de6f39c96f57c60a43d535e27122de505e683f98"
6284 },
6285 "dist": {
6286 "type": "zip",
6287 "url": "https://api.github.com/repos/php-http/stopwatch-plugin/zipball/de6f39c96f57c60a43d535e27122de505e683f98",
6288 "reference": "de6f39c96f57c60a43d535e27122de505e683f98",
6289 "shasum": ""
6290 },
6291 "require": {
6292 "php": "^7.1",
6293 "php-http/client-common": "^1.9 || ^2.0",
6294 "symfony/stopwatch": "^3.4 || ^4.0 || ^5.0"
6295 },
6296 "require-dev": {
6297 "phpspec/phpspec": "^2.5 || ^3.0 || ^4.0"
6298 },
6299 "type": "library",
6300 "extra": {
6301 "branch-alias": {
6302 "dev-master": "1.3-dev"
6303 }
6304 },
6305 "autoload": {
6306 "psr-4": {
6307 "Http\\Client\\Common\\Plugin\\": "src/"
6308 }
6309 },
6310 "notification-url": "https://packagist.org/downloads/",
6311 "license": [
6312 "MIT"
6313 ],
6314 "authors": [
6315 {
6316 "name": "Márk Sági-Kazár",
6317 "email": "mark.sagikazar@gmail.com"
6318 }
6319 ],
6320 "description": "Symfony Stopwatch plugin for HTTPlug",
6321 "homepage": "http://httplug.io",
6322 "keywords": [
6323 "http",
6324 "httplug",
6325 "plugin",
6326 "stopwatch"
6327 ],
6328 "time": "2019-11-18T08:10:48+00:00"
6329 },
6330 {
6331 "name": "phpcollection/phpcollection",
6332 "version": "0.5.0",
6333 "source": {
6334 "type": "git",
6335 "url": "https://github.com/schmittjoh/php-collection.git",
6336 "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6"
6337 },
6338 "dist": {
6339 "type": "zip",
6340 "url": "https://api.github.com/repos/schmittjoh/php-collection/zipball/f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6",
6341 "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6",
6342 "shasum": ""
6343 },
6344 "require": {
6345 "phpoption/phpoption": "1.*"
6346 },
6347 "type": "library",
6348 "extra": {
6349 "branch-alias": {
6350 "dev-master": "0.4-dev"
6351 }
6352 },
6353 "autoload": {
6354 "psr-0": {
6355 "PhpCollection": "src/"
6356 }
6357 },
6358 "notification-url": "https://packagist.org/downloads/",
6359 "license": [
6360 "Apache2"
6361 ],
6362 "authors": [
6363 {
6364 "name": "Johannes M. Schmitt",
6365 "email": "schmittjoh@gmail.com"
6366 }
6367 ],
6368 "description": "General-Purpose Collection Library for PHP",
6369 "keywords": [
6370 "collection",
6371 "list",
6372 "map",
6373 "sequence",
6374 "set"
6375 ],
6376 "time": "2015-05-17T12:39:23+00:00"
6377 },
6378 {
6379 "name": "phpoption/phpoption",
6380 "version": "1.7.2",
6381 "source": {
6382 "type": "git",
6383 "url": "https://github.com/schmittjoh/php-option.git",
6384 "reference": "77f7c4d2e65413aff5b5a8cc8b3caf7a28d81959"
6385 },
6386 "dist": {
6387 "type": "zip",
6388 "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/77f7c4d2e65413aff5b5a8cc8b3caf7a28d81959",
6389 "reference": "77f7c4d2e65413aff5b5a8cc8b3caf7a28d81959",
6390 "shasum": ""
6391 },
6392 "require": {
6393 "php": "^5.5.9 || ^7.0"
6394 },
6395 "require-dev": {
6396 "bamarni/composer-bin-plugin": "^1.3",
6397 "phpunit/phpunit": "^4.8.35 || ^5.0 || ^6.0 || ^7.0"
6398 },
6399 "type": "library",
6400 "extra": {
6401 "branch-alias": {
6402 "dev-master": "1.7-dev"
6403 }
6404 },
6405 "autoload": {
6406 "psr-4": {
6407 "PhpOption\\": "src/PhpOption/"
6408 }
6409 },
6410 "notification-url": "https://packagist.org/downloads/",
6411 "license": [
6412 "Apache-2.0"
6413 ],
6414 "authors": [
6415 {
6416 "name": "Johannes M. Schmitt",
6417 "email": "schmittjoh@gmail.com"
6418 },
6419 {
6420 "name": "Graham Campbell",
6421 "email": "graham@alt-three.com"
6422 }
6423 ],
6424 "description": "Option Type for PHP",
6425 "keywords": [
6426 "language",
6427 "option",
6428 "php",
6429 "type"
6430 ],
6431 "time": "2019-12-15T19:35:24+00:00"
6432 },
6433 {
6434 "name": "phpseclib/phpseclib",
6435 "version": "2.0.23",
6436 "source": {
6437 "type": "git",
6438 "url": "https://github.com/phpseclib/phpseclib.git",
6439 "reference": "c78eb5058d5bb1a183133c36d4ba5b6675dfa099"
6440 },
6441 "dist": {
6442 "type": "zip",
6443 "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/c78eb5058d5bb1a183133c36d4ba5b6675dfa099",
6444 "reference": "c78eb5058d5bb1a183133c36d4ba5b6675dfa099",
6445 "shasum": ""
6446 },
6447 "require": {
6448 "php": ">=5.3.3"
6449 },
6450 "require-dev": {
6451 "phing/phing": "~2.7",
6452 "phpunit/phpunit": "^4.8.35|^5.7|^6.0",
6453 "sami/sami": "~2.0",
6454 "squizlabs/php_codesniffer": "~2.0"
6455 },
6456 "suggest": {
6457 "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
6458 "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
6459 "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
6460 "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
6461 },
6462 "type": "library",
6463 "autoload": {
6464 "files": [
6465 "phpseclib/bootstrap.php"
6466 ],
6467 "psr-4": {
6468 "phpseclib\\": "phpseclib/"
6469 }
6470 },
6471 "notification-url": "https://packagist.org/downloads/",
6472 "license": [
6473 "MIT"
6474 ],
6475 "authors": [
6476 {
6477 "name": "Jim Wigginton",
6478 "email": "terrafrost@php.net",
6479 "role": "Lead Developer"
6480 },
6481 {
6482 "name": "Patrick Monnerat",
6483 "email": "pm@datasphere.ch",
6484 "role": "Developer"
6485 },
6486 {
6487 "name": "Andreas Fischer",
6488 "email": "bantu@phpbb.com",
6489 "role": "Developer"
6490 },
6491 {
6492 "name": "Hans-Jürgen Petrich",
6493 "email": "petrich@tronic-media.com",
6494 "role": "Developer"
6495 },
6496 {
6497 "name": "Graham Campbell",
6498 "email": "graham@alt-three.com",
6499 "role": "Developer"
6500 }
6501 ],
6502 "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
6503 "homepage": "http://phpseclib.sourceforge.net",
6504 "keywords": [
6505 "BigInteger",
6506 "aes",
6507 "asn.1",
6508 "asn1",
6509 "blowfish",
6510 "crypto",
6511 "cryptography",
6512 "encryption",
6513 "rsa",
6514 "security",
6515 "sftp",
6516 "signature",
6517 "signing",
6518 "ssh",
6519 "twofish",
6520 "x.509",
6521 "x509"
6522 ],
6523 "time": "2019-09-17T03:41:22+00:00"
6524 },
6525 {
6526 "name": "phpzip/phpzip",
6527 "version": "2.0.8",
6528 "source": {
6529 "type": "git",
6530 "url": "https://github.com/Grandt/PHPZip.git",
6531 "reference": "936f93d656f68e29c231a39e19fd59a636fe7e47"
6532 },
6533 "dist": {
6534 "type": "zip",
6535 "url": "https://api.github.com/repos/Grandt/PHPZip/zipball/936f93d656f68e29c231a39e19fd59a636fe7e47",
6536 "reference": "936f93d656f68e29c231a39e19fd59a636fe7e47",
6537 "shasum": ""
6538 },
6539 "require": {
6540 "grandt/binstring": ">=1.0.0",
6541 "grandt/phpzipmerge": ">=1.0.4",
6542 "grandt/relativepath": ">=1.0.2",
6543 "php": ">=5.3.0"
6544 },
6545 "type": "library",
6546 "autoload": {
6547 "psr-4": {
6548 "PHPZip\\Zip\\": "src/Zip"
6549 }
6550 },
6551 "notification-url": "https://packagist.org/downloads/",
6552 "license": [
6553 "LGPL-2.1"
6554 ],
6555 "authors": [
6556 {
6557 "name": "Adam Schmalhofer",
6558 "email": "Adam.Schmalhofer@gmx.de",
6559 "role": "Developer"
6560 },
6561 {
6562 "name": "A. Grandt",
6563 "email": "php@grandt.com",
6564 "homepage": "http://grandt.com",
6565 "role": "Developer"
6566 },
6567 {
6568 "name": "Greg Kappatos",
6569 "homepage": "http://websiteconnect.com.au",
6570 "role": "Developer"
6571 }
6572 ],
6573 "description": "Package to create and stream archives of compressed files in ZIP format with PHP 5.3+",
6574 "homepage": "https://github.com/Grandt/PHPZip",
6575 "keywords": [
6576 "archive",
6577 "compressed",
6578 "compression",
6579 "phpzip",
6580 "pkzip",
6581 "stream",
6582 "zip"
6583 ],
6584 "time": "2015-11-16T16:30:51+00:00"
6585 },
6586 {
6587 "name": "pragmarx/random",
6588 "version": "v0.2.2",
6589 "source": {
6590 "type": "git",
6591 "url": "https://github.com/antonioribeiro/random.git",
6592 "reference": "daf08a189c5d2d40d1a827db46364d3a741a51b7"
6593 },
6594 "dist": {
6595 "type": "zip",
6596 "url": "https://api.github.com/repos/antonioribeiro/random/zipball/daf08a189c5d2d40d1a827db46364d3a741a51b7",
6597 "reference": "daf08a189c5d2d40d1a827db46364d3a741a51b7",
6598 "shasum": ""
6599 },
6600 "require": {
6601 "php": ">=7.0"
6602 },
6603 "require-dev": {
6604 "fzaninotto/faker": "~1.7",
6605 "phpunit/phpunit": "~6.4",
6606 "pragmarx/trivia": "~0.1",
6607 "squizlabs/php_codesniffer": "^2.3"
6608 },
6609 "suggest": {
6610 "fzaninotto/faker": "Allows you to get dozens of randomized types",
6611 "pragmarx/trivia": "For the trivia database"
6612 },
6613 "type": "library",
6614 "extra": {
6615 "branch-alias": {
6616 "dev-master": "1.0-dev"
6617 }
6618 },
6619 "autoload": {
6620 "psr-4": {
6621 "PragmaRX\\Random\\": "src"
6622 }
6623 },
6624 "notification-url": "https://packagist.org/downloads/",
6625 "license": [
6626 "MIT"
6627 ],
6628 "authors": [
6629 {
6630 "name": "Antonio Carlos Ribeiro",
6631 "email": "acr@antoniocarlosribeiro.com",
6632 "homepage": "https://antoniocarlosribeiro.com",
6633 "role": "Developer"
6634 }
6635 ],
6636 "description": "Create random chars, numbers, strings",
6637 "homepage": "https://github.com/antonioribeiro/random",
6638 "keywords": [
6639 "Randomize",
6640 "faker",
6641 "pragmarx",
6642 "random",
6643 "random number",
6644 "random pattern",
6645 "random string"
6646 ],
6647 "time": "2017-11-21T05:26:22+00:00"
6648 },
6649 {
6650 "name": "pragmarx/recovery",
6651 "version": "v0.1.0",
6652 "source": {
6653 "type": "git",
6654 "url": "https://github.com/antonioribeiro/recovery.git",
6655 "reference": "e16573a1ae5345cc3b100eec6d0296a1a15a90fe"
6656 },
6657 "dist": {
6658 "type": "zip",
6659 "url": "https://api.github.com/repos/antonioribeiro/recovery/zipball/e16573a1ae5345cc3b100eec6d0296a1a15a90fe",
6660 "reference": "e16573a1ae5345cc3b100eec6d0296a1a15a90fe",
6661 "shasum": ""
6662 },
6663 "require": {
6664 "php": "~7.0",
6665 "pragmarx/random": "~0.1"
6666 },
6667 "require-dev": {
6668 "phpunit/phpunit": ">=5.4.3",
6669 "squizlabs/php_codesniffer": "^2.3",
6670 "tightenco/collect": "^5"
6671 },
6672 "suggest": {
6673 "tightenco/collect": "Allows to generate recovery codes as collections"
6674 },
6675 "type": "library",
6676 "extra": {
6677 "branch-alias": {
6678 "dev-master": "1.0-dev"
6679 }
6680 },
6681 "autoload": {
6682 "psr-4": {
6683 "PragmaRX\\Recovery\\": "src"
6684 }
6685 },
6686 "notification-url": "https://packagist.org/downloads/",
6687 "license": [
6688 "MIT"
6689 ],
6690 "authors": [
6691 {
6692 "name": "Antonio Carlos Ribeiro",
6693 "email": "acr@antoniocarlosribeiro.com",
6694 "homepage": "https://antoniocarlosribeiro.com",
6695 "role": "Developer"
6696 }
6697 ],
6698 "description": "Create recovery codes for two factor auth",
6699 "homepage": "https://github.com/antonioribeiro/recovery",
6700 "keywords": [
6701 "2fa",
6702 "account recovery",
6703 "auth",
6704 "backup codes",
6705 "google2fa",
6706 "pragmarx",
6707 "recovery",
6708 "recovery codes",
6709 "two factor auth"
6710 ],
6711 "time": "2017-09-19T16:58:00+00:00"
6712 },
6713 {
6714 "name": "predis/predis",
6715 "version": "v1.1.x-dev",
6716 "source": {
6717 "type": "git",
6718 "url": "https://github.com/nrk/predis.git",
6719 "reference": "111d100ee389d624036b46b35ed0c9ac59c71313"
6720 },
6721 "dist": {
6722 "type": "zip",
6723 "url": "https://api.github.com/repos/nrk/predis/zipball/111d100ee389d624036b46b35ed0c9ac59c71313",
6724 "reference": "111d100ee389d624036b46b35ed0c9ac59c71313",
6725 "shasum": ""
6726 },
6727 "require": {
6728 "php": ">=5.3.9"
6729 },
6730 "require-dev": {
6731 "phpunit/phpunit": "~4.8"
6732 },
6733 "suggest": {
6734 "ext-curl": "Allows access to Webdis when paired with phpiredis",
6735 "ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol"
6736 },
6737 "type": "library",
6738 "autoload": {
6739 "psr-4": {
6740 "Predis\\": "src/"
6741 }
6742 },
6743 "notification-url": "https://packagist.org/downloads/",
6744 "license": [
6745 "MIT"
6746 ],
6747 "authors": [
6748 {
6749 "name": "Daniele Alessandri",
6750 "email": "suppakilla@gmail.com",
6751 "homepage": "http://clorophilla.net"
6752 }
6753 ],
6754 "description": "Flexible and feature-complete Redis client for PHP and HHVM",
6755 "homepage": "http://github.com/nrk/predis",
6756 "keywords": [
6757 "nosql",
6758 "predis",
6759 "redis"
6760 ],
6761 "time": "2017-07-12T14:39:17+00:00"
6762 },
6763 {
6764 "name": "psr/cache",
6765 "version": "1.0.1",
6766 "source": {
6767 "type": "git",
6768 "url": "https://github.com/php-fig/cache.git",
6769 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
6770 },
6771 "dist": {
6772 "type": "zip",
6773 "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
6774 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
6775 "shasum": ""
6776 },
6777 "require": {
6778 "php": ">=5.3.0"
6779 },
6780 "type": "library",
6781 "extra": {
6782 "branch-alias": {
6783 "dev-master": "1.0.x-dev"
6784 }
6785 },
6786 "autoload": {
6787 "psr-4": {
6788 "Psr\\Cache\\": "src/"
6789 }
6790 },
6791 "notification-url": "https://packagist.org/downloads/",
6792 "license": [
6793 "MIT"
6794 ],
6795 "authors": [
6796 {
6797 "name": "PHP-FIG",
6798 "homepage": "http://www.php-fig.org/"
6799 }
6800 ],
6801 "description": "Common interface for caching libraries",
6802 "keywords": [
6803 "cache",
6804 "psr",
6805 "psr-6"
6806 ],
6807 "time": "2016-08-06T20:24:11+00:00"
6808 },
6809 {
6810 "name": "psr/container",
6811 "version": "1.0.0",
6812 "source": {
6813 "type": "git",
6814 "url": "https://github.com/php-fig/container.git",
6815 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
6816 },
6817 "dist": {
6818 "type": "zip",
6819 "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
6820 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
6821 "shasum": ""
6822 },
6823 "require": {
6824 "php": ">=5.3.0"
6825 },
6826 "type": "library",
6827 "extra": {
6828 "branch-alias": {
6829 "dev-master": "1.0.x-dev"
6830 }
6831 },
6832 "autoload": {
6833 "psr-4": {
6834 "Psr\\Container\\": "src/"
6835 }
6836 },
6837 "notification-url": "https://packagist.org/downloads/",
6838 "license": [
6839 "MIT"
6840 ],
6841 "authors": [
6842 {
6843 "name": "PHP-FIG",
6844 "homepage": "http://www.php-fig.org/"
6845 }
6846 ],
6847 "description": "Common Container Interface (PHP FIG PSR-11)",
6848 "homepage": "https://github.com/php-fig/container",
6849 "keywords": [
6850 "PSR-11",
6851 "container",
6852 "container-interface",
6853 "container-interop",
6854 "psr"
6855 ],
6856 "time": "2017-02-14T16:28:37+00:00"
6857 },
6858 {
6859 "name": "psr/http-client",
6860 "version": "1.0.0",
6861 "source": {
6862 "type": "git",
6863 "url": "https://github.com/php-fig/http-client.git",
6864 "reference": "496a823ef742b632934724bf769560c2a5c7c44e"
6865 },
6866 "dist": {
6867 "type": "zip",
6868 "url": "https://api.github.com/repos/php-fig/http-client/zipball/496a823ef742b632934724bf769560c2a5c7c44e",
6869 "reference": "496a823ef742b632934724bf769560c2a5c7c44e",
6870 "shasum": ""
6871 },
6872 "require": {
6873 "php": "^7.0",
6874 "psr/http-message": "^1.0"
6875 },
6876 "type": "library",
6877 "extra": {
6878 "branch-alias": {
6879 "dev-master": "1.0.x-dev"
6880 }
6881 },
6882 "autoload": {
6883 "psr-4": {
6884 "Psr\\Http\\Client\\": "src/"
6885 }
6886 },
6887 "notification-url": "https://packagist.org/downloads/",
6888 "license": [
6889 "MIT"
6890 ],
6891 "authors": [
6892 {
6893 "name": "PHP-FIG",
6894 "homepage": "http://www.php-fig.org/"
6895 }
6896 ],
6897 "description": "Common interface for HTTP clients",
6898 "homepage": "https://github.com/php-fig/http-client",
6899 "keywords": [
6900 "http",
6901 "http-client",
6902 "psr",
6903 "psr-18"
6904 ],
6905 "time": "2018-10-30T23:29:13+00:00"
6906 },
6907 {
6908 "name": "psr/http-factory",
6909 "version": "1.0.1",
6910 "source": {
6911 "type": "git",
6912 "url": "https://github.com/php-fig/http-factory.git",
6913 "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
6914 },
6915 "dist": {
6916 "type": "zip",
6917 "url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
6918 "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
6919 "shasum": ""
6920 },
6921 "require": {
6922 "php": ">=7.0.0",
6923 "psr/http-message": "^1.0"
6924 },
6925 "type": "library",
6926 "extra": {
6927 "branch-alias": {
6928 "dev-master": "1.0.x-dev"
6929 }
6930 },
6931 "autoload": {
6932 "psr-4": {
6933 "Psr\\Http\\Message\\": "src/"
6934 }
6935 },
6936 "notification-url": "https://packagist.org/downloads/",
6937 "license": [
6938 "MIT"
6939 ],
6940 "authors": [
6941 {
6942 "name": "PHP-FIG",
6943 "homepage": "http://www.php-fig.org/"
6944 }
6945 ],
6946 "description": "Common interfaces for PSR-7 HTTP message factories",
6947 "keywords": [
6948 "factory",
6949 "http",
6950 "message",
6951 "psr",
6952 "psr-17",
6953 "psr-7",
6954 "request",
6955 "response"
6956 ],
6957 "time": "2019-04-30T12:38:16+00:00"
6958 },
6959 {
6960 "name": "psr/http-message",
6961 "version": "1.0.1",
6962 "source": {
6963 "type": "git",
6964 "url": "https://github.com/php-fig/http-message.git",
6965 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
6966 },
6967 "dist": {
6968 "type": "zip",
6969 "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
6970 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
6971 "shasum": ""
6972 },
6973 "require": {
6974 "php": ">=5.3.0"
6975 },
6976 "type": "library",
6977 "extra": {
6978 "branch-alias": {
6979 "dev-master": "1.0.x-dev"
6980 }
6981 },
6982 "autoload": {
6983 "psr-4": {
6984 "Psr\\Http\\Message\\": "src/"
6985 }
6986 },
6987 "notification-url": "https://packagist.org/downloads/",
6988 "license": [
6989 "MIT"
6990 ],
6991 "authors": [
6992 {
6993 "name": "PHP-FIG",
6994 "homepage": "http://www.php-fig.org/"
6995 }
6996 ],
6997 "description": "Common interface for HTTP messages",
6998 "homepage": "https://github.com/php-fig/http-message",
6999 "keywords": [
7000 "http",
7001 "http-message",
7002 "psr",
7003 "psr-7",
7004 "request",
7005 "response"
7006 ],
7007 "time": "2016-08-06T14:39:51+00:00"
7008 },
7009 {
7010 "name": "psr/link",
7011 "version": "1.0.0",
7012 "source": {
7013 "type": "git",
7014 "url": "https://github.com/php-fig/link.git",
7015 "reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562"
7016 },
7017 "dist": {
7018 "type": "zip",
7019 "url": "https://api.github.com/repos/php-fig/link/zipball/eea8e8662d5cd3ae4517c9b864493f59fca95562",
7020 "reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562",
7021 "shasum": ""
7022 },
7023 "require": {
7024 "php": ">=5.3.0"
7025 },
7026 "type": "library",
7027 "extra": {
7028 "branch-alias": {
7029 "dev-master": "1.0.x-dev"
7030 }
7031 },
7032 "autoload": {
7033 "psr-4": {
7034 "Psr\\Link\\": "src/"
7035 }
7036 },
7037 "notification-url": "https://packagist.org/downloads/",
7038 "license": [
7039 "MIT"
7040 ],
7041 "authors": [
7042 {
7043 "name": "PHP-FIG",
7044 "homepage": "http://www.php-fig.org/"
7045 }
7046 ],
7047 "description": "Common interfaces for HTTP links",
7048 "keywords": [
7049 "http",
7050 "http-link",
7051 "link",
7052 "psr",
7053 "psr-13",
7054 "rest"
7055 ],
7056 "time": "2016-10-28T16:06:13+00:00"
7057 },
7058 {
7059 "name": "psr/log",
7060 "version": "1.1.2",
7061 "source": {
7062 "type": "git",
7063 "url": "https://github.com/php-fig/log.git",
7064 "reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801"
7065 },
7066 "dist": {
7067 "type": "zip",
7068 "url": "https://api.github.com/repos/php-fig/log/zipball/446d54b4cb6bf489fc9d75f55843658e6f25d801",
7069 "reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801",
7070 "shasum": ""
7071 },
7072 "require": {
7073 "php": ">=5.3.0"
7074 },
7075 "type": "library",
7076 "extra": {
7077 "branch-alias": {
7078 "dev-master": "1.1.x-dev"
7079 }
7080 },
7081 "autoload": {
7082 "psr-4": {
7083 "Psr\\Log\\": "Psr/Log/"
7084 }
7085 },
7086 "notification-url": "https://packagist.org/downloads/",
7087 "license": [
7088 "MIT"
7089 ],
7090 "authors": [
7091 {
7092 "name": "PHP-FIG",
7093 "homepage": "http://www.php-fig.org/"
7094 }
7095 ],
7096 "description": "Common interface for logging libraries",
7097 "homepage": "https://github.com/php-fig/log",
7098 "keywords": [
7099 "log",
7100 "psr",
7101 "psr-3"
7102 ],
7103 "time": "2019-11-01T11:05:21+00:00"
7104 },
7105 {
7106 "name": "psr/simple-cache",
7107 "version": "1.0.1",
7108 "source": {
7109 "type": "git",
7110 "url": "https://github.com/php-fig/simple-cache.git",
7111 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
7112 },
7113 "dist": {
7114 "type": "zip",
7115 "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
7116 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
7117 "shasum": ""
7118 },
7119 "require": {
7120 "php": ">=5.3.0"
7121 },
7122 "type": "library",
7123 "extra": {
7124 "branch-alias": {
7125 "dev-master": "1.0.x-dev"
7126 }
7127 },
7128 "autoload": {
7129 "psr-4": {
7130 "Psr\\SimpleCache\\": "src/"
7131 }
7132 },
7133 "notification-url": "https://packagist.org/downloads/",
7134 "license": [
7135 "MIT"
7136 ],
7137 "authors": [
7138 {
7139 "name": "PHP-FIG",
7140 "homepage": "http://www.php-fig.org/"
7141 }
7142 ],
7143 "description": "Common interfaces for simple caching",
7144 "keywords": [
7145 "cache",
7146 "caching",
7147 "psr",
7148 "psr-16",
7149 "simple-cache"
7150 ],
7151 "time": "2017-10-23T01:57:42+00:00"
7152 },
7153 {
7154 "name": "ralouphie/getallheaders",
7155 "version": "3.0.3",
7156 "source": {
7157 "type": "git",
7158 "url": "https://github.com/ralouphie/getallheaders.git",
7159 "reference": "120b605dfeb996808c31b6477290a714d356e822"
7160 },
7161 "dist": {
7162 "type": "zip",
7163 "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
7164 "reference": "120b605dfeb996808c31b6477290a714d356e822",
7165 "shasum": ""
7166 },
7167 "require": {
7168 "php": ">=5.6"
7169 },
7170 "require-dev": {
7171 "php-coveralls/php-coveralls": "^2.1",
7172 "phpunit/phpunit": "^5 || ^6.5"
7173 },
7174 "type": "library",
7175 "autoload": {
7176 "files": [
7177 "src/getallheaders.php"
7178 ]
7179 },
7180 "notification-url": "https://packagist.org/downloads/",
7181 "license": [
7182 "MIT"
7183 ],
7184 "authors": [
7185 {
7186 "name": "Ralph Khattar",
7187 "email": "ralph.khattar@gmail.com"
7188 }
7189 ],
7190 "description": "A polyfill for getallheaders.",
7191 "time": "2019-03-08T08:55:37+00:00"
7192 },
7193 {
7194 "name": "ramsey/uuid",
7195 "version": "3.9.2",
7196 "source": {
7197 "type": "git",
7198 "url": "https://github.com/ramsey/uuid.git",
7199 "reference": "7779489a47d443f845271badbdcedfe4df8e06fb"
7200 },
7201 "dist": {
7202 "type": "zip",
7203 "url": "https://api.github.com/repos/ramsey/uuid/zipball/7779489a47d443f845271badbdcedfe4df8e06fb",
7204 "reference": "7779489a47d443f845271badbdcedfe4df8e06fb",
7205 "shasum": ""
7206 },
7207 "require": {
7208 "ext-json": "*",
7209 "paragonie/random_compat": "^1 | ^2 | 9.99.99",
7210 "php": "^5.4 | ^7 | ^8",
7211 "symfony/polyfill-ctype": "^1.8"
7212 },
7213 "replace": {
7214 "rhumsaa/uuid": "self.version"
7215 },
7216 "require-dev": {
7217 "codeception/aspect-mock": "^1 | ^2",
7218 "doctrine/annotations": "^1.2",
7219 "goaop/framework": "1.0.0-alpha.2 | ^1 | ^2.1",
7220 "jakub-onderka/php-parallel-lint": "^1",
7221 "mockery/mockery": "^0.9.11 | ^1",
7222 "moontoast/math": "^1.1",
7223 "paragonie/random-lib": "^2",
7224 "php-mock/php-mock-phpunit": "^0.3 | ^1.1",
7225 "phpunit/phpunit": "^4.8 | ^5.4 | ^6.5",
7226 "squizlabs/php_codesniffer": "^3.5"
7227 },
7228 "suggest": {
7229 "ext-ctype": "Provides support for PHP Ctype functions",
7230 "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator",
7231 "ext-openssl": "Provides the OpenSSL extension for use with the OpenSslGenerator",
7232 "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator",
7233 "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).",
7234 "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
7235 "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid",
7236 "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
7237 },
7238 "type": "library",
7239 "extra": {
7240 "branch-alias": {
7241 "dev-master": "3.x-dev"
7242 }
7243 },
7244 "autoload": {
7245 "psr-4": {
7246 "Ramsey\\Uuid\\": "src/"
7247 },
7248 "files": [
7249 "src/functions.php"
7250 ]
7251 },
7252 "notification-url": "https://packagist.org/downloads/",
7253 "license": [
7254 "MIT"
7255 ],
7256 "authors": [
7257 {
7258 "name": "Ben Ramsey",
7259 "email": "ben@benramsey.com",
7260 "homepage": "https://benramsey.com"
7261 },
7262 {
7263 "name": "Marijn Huizendveld",
7264 "email": "marijn.huizendveld@gmail.com"
7265 },
7266 {
7267 "name": "Thibaud Fabre",
7268 "email": "thibaud@aztech.io"
7269 }
7270 ],
7271 "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
7272 "homepage": "https://github.com/ramsey/uuid",
7273 "keywords": [
7274 "guid",
7275 "identifier",
7276 "uuid"
7277 ],
7278 "time": "2019-12-17T08:18:51+00:00"
7279 },
7280 {
7281 "name": "react/promise",
7282 "version": "v2.7.1",
7283 "source": {
7284 "type": "git",
7285 "url": "https://github.com/reactphp/promise.git",
7286 "reference": "31ffa96f8d2ed0341a57848cbb84d88b89dd664d"
7287 },
7288 "dist": {
7289 "type": "zip",
7290 "url": "https://api.github.com/repos/reactphp/promise/zipball/31ffa96f8d2ed0341a57848cbb84d88b89dd664d",
7291 "reference": "31ffa96f8d2ed0341a57848cbb84d88b89dd664d",
7292 "shasum": ""
7293 },
7294 "require": {
7295 "php": ">=5.4.0"
7296 },
7297 "require-dev": {
7298 "phpunit/phpunit": "~4.8"
7299 },
7300 "type": "library",
7301 "autoload": {
7302 "psr-4": {
7303 "React\\Promise\\": "src/"
7304 },
7305 "files": [
7306 "src/functions_include.php"
7307 ]
7308 },
7309 "notification-url": "https://packagist.org/downloads/",
7310 "license": [
7311 "MIT"
7312 ],
7313 "authors": [
7314 {
7315 "name": "Jan Sorgalla",
7316 "email": "jsorgalla@gmail.com"
7317 }
7318 ],
7319 "description": "A lightweight implementation of CommonJS Promises/A for PHP",
7320 "keywords": [
7321 "promise",
7322 "promises"
7323 ],
7324 "time": "2019-01-07T21:25:54+00:00"
7325 },
7326 {
7327 "name": "scheb/two-factor-bundle",
7328 "version": "v4.12.0",
7329 "source": {
7330 "type": "git",
7331 "url": "https://github.com/scheb/two-factor-bundle.git",
7332 "reference": "d45bac6a6e4932ac43c2a478a85bf9ab5cb9efb4"
7333 },
7334 "dist": {
7335 "type": "zip",
7336 "url": "https://api.github.com/repos/scheb/two-factor-bundle/zipball/d45bac6a6e4932ac43c2a478a85bf9ab5cb9efb4",
7337 "reference": "d45bac6a6e4932ac43c2a478a85bf9ab5cb9efb4",
7338 "shasum": ""
7339 },
7340 "require": {
7341 "lcobucci/jwt": "^3.2",
7342 "paragonie/constant_time_encoding": "^2.2",
7343 "php": "^7.1.3",
7344 "spomky-labs/otphp": "^9.1|^10.0",
7345 "symfony/config": "^3.4|^4.0|^5.0",
7346 "symfony/dependency-injection": "^3.4|^4.0|^5.0",
7347 "symfony/event-dispatcher": "^3.4|^4.0|^5.0",
7348 "symfony/framework-bundle": "^3.4|^4.0|^5.0",
7349 "symfony/http-foundation": "^3.4|^4.0|^5.0",
7350 "symfony/http-kernel": "^3.4|^4.0|^5.0",
7351 "symfony/property-access": "^3.4|^4.0|^5.0",
7352 "symfony/security-bundle": "^3.4|^4.0|^5.0",
7353 "symfony/twig-bundle": "^3.4|^4.0|^5.0"
7354 },
7355 "require-dev": {
7356 "doctrine/lexer": "^1.0.1",
7357 "doctrine/orm": "^2.6",
7358 "escapestudios/symfony2-coding-standard": "^3.9",
7359 "phpunit/phpunit": "^7.0|^8.0",
7360 "squizlabs/php_codesniffer": "^3.5",
7361 "swiftmailer/swiftmailer": "^6.0",
7362 "symfony/yaml": "^3.4|^4.0|^5.0"
7363 },
7364 "type": "symfony-bundle",
7365 "autoload": {
7366 "psr-4": {
7367 "Scheb\\TwoFactorBundle\\": ""
7368 },
7369 "exclude-from-classmap": [
7370 "/Tests/"
7371 ]
7372 },
7373 "notification-url": "https://packagist.org/downloads/",
7374 "license": [
7375 "MIT"
7376 ],
7377 "authors": [
7378 {
7379 "name": "Christian Scheb",
7380 "email": "me@christianscheb.de"
7381 }
7382 ],
7383 "description": "Provides two-factor authentication for Symfony applications",
7384 "homepage": "https://github.com/scheb/two-factor-bundle",
7385 "keywords": [
7386 "Authentication",
7387 "security",
7388 "symfony",
7389 "two-factor",
7390 "two-step"
7391 ],
7392 "time": "2020-01-12T14:01:09+00:00"
7393 },
7394 {
7395 "name": "sensio/distribution-bundle",
7396 "version": "v5.0.25",
7397 "source": {
7398 "type": "git",
7399 "url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
7400 "reference": "80a38234bde8321fb92aa0b8c27978a272bb4baf"
7401 },
7402 "dist": {
7403 "type": "zip",
7404 "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/80a38234bde8321fb92aa0b8c27978a272bb4baf",
7405 "reference": "80a38234bde8321fb92aa0b8c27978a272bb4baf",
7406 "shasum": ""
7407 },
7408 "require": {
7409 "php": ">=5.3.9",
7410 "sensiolabs/security-checker": "~5.0|~6.0",
7411 "symfony/class-loader": "~2.3|~3.0",
7412 "symfony/config": "~2.3|~3.0",
7413 "symfony/dependency-injection": "~2.3|~3.0",
7414 "symfony/filesystem": "~2.3|~3.0",
7415 "symfony/http-kernel": "~2.3|~3.0",
7416 "symfony/process": "~2.3|~3.0"
7417 },
7418 "type": "symfony-bundle",
7419 "extra": {
7420 "branch-alias": {
7421 "dev-master": "5.0.x-dev"
7422 }
7423 },
7424 "autoload": {
7425 "psr-4": {
7426 "Sensio\\Bundle\\DistributionBundle\\": ""
7427 }
7428 },
7429 "notification-url": "https://packagist.org/downloads/",
7430 "license": [
7431 "MIT"
7432 ],
7433 "authors": [
7434 {
7435 "name": "Fabien Potencier",
7436 "email": "fabien@symfony.com"
7437 }
7438 ],
7439 "description": "Base bundle for Symfony Distributions",
7440 "keywords": [
7441 "configuration",
7442 "distribution"
7443 ],
7444 "time": "2019-06-18T15:43:58+00:00"
7445 },
7446 {
7447 "name": "sensio/framework-extra-bundle",
7448 "version": "v5.4.1",
7449 "source": {
7450 "type": "git",
7451 "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
7452 "reference": "585f4b3a1c54f24d1a8431c729fc8f5acca20c8a"
7453 },
7454 "dist": {
7455 "type": "zip",
7456 "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/585f4b3a1c54f24d1a8431c729fc8f5acca20c8a",
7457 "reference": "585f4b3a1c54f24d1a8431c729fc8f5acca20c8a",
7458 "shasum": ""
7459 },
7460 "require": {
7461 "doctrine/annotations": "^1.0",
7462 "doctrine/persistence": "^1.0",
7463 "php": ">=7.1.3",
7464 "symfony/config": "^3.4|^4.3",
7465 "symfony/dependency-injection": "^3.4|^4.3",
7466 "symfony/framework-bundle": "^3.4|^4.3",
7467 "symfony/http-kernel": "^3.4|^4.3"
7468 },
7469 "require-dev": {
7470 "doctrine/doctrine-bundle": "^1.6",
7471 "doctrine/orm": "^2.5",
7472 "nyholm/psr7": "^1.1",
7473 "symfony/browser-kit": "^3.4|^4.3",
7474 "symfony/dom-crawler": "^3.4|^4.3",
7475 "symfony/expression-language": "^3.4|^4.3",
7476 "symfony/finder": "^3.4|^4.3",
7477 "symfony/monolog-bridge": "^3.0|^4.0",
7478 "symfony/monolog-bundle": "^3.2",
7479 "symfony/phpunit-bridge": "^3.4.19|^4.1.8",
7480 "symfony/psr-http-message-bridge": "^1.1",
7481 "symfony/security-bundle": "^3.4|^4.3",
7482 "symfony/twig-bundle": "^3.4|^4.3",
7483 "symfony/yaml": "^3.4|^4.3",
7484 "twig/twig": "~1.12|~2.0"
7485 },
7486 "suggest": {
7487 "symfony/expression-language": "",
7488 "symfony/psr-http-message-bridge": "To use the PSR-7 converters",
7489 "symfony/security-bundle": ""
7490 },
7491 "type": "symfony-bundle",
7492 "extra": {
7493 "branch-alias": {
7494 "dev-master": "5.4.x-dev"
7495 }
7496 },
7497 "autoload": {
7498 "psr-4": {
7499 "Sensio\\Bundle\\FrameworkExtraBundle\\": ""
7500 }
7501 },
7502 "notification-url": "https://packagist.org/downloads/",
7503 "license": [
7504 "MIT"
7505 ],
7506 "authors": [
7507 {
7508 "name": "Fabien Potencier",
7509 "email": "fabien@symfony.com"
7510 }
7511 ],
7512 "description": "This bundle provides a way to configure your controllers with annotations",
7513 "keywords": [
7514 "annotations",
7515 "controllers"
7516 ],
7517 "time": "2019-07-08T08:31:25+00:00"
7518 },
7519 {
7520 "name": "sensiolabs/security-checker",
7521 "version": "v6.0.3",
7522 "source": {
7523 "type": "git",
7524 "url": "https://github.com/sensiolabs/security-checker.git",
7525 "reference": "a576c01520d9761901f269c4934ba55448be4a54"
7526 },
7527 "dist": {
7528 "type": "zip",
7529 "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/a576c01520d9761901f269c4934ba55448be4a54",
7530 "reference": "a576c01520d9761901f269c4934ba55448be4a54",
7531 "shasum": ""
7532 },
7533 "require": {
7534 "php": ">=7.1.3",
7535 "symfony/console": "^2.8|^3.4|^4.2|^5.0",
7536 "symfony/http-client": "^4.3|^5.0",
7537 "symfony/mime": "^4.3|^5.0",
7538 "symfony/polyfill-ctype": "^1.11"
7539 },
7540 "bin": [
7541 "security-checker"
7542 ],
7543 "type": "library",
7544 "extra": {
7545 "branch-alias": {
7546 "dev-master": "6.0-dev"
7547 }
7548 },
7549 "autoload": {
7550 "psr-4": {
7551 "SensioLabs\\Security\\": "SensioLabs/Security"
7552 }
7553 },
7554 "notification-url": "https://packagist.org/downloads/",
7555 "license": [
7556 "MIT"
7557 ],
7558 "authors": [
7559 {
7560 "name": "Fabien Potencier",
7561 "email": "fabien.potencier@gmail.com"
7562 }
7563 ],
7564 "description": "A security checker for your composer.lock",
7565 "time": "2019-11-01T13:20:14+00:00"
7566 },
7567 {
7568 "name": "sentry/sdk",
7569 "version": "2.0.4",
7570 "source": {
7571 "type": "git",
7572 "url": "https://github.com/getsentry/sentry-php-sdk.git",
7573 "reference": "4c115873c86ad5bd0ac6d962db70ca53bf8fb874"
7574 },
7575 "dist": {
7576 "type": "zip",
7577 "url": "https://api.github.com/repos/getsentry/sentry-php-sdk/zipball/4c115873c86ad5bd0ac6d962db70ca53bf8fb874",
7578 "reference": "4c115873c86ad5bd0ac6d962db70ca53bf8fb874",
7579 "shasum": ""
7580 },
7581 "require": {
7582 "http-interop/http-factory-guzzle": "^1.0",
7583 "php-http/curl-client": "^1.0|^2.0",
7584 "sentry/sentry": "^2.1.3"
7585 },
7586 "type": "metapackage",
7587 "notification-url": "https://packagist.org/downloads/",
7588 "license": [
7589 "MIT"
7590 ],
7591 "authors": [
7592 {
7593 "name": "Sentry",
7594 "email": "accounts@sentry.io"
7595 }
7596 ],
7597 "description": "This is a metapackage shipping sentry/sentry with a recommended http client.",
7598 "time": "2019-09-09T19:54:44+00:00"
7599 },
7600 {
7601 "name": "sentry/sentry",
7602 "version": "2.2.6",
7603 "source": {
7604 "type": "git",
7605 "url": "https://github.com/getsentry/sentry-php.git",
7606 "reference": "c9b253229b95f8e5bbf6a3661a170a0be0f80563"
7607 },
7608 "dist": {
7609 "type": "zip",
7610 "url": "https://api.github.com/repos/getsentry/sentry-php/zipball/c9b253229b95f8e5bbf6a3661a170a0be0f80563",
7611 "reference": "c9b253229b95f8e5bbf6a3661a170a0be0f80563",
7612 "shasum": ""
7613 },
7614 "require": {
7615 "ext-json": "*",
7616 "ext-mbstring": "*",
7617 "guzzlehttp/promises": "^1.3",
7618 "jean85/pretty-package-versions": "^1.2",
7619 "php": "^7.1",
7620 "php-http/async-client-implementation": "^1.0",
7621 "php-http/client-common": "^1.5|^2.0",
7622 "php-http/discovery": "^1.6.1",
7623 "php-http/httplug": "^1.1|^2.0",
7624 "php-http/message": "^1.5",
7625 "psr/http-message-implementation": "^1.0",
7626 "ramsey/uuid": "^3.3",
7627 "symfony/options-resolver": "^2.7|^3.0|^4.0|^5.0",
7628 "zendframework/zend-diactoros": "^1.7.1|^2.0"
7629 },
7630 "conflict": {
7631 "php-http/client-common": "1.8.0",
7632 "raven/raven": "*"
7633 },
7634 "require-dev": {
7635 "friendsofphp/php-cs-fixer": "^2.13",
7636 "monolog/monolog": "^1.3|^2.0",
7637 "php-http/mock-client": "^1.0",
7638 "phpstan/extension-installer": "^1.0",
7639 "phpstan/phpstan": "^0.11",
7640 "phpstan/phpstan-phpunit": "^0.11",
7641 "phpunit/phpunit": "^7.5.18",
7642 "symfony/phpunit-bridge": "^4.3|^5.0",
7643 "vimeo/psalm": "^3.4"
7644 },
7645 "suggest": {
7646 "monolog/monolog": "Allow sending log messages to Sentry by using the included Monolog handler."
7647 },
7648 "type": "library",
7649 "extra": {
7650 "branch-alias": {
7651 "dev-develop": "2.2-dev"
7652 }
7653 },
7654 "autoload": {
7655 "files": [
7656 "src/functions.php"
7657 ],
7658 "psr-4": {
7659 "Sentry\\": "src/"
7660 }
7661 },
7662 "notification-url": "https://packagist.org/downloads/",
7663 "license": [
7664 "BSD-3-Clause"
7665 ],
7666 "authors": [
7667 {
7668 "name": "Sentry",
7669 "email": "accounts@sentry.io"
7670 }
7671 ],
7672 "description": "A PHP SDK for Sentry (http://sentry.io)",
7673 "homepage": "http://sentry.io",
7674 "keywords": [
7675 "crash-reporting",
7676 "crash-reports",
7677 "error-handler",
7678 "error-monitoring",
7679 "log",
7680 "logging",
7681 "sentry"
7682 ],
7683 "time": "2019-12-18T08:56:34+00:00"
7684 },
7685 {
7686 "name": "sentry/sentry-symfony",
7687 "version": "3.2.1",
7688 "source": {
7689 "type": "git",
7690 "url": "https://github.com/getsentry/sentry-symfony.git",
7691 "reference": "620b90dc35c12ef96c6460df74e30441e359ce6d"
7692 },
7693 "dist": {
7694 "type": "zip",
7695 "url": "https://api.github.com/repos/getsentry/sentry-symfony/zipball/620b90dc35c12ef96c6460df74e30441e359ce6d",
7696 "reference": "620b90dc35c12ef96c6460df74e30441e359ce6d",
7697 "shasum": ""
7698 },
7699 "require": {
7700 "jean85/pretty-package-versions": "^1.0",
7701 "php": "^7.1",
7702 "sentry/sdk": "^2.0",
7703 "symfony/config": "^2.8||^3.0||^4.0",
7704 "symfony/console": "^2.8||^3.0||^4.0",
7705 "symfony/dependency-injection": "^2.8||^3.0||^4.0",
7706 "symfony/event-dispatcher": "^2.8||^3.0||^4.0",
7707 "symfony/http-kernel": "^2.8||^3.0||^4.0",
7708 "symfony/security-core": "^2.8||^3.0||^4.0"
7709 },
7710 "require-dev": {
7711 "friendsofphp/php-cs-fixer": "^2.8",
7712 "jangregor/phpstan-prophecy": "^0.3.0",
7713 "monolog/monolog": "^1.11||^2.0",
7714 "php-http/mock-client": "^1.0",
7715 "phpstan/phpstan": "^0.11",
7716 "phpstan/phpstan-phpunit": "^0.11",
7717 "phpunit/phpunit": "^7.5",
7718 "scrutinizer/ocular": "^1.4",
7719 "symfony/expression-language": "^2.8||^3.0||^4.0"
7720 },
7721 "suggest": {
7722 "monolog/monolog": "Required to use the Monolog handler"
7723 },
7724 "type": "symfony-bundle",
7725 "extra": {
7726 "branch-alias": {
7727 "master": "3.x-dev",
7728 "releases/3.2.x": "3.2.x-dev",
7729 "releases/2.x": "2.x-dev",
7730 "releases/1.x": "1.x-dev"
7731 }
7732 },
7733 "autoload": {
7734 "psr-4": {
7735 "Sentry\\SentryBundle\\": "src/"
7736 }
7737 },
7738 "notification-url": "https://packagist.org/downloads/",
7739 "license": [
7740 "Apache-2.0"
7741 ],
7742 "authors": [
7743 {
7744 "name": "David Cramer",
7745 "email": "dcramer@gmail.com"
7746 },
7747 {
7748 "name": "Alessandro Lai",
7749 "email": "alessandro.lai85@gmail.com"
7750 }
7751 ],
7752 "description": "Symfony integration for Sentry (http://getsentry.com)",
7753 "homepage": "http://getsentry.com",
7754 "keywords": [
7755 "errors",
7756 "logging",
7757 "sentry",
7758 "symfony"
7759 ],
7760 "time": "2019-11-29T21:24:37+00:00"
7761 },
7762 {
7763 "name": "simplepie/simplepie",
7764 "version": "1.5.4",
7765 "source": {
7766 "type": "git",
7767 "url": "https://github.com/simplepie/simplepie.git",
7768 "reference": "f4c8246511a38fc9d99a59fb42f61eeeafb31663"
7769 },
7770 "dist": {
7771 "type": "zip",
7772 "url": "https://api.github.com/repos/simplepie/simplepie/zipball/f4c8246511a38fc9d99a59fb42f61eeeafb31663",
7773 "reference": "f4c8246511a38fc9d99a59fb42f61eeeafb31663",
7774 "shasum": ""
7775 },
7776 "require": {
7777 "ext-pcre": "*",
7778 "ext-xml": "*",
7779 "ext-xmlreader": "*",
7780 "php": ">=5.6.0"
7781 },
7782 "require-dev": {
7783 "phpunit/phpunit": "~5.4.3 || ~6.5"
7784 },
7785 "suggest": {
7786 "ext-curl": "",
7787 "ext-iconv": "",
7788 "ext-intl": "",
7789 "ext-mbstring": "",
7790 "mf2/mf2": "Microformat module that allows for parsing HTML for microformats"
7791 },
7792 "type": "library",
7793 "autoload": {
7794 "psr-0": {
7795 "SimplePie": "library"
7796 }
7797 },
7798 "notification-url": "https://packagist.org/downloads/",
7799 "license": [
7800 "BSD-3-Clause"
7801 ],
7802 "authors": [
7803 {
7804 "name": "Ryan Parman",
7805 "homepage": "http://ryanparman.com/",
7806 "role": "Creator, alumnus developer"
7807 },
7808 {
7809 "name": "Geoffrey Sneddon",
7810 "homepage": "http://gsnedders.com/",
7811 "role": "Alumnus developer"
7812 },
7813 {
7814 "name": "Ryan McCue",
7815 "email": "me@ryanmccue.info",
7816 "homepage": "http://ryanmccue.info/",
7817 "role": "Developer"
7818 }
7819 ],
7820 "description": "A simple Atom/RSS parsing library for PHP",
7821 "homepage": "http://simplepie.org/",
7822 "keywords": [
7823 "atom",
7824 "feeds",
7825 "rss"
7826 ],
7827 "time": "2019-11-23T07:05:15+00:00"
7828 },
7829 {
7830 "name": "smalot/pdfparser",
7831 "version": "v0.14.0",
7832 "source": {
7833 "type": "git",
7834 "url": "https://github.com/smalot/pdfparser.git",
7835 "reference": "ec72a99028ba5e21a0acad92047b85e128cbf81f"
7836 },
7837 "dist": {
7838 "type": "zip",
7839 "url": "https://api.github.com/repos/smalot/pdfparser/zipball/ec72a99028ba5e21a0acad92047b85e128cbf81f",
7840 "reference": "ec72a99028ba5e21a0acad92047b85e128cbf81f",
7841 "shasum": ""
7842 },
7843 "require": {
7844 "ext-mbstring": "*",
7845 "ext-zlib": "*",
7846 "php": ">=5.3.0",
7847 "tecnickcom/tcpdf": "~6.0"
7848 },
7849 "require-dev": {
7850 "atoum/atoum": "^2.8 | ^3.0"
7851 },
7852 "type": "library",
7853 "autoload": {
7854 "psr-0": {
7855 "Smalot\\PdfParser\\": "src/"
7856 }
7857 },
7858 "notification-url": "https://packagist.org/downloads/",
7859 "license": [
7860 "LGPL-3.0"
7861 ],
7862 "authors": [
7863 {
7864 "name": "Sebastien Malot",
7865 "email": "sebastien@malot.fr"
7866 }
7867 ],
7868 "description": "Pdf parser library. Can read and extract information from pdf file.",
7869 "homepage": "http://www.pdfparser.org",
7870 "keywords": [
7871 "extract",
7872 "parse",
7873 "parser",
7874 "pdf",
7875 "text"
7876 ],
7877 "time": "2019-01-23T09:14:37+00:00"
7878 },
7879 {
7880 "name": "spomky-labs/otphp",
7881 "version": "v9.1.4",
7882 "source": {
7883 "type": "git",
7884 "url": "https://github.com/Spomky-Labs/otphp.git",
7885 "reference": "48d463cf909320399fe08eab2e1cd18d899d5068"
7886 },
7887 "dist": {
7888 "type": "zip",
7889 "url": "https://api.github.com/repos/Spomky-Labs/otphp/zipball/48d463cf909320399fe08eab2e1cd18d899d5068",
7890 "reference": "48d463cf909320399fe08eab2e1cd18d899d5068",
7891 "shasum": ""
7892 },
7893 "require": {
7894 "beberlei/assert": "^2.4|^3.0",
7895 "paragonie/constant_time_encoding": "^2.0",
7896 "php": "^7.1"
7897 },
7898 "require-dev": {
7899 "phpunit/phpunit": "^6.0",
7900 "satooshi/php-coveralls": "^1.0"
7901 },
7902 "type": "library",
7903 "extra": {
7904 "branch-alias": {
7905 "dev-master": "9.0.x-dev"
7906 }
7907 },
7908 "autoload": {
7909 "psr-4": {
7910 "OTPHP\\": "src/"
7911 }
7912 },
7913 "notification-url": "https://packagist.org/downloads/",
7914 "license": [
7915 "MIT"
7916 ],
7917 "authors": [
7918 {
7919 "name": "Florent Morselli",
7920 "homepage": "https://github.com/Spomky"
7921 },
7922 {
7923 "name": "All contributors",
7924 "homepage": "https://github.com/Spomky-Labs/otphp/contributors"
7925 }
7926 ],
7927 "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",
7928 "homepage": "https://github.com/Spomky-Labs/otphp",
7929 "keywords": [
7930 "FreeOTP",
7931 "RFC 4226",
7932 "RFC 6238",
7933 "google authenticator",
7934 "hotp",
7935 "otp",
7936 "totp"
7937 ],
7938 "time": "2019-03-18T10:08:51+00:00"
7939 },
7940 {
7941 "name": "stof/doctrine-extensions-bundle",
7942 "version": "v1.3.0",
7943 "source": {
7944 "type": "git",
7945 "url": "https://github.com/stof/StofDoctrineExtensionsBundle.git",
7946 "reference": "46db71ec7ffee9122eca3cdddd4ef8d84bae269c"
7947 },
7948 "dist": {
7949 "type": "zip",
7950 "url": "https://api.github.com/repos/stof/StofDoctrineExtensionsBundle/zipball/46db71ec7ffee9122eca3cdddd4ef8d84bae269c",
7951 "reference": "46db71ec7ffee9122eca3cdddd4ef8d84bae269c",
7952 "shasum": ""
7953 },
7954 "require": {
7955 "gedmo/doctrine-extensions": "^2.3.4",
7956 "php": ">=5.3.2",
7957 "symfony/framework-bundle": "~2.7|~3.2|~4.0"
7958 },
7959 "require-dev": {
7960 "symfony/phpunit-bridge": "^4.0",
7961 "symfony/security-bundle": "^2.7 || ^3.2 || ^4.0"
7962 },
7963 "suggest": {
7964 "doctrine/doctrine-bundle": "to use the ORM extensions",
7965 "doctrine/mongodb-odm-bundle": "to use the MongoDB ODM extensions"
7966 },
7967 "type": "symfony-bundle",
7968 "extra": {
7969 "branch-alias": {
7970 "dev-master": "1.3.x-dev"
7971 }
7972 },
7973 "autoload": {
7974 "psr-4": {
7975 "Stof\\DoctrineExtensionsBundle\\": ""
7976 }
7977 },
7978 "notification-url": "https://packagist.org/downloads/",
7979 "license": [
7980 "MIT"
7981 ],
7982 "authors": [
7983 {
7984 "name": "Christophe Coevoet",
7985 "email": "stof@notk.org"
7986 }
7987 ],
7988 "description": "Integration of the gedmo/doctrine-extensions with Symfony2",
7989 "homepage": "https://github.com/stof/StofDoctrineExtensionsBundle",
7990 "keywords": [
7991 "behaviors",
7992 "doctrine2",
7993 "extensions",
7994 "gedmo",
7995 "loggable",
7996 "nestedset",
7997 "sluggable",
7998 "sortable",
7999 "timestampable",
8000 "translatable",
8001 "tree"
8002 ],
8003 "time": "2017-12-24T16:06:50+00:00"
8004 },
8005 {
8006 "name": "swiftmailer/swiftmailer",
8007 "version": "v6.2.3",
8008 "source": {
8009 "type": "git",
8010 "url": "https://github.com/swiftmailer/swiftmailer.git",
8011 "reference": "149cfdf118b169f7840bbe3ef0d4bc795d1780c9"
8012 },
8013 "dist": {
8014 "type": "zip",
8015 "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/149cfdf118b169f7840bbe3ef0d4bc795d1780c9",
8016 "reference": "149cfdf118b169f7840bbe3ef0d4bc795d1780c9",
8017 "shasum": ""
8018 },
8019 "require": {
8020 "egulias/email-validator": "~2.0",
8021 "php": ">=7.0.0",
8022 "symfony/polyfill-iconv": "^1.0",
8023 "symfony/polyfill-intl-idn": "^1.10",
8024 "symfony/polyfill-mbstring": "^1.0"
8025 },
8026 "require-dev": {
8027 "mockery/mockery": "~0.9.1",
8028 "symfony/phpunit-bridge": "^3.4.19|^4.1.8"
8029 },
8030 "suggest": {
8031 "ext-intl": "Needed to support internationalized email addresses",
8032 "true/punycode": "Needed to support internationalized email addresses, if ext-intl is not installed"
8033 },
8034 "type": "library",
8035 "extra": {
8036 "branch-alias": {
8037 "dev-master": "6.2-dev"
8038 }
8039 },
8040 "autoload": {
8041 "files": [
8042 "lib/swift_required.php"
8043 ]
8044 },
8045 "notification-url": "https://packagist.org/downloads/",
8046 "license": [
8047 "MIT"
8048 ],
8049 "authors": [
8050 {
8051 "name": "Chris Corbyn"
8052 },
8053 {
8054 "name": "Fabien Potencier",
8055 "email": "fabien@symfony.com"
8056 }
8057 ],
8058 "description": "Swiftmailer, free feature-rich PHP mailer",
8059 "homepage": "https://swiftmailer.symfony.com",
8060 "keywords": [
8061 "email",
8062 "mail",
8063 "mailer"
8064 ],
8065 "time": "2019-11-12T09:31:26+00:00"
8066 },
8067 {
8068 "name": "symfony/http-client",
8069 "version": "v4.4.2",
8070 "source": {
8071 "type": "git",
8072 "url": "https://github.com/symfony/http-client.git",
8073 "reference": "9ebfc77b5018a05226b38642def82746f3e2ce0f"
8074 },
8075 "dist": {
8076 "type": "zip",
8077 "url": "https://api.github.com/repos/symfony/http-client/zipball/9ebfc77b5018a05226b38642def82746f3e2ce0f",
8078 "reference": "9ebfc77b5018a05226b38642def82746f3e2ce0f",
8079 "shasum": ""
8080 },
8081 "require": {
8082 "php": "^7.1.3",
8083 "psr/log": "^1.0",
8084 "symfony/http-client-contracts": "^1.1.8|^2",
8085 "symfony/polyfill-php73": "^1.11",
8086 "symfony/service-contracts": "^1.0|^2"
8087 },
8088 "provide": {
8089 "php-http/async-client-implementation": "*",
8090 "php-http/client-implementation": "*",
8091 "psr/http-client-implementation": "1.0",
8092 "symfony/http-client-implementation": "1.1"
8093 },
8094 "require-dev": {
8095 "guzzlehttp/promises": "^1.3.1",
8096 "nyholm/psr7": "^1.0",
8097 "php-http/httplug": "^1.0|^2.0",
8098 "psr/http-client": "^1.0",
8099 "symfony/dependency-injection": "^4.3|^5.0",
8100 "symfony/http-kernel": "^4.4",
8101 "symfony/process": "^4.2|^5.0"
8102 },
8103 "type": "library",
8104 "extra": {
8105 "branch-alias": {
8106 "dev-master": "4.4-dev"
8107 }
8108 },
8109 "autoload": {
8110 "psr-4": {
8111 "Symfony\\Component\\HttpClient\\": ""
8112 },
8113 "exclude-from-classmap": [
8114 "/Tests/"
8115 ]
8116 },
8117 "notification-url": "https://packagist.org/downloads/",
8118 "license": [
8119 "MIT"
8120 ],
8121 "authors": [
8122 {
8123 "name": "Nicolas Grekas",
8124 "email": "p@tchwork.com"
8125 },
8126 {
8127 "name": "Symfony Community",
8128 "homepage": "https://symfony.com/contributors"
8129 }
8130 ],
8131 "description": "Symfony HttpClient component",
8132 "homepage": "https://symfony.com",
8133 "time": "2019-12-19T15:57:49+00:00"
8134 },
8135 {
8136 "name": "symfony/http-client-contracts",
8137 "version": "v1.1.8",
8138 "source": {
8139 "type": "git",
8140 "url": "https://github.com/symfony/http-client-contracts.git",
8141 "reference": "088bae75cfa2ec5eb6d33dce17dbd8613150ce6e"
8142 },
8143 "dist": {
8144 "type": "zip",
8145 "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/088bae75cfa2ec5eb6d33dce17dbd8613150ce6e",
8146 "reference": "088bae75cfa2ec5eb6d33dce17dbd8613150ce6e",
8147 "shasum": ""
8148 },
8149 "require": {
8150 "php": "^7.1.3"
8151 },
8152 "suggest": {
8153 "symfony/http-client-implementation": ""
8154 },
8155 "type": "library",
8156 "extra": {
8157 "branch-alias": {
8158 "dev-master": "1.1-dev"
8159 }
8160 },
8161 "autoload": {
8162 "psr-4": {
8163 "Symfony\\Contracts\\HttpClient\\": ""
8164 }
8165 },
8166 "notification-url": "https://packagist.org/downloads/",
8167 "license": [
8168 "MIT"
8169 ],
8170 "authors": [
8171 {
8172 "name": "Nicolas Grekas",
8173 "email": "p@tchwork.com"
8174 },
8175 {
8176 "name": "Symfony Community",
8177 "homepage": "https://symfony.com/contributors"
8178 }
8179 ],
8180 "description": "Generic abstractions related to HTTP clients",
8181 "homepage": "https://symfony.com",
8182 "keywords": [
8183 "abstractions",
8184 "contracts",
8185 "decoupling",
8186 "interfaces",
8187 "interoperability",
8188 "standards"
8189 ],
8190 "time": "2019-11-07T12:44:51+00:00"
8191 },
8192 {
8193 "name": "symfony/mime",
8194 "version": "v4.4.2",
8195 "source": {
8196 "type": "git",
8197 "url": "https://github.com/symfony/mime.git",
8198 "reference": "010cc488e56cafe5f7494dea70aea93100c234df"
8199 },
8200 "dist": {
8201 "type": "zip",
8202 "url": "https://api.github.com/repos/symfony/mime/zipball/010cc488e56cafe5f7494dea70aea93100c234df",
8203 "reference": "010cc488e56cafe5f7494dea70aea93100c234df",
8204 "shasum": ""
8205 },
8206 "require": {
8207 "php": "^7.1.3",
8208 "symfony/polyfill-intl-idn": "^1.10",
8209 "symfony/polyfill-mbstring": "^1.0"
8210 },
8211 "conflict": {
8212 "symfony/mailer": "<4.4"
8213 },
8214 "require-dev": {
8215 "egulias/email-validator": "^2.1.10",
8216 "symfony/dependency-injection": "^3.4|^4.1|^5.0"
8217 },
8218 "type": "library",
8219 "extra": {
8220 "branch-alias": {
8221 "dev-master": "4.4-dev"
8222 }
8223 },
8224 "autoload": {
8225 "psr-4": {
8226 "Symfony\\Component\\Mime\\": ""
8227 },
8228 "exclude-from-classmap": [
8229 "/Tests/"
8230 ]
8231 },
8232 "notification-url": "https://packagist.org/downloads/",
8233 "license": [
8234 "MIT"
8235 ],
8236 "authors": [
8237 {
8238 "name": "Fabien Potencier",
8239 "email": "fabien@symfony.com"
8240 },
8241 {
8242 "name": "Symfony Community",
8243 "homepage": "https://symfony.com/contributors"
8244 }
8245 ],
8246 "description": "A library to manipulate MIME messages",
8247 "homepage": "https://symfony.com",
8248 "keywords": [
8249 "mime",
8250 "mime-type"
8251 ],
8252 "time": "2019-11-30T08:27:26+00:00"
8253 },
8254 {
8255 "name": "symfony/monolog-bundle",
8256 "version": "v3.5.0",
8257 "source": {
8258 "type": "git",
8259 "url": "https://github.com/symfony/monolog-bundle.git",
8260 "reference": "dd80460fcfe1fa2050a7103ad818e9d0686ce6fd"
8261 },
8262 "dist": {
8263 "type": "zip",
8264 "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/dd80460fcfe1fa2050a7103ad818e9d0686ce6fd",
8265 "reference": "dd80460fcfe1fa2050a7103ad818e9d0686ce6fd",
8266 "shasum": ""
8267 },
8268 "require": {
8269 "monolog/monolog": "~1.22 || ~2.0",
8270 "php": ">=5.6",
8271 "symfony/config": "~3.4 || ~4.0 || ^5.0",
8272 "symfony/dependency-injection": "~3.4.10 || ^4.0.10 || ^5.0",
8273 "symfony/http-kernel": "~3.4 || ~4.0 || ^5.0",
8274 "symfony/monolog-bridge": "~3.4 || ~4.0 || ^5.0"
8275 },
8276 "require-dev": {
8277 "symfony/console": "~3.4 || ~4.0 || ^5.0",
8278 "symfony/phpunit-bridge": "^3.4.19 || ^4.0 || ^5.0",
8279 "symfony/yaml": "~3.4 || ~4.0 || ^5.0"
8280 },
8281 "type": "symfony-bundle",
8282 "extra": {
8283 "branch-alias": {
8284 "dev-master": "3.x-dev"
8285 }
8286 },
8287 "autoload": {
8288 "psr-4": {
8289 "Symfony\\Bundle\\MonologBundle\\": ""
8290 },
8291 "exclude-from-classmap": [
8292 "/Tests/"
8293 ]
8294 },
8295 "notification-url": "https://packagist.org/downloads/",
8296 "license": [
8297 "MIT"
8298 ],
8299 "authors": [
8300 {
8301 "name": "Fabien Potencier",
8302 "email": "fabien@symfony.com"
8303 },
8304 {
8305 "name": "Symfony Community",
8306 "homepage": "http://symfony.com/contributors"
8307 }
8308 ],
8309 "description": "Symfony MonologBundle",
8310 "homepage": "http://symfony.com",
8311 "keywords": [
8312 "log",
8313 "logging"
8314 ],
8315 "time": "2019-11-13T13:11:14+00:00"
8316 },
8317 {
8318 "name": "symfony/polyfill-apcu",
8319 "version": "v1.13.1",
8320 "source": {
8321 "type": "git",
8322 "url": "https://github.com/symfony/polyfill-apcu.git",
8323 "reference": "a8e961c841b9ec52927a87914f8820a1ad8f8116"
8324 },
8325 "dist": {
8326 "type": "zip",
8327 "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/a8e961c841b9ec52927a87914f8820a1ad8f8116",
8328 "reference": "a8e961c841b9ec52927a87914f8820a1ad8f8116",
8329 "shasum": ""
8330 },
8331 "require": {
8332 "php": ">=5.3.3"
8333 },
8334 "type": "library",
8335 "extra": {
8336 "branch-alias": {
8337 "dev-master": "1.13-dev"
8338 }
8339 },
8340 "autoload": {
8341 "psr-4": {
8342 "Symfony\\Polyfill\\Apcu\\": ""
8343 },
8344 "files": [
8345 "bootstrap.php"
8346 ]
8347 },
8348 "notification-url": "https://packagist.org/downloads/",
8349 "license": [
8350 "MIT"
8351 ],
8352 "authors": [
8353 {
8354 "name": "Nicolas Grekas",
8355 "email": "p@tchwork.com"
8356 },
8357 {
8358 "name": "Symfony Community",
8359 "homepage": "https://symfony.com/contributors"
8360 }
8361 ],
8362 "description": "Symfony polyfill backporting apcu_* functions to lower PHP versions",
8363 "homepage": "https://symfony.com",
8364 "keywords": [
8365 "apcu",
8366 "compatibility",
8367 "polyfill",
8368 "portable",
8369 "shim"
8370 ],
8371 "time": "2019-11-27T13:56:44+00:00"
8372 },
8373 {
8374 "name": "symfony/polyfill-ctype",
8375 "version": "v1.13.1",
8376 "source": {
8377 "type": "git",
8378 "url": "https://github.com/symfony/polyfill-ctype.git",
8379 "reference": "f8f0b461be3385e56d6de3dbb5a0df24c0c275e3"
8380 },
8381 "dist": {
8382 "type": "zip",
8383 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/f8f0b461be3385e56d6de3dbb5a0df24c0c275e3",
8384 "reference": "f8f0b461be3385e56d6de3dbb5a0df24c0c275e3",
8385 "shasum": ""
8386 },
8387 "require": {
8388 "php": ">=5.3.3"
8389 },
8390 "suggest": {
8391 "ext-ctype": "For best performance"
8392 },
8393 "type": "library",
8394 "extra": {
8395 "branch-alias": {
8396 "dev-master": "1.13-dev"
8397 }
8398 },
8399 "autoload": {
8400 "psr-4": {
8401 "Symfony\\Polyfill\\Ctype\\": ""
8402 },
8403 "files": [
8404 "bootstrap.php"
8405 ]
8406 },
8407 "notification-url": "https://packagist.org/downloads/",
8408 "license": [
8409 "MIT"
8410 ],
8411 "authors": [
8412 {
8413 "name": "Gert de Pagter",
8414 "email": "BackEndTea@gmail.com"
8415 },
8416 {
8417 "name": "Symfony Community",
8418 "homepage": "https://symfony.com/contributors"
8419 }
8420 ],
8421 "description": "Symfony polyfill for ctype functions",
8422 "homepage": "https://symfony.com",
8423 "keywords": [
8424 "compatibility",
8425 "ctype",
8426 "polyfill",
8427 "portable"
8428 ],
8429 "time": "2019-11-27T13:56:44+00:00"
8430 },
8431 {
8432 "name": "symfony/polyfill-iconv",
8433 "version": "v1.13.1",
8434 "source": {
8435 "type": "git",
8436 "url": "https://github.com/symfony/polyfill-iconv.git",
8437 "reference": "a019efccc03f1a335af6b4f20c30f5ea8060be36"
8438 },
8439 "dist": {
8440 "type": "zip",
8441 "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/a019efccc03f1a335af6b4f20c30f5ea8060be36",
8442 "reference": "a019efccc03f1a335af6b4f20c30f5ea8060be36",
8443 "shasum": ""
8444 },
8445 "require": {
8446 "php": ">=5.3.3"
8447 },
8448 "suggest": {
8449 "ext-iconv": "For best performance"
8450 },
8451 "type": "library",
8452 "extra": {
8453 "branch-alias": {
8454 "dev-master": "1.13-dev"
8455 }
8456 },
8457 "autoload": {
8458 "psr-4": {
8459 "Symfony\\Polyfill\\Iconv\\": ""
8460 },
8461 "files": [
8462 "bootstrap.php"
8463 ]
8464 },
8465 "notification-url": "https://packagist.org/downloads/",
8466 "license": [
8467 "MIT"
8468 ],
8469 "authors": [
8470 {
8471 "name": "Nicolas Grekas",
8472 "email": "p@tchwork.com"
8473 },
8474 {
8475 "name": "Symfony Community",
8476 "homepage": "https://symfony.com/contributors"
8477 }
8478 ],
8479 "description": "Symfony polyfill for the Iconv extension",
8480 "homepage": "https://symfony.com",
8481 "keywords": [
8482 "compatibility",
8483 "iconv",
8484 "polyfill",
8485 "portable",
8486 "shim"
8487 ],
8488 "time": "2019-11-27T13:56:44+00:00"
8489 },
8490 {
8491 "name": "symfony/polyfill-intl-icu",
8492 "version": "v1.13.1",
8493 "source": {
8494 "type": "git",
8495 "url": "https://github.com/symfony/polyfill-intl-icu.git",
8496 "reference": "b3dffd68afa61ca70f2327f2dd9bbeb6aa53d70b"
8497 },
8498 "dist": {
8499 "type": "zip",
8500 "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/b3dffd68afa61ca70f2327f2dd9bbeb6aa53d70b",
8501 "reference": "b3dffd68afa61ca70f2327f2dd9bbeb6aa53d70b",
8502 "shasum": ""
8503 },
8504 "require": {
8505 "php": ">=5.3.3",
8506 "symfony/intl": "~2.3|~3.0|~4.0|~5.0"
8507 },
8508 "suggest": {
8509 "ext-intl": "For best performance"
8510 },
8511 "type": "library",
8512 "extra": {
8513 "branch-alias": {
8514 "dev-master": "1.13-dev"
8515 }
8516 },
8517 "autoload": {
8518 "files": [
8519 "bootstrap.php"
8520 ]
8521 },
8522 "notification-url": "https://packagist.org/downloads/",
8523 "license": [
8524 "MIT"
8525 ],
8526 "authors": [
8527 {
8528 "name": "Nicolas Grekas",
8529 "email": "p@tchwork.com"
8530 },
8531 {
8532 "name": "Symfony Community",
8533 "homepage": "https://symfony.com/contributors"
8534 }
8535 ],
8536 "description": "Symfony polyfill for intl's ICU-related data and classes",
8537 "homepage": "https://symfony.com",
8538 "keywords": [
8539 "compatibility",
8540 "icu",
8541 "intl",
8542 "polyfill",
8543 "portable",
8544 "shim"
8545 ],
8546 "time": "2019-11-27T13:56:44+00:00"
8547 },
8548 {
8549 "name": "symfony/polyfill-intl-idn",
8550 "version": "v1.13.1",
8551 "source": {
8552 "type": "git",
8553 "url": "https://github.com/symfony/polyfill-intl-idn.git",
8554 "reference": "6f9c239e61e1b0c9229a28ff89a812dc449c3d46"
8555 },
8556 "dist": {
8557 "type": "zip",
8558 "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/6f9c239e61e1b0c9229a28ff89a812dc449c3d46",
8559 "reference": "6f9c239e61e1b0c9229a28ff89a812dc449c3d46",
8560 "shasum": ""
8561 },
8562 "require": {
8563 "php": ">=5.3.3",
8564 "symfony/polyfill-mbstring": "^1.3",
8565 "symfony/polyfill-php72": "^1.9"
8566 },
8567 "suggest": {
8568 "ext-intl": "For best performance"
8569 },
8570 "type": "library",
8571 "extra": {
8572 "branch-alias": {
8573 "dev-master": "1.13-dev"
8574 }
8575 },
8576 "autoload": {
8577 "psr-4": {
8578 "Symfony\\Polyfill\\Intl\\Idn\\": ""
8579 },
8580 "files": [
8581 "bootstrap.php"
8582 ]
8583 },
8584 "notification-url": "https://packagist.org/downloads/",
8585 "license": [
8586 "MIT"
8587 ],
8588 "authors": [
8589 {
8590 "name": "Laurent Bassin",
8591 "email": "laurent@bassin.info"
8592 },
8593 {
8594 "name": "Symfony Community",
8595 "homepage": "https://symfony.com/contributors"
8596 }
8597 ],
8598 "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
8599 "homepage": "https://symfony.com",
8600 "keywords": [
8601 "compatibility",
8602 "idn",
8603 "intl",
8604 "polyfill",
8605 "portable",
8606 "shim"
8607 ],
8608 "time": "2019-11-27T13:56:44+00:00"
8609 },
8610 {
8611 "name": "symfony/polyfill-mbstring",
8612 "version": "v1.13.1",
8613 "source": {
8614 "type": "git",
8615 "url": "https://github.com/symfony/polyfill-mbstring.git",
8616 "reference": "7b4aab9743c30be783b73de055d24a39cf4b954f"
8617 },
8618 "dist": {
8619 "type": "zip",
8620 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/7b4aab9743c30be783b73de055d24a39cf4b954f",
8621 "reference": "7b4aab9743c30be783b73de055d24a39cf4b954f",
8622 "shasum": ""
8623 },
8624 "require": {
8625 "php": ">=5.3.3"
8626 },
8627 "suggest": {
8628 "ext-mbstring": "For best performance"
8629 },
8630 "type": "library",
8631 "extra": {
8632 "branch-alias": {
8633 "dev-master": "1.13-dev"
8634 }
8635 },
8636 "autoload": {
8637 "psr-4": {
8638 "Symfony\\Polyfill\\Mbstring\\": ""
8639 },
8640 "files": [
8641 "bootstrap.php"
8642 ]
8643 },
8644 "notification-url": "https://packagist.org/downloads/",
8645 "license": [
8646 "MIT"
8647 ],
8648 "authors": [
8649 {
8650 "name": "Nicolas Grekas",
8651 "email": "p@tchwork.com"
8652 },
8653 {
8654 "name": "Symfony Community",
8655 "homepage": "https://symfony.com/contributors"
8656 }
8657 ],
8658 "description": "Symfony polyfill for the Mbstring extension",
8659 "homepage": "https://symfony.com",
8660 "keywords": [
8661 "compatibility",
8662 "mbstring",
8663 "polyfill",
8664 "portable",
8665 "shim"
8666 ],
8667 "time": "2019-11-27T14:18:11+00:00"
8668 },
8669 {
8670 "name": "symfony/polyfill-php56",
8671 "version": "v1.13.1",
8672 "source": {
8673 "type": "git",
8674 "url": "https://github.com/symfony/polyfill-php56.git",
8675 "reference": "53dd1cdf3cb986893ccf2b96665b25b3abb384f4"
8676 },
8677 "dist": {
8678 "type": "zip",
8679 "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/53dd1cdf3cb986893ccf2b96665b25b3abb384f4",
8680 "reference": "53dd1cdf3cb986893ccf2b96665b25b3abb384f4",
8681 "shasum": ""
8682 },
8683 "require": {
8684 "php": ">=5.3.3",
8685 "symfony/polyfill-util": "~1.0"
8686 },
8687 "type": "library",
8688 "extra": {
8689 "branch-alias": {
8690 "dev-master": "1.13-dev"
8691 }
8692 },
8693 "autoload": {
8694 "psr-4": {
8695 "Symfony\\Polyfill\\Php56\\": ""
8696 },
8697 "files": [
8698 "bootstrap.php"
8699 ]
8700 },
8701 "notification-url": "https://packagist.org/downloads/",
8702 "license": [
8703 "MIT"
8704 ],
8705 "authors": [
8706 {
8707 "name": "Nicolas Grekas",
8708 "email": "p@tchwork.com"
8709 },
8710 {
8711 "name": "Symfony Community",
8712 "homepage": "https://symfony.com/contributors"
8713 }
8714 ],
8715 "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions",
8716 "homepage": "https://symfony.com",
8717 "keywords": [
8718 "compatibility",
8719 "polyfill",
8720 "portable",
8721 "shim"
8722 ],
8723 "time": "2019-11-27T13:56:44+00:00"
8724 },
8725 {
8726 "name": "symfony/polyfill-php70",
8727 "version": "v1.13.1",
8728 "source": {
8729 "type": "git",
8730 "url": "https://github.com/symfony/polyfill-php70.git",
8731 "reference": "af23c7bb26a73b850840823662dda371484926c4"
8732 },
8733 "dist": {
8734 "type": "zip",
8735 "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/af23c7bb26a73b850840823662dda371484926c4",
8736 "reference": "af23c7bb26a73b850840823662dda371484926c4",
8737 "shasum": ""
8738 },
8739 "require": {
8740 "paragonie/random_compat": "~1.0|~2.0|~9.99",
8741 "php": ">=5.3.3"
8742 },
8743 "type": "library",
8744 "extra": {
8745 "branch-alias": {
8746 "dev-master": "1.13-dev"
8747 }
8748 },
8749 "autoload": {
8750 "psr-4": {
8751 "Symfony\\Polyfill\\Php70\\": ""
8752 },
8753 "files": [
8754 "bootstrap.php"
8755 ],
8756 "classmap": [
8757 "Resources/stubs"
8758 ]
8759 },
8760 "notification-url": "https://packagist.org/downloads/",
8761 "license": [
8762 "MIT"
8763 ],
8764 "authors": [
8765 {
8766 "name": "Nicolas Grekas",
8767 "email": "p@tchwork.com"
8768 },
8769 {
8770 "name": "Symfony Community",
8771 "homepage": "https://symfony.com/contributors"
8772 }
8773 ],
8774 "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
8775 "homepage": "https://symfony.com",
8776 "keywords": [
8777 "compatibility",
8778 "polyfill",
8779 "portable",
8780 "shim"
8781 ],
8782 "time": "2019-11-27T13:56:44+00:00"
8783 },
8784 {
8785 "name": "symfony/polyfill-php72",
8786 "version": "v1.13.1",
8787 "source": {
8788 "type": "git",
8789 "url": "https://github.com/symfony/polyfill-php72.git",
8790 "reference": "66fea50f6cb37a35eea048d75a7d99a45b586038"
8791 },
8792 "dist": {
8793 "type": "zip",
8794 "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/66fea50f6cb37a35eea048d75a7d99a45b586038",
8795 "reference": "66fea50f6cb37a35eea048d75a7d99a45b586038",
8796 "shasum": ""
8797 },
8798 "require": {
8799 "php": ">=5.3.3"
8800 },
8801 "type": "library",
8802 "extra": {
8803 "branch-alias": {
8804 "dev-master": "1.13-dev"
8805 }
8806 },
8807 "autoload": {
8808 "psr-4": {
8809 "Symfony\\Polyfill\\Php72\\": ""
8810 },
8811 "files": [
8812 "bootstrap.php"
8813 ]
8814 },
8815 "notification-url": "https://packagist.org/downloads/",
8816 "license": [
8817 "MIT"
8818 ],
8819 "authors": [
8820 {
8821 "name": "Nicolas Grekas",
8822 "email": "p@tchwork.com"
8823 },
8824 {
8825 "name": "Symfony Community",
8826 "homepage": "https://symfony.com/contributors"
8827 }
8828 ],
8829 "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
8830 "homepage": "https://symfony.com",
8831 "keywords": [
8832 "compatibility",
8833 "polyfill",
8834 "portable",
8835 "shim"
8836 ],
8837 "time": "2019-11-27T13:56:44+00:00"
8838 },
8839 {
8840 "name": "symfony/polyfill-php73",
8841 "version": "v1.13.1",
8842 "source": {
8843 "type": "git",
8844 "url": "https://github.com/symfony/polyfill-php73.git",
8845 "reference": "4b0e2222c55a25b4541305a053013d5647d3a25f"
8846 },
8847 "dist": {
8848 "type": "zip",
8849 "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/4b0e2222c55a25b4541305a053013d5647d3a25f",
8850 "reference": "4b0e2222c55a25b4541305a053013d5647d3a25f",
8851 "shasum": ""
8852 },
8853 "require": {
8854 "php": ">=5.3.3"
8855 },
8856 "type": "library",
8857 "extra": {
8858 "branch-alias": {
8859 "dev-master": "1.13-dev"
8860 }
8861 },
8862 "autoload": {
8863 "psr-4": {
8864 "Symfony\\Polyfill\\Php73\\": ""
8865 },
8866 "files": [
8867 "bootstrap.php"
8868 ],
8869 "classmap": [
8870 "Resources/stubs"
8871 ]
8872 },
8873 "notification-url": "https://packagist.org/downloads/",
8874 "license": [
8875 "MIT"
8876 ],
8877 "authors": [
8878 {
8879 "name": "Nicolas Grekas",
8880 "email": "p@tchwork.com"
8881 },
8882 {
8883 "name": "Symfony Community",
8884 "homepage": "https://symfony.com/contributors"
8885 }
8886 ],
8887 "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
8888 "homepage": "https://symfony.com",
8889 "keywords": [
8890 "compatibility",
8891 "polyfill",
8892 "portable",
8893 "shim"
8894 ],
8895 "time": "2019-11-27T16:25:15+00:00"
8896 },
8897 {
8898 "name": "symfony/polyfill-util",
8899 "version": "v1.13.1",
8900 "source": {
8901 "type": "git",
8902 "url": "https://github.com/symfony/polyfill-util.git",
8903 "reference": "964a67f293b66b95883a5ed918a65354fcd2258f"
8904 },
8905 "dist": {
8906 "type": "zip",
8907 "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/964a67f293b66b95883a5ed918a65354fcd2258f",
8908 "reference": "964a67f293b66b95883a5ed918a65354fcd2258f",
8909 "shasum": ""
8910 },
8911 "require": {
8912 "php": ">=5.3.3"
8913 },
8914 "type": "library",
8915 "extra": {
8916 "branch-alias": {
8917 "dev-master": "1.13-dev"
8918 }
8919 },
8920 "autoload": {
8921 "psr-4": {
8922 "Symfony\\Polyfill\\Util\\": ""
8923 }
8924 },
8925 "notification-url": "https://packagist.org/downloads/",
8926 "license": [
8927 "MIT"
8928 ],
8929 "authors": [
8930 {
8931 "name": "Nicolas Grekas",
8932 "email": "p@tchwork.com"
8933 },
8934 {
8935 "name": "Symfony Community",
8936 "homepage": "https://symfony.com/contributors"
8937 }
8938 ],
8939 "description": "Symfony utilities for portability of PHP codes",
8940 "homepage": "https://symfony.com",
8941 "keywords": [
8942 "compat",
8943 "compatibility",
8944 "polyfill",
8945 "shim"
8946 ],
8947 "time": "2019-11-27T13:56:44+00:00"
8948 },
8949 {
8950 "name": "symfony/service-contracts",
8951 "version": "v1.1.8",
8952 "source": {
8953 "type": "git",
8954 "url": "https://github.com/symfony/service-contracts.git",
8955 "reference": "ffc7f5692092df31515df2a5ecf3b7302b3ddacf"
8956 },
8957 "dist": {
8958 "type": "zip",
8959 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/ffc7f5692092df31515df2a5ecf3b7302b3ddacf",
8960 "reference": "ffc7f5692092df31515df2a5ecf3b7302b3ddacf",
8961 "shasum": ""
8962 },
8963 "require": {
8964 "php": "^7.1.3",
8965 "psr/container": "^1.0"
8966 },
8967 "suggest": {
8968 "symfony/service-implementation": ""
8969 },
8970 "type": "library",
8971 "extra": {
8972 "branch-alias": {
8973 "dev-master": "1.1-dev"
8974 }
8975 },
8976 "autoload": {
8977 "psr-4": {
8978 "Symfony\\Contracts\\Service\\": ""
8979 }
8980 },
8981 "notification-url": "https://packagist.org/downloads/",
8982 "license": [
8983 "MIT"
8984 ],
8985 "authors": [
8986 {
8987 "name": "Nicolas Grekas",
8988 "email": "p@tchwork.com"
8989 },
8990 {
8991 "name": "Symfony Community",
8992 "homepage": "https://symfony.com/contributors"
8993 }
8994 ],
8995 "description": "Generic abstractions related to writing services",
8996 "homepage": "https://symfony.com",
8997 "keywords": [
8998 "abstractions",
8999 "contracts",
9000 "decoupling",
9001 "interfaces",
9002 "interoperability",
9003 "standards"
9004 ],
9005 "time": "2019-10-14T12:27:06+00:00"
9006 },
9007 {
9008 "name": "symfony/swiftmailer-bundle",
9009 "version": "v3.3.1",
9010 "source": {
9011 "type": "git",
9012 "url": "https://github.com/symfony/swiftmailer-bundle.git",
9013 "reference": "defa9bdfc0191ed70b389cb93c550c6c82cf1745"
9014 },
9015 "dist": {
9016 "type": "zip",
9017 "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/defa9bdfc0191ed70b389cb93c550c6c82cf1745",
9018 "reference": "defa9bdfc0191ed70b389cb93c550c6c82cf1745",
9019 "shasum": ""
9020 },
9021 "require": {
9022 "php": ">=7.0.0",
9023 "swiftmailer/swiftmailer": "^6.1.3",
9024 "symfony/config": "^3.4|^4.0|^5.0",
9025 "symfony/dependency-injection": "^3.4|^4.0|^5.0",
9026 "symfony/http-kernel": "^3.4|^4.0|^5.0"
9027 },
9028 "conflict": {
9029 "twig/twig": "<1.41|<2.10"
9030 },
9031 "require-dev": {
9032 "symfony/console": "^3.4|^4.0|^5.0",
9033 "symfony/framework-bundle": "^3.4|^4.0|^5.0",
9034 "symfony/phpunit-bridge": "^3.4.32|^4.3.5|^5.0",
9035 "symfony/yaml": "^3.4|^4.0|^5.0"
9036 },
9037 "suggest": {
9038 "psr/log": "Allows logging"
9039 },
9040 "type": "symfony-bundle",
9041 "extra": {
9042 "branch-alias": {
9043 "dev-master": "3.3-dev"
9044 }
9045 },
9046 "autoload": {
9047 "psr-4": {
9048 "Symfony\\Bundle\\SwiftmailerBundle\\": ""
9049 },
9050 "exclude-from-classmap": [
9051 "/Tests/"
9052 ]
9053 },
9054 "notification-url": "https://packagist.org/downloads/",
9055 "license": [
9056 "MIT"
9057 ],
9058 "authors": [
9059 {
9060 "name": "Fabien Potencier",
9061 "email": "fabien@symfony.com"
9062 },
9063 {
9064 "name": "Symfony Community",
9065 "homepage": "http://symfony.com/contributors"
9066 }
9067 ],
9068 "description": "Symfony SwiftmailerBundle",
9069 "homepage": "http://symfony.com",
9070 "time": "2019-11-07T21:01:35+00:00"
9071 },
9072 {
9073 "name": "symfony/symfony",
9074 "version": "v3.4.36",
9075 "source": {
9076 "type": "git",
9077 "url": "https://github.com/symfony/symfony.git",
9078 "reference": "0a6fccb5772ad2467253e6849d589bd09d9eb195"
9079 },
9080 "dist": {
9081 "type": "zip",
9082 "url": "https://api.github.com/repos/symfony/symfony/zipball/0a6fccb5772ad2467253e6849d589bd09d9eb195",
9083 "reference": "0a6fccb5772ad2467253e6849d589bd09d9eb195",
9084 "shasum": ""
9085 },
9086 "require": {
9087 "doctrine/common": "~2.4",
9088 "ext-xml": "*",
9089 "fig/link-util": "^1.0",
9090 "php": "^5.5.9|>=7.0.8",
9091 "psr/cache": "~1.0",
9092 "psr/container": "^1.0",
9093 "psr/link": "^1.0",
9094 "psr/log": "~1.0",
9095 "psr/simple-cache": "^1.0",
9096 "symfony/polyfill-apcu": "~1.1",
9097 "symfony/polyfill-ctype": "~1.8",
9098 "symfony/polyfill-intl-icu": "~1.0",
9099 "symfony/polyfill-mbstring": "~1.0",
9100 "symfony/polyfill-php56": "~1.0",
9101 "symfony/polyfill-php70": "~1.6",
9102 "twig/twig": "^1.41|^2.10"
9103 },
9104 "conflict": {
9105 "monolog/monolog": ">=2",
9106 "phpdocumentor/reflection-docblock": "<3.0||>=3.2.0,<3.2.2",
9107 "phpdocumentor/type-resolver": "<0.3.0",
9108 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
9109 },
9110 "provide": {
9111 "psr/cache-implementation": "1.0",
9112 "psr/container-implementation": "1.0",
9113 "psr/log-implementation": "1.0",
9114 "psr/simple-cache-implementation": "1.0"
9115 },
9116 "replace": {
9117 "symfony/asset": "self.version",
9118 "symfony/browser-kit": "self.version",
9119 "symfony/cache": "self.version",
9120 "symfony/class-loader": "self.version",
9121 "symfony/config": "self.version",
9122 "symfony/console": "self.version",
9123 "symfony/css-selector": "self.version",
9124 "symfony/debug": "self.version",
9125 "symfony/debug-bundle": "self.version",
9126 "symfony/dependency-injection": "self.version",
9127 "symfony/doctrine-bridge": "self.version",
9128 "symfony/dom-crawler": "self.version",
9129 "symfony/dotenv": "self.version",
9130 "symfony/event-dispatcher": "self.version",
9131 "symfony/expression-language": "self.version",
9132 "symfony/filesystem": "self.version",
9133 "symfony/finder": "self.version",
9134 "symfony/form": "self.version",
9135 "symfony/framework-bundle": "self.version",
9136 "symfony/http-foundation": "self.version",
9137 "symfony/http-kernel": "self.version",
9138 "symfony/inflector": "self.version",
9139 "symfony/intl": "self.version",
9140 "symfony/ldap": "self.version",
9141 "symfony/lock": "self.version",
9142 "symfony/monolog-bridge": "self.version",
9143 "symfony/options-resolver": "self.version",
9144 "symfony/process": "self.version",
9145 "symfony/property-access": "self.version",
9146 "symfony/property-info": "self.version",
9147 "symfony/proxy-manager-bridge": "self.version",
9148 "symfony/routing": "self.version",
9149 "symfony/security": "self.version",
9150 "symfony/security-bundle": "self.version",
9151 "symfony/security-core": "self.version",
9152 "symfony/security-csrf": "self.version",
9153 "symfony/security-guard": "self.version",
9154 "symfony/security-http": "self.version",
9155 "symfony/serializer": "self.version",
9156 "symfony/stopwatch": "self.version",
9157 "symfony/templating": "self.version",
9158 "symfony/translation": "self.version",
9159 "symfony/twig-bridge": "self.version",
9160 "symfony/twig-bundle": "self.version",
9161 "symfony/validator": "self.version",
9162 "symfony/var-dumper": "self.version",
9163 "symfony/web-link": "self.version",
9164 "symfony/web-profiler-bundle": "self.version",
9165 "symfony/web-server-bundle": "self.version",
9166 "symfony/workflow": "self.version",
9167 "symfony/yaml": "self.version"
9168 },
9169 "require-dev": {
9170 "cache/integration-tests": "dev-master",
9171 "doctrine/annotations": "~1.0",
9172 "doctrine/cache": "~1.6",
9173 "doctrine/data-fixtures": "1.0.*",
9174 "doctrine/dbal": "~2.4",
9175 "doctrine/doctrine-bundle": "~1.4",
9176 "doctrine/orm": "~2.4,>=2.4.5",
9177 "egulias/email-validator": "~1.2,>=1.2.8|~2.0",
9178 "monolog/monolog": "~1.11",
9179 "ocramius/proxy-manager": "~0.4|~1.0|~2.0",
9180 "phpdocumentor/reflection-docblock": "^3.0|^4.0",
9181 "predis/predis": "~1.0",
9182 "symfony/phpunit-bridge": "^3.4.31|^4.3.4|~5.0",
9183 "symfony/security-acl": "~2.8|~3.0"
9184 },
9185 "type": "library",
9186 "extra": {
9187 "branch-alias": {
9188 "dev-master": "3.4-dev"
9189 }
9190 },
9191 "autoload": {
9192 "psr-4": {
9193 "Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/",
9194 "Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/",
9195 "Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/",
9196 "Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/",
9197 "Symfony\\Bundle\\": "src/Symfony/Bundle/",
9198 "Symfony\\Component\\": "src/Symfony/Component/"
9199 },
9200 "classmap": [
9201 "src/Symfony/Component/Intl/Resources/stubs"
9202 ],
9203 "exclude-from-classmap": [
9204 "**/Tests/"
9205 ]
9206 },
9207 "notification-url": "https://packagist.org/downloads/",
9208 "license": [
9209 "MIT"
9210 ],
9211 "authors": [
9212 {
9213 "name": "Fabien Potencier",
9214 "email": "fabien@symfony.com"
9215 },
9216 {
9217 "name": "Symfony Community",
9218 "homepage": "https://symfony.com/contributors"
9219 }
9220 ],
9221 "description": "The Symfony PHP framework",
9222 "homepage": "https://symfony.com",
9223 "keywords": [
9224 "framework"
9225 ],
9226 "time": "2019-12-01T13:50:53+00:00"
9227 },
9228 {
9229 "name": "true/punycode",
9230 "version": "v2.1.1",
9231 "source": {
9232 "type": "git",
9233 "url": "https://github.com/true/php-punycode.git",
9234 "reference": "a4d0c11a36dd7f4e7cd7096076cab6d3378a071e"
9235 },
9236 "dist": {
9237 "type": "zip",
9238 "url": "https://api.github.com/repos/true/php-punycode/zipball/a4d0c11a36dd7f4e7cd7096076cab6d3378a071e",
9239 "reference": "a4d0c11a36dd7f4e7cd7096076cab6d3378a071e",
9240 "shasum": ""
9241 },
9242 "require": {
9243 "php": ">=5.3.0",
9244 "symfony/polyfill-mbstring": "^1.3"
9245 },
9246 "require-dev": {
9247 "phpunit/phpunit": "~4.7",
9248 "squizlabs/php_codesniffer": "~2.0"
9249 },
9250 "type": "library",
9251 "autoload": {
9252 "psr-4": {
9253 "TrueBV\\": "src/"
9254 }
9255 },
9256 "notification-url": "https://packagist.org/downloads/",
9257 "license": [
9258 "MIT"
9259 ],
9260 "authors": [
9261 {
9262 "name": "Renan Gonçalves",
9263 "email": "renan.saddam@gmail.com"
9264 }
9265 ],
9266 "description": "A Bootstring encoding of Unicode for Internationalized Domain Names in Applications (IDNA)",
9267 "homepage": "https://github.com/true/php-punycode",
9268 "keywords": [
9269 "idna",
9270 "punycode"
9271 ],
9272 "time": "2016-11-16T10:37:54+00:00"
9273 },
9274 {
9275 "name": "twig/extensions",
9276 "version": "v1.5.4",
9277 "source": {
9278 "type": "git",
9279 "url": "https://github.com/twigphp/Twig-extensions.git",
9280 "reference": "57873c8b0c1be51caa47df2cdb824490beb16202"
9281 },
9282 "dist": {
9283 "type": "zip",
9284 "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/57873c8b0c1be51caa47df2cdb824490beb16202",
9285 "reference": "57873c8b0c1be51caa47df2cdb824490beb16202",
9286 "shasum": ""
9287 },
9288 "require": {
9289 "twig/twig": "^1.27|^2.0"
9290 },
9291 "require-dev": {
9292 "symfony/phpunit-bridge": "^3.4",
9293 "symfony/translation": "^2.7|^3.4"
9294 },
9295 "suggest": {
9296 "symfony/translation": "Allow the time_diff output to be translated"
9297 },
9298 "type": "library",
9299 "extra": {
9300 "branch-alias": {
9301 "dev-master": "1.5-dev"
9302 }
9303 },
9304 "autoload": {
9305 "psr-0": {
9306 "Twig_Extensions_": "lib/"
9307 },
9308 "psr-4": {
9309 "Twig\\Extensions\\": "src/"
9310 }
9311 },
9312 "notification-url": "https://packagist.org/downloads/",
9313 "license": [
9314 "MIT"
9315 ],
9316 "authors": [
9317 {
9318 "name": "Fabien Potencier",
9319 "email": "fabien@symfony.com"
9320 }
9321 ],
9322 "description": "Common additional features for Twig that do not directly belong in core",
9323 "keywords": [
9324 "i18n",
9325 "text"
9326 ],
9327 "time": "2018-12-05T18:34:18+00:00"
9328 },
9329 {
9330 "name": "twig/twig",
9331 "version": "v2.12.2",
9332 "source": {
9333 "type": "git",
9334 "url": "https://github.com/twigphp/Twig.git",
9335 "reference": "d761fd1f1c6b867ae09a7d8119a6d95d06dc44ed"
9336 },
9337 "dist": {
9338 "type": "zip",
9339 "url": "https://api.github.com/repos/twigphp/Twig/zipball/d761fd1f1c6b867ae09a7d8119a6d95d06dc44ed",
9340 "reference": "d761fd1f1c6b867ae09a7d8119a6d95d06dc44ed",
9341 "shasum": ""
9342 },
9343 "require": {
9344 "php": "^7.0",
9345 "symfony/polyfill-ctype": "^1.8",
9346 "symfony/polyfill-mbstring": "^1.3"
9347 },
9348 "require-dev": {
9349 "psr/container": "^1.0",
9350 "symfony/debug": "^3.4|^4.2",
9351 "symfony/phpunit-bridge": "^4.4@dev|^5.0"
9352 },
9353 "type": "library",
9354 "extra": {
9355 "branch-alias": {
9356 "dev-master": "2.12-dev"
9357 }
9358 },
9359 "autoload": {
9360 "psr-0": {
9361 "Twig_": "lib/"
9362 },
9363 "psr-4": {
9364 "Twig\\": "src/"
9365 }
9366 },
9367 "notification-url": "https://packagist.org/downloads/",
9368 "license": [
9369 "BSD-3-Clause"
9370 ],
9371 "authors": [
9372 {
9373 "name": "Fabien Potencier",
9374 "email": "fabien@symfony.com",
9375 "homepage": "http://fabien.potencier.org",
9376 "role": "Lead Developer"
9377 },
9378 {
9379 "name": "Twig Team",
9380 "homepage": "https://twig.symfony.com/contributors",
9381 "role": "Contributors"
9382 },
9383 {
9384 "name": "Armin Ronacher",
9385 "email": "armin.ronacher@active-4.com",
9386 "role": "Project Founder"
9387 }
9388 ],
9389 "description": "Twig, the flexible, fast, and secure template language for PHP",
9390 "homepage": "https://twig.symfony.com",
9391 "keywords": [
9392 "templating"
9393 ],
9394 "time": "2019-11-11T16:52:09+00:00"
9395 },
9396 {
9397 "name": "wallabag/php-mobi",
9398 "version": "1.1.0",
9399 "source": {
9400 "type": "git",
9401 "url": "https://github.com/wallabag/php-mobi.git",
9402 "reference": "bfe9c18d038e5ca24664cfdab107a645ac57c9b5"
9403 },
9404 "dist": {
9405 "type": "zip",
9406 "url": "https://api.github.com/repos/wallabag/php-mobi/zipball/bfe9c18d038e5ca24664cfdab107a645ac57c9b5",
9407 "reference": "bfe9c18d038e5ca24664cfdab107a645ac57c9b5",
9408 "shasum": ""
9409 },
9410 "require": {
9411 "php": ">=5.3.0",
9412 "symfony/polyfill-mbstring": "^1.12"
9413 },
9414 "type": "library",
9415 "autoload": {
9416 "files": [
9417 "MOBIClass/MOBI.php"
9418 ]
9419 },
9420 "notification-url": "https://packagist.org/downloads/",
9421 "license": [
9422 "Apache-2.0"
9423 ],
9424 "authors": [
9425 {
9426 "name": "Sander Kromwijk",
9427 "email": "s.kromwijk@gmail.co",
9428 "role": "Original developer"
9429 },
9430 {
9431 "name": "Nicolas Lœuillet",
9432 "email": "nicolas@loeuillet.org",
9433 "homepage": "http://www.cdetc.fr"
9434 }
9435 ],
9436 "description": "A Mobipocket file (.mobi) creator in PHP.",
9437 "homepage": "https://github.com/wallabag/php-mobi",
9438 "time": "2019-08-08T12:26:23+00:00"
9439 },
9440 {
9441 "name": "wallabag/tcpdf",
9442 "version": "6.2.26",
9443 "source": {
9444 "type": "git",
9445 "url": "https://github.com/wallabag/TCPDF.git",
9446 "reference": "bf590f0604bcef1ae6fa3145649cf997f3564477"
9447 },
9448 "dist": {
9449 "type": "zip",
9450 "url": "https://api.github.com/repos/wallabag/TCPDF/zipball/bf590f0604bcef1ae6fa3145649cf997f3564477",
9451 "reference": "bf590f0604bcef1ae6fa3145649cf997f3564477",
9452 "shasum": ""
9453 },
9454 "require": {
9455 "php": ">=5.3.0"
9456 },
9457 "replace": {
9458 "tecnickcom/tcpdf": "6.2.*"
9459 },
9460 "type": "library",
9461 "autoload": {
9462 "classmap": [
9463 "fonts",
9464 "config",
9465 "include",
9466 "tcpdf.php",
9467 "tcpdf_parser.php",
9468 "tcpdf_import.php",
9469 "tcpdf_barcodes_1d.php",
9470 "tcpdf_barcodes_2d.php",
9471 "include/tcpdf_colors.php",
9472 "include/tcpdf_filters.php",
9473 "include/tcpdf_font_data.php",
9474 "include/tcpdf_fonts.php",
9475 "include/tcpdf_images.php",
9476 "include/tcpdf_static.php",
9477 "include/barcodes/datamatrix.php",
9478 "include/barcodes/pdf417.php",
9479 "include/barcodes/qrcode.php"
9480 ]
9481 },
9482 "notification-url": "https://packagist.org/downloads/",
9483 "license": [
9484 "LGPL-3.0"
9485 ],
9486 "authors": [
9487 {
9488 "name": "Nicola Asuni",
9489 "email": "info@tecnick.com",
9490 "homepage": "http://nicolaasuni.tecnick.com",
9491 "role": "Main developer"
9492 },
9493 {
9494 "name": "wallabag/core",
9495 "homepage": "https://www.wallabag.org",
9496 "role": "Developers"
9497 }
9498 ],
9499 "description": "Keeping a working 6.2.x TCPDF version.",
9500 "homepage": "https://www.wallabag.org/",
9501 "keywords": [
9502 "PDFD32000-2008",
9503 "TCPDF",
9504 "barcodes",
9505 "datamatrix",
9506 "pdf",
9507 "pdf417",
9508 "qrcode"
9509 ],
9510 "time": "2018-10-25T06:56:14+00:00"
9511 },
9512 {
9513 "name": "white-october/pagerfanta-bundle",
9514 "version": "v1.3.2",
9515 "source": {
9516 "type": "git",
9517 "url": "https://github.com/whiteoctober/WhiteOctoberPagerfantaBundle.git",
9518 "reference": "6df560869b5e09a3acf920890ab40598998b30ae"
9519 },
9520 "dist": {
9521 "type": "zip",
9522 "url": "https://api.github.com/repos/whiteoctober/WhiteOctoberPagerfantaBundle/zipball/6df560869b5e09a3acf920890ab40598998b30ae",
9523 "reference": "6df560869b5e09a3acf920890ab40598998b30ae",
9524 "shasum": ""
9525 },
9526 "require": {
9527 "pagerfanta/pagerfanta": "^1.1.0|^2.0.0",
9528 "php": ">=5.3.3",
9529 "symfony/framework-bundle": "~2.3|~3.0|~4.0",
9530 "symfony/property-access": "~2.3|~3.0|~4.0",
9531 "symfony/translation": "~2.3|~3.0|~4.0",
9532 "symfony/twig-bundle": "~2.3|~3.0|~4.0"
9533 },
9534 "conflict": {
9535 "twig/twig": "<1.34|>=2.0,<2.4"
9536 },
9537 "require-dev": {
9538 "phpunit/phpunit": "~3.7|~4.0|^5.0",
9539 "symfony/symfony": "~2.3|~3.0|~4.0"
9540 },
9541 "type": "symfony-bundle",
9542 "extra": {
9543 "branch-alias": {
9544 "dev-master": "1.0.x-dev"
9545 }
9546 },
9547 "autoload": {
9548 "psr-4": {
9549 "WhiteOctober\\PagerfantaBundle\\": ""
9550 },
9551 "exclude-from-classmap": [
9552 "Tests/",
9553 "TestsProject/"
9554 ]
9555 },
9556 "notification-url": "https://packagist.org/downloads/",
9557 "license": [
9558 "MIT"
9559 ],
9560 "authors": [
9561 {
9562 "name": "Pablo Díez",
9563 "email": "pablodip@gmail.com"
9564 }
9565 ],
9566 "description": "Bundle to use Pagerfanta with Symfony2",
9567 "keywords": [
9568 "page",
9569 "paging"
9570 ],
9571 "time": "2019-12-02T14:19:37+00:00"
9572 },
9573 {
9574 "name": "willdurand/hateoas",
9575 "version": "2.12.0",
9576 "source": {
9577 "type": "git",
9578 "url": "https://github.com/willdurand/Hateoas.git",
9579 "reference": "71b1af62b398dc9a870ac0b16c84bdc23a76a5c5"
9580 },
9581 "dist": {
9582 "type": "zip",
9583 "url": "https://api.github.com/repos/willdurand/Hateoas/zipball/71b1af62b398dc9a870ac0b16c84bdc23a76a5c5",
9584 "reference": "71b1af62b398dc9a870ac0b16c84bdc23a76a5c5",
9585 "shasum": ""
9586 },
9587 "require": {
9588 "doctrine/annotations": "~1.0",
9589 "doctrine/common": "~2.0",
9590 "jms/metadata": "~1.1",
9591 "jms/serializer": "^1.7",
9592 "php": "^5.5|^7.0",
9593 "phpoption/phpoption": ">=1.1.0,<2.0-dev",
9594 "symfony/expression-language": "~2.4 || ~3.0 || ~4.0"
9595 },
9596 "require-dev": {
9597 "pagerfanta/pagerfanta": "~1.0",
9598 "phpunit/phpunit": "~5",
9599 "symfony/dependency-injection": "~2.4 || ~3.0 || ~4.0",
9600 "symfony/routing": "~2.4 || ~3.0 || ~4.0",
9601 "symfony/yaml": "~2.4 || ~3.0 || ~4.0",
9602 "twig/twig": "~1.12"
9603 },
9604 "suggest": {
9605 "symfony/routing": "To use the SymfonyRouteFactory.",
9606 "symfony/yaml": "To use yaml based configuration.",
9607 "twig/twig": "To use the Twig extensions."
9608 },
9609 "type": "library",
9610 "extra": {
9611 "branch-alias": {
9612 "dev-master": "2.12-dev"
9613 }
9614 },
9615 "autoload": {
9616 "psr-0": {
9617 "Hateoas": "src/"
9618 }
9619 },
9620 "notification-url": "https://packagist.org/downloads/",
9621 "license": [
9622 "MIT"
9623 ],
9624 "authors": [
9625 {
9626 "name": "Adrien Brault",
9627 "email": "adrien.brault@gmail.com"
9628 },
9629 {
9630 "name": "William DURAND",
9631 "email": "william.durand1@gmail.com"
9632 }
9633 ],
9634 "description": "A PHP library to support implementing representations for HATEOAS REST web services",
9635 "time": "2018-02-23T17:05:31+00:00"
9636 },
9637 {
9638 "name": "willdurand/hateoas-bundle",
9639 "version": "1.4.0",
9640 "source": {
9641 "type": "git",
9642 "url": "https://github.com/willdurand/BazingaHateoasBundle.git",
9643 "reference": "d1f915fd4f8a7cd43a88a0ce97ffb28abe3a94fa"
9644 },
9645 "dist": {
9646 "type": "zip",
9647 "url": "https://api.github.com/repos/willdurand/BazingaHateoasBundle/zipball/d1f915fd4f8a7cd43a88a0ce97ffb28abe3a94fa",
9648 "reference": "d1f915fd4f8a7cd43a88a0ce97ffb28abe3a94fa",
9649 "shasum": ""
9650 },
9651 "require": {
9652 "jms/serializer-bundle": "~1.0 || ^2.0",
9653 "php": ">5.4 |^7.0",
9654 "symfony/framework-bundle": "~2.3 || ~3.0 || ~4.0",
9655 "willdurand/hateoas": "^2.10.0"
9656 },
9657 "require-dev": {
9658 "phpunit/phpunit": "~4.5 || ~5.0",
9659 "symfony/expression-language": "~2.4 || ~3.0 || ~4.0",
9660 "symfony/stopwatch": "~2.4 || ~3.0 || ~4.0",
9661 "twig/twig": "~1.12"
9662 },
9663 "type": "symfony-bundle",
9664 "extra": {
9665 "branch-alias": {
9666 "dev-master": "1.4-dev"
9667 }
9668 },
9669 "autoload": {
9670 "psr-4": {
9671 "Bazinga\\Bundle\\HateoasBundle\\": ""
9672 }
9673 },
9674 "notification-url": "https://packagist.org/downloads/",
9675 "license": [
9676 "MIT"
9677 ],
9678 "authors": [
9679 {
9680 "name": "William DURAND",
9681 "email": "william.durand1@gmail.com"
9682 }
9683 ],
9684 "description": "Integration of Hateoas into Symfony2.",
9685 "keywords": [
9686 "HATEOAS",
9687 "rest"
9688 ],
9689 "time": "2018-01-27T13:03:07+00:00"
9690 },
9691 {
9692 "name": "willdurand/jsonp-callback-validator",
9693 "version": "v1.1.0",
9694 "source": {
9695 "type": "git",
9696 "url": "https://github.com/willdurand/JsonpCallbackValidator.git",
9697 "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909"
9698 },
9699 "dist": {
9700 "type": "zip",
9701 "url": "https://api.github.com/repos/willdurand/JsonpCallbackValidator/zipball/1a7d388bb521959e612ef50c5c7b1691b097e909",
9702 "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909",
9703 "shasum": ""
9704 },
9705 "require": {
9706 "php": ">=5.3.0"
9707 },
9708 "require-dev": {
9709 "phpunit/phpunit": "~3.7"
9710 },
9711 "type": "library",
9712 "autoload": {
9713 "psr-0": {
9714 "JsonpCallbackValidator": "src/"
9715 }
9716 },
9717 "notification-url": "https://packagist.org/downloads/",
9718 "license": [
9719 "MIT"
9720 ],
9721 "authors": [
9722 {
9723 "name": "William Durand",
9724 "email": "william.durand1@gmail.com",
9725 "homepage": "http://www.willdurand.fr"
9726 }
9727 ],
9728 "description": "JSONP callback validator.",
9729 "time": "2014-01-20T22:35:06+00:00"
9730 },
9731 {
9732 "name": "willdurand/negotiation",
9733 "version": "v2.3.1",
9734 "source": {
9735 "type": "git",
9736 "url": "https://github.com/willdurand/Negotiation.git",
9737 "reference": "03436ededa67c6e83b9b12defac15384cb399dc9"
9738 },
9739 "dist": {
9740 "type": "zip",
9741 "url": "https://api.github.com/repos/willdurand/Negotiation/zipball/03436ededa67c6e83b9b12defac15384cb399dc9",
9742 "reference": "03436ededa67c6e83b9b12defac15384cb399dc9",
9743 "shasum": ""
9744 },
9745 "require": {
9746 "php": ">=5.4.0"
9747 },
9748 "require-dev": {
9749 "phpunit/phpunit": "~4.5"
9750 },
9751 "type": "library",
9752 "extra": {
9753 "branch-alias": {
9754 "dev-master": "2.3-dev"
9755 }
9756 },
9757 "autoload": {
9758 "psr-4": {
9759 "Negotiation\\": "src/Negotiation"
9760 }
9761 },
9762 "notification-url": "https://packagist.org/downloads/",
9763 "license": [
9764 "MIT"
9765 ],
9766 "authors": [
9767 {
9768 "name": "William Durand",
9769 "email": "will+git@drnd.me"
9770 }
9771 ],
9772 "description": "Content Negotiation tools for PHP provided as a standalone library.",
9773 "homepage": "http://williamdurand.fr/Negotiation/",
9774 "keywords": [
9775 "accept",
9776 "content",
9777 "format",
9778 "header",
9779 "negotiation"
9780 ],
9781 "time": "2017-05-14T17:21:12+00:00"
9782 },
9783 {
9784 "name": "zendframework/zend-code",
9785 "version": "3.4.1",
9786 "source": {
9787 "type": "git",
9788 "url": "https://github.com/zendframework/zend-code.git",
9789 "reference": "268040548f92c2bfcba164421c1add2ba43abaaa"
9790 },
9791 "dist": {
9792 "type": "zip",
9793 "url": "https://api.github.com/repos/zendframework/zend-code/zipball/268040548f92c2bfcba164421c1add2ba43abaaa",
9794 "reference": "268040548f92c2bfcba164421c1add2ba43abaaa",
9795 "shasum": ""
9796 },
9797 "require": {
9798 "php": "^7.1",
9799 "zendframework/zend-eventmanager": "^2.6 || ^3.0"
9800 },
9801 "conflict": {
9802 "phpspec/prophecy": "<1.9.0"
9803 },
9804 "require-dev": {
9805 "doctrine/annotations": "^1.7",
9806 "ext-phar": "*",
9807 "phpunit/phpunit": "^7.5.16 || ^8.4",
9808 "zendframework/zend-coding-standard": "^1.0",
9809 "zendframework/zend-stdlib": "^2.7 || ^3.0"
9810 },
9811 "suggest": {
9812 "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
9813 "zendframework/zend-stdlib": "Zend\\Stdlib component"
9814 },
9815 "type": "library",
9816 "extra": {
9817 "branch-alias": {
9818 "dev-master": "3.4.x-dev",
9819 "dev-develop": "3.5.x-dev",
9820 "dev-dev-4.0": "4.0.x-dev"
9821 }
9822 },
9823 "autoload": {
9824 "psr-4": {
9825 "Zend\\Code\\": "src/"
9826 }
9827 },
9828 "notification-url": "https://packagist.org/downloads/",
9829 "license": [
9830 "BSD-3-Clause"
9831 ],
9832 "description": "Extensions to the PHP Reflection API, static code scanning, and code generation",
9833 "keywords": [
9834 "ZendFramework",
9835 "code",
9836 "zf"
9837 ],
9838 "abandoned": "laminas/laminas-code",
9839 "time": "2019-12-10T19:21:15+00:00"
9840 },
9841 {
9842 "name": "zendframework/zend-diactoros",
9843 "version": "2.2.1",
9844 "source": {
9845 "type": "git",
9846 "url": "https://github.com/zendframework/zend-diactoros.git",
9847 "reference": "de5847b068362a88684a55b0dbb40d85986cfa52"
9848 },
9849 "dist": {
9850 "type": "zip",
9851 "url": "https://api.github.com/repos/zendframework/zend-diactoros/zipball/de5847b068362a88684a55b0dbb40d85986cfa52",
9852 "reference": "de5847b068362a88684a55b0dbb40d85986cfa52",
9853 "shasum": ""
9854 },
9855 "require": {
9856 "php": "^7.1",
9857 "psr/http-factory": "^1.0",
9858 "psr/http-message": "^1.0"
9859 },
9860 "provide": {
9861 "psr/http-factory-implementation": "1.0",
9862 "psr/http-message-implementation": "1.0"
9863 },
9864 "require-dev": {
9865 "ext-curl": "*",
9866 "ext-dom": "*",
9867 "ext-libxml": "*",
9868 "http-interop/http-factory-tests": "^0.5.0",
9869 "php-http/psr7-integration-tests": "dev-master",
9870 "phpunit/phpunit": "^7.0.2",
9871 "zendframework/zend-coding-standard": "~1.0.0"
9872 },
9873 "type": "library",
9874 "extra": {
9875 "branch-alias": {
9876 "dev-master": "2.1.x-dev",
9877 "dev-develop": "2.2.x-dev",
9878 "dev-release-1.8": "1.8.x-dev"
9879 }
9880 },
9881 "autoload": {
9882 "files": [
9883 "src/functions/create_uploaded_file.php",
9884 "src/functions/marshal_headers_from_sapi.php",
9885 "src/functions/marshal_method_from_sapi.php",
9886 "src/functions/marshal_protocol_version_from_sapi.php",
9887 "src/functions/marshal_uri_from_sapi.php",
9888 "src/functions/normalize_server.php",
9889 "src/functions/normalize_uploaded_files.php",
9890 "src/functions/parse_cookie_header.php"
9891 ],
9892 "psr-4": {
9893 "Zend\\Diactoros\\": "src/"
9894 }
9895 },
9896 "notification-url": "https://packagist.org/downloads/",
9897 "license": [
9898 "BSD-3-Clause"
9899 ],
9900 "description": "PSR HTTP Message implementations",
9901 "keywords": [
9902 "http",
9903 "psr",
9904 "psr-7"
9905 ],
9906 "abandoned": "laminas/laminas-diactoros",
9907 "time": "2019-11-13T19:16:13+00:00"
9908 },
9909 {
9910 "name": "zendframework/zend-eventmanager",
9911 "version": "3.2.1",
9912 "source": {
9913 "type": "git",
9914 "url": "https://github.com/zendframework/zend-eventmanager.git",
9915 "reference": "a5e2583a211f73604691586b8406ff7296a946dd"
9916 },
9917 "dist": {
9918 "type": "zip",
9919 "url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/a5e2583a211f73604691586b8406ff7296a946dd",
9920 "reference": "a5e2583a211f73604691586b8406ff7296a946dd",
9921 "shasum": ""
9922 },
9923 "require": {
9924 "php": "^5.6 || ^7.0"
9925 },
9926 "require-dev": {
9927 "athletic/athletic": "^0.1",
9928 "container-interop/container-interop": "^1.1.0",
9929 "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
9930 "zendframework/zend-coding-standard": "~1.0.0",
9931 "zendframework/zend-stdlib": "^2.7.3 || ^3.0"
9932 },
9933 "suggest": {
9934 "container-interop/container-interop": "^1.1.0, to use the lazy listeners feature",
9935 "zendframework/zend-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature"
9936 },
9937 "type": "library",
9938 "extra": {
9939 "branch-alias": {
9940 "dev-master": "3.2-dev",
9941 "dev-develop": "3.3-dev"
9942 }
9943 },
9944 "autoload": {
9945 "psr-4": {
9946 "Zend\\EventManager\\": "src/"
9947 }
9948 },
9949 "notification-url": "https://packagist.org/downloads/",
9950 "license": [
9951 "BSD-3-Clause"
9952 ],
9953 "description": "Trigger and listen to events within a PHP application",
9954 "homepage": "https://github.com/zendframework/zend-eventmanager",
9955 "keywords": [
9956 "event",
9957 "eventmanager",
9958 "events",
9959 "zf2"
9960 ],
9961 "abandoned": "laminas/laminas-eventmanager",
9962 "time": "2018-04-25T15:33:34+00:00"
9963 }
9964 ],
9965 "packages-dev": [
9966 {
9967 "name": "composer/semver",
9968 "version": "1.5.0",
9969 "source": {
9970 "type": "git",
9971 "url": "https://github.com/composer/semver.git",
9972 "reference": "46d9139568ccb8d9e7cdd4539cab7347568a5e2e"
9973 },
9974 "dist": {
9975 "type": "zip",
9976 "url": "https://api.github.com/repos/composer/semver/zipball/46d9139568ccb8d9e7cdd4539cab7347568a5e2e",
9977 "reference": "46d9139568ccb8d9e7cdd4539cab7347568a5e2e",
9978 "shasum": ""
9979 },
9980 "require": {
9981 "php": "^5.3.2 || ^7.0"
9982 },
9983 "require-dev": {
9984 "phpunit/phpunit": "^4.5 || ^5.0.5",
9985 "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
9986 },
9987 "type": "library",
9988 "extra": {
9989 "branch-alias": {
9990 "dev-master": "1.x-dev"
9991 }
9992 },
9993 "autoload": {
9994 "psr-4": {
9995 "Composer\\Semver\\": "src"
9996 }
9997 },
9998 "notification-url": "https://packagist.org/downloads/",
9999 "license": [
10000 "MIT"
10001 ],
10002 "authors": [
10003 {
10004 "name": "Nils Adermann",
10005 "email": "naderman@naderman.de",
10006 "homepage": "http://www.naderman.de"
10007 },
10008 {
10009 "name": "Jordi Boggiano",
10010 "email": "j.boggiano@seld.be",
10011 "homepage": "http://seld.be"
10012 },
10013 {
10014 "name": "Rob Bast",
10015 "email": "rob.bast@gmail.com",
10016 "homepage": "http://robbast.nl"
10017 }
10018 ],
10019 "description": "Semver library that offers utilities, version constraint parsing and validation.",
10020 "keywords": [
10021 "semantic",
10022 "semver",
10023 "validation",
10024 "versioning"
10025 ],
10026 "time": "2019-03-19T17:25:45+00:00"
10027 },
10028 {
10029 "name": "composer/xdebug-handler",
10030 "version": "1.4.0",
10031 "source": {
10032 "type": "git",
10033 "url": "https://github.com/composer/xdebug-handler.git",
10034 "reference": "cbe23383749496fe0f373345208b79568e4bc248"
10035 },
10036 "dist": {
10037 "type": "zip",
10038 "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/cbe23383749496fe0f373345208b79568e4bc248",
10039 "reference": "cbe23383749496fe0f373345208b79568e4bc248",
10040 "shasum": ""
10041 },
10042 "require": {
10043 "php": "^5.3.2 || ^7.0 || ^8.0",
10044 "psr/log": "^1.0"
10045 },
10046 "require-dev": {
10047 "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8"
10048 },
10049 "type": "library",
10050 "autoload": {
10051 "psr-4": {
10052 "Composer\\XdebugHandler\\": "src"
10053 }
10054 },
10055 "notification-url": "https://packagist.org/downloads/",
10056 "license": [
10057 "MIT"
10058 ],
10059 "authors": [
10060 {
10061 "name": "John Stevenson",
10062 "email": "john-stevenson@blueyonder.co.uk"
10063 }
10064 ],
10065 "description": "Restarts a process without Xdebug.",
10066 "keywords": [
10067 "Xdebug",
10068 "performance"
10069 ],
10070 "time": "2019-11-06T16:40:04+00:00"
10071 },
10072 {
10073 "name": "dama/doctrine-test-bundle",
10074 "version": "v5.0.3",
10075 "source": {
10076 "type": "git",
10077 "url": "https://github.com/dmaicher/doctrine-test-bundle.git",
10078 "reference": "29882b0d1a815f4819126ef714931bb24a31cbaa"
10079 },
10080 "dist": {
10081 "type": "zip",
10082 "url": "https://api.github.com/repos/dmaicher/doctrine-test-bundle/zipball/29882b0d1a815f4819126ef714931bb24a31cbaa",
10083 "reference": "29882b0d1a815f4819126ef714931bb24a31cbaa",
10084 "shasum": ""
10085 },
10086 "require": {
10087 "doctrine/dbal": "~2.5",
10088 "doctrine/doctrine-bundle": "~1.4",
10089 "php": "^7.1",
10090 "symfony/framework-bundle": "~2.7|~3.0|~4.0"
10091 },
10092 "require-dev": {
10093 "phpunit/phpunit": "~6.0|~7.0|~8.0",
10094 "symfony/phpunit-bridge": "~2.8|~3.0|~4.0",
10095 "symfony/yaml": "~2.8|~3.0|~4.0"
10096 },
10097 "type": "symfony-bundle",
10098 "extra": {
10099 "branch-alias": {
10100 "dev-master": "5.1.x-dev"
10101 }
10102 },
10103 "autoload": {
10104 "psr-4": {
10105 "DAMA\\DoctrineTestBundle\\": "src/DAMA/DoctrineTestBundle"
10106 }
10107 },
10108 "notification-url": "https://packagist.org/downloads/",
10109 "license": [
10110 "MIT"
10111 ],
10112 "authors": [
10113 {
10114 "name": "David Maicher",
10115 "email": "mail@dmaicher.de"
10116 }
10117 ],
10118 "description": "Symfony bundle to isolate doctrine database tests and improve test performance",
10119 "keywords": [
10120 "Symfony 3",
10121 "Symfony 4",
10122 "doctrine",
10123 "isolation",
10124 "performance",
10125 "symfony",
10126 "symfony 2",
10127 "tests"
10128 ],
10129 "time": "2019-03-22T10:34:17+00:00"
10130 },
10131 {
10132 "name": "doctrine/data-fixtures",
10133 "version": "1.3.3",
10134 "source": {
10135 "type": "git",
10136 "url": "https://github.com/doctrine/data-fixtures.git",
10137 "reference": "f0ee99c64922fc3f863715232b615c478a61b0a3"
10138 },
10139 "dist": {
10140 "type": "zip",
10141 "url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/f0ee99c64922fc3f863715232b615c478a61b0a3",
10142 "reference": "f0ee99c64922fc3f863715232b615c478a61b0a3",
10143 "shasum": ""
10144 },
10145 "require": {
10146 "doctrine/common": "~2.2",
10147 "php": "^7.1"
10148 },
10149 "conflict": {
10150 "doctrine/phpcr-odm": "<1.3.0"
10151 },
10152 "require-dev": {
10153 "alcaeus/mongo-php-adapter": "^1.1",
10154 "doctrine/dbal": "^2.5.4",
10155 "doctrine/mongodb-odm": "^1.3.0",
10156 "doctrine/orm": "^2.5.4",
10157 "phpunit/phpunit": "^7.0"
10158 },
10159 "suggest": {
10160 "alcaeus/mongo-php-adapter": "For using MongoDB ODM with PHP 7",
10161 "doctrine/mongodb-odm": "For loading MongoDB ODM fixtures",
10162 "doctrine/orm": "For loading ORM fixtures",
10163 "doctrine/phpcr-odm": "For loading PHPCR ODM fixtures"
10164 },
10165 "type": "library",
10166 "extra": {
10167 "branch-alias": {
10168 "dev-master": "1.3.x-dev"
10169 }
10170 },
10171 "autoload": {
10172 "psr-4": {
10173 "Doctrine\\Common\\DataFixtures\\": "lib/Doctrine/Common/DataFixtures"
10174 }
10175 },
10176 "notification-url": "https://packagist.org/downloads/",
10177 "license": [
10178 "MIT"
10179 ],
10180 "authors": [
10181 {
10182 "name": "Jonathan Wage",
10183 "email": "jonwage@gmail.com"
10184 }
10185 ],
10186 "description": "Data Fixtures for all Doctrine Object Managers",
10187 "homepage": "http://www.doctrine-project.org",
10188 "keywords": [
10189 "database"
10190 ],
10191 "time": "2019-10-24T04:52:28+00:00"
10192 },
10193 {
10194 "name": "doctrine/doctrine-fixtures-bundle",
10195 "version": "3.3.0",
10196 "source": {
10197 "type": "git",
10198 "url": "https://github.com/doctrine/DoctrineFixturesBundle.git",
10199 "reference": "8f07fcfdac7f3591f3c4bf13a50cbae05f65ed70"
10200 },
10201 "dist": {
10202 "type": "zip",
10203 "url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/8f07fcfdac7f3591f3c4bf13a50cbae05f65ed70",
10204 "reference": "8f07fcfdac7f3591f3c4bf13a50cbae05f65ed70",
10205 "shasum": ""
10206 },
10207 "require": {
10208 "doctrine/data-fixtures": "^1.3",
10209 "doctrine/doctrine-bundle": "^1.11|^2.0",
10210 "doctrine/orm": "^2.6.0",
10211 "php": "^7.1",
10212 "symfony/config": "^3.4|^4.3|^5.0",
10213 "symfony/console": "^3.4|^4.3|^5.0",
10214 "symfony/dependency-injection": "^3.4|^4.3|^5.0",
10215 "symfony/doctrine-bridge": "^3.4|^4.1|^5.0",
10216 "symfony/http-kernel": "^3.4|^4.3|^5.0"
10217 },
10218 "require-dev": {
10219 "doctrine/coding-standard": "^6.0",
10220 "phpunit/phpunit": "^7.4",
10221 "symfony/phpunit-bridge": "^4.1|^5.0"
10222 },
10223 "type": "symfony-bundle",
10224 "extra": {
10225 "branch-alias": {
10226 "dev-master": "3.3.x-dev"
10227 }
10228 },
10229 "autoload": {
10230 "psr-4": {
10231 "Doctrine\\Bundle\\FixturesBundle\\": ""
10232 }
10233 },
10234 "notification-url": "https://packagist.org/downloads/",
10235 "license": [
10236 "MIT"
10237 ],
10238 "authors": [
10239 {
10240 "name": "Fabien Potencier",
10241 "email": "fabien@symfony.com"
10242 },
10243 {
10244 "name": "Doctrine Project",
10245 "homepage": "http://www.doctrine-project.org"
10246 },
10247 {
10248 "name": "Symfony Community",
10249 "homepage": "http://symfony.com/contributors"
10250 }
10251 ],
10252 "description": "Symfony DoctrineFixturesBundle",
10253 "homepage": "http://www.doctrine-project.org",
10254 "keywords": [
10255 "Fixture",
10256 "persistence"
10257 ],
10258 "time": "2019-11-13T15:46:58+00:00"
10259 },
10260 {
10261 "name": "friendsofphp/php-cs-fixer",
10262 "version": "v2.16.1",
10263 "source": {
10264 "type": "git",
10265 "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
10266 "reference": "c8afb599858876e95e8ebfcd97812d383fa23f02"
10267 },
10268 "dist": {
10269 "type": "zip",
10270 "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/c8afb599858876e95e8ebfcd97812d383fa23f02",
10271 "reference": "c8afb599858876e95e8ebfcd97812d383fa23f02",
10272 "shasum": ""
10273 },
10274 "require": {
10275 "composer/semver": "^1.4",
10276 "composer/xdebug-handler": "^1.2",
10277 "doctrine/annotations": "^1.2",
10278 "ext-json": "*",
10279 "ext-tokenizer": "*",
10280 "php": "^5.6 || ^7.0",
10281 "php-cs-fixer/diff": "^1.3",
10282 "symfony/console": "^3.4.17 || ^4.1.6 || ^5.0",
10283 "symfony/event-dispatcher": "^3.0 || ^4.0 || ^5.0",
10284 "symfony/filesystem": "^3.0 || ^4.0 || ^5.0",
10285 "symfony/finder": "^3.0 || ^4.0 || ^5.0",
10286 "symfony/options-resolver": "^3.0 || ^4.0 || ^5.0",
10287 "symfony/polyfill-php70": "^1.0",
10288 "symfony/polyfill-php72": "^1.4",
10289 "symfony/process": "^3.0 || ^4.0 || ^5.0",
10290 "symfony/stopwatch": "^3.0 || ^4.0 || ^5.0"
10291 },
10292 "require-dev": {
10293 "johnkary/phpunit-speedtrap": "^1.1 || ^2.0 || ^3.0",
10294 "justinrainbow/json-schema": "^5.0",
10295 "keradus/cli-executor": "^1.2",
10296 "mikey179/vfsstream": "^1.6",
10297 "php-coveralls/php-coveralls": "^2.1",
10298 "php-cs-fixer/accessible-object": "^1.0",
10299 "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.1",
10300 "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.1",
10301 "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.1",
10302 "phpunitgoodpractices/traits": "^1.8",
10303 "symfony/phpunit-bridge": "^4.3 || ^5.0",
10304 "symfony/yaml": "^3.0 || ^4.0 || ^5.0"
10305 },
10306 "suggest": {
10307 "ext-mbstring": "For handling non-UTF8 characters in cache signature.",
10308 "php-cs-fixer/phpunit-constraint-isidenticalstring": "For IsIdenticalString constraint.",
10309 "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "For XmlMatchesXsd constraint.",
10310 "symfony/polyfill-mbstring": "When enabling `ext-mbstring` is not possible."
10311 },
10312 "bin": [
10313 "php-cs-fixer"
10314 ],
10315 "type": "application",
10316 "autoload": {
10317 "psr-4": {
10318 "PhpCsFixer\\": "src/"
10319 },
10320 "classmap": [
10321 "tests/Test/AbstractFixerTestCase.php",
10322 "tests/Test/AbstractIntegrationCaseFactory.php",
10323 "tests/Test/AbstractIntegrationTestCase.php",
10324 "tests/Test/Assert/AssertTokensTrait.php",
10325 "tests/Test/IntegrationCase.php",
10326 "tests/Test/IntegrationCaseFactory.php",
10327 "tests/Test/IntegrationCaseFactoryInterface.php",
10328 "tests/Test/InternalIntegrationCaseFactory.php",
10329 "tests/TestCase.php"
10330 ]
10331 },
10332 "notification-url": "https://packagist.org/downloads/",
10333 "license": [
10334 "MIT"
10335 ],
10336 "authors": [
10337 {
10338 "name": "Fabien Potencier",
10339 "email": "fabien@symfony.com"
10340 },
10341 {
10342 "name": "Dariusz Rumiński",
10343 "email": "dariusz.ruminski@gmail.com"
10344 }
10345 ],
10346 "description": "A tool to automatically fix PHP code style",
10347 "time": "2019-11-25T22:10:32+00:00"
10348 },
10349 {
10350 "name": "m6web/redis-mock",
10351 "version": "v5.0.0",
10352 "source": {
10353 "type": "git",
10354 "url": "https://github.com/M6Web/RedisMock.git",
10355 "reference": "1b7a1bcbb63d636b003643e88f785615e0a316bd"
10356 },
10357 "dist": {
10358 "type": "zip",
10359 "url": "https://api.github.com/repos/M6Web/RedisMock/zipball/1b7a1bcbb63d636b003643e88f785615e0a316bd",
10360 "reference": "1b7a1bcbb63d636b003643e88f785615e0a316bd",
10361 "shasum": ""
10362 },
10363 "require": {
10364 "php": ">=7.1.0"
10365 },
10366 "require-dev": {
10367 "atoum/atoum": "master-dev",
10368 "predis/predis": "~1.1"
10369 },
10370 "type": "library",
10371 "autoload": {
10372 "psr-0": {
10373 "M6Web\\Component\\RedisMock": "src/"
10374 }
10375 },
10376 "notification-url": "https://packagist.org/downloads/",
10377 "license": [
10378 "MIT"
10379 ],
10380 "authors": [
10381 {
10382 "name": "M6Web",
10383 "email": "opensource@m6web.fr",
10384 "homepage": "http://tech.m6web.fr/"
10385 }
10386 ],
10387 "description": "Library providing a PHP mock for Redis",
10388 "keywords": [
10389 "mock",
10390 "redis"
10391 ],
10392 "time": "2020-01-08T08:03:01+00:00"
10393 },
10394 {
10395 "name": "nette/bootstrap",
10396 "version": "v3.0.1",
10397 "source": {
10398 "type": "git",
10399 "url": "https://github.com/nette/bootstrap.git",
10400 "reference": "b45a1e33b6a44beb307756522396551e5a9ff249"
10401 },
10402 "dist": {
10403 "type": "zip",
10404 "url": "https://api.github.com/repos/nette/bootstrap/zipball/b45a1e33b6a44beb307756522396551e5a9ff249",
10405 "reference": "b45a1e33b6a44beb307756522396551e5a9ff249",
10406 "shasum": ""
10407 },
10408 "require": {
10409 "nette/di": "^3.0",
10410 "nette/utils": "^3.0",
10411 "php": ">=7.1"
10412 },
10413 "conflict": {
10414 "tracy/tracy": "<2.6"
10415 },
10416 "require-dev": {
10417 "latte/latte": "^2.2",
10418 "nette/application": "^3.0",
10419 "nette/caching": "^3.0",
10420 "nette/database": "^3.0",
10421 "nette/forms": "^3.0",
10422 "nette/http": "^3.0",
10423 "nette/mail": "^3.0",
10424 "nette/robot-loader": "^3.0",
10425 "nette/safe-stream": "^2.2",
10426 "nette/security": "^3.0",
10427 "nette/tester": "^2.0",
10428 "tracy/tracy": "^2.6"
10429 },
10430 "suggest": {
10431 "nette/robot-loader": "to use Configurator::createRobotLoader()",
10432 "tracy/tracy": "to use Configurator::enableTracy()"
10433 },
10434 "type": "library",
10435 "extra": {
10436 "branch-alias": {
10437 "dev-master": "3.0-dev"
10438 }
10439 },
10440 "autoload": {
10441 "classmap": [
10442 "src/"
10443 ]
10444 },
10445 "notification-url": "https://packagist.org/downloads/",
10446 "license": [
10447 "BSD-3-Clause",
10448 "GPL-2.0",
10449 "GPL-3.0"
10450 ],
10451 "authors": [
10452 {
10453 "name": "David Grudl",
10454 "homepage": "https://davidgrudl.com"
10455 },
10456 {
10457 "name": "Nette Community",
10458 "homepage": "https://nette.org/contributors"
10459 }
10460 ],
10461 "description": "🅱 Nette Bootstrap: the simple way to configure and bootstrap your Nette application.",
10462 "homepage": "https://nette.org",
10463 "keywords": [
10464 "bootstrapping",
10465 "configurator",
10466 "nette"
10467 ],
10468 "time": "2019-09-30T08:19:38+00:00"
10469 },
10470 {
10471 "name": "nette/di",
10472 "version": "v3.0.2",
10473 "source": {
10474 "type": "git",
10475 "url": "https://github.com/nette/di.git",
10476 "reference": "7ae47daa94b8dafbd0e8b6164e22e2d18d3e73ac"
10477 },
10478 "dist": {
10479 "type": "zip",
10480 "url": "https://api.github.com/repos/nette/di/zipball/7ae47daa94b8dafbd0e8b6164e22e2d18d3e73ac",
10481 "reference": "7ae47daa94b8dafbd0e8b6164e22e2d18d3e73ac",
10482 "shasum": ""
10483 },
10484 "require": {
10485 "ext-tokenizer": "*",
10486 "nette/neon": "^3.0",
10487 "nette/php-generator": "^3.3",
10488 "nette/robot-loader": "^3.2",
10489 "nette/schema": "^1.0",
10490 "nette/utils": "^3.0",
10491 "php": ">=7.1"
10492 },
10493 "conflict": {
10494 "nette/bootstrap": "<3.0"
10495 },
10496 "require-dev": {
10497 "nette/tester": "^2.2",
10498 "phpstan/phpstan": "^0.12",
10499 "tracy/tracy": "^2.3"
10500 },
10501 "type": "library",
10502 "extra": {
10503 "branch-alias": {
10504 "dev-master": "3.0-dev"
10505 }
10506 },
10507 "autoload": {
10508 "classmap": [
10509 "src/"
10510 ],
10511 "files": [
10512 "src/compatibility.php"
10513 ]
10514 },
10515 "notification-url": "https://packagist.org/downloads/",
10516 "license": [
10517 "BSD-3-Clause",
10518 "GPL-2.0",
10519 "GPL-3.0"
10520 ],
10521 "authors": [
10522 {
10523 "name": "David Grudl",
10524 "homepage": "https://davidgrudl.com"
10525 },
10526 {
10527 "name": "Nette Community",
10528 "homepage": "https://nette.org/contributors"
10529 }
10530 ],
10531 "description": "💎 Nette Dependency Injection Container: Flexible, compiled and full-featured DIC with perfectly usable autowiring and support for all new PHP 7.1 features.",
10532 "homepage": "https://nette.org",
10533 "keywords": [
10534 "compiled",
10535 "di",
10536 "dic",
10537 "factory",
10538 "ioc",
10539 "nette",
10540 "static"
10541 ],
10542 "time": "2019-12-17T04:03:21+00:00"
10543 },
10544 {
10545 "name": "nette/finder",
10546 "version": "v2.5.1",
10547 "source": {
10548 "type": "git",
10549 "url": "https://github.com/nette/finder.git",
10550 "reference": "14164e1ddd69e9c5f627ff82a10874b3f5bba5fe"
10551 },
10552 "dist": {
10553 "type": "zip",
10554 "url": "https://api.github.com/repos/nette/finder/zipball/14164e1ddd69e9c5f627ff82a10874b3f5bba5fe",
10555 "reference": "14164e1ddd69e9c5f627ff82a10874b3f5bba5fe",
10556 "shasum": ""
10557 },
10558 "require": {
10559 "nette/utils": "^2.4 || ~3.0.0",
10560 "php": ">=7.1"
10561 },
10562 "conflict": {
10563 "nette/nette": "<2.2"
10564 },
10565 "require-dev": {
10566 "nette/tester": "^2.0",
10567 "tracy/tracy": "^2.3"
10568 },
10569 "type": "library",
10570 "extra": {
10571 "branch-alias": {
10572 "dev-master": "2.5-dev"
10573 }
10574 },
10575 "autoload": {
10576 "classmap": [
10577 "src/"
10578 ]
10579 },
10580 "notification-url": "https://packagist.org/downloads/",
10581 "license": [
10582 "BSD-3-Clause",
10583 "GPL-2.0",
10584 "GPL-3.0"
10585 ],
10586 "authors": [
10587 {
10588 "name": "David Grudl",
10589 "homepage": "https://davidgrudl.com"
10590 },
10591 {
10592 "name": "Nette Community",
10593 "homepage": "https://nette.org/contributors"
10594 }
10595 ],
10596 "description": "🔍 Nette Finder: find files and directories with an intuitive API.",
10597 "homepage": "https://nette.org",
10598 "keywords": [
10599 "filesystem",
10600 "glob",
10601 "iterator",
10602 "nette"
10603 ],
10604 "time": "2019-07-11T18:02:17+00:00"
10605 },
10606 {
10607 "name": "nette/neon",
10608 "version": "v3.1.0",
10609 "source": {
10610 "type": "git",
10611 "url": "https://github.com/nette/neon.git",
10612 "reference": "0a18fc88801a14d66587932de133eeca01f7ce8e"
10613 },
10614 "dist": {
10615 "type": "zip",
10616 "url": "https://api.github.com/repos/nette/neon/zipball/0a18fc88801a14d66587932de133eeca01f7ce8e",
10617 "reference": "0a18fc88801a14d66587932de133eeca01f7ce8e",
10618 "shasum": ""
10619 },
10620 "require": {
10621 "ext-iconv": "*",
10622 "ext-json": "*",
10623 "php": ">=7.1"
10624 },
10625 "require-dev": {
10626 "nette/tester": "^2.0",
10627 "phpstan/phpstan": "^0.12",
10628 "tracy/tracy": "^2.3"
10629 },
10630 "type": "library",
10631 "extra": {
10632 "branch-alias": {
10633 "dev-master": "3.1-dev"
10634 }
10635 },
10636 "autoload": {
10637 "classmap": [
10638 "src/"
10639 ]
10640 },
10641 "notification-url": "https://packagist.org/downloads/",
10642 "license": [
10643 "BSD-3-Clause",
10644 "GPL-2.0",
10645 "GPL-3.0"
10646 ],
10647 "authors": [
10648 {
10649 "name": "David Grudl",
10650 "homepage": "https://davidgrudl.com"
10651 },
10652 {
10653 "name": "Nette Community",
10654 "homepage": "https://nette.org/contributors"
10655 }
10656 ],
10657 "description": "🍸 Nette NEON: encodes and decodes NEON file format.",
10658 "homepage": "http://ne-on.org",
10659 "keywords": [
10660 "export",
10661 "import",
10662 "neon",
10663 "nette",
10664 "yaml"
10665 ],
10666 "time": "2019-12-27T04:00:04+00:00"
10667 },
10668 {
10669 "name": "nette/php-generator",
10670 "version": "v3.3.1",
10671 "source": {
10672 "type": "git",
10673 "url": "https://github.com/nette/php-generator.git",
10674 "reference": "4240fd7adf499138c07b814ef9b9a6df9f6d7187"
10675 },
10676 "dist": {
10677 "type": "zip",
10678 "url": "https://api.github.com/repos/nette/php-generator/zipball/4240fd7adf499138c07b814ef9b9a6df9f6d7187",
10679 "reference": "4240fd7adf499138c07b814ef9b9a6df9f6d7187",
10680 "shasum": ""
10681 },
10682 "require": {
10683 "nette/utils": "^2.4.2 || ~3.0.0",
10684 "php": ">=7.1"
10685 },
10686 "require-dev": {
10687 "nette/tester": "^2.0",
10688 "tracy/tracy": "^2.3"
10689 },
10690 "type": "library",
10691 "extra": {
10692 "branch-alias": {
10693 "dev-master": "3.3-dev"
10694 }
10695 },
10696 "autoload": {
10697 "classmap": [
10698 "src/"
10699 ]
10700 },
10701 "notification-url": "https://packagist.org/downloads/",
10702 "license": [
10703 "BSD-3-Clause",
10704 "GPL-2.0",
10705 "GPL-3.0"
10706 ],
10707 "authors": [
10708 {
10709 "name": "David Grudl",
10710 "homepage": "https://davidgrudl.com"
10711 },
10712 {
10713 "name": "Nette Community",
10714 "homepage": "https://nette.org/contributors"
10715 }
10716 ],
10717 "description": "🐘 Nette PHP Generator: generates neat PHP code for you. Supports new PHP 7.3 features.",
10718 "homepage": "https://nette.org",
10719 "keywords": [
10720 "code",
10721 "nette",
10722 "php",
10723 "scaffolding"
10724 ],
10725 "time": "2019-11-22T11:12:11+00:00"
10726 },
10727 {
10728 "name": "nette/robot-loader",
10729 "version": "v3.2.1",
10730 "source": {
10731 "type": "git",
10732 "url": "https://github.com/nette/robot-loader.git",
10733 "reference": "d2a100e1f5cab390c78bc88709abbc91249c3993"
10734 },
10735 "dist": {
10736 "type": "zip",
10737 "url": "https://api.github.com/repos/nette/robot-loader/zipball/d2a100e1f5cab390c78bc88709abbc91249c3993",
10738 "reference": "d2a100e1f5cab390c78bc88709abbc91249c3993",
10739 "shasum": ""
10740 },
10741 "require": {
10742 "ext-tokenizer": "*",
10743 "nette/finder": "^2.5 || ^3.0",
10744 "nette/utils": "^3.0",
10745 "php": ">=7.1"
10746 },
10747 "require-dev": {
10748 "nette/tester": "^2.0",
10749 "phpstan/phpstan": "^0.12",
10750 "tracy/tracy": "^2.3"
10751 },
10752 "type": "library",
10753 "extra": {
10754 "branch-alias": {
10755 "dev-master": "3.2-dev"
10756 }
10757 },
10758 "autoload": {
10759 "classmap": [
10760 "src/"
10761 ]
10762 },
10763 "notification-url": "https://packagist.org/downloads/",
10764 "license": [
10765 "BSD-3-Clause",
10766 "GPL-2.0",
10767 "GPL-3.0"
10768 ],
10769 "authors": [
10770 {
10771 "name": "David Grudl",
10772 "homepage": "https://davidgrudl.com"
10773 },
10774 {
10775 "name": "Nette Community",
10776 "homepage": "https://nette.org/contributors"
10777 }
10778 ],
10779 "description": "🍀 Nette RobotLoader: high performance and comfortable autoloader that will search and autoload classes within your application.",
10780 "homepage": "https://nette.org",
10781 "keywords": [
10782 "autoload",
10783 "class",
10784 "interface",
10785 "nette",
10786 "trait"
10787 ],
10788 "time": "2019-12-26T22:32:02+00:00"
10789 },
10790 {
10791 "name": "nette/schema",
10792 "version": "v1.0.1",
10793 "source": {
10794 "type": "git",
10795 "url": "https://github.com/nette/schema.git",
10796 "reference": "337117df1dade22e2ba1fdc4a4b832c1e9b06b76"
10797 },
10798 "dist": {
10799 "type": "zip",
10800 "url": "https://api.github.com/repos/nette/schema/zipball/337117df1dade22e2ba1fdc4a4b832c1e9b06b76",
10801 "reference": "337117df1dade22e2ba1fdc4a4b832c1e9b06b76",
10802 "shasum": ""
10803 },
10804 "require": {
10805 "nette/utils": "^3.0.1",
10806 "php": ">=7.1"
10807 },
10808 "require-dev": {
10809 "nette/tester": "^2.2",
10810 "tracy/tracy": "^2.3"
10811 },
10812 "type": "library",
10813 "extra": {
10814 "branch-alias": {
10815 "dev-master": "1.0-dev"
10816 }
10817 },
10818 "autoload": {
10819 "classmap": [
10820 "src/"
10821 ]
10822 },
10823 "notification-url": "https://packagist.org/downloads/",
10824 "license": [
10825 "BSD-3-Clause",
10826 "GPL-2.0",
10827 "GPL-3.0"
10828 ],
10829 "authors": [
10830 {
10831 "name": "David Grudl",
10832 "homepage": "https://davidgrudl.com"
10833 },
10834 {
10835 "name": "Nette Community",
10836 "homepage": "https://nette.org/contributors"
10837 }
10838 ],
10839 "description": "📐 Nette Schema: validating data structures against a given Schema.",
10840 "homepage": "https://nette.org",
10841 "keywords": [
10842 "config",
10843 "nette"
10844 ],
10845 "time": "2019-10-31T20:52:19+00:00"
10846 },
10847 {
10848 "name": "nette/utils",
10849 "version": "v3.0.3",
10850 "source": {
10851 "type": "git",
10852 "url": "https://github.com/nette/utils.git",
10853 "reference": "f1b5ce0fae07f13e066e64f9a8f59e53b8f4982e"
10854 },
10855 "dist": {
10856 "type": "zip",
10857 "url": "https://api.github.com/repos/nette/utils/zipball/f1b5ce0fae07f13e066e64f9a8f59e53b8f4982e",
10858 "reference": "f1b5ce0fae07f13e066e64f9a8f59e53b8f4982e",
10859 "shasum": ""
10860 },
10861 "require": {
10862 "php": ">=7.1"
10863 },
10864 "require-dev": {
10865 "nette/tester": "~2.0",
10866 "phpstan/phpstan": "^0.12",
10867 "tracy/tracy": "^2.3"
10868 },
10869 "suggest": {
10870 "ext-gd": "to use Image",
10871 "ext-iconv": "to use Strings::webalize() and toAscii()",
10872 "ext-intl": "to use Strings::webalize(), toAscii(), normalize() and compare()",
10873 "ext-json": "to use Nette\\Utils\\Json",
10874 "ext-mbstring": "to use Strings::lower() etc...",
10875 "ext-tokenizer": "to use Nette\\Utils\\Reflection::getUseStatements()",
10876 "ext-xml": "to use Strings::length() etc. when mbstring is not available"
10877 },
10878 "type": "library",
10879 "extra": {
10880 "branch-alias": {
10881 "dev-master": "3.0-dev"
10882 }
10883 },
10884 "autoload": {
10885 "classmap": [
10886 "src/"
10887 ]
10888 },
10889 "notification-url": "https://packagist.org/downloads/",
10890 "license": [
10891 "BSD-3-Clause",
10892 "GPL-2.0",
10893 "GPL-3.0"
10894 ],
10895 "authors": [
10896 {
10897 "name": "David Grudl",
10898 "homepage": "https://davidgrudl.com"
10899 },
10900 {
10901 "name": "Nette Community",
10902 "homepage": "https://nette.org/contributors"
10903 }
10904 ],
10905 "description": "🛠 Nette Utils: lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.",
10906 "homepage": "https://nette.org",
10907 "keywords": [
10908 "array",
10909 "core",
10910 "datetime",
10911 "images",
10912 "json",
10913 "nette",
10914 "paginator",
10915 "password",
10916 "slugify",
10917 "string",
10918 "unicode",
10919 "utf-8",
10920 "utility",
10921 "validation"
10922 ],
10923 "time": "2019-12-27T03:47:50+00:00"
10924 },
10925 {
10926 "name": "nikic/php-parser",
10927 "version": "v4.3.0",
10928 "source": {
10929 "type": "git",
10930 "url": "https://github.com/nikic/PHP-Parser.git",
10931 "reference": "9a9981c347c5c49d6dfe5cf826bb882b824080dc"
10932 },
10933 "dist": {
10934 "type": "zip",
10935 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/9a9981c347c5c49d6dfe5cf826bb882b824080dc",
10936 "reference": "9a9981c347c5c49d6dfe5cf826bb882b824080dc",
10937 "shasum": ""
10938 },
10939 "require": {
10940 "ext-tokenizer": "*",
10941 "php": ">=7.0"
10942 },
10943 "require-dev": {
10944 "ircmaxell/php-yacc": "0.0.5",
10945 "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0"
10946 },
10947 "bin": [
10948 "bin/php-parse"
10949 ],
10950 "type": "library",
10951 "extra": {
10952 "branch-alias": {
10953 "dev-master": "4.3-dev"
10954 }
10955 },
10956 "autoload": {
10957 "psr-4": {
10958 "PhpParser\\": "lib/PhpParser"
10959 }
10960 },
10961 "notification-url": "https://packagist.org/downloads/",
10962 "license": [
10963 "BSD-3-Clause"
10964 ],
10965 "authors": [
10966 {
10967 "name": "Nikita Popov"
10968 }
10969 ],
10970 "description": "A PHP parser written in PHP",
10971 "keywords": [
10972 "parser",
10973 "php"
10974 ],
10975 "time": "2019-11-08T13:50:10+00:00"
10976 },
10977 {
10978 "name": "php-cs-fixer/diff",
10979 "version": "v1.3.0",
10980 "source": {
10981 "type": "git",
10982 "url": "https://github.com/PHP-CS-Fixer/diff.git",
10983 "reference": "78bb099e9c16361126c86ce82ec4405ebab8e756"
10984 },
10985 "dist": {
10986 "type": "zip",
10987 "url": "https://api.github.com/repos/PHP-CS-Fixer/diff/zipball/78bb099e9c16361126c86ce82ec4405ebab8e756",
10988 "reference": "78bb099e9c16361126c86ce82ec4405ebab8e756",
10989 "shasum": ""
10990 },
10991 "require": {
10992 "php": "^5.6 || ^7.0"
10993 },
10994 "require-dev": {
10995 "phpunit/phpunit": "^5.7.23 || ^6.4.3",
10996 "symfony/process": "^3.3"
10997 },
10998 "type": "library",
10999 "autoload": {
11000 "classmap": [
11001 "src/"
11002 ]
11003 },
11004 "notification-url": "https://packagist.org/downloads/",
11005 "license": [
11006 "BSD-3-Clause"
11007 ],
11008 "authors": [
11009 {
11010 "name": "Kore Nordmann",
11011 "email": "mail@kore-nordmann.de"
11012 },
11013 {
11014 "name": "Sebastian Bergmann",
11015 "email": "sebastian@phpunit.de"
11016 },
11017 {
11018 "name": "SpacePossum"
11019 }
11020 ],
11021 "description": "sebastian/diff v2 backport support for PHP5.6",
11022 "homepage": "https://github.com/PHP-CS-Fixer",
11023 "keywords": [
11024 "diff"
11025 ],
11026 "time": "2018-02-15T16:58:55+00:00"
11027 },
11028 {
11029 "name": "php-http/mock-client",
11030 "version": "1.3.1",
11031 "source": {
11032 "type": "git",
11033 "url": "https://github.com/php-http/mock-client.git",
11034 "reference": "186547be76fe81cc0c0589f9285ef9c8dded9845"
11035 },
11036 "dist": {
11037 "type": "zip",
11038 "url": "https://api.github.com/repos/php-http/mock-client/zipball/186547be76fe81cc0c0589f9285ef9c8dded9845",
11039 "reference": "186547be76fe81cc0c0589f9285ef9c8dded9845",
11040 "shasum": ""
11041 },
11042 "require": {
11043 "php": "^5.5 || ^7.0",
11044 "php-http/client-common": "^1.9 || ^2.0",
11045 "php-http/discovery": "^1.0",
11046 "php-http/httplug": "^1.0 || ^2.0",
11047 "php-http/message-factory": "^1.0"
11048 },
11049 "provide": {
11050 "php-http/async-client-implementation": "1.0",
11051 "php-http/client-implementation": "1.0"
11052 },
11053 "require-dev": {
11054 "henrikbjorn/phpspec-code-coverage": "^1.0",
11055 "phpspec/phpspec": "^2.4"
11056 },
11057 "type": "library",
11058 "extra": {
11059 "branch-alias": {
11060 "dev-master": "1.3-dev"
11061 }
11062 },
11063 "autoload": {
11064 "psr-4": {
11065 "Http\\Mock\\": "src/"
11066 }
11067 },
11068 "notification-url": "https://packagist.org/downloads/",
11069 "license": [
11070 "MIT"
11071 ],
11072 "authors": [
11073 {
11074 "name": "David de Boer",
11075 "email": "david@ddeboer.nl"
11076 }
11077 ],
11078 "description": "Mock HTTP client",
11079 "homepage": "http://httplug.io",
11080 "keywords": [
11081 "client",
11082 "http",
11083 "mock",
11084 "psr7"
11085 ],
11086 "time": "2019-11-06T12:49:04+00:00"
11087 },
11088 {
11089 "name": "phpstan/phpdoc-parser",
11090 "version": "0.3.5",
11091 "source": {
11092 "type": "git",
11093 "url": "https://github.com/phpstan/phpdoc-parser.git",
11094 "reference": "8c4ef2aefd9788238897b678a985e1d5c8df6db4"
11095 },
11096 "dist": {
11097 "type": "zip",
11098 "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/8c4ef2aefd9788238897b678a985e1d5c8df6db4",
11099 "reference": "8c4ef2aefd9788238897b678a985e1d5c8df6db4",
11100 "shasum": ""
11101 },
11102 "require": {
11103 "php": "~7.1"
11104 },
11105 "require-dev": {
11106 "consistence/coding-standard": "^3.5",
11107 "jakub-onderka/php-parallel-lint": "^0.9.2",
11108 "phing/phing": "^2.16.0",
11109 "phpstan/phpstan": "^0.10",
11110 "phpunit/phpunit": "^6.3",
11111 "slevomat/coding-standard": "^4.7.2",
11112 "squizlabs/php_codesniffer": "^3.3.2",
11113 "symfony/process": "^3.4 || ^4.0"
11114 },
11115 "type": "library",
11116 "extra": {
11117 "branch-alias": {
11118 "dev-master": "0.3-dev"
11119 }
11120 },
11121 "autoload": {
11122 "psr-4": {
11123 "PHPStan\\PhpDocParser\\": [
11124 "src/"
11125 ]
11126 }
11127 },
11128 "notification-url": "https://packagist.org/downloads/",
11129 "license": [
11130 "MIT"
11131 ],
11132 "description": "PHPDoc parser with support for nullable, intersection and generic types",
11133 "time": "2019-06-07T19:13:52+00:00"
11134 },
11135 {
11136 "name": "phpstan/phpstan",
11137 "version": "0.11.19",
11138 "source": {
11139 "type": "git",
11140 "url": "https://github.com/phpstan/phpstan.git",
11141 "reference": "63cc502f6957b7f74efbac444b4cf219dcadffd7"
11142 },
11143 "dist": {
11144 "type": "zip",
11145 "url": "https://api.github.com/repos/phpstan/phpstan/zipball/63cc502f6957b7f74efbac444b4cf219dcadffd7",
11146 "reference": "63cc502f6957b7f74efbac444b4cf219dcadffd7",
11147 "shasum": ""
11148 },
11149 "require": {
11150 "composer/xdebug-handler": "^1.3.0",
11151 "jean85/pretty-package-versions": "^1.0.3",
11152 "nette/bootstrap": "^2.4 || ^3.0",
11153 "nette/di": "^2.4.7 || ^3.0",
11154 "nette/neon": "^2.4.3 || ^3.0",
11155 "nette/robot-loader": "^3.0.1",
11156 "nette/schema": "^1.0",
11157 "nette/utils": "^2.4.5 || ^3.0",
11158 "nikic/php-parser": "^4.2.3",
11159 "php": "~7.1",
11160 "phpstan/phpdoc-parser": "^0.3.5",
11161 "symfony/console": "~3.2 || ~4.0",
11162 "symfony/finder": "~3.2 || ~4.0"
11163 },
11164 "conflict": {
11165 "symfony/console": "3.4.16 || 4.1.5"
11166 },
11167 "require-dev": {
11168 "brianium/paratest": "^2.0 || ^3.0",
11169 "consistence/coding-standard": "^3.5",
11170 "dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
11171 "ext-intl": "*",
11172 "ext-mysqli": "*",
11173 "ext-simplexml": "*",
11174 "ext-soap": "*",
11175 "ext-zip": "*",
11176 "jakub-onderka/php-parallel-lint": "^1.0",
11177 "localheinz/composer-normalize": "^1.1.0",
11178 "phing/phing": "^2.16.0",
11179 "phpstan/phpstan-deprecation-rules": "^0.11",
11180 "phpstan/phpstan-php-parser": "^0.11",
11181 "phpstan/phpstan-phpunit": "^0.11",
11182 "phpstan/phpstan-strict-rules": "^0.11",
11183 "phpunit/phpunit": "^7.5.14 || ^8.0",
11184 "slevomat/coding-standard": "^4.7.2",
11185 "squizlabs/php_codesniffer": "^3.3.2"
11186 },
11187 "bin": [
11188 "bin/phpstan"
11189 ],
11190 "type": "library",
11191 "extra": {
11192 "branch-alias": {
11193 "dev-master": "0.11-dev"
11194 }
11195 },
11196 "autoload": {
11197 "psr-4": {
11198 "PHPStan\\": [
11199 "src/"
11200 ]
11201 }
11202 },
11203 "notification-url": "https://packagist.org/downloads/",
11204 "license": [
11205 "MIT"
11206 ],
11207 "description": "PHPStan - PHP Static Analysis Tool",
11208 "time": "2019-10-22T20:20:22+00:00"
11209 },
11210 {
11211 "name": "phpstan/phpstan-doctrine",
11212 "version": "0.11.6",
11213 "source": {
11214 "type": "git",
11215 "url": "https://github.com/phpstan/phpstan-doctrine.git",
11216 "reference": "77592865e167b32c7dcb4f39a35210e909a8854c"
11217 },
11218 "dist": {
11219 "type": "zip",
11220 "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/77592865e167b32c7dcb4f39a35210e909a8854c",
11221 "reference": "77592865e167b32c7dcb4f39a35210e909a8854c",
11222 "shasum": ""
11223 },
11224 "require": {
11225 "nikic/php-parser": "^4.0",
11226 "php": "~7.1",
11227 "phpstan/phpdoc-parser": "^0.3",
11228 "phpstan/phpstan": "^0.11.7"
11229 },
11230 "conflict": {
11231 "doctrine/collections": "<1.0",
11232 "doctrine/common": "<2.7",
11233 "doctrine/mongodb-odm": "<1.2",
11234 "doctrine/orm": "<2.5"
11235 },
11236 "require-dev": {
11237 "consistence/coding-standard": "^3.8",
11238 "dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
11239 "doctrine/collections": "^1.0",
11240 "doctrine/common": "^2.7",
11241 "doctrine/mongodb-odm": "^1.2",
11242 "doctrine/orm": "^2.5",
11243 "jakub-onderka/php-parallel-lint": "^1.0",
11244 "phing/phing": "^2.16.0",
11245 "phpstan/phpstan-phpunit": "^0.11",
11246 "phpstan/phpstan-strict-rules": "^0.11",
11247 "phpunit/phpunit": "^7.0",
11248 "slevomat/coding-standard": "^5.0.4"
11249 },
11250 "type": "phpstan-extension",
11251 "extra": {
11252 "branch-alias": {
11253 "dev-master": "0.11-dev"
11254 },
11255 "phpstan": {
11256 "includes": [
11257 "extension.neon",
11258 "rules.neon"
11259 ]
11260 }
11261 },
11262 "autoload": {
11263 "psr-4": {
11264 "PHPStan\\": "src/"
11265 }
11266 },
11267 "notification-url": "https://packagist.org/downloads/",
11268 "license": [
11269 "MIT"
11270 ],
11271 "description": "Doctrine extensions for PHPStan",
11272 "time": "2019-09-13T08:40:06+00:00"
11273 },
11274 {
11275 "name": "phpstan/phpstan-phpunit",
11276 "version": "0.11.2",
11277 "source": {
11278 "type": "git",
11279 "url": "https://github.com/phpstan/phpstan-phpunit.git",
11280 "reference": "fbf2ad56c3b13189d29655e226c9b1da47c2fad9"
11281 },
11282 "dist": {
11283 "type": "zip",
11284 "url": "https://api.github.com/repos/phpstan/phpstan-phpunit/zipball/fbf2ad56c3b13189d29655e226c9b1da47c2fad9",
11285 "reference": "fbf2ad56c3b13189d29655e226c9b1da47c2fad9",
11286 "shasum": ""
11287 },
11288 "require": {
11289 "nikic/php-parser": "^4.0",
11290 "php": "~7.1",
11291 "phpstan/phpdoc-parser": "^0.3",
11292 "phpstan/phpstan": "^0.11.4"
11293 },
11294 "conflict": {
11295 "phpunit/phpunit": "<7.0"
11296 },
11297 "require-dev": {
11298 "consistence/coding-standard": "^3.0.1",
11299 "dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
11300 "jakub-onderka/php-parallel-lint": "^1.0",
11301 "phing/phing": "^2.16.0",
11302 "phpstan/phpstan-strict-rules": "^0.11",
11303 "phpunit/phpunit": "^7.0",
11304 "satooshi/php-coveralls": "^1.0",
11305 "slevomat/coding-standard": "^4.5.2"
11306 },
11307 "type": "phpstan-extension",
11308 "extra": {
11309 "branch-alias": {
11310 "dev-master": "0.11-dev"
11311 },
11312 "phpstan": {
11313 "includes": [
11314 "extension.neon",
11315 "rules.neon"
11316 ]
11317 }
11318 },
11319 "autoload": {
11320 "psr-4": {
11321 "PHPStan\\": "src/"
11322 }
11323 },
11324 "notification-url": "https://packagist.org/downloads/",
11325 "license": [
11326 "MIT"
11327 ],
11328 "description": "PHPUnit extensions and rules for PHPStan",
11329 "time": "2019-05-17T17:50:16+00:00"
11330 },
11331 {
11332 "name": "phpstan/phpstan-symfony",
11333 "version": "0.11.6",
11334 "source": {
11335 "type": "git",
11336 "url": "https://github.com/phpstan/phpstan-symfony.git",
11337 "reference": "c7be3054c21fd472a52b1c38eb129c3f93776084"
11338 },
11339 "dist": {
11340 "type": "zip",
11341 "url": "https://api.github.com/repos/phpstan/phpstan-symfony/zipball/c7be3054c21fd472a52b1c38eb129c3f93776084",
11342 "reference": "c7be3054c21fd472a52b1c38eb129c3f93776084",
11343 "shasum": ""
11344 },
11345 "require": {
11346 "ext-simplexml": "*",
11347 "nikic/php-parser": "^4.0",
11348 "php": "^7.1",
11349 "phpstan/phpstan": "^0.11.7"
11350 },
11351 "conflict": {
11352 "symfony/framework-bundle": "<3.0"
11353 },
11354 "require-dev": {
11355 "consistence/coding-standard": "^3.0.1",
11356 "dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
11357 "jakub-onderka/php-parallel-lint": "^1.0",
11358 "nette/di": "^3.0-stable",
11359 "phing/phing": "^2.16.0",
11360 "phpstan/phpstan-phpunit": "^0.11",
11361 "phpstan/phpstan-strict-rules": "^0.11",
11362 "phpunit/phpunit": "^7.0",
11363 "slevomat/coding-standard": "^4.5.2",
11364 "squizlabs/php_codesniffer": "^3.3.2",
11365 "symfony/console": "^3.0 || ^4.0",
11366 "symfony/framework-bundle": "^3.0 || ^4.0",
11367 "symfony/messenger": "^4.2",
11368 "symfony/serializer": "^3.0 || ^4.0"
11369 },
11370 "type": "phpstan-extension",
11371 "extra": {
11372 "branch-alias": {
11373 "dev-master": "0.11-dev"
11374 },
11375 "phpstan": {
11376 "includes": [
11377 "extension.neon"
11378 ]
11379 }
11380 },
11381 "autoload": {
11382 "psr-4": {
11383 "PHPStan\\": "src/"
11384 }
11385 },
11386 "notification-url": "https://packagist.org/downloads/",
11387 "license": [
11388 "MIT"
11389 ],
11390 "authors": [
11391 {
11392 "name": "Lukáš Unger",
11393 "email": "looky.msc@gmail.com",
11394 "homepage": "https://lookyman.net"
11395 }
11396 ],
11397 "description": "Symfony Framework extensions and rules for PHPStan",
11398 "time": "2019-05-19T17:40:25+00:00"
11399 },
11400 {
11401 "name": "sensio/generator-bundle",
11402 "version": "v3.1.7",
11403 "source": {
11404 "type": "git",
11405 "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git",
11406 "reference": "28cbaa244bd0816fd8908b93f90380bcd7b67a65"
11407 },
11408 "dist": {
11409 "type": "zip",
11410 "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/28cbaa244bd0816fd8908b93f90380bcd7b67a65",
11411 "reference": "28cbaa244bd0816fd8908b93f90380bcd7b67a65",
11412 "shasum": ""
11413 },
11414 "require": {
11415 "symfony/console": "~2.7|~3.0",
11416 "symfony/framework-bundle": "~2.7|~3.0",
11417 "symfony/process": "~2.7|~3.0",
11418 "symfony/yaml": "~2.7|~3.0",
11419 "twig/twig": "^1.28.2|^2.0"
11420 },
11421 "require-dev": {
11422 "doctrine/orm": "~2.4",
11423 "symfony/doctrine-bridge": "~2.7|~3.0",
11424 "symfony/filesystem": "~2.7|~3.0",
11425 "symfony/phpunit-bridge": "^3.3"
11426 },
11427 "type": "symfony-bundle",
11428 "extra": {
11429 "branch-alias": {
11430 "dev-master": "3.1.x-dev"
11431 }
11432 },
11433 "autoload": {
11434 "psr-4": {
11435 "Sensio\\Bundle\\GeneratorBundle\\": ""
11436 },
11437 "exclude-from-classmap": [
11438 "/Tests/"
11439 ]
11440 },
11441 "notification-url": "https://packagist.org/downloads/",
11442 "license": [
11443 "MIT"
11444 ],
11445 "authors": [
11446 {
11447 "name": "Fabien Potencier",
11448 "email": "fabien@symfony.com"
11449 }
11450 ],
11451 "description": "This bundle generates code for you",
11452 "time": "2017-12-07T15:36:41+00:00"
11453 },
11454 {
11455 "name": "symfony/phpunit-bridge",
11456 "version": "v4.3.9",
11457 "source": {
11458 "type": "git",
11459 "url": "https://github.com/symfony/phpunit-bridge.git",
11460 "reference": "e1ce1695430a3c8ee876ff1d91ce64871786581f"
11461 },
11462 "dist": {
11463 "type": "zip",
11464 "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/e1ce1695430a3c8ee876ff1d91ce64871786581f",
11465 "reference": "e1ce1695430a3c8ee876ff1d91ce64871786581f",
11466 "shasum": ""
11467 },
11468 "require": {
11469 "php": ">=5.5.9"
11470 },
11471 "conflict": {
11472 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
11473 },
11474 "suggest": {
11475 "symfony/debug": "For tracking deprecated interfaces usages at runtime with DebugClassLoader"
11476 },
11477 "bin": [
11478 "bin/simple-phpunit"
11479 ],
11480 "type": "symfony-bridge",
11481 "extra": {
11482 "branch-alias": {
11483 "dev-master": "4.3-dev"
11484 },
11485 "thanks": {
11486 "name": "phpunit/phpunit",
11487 "url": "https://github.com/sebastianbergmann/phpunit"
11488 }
11489 },
11490 "autoload": {
11491 "files": [
11492 "bootstrap.php"
11493 ],
11494 "psr-4": {
11495 "Symfony\\Bridge\\PhpUnit\\": ""
11496 },
11497 "exclude-from-classmap": [
11498 "/Tests/"
11499 ]
11500 },
11501 "notification-url": "https://packagist.org/downloads/",
11502 "license": [
11503 "MIT"
11504 ],
11505 "authors": [
11506 {
11507 "name": "Nicolas Grekas",
11508 "email": "p@tchwork.com"
11509 },
11510 {
11511 "name": "Symfony Community",
11512 "homepage": "https://symfony.com/contributors"
11513 }
11514 ],
11515 "description": "Symfony PHPUnit Bridge",
11516 "homepage": "https://symfony.com",
11517 "time": "2019-11-28T10:34:19+00:00"
11518 }
11519 ],
11520 "aliases": [],
11521 "minimum-stability": "dev",
11522 "stability-flags": {
11523 "grandt/phpepub": 20,
11524 "predis/predis": 20
11525 },
11526 "prefer-stable": true,
11527 "prefer-lowest": false,
11528 "platform": {
11529 "php": ">=7.1.3",
11530 "ext-pcre": "*",
11531 "ext-dom": "*",
11532 "ext-curl": "*",
11533 "ext-gd": "*",
11534 "ext-session": "*",
11535 "ext-ctype": "*",
11536 "ext-hash": "*",
11537 "ext-simplexml": "*",
11538 "ext-json": "*",
11539 "ext-mbstring": "*",
11540 "ext-xml": "*",
11541 "ext-iconv": "*",
11542 "ext-tokenizer": "*",
11543 "ext-pdo": "*",
11544 "ext-tidy": "*"
11545 },
11546 "platform-dev": [],
11547 "platform-overrides": {
11548 "php": "7.1.3"
11549 }
11550 }