]> git.immae.eu Git - github/wallabag/wallabag.git/blob - composer.lock
Bump friendsofsymfony/rest-bundle from 2.6.0 to 2.7.0
[github/wallabag/wallabag.git] / composer.lock
1 {
2 "_readme": [
3 "This file locks the dependencies of your project to a known state",
4 "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
5 "This file is @generated automatically"
6 ],
7 "content-hash": "4458551b4c0cddd988d7bbbc76dc38dc",
8 "packages": [
9 {
10 "name": "bdunogier/guzzle-site-authenticator",
11 "version": "1.0.0",
12 "source": {
13 "type": "git",
14 "url": "https://github.com/wallabag/guzzle-site-authenticator.git",
15 "reference": "6649aca6f13c27088ef34e4202b31fc0da01d987"
16 },
17 "dist": {
18 "type": "zip",
19 "url": "https://api.github.com/repos/wallabag/guzzle-site-authenticator/zipball/6649aca6f13c27088ef34e4202b31fc0da01d987",
20 "reference": "6649aca6f13c27088ef34e4202b31fc0da01d987",
21 "shasum": ""
22 },
23 "require": {
24 "guzzlehttp/guzzle": "^5.2.0",
25 "psr/log": "^1.0.0",
26 "symfony/expression-language": "^3.2"
27 },
28 "require-dev": {
29 "friendsofphp/php-cs-fixer": "~2.0",
30 "monolog/monolog": "^1.13",
31 "php-coveralls/php-coveralls": "~1.0",
32 "symfony/phpunit-bridge": "^4.2"
33 },
34 "type": "library",
35 "extra": {
36 "branch-alias": {
37 "dev-master": "1.0.x-dev"
38 }
39 },
40 "autoload": {
41 "psr-4": {
42 "BD\\GuzzleSiteAuthenticatorBundle\\": "bundle/",
43 "BD\\GuzzleSiteAuthenticator\\": "lib/"
44 }
45 },
46 "notification-url": "https://packagist.org/downloads/",
47 "license": [
48 "MIT"
49 ],
50 "authors": [
51 {
52 "name": "Bertrand Dunogier",
53 "email": "bertrand.dunogier@gmail.com"
54 }
55 ],
56 "description": "A guzzle plugin that adds, if necessary, authentication data to requests. Uses credentials and cookies, with login requests to the sites.",
57 "time": "2018-12-13T21:06:29+00:00"
58 },
59 {
60 "name": "beberlei/assert",
61 "version": "v3.2.7",
62 "source": {
63 "type": "git",
64 "url": "https://github.com/beberlei/assert.git",
65 "reference": "d63a6943fc4fd1a2aedb65994e3548715105abcf"
66 },
67 "dist": {
68 "type": "zip",
69 "url": "https://api.github.com/repos/beberlei/assert/zipball/d63a6943fc4fd1a2aedb65994e3548715105abcf",
70 "reference": "d63a6943fc4fd1a2aedb65994e3548715105abcf",
71 "shasum": ""
72 },
73 "require": {
74 "ext-ctype": "*",
75 "ext-json": "*",
76 "ext-mbstring": "*",
77 "ext-simplexml": "*",
78 "php": "^7"
79 },
80 "require-dev": {
81 "friendsofphp/php-cs-fixer": "*",
82 "phpstan/phpstan-shim": "*",
83 "phpunit/phpunit": ">=6.0.0 <8"
84 },
85 "suggest": {
86 "ext-intl": "Needed to allow Assertion::count(), Assertion::isCountable(), Assertion::minCount(), and Assertion::maxCount() to operate on ResourceBundles"
87 },
88 "type": "library",
89 "autoload": {
90 "psr-4": {
91 "Assert\\": "lib/Assert"
92 },
93 "files": [
94 "lib/Assert/functions.php"
95 ]
96 },
97 "notification-url": "https://packagist.org/downloads/",
98 "license": [
99 "BSD-2-Clause"
100 ],
101 "authors": [
102 {
103 "name": "Benjamin Eberlei",
104 "email": "kontakt@beberlei.de",
105 "role": "Lead Developer"
106 },
107 {
108 "name": "Richard Quadling",
109 "email": "rquadling@gmail.com",
110 "role": "Collaborator"
111 }
112 ],
113 "description": "Thin assertion library for input validation in business models.",
114 "keywords": [
115 "assert",
116 "assertion",
117 "validation"
118 ],
119 "time": "2019-12-19T17:51:41+00:00"
120 },
121 {
122 "name": "behat/transliterator",
123 "version": "v1.2.0",
124 "source": {
125 "type": "git",
126 "url": "https://github.com/Behat/Transliterator.git",
127 "reference": "826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c"
128 },
129 "dist": {
130 "type": "zip",
131 "url": "https://api.github.com/repos/Behat/Transliterator/zipball/826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c",
132 "reference": "826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c",
133 "shasum": ""
134 },
135 "require": {
136 "php": ">=5.3.3"
137 },
138 "require-dev": {
139 "chuyskywalker/rolling-curl": "^3.1",
140 "php-yaoi/php-yaoi": "^1.0"
141 },
142 "type": "library",
143 "extra": {
144 "branch-alias": {
145 "dev-master": "1.2-dev"
146 }
147 },
148 "autoload": {
149 "psr-0": {
150 "Behat\\Transliterator": "src/"
151 }
152 },
153 "notification-url": "https://packagist.org/downloads/",
154 "license": [
155 "Artistic-1.0"
156 ],
157 "description": "String transliterator",
158 "keywords": [
159 "i18n",
160 "slug",
161 "transliterator"
162 ],
163 "time": "2017-04-04T11:38:05+00:00"
164 },
165 {
166 "name": "clue/stream-filter",
167 "version": "v1.4.1",
168 "source": {
169 "type": "git",
170 "url": "https://github.com/clue/php-stream-filter.git",
171 "reference": "5a58cc30a8bd6a4eb8f856adf61dd3e013f53f71"
172 },
173 "dist": {
174 "type": "zip",
175 "url": "https://api.github.com/repos/clue/php-stream-filter/zipball/5a58cc30a8bd6a4eb8f856adf61dd3e013f53f71",
176 "reference": "5a58cc30a8bd6a4eb8f856adf61dd3e013f53f71",
177 "shasum": ""
178 },
179 "require": {
180 "php": ">=5.3"
181 },
182 "require-dev": {
183 "phpunit/phpunit": "^5.0 || ^4.8"
184 },
185 "type": "library",
186 "autoload": {
187 "psr-4": {
188 "Clue\\StreamFilter\\": "src/"
189 },
190 "files": [
191 "src/functions_include.php"
192 ]
193 },
194 "notification-url": "https://packagist.org/downloads/",
195 "license": [
196 "MIT"
197 ],
198 "authors": [
199 {
200 "name": "Christian Lück",
201 "email": "christian@lueck.tv"
202 }
203 ],
204 "description": "A simple and modern approach to stream filtering in PHP",
205 "homepage": "https://github.com/clue/php-stream-filter",
206 "keywords": [
207 "bucket brigade",
208 "callback",
209 "filter",
210 "php_user_filter",
211 "stream",
212 "stream_filter_append",
213 "stream_filter_register"
214 ],
215 "time": "2019-04-09T12:31:48+00:00"
216 },
217 {
218 "name": "craue/config-bundle",
219 "version": "2.4.0",
220 "source": {
221 "type": "git",
222 "url": "https://github.com/craue/CraueConfigBundle.git",
223 "reference": "ad474f63d6b51da0d346a7873b3a54f98fa96e32"
224 },
225 "dist": {
226 "type": "zip",
227 "url": "https://api.github.com/repos/craue/CraueConfigBundle/zipball/ad474f63d6b51da0d346a7873b3a54f98fa96e32",
228 "reference": "ad474f63d6b51da0d346a7873b3a54f98fa96e32",
229 "shasum": ""
230 },
231 "require": {
232 "doctrine/doctrine-bundle": "^1.5.1|~2.0",
233 "php": "~7.0",
234 "psr/simple-cache": "^1.0",
235 "symfony/cache": "~3.4|~4.2|~5.0",
236 "symfony/config": "~3.4|~4.2|~5.0",
237 "symfony/dependency-injection": "~3.4|~4.2|~5.0",
238 "symfony/form": "~3.4|~4.2|~5.0",
239 "symfony/framework-bundle": "~3.4|~4.2|~5.0",
240 "symfony/http-foundation": "~3.4|~4.2|~5.0",
241 "symfony/http-kernel": "~3.4|~4.2|~5.0",
242 "symfony/options-resolver": "~3.4|~4.2|~5.0",
243 "symfony/validator": "~3.4|~4.2|~5.0"
244 },
245 "require-dev": {
246 "doctrine/instantiator": "^1.0.5",
247 "doctrine/orm": "^2.5.14",
248 "phpunit/phpunit": "^6.5.13|^7.5.1",
249 "symfony/phpunit-bridge": "~5.0",
250 "symfony/symfony": "~3.4|~4.2|~5.0"
251 },
252 "type": "symfony-bundle",
253 "extra": {
254 "branch-alias": {
255 "dev-master": "2.4.x-dev"
256 }
257 },
258 "autoload": {
259 "psr-4": {
260 "Craue\\ConfigBundle\\": ""
261 },
262 "exclude-from-classmap": [
263 "/Tests/"
264 ]
265 },
266 "notification-url": "https://packagist.org/downloads/",
267 "license": [
268 "MIT"
269 ],
270 "authors": [
271 {
272 "name": "Christian Raue",
273 "email": "christian.raue@gmail.com"
274 },
275 {
276 "name": "Symfony Community",
277 "homepage": "https://github.com/craue/CraueConfigBundle/contributors"
278 }
279 ],
280 "description": "Database-stored settings made available via a service for your Symfony project.",
281 "homepage": "https://github.com/craue/CraueConfigBundle",
282 "keywords": [
283 "config",
284 "symfony"
285 ],
286 "time": "2019-12-03T08:32:04+00:00"
287 },
288 {
289 "name": "defuse/php-encryption",
290 "version": "v2.2.1",
291 "source": {
292 "type": "git",
293 "url": "https://github.com/defuse/php-encryption.git",
294 "reference": "0f407c43b953d571421e0020ba92082ed5fb7620"
295 },
296 "dist": {
297 "type": "zip",
298 "url": "https://api.github.com/repos/defuse/php-encryption/zipball/0f407c43b953d571421e0020ba92082ed5fb7620",
299 "reference": "0f407c43b953d571421e0020ba92082ed5fb7620",
300 "shasum": ""
301 },
302 "require": {
303 "ext-openssl": "*",
304 "paragonie/random_compat": ">= 2",
305 "php": ">=5.4.0"
306 },
307 "require-dev": {
308 "nikic/php-parser": "^2.0|^3.0|^4.0",
309 "phpunit/phpunit": "^4|^5"
310 },
311 "bin": [
312 "bin/generate-defuse-key"
313 ],
314 "type": "library",
315 "autoload": {
316 "psr-4": {
317 "Defuse\\Crypto\\": "src"
318 }
319 },
320 "notification-url": "https://packagist.org/downloads/",
321 "license": [
322 "MIT"
323 ],
324 "authors": [
325 {
326 "name": "Taylor Hornby",
327 "email": "taylor@defuse.ca",
328 "homepage": "https://defuse.ca/"
329 },
330 {
331 "name": "Scott Arciszewski",
332 "email": "info@paragonie.com",
333 "homepage": "https://paragonie.com"
334 }
335 ],
336 "description": "Secure PHP Encryption Library",
337 "keywords": [
338 "aes",
339 "authenticated encryption",
340 "cipher",
341 "crypto",
342 "cryptography",
343 "encrypt",
344 "encryption",
345 "openssl",
346 "security",
347 "symmetric key cryptography"
348 ],
349 "time": "2018-07-24T23:27:56+00:00"
350 },
351 {
352 "name": "doctrine/annotations",
353 "version": "v1.8.0",
354 "source": {
355 "type": "git",
356 "url": "https://github.com/doctrine/annotations.git",
357 "reference": "904dca4eb10715b92569fbcd79e201d5c349b6bc"
358 },
359 "dist": {
360 "type": "zip",
361 "url": "https://api.github.com/repos/doctrine/annotations/zipball/904dca4eb10715b92569fbcd79e201d5c349b6bc",
362 "reference": "904dca4eb10715b92569fbcd79e201d5c349b6bc",
363 "shasum": ""
364 },
365 "require": {
366 "doctrine/lexer": "1.*",
367 "php": "^7.1"
368 },
369 "require-dev": {
370 "doctrine/cache": "1.*",
371 "phpunit/phpunit": "^7.5"
372 },
373 "type": "library",
374 "extra": {
375 "branch-alias": {
376 "dev-master": "1.7.x-dev"
377 }
378 },
379 "autoload": {
380 "psr-4": {
381 "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
382 }
383 },
384 "notification-url": "https://packagist.org/downloads/",
385 "license": [
386 "MIT"
387 ],
388 "authors": [
389 {
390 "name": "Guilherme Blanco",
391 "email": "guilhermeblanco@gmail.com"
392 },
393 {
394 "name": "Roman Borschel",
395 "email": "roman@code-factory.org"
396 },
397 {
398 "name": "Benjamin Eberlei",
399 "email": "kontakt@beberlei.de"
400 },
401 {
402 "name": "Jonathan Wage",
403 "email": "jonwage@gmail.com"
404 },
405 {
406 "name": "Johannes Schmitt",
407 "email": "schmittjoh@gmail.com"
408 }
409 ],
410 "description": "Docblock Annotations Parser",
411 "homepage": "http://www.doctrine-project.org",
412 "keywords": [
413 "annotations",
414 "docblock",
415 "parser"
416 ],
417 "time": "2019-10-01T18:55:10+00:00"
418 },
419 {
420 "name": "doctrine/cache",
421 "version": "1.10.0",
422 "source": {
423 "type": "git",
424 "url": "https://github.com/doctrine/cache.git",
425 "reference": "382e7f4db9a12dc6c19431743a2b096041bcdd62"
426 },
427 "dist": {
428 "type": "zip",
429 "url": "https://api.github.com/repos/doctrine/cache/zipball/382e7f4db9a12dc6c19431743a2b096041bcdd62",
430 "reference": "382e7f4db9a12dc6c19431743a2b096041bcdd62",
431 "shasum": ""
432 },
433 "require": {
434 "php": "~7.1"
435 },
436 "conflict": {
437 "doctrine/common": ">2.2,<2.4"
438 },
439 "require-dev": {
440 "alcaeus/mongo-php-adapter": "^1.1",
441 "doctrine/coding-standard": "^6.0",
442 "mongodb/mongodb": "^1.1",
443 "phpunit/phpunit": "^7.0",
444 "predis/predis": "~1.0"
445 },
446 "suggest": {
447 "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
448 },
449 "type": "library",
450 "extra": {
451 "branch-alias": {
452 "dev-master": "1.9.x-dev"
453 }
454 },
455 "autoload": {
456 "psr-4": {
457 "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
458 }
459 },
460 "notification-url": "https://packagist.org/downloads/",
461 "license": [
462 "MIT"
463 ],
464 "authors": [
465 {
466 "name": "Guilherme Blanco",
467 "email": "guilhermeblanco@gmail.com"
468 },
469 {
470 "name": "Roman Borschel",
471 "email": "roman@code-factory.org"
472 },
473 {
474 "name": "Benjamin Eberlei",
475 "email": "kontakt@beberlei.de"
476 },
477 {
478 "name": "Jonathan Wage",
479 "email": "jonwage@gmail.com"
480 },
481 {
482 "name": "Johannes Schmitt",
483 "email": "schmittjoh@gmail.com"
484 }
485 ],
486 "description": "PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.",
487 "homepage": "https://www.doctrine-project.org/projects/cache.html",
488 "keywords": [
489 "abstraction",
490 "apcu",
491 "cache",
492 "caching",
493 "couchdb",
494 "memcached",
495 "php",
496 "redis",
497 "xcache"
498 ],
499 "time": "2019-11-29T15:36:20+00:00"
500 },
501 {
502 "name": "doctrine/collections",
503 "version": "1.6.4",
504 "source": {
505 "type": "git",
506 "url": "https://github.com/doctrine/collections.git",
507 "reference": "6b1e4b2b66f6d6e49983cebfe23a21b7ccc5b0d7"
508 },
509 "dist": {
510 "type": "zip",
511 "url": "https://api.github.com/repos/doctrine/collections/zipball/6b1e4b2b66f6d6e49983cebfe23a21b7ccc5b0d7",
512 "reference": "6b1e4b2b66f6d6e49983cebfe23a21b7ccc5b0d7",
513 "shasum": ""
514 },
515 "require": {
516 "php": "^7.1.3"
517 },
518 "require-dev": {
519 "doctrine/coding-standard": "^6.0",
520 "phpstan/phpstan-shim": "^0.9.2",
521 "phpunit/phpunit": "^7.0",
522 "vimeo/psalm": "^3.2.2"
523 },
524 "type": "library",
525 "extra": {
526 "branch-alias": {
527 "dev-master": "1.6.x-dev"
528 }
529 },
530 "autoload": {
531 "psr-4": {
532 "Doctrine\\Common\\Collections\\": "lib/Doctrine/Common/Collections"
533 }
534 },
535 "notification-url": "https://packagist.org/downloads/",
536 "license": [
537 "MIT"
538 ],
539 "authors": [
540 {
541 "name": "Guilherme Blanco",
542 "email": "guilhermeblanco@gmail.com"
543 },
544 {
545 "name": "Roman Borschel",
546 "email": "roman@code-factory.org"
547 },
548 {
549 "name": "Benjamin Eberlei",
550 "email": "kontakt@beberlei.de"
551 },
552 {
553 "name": "Jonathan Wage",
554 "email": "jonwage@gmail.com"
555 },
556 {
557 "name": "Johannes Schmitt",
558 "email": "schmittjoh@gmail.com"
559 }
560 ],
561 "description": "PHP Doctrine Collections library that adds additional functionality on top of PHP arrays.",
562 "homepage": "https://www.doctrine-project.org/projects/collections.html",
563 "keywords": [
564 "array",
565 "collections",
566 "iterators",
567 "php"
568 ],
569 "time": "2019-11-13T13:07:11+00:00"
570 },
571 {
572 "name": "doctrine/common",
573 "version": "2.12.0",
574 "source": {
575 "type": "git",
576 "url": "https://github.com/doctrine/common.git",
577 "reference": "2053eafdf60c2172ee1373d1b9289ba1db7f1fc6"
578 },
579 "dist": {
580 "type": "zip",
581 "url": "https://api.github.com/repos/doctrine/common/zipball/2053eafdf60c2172ee1373d1b9289ba1db7f1fc6",
582 "reference": "2053eafdf60c2172ee1373d1b9289ba1db7f1fc6",
583 "shasum": ""
584 },
585 "require": {
586 "doctrine/annotations": "^1.0",
587 "doctrine/cache": "^1.0",
588 "doctrine/collections": "^1.0",
589 "doctrine/event-manager": "^1.0",
590 "doctrine/inflector": "^1.0",
591 "doctrine/lexer": "^1.0",
592 "doctrine/persistence": "^1.1",
593 "doctrine/reflection": "^1.0",
594 "php": "^7.1"
595 },
596 "require-dev": {
597 "doctrine/coding-standard": "^1.0",
598 "phpstan/phpstan": "^0.11",
599 "phpstan/phpstan-phpunit": "^0.11",
600 "phpunit/phpunit": "^7.0",
601 "squizlabs/php_codesniffer": "^3.0",
602 "symfony/phpunit-bridge": "^4.0.5"
603 },
604 "type": "library",
605 "extra": {
606 "branch-alias": {
607 "dev-master": "2.11.x-dev"
608 }
609 },
610 "autoload": {
611 "psr-4": {
612 "Doctrine\\Common\\": "lib/Doctrine/Common"
613 }
614 },
615 "notification-url": "https://packagist.org/downloads/",
616 "license": [
617 "MIT"
618 ],
619 "authors": [
620 {
621 "name": "Guilherme Blanco",
622 "email": "guilhermeblanco@gmail.com"
623 },
624 {
625 "name": "Roman Borschel",
626 "email": "roman@code-factory.org"
627 },
628 {
629 "name": "Benjamin Eberlei",
630 "email": "kontakt@beberlei.de"
631 },
632 {
633 "name": "Jonathan Wage",
634 "email": "jonwage@gmail.com"
635 },
636 {
637 "name": "Johannes Schmitt",
638 "email": "schmittjoh@gmail.com"
639 },
640 {
641 "name": "Marco Pivetta",
642 "email": "ocramius@gmail.com"
643 }
644 ],
645 "description": "PHP Doctrine Common project is a library that provides additional functionality that other Doctrine projects depend on such as better reflection support, persistence interfaces, proxies, event system and much more.",
646 "homepage": "https://www.doctrine-project.org/projects/common.html",
647 "keywords": [
648 "common",
649 "doctrine",
650 "php"
651 ],
652 "time": "2020-01-10T15:49:25+00:00"
653 },
654 {
655 "name": "doctrine/dbal",
656 "version": "v2.9.2",
657 "source": {
658 "type": "git",
659 "url": "https://github.com/doctrine/dbal.git",
660 "reference": "22800bd651c1d8d2a9719e2a3dc46d5108ebfcc9"
661 },
662 "dist": {
663 "type": "zip",
664 "url": "https://api.github.com/repos/doctrine/dbal/zipball/22800bd651c1d8d2a9719e2a3dc46d5108ebfcc9",
665 "reference": "22800bd651c1d8d2a9719e2a3dc46d5108ebfcc9",
666 "shasum": ""
667 },
668 "require": {
669 "doctrine/cache": "^1.0",
670 "doctrine/event-manager": "^1.0",
671 "ext-pdo": "*",
672 "php": "^7.1"
673 },
674 "require-dev": {
675 "doctrine/coding-standard": "^5.0",
676 "jetbrains/phpstorm-stubs": "^2018.1.2",
677 "phpstan/phpstan": "^0.10.1",
678 "phpunit/phpunit": "^7.4",
679 "symfony/console": "^2.0.5|^3.0|^4.0",
680 "symfony/phpunit-bridge": "^3.4.5|^4.0.5"
681 },
682 "suggest": {
683 "symfony/console": "For helpful console commands such as SQL execution and import of files."
684 },
685 "bin": [
686 "bin/doctrine-dbal"
687 ],
688 "type": "library",
689 "extra": {
690 "branch-alias": {
691 "dev-master": "2.9.x-dev",
692 "dev-develop": "3.0.x-dev"
693 }
694 },
695 "autoload": {
696 "psr-4": {
697 "Doctrine\\DBAL\\": "lib/Doctrine/DBAL"
698 }
699 },
700 "notification-url": "https://packagist.org/downloads/",
701 "license": [
702 "MIT"
703 ],
704 "authors": [
705 {
706 "name": "Roman Borschel",
707 "email": "roman@code-factory.org"
708 },
709 {
710 "name": "Benjamin Eberlei",
711 "email": "kontakt@beberlei.de"
712 },
713 {
714 "name": "Guilherme Blanco",
715 "email": "guilhermeblanco@gmail.com"
716 },
717 {
718 "name": "Jonathan Wage",
719 "email": "jonwage@gmail.com"
720 }
721 ],
722 "description": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.",
723 "homepage": "https://www.doctrine-project.org/projects/dbal.html",
724 "keywords": [
725 "abstraction",
726 "database",
727 "dbal",
728 "mysql",
729 "persistence",
730 "pgsql",
731 "php",
732 "queryobject"
733 ],
734 "time": "2018-12-31T03:27:51+00:00"
735 },
736 {
737 "name": "doctrine/doctrine-bundle",
738 "version": "1.12.7",
739 "source": {
740 "type": "git",
741 "url": "https://github.com/doctrine/DoctrineBundle.git",
742 "reference": "18fb7d271676dcb8e882adb0157ac1445c8fe89c"
743 },
744 "dist": {
745 "type": "zip",
746 "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/18fb7d271676dcb8e882adb0157ac1445c8fe89c",
747 "reference": "18fb7d271676dcb8e882adb0157ac1445c8fe89c",
748 "shasum": ""
749 },
750 "require": {
751 "doctrine/dbal": "^2.5.12",
752 "doctrine/doctrine-cache-bundle": "~1.2",
753 "doctrine/persistence": "^1.3.3",
754 "jdorn/sql-formatter": "^1.2.16",
755 "php": "^7.1",
756 "symfony/cache": "^3.4.30|^4.3.3",
757 "symfony/config": "^3.4.30|^4.3.3",
758 "symfony/console": "^3.4.30|^4.3.3",
759 "symfony/dependency-injection": "^3.4.30|^4.3.3",
760 "symfony/doctrine-bridge": "^3.4.30|^4.3.3",
761 "symfony/framework-bundle": "^3.4.30|^4.3.3",
762 "symfony/service-contracts": "^1.1.1|^2.0"
763 },
764 "conflict": {
765 "doctrine/orm": "<2.6",
766 "twig/twig": "<1.34|>=2.0,<2.4"
767 },
768 "require-dev": {
769 "doctrine/coding-standard": "^6.0",
770 "doctrine/orm": "^2.6",
771 "ocramius/proxy-manager": "^2.1",
772 "php-coveralls/php-coveralls": "^2.1",
773 "phpunit/phpunit": "^7.5",
774 "symfony/phpunit-bridge": "^4.2",
775 "symfony/property-info": "^3.4.30|^4.3.3",
776 "symfony/proxy-manager-bridge": "^3.4|^4|^5",
777 "symfony/twig-bridge": "^3.4|^4.1",
778 "symfony/validator": "^3.4.30|^4.3.3",
779 "symfony/web-profiler-bundle": "^3.4.30|^4.3.3",
780 "symfony/yaml": "^3.4.30|^4.3.3",
781 "twig/twig": "^1.34|^2.12"
782 },
783 "suggest": {
784 "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
785 "symfony/web-profiler-bundle": "To use the data collector."
786 },
787 "type": "symfony-bundle",
788 "extra": {
789 "branch-alias": {
790 "dev-master": "1.12.x-dev"
791 }
792 },
793 "autoload": {
794 "psr-4": {
795 "Doctrine\\Bundle\\DoctrineBundle\\": ""
796 }
797 },
798 "notification-url": "https://packagist.org/downloads/",
799 "license": [
800 "MIT"
801 ],
802 "authors": [
803 {
804 "name": "Fabien Potencier",
805 "email": "fabien@symfony.com"
806 },
807 {
808 "name": "Benjamin Eberlei",
809 "email": "kontakt@beberlei.de"
810 },
811 {
812 "name": "Symfony Community",
813 "homepage": "http://symfony.com/contributors"
814 },
815 {
816 "name": "Doctrine Project",
817 "homepage": "http://www.doctrine-project.org/"
818 }
819 ],
820 "description": "Symfony DoctrineBundle",
821 "homepage": "http://www.doctrine-project.org",
822 "keywords": [
823 "database",
824 "dbal",
825 "orm",
826 "persistence"
827 ],
828 "time": "2020-01-10T12:25:22+00:00"
829 },
830 {
831 "name": "doctrine/doctrine-cache-bundle",
832 "version": "1.4.0",
833 "source": {
834 "type": "git",
835 "url": "https://github.com/doctrine/DoctrineCacheBundle.git",
836 "reference": "6bee2f9b339847e8a984427353670bad4e7bdccb"
837 },
838 "dist": {
839 "type": "zip",
840 "url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/6bee2f9b339847e8a984427353670bad4e7bdccb",
841 "reference": "6bee2f9b339847e8a984427353670bad4e7bdccb",
842 "shasum": ""
843 },
844 "require": {
845 "doctrine/cache": "^1.4.2",
846 "doctrine/inflector": "^1.0",
847 "php": "^7.1",
848 "symfony/doctrine-bridge": "^3.4|^4.0"
849 },
850 "require-dev": {
851 "instaclick/coding-standard": "~1.1",
852 "instaclick/object-calisthenics-sniffs": "dev-master",
853 "instaclick/symfony2-coding-standard": "dev-remaster",
854 "phpunit/phpunit": "^7.0",
855 "predis/predis": "~0.8",
856 "satooshi/php-coveralls": "^1.0",
857 "squizlabs/php_codesniffer": "~1.5",
858 "symfony/console": "^3.4|^4.0",
859 "symfony/finder": "^3.4|^4.0",
860 "symfony/framework-bundle": "^3.4|^4.0",
861 "symfony/phpunit-bridge": "^3.4|^4.0",
862 "symfony/security-acl": "^2.8",
863 "symfony/validator": "^3.4|^4.0",
864 "symfony/yaml": "^3.4|^4.0"
865 },
866 "suggest": {
867 "symfony/security-acl": "For using this bundle to cache ACLs"
868 },
869 "type": "symfony-bundle",
870 "extra": {
871 "branch-alias": {
872 "dev-master": "1.4.x-dev"
873 }
874 },
875 "autoload": {
876 "psr-4": {
877 "Doctrine\\Bundle\\DoctrineCacheBundle\\": ""
878 },
879 "exclude-from-classmap": [
880 "/Tests/"
881 ]
882 },
883 "notification-url": "https://packagist.org/downloads/",
884 "license": [
885 "MIT"
886 ],
887 "authors": [
888 {
889 "name": "Fabien Potencier",
890 "email": "fabien@symfony.com"
891 },
892 {
893 "name": "Benjamin Eberlei",
894 "email": "kontakt@beberlei.de"
895 },
896 {
897 "name": "Fabio B. Silva",
898 "email": "fabio.bat.silva@gmail.com"
899 },
900 {
901 "name": "Guilherme Blanco",
902 "email": "guilhermeblanco@hotmail.com"
903 },
904 {
905 "name": "Symfony Community",
906 "homepage": "http://symfony.com/contributors"
907 },
908 {
909 "name": "Doctrine Project",
910 "homepage": "http://www.doctrine-project.org/"
911 }
912 ],
913 "description": "Symfony Bundle for Doctrine Cache",
914 "homepage": "https://www.doctrine-project.org",
915 "keywords": [
916 "cache",
917 "caching"
918 ],
919 "time": "2019-11-29T11:22:01+00:00"
920 },
921 {
922 "name": "doctrine/doctrine-migrations-bundle",
923 "version": "v1.3.2",
924 "source": {
925 "type": "git",
926 "url": "https://github.com/doctrine/DoctrineMigrationsBundle.git",
927 "reference": "49fa399181db4bf4f9f725126bd1cb65c4398dce"
928 },
929 "dist": {
930 "type": "zip",
931 "url": "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/49fa399181db4bf4f9f725126bd1cb65c4398dce",
932 "reference": "49fa399181db4bf4f9f725126bd1cb65c4398dce",
933 "shasum": ""
934 },
935 "require": {
936 "doctrine/doctrine-bundle": "~1.0",
937 "doctrine/migrations": "^1.1",
938 "php": ">=5.4.0",
939 "symfony/framework-bundle": "~2.7|~3.3|~4.0"
940 },
941 "require-dev": {
942 "phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^7.4"
943 },
944 "type": "symfony-bundle",
945 "extra": {
946 "branch-alias": {
947 "dev-master": "1.3-dev"
948 }
949 },
950 "autoload": {
951 "psr-4": {
952 "Doctrine\\Bundle\\MigrationsBundle\\": ""
953 }
954 },
955 "notification-url": "https://packagist.org/downloads/",
956 "license": [
957 "MIT"
958 ],
959 "authors": [
960 {
961 "name": "Symfony Community",
962 "homepage": "http://symfony.com/contributors"
963 },
964 {
965 "name": "Doctrine Project",
966 "homepage": "http://www.doctrine-project.org"
967 },
968 {
969 "name": "Fabien Potencier",
970 "email": "fabien@symfony.com"
971 }
972 ],
973 "description": "Symfony DoctrineMigrationsBundle",
974 "homepage": "http://www.doctrine-project.org",
975 "keywords": [
976 "dbal",
977 "migrations",
978 "schema"
979 ],
980 "time": "2018-12-03T11:55:33+00:00"
981 },
982 {
983 "name": "doctrine/event-manager",
984 "version": "1.1.0",
985 "source": {
986 "type": "git",
987 "url": "https://github.com/doctrine/event-manager.git",
988 "reference": "629572819973f13486371cb611386eb17851e85c"
989 },
990 "dist": {
991 "type": "zip",
992 "url": "https://api.github.com/repos/doctrine/event-manager/zipball/629572819973f13486371cb611386eb17851e85c",
993 "reference": "629572819973f13486371cb611386eb17851e85c",
994 "shasum": ""
995 },
996 "require": {
997 "php": "^7.1"
998 },
999 "conflict": {
1000 "doctrine/common": "<2.9@dev"
1001 },
1002 "require-dev": {
1003 "doctrine/coding-standard": "^6.0",
1004 "phpunit/phpunit": "^7.0"
1005 },
1006 "type": "library",
1007 "extra": {
1008 "branch-alias": {
1009 "dev-master": "1.0.x-dev"
1010 }
1011 },
1012 "autoload": {
1013 "psr-4": {
1014 "Doctrine\\Common\\": "lib/Doctrine/Common"
1015 }
1016 },
1017 "notification-url": "https://packagist.org/downloads/",
1018 "license": [
1019 "MIT"
1020 ],
1021 "authors": [
1022 {
1023 "name": "Guilherme Blanco",
1024 "email": "guilhermeblanco@gmail.com"
1025 },
1026 {
1027 "name": "Roman Borschel",
1028 "email": "roman@code-factory.org"
1029 },
1030 {
1031 "name": "Benjamin Eberlei",
1032 "email": "kontakt@beberlei.de"
1033 },
1034 {
1035 "name": "Jonathan Wage",
1036 "email": "jonwage@gmail.com"
1037 },
1038 {
1039 "name": "Johannes Schmitt",
1040 "email": "schmittjoh@gmail.com"
1041 },
1042 {
1043 "name": "Marco Pivetta",
1044 "email": "ocramius@gmail.com"
1045 }
1046 ],
1047 "description": "The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.",
1048 "homepage": "https://www.doctrine-project.org/projects/event-manager.html",
1049 "keywords": [
1050 "event",
1051 "event dispatcher",
1052 "event manager",
1053 "event system",
1054 "events"
1055 ],
1056 "time": "2019-11-10T09:48:07+00:00"
1057 },
1058 {
1059 "name": "doctrine/inflector",
1060 "version": "1.3.1",
1061 "source": {
1062 "type": "git",
1063 "url": "https://github.com/doctrine/inflector.git",
1064 "reference": "ec3a55242203ffa6a4b27c58176da97ff0a7aec1"
1065 },
1066 "dist": {
1067 "type": "zip",
1068 "url": "https://api.github.com/repos/doctrine/inflector/zipball/ec3a55242203ffa6a4b27c58176da97ff0a7aec1",
1069 "reference": "ec3a55242203ffa6a4b27c58176da97ff0a7aec1",
1070 "shasum": ""
1071 },
1072 "require": {
1073 "php": "^7.1"
1074 },
1075 "require-dev": {
1076 "phpunit/phpunit": "^6.2"
1077 },
1078 "type": "library",
1079 "extra": {
1080 "branch-alias": {
1081 "dev-master": "1.3.x-dev"
1082 }
1083 },
1084 "autoload": {
1085 "psr-4": {
1086 "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
1087 }
1088 },
1089 "notification-url": "https://packagist.org/downloads/",
1090 "license": [
1091 "MIT"
1092 ],
1093 "authors": [
1094 {
1095 "name": "Guilherme Blanco",
1096 "email": "guilhermeblanco@gmail.com"
1097 },
1098 {
1099 "name": "Roman Borschel",
1100 "email": "roman@code-factory.org"
1101 },
1102 {
1103 "name": "Benjamin Eberlei",
1104 "email": "kontakt@beberlei.de"
1105 },
1106 {
1107 "name": "Jonathan Wage",
1108 "email": "jonwage@gmail.com"
1109 },
1110 {
1111 "name": "Johannes Schmitt",
1112 "email": "schmittjoh@gmail.com"
1113 }
1114 ],
1115 "description": "Common String Manipulations with regard to casing and singular/plural rules.",
1116 "homepage": "http://www.doctrine-project.org",
1117 "keywords": [
1118 "inflection",
1119 "pluralize",
1120 "singularize",
1121 "string"
1122 ],
1123 "time": "2019-10-30T19:59:35+00:00"
1124 },
1125 {
1126 "name": "doctrine/instantiator",
1127 "version": "1.3.0",
1128 "source": {
1129 "type": "git",
1130 "url": "https://github.com/doctrine/instantiator.git",
1131 "reference": "ae466f726242e637cebdd526a7d991b9433bacf1"
1132 },
1133 "dist": {
1134 "type": "zip",
1135 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/ae466f726242e637cebdd526a7d991b9433bacf1",
1136 "reference": "ae466f726242e637cebdd526a7d991b9433bacf1",
1137 "shasum": ""
1138 },
1139 "require": {
1140 "php": "^7.1"
1141 },
1142 "require-dev": {
1143 "doctrine/coding-standard": "^6.0",
1144 "ext-pdo": "*",
1145 "ext-phar": "*",
1146 "phpbench/phpbench": "^0.13",
1147 "phpstan/phpstan-phpunit": "^0.11",
1148 "phpstan/phpstan-shim": "^0.11",
1149 "phpunit/phpunit": "^7.0"
1150 },
1151 "type": "library",
1152 "extra": {
1153 "branch-alias": {
1154 "dev-master": "1.2.x-dev"
1155 }
1156 },
1157 "autoload": {
1158 "psr-4": {
1159 "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
1160 }
1161 },
1162 "notification-url": "https://packagist.org/downloads/",
1163 "license": [
1164 "MIT"
1165 ],
1166 "authors": [
1167 {
1168 "name": "Marco Pivetta",
1169 "email": "ocramius@gmail.com",
1170 "homepage": "http://ocramius.github.com/"
1171 }
1172 ],
1173 "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
1174 "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
1175 "keywords": [
1176 "constructor",
1177 "instantiate"
1178 ],
1179 "time": "2019-10-21T16:45:58+00:00"
1180 },
1181 {
1182 "name": "doctrine/lexer",
1183 "version": "1.0.2",
1184 "source": {
1185 "type": "git",
1186 "url": "https://github.com/doctrine/lexer.git",
1187 "reference": "1febd6c3ef84253d7c815bed85fc622ad207a9f8"
1188 },
1189 "dist": {
1190 "type": "zip",
1191 "url": "https://api.github.com/repos/doctrine/lexer/zipball/1febd6c3ef84253d7c815bed85fc622ad207a9f8",
1192 "reference": "1febd6c3ef84253d7c815bed85fc622ad207a9f8",
1193 "shasum": ""
1194 },
1195 "require": {
1196 "php": ">=5.3.2"
1197 },
1198 "require-dev": {
1199 "phpunit/phpunit": "^4.5"
1200 },
1201 "type": "library",
1202 "extra": {
1203 "branch-alias": {
1204 "dev-master": "1.0.x-dev"
1205 }
1206 },
1207 "autoload": {
1208 "psr-4": {
1209 "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
1210 }
1211 },
1212 "notification-url": "https://packagist.org/downloads/",
1213 "license": [
1214 "MIT"
1215 ],
1216 "authors": [
1217 {
1218 "name": "Roman Borschel",
1219 "email": "roman@code-factory.org"
1220 },
1221 {
1222 "name": "Guilherme Blanco",
1223 "email": "guilhermeblanco@gmail.com"
1224 },
1225 {
1226 "name": "Johannes Schmitt",
1227 "email": "schmittjoh@gmail.com"
1228 }
1229 ],
1230 "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
1231 "homepage": "https://www.doctrine-project.org/projects/lexer.html",
1232 "keywords": [
1233 "annotations",
1234 "docblock",
1235 "lexer",
1236 "parser",
1237 "php"
1238 ],
1239 "time": "2019-06-08T11:03:04+00:00"
1240 },
1241 {
1242 "name": "doctrine/migrations",
1243 "version": "v1.8.1",
1244 "source": {
1245 "type": "git",
1246 "url": "https://github.com/doctrine/migrations.git",
1247 "reference": "215438c0eef3e5f9b7da7d09c6b90756071b43e6"
1248 },
1249 "dist": {
1250 "type": "zip",
1251 "url": "https://api.github.com/repos/doctrine/migrations/zipball/215438c0eef3e5f9b7da7d09c6b90756071b43e6",
1252 "reference": "215438c0eef3e5f9b7da7d09c6b90756071b43e6",
1253 "shasum": ""
1254 },
1255 "require": {
1256 "doctrine/dbal": "~2.6",
1257 "ocramius/proxy-manager": "^1.0|^2.0",
1258 "php": "^7.1",
1259 "symfony/console": "~3.3|^4.0"
1260 },
1261 "require-dev": {
1262 "doctrine/coding-standard": "^1.0",
1263 "doctrine/orm": "~2.5",
1264 "jdorn/sql-formatter": "~1.1",
1265 "mikey179/vfsstream": "^1.6",
1266 "phpunit/phpunit": "~7.0",
1267 "squizlabs/php_codesniffer": "^3.0",
1268 "symfony/yaml": "~3.3|^4.0"
1269 },
1270 "suggest": {
1271 "jdorn/sql-formatter": "Allows to generate formatted SQL with the diff command.",
1272 "symfony/yaml": "Allows the use of yaml for migration configuration files."
1273 },
1274 "bin": [
1275 "bin/doctrine-migrations"
1276 ],
1277 "type": "library",
1278 "extra": {
1279 "branch-alias": {
1280 "dev-master": "v1.8.x-dev"
1281 }
1282 },
1283 "autoload": {
1284 "psr-4": {
1285 "Doctrine\\DBAL\\Migrations\\": "lib/Doctrine/DBAL/Migrations",
1286 "Doctrine\\Migrations\\": "lib/Doctrine/Migrations"
1287 }
1288 },
1289 "notification-url": "https://packagist.org/downloads/",
1290 "license": [
1291 "MIT"
1292 ],
1293 "authors": [
1294 {
1295 "name": "Benjamin Eberlei",
1296 "email": "kontakt@beberlei.de"
1297 },
1298 {
1299 "name": "Jonathan Wage",
1300 "email": "jonwage@gmail.com"
1301 },
1302 {
1303 "name": "Michael Simonson",
1304 "email": "contact@mikesimonson.com"
1305 }
1306 ],
1307 "description": "Database Schema migrations using Doctrine DBAL",
1308 "homepage": "https://www.doctrine-project.org/projects/migrations.html",
1309 "keywords": [
1310 "database",
1311 "migrations"
1312 ],
1313 "time": "2018-06-06T21:00:30+00:00"
1314 },
1315 {
1316 "name": "doctrine/orm",
1317 "version": "v2.6.6",
1318 "source": {
1319 "type": "git",
1320 "url": "https://github.com/doctrine/orm.git",
1321 "reference": "2d9b9351831d1230881c52f006011cbf72fe944e"
1322 },
1323 "dist": {
1324 "type": "zip",
1325 "url": "https://api.github.com/repos/doctrine/orm/zipball/2d9b9351831d1230881c52f006011cbf72fe944e",
1326 "reference": "2d9b9351831d1230881c52f006011cbf72fe944e",
1327 "shasum": ""
1328 },
1329 "require": {
1330 "doctrine/annotations": "~1.5",
1331 "doctrine/cache": "~1.6",
1332 "doctrine/collections": "^1.4",
1333 "doctrine/common": "^2.7.1",
1334 "doctrine/dbal": "^2.6",
1335 "doctrine/instantiator": "~1.1",
1336 "ext-pdo": "*",
1337 "php": "^7.1",
1338 "symfony/console": "~3.0|~4.0"
1339 },
1340 "require-dev": {
1341 "doctrine/coding-standard": "^5.0",
1342 "phpunit/phpunit": "^7.5",
1343 "symfony/yaml": "~3.4|~4.0"
1344 },
1345 "suggest": {
1346 "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
1347 },
1348 "bin": [
1349 "bin/doctrine"
1350 ],
1351 "type": "library",
1352 "extra": {
1353 "branch-alias": {
1354 "dev-master": "2.6.x-dev"
1355 }
1356 },
1357 "autoload": {
1358 "psr-4": {
1359 "Doctrine\\ORM\\": "lib/Doctrine/ORM"
1360 }
1361 },
1362 "notification-url": "https://packagist.org/downloads/",
1363 "license": [
1364 "MIT"
1365 ],
1366 "authors": [
1367 {
1368 "name": "Guilherme Blanco",
1369 "email": "guilhermeblanco@gmail.com"
1370 },
1371 {
1372 "name": "Roman Borschel",
1373 "email": "roman@code-factory.org"
1374 },
1375 {
1376 "name": "Benjamin Eberlei",
1377 "email": "kontakt@beberlei.de"
1378 },
1379 {
1380 "name": "Jonathan Wage",
1381 "email": "jonwage@gmail.com"
1382 },
1383 {
1384 "name": "Marco Pivetta",
1385 "email": "ocramius@gmail.com"
1386 }
1387 ],
1388 "description": "Object-Relational-Mapper for PHP",
1389 "homepage": "http://www.doctrine-project.org",
1390 "keywords": [
1391 "database",
1392 "orm"
1393 ],
1394 "time": "2019-11-18T22:01:21+00:00"
1395 },
1396 {
1397 "name": "doctrine/persistence",
1398 "version": "1.3.6",
1399 "source": {
1400 "type": "git",
1401 "url": "https://github.com/doctrine/persistence.git",
1402 "reference": "5dd3ac5eebef2d0b074daa4440bb18f93132dee4"
1403 },
1404 "dist": {
1405 "type": "zip",
1406 "url": "https://api.github.com/repos/doctrine/persistence/zipball/5dd3ac5eebef2d0b074daa4440bb18f93132dee4",
1407 "reference": "5dd3ac5eebef2d0b074daa4440bb18f93132dee4",
1408 "shasum": ""
1409 },
1410 "require": {
1411 "doctrine/annotations": "^1.0",
1412 "doctrine/cache": "^1.0",
1413 "doctrine/collections": "^1.0",
1414 "doctrine/event-manager": "^1.0",
1415 "doctrine/reflection": "^1.1",
1416 "php": "^7.1"
1417 },
1418 "conflict": {
1419 "doctrine/common": "<2.10@dev"
1420 },
1421 "require-dev": {
1422 "doctrine/coding-standard": "^6.0",
1423 "phpstan/phpstan": "^0.11",
1424 "phpunit/phpunit": "^7.0"
1425 },
1426 "type": "library",
1427 "extra": {
1428 "branch-alias": {
1429 "dev-master": "1.3.x-dev"
1430 }
1431 },
1432 "autoload": {
1433 "psr-4": {
1434 "Doctrine\\Common\\": "lib/Doctrine/Common",
1435 "Doctrine\\Persistence\\": "lib/Doctrine/Persistence"
1436 }
1437 },
1438 "notification-url": "https://packagist.org/downloads/",
1439 "license": [
1440 "MIT"
1441 ],
1442 "authors": [
1443 {
1444 "name": "Guilherme Blanco",
1445 "email": "guilhermeblanco@gmail.com"
1446 },
1447 {
1448 "name": "Roman Borschel",
1449 "email": "roman@code-factory.org"
1450 },
1451 {
1452 "name": "Benjamin Eberlei",
1453 "email": "kontakt@beberlei.de"
1454 },
1455 {
1456 "name": "Jonathan Wage",
1457 "email": "jonwage@gmail.com"
1458 },
1459 {
1460 "name": "Johannes Schmitt",
1461 "email": "schmittjoh@gmail.com"
1462 },
1463 {
1464 "name": "Marco Pivetta",
1465 "email": "ocramius@gmail.com"
1466 }
1467 ],
1468 "description": "The Doctrine Persistence project is a set of shared interfaces and functionality that the different Doctrine object mappers share.",
1469 "homepage": "https://doctrine-project.org/projects/persistence.html",
1470 "keywords": [
1471 "mapper",
1472 "object",
1473 "odm",
1474 "orm",
1475 "persistence"
1476 ],
1477 "time": "2020-01-16T22:06:23+00:00"
1478 },
1479 {
1480 "name": "doctrine/reflection",
1481 "version": "v1.1.0",
1482 "source": {
1483 "type": "git",
1484 "url": "https://github.com/doctrine/reflection.git",
1485 "reference": "bc420ead87fdfe08c03ecc3549db603a45b06d4c"
1486 },
1487 "dist": {
1488 "type": "zip",
1489 "url": "https://api.github.com/repos/doctrine/reflection/zipball/bc420ead87fdfe08c03ecc3549db603a45b06d4c",
1490 "reference": "bc420ead87fdfe08c03ecc3549db603a45b06d4c",
1491 "shasum": ""
1492 },
1493 "require": {
1494 "doctrine/annotations": "^1.0",
1495 "ext-tokenizer": "*",
1496 "php": "^7.1"
1497 },
1498 "conflict": {
1499 "doctrine/common": "<2.9"
1500 },
1501 "require-dev": {
1502 "doctrine/coding-standard": "^5.0",
1503 "doctrine/common": "^2.10",
1504 "phpstan/phpstan": "^0.11.0",
1505 "phpstan/phpstan-phpunit": "^0.11.0",
1506 "phpunit/phpunit": "^7.0"
1507 },
1508 "type": "library",
1509 "extra": {
1510 "branch-alias": {
1511 "dev-master": "1.0.x-dev"
1512 }
1513 },
1514 "autoload": {
1515 "psr-4": {
1516 "Doctrine\\Common\\": "lib/Doctrine/Common"
1517 }
1518 },
1519 "notification-url": "https://packagist.org/downloads/",
1520 "license": [
1521 "MIT"
1522 ],
1523 "authors": [
1524 {
1525 "name": "Guilherme Blanco",
1526 "email": "guilhermeblanco@gmail.com"
1527 },
1528 {
1529 "name": "Roman Borschel",
1530 "email": "roman@code-factory.org"
1531 },
1532 {
1533 "name": "Benjamin Eberlei",
1534 "email": "kontakt@beberlei.de"
1535 },
1536 {
1537 "name": "Jonathan Wage",
1538 "email": "jonwage@gmail.com"
1539 },
1540 {
1541 "name": "Johannes Schmitt",
1542 "email": "schmittjoh@gmail.com"
1543 },
1544 {
1545 "name": "Marco Pivetta",
1546 "email": "ocramius@gmail.com"
1547 }
1548 ],
1549 "description": "The Doctrine Reflection project is a simple library used by the various Doctrine projects which adds some additional functionality on top of the reflection functionality that comes with PHP. It allows you to get the reflection information about classes, methods and properties statically.",
1550 "homepage": "https://www.doctrine-project.org/projects/reflection.html",
1551 "keywords": [
1552 "reflection",
1553 "static"
1554 ],
1555 "time": "2020-01-08T19:53:19+00:00"
1556 },
1557 {
1558 "name": "egulias/email-validator",
1559 "version": "2.1.12",
1560 "source": {
1561 "type": "git",
1562 "url": "https://github.com/egulias/EmailValidator.git",
1563 "reference": "a6255605af39f2db7f5cb62e672bd8a7bad8d208"
1564 },
1565 "dist": {
1566 "type": "zip",
1567 "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/a6255605af39f2db7f5cb62e672bd8a7bad8d208",
1568 "reference": "a6255605af39f2db7f5cb62e672bd8a7bad8d208",
1569 "shasum": ""
1570 },
1571 "require": {
1572 "doctrine/lexer": "^1.0.1",
1573 "php": ">= 5.5"
1574 },
1575 "require-dev": {
1576 "dominicsayers/isemail": "dev-master",
1577 "phpunit/phpunit": "^4.8.35||^5.7||^6.0",
1578 "satooshi/php-coveralls": "^1.0.1",
1579 "symfony/phpunit-bridge": "^4.4@dev"
1580 },
1581 "suggest": {
1582 "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
1583 },
1584 "type": "library",
1585 "extra": {
1586 "branch-alias": {
1587 "dev-master": "2.1.x-dev"
1588 }
1589 },
1590 "autoload": {
1591 "psr-4": {
1592 "Egulias\\EmailValidator\\": "EmailValidator"
1593 }
1594 },
1595 "notification-url": "https://packagist.org/downloads/",
1596 "license": [
1597 "MIT"
1598 ],
1599 "authors": [
1600 {
1601 "name": "Eduardo Gulias Davis"
1602 }
1603 ],
1604 "description": "A library for validating emails against several RFCs",
1605 "homepage": "https://github.com/egulias/EmailValidator",
1606 "keywords": [
1607 "email",
1608 "emailvalidation",
1609 "emailvalidator",
1610 "validation",
1611 "validator"
1612 ],
1613 "time": "2019-12-20T12:49:39+00:00"
1614 },
1615 {
1616 "name": "electrolinux/php-html5lib",
1617 "version": "0.1.0",
1618 "source": {
1619 "type": "git",
1620 "url": "https://github.com/electrolinux/php-html5lib.git",
1621 "reference": "9f92154993c7ecb120d9f9c0e558660d32846721"
1622 },
1623 "dist": {
1624 "type": "zip",
1625 "url": "https://api.github.com/repos/electrolinux/php-html5lib/zipball/9f92154993c7ecb120d9f9c0e558660d32846721",
1626 "reference": "9f92154993c7ecb120d9f9c0e558660d32846721",
1627 "shasum": ""
1628 },
1629 "require": {
1630 "php": ">=5.3.2"
1631 },
1632 "type": "library",
1633 "autoload": {
1634 "psr-0": {
1635 "HTML5Lib": "src/",
1636 "HTML5Lib\\Tests": "tests/"
1637 }
1638 },
1639 "notification-url": "https://packagist.org/downloads/",
1640 "license": [
1641 "MIT"
1642 ],
1643 "authors": [
1644 {
1645 "name": "Multiple users",
1646 "homepage": "https://code.google.com/p/html5lib/",
1647 "role": "Original developers"
1648 },
1649 {
1650 "name": "Sébastien Lavoie",
1651 "homepage": "http://blog.lavoie.sl",
1652 "role": "Packager"
1653 },
1654 {
1655 "name": "didier Belot",
1656 "role": "Packager"
1657 }
1658 ],
1659 "description": "A PHP implementations of a HTML parser based on the WHATWG HTML5 specification.",
1660 "homepage": "https://github.com/electrolinux/php-html5lib",
1661 "keywords": [
1662 "HTML5",
1663 "php"
1664 ],
1665 "time": "2013-03-18T18:32:30+00:00"
1666 },
1667 {
1668 "name": "fig/link-util",
1669 "version": "1.1.0",
1670 "source": {
1671 "type": "git",
1672 "url": "https://github.com/php-fig/link-util.git",
1673 "reference": "47f55860678a9e202206047bc02767556d298106"
1674 },
1675 "dist": {
1676 "type": "zip",
1677 "url": "https://api.github.com/repos/php-fig/link-util/zipball/47f55860678a9e202206047bc02767556d298106",
1678 "reference": "47f55860678a9e202206047bc02767556d298106",
1679 "shasum": ""
1680 },
1681 "require": {
1682 "php": ">=5.5.0",
1683 "psr/link": "~1.0@dev"
1684 },
1685 "provide": {
1686 "psr/link-implementation": "1.0"
1687 },
1688 "require-dev": {
1689 "phpunit/phpunit": "^5.1",
1690 "squizlabs/php_codesniffer": "^2.3.1"
1691 },
1692 "type": "library",
1693 "extra": {
1694 "branch-alias": {
1695 "dev-master": "1.0.x-dev"
1696 }
1697 },
1698 "autoload": {
1699 "psr-4": {
1700 "Fig\\Link\\": "src/"
1701 }
1702 },
1703 "notification-url": "https://packagist.org/downloads/",
1704 "license": [
1705 "MIT"
1706 ],
1707 "authors": [
1708 {
1709 "name": "PHP-FIG",
1710 "homepage": "http://www.php-fig.org/"
1711 }
1712 ],
1713 "description": "Common utility implementations for HTTP links",
1714 "keywords": [
1715 "http",
1716 "http-link",
1717 "link",
1718 "psr",
1719 "psr-13",
1720 "rest"
1721 ],
1722 "time": "2019-12-18T15:40:05+00:00"
1723 },
1724 {
1725 "name": "fossar/htmlawed",
1726 "version": "1.2.7",
1727 "source": {
1728 "type": "git",
1729 "url": "https://github.com/fossar/HTMLawed.git",
1730 "reference": "4f7505e9622a96242923895c3008719b2c2283d3"
1731 },
1732 "dist": {
1733 "type": "zip",
1734 "url": "https://api.github.com/repos/fossar/HTMLawed/zipball/4f7505e9622a96242923895c3008719b2c2283d3",
1735 "reference": "4f7505e9622a96242923895c3008719b2c2283d3",
1736 "shasum": ""
1737 },
1738 "require": {
1739 "php": ">4.4.0"
1740 },
1741 "replace": {
1742 "htmlawed/htmlawed": "*"
1743 },
1744 "type": "library",
1745 "autoload": {
1746 "files": [
1747 "htmLawed.php"
1748 ]
1749 },
1750 "notification-url": "https://packagist.org/downloads/",
1751 "license": [
1752 "GPL-2.0+",
1753 "LGPL-3.0"
1754 ],
1755 "authors": [
1756 {
1757 "name": "Santosh Patnaik",
1758 "homepage": "http://www.bioinformatics.org/people/index.php?user_hash=558b661f92d0ff7b",
1759 "role": "Developer"
1760 }
1761 ],
1762 "description": "htmLawed - Process text with HTML markup to make it more compliant with HTML standards and administrative policies",
1763 "homepage": "http://www.bioinformatics.org/phplabware/internal_utilities/htmLawed/",
1764 "keywords": [
1765 "HTMLtidy",
1766 "html",
1767 "sanitize",
1768 "strip",
1769 "tags"
1770 ],
1771 "time": "2019-05-09T11:53:40+00:00"
1772 },
1773 {
1774 "name": "friendsofsymfony/jsrouting-bundle",
1775 "version": "2.5.3",
1776 "source": {
1777 "type": "git",
1778 "url": "https://github.com/FriendsOfSymfony/FOSJsRoutingBundle.git",
1779 "reference": "165b3f4ae1f798ec320b9942f6db921f7b568bed"
1780 },
1781 "dist": {
1782 "type": "zip",
1783 "url": "https://api.github.com/repos/FriendsOfSymfony/FOSJsRoutingBundle/zipball/165b3f4ae1f798ec320b9942f6db921f7b568bed",
1784 "reference": "165b3f4ae1f798ec320b9942f6db921f7b568bed",
1785 "shasum": ""
1786 },
1787 "require": {
1788 "php": "^7.1",
1789 "symfony/console": "~3.3|^4.0|^5.0",
1790 "symfony/framework-bundle": "~3.3|^4.0|^5.0",
1791 "symfony/serializer": "~3.3|^4.0|^5.0",
1792 "willdurand/jsonp-callback-validator": "~1.0"
1793 },
1794 "require-dev": {
1795 "symfony/expression-language": "~3.3|^4.0|^5.0",
1796 "symfony/phpunit-bridge": "^3.3|^4.0"
1797 },
1798 "type": "symfony-bundle",
1799 "extra": {
1800 "branch-alias": {
1801 "dev-master": "2.0-dev"
1802 }
1803 },
1804 "autoload": {
1805 "psr-4": {
1806 "FOS\\JsRoutingBundle\\": ""
1807 },
1808 "exclude-from-classmap": [
1809 "/Tests/"
1810 ]
1811 },
1812 "notification-url": "https://packagist.org/downloads/",
1813 "license": [
1814 "MIT"
1815 ],
1816 "authors": [
1817 {
1818 "name": "William Durand",
1819 "email": "will+git@drnd.me"
1820 },
1821 {
1822 "name": "FriendsOfSymfony Community",
1823 "homepage": "https://github.com/friendsofsymfony/FOSJsRoutingBundle/contributors"
1824 }
1825 ],
1826 "description": "A pretty nice way to expose your Symfony2 routing to client applications.",
1827 "homepage": "http://friendsofsymfony.github.com",
1828 "keywords": [
1829 "Js Routing",
1830 "javascript",
1831 "routing"
1832 ],
1833 "time": "2020-01-13T14:06:12+00:00"
1834 },
1835 {
1836 "name": "friendsofsymfony/oauth-server-bundle",
1837 "version": "1.6.2",
1838 "source": {
1839 "type": "git",
1840 "url": "https://github.com/FriendsOfSymfony/FOSOAuthServerBundle.git",
1841 "reference": "fcaa25cc49474bdb0db7894f880976fe76ffed23"
1842 },
1843 "dist": {
1844 "type": "zip",
1845 "url": "https://api.github.com/repos/FriendsOfSymfony/FOSOAuthServerBundle/zipball/fcaa25cc49474bdb0db7894f880976fe76ffed23",
1846 "reference": "fcaa25cc49474bdb0db7894f880976fe76ffed23",
1847 "shasum": ""
1848 },
1849 "require": {
1850 "friendsofsymfony/oauth2-php": "~1.1",
1851 "paragonie/random_compat": "^1|^2",
1852 "php": "^5.5|^7.0",
1853 "symfony/dependency-injection": "^2.8|~3.0|^4.0",
1854 "symfony/framework-bundle": "~2.8|~3.0|^4.0",
1855 "symfony/security-bundle": "~2.8|~3.0|^4.0"
1856 },
1857 "require-dev": {
1858 "doctrine/doctrine-bundle": "~1.0",
1859 "doctrine/mongodb-odm": "~1.0",
1860 "doctrine/orm": "~2.2",
1861 "phing/phing": "~2.4",
1862 "php-mock/php-mock-phpunit": "^1.1",
1863 "phpunit/phpunit": "~4.8|~5.0",
1864 "propel/propel1": "^1.6.5",
1865 "symfony/class-loader": "~2.8|~3.0|^4.0",
1866 "symfony/console": "~2.8|~3.0|^4.0",
1867 "symfony/form": "~2.8|~3.0|^4.0",
1868 "symfony/phpunit-bridge": "~2.8|~3.0|^4.0",
1869 "symfony/templating": "~2.8|~3.0|^4.0",
1870 "symfony/twig-bundle": "~2.8|~3.0|^4.0",
1871 "symfony/yaml": "~2.8|~3.0|^4.0",
1872 "willdurand/propel-typehintable-behavior": "^1.0.4"
1873 },
1874 "suggest": {
1875 "doctrine/doctrine-bundle": "*",
1876 "doctrine/mongodb-odm-bundle": "*",
1877 "propel/propel-bundle": "If you want to use Propel with Symfony2, then you will have to install the PropelBundle",
1878 "symfony/console": "Needed to be able to use commands",
1879 "symfony/form": "Needed to be able to use the AuthorizeFormType",
1880 "willdurand/propel-typehintable-behavior": "The Typehintable behavior is useful to add type hints on generated methods, to be compliant with interfaces"
1881 },
1882 "type": "symfony-bundle",
1883 "extra": {
1884 "branch-alias": {
1885 "dev-master": "1.5-dev"
1886 }
1887 },
1888 "autoload": {
1889 "psr-4": {
1890 "FOS\\OAuthServerBundle\\": ""
1891 },
1892 "exclude-from-classmap": [
1893 "/Tests/"
1894 ]
1895 },
1896 "notification-url": "https://packagist.org/downloads/",
1897 "license": [
1898 "MIT"
1899 ],
1900 "authors": [
1901 {
1902 "name": "Arnaud Le Blanc",
1903 "email": "arnaud.lb@gmail.com"
1904 },
1905 {
1906 "name": "FriendsOfSymfony Community",
1907 "homepage": "https://github.com/FriendsOfSymfony/FOSOAuthServerBundle/contributors"
1908 }
1909 ],
1910 "description": "Symfony2 OAuth Server Bundle",
1911 "homepage": "http://friendsofsymfony.github.com",
1912 "keywords": [
1913 "oauth",
1914 "oauth2",
1915 "server"
1916 ],
1917 "time": "2019-01-23T15:23:04+00:00"
1918 },
1919 {
1920 "name": "friendsofsymfony/oauth2-php",
1921 "version": "1.2.3",
1922 "source": {
1923 "type": "git",
1924 "url": "https://github.com/FriendsOfSymfony/oauth2-php.git",
1925 "reference": "a41fef63f81ef2ef632350a6c7dc66d15baa9240"
1926 },
1927 "dist": {
1928 "type": "zip",
1929 "url": "https://api.github.com/repos/FriendsOfSymfony/oauth2-php/zipball/a41fef63f81ef2ef632350a6c7dc66d15baa9240",
1930 "reference": "a41fef63f81ef2ef632350a6c7dc66d15baa9240",
1931 "shasum": ""
1932 },
1933 "require": {
1934 "php": "^5.5.9|>=7.0.8",
1935 "symfony/http-foundation": "~3.0|~4.0"
1936 },
1937 "require-dev": {
1938 "phpunit/phpunit": "~4.0"
1939 },
1940 "type": "library",
1941 "extra": {
1942 "branch-alias": {
1943 "dev-master": "1.2.x-dev"
1944 }
1945 },
1946 "autoload": {
1947 "psr-4": {
1948 "OAuth2\\": "lib/"
1949 }
1950 },
1951 "notification-url": "https://packagist.org/downloads/",
1952 "license": [
1953 "MIT"
1954 ],
1955 "authors": [
1956 {
1957 "name": "Arnaud Le Blanc",
1958 "email": "arnaud.lb@gmail.com"
1959 },
1960 {
1961 "name": "FriendsOfSymfony Community",
1962 "homepage": "https://github.com/FriendsOfSymfony/oauth2-php/contributors"
1963 }
1964 ],
1965 "description": "OAuth2 library",
1966 "homepage": "https://github.com/FriendsOfSymfony/oauth2-php",
1967 "keywords": [
1968 "oauth",
1969 "oauth2"
1970 ],
1971 "time": "2018-01-30T19:58:25+00:00"
1972 },
1973 {
1974 "name": "friendsofsymfony/rest-bundle",
1975 "version": "2.7.0",
1976 "source": {
1977 "type": "git",
1978 "url": "https://github.com/FriendsOfSymfony/FOSRestBundle.git",
1979 "reference": "42bdfed7db4e253fbd1b295ad06777f01a6d0450"
1980 },
1981 "dist": {
1982 "type": "zip",
1983 "url": "https://api.github.com/repos/FriendsOfSymfony/FOSRestBundle/zipball/42bdfed7db4e253fbd1b295ad06777f01a6d0450",
1984 "reference": "42bdfed7db4e253fbd1b295ad06777f01a6d0450",
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 "friendsofphp/php-cs-fixer": "^2.0",
2011 "jms/serializer": "^1.13|^2.0|^3.0",
2012 "jms/serializer-bundle": "^2.3.1|^3.0",
2013 "phpoption/phpoption": "^1.1",
2014 "psr/http-message": "^1.0",
2015 "sensio/framework-extra-bundle": "^3.0.13|^4.0|^5.0",
2016 "symfony/asset": "^3.4|^4.3",
2017 "symfony/browser-kit": "^3.4|^4.3",
2018 "symfony/css-selector": "^3.4|^4.3",
2019 "symfony/expression-language": "^3.4|^4.3",
2020 "symfony/form": "^3.4|^4.3",
2021 "symfony/phpunit-bridge": "^4.1.8",
2022 "symfony/security-bundle": "^3.4|^4.3",
2023 "symfony/serializer": "^3.4|^4.3",
2024 "symfony/templating": "^3.4|^4.3",
2025 "symfony/twig-bundle": "^3.4|^4.3",
2026 "symfony/validator": "^3.4|^4.3",
2027 "symfony/web-profiler-bundle": "^3.4|^4.3",
2028 "symfony/yaml": "^3.4|^4.3"
2029 },
2030 "suggest": {
2031 "jms/serializer-bundle": "Add support for advanced serialization capabilities, recommended, requires ^2.0|^3.0",
2032 "sensio/framework-extra-bundle": "Add support for the request body converter and the view response listener, requires ^3.0",
2033 "symfony/expression-language": "Add support for using the expression language in the routing, requires ^2.7|^3.0",
2034 "symfony/serializer": "Add support for basic serialization capabilities and xml decoding, requires ^2.7|^3.0",
2035 "symfony/validator": "Add support for validation capabilities in the ParamFetcher, requires ^2.7|^3.0"
2036 },
2037 "type": "symfony-bundle",
2038 "extra": {
2039 "branch-alias": {
2040 "dev-master": "2.7-dev"
2041 }
2042 },
2043 "autoload": {
2044 "psr-4": {
2045 "FOS\\RestBundle\\": ""
2046 },
2047 "exclude-from-classmap": [
2048 "Tests/"
2049 ]
2050 },
2051 "notification-url": "https://packagist.org/downloads/",
2052 "license": [
2053 "MIT"
2054 ],
2055 "authors": [
2056 {
2057 "name": "Lukas Kahwe Smith",
2058 "email": "smith@pooteeweet.org"
2059 },
2060 {
2061 "name": "Konstantin Kudryashov",
2062 "email": "ever.zet@gmail.com"
2063 },
2064 {
2065 "name": "FriendsOfSymfony Community",
2066 "homepage": "https://github.com/friendsofsymfony/FOSRestBundle/contributors"
2067 }
2068 ],
2069 "description": "This Bundle provides various tools to rapidly develop RESTful API's with Symfony",
2070 "homepage": "http://friendsofsymfony.github.com",
2071 "keywords": [
2072 "rest"
2073 ],
2074 "time": "2020-01-31T15:56:38+00:00"
2075 },
2076 {
2077 "name": "friendsofsymfony/user-bundle",
2078 "version": "v2.0.2",
2079 "source": {
2080 "type": "git",
2081 "url": "https://github.com/FriendsOfSymfony/FOSUserBundle.git",
2082 "reference": "2fc8a023d7ab482321cf7ec810ed49eab40eb50f"
2083 },
2084 "dist": {
2085 "type": "zip",
2086 "url": "https://api.github.com/repos/FriendsOfSymfony/FOSUserBundle/zipball/2fc8a023d7ab482321cf7ec810ed49eab40eb50f",
2087 "reference": "2fc8a023d7ab482321cf7ec810ed49eab40eb50f",
2088 "shasum": ""
2089 },
2090 "require": {
2091 "paragonie/random_compat": "^1 || ^2",
2092 "php": "^5.5.9 || ^7.0",
2093 "symfony/form": "^2.7 || ^3.0",
2094 "symfony/framework-bundle": "^2.7 || ^3.0",
2095 "symfony/security-bundle": "^2.7 || ^3.0",
2096 "symfony/templating": "^2.7 || ^3.0",
2097 "symfony/twig-bundle": "^2.7 || ^3.0",
2098 "twig/twig": "^1.28 || ^2.0"
2099 },
2100 "conflict": {
2101 "doctrine/doctrine-bundle": "<1.3",
2102 "symfony/doctrine-bridge": "<2.7"
2103 },
2104 "require-dev": {
2105 "doctrine/doctrine-bundle": "^1.3",
2106 "friendsofphp/php-cs-fixer": "^1.11",
2107 "phpunit/phpunit": "~4.8|~5.0",
2108 "swiftmailer/swiftmailer": "^4.3 || ^5.0 || ^6.0",
2109 "symfony/console": "^2.7 || ^3.0",
2110 "symfony/phpunit-bridge": "^2.7 || ^3.0",
2111 "symfony/validator": "^2.7 || ^3.0",
2112 "symfony/yaml": "^2.7 || ^3.0"
2113 },
2114 "type": "symfony-bundle",
2115 "extra": {
2116 "branch-alias": {
2117 "dev-master": "2.0.x-dev"
2118 }
2119 },
2120 "autoload": {
2121 "psr-4": {
2122 "FOS\\UserBundle\\": ""
2123 },
2124 "exclude-from-classmap": [
2125 "/Tests/"
2126 ]
2127 },
2128 "notification-url": "https://packagist.org/downloads/",
2129 "license": [
2130 "MIT"
2131 ],
2132 "authors": [
2133 {
2134 "name": "Christophe Coevoet",
2135 "email": "stof@notk.org"
2136 },
2137 {
2138 "name": "FriendsOfSymfony Community",
2139 "homepage": "https://github.com/friendsofsymfony/FOSUserBundle/contributors"
2140 },
2141 {
2142 "name": "Thibault Duplessis",
2143 "email": "thibault.duplessis@gmail.com"
2144 }
2145 ],
2146 "description": "Symfony FOSUserBundle",
2147 "homepage": "http://friendsofsymfony.github.com",
2148 "keywords": [
2149 "User management"
2150 ],
2151 "time": "2017-11-29T17:01:21+00:00"
2152 },
2153 {
2154 "name": "gedmo/doctrine-extensions",
2155 "version": "v2.4.38",
2156 "source": {
2157 "type": "git",
2158 "url": "https://github.com/Atlantic18/DoctrineExtensions.git",
2159 "reference": "81681364331b131518060e4776300a5346df1eb5"
2160 },
2161 "dist": {
2162 "type": "zip",
2163 "url": "https://api.github.com/repos/Atlantic18/DoctrineExtensions/zipball/81681364331b131518060e4776300a5346df1eb5",
2164 "reference": "81681364331b131518060e4776300a5346df1eb5",
2165 "shasum": ""
2166 },
2167 "require": {
2168 "behat/transliterator": "~1.2",
2169 "doctrine/common": "~2.4",
2170 "php": ">=5.3.2"
2171 },
2172 "conflict": {
2173 "doctrine/annotations": "<1.2",
2174 "doctrine/mongodb-odm": ">=2.0"
2175 },
2176 "require-dev": {
2177 "doctrine/common": ">=2.5.0",
2178 "doctrine/mongodb-odm": ">=1.0.2 <2.0",
2179 "doctrine/orm": ">=2.5.0",
2180 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5",
2181 "symfony/yaml": "~2.6 || ~3.0 || ~4.0"
2182 },
2183 "suggest": {
2184 "doctrine/mongodb-odm": "to use the extensions with the MongoDB ODM",
2185 "doctrine/orm": "to use the extensions with the ORM"
2186 },
2187 "type": "library",
2188 "extra": {
2189 "branch-alias": {
2190 "dev-master": "2.4.x-dev"
2191 }
2192 },
2193 "autoload": {
2194 "psr-4": {
2195 "Gedmo\\": "lib/Gedmo"
2196 }
2197 },
2198 "notification-url": "https://packagist.org/downloads/",
2199 "license": [
2200 "MIT"
2201 ],
2202 "authors": [
2203 {
2204 "name": "Gediminas Morkevicius",
2205 "email": "gediminas.morkevicius@gmail.com"
2206 },
2207 {
2208 "name": "Gustavo Falco",
2209 "email": "comfortablynumb84@gmail.com"
2210 },
2211 {
2212 "name": "David Buchmann",
2213 "email": "david@liip.ch"
2214 }
2215 ],
2216 "description": "Doctrine2 behavioral extensions",
2217 "homepage": "http://gediminasm.org/",
2218 "keywords": [
2219 "Blameable",
2220 "behaviors",
2221 "doctrine2",
2222 "extensions",
2223 "gedmo",
2224 "loggable",
2225 "nestedset",
2226 "sluggable",
2227 "sortable",
2228 "timestampable",
2229 "translatable",
2230 "tree",
2231 "uploadable"
2232 ],
2233 "time": "2019-11-08T22:33:07+00:00"
2234 },
2235 {
2236 "name": "grandt/binstring",
2237 "version": "1.0.0",
2238 "source": {
2239 "type": "git",
2240 "url": "https://github.com/Grandt/PHPBinString.git",
2241 "reference": "825fe2ac8a68190f651fc2dbc07b6edde18bc431"
2242 },
2243 "dist": {
2244 "type": "zip",
2245 "url": "https://api.github.com/repos/Grandt/PHPBinString/zipball/825fe2ac8a68190f651fc2dbc07b6edde18bc431",
2246 "reference": "825fe2ac8a68190f651fc2dbc07b6edde18bc431",
2247 "shasum": ""
2248 },
2249 "require": {
2250 "php": ">=5.0"
2251 },
2252 "type": "library",
2253 "autoload": {
2254 "classmap": [
2255 "BinString.php",
2256 "BinStringStatic.php"
2257 ]
2258 },
2259 "notification-url": "https://packagist.org/downloads/",
2260 "license": [
2261 "LGPL-2.1"
2262 ],
2263 "authors": [
2264 {
2265 "name": "A. Grandt",
2266 "email": "php@grandt.com",
2267 "role": "Developer"
2268 }
2269 ],
2270 "description": "A class for working around the use of mbstring.func_override",
2271 "homepage": "https://github.com/Grandt/PHPBinString",
2272 "keywords": [
2273 "binary strings",
2274 "mbstring"
2275 ],
2276 "time": "2015-08-13T06:14:41+00:00"
2277 },
2278 {
2279 "name": "grandt/phpepub",
2280 "version": "dev-master",
2281 "source": {
2282 "type": "git",
2283 "url": "https://github.com/Daniel-KM/PHPePub.git",
2284 "reference": "78546d9a49d59ad9a32b13f3d95cc2f548add1c3"
2285 },
2286 "dist": {
2287 "type": "zip",
2288 "url": "https://api.github.com/repos/Daniel-KM/PHPePub/zipball/78546d9a49d59ad9a32b13f3d95cc2f548add1c3",
2289 "reference": "78546d9a49d59ad9a32b13f3d95cc2f548add1c3",
2290 "shasum": ""
2291 },
2292 "require": {
2293 "grandt/phpresizegif": "~1.0.3",
2294 "grandt/relativepath": "~1.0.1",
2295 "masterminds/html5": "~2.3",
2296 "php": ">=5.3.0",
2297 "phpzip/phpzip": "~2.0.7"
2298 },
2299 "type": "library",
2300 "autoload": {
2301 "psr-4": {
2302 "PHPePub\\": "src/PHPePub"
2303 },
2304 "classmap": [
2305 "src/lib.uuid.php"
2306 ]
2307 },
2308 "license": [
2309 "LGPL-2.1"
2310 ],
2311 "authors": [
2312 {
2313 "name": "A. Grandt",
2314 "email": "php@grandt.com",
2315 "homepage": "http://grandt.com",
2316 "role": "Developer"
2317 },
2318 {
2319 "name": "An, Hyeong-woo",
2320 "email": "mail@mytory.net",
2321 "homepage": "https://mytory.net",
2322 "role": "Contributor"
2323 },
2324 {
2325 "name": "Daniel Berthereau",
2326 "email": "daniel.composer@berthereau.net",
2327 "role": "Contributor"
2328 }
2329 ],
2330 "description": "Package to create and stream e-books in the ePub 2.0 and 3.0 formats.",
2331 "homepage": "https://github.com/Grandt/PHPePub",
2332 "keywords": [
2333 "e-book",
2334 "epub"
2335 ],
2336 "support": {
2337 "source": "https://github.com/Daniel-KM/PHPePub/tree/master"
2338 },
2339 "time": "2018-10-21T22:00:00+00:00"
2340 },
2341 {
2342 "name": "grandt/phpresizegif",
2343 "version": "1.0.3",
2344 "source": {
2345 "type": "git",
2346 "url": "https://github.com/Grandt/PHPResizeGif.git",
2347 "reference": "775f6810fcda2fd1d8ca881d44a80c8d310ae7fe"
2348 },
2349 "dist": {
2350 "type": "zip",
2351 "url": "https://api.github.com/repos/Grandt/PHPResizeGif/zipball/775f6810fcda2fd1d8ca881d44a80c8d310ae7fe",
2352 "reference": "775f6810fcda2fd1d8ca881d44a80c8d310ae7fe",
2353 "shasum": ""
2354 },
2355 "require": {
2356 "grandt/binstring": ">=0.2.0",
2357 "php": ">=5.3.0"
2358 },
2359 "type": "library",
2360 "autoload": {
2361 "psr-4": {
2362 "grandt\\ResizeGif\\": "src/ResizeGif",
2363 "grandt\\ResizeGif\\Files\\": "src/ResizeGif/Files",
2364 "grandt\\ResizeGif\\Structure\\": "src/ResizeGif/Structure",
2365 "grandt\\ResizeGif\\Debug\\": "src/ResizeGif/Debug"
2366 }
2367 },
2368 "notification-url": "https://packagist.org/downloads/",
2369 "license": [
2370 "LGPL-2.1"
2371 ],
2372 "authors": [
2373 {
2374 "name": "A. Grandt",
2375 "email": "php@grandt.com",
2376 "homepage": "http://grandt.com",
2377 "role": "Developer"
2378 }
2379 ],
2380 "description": "GIF89a compliant Gif resizer, including transparency and optimized gifs with sub sized elements.",
2381 "homepage": "https://github.com/Grandt/PHPResizeGif",
2382 "keywords": [
2383 "GIF89a",
2384 "animated gif",
2385 "gif",
2386 "resize"
2387 ],
2388 "time": "2015-05-10T10:52:24+00:00"
2389 },
2390 {
2391 "name": "grandt/phpzipmerge",
2392 "version": "1.0.4",
2393 "source": {
2394 "type": "git",
2395 "url": "https://github.com/Grandt/PHPZipMerge.git",
2396 "reference": "0b1273d3c2dbfe244904158b1dbd65a663264fb9"
2397 },
2398 "dist": {
2399 "type": "zip",
2400 "url": "https://api.github.com/repos/Grandt/PHPZipMerge/zipball/0b1273d3c2dbfe244904158b1dbd65a663264fb9",
2401 "reference": "0b1273d3c2dbfe244904158b1dbd65a663264fb9",
2402 "shasum": ""
2403 },
2404 "require": {
2405 "grandt/binstring": ">=1.0.0",
2406 "grandt/relativepath": ">=1.0.1",
2407 "php": ">=5.3.0"
2408 },
2409 "type": "library",
2410 "autoload": {
2411 "psr-4": {
2412 "ZipMerge\\": "src/ZipMerge"
2413 }
2414 },
2415 "notification-url": "https://packagist.org/downloads/",
2416 "license": [
2417 "LGPL-2.1"
2418 ],
2419 "authors": [
2420 {
2421 "name": "A. Grandt",
2422 "email": "php@grandt.com",
2423 "homepage": "http://grandt.com",
2424 "role": "Developer"
2425 },
2426 {
2427 "name": "Greg Kappatos",
2428 "homepage": "http://websiteconnect.com.au",
2429 "role": "Developer"
2430 }
2431 ],
2432 "description": "Merge and stream multiple Zip files on the fly.",
2433 "homepage": "https://github.com/Grandt/PHPZipMerge",
2434 "keywords": [
2435 "archive",
2436 "compressed",
2437 "compression",
2438 "merge",
2439 "phpzip",
2440 "pkzip",
2441 "stream",
2442 "zip"
2443 ],
2444 "time": "2015-08-18T13:49:33+00:00"
2445 },
2446 {
2447 "name": "grandt/relativepath",
2448 "version": "1.0.2",
2449 "source": {
2450 "type": "git",
2451 "url": "https://github.com/Grandt/PHPRelativePath.git",
2452 "reference": "19541133c24143b6295688472c54dd6ed15a5462"
2453 },
2454 "dist": {
2455 "type": "zip",
2456 "url": "https://api.github.com/repos/Grandt/PHPRelativePath/zipball/19541133c24143b6295688472c54dd6ed15a5462",
2457 "reference": "19541133c24143b6295688472c54dd6ed15a5462",
2458 "shasum": ""
2459 },
2460 "require": {
2461 "php": ">=5.0"
2462 },
2463 "type": "library",
2464 "autoload": {
2465 "classmap": [
2466 "RelativePath.php"
2467 ]
2468 },
2469 "notification-url": "https://packagist.org/downloads/",
2470 "license": [
2471 "LGPL-2.1"
2472 ],
2473 "authors": [
2474 {
2475 "name": "A. Grandt",
2476 "email": "php@grandt.com",
2477 "role": "Developer"
2478 }
2479 ],
2480 "description": "A class for cleaning up/collapsing relative paths. Like real_path, but without the need for the path to exist on the filesystem.",
2481 "homepage": "https://github.com/Grandt/PHPRelativePath",
2482 "keywords": [
2483 "file path"
2484 ],
2485 "time": "2015-05-14T08:18:23+00:00"
2486 },
2487 {
2488 "name": "guzzlehttp/guzzle",
2489 "version": "5.3.4",
2490 "source": {
2491 "type": "git",
2492 "url": "https://github.com/guzzle/guzzle.git",
2493 "reference": "b87eda7a7162f95574032da17e9323c9899cb6b2"
2494 },
2495 "dist": {
2496 "type": "zip",
2497 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/b87eda7a7162f95574032da17e9323c9899cb6b2",
2498 "reference": "b87eda7a7162f95574032da17e9323c9899cb6b2",
2499 "shasum": ""
2500 },
2501 "require": {
2502 "guzzlehttp/ringphp": "^1.1",
2503 "php": ">=5.4.0",
2504 "react/promise": "^2.2"
2505 },
2506 "require-dev": {
2507 "ext-curl": "*",
2508 "phpunit/phpunit": "^4.0"
2509 },
2510 "type": "library",
2511 "autoload": {
2512 "psr-4": {
2513 "GuzzleHttp\\": "src/"
2514 }
2515 },
2516 "notification-url": "https://packagist.org/downloads/",
2517 "license": [
2518 "MIT"
2519 ],
2520 "authors": [
2521 {
2522 "name": "Michael Dowling",
2523 "email": "mtdowling@gmail.com",
2524 "homepage": "https://github.com/mtdowling"
2525 }
2526 ],
2527 "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients",
2528 "homepage": "http://guzzlephp.org/",
2529 "keywords": [
2530 "client",
2531 "curl",
2532 "framework",
2533 "http",
2534 "http client",
2535 "rest",
2536 "web service"
2537 ],
2538 "time": "2019-10-30T09:32:00+00:00"
2539 },
2540 {
2541 "name": "guzzlehttp/promises",
2542 "version": "v1.3.1",
2543 "source": {
2544 "type": "git",
2545 "url": "https://github.com/guzzle/promises.git",
2546 "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
2547 },
2548 "dist": {
2549 "type": "zip",
2550 "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
2551 "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
2552 "shasum": ""
2553 },
2554 "require": {
2555 "php": ">=5.5.0"
2556 },
2557 "require-dev": {
2558 "phpunit/phpunit": "^4.0"
2559 },
2560 "type": "library",
2561 "extra": {
2562 "branch-alias": {
2563 "dev-master": "1.4-dev"
2564 }
2565 },
2566 "autoload": {
2567 "psr-4": {
2568 "GuzzleHttp\\Promise\\": "src/"
2569 },
2570 "files": [
2571 "src/functions_include.php"
2572 ]
2573 },
2574 "notification-url": "https://packagist.org/downloads/",
2575 "license": [
2576 "MIT"
2577 ],
2578 "authors": [
2579 {
2580 "name": "Michael Dowling",
2581 "email": "mtdowling@gmail.com",
2582 "homepage": "https://github.com/mtdowling"
2583 }
2584 ],
2585 "description": "Guzzle promises library",
2586 "keywords": [
2587 "promise"
2588 ],
2589 "time": "2016-12-20T10:07:11+00:00"
2590 },
2591 {
2592 "name": "guzzlehttp/psr7",
2593 "version": "1.6.1",
2594 "source": {
2595 "type": "git",
2596 "url": "https://github.com/guzzle/psr7.git",
2597 "reference": "239400de7a173fe9901b9ac7c06497751f00727a"
2598 },
2599 "dist": {
2600 "type": "zip",
2601 "url": "https://api.github.com/repos/guzzle/psr7/zipball/239400de7a173fe9901b9ac7c06497751f00727a",
2602 "reference": "239400de7a173fe9901b9ac7c06497751f00727a",
2603 "shasum": ""
2604 },
2605 "require": {
2606 "php": ">=5.4.0",
2607 "psr/http-message": "~1.0",
2608 "ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
2609 },
2610 "provide": {
2611 "psr/http-message-implementation": "1.0"
2612 },
2613 "require-dev": {
2614 "ext-zlib": "*",
2615 "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8"
2616 },
2617 "suggest": {
2618 "zendframework/zend-httphandlerrunner": "Emit PSR-7 responses"
2619 },
2620 "type": "library",
2621 "extra": {
2622 "branch-alias": {
2623 "dev-master": "1.6-dev"
2624 }
2625 },
2626 "autoload": {
2627 "psr-4": {
2628 "GuzzleHttp\\Psr7\\": "src/"
2629 },
2630 "files": [
2631 "src/functions_include.php"
2632 ]
2633 },
2634 "notification-url": "https://packagist.org/downloads/",
2635 "license": [
2636 "MIT"
2637 ],
2638 "authors": [
2639 {
2640 "name": "Michael Dowling",
2641 "email": "mtdowling@gmail.com",
2642 "homepage": "https://github.com/mtdowling"
2643 },
2644 {
2645 "name": "Tobias Schultze",
2646 "homepage": "https://github.com/Tobion"
2647 }
2648 ],
2649 "description": "PSR-7 message implementation that also provides common utility methods",
2650 "keywords": [
2651 "http",
2652 "message",
2653 "psr-7",
2654 "request",
2655 "response",
2656 "stream",
2657 "uri",
2658 "url"
2659 ],
2660 "time": "2019-07-01T23:21:34+00:00"
2661 },
2662 {
2663 "name": "guzzlehttp/ringphp",
2664 "version": "1.1.1",
2665 "source": {
2666 "type": "git",
2667 "url": "https://github.com/guzzle/RingPHP.git",
2668 "reference": "5e2a174052995663dd68e6b5ad838afd47dd615b"
2669 },
2670 "dist": {
2671 "type": "zip",
2672 "url": "https://api.github.com/repos/guzzle/RingPHP/zipball/5e2a174052995663dd68e6b5ad838afd47dd615b",
2673 "reference": "5e2a174052995663dd68e6b5ad838afd47dd615b",
2674 "shasum": ""
2675 },
2676 "require": {
2677 "guzzlehttp/streams": "~3.0",
2678 "php": ">=5.4.0",
2679 "react/promise": "~2.0"
2680 },
2681 "require-dev": {
2682 "ext-curl": "*",
2683 "phpunit/phpunit": "~4.0"
2684 },
2685 "suggest": {
2686 "ext-curl": "Guzzle will use specific adapters if cURL is present"
2687 },
2688 "type": "library",
2689 "extra": {
2690 "branch-alias": {
2691 "dev-master": "1.1-dev"
2692 }
2693 },
2694 "autoload": {
2695 "psr-4": {
2696 "GuzzleHttp\\Ring\\": "src/"
2697 }
2698 },
2699 "notification-url": "https://packagist.org/downloads/",
2700 "license": [
2701 "MIT"
2702 ],
2703 "authors": [
2704 {
2705 "name": "Michael Dowling",
2706 "email": "mtdowling@gmail.com",
2707 "homepage": "https://github.com/mtdowling"
2708 }
2709 ],
2710 "description": "Provides a simple API and specification that abstracts away the details of HTTP into a single PHP function.",
2711 "abandoned": true,
2712 "time": "2018-07-31T13:22:33+00:00"
2713 },
2714 {
2715 "name": "guzzlehttp/streams",
2716 "version": "3.0.0",
2717 "source": {
2718 "type": "git",
2719 "url": "https://github.com/guzzle/streams.git",
2720 "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5"
2721 },
2722 "dist": {
2723 "type": "zip",
2724 "url": "https://api.github.com/repos/guzzle/streams/zipball/47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
2725 "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
2726 "shasum": ""
2727 },
2728 "require": {
2729 "php": ">=5.4.0"
2730 },
2731 "require-dev": {
2732 "phpunit/phpunit": "~4.0"
2733 },
2734 "type": "library",
2735 "extra": {
2736 "branch-alias": {
2737 "dev-master": "3.0-dev"
2738 }
2739 },
2740 "autoload": {
2741 "psr-4": {
2742 "GuzzleHttp\\Stream\\": "src/"
2743 }
2744 },
2745 "notification-url": "https://packagist.org/downloads/",
2746 "license": [
2747 "MIT"
2748 ],
2749 "authors": [
2750 {
2751 "name": "Michael Dowling",
2752 "email": "mtdowling@gmail.com",
2753 "homepage": "https://github.com/mtdowling"
2754 }
2755 ],
2756 "description": "Provides a simple abstraction over streams of data",
2757 "homepage": "http://guzzlephp.org/",
2758 "keywords": [
2759 "Guzzle",
2760 "stream"
2761 ],
2762 "abandoned": true,
2763 "time": "2014-10-12T19:18:40+00:00"
2764 },
2765 {
2766 "name": "hoa/compiler",
2767 "version": "3.17.08.08",
2768 "source": {
2769 "type": "git",
2770 "url": "https://github.com/hoaproject/Compiler.git",
2771 "reference": "aa09caf0bf28adae6654ca6ee415ee2f522672de"
2772 },
2773 "dist": {
2774 "type": "zip",
2775 "url": "https://api.github.com/repos/hoaproject/Compiler/zipball/aa09caf0bf28adae6654ca6ee415ee2f522672de",
2776 "reference": "aa09caf0bf28adae6654ca6ee415ee2f522672de",
2777 "shasum": ""
2778 },
2779 "require": {
2780 "hoa/consistency": "~1.0",
2781 "hoa/exception": "~1.0",
2782 "hoa/file": "~1.0",
2783 "hoa/iterator": "~2.0",
2784 "hoa/math": "~1.0",
2785 "hoa/protocol": "~1.0",
2786 "hoa/regex": "~1.0",
2787 "hoa/visitor": "~2.0"
2788 },
2789 "require-dev": {
2790 "hoa/json": "~2.0",
2791 "hoa/test": "~2.0"
2792 },
2793 "type": "library",
2794 "extra": {
2795 "branch-alias": {
2796 "dev-master": "3.x-dev"
2797 }
2798 },
2799 "autoload": {
2800 "psr-4": {
2801 "Hoa\\Compiler\\": "."
2802 }
2803 },
2804 "notification-url": "https://packagist.org/downloads/",
2805 "license": [
2806 "BSD-3-Clause"
2807 ],
2808 "authors": [
2809 {
2810 "name": "Ivan Enderlin",
2811 "email": "ivan.enderlin@hoa-project.net"
2812 },
2813 {
2814 "name": "Hoa community",
2815 "homepage": "https://hoa-project.net/"
2816 }
2817 ],
2818 "description": "The Hoa\\Compiler library.",
2819 "homepage": "https://hoa-project.net/",
2820 "keywords": [
2821 "algebraic",
2822 "ast",
2823 "compiler",
2824 "context-free",
2825 "coverage",
2826 "exhaustive",
2827 "grammar",
2828 "isotropic",
2829 "language",
2830 "lexer",
2831 "library",
2832 "ll1",
2833 "llk",
2834 "parser",
2835 "pp",
2836 "random",
2837 "regular",
2838 "rule",
2839 "sampler",
2840 "syntax",
2841 "token",
2842 "trace",
2843 "uniform"
2844 ],
2845 "time": "2017-08-08T07:44:07+00:00"
2846 },
2847 {
2848 "name": "hoa/consistency",
2849 "version": "1.17.05.02",
2850 "source": {
2851 "type": "git",
2852 "url": "https://github.com/hoaproject/Consistency.git",
2853 "reference": "fd7d0adc82410507f332516faf655b6ed22e4c2f"
2854 },
2855 "dist": {
2856 "type": "zip",
2857 "url": "https://api.github.com/repos/hoaproject/Consistency/zipball/fd7d0adc82410507f332516faf655b6ed22e4c2f",
2858 "reference": "fd7d0adc82410507f332516faf655b6ed22e4c2f",
2859 "shasum": ""
2860 },
2861 "require": {
2862 "hoa/exception": "~1.0",
2863 "php": ">=5.5.0"
2864 },
2865 "require-dev": {
2866 "hoa/stream": "~1.0",
2867 "hoa/test": "~2.0"
2868 },
2869 "type": "library",
2870 "extra": {
2871 "branch-alias": {
2872 "dev-master": "1.x-dev"
2873 }
2874 },
2875 "autoload": {
2876 "psr-4": {
2877 "Hoa\\Consistency\\": "."
2878 },
2879 "files": [
2880 "Prelude.php"
2881 ]
2882 },
2883 "notification-url": "https://packagist.org/downloads/",
2884 "license": [
2885 "BSD-3-Clause"
2886 ],
2887 "authors": [
2888 {
2889 "name": "Ivan Enderlin",
2890 "email": "ivan.enderlin@hoa-project.net"
2891 },
2892 {
2893 "name": "Hoa community",
2894 "homepage": "https://hoa-project.net/"
2895 }
2896 ],
2897 "description": "The Hoa\\Consistency library.",
2898 "homepage": "https://hoa-project.net/",
2899 "keywords": [
2900 "autoloader",
2901 "callable",
2902 "consistency",
2903 "entity",
2904 "flex",
2905 "keyword",
2906 "library"
2907 ],
2908 "time": "2017-05-02T12:18:12+00:00"
2909 },
2910 {
2911 "name": "hoa/event",
2912 "version": "1.17.01.13",
2913 "source": {
2914 "type": "git",
2915 "url": "https://github.com/hoaproject/Event.git",
2916 "reference": "6c0060dced212ffa3af0e34bb46624f990b29c54"
2917 },
2918 "dist": {
2919 "type": "zip",
2920 "url": "https://api.github.com/repos/hoaproject/Event/zipball/6c0060dced212ffa3af0e34bb46624f990b29c54",
2921 "reference": "6c0060dced212ffa3af0e34bb46624f990b29c54",
2922 "shasum": ""
2923 },
2924 "require": {
2925 "hoa/consistency": "~1.0",
2926 "hoa/exception": "~1.0"
2927 },
2928 "require-dev": {
2929 "hoa/test": "~2.0"
2930 },
2931 "type": "library",
2932 "extra": {
2933 "branch-alias": {
2934 "dev-master": "1.x-dev"
2935 }
2936 },
2937 "autoload": {
2938 "psr-4": {
2939 "Hoa\\Event\\": "."
2940 }
2941 },
2942 "notification-url": "https://packagist.org/downloads/",
2943 "license": [
2944 "BSD-3-Clause"
2945 ],
2946 "authors": [
2947 {
2948 "name": "Ivan Enderlin",
2949 "email": "ivan.enderlin@hoa-project.net"
2950 },
2951 {
2952 "name": "Hoa community",
2953 "homepage": "https://hoa-project.net/"
2954 }
2955 ],
2956 "description": "The Hoa\\Event library.",
2957 "homepage": "https://hoa-project.net/",
2958 "keywords": [
2959 "event",
2960 "library",
2961 "listener",
2962 "observer"
2963 ],
2964 "time": "2017-01-13T15:30:50+00:00"
2965 },
2966 {
2967 "name": "hoa/exception",
2968 "version": "1.17.01.16",
2969 "source": {
2970 "type": "git",
2971 "url": "https://github.com/hoaproject/Exception.git",
2972 "reference": "091727d46420a3d7468ef0595651488bfc3a458f"
2973 },
2974 "dist": {
2975 "type": "zip",
2976 "url": "https://api.github.com/repos/hoaproject/Exception/zipball/091727d46420a3d7468ef0595651488bfc3a458f",
2977 "reference": "091727d46420a3d7468ef0595651488bfc3a458f",
2978 "shasum": ""
2979 },
2980 "require": {
2981 "hoa/consistency": "~1.0",
2982 "hoa/event": "~1.0"
2983 },
2984 "require-dev": {
2985 "hoa/test": "~2.0"
2986 },
2987 "type": "library",
2988 "extra": {
2989 "branch-alias": {
2990 "dev-master": "1.x-dev"
2991 }
2992 },
2993 "autoload": {
2994 "psr-4": {
2995 "Hoa\\Exception\\": "."
2996 }
2997 },
2998 "notification-url": "https://packagist.org/downloads/",
2999 "license": [
3000 "BSD-3-Clause"
3001 ],
3002 "authors": [
3003 {
3004 "name": "Ivan Enderlin",
3005 "email": "ivan.enderlin@hoa-project.net"
3006 },
3007 {
3008 "name": "Hoa community",
3009 "homepage": "https://hoa-project.net/"
3010 }
3011 ],
3012 "description": "The Hoa\\Exception library.",
3013 "homepage": "https://hoa-project.net/",
3014 "keywords": [
3015 "exception",
3016 "library"
3017 ],
3018 "time": "2017-01-16T07:53:27+00:00"
3019 },
3020 {
3021 "name": "hoa/file",
3022 "version": "1.17.07.11",
3023 "source": {
3024 "type": "git",
3025 "url": "https://github.com/hoaproject/File.git",
3026 "reference": "35cb979b779bc54918d2f9a4e02ed6c7a1fa67ca"
3027 },
3028 "dist": {
3029 "type": "zip",
3030 "url": "https://api.github.com/repos/hoaproject/File/zipball/35cb979b779bc54918d2f9a4e02ed6c7a1fa67ca",
3031 "reference": "35cb979b779bc54918d2f9a4e02ed6c7a1fa67ca",
3032 "shasum": ""
3033 },
3034 "require": {
3035 "hoa/consistency": "~1.0",
3036 "hoa/event": "~1.0",
3037 "hoa/exception": "~1.0",
3038 "hoa/iterator": "~2.0",
3039 "hoa/stream": "~1.0"
3040 },
3041 "require-dev": {
3042 "hoa/test": "~2.0"
3043 },
3044 "type": "library",
3045 "extra": {
3046 "branch-alias": {
3047 "dev-master": "1.x-dev"
3048 }
3049 },
3050 "autoload": {
3051 "psr-4": {
3052 "Hoa\\File\\": "."
3053 }
3054 },
3055 "notification-url": "https://packagist.org/downloads/",
3056 "license": [
3057 "BSD-3-Clause"
3058 ],
3059 "authors": [
3060 {
3061 "name": "Ivan Enderlin",
3062 "email": "ivan.enderlin@hoa-project.net"
3063 },
3064 {
3065 "name": "Hoa community",
3066 "homepage": "https://hoa-project.net/"
3067 }
3068 ],
3069 "description": "The Hoa\\File library.",
3070 "homepage": "https://hoa-project.net/",
3071 "keywords": [
3072 "Socket",
3073 "directory",
3074 "file",
3075 "finder",
3076 "library",
3077 "link",
3078 "temporary"
3079 ],
3080 "time": "2017-07-11T07:42:15+00:00"
3081 },
3082 {
3083 "name": "hoa/iterator",
3084 "version": "2.17.01.10",
3085 "source": {
3086 "type": "git",
3087 "url": "https://github.com/hoaproject/Iterator.git",
3088 "reference": "d1120ba09cb4ccd049c86d10058ab94af245f0cc"
3089 },
3090 "dist": {
3091 "type": "zip",
3092 "url": "https://api.github.com/repos/hoaproject/Iterator/zipball/d1120ba09cb4ccd049c86d10058ab94af245f0cc",
3093 "reference": "d1120ba09cb4ccd049c86d10058ab94af245f0cc",
3094 "shasum": ""
3095 },
3096 "require": {
3097 "hoa/consistency": "~1.0",
3098 "hoa/exception": "~1.0"
3099 },
3100 "require-dev": {
3101 "hoa/test": "~2.0"
3102 },
3103 "type": "library",
3104 "extra": {
3105 "branch-alias": {
3106 "dev-master": "2.x-dev"
3107 }
3108 },
3109 "autoload": {
3110 "psr-4": {
3111 "Hoa\\Iterator\\": "."
3112 }
3113 },
3114 "notification-url": "https://packagist.org/downloads/",
3115 "license": [
3116 "BSD-3-Clause"
3117 ],
3118 "authors": [
3119 {
3120 "name": "Ivan Enderlin",
3121 "email": "ivan.enderlin@hoa-project.net"
3122 },
3123 {
3124 "name": "Hoa community",
3125 "homepage": "https://hoa-project.net/"
3126 }
3127 ],
3128 "description": "The Hoa\\Iterator library.",
3129 "homepage": "https://hoa-project.net/",
3130 "keywords": [
3131 "iterator",
3132 "library"
3133 ],
3134 "time": "2017-01-10T10:34:47+00:00"
3135 },
3136 {
3137 "name": "hoa/math",
3138 "version": "1.17.05.16",
3139 "source": {
3140 "type": "git",
3141 "url": "https://github.com/hoaproject/Math.git",
3142 "reference": "7150785d30f5d565704912116a462e9f5bc83a0c"
3143 },
3144 "dist": {
3145 "type": "zip",
3146 "url": "https://api.github.com/repos/hoaproject/Math/zipball/7150785d30f5d565704912116a462e9f5bc83a0c",
3147 "reference": "7150785d30f5d565704912116a462e9f5bc83a0c",
3148 "shasum": ""
3149 },
3150 "require": {
3151 "hoa/compiler": "~3.0",
3152 "hoa/consistency": "~1.0",
3153 "hoa/exception": "~1.0",
3154 "hoa/iterator": "~2.0",
3155 "hoa/protocol": "~1.0",
3156 "hoa/zformat": "~1.0"
3157 },
3158 "require-dev": {
3159 "hoa/test": "~2.0"
3160 },
3161 "type": "library",
3162 "extra": {
3163 "branch-alias": {
3164 "dev-master": "1.x-dev"
3165 }
3166 },
3167 "autoload": {
3168 "psr-4": {
3169 "Hoa\\Math\\": "."
3170 }
3171 },
3172 "notification-url": "https://packagist.org/downloads/",
3173 "license": [
3174 "BSD-3-Clause"
3175 ],
3176 "authors": [
3177 {
3178 "name": "Ivan Enderlin",
3179 "email": "ivan.enderlin@hoa-project.net"
3180 },
3181 {
3182 "name": "Hoa community",
3183 "homepage": "https://hoa-project.net/"
3184 }
3185 ],
3186 "description": "The Hoa\\Math library.",
3187 "homepage": "https://hoa-project.net/",
3188 "keywords": [
3189 "arrangement",
3190 "combination",
3191 "combinatorics",
3192 "counting",
3193 "library",
3194 "math",
3195 "permutation",
3196 "sampler",
3197 "set"
3198 ],
3199 "time": "2017-05-16T08:02:17+00:00"
3200 },
3201 {
3202 "name": "hoa/protocol",
3203 "version": "1.17.01.14",
3204 "source": {
3205 "type": "git",
3206 "url": "https://github.com/hoaproject/Protocol.git",
3207 "reference": "5c2cf972151c45f373230da170ea015deecf19e2"
3208 },
3209 "dist": {
3210 "type": "zip",
3211 "url": "https://api.github.com/repos/hoaproject/Protocol/zipball/5c2cf972151c45f373230da170ea015deecf19e2",
3212 "reference": "5c2cf972151c45f373230da170ea015deecf19e2",
3213 "shasum": ""
3214 },
3215 "require": {
3216 "hoa/consistency": "~1.0",
3217 "hoa/exception": "~1.0"
3218 },
3219 "require-dev": {
3220 "hoa/test": "~2.0"
3221 },
3222 "type": "library",
3223 "extra": {
3224 "branch-alias": {
3225 "dev-master": "1.x-dev"
3226 }
3227 },
3228 "autoload": {
3229 "psr-4": {
3230 "Hoa\\Protocol\\": "."
3231 },
3232 "files": [
3233 "Wrapper.php"
3234 ]
3235 },
3236 "notification-url": "https://packagist.org/downloads/",
3237 "license": [
3238 "BSD-3-Clause"
3239 ],
3240 "authors": [
3241 {
3242 "name": "Ivan Enderlin",
3243 "email": "ivan.enderlin@hoa-project.net"
3244 },
3245 {
3246 "name": "Hoa community",
3247 "homepage": "https://hoa-project.net/"
3248 }
3249 ],
3250 "description": "The Hoa\\Protocol library.",
3251 "homepage": "https://hoa-project.net/",
3252 "keywords": [
3253 "library",
3254 "protocol",
3255 "resource",
3256 "stream",
3257 "wrapper"
3258 ],
3259 "time": "2017-01-14T12:26:10+00:00"
3260 },
3261 {
3262 "name": "hoa/regex",
3263 "version": "1.17.01.13",
3264 "source": {
3265 "type": "git",
3266 "url": "https://github.com/hoaproject/Regex.git",
3267 "reference": "7e263a61b6fb45c1d03d8e5ef77668518abd5bec"
3268 },
3269 "dist": {
3270 "type": "zip",
3271 "url": "https://api.github.com/repos/hoaproject/Regex/zipball/7e263a61b6fb45c1d03d8e5ef77668518abd5bec",
3272 "reference": "7e263a61b6fb45c1d03d8e5ef77668518abd5bec",
3273 "shasum": ""
3274 },
3275 "require": {
3276 "hoa/consistency": "~1.0",
3277 "hoa/exception": "~1.0",
3278 "hoa/math": "~1.0",
3279 "hoa/protocol": "~1.0",
3280 "hoa/ustring": "~4.0",
3281 "hoa/visitor": "~2.0"
3282 },
3283 "type": "library",
3284 "extra": {
3285 "branch-alias": {
3286 "dev-master": "1.x-dev"
3287 }
3288 },
3289 "autoload": {
3290 "psr-4": {
3291 "Hoa\\Regex\\": "."
3292 }
3293 },
3294 "notification-url": "https://packagist.org/downloads/",
3295 "license": [
3296 "BSD-3-Clause"
3297 ],
3298 "authors": [
3299 {
3300 "name": "Ivan Enderlin",
3301 "email": "ivan.enderlin@hoa-project.net"
3302 },
3303 {
3304 "name": "Hoa community",
3305 "homepage": "https://hoa-project.net/"
3306 }
3307 ],
3308 "description": "The Hoa\\Regex library.",
3309 "homepage": "https://hoa-project.net/",
3310 "keywords": [
3311 "compiler",
3312 "library",
3313 "regex"
3314 ],
3315 "time": "2017-01-13T16:10:24+00:00"
3316 },
3317 {
3318 "name": "hoa/ruler",
3319 "version": "2.17.05.16",
3320 "source": {
3321 "type": "git",
3322 "url": "https://github.com/hoaproject/Ruler.git",
3323 "reference": "696835daf8336dfd490f032da7af444050e52dfc"
3324 },
3325 "dist": {
3326 "type": "zip",
3327 "url": "https://api.github.com/repos/hoaproject/Ruler/zipball/696835daf8336dfd490f032da7af444050e52dfc",
3328 "reference": "696835daf8336dfd490f032da7af444050e52dfc",
3329 "shasum": ""
3330 },
3331 "require": {
3332 "hoa/compiler": "~3.0",
3333 "hoa/consistency": "~1.0",
3334 "hoa/exception": "~1.0",
3335 "hoa/file": "~1.0",
3336 "hoa/protocol": "~1.0",
3337 "hoa/visitor": "~2.0"
3338 },
3339 "require-dev": {
3340 "hoa/test": "~2.0"
3341 },
3342 "type": "library",
3343 "extra": {
3344 "branch-alias": {
3345 "dev-master": "2.x-dev"
3346 }
3347 },
3348 "autoload": {
3349 "psr-4": {
3350 "Hoa\\Ruler\\": "."
3351 }
3352 },
3353 "notification-url": "https://packagist.org/downloads/",
3354 "license": [
3355 "BSD-3-Clause"
3356 ],
3357 "authors": [
3358 {
3359 "name": "Ivan Enderlin",
3360 "email": "ivan.enderlin@hoa-project.net"
3361 },
3362 {
3363 "name": "Hoa community",
3364 "homepage": "https://hoa-project.net/"
3365 }
3366 ],
3367 "description": "The Hoa\\Ruler library.",
3368 "homepage": "https://hoa-project.net/",
3369 "keywords": [
3370 "library",
3371 "ruler"
3372 ],
3373 "time": "2017-05-16T07:52:21+00:00"
3374 },
3375 {
3376 "name": "hoa/stream",
3377 "version": "1.17.02.21",
3378 "source": {
3379 "type": "git",
3380 "url": "https://github.com/hoaproject/Stream.git",
3381 "reference": "3293cfffca2de10525df51436adf88a559151d82"
3382 },
3383 "dist": {
3384 "type": "zip",
3385 "url": "https://api.github.com/repos/hoaproject/Stream/zipball/3293cfffca2de10525df51436adf88a559151d82",
3386 "reference": "3293cfffca2de10525df51436adf88a559151d82",
3387 "shasum": ""
3388 },
3389 "require": {
3390 "hoa/consistency": "~1.0",
3391 "hoa/event": "~1.0",
3392 "hoa/exception": "~1.0",
3393 "hoa/protocol": "~1.0"
3394 },
3395 "require-dev": {
3396 "hoa/test": "~2.0"
3397 },
3398 "type": "library",
3399 "extra": {
3400 "branch-alias": {
3401 "dev-master": "1.x-dev"
3402 }
3403 },
3404 "autoload": {
3405 "psr-4": {
3406 "Hoa\\Stream\\": "."
3407 }
3408 },
3409 "notification-url": "https://packagist.org/downloads/",
3410 "license": [
3411 "BSD-3-Clause"
3412 ],
3413 "authors": [
3414 {
3415 "name": "Ivan Enderlin",
3416 "email": "ivan.enderlin@hoa-project.net"
3417 },
3418 {
3419 "name": "Hoa community",
3420 "homepage": "https://hoa-project.net/"
3421 }
3422 ],
3423 "description": "The Hoa\\Stream library.",
3424 "homepage": "https://hoa-project.net/",
3425 "keywords": [
3426 "Context",
3427 "bucket",
3428 "composite",
3429 "filter",
3430 "in",
3431 "library",
3432 "out",
3433 "protocol",
3434 "stream",
3435 "wrapper"
3436 ],
3437 "time": "2017-02-21T16:01:06+00:00"
3438 },
3439 {
3440 "name": "hoa/ustring",
3441 "version": "4.17.01.16",
3442 "source": {
3443 "type": "git",
3444 "url": "https://github.com/hoaproject/Ustring.git",
3445 "reference": "e6326e2739178799b1fe3fdd92029f9517fa17a0"
3446 },
3447 "dist": {
3448 "type": "zip",
3449 "url": "https://api.github.com/repos/hoaproject/Ustring/zipball/e6326e2739178799b1fe3fdd92029f9517fa17a0",
3450 "reference": "e6326e2739178799b1fe3fdd92029f9517fa17a0",
3451 "shasum": ""
3452 },
3453 "require": {
3454 "hoa/consistency": "~1.0",
3455 "hoa/exception": "~1.0"
3456 },
3457 "require-dev": {
3458 "hoa/test": "~2.0"
3459 },
3460 "suggest": {
3461 "ext-iconv": "ext/iconv must be present (or a third implementation) to use Hoa\\Ustring::transcode().",
3462 "ext-intl": "To get a better Hoa\\Ustring::toAscii() and Hoa\\Ustring::compareTo()."
3463 },
3464 "type": "library",
3465 "extra": {
3466 "branch-alias": {
3467 "dev-master": "4.x-dev"
3468 }
3469 },
3470 "autoload": {
3471 "psr-4": {
3472 "Hoa\\Ustring\\": "."
3473 }
3474 },
3475 "notification-url": "https://packagist.org/downloads/",
3476 "license": [
3477 "BSD-3-Clause"
3478 ],
3479 "authors": [
3480 {
3481 "name": "Ivan Enderlin",
3482 "email": "ivan.enderlin@hoa-project.net"
3483 },
3484 {
3485 "name": "Hoa community",
3486 "homepage": "https://hoa-project.net/"
3487 }
3488 ],
3489 "description": "The Hoa\\Ustring library.",
3490 "homepage": "https://hoa-project.net/",
3491 "keywords": [
3492 "library",
3493 "search",
3494 "string",
3495 "unicode"
3496 ],
3497 "time": "2017-01-16T07:08:25+00:00"
3498 },
3499 {
3500 "name": "hoa/visitor",
3501 "version": "2.17.01.16",
3502 "source": {
3503 "type": "git",
3504 "url": "https://github.com/hoaproject/Visitor.git",
3505 "reference": "c18fe1cbac98ae449e0d56e87469103ba08f224a"
3506 },
3507 "dist": {
3508 "type": "zip",
3509 "url": "https://api.github.com/repos/hoaproject/Visitor/zipball/c18fe1cbac98ae449e0d56e87469103ba08f224a",
3510 "reference": "c18fe1cbac98ae449e0d56e87469103ba08f224a",
3511 "shasum": ""
3512 },
3513 "require": {
3514 "hoa/consistency": "~1.0"
3515 },
3516 "require-dev": {
3517 "hoa/test": "~2.0"
3518 },
3519 "type": "library",
3520 "extra": {
3521 "branch-alias": {
3522 "dev-master": "2.x-dev"
3523 }
3524 },
3525 "autoload": {
3526 "psr-4": {
3527 "Hoa\\Visitor\\": "."
3528 }
3529 },
3530 "notification-url": "https://packagist.org/downloads/",
3531 "license": [
3532 "BSD-3-Clause"
3533 ],
3534 "authors": [
3535 {
3536 "name": "Ivan Enderlin",
3537 "email": "ivan.enderlin@hoa-project.net"
3538 },
3539 {
3540 "name": "Hoa community",
3541 "homepage": "https://hoa-project.net/"
3542 }
3543 ],
3544 "description": "The Hoa\\Visitor library.",
3545 "homepage": "https://hoa-project.net/",
3546 "keywords": [
3547 "library",
3548 "structure",
3549 "visit",
3550 "visitor"
3551 ],
3552 "time": "2017-01-16T07:02:03+00:00"
3553 },
3554 {
3555 "name": "hoa/zformat",
3556 "version": "1.17.01.10",
3557 "source": {
3558 "type": "git",
3559 "url": "https://github.com/hoaproject/Zformat.git",
3560 "reference": "522c381a2a075d4b9dbb42eb4592dd09520e4ac2"
3561 },
3562 "dist": {
3563 "type": "zip",
3564 "url": "https://api.github.com/repos/hoaproject/Zformat/zipball/522c381a2a075d4b9dbb42eb4592dd09520e4ac2",
3565 "reference": "522c381a2a075d4b9dbb42eb4592dd09520e4ac2",
3566 "shasum": ""
3567 },
3568 "require": {
3569 "hoa/consistency": "~1.0",
3570 "hoa/exception": "~1.0"
3571 },
3572 "type": "library",
3573 "extra": {
3574 "branch-alias": {
3575 "dev-master": "1.x-dev"
3576 }
3577 },
3578 "autoload": {
3579 "psr-4": {
3580 "Hoa\\Zformat\\": "."
3581 }
3582 },
3583 "notification-url": "https://packagist.org/downloads/",
3584 "license": [
3585 "BSD-3-Clause"
3586 ],
3587 "authors": [
3588 {
3589 "name": "Ivan Enderlin",
3590 "email": "ivan.enderlin@hoa-project.net"
3591 },
3592 {
3593 "name": "Hoa community",
3594 "homepage": "https://hoa-project.net/"
3595 }
3596 ],
3597 "description": "The Hoa\\Zformat library.",
3598 "homepage": "https://hoa-project.net/",
3599 "keywords": [
3600 "library",
3601 "parameter",
3602 "zformat"
3603 ],
3604 "time": "2017-01-10T10:39:54+00:00"
3605 },
3606 {
3607 "name": "html2text/html2text",
3608 "version": "4.2.1",
3609 "source": {
3610 "type": "git",
3611 "url": "https://github.com/mtibben/html2text.git",
3612 "reference": "f7555eaf271beea4e1098274d3ff37fbb7b21ea7"
3613 },
3614 "dist": {
3615 "type": "zip",
3616 "url": "https://api.github.com/repos/mtibben/html2text/zipball/f7555eaf271beea4e1098274d3ff37fbb7b21ea7",
3617 "reference": "f7555eaf271beea4e1098274d3ff37fbb7b21ea7",
3618 "shasum": ""
3619 },
3620 "require-dev": {
3621 "phpunit/phpunit": "~4"
3622 },
3623 "suggest": {
3624 "ext-mbstring": "For best performance",
3625 "symfony/polyfill-mbstring": "If you can't install ext-mbstring"
3626 },
3627 "type": "library",
3628 "autoload": {
3629 "psr-4": {
3630 "Html2Text\\": [
3631 "src/",
3632 "test/"
3633 ]
3634 }
3635 },
3636 "notification-url": "https://packagist.org/downloads/",
3637 "license": [
3638 "GPL-2.0-or-later"
3639 ],
3640 "description": "Converts HTML to formatted plain text",
3641 "time": "2018-08-13T12:05:08+00:00"
3642 },
3643 {
3644 "name": "http-interop/http-factory-guzzle",
3645 "version": "1.0.0",
3646 "source": {
3647 "type": "git",
3648 "url": "https://github.com/http-interop/http-factory-guzzle.git",
3649 "reference": "34861658efb9899a6618cef03de46e2a52c80fc0"
3650 },
3651 "dist": {
3652 "type": "zip",
3653 "url": "https://api.github.com/repos/http-interop/http-factory-guzzle/zipball/34861658efb9899a6618cef03de46e2a52c80fc0",
3654 "reference": "34861658efb9899a6618cef03de46e2a52c80fc0",
3655 "shasum": ""
3656 },
3657 "require": {
3658 "guzzlehttp/psr7": "^1.4.2",
3659 "psr/http-factory": "^1.0"
3660 },
3661 "provide": {
3662 "psr/http-factory-implementation": "^1.0"
3663 },
3664 "require-dev": {
3665 "http-interop/http-factory-tests": "^0.5",
3666 "phpunit/phpunit": "^6.5"
3667 },
3668 "type": "library",
3669 "autoload": {
3670 "psr-4": {
3671 "Http\\Factory\\Guzzle\\": "src/"
3672 }
3673 },
3674 "notification-url": "https://packagist.org/downloads/",
3675 "license": [
3676 "MIT"
3677 ],
3678 "authors": [
3679 {
3680 "name": "PHP-FIG",
3681 "homepage": "http://www.php-fig.org/"
3682 }
3683 ],
3684 "description": "An HTTP Factory using Guzzle PSR7",
3685 "keywords": [
3686 "factory",
3687 "http",
3688 "psr-17",
3689 "psr-7"
3690 ],
3691 "time": "2018-07-31T19:32:56+00:00"
3692 },
3693 {
3694 "name": "incenteev/composer-parameter-handler",
3695 "version": "v2.1.3",
3696 "source": {
3697 "type": "git",
3698 "url": "https://github.com/Incenteev/ParameterHandler.git",
3699 "reference": "933c45a34814f27f2345c11c37d46b3ca7303550"
3700 },
3701 "dist": {
3702 "type": "zip",
3703 "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/933c45a34814f27f2345c11c37d46b3ca7303550",
3704 "reference": "933c45a34814f27f2345c11c37d46b3ca7303550",
3705 "shasum": ""
3706 },
3707 "require": {
3708 "php": ">=5.3.3",
3709 "symfony/yaml": "^2.3 || ^3.0 || ^4.0"
3710 },
3711 "require-dev": {
3712 "composer/composer": "^1.0@dev",
3713 "symfony/filesystem": "^2.3 || ^3 || ^4",
3714 "symfony/phpunit-bridge": "^4.0"
3715 },
3716 "type": "library",
3717 "extra": {
3718 "branch-alias": {
3719 "dev-master": "2.1.x-dev"
3720 }
3721 },
3722 "autoload": {
3723 "psr-4": {
3724 "Incenteev\\ParameterHandler\\": ""
3725 }
3726 },
3727 "notification-url": "https://packagist.org/downloads/",
3728 "license": [
3729 "MIT"
3730 ],
3731 "authors": [
3732 {
3733 "name": "Christophe Coevoet",
3734 "email": "stof@notk.org"
3735 }
3736 ],
3737 "description": "Composer script handling your ignored parameter file",
3738 "homepage": "https://github.com/Incenteev/ParameterHandler",
3739 "keywords": [
3740 "parameters management"
3741 ],
3742 "time": "2018-02-13T18:05:56+00:00"
3743 },
3744 {
3745 "name": "j0k3r/graby",
3746 "version": "2.1.1",
3747 "source": {
3748 "type": "git",
3749 "url": "https://github.com/j0k3r/graby.git",
3750 "reference": "6b3e53b2dd3c85b8128dde3307b838885515764b"
3751 },
3752 "dist": {
3753 "type": "zip",
3754 "url": "https://api.github.com/repos/j0k3r/graby/zipball/6b3e53b2dd3c85b8128dde3307b838885515764b",
3755 "reference": "6b3e53b2dd3c85b8128dde3307b838885515764b",
3756 "shasum": ""
3757 },
3758 "require": {
3759 "ext-curl": "*",
3760 "ext-tidy": "*",
3761 "fossar/htmlawed": "^1.2.4",
3762 "guzzlehttp/psr7": "^1.5",
3763 "j0k3r/graby-site-config": "^1.0",
3764 "j0k3r/httplug-ssrf-plugin": "^2.0",
3765 "j0k3r/php-readability": "^1.1",
3766 "monolog/monolog": "^1.13.1",
3767 "php": ">=7.1",
3768 "php-http/client-common": "^2.0",
3769 "php-http/discovery": "^1.0",
3770 "php-http/httplug": "^2.0",
3771 "php-http/message": "^1.7",
3772 "psr/http-message": "^1.0",
3773 "simplepie/simplepie": "^1.3.1",
3774 "smalot/pdfparser": "~0.11",
3775 "symfony/options-resolver": "~2.6|~3.0|~4.0",
3776 "true/punycode": "~2.1",
3777 "wallabag/tcpdf": "^6.2.26"
3778 },
3779 "require-dev": {
3780 "friendsofphp/php-cs-fixer": "~2.14",
3781 "php-coveralls/php-coveralls": "^2.0",
3782 "php-http/guzzle6-adapter": "^2.0",
3783 "php-http/mock-client": "^1.2",
3784 "phpstan/phpstan": "^0.11",
3785 "phpstan/phpstan-phpunit": "^0.11",
3786 "symfony/phpunit-bridge": "~2.6|~3.0|~4.0"
3787 },
3788 "type": "library",
3789 "extra": {
3790 "branch-alias": {
3791 "dev-2.0": "2.0-dev"
3792 }
3793 },
3794 "autoload": {
3795 "psr-4": {
3796 "Graby\\": "src/"
3797 }
3798 },
3799 "notification-url": "https://packagist.org/downloads/",
3800 "license": [
3801 "MIT"
3802 ],
3803 "authors": [
3804 {
3805 "name": "Jeremy Benoist",
3806 "email": "jeremy.benoist@gmail.com",
3807 "role": "Developer"
3808 },
3809 {
3810 "name": "FiveFilters.org",
3811 "email": "fivefilters@fivefilters.org",
3812 "role": "Developer (original version)"
3813 }
3814 ],
3815 "description": "Graby helps you extract article content from web pages",
3816 "time": "2020-01-23T08:59:01+00:00"
3817 },
3818 {
3819 "name": "j0k3r/graby-site-config",
3820 "version": "1.0.100",
3821 "source": {
3822 "type": "git",
3823 "url": "https://github.com/j0k3r/graby-site-config.git",
3824 "reference": "d97cfd935302337604f5d778969bc94c12de086a"
3825 },
3826 "dist": {
3827 "type": "zip",
3828 "url": "https://api.github.com/repos/j0k3r/graby-site-config/zipball/d97cfd935302337604f5d778969bc94c12de086a",
3829 "reference": "d97cfd935302337604f5d778969bc94c12de086a",
3830 "shasum": ""
3831 },
3832 "require": {
3833 "symfony/finder": "~2.6|~3.0|~4.0"
3834 },
3835 "require-dev": {
3836 "liip/rmt": "1.2.*",
3837 "symfony/phpunit-bridge": "^4.3"
3838 },
3839 "type": "library",
3840 "autoload": {
3841 "psr-4": {
3842 "GrabySiteConfig\\SiteConfig\\": "src/"
3843 }
3844 },
3845 "notification-url": "https://packagist.org/downloads/",
3846 "license": [
3847 "CC0-1.0"
3848 ],
3849 "authors": [
3850 {
3851 "name": "Jeremy Benoist",
3852 "email": "jeremy.benoist@gmail.com"
3853 }
3854 ],
3855 "description": "Graby site config files",
3856 "time": "2020-01-23T09:05:19+00:00"
3857 },
3858 {
3859 "name": "j0k3r/httplug-ssrf-plugin",
3860 "version": "v2.0.1",
3861 "source": {
3862 "type": "git",
3863 "url": "https://github.com/j0k3r/httplug-ssrf-plugin.git",
3864 "reference": "fb68804e3bace2b894d1b9f39ad2b59078f5eac2"
3865 },
3866 "dist": {
3867 "type": "zip",
3868 "url": "https://api.github.com/repos/j0k3r/httplug-ssrf-plugin/zipball/fb68804e3bace2b894d1b9f39ad2b59078f5eac2",
3869 "reference": "fb68804e3bace2b894d1b9f39ad2b59078f5eac2",
3870 "shasum": ""
3871 },
3872 "require": {
3873 "php": "^7.1",
3874 "php-http/client-common": "^2.0",
3875 "php-http/discovery": "^1.5",
3876 "php-http/message": "^1.7",
3877 "php-http/message-factory": "^1.0.2"
3878 },
3879 "require-dev": {
3880 "friendsofphp/php-cs-fixer": "^2.14",
3881 "guzzlehttp/psr7": "^1.0",
3882 "php-http/guzzle6-adapter": "^2.0",
3883 "php-http/mock-client": "^1.0",
3884 "phpstan/phpstan": "^0.11",
3885 "phpstan/phpstan-phpunit": "^0.11",
3886 "symfony/phpunit-bridge": "~3.4.19|~4.0"
3887 },
3888 "type": "library",
3889 "autoload": {
3890 "psr-4": {
3891 "Graby\\HttpClient\\Plugin\\ServerSideRequestForgeryProtection\\": "src/"
3892 }
3893 },
3894 "notification-url": "https://packagist.org/downloads/",
3895 "license": [
3896 "MIT"
3897 ],
3898 "authors": [
3899 {
3900 "name": "Jeremy Benoist",
3901 "email": "jeremy.benoist@gmail.com"
3902 },
3903 {
3904 "name": "aaa2000",
3905 "email": "adev2000@gmail.com"
3906 },
3907 {
3908 "name": "Jack W",
3909 "email": "jack@fin1te.net",
3910 "role": "Developer (SafeCurl original version)"
3911 }
3912 ],
3913 "description": "Server-Side Request Forgery (SSRF) protection plugin for HTTPlug",
3914 "homepage": "https://github.com/j0k3r/httplug-ssrf-plugin",
3915 "keywords": [
3916 "http",
3917 "httplug",
3918 "plugin",
3919 "security",
3920 "ssrf"
3921 ],
3922 "time": "2020-01-06T13:44:13+00:00"
3923 },
3924 {
3925 "name": "j0k3r/php-readability",
3926 "version": "1.2.4",
3927 "source": {
3928 "type": "git",
3929 "url": "https://github.com/j0k3r/php-readability.git",
3930 "reference": "9306996b472fd3d4bc5a7928a301ccce38423793"
3931 },
3932 "dist": {
3933 "type": "zip",
3934 "url": "https://api.github.com/repos/j0k3r/php-readability/zipball/9306996b472fd3d4bc5a7928a301ccce38423793",
3935 "reference": "9306996b472fd3d4bc5a7928a301ccce38423793",
3936 "shasum": ""
3937 },
3938 "require": {
3939 "electrolinux/php-html5lib": "^0.1.0",
3940 "ext-mbstring": "*",
3941 "php": ">=5.6.0",
3942 "psr/log": "^1.0"
3943 },
3944 "require-dev": {
3945 "friendsofphp/php-cs-fixer": "^2.14",
3946 "monolog/monolog": "^1.24",
3947 "php-coveralls/php-coveralls": "^2.1",
3948 "symfony/phpunit-bridge": "^4.2.3"
3949 },
3950 "suggest": {
3951 "ext-tidy": "Used to clean up given HTML and to avoid problems with bad HTML structure."
3952 },
3953 "type": "library",
3954 "autoload": {
3955 "psr-4": {
3956 "Readability\\": "src/"
3957 }
3958 },
3959 "notification-url": "https://packagist.org/downloads/",
3960 "license": [
3961 "Apache-2.0"
3962 ],
3963 "authors": [
3964 {
3965 "name": "Keyvan Minoukadeh",
3966 "email": "keyvan@keyvan.net",
3967 "homepage": "http://keyvan.net",
3968 "role": "Developer (ported original JS code to PHP)"
3969 },
3970 {
3971 "name": "Arc90",
3972 "homepage": "http://arc90.com",
3973 "role": "Developer (original JS version)"
3974 },
3975 {
3976 "name": "Jeremy Benoist",
3977 "email": "jeremy.benoist@gmail.com",
3978 "homepage": "http://www.j0k3r.net",
3979 "role": "Developer"
3980 },
3981 {
3982 "name": "DitherSky",
3983 "homepage": "https://github.com/Dither",
3984 "role": "Developer (https://github.com/Dither/full-text-rss)"
3985 }
3986 ],
3987 "description": "Automatic article extraction from HTML",
3988 "keywords": [
3989 "article",
3990 "article extraction",
3991 "content",
3992 "content extraction",
3993 "extraction",
3994 "html"
3995 ],
3996 "time": "2019-06-25T15:15:37+00:00"
3997 },
3998 {
3999 "name": "javibravo/simpleue",
4000 "version": "2.1.0",
4001 "source": {
4002 "type": "git",
4003 "url": "https://github.com/javibravo/simpleue.git",
4004 "reference": "b12ccea0631cd3f6128ab91178fc5363f6e14ff6"
4005 },
4006 "dist": {
4007 "type": "zip",
4008 "url": "https://api.github.com/repos/javibravo/simpleue/zipball/b12ccea0631cd3f6128ab91178fc5363f6e14ff6",
4009 "reference": "b12ccea0631cd3f6128ab91178fc5363f6e14ff6",
4010 "shasum": ""
4011 },
4012 "require": {
4013 "php": ">=5.5",
4014 "psr/log": "~1.0"
4015 },
4016 "require-dev": {
4017 "aws/aws-sdk-php": "^3.9",
4018 "pda/pheanstalk": "^3.1",
4019 "phpunit/phpunit": "4.0.*",
4020 "predis/predis": "^1.0"
4021 },
4022 "suggest": {
4023 "aws/aws-sdk-php": "Allow work with AWS Simple Queue Service (SQS) queues",
4024 "ext-redis": "Allow work with Redis Locker",
4025 "pda/pheanstalk": "Allow work with Beanstalkd queues",
4026 "predis/predis": "Allow work with Redis queues"
4027 },
4028 "type": "library",
4029 "autoload": {
4030 "psr-4": {
4031 "Simpleue\\": "src/Simpleue"
4032 }
4033 },
4034 "notification-url": "https://packagist.org/downloads/",
4035 "license": [
4036 "MIT"
4037 ],
4038 "authors": [
4039 {
4040 "name": "Javier Bravo",
4041 "email": "javibravo85@gmail.com"
4042 }
4043 ],
4044 "description": "Php package to manage queue tasks in a simple way",
4045 "homepage": "http://github.com/javibravo/simpleue",
4046 "keywords": [
4047 "job",
4048 "queue",
4049 "redis",
4050 "sqs",
4051 "task"
4052 ],
4053 "time": "2017-11-15T13:41:13+00:00"
4054 },
4055 {
4056 "name": "jdorn/sql-formatter",
4057 "version": "v1.2.17",
4058 "source": {
4059 "type": "git",
4060 "url": "https://github.com/jdorn/sql-formatter.git",
4061 "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc"
4062 },
4063 "dist": {
4064 "type": "zip",
4065 "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc",
4066 "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc",
4067 "shasum": ""
4068 },
4069 "require": {
4070 "php": ">=5.2.4"
4071 },
4072 "require-dev": {
4073 "phpunit/phpunit": "3.7.*"
4074 },
4075 "type": "library",
4076 "extra": {
4077 "branch-alias": {
4078 "dev-master": "1.3.x-dev"
4079 }
4080 },
4081 "autoload": {
4082 "classmap": [
4083 "lib"
4084 ]
4085 },
4086 "notification-url": "https://packagist.org/downloads/",
4087 "license": [
4088 "MIT"
4089 ],
4090 "authors": [
4091 {
4092 "name": "Jeremy Dorn",
4093 "email": "jeremy@jeremydorn.com",
4094 "homepage": "http://jeremydorn.com/"
4095 }
4096 ],
4097 "description": "a PHP SQL highlighting library",
4098 "homepage": "https://github.com/jdorn/sql-formatter/",
4099 "keywords": [
4100 "highlight",
4101 "sql"
4102 ],
4103 "time": "2014-01-12T16:20:24+00:00"
4104 },
4105 {
4106 "name": "jean85/pretty-package-versions",
4107 "version": "1.2",
4108 "source": {
4109 "type": "git",
4110 "url": "https://github.com/Jean85/pretty-package-versions.git",
4111 "reference": "75c7effcf3f77501d0e0caa75111aff4daa0dd48"
4112 },
4113 "dist": {
4114 "type": "zip",
4115 "url": "https://api.github.com/repos/Jean85/pretty-package-versions/zipball/75c7effcf3f77501d0e0caa75111aff4daa0dd48",
4116 "reference": "75c7effcf3f77501d0e0caa75111aff4daa0dd48",
4117 "shasum": ""
4118 },
4119 "require": {
4120 "ocramius/package-versions": "^1.2.0",
4121 "php": "^7.0"
4122 },
4123 "require-dev": {
4124 "phpunit/phpunit": "^6.0"
4125 },
4126 "type": "library",
4127 "extra": {
4128 "branch-alias": {
4129 "dev-master": "1.x-dev"
4130 }
4131 },
4132 "autoload": {
4133 "psr-4": {
4134 "Jean85\\": "src/"
4135 }
4136 },
4137 "notification-url": "https://packagist.org/downloads/",
4138 "license": [
4139 "MIT"
4140 ],
4141 "authors": [
4142 {
4143 "name": "Alessandro Lai",
4144 "email": "alessandro.lai85@gmail.com"
4145 }
4146 ],
4147 "description": "A wrapper for ocramius/package-versions to get pretty versions strings",
4148 "keywords": [
4149 "composer",
4150 "package",
4151 "release",
4152 "versions"
4153 ],
4154 "time": "2018-06-13T13:22:40+00:00"
4155 },
4156 {
4157 "name": "jms/metadata",
4158 "version": "1.7.0",
4159 "source": {
4160 "type": "git",
4161 "url": "https://github.com/schmittjoh/metadata.git",
4162 "reference": "e5854ab1aa643623dc64adde718a8eec32b957a8"
4163 },
4164 "dist": {
4165 "type": "zip",
4166 "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/e5854ab1aa643623dc64adde718a8eec32b957a8",
4167 "reference": "e5854ab1aa643623dc64adde718a8eec32b957a8",
4168 "shasum": ""
4169 },
4170 "require": {
4171 "php": ">=5.3.0"
4172 },
4173 "require-dev": {
4174 "doctrine/cache": "~1.0",
4175 "symfony/cache": "~3.1"
4176 },
4177 "type": "library",
4178 "extra": {
4179 "branch-alias": {
4180 "dev-master": "1.5.x-dev"
4181 }
4182 },
4183 "autoload": {
4184 "psr-0": {
4185 "Metadata\\": "src/"
4186 }
4187 },
4188 "notification-url": "https://packagist.org/downloads/",
4189 "license": [
4190 "MIT"
4191 ],
4192 "authors": [
4193 {
4194 "name": "Asmir Mustafic",
4195 "email": "goetas@gmail.com"
4196 },
4197 {
4198 "name": "Johannes M. Schmitt",
4199 "email": "schmittjoh@gmail.com"
4200 }
4201 ],
4202 "description": "Class/method/property metadata management in PHP",
4203 "keywords": [
4204 "annotations",
4205 "metadata",
4206 "xml",
4207 "yaml"
4208 ],
4209 "time": "2018-10-26T12:40:10+00:00"
4210 },
4211 {
4212 "name": "jms/parser-lib",
4213 "version": "1.0.0",
4214 "source": {
4215 "type": "git",
4216 "url": "https://github.com/schmittjoh/parser-lib.git",
4217 "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d"
4218 },
4219 "dist": {
4220 "type": "zip",
4221 "url": "https://api.github.com/repos/schmittjoh/parser-lib/zipball/c509473bc1b4866415627af0e1c6cc8ac97fa51d",
4222 "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d",
4223 "shasum": ""
4224 },
4225 "require": {
4226 "phpoption/phpoption": ">=0.9,<2.0-dev"
4227 },
4228 "type": "library",
4229 "extra": {
4230 "branch-alias": {
4231 "dev-master": "1.0-dev"
4232 }
4233 },
4234 "autoload": {
4235 "psr-0": {
4236 "JMS\\": "src/"
4237 }
4238 },
4239 "notification-url": "https://packagist.org/downloads/",
4240 "license": [
4241 "Apache2"
4242 ],
4243 "description": "A library for easily creating recursive-descent parsers.",
4244 "time": "2012-11-18T18:08:43+00:00"
4245 },
4246 {
4247 "name": "jms/serializer",
4248 "version": "1.14.0",
4249 "source": {
4250 "type": "git",
4251 "url": "https://github.com/schmittjoh/serializer.git",
4252 "reference": "ee96d57024af9a7716d56fcbe3aa94b3d030f3ca"
4253 },
4254 "dist": {
4255 "type": "zip",
4256 "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/ee96d57024af9a7716d56fcbe3aa94b3d030f3ca",
4257 "reference": "ee96d57024af9a7716d56fcbe3aa94b3d030f3ca",
4258 "shasum": ""
4259 },
4260 "require": {
4261 "doctrine/annotations": "^1.0",
4262 "doctrine/instantiator": "^1.0.3",
4263 "jms/metadata": "^1.3",
4264 "jms/parser-lib": "1.*",
4265 "php": "^5.5|^7.0",
4266 "phpcollection/phpcollection": "~0.1",
4267 "phpoption/phpoption": "^1.1"
4268 },
4269 "conflict": {
4270 "twig/twig": "<1.12"
4271 },
4272 "require-dev": {
4273 "doctrine/orm": "~2.1",
4274 "doctrine/phpcr-odm": "^1.3|^2.0",
4275 "ext-pdo_sqlite": "*",
4276 "jackalope/jackalope-doctrine-dbal": "^1.1.5",
4277 "phpunit/phpunit": "^4.8|^5.0",
4278 "propel/propel1": "~1.7",
4279 "psr/container": "^1.0",
4280 "symfony/dependency-injection": "^2.7|^3.3|^4.0",
4281 "symfony/expression-language": "^2.6|^3.0",
4282 "symfony/filesystem": "^2.1",
4283 "symfony/form": "~2.1|^3.0",
4284 "symfony/translation": "^2.1|^3.0",
4285 "symfony/validator": "^2.2|^3.0",
4286 "symfony/yaml": "^2.1|^3.0",
4287 "twig/twig": "~1.12|~2.0"
4288 },
4289 "suggest": {
4290 "doctrine/cache": "Required if you like to use cache functionality.",
4291 "doctrine/collections": "Required if you like to use doctrine collection types as ArrayCollection.",
4292 "symfony/yaml": "Required if you'd like to serialize data to YAML format."
4293 },
4294 "type": "library",
4295 "extra": {
4296 "branch-alias": {
4297 "dev-1.x": "1.14-dev"
4298 }
4299 },
4300 "autoload": {
4301 "psr-0": {
4302 "JMS\\Serializer": "src/"
4303 }
4304 },
4305 "notification-url": "https://packagist.org/downloads/",
4306 "license": [
4307 "MIT"
4308 ],
4309 "authors": [
4310 {
4311 "name": "Asmir Mustafic",
4312 "email": "goetas@gmail.com"
4313 },
4314 {
4315 "name": "Johannes M. Schmitt",
4316 "email": "schmittjoh@gmail.com"
4317 }
4318 ],
4319 "description": "Library for (de-)serializing data of any complexity; supports XML, JSON, and YAML.",
4320 "homepage": "http://jmsyst.com/libs/serializer",
4321 "keywords": [
4322 "deserialization",
4323 "jaxb",
4324 "json",
4325 "serialization",
4326 "xml"
4327 ],
4328 "time": "2019-04-17T08:12:16+00:00"
4329 },
4330 {
4331 "name": "jms/serializer-bundle",
4332 "version": "2.4.4",
4333 "source": {
4334 "type": "git",
4335 "url": "https://github.com/schmittjoh/JMSSerializerBundle.git",
4336 "reference": "92ee808c64c1c180775a0e57d00e3be0674668fb"
4337 },
4338 "dist": {
4339 "type": "zip",
4340 "url": "https://api.github.com/repos/schmittjoh/JMSSerializerBundle/zipball/92ee808c64c1c180775a0e57d00e3be0674668fb",
4341 "reference": "92ee808c64c1c180775a0e57d00e3be0674668fb",
4342 "shasum": ""
4343 },
4344 "require": {
4345 "jms/serializer": "^1.10",
4346 "php": "^5.4|^7.0",
4347 "phpoption/phpoption": "^1.1.0",
4348 "symfony/framework-bundle": "~2.3|~3.0|~4.0"
4349 },
4350 "require-dev": {
4351 "doctrine/orm": "*",
4352 "phpunit/phpunit": "^4.8.35|^5.4.3|^6.0",
4353 "symfony/expression-language": "~2.6|~3.0|~4.0",
4354 "symfony/finder": "^2.3|^3.0|^4.0",
4355 "symfony/form": "*",
4356 "symfony/stopwatch": "*",
4357 "symfony/twig-bundle": "*",
4358 "symfony/validator": "*",
4359 "symfony/yaml": "*"
4360 },
4361 "suggest": {
4362 "jms/di-extra-bundle": "Required to get lazy loading (de)serialization visitors, ~1.3",
4363 "symfony/finder": "Required for cache warmup, supported versions ^2.3|^3.0|^4.0"
4364 },
4365 "type": "symfony-bundle",
4366 "extra": {
4367 "branch-alias": {
4368 "dev-master": "2.4-dev"
4369 }
4370 },
4371 "autoload": {
4372 "psr-4": {
4373 "JMS\\SerializerBundle\\": ""
4374 },
4375 "exclude-from-classmap": [
4376 "/Tests/"
4377 ]
4378 },
4379 "notification-url": "https://packagist.org/downloads/",
4380 "license": [
4381 "MIT"
4382 ],
4383 "authors": [
4384 {
4385 "name": "Asmir Mustafic",
4386 "email": "goetas@gmail.com"
4387 },
4388 {
4389 "name": "Johannes M. Schmitt",
4390 "email": "schmittjoh@gmail.com"
4391 }
4392 ],
4393 "description": "Allows you to easily serialize, and deserialize data of any complexity",
4394 "homepage": "http://jmsyst.com/bundles/JMSSerializerBundle",
4395 "keywords": [
4396 "deserialization",
4397 "jaxb",
4398 "json",
4399 "serialization",
4400 "xml"
4401 ],
4402 "time": "2019-03-30T10:26:09+00:00"
4403 },
4404 {
4405 "name": "kphoen/rulerz",
4406 "version": "0.21.1",
4407 "source": {
4408 "type": "git",
4409 "url": "https://github.com/K-Phoen/rulerz.git",
4410 "reference": "d28a1bd59b4e66cc9fcdeee965f13f685eb9ce41"
4411 },
4412 "dist": {
4413 "type": "zip",
4414 "url": "https://api.github.com/repos/K-Phoen/rulerz/zipball/d28a1bd59b4e66cc9fcdeee965f13f685eb9ce41",
4415 "reference": "d28a1bd59b4e66cc9fcdeee965f13f685eb9ce41",
4416 "shasum": ""
4417 },
4418 "require": {
4419 "hoa/ruler": "~2.0",
4420 "php": ">=7.1",
4421 "symfony/property-access": "~3.0|~4.0"
4422 },
4423 "require-dev": {
4424 "behat/behat": "~3.0",
4425 "coduo/phpspec-data-provider-extension": "~1.0,!=1.0.2",
4426 "doctrine/orm": "~2.4",
4427 "elasticsearch/elasticsearch": "~1.0",
4428 "illuminate/database": "~5.0",
4429 "kphoen/rusty": "dev-master",
4430 "liip/rmt": "^1.2",
4431 "mikey179/vfsstream": "~1.4",
4432 "phpspec/phpspec": "~2.0,>=2.4-dev",
4433 "pomm-project/cli": "~2.0@dev",
4434 "pomm-project/foundation": "~2.0@dev",
4435 "pomm-project/model-manager": "~2.0.@dev",
4436 "ruflin/elastica": "~1.0",
4437 "solarium/solarium": "~3.0",
4438 "vlucas/phpdotenv": "~2.1"
4439 },
4440 "suggest": {
4441 "doctrine/orm": "To execute rules as Doctrine queries",
4442 "elasticsearch/elasticsearch": "To execute rules as Elasticsearch queries",
4443 "kphoen/rulerz-spec-builder": "If you want a specification builder",
4444 "pomm-project/model-manager": "To execute rules as Pomm queries",
4445 "solarium/solarium": "To execute rules as Solr queries"
4446 },
4447 "type": "library",
4448 "extra": {
4449 "branch-alias": {
4450 "dev-master": "1.0.x-dev"
4451 }
4452 },
4453 "autoload": {
4454 "psr-4": {
4455 "RulerZ\\": "src/"
4456 }
4457 },
4458 "notification-url": "https://packagist.org/downloads/",
4459 "license": [
4460 "MIT"
4461 ],
4462 "authors": [
4463 {
4464 "name": "Kévin Gomez",
4465 "email": "contact@kevingomez.fr"
4466 }
4467 ],
4468 "description": "Powerful implementation of the Specification pattern",
4469 "homepage": "https://github.com/K-Phoen/RulerZ",
4470 "keywords": [
4471 "doctrine",
4472 "specification"
4473 ],
4474 "time": "2018-09-18T15:15:42+00:00"
4475 },
4476 {
4477 "name": "kphoen/rulerz-bridge",
4478 "version": "1.1.1",
4479 "source": {
4480 "type": "git",
4481 "url": "https://github.com/K-Phoen/rulerz-bridge.git",
4482 "reference": "fdad5856b669d59b5e4bda47c4e927a0485bf7a0"
4483 },
4484 "dist": {
4485 "type": "zip",
4486 "url": "https://api.github.com/repos/K-Phoen/rulerz-bridge/zipball/fdad5856b669d59b5e4bda47c4e927a0485bf7a0",
4487 "reference": "fdad5856b669d59b5e4bda47c4e927a0485bf7a0",
4488 "shasum": ""
4489 },
4490 "require": {
4491 "kphoen/rulerz": "~0.19,>=0.19.3|^1.0",
4492 "php": ">=7.1",
4493 "symfony/form": "^3.0|^4.0",
4494 "symfony/validator": "^3.0|^4.0"
4495 },
4496 "require-dev": {
4497 "liip/rmt": "^1.2",
4498 "phpunit/phpunit": "~7.1",
4499 "symfony/phpunit-bridge": "^3.0|^4.0"
4500 },
4501 "type": "symfony-bridge",
4502 "autoload": {
4503 "psr-4": {
4504 "Symfony\\Bridge\\RulerZ\\": ""
4505 },
4506 "exclude-from-classmap": [
4507 "/Tests/"
4508 ]
4509 },
4510 "notification-url": "https://packagist.org/downloads/",
4511 "license": [
4512 "MIT"
4513 ],
4514 "authors": [
4515 {
4516 "name": "Kévin Gomez",
4517 "email": "contact@kevingomez.fr"
4518 }
4519 ],
4520 "description": "Symfony RulerZ Bridge",
4521 "homepage": "https://github.com/K-Phoen/rulerz-bridge",
4522 "keywords": [
4523 "Bridge",
4524 "doctrine",
4525 "ruler",
4526 "rulerz",
4527 "specification",
4528 "symfony"
4529 ],
4530 "time": "2018-10-01T14:17:27+00:00"
4531 },
4532 {
4533 "name": "kphoen/rulerz-bundle",
4534 "version": "0.15.0",
4535 "source": {
4536 "type": "git",
4537 "url": "https://github.com/K-Phoen/RulerZBundle.git",
4538 "reference": "f25f2eddfd311047f0f0ece2684b1f6463cc41ad"
4539 },
4540 "dist": {
4541 "type": "zip",
4542 "url": "https://api.github.com/repos/K-Phoen/RulerZBundle/zipball/f25f2eddfd311047f0f0ece2684b1f6463cc41ad",
4543 "reference": "f25f2eddfd311047f0f0ece2684b1f6463cc41ad",
4544 "shasum": ""
4545 },
4546 "require": {
4547 "kphoen/rulerz": "~0.17,>=0.19.3",
4548 "kphoen/rulerz-bridge": "^1.0",
4549 "php": ">=7.1",
4550 "symfony/framework-bundle": "^3.0|^4.0"
4551 },
4552 "require-dev": {
4553 "liip/rmt": "^1.2",
4554 "matthiasnoback/symfony-dependency-injection-test": "^3.0",
4555 "mikey179/vfsstream": "^1.6",
4556 "phpunit/phpunit": "^7.1",
4557 "symfony/phpunit-bridge": "^3.0|^4.0"
4558 },
4559 "type": "symfony-bundle",
4560 "autoload": {
4561 "psr-4": {
4562 "KPhoen\\RulerZBundle\\": ""
4563 },
4564 "exclude-from-classmap": [
4565 "/Tests/"
4566 ]
4567 },
4568 "notification-url": "https://packagist.org/downloads/",
4569 "license": [
4570 "MIT"
4571 ],
4572 "authors": [
4573 {
4574 "name": "Kévin Gomez",
4575 "email": "contact@kevingomez.fr"
4576 }
4577 ],
4578 "description": "Symfony2 Bundle for RulerZ",
4579 "homepage": "https://github.com/K-Phoen/RulerZBundle",
4580 "keywords": [
4581 "doctrine",
4582 "ruler",
4583 "rulerz",
4584 "specification"
4585 ],
4586 "time": "2018-09-17T09:02:32+00:00"
4587 },
4588 {
4589 "name": "lcobucci/jwt",
4590 "version": "3.3.1",
4591 "source": {
4592 "type": "git",
4593 "url": "https://github.com/lcobucci/jwt.git",
4594 "reference": "a11ec5f4b4d75d1fcd04e133dede4c317aac9e18"
4595 },
4596 "dist": {
4597 "type": "zip",
4598 "url": "https://api.github.com/repos/lcobucci/jwt/zipball/a11ec5f4b4d75d1fcd04e133dede4c317aac9e18",
4599 "reference": "a11ec5f4b4d75d1fcd04e133dede4c317aac9e18",
4600 "shasum": ""
4601 },
4602 "require": {
4603 "ext-mbstring": "*",
4604 "ext-openssl": "*",
4605 "php": "^5.6 || ^7.0"
4606 },
4607 "require-dev": {
4608 "mikey179/vfsstream": "~1.5",
4609 "phpmd/phpmd": "~2.2",
4610 "phpunit/php-invoker": "~1.1",
4611 "phpunit/phpunit": "^5.7 || ^7.3",
4612 "squizlabs/php_codesniffer": "~2.3"
4613 },
4614 "type": "library",
4615 "extra": {
4616 "branch-alias": {
4617 "dev-master": "3.1-dev"
4618 }
4619 },
4620 "autoload": {
4621 "psr-4": {
4622 "Lcobucci\\JWT\\": "src"
4623 }
4624 },
4625 "notification-url": "https://packagist.org/downloads/",
4626 "license": [
4627 "BSD-3-Clause"
4628 ],
4629 "authors": [
4630 {
4631 "name": "Luís Otávio Cobucci Oblonczyk",
4632 "email": "lcobucci@gmail.com",
4633 "role": "Developer"
4634 }
4635 ],
4636 "description": "A simple library to work with JSON Web Token and JSON Web Signature",
4637 "keywords": [
4638 "JWS",
4639 "jwt"
4640 ],
4641 "time": "2019-05-24T18:30:49+00:00"
4642 },
4643 {
4644 "name": "lexik/form-filter-bundle",
4645 "version": "v5.0.10",
4646 "source": {
4647 "type": "git",
4648 "url": "https://github.com/lexik/LexikFormFilterBundle.git",
4649 "reference": "92df0638173979dc906bda7a33a10b98429d2057"
4650 },
4651 "dist": {
4652 "type": "zip",
4653 "url": "https://api.github.com/repos/lexik/LexikFormFilterBundle/zipball/92df0638173979dc906bda7a33a10b98429d2057",
4654 "reference": "92df0638173979dc906bda7a33a10b98429d2057",
4655 "shasum": ""
4656 },
4657 "require": {
4658 "doctrine/orm": "^2.4.8",
4659 "php": ">=5.5.9",
4660 "symfony/form": "~2.8|~3.0|^4.0",
4661 "symfony/framework-bundle": "~2.8|~3.0|^4.0"
4662 },
4663 "require-dev": {
4664 "doctrine/mongodb-odm-bundle": "^3.0",
4665 "phpunit/phpunit": "~5.0|^7.5"
4666 },
4667 "suggest": {
4668 "alcaeus/mongo-php-adapter": "Install this package if using the PHP 7 MongoDB Driver"
4669 },
4670 "type": "symfony-bundle",
4671 "extra": {
4672 "branch-alias": {
4673 "dev-master": "5.x.x-dev"
4674 }
4675 },
4676 "autoload": {
4677 "psr-4": {
4678 "Lexik\\Bundle\\FormFilterBundle\\": ""
4679 }
4680 },
4681 "notification-url": "https://packagist.org/downloads/",
4682 "license": [
4683 "MIT"
4684 ],
4685 "authors": [
4686 {
4687 "name": "Dev Lexik",
4688 "email": "dev@lexik.fr"
4689 },
4690 {
4691 "name": "Cedric Girard",
4692 "email": "c.girard@lexik.fr"
4693 }
4694 ],
4695 "description": "This bundle aim to provide classes to build some form filters and then build a doctrine query from this form filter.",
4696 "homepage": "https://github.com/lexik/LexikFormFilterBundle",
4697 "keywords": [
4698 "bundle",
4699 "doctrine",
4700 "filter",
4701 "form",
4702 "symfony"
4703 ],
4704 "time": "2019-04-17T17:58:44+00:00"
4705 },
4706 {
4707 "name": "liip/theme-bundle",
4708 "version": "1.7.0",
4709 "source": {
4710 "type": "git",
4711 "url": "https://github.com/liip/LiipThemeBundle.git",
4712 "reference": "362394821ff8dcc90b06272e289e7dafe4dab52a"
4713 },
4714 "dist": {
4715 "type": "zip",
4716 "url": "https://api.github.com/repos/liip/LiipThemeBundle/zipball/362394821ff8dcc90b06272e289e7dafe4dab52a",
4717 "reference": "362394821ff8dcc90b06272e289e7dafe4dab52a",
4718 "shasum": ""
4719 },
4720 "require": {
4721 "php": "^7.0",
4722 "psr/log": "~1.0",
4723 "symfony/finder": "^3.0|^4.0",
4724 "symfony/framework-bundle": "^3.0|^4.0",
4725 "symfony/templating": "^3.0|^4.0",
4726 "symfony/twig-bundle": "^3.0|^4.0",
4727 "twig/twig": "^1.34|^2.4"
4728 },
4729 "conflict": {
4730 "sebastian/comparator": "1.2.3"
4731 },
4732 "require-dev": {
4733 "phpunit/phpunit": "^6.0",
4734 "symfony/console": "^3.0|^4.0",
4735 "symfony/expression-language": "^3.0|^4.0"
4736 },
4737 "type": "symfony-bundle",
4738 "extra": {
4739 "branch-alias": {
4740 "dev-master": "1.4-dev"
4741 }
4742 },
4743 "autoload": {
4744 "psr-4": {
4745 "Liip\\ThemeBundle\\": ""
4746 }
4747 },
4748 "notification-url": "https://packagist.org/downloads/",
4749 "license": [
4750 "MIT"
4751 ],
4752 "authors": [
4753 {
4754 "name": "Community contributions",
4755 "homepage": "https://github.com/liip/LiipThemeBundle/contributors"
4756 },
4757 {
4758 "name": "Liip AG",
4759 "homepage": "http://www.liip.ch/"
4760 }
4761 ],
4762 "description": "Provides theming support for #Symfony2 Bundles",
4763 "keywords": [
4764 "themes",
4765 "theming"
4766 ],
4767 "time": "2019-06-19T12:53:08+00:00"
4768 },
4769 {
4770 "name": "masterminds/html5",
4771 "version": "2.7.0",
4772 "source": {
4773 "type": "git",
4774 "url": "https://github.com/Masterminds/html5-php.git",
4775 "reference": "104443ad663d15981225f99532ba73c2f1d6b6f2"
4776 },
4777 "dist": {
4778 "type": "zip",
4779 "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/104443ad663d15981225f99532ba73c2f1d6b6f2",
4780 "reference": "104443ad663d15981225f99532ba73c2f1d6b6f2",
4781 "shasum": ""
4782 },
4783 "require": {
4784 "ext-ctype": "*",
4785 "ext-dom": "*",
4786 "ext-libxml": "*",
4787 "php": ">=5.3.0"
4788 },
4789 "require-dev": {
4790 "phpunit/phpunit": "^4.8.35",
4791 "sami/sami": "~2.0",
4792 "satooshi/php-coveralls": "1.0.*"
4793 },
4794 "type": "library",
4795 "extra": {
4796 "branch-alias": {
4797 "dev-master": "2.7-dev"
4798 }
4799 },
4800 "autoload": {
4801 "psr-4": {
4802 "Masterminds\\": "src"
4803 }
4804 },
4805 "notification-url": "https://packagist.org/downloads/",
4806 "license": [
4807 "MIT"
4808 ],
4809 "authors": [
4810 {
4811 "name": "Matt Butcher",
4812 "email": "technosophos@gmail.com"
4813 },
4814 {
4815 "name": "Matt Farina",
4816 "email": "matt@mattfarina.com"
4817 },
4818 {
4819 "name": "Asmir Mustafic",
4820 "email": "goetas@gmail.com"
4821 }
4822 ],
4823 "description": "An HTML5 parser and serializer.",
4824 "homepage": "http://masterminds.github.io/html5-php",
4825 "keywords": [
4826 "HTML5",
4827 "dom",
4828 "html",
4829 "parser",
4830 "querypath",
4831 "serializer",
4832 "xml"
4833 ],
4834 "time": "2019-07-25T07:03:26+00:00"
4835 },
4836 {
4837 "name": "mgargano/simplehtmldom",
4838 "version": "1.5",
4839 "source": {
4840 "type": "git",
4841 "url": "https://github.com/matgargano/simplehtmldom.git",
4842 "reference": "37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be"
4843 },
4844 "dist": {
4845 "type": "zip",
4846 "url": "https://api.github.com/repos/matgargano/simplehtmldom/zipball/37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be",
4847 "reference": "37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be",
4848 "shasum": ""
4849 },
4850 "require": {
4851 "php": ">=5.3.0"
4852 },
4853 "type": "library",
4854 "autoload": {
4855 "psr-0": {
4856 "SimpleHtmlDom": "src/"
4857 },
4858 "files": [
4859 "src/simple_html_dom.php"
4860 ]
4861 },
4862 "notification-url": "https://packagist.org/downloads/",
4863 "license": [
4864 "The MIT License"
4865 ],
4866 "authors": [
4867 {
4868 "name": "S.C. Chen",
4869 "email": "me578022@gmail.com"
4870 }
4871 ],
4872 "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",
4873 "homepage": "http://simplehtmldom.sourceforge.net/",
4874 "keywords": [
4875 "Simple",
4876 "dom",
4877 "html"
4878 ],
4879 "time": "2014-01-05T18:17:34+00:00"
4880 },
4881 {
4882 "name": "michelf/php-markdown",
4883 "version": "1.9.0",
4884 "source": {
4885 "type": "git",
4886 "url": "https://github.com/michelf/php-markdown.git",
4887 "reference": "c83178d49e372ca967d1a8c77ae4e051b3a3c75c"
4888 },
4889 "dist": {
4890 "type": "zip",
4891 "url": "https://api.github.com/repos/michelf/php-markdown/zipball/c83178d49e372ca967d1a8c77ae4e051b3a3c75c",
4892 "reference": "c83178d49e372ca967d1a8c77ae4e051b3a3c75c",
4893 "shasum": ""
4894 },
4895 "require": {
4896 "php": ">=5.3.0"
4897 },
4898 "require-dev": {
4899 "phpunit/phpunit": ">=4.3 <5.8"
4900 },
4901 "type": "library",
4902 "autoload": {
4903 "psr-4": {
4904 "Michelf\\": "Michelf/"
4905 }
4906 },
4907 "notification-url": "https://packagist.org/downloads/",
4908 "license": [
4909 "BSD-3-Clause"
4910 ],
4911 "authors": [
4912 {
4913 "name": "Michel Fortin",
4914 "email": "michel.fortin@michelf.ca",
4915 "homepage": "https://michelf.ca/",
4916 "role": "Developer"
4917 },
4918 {
4919 "name": "John Gruber",
4920 "homepage": "https://daringfireball.net/"
4921 }
4922 ],
4923 "description": "PHP Markdown",
4924 "homepage": "https://michelf.ca/projects/php-markdown/",
4925 "keywords": [
4926 "markdown"
4927 ],
4928 "time": "2019-12-02T02:32:27+00:00"
4929 },
4930 {
4931 "name": "mnapoli/piwik-twig-extension",
4932 "version": "2.0.1",
4933 "source": {
4934 "type": "git",
4935 "url": "https://github.com/mnapoli/PiwikTwigExtension.git",
4936 "reference": "e1746d20730426d7098b4a9a3f5c6c99c6f04612"
4937 },
4938 "dist": {
4939 "type": "zip",
4940 "url": "https://api.github.com/repos/mnapoli/PiwikTwigExtension/zipball/e1746d20730426d7098b4a9a3f5c6c99c6f04612",
4941 "reference": "e1746d20730426d7098b4a9a3f5c6c99c6f04612",
4942 "shasum": ""
4943 },
4944 "require": {
4945 "php": ">=7.0",
4946 "twig/twig": "~2.10"
4947 },
4948 "require-dev": {
4949 "friendsofphp/php-cs-fixer": "~2.13",
4950 "php-coveralls/php-coveralls": "^2.0",
4951 "symfony/phpunit-bridge": "^4.2"
4952 },
4953 "type": "library",
4954 "autoload": {
4955 "psr-4": {
4956 "PiwikTwigExtension\\": "src/"
4957 }
4958 },
4959 "notification-url": "https://packagist.org/downloads/",
4960 "license": [
4961 "MIT"
4962 ],
4963 "time": "2019-06-21T10:58:04+00:00"
4964 },
4965 {
4966 "name": "monolog/monolog",
4967 "version": "1.25.3",
4968 "source": {
4969 "type": "git",
4970 "url": "https://github.com/Seldaek/monolog.git",
4971 "reference": "fa82921994db851a8becaf3787a9e73c5976b6f1"
4972 },
4973 "dist": {
4974 "type": "zip",
4975 "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fa82921994db851a8becaf3787a9e73c5976b6f1",
4976 "reference": "fa82921994db851a8becaf3787a9e73c5976b6f1",
4977 "shasum": ""
4978 },
4979 "require": {
4980 "php": ">=5.3.0",
4981 "psr/log": "~1.0"
4982 },
4983 "provide": {
4984 "psr/log-implementation": "1.0.0"
4985 },
4986 "require-dev": {
4987 "aws/aws-sdk-php": "^2.4.9 || ^3.0",
4988 "doctrine/couchdb": "~1.0@dev",
4989 "graylog2/gelf-php": "~1.0",
4990 "jakub-onderka/php-parallel-lint": "0.9",
4991 "php-amqplib/php-amqplib": "~2.4",
4992 "php-console/php-console": "^3.1.3",
4993 "phpunit/phpunit": "~4.5",
4994 "phpunit/phpunit-mock-objects": "2.3.0",
4995 "ruflin/elastica": ">=0.90 <3.0",
4996 "sentry/sentry": "^0.13",
4997 "swiftmailer/swiftmailer": "^5.3|^6.0"
4998 },
4999 "suggest": {
5000 "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
5001 "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
5002 "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
5003 "ext-mongo": "Allow sending log messages to a MongoDB server",
5004 "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
5005 "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
5006 "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
5007 "php-console/php-console": "Allow sending log messages to Google Chrome",
5008 "rollbar/rollbar": "Allow sending log messages to Rollbar",
5009 "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
5010 "sentry/sentry": "Allow sending log messages to a Sentry server"
5011 },
5012 "type": "library",
5013 "extra": {
5014 "branch-alias": {
5015 "dev-master": "2.0.x-dev"
5016 }
5017 },
5018 "autoload": {
5019 "psr-4": {
5020 "Monolog\\": "src/Monolog"
5021 }
5022 },
5023 "notification-url": "https://packagist.org/downloads/",
5024 "license": [
5025 "MIT"
5026 ],
5027 "authors": [
5028 {
5029 "name": "Jordi Boggiano",
5030 "email": "j.boggiano@seld.be",
5031 "homepage": "http://seld.be"
5032 }
5033 ],
5034 "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
5035 "homepage": "http://github.com/Seldaek/monolog",
5036 "keywords": [
5037 "log",
5038 "logging",
5039 "psr-3"
5040 ],
5041 "time": "2019-12-20T14:15:16+00:00"
5042 },
5043 {
5044 "name": "nelmio/api-doc-bundle",
5045 "version": "2.13.4",
5046 "target-dir": "Nelmio/ApiDocBundle",
5047 "source": {
5048 "type": "git",
5049 "url": "https://github.com/nelmio/NelmioApiDocBundle.git",
5050 "reference": "28802f2c44dbbf29aa7f5dc80a10f44d3558f580"
5051 },
5052 "dist": {
5053 "type": "zip",
5054 "url": "https://api.github.com/repos/nelmio/NelmioApiDocBundle/zipball/28802f2c44dbbf29aa7f5dc80a10f44d3558f580",
5055 "reference": "28802f2c44dbbf29aa7f5dc80a10f44d3558f580",
5056 "shasum": ""
5057 },
5058 "require": {
5059 "michelf/php-markdown": "~1.4",
5060 "php": ">=5.4",
5061 "symfony/console": "~2.3|~3.0|~4.0",
5062 "symfony/framework-bundle": "~2.3|~3.0|~4.0",
5063 "symfony/twig-bundle": "~2.3|~3.0|~4.0"
5064 },
5065 "conflict": {
5066 "jms/serializer": "<0.12",
5067 "jms/serializer-bundle": "<0.11",
5068 "symfony/symfony": "~2.7.8",
5069 "twig/twig": "<1.12"
5070 },
5071 "require-dev": {
5072 "doctrine/doctrine-bundle": "~1.5",
5073 "doctrine/orm": "~2.3",
5074 "dunglas/api-bundle": "~1.0",
5075 "friendsofsymfony/rest-bundle": "~1.0|~2.0",
5076 "jms/serializer-bundle": ">=0.11",
5077 "sensio/framework-extra-bundle": "~3.0",
5078 "symfony/browser-kit": "~2.3|~3.0|~4.0",
5079 "symfony/css-selector": "~2.3|~3.0|~4.0",
5080 "symfony/finder": "~2.3|~3.0|~4.0",
5081 "symfony/form": "~2.3|~3.0|~4.0",
5082 "symfony/phpunit-bridge": "~2.7|~3.0|~4.0",
5083 "symfony/serializer": "~2.7|~3.0|~4.0",
5084 "symfony/validator": "~2.3|~3.0|~4.0",
5085 "symfony/yaml": "~2.3|~3.0|~4.0"
5086 },
5087 "suggest": {
5088 "dunglas/api-bundle": "For making use of resources definitions of DunglasApiBundle.",
5089 "friendsofsymfony/rest-bundle": "For making use of REST information in the doc.",
5090 "jms/serializer": "For making use of serializer information in the doc.",
5091 "symfony/form": "For using form definitions as input.",
5092 "symfony/validator": "For making use of validator information in the doc."
5093 },
5094 "type": "symfony-bundle",
5095 "extra": {
5096 "branch-alias": {
5097 "dev-2.x": "2.13-dev"
5098 }
5099 },
5100 "autoload": {
5101 "psr-0": {
5102 "Nelmio\\ApiDocBundle": ""
5103 }
5104 },
5105 "notification-url": "https://packagist.org/downloads/",
5106 "license": [
5107 "MIT"
5108 ],
5109 "authors": [
5110 {
5111 "name": "Nelmio",
5112 "homepage": "http://nelm.io"
5113 },
5114 {
5115 "name": "Symfony Community",
5116 "homepage": "https://github.com/nelmio/NelmioApiDocBundle/contributors"
5117 }
5118 ],
5119 "description": "Generates documentation for your REST API from annotations",
5120 "keywords": [
5121 "api",
5122 "doc",
5123 "documentation",
5124 "rest"
5125 ],
5126 "time": "2019-06-01T13:34:59+00:00"
5127 },
5128 {
5129 "name": "nelmio/cors-bundle",
5130 "version": "1.5.6",
5131 "source": {
5132 "type": "git",
5133 "url": "https://github.com/nelmio/NelmioCorsBundle.git",
5134 "reference": "10a24c10f242440211ed31075e74f81661c690d9"
5135 },
5136 "dist": {
5137 "type": "zip",
5138 "url": "https://api.github.com/repos/nelmio/NelmioCorsBundle/zipball/10a24c10f242440211ed31075e74f81661c690d9",
5139 "reference": "10a24c10f242440211ed31075e74f81661c690d9",
5140 "shasum": ""
5141 },
5142 "require": {
5143 "symfony/framework-bundle": "^2.7 || ^3.0 || ^4.0"
5144 },
5145 "require-dev": {
5146 "matthiasnoback/symfony-dependency-injection-test": "^1.0 || ^2.0",
5147 "mockery/mockery": "^0.9 || ^1.0",
5148 "symfony/phpunit-bridge": "^2.7 || ^3.0 || ^4.0"
5149 },
5150 "type": "symfony-bundle",
5151 "extra": {
5152 "branch-alias": {
5153 "dev-master": "1.5.x-dev"
5154 }
5155 },
5156 "autoload": {
5157 "psr-4": {
5158 "Nelmio\\CorsBundle\\": ""
5159 },
5160 "exclude-from-classmap": [
5161 "/Tests/"
5162 ]
5163 },
5164 "notification-url": "https://packagist.org/downloads/",
5165 "license": [
5166 "MIT"
5167 ],
5168 "authors": [
5169 {
5170 "name": "Nelmio",
5171 "homepage": "http://nelm.io"
5172 },
5173 {
5174 "name": "Symfony Community",
5175 "homepage": "https://github.com/nelmio/NelmioCorsBundle/contributors"
5176 }
5177 ],
5178 "description": "Adds CORS (Cross-Origin Resource Sharing) headers support in your Symfony2 application",
5179 "keywords": [
5180 "api",
5181 "cors",
5182 "crossdomain"
5183 ],
5184 "time": "2019-06-17T08:53:14+00:00"
5185 },
5186 {
5187 "name": "ocramius/package-versions",
5188 "version": "1.4.2",
5189 "source": {
5190 "type": "git",
5191 "url": "https://github.com/Ocramius/PackageVersions.git",
5192 "reference": "44af6f3a2e2e04f2af46bcb302ad9600cba41c7d"
5193 },
5194 "dist": {
5195 "type": "zip",
5196 "url": "https://api.github.com/repos/Ocramius/PackageVersions/zipball/44af6f3a2e2e04f2af46bcb302ad9600cba41c7d",
5197 "reference": "44af6f3a2e2e04f2af46bcb302ad9600cba41c7d",
5198 "shasum": ""
5199 },
5200 "require": {
5201 "composer-plugin-api": "^1.0.0",
5202 "php": "^7.1.0"
5203 },
5204 "require-dev": {
5205 "composer/composer": "^1.6.3",
5206 "doctrine/coding-standard": "^5.0.1",
5207 "ext-zip": "*",
5208 "infection/infection": "^0.7.1",
5209 "phpunit/phpunit": "^7.5.17"
5210 },
5211 "type": "composer-plugin",
5212 "extra": {
5213 "class": "PackageVersions\\Installer",
5214 "branch-alias": {
5215 "dev-master": "2.0.x-dev"
5216 }
5217 },
5218 "autoload": {
5219 "psr-4": {
5220 "PackageVersions\\": "src/PackageVersions"
5221 }
5222 },
5223 "notification-url": "https://packagist.org/downloads/",
5224 "license": [
5225 "MIT"
5226 ],
5227 "authors": [
5228 {
5229 "name": "Marco Pivetta",
5230 "email": "ocramius@gmail.com"
5231 }
5232 ],
5233 "description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)",
5234 "time": "2019-11-15T16:17:10+00:00"
5235 },
5236 {
5237 "name": "ocramius/proxy-manager",
5238 "version": "2.1.1",
5239 "source": {
5240 "type": "git",
5241 "url": "https://github.com/Ocramius/ProxyManager.git",
5242 "reference": "e18ac876b2e4819c76349de8f78ccc8ef1554cd7"
5243 },
5244 "dist": {
5245 "type": "zip",
5246 "url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/e18ac876b2e4819c76349de8f78ccc8ef1554cd7",
5247 "reference": "e18ac876b2e4819c76349de8f78ccc8ef1554cd7",
5248 "shasum": ""
5249 },
5250 "require": {
5251 "ocramius/package-versions": "^1.1.1",
5252 "php": "^7.1.0",
5253 "zendframework/zend-code": "^3.1.0"
5254 },
5255 "require-dev": {
5256 "couscous/couscous": "^1.5.2",
5257 "ext-phar": "*",
5258 "humbug/humbug": "dev-master@DEV",
5259 "nikic/php-parser": "^3.0.4",
5260 "phpbench/phpbench": "^0.12.2",
5261 "phpstan/phpstan": "^0.6.4",
5262 "phpunit/phpunit": "^5.6.4",
5263 "phpunit/phpunit-mock-objects": "^3.4.1",
5264 "squizlabs/php_codesniffer": "^2.7.0"
5265 },
5266 "suggest": {
5267 "ocramius/generated-hydrator": "To have very fast object to array to object conversion for ghost objects",
5268 "zendframework/zend-json": "To have the JsonRpc adapter (Remote Object feature)",
5269 "zendframework/zend-soap": "To have the Soap adapter (Remote Object feature)",
5270 "zendframework/zend-xmlrpc": "To have the XmlRpc adapter (Remote Object feature)"
5271 },
5272 "type": "library",
5273 "extra": {
5274 "branch-alias": {
5275 "dev-master": "3.0.x-dev"
5276 }
5277 },
5278 "autoload": {
5279 "psr-0": {
5280 "ProxyManager\\": "src"
5281 }
5282 },
5283 "notification-url": "https://packagist.org/downloads/",
5284 "license": [
5285 "MIT"
5286 ],
5287 "authors": [
5288 {
5289 "name": "Marco Pivetta",
5290 "email": "ocramius@gmail.com",
5291 "homepage": "http://ocramius.github.io/"
5292 }
5293 ],
5294 "description": "A library providing utilities to generate, instantiate and generally operate with Object Proxies",
5295 "homepage": "https://github.com/Ocramius/ProxyManager",
5296 "keywords": [
5297 "aop",
5298 "lazy loading",
5299 "proxy",
5300 "proxy pattern",
5301 "service proxies"
5302 ],
5303 "time": "2017-05-04T11:12:50+00:00"
5304 },
5305 {
5306 "name": "pagerfanta/pagerfanta",
5307 "version": "v2.1.3",
5308 "source": {
5309 "type": "git",
5310 "url": "https://github.com/whiteoctober/Pagerfanta.git",
5311 "reference": "a53ff01d521648d9dbca19b93ac6bc75a59b0972"
5312 },
5313 "dist": {
5314 "type": "zip",
5315 "url": "https://api.github.com/repos/whiteoctober/Pagerfanta/zipball/a53ff01d521648d9dbca19b93ac6bc75a59b0972",
5316 "reference": "a53ff01d521648d9dbca19b93ac6bc75a59b0972",
5317 "shasum": ""
5318 },
5319 "require": {
5320 "php": "^7.0"
5321 },
5322 "require-dev": {
5323 "doctrine/orm": "~2.3",
5324 "doctrine/phpcr-odm": "1.*",
5325 "jackalope/jackalope-doctrine-dbal": "1.*",
5326 "jmikola/geojson": "~1.0",
5327 "mandango/mandango": "~1.0@dev",
5328 "mandango/mondator": "~1.0@dev",
5329 "phpunit/phpunit": "^6.5",
5330 "propel/propel": "~2.0@dev",
5331 "propel/propel1": "~1.6",
5332 "ruflin/elastica": "~1.3",
5333 "solarium/solarium": "~3.1"
5334 },
5335 "suggest": {
5336 "doctrine/mongodb-odm": "To use the DoctrineODMMongoDBAdapter.",
5337 "doctrine/orm": "To use the DoctrineORMAdapter.",
5338 "doctrine/phpcr-odm": "To use the DoctrineODMPhpcrAdapter. >= 1.1.0",
5339 "mandango/mandango": "To use the MandangoAdapter.",
5340 "propel/propel": "To use the Propel2Adapter",
5341 "propel/propel1": "To use the PropelAdapter",
5342 "solarium/solarium": "To use the SolariumAdapter."
5343 },
5344 "type": "library",
5345 "extra": {
5346 "branch-alias": {
5347 "dev-master": "1.0.x-dev"
5348 }
5349 },
5350 "autoload": {
5351 "psr-4": {
5352 "Pagerfanta\\": "src/Pagerfanta/"
5353 }
5354 },
5355 "notification-url": "https://packagist.org/downloads/",
5356 "license": [
5357 "MIT"
5358 ],
5359 "authors": [
5360 {
5361 "name": "Pablo Díez",
5362 "email": "pablodip@gmail.com"
5363 }
5364 ],
5365 "description": "Pagination for PHP",
5366 "keywords": [
5367 "page",
5368 "pagination",
5369 "paginator",
5370 "paging"
5371 ],
5372 "time": "2019-07-17T20:56:16+00:00"
5373 },
5374 {
5375 "name": "paragonie/constant_time_encoding",
5376 "version": "v2.3.0",
5377 "source": {
5378 "type": "git",
5379 "url": "https://github.com/paragonie/constant_time_encoding.git",
5380 "reference": "47a1cedd2e4d52688eb8c96469c05ebc8fd28fa2"
5381 },
5382 "dist": {
5383 "type": "zip",
5384 "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/47a1cedd2e4d52688eb8c96469c05ebc8fd28fa2",
5385 "reference": "47a1cedd2e4d52688eb8c96469c05ebc8fd28fa2",
5386 "shasum": ""
5387 },
5388 "require": {
5389 "php": "^7|^8"
5390 },
5391 "require-dev": {
5392 "phpunit/phpunit": "^6|^7",
5393 "vimeo/psalm": "^1|^2|^3"
5394 },
5395 "type": "library",
5396 "autoload": {
5397 "psr-4": {
5398 "ParagonIE\\ConstantTime\\": "src/"
5399 }
5400 },
5401 "notification-url": "https://packagist.org/downloads/",
5402 "license": [
5403 "MIT"
5404 ],
5405 "authors": [
5406 {
5407 "name": "Paragon Initiative Enterprises",
5408 "email": "security@paragonie.com",
5409 "homepage": "https://paragonie.com",
5410 "role": "Maintainer"
5411 },
5412 {
5413 "name": "Steve 'Sc00bz' Thomas",
5414 "email": "steve@tobtu.com",
5415 "homepage": "https://www.tobtu.com",
5416 "role": "Original Developer"
5417 }
5418 ],
5419 "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
5420 "keywords": [
5421 "base16",
5422 "base32",
5423 "base32_decode",
5424 "base32_encode",
5425 "base64",
5426 "base64_decode",
5427 "base64_encode",
5428 "bin2hex",
5429 "encoding",
5430 "hex",
5431 "hex2bin",
5432 "rfc4648"
5433 ],
5434 "time": "2019-11-06T19:20:29+00:00"
5435 },
5436 {
5437 "name": "paragonie/random_compat",
5438 "version": "v2.0.18",
5439 "source": {
5440 "type": "git",
5441 "url": "https://github.com/paragonie/random_compat.git",
5442 "reference": "0a58ef6e3146256cc3dc7cc393927bcc7d1b72db"
5443 },
5444 "dist": {
5445 "type": "zip",
5446 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/0a58ef6e3146256cc3dc7cc393927bcc7d1b72db",
5447 "reference": "0a58ef6e3146256cc3dc7cc393927bcc7d1b72db",
5448 "shasum": ""
5449 },
5450 "require": {
5451 "php": ">=5.2.0"
5452 },
5453 "require-dev": {
5454 "phpunit/phpunit": "4.*|5.*"
5455 },
5456 "suggest": {
5457 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
5458 },
5459 "type": "library",
5460 "autoload": {
5461 "files": [
5462 "lib/random.php"
5463 ]
5464 },
5465 "notification-url": "https://packagist.org/downloads/",
5466 "license": [
5467 "MIT"
5468 ],
5469 "authors": [
5470 {
5471 "name": "Paragon Initiative Enterprises",
5472 "email": "security@paragonie.com",
5473 "homepage": "https://paragonie.com"
5474 }
5475 ],
5476 "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
5477 "keywords": [
5478 "csprng",
5479 "polyfill",
5480 "pseudorandom",
5481 "random"
5482 ],
5483 "time": "2019-01-03T20:59:08+00:00"
5484 },
5485 {
5486 "name": "php-amqplib/php-amqplib",
5487 "version": "v2.11.0",
5488 "source": {
5489 "type": "git",
5490 "url": "https://github.com/php-amqplib/php-amqplib.git",
5491 "reference": "9ee212baced63442ca1ab029acde38e1144a00b8"
5492 },
5493 "dist": {
5494 "type": "zip",
5495 "url": "https://api.github.com/repos/php-amqplib/php-amqplib/zipball/9ee212baced63442ca1ab029acde38e1144a00b8",
5496 "reference": "9ee212baced63442ca1ab029acde38e1144a00b8",
5497 "shasum": ""
5498 },
5499 "require": {
5500 "ext-mbstring": "*",
5501 "ext-sockets": "*",
5502 "php": ">=5.6.3",
5503 "phpseclib/phpseclib": "^2.0.0"
5504 },
5505 "replace": {
5506 "videlalvaro/php-amqplib": "self.version"
5507 },
5508 "require-dev": {
5509 "ext-curl": "*",
5510 "nategood/httpful": "^0.2.20",
5511 "phpunit/phpunit": "^5.7|^6.5|^7.0",
5512 "squizlabs/php_codesniffer": "^2.5"
5513 },
5514 "type": "library",
5515 "extra": {
5516 "branch-alias": {
5517 "dev-master": "2.11-dev"
5518 }
5519 },
5520 "autoload": {
5521 "psr-4": {
5522 "PhpAmqpLib\\": "PhpAmqpLib/"
5523 }
5524 },
5525 "notification-url": "https://packagist.org/downloads/",
5526 "license": [
5527 "LGPL-2.1-or-later"
5528 ],
5529 "authors": [
5530 {
5531 "name": "Alvaro Videla",
5532 "role": "Original Maintainer"
5533 },
5534 {
5535 "name": "John Kelly",
5536 "email": "johnmkelly86@gmail.com",
5537 "role": "Maintainer"
5538 },
5539 {
5540 "name": "Raúl Araya",
5541 "email": "nubeiro@gmail.com",
5542 "role": "Maintainer"
5543 },
5544 {
5545 "name": "Luke Bakken",
5546 "email": "luke@bakken.io",
5547 "role": "Maintainer"
5548 }
5549 ],
5550 "description": "Formerly videlalvaro/php-amqplib. This library is a pure PHP implementation of the AMQP protocol. It's been tested against RabbitMQ.",
5551 "homepage": "https://github.com/php-amqplib/php-amqplib/",
5552 "keywords": [
5553 "message",
5554 "queue",
5555 "rabbitmq"
5556 ],
5557 "time": "2019-11-19T15:15:19+00:00"
5558 },
5559 {
5560 "name": "php-amqplib/rabbitmq-bundle",
5561 "version": "v1.14.4",
5562 "source": {
5563 "type": "git",
5564 "url": "https://github.com/php-amqplib/RabbitMqBundle.git",
5565 "reference": "cf67adaa4e306d8e9cb6855a72d79263b425ded8"
5566 },
5567 "dist": {
5568 "type": "zip",
5569 "url": "https://api.github.com/repos/php-amqplib/RabbitMqBundle/zipball/cf67adaa4e306d8e9cb6855a72d79263b425ded8",
5570 "reference": "cf67adaa4e306d8e9cb6855a72d79263b425ded8",
5571 "shasum": ""
5572 },
5573 "require": {
5574 "php": "^5.3.9|^7.0",
5575 "php-amqplib/php-amqplib": "^2.6",
5576 "psr/log": "^1.0",
5577 "symfony/config": "^2.7|^3.0|^4.0",
5578 "symfony/console": "^2.7|^3.0|^4.0",
5579 "symfony/dependency-injection": "^2.7|^3.0|^4.0",
5580 "symfony/event-dispatcher": "^2.7|^3.0|^4.0",
5581 "symfony/yaml": "^2.7|^3.0|^4.0"
5582 },
5583 "replace": {
5584 "oldsound/rabbitmq-bundle": "self.version"
5585 },
5586 "require-dev": {
5587 "phpunit/phpunit": "^4.8.35|^5.4.3",
5588 "symfony/debug": "^2.7|^3.0|^4.0",
5589 "symfony/serializer": "^2.7|^3.0|^4.0"
5590 },
5591 "suggest": {
5592 "symfony/framework-bundle": "To use this lib as a full Symfony Bundle and to use the profiler data collector"
5593 },
5594 "type": "symfony-bundle",
5595 "extra": {
5596 "branch-alias": {
5597 "dev-master": "1.10.x-dev"
5598 }
5599 },
5600 "autoload": {
5601 "psr-4": {
5602 "OldSound\\RabbitMqBundle\\": ""
5603 },
5604 "exclude-from-classmap": [
5605 "/Tests/"
5606 ]
5607 },
5608 "notification-url": "https://packagist.org/downloads/",
5609 "license": [
5610 "MIT"
5611 ],
5612 "authors": [
5613 {
5614 "name": "Alvaro Videla"
5615 }
5616 ],
5617 "description": "Integrates php-amqplib with Symfony & RabbitMq. Formerly oldsound/rabbitmq-bundle.",
5618 "keywords": [
5619 "AMQP",
5620 "Symfony2",
5621 "message",
5622 "queue",
5623 "rabbitmq",
5624 "symfony",
5625 "symfony3",
5626 "symfony4"
5627 ],
5628 "time": "2018-05-02T13:12:32+00:00"
5629 },
5630 {
5631 "name": "php-http/client-common",
5632 "version": "2.1.0",
5633 "source": {
5634 "type": "git",
5635 "url": "https://github.com/php-http/client-common.git",
5636 "reference": "a8b29678d61556f45d6236b1667db16d998ceec5"
5637 },
5638 "dist": {
5639 "type": "zip",
5640 "url": "https://api.github.com/repos/php-http/client-common/zipball/a8b29678d61556f45d6236b1667db16d998ceec5",
5641 "reference": "a8b29678d61556f45d6236b1667db16d998ceec5",
5642 "shasum": ""
5643 },
5644 "require": {
5645 "php": "^7.1",
5646 "php-http/httplug": "^2.0",
5647 "php-http/message": "^1.6",
5648 "php-http/message-factory": "^1.0",
5649 "symfony/options-resolver": " ^3.4.20 || ~4.0.15 || ~4.1.9 || ^4.2.1 || ^5.0"
5650 },
5651 "require-dev": {
5652 "doctrine/instantiator": "^1.1",
5653 "guzzlehttp/psr7": "^1.4",
5654 "phpspec/phpspec": "^5.1",
5655 "phpspec/prophecy": "^1.8",
5656 "sebastian/comparator": "^3.0"
5657 },
5658 "suggest": {
5659 "ext-json": "To detect JSON responses with the ContentTypePlugin",
5660 "ext-libxml": "To detect XML responses with the ContentTypePlugin",
5661 "php-http/cache-plugin": "PSR-6 Cache plugin",
5662 "php-http/logger-plugin": "PSR-3 Logger plugin",
5663 "php-http/stopwatch-plugin": "Symfony Stopwatch plugin"
5664 },
5665 "type": "library",
5666 "extra": {
5667 "branch-alias": {
5668 "dev-master": "2.0.x-dev"
5669 }
5670 },
5671 "autoload": {
5672 "psr-4": {
5673 "Http\\Client\\Common\\": "src/"
5674 }
5675 },
5676 "notification-url": "https://packagist.org/downloads/",
5677 "license": [
5678 "MIT"
5679 ],
5680 "authors": [
5681 {
5682 "name": "Márk Sági-Kazár",
5683 "email": "mark.sagikazar@gmail.com"
5684 }
5685 ],
5686 "description": "Common HTTP Client implementations and tools for HTTPlug",
5687 "homepage": "http://httplug.io",
5688 "keywords": [
5689 "client",
5690 "common",
5691 "http",
5692 "httplug"
5693 ],
5694 "time": "2019-11-18T08:58:18+00:00"
5695 },
5696 {
5697 "name": "php-http/curl-client",
5698 "version": "2.1.0",
5699 "source": {
5700 "type": "git",
5701 "url": "https://github.com/php-http/curl-client.git",
5702 "reference": "9e79355af46d72e10da50be20b66f74b26143441"
5703 },
5704 "dist": {
5705 "type": "zip",
5706 "url": "https://api.github.com/repos/php-http/curl-client/zipball/9e79355af46d72e10da50be20b66f74b26143441",
5707 "reference": "9e79355af46d72e10da50be20b66f74b26143441",
5708 "shasum": ""
5709 },
5710 "require": {
5711 "ext-curl": "*",
5712 "php": "^7.1",
5713 "php-http/discovery": "^1.6",
5714 "php-http/httplug": "^2.0",
5715 "php-http/message": "^1.2",
5716 "psr/http-client": "^1.0",
5717 "psr/http-factory": "^1.0",
5718 "symfony/options-resolver": "^3.4 || ^4.0 || ^5.0"
5719 },
5720 "provide": {
5721 "php-http/async-client-implementation": "1.0",
5722 "php-http/client-implementation": "1.0",
5723 "psr/http-client-implementation": "1.0"
5724 },
5725 "require-dev": {
5726 "guzzlehttp/psr7": "^1.0",
5727 "php-http/client-integration-tests": "^2.0",
5728 "phpunit/phpunit": "^7.5",
5729 "zendframework/zend-diactoros": "^2.0"
5730 },
5731 "type": "library",
5732 "extra": {
5733 "branch-alias": {
5734 "dev-master": "2.x-dev"
5735 }
5736 },
5737 "autoload": {
5738 "psr-4": {
5739 "Http\\Client\\Curl\\": "src/"
5740 }
5741 },
5742 "notification-url": "https://packagist.org/downloads/",
5743 "license": [
5744 "MIT"
5745 ],
5746 "authors": [
5747 {
5748 "name": "Михаил Красильников",
5749 "email": "m.krasilnikov@yandex.ru"
5750 }
5751 ],
5752 "description": "PSR-18 and HTTPlug Async client with cURL",
5753 "homepage": "http://php-http.org",
5754 "keywords": [
5755 "curl",
5756 "http",
5757 "psr-18"
5758 ],
5759 "time": "2019-12-27T11:02:07+00:00"
5760 },
5761 {
5762 "name": "php-http/discovery",
5763 "version": "1.7.4",
5764 "source": {
5765 "type": "git",
5766 "url": "https://github.com/php-http/discovery.git",
5767 "reference": "82dbef649ccffd8e4f22e1953c3a5265992b83c0"
5768 },
5769 "dist": {
5770 "type": "zip",
5771 "url": "https://api.github.com/repos/php-http/discovery/zipball/82dbef649ccffd8e4f22e1953c3a5265992b83c0",
5772 "reference": "82dbef649ccffd8e4f22e1953c3a5265992b83c0",
5773 "shasum": ""
5774 },
5775 "require": {
5776 "php": "^7.1"
5777 },
5778 "conflict": {
5779 "nyholm/psr7": "<1.0"
5780 },
5781 "require-dev": {
5782 "akeneo/phpspec-skip-example-extension": "^4.0",
5783 "php-http/httplug": "^1.0 || ^2.0",
5784 "php-http/message-factory": "^1.0",
5785 "phpspec/phpspec": "^5.1",
5786 "puli/composer-plugin": "1.0.0-beta10"
5787 },
5788 "suggest": {
5789 "php-http/message": "Allow to use Guzzle, Diactoros or Slim Framework factories",
5790 "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."
5791 },
5792 "type": "library",
5793 "extra": {
5794 "branch-alias": {
5795 "dev-master": "1.7-dev"
5796 }
5797 },
5798 "autoload": {
5799 "psr-4": {
5800 "Http\\Discovery\\": "src/"
5801 }
5802 },
5803 "notification-url": "https://packagist.org/downloads/",
5804 "license": [
5805 "MIT"
5806 ],
5807 "authors": [
5808 {
5809 "name": "Márk Sági-Kazár",
5810 "email": "mark.sagikazar@gmail.com"
5811 }
5812 ],
5813 "description": "Finds installed HTTPlug implementations and PSR-7 message factories",
5814 "homepage": "http://php-http.org",
5815 "keywords": [
5816 "adapter",
5817 "client",
5818 "discovery",
5819 "factory",
5820 "http",
5821 "message",
5822 "psr7"
5823 ],
5824 "time": "2020-01-03T11:25:47+00:00"
5825 },
5826 {
5827 "name": "php-http/guzzle5-adapter",
5828 "version": "2.0.0",
5829 "source": {
5830 "type": "git",
5831 "url": "https://github.com/php-http/guzzle5-adapter.git",
5832 "reference": "cce48360b1f8a3467bd94e853e6107aa4532008e"
5833 },
5834 "dist": {
5835 "type": "zip",
5836 "url": "https://api.github.com/repos/php-http/guzzle5-adapter/zipball/cce48360b1f8a3467bd94e853e6107aa4532008e",
5837 "reference": "cce48360b1f8a3467bd94e853e6107aa4532008e",
5838 "shasum": ""
5839 },
5840 "require": {
5841 "guzzlehttp/guzzle": "^5.1",
5842 "php": "^7.0",
5843 "php-http/discovery": "^1.0",
5844 "php-http/httplug": "^2.0"
5845 },
5846 "provide": {
5847 "php-http/client-implementation": "1.0",
5848 "psr/http-client-implementation": "1.0"
5849 },
5850 "require-dev": {
5851 "ext-curl": "*",
5852 "guzzlehttp/ringphp": "^1.1",
5853 "php-http/client-integration-tests": "^2.0",
5854 "phpunit/phpunit": "^6.0 || ^7.0"
5855 },
5856 "type": "library",
5857 "extra": {
5858 "branch-alias": {
5859 "dev-master": "2.0-dev"
5860 }
5861 },
5862 "autoload": {
5863 "psr-4": {
5864 "Http\\Adapter\\Guzzle5\\": "src/"
5865 }
5866 },
5867 "notification-url": "https://packagist.org/downloads/",
5868 "license": [
5869 "MIT"
5870 ],
5871 "authors": [
5872 {
5873 "name": "Eric GELOEN",
5874 "email": "geloen.eric@gmail.com"
5875 },
5876 {
5877 "name": "Márk Sági-Kazár",
5878 "email": "mark.sagikazar@gmail.com"
5879 }
5880 ],
5881 "description": "Guzzle 5 HTTP Adapter",
5882 "homepage": "http://httplug.io",
5883 "keywords": [
5884 "Guzzle",
5885 "http"
5886 ],
5887 "time": "2019-02-05T12:28:45+00:00"
5888 },
5889 {
5890 "name": "php-http/httplug",
5891 "version": "2.1.0",
5892 "source": {
5893 "type": "git",
5894 "url": "https://github.com/php-http/httplug.git",
5895 "reference": "72d2b129a48f0490d55b7f89be0d6aa0597ffb06"
5896 },
5897 "dist": {
5898 "type": "zip",
5899 "url": "https://api.github.com/repos/php-http/httplug/zipball/72d2b129a48f0490d55b7f89be0d6aa0597ffb06",
5900 "reference": "72d2b129a48f0490d55b7f89be0d6aa0597ffb06",
5901 "shasum": ""
5902 },
5903 "require": {
5904 "php": "^7.0",
5905 "php-http/promise": "^1.0",
5906 "psr/http-client": "^1.0",
5907 "psr/http-message": "^1.0"
5908 },
5909 "require-dev": {
5910 "friends-of-phpspec/phpspec-code-coverage": "^4.1",
5911 "phpspec/phpspec": "^4.3.4|^5.0|^6.0"
5912 },
5913 "type": "library",
5914 "extra": {
5915 "branch-alias": {
5916 "dev-master": "2.x-dev"
5917 }
5918 },
5919 "autoload": {
5920 "psr-4": {
5921 "Http\\Client\\": "src/"
5922 }
5923 },
5924 "notification-url": "https://packagist.org/downloads/",
5925 "license": [
5926 "MIT"
5927 ],
5928 "authors": [
5929 {
5930 "name": "Eric GELOEN",
5931 "email": "geloen.eric@gmail.com"
5932 },
5933 {
5934 "name": "Márk Sági-Kazár",
5935 "email": "mark.sagikazar@gmail.com"
5936 }
5937 ],
5938 "description": "HTTPlug, the HTTP client abstraction for PHP",
5939 "homepage": "http://httplug.io",
5940 "keywords": [
5941 "client",
5942 "http"
5943 ],
5944 "time": "2019-12-27T10:07:11+00:00"
5945 },
5946 {
5947 "name": "php-http/httplug-bundle",
5948 "version": "1.16.0",
5949 "source": {
5950 "type": "git",
5951 "url": "https://github.com/php-http/HttplugBundle.git",
5952 "reference": "5044b655fcd3a43243383cd692a6bb6cd18af24f"
5953 },
5954 "dist": {
5955 "type": "zip",
5956 "url": "https://api.github.com/repos/php-http/HttplugBundle/zipball/5044b655fcd3a43243383cd692a6bb6cd18af24f",
5957 "reference": "5044b655fcd3a43243383cd692a6bb6cd18af24f",
5958 "shasum": ""
5959 },
5960 "require": {
5961 "php": "^7.1",
5962 "php-http/client-common": "^1.9 || ^2.0",
5963 "php-http/client-implementation": "^1.0",
5964 "php-http/discovery": "^1.0",
5965 "php-http/httplug": "^1.0 || ^2.0",
5966 "php-http/logger-plugin": "^1.1",
5967 "php-http/message": "^1.4",
5968 "php-http/message-factory": "^1.0.2",
5969 "php-http/stopwatch-plugin": "^1.2",
5970 "psr/http-message": "^1.0",
5971 "symfony/config": "^3.4.20 || ^4.2.1",
5972 "symfony/dependency-injection": "^3.4.20 || ^4.2.1",
5973 "symfony/event-dispatcher": "^3.4.20 || ^4.2.1",
5974 "symfony/http-kernel": "^3.4.20 || ^4.2.1",
5975 "symfony/options-resolver": "^3.4.20 || ^4.2.1"
5976 },
5977 "conflict": {
5978 "php-http/curl-client": "<2.0",
5979 "php-http/guzzle6-adapter": "<1.1"
5980 },
5981 "require-dev": {
5982 "guzzlehttp/psr7": "^1.0",
5983 "matthiasnoback/symfony-dependency-injection-test": "^3.0",
5984 "nyholm/nsa": "^1.1",
5985 "php-http/cache-plugin": "^1.6",
5986 "php-http/guzzle6-adapter": "^1.1.1 || ^2.0.1",
5987 "php-http/mock-client": "^1.2",
5988 "php-http/promise": "^1.0",
5989 "polishsymfonycommunity/symfony-mocker-container": "^1.0",
5990 "symfony/browser-kit": "^3.4.20 || ^4.2.1",
5991 "symfony/cache": "^3.4.20 || ^4.2.1",
5992 "symfony/dom-crawler": "^3.4.20 || ^4.2.1",
5993 "symfony/framework-bundle": "^3.4.0 || ^4.2",
5994 "symfony/http-foundation": "^3.4.20 || ^4.2.1",
5995 "symfony/phpunit-bridge": "^3.4 || ^4.2",
5996 "symfony/stopwatch": "^3.4.20 || ^4.2.1",
5997 "symfony/twig-bundle": "^3.4.20 || ^4.2.1",
5998 "symfony/web-profiler-bundle": "^3.4.20 || ^4.2.1",
5999 "twig/twig": "^1.36 || ^2.6"
6000 },
6001 "suggest": {
6002 "php-http/cache-plugin": "To configure clients that cache responses",
6003 "php-http/mock-client": "Add this to your require-dev section to mock HTTP responses easily",
6004 "twig/twig": "Add this to your require-dev section when using the WebProfilerBundle"
6005 },
6006 "type": "symfony-bundle",
6007 "extra": {
6008 "branch-alias": {
6009 "dev-master": "1.x-dev"
6010 }
6011 },
6012 "autoload": {
6013 "psr-4": {
6014 "Http\\HttplugBundle\\": "src/"
6015 },
6016 "exclude-from-classmap": [
6017 "/Tests/Resources/MyPsr18TestClient.php"
6018 ]
6019 },
6020 "notification-url": "https://packagist.org/downloads/",
6021 "license": [
6022 "MIT"
6023 ],
6024 "authors": [
6025 {
6026 "name": "David Buchmann",
6027 "email": "mail@davidbu.ch"
6028 },
6029 {
6030 "name": "Tobias Nyholm",
6031 "email": "tobias.nyholm@gmail.com"
6032 }
6033 ],
6034 "description": "Symfony integration for HTTPlug",
6035 "homepage": "http://httplug.io",
6036 "keywords": [
6037 "adapter",
6038 "bundle",
6039 "discovery",
6040 "factory",
6041 "http",
6042 "httplug",
6043 "message",
6044 "php-http"
6045 ],
6046 "time": "2019-06-05T12:03:16+00:00"
6047 },
6048 {
6049 "name": "php-http/logger-plugin",
6050 "version": "1.1.0",
6051 "source": {
6052 "type": "git",
6053 "url": "https://github.com/php-http/logger-plugin.git",
6054 "reference": "c1c6e90717ce350319b7b8bc489f1db35bb523fd"
6055 },
6056 "dist": {
6057 "type": "zip",
6058 "url": "https://api.github.com/repos/php-http/logger-plugin/zipball/c1c6e90717ce350319b7b8bc489f1db35bb523fd",
6059 "reference": "c1c6e90717ce350319b7b8bc489f1db35bb523fd",
6060 "shasum": ""
6061 },
6062 "require": {
6063 "php": "^5.4 || ^7.0",
6064 "php-http/client-common": "^1.9 || ^2.0",
6065 "php-http/message": "^1.0",
6066 "psr/log": "^1.0"
6067 },
6068 "require-dev": {
6069 "henrikbjorn/phpspec-code-coverage": "^1.0",
6070 "phpspec/phpspec": "^2.5"
6071 },
6072 "type": "library",
6073 "extra": {
6074 "branch-alias": {
6075 "dev-master": "1.1-dev"
6076 }
6077 },
6078 "autoload": {
6079 "psr-4": {
6080 "Http\\Client\\Common\\Plugin\\": "src/"
6081 }
6082 },
6083 "notification-url": "https://packagist.org/downloads/",
6084 "license": [
6085 "MIT"
6086 ],
6087 "authors": [
6088 {
6089 "name": "Márk Sági-Kazár",
6090 "email": "mark.sagikazar@gmail.com"
6091 }
6092 ],
6093 "description": "PSR-3 Logger plugin for HTTPlug",
6094 "homepage": "http://httplug.io",
6095 "keywords": [
6096 "http",
6097 "httplug",
6098 "logger",
6099 "plugin"
6100 ],
6101 "time": "2019-01-30T11:48:21+00:00"
6102 },
6103 {
6104 "name": "php-http/message",
6105 "version": "1.8.0",
6106 "source": {
6107 "type": "git",
6108 "url": "https://github.com/php-http/message.git",
6109 "reference": "ce8f43ac1e294b54aabf5808515c3554a19c1e1c"
6110 },
6111 "dist": {
6112 "type": "zip",
6113 "url": "https://api.github.com/repos/php-http/message/zipball/ce8f43ac1e294b54aabf5808515c3554a19c1e1c",
6114 "reference": "ce8f43ac1e294b54aabf5808515c3554a19c1e1c",
6115 "shasum": ""
6116 },
6117 "require": {
6118 "clue/stream-filter": "^1.4",
6119 "php": "^7.1",
6120 "php-http/message-factory": "^1.0.2",
6121 "psr/http-message": "^1.0"
6122 },
6123 "provide": {
6124 "php-http/message-factory-implementation": "1.0"
6125 },
6126 "require-dev": {
6127 "akeneo/phpspec-skip-example-extension": "^1.0",
6128 "coduo/phpspec-data-provider-extension": "^1.0",
6129 "ext-zlib": "*",
6130 "guzzlehttp/psr7": "^1.0",
6131 "henrikbjorn/phpspec-code-coverage": "^1.0",
6132 "phpspec/phpspec": "^2.4",
6133 "slim/slim": "^3.0",
6134 "zendframework/zend-diactoros": "^1.0"
6135 },
6136 "suggest": {
6137 "ext-zlib": "Used with compressor/decompressor streams",
6138 "guzzlehttp/psr7": "Used with Guzzle PSR-7 Factories",
6139 "slim/slim": "Used with Slim Framework PSR-7 implementation",
6140 "zendframework/zend-diactoros": "Used with Diactoros Factories"
6141 },
6142 "type": "library",
6143 "extra": {
6144 "branch-alias": {
6145 "dev-master": "1.8-dev"
6146 }
6147 },
6148 "autoload": {
6149 "psr-4": {
6150 "Http\\Message\\": "src/"
6151 },
6152 "files": [
6153 "src/filters.php"
6154 ]
6155 },
6156 "notification-url": "https://packagist.org/downloads/",
6157 "license": [
6158 "MIT"
6159 ],
6160 "authors": [
6161 {
6162 "name": "Márk Sági-Kazár",
6163 "email": "mark.sagikazar@gmail.com"
6164 }
6165 ],
6166 "description": "HTTP Message related tools",
6167 "homepage": "http://php-http.org",
6168 "keywords": [
6169 "http",
6170 "message",
6171 "psr-7"
6172 ],
6173 "time": "2019-08-05T06:55:08+00:00"
6174 },
6175 {
6176 "name": "php-http/message-factory",
6177 "version": "v1.0.2",
6178 "source": {
6179 "type": "git",
6180 "url": "https://github.com/php-http/message-factory.git",
6181 "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1"
6182 },
6183 "dist": {
6184 "type": "zip",
6185 "url": "https://api.github.com/repos/php-http/message-factory/zipball/a478cb11f66a6ac48d8954216cfed9aa06a501a1",
6186 "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1",
6187 "shasum": ""
6188 },
6189 "require": {
6190 "php": ">=5.4",
6191 "psr/http-message": "^1.0"
6192 },
6193 "type": "library",
6194 "extra": {
6195 "branch-alias": {
6196 "dev-master": "1.0-dev"
6197 }
6198 },
6199 "autoload": {
6200 "psr-4": {
6201 "Http\\Message\\": "src/"
6202 }
6203 },
6204 "notification-url": "https://packagist.org/downloads/",
6205 "license": [
6206 "MIT"
6207 ],
6208 "authors": [
6209 {
6210 "name": "Márk Sági-Kazár",
6211 "email": "mark.sagikazar@gmail.com"
6212 }
6213 ],
6214 "description": "Factory interfaces for PSR-7 HTTP Message",
6215 "homepage": "http://php-http.org",
6216 "keywords": [
6217 "factory",
6218 "http",
6219 "message",
6220 "stream",
6221 "uri"
6222 ],
6223 "time": "2015-12-19T14:08:53+00:00"
6224 },
6225 {
6226 "name": "php-http/promise",
6227 "version": "v1.0.0",
6228 "source": {
6229 "type": "git",
6230 "url": "https://github.com/php-http/promise.git",
6231 "reference": "dc494cdc9d7160b9a09bd5573272195242ce7980"
6232 },
6233 "dist": {
6234 "type": "zip",
6235 "url": "https://api.github.com/repos/php-http/promise/zipball/dc494cdc9d7160b9a09bd5573272195242ce7980",
6236 "reference": "dc494cdc9d7160b9a09bd5573272195242ce7980",
6237 "shasum": ""
6238 },
6239 "require-dev": {
6240 "henrikbjorn/phpspec-code-coverage": "^1.0",
6241 "phpspec/phpspec": "^2.4"
6242 },
6243 "type": "library",
6244 "extra": {
6245 "branch-alias": {
6246 "dev-master": "1.1-dev"
6247 }
6248 },
6249 "autoload": {
6250 "psr-4": {
6251 "Http\\Promise\\": "src/"
6252 }
6253 },
6254 "notification-url": "https://packagist.org/downloads/",
6255 "license": [
6256 "MIT"
6257 ],
6258 "authors": [
6259 {
6260 "name": "Márk Sági-Kazár",
6261 "email": "mark.sagikazar@gmail.com"
6262 },
6263 {
6264 "name": "Joel Wurtz",
6265 "email": "joel.wurtz@gmail.com"
6266 }
6267 ],
6268 "description": "Promise used for asynchronous HTTP requests",
6269 "homepage": "http://httplug.io",
6270 "keywords": [
6271 "promise"
6272 ],
6273 "time": "2016-01-26T13:27:02+00:00"
6274 },
6275 {
6276 "name": "php-http/stopwatch-plugin",
6277 "version": "1.3.0",
6278 "source": {
6279 "type": "git",
6280 "url": "https://github.com/php-http/stopwatch-plugin.git",
6281 "reference": "de6f39c96f57c60a43d535e27122de505e683f98"
6282 },
6283 "dist": {
6284 "type": "zip",
6285 "url": "https://api.github.com/repos/php-http/stopwatch-plugin/zipball/de6f39c96f57c60a43d535e27122de505e683f98",
6286 "reference": "de6f39c96f57c60a43d535e27122de505e683f98",
6287 "shasum": ""
6288 },
6289 "require": {
6290 "php": "^7.1",
6291 "php-http/client-common": "^1.9 || ^2.0",
6292 "symfony/stopwatch": "^3.4 || ^4.0 || ^5.0"
6293 },
6294 "require-dev": {
6295 "phpspec/phpspec": "^2.5 || ^3.0 || ^4.0"
6296 },
6297 "type": "library",
6298 "extra": {
6299 "branch-alias": {
6300 "dev-master": "1.3-dev"
6301 }
6302 },
6303 "autoload": {
6304 "psr-4": {
6305 "Http\\Client\\Common\\Plugin\\": "src/"
6306 }
6307 },
6308 "notification-url": "https://packagist.org/downloads/",
6309 "license": [
6310 "MIT"
6311 ],
6312 "authors": [
6313 {
6314 "name": "Márk Sági-Kazár",
6315 "email": "mark.sagikazar@gmail.com"
6316 }
6317 ],
6318 "description": "Symfony Stopwatch plugin for HTTPlug",
6319 "homepage": "http://httplug.io",
6320 "keywords": [
6321 "http",
6322 "httplug",
6323 "plugin",
6324 "stopwatch"
6325 ],
6326 "time": "2019-11-18T08:10:48+00:00"
6327 },
6328 {
6329 "name": "phpcollection/phpcollection",
6330 "version": "0.5.0",
6331 "source": {
6332 "type": "git",
6333 "url": "https://github.com/schmittjoh/php-collection.git",
6334 "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6"
6335 },
6336 "dist": {
6337 "type": "zip",
6338 "url": "https://api.github.com/repos/schmittjoh/php-collection/zipball/f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6",
6339 "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6",
6340 "shasum": ""
6341 },
6342 "require": {
6343 "phpoption/phpoption": "1.*"
6344 },
6345 "type": "library",
6346 "extra": {
6347 "branch-alias": {
6348 "dev-master": "0.4-dev"
6349 }
6350 },
6351 "autoload": {
6352 "psr-0": {
6353 "PhpCollection": "src/"
6354 }
6355 },
6356 "notification-url": "https://packagist.org/downloads/",
6357 "license": [
6358 "Apache2"
6359 ],
6360 "authors": [
6361 {
6362 "name": "Johannes M. Schmitt",
6363 "email": "schmittjoh@gmail.com"
6364 }
6365 ],
6366 "description": "General-Purpose Collection Library for PHP",
6367 "keywords": [
6368 "collection",
6369 "list",
6370 "map",
6371 "sequence",
6372 "set"
6373 ],
6374 "time": "2015-05-17T12:39:23+00:00"
6375 },
6376 {
6377 "name": "phpoption/phpoption",
6378 "version": "1.7.2",
6379 "source": {
6380 "type": "git",
6381 "url": "https://github.com/schmittjoh/php-option.git",
6382 "reference": "77f7c4d2e65413aff5b5a8cc8b3caf7a28d81959"
6383 },
6384 "dist": {
6385 "type": "zip",
6386 "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/77f7c4d2e65413aff5b5a8cc8b3caf7a28d81959",
6387 "reference": "77f7c4d2e65413aff5b5a8cc8b3caf7a28d81959",
6388 "shasum": ""
6389 },
6390 "require": {
6391 "php": "^5.5.9 || ^7.0"
6392 },
6393 "require-dev": {
6394 "bamarni/composer-bin-plugin": "^1.3",
6395 "phpunit/phpunit": "^4.8.35 || ^5.0 || ^6.0 || ^7.0"
6396 },
6397 "type": "library",
6398 "extra": {
6399 "branch-alias": {
6400 "dev-master": "1.7-dev"
6401 }
6402 },
6403 "autoload": {
6404 "psr-4": {
6405 "PhpOption\\": "src/PhpOption/"
6406 }
6407 },
6408 "notification-url": "https://packagist.org/downloads/",
6409 "license": [
6410 "Apache-2.0"
6411 ],
6412 "authors": [
6413 {
6414 "name": "Johannes M. Schmitt",
6415 "email": "schmittjoh@gmail.com"
6416 },
6417 {
6418 "name": "Graham Campbell",
6419 "email": "graham@alt-three.com"
6420 }
6421 ],
6422 "description": "Option Type for PHP",
6423 "keywords": [
6424 "language",
6425 "option",
6426 "php",
6427 "type"
6428 ],
6429 "time": "2019-12-15T19:35:24+00:00"
6430 },
6431 {
6432 "name": "phpseclib/phpseclib",
6433 "version": "2.0.23",
6434 "source": {
6435 "type": "git",
6436 "url": "https://github.com/phpseclib/phpseclib.git",
6437 "reference": "c78eb5058d5bb1a183133c36d4ba5b6675dfa099"
6438 },
6439 "dist": {
6440 "type": "zip",
6441 "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/c78eb5058d5bb1a183133c36d4ba5b6675dfa099",
6442 "reference": "c78eb5058d5bb1a183133c36d4ba5b6675dfa099",
6443 "shasum": ""
6444 },
6445 "require": {
6446 "php": ">=5.3.3"
6447 },
6448 "require-dev": {
6449 "phing/phing": "~2.7",
6450 "phpunit/phpunit": "^4.8.35|^5.7|^6.0",
6451 "sami/sami": "~2.0",
6452 "squizlabs/php_codesniffer": "~2.0"
6453 },
6454 "suggest": {
6455 "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
6456 "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
6457 "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
6458 "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
6459 },
6460 "type": "library",
6461 "autoload": {
6462 "files": [
6463 "phpseclib/bootstrap.php"
6464 ],
6465 "psr-4": {
6466 "phpseclib\\": "phpseclib/"
6467 }
6468 },
6469 "notification-url": "https://packagist.org/downloads/",
6470 "license": [
6471 "MIT"
6472 ],
6473 "authors": [
6474 {
6475 "name": "Jim Wigginton",
6476 "email": "terrafrost@php.net",
6477 "role": "Lead Developer"
6478 },
6479 {
6480 "name": "Patrick Monnerat",
6481 "email": "pm@datasphere.ch",
6482 "role": "Developer"
6483 },
6484 {
6485 "name": "Andreas Fischer",
6486 "email": "bantu@phpbb.com",
6487 "role": "Developer"
6488 },
6489 {
6490 "name": "Hans-Jürgen Petrich",
6491 "email": "petrich@tronic-media.com",
6492 "role": "Developer"
6493 },
6494 {
6495 "name": "Graham Campbell",
6496 "email": "graham@alt-three.com",
6497 "role": "Developer"
6498 }
6499 ],
6500 "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
6501 "homepage": "http://phpseclib.sourceforge.net",
6502 "keywords": [
6503 "BigInteger",
6504 "aes",
6505 "asn.1",
6506 "asn1",
6507 "blowfish",
6508 "crypto",
6509 "cryptography",
6510 "encryption",
6511 "rsa",
6512 "security",
6513 "sftp",
6514 "signature",
6515 "signing",
6516 "ssh",
6517 "twofish",
6518 "x.509",
6519 "x509"
6520 ],
6521 "time": "2019-09-17T03:41:22+00:00"
6522 },
6523 {
6524 "name": "phpzip/phpzip",
6525 "version": "2.0.8",
6526 "source": {
6527 "type": "git",
6528 "url": "https://github.com/Grandt/PHPZip.git",
6529 "reference": "936f93d656f68e29c231a39e19fd59a636fe7e47"
6530 },
6531 "dist": {
6532 "type": "zip",
6533 "url": "https://api.github.com/repos/Grandt/PHPZip/zipball/936f93d656f68e29c231a39e19fd59a636fe7e47",
6534 "reference": "936f93d656f68e29c231a39e19fd59a636fe7e47",
6535 "shasum": ""
6536 },
6537 "require": {
6538 "grandt/binstring": ">=1.0.0",
6539 "grandt/phpzipmerge": ">=1.0.4",
6540 "grandt/relativepath": ">=1.0.2",
6541 "php": ">=5.3.0"
6542 },
6543 "type": "library",
6544 "autoload": {
6545 "psr-4": {
6546 "PHPZip\\Zip\\": "src/Zip"
6547 }
6548 },
6549 "notification-url": "https://packagist.org/downloads/",
6550 "license": [
6551 "LGPL-2.1"
6552 ],
6553 "authors": [
6554 {
6555 "name": "Adam Schmalhofer",
6556 "email": "Adam.Schmalhofer@gmx.de",
6557 "role": "Developer"
6558 },
6559 {
6560 "name": "A. Grandt",
6561 "email": "php@grandt.com",
6562 "homepage": "http://grandt.com",
6563 "role": "Developer"
6564 },
6565 {
6566 "name": "Greg Kappatos",
6567 "homepage": "http://websiteconnect.com.au",
6568 "role": "Developer"
6569 }
6570 ],
6571 "description": "Package to create and stream archives of compressed files in ZIP format with PHP 5.3+",
6572 "homepage": "https://github.com/Grandt/PHPZip",
6573 "keywords": [
6574 "archive",
6575 "compressed",
6576 "compression",
6577 "phpzip",
6578 "pkzip",
6579 "stream",
6580 "zip"
6581 ],
6582 "time": "2015-11-16T16:30:51+00:00"
6583 },
6584 {
6585 "name": "pragmarx/random",
6586 "version": "v0.2.2",
6587 "source": {
6588 "type": "git",
6589 "url": "https://github.com/antonioribeiro/random.git",
6590 "reference": "daf08a189c5d2d40d1a827db46364d3a741a51b7"
6591 },
6592 "dist": {
6593 "type": "zip",
6594 "url": "https://api.github.com/repos/antonioribeiro/random/zipball/daf08a189c5d2d40d1a827db46364d3a741a51b7",
6595 "reference": "daf08a189c5d2d40d1a827db46364d3a741a51b7",
6596 "shasum": ""
6597 },
6598 "require": {
6599 "php": ">=7.0"
6600 },
6601 "require-dev": {
6602 "fzaninotto/faker": "~1.7",
6603 "phpunit/phpunit": "~6.4",
6604 "pragmarx/trivia": "~0.1",
6605 "squizlabs/php_codesniffer": "^2.3"
6606 },
6607 "suggest": {
6608 "fzaninotto/faker": "Allows you to get dozens of randomized types",
6609 "pragmarx/trivia": "For the trivia database"
6610 },
6611 "type": "library",
6612 "extra": {
6613 "branch-alias": {
6614 "dev-master": "1.0-dev"
6615 }
6616 },
6617 "autoload": {
6618 "psr-4": {
6619 "PragmaRX\\Random\\": "src"
6620 }
6621 },
6622 "notification-url": "https://packagist.org/downloads/",
6623 "license": [
6624 "MIT"
6625 ],
6626 "authors": [
6627 {
6628 "name": "Antonio Carlos Ribeiro",
6629 "email": "acr@antoniocarlosribeiro.com",
6630 "homepage": "https://antoniocarlosribeiro.com",
6631 "role": "Developer"
6632 }
6633 ],
6634 "description": "Create random chars, numbers, strings",
6635 "homepage": "https://github.com/antonioribeiro/random",
6636 "keywords": [
6637 "Randomize",
6638 "faker",
6639 "pragmarx",
6640 "random",
6641 "random number",
6642 "random pattern",
6643 "random string"
6644 ],
6645 "time": "2017-11-21T05:26:22+00:00"
6646 },
6647 {
6648 "name": "pragmarx/recovery",
6649 "version": "v0.1.0",
6650 "source": {
6651 "type": "git",
6652 "url": "https://github.com/antonioribeiro/recovery.git",
6653 "reference": "e16573a1ae5345cc3b100eec6d0296a1a15a90fe"
6654 },
6655 "dist": {
6656 "type": "zip",
6657 "url": "https://api.github.com/repos/antonioribeiro/recovery/zipball/e16573a1ae5345cc3b100eec6d0296a1a15a90fe",
6658 "reference": "e16573a1ae5345cc3b100eec6d0296a1a15a90fe",
6659 "shasum": ""
6660 },
6661 "require": {
6662 "php": "~7.0",
6663 "pragmarx/random": "~0.1"
6664 },
6665 "require-dev": {
6666 "phpunit/phpunit": ">=5.4.3",
6667 "squizlabs/php_codesniffer": "^2.3",
6668 "tightenco/collect": "^5"
6669 },
6670 "suggest": {
6671 "tightenco/collect": "Allows to generate recovery codes as collections"
6672 },
6673 "type": "library",
6674 "extra": {
6675 "branch-alias": {
6676 "dev-master": "1.0-dev"
6677 }
6678 },
6679 "autoload": {
6680 "psr-4": {
6681 "PragmaRX\\Recovery\\": "src"
6682 }
6683 },
6684 "notification-url": "https://packagist.org/downloads/",
6685 "license": [
6686 "MIT"
6687 ],
6688 "authors": [
6689 {
6690 "name": "Antonio Carlos Ribeiro",
6691 "email": "acr@antoniocarlosribeiro.com",
6692 "homepage": "https://antoniocarlosribeiro.com",
6693 "role": "Developer"
6694 }
6695 ],
6696 "description": "Create recovery codes for two factor auth",
6697 "homepage": "https://github.com/antonioribeiro/recovery",
6698 "keywords": [
6699 "2fa",
6700 "account recovery",
6701 "auth",
6702 "backup codes",
6703 "google2fa",
6704 "pragmarx",
6705 "recovery",
6706 "recovery codes",
6707 "two factor auth"
6708 ],
6709 "time": "2017-09-19T16:58:00+00:00"
6710 },
6711 {
6712 "name": "predis/predis",
6713 "version": "v1.1.x-dev",
6714 "source": {
6715 "type": "git",
6716 "url": "https://github.com/nrk/predis.git",
6717 "reference": "111d100ee389d624036b46b35ed0c9ac59c71313"
6718 },
6719 "dist": {
6720 "type": "zip",
6721 "url": "https://api.github.com/repos/nrk/predis/zipball/111d100ee389d624036b46b35ed0c9ac59c71313",
6722 "reference": "111d100ee389d624036b46b35ed0c9ac59c71313",
6723 "shasum": ""
6724 },
6725 "require": {
6726 "php": ">=5.3.9"
6727 },
6728 "require-dev": {
6729 "phpunit/phpunit": "~4.8"
6730 },
6731 "suggest": {
6732 "ext-curl": "Allows access to Webdis when paired with phpiredis",
6733 "ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol"
6734 },
6735 "type": "library",
6736 "autoload": {
6737 "psr-4": {
6738 "Predis\\": "src/"
6739 }
6740 },
6741 "notification-url": "https://packagist.org/downloads/",
6742 "license": [
6743 "MIT"
6744 ],
6745 "authors": [
6746 {
6747 "name": "Daniele Alessandri",
6748 "email": "suppakilla@gmail.com",
6749 "homepage": "http://clorophilla.net"
6750 }
6751 ],
6752 "description": "Flexible and feature-complete Redis client for PHP and HHVM",
6753 "homepage": "http://github.com/nrk/predis",
6754 "keywords": [
6755 "nosql",
6756 "predis",
6757 "redis"
6758 ],
6759 "time": "2017-07-12T14:39:17+00:00"
6760 },
6761 {
6762 "name": "psr/cache",
6763 "version": "1.0.1",
6764 "source": {
6765 "type": "git",
6766 "url": "https://github.com/php-fig/cache.git",
6767 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
6768 },
6769 "dist": {
6770 "type": "zip",
6771 "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
6772 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
6773 "shasum": ""
6774 },
6775 "require": {
6776 "php": ">=5.3.0"
6777 },
6778 "type": "library",
6779 "extra": {
6780 "branch-alias": {
6781 "dev-master": "1.0.x-dev"
6782 }
6783 },
6784 "autoload": {
6785 "psr-4": {
6786 "Psr\\Cache\\": "src/"
6787 }
6788 },
6789 "notification-url": "https://packagist.org/downloads/",
6790 "license": [
6791 "MIT"
6792 ],
6793 "authors": [
6794 {
6795 "name": "PHP-FIG",
6796 "homepage": "http://www.php-fig.org/"
6797 }
6798 ],
6799 "description": "Common interface for caching libraries",
6800 "keywords": [
6801 "cache",
6802 "psr",
6803 "psr-6"
6804 ],
6805 "time": "2016-08-06T20:24:11+00:00"
6806 },
6807 {
6808 "name": "psr/container",
6809 "version": "1.0.0",
6810 "source": {
6811 "type": "git",
6812 "url": "https://github.com/php-fig/container.git",
6813 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
6814 },
6815 "dist": {
6816 "type": "zip",
6817 "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
6818 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
6819 "shasum": ""
6820 },
6821 "require": {
6822 "php": ">=5.3.0"
6823 },
6824 "type": "library",
6825 "extra": {
6826 "branch-alias": {
6827 "dev-master": "1.0.x-dev"
6828 }
6829 },
6830 "autoload": {
6831 "psr-4": {
6832 "Psr\\Container\\": "src/"
6833 }
6834 },
6835 "notification-url": "https://packagist.org/downloads/",
6836 "license": [
6837 "MIT"
6838 ],
6839 "authors": [
6840 {
6841 "name": "PHP-FIG",
6842 "homepage": "http://www.php-fig.org/"
6843 }
6844 ],
6845 "description": "Common Container Interface (PHP FIG PSR-11)",
6846 "homepage": "https://github.com/php-fig/container",
6847 "keywords": [
6848 "PSR-11",
6849 "container",
6850 "container-interface",
6851 "container-interop",
6852 "psr"
6853 ],
6854 "time": "2017-02-14T16:28:37+00:00"
6855 },
6856 {
6857 "name": "psr/http-client",
6858 "version": "1.0.0",
6859 "source": {
6860 "type": "git",
6861 "url": "https://github.com/php-fig/http-client.git",
6862 "reference": "496a823ef742b632934724bf769560c2a5c7c44e"
6863 },
6864 "dist": {
6865 "type": "zip",
6866 "url": "https://api.github.com/repos/php-fig/http-client/zipball/496a823ef742b632934724bf769560c2a5c7c44e",
6867 "reference": "496a823ef742b632934724bf769560c2a5c7c44e",
6868 "shasum": ""
6869 },
6870 "require": {
6871 "php": "^7.0",
6872 "psr/http-message": "^1.0"
6873 },
6874 "type": "library",
6875 "extra": {
6876 "branch-alias": {
6877 "dev-master": "1.0.x-dev"
6878 }
6879 },
6880 "autoload": {
6881 "psr-4": {
6882 "Psr\\Http\\Client\\": "src/"
6883 }
6884 },
6885 "notification-url": "https://packagist.org/downloads/",
6886 "license": [
6887 "MIT"
6888 ],
6889 "authors": [
6890 {
6891 "name": "PHP-FIG",
6892 "homepage": "http://www.php-fig.org/"
6893 }
6894 ],
6895 "description": "Common interface for HTTP clients",
6896 "homepage": "https://github.com/php-fig/http-client",
6897 "keywords": [
6898 "http",
6899 "http-client",
6900 "psr",
6901 "psr-18"
6902 ],
6903 "time": "2018-10-30T23:29:13+00:00"
6904 },
6905 {
6906 "name": "psr/http-factory",
6907 "version": "1.0.1",
6908 "source": {
6909 "type": "git",
6910 "url": "https://github.com/php-fig/http-factory.git",
6911 "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
6912 },
6913 "dist": {
6914 "type": "zip",
6915 "url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
6916 "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
6917 "shasum": ""
6918 },
6919 "require": {
6920 "php": ">=7.0.0",
6921 "psr/http-message": "^1.0"
6922 },
6923 "type": "library",
6924 "extra": {
6925 "branch-alias": {
6926 "dev-master": "1.0.x-dev"
6927 }
6928 },
6929 "autoload": {
6930 "psr-4": {
6931 "Psr\\Http\\Message\\": "src/"
6932 }
6933 },
6934 "notification-url": "https://packagist.org/downloads/",
6935 "license": [
6936 "MIT"
6937 ],
6938 "authors": [
6939 {
6940 "name": "PHP-FIG",
6941 "homepage": "http://www.php-fig.org/"
6942 }
6943 ],
6944 "description": "Common interfaces for PSR-7 HTTP message factories",
6945 "keywords": [
6946 "factory",
6947 "http",
6948 "message",
6949 "psr",
6950 "psr-17",
6951 "psr-7",
6952 "request",
6953 "response"
6954 ],
6955 "time": "2019-04-30T12:38:16+00:00"
6956 },
6957 {
6958 "name": "psr/http-message",
6959 "version": "1.0.1",
6960 "source": {
6961 "type": "git",
6962 "url": "https://github.com/php-fig/http-message.git",
6963 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
6964 },
6965 "dist": {
6966 "type": "zip",
6967 "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
6968 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
6969 "shasum": ""
6970 },
6971 "require": {
6972 "php": ">=5.3.0"
6973 },
6974 "type": "library",
6975 "extra": {
6976 "branch-alias": {
6977 "dev-master": "1.0.x-dev"
6978 }
6979 },
6980 "autoload": {
6981 "psr-4": {
6982 "Psr\\Http\\Message\\": "src/"
6983 }
6984 },
6985 "notification-url": "https://packagist.org/downloads/",
6986 "license": [
6987 "MIT"
6988 ],
6989 "authors": [
6990 {
6991 "name": "PHP-FIG",
6992 "homepage": "http://www.php-fig.org/"
6993 }
6994 ],
6995 "description": "Common interface for HTTP messages",
6996 "homepage": "https://github.com/php-fig/http-message",
6997 "keywords": [
6998 "http",
6999 "http-message",
7000 "psr",
7001 "psr-7",
7002 "request",
7003 "response"
7004 ],
7005 "time": "2016-08-06T14:39:51+00:00"
7006 },
7007 {
7008 "name": "psr/link",
7009 "version": "1.0.0",
7010 "source": {
7011 "type": "git",
7012 "url": "https://github.com/php-fig/link.git",
7013 "reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562"
7014 },
7015 "dist": {
7016 "type": "zip",
7017 "url": "https://api.github.com/repos/php-fig/link/zipball/eea8e8662d5cd3ae4517c9b864493f59fca95562",
7018 "reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562",
7019 "shasum": ""
7020 },
7021 "require": {
7022 "php": ">=5.3.0"
7023 },
7024 "type": "library",
7025 "extra": {
7026 "branch-alias": {
7027 "dev-master": "1.0.x-dev"
7028 }
7029 },
7030 "autoload": {
7031 "psr-4": {
7032 "Psr\\Link\\": "src/"
7033 }
7034 },
7035 "notification-url": "https://packagist.org/downloads/",
7036 "license": [
7037 "MIT"
7038 ],
7039 "authors": [
7040 {
7041 "name": "PHP-FIG",
7042 "homepage": "http://www.php-fig.org/"
7043 }
7044 ],
7045 "description": "Common interfaces for HTTP links",
7046 "keywords": [
7047 "http",
7048 "http-link",
7049 "link",
7050 "psr",
7051 "psr-13",
7052 "rest"
7053 ],
7054 "time": "2016-10-28T16:06:13+00:00"
7055 },
7056 {
7057 "name": "psr/log",
7058 "version": "1.1.2",
7059 "source": {
7060 "type": "git",
7061 "url": "https://github.com/php-fig/log.git",
7062 "reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801"
7063 },
7064 "dist": {
7065 "type": "zip",
7066 "url": "https://api.github.com/repos/php-fig/log/zipball/446d54b4cb6bf489fc9d75f55843658e6f25d801",
7067 "reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801",
7068 "shasum": ""
7069 },
7070 "require": {
7071 "php": ">=5.3.0"
7072 },
7073 "type": "library",
7074 "extra": {
7075 "branch-alias": {
7076 "dev-master": "1.1.x-dev"
7077 }
7078 },
7079 "autoload": {
7080 "psr-4": {
7081 "Psr\\Log\\": "Psr/Log/"
7082 }
7083 },
7084 "notification-url": "https://packagist.org/downloads/",
7085 "license": [
7086 "MIT"
7087 ],
7088 "authors": [
7089 {
7090 "name": "PHP-FIG",
7091 "homepage": "http://www.php-fig.org/"
7092 }
7093 ],
7094 "description": "Common interface for logging libraries",
7095 "homepage": "https://github.com/php-fig/log",
7096 "keywords": [
7097 "log",
7098 "psr",
7099 "psr-3"
7100 ],
7101 "time": "2019-11-01T11:05:21+00:00"
7102 },
7103 {
7104 "name": "psr/simple-cache",
7105 "version": "1.0.1",
7106 "source": {
7107 "type": "git",
7108 "url": "https://github.com/php-fig/simple-cache.git",
7109 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
7110 },
7111 "dist": {
7112 "type": "zip",
7113 "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
7114 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
7115 "shasum": ""
7116 },
7117 "require": {
7118 "php": ">=5.3.0"
7119 },
7120 "type": "library",
7121 "extra": {
7122 "branch-alias": {
7123 "dev-master": "1.0.x-dev"
7124 }
7125 },
7126 "autoload": {
7127 "psr-4": {
7128 "Psr\\SimpleCache\\": "src/"
7129 }
7130 },
7131 "notification-url": "https://packagist.org/downloads/",
7132 "license": [
7133 "MIT"
7134 ],
7135 "authors": [
7136 {
7137 "name": "PHP-FIG",
7138 "homepage": "http://www.php-fig.org/"
7139 }
7140 ],
7141 "description": "Common interfaces for simple caching",
7142 "keywords": [
7143 "cache",
7144 "caching",
7145 "psr",
7146 "psr-16",
7147 "simple-cache"
7148 ],
7149 "time": "2017-10-23T01:57:42+00:00"
7150 },
7151 {
7152 "name": "ralouphie/getallheaders",
7153 "version": "3.0.3",
7154 "source": {
7155 "type": "git",
7156 "url": "https://github.com/ralouphie/getallheaders.git",
7157 "reference": "120b605dfeb996808c31b6477290a714d356e822"
7158 },
7159 "dist": {
7160 "type": "zip",
7161 "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
7162 "reference": "120b605dfeb996808c31b6477290a714d356e822",
7163 "shasum": ""
7164 },
7165 "require": {
7166 "php": ">=5.6"
7167 },
7168 "require-dev": {
7169 "php-coveralls/php-coveralls": "^2.1",
7170 "phpunit/phpunit": "^5 || ^6.5"
7171 },
7172 "type": "library",
7173 "autoload": {
7174 "files": [
7175 "src/getallheaders.php"
7176 ]
7177 },
7178 "notification-url": "https://packagist.org/downloads/",
7179 "license": [
7180 "MIT"
7181 ],
7182 "authors": [
7183 {
7184 "name": "Ralph Khattar",
7185 "email": "ralph.khattar@gmail.com"
7186 }
7187 ],
7188 "description": "A polyfill for getallheaders.",
7189 "time": "2019-03-08T08:55:37+00:00"
7190 },
7191 {
7192 "name": "ramsey/uuid",
7193 "version": "3.9.2",
7194 "source": {
7195 "type": "git",
7196 "url": "https://github.com/ramsey/uuid.git",
7197 "reference": "7779489a47d443f845271badbdcedfe4df8e06fb"
7198 },
7199 "dist": {
7200 "type": "zip",
7201 "url": "https://api.github.com/repos/ramsey/uuid/zipball/7779489a47d443f845271badbdcedfe4df8e06fb",
7202 "reference": "7779489a47d443f845271badbdcedfe4df8e06fb",
7203 "shasum": ""
7204 },
7205 "require": {
7206 "ext-json": "*",
7207 "paragonie/random_compat": "^1 | ^2 | 9.99.99",
7208 "php": "^5.4 | ^7 | ^8",
7209 "symfony/polyfill-ctype": "^1.8"
7210 },
7211 "replace": {
7212 "rhumsaa/uuid": "self.version"
7213 },
7214 "require-dev": {
7215 "codeception/aspect-mock": "^1 | ^2",
7216 "doctrine/annotations": "^1.2",
7217 "goaop/framework": "1.0.0-alpha.2 | ^1 | ^2.1",
7218 "jakub-onderka/php-parallel-lint": "^1",
7219 "mockery/mockery": "^0.9.11 | ^1",
7220 "moontoast/math": "^1.1",
7221 "paragonie/random-lib": "^2",
7222 "php-mock/php-mock-phpunit": "^0.3 | ^1.1",
7223 "phpunit/phpunit": "^4.8 | ^5.4 | ^6.5",
7224 "squizlabs/php_codesniffer": "^3.5"
7225 },
7226 "suggest": {
7227 "ext-ctype": "Provides support for PHP Ctype functions",
7228 "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator",
7229 "ext-openssl": "Provides the OpenSSL extension for use with the OpenSslGenerator",
7230 "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator",
7231 "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).",
7232 "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
7233 "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid",
7234 "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
7235 },
7236 "type": "library",
7237 "extra": {
7238 "branch-alias": {
7239 "dev-master": "3.x-dev"
7240 }
7241 },
7242 "autoload": {
7243 "psr-4": {
7244 "Ramsey\\Uuid\\": "src/"
7245 },
7246 "files": [
7247 "src/functions.php"
7248 ]
7249 },
7250 "notification-url": "https://packagist.org/downloads/",
7251 "license": [
7252 "MIT"
7253 ],
7254 "authors": [
7255 {
7256 "name": "Ben Ramsey",
7257 "email": "ben@benramsey.com",
7258 "homepage": "https://benramsey.com"
7259 },
7260 {
7261 "name": "Marijn Huizendveld",
7262 "email": "marijn.huizendveld@gmail.com"
7263 },
7264 {
7265 "name": "Thibaud Fabre",
7266 "email": "thibaud@aztech.io"
7267 }
7268 ],
7269 "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
7270 "homepage": "https://github.com/ramsey/uuid",
7271 "keywords": [
7272 "guid",
7273 "identifier",
7274 "uuid"
7275 ],
7276 "time": "2019-12-17T08:18:51+00:00"
7277 },
7278 {
7279 "name": "react/promise",
7280 "version": "v2.7.1",
7281 "source": {
7282 "type": "git",
7283 "url": "https://github.com/reactphp/promise.git",
7284 "reference": "31ffa96f8d2ed0341a57848cbb84d88b89dd664d"
7285 },
7286 "dist": {
7287 "type": "zip",
7288 "url": "https://api.github.com/repos/reactphp/promise/zipball/31ffa96f8d2ed0341a57848cbb84d88b89dd664d",
7289 "reference": "31ffa96f8d2ed0341a57848cbb84d88b89dd664d",
7290 "shasum": ""
7291 },
7292 "require": {
7293 "php": ">=5.4.0"
7294 },
7295 "require-dev": {
7296 "phpunit/phpunit": "~4.8"
7297 },
7298 "type": "library",
7299 "autoload": {
7300 "psr-4": {
7301 "React\\Promise\\": "src/"
7302 },
7303 "files": [
7304 "src/functions_include.php"
7305 ]
7306 },
7307 "notification-url": "https://packagist.org/downloads/",
7308 "license": [
7309 "MIT"
7310 ],
7311 "authors": [
7312 {
7313 "name": "Jan Sorgalla",
7314 "email": "jsorgalla@gmail.com"
7315 }
7316 ],
7317 "description": "A lightweight implementation of CommonJS Promises/A for PHP",
7318 "keywords": [
7319 "promise",
7320 "promises"
7321 ],
7322 "time": "2019-01-07T21:25:54+00:00"
7323 },
7324 {
7325 "name": "scheb/two-factor-bundle",
7326 "version": "v4.12.0",
7327 "source": {
7328 "type": "git",
7329 "url": "https://github.com/scheb/two-factor-bundle.git",
7330 "reference": "d45bac6a6e4932ac43c2a478a85bf9ab5cb9efb4"
7331 },
7332 "dist": {
7333 "type": "zip",
7334 "url": "https://api.github.com/repos/scheb/two-factor-bundle/zipball/d45bac6a6e4932ac43c2a478a85bf9ab5cb9efb4",
7335 "reference": "d45bac6a6e4932ac43c2a478a85bf9ab5cb9efb4",
7336 "shasum": ""
7337 },
7338 "require": {
7339 "lcobucci/jwt": "^3.2",
7340 "paragonie/constant_time_encoding": "^2.2",
7341 "php": "^7.1.3",
7342 "spomky-labs/otphp": "^9.1|^10.0",
7343 "symfony/config": "^3.4|^4.0|^5.0",
7344 "symfony/dependency-injection": "^3.4|^4.0|^5.0",
7345 "symfony/event-dispatcher": "^3.4|^4.0|^5.0",
7346 "symfony/framework-bundle": "^3.4|^4.0|^5.0",
7347 "symfony/http-foundation": "^3.4|^4.0|^5.0",
7348 "symfony/http-kernel": "^3.4|^4.0|^5.0",
7349 "symfony/property-access": "^3.4|^4.0|^5.0",
7350 "symfony/security-bundle": "^3.4|^4.0|^5.0",
7351 "symfony/twig-bundle": "^3.4|^4.0|^5.0"
7352 },
7353 "require-dev": {
7354 "doctrine/lexer": "^1.0.1",
7355 "doctrine/orm": "^2.6",
7356 "escapestudios/symfony2-coding-standard": "^3.9",
7357 "phpunit/phpunit": "^7.0|^8.0",
7358 "squizlabs/php_codesniffer": "^3.5",
7359 "swiftmailer/swiftmailer": "^6.0",
7360 "symfony/yaml": "^3.4|^4.0|^5.0"
7361 },
7362 "type": "symfony-bundle",
7363 "autoload": {
7364 "psr-4": {
7365 "Scheb\\TwoFactorBundle\\": ""
7366 },
7367 "exclude-from-classmap": [
7368 "/Tests/"
7369 ]
7370 },
7371 "notification-url": "https://packagist.org/downloads/",
7372 "license": [
7373 "MIT"
7374 ],
7375 "authors": [
7376 {
7377 "name": "Christian Scheb",
7378 "email": "me@christianscheb.de"
7379 }
7380 ],
7381 "description": "Provides two-factor authentication for Symfony applications",
7382 "homepage": "https://github.com/scheb/two-factor-bundle",
7383 "keywords": [
7384 "Authentication",
7385 "security",
7386 "symfony",
7387 "two-factor",
7388 "two-step"
7389 ],
7390 "time": "2020-01-12T14:01:09+00:00"
7391 },
7392 {
7393 "name": "sensio/distribution-bundle",
7394 "version": "v5.0.25",
7395 "source": {
7396 "type": "git",
7397 "url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
7398 "reference": "80a38234bde8321fb92aa0b8c27978a272bb4baf"
7399 },
7400 "dist": {
7401 "type": "zip",
7402 "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/80a38234bde8321fb92aa0b8c27978a272bb4baf",
7403 "reference": "80a38234bde8321fb92aa0b8c27978a272bb4baf",
7404 "shasum": ""
7405 },
7406 "require": {
7407 "php": ">=5.3.9",
7408 "sensiolabs/security-checker": "~5.0|~6.0",
7409 "symfony/class-loader": "~2.3|~3.0",
7410 "symfony/config": "~2.3|~3.0",
7411 "symfony/dependency-injection": "~2.3|~3.0",
7412 "symfony/filesystem": "~2.3|~3.0",
7413 "symfony/http-kernel": "~2.3|~3.0",
7414 "symfony/process": "~2.3|~3.0"
7415 },
7416 "type": "symfony-bundle",
7417 "extra": {
7418 "branch-alias": {
7419 "dev-master": "5.0.x-dev"
7420 }
7421 },
7422 "autoload": {
7423 "psr-4": {
7424 "Sensio\\Bundle\\DistributionBundle\\": ""
7425 }
7426 },
7427 "notification-url": "https://packagist.org/downloads/",
7428 "license": [
7429 "MIT"
7430 ],
7431 "authors": [
7432 {
7433 "name": "Fabien Potencier",
7434 "email": "fabien@symfony.com"
7435 }
7436 ],
7437 "description": "Base bundle for Symfony Distributions",
7438 "keywords": [
7439 "configuration",
7440 "distribution"
7441 ],
7442 "time": "2019-06-18T15:43:58+00:00"
7443 },
7444 {
7445 "name": "sensio/framework-extra-bundle",
7446 "version": "v5.4.1",
7447 "source": {
7448 "type": "git",
7449 "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
7450 "reference": "585f4b3a1c54f24d1a8431c729fc8f5acca20c8a"
7451 },
7452 "dist": {
7453 "type": "zip",
7454 "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/585f4b3a1c54f24d1a8431c729fc8f5acca20c8a",
7455 "reference": "585f4b3a1c54f24d1a8431c729fc8f5acca20c8a",
7456 "shasum": ""
7457 },
7458 "require": {
7459 "doctrine/annotations": "^1.0",
7460 "doctrine/persistence": "^1.0",
7461 "php": ">=7.1.3",
7462 "symfony/config": "^3.4|^4.3",
7463 "symfony/dependency-injection": "^3.4|^4.3",
7464 "symfony/framework-bundle": "^3.4|^4.3",
7465 "symfony/http-kernel": "^3.4|^4.3"
7466 },
7467 "require-dev": {
7468 "doctrine/doctrine-bundle": "^1.6",
7469 "doctrine/orm": "^2.5",
7470 "nyholm/psr7": "^1.1",
7471 "symfony/browser-kit": "^3.4|^4.3",
7472 "symfony/dom-crawler": "^3.4|^4.3",
7473 "symfony/expression-language": "^3.4|^4.3",
7474 "symfony/finder": "^3.4|^4.3",
7475 "symfony/monolog-bridge": "^3.0|^4.0",
7476 "symfony/monolog-bundle": "^3.2",
7477 "symfony/phpunit-bridge": "^3.4.19|^4.1.8",
7478 "symfony/psr-http-message-bridge": "^1.1",
7479 "symfony/security-bundle": "^3.4|^4.3",
7480 "symfony/twig-bundle": "^3.4|^4.3",
7481 "symfony/yaml": "^3.4|^4.3",
7482 "twig/twig": "~1.12|~2.0"
7483 },
7484 "suggest": {
7485 "symfony/expression-language": "",
7486 "symfony/psr-http-message-bridge": "To use the PSR-7 converters",
7487 "symfony/security-bundle": ""
7488 },
7489 "type": "symfony-bundle",
7490 "extra": {
7491 "branch-alias": {
7492 "dev-master": "5.4.x-dev"
7493 }
7494 },
7495 "autoload": {
7496 "psr-4": {
7497 "Sensio\\Bundle\\FrameworkExtraBundle\\": ""
7498 }
7499 },
7500 "notification-url": "https://packagist.org/downloads/",
7501 "license": [
7502 "MIT"
7503 ],
7504 "authors": [
7505 {
7506 "name": "Fabien Potencier",
7507 "email": "fabien@symfony.com"
7508 }
7509 ],
7510 "description": "This bundle provides a way to configure your controllers with annotations",
7511 "keywords": [
7512 "annotations",
7513 "controllers"
7514 ],
7515 "time": "2019-07-08T08:31:25+00:00"
7516 },
7517 {
7518 "name": "sensiolabs/security-checker",
7519 "version": "v6.0.3",
7520 "source": {
7521 "type": "git",
7522 "url": "https://github.com/sensiolabs/security-checker.git",
7523 "reference": "a576c01520d9761901f269c4934ba55448be4a54"
7524 },
7525 "dist": {
7526 "type": "zip",
7527 "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/a576c01520d9761901f269c4934ba55448be4a54",
7528 "reference": "a576c01520d9761901f269c4934ba55448be4a54",
7529 "shasum": ""
7530 },
7531 "require": {
7532 "php": ">=7.1.3",
7533 "symfony/console": "^2.8|^3.4|^4.2|^5.0",
7534 "symfony/http-client": "^4.3|^5.0",
7535 "symfony/mime": "^4.3|^5.0",
7536 "symfony/polyfill-ctype": "^1.11"
7537 },
7538 "bin": [
7539 "security-checker"
7540 ],
7541 "type": "library",
7542 "extra": {
7543 "branch-alias": {
7544 "dev-master": "6.0-dev"
7545 }
7546 },
7547 "autoload": {
7548 "psr-4": {
7549 "SensioLabs\\Security\\": "SensioLabs/Security"
7550 }
7551 },
7552 "notification-url": "https://packagist.org/downloads/",
7553 "license": [
7554 "MIT"
7555 ],
7556 "authors": [
7557 {
7558 "name": "Fabien Potencier",
7559 "email": "fabien.potencier@gmail.com"
7560 }
7561 ],
7562 "description": "A security checker for your composer.lock",
7563 "time": "2019-11-01T13:20:14+00:00"
7564 },
7565 {
7566 "name": "sentry/sdk",
7567 "version": "2.0.4",
7568 "source": {
7569 "type": "git",
7570 "url": "https://github.com/getsentry/sentry-php-sdk.git",
7571 "reference": "4c115873c86ad5bd0ac6d962db70ca53bf8fb874"
7572 },
7573 "dist": {
7574 "type": "zip",
7575 "url": "https://api.github.com/repos/getsentry/sentry-php-sdk/zipball/4c115873c86ad5bd0ac6d962db70ca53bf8fb874",
7576 "reference": "4c115873c86ad5bd0ac6d962db70ca53bf8fb874",
7577 "shasum": ""
7578 },
7579 "require": {
7580 "http-interop/http-factory-guzzle": "^1.0",
7581 "php-http/curl-client": "^1.0|^2.0",
7582 "sentry/sentry": "^2.1.3"
7583 },
7584 "type": "metapackage",
7585 "notification-url": "https://packagist.org/downloads/",
7586 "license": [
7587 "MIT"
7588 ],
7589 "authors": [
7590 {
7591 "name": "Sentry",
7592 "email": "accounts@sentry.io"
7593 }
7594 ],
7595 "description": "This is a metapackage shipping sentry/sentry with a recommended http client.",
7596 "time": "2019-09-09T19:54:44+00:00"
7597 },
7598 {
7599 "name": "sentry/sentry",
7600 "version": "2.2.6",
7601 "source": {
7602 "type": "git",
7603 "url": "https://github.com/getsentry/sentry-php.git",
7604 "reference": "c9b253229b95f8e5bbf6a3661a170a0be0f80563"
7605 },
7606 "dist": {
7607 "type": "zip",
7608 "url": "https://api.github.com/repos/getsentry/sentry-php/zipball/c9b253229b95f8e5bbf6a3661a170a0be0f80563",
7609 "reference": "c9b253229b95f8e5bbf6a3661a170a0be0f80563",
7610 "shasum": ""
7611 },
7612 "require": {
7613 "ext-json": "*",
7614 "ext-mbstring": "*",
7615 "guzzlehttp/promises": "^1.3",
7616 "jean85/pretty-package-versions": "^1.2",
7617 "php": "^7.1",
7618 "php-http/async-client-implementation": "^1.0",
7619 "php-http/client-common": "^1.5|^2.0",
7620 "php-http/discovery": "^1.6.1",
7621 "php-http/httplug": "^1.1|^2.0",
7622 "php-http/message": "^1.5",
7623 "psr/http-message-implementation": "^1.0",
7624 "ramsey/uuid": "^3.3",
7625 "symfony/options-resolver": "^2.7|^3.0|^4.0|^5.0",
7626 "zendframework/zend-diactoros": "^1.7.1|^2.0"
7627 },
7628 "conflict": {
7629 "php-http/client-common": "1.8.0",
7630 "raven/raven": "*"
7631 },
7632 "require-dev": {
7633 "friendsofphp/php-cs-fixer": "^2.13",
7634 "monolog/monolog": "^1.3|^2.0",
7635 "php-http/mock-client": "^1.0",
7636 "phpstan/extension-installer": "^1.0",
7637 "phpstan/phpstan": "^0.11",
7638 "phpstan/phpstan-phpunit": "^0.11",
7639 "phpunit/phpunit": "^7.5.18",
7640 "symfony/phpunit-bridge": "^4.3|^5.0",
7641 "vimeo/psalm": "^3.4"
7642 },
7643 "suggest": {
7644 "monolog/monolog": "Allow sending log messages to Sentry by using the included Monolog handler."
7645 },
7646 "type": "library",
7647 "extra": {
7648 "branch-alias": {
7649 "dev-develop": "2.2-dev"
7650 }
7651 },
7652 "autoload": {
7653 "files": [
7654 "src/functions.php"
7655 ],
7656 "psr-4": {
7657 "Sentry\\": "src/"
7658 }
7659 },
7660 "notification-url": "https://packagist.org/downloads/",
7661 "license": [
7662 "BSD-3-Clause"
7663 ],
7664 "authors": [
7665 {
7666 "name": "Sentry",
7667 "email": "accounts@sentry.io"
7668 }
7669 ],
7670 "description": "A PHP SDK for Sentry (http://sentry.io)",
7671 "homepage": "http://sentry.io",
7672 "keywords": [
7673 "crash-reporting",
7674 "crash-reports",
7675 "error-handler",
7676 "error-monitoring",
7677 "log",
7678 "logging",
7679 "sentry"
7680 ],
7681 "time": "2019-12-18T08:56:34+00:00"
7682 },
7683 {
7684 "name": "sentry/sentry-symfony",
7685 "version": "3.2.1",
7686 "source": {
7687 "type": "git",
7688 "url": "https://github.com/getsentry/sentry-symfony.git",
7689 "reference": "620b90dc35c12ef96c6460df74e30441e359ce6d"
7690 },
7691 "dist": {
7692 "type": "zip",
7693 "url": "https://api.github.com/repos/getsentry/sentry-symfony/zipball/620b90dc35c12ef96c6460df74e30441e359ce6d",
7694 "reference": "620b90dc35c12ef96c6460df74e30441e359ce6d",
7695 "shasum": ""
7696 },
7697 "require": {
7698 "jean85/pretty-package-versions": "^1.0",
7699 "php": "^7.1",
7700 "sentry/sdk": "^2.0",
7701 "symfony/config": "^2.8||^3.0||^4.0",
7702 "symfony/console": "^2.8||^3.0||^4.0",
7703 "symfony/dependency-injection": "^2.8||^3.0||^4.0",
7704 "symfony/event-dispatcher": "^2.8||^3.0||^4.0",
7705 "symfony/http-kernel": "^2.8||^3.0||^4.0",
7706 "symfony/security-core": "^2.8||^3.0||^4.0"
7707 },
7708 "require-dev": {
7709 "friendsofphp/php-cs-fixer": "^2.8",
7710 "jangregor/phpstan-prophecy": "^0.3.0",
7711 "monolog/monolog": "^1.11||^2.0",
7712 "php-http/mock-client": "^1.0",
7713 "phpstan/phpstan": "^0.11",
7714 "phpstan/phpstan-phpunit": "^0.11",
7715 "phpunit/phpunit": "^7.5",
7716 "scrutinizer/ocular": "^1.4",
7717 "symfony/expression-language": "^2.8||^3.0||^4.0"
7718 },
7719 "suggest": {
7720 "monolog/monolog": "Required to use the Monolog handler"
7721 },
7722 "type": "symfony-bundle",
7723 "extra": {
7724 "branch-alias": {
7725 "master": "3.x-dev",
7726 "releases/3.2.x": "3.2.x-dev",
7727 "releases/2.x": "2.x-dev",
7728 "releases/1.x": "1.x-dev"
7729 }
7730 },
7731 "autoload": {
7732 "psr-4": {
7733 "Sentry\\SentryBundle\\": "src/"
7734 }
7735 },
7736 "notification-url": "https://packagist.org/downloads/",
7737 "license": [
7738 "Apache-2.0"
7739 ],
7740 "authors": [
7741 {
7742 "name": "David Cramer",
7743 "email": "dcramer@gmail.com"
7744 },
7745 {
7746 "name": "Alessandro Lai",
7747 "email": "alessandro.lai85@gmail.com"
7748 }
7749 ],
7750 "description": "Symfony integration for Sentry (http://getsentry.com)",
7751 "homepage": "http://getsentry.com",
7752 "keywords": [
7753 "errors",
7754 "logging",
7755 "sentry",
7756 "symfony"
7757 ],
7758 "time": "2019-11-29T21:24:37+00:00"
7759 },
7760 {
7761 "name": "simplepie/simplepie",
7762 "version": "1.5.4",
7763 "source": {
7764 "type": "git",
7765 "url": "https://github.com/simplepie/simplepie.git",
7766 "reference": "f4c8246511a38fc9d99a59fb42f61eeeafb31663"
7767 },
7768 "dist": {
7769 "type": "zip",
7770 "url": "https://api.github.com/repos/simplepie/simplepie/zipball/f4c8246511a38fc9d99a59fb42f61eeeafb31663",
7771 "reference": "f4c8246511a38fc9d99a59fb42f61eeeafb31663",
7772 "shasum": ""
7773 },
7774 "require": {
7775 "ext-pcre": "*",
7776 "ext-xml": "*",
7777 "ext-xmlreader": "*",
7778 "php": ">=5.6.0"
7779 },
7780 "require-dev": {
7781 "phpunit/phpunit": "~5.4.3 || ~6.5"
7782 },
7783 "suggest": {
7784 "ext-curl": "",
7785 "ext-iconv": "",
7786 "ext-intl": "",
7787 "ext-mbstring": "",
7788 "mf2/mf2": "Microformat module that allows for parsing HTML for microformats"
7789 },
7790 "type": "library",
7791 "autoload": {
7792 "psr-0": {
7793 "SimplePie": "library"
7794 }
7795 },
7796 "notification-url": "https://packagist.org/downloads/",
7797 "license": [
7798 "BSD-3-Clause"
7799 ],
7800 "authors": [
7801 {
7802 "name": "Ryan Parman",
7803 "homepage": "http://ryanparman.com/",
7804 "role": "Creator, alumnus developer"
7805 },
7806 {
7807 "name": "Geoffrey Sneddon",
7808 "homepage": "http://gsnedders.com/",
7809 "role": "Alumnus developer"
7810 },
7811 {
7812 "name": "Ryan McCue",
7813 "email": "me@ryanmccue.info",
7814 "homepage": "http://ryanmccue.info/",
7815 "role": "Developer"
7816 }
7817 ],
7818 "description": "A simple Atom/RSS parsing library for PHP",
7819 "homepage": "http://simplepie.org/",
7820 "keywords": [
7821 "atom",
7822 "feeds",
7823 "rss"
7824 ],
7825 "time": "2019-11-23T07:05:15+00:00"
7826 },
7827 {
7828 "name": "smalot/pdfparser",
7829 "version": "v0.14.0",
7830 "source": {
7831 "type": "git",
7832 "url": "https://github.com/smalot/pdfparser.git",
7833 "reference": "ec72a99028ba5e21a0acad92047b85e128cbf81f"
7834 },
7835 "dist": {
7836 "type": "zip",
7837 "url": "https://api.github.com/repos/smalot/pdfparser/zipball/ec72a99028ba5e21a0acad92047b85e128cbf81f",
7838 "reference": "ec72a99028ba5e21a0acad92047b85e128cbf81f",
7839 "shasum": ""
7840 },
7841 "require": {
7842 "ext-mbstring": "*",
7843 "ext-zlib": "*",
7844 "php": ">=5.3.0",
7845 "tecnickcom/tcpdf": "~6.0"
7846 },
7847 "require-dev": {
7848 "atoum/atoum": "^2.8 | ^3.0"
7849 },
7850 "type": "library",
7851 "autoload": {
7852 "psr-0": {
7853 "Smalot\\PdfParser\\": "src/"
7854 }
7855 },
7856 "notification-url": "https://packagist.org/downloads/",
7857 "license": [
7858 "LGPL-3.0"
7859 ],
7860 "authors": [
7861 {
7862 "name": "Sebastien Malot",
7863 "email": "sebastien@malot.fr"
7864 }
7865 ],
7866 "description": "Pdf parser library. Can read and extract information from pdf file.",
7867 "homepage": "http://www.pdfparser.org",
7868 "keywords": [
7869 "extract",
7870 "parse",
7871 "parser",
7872 "pdf",
7873 "text"
7874 ],
7875 "time": "2019-01-23T09:14:37+00:00"
7876 },
7877 {
7878 "name": "spomky-labs/otphp",
7879 "version": "v9.1.4",
7880 "source": {
7881 "type": "git",
7882 "url": "https://github.com/Spomky-Labs/otphp.git",
7883 "reference": "48d463cf909320399fe08eab2e1cd18d899d5068"
7884 },
7885 "dist": {
7886 "type": "zip",
7887 "url": "https://api.github.com/repos/Spomky-Labs/otphp/zipball/48d463cf909320399fe08eab2e1cd18d899d5068",
7888 "reference": "48d463cf909320399fe08eab2e1cd18d899d5068",
7889 "shasum": ""
7890 },
7891 "require": {
7892 "beberlei/assert": "^2.4|^3.0",
7893 "paragonie/constant_time_encoding": "^2.0",
7894 "php": "^7.1"
7895 },
7896 "require-dev": {
7897 "phpunit/phpunit": "^6.0",
7898 "satooshi/php-coveralls": "^1.0"
7899 },
7900 "type": "library",
7901 "extra": {
7902 "branch-alias": {
7903 "dev-master": "9.0.x-dev"
7904 }
7905 },
7906 "autoload": {
7907 "psr-4": {
7908 "OTPHP\\": "src/"
7909 }
7910 },
7911 "notification-url": "https://packagist.org/downloads/",
7912 "license": [
7913 "MIT"
7914 ],
7915 "authors": [
7916 {
7917 "name": "Florent Morselli",
7918 "homepage": "https://github.com/Spomky"
7919 },
7920 {
7921 "name": "All contributors",
7922 "homepage": "https://github.com/Spomky-Labs/otphp/contributors"
7923 }
7924 ],
7925 "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",
7926 "homepage": "https://github.com/Spomky-Labs/otphp",
7927 "keywords": [
7928 "FreeOTP",
7929 "RFC 4226",
7930 "RFC 6238",
7931 "google authenticator",
7932 "hotp",
7933 "otp",
7934 "totp"
7935 ],
7936 "time": "2019-03-18T10:08:51+00:00"
7937 },
7938 {
7939 "name": "stof/doctrine-extensions-bundle",
7940 "version": "v1.3.0",
7941 "source": {
7942 "type": "git",
7943 "url": "https://github.com/stof/StofDoctrineExtensionsBundle.git",
7944 "reference": "46db71ec7ffee9122eca3cdddd4ef8d84bae269c"
7945 },
7946 "dist": {
7947 "type": "zip",
7948 "url": "https://api.github.com/repos/stof/StofDoctrineExtensionsBundle/zipball/46db71ec7ffee9122eca3cdddd4ef8d84bae269c",
7949 "reference": "46db71ec7ffee9122eca3cdddd4ef8d84bae269c",
7950 "shasum": ""
7951 },
7952 "require": {
7953 "gedmo/doctrine-extensions": "^2.3.4",
7954 "php": ">=5.3.2",
7955 "symfony/framework-bundle": "~2.7|~3.2|~4.0"
7956 },
7957 "require-dev": {
7958 "symfony/phpunit-bridge": "^4.0",
7959 "symfony/security-bundle": "^2.7 || ^3.2 || ^4.0"
7960 },
7961 "suggest": {
7962 "doctrine/doctrine-bundle": "to use the ORM extensions",
7963 "doctrine/mongodb-odm-bundle": "to use the MongoDB ODM extensions"
7964 },
7965 "type": "symfony-bundle",
7966 "extra": {
7967 "branch-alias": {
7968 "dev-master": "1.3.x-dev"
7969 }
7970 },
7971 "autoload": {
7972 "psr-4": {
7973 "Stof\\DoctrineExtensionsBundle\\": ""
7974 }
7975 },
7976 "notification-url": "https://packagist.org/downloads/",
7977 "license": [
7978 "MIT"
7979 ],
7980 "authors": [
7981 {
7982 "name": "Christophe Coevoet",
7983 "email": "stof@notk.org"
7984 }
7985 ],
7986 "description": "Integration of the gedmo/doctrine-extensions with Symfony2",
7987 "homepage": "https://github.com/stof/StofDoctrineExtensionsBundle",
7988 "keywords": [
7989 "behaviors",
7990 "doctrine2",
7991 "extensions",
7992 "gedmo",
7993 "loggable",
7994 "nestedset",
7995 "sluggable",
7996 "sortable",
7997 "timestampable",
7998 "translatable",
7999 "tree"
8000 ],
8001 "time": "2017-12-24T16:06:50+00:00"
8002 },
8003 {
8004 "name": "swiftmailer/swiftmailer",
8005 "version": "v6.2.3",
8006 "source": {
8007 "type": "git",
8008 "url": "https://github.com/swiftmailer/swiftmailer.git",
8009 "reference": "149cfdf118b169f7840bbe3ef0d4bc795d1780c9"
8010 },
8011 "dist": {
8012 "type": "zip",
8013 "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/149cfdf118b169f7840bbe3ef0d4bc795d1780c9",
8014 "reference": "149cfdf118b169f7840bbe3ef0d4bc795d1780c9",
8015 "shasum": ""
8016 },
8017 "require": {
8018 "egulias/email-validator": "~2.0",
8019 "php": ">=7.0.0",
8020 "symfony/polyfill-iconv": "^1.0",
8021 "symfony/polyfill-intl-idn": "^1.10",
8022 "symfony/polyfill-mbstring": "^1.0"
8023 },
8024 "require-dev": {
8025 "mockery/mockery": "~0.9.1",
8026 "symfony/phpunit-bridge": "^3.4.19|^4.1.8"
8027 },
8028 "suggest": {
8029 "ext-intl": "Needed to support internationalized email addresses",
8030 "true/punycode": "Needed to support internationalized email addresses, if ext-intl is not installed"
8031 },
8032 "type": "library",
8033 "extra": {
8034 "branch-alias": {
8035 "dev-master": "6.2-dev"
8036 }
8037 },
8038 "autoload": {
8039 "files": [
8040 "lib/swift_required.php"
8041 ]
8042 },
8043 "notification-url": "https://packagist.org/downloads/",
8044 "license": [
8045 "MIT"
8046 ],
8047 "authors": [
8048 {
8049 "name": "Chris Corbyn"
8050 },
8051 {
8052 "name": "Fabien Potencier",
8053 "email": "fabien@symfony.com"
8054 }
8055 ],
8056 "description": "Swiftmailer, free feature-rich PHP mailer",
8057 "homepage": "https://swiftmailer.symfony.com",
8058 "keywords": [
8059 "email",
8060 "mail",
8061 "mailer"
8062 ],
8063 "time": "2019-11-12T09:31:26+00:00"
8064 },
8065 {
8066 "name": "symfony/http-client",
8067 "version": "v4.4.2",
8068 "source": {
8069 "type": "git",
8070 "url": "https://github.com/symfony/http-client.git",
8071 "reference": "9ebfc77b5018a05226b38642def82746f3e2ce0f"
8072 },
8073 "dist": {
8074 "type": "zip",
8075 "url": "https://api.github.com/repos/symfony/http-client/zipball/9ebfc77b5018a05226b38642def82746f3e2ce0f",
8076 "reference": "9ebfc77b5018a05226b38642def82746f3e2ce0f",
8077 "shasum": ""
8078 },
8079 "require": {
8080 "php": "^7.1.3",
8081 "psr/log": "^1.0",
8082 "symfony/http-client-contracts": "^1.1.8|^2",
8083 "symfony/polyfill-php73": "^1.11",
8084 "symfony/service-contracts": "^1.0|^2"
8085 },
8086 "provide": {
8087 "php-http/async-client-implementation": "*",
8088 "php-http/client-implementation": "*",
8089 "psr/http-client-implementation": "1.0",
8090 "symfony/http-client-implementation": "1.1"
8091 },
8092 "require-dev": {
8093 "guzzlehttp/promises": "^1.3.1",
8094 "nyholm/psr7": "^1.0",
8095 "php-http/httplug": "^1.0|^2.0",
8096 "psr/http-client": "^1.0",
8097 "symfony/dependency-injection": "^4.3|^5.0",
8098 "symfony/http-kernel": "^4.4",
8099 "symfony/process": "^4.2|^5.0"
8100 },
8101 "type": "library",
8102 "extra": {
8103 "branch-alias": {
8104 "dev-master": "4.4-dev"
8105 }
8106 },
8107 "autoload": {
8108 "psr-4": {
8109 "Symfony\\Component\\HttpClient\\": ""
8110 },
8111 "exclude-from-classmap": [
8112 "/Tests/"
8113 ]
8114 },
8115 "notification-url": "https://packagist.org/downloads/",
8116 "license": [
8117 "MIT"
8118 ],
8119 "authors": [
8120 {
8121 "name": "Nicolas Grekas",
8122 "email": "p@tchwork.com"
8123 },
8124 {
8125 "name": "Symfony Community",
8126 "homepage": "https://symfony.com/contributors"
8127 }
8128 ],
8129 "description": "Symfony HttpClient component",
8130 "homepage": "https://symfony.com",
8131 "time": "2019-12-19T15:57:49+00:00"
8132 },
8133 {
8134 "name": "symfony/http-client-contracts",
8135 "version": "v1.1.8",
8136 "source": {
8137 "type": "git",
8138 "url": "https://github.com/symfony/http-client-contracts.git",
8139 "reference": "088bae75cfa2ec5eb6d33dce17dbd8613150ce6e"
8140 },
8141 "dist": {
8142 "type": "zip",
8143 "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/088bae75cfa2ec5eb6d33dce17dbd8613150ce6e",
8144 "reference": "088bae75cfa2ec5eb6d33dce17dbd8613150ce6e",
8145 "shasum": ""
8146 },
8147 "require": {
8148 "php": "^7.1.3"
8149 },
8150 "suggest": {
8151 "symfony/http-client-implementation": ""
8152 },
8153 "type": "library",
8154 "extra": {
8155 "branch-alias": {
8156 "dev-master": "1.1-dev"
8157 }
8158 },
8159 "autoload": {
8160 "psr-4": {
8161 "Symfony\\Contracts\\HttpClient\\": ""
8162 }
8163 },
8164 "notification-url": "https://packagist.org/downloads/",
8165 "license": [
8166 "MIT"
8167 ],
8168 "authors": [
8169 {
8170 "name": "Nicolas Grekas",
8171 "email": "p@tchwork.com"
8172 },
8173 {
8174 "name": "Symfony Community",
8175 "homepage": "https://symfony.com/contributors"
8176 }
8177 ],
8178 "description": "Generic abstractions related to HTTP clients",
8179 "homepage": "https://symfony.com",
8180 "keywords": [
8181 "abstractions",
8182 "contracts",
8183 "decoupling",
8184 "interfaces",
8185 "interoperability",
8186 "standards"
8187 ],
8188 "time": "2019-11-07T12:44:51+00:00"
8189 },
8190 {
8191 "name": "symfony/mime",
8192 "version": "v4.4.2",
8193 "source": {
8194 "type": "git",
8195 "url": "https://github.com/symfony/mime.git",
8196 "reference": "010cc488e56cafe5f7494dea70aea93100c234df"
8197 },
8198 "dist": {
8199 "type": "zip",
8200 "url": "https://api.github.com/repos/symfony/mime/zipball/010cc488e56cafe5f7494dea70aea93100c234df",
8201 "reference": "010cc488e56cafe5f7494dea70aea93100c234df",
8202 "shasum": ""
8203 },
8204 "require": {
8205 "php": "^7.1.3",
8206 "symfony/polyfill-intl-idn": "^1.10",
8207 "symfony/polyfill-mbstring": "^1.0"
8208 },
8209 "conflict": {
8210 "symfony/mailer": "<4.4"
8211 },
8212 "require-dev": {
8213 "egulias/email-validator": "^2.1.10",
8214 "symfony/dependency-injection": "^3.4|^4.1|^5.0"
8215 },
8216 "type": "library",
8217 "extra": {
8218 "branch-alias": {
8219 "dev-master": "4.4-dev"
8220 }
8221 },
8222 "autoload": {
8223 "psr-4": {
8224 "Symfony\\Component\\Mime\\": ""
8225 },
8226 "exclude-from-classmap": [
8227 "/Tests/"
8228 ]
8229 },
8230 "notification-url": "https://packagist.org/downloads/",
8231 "license": [
8232 "MIT"
8233 ],
8234 "authors": [
8235 {
8236 "name": "Fabien Potencier",
8237 "email": "fabien@symfony.com"
8238 },
8239 {
8240 "name": "Symfony Community",
8241 "homepage": "https://symfony.com/contributors"
8242 }
8243 ],
8244 "description": "A library to manipulate MIME messages",
8245 "homepage": "https://symfony.com",
8246 "keywords": [
8247 "mime",
8248 "mime-type"
8249 ],
8250 "time": "2019-11-30T08:27:26+00:00"
8251 },
8252 {
8253 "name": "symfony/monolog-bundle",
8254 "version": "v3.5.0",
8255 "source": {
8256 "type": "git",
8257 "url": "https://github.com/symfony/monolog-bundle.git",
8258 "reference": "dd80460fcfe1fa2050a7103ad818e9d0686ce6fd"
8259 },
8260 "dist": {
8261 "type": "zip",
8262 "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/dd80460fcfe1fa2050a7103ad818e9d0686ce6fd",
8263 "reference": "dd80460fcfe1fa2050a7103ad818e9d0686ce6fd",
8264 "shasum": ""
8265 },
8266 "require": {
8267 "monolog/monolog": "~1.22 || ~2.0",
8268 "php": ">=5.6",
8269 "symfony/config": "~3.4 || ~4.0 || ^5.0",
8270 "symfony/dependency-injection": "~3.4.10 || ^4.0.10 || ^5.0",
8271 "symfony/http-kernel": "~3.4 || ~4.0 || ^5.0",
8272 "symfony/monolog-bridge": "~3.4 || ~4.0 || ^5.0"
8273 },
8274 "require-dev": {
8275 "symfony/console": "~3.4 || ~4.0 || ^5.0",
8276 "symfony/phpunit-bridge": "^3.4.19 || ^4.0 || ^5.0",
8277 "symfony/yaml": "~3.4 || ~4.0 || ^5.0"
8278 },
8279 "type": "symfony-bundle",
8280 "extra": {
8281 "branch-alias": {
8282 "dev-master": "3.x-dev"
8283 }
8284 },
8285 "autoload": {
8286 "psr-4": {
8287 "Symfony\\Bundle\\MonologBundle\\": ""
8288 },
8289 "exclude-from-classmap": [
8290 "/Tests/"
8291 ]
8292 },
8293 "notification-url": "https://packagist.org/downloads/",
8294 "license": [
8295 "MIT"
8296 ],
8297 "authors": [
8298 {
8299 "name": "Fabien Potencier",
8300 "email": "fabien@symfony.com"
8301 },
8302 {
8303 "name": "Symfony Community",
8304 "homepage": "http://symfony.com/contributors"
8305 }
8306 ],
8307 "description": "Symfony MonologBundle",
8308 "homepage": "http://symfony.com",
8309 "keywords": [
8310 "log",
8311 "logging"
8312 ],
8313 "time": "2019-11-13T13:11:14+00:00"
8314 },
8315 {
8316 "name": "symfony/polyfill-apcu",
8317 "version": "v1.13.1",
8318 "source": {
8319 "type": "git",
8320 "url": "https://github.com/symfony/polyfill-apcu.git",
8321 "reference": "a8e961c841b9ec52927a87914f8820a1ad8f8116"
8322 },
8323 "dist": {
8324 "type": "zip",
8325 "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/a8e961c841b9ec52927a87914f8820a1ad8f8116",
8326 "reference": "a8e961c841b9ec52927a87914f8820a1ad8f8116",
8327 "shasum": ""
8328 },
8329 "require": {
8330 "php": ">=5.3.3"
8331 },
8332 "type": "library",
8333 "extra": {
8334 "branch-alias": {
8335 "dev-master": "1.13-dev"
8336 }
8337 },
8338 "autoload": {
8339 "psr-4": {
8340 "Symfony\\Polyfill\\Apcu\\": ""
8341 },
8342 "files": [
8343 "bootstrap.php"
8344 ]
8345 },
8346 "notification-url": "https://packagist.org/downloads/",
8347 "license": [
8348 "MIT"
8349 ],
8350 "authors": [
8351 {
8352 "name": "Nicolas Grekas",
8353 "email": "p@tchwork.com"
8354 },
8355 {
8356 "name": "Symfony Community",
8357 "homepage": "https://symfony.com/contributors"
8358 }
8359 ],
8360 "description": "Symfony polyfill backporting apcu_* functions to lower PHP versions",
8361 "homepage": "https://symfony.com",
8362 "keywords": [
8363 "apcu",
8364 "compatibility",
8365 "polyfill",
8366 "portable",
8367 "shim"
8368 ],
8369 "time": "2019-11-27T13:56:44+00:00"
8370 },
8371 {
8372 "name": "symfony/polyfill-ctype",
8373 "version": "v1.13.1",
8374 "source": {
8375 "type": "git",
8376 "url": "https://github.com/symfony/polyfill-ctype.git",
8377 "reference": "f8f0b461be3385e56d6de3dbb5a0df24c0c275e3"
8378 },
8379 "dist": {
8380 "type": "zip",
8381 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/f8f0b461be3385e56d6de3dbb5a0df24c0c275e3",
8382 "reference": "f8f0b461be3385e56d6de3dbb5a0df24c0c275e3",
8383 "shasum": ""
8384 },
8385 "require": {
8386 "php": ">=5.3.3"
8387 },
8388 "suggest": {
8389 "ext-ctype": "For best performance"
8390 },
8391 "type": "library",
8392 "extra": {
8393 "branch-alias": {
8394 "dev-master": "1.13-dev"
8395 }
8396 },
8397 "autoload": {
8398 "psr-4": {
8399 "Symfony\\Polyfill\\Ctype\\": ""
8400 },
8401 "files": [
8402 "bootstrap.php"
8403 ]
8404 },
8405 "notification-url": "https://packagist.org/downloads/",
8406 "license": [
8407 "MIT"
8408 ],
8409 "authors": [
8410 {
8411 "name": "Gert de Pagter",
8412 "email": "BackEndTea@gmail.com"
8413 },
8414 {
8415 "name": "Symfony Community",
8416 "homepage": "https://symfony.com/contributors"
8417 }
8418 ],
8419 "description": "Symfony polyfill for ctype functions",
8420 "homepage": "https://symfony.com",
8421 "keywords": [
8422 "compatibility",
8423 "ctype",
8424 "polyfill",
8425 "portable"
8426 ],
8427 "time": "2019-11-27T13:56:44+00:00"
8428 },
8429 {
8430 "name": "symfony/polyfill-iconv",
8431 "version": "v1.13.1",
8432 "source": {
8433 "type": "git",
8434 "url": "https://github.com/symfony/polyfill-iconv.git",
8435 "reference": "a019efccc03f1a335af6b4f20c30f5ea8060be36"
8436 },
8437 "dist": {
8438 "type": "zip",
8439 "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/a019efccc03f1a335af6b4f20c30f5ea8060be36",
8440 "reference": "a019efccc03f1a335af6b4f20c30f5ea8060be36",
8441 "shasum": ""
8442 },
8443 "require": {
8444 "php": ">=5.3.3"
8445 },
8446 "suggest": {
8447 "ext-iconv": "For best performance"
8448 },
8449 "type": "library",
8450 "extra": {
8451 "branch-alias": {
8452 "dev-master": "1.13-dev"
8453 }
8454 },
8455 "autoload": {
8456 "psr-4": {
8457 "Symfony\\Polyfill\\Iconv\\": ""
8458 },
8459 "files": [
8460 "bootstrap.php"
8461 ]
8462 },
8463 "notification-url": "https://packagist.org/downloads/",
8464 "license": [
8465 "MIT"
8466 ],
8467 "authors": [
8468 {
8469 "name": "Nicolas Grekas",
8470 "email": "p@tchwork.com"
8471 },
8472 {
8473 "name": "Symfony Community",
8474 "homepage": "https://symfony.com/contributors"
8475 }
8476 ],
8477 "description": "Symfony polyfill for the Iconv extension",
8478 "homepage": "https://symfony.com",
8479 "keywords": [
8480 "compatibility",
8481 "iconv",
8482 "polyfill",
8483 "portable",
8484 "shim"
8485 ],
8486 "time": "2019-11-27T13:56:44+00:00"
8487 },
8488 {
8489 "name": "symfony/polyfill-intl-icu",
8490 "version": "v1.13.1",
8491 "source": {
8492 "type": "git",
8493 "url": "https://github.com/symfony/polyfill-intl-icu.git",
8494 "reference": "b3dffd68afa61ca70f2327f2dd9bbeb6aa53d70b"
8495 },
8496 "dist": {
8497 "type": "zip",
8498 "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/b3dffd68afa61ca70f2327f2dd9bbeb6aa53d70b",
8499 "reference": "b3dffd68afa61ca70f2327f2dd9bbeb6aa53d70b",
8500 "shasum": ""
8501 },
8502 "require": {
8503 "php": ">=5.3.3",
8504 "symfony/intl": "~2.3|~3.0|~4.0|~5.0"
8505 },
8506 "suggest": {
8507 "ext-intl": "For best performance"
8508 },
8509 "type": "library",
8510 "extra": {
8511 "branch-alias": {
8512 "dev-master": "1.13-dev"
8513 }
8514 },
8515 "autoload": {
8516 "files": [
8517 "bootstrap.php"
8518 ]
8519 },
8520 "notification-url": "https://packagist.org/downloads/",
8521 "license": [
8522 "MIT"
8523 ],
8524 "authors": [
8525 {
8526 "name": "Nicolas Grekas",
8527 "email": "p@tchwork.com"
8528 },
8529 {
8530 "name": "Symfony Community",
8531 "homepage": "https://symfony.com/contributors"
8532 }
8533 ],
8534 "description": "Symfony polyfill for intl's ICU-related data and classes",
8535 "homepage": "https://symfony.com",
8536 "keywords": [
8537 "compatibility",
8538 "icu",
8539 "intl",
8540 "polyfill",
8541 "portable",
8542 "shim"
8543 ],
8544 "time": "2019-11-27T13:56:44+00:00"
8545 },
8546 {
8547 "name": "symfony/polyfill-intl-idn",
8548 "version": "v1.13.1",
8549 "source": {
8550 "type": "git",
8551 "url": "https://github.com/symfony/polyfill-intl-idn.git",
8552 "reference": "6f9c239e61e1b0c9229a28ff89a812dc449c3d46"
8553 },
8554 "dist": {
8555 "type": "zip",
8556 "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/6f9c239e61e1b0c9229a28ff89a812dc449c3d46",
8557 "reference": "6f9c239e61e1b0c9229a28ff89a812dc449c3d46",
8558 "shasum": ""
8559 },
8560 "require": {
8561 "php": ">=5.3.3",
8562 "symfony/polyfill-mbstring": "^1.3",
8563 "symfony/polyfill-php72": "^1.9"
8564 },
8565 "suggest": {
8566 "ext-intl": "For best performance"
8567 },
8568 "type": "library",
8569 "extra": {
8570 "branch-alias": {
8571 "dev-master": "1.13-dev"
8572 }
8573 },
8574 "autoload": {
8575 "psr-4": {
8576 "Symfony\\Polyfill\\Intl\\Idn\\": ""
8577 },
8578 "files": [
8579 "bootstrap.php"
8580 ]
8581 },
8582 "notification-url": "https://packagist.org/downloads/",
8583 "license": [
8584 "MIT"
8585 ],
8586 "authors": [
8587 {
8588 "name": "Laurent Bassin",
8589 "email": "laurent@bassin.info"
8590 },
8591 {
8592 "name": "Symfony Community",
8593 "homepage": "https://symfony.com/contributors"
8594 }
8595 ],
8596 "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
8597 "homepage": "https://symfony.com",
8598 "keywords": [
8599 "compatibility",
8600 "idn",
8601 "intl",
8602 "polyfill",
8603 "portable",
8604 "shim"
8605 ],
8606 "time": "2019-11-27T13:56:44+00:00"
8607 },
8608 {
8609 "name": "symfony/polyfill-mbstring",
8610 "version": "v1.13.1",
8611 "source": {
8612 "type": "git",
8613 "url": "https://github.com/symfony/polyfill-mbstring.git",
8614 "reference": "7b4aab9743c30be783b73de055d24a39cf4b954f"
8615 },
8616 "dist": {
8617 "type": "zip",
8618 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/7b4aab9743c30be783b73de055d24a39cf4b954f",
8619 "reference": "7b4aab9743c30be783b73de055d24a39cf4b954f",
8620 "shasum": ""
8621 },
8622 "require": {
8623 "php": ">=5.3.3"
8624 },
8625 "suggest": {
8626 "ext-mbstring": "For best performance"
8627 },
8628 "type": "library",
8629 "extra": {
8630 "branch-alias": {
8631 "dev-master": "1.13-dev"
8632 }
8633 },
8634 "autoload": {
8635 "psr-4": {
8636 "Symfony\\Polyfill\\Mbstring\\": ""
8637 },
8638 "files": [
8639 "bootstrap.php"
8640 ]
8641 },
8642 "notification-url": "https://packagist.org/downloads/",
8643 "license": [
8644 "MIT"
8645 ],
8646 "authors": [
8647 {
8648 "name": "Nicolas Grekas",
8649 "email": "p@tchwork.com"
8650 },
8651 {
8652 "name": "Symfony Community",
8653 "homepage": "https://symfony.com/contributors"
8654 }
8655 ],
8656 "description": "Symfony polyfill for the Mbstring extension",
8657 "homepage": "https://symfony.com",
8658 "keywords": [
8659 "compatibility",
8660 "mbstring",
8661 "polyfill",
8662 "portable",
8663 "shim"
8664 ],
8665 "time": "2019-11-27T14:18:11+00:00"
8666 },
8667 {
8668 "name": "symfony/polyfill-php56",
8669 "version": "v1.13.1",
8670 "source": {
8671 "type": "git",
8672 "url": "https://github.com/symfony/polyfill-php56.git",
8673 "reference": "53dd1cdf3cb986893ccf2b96665b25b3abb384f4"
8674 },
8675 "dist": {
8676 "type": "zip",
8677 "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/53dd1cdf3cb986893ccf2b96665b25b3abb384f4",
8678 "reference": "53dd1cdf3cb986893ccf2b96665b25b3abb384f4",
8679 "shasum": ""
8680 },
8681 "require": {
8682 "php": ">=5.3.3",
8683 "symfony/polyfill-util": "~1.0"
8684 },
8685 "type": "library",
8686 "extra": {
8687 "branch-alias": {
8688 "dev-master": "1.13-dev"
8689 }
8690 },
8691 "autoload": {
8692 "psr-4": {
8693 "Symfony\\Polyfill\\Php56\\": ""
8694 },
8695 "files": [
8696 "bootstrap.php"
8697 ]
8698 },
8699 "notification-url": "https://packagist.org/downloads/",
8700 "license": [
8701 "MIT"
8702 ],
8703 "authors": [
8704 {
8705 "name": "Nicolas Grekas",
8706 "email": "p@tchwork.com"
8707 },
8708 {
8709 "name": "Symfony Community",
8710 "homepage": "https://symfony.com/contributors"
8711 }
8712 ],
8713 "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions",
8714 "homepage": "https://symfony.com",
8715 "keywords": [
8716 "compatibility",
8717 "polyfill",
8718 "portable",
8719 "shim"
8720 ],
8721 "time": "2019-11-27T13:56:44+00:00"
8722 },
8723 {
8724 "name": "symfony/polyfill-php70",
8725 "version": "v1.13.1",
8726 "source": {
8727 "type": "git",
8728 "url": "https://github.com/symfony/polyfill-php70.git",
8729 "reference": "af23c7bb26a73b850840823662dda371484926c4"
8730 },
8731 "dist": {
8732 "type": "zip",
8733 "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/af23c7bb26a73b850840823662dda371484926c4",
8734 "reference": "af23c7bb26a73b850840823662dda371484926c4",
8735 "shasum": ""
8736 },
8737 "require": {
8738 "paragonie/random_compat": "~1.0|~2.0|~9.99",
8739 "php": ">=5.3.3"
8740 },
8741 "type": "library",
8742 "extra": {
8743 "branch-alias": {
8744 "dev-master": "1.13-dev"
8745 }
8746 },
8747 "autoload": {
8748 "psr-4": {
8749 "Symfony\\Polyfill\\Php70\\": ""
8750 },
8751 "files": [
8752 "bootstrap.php"
8753 ],
8754 "classmap": [
8755 "Resources/stubs"
8756 ]
8757 },
8758 "notification-url": "https://packagist.org/downloads/",
8759 "license": [
8760 "MIT"
8761 ],
8762 "authors": [
8763 {
8764 "name": "Nicolas Grekas",
8765 "email": "p@tchwork.com"
8766 },
8767 {
8768 "name": "Symfony Community",
8769 "homepage": "https://symfony.com/contributors"
8770 }
8771 ],
8772 "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
8773 "homepage": "https://symfony.com",
8774 "keywords": [
8775 "compatibility",
8776 "polyfill",
8777 "portable",
8778 "shim"
8779 ],
8780 "time": "2019-11-27T13:56:44+00:00"
8781 },
8782 {
8783 "name": "symfony/polyfill-php72",
8784 "version": "v1.13.1",
8785 "source": {
8786 "type": "git",
8787 "url": "https://github.com/symfony/polyfill-php72.git",
8788 "reference": "66fea50f6cb37a35eea048d75a7d99a45b586038"
8789 },
8790 "dist": {
8791 "type": "zip",
8792 "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/66fea50f6cb37a35eea048d75a7d99a45b586038",
8793 "reference": "66fea50f6cb37a35eea048d75a7d99a45b586038",
8794 "shasum": ""
8795 },
8796 "require": {
8797 "php": ">=5.3.3"
8798 },
8799 "type": "library",
8800 "extra": {
8801 "branch-alias": {
8802 "dev-master": "1.13-dev"
8803 }
8804 },
8805 "autoload": {
8806 "psr-4": {
8807 "Symfony\\Polyfill\\Php72\\": ""
8808 },
8809 "files": [
8810 "bootstrap.php"
8811 ]
8812 },
8813 "notification-url": "https://packagist.org/downloads/",
8814 "license": [
8815 "MIT"
8816 ],
8817 "authors": [
8818 {
8819 "name": "Nicolas Grekas",
8820 "email": "p@tchwork.com"
8821 },
8822 {
8823 "name": "Symfony Community",
8824 "homepage": "https://symfony.com/contributors"
8825 }
8826 ],
8827 "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
8828 "homepage": "https://symfony.com",
8829 "keywords": [
8830 "compatibility",
8831 "polyfill",
8832 "portable",
8833 "shim"
8834 ],
8835 "time": "2019-11-27T13:56:44+00:00"
8836 },
8837 {
8838 "name": "symfony/polyfill-php73",
8839 "version": "v1.13.1",
8840 "source": {
8841 "type": "git",
8842 "url": "https://github.com/symfony/polyfill-php73.git",
8843 "reference": "4b0e2222c55a25b4541305a053013d5647d3a25f"
8844 },
8845 "dist": {
8846 "type": "zip",
8847 "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/4b0e2222c55a25b4541305a053013d5647d3a25f",
8848 "reference": "4b0e2222c55a25b4541305a053013d5647d3a25f",
8849 "shasum": ""
8850 },
8851 "require": {
8852 "php": ">=5.3.3"
8853 },
8854 "type": "library",
8855 "extra": {
8856 "branch-alias": {
8857 "dev-master": "1.13-dev"
8858 }
8859 },
8860 "autoload": {
8861 "psr-4": {
8862 "Symfony\\Polyfill\\Php73\\": ""
8863 },
8864 "files": [
8865 "bootstrap.php"
8866 ],
8867 "classmap": [
8868 "Resources/stubs"
8869 ]
8870 },
8871 "notification-url": "https://packagist.org/downloads/",
8872 "license": [
8873 "MIT"
8874 ],
8875 "authors": [
8876 {
8877 "name": "Nicolas Grekas",
8878 "email": "p@tchwork.com"
8879 },
8880 {
8881 "name": "Symfony Community",
8882 "homepage": "https://symfony.com/contributors"
8883 }
8884 ],
8885 "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
8886 "homepage": "https://symfony.com",
8887 "keywords": [
8888 "compatibility",
8889 "polyfill",
8890 "portable",
8891 "shim"
8892 ],
8893 "time": "2019-11-27T16:25:15+00:00"
8894 },
8895 {
8896 "name": "symfony/polyfill-util",
8897 "version": "v1.13.1",
8898 "source": {
8899 "type": "git",
8900 "url": "https://github.com/symfony/polyfill-util.git",
8901 "reference": "964a67f293b66b95883a5ed918a65354fcd2258f"
8902 },
8903 "dist": {
8904 "type": "zip",
8905 "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/964a67f293b66b95883a5ed918a65354fcd2258f",
8906 "reference": "964a67f293b66b95883a5ed918a65354fcd2258f",
8907 "shasum": ""
8908 },
8909 "require": {
8910 "php": ">=5.3.3"
8911 },
8912 "type": "library",
8913 "extra": {
8914 "branch-alias": {
8915 "dev-master": "1.13-dev"
8916 }
8917 },
8918 "autoload": {
8919 "psr-4": {
8920 "Symfony\\Polyfill\\Util\\": ""
8921 }
8922 },
8923 "notification-url": "https://packagist.org/downloads/",
8924 "license": [
8925 "MIT"
8926 ],
8927 "authors": [
8928 {
8929 "name": "Nicolas Grekas",
8930 "email": "p@tchwork.com"
8931 },
8932 {
8933 "name": "Symfony Community",
8934 "homepage": "https://symfony.com/contributors"
8935 }
8936 ],
8937 "description": "Symfony utilities for portability of PHP codes",
8938 "homepage": "https://symfony.com",
8939 "keywords": [
8940 "compat",
8941 "compatibility",
8942 "polyfill",
8943 "shim"
8944 ],
8945 "time": "2019-11-27T13:56:44+00:00"
8946 },
8947 {
8948 "name": "symfony/service-contracts",
8949 "version": "v1.1.8",
8950 "source": {
8951 "type": "git",
8952 "url": "https://github.com/symfony/service-contracts.git",
8953 "reference": "ffc7f5692092df31515df2a5ecf3b7302b3ddacf"
8954 },
8955 "dist": {
8956 "type": "zip",
8957 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/ffc7f5692092df31515df2a5ecf3b7302b3ddacf",
8958 "reference": "ffc7f5692092df31515df2a5ecf3b7302b3ddacf",
8959 "shasum": ""
8960 },
8961 "require": {
8962 "php": "^7.1.3",
8963 "psr/container": "^1.0"
8964 },
8965 "suggest": {
8966 "symfony/service-implementation": ""
8967 },
8968 "type": "library",
8969 "extra": {
8970 "branch-alias": {
8971 "dev-master": "1.1-dev"
8972 }
8973 },
8974 "autoload": {
8975 "psr-4": {
8976 "Symfony\\Contracts\\Service\\": ""
8977 }
8978 },
8979 "notification-url": "https://packagist.org/downloads/",
8980 "license": [
8981 "MIT"
8982 ],
8983 "authors": [
8984 {
8985 "name": "Nicolas Grekas",
8986 "email": "p@tchwork.com"
8987 },
8988 {
8989 "name": "Symfony Community",
8990 "homepage": "https://symfony.com/contributors"
8991 }
8992 ],
8993 "description": "Generic abstractions related to writing services",
8994 "homepage": "https://symfony.com",
8995 "keywords": [
8996 "abstractions",
8997 "contracts",
8998 "decoupling",
8999 "interfaces",
9000 "interoperability",
9001 "standards"
9002 ],
9003 "time": "2019-10-14T12:27:06+00:00"
9004 },
9005 {
9006 "name": "symfony/swiftmailer-bundle",
9007 "version": "v3.3.1",
9008 "source": {
9009 "type": "git",
9010 "url": "https://github.com/symfony/swiftmailer-bundle.git",
9011 "reference": "defa9bdfc0191ed70b389cb93c550c6c82cf1745"
9012 },
9013 "dist": {
9014 "type": "zip",
9015 "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/defa9bdfc0191ed70b389cb93c550c6c82cf1745",
9016 "reference": "defa9bdfc0191ed70b389cb93c550c6c82cf1745",
9017 "shasum": ""
9018 },
9019 "require": {
9020 "php": ">=7.0.0",
9021 "swiftmailer/swiftmailer": "^6.1.3",
9022 "symfony/config": "^3.4|^4.0|^5.0",
9023 "symfony/dependency-injection": "^3.4|^4.0|^5.0",
9024 "symfony/http-kernel": "^3.4|^4.0|^5.0"
9025 },
9026 "conflict": {
9027 "twig/twig": "<1.41|<2.10"
9028 },
9029 "require-dev": {
9030 "symfony/console": "^3.4|^4.0|^5.0",
9031 "symfony/framework-bundle": "^3.4|^4.0|^5.0",
9032 "symfony/phpunit-bridge": "^3.4.32|^4.3.5|^5.0",
9033 "symfony/yaml": "^3.4|^4.0|^5.0"
9034 },
9035 "suggest": {
9036 "psr/log": "Allows logging"
9037 },
9038 "type": "symfony-bundle",
9039 "extra": {
9040 "branch-alias": {
9041 "dev-master": "3.3-dev"
9042 }
9043 },
9044 "autoload": {
9045 "psr-4": {
9046 "Symfony\\Bundle\\SwiftmailerBundle\\": ""
9047 },
9048 "exclude-from-classmap": [
9049 "/Tests/"
9050 ]
9051 },
9052 "notification-url": "https://packagist.org/downloads/",
9053 "license": [
9054 "MIT"
9055 ],
9056 "authors": [
9057 {
9058 "name": "Fabien Potencier",
9059 "email": "fabien@symfony.com"
9060 },
9061 {
9062 "name": "Symfony Community",
9063 "homepage": "http://symfony.com/contributors"
9064 }
9065 ],
9066 "description": "Symfony SwiftmailerBundle",
9067 "homepage": "http://symfony.com",
9068 "time": "2019-11-07T21:01:35+00:00"
9069 },
9070 {
9071 "name": "symfony/symfony",
9072 "version": "v3.4.37",
9073 "source": {
9074 "type": "git",
9075 "url": "https://github.com/symfony/symfony.git",
9076 "reference": "1bd873459b36cf505c7b515ba6e0e2ee40890b8a"
9077 },
9078 "dist": {
9079 "type": "zip",
9080 "url": "https://api.github.com/repos/symfony/symfony/zipball/1bd873459b36cf505c7b515ba6e0e2ee40890b8a",
9081 "reference": "1bd873459b36cf505c7b515ba6e0e2ee40890b8a",
9082 "shasum": ""
9083 },
9084 "require": {
9085 "doctrine/common": "~2.4",
9086 "ext-xml": "*",
9087 "fig/link-util": "^1.0",
9088 "php": "^5.5.9|>=7.0.8",
9089 "psr/cache": "~1.0",
9090 "psr/container": "^1.0",
9091 "psr/link": "^1.0",
9092 "psr/log": "~1.0",
9093 "psr/simple-cache": "^1.0",
9094 "symfony/polyfill-apcu": "~1.1",
9095 "symfony/polyfill-ctype": "~1.8",
9096 "symfony/polyfill-intl-icu": "~1.0",
9097 "symfony/polyfill-mbstring": "~1.0",
9098 "symfony/polyfill-php56": "~1.0",
9099 "symfony/polyfill-php70": "~1.6",
9100 "twig/twig": "^1.41|^2.10"
9101 },
9102 "conflict": {
9103 "monolog/monolog": ">=2",
9104 "phpdocumentor/reflection-docblock": "<3.0||>=3.2.0,<3.2.2",
9105 "phpdocumentor/type-resolver": "<0.3.0",
9106 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
9107 },
9108 "provide": {
9109 "psr/cache-implementation": "1.0",
9110 "psr/container-implementation": "1.0",
9111 "psr/log-implementation": "1.0",
9112 "psr/simple-cache-implementation": "1.0"
9113 },
9114 "replace": {
9115 "symfony/asset": "self.version",
9116 "symfony/browser-kit": "self.version",
9117 "symfony/cache": "self.version",
9118 "symfony/class-loader": "self.version",
9119 "symfony/config": "self.version",
9120 "symfony/console": "self.version",
9121 "symfony/css-selector": "self.version",
9122 "symfony/debug": "self.version",
9123 "symfony/debug-bundle": "self.version",
9124 "symfony/dependency-injection": "self.version",
9125 "symfony/doctrine-bridge": "self.version",
9126 "symfony/dom-crawler": "self.version",
9127 "symfony/dotenv": "self.version",
9128 "symfony/event-dispatcher": "self.version",
9129 "symfony/expression-language": "self.version",
9130 "symfony/filesystem": "self.version",
9131 "symfony/finder": "self.version",
9132 "symfony/form": "self.version",
9133 "symfony/framework-bundle": "self.version",
9134 "symfony/http-foundation": "self.version",
9135 "symfony/http-kernel": "self.version",
9136 "symfony/inflector": "self.version",
9137 "symfony/intl": "self.version",
9138 "symfony/ldap": "self.version",
9139 "symfony/lock": "self.version",
9140 "symfony/monolog-bridge": "self.version",
9141 "symfony/options-resolver": "self.version",
9142 "symfony/process": "self.version",
9143 "symfony/property-access": "self.version",
9144 "symfony/property-info": "self.version",
9145 "symfony/proxy-manager-bridge": "self.version",
9146 "symfony/routing": "self.version",
9147 "symfony/security": "self.version",
9148 "symfony/security-bundle": "self.version",
9149 "symfony/security-core": "self.version",
9150 "symfony/security-csrf": "self.version",
9151 "symfony/security-guard": "self.version",
9152 "symfony/security-http": "self.version",
9153 "symfony/serializer": "self.version",
9154 "symfony/stopwatch": "self.version",
9155 "symfony/templating": "self.version",
9156 "symfony/translation": "self.version",
9157 "symfony/twig-bridge": "self.version",
9158 "symfony/twig-bundle": "self.version",
9159 "symfony/validator": "self.version",
9160 "symfony/var-dumper": "self.version",
9161 "symfony/web-link": "self.version",
9162 "symfony/web-profiler-bundle": "self.version",
9163 "symfony/web-server-bundle": "self.version",
9164 "symfony/workflow": "self.version",
9165 "symfony/yaml": "self.version"
9166 },
9167 "require-dev": {
9168 "cache/integration-tests": "dev-master",
9169 "doctrine/annotations": "~1.0",
9170 "doctrine/cache": "~1.6",
9171 "doctrine/data-fixtures": "1.0.*",
9172 "doctrine/dbal": "~2.4",
9173 "doctrine/doctrine-bundle": "~1.4",
9174 "doctrine/orm": "~2.4,>=2.4.5",
9175 "egulias/email-validator": "~1.2,>=1.2.8|~2.0",
9176 "monolog/monolog": "~1.11",
9177 "ocramius/proxy-manager": "~0.4|~1.0|~2.0",
9178 "phpdocumentor/reflection-docblock": "^3.0|^4.0",
9179 "predis/predis": "~1.0",
9180 "symfony/phpunit-bridge": "^3.4.31|^4.3.4|~5.0",
9181 "symfony/security-acl": "~2.8|~3.0"
9182 },
9183 "type": "library",
9184 "extra": {
9185 "branch-alias": {
9186 "dev-master": "3.4-dev"
9187 }
9188 },
9189 "autoload": {
9190 "psr-4": {
9191 "Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/",
9192 "Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/",
9193 "Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/",
9194 "Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/",
9195 "Symfony\\Bundle\\": "src/Symfony/Bundle/",
9196 "Symfony\\Component\\": "src/Symfony/Component/"
9197 },
9198 "classmap": [
9199 "src/Symfony/Component/Intl/Resources/stubs"
9200 ],
9201 "exclude-from-classmap": [
9202 "**/Tests/"
9203 ]
9204 },
9205 "notification-url": "https://packagist.org/downloads/",
9206 "license": [
9207 "MIT"
9208 ],
9209 "authors": [
9210 {
9211 "name": "Fabien Potencier",
9212 "email": "fabien@symfony.com"
9213 },
9214 {
9215 "name": "Symfony Community",
9216 "homepage": "https://symfony.com/contributors"
9217 }
9218 ],
9219 "description": "The Symfony PHP framework",
9220 "homepage": "https://symfony.com",
9221 "keywords": [
9222 "framework"
9223 ],
9224 "time": "2020-01-21T12:30:09+00:00"
9225 },
9226 {
9227 "name": "true/punycode",
9228 "version": "v2.1.1",
9229 "source": {
9230 "type": "git",
9231 "url": "https://github.com/true/php-punycode.git",
9232 "reference": "a4d0c11a36dd7f4e7cd7096076cab6d3378a071e"
9233 },
9234 "dist": {
9235 "type": "zip",
9236 "url": "https://api.github.com/repos/true/php-punycode/zipball/a4d0c11a36dd7f4e7cd7096076cab6d3378a071e",
9237 "reference": "a4d0c11a36dd7f4e7cd7096076cab6d3378a071e",
9238 "shasum": ""
9239 },
9240 "require": {
9241 "php": ">=5.3.0",
9242 "symfony/polyfill-mbstring": "^1.3"
9243 },
9244 "require-dev": {
9245 "phpunit/phpunit": "~4.7",
9246 "squizlabs/php_codesniffer": "~2.0"
9247 },
9248 "type": "library",
9249 "autoload": {
9250 "psr-4": {
9251 "TrueBV\\": "src/"
9252 }
9253 },
9254 "notification-url": "https://packagist.org/downloads/",
9255 "license": [
9256 "MIT"
9257 ],
9258 "authors": [
9259 {
9260 "name": "Renan Gonçalves",
9261 "email": "renan.saddam@gmail.com"
9262 }
9263 ],
9264 "description": "A Bootstring encoding of Unicode for Internationalized Domain Names in Applications (IDNA)",
9265 "homepage": "https://github.com/true/php-punycode",
9266 "keywords": [
9267 "idna",
9268 "punycode"
9269 ],
9270 "time": "2016-11-16T10:37:54+00:00"
9271 },
9272 {
9273 "name": "twig/extensions",
9274 "version": "v1.5.4",
9275 "source": {
9276 "type": "git",
9277 "url": "https://github.com/twigphp/Twig-extensions.git",
9278 "reference": "57873c8b0c1be51caa47df2cdb824490beb16202"
9279 },
9280 "dist": {
9281 "type": "zip",
9282 "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/57873c8b0c1be51caa47df2cdb824490beb16202",
9283 "reference": "57873c8b0c1be51caa47df2cdb824490beb16202",
9284 "shasum": ""
9285 },
9286 "require": {
9287 "twig/twig": "^1.27|^2.0"
9288 },
9289 "require-dev": {
9290 "symfony/phpunit-bridge": "^3.4",
9291 "symfony/translation": "^2.7|^3.4"
9292 },
9293 "suggest": {
9294 "symfony/translation": "Allow the time_diff output to be translated"
9295 },
9296 "type": "library",
9297 "extra": {
9298 "branch-alias": {
9299 "dev-master": "1.5-dev"
9300 }
9301 },
9302 "autoload": {
9303 "psr-0": {
9304 "Twig_Extensions_": "lib/"
9305 },
9306 "psr-4": {
9307 "Twig\\Extensions\\": "src/"
9308 }
9309 },
9310 "notification-url": "https://packagist.org/downloads/",
9311 "license": [
9312 "MIT"
9313 ],
9314 "authors": [
9315 {
9316 "name": "Fabien Potencier",
9317 "email": "fabien@symfony.com"
9318 }
9319 ],
9320 "description": "Common additional features for Twig that do not directly belong in core",
9321 "keywords": [
9322 "i18n",
9323 "text"
9324 ],
9325 "time": "2018-12-05T18:34:18+00:00"
9326 },
9327 {
9328 "name": "twig/twig",
9329 "version": "v2.12.3",
9330 "source": {
9331 "type": "git",
9332 "url": "https://github.com/twigphp/Twig.git",
9333 "reference": "97b6311585cae66a26833b14b33785f5797f7d39"
9334 },
9335 "dist": {
9336 "type": "zip",
9337 "url": "https://api.github.com/repos/twigphp/Twig/zipball/97b6311585cae66a26833b14b33785f5797f7d39",
9338 "reference": "97b6311585cae66a26833b14b33785f5797f7d39",
9339 "shasum": ""
9340 },
9341 "require": {
9342 "php": "^7.0",
9343 "symfony/polyfill-ctype": "^1.8",
9344 "symfony/polyfill-mbstring": "^1.3"
9345 },
9346 "require-dev": {
9347 "psr/container": "^1.0",
9348 "symfony/phpunit-bridge": "^4.4|^5.0"
9349 },
9350 "type": "library",
9351 "extra": {
9352 "branch-alias": {
9353 "dev-master": "2.12-dev"
9354 }
9355 },
9356 "autoload": {
9357 "psr-0": {
9358 "Twig_": "lib/"
9359 },
9360 "psr-4": {
9361 "Twig\\": "src/"
9362 }
9363 },
9364 "notification-url": "https://packagist.org/downloads/",
9365 "license": [
9366 "BSD-3-Clause"
9367 ],
9368 "authors": [
9369 {
9370 "name": "Fabien Potencier",
9371 "email": "fabien@symfony.com",
9372 "homepage": "http://fabien.potencier.org",
9373 "role": "Lead Developer"
9374 },
9375 {
9376 "name": "Twig Team",
9377 "role": "Contributors"
9378 },
9379 {
9380 "name": "Armin Ronacher",
9381 "email": "armin.ronacher@active-4.com",
9382 "role": "Project Founder"
9383 }
9384 ],
9385 "description": "Twig, the flexible, fast, and secure template language for PHP",
9386 "homepage": "https://twig.symfony.com",
9387 "keywords": [
9388 "templating"
9389 ],
9390 "time": "2019-12-28T07:12:03+00:00"
9391 },
9392 {
9393 "name": "wallabag/php-mobi",
9394 "version": "1.1.0",
9395 "source": {
9396 "type": "git",
9397 "url": "https://github.com/wallabag/php-mobi.git",
9398 "reference": "bfe9c18d038e5ca24664cfdab107a645ac57c9b5"
9399 },
9400 "dist": {
9401 "type": "zip",
9402 "url": "https://api.github.com/repos/wallabag/php-mobi/zipball/bfe9c18d038e5ca24664cfdab107a645ac57c9b5",
9403 "reference": "bfe9c18d038e5ca24664cfdab107a645ac57c9b5",
9404 "shasum": ""
9405 },
9406 "require": {
9407 "php": ">=5.3.0",
9408 "symfony/polyfill-mbstring": "^1.12"
9409 },
9410 "type": "library",
9411 "autoload": {
9412 "files": [
9413 "MOBIClass/MOBI.php"
9414 ]
9415 },
9416 "notification-url": "https://packagist.org/downloads/",
9417 "license": [
9418 "Apache-2.0"
9419 ],
9420 "authors": [
9421 {
9422 "name": "Sander Kromwijk",
9423 "email": "s.kromwijk@gmail.co",
9424 "role": "Original developer"
9425 },
9426 {
9427 "name": "Nicolas Lœuillet",
9428 "email": "nicolas@loeuillet.org",
9429 "homepage": "http://www.cdetc.fr"
9430 }
9431 ],
9432 "description": "A Mobipocket file (.mobi) creator in PHP.",
9433 "homepage": "https://github.com/wallabag/php-mobi",
9434 "time": "2019-08-08T12:26:23+00:00"
9435 },
9436 {
9437 "name": "wallabag/tcpdf",
9438 "version": "6.2.26",
9439 "source": {
9440 "type": "git",
9441 "url": "https://github.com/wallabag/TCPDF.git",
9442 "reference": "bf590f0604bcef1ae6fa3145649cf997f3564477"
9443 },
9444 "dist": {
9445 "type": "zip",
9446 "url": "https://api.github.com/repos/wallabag/TCPDF/zipball/bf590f0604bcef1ae6fa3145649cf997f3564477",
9447 "reference": "bf590f0604bcef1ae6fa3145649cf997f3564477",
9448 "shasum": ""
9449 },
9450 "require": {
9451 "php": ">=5.3.0"
9452 },
9453 "replace": {
9454 "tecnickcom/tcpdf": "6.2.*"
9455 },
9456 "type": "library",
9457 "autoload": {
9458 "classmap": [
9459 "fonts",
9460 "config",
9461 "include",
9462 "tcpdf.php",
9463 "tcpdf_parser.php",
9464 "tcpdf_import.php",
9465 "tcpdf_barcodes_1d.php",
9466 "tcpdf_barcodes_2d.php",
9467 "include/tcpdf_colors.php",
9468 "include/tcpdf_filters.php",
9469 "include/tcpdf_font_data.php",
9470 "include/tcpdf_fonts.php",
9471 "include/tcpdf_images.php",
9472 "include/tcpdf_static.php",
9473 "include/barcodes/datamatrix.php",
9474 "include/barcodes/pdf417.php",
9475 "include/barcodes/qrcode.php"
9476 ]
9477 },
9478 "notification-url": "https://packagist.org/downloads/",
9479 "license": [
9480 "LGPL-3.0"
9481 ],
9482 "authors": [
9483 {
9484 "name": "Nicola Asuni",
9485 "email": "info@tecnick.com",
9486 "homepage": "http://nicolaasuni.tecnick.com",
9487 "role": "Main developer"
9488 },
9489 {
9490 "name": "wallabag/core",
9491 "homepage": "https://www.wallabag.org",
9492 "role": "Developers"
9493 }
9494 ],
9495 "description": "Keeping a working 6.2.x TCPDF version.",
9496 "homepage": "https://www.wallabag.org/",
9497 "keywords": [
9498 "PDFD32000-2008",
9499 "TCPDF",
9500 "barcodes",
9501 "datamatrix",
9502 "pdf",
9503 "pdf417",
9504 "qrcode"
9505 ],
9506 "time": "2018-10-25T06:56:14+00:00"
9507 },
9508 {
9509 "name": "white-october/pagerfanta-bundle",
9510 "version": "v1.3.2",
9511 "source": {
9512 "type": "git",
9513 "url": "https://github.com/whiteoctober/WhiteOctoberPagerfantaBundle.git",
9514 "reference": "6df560869b5e09a3acf920890ab40598998b30ae"
9515 },
9516 "dist": {
9517 "type": "zip",
9518 "url": "https://api.github.com/repos/whiteoctober/WhiteOctoberPagerfantaBundle/zipball/6df560869b5e09a3acf920890ab40598998b30ae",
9519 "reference": "6df560869b5e09a3acf920890ab40598998b30ae",
9520 "shasum": ""
9521 },
9522 "require": {
9523 "pagerfanta/pagerfanta": "^1.1.0|^2.0.0",
9524 "php": ">=5.3.3",
9525 "symfony/framework-bundle": "~2.3|~3.0|~4.0",
9526 "symfony/property-access": "~2.3|~3.0|~4.0",
9527 "symfony/translation": "~2.3|~3.0|~4.0",
9528 "symfony/twig-bundle": "~2.3|~3.0|~4.0"
9529 },
9530 "conflict": {
9531 "twig/twig": "<1.34|>=2.0,<2.4"
9532 },
9533 "require-dev": {
9534 "phpunit/phpunit": "~3.7|~4.0|^5.0",
9535 "symfony/symfony": "~2.3|~3.0|~4.0"
9536 },
9537 "type": "symfony-bundle",
9538 "extra": {
9539 "branch-alias": {
9540 "dev-master": "1.0.x-dev"
9541 }
9542 },
9543 "autoload": {
9544 "psr-4": {
9545 "WhiteOctober\\PagerfantaBundle\\": ""
9546 },
9547 "exclude-from-classmap": [
9548 "Tests/",
9549 "TestsProject/"
9550 ]
9551 },
9552 "notification-url": "https://packagist.org/downloads/",
9553 "license": [
9554 "MIT"
9555 ],
9556 "authors": [
9557 {
9558 "name": "Pablo Díez",
9559 "email": "pablodip@gmail.com"
9560 }
9561 ],
9562 "description": "Bundle to use Pagerfanta with Symfony2",
9563 "keywords": [
9564 "page",
9565 "paging"
9566 ],
9567 "time": "2019-12-02T14:19:37+00:00"
9568 },
9569 {
9570 "name": "willdurand/hateoas",
9571 "version": "2.12.0",
9572 "source": {
9573 "type": "git",
9574 "url": "https://github.com/willdurand/Hateoas.git",
9575 "reference": "71b1af62b398dc9a870ac0b16c84bdc23a76a5c5"
9576 },
9577 "dist": {
9578 "type": "zip",
9579 "url": "https://api.github.com/repos/willdurand/Hateoas/zipball/71b1af62b398dc9a870ac0b16c84bdc23a76a5c5",
9580 "reference": "71b1af62b398dc9a870ac0b16c84bdc23a76a5c5",
9581 "shasum": ""
9582 },
9583 "require": {
9584 "doctrine/annotations": "~1.0",
9585 "doctrine/common": "~2.0",
9586 "jms/metadata": "~1.1",
9587 "jms/serializer": "^1.7",
9588 "php": "^5.5|^7.0",
9589 "phpoption/phpoption": ">=1.1.0,<2.0-dev",
9590 "symfony/expression-language": "~2.4 || ~3.0 || ~4.0"
9591 },
9592 "require-dev": {
9593 "pagerfanta/pagerfanta": "~1.0",
9594 "phpunit/phpunit": "~5",
9595 "symfony/dependency-injection": "~2.4 || ~3.0 || ~4.0",
9596 "symfony/routing": "~2.4 || ~3.0 || ~4.0",
9597 "symfony/yaml": "~2.4 || ~3.0 || ~4.0",
9598 "twig/twig": "~1.12"
9599 },
9600 "suggest": {
9601 "symfony/routing": "To use the SymfonyRouteFactory.",
9602 "symfony/yaml": "To use yaml based configuration.",
9603 "twig/twig": "To use the Twig extensions."
9604 },
9605 "type": "library",
9606 "extra": {
9607 "branch-alias": {
9608 "dev-master": "2.12-dev"
9609 }
9610 },
9611 "autoload": {
9612 "psr-0": {
9613 "Hateoas": "src/"
9614 }
9615 },
9616 "notification-url": "https://packagist.org/downloads/",
9617 "license": [
9618 "MIT"
9619 ],
9620 "authors": [
9621 {
9622 "name": "Adrien Brault",
9623 "email": "adrien.brault@gmail.com"
9624 },
9625 {
9626 "name": "William DURAND",
9627 "email": "william.durand1@gmail.com"
9628 }
9629 ],
9630 "description": "A PHP library to support implementing representations for HATEOAS REST web services",
9631 "time": "2018-02-23T17:05:31+00:00"
9632 },
9633 {
9634 "name": "willdurand/hateoas-bundle",
9635 "version": "1.4.0",
9636 "source": {
9637 "type": "git",
9638 "url": "https://github.com/willdurand/BazingaHateoasBundle.git",
9639 "reference": "d1f915fd4f8a7cd43a88a0ce97ffb28abe3a94fa"
9640 },
9641 "dist": {
9642 "type": "zip",
9643 "url": "https://api.github.com/repos/willdurand/BazingaHateoasBundle/zipball/d1f915fd4f8a7cd43a88a0ce97ffb28abe3a94fa",
9644 "reference": "d1f915fd4f8a7cd43a88a0ce97ffb28abe3a94fa",
9645 "shasum": ""
9646 },
9647 "require": {
9648 "jms/serializer-bundle": "~1.0 || ^2.0",
9649 "php": ">5.4 |^7.0",
9650 "symfony/framework-bundle": "~2.3 || ~3.0 || ~4.0",
9651 "willdurand/hateoas": "^2.10.0"
9652 },
9653 "require-dev": {
9654 "phpunit/phpunit": "~4.5 || ~5.0",
9655 "symfony/expression-language": "~2.4 || ~3.0 || ~4.0",
9656 "symfony/stopwatch": "~2.4 || ~3.0 || ~4.0",
9657 "twig/twig": "~1.12"
9658 },
9659 "type": "symfony-bundle",
9660 "extra": {
9661 "branch-alias": {
9662 "dev-master": "1.4-dev"
9663 }
9664 },
9665 "autoload": {
9666 "psr-4": {
9667 "Bazinga\\Bundle\\HateoasBundle\\": ""
9668 }
9669 },
9670 "notification-url": "https://packagist.org/downloads/",
9671 "license": [
9672 "MIT"
9673 ],
9674 "authors": [
9675 {
9676 "name": "William DURAND",
9677 "email": "william.durand1@gmail.com"
9678 }
9679 ],
9680 "description": "Integration of Hateoas into Symfony2.",
9681 "keywords": [
9682 "HATEOAS",
9683 "rest"
9684 ],
9685 "time": "2018-01-27T13:03:07+00:00"
9686 },
9687 {
9688 "name": "willdurand/jsonp-callback-validator",
9689 "version": "v1.1.0",
9690 "source": {
9691 "type": "git",
9692 "url": "https://github.com/willdurand/JsonpCallbackValidator.git",
9693 "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909"
9694 },
9695 "dist": {
9696 "type": "zip",
9697 "url": "https://api.github.com/repos/willdurand/JsonpCallbackValidator/zipball/1a7d388bb521959e612ef50c5c7b1691b097e909",
9698 "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909",
9699 "shasum": ""
9700 },
9701 "require": {
9702 "php": ">=5.3.0"
9703 },
9704 "require-dev": {
9705 "phpunit/phpunit": "~3.7"
9706 },
9707 "type": "library",
9708 "autoload": {
9709 "psr-0": {
9710 "JsonpCallbackValidator": "src/"
9711 }
9712 },
9713 "notification-url": "https://packagist.org/downloads/",
9714 "license": [
9715 "MIT"
9716 ],
9717 "authors": [
9718 {
9719 "name": "William Durand",
9720 "email": "william.durand1@gmail.com",
9721 "homepage": "http://www.willdurand.fr"
9722 }
9723 ],
9724 "description": "JSONP callback validator.",
9725 "time": "2014-01-20T22:35:06+00:00"
9726 },
9727 {
9728 "name": "willdurand/negotiation",
9729 "version": "v2.3.1",
9730 "source": {
9731 "type": "git",
9732 "url": "https://github.com/willdurand/Negotiation.git",
9733 "reference": "03436ededa67c6e83b9b12defac15384cb399dc9"
9734 },
9735 "dist": {
9736 "type": "zip",
9737 "url": "https://api.github.com/repos/willdurand/Negotiation/zipball/03436ededa67c6e83b9b12defac15384cb399dc9",
9738 "reference": "03436ededa67c6e83b9b12defac15384cb399dc9",
9739 "shasum": ""
9740 },
9741 "require": {
9742 "php": ">=5.4.0"
9743 },
9744 "require-dev": {
9745 "phpunit/phpunit": "~4.5"
9746 },
9747 "type": "library",
9748 "extra": {
9749 "branch-alias": {
9750 "dev-master": "2.3-dev"
9751 }
9752 },
9753 "autoload": {
9754 "psr-4": {
9755 "Negotiation\\": "src/Negotiation"
9756 }
9757 },
9758 "notification-url": "https://packagist.org/downloads/",
9759 "license": [
9760 "MIT"
9761 ],
9762 "authors": [
9763 {
9764 "name": "William Durand",
9765 "email": "will+git@drnd.me"
9766 }
9767 ],
9768 "description": "Content Negotiation tools for PHP provided as a standalone library.",
9769 "homepage": "http://williamdurand.fr/Negotiation/",
9770 "keywords": [
9771 "accept",
9772 "content",
9773 "format",
9774 "header",
9775 "negotiation"
9776 ],
9777 "time": "2017-05-14T17:21:12+00:00"
9778 },
9779 {
9780 "name": "zendframework/zend-code",
9781 "version": "3.4.1",
9782 "source": {
9783 "type": "git",
9784 "url": "https://github.com/zendframework/zend-code.git",
9785 "reference": "268040548f92c2bfcba164421c1add2ba43abaaa"
9786 },
9787 "dist": {
9788 "type": "zip",
9789 "url": "https://api.github.com/repos/zendframework/zend-code/zipball/268040548f92c2bfcba164421c1add2ba43abaaa",
9790 "reference": "268040548f92c2bfcba164421c1add2ba43abaaa",
9791 "shasum": ""
9792 },
9793 "require": {
9794 "php": "^7.1",
9795 "zendframework/zend-eventmanager": "^2.6 || ^3.0"
9796 },
9797 "conflict": {
9798 "phpspec/prophecy": "<1.9.0"
9799 },
9800 "require-dev": {
9801 "doctrine/annotations": "^1.7",
9802 "ext-phar": "*",
9803 "phpunit/phpunit": "^7.5.16 || ^8.4",
9804 "zendframework/zend-coding-standard": "^1.0",
9805 "zendframework/zend-stdlib": "^2.7 || ^3.0"
9806 },
9807 "suggest": {
9808 "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
9809 "zendframework/zend-stdlib": "Zend\\Stdlib component"
9810 },
9811 "type": "library",
9812 "extra": {
9813 "branch-alias": {
9814 "dev-master": "3.4.x-dev",
9815 "dev-develop": "3.5.x-dev",
9816 "dev-dev-4.0": "4.0.x-dev"
9817 }
9818 },
9819 "autoload": {
9820 "psr-4": {
9821 "Zend\\Code\\": "src/"
9822 }
9823 },
9824 "notification-url": "https://packagist.org/downloads/",
9825 "license": [
9826 "BSD-3-Clause"
9827 ],
9828 "description": "Extensions to the PHP Reflection API, static code scanning, and code generation",
9829 "keywords": [
9830 "ZendFramework",
9831 "code",
9832 "zf"
9833 ],
9834 "abandoned": "laminas/laminas-code",
9835 "time": "2019-12-10T19:21:15+00:00"
9836 },
9837 {
9838 "name": "zendframework/zend-diactoros",
9839 "version": "2.2.1",
9840 "source": {
9841 "type": "git",
9842 "url": "https://github.com/zendframework/zend-diactoros.git",
9843 "reference": "de5847b068362a88684a55b0dbb40d85986cfa52"
9844 },
9845 "dist": {
9846 "type": "zip",
9847 "url": "https://api.github.com/repos/zendframework/zend-diactoros/zipball/de5847b068362a88684a55b0dbb40d85986cfa52",
9848 "reference": "de5847b068362a88684a55b0dbb40d85986cfa52",
9849 "shasum": ""
9850 },
9851 "require": {
9852 "php": "^7.1",
9853 "psr/http-factory": "^1.0",
9854 "psr/http-message": "^1.0"
9855 },
9856 "provide": {
9857 "psr/http-factory-implementation": "1.0",
9858 "psr/http-message-implementation": "1.0"
9859 },
9860 "require-dev": {
9861 "ext-curl": "*",
9862 "ext-dom": "*",
9863 "ext-libxml": "*",
9864 "http-interop/http-factory-tests": "^0.5.0",
9865 "php-http/psr7-integration-tests": "dev-master",
9866 "phpunit/phpunit": "^7.0.2",
9867 "zendframework/zend-coding-standard": "~1.0.0"
9868 },
9869 "type": "library",
9870 "extra": {
9871 "branch-alias": {
9872 "dev-master": "2.1.x-dev",
9873 "dev-develop": "2.2.x-dev",
9874 "dev-release-1.8": "1.8.x-dev"
9875 }
9876 },
9877 "autoload": {
9878 "files": [
9879 "src/functions/create_uploaded_file.php",
9880 "src/functions/marshal_headers_from_sapi.php",
9881 "src/functions/marshal_method_from_sapi.php",
9882 "src/functions/marshal_protocol_version_from_sapi.php",
9883 "src/functions/marshal_uri_from_sapi.php",
9884 "src/functions/normalize_server.php",
9885 "src/functions/normalize_uploaded_files.php",
9886 "src/functions/parse_cookie_header.php"
9887 ],
9888 "psr-4": {
9889 "Zend\\Diactoros\\": "src/"
9890 }
9891 },
9892 "notification-url": "https://packagist.org/downloads/",
9893 "license": [
9894 "BSD-3-Clause"
9895 ],
9896 "description": "PSR HTTP Message implementations",
9897 "keywords": [
9898 "http",
9899 "psr",
9900 "psr-7"
9901 ],
9902 "abandoned": "laminas/laminas-diactoros",
9903 "time": "2019-11-13T19:16:13+00:00"
9904 },
9905 {
9906 "name": "zendframework/zend-eventmanager",
9907 "version": "3.2.1",
9908 "source": {
9909 "type": "git",
9910 "url": "https://github.com/zendframework/zend-eventmanager.git",
9911 "reference": "a5e2583a211f73604691586b8406ff7296a946dd"
9912 },
9913 "dist": {
9914 "type": "zip",
9915 "url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/a5e2583a211f73604691586b8406ff7296a946dd",
9916 "reference": "a5e2583a211f73604691586b8406ff7296a946dd",
9917 "shasum": ""
9918 },
9919 "require": {
9920 "php": "^5.6 || ^7.0"
9921 },
9922 "require-dev": {
9923 "athletic/athletic": "^0.1",
9924 "container-interop/container-interop": "^1.1.0",
9925 "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
9926 "zendframework/zend-coding-standard": "~1.0.0",
9927 "zendframework/zend-stdlib": "^2.7.3 || ^3.0"
9928 },
9929 "suggest": {
9930 "container-interop/container-interop": "^1.1.0, to use the lazy listeners feature",
9931 "zendframework/zend-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature"
9932 },
9933 "type": "library",
9934 "extra": {
9935 "branch-alias": {
9936 "dev-master": "3.2-dev",
9937 "dev-develop": "3.3-dev"
9938 }
9939 },
9940 "autoload": {
9941 "psr-4": {
9942 "Zend\\EventManager\\": "src/"
9943 }
9944 },
9945 "notification-url": "https://packagist.org/downloads/",
9946 "license": [
9947 "BSD-3-Clause"
9948 ],
9949 "description": "Trigger and listen to events within a PHP application",
9950 "homepage": "https://github.com/zendframework/zend-eventmanager",
9951 "keywords": [
9952 "event",
9953 "eventmanager",
9954 "events",
9955 "zf2"
9956 ],
9957 "abandoned": "laminas/laminas-eventmanager",
9958 "time": "2018-04-25T15:33:34+00:00"
9959 }
9960 ],
9961 "packages-dev": [
9962 {
9963 "name": "composer/semver",
9964 "version": "1.5.0",
9965 "source": {
9966 "type": "git",
9967 "url": "https://github.com/composer/semver.git",
9968 "reference": "46d9139568ccb8d9e7cdd4539cab7347568a5e2e"
9969 },
9970 "dist": {
9971 "type": "zip",
9972 "url": "https://api.github.com/repos/composer/semver/zipball/46d9139568ccb8d9e7cdd4539cab7347568a5e2e",
9973 "reference": "46d9139568ccb8d9e7cdd4539cab7347568a5e2e",
9974 "shasum": ""
9975 },
9976 "require": {
9977 "php": "^5.3.2 || ^7.0"
9978 },
9979 "require-dev": {
9980 "phpunit/phpunit": "^4.5 || ^5.0.5",
9981 "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
9982 },
9983 "type": "library",
9984 "extra": {
9985 "branch-alias": {
9986 "dev-master": "1.x-dev"
9987 }
9988 },
9989 "autoload": {
9990 "psr-4": {
9991 "Composer\\Semver\\": "src"
9992 }
9993 },
9994 "notification-url": "https://packagist.org/downloads/",
9995 "license": [
9996 "MIT"
9997 ],
9998 "authors": [
9999 {
10000 "name": "Nils Adermann",
10001 "email": "naderman@naderman.de",
10002 "homepage": "http://www.naderman.de"
10003 },
10004 {
10005 "name": "Jordi Boggiano",
10006 "email": "j.boggiano@seld.be",
10007 "homepage": "http://seld.be"
10008 },
10009 {
10010 "name": "Rob Bast",
10011 "email": "rob.bast@gmail.com",
10012 "homepage": "http://robbast.nl"
10013 }
10014 ],
10015 "description": "Semver library that offers utilities, version constraint parsing and validation.",
10016 "keywords": [
10017 "semantic",
10018 "semver",
10019 "validation",
10020 "versioning"
10021 ],
10022 "time": "2019-03-19T17:25:45+00:00"
10023 },
10024 {
10025 "name": "composer/xdebug-handler",
10026 "version": "1.4.0",
10027 "source": {
10028 "type": "git",
10029 "url": "https://github.com/composer/xdebug-handler.git",
10030 "reference": "cbe23383749496fe0f373345208b79568e4bc248"
10031 },
10032 "dist": {
10033 "type": "zip",
10034 "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/cbe23383749496fe0f373345208b79568e4bc248",
10035 "reference": "cbe23383749496fe0f373345208b79568e4bc248",
10036 "shasum": ""
10037 },
10038 "require": {
10039 "php": "^5.3.2 || ^7.0 || ^8.0",
10040 "psr/log": "^1.0"
10041 },
10042 "require-dev": {
10043 "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8"
10044 },
10045 "type": "library",
10046 "autoload": {
10047 "psr-4": {
10048 "Composer\\XdebugHandler\\": "src"
10049 }
10050 },
10051 "notification-url": "https://packagist.org/downloads/",
10052 "license": [
10053 "MIT"
10054 ],
10055 "authors": [
10056 {
10057 "name": "John Stevenson",
10058 "email": "john-stevenson@blueyonder.co.uk"
10059 }
10060 ],
10061 "description": "Restarts a process without Xdebug.",
10062 "keywords": [
10063 "Xdebug",
10064 "performance"
10065 ],
10066 "time": "2019-11-06T16:40:04+00:00"
10067 },
10068 {
10069 "name": "dama/doctrine-test-bundle",
10070 "version": "v5.0.3",
10071 "source": {
10072 "type": "git",
10073 "url": "https://github.com/dmaicher/doctrine-test-bundle.git",
10074 "reference": "29882b0d1a815f4819126ef714931bb24a31cbaa"
10075 },
10076 "dist": {
10077 "type": "zip",
10078 "url": "https://api.github.com/repos/dmaicher/doctrine-test-bundle/zipball/29882b0d1a815f4819126ef714931bb24a31cbaa",
10079 "reference": "29882b0d1a815f4819126ef714931bb24a31cbaa",
10080 "shasum": ""
10081 },
10082 "require": {
10083 "doctrine/dbal": "~2.5",
10084 "doctrine/doctrine-bundle": "~1.4",
10085 "php": "^7.1",
10086 "symfony/framework-bundle": "~2.7|~3.0|~4.0"
10087 },
10088 "require-dev": {
10089 "phpunit/phpunit": "~6.0|~7.0|~8.0",
10090 "symfony/phpunit-bridge": "~2.8|~3.0|~4.0",
10091 "symfony/yaml": "~2.8|~3.0|~4.0"
10092 },
10093 "type": "symfony-bundle",
10094 "extra": {
10095 "branch-alias": {
10096 "dev-master": "5.1.x-dev"
10097 }
10098 },
10099 "autoload": {
10100 "psr-4": {
10101 "DAMA\\DoctrineTestBundle\\": "src/DAMA/DoctrineTestBundle"
10102 }
10103 },
10104 "notification-url": "https://packagist.org/downloads/",
10105 "license": [
10106 "MIT"
10107 ],
10108 "authors": [
10109 {
10110 "name": "David Maicher",
10111 "email": "mail@dmaicher.de"
10112 }
10113 ],
10114 "description": "Symfony bundle to isolate doctrine database tests and improve test performance",
10115 "keywords": [
10116 "Symfony 3",
10117 "Symfony 4",
10118 "doctrine",
10119 "isolation",
10120 "performance",
10121 "symfony",
10122 "symfony 2",
10123 "tests"
10124 ],
10125 "time": "2019-03-22T10:34:17+00:00"
10126 },
10127 {
10128 "name": "doctrine/data-fixtures",
10129 "version": "1.3.3",
10130 "source": {
10131 "type": "git",
10132 "url": "https://github.com/doctrine/data-fixtures.git",
10133 "reference": "f0ee99c64922fc3f863715232b615c478a61b0a3"
10134 },
10135 "dist": {
10136 "type": "zip",
10137 "url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/f0ee99c64922fc3f863715232b615c478a61b0a3",
10138 "reference": "f0ee99c64922fc3f863715232b615c478a61b0a3",
10139 "shasum": ""
10140 },
10141 "require": {
10142 "doctrine/common": "~2.2",
10143 "php": "^7.1"
10144 },
10145 "conflict": {
10146 "doctrine/phpcr-odm": "<1.3.0"
10147 },
10148 "require-dev": {
10149 "alcaeus/mongo-php-adapter": "^1.1",
10150 "doctrine/dbal": "^2.5.4",
10151 "doctrine/mongodb-odm": "^1.3.0",
10152 "doctrine/orm": "^2.5.4",
10153 "phpunit/phpunit": "^7.0"
10154 },
10155 "suggest": {
10156 "alcaeus/mongo-php-adapter": "For using MongoDB ODM with PHP 7",
10157 "doctrine/mongodb-odm": "For loading MongoDB ODM fixtures",
10158 "doctrine/orm": "For loading ORM fixtures",
10159 "doctrine/phpcr-odm": "For loading PHPCR ODM fixtures"
10160 },
10161 "type": "library",
10162 "extra": {
10163 "branch-alias": {
10164 "dev-master": "1.3.x-dev"
10165 }
10166 },
10167 "autoload": {
10168 "psr-4": {
10169 "Doctrine\\Common\\DataFixtures\\": "lib/Doctrine/Common/DataFixtures"
10170 }
10171 },
10172 "notification-url": "https://packagist.org/downloads/",
10173 "license": [
10174 "MIT"
10175 ],
10176 "authors": [
10177 {
10178 "name": "Jonathan Wage",
10179 "email": "jonwage@gmail.com"
10180 }
10181 ],
10182 "description": "Data Fixtures for all Doctrine Object Managers",
10183 "homepage": "http://www.doctrine-project.org",
10184 "keywords": [
10185 "database"
10186 ],
10187 "time": "2019-10-24T04:52:28+00:00"
10188 },
10189 {
10190 "name": "doctrine/doctrine-fixtures-bundle",
10191 "version": "3.3.0",
10192 "source": {
10193 "type": "git",
10194 "url": "https://github.com/doctrine/DoctrineFixturesBundle.git",
10195 "reference": "8f07fcfdac7f3591f3c4bf13a50cbae05f65ed70"
10196 },
10197 "dist": {
10198 "type": "zip",
10199 "url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/8f07fcfdac7f3591f3c4bf13a50cbae05f65ed70",
10200 "reference": "8f07fcfdac7f3591f3c4bf13a50cbae05f65ed70",
10201 "shasum": ""
10202 },
10203 "require": {
10204 "doctrine/data-fixtures": "^1.3",
10205 "doctrine/doctrine-bundle": "^1.11|^2.0",
10206 "doctrine/orm": "^2.6.0",
10207 "php": "^7.1",
10208 "symfony/config": "^3.4|^4.3|^5.0",
10209 "symfony/console": "^3.4|^4.3|^5.0",
10210 "symfony/dependency-injection": "^3.4|^4.3|^5.0",
10211 "symfony/doctrine-bridge": "^3.4|^4.1|^5.0",
10212 "symfony/http-kernel": "^3.4|^4.3|^5.0"
10213 },
10214 "require-dev": {
10215 "doctrine/coding-standard": "^6.0",
10216 "phpunit/phpunit": "^7.4",
10217 "symfony/phpunit-bridge": "^4.1|^5.0"
10218 },
10219 "type": "symfony-bundle",
10220 "extra": {
10221 "branch-alias": {
10222 "dev-master": "3.3.x-dev"
10223 }
10224 },
10225 "autoload": {
10226 "psr-4": {
10227 "Doctrine\\Bundle\\FixturesBundle\\": ""
10228 }
10229 },
10230 "notification-url": "https://packagist.org/downloads/",
10231 "license": [
10232 "MIT"
10233 ],
10234 "authors": [
10235 {
10236 "name": "Fabien Potencier",
10237 "email": "fabien@symfony.com"
10238 },
10239 {
10240 "name": "Doctrine Project",
10241 "homepage": "http://www.doctrine-project.org"
10242 },
10243 {
10244 "name": "Symfony Community",
10245 "homepage": "http://symfony.com/contributors"
10246 }
10247 ],
10248 "description": "Symfony DoctrineFixturesBundle",
10249 "homepage": "http://www.doctrine-project.org",
10250 "keywords": [
10251 "Fixture",
10252 "persistence"
10253 ],
10254 "time": "2019-11-13T15:46:58+00:00"
10255 },
10256 {
10257 "name": "friendsofphp/php-cs-fixer",
10258 "version": "v2.16.1",
10259 "source": {
10260 "type": "git",
10261 "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
10262 "reference": "c8afb599858876e95e8ebfcd97812d383fa23f02"
10263 },
10264 "dist": {
10265 "type": "zip",
10266 "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/c8afb599858876e95e8ebfcd97812d383fa23f02",
10267 "reference": "c8afb599858876e95e8ebfcd97812d383fa23f02",
10268 "shasum": ""
10269 },
10270 "require": {
10271 "composer/semver": "^1.4",
10272 "composer/xdebug-handler": "^1.2",
10273 "doctrine/annotations": "^1.2",
10274 "ext-json": "*",
10275 "ext-tokenizer": "*",
10276 "php": "^5.6 || ^7.0",
10277 "php-cs-fixer/diff": "^1.3",
10278 "symfony/console": "^3.4.17 || ^4.1.6 || ^5.0",
10279 "symfony/event-dispatcher": "^3.0 || ^4.0 || ^5.0",
10280 "symfony/filesystem": "^3.0 || ^4.0 || ^5.0",
10281 "symfony/finder": "^3.0 || ^4.0 || ^5.0",
10282 "symfony/options-resolver": "^3.0 || ^4.0 || ^5.0",
10283 "symfony/polyfill-php70": "^1.0",
10284 "symfony/polyfill-php72": "^1.4",
10285 "symfony/process": "^3.0 || ^4.0 || ^5.0",
10286 "symfony/stopwatch": "^3.0 || ^4.0 || ^5.0"
10287 },
10288 "require-dev": {
10289 "johnkary/phpunit-speedtrap": "^1.1 || ^2.0 || ^3.0",
10290 "justinrainbow/json-schema": "^5.0",
10291 "keradus/cli-executor": "^1.2",
10292 "mikey179/vfsstream": "^1.6",
10293 "php-coveralls/php-coveralls": "^2.1",
10294 "php-cs-fixer/accessible-object": "^1.0",
10295 "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.1",
10296 "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.1",
10297 "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.1",
10298 "phpunitgoodpractices/traits": "^1.8",
10299 "symfony/phpunit-bridge": "^4.3 || ^5.0",
10300 "symfony/yaml": "^3.0 || ^4.0 || ^5.0"
10301 },
10302 "suggest": {
10303 "ext-mbstring": "For handling non-UTF8 characters in cache signature.",
10304 "php-cs-fixer/phpunit-constraint-isidenticalstring": "For IsIdenticalString constraint.",
10305 "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "For XmlMatchesXsd constraint.",
10306 "symfony/polyfill-mbstring": "When enabling `ext-mbstring` is not possible."
10307 },
10308 "bin": [
10309 "php-cs-fixer"
10310 ],
10311 "type": "application",
10312 "autoload": {
10313 "psr-4": {
10314 "PhpCsFixer\\": "src/"
10315 },
10316 "classmap": [
10317 "tests/Test/AbstractFixerTestCase.php",
10318 "tests/Test/AbstractIntegrationCaseFactory.php",
10319 "tests/Test/AbstractIntegrationTestCase.php",
10320 "tests/Test/Assert/AssertTokensTrait.php",
10321 "tests/Test/IntegrationCase.php",
10322 "tests/Test/IntegrationCaseFactory.php",
10323 "tests/Test/IntegrationCaseFactoryInterface.php",
10324 "tests/Test/InternalIntegrationCaseFactory.php",
10325 "tests/TestCase.php"
10326 ]
10327 },
10328 "notification-url": "https://packagist.org/downloads/",
10329 "license": [
10330 "MIT"
10331 ],
10332 "authors": [
10333 {
10334 "name": "Fabien Potencier",
10335 "email": "fabien@symfony.com"
10336 },
10337 {
10338 "name": "Dariusz Rumiński",
10339 "email": "dariusz.ruminski@gmail.com"
10340 }
10341 ],
10342 "description": "A tool to automatically fix PHP code style",
10343 "time": "2019-11-25T22:10:32+00:00"
10344 },
10345 {
10346 "name": "m6web/redis-mock",
10347 "version": "v5.0.0",
10348 "source": {
10349 "type": "git",
10350 "url": "https://github.com/M6Web/RedisMock.git",
10351 "reference": "1b7a1bcbb63d636b003643e88f785615e0a316bd"
10352 },
10353 "dist": {
10354 "type": "zip",
10355 "url": "https://api.github.com/repos/M6Web/RedisMock/zipball/1b7a1bcbb63d636b003643e88f785615e0a316bd",
10356 "reference": "1b7a1bcbb63d636b003643e88f785615e0a316bd",
10357 "shasum": ""
10358 },
10359 "require": {
10360 "php": ">=7.1.0"
10361 },
10362 "require-dev": {
10363 "atoum/atoum": "master-dev",
10364 "predis/predis": "~1.1"
10365 },
10366 "type": "library",
10367 "autoload": {
10368 "psr-0": {
10369 "M6Web\\Component\\RedisMock": "src/"
10370 }
10371 },
10372 "notification-url": "https://packagist.org/downloads/",
10373 "license": [
10374 "MIT"
10375 ],
10376 "authors": [
10377 {
10378 "name": "M6Web",
10379 "email": "opensource@m6web.fr",
10380 "homepage": "http://tech.m6web.fr/"
10381 }
10382 ],
10383 "description": "Library providing a PHP mock for Redis",
10384 "keywords": [
10385 "mock",
10386 "redis"
10387 ],
10388 "time": "2020-01-08T08:03:01+00:00"
10389 },
10390 {
10391 "name": "nette/bootstrap",
10392 "version": "v3.0.1",
10393 "source": {
10394 "type": "git",
10395 "url": "https://github.com/nette/bootstrap.git",
10396 "reference": "b45a1e33b6a44beb307756522396551e5a9ff249"
10397 },
10398 "dist": {
10399 "type": "zip",
10400 "url": "https://api.github.com/repos/nette/bootstrap/zipball/b45a1e33b6a44beb307756522396551e5a9ff249",
10401 "reference": "b45a1e33b6a44beb307756522396551e5a9ff249",
10402 "shasum": ""
10403 },
10404 "require": {
10405 "nette/di": "^3.0",
10406 "nette/utils": "^3.0",
10407 "php": ">=7.1"
10408 },
10409 "conflict": {
10410 "tracy/tracy": "<2.6"
10411 },
10412 "require-dev": {
10413 "latte/latte": "^2.2",
10414 "nette/application": "^3.0",
10415 "nette/caching": "^3.0",
10416 "nette/database": "^3.0",
10417 "nette/forms": "^3.0",
10418 "nette/http": "^3.0",
10419 "nette/mail": "^3.0",
10420 "nette/robot-loader": "^3.0",
10421 "nette/safe-stream": "^2.2",
10422 "nette/security": "^3.0",
10423 "nette/tester": "^2.0",
10424 "tracy/tracy": "^2.6"
10425 },
10426 "suggest": {
10427 "nette/robot-loader": "to use Configurator::createRobotLoader()",
10428 "tracy/tracy": "to use Configurator::enableTracy()"
10429 },
10430 "type": "library",
10431 "extra": {
10432 "branch-alias": {
10433 "dev-master": "3.0-dev"
10434 }
10435 },
10436 "autoload": {
10437 "classmap": [
10438 "src/"
10439 ]
10440 },
10441 "notification-url": "https://packagist.org/downloads/",
10442 "license": [
10443 "BSD-3-Clause",
10444 "GPL-2.0",
10445 "GPL-3.0"
10446 ],
10447 "authors": [
10448 {
10449 "name": "David Grudl",
10450 "homepage": "https://davidgrudl.com"
10451 },
10452 {
10453 "name": "Nette Community",
10454 "homepage": "https://nette.org/contributors"
10455 }
10456 ],
10457 "description": "🅱 Nette Bootstrap: the simple way to configure and bootstrap your Nette application.",
10458 "homepage": "https://nette.org",
10459 "keywords": [
10460 "bootstrapping",
10461 "configurator",
10462 "nette"
10463 ],
10464 "time": "2019-09-30T08:19:38+00:00"
10465 },
10466 {
10467 "name": "nette/di",
10468 "version": "v3.0.2",
10469 "source": {
10470 "type": "git",
10471 "url": "https://github.com/nette/di.git",
10472 "reference": "7ae47daa94b8dafbd0e8b6164e22e2d18d3e73ac"
10473 },
10474 "dist": {
10475 "type": "zip",
10476 "url": "https://api.github.com/repos/nette/di/zipball/7ae47daa94b8dafbd0e8b6164e22e2d18d3e73ac",
10477 "reference": "7ae47daa94b8dafbd0e8b6164e22e2d18d3e73ac",
10478 "shasum": ""
10479 },
10480 "require": {
10481 "ext-tokenizer": "*",
10482 "nette/neon": "^3.0",
10483 "nette/php-generator": "^3.3",
10484 "nette/robot-loader": "^3.2",
10485 "nette/schema": "^1.0",
10486 "nette/utils": "^3.0",
10487 "php": ">=7.1"
10488 },
10489 "conflict": {
10490 "nette/bootstrap": "<3.0"
10491 },
10492 "require-dev": {
10493 "nette/tester": "^2.2",
10494 "phpstan/phpstan": "^0.12",
10495 "tracy/tracy": "^2.3"
10496 },
10497 "type": "library",
10498 "extra": {
10499 "branch-alias": {
10500 "dev-master": "3.0-dev"
10501 }
10502 },
10503 "autoload": {
10504 "classmap": [
10505 "src/"
10506 ],
10507 "files": [
10508 "src/compatibility.php"
10509 ]
10510 },
10511 "notification-url": "https://packagist.org/downloads/",
10512 "license": [
10513 "BSD-3-Clause",
10514 "GPL-2.0",
10515 "GPL-3.0"
10516 ],
10517 "authors": [
10518 {
10519 "name": "David Grudl",
10520 "homepage": "https://davidgrudl.com"
10521 },
10522 {
10523 "name": "Nette Community",
10524 "homepage": "https://nette.org/contributors"
10525 }
10526 ],
10527 "description": "💎 Nette Dependency Injection Container: Flexible, compiled and full-featured DIC with perfectly usable autowiring and support for all new PHP 7.1 features.",
10528 "homepage": "https://nette.org",
10529 "keywords": [
10530 "compiled",
10531 "di",
10532 "dic",
10533 "factory",
10534 "ioc",
10535 "nette",
10536 "static"
10537 ],
10538 "time": "2019-12-17T04:03:21+00:00"
10539 },
10540 {
10541 "name": "nette/finder",
10542 "version": "v2.5.1",
10543 "source": {
10544 "type": "git",
10545 "url": "https://github.com/nette/finder.git",
10546 "reference": "14164e1ddd69e9c5f627ff82a10874b3f5bba5fe"
10547 },
10548 "dist": {
10549 "type": "zip",
10550 "url": "https://api.github.com/repos/nette/finder/zipball/14164e1ddd69e9c5f627ff82a10874b3f5bba5fe",
10551 "reference": "14164e1ddd69e9c5f627ff82a10874b3f5bba5fe",
10552 "shasum": ""
10553 },
10554 "require": {
10555 "nette/utils": "^2.4 || ~3.0.0",
10556 "php": ">=7.1"
10557 },
10558 "conflict": {
10559 "nette/nette": "<2.2"
10560 },
10561 "require-dev": {
10562 "nette/tester": "^2.0",
10563 "tracy/tracy": "^2.3"
10564 },
10565 "type": "library",
10566 "extra": {
10567 "branch-alias": {
10568 "dev-master": "2.5-dev"
10569 }
10570 },
10571 "autoload": {
10572 "classmap": [
10573 "src/"
10574 ]
10575 },
10576 "notification-url": "https://packagist.org/downloads/",
10577 "license": [
10578 "BSD-3-Clause",
10579 "GPL-2.0",
10580 "GPL-3.0"
10581 ],
10582 "authors": [
10583 {
10584 "name": "David Grudl",
10585 "homepage": "https://davidgrudl.com"
10586 },
10587 {
10588 "name": "Nette Community",
10589 "homepage": "https://nette.org/contributors"
10590 }
10591 ],
10592 "description": "🔍 Nette Finder: find files and directories with an intuitive API.",
10593 "homepage": "https://nette.org",
10594 "keywords": [
10595 "filesystem",
10596 "glob",
10597 "iterator",
10598 "nette"
10599 ],
10600 "time": "2019-07-11T18:02:17+00:00"
10601 },
10602 {
10603 "name": "nette/neon",
10604 "version": "v3.1.0",
10605 "source": {
10606 "type": "git",
10607 "url": "https://github.com/nette/neon.git",
10608 "reference": "0a18fc88801a14d66587932de133eeca01f7ce8e"
10609 },
10610 "dist": {
10611 "type": "zip",
10612 "url": "https://api.github.com/repos/nette/neon/zipball/0a18fc88801a14d66587932de133eeca01f7ce8e",
10613 "reference": "0a18fc88801a14d66587932de133eeca01f7ce8e",
10614 "shasum": ""
10615 },
10616 "require": {
10617 "ext-iconv": "*",
10618 "ext-json": "*",
10619 "php": ">=7.1"
10620 },
10621 "require-dev": {
10622 "nette/tester": "^2.0",
10623 "phpstan/phpstan": "^0.12",
10624 "tracy/tracy": "^2.3"
10625 },
10626 "type": "library",
10627 "extra": {
10628 "branch-alias": {
10629 "dev-master": "3.1-dev"
10630 }
10631 },
10632 "autoload": {
10633 "classmap": [
10634 "src/"
10635 ]
10636 },
10637 "notification-url": "https://packagist.org/downloads/",
10638 "license": [
10639 "BSD-3-Clause",
10640 "GPL-2.0",
10641 "GPL-3.0"
10642 ],
10643 "authors": [
10644 {
10645 "name": "David Grudl",
10646 "homepage": "https://davidgrudl.com"
10647 },
10648 {
10649 "name": "Nette Community",
10650 "homepage": "https://nette.org/contributors"
10651 }
10652 ],
10653 "description": "🍸 Nette NEON: encodes and decodes NEON file format.",
10654 "homepage": "http://ne-on.org",
10655 "keywords": [
10656 "export",
10657 "import",
10658 "neon",
10659 "nette",
10660 "yaml"
10661 ],
10662 "time": "2019-12-27T04:00:04+00:00"
10663 },
10664 {
10665 "name": "nette/php-generator",
10666 "version": "v3.3.1",
10667 "source": {
10668 "type": "git",
10669 "url": "https://github.com/nette/php-generator.git",
10670 "reference": "4240fd7adf499138c07b814ef9b9a6df9f6d7187"
10671 },
10672 "dist": {
10673 "type": "zip",
10674 "url": "https://api.github.com/repos/nette/php-generator/zipball/4240fd7adf499138c07b814ef9b9a6df9f6d7187",
10675 "reference": "4240fd7adf499138c07b814ef9b9a6df9f6d7187",
10676 "shasum": ""
10677 },
10678 "require": {
10679 "nette/utils": "^2.4.2 || ~3.0.0",
10680 "php": ">=7.1"
10681 },
10682 "require-dev": {
10683 "nette/tester": "^2.0",
10684 "tracy/tracy": "^2.3"
10685 },
10686 "type": "library",
10687 "extra": {
10688 "branch-alias": {
10689 "dev-master": "3.3-dev"
10690 }
10691 },
10692 "autoload": {
10693 "classmap": [
10694 "src/"
10695 ]
10696 },
10697 "notification-url": "https://packagist.org/downloads/",
10698 "license": [
10699 "BSD-3-Clause",
10700 "GPL-2.0",
10701 "GPL-3.0"
10702 ],
10703 "authors": [
10704 {
10705 "name": "David Grudl",
10706 "homepage": "https://davidgrudl.com"
10707 },
10708 {
10709 "name": "Nette Community",
10710 "homepage": "https://nette.org/contributors"
10711 }
10712 ],
10713 "description": "🐘 Nette PHP Generator: generates neat PHP code for you. Supports new PHP 7.3 features.",
10714 "homepage": "https://nette.org",
10715 "keywords": [
10716 "code",
10717 "nette",
10718 "php",
10719 "scaffolding"
10720 ],
10721 "time": "2019-11-22T11:12:11+00:00"
10722 },
10723 {
10724 "name": "nette/robot-loader",
10725 "version": "v3.2.1",
10726 "source": {
10727 "type": "git",
10728 "url": "https://github.com/nette/robot-loader.git",
10729 "reference": "d2a100e1f5cab390c78bc88709abbc91249c3993"
10730 },
10731 "dist": {
10732 "type": "zip",
10733 "url": "https://api.github.com/repos/nette/robot-loader/zipball/d2a100e1f5cab390c78bc88709abbc91249c3993",
10734 "reference": "d2a100e1f5cab390c78bc88709abbc91249c3993",
10735 "shasum": ""
10736 },
10737 "require": {
10738 "ext-tokenizer": "*",
10739 "nette/finder": "^2.5 || ^3.0",
10740 "nette/utils": "^3.0",
10741 "php": ">=7.1"
10742 },
10743 "require-dev": {
10744 "nette/tester": "^2.0",
10745 "phpstan/phpstan": "^0.12",
10746 "tracy/tracy": "^2.3"
10747 },
10748 "type": "library",
10749 "extra": {
10750 "branch-alias": {
10751 "dev-master": "3.2-dev"
10752 }
10753 },
10754 "autoload": {
10755 "classmap": [
10756 "src/"
10757 ]
10758 },
10759 "notification-url": "https://packagist.org/downloads/",
10760 "license": [
10761 "BSD-3-Clause",
10762 "GPL-2.0",
10763 "GPL-3.0"
10764 ],
10765 "authors": [
10766 {
10767 "name": "David Grudl",
10768 "homepage": "https://davidgrudl.com"
10769 },
10770 {
10771 "name": "Nette Community",
10772 "homepage": "https://nette.org/contributors"
10773 }
10774 ],
10775 "description": "🍀 Nette RobotLoader: high performance and comfortable autoloader that will search and autoload classes within your application.",
10776 "homepage": "https://nette.org",
10777 "keywords": [
10778 "autoload",
10779 "class",
10780 "interface",
10781 "nette",
10782 "trait"
10783 ],
10784 "time": "2019-12-26T22:32:02+00:00"
10785 },
10786 {
10787 "name": "nette/schema",
10788 "version": "v1.0.1",
10789 "source": {
10790 "type": "git",
10791 "url": "https://github.com/nette/schema.git",
10792 "reference": "337117df1dade22e2ba1fdc4a4b832c1e9b06b76"
10793 },
10794 "dist": {
10795 "type": "zip",
10796 "url": "https://api.github.com/repos/nette/schema/zipball/337117df1dade22e2ba1fdc4a4b832c1e9b06b76",
10797 "reference": "337117df1dade22e2ba1fdc4a4b832c1e9b06b76",
10798 "shasum": ""
10799 },
10800 "require": {
10801 "nette/utils": "^3.0.1",
10802 "php": ">=7.1"
10803 },
10804 "require-dev": {
10805 "nette/tester": "^2.2",
10806 "tracy/tracy": "^2.3"
10807 },
10808 "type": "library",
10809 "extra": {
10810 "branch-alias": {
10811 "dev-master": "1.0-dev"
10812 }
10813 },
10814 "autoload": {
10815 "classmap": [
10816 "src/"
10817 ]
10818 },
10819 "notification-url": "https://packagist.org/downloads/",
10820 "license": [
10821 "BSD-3-Clause",
10822 "GPL-2.0",
10823 "GPL-3.0"
10824 ],
10825 "authors": [
10826 {
10827 "name": "David Grudl",
10828 "homepage": "https://davidgrudl.com"
10829 },
10830 {
10831 "name": "Nette Community",
10832 "homepage": "https://nette.org/contributors"
10833 }
10834 ],
10835 "description": "📐 Nette Schema: validating data structures against a given Schema.",
10836 "homepage": "https://nette.org",
10837 "keywords": [
10838 "config",
10839 "nette"
10840 ],
10841 "time": "2019-10-31T20:52:19+00:00"
10842 },
10843 {
10844 "name": "nette/utils",
10845 "version": "v3.0.3",
10846 "source": {
10847 "type": "git",
10848 "url": "https://github.com/nette/utils.git",
10849 "reference": "f1b5ce0fae07f13e066e64f9a8f59e53b8f4982e"
10850 },
10851 "dist": {
10852 "type": "zip",
10853 "url": "https://api.github.com/repos/nette/utils/zipball/f1b5ce0fae07f13e066e64f9a8f59e53b8f4982e",
10854 "reference": "f1b5ce0fae07f13e066e64f9a8f59e53b8f4982e",
10855 "shasum": ""
10856 },
10857 "require": {
10858 "php": ">=7.1"
10859 },
10860 "require-dev": {
10861 "nette/tester": "~2.0",
10862 "phpstan/phpstan": "^0.12",
10863 "tracy/tracy": "^2.3"
10864 },
10865 "suggest": {
10866 "ext-gd": "to use Image",
10867 "ext-iconv": "to use Strings::webalize() and toAscii()",
10868 "ext-intl": "to use Strings::webalize(), toAscii(), normalize() and compare()",
10869 "ext-json": "to use Nette\\Utils\\Json",
10870 "ext-mbstring": "to use Strings::lower() etc...",
10871 "ext-tokenizer": "to use Nette\\Utils\\Reflection::getUseStatements()",
10872 "ext-xml": "to use Strings::length() etc. when mbstring is not available"
10873 },
10874 "type": "library",
10875 "extra": {
10876 "branch-alias": {
10877 "dev-master": "3.0-dev"
10878 }
10879 },
10880 "autoload": {
10881 "classmap": [
10882 "src/"
10883 ]
10884 },
10885 "notification-url": "https://packagist.org/downloads/",
10886 "license": [
10887 "BSD-3-Clause",
10888 "GPL-2.0",
10889 "GPL-3.0"
10890 ],
10891 "authors": [
10892 {
10893 "name": "David Grudl",
10894 "homepage": "https://davidgrudl.com"
10895 },
10896 {
10897 "name": "Nette Community",
10898 "homepage": "https://nette.org/contributors"
10899 }
10900 ],
10901 "description": "🛠 Nette Utils: lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.",
10902 "homepage": "https://nette.org",
10903 "keywords": [
10904 "array",
10905 "core",
10906 "datetime",
10907 "images",
10908 "json",
10909 "nette",
10910 "paginator",
10911 "password",
10912 "slugify",
10913 "string",
10914 "unicode",
10915 "utf-8",
10916 "utility",
10917 "validation"
10918 ],
10919 "time": "2019-12-27T03:47:50+00:00"
10920 },
10921 {
10922 "name": "nikic/php-parser",
10923 "version": "v4.3.0",
10924 "source": {
10925 "type": "git",
10926 "url": "https://github.com/nikic/PHP-Parser.git",
10927 "reference": "9a9981c347c5c49d6dfe5cf826bb882b824080dc"
10928 },
10929 "dist": {
10930 "type": "zip",
10931 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/9a9981c347c5c49d6dfe5cf826bb882b824080dc",
10932 "reference": "9a9981c347c5c49d6dfe5cf826bb882b824080dc",
10933 "shasum": ""
10934 },
10935 "require": {
10936 "ext-tokenizer": "*",
10937 "php": ">=7.0"
10938 },
10939 "require-dev": {
10940 "ircmaxell/php-yacc": "0.0.5",
10941 "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0"
10942 },
10943 "bin": [
10944 "bin/php-parse"
10945 ],
10946 "type": "library",
10947 "extra": {
10948 "branch-alias": {
10949 "dev-master": "4.3-dev"
10950 }
10951 },
10952 "autoload": {
10953 "psr-4": {
10954 "PhpParser\\": "lib/PhpParser"
10955 }
10956 },
10957 "notification-url": "https://packagist.org/downloads/",
10958 "license": [
10959 "BSD-3-Clause"
10960 ],
10961 "authors": [
10962 {
10963 "name": "Nikita Popov"
10964 }
10965 ],
10966 "description": "A PHP parser written in PHP",
10967 "keywords": [
10968 "parser",
10969 "php"
10970 ],
10971 "time": "2019-11-08T13:50:10+00:00"
10972 },
10973 {
10974 "name": "php-cs-fixer/diff",
10975 "version": "v1.3.0",
10976 "source": {
10977 "type": "git",
10978 "url": "https://github.com/PHP-CS-Fixer/diff.git",
10979 "reference": "78bb099e9c16361126c86ce82ec4405ebab8e756"
10980 },
10981 "dist": {
10982 "type": "zip",
10983 "url": "https://api.github.com/repos/PHP-CS-Fixer/diff/zipball/78bb099e9c16361126c86ce82ec4405ebab8e756",
10984 "reference": "78bb099e9c16361126c86ce82ec4405ebab8e756",
10985 "shasum": ""
10986 },
10987 "require": {
10988 "php": "^5.6 || ^7.0"
10989 },
10990 "require-dev": {
10991 "phpunit/phpunit": "^5.7.23 || ^6.4.3",
10992 "symfony/process": "^3.3"
10993 },
10994 "type": "library",
10995 "autoload": {
10996 "classmap": [
10997 "src/"
10998 ]
10999 },
11000 "notification-url": "https://packagist.org/downloads/",
11001 "license": [
11002 "BSD-3-Clause"
11003 ],
11004 "authors": [
11005 {
11006 "name": "Kore Nordmann",
11007 "email": "mail@kore-nordmann.de"
11008 },
11009 {
11010 "name": "Sebastian Bergmann",
11011 "email": "sebastian@phpunit.de"
11012 },
11013 {
11014 "name": "SpacePossum"
11015 }
11016 ],
11017 "description": "sebastian/diff v2 backport support for PHP5.6",
11018 "homepage": "https://github.com/PHP-CS-Fixer",
11019 "keywords": [
11020 "diff"
11021 ],
11022 "time": "2018-02-15T16:58:55+00:00"
11023 },
11024 {
11025 "name": "php-http/mock-client",
11026 "version": "1.3.1",
11027 "source": {
11028 "type": "git",
11029 "url": "https://github.com/php-http/mock-client.git",
11030 "reference": "186547be76fe81cc0c0589f9285ef9c8dded9845"
11031 },
11032 "dist": {
11033 "type": "zip",
11034 "url": "https://api.github.com/repos/php-http/mock-client/zipball/186547be76fe81cc0c0589f9285ef9c8dded9845",
11035 "reference": "186547be76fe81cc0c0589f9285ef9c8dded9845",
11036 "shasum": ""
11037 },
11038 "require": {
11039 "php": "^5.5 || ^7.0",
11040 "php-http/client-common": "^1.9 || ^2.0",
11041 "php-http/discovery": "^1.0",
11042 "php-http/httplug": "^1.0 || ^2.0",
11043 "php-http/message-factory": "^1.0"
11044 },
11045 "provide": {
11046 "php-http/async-client-implementation": "1.0",
11047 "php-http/client-implementation": "1.0"
11048 },
11049 "require-dev": {
11050 "henrikbjorn/phpspec-code-coverage": "^1.0",
11051 "phpspec/phpspec": "^2.4"
11052 },
11053 "type": "library",
11054 "extra": {
11055 "branch-alias": {
11056 "dev-master": "1.3-dev"
11057 }
11058 },
11059 "autoload": {
11060 "psr-4": {
11061 "Http\\Mock\\": "src/"
11062 }
11063 },
11064 "notification-url": "https://packagist.org/downloads/",
11065 "license": [
11066 "MIT"
11067 ],
11068 "authors": [
11069 {
11070 "name": "David de Boer",
11071 "email": "david@ddeboer.nl"
11072 }
11073 ],
11074 "description": "Mock HTTP client",
11075 "homepage": "http://httplug.io",
11076 "keywords": [
11077 "client",
11078 "http",
11079 "mock",
11080 "psr7"
11081 ],
11082 "time": "2019-11-06T12:49:04+00:00"
11083 },
11084 {
11085 "name": "phpstan/phpdoc-parser",
11086 "version": "0.3.5",
11087 "source": {
11088 "type": "git",
11089 "url": "https://github.com/phpstan/phpdoc-parser.git",
11090 "reference": "8c4ef2aefd9788238897b678a985e1d5c8df6db4"
11091 },
11092 "dist": {
11093 "type": "zip",
11094 "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/8c4ef2aefd9788238897b678a985e1d5c8df6db4",
11095 "reference": "8c4ef2aefd9788238897b678a985e1d5c8df6db4",
11096 "shasum": ""
11097 },
11098 "require": {
11099 "php": "~7.1"
11100 },
11101 "require-dev": {
11102 "consistence/coding-standard": "^3.5",
11103 "jakub-onderka/php-parallel-lint": "^0.9.2",
11104 "phing/phing": "^2.16.0",
11105 "phpstan/phpstan": "^0.10",
11106 "phpunit/phpunit": "^6.3",
11107 "slevomat/coding-standard": "^4.7.2",
11108 "squizlabs/php_codesniffer": "^3.3.2",
11109 "symfony/process": "^3.4 || ^4.0"
11110 },
11111 "type": "library",
11112 "extra": {
11113 "branch-alias": {
11114 "dev-master": "0.3-dev"
11115 }
11116 },
11117 "autoload": {
11118 "psr-4": {
11119 "PHPStan\\PhpDocParser\\": [
11120 "src/"
11121 ]
11122 }
11123 },
11124 "notification-url": "https://packagist.org/downloads/",
11125 "license": [
11126 "MIT"
11127 ],
11128 "description": "PHPDoc parser with support for nullable, intersection and generic types",
11129 "time": "2019-06-07T19:13:52+00:00"
11130 },
11131 {
11132 "name": "phpstan/phpstan",
11133 "version": "0.11.19",
11134 "source": {
11135 "type": "git",
11136 "url": "https://github.com/phpstan/phpstan.git",
11137 "reference": "63cc502f6957b7f74efbac444b4cf219dcadffd7"
11138 },
11139 "dist": {
11140 "type": "zip",
11141 "url": "https://api.github.com/repos/phpstan/phpstan/zipball/63cc502f6957b7f74efbac444b4cf219dcadffd7",
11142 "reference": "63cc502f6957b7f74efbac444b4cf219dcadffd7",
11143 "shasum": ""
11144 },
11145 "require": {
11146 "composer/xdebug-handler": "^1.3.0",
11147 "jean85/pretty-package-versions": "^1.0.3",
11148 "nette/bootstrap": "^2.4 || ^3.0",
11149 "nette/di": "^2.4.7 || ^3.0",
11150 "nette/neon": "^2.4.3 || ^3.0",
11151 "nette/robot-loader": "^3.0.1",
11152 "nette/schema": "^1.0",
11153 "nette/utils": "^2.4.5 || ^3.0",
11154 "nikic/php-parser": "^4.2.3",
11155 "php": "~7.1",
11156 "phpstan/phpdoc-parser": "^0.3.5",
11157 "symfony/console": "~3.2 || ~4.0",
11158 "symfony/finder": "~3.2 || ~4.0"
11159 },
11160 "conflict": {
11161 "symfony/console": "3.4.16 || 4.1.5"
11162 },
11163 "require-dev": {
11164 "brianium/paratest": "^2.0 || ^3.0",
11165 "consistence/coding-standard": "^3.5",
11166 "dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
11167 "ext-intl": "*",
11168 "ext-mysqli": "*",
11169 "ext-simplexml": "*",
11170 "ext-soap": "*",
11171 "ext-zip": "*",
11172 "jakub-onderka/php-parallel-lint": "^1.0",
11173 "localheinz/composer-normalize": "^1.1.0",
11174 "phing/phing": "^2.16.0",
11175 "phpstan/phpstan-deprecation-rules": "^0.11",
11176 "phpstan/phpstan-php-parser": "^0.11",
11177 "phpstan/phpstan-phpunit": "^0.11",
11178 "phpstan/phpstan-strict-rules": "^0.11",
11179 "phpunit/phpunit": "^7.5.14 || ^8.0",
11180 "slevomat/coding-standard": "^4.7.2",
11181 "squizlabs/php_codesniffer": "^3.3.2"
11182 },
11183 "bin": [
11184 "bin/phpstan"
11185 ],
11186 "type": "library",
11187 "extra": {
11188 "branch-alias": {
11189 "dev-master": "0.11-dev"
11190 }
11191 },
11192 "autoload": {
11193 "psr-4": {
11194 "PHPStan\\": [
11195 "src/"
11196 ]
11197 }
11198 },
11199 "notification-url": "https://packagist.org/downloads/",
11200 "license": [
11201 "MIT"
11202 ],
11203 "description": "PHPStan - PHP Static Analysis Tool",
11204 "time": "2019-10-22T20:20:22+00:00"
11205 },
11206 {
11207 "name": "phpstan/phpstan-doctrine",
11208 "version": "0.11.6",
11209 "source": {
11210 "type": "git",
11211 "url": "https://github.com/phpstan/phpstan-doctrine.git",
11212 "reference": "77592865e167b32c7dcb4f39a35210e909a8854c"
11213 },
11214 "dist": {
11215 "type": "zip",
11216 "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/77592865e167b32c7dcb4f39a35210e909a8854c",
11217 "reference": "77592865e167b32c7dcb4f39a35210e909a8854c",
11218 "shasum": ""
11219 },
11220 "require": {
11221 "nikic/php-parser": "^4.0",
11222 "php": "~7.1",
11223 "phpstan/phpdoc-parser": "^0.3",
11224 "phpstan/phpstan": "^0.11.7"
11225 },
11226 "conflict": {
11227 "doctrine/collections": "<1.0",
11228 "doctrine/common": "<2.7",
11229 "doctrine/mongodb-odm": "<1.2",
11230 "doctrine/orm": "<2.5"
11231 },
11232 "require-dev": {
11233 "consistence/coding-standard": "^3.8",
11234 "dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
11235 "doctrine/collections": "^1.0",
11236 "doctrine/common": "^2.7",
11237 "doctrine/mongodb-odm": "^1.2",
11238 "doctrine/orm": "^2.5",
11239 "jakub-onderka/php-parallel-lint": "^1.0",
11240 "phing/phing": "^2.16.0",
11241 "phpstan/phpstan-phpunit": "^0.11",
11242 "phpstan/phpstan-strict-rules": "^0.11",
11243 "phpunit/phpunit": "^7.0",
11244 "slevomat/coding-standard": "^5.0.4"
11245 },
11246 "type": "phpstan-extension",
11247 "extra": {
11248 "branch-alias": {
11249 "dev-master": "0.11-dev"
11250 },
11251 "phpstan": {
11252 "includes": [
11253 "extension.neon",
11254 "rules.neon"
11255 ]
11256 }
11257 },
11258 "autoload": {
11259 "psr-4": {
11260 "PHPStan\\": "src/"
11261 }
11262 },
11263 "notification-url": "https://packagist.org/downloads/",
11264 "license": [
11265 "MIT"
11266 ],
11267 "description": "Doctrine extensions for PHPStan",
11268 "time": "2019-09-13T08:40:06+00:00"
11269 },
11270 {
11271 "name": "phpstan/phpstan-phpunit",
11272 "version": "0.11.2",
11273 "source": {
11274 "type": "git",
11275 "url": "https://github.com/phpstan/phpstan-phpunit.git",
11276 "reference": "fbf2ad56c3b13189d29655e226c9b1da47c2fad9"
11277 },
11278 "dist": {
11279 "type": "zip",
11280 "url": "https://api.github.com/repos/phpstan/phpstan-phpunit/zipball/fbf2ad56c3b13189d29655e226c9b1da47c2fad9",
11281 "reference": "fbf2ad56c3b13189d29655e226c9b1da47c2fad9",
11282 "shasum": ""
11283 },
11284 "require": {
11285 "nikic/php-parser": "^4.0",
11286 "php": "~7.1",
11287 "phpstan/phpdoc-parser": "^0.3",
11288 "phpstan/phpstan": "^0.11.4"
11289 },
11290 "conflict": {
11291 "phpunit/phpunit": "<7.0"
11292 },
11293 "require-dev": {
11294 "consistence/coding-standard": "^3.0.1",
11295 "dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
11296 "jakub-onderka/php-parallel-lint": "^1.0",
11297 "phing/phing": "^2.16.0",
11298 "phpstan/phpstan-strict-rules": "^0.11",
11299 "phpunit/phpunit": "^7.0",
11300 "satooshi/php-coveralls": "^1.0",
11301 "slevomat/coding-standard": "^4.5.2"
11302 },
11303 "type": "phpstan-extension",
11304 "extra": {
11305 "branch-alias": {
11306 "dev-master": "0.11-dev"
11307 },
11308 "phpstan": {
11309 "includes": [
11310 "extension.neon",
11311 "rules.neon"
11312 ]
11313 }
11314 },
11315 "autoload": {
11316 "psr-4": {
11317 "PHPStan\\": "src/"
11318 }
11319 },
11320 "notification-url": "https://packagist.org/downloads/",
11321 "license": [
11322 "MIT"
11323 ],
11324 "description": "PHPUnit extensions and rules for PHPStan",
11325 "time": "2019-05-17T17:50:16+00:00"
11326 },
11327 {
11328 "name": "phpstan/phpstan-symfony",
11329 "version": "0.11.6",
11330 "source": {
11331 "type": "git",
11332 "url": "https://github.com/phpstan/phpstan-symfony.git",
11333 "reference": "c7be3054c21fd472a52b1c38eb129c3f93776084"
11334 },
11335 "dist": {
11336 "type": "zip",
11337 "url": "https://api.github.com/repos/phpstan/phpstan-symfony/zipball/c7be3054c21fd472a52b1c38eb129c3f93776084",
11338 "reference": "c7be3054c21fd472a52b1c38eb129c3f93776084",
11339 "shasum": ""
11340 },
11341 "require": {
11342 "ext-simplexml": "*",
11343 "nikic/php-parser": "^4.0",
11344 "php": "^7.1",
11345 "phpstan/phpstan": "^0.11.7"
11346 },
11347 "conflict": {
11348 "symfony/framework-bundle": "<3.0"
11349 },
11350 "require-dev": {
11351 "consistence/coding-standard": "^3.0.1",
11352 "dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
11353 "jakub-onderka/php-parallel-lint": "^1.0",
11354 "nette/di": "^3.0-stable",
11355 "phing/phing": "^2.16.0",
11356 "phpstan/phpstan-phpunit": "^0.11",
11357 "phpstan/phpstan-strict-rules": "^0.11",
11358 "phpunit/phpunit": "^7.0",
11359 "slevomat/coding-standard": "^4.5.2",
11360 "squizlabs/php_codesniffer": "^3.3.2",
11361 "symfony/console": "^3.0 || ^4.0",
11362 "symfony/framework-bundle": "^3.0 || ^4.0",
11363 "symfony/messenger": "^4.2",
11364 "symfony/serializer": "^3.0 || ^4.0"
11365 },
11366 "type": "phpstan-extension",
11367 "extra": {
11368 "branch-alias": {
11369 "dev-master": "0.11-dev"
11370 },
11371 "phpstan": {
11372 "includes": [
11373 "extension.neon"
11374 ]
11375 }
11376 },
11377 "autoload": {
11378 "psr-4": {
11379 "PHPStan\\": "src/"
11380 }
11381 },
11382 "notification-url": "https://packagist.org/downloads/",
11383 "license": [
11384 "MIT"
11385 ],
11386 "authors": [
11387 {
11388 "name": "Lukáš Unger",
11389 "email": "looky.msc@gmail.com",
11390 "homepage": "https://lookyman.net"
11391 }
11392 ],
11393 "description": "Symfony Framework extensions and rules for PHPStan",
11394 "time": "2019-05-19T17:40:25+00:00"
11395 },
11396 {
11397 "name": "sensio/generator-bundle",
11398 "version": "v3.1.7",
11399 "source": {
11400 "type": "git",
11401 "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git",
11402 "reference": "28cbaa244bd0816fd8908b93f90380bcd7b67a65"
11403 },
11404 "dist": {
11405 "type": "zip",
11406 "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/28cbaa244bd0816fd8908b93f90380bcd7b67a65",
11407 "reference": "28cbaa244bd0816fd8908b93f90380bcd7b67a65",
11408 "shasum": ""
11409 },
11410 "require": {
11411 "symfony/console": "~2.7|~3.0",
11412 "symfony/framework-bundle": "~2.7|~3.0",
11413 "symfony/process": "~2.7|~3.0",
11414 "symfony/yaml": "~2.7|~3.0",
11415 "twig/twig": "^1.28.2|^2.0"
11416 },
11417 "require-dev": {
11418 "doctrine/orm": "~2.4",
11419 "symfony/doctrine-bridge": "~2.7|~3.0",
11420 "symfony/filesystem": "~2.7|~3.0",
11421 "symfony/phpunit-bridge": "^3.3"
11422 },
11423 "type": "symfony-bundle",
11424 "extra": {
11425 "branch-alias": {
11426 "dev-master": "3.1.x-dev"
11427 }
11428 },
11429 "autoload": {
11430 "psr-4": {
11431 "Sensio\\Bundle\\GeneratorBundle\\": ""
11432 },
11433 "exclude-from-classmap": [
11434 "/Tests/"
11435 ]
11436 },
11437 "notification-url": "https://packagist.org/downloads/",
11438 "license": [
11439 "MIT"
11440 ],
11441 "authors": [
11442 {
11443 "name": "Fabien Potencier",
11444 "email": "fabien@symfony.com"
11445 }
11446 ],
11447 "description": "This bundle generates code for you",
11448 "abandoned": true,
11449 "time": "2017-12-07T15:36:41+00:00"
11450 },
11451 {
11452 "name": "symfony/phpunit-bridge",
11453 "version": "v4.3.10",
11454 "source": {
11455 "type": "git",
11456 "url": "https://github.com/symfony/phpunit-bridge.git",
11457 "reference": "60539d90c2e80d2f33cf6c42cb1ab70362f31cae"
11458 },
11459 "dist": {
11460 "type": "zip",
11461 "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/60539d90c2e80d2f33cf6c42cb1ab70362f31cae",
11462 "reference": "60539d90c2e80d2f33cf6c42cb1ab70362f31cae",
11463 "shasum": ""
11464 },
11465 "require": {
11466 "php": ">=5.5.9"
11467 },
11468 "conflict": {
11469 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
11470 },
11471 "suggest": {
11472 "symfony/debug": "For tracking deprecated interfaces usages at runtime with DebugClassLoader"
11473 },
11474 "bin": [
11475 "bin/simple-phpunit"
11476 ],
11477 "type": "symfony-bridge",
11478 "extra": {
11479 "branch-alias": {
11480 "dev-master": "4.3-dev"
11481 },
11482 "thanks": {
11483 "name": "phpunit/phpunit",
11484 "url": "https://github.com/sebastianbergmann/phpunit"
11485 }
11486 },
11487 "autoload": {
11488 "files": [
11489 "bootstrap.php"
11490 ],
11491 "psr-4": {
11492 "Symfony\\Bridge\\PhpUnit\\": ""
11493 },
11494 "exclude-from-classmap": [
11495 "/Tests/"
11496 ]
11497 },
11498 "notification-url": "https://packagist.org/downloads/",
11499 "license": [
11500 "MIT"
11501 ],
11502 "authors": [
11503 {
11504 "name": "Nicolas Grekas",
11505 "email": "p@tchwork.com"
11506 },
11507 {
11508 "name": "Symfony Community",
11509 "homepage": "https://symfony.com/contributors"
11510 }
11511 ],
11512 "description": "Symfony PHPUnit Bridge",
11513 "homepage": "https://symfony.com",
11514 "time": "2020-01-21T08:20:29+00:00"
11515 }
11516 ],
11517 "aliases": [],
11518 "minimum-stability": "dev",
11519 "stability-flags": {
11520 "grandt/phpepub": 20,
11521 "predis/predis": 20
11522 },
11523 "prefer-stable": true,
11524 "prefer-lowest": false,
11525 "platform": {
11526 "php": ">=7.1.3",
11527 "ext-pcre": "*",
11528 "ext-dom": "*",
11529 "ext-curl": "*",
11530 "ext-gd": "*",
11531 "ext-session": "*",
11532 "ext-ctype": "*",
11533 "ext-hash": "*",
11534 "ext-simplexml": "*",
11535 "ext-json": "*",
11536 "ext-mbstring": "*",
11537 "ext-xml": "*",
11538 "ext-iconv": "*",
11539 "ext-tokenizer": "*",
11540 "ext-pdo": "*",
11541 "ext-tidy": "*"
11542 },
11543 "platform-dev": [],
11544 "platform-overrides": {
11545 "php": "7.1.3"
11546 }
11547 }