]> git.immae.eu Git - github/wallabag/wallabag.git/blob - composer.lock
Bump symfony/phpunit-bridge from 4.3.10 to 4.3.11
[github/wallabag/wallabag.git] / composer.lock
1 {
2 "_readme": [
3 "This file locks the dependencies of your project to a known state",
4 "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
5 "This file is @generated automatically"
6 ],
7 "content-hash": "4458551b4c0cddd988d7bbbc76dc38dc",
8 "packages": [
9 {
10 "name": "bdunogier/guzzle-site-authenticator",
11 "version": "1.0.0",
12 "source": {
13 "type": "git",
14 "url": "https://github.com/wallabag/guzzle-site-authenticator.git",
15 "reference": "6649aca6f13c27088ef34e4202b31fc0da01d987"
16 },
17 "dist": {
18 "type": "zip",
19 "url": "https://api.github.com/repos/wallabag/guzzle-site-authenticator/zipball/6649aca6f13c27088ef34e4202b31fc0da01d987",
20 "reference": "6649aca6f13c27088ef34e4202b31fc0da01d987",
21 "shasum": ""
22 },
23 "require": {
24 "guzzlehttp/guzzle": "^5.2.0",
25 "psr/log": "^1.0.0",
26 "symfony/expression-language": "^3.2"
27 },
28 "require-dev": {
29 "friendsofphp/php-cs-fixer": "~2.0",
30 "monolog/monolog": "^1.13",
31 "php-coveralls/php-coveralls": "~1.0",
32 "symfony/phpunit-bridge": "^4.2"
33 },
34 "type": "library",
35 "extra": {
36 "branch-alias": {
37 "dev-master": "1.0.x-dev"
38 }
39 },
40 "autoload": {
41 "psr-4": {
42 "BD\\GuzzleSiteAuthenticatorBundle\\": "bundle/",
43 "BD\\GuzzleSiteAuthenticator\\": "lib/"
44 }
45 },
46 "notification-url": "https://packagist.org/downloads/",
47 "license": [
48 "MIT"
49 ],
50 "authors": [
51 {
52 "name": "Bertrand Dunogier",
53 "email": "bertrand.dunogier@gmail.com"
54 }
55 ],
56 "description": "A guzzle plugin that adds, if necessary, authentication data to requests. Uses credentials and cookies, with login requests to the sites.",
57 "time": "2018-12-13T21:06:29+00:00"
58 },
59 {
60 "name": "beberlei/assert",
61 "version": "v3.2.7",
62 "source": {
63 "type": "git",
64 "url": "https://github.com/beberlei/assert.git",
65 "reference": "d63a6943fc4fd1a2aedb65994e3548715105abcf"
66 },
67 "dist": {
68 "type": "zip",
69 "url": "https://api.github.com/repos/beberlei/assert/zipball/d63a6943fc4fd1a2aedb65994e3548715105abcf",
70 "reference": "d63a6943fc4fd1a2aedb65994e3548715105abcf",
71 "shasum": ""
72 },
73 "require": {
74 "ext-ctype": "*",
75 "ext-json": "*",
76 "ext-mbstring": "*",
77 "ext-simplexml": "*",
78 "php": "^7"
79 },
80 "require-dev": {
81 "friendsofphp/php-cs-fixer": "*",
82 "phpstan/phpstan-shim": "*",
83 "phpunit/phpunit": ">=6.0.0 <8"
84 },
85 "suggest": {
86 "ext-intl": "Needed to allow Assertion::count(), Assertion::isCountable(), Assertion::minCount(), and Assertion::maxCount() to operate on ResourceBundles"
87 },
88 "type": "library",
89 "autoload": {
90 "psr-4": {
91 "Assert\\": "lib/Assert"
92 },
93 "files": [
94 "lib/Assert/functions.php"
95 ]
96 },
97 "notification-url": "https://packagist.org/downloads/",
98 "license": [
99 "BSD-2-Clause"
100 ],
101 "authors": [
102 {
103 "name": "Benjamin Eberlei",
104 "email": "kontakt@beberlei.de",
105 "role": "Lead Developer"
106 },
107 {
108 "name": "Richard Quadling",
109 "email": "rquadling@gmail.com",
110 "role": "Collaborator"
111 }
112 ],
113 "description": "Thin assertion library for input validation in business models.",
114 "keywords": [
115 "assert",
116 "assertion",
117 "validation"
118 ],
119 "time": "2019-12-19T17:51:41+00:00"
120 },
121 {
122 "name": "behat/transliterator",
123 "version": "v1.2.0",
124 "source": {
125 "type": "git",
126 "url": "https://github.com/Behat/Transliterator.git",
127 "reference": "826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c"
128 },
129 "dist": {
130 "type": "zip",
131 "url": "https://api.github.com/repos/Behat/Transliterator/zipball/826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c",
132 "reference": "826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c",
133 "shasum": ""
134 },
135 "require": {
136 "php": ">=5.3.3"
137 },
138 "require-dev": {
139 "chuyskywalker/rolling-curl": "^3.1",
140 "php-yaoi/php-yaoi": "^1.0"
141 },
142 "type": "library",
143 "extra": {
144 "branch-alias": {
145 "dev-master": "1.2-dev"
146 }
147 },
148 "autoload": {
149 "psr-0": {
150 "Behat\\Transliterator": "src/"
151 }
152 },
153 "notification-url": "https://packagist.org/downloads/",
154 "license": [
155 "Artistic-1.0"
156 ],
157 "description": "String transliterator",
158 "keywords": [
159 "i18n",
160 "slug",
161 "transliterator"
162 ],
163 "time": "2017-04-04T11:38:05+00:00"
164 },
165 {
166 "name": "clue/stream-filter",
167 "version": "v1.4.1",
168 "source": {
169 "type": "git",
170 "url": "https://github.com/clue/php-stream-filter.git",
171 "reference": "5a58cc30a8bd6a4eb8f856adf61dd3e013f53f71"
172 },
173 "dist": {
174 "type": "zip",
175 "url": "https://api.github.com/repos/clue/php-stream-filter/zipball/5a58cc30a8bd6a4eb8f856adf61dd3e013f53f71",
176 "reference": "5a58cc30a8bd6a4eb8f856adf61dd3e013f53f71",
177 "shasum": ""
178 },
179 "require": {
180 "php": ">=5.3"
181 },
182 "require-dev": {
183 "phpunit/phpunit": "^5.0 || ^4.8"
184 },
185 "type": "library",
186 "autoload": {
187 "psr-4": {
188 "Clue\\StreamFilter\\": "src/"
189 },
190 "files": [
191 "src/functions_include.php"
192 ]
193 },
194 "notification-url": "https://packagist.org/downloads/",
195 "license": [
196 "MIT"
197 ],
198 "authors": [
199 {
200 "name": "Christian Lück",
201 "email": "christian@lueck.tv"
202 }
203 ],
204 "description": "A simple and modern approach to stream filtering in PHP",
205 "homepage": "https://github.com/clue/php-stream-filter",
206 "keywords": [
207 "bucket brigade",
208 "callback",
209 "filter",
210 "php_user_filter",
211 "stream",
212 "stream_filter_append",
213 "stream_filter_register"
214 ],
215 "time": "2019-04-09T12:31:48+00:00"
216 },
217 {
218 "name": "craue/config-bundle",
219 "version": "2.4.0",
220 "source": {
221 "type": "git",
222 "url": "https://github.com/craue/CraueConfigBundle.git",
223 "reference": "ad474f63d6b51da0d346a7873b3a54f98fa96e32"
224 },
225 "dist": {
226 "type": "zip",
227 "url": "https://api.github.com/repos/craue/CraueConfigBundle/zipball/ad474f63d6b51da0d346a7873b3a54f98fa96e32",
228 "reference": "ad474f63d6b51da0d346a7873b3a54f98fa96e32",
229 "shasum": ""
230 },
231 "require": {
232 "doctrine/doctrine-bundle": "^1.5.1|~2.0",
233 "php": "~7.0",
234 "psr/simple-cache": "^1.0",
235 "symfony/cache": "~3.4|~4.2|~5.0",
236 "symfony/config": "~3.4|~4.2|~5.0",
237 "symfony/dependency-injection": "~3.4|~4.2|~5.0",
238 "symfony/form": "~3.4|~4.2|~5.0",
239 "symfony/framework-bundle": "~3.4|~4.2|~5.0",
240 "symfony/http-foundation": "~3.4|~4.2|~5.0",
241 "symfony/http-kernel": "~3.4|~4.2|~5.0",
242 "symfony/options-resolver": "~3.4|~4.2|~5.0",
243 "symfony/validator": "~3.4|~4.2|~5.0"
244 },
245 "require-dev": {
246 "doctrine/instantiator": "^1.0.5",
247 "doctrine/orm": "^2.5.14",
248 "phpunit/phpunit": "^6.5.13|^7.5.1",
249 "symfony/phpunit-bridge": "~5.0",
250 "symfony/symfony": "~3.4|~4.2|~5.0"
251 },
252 "type": "symfony-bundle",
253 "extra": {
254 "branch-alias": {
255 "dev-master": "2.4.x-dev"
256 }
257 },
258 "autoload": {
259 "psr-4": {
260 "Craue\\ConfigBundle\\": ""
261 },
262 "exclude-from-classmap": [
263 "/Tests/"
264 ]
265 },
266 "notification-url": "https://packagist.org/downloads/",
267 "license": [
268 "MIT"
269 ],
270 "authors": [
271 {
272 "name": "Christian Raue",
273 "email": "christian.raue@gmail.com"
274 },
275 {
276 "name": "Symfony Community",
277 "homepage": "https://github.com/craue/CraueConfigBundle/contributors"
278 }
279 ],
280 "description": "Database-stored settings made available via a service for your Symfony project.",
281 "homepage": "https://github.com/craue/CraueConfigBundle",
282 "keywords": [
283 "config",
284 "symfony"
285 ],
286 "time": "2019-12-03T08:32:04+00:00"
287 },
288 {
289 "name": "defuse/php-encryption",
290 "version": "v2.2.1",
291 "source": {
292 "type": "git",
293 "url": "https://github.com/defuse/php-encryption.git",
294 "reference": "0f407c43b953d571421e0020ba92082ed5fb7620"
295 },
296 "dist": {
297 "type": "zip",
298 "url": "https://api.github.com/repos/defuse/php-encryption/zipball/0f407c43b953d571421e0020ba92082ed5fb7620",
299 "reference": "0f407c43b953d571421e0020ba92082ed5fb7620",
300 "shasum": ""
301 },
302 "require": {
303 "ext-openssl": "*",
304 "paragonie/random_compat": ">= 2",
305 "php": ">=5.4.0"
306 },
307 "require-dev": {
308 "nikic/php-parser": "^2.0|^3.0|^4.0",
309 "phpunit/phpunit": "^4|^5"
310 },
311 "bin": [
312 "bin/generate-defuse-key"
313 ],
314 "type": "library",
315 "autoload": {
316 "psr-4": {
317 "Defuse\\Crypto\\": "src"
318 }
319 },
320 "notification-url": "https://packagist.org/downloads/",
321 "license": [
322 "MIT"
323 ],
324 "authors": [
325 {
326 "name": "Taylor Hornby",
327 "email": "taylor@defuse.ca",
328 "homepage": "https://defuse.ca/"
329 },
330 {
331 "name": "Scott Arciszewski",
332 "email": "info@paragonie.com",
333 "homepage": "https://paragonie.com"
334 }
335 ],
336 "description": "Secure PHP Encryption Library",
337 "keywords": [
338 "aes",
339 "authenticated encryption",
340 "cipher",
341 "crypto",
342 "cryptography",
343 "encrypt",
344 "encryption",
345 "openssl",
346 "security",
347 "symmetric key cryptography"
348 ],
349 "time": "2018-07-24T23:27:56+00:00"
350 },
351 {
352 "name": "doctrine/annotations",
353 "version": "v1.8.0",
354 "source": {
355 "type": "git",
356 "url": "https://github.com/doctrine/annotations.git",
357 "reference": "904dca4eb10715b92569fbcd79e201d5c349b6bc"
358 },
359 "dist": {
360 "type": "zip",
361 "url": "https://api.github.com/repos/doctrine/annotations/zipball/904dca4eb10715b92569fbcd79e201d5c349b6bc",
362 "reference": "904dca4eb10715b92569fbcd79e201d5c349b6bc",
363 "shasum": ""
364 },
365 "require": {
366 "doctrine/lexer": "1.*",
367 "php": "^7.1"
368 },
369 "require-dev": {
370 "doctrine/cache": "1.*",
371 "phpunit/phpunit": "^7.5"
372 },
373 "type": "library",
374 "extra": {
375 "branch-alias": {
376 "dev-master": "1.7.x-dev"
377 }
378 },
379 "autoload": {
380 "psr-4": {
381 "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
382 }
383 },
384 "notification-url": "https://packagist.org/downloads/",
385 "license": [
386 "MIT"
387 ],
388 "authors": [
389 {
390 "name": "Guilherme Blanco",
391 "email": "guilhermeblanco@gmail.com"
392 },
393 {
394 "name": "Roman Borschel",
395 "email": "roman@code-factory.org"
396 },
397 {
398 "name": "Benjamin Eberlei",
399 "email": "kontakt@beberlei.de"
400 },
401 {
402 "name": "Jonathan Wage",
403 "email": "jonwage@gmail.com"
404 },
405 {
406 "name": "Johannes Schmitt",
407 "email": "schmittjoh@gmail.com"
408 }
409 ],
410 "description": "Docblock Annotations Parser",
411 "homepage": "http://www.doctrine-project.org",
412 "keywords": [
413 "annotations",
414 "docblock",
415 "parser"
416 ],
417 "time": "2019-10-01T18:55:10+00:00"
418 },
419 {
420 "name": "doctrine/cache",
421 "version": "1.10.0",
422 "source": {
423 "type": "git",
424 "url": "https://github.com/doctrine/cache.git",
425 "reference": "382e7f4db9a12dc6c19431743a2b096041bcdd62"
426 },
427 "dist": {
428 "type": "zip",
429 "url": "https://api.github.com/repos/doctrine/cache/zipball/382e7f4db9a12dc6c19431743a2b096041bcdd62",
430 "reference": "382e7f4db9a12dc6c19431743a2b096041bcdd62",
431 "shasum": ""
432 },
433 "require": {
434 "php": "~7.1"
435 },
436 "conflict": {
437 "doctrine/common": ">2.2,<2.4"
438 },
439 "require-dev": {
440 "alcaeus/mongo-php-adapter": "^1.1",
441 "doctrine/coding-standard": "^6.0",
442 "mongodb/mongodb": "^1.1",
443 "phpunit/phpunit": "^7.0",
444 "predis/predis": "~1.0"
445 },
446 "suggest": {
447 "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
448 },
449 "type": "library",
450 "extra": {
451 "branch-alias": {
452 "dev-master": "1.9.x-dev"
453 }
454 },
455 "autoload": {
456 "psr-4": {
457 "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
458 }
459 },
460 "notification-url": "https://packagist.org/downloads/",
461 "license": [
462 "MIT"
463 ],
464 "authors": [
465 {
466 "name": "Guilherme Blanco",
467 "email": "guilhermeblanco@gmail.com"
468 },
469 {
470 "name": "Roman Borschel",
471 "email": "roman@code-factory.org"
472 },
473 {
474 "name": "Benjamin Eberlei",
475 "email": "kontakt@beberlei.de"
476 },
477 {
478 "name": "Jonathan Wage",
479 "email": "jonwage@gmail.com"
480 },
481 {
482 "name": "Johannes Schmitt",
483 "email": "schmittjoh@gmail.com"
484 }
485 ],
486 "description": "PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.",
487 "homepage": "https://www.doctrine-project.org/projects/cache.html",
488 "keywords": [
489 "abstraction",
490 "apcu",
491 "cache",
492 "caching",
493 "couchdb",
494 "memcached",
495 "php",
496 "redis",
497 "xcache"
498 ],
499 "time": "2019-11-29T15:36:20+00:00"
500 },
501 {
502 "name": "doctrine/collections",
503 "version": "1.6.4",
504 "source": {
505 "type": "git",
506 "url": "https://github.com/doctrine/collections.git",
507 "reference": "6b1e4b2b66f6d6e49983cebfe23a21b7ccc5b0d7"
508 },
509 "dist": {
510 "type": "zip",
511 "url": "https://api.github.com/repos/doctrine/collections/zipball/6b1e4b2b66f6d6e49983cebfe23a21b7ccc5b0d7",
512 "reference": "6b1e4b2b66f6d6e49983cebfe23a21b7ccc5b0d7",
513 "shasum": ""
514 },
515 "require": {
516 "php": "^7.1.3"
517 },
518 "require-dev": {
519 "doctrine/coding-standard": "^6.0",
520 "phpstan/phpstan-shim": "^0.9.2",
521 "phpunit/phpunit": "^7.0",
522 "vimeo/psalm": "^3.2.2"
523 },
524 "type": "library",
525 "extra": {
526 "branch-alias": {
527 "dev-master": "1.6.x-dev"
528 }
529 },
530 "autoload": {
531 "psr-4": {
532 "Doctrine\\Common\\Collections\\": "lib/Doctrine/Common/Collections"
533 }
534 },
535 "notification-url": "https://packagist.org/downloads/",
536 "license": [
537 "MIT"
538 ],
539 "authors": [
540 {
541 "name": "Guilherme Blanco",
542 "email": "guilhermeblanco@gmail.com"
543 },
544 {
545 "name": "Roman Borschel",
546 "email": "roman@code-factory.org"
547 },
548 {
549 "name": "Benjamin Eberlei",
550 "email": "kontakt@beberlei.de"
551 },
552 {
553 "name": "Jonathan Wage",
554 "email": "jonwage@gmail.com"
555 },
556 {
557 "name": "Johannes Schmitt",
558 "email": "schmittjoh@gmail.com"
559 }
560 ],
561 "description": "PHP Doctrine Collections library that adds additional functionality on top of PHP arrays.",
562 "homepage": "https://www.doctrine-project.org/projects/collections.html",
563 "keywords": [
564 "array",
565 "collections",
566 "iterators",
567 "php"
568 ],
569 "time": "2019-11-13T13:07:11+00:00"
570 },
571 {
572 "name": "doctrine/common",
573 "version": "2.12.0",
574 "source": {
575 "type": "git",
576 "url": "https://github.com/doctrine/common.git",
577 "reference": "2053eafdf60c2172ee1373d1b9289ba1db7f1fc6"
578 },
579 "dist": {
580 "type": "zip",
581 "url": "https://api.github.com/repos/doctrine/common/zipball/2053eafdf60c2172ee1373d1b9289ba1db7f1fc6",
582 "reference": "2053eafdf60c2172ee1373d1b9289ba1db7f1fc6",
583 "shasum": ""
584 },
585 "require": {
586 "doctrine/annotations": "^1.0",
587 "doctrine/cache": "^1.0",
588 "doctrine/collections": "^1.0",
589 "doctrine/event-manager": "^1.0",
590 "doctrine/inflector": "^1.0",
591 "doctrine/lexer": "^1.0",
592 "doctrine/persistence": "^1.1",
593 "doctrine/reflection": "^1.0",
594 "php": "^7.1"
595 },
596 "require-dev": {
597 "doctrine/coding-standard": "^1.0",
598 "phpstan/phpstan": "^0.11",
599 "phpstan/phpstan-phpunit": "^0.11",
600 "phpunit/phpunit": "^7.0",
601 "squizlabs/php_codesniffer": "^3.0",
602 "symfony/phpunit-bridge": "^4.0.5"
603 },
604 "type": "library",
605 "extra": {
606 "branch-alias": {
607 "dev-master": "2.11.x-dev"
608 }
609 },
610 "autoload": {
611 "psr-4": {
612 "Doctrine\\Common\\": "lib/Doctrine/Common"
613 }
614 },
615 "notification-url": "https://packagist.org/downloads/",
616 "license": [
617 "MIT"
618 ],
619 "authors": [
620 {
621 "name": "Guilherme Blanco",
622 "email": "guilhermeblanco@gmail.com"
623 },
624 {
625 "name": "Roman Borschel",
626 "email": "roman@code-factory.org"
627 },
628 {
629 "name": "Benjamin Eberlei",
630 "email": "kontakt@beberlei.de"
631 },
632 {
633 "name": "Jonathan Wage",
634 "email": "jonwage@gmail.com"
635 },
636 {
637 "name": "Johannes Schmitt",
638 "email": "schmittjoh@gmail.com"
639 },
640 {
641 "name": "Marco Pivetta",
642 "email": "ocramius@gmail.com"
643 }
644 ],
645 "description": "PHP Doctrine Common project is a library that provides additional functionality that other Doctrine projects depend on such as better reflection support, persistence interfaces, proxies, event system and much more.",
646 "homepage": "https://www.doctrine-project.org/projects/common.html",
647 "keywords": [
648 "common",
649 "doctrine",
650 "php"
651 ],
652 "time": "2020-01-10T15:49:25+00:00"
653 },
654 {
655 "name": "doctrine/dbal",
656 "version": "v2.9.2",
657 "source": {
658 "type": "git",
659 "url": "https://github.com/doctrine/dbal.git",
660 "reference": "22800bd651c1d8d2a9719e2a3dc46d5108ebfcc9"
661 },
662 "dist": {
663 "type": "zip",
664 "url": "https://api.github.com/repos/doctrine/dbal/zipball/22800bd651c1d8d2a9719e2a3dc46d5108ebfcc9",
665 "reference": "22800bd651c1d8d2a9719e2a3dc46d5108ebfcc9",
666 "shasum": ""
667 },
668 "require": {
669 "doctrine/cache": "^1.0",
670 "doctrine/event-manager": "^1.0",
671 "ext-pdo": "*",
672 "php": "^7.1"
673 },
674 "require-dev": {
675 "doctrine/coding-standard": "^5.0",
676 "jetbrains/phpstorm-stubs": "^2018.1.2",
677 "phpstan/phpstan": "^0.10.1",
678 "phpunit/phpunit": "^7.4",
679 "symfony/console": "^2.0.5|^3.0|^4.0",
680 "symfony/phpunit-bridge": "^3.4.5|^4.0.5"
681 },
682 "suggest": {
683 "symfony/console": "For helpful console commands such as SQL execution and import of files."
684 },
685 "bin": [
686 "bin/doctrine-dbal"
687 ],
688 "type": "library",
689 "extra": {
690 "branch-alias": {
691 "dev-master": "2.9.x-dev",
692 "dev-develop": "3.0.x-dev"
693 }
694 },
695 "autoload": {
696 "psr-4": {
697 "Doctrine\\DBAL\\": "lib/Doctrine/DBAL"
698 }
699 },
700 "notification-url": "https://packagist.org/downloads/",
701 "license": [
702 "MIT"
703 ],
704 "authors": [
705 {
706 "name": "Roman Borschel",
707 "email": "roman@code-factory.org"
708 },
709 {
710 "name": "Benjamin Eberlei",
711 "email": "kontakt@beberlei.de"
712 },
713 {
714 "name": "Guilherme Blanco",
715 "email": "guilhermeblanco@gmail.com"
716 },
717 {
718 "name": "Jonathan Wage",
719 "email": "jonwage@gmail.com"
720 }
721 ],
722 "description": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.",
723 "homepage": "https://www.doctrine-project.org/projects/dbal.html",
724 "keywords": [
725 "abstraction",
726 "database",
727 "dbal",
728 "mysql",
729 "persistence",
730 "pgsql",
731 "php",
732 "queryobject"
733 ],
734 "time": "2018-12-31T03:27:51+00:00"
735 },
736 {
737 "name": "doctrine/doctrine-bundle",
738 "version": "1.12.7",
739 "source": {
740 "type": "git",
741 "url": "https://github.com/doctrine/DoctrineBundle.git",
742 "reference": "18fb7d271676dcb8e882adb0157ac1445c8fe89c"
743 },
744 "dist": {
745 "type": "zip",
746 "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/18fb7d271676dcb8e882adb0157ac1445c8fe89c",
747 "reference": "18fb7d271676dcb8e882adb0157ac1445c8fe89c",
748 "shasum": ""
749 },
750 "require": {
751 "doctrine/dbal": "^2.5.12",
752 "doctrine/doctrine-cache-bundle": "~1.2",
753 "doctrine/persistence": "^1.3.3",
754 "jdorn/sql-formatter": "^1.2.16",
755 "php": "^7.1",
756 "symfony/cache": "^3.4.30|^4.3.3",
757 "symfony/config": "^3.4.30|^4.3.3",
758 "symfony/console": "^3.4.30|^4.3.3",
759 "symfony/dependency-injection": "^3.4.30|^4.3.3",
760 "symfony/doctrine-bridge": "^3.4.30|^4.3.3",
761 "symfony/framework-bundle": "^3.4.30|^4.3.3",
762 "symfony/service-contracts": "^1.1.1|^2.0"
763 },
764 "conflict": {
765 "doctrine/orm": "<2.6",
766 "twig/twig": "<1.34|>=2.0,<2.4"
767 },
768 "require-dev": {
769 "doctrine/coding-standard": "^6.0",
770 "doctrine/orm": "^2.6",
771 "ocramius/proxy-manager": "^2.1",
772 "php-coveralls/php-coveralls": "^2.1",
773 "phpunit/phpunit": "^7.5",
774 "symfony/phpunit-bridge": "^4.2",
775 "symfony/property-info": "^3.4.30|^4.3.3",
776 "symfony/proxy-manager-bridge": "^3.4|^4|^5",
777 "symfony/twig-bridge": "^3.4|^4.1",
778 "symfony/validator": "^3.4.30|^4.3.3",
779 "symfony/web-profiler-bundle": "^3.4.30|^4.3.3",
780 "symfony/yaml": "^3.4.30|^4.3.3",
781 "twig/twig": "^1.34|^2.12"
782 },
783 "suggest": {
784 "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
785 "symfony/web-profiler-bundle": "To use the data collector."
786 },
787 "type": "symfony-bundle",
788 "extra": {
789 "branch-alias": {
790 "dev-master": "1.12.x-dev"
791 }
792 },
793 "autoload": {
794 "psr-4": {
795 "Doctrine\\Bundle\\DoctrineBundle\\": ""
796 }
797 },
798 "notification-url": "https://packagist.org/downloads/",
799 "license": [
800 "MIT"
801 ],
802 "authors": [
803 {
804 "name": "Fabien Potencier",
805 "email": "fabien@symfony.com"
806 },
807 {
808 "name": "Benjamin Eberlei",
809 "email": "kontakt@beberlei.de"
810 },
811 {
812 "name": "Symfony Community",
813 "homepage": "http://symfony.com/contributors"
814 },
815 {
816 "name": "Doctrine Project",
817 "homepage": "http://www.doctrine-project.org/"
818 }
819 ],
820 "description": "Symfony DoctrineBundle",
821 "homepage": "http://www.doctrine-project.org",
822 "keywords": [
823 "database",
824 "dbal",
825 "orm",
826 "persistence"
827 ],
828 "time": "2020-01-10T12:25:22+00:00"
829 },
830 {
831 "name": "doctrine/doctrine-cache-bundle",
832 "version": "1.4.0",
833 "source": {
834 "type": "git",
835 "url": "https://github.com/doctrine/DoctrineCacheBundle.git",
836 "reference": "6bee2f9b339847e8a984427353670bad4e7bdccb"
837 },
838 "dist": {
839 "type": "zip",
840 "url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/6bee2f9b339847e8a984427353670bad4e7bdccb",
841 "reference": "6bee2f9b339847e8a984427353670bad4e7bdccb",
842 "shasum": ""
843 },
844 "require": {
845 "doctrine/cache": "^1.4.2",
846 "doctrine/inflector": "^1.0",
847 "php": "^7.1",
848 "symfony/doctrine-bridge": "^3.4|^4.0"
849 },
850 "require-dev": {
851 "instaclick/coding-standard": "~1.1",
852 "instaclick/object-calisthenics-sniffs": "dev-master",
853 "instaclick/symfony2-coding-standard": "dev-remaster",
854 "phpunit/phpunit": "^7.0",
855 "predis/predis": "~0.8",
856 "satooshi/php-coveralls": "^1.0",
857 "squizlabs/php_codesniffer": "~1.5",
858 "symfony/console": "^3.4|^4.0",
859 "symfony/finder": "^3.4|^4.0",
860 "symfony/framework-bundle": "^3.4|^4.0",
861 "symfony/phpunit-bridge": "^3.4|^4.0",
862 "symfony/security-acl": "^2.8",
863 "symfony/validator": "^3.4|^4.0",
864 "symfony/yaml": "^3.4|^4.0"
865 },
866 "suggest": {
867 "symfony/security-acl": "For using this bundle to cache ACLs"
868 },
869 "type": "symfony-bundle",
870 "extra": {
871 "branch-alias": {
872 "dev-master": "1.4.x-dev"
873 }
874 },
875 "autoload": {
876 "psr-4": {
877 "Doctrine\\Bundle\\DoctrineCacheBundle\\": ""
878 },
879 "exclude-from-classmap": [
880 "/Tests/"
881 ]
882 },
883 "notification-url": "https://packagist.org/downloads/",
884 "license": [
885 "MIT"
886 ],
887 "authors": [
888 {
889 "name": "Fabien Potencier",
890 "email": "fabien@symfony.com"
891 },
892 {
893 "name": "Benjamin Eberlei",
894 "email": "kontakt@beberlei.de"
895 },
896 {
897 "name": "Fabio B. Silva",
898 "email": "fabio.bat.silva@gmail.com"
899 },
900 {
901 "name": "Guilherme Blanco",
902 "email": "guilhermeblanco@hotmail.com"
903 },
904 {
905 "name": "Symfony Community",
906 "homepage": "http://symfony.com/contributors"
907 },
908 {
909 "name": "Doctrine Project",
910 "homepage": "http://www.doctrine-project.org/"
911 }
912 ],
913 "description": "Symfony Bundle for Doctrine Cache",
914 "homepage": "https://www.doctrine-project.org",
915 "keywords": [
916 "cache",
917 "caching"
918 ],
919 "time": "2019-11-29T11:22:01+00:00"
920 },
921 {
922 "name": "doctrine/doctrine-migrations-bundle",
923 "version": "v1.3.2",
924 "source": {
925 "type": "git",
926 "url": "https://github.com/doctrine/DoctrineMigrationsBundle.git",
927 "reference": "49fa399181db4bf4f9f725126bd1cb65c4398dce"
928 },
929 "dist": {
930 "type": "zip",
931 "url": "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/49fa399181db4bf4f9f725126bd1cb65c4398dce",
932 "reference": "49fa399181db4bf4f9f725126bd1cb65c4398dce",
933 "shasum": ""
934 },
935 "require": {
936 "doctrine/doctrine-bundle": "~1.0",
937 "doctrine/migrations": "^1.1",
938 "php": ">=5.4.0",
939 "symfony/framework-bundle": "~2.7|~3.3|~4.0"
940 },
941 "require-dev": {
942 "phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^7.4"
943 },
944 "type": "symfony-bundle",
945 "extra": {
946 "branch-alias": {
947 "dev-master": "1.3-dev"
948 }
949 },
950 "autoload": {
951 "psr-4": {
952 "Doctrine\\Bundle\\MigrationsBundle\\": ""
953 }
954 },
955 "notification-url": "https://packagist.org/downloads/",
956 "license": [
957 "MIT"
958 ],
959 "authors": [
960 {
961 "name": "Symfony Community",
962 "homepage": "http://symfony.com/contributors"
963 },
964 {
965 "name": "Doctrine Project",
966 "homepage": "http://www.doctrine-project.org"
967 },
968 {
969 "name": "Fabien Potencier",
970 "email": "fabien@symfony.com"
971 }
972 ],
973 "description": "Symfony DoctrineMigrationsBundle",
974 "homepage": "http://www.doctrine-project.org",
975 "keywords": [
976 "dbal",
977 "migrations",
978 "schema"
979 ],
980 "time": "2018-12-03T11:55:33+00:00"
981 },
982 {
983 "name": "doctrine/event-manager",
984 "version": "1.1.0",
985 "source": {
986 "type": "git",
987 "url": "https://github.com/doctrine/event-manager.git",
988 "reference": "629572819973f13486371cb611386eb17851e85c"
989 },
990 "dist": {
991 "type": "zip",
992 "url": "https://api.github.com/repos/doctrine/event-manager/zipball/629572819973f13486371cb611386eb17851e85c",
993 "reference": "629572819973f13486371cb611386eb17851e85c",
994 "shasum": ""
995 },
996 "require": {
997 "php": "^7.1"
998 },
999 "conflict": {
1000 "doctrine/common": "<2.9@dev"
1001 },
1002 "require-dev": {
1003 "doctrine/coding-standard": "^6.0",
1004 "phpunit/phpunit": "^7.0"
1005 },
1006 "type": "library",
1007 "extra": {
1008 "branch-alias": {
1009 "dev-master": "1.0.x-dev"
1010 }
1011 },
1012 "autoload": {
1013 "psr-4": {
1014 "Doctrine\\Common\\": "lib/Doctrine/Common"
1015 }
1016 },
1017 "notification-url": "https://packagist.org/downloads/",
1018 "license": [
1019 "MIT"
1020 ],
1021 "authors": [
1022 {
1023 "name": "Guilherme Blanco",
1024 "email": "guilhermeblanco@gmail.com"
1025 },
1026 {
1027 "name": "Roman Borschel",
1028 "email": "roman@code-factory.org"
1029 },
1030 {
1031 "name": "Benjamin Eberlei",
1032 "email": "kontakt@beberlei.de"
1033 },
1034 {
1035 "name": "Jonathan Wage",
1036 "email": "jonwage@gmail.com"
1037 },
1038 {
1039 "name": "Johannes Schmitt",
1040 "email": "schmittjoh@gmail.com"
1041 },
1042 {
1043 "name": "Marco Pivetta",
1044 "email": "ocramius@gmail.com"
1045 }
1046 ],
1047 "description": "The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.",
1048 "homepage": "https://www.doctrine-project.org/projects/event-manager.html",
1049 "keywords": [
1050 "event",
1051 "event dispatcher",
1052 "event manager",
1053 "event system",
1054 "events"
1055 ],
1056 "time": "2019-11-10T09:48:07+00:00"
1057 },
1058 {
1059 "name": "doctrine/inflector",
1060 "version": "1.3.1",
1061 "source": {
1062 "type": "git",
1063 "url": "https://github.com/doctrine/inflector.git",
1064 "reference": "ec3a55242203ffa6a4b27c58176da97ff0a7aec1"
1065 },
1066 "dist": {
1067 "type": "zip",
1068 "url": "https://api.github.com/repos/doctrine/inflector/zipball/ec3a55242203ffa6a4b27c58176da97ff0a7aec1",
1069 "reference": "ec3a55242203ffa6a4b27c58176da97ff0a7aec1",
1070 "shasum": ""
1071 },
1072 "require": {
1073 "php": "^7.1"
1074 },
1075 "require-dev": {
1076 "phpunit/phpunit": "^6.2"
1077 },
1078 "type": "library",
1079 "extra": {
1080 "branch-alias": {
1081 "dev-master": "1.3.x-dev"
1082 }
1083 },
1084 "autoload": {
1085 "psr-4": {
1086 "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
1087 }
1088 },
1089 "notification-url": "https://packagist.org/downloads/",
1090 "license": [
1091 "MIT"
1092 ],
1093 "authors": [
1094 {
1095 "name": "Guilherme Blanco",
1096 "email": "guilhermeblanco@gmail.com"
1097 },
1098 {
1099 "name": "Roman Borschel",
1100 "email": "roman@code-factory.org"
1101 },
1102 {
1103 "name": "Benjamin Eberlei",
1104 "email": "kontakt@beberlei.de"
1105 },
1106 {
1107 "name": "Jonathan Wage",
1108 "email": "jonwage@gmail.com"
1109 },
1110 {
1111 "name": "Johannes Schmitt",
1112 "email": "schmittjoh@gmail.com"
1113 }
1114 ],
1115 "description": "Common String Manipulations with regard to casing and singular/plural rules.",
1116 "homepage": "http://www.doctrine-project.org",
1117 "keywords": [
1118 "inflection",
1119 "pluralize",
1120 "singularize",
1121 "string"
1122 ],
1123 "time": "2019-10-30T19:59:35+00:00"
1124 },
1125 {
1126 "name": "doctrine/instantiator",
1127 "version": "1.3.0",
1128 "source": {
1129 "type": "git",
1130 "url": "https://github.com/doctrine/instantiator.git",
1131 "reference": "ae466f726242e637cebdd526a7d991b9433bacf1"
1132 },
1133 "dist": {
1134 "type": "zip",
1135 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/ae466f726242e637cebdd526a7d991b9433bacf1",
1136 "reference": "ae466f726242e637cebdd526a7d991b9433bacf1",
1137 "shasum": ""
1138 },
1139 "require": {
1140 "php": "^7.1"
1141 },
1142 "require-dev": {
1143 "doctrine/coding-standard": "^6.0",
1144 "ext-pdo": "*",
1145 "ext-phar": "*",
1146 "phpbench/phpbench": "^0.13",
1147 "phpstan/phpstan-phpunit": "^0.11",
1148 "phpstan/phpstan-shim": "^0.11",
1149 "phpunit/phpunit": "^7.0"
1150 },
1151 "type": "library",
1152 "extra": {
1153 "branch-alias": {
1154 "dev-master": "1.2.x-dev"
1155 }
1156 },
1157 "autoload": {
1158 "psr-4": {
1159 "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
1160 }
1161 },
1162 "notification-url": "https://packagist.org/downloads/",
1163 "license": [
1164 "MIT"
1165 ],
1166 "authors": [
1167 {
1168 "name": "Marco Pivetta",
1169 "email": "ocramius@gmail.com",
1170 "homepage": "http://ocramius.github.com/"
1171 }
1172 ],
1173 "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
1174 "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
1175 "keywords": [
1176 "constructor",
1177 "instantiate"
1178 ],
1179 "time": "2019-10-21T16:45:58+00:00"
1180 },
1181 {
1182 "name": "doctrine/lexer",
1183 "version": "1.0.2",
1184 "source": {
1185 "type": "git",
1186 "url": "https://github.com/doctrine/lexer.git",
1187 "reference": "1febd6c3ef84253d7c815bed85fc622ad207a9f8"
1188 },
1189 "dist": {
1190 "type": "zip",
1191 "url": "https://api.github.com/repos/doctrine/lexer/zipball/1febd6c3ef84253d7c815bed85fc622ad207a9f8",
1192 "reference": "1febd6c3ef84253d7c815bed85fc622ad207a9f8",
1193 "shasum": ""
1194 },
1195 "require": {
1196 "php": ">=5.3.2"
1197 },
1198 "require-dev": {
1199 "phpunit/phpunit": "^4.5"
1200 },
1201 "type": "library",
1202 "extra": {
1203 "branch-alias": {
1204 "dev-master": "1.0.x-dev"
1205 }
1206 },
1207 "autoload": {
1208 "psr-4": {
1209 "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
1210 }
1211 },
1212 "notification-url": "https://packagist.org/downloads/",
1213 "license": [
1214 "MIT"
1215 ],
1216 "authors": [
1217 {
1218 "name": "Roman Borschel",
1219 "email": "roman@code-factory.org"
1220 },
1221 {
1222 "name": "Guilherme Blanco",
1223 "email": "guilhermeblanco@gmail.com"
1224 },
1225 {
1226 "name": "Johannes Schmitt",
1227 "email": "schmittjoh@gmail.com"
1228 }
1229 ],
1230 "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
1231 "homepage": "https://www.doctrine-project.org/projects/lexer.html",
1232 "keywords": [
1233 "annotations",
1234 "docblock",
1235 "lexer",
1236 "parser",
1237 "php"
1238 ],
1239 "time": "2019-06-08T11:03:04+00:00"
1240 },
1241 {
1242 "name": "doctrine/migrations",
1243 "version": "v1.8.1",
1244 "source": {
1245 "type": "git",
1246 "url": "https://github.com/doctrine/migrations.git",
1247 "reference": "215438c0eef3e5f9b7da7d09c6b90756071b43e6"
1248 },
1249 "dist": {
1250 "type": "zip",
1251 "url": "https://api.github.com/repos/doctrine/migrations/zipball/215438c0eef3e5f9b7da7d09c6b90756071b43e6",
1252 "reference": "215438c0eef3e5f9b7da7d09c6b90756071b43e6",
1253 "shasum": ""
1254 },
1255 "require": {
1256 "doctrine/dbal": "~2.6",
1257 "ocramius/proxy-manager": "^1.0|^2.0",
1258 "php": "^7.1",
1259 "symfony/console": "~3.3|^4.0"
1260 },
1261 "require-dev": {
1262 "doctrine/coding-standard": "^1.0",
1263 "doctrine/orm": "~2.5",
1264 "jdorn/sql-formatter": "~1.1",
1265 "mikey179/vfsstream": "^1.6",
1266 "phpunit/phpunit": "~7.0",
1267 "squizlabs/php_codesniffer": "^3.0",
1268 "symfony/yaml": "~3.3|^4.0"
1269 },
1270 "suggest": {
1271 "jdorn/sql-formatter": "Allows to generate formatted SQL with the diff command.",
1272 "symfony/yaml": "Allows the use of yaml for migration configuration files."
1273 },
1274 "bin": [
1275 "bin/doctrine-migrations"
1276 ],
1277 "type": "library",
1278 "extra": {
1279 "branch-alias": {
1280 "dev-master": "v1.8.x-dev"
1281 }
1282 },
1283 "autoload": {
1284 "psr-4": {
1285 "Doctrine\\DBAL\\Migrations\\": "lib/Doctrine/DBAL/Migrations",
1286 "Doctrine\\Migrations\\": "lib/Doctrine/Migrations"
1287 }
1288 },
1289 "notification-url": "https://packagist.org/downloads/",
1290 "license": [
1291 "MIT"
1292 ],
1293 "authors": [
1294 {
1295 "name": "Benjamin Eberlei",
1296 "email": "kontakt@beberlei.de"
1297 },
1298 {
1299 "name": "Jonathan Wage",
1300 "email": "jonwage@gmail.com"
1301 },
1302 {
1303 "name": "Michael Simonson",
1304 "email": "contact@mikesimonson.com"
1305 }
1306 ],
1307 "description": "Database Schema migrations using Doctrine DBAL",
1308 "homepage": "https://www.doctrine-project.org/projects/migrations.html",
1309 "keywords": [
1310 "database",
1311 "migrations"
1312 ],
1313 "time": "2018-06-06T21:00:30+00:00"
1314 },
1315 {
1316 "name": "doctrine/orm",
1317 "version": "v2.6.6",
1318 "source": {
1319 "type": "git",
1320 "url": "https://github.com/doctrine/orm.git",
1321 "reference": "2d9b9351831d1230881c52f006011cbf72fe944e"
1322 },
1323 "dist": {
1324 "type": "zip",
1325 "url": "https://api.github.com/repos/doctrine/orm/zipball/2d9b9351831d1230881c52f006011cbf72fe944e",
1326 "reference": "2d9b9351831d1230881c52f006011cbf72fe944e",
1327 "shasum": ""
1328 },
1329 "require": {
1330 "doctrine/annotations": "~1.5",
1331 "doctrine/cache": "~1.6",
1332 "doctrine/collections": "^1.4",
1333 "doctrine/common": "^2.7.1",
1334 "doctrine/dbal": "^2.6",
1335 "doctrine/instantiator": "~1.1",
1336 "ext-pdo": "*",
1337 "php": "^7.1",
1338 "symfony/console": "~3.0|~4.0"
1339 },
1340 "require-dev": {
1341 "doctrine/coding-standard": "^5.0",
1342 "phpunit/phpunit": "^7.5",
1343 "symfony/yaml": "~3.4|~4.0"
1344 },
1345 "suggest": {
1346 "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
1347 },
1348 "bin": [
1349 "bin/doctrine"
1350 ],
1351 "type": "library",
1352 "extra": {
1353 "branch-alias": {
1354 "dev-master": "2.6.x-dev"
1355 }
1356 },
1357 "autoload": {
1358 "psr-4": {
1359 "Doctrine\\ORM\\": "lib/Doctrine/ORM"
1360 }
1361 },
1362 "notification-url": "https://packagist.org/downloads/",
1363 "license": [
1364 "MIT"
1365 ],
1366 "authors": [
1367 {
1368 "name": "Guilherme Blanco",
1369 "email": "guilhermeblanco@gmail.com"
1370 },
1371 {
1372 "name": "Roman Borschel",
1373 "email": "roman@code-factory.org"
1374 },
1375 {
1376 "name": "Benjamin Eberlei",
1377 "email": "kontakt@beberlei.de"
1378 },
1379 {
1380 "name": "Jonathan Wage",
1381 "email": "jonwage@gmail.com"
1382 },
1383 {
1384 "name": "Marco Pivetta",
1385 "email": "ocramius@gmail.com"
1386 }
1387 ],
1388 "description": "Object-Relational-Mapper for PHP",
1389 "homepage": "http://www.doctrine-project.org",
1390 "keywords": [
1391 "database",
1392 "orm"
1393 ],
1394 "time": "2019-11-18T22:01:21+00:00"
1395 },
1396 {
1397 "name": "doctrine/persistence",
1398 "version": "1.3.6",
1399 "source": {
1400 "type": "git",
1401 "url": "https://github.com/doctrine/persistence.git",
1402 "reference": "5dd3ac5eebef2d0b074daa4440bb18f93132dee4"
1403 },
1404 "dist": {
1405 "type": "zip",
1406 "url": "https://api.github.com/repos/doctrine/persistence/zipball/5dd3ac5eebef2d0b074daa4440bb18f93132dee4",
1407 "reference": "5dd3ac5eebef2d0b074daa4440bb18f93132dee4",
1408 "shasum": ""
1409 },
1410 "require": {
1411 "doctrine/annotations": "^1.0",
1412 "doctrine/cache": "^1.0",
1413 "doctrine/collections": "^1.0",
1414 "doctrine/event-manager": "^1.0",
1415 "doctrine/reflection": "^1.1",
1416 "php": "^7.1"
1417 },
1418 "conflict": {
1419 "doctrine/common": "<2.10@dev"
1420 },
1421 "require-dev": {
1422 "doctrine/coding-standard": "^6.0",
1423 "phpstan/phpstan": "^0.11",
1424 "phpunit/phpunit": "^7.0"
1425 },
1426 "type": "library",
1427 "extra": {
1428 "branch-alias": {
1429 "dev-master": "1.3.x-dev"
1430 }
1431 },
1432 "autoload": {
1433 "psr-4": {
1434 "Doctrine\\Common\\": "lib/Doctrine/Common",
1435 "Doctrine\\Persistence\\": "lib/Doctrine/Persistence"
1436 }
1437 },
1438 "notification-url": "https://packagist.org/downloads/",
1439 "license": [
1440 "MIT"
1441 ],
1442 "authors": [
1443 {
1444 "name": "Guilherme Blanco",
1445 "email": "guilhermeblanco@gmail.com"
1446 },
1447 {
1448 "name": "Roman Borschel",
1449 "email": "roman@code-factory.org"
1450 },
1451 {
1452 "name": "Benjamin Eberlei",
1453 "email": "kontakt@beberlei.de"
1454 },
1455 {
1456 "name": "Jonathan Wage",
1457 "email": "jonwage@gmail.com"
1458 },
1459 {
1460 "name": "Johannes Schmitt",
1461 "email": "schmittjoh@gmail.com"
1462 },
1463 {
1464 "name": "Marco Pivetta",
1465 "email": "ocramius@gmail.com"
1466 }
1467 ],
1468 "description": "The Doctrine Persistence project is a set of shared interfaces and functionality that the different Doctrine object mappers share.",
1469 "homepage": "https://doctrine-project.org/projects/persistence.html",
1470 "keywords": [
1471 "mapper",
1472 "object",
1473 "odm",
1474 "orm",
1475 "persistence"
1476 ],
1477 "time": "2020-01-16T22:06:23+00:00"
1478 },
1479 {
1480 "name": "doctrine/reflection",
1481 "version": "v1.1.0",
1482 "source": {
1483 "type": "git",
1484 "url": "https://github.com/doctrine/reflection.git",
1485 "reference": "bc420ead87fdfe08c03ecc3549db603a45b06d4c"
1486 },
1487 "dist": {
1488 "type": "zip",
1489 "url": "https://api.github.com/repos/doctrine/reflection/zipball/bc420ead87fdfe08c03ecc3549db603a45b06d4c",
1490 "reference": "bc420ead87fdfe08c03ecc3549db603a45b06d4c",
1491 "shasum": ""
1492 },
1493 "require": {
1494 "doctrine/annotations": "^1.0",
1495 "ext-tokenizer": "*",
1496 "php": "^7.1"
1497 },
1498 "conflict": {
1499 "doctrine/common": "<2.9"
1500 },
1501 "require-dev": {
1502 "doctrine/coding-standard": "^5.0",
1503 "doctrine/common": "^2.10",
1504 "phpstan/phpstan": "^0.11.0",
1505 "phpstan/phpstan-phpunit": "^0.11.0",
1506 "phpunit/phpunit": "^7.0"
1507 },
1508 "type": "library",
1509 "extra": {
1510 "branch-alias": {
1511 "dev-master": "1.0.x-dev"
1512 }
1513 },
1514 "autoload": {
1515 "psr-4": {
1516 "Doctrine\\Common\\": "lib/Doctrine/Common"
1517 }
1518 },
1519 "notification-url": "https://packagist.org/downloads/",
1520 "license": [
1521 "MIT"
1522 ],
1523 "authors": [
1524 {
1525 "name": "Guilherme Blanco",
1526 "email": "guilhermeblanco@gmail.com"
1527 },
1528 {
1529 "name": "Roman Borschel",
1530 "email": "roman@code-factory.org"
1531 },
1532 {
1533 "name": "Benjamin Eberlei",
1534 "email": "kontakt@beberlei.de"
1535 },
1536 {
1537 "name": "Jonathan Wage",
1538 "email": "jonwage@gmail.com"
1539 },
1540 {
1541 "name": "Johannes Schmitt",
1542 "email": "schmittjoh@gmail.com"
1543 },
1544 {
1545 "name": "Marco Pivetta",
1546 "email": "ocramius@gmail.com"
1547 }
1548 ],
1549 "description": "The Doctrine Reflection project is a simple library used by the various Doctrine projects which adds some additional functionality on top of the reflection functionality that comes with PHP. It allows you to get the reflection information about classes, methods and properties statically.",
1550 "homepage": "https://www.doctrine-project.org/projects/reflection.html",
1551 "keywords": [
1552 "reflection",
1553 "static"
1554 ],
1555 "time": "2020-01-08T19:53:19+00:00"
1556 },
1557 {
1558 "name": "egulias/email-validator",
1559 "version": "2.1.12",
1560 "source": {
1561 "type": "git",
1562 "url": "https://github.com/egulias/EmailValidator.git",
1563 "reference": "a6255605af39f2db7f5cb62e672bd8a7bad8d208"
1564 },
1565 "dist": {
1566 "type": "zip",
1567 "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/a6255605af39f2db7f5cb62e672bd8a7bad8d208",
1568 "reference": "a6255605af39f2db7f5cb62e672bd8a7bad8d208",
1569 "shasum": ""
1570 },
1571 "require": {
1572 "doctrine/lexer": "^1.0.1",
1573 "php": ">= 5.5"
1574 },
1575 "require-dev": {
1576 "dominicsayers/isemail": "dev-master",
1577 "phpunit/phpunit": "^4.8.35||^5.7||^6.0",
1578 "satooshi/php-coveralls": "^1.0.1",
1579 "symfony/phpunit-bridge": "^4.4@dev"
1580 },
1581 "suggest": {
1582 "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
1583 },
1584 "type": "library",
1585 "extra": {
1586 "branch-alias": {
1587 "dev-master": "2.1.x-dev"
1588 }
1589 },
1590 "autoload": {
1591 "psr-4": {
1592 "Egulias\\EmailValidator\\": "EmailValidator"
1593 }
1594 },
1595 "notification-url": "https://packagist.org/downloads/",
1596 "license": [
1597 "MIT"
1598 ],
1599 "authors": [
1600 {
1601 "name": "Eduardo Gulias Davis"
1602 }
1603 ],
1604 "description": "A library for validating emails against several RFCs",
1605 "homepage": "https://github.com/egulias/EmailValidator",
1606 "keywords": [
1607 "email",
1608 "emailvalidation",
1609 "emailvalidator",
1610 "validation",
1611 "validator"
1612 ],
1613 "time": "2019-12-20T12:49:39+00:00"
1614 },
1615 {
1616 "name": "electrolinux/php-html5lib",
1617 "version": "0.1.0",
1618 "source": {
1619 "type": "git",
1620 "url": "https://github.com/electrolinux/php-html5lib.git",
1621 "reference": "9f92154993c7ecb120d9f9c0e558660d32846721"
1622 },
1623 "dist": {
1624 "type": "zip",
1625 "url": "https://api.github.com/repos/electrolinux/php-html5lib/zipball/9f92154993c7ecb120d9f9c0e558660d32846721",
1626 "reference": "9f92154993c7ecb120d9f9c0e558660d32846721",
1627 "shasum": ""
1628 },
1629 "require": {
1630 "php": ">=5.3.2"
1631 },
1632 "type": "library",
1633 "autoload": {
1634 "psr-0": {
1635 "HTML5Lib": "src/",
1636 "HTML5Lib\\Tests": "tests/"
1637 }
1638 },
1639 "notification-url": "https://packagist.org/downloads/",
1640 "license": [
1641 "MIT"
1642 ],
1643 "authors": [
1644 {
1645 "name": "Multiple users",
1646 "homepage": "https://code.google.com/p/html5lib/",
1647 "role": "Original developers"
1648 },
1649 {
1650 "name": "Sébastien Lavoie",
1651 "homepage": "http://blog.lavoie.sl",
1652 "role": "Packager"
1653 },
1654 {
1655 "name": "didier Belot",
1656 "role": "Packager"
1657 }
1658 ],
1659 "description": "A PHP implementations of a HTML parser based on the WHATWG HTML5 specification.",
1660 "homepage": "https://github.com/electrolinux/php-html5lib",
1661 "keywords": [
1662 "HTML5",
1663 "php"
1664 ],
1665 "time": "2013-03-18T18:32:30+00:00"
1666 },
1667 {
1668 "name": "fig/link-util",
1669 "version": "1.1.0",
1670 "source": {
1671 "type": "git",
1672 "url": "https://github.com/php-fig/link-util.git",
1673 "reference": "47f55860678a9e202206047bc02767556d298106"
1674 },
1675 "dist": {
1676 "type": "zip",
1677 "url": "https://api.github.com/repos/php-fig/link-util/zipball/47f55860678a9e202206047bc02767556d298106",
1678 "reference": "47f55860678a9e202206047bc02767556d298106",
1679 "shasum": ""
1680 },
1681 "require": {
1682 "php": ">=5.5.0",
1683 "psr/link": "~1.0@dev"
1684 },
1685 "provide": {
1686 "psr/link-implementation": "1.0"
1687 },
1688 "require-dev": {
1689 "phpunit/phpunit": "^5.1",
1690 "squizlabs/php_codesniffer": "^2.3.1"
1691 },
1692 "type": "library",
1693 "extra": {
1694 "branch-alias": {
1695 "dev-master": "1.0.x-dev"
1696 }
1697 },
1698 "autoload": {
1699 "psr-4": {
1700 "Fig\\Link\\": "src/"
1701 }
1702 },
1703 "notification-url": "https://packagist.org/downloads/",
1704 "license": [
1705 "MIT"
1706 ],
1707 "authors": [
1708 {
1709 "name": "PHP-FIG",
1710 "homepage": "http://www.php-fig.org/"
1711 }
1712 ],
1713 "description": "Common utility implementations for HTTP links",
1714 "keywords": [
1715 "http",
1716 "http-link",
1717 "link",
1718 "psr",
1719 "psr-13",
1720 "rest"
1721 ],
1722 "time": "2019-12-18T15:40:05+00:00"
1723 },
1724 {
1725 "name": "fossar/htmlawed",
1726 "version": "1.2.7",
1727 "source": {
1728 "type": "git",
1729 "url": "https://github.com/fossar/HTMLawed.git",
1730 "reference": "4f7505e9622a96242923895c3008719b2c2283d3"
1731 },
1732 "dist": {
1733 "type": "zip",
1734 "url": "https://api.github.com/repos/fossar/HTMLawed/zipball/4f7505e9622a96242923895c3008719b2c2283d3",
1735 "reference": "4f7505e9622a96242923895c3008719b2c2283d3",
1736 "shasum": ""
1737 },
1738 "require": {
1739 "php": ">4.4.0"
1740 },
1741 "replace": {
1742 "htmlawed/htmlawed": "*"
1743 },
1744 "type": "library",
1745 "autoload": {
1746 "files": [
1747 "htmLawed.php"
1748 ]
1749 },
1750 "notification-url": "https://packagist.org/downloads/",
1751 "license": [
1752 "GPL-2.0+",
1753 "LGPL-3.0"
1754 ],
1755 "authors": [
1756 {
1757 "name": "Santosh Patnaik",
1758 "homepage": "http://www.bioinformatics.org/people/index.php?user_hash=558b661f92d0ff7b",
1759 "role": "Developer"
1760 }
1761 ],
1762 "description": "htmLawed - Process text with HTML markup to make it more compliant with HTML standards and administrative policies",
1763 "homepage": "http://www.bioinformatics.org/phplabware/internal_utilities/htmLawed/",
1764 "keywords": [
1765 "HTMLtidy",
1766 "html",
1767 "sanitize",
1768 "strip",
1769 "tags"
1770 ],
1771 "time": "2019-05-09T11:53:40+00:00"
1772 },
1773 {
1774 "name": "friendsofsymfony/jsrouting-bundle",
1775 "version": "2.5.3",
1776 "source": {
1777 "type": "git",
1778 "url": "https://github.com/FriendsOfSymfony/FOSJsRoutingBundle.git",
1779 "reference": "165b3f4ae1f798ec320b9942f6db921f7b568bed"
1780 },
1781 "dist": {
1782 "type": "zip",
1783 "url": "https://api.github.com/repos/FriendsOfSymfony/FOSJsRoutingBundle/zipball/165b3f4ae1f798ec320b9942f6db921f7b568bed",
1784 "reference": "165b3f4ae1f798ec320b9942f6db921f7b568bed",
1785 "shasum": ""
1786 },
1787 "require": {
1788 "php": "^7.1",
1789 "symfony/console": "~3.3|^4.0|^5.0",
1790 "symfony/framework-bundle": "~3.3|^4.0|^5.0",
1791 "symfony/serializer": "~3.3|^4.0|^5.0",
1792 "willdurand/jsonp-callback-validator": "~1.0"
1793 },
1794 "require-dev": {
1795 "symfony/expression-language": "~3.3|^4.0|^5.0",
1796 "symfony/phpunit-bridge": "^3.3|^4.0"
1797 },
1798 "type": "symfony-bundle",
1799 "extra": {
1800 "branch-alias": {
1801 "dev-master": "2.0-dev"
1802 }
1803 },
1804 "autoload": {
1805 "psr-4": {
1806 "FOS\\JsRoutingBundle\\": ""
1807 },
1808 "exclude-from-classmap": [
1809 "/Tests/"
1810 ]
1811 },
1812 "notification-url": "https://packagist.org/downloads/",
1813 "license": [
1814 "MIT"
1815 ],
1816 "authors": [
1817 {
1818 "name": "William Durand",
1819 "email": "will+git@drnd.me"
1820 },
1821 {
1822 "name": "FriendsOfSymfony Community",
1823 "homepage": "https://github.com/friendsofsymfony/FOSJsRoutingBundle/contributors"
1824 }
1825 ],
1826 "description": "A pretty nice way to expose your Symfony2 routing to client applications.",
1827 "homepage": "http://friendsofsymfony.github.com",
1828 "keywords": [
1829 "Js Routing",
1830 "javascript",
1831 "routing"
1832 ],
1833 "time": "2020-01-13T14:06:12+00:00"
1834 },
1835 {
1836 "name": "friendsofsymfony/oauth-server-bundle",
1837 "version": "1.6.2",
1838 "source": {
1839 "type": "git",
1840 "url": "https://github.com/FriendsOfSymfony/FOSOAuthServerBundle.git",
1841 "reference": "fcaa25cc49474bdb0db7894f880976fe76ffed23"
1842 },
1843 "dist": {
1844 "type": "zip",
1845 "url": "https://api.github.com/repos/FriendsOfSymfony/FOSOAuthServerBundle/zipball/fcaa25cc49474bdb0db7894f880976fe76ffed23",
1846 "reference": "fcaa25cc49474bdb0db7894f880976fe76ffed23",
1847 "shasum": ""
1848 },
1849 "require": {
1850 "friendsofsymfony/oauth2-php": "~1.1",
1851 "paragonie/random_compat": "^1|^2",
1852 "php": "^5.5|^7.0",
1853 "symfony/dependency-injection": "^2.8|~3.0|^4.0",
1854 "symfony/framework-bundle": "~2.8|~3.0|^4.0",
1855 "symfony/security-bundle": "~2.8|~3.0|^4.0"
1856 },
1857 "require-dev": {
1858 "doctrine/doctrine-bundle": "~1.0",
1859 "doctrine/mongodb-odm": "~1.0",
1860 "doctrine/orm": "~2.2",
1861 "phing/phing": "~2.4",
1862 "php-mock/php-mock-phpunit": "^1.1",
1863 "phpunit/phpunit": "~4.8|~5.0",
1864 "propel/propel1": "^1.6.5",
1865 "symfony/class-loader": "~2.8|~3.0|^4.0",
1866 "symfony/console": "~2.8|~3.0|^4.0",
1867 "symfony/form": "~2.8|~3.0|^4.0",
1868 "symfony/phpunit-bridge": "~2.8|~3.0|^4.0",
1869 "symfony/templating": "~2.8|~3.0|^4.0",
1870 "symfony/twig-bundle": "~2.8|~3.0|^4.0",
1871 "symfony/yaml": "~2.8|~3.0|^4.0",
1872 "willdurand/propel-typehintable-behavior": "^1.0.4"
1873 },
1874 "suggest": {
1875 "doctrine/doctrine-bundle": "*",
1876 "doctrine/mongodb-odm-bundle": "*",
1877 "propel/propel-bundle": "If you want to use Propel with Symfony2, then you will have to install the PropelBundle",
1878 "symfony/console": "Needed to be able to use commands",
1879 "symfony/form": "Needed to be able to use the AuthorizeFormType",
1880 "willdurand/propel-typehintable-behavior": "The Typehintable behavior is useful to add type hints on generated methods, to be compliant with interfaces"
1881 },
1882 "type": "symfony-bundle",
1883 "extra": {
1884 "branch-alias": {
1885 "dev-master": "1.5-dev"
1886 }
1887 },
1888 "autoload": {
1889 "psr-4": {
1890 "FOS\\OAuthServerBundle\\": ""
1891 },
1892 "exclude-from-classmap": [
1893 "/Tests/"
1894 ]
1895 },
1896 "notification-url": "https://packagist.org/downloads/",
1897 "license": [
1898 "MIT"
1899 ],
1900 "authors": [
1901 {
1902 "name": "Arnaud Le Blanc",
1903 "email": "arnaud.lb@gmail.com"
1904 },
1905 {
1906 "name": "FriendsOfSymfony Community",
1907 "homepage": "https://github.com/FriendsOfSymfony/FOSOAuthServerBundle/contributors"
1908 }
1909 ],
1910 "description": "Symfony2 OAuth Server Bundle",
1911 "homepage": "http://friendsofsymfony.github.com",
1912 "keywords": [
1913 "oauth",
1914 "oauth2",
1915 "server"
1916 ],
1917 "time": "2019-01-23T15:23:04+00:00"
1918 },
1919 {
1920 "name": "friendsofsymfony/oauth2-php",
1921 "version": "1.2.3",
1922 "source": {
1923 "type": "git",
1924 "url": "https://github.com/FriendsOfSymfony/oauth2-php.git",
1925 "reference": "a41fef63f81ef2ef632350a6c7dc66d15baa9240"
1926 },
1927 "dist": {
1928 "type": "zip",
1929 "url": "https://api.github.com/repos/FriendsOfSymfony/oauth2-php/zipball/a41fef63f81ef2ef632350a6c7dc66d15baa9240",
1930 "reference": "a41fef63f81ef2ef632350a6c7dc66d15baa9240",
1931 "shasum": ""
1932 },
1933 "require": {
1934 "php": "^5.5.9|>=7.0.8",
1935 "symfony/http-foundation": "~3.0|~4.0"
1936 },
1937 "require-dev": {
1938 "phpunit/phpunit": "~4.0"
1939 },
1940 "type": "library",
1941 "extra": {
1942 "branch-alias": {
1943 "dev-master": "1.2.x-dev"
1944 }
1945 },
1946 "autoload": {
1947 "psr-4": {
1948 "OAuth2\\": "lib/"
1949 }
1950 },
1951 "notification-url": "https://packagist.org/downloads/",
1952 "license": [
1953 "MIT"
1954 ],
1955 "authors": [
1956 {
1957 "name": "Arnaud Le Blanc",
1958 "email": "arnaud.lb@gmail.com"
1959 },
1960 {
1961 "name": "FriendsOfSymfony Community",
1962 "homepage": "https://github.com/FriendsOfSymfony/oauth2-php/contributors"
1963 }
1964 ],
1965 "description": "OAuth2 library",
1966 "homepage": "https://github.com/FriendsOfSymfony/oauth2-php",
1967 "keywords": [
1968 "oauth",
1969 "oauth2"
1970 ],
1971 "time": "2018-01-30T19:58:25+00:00"
1972 },
1973 {
1974 "name": "friendsofsymfony/rest-bundle",
1975 "version": "2.6.0",
1976 "source": {
1977 "type": "git",
1978 "url": "https://github.com/FriendsOfSymfony/FOSRestBundle.git",
1979 "reference": "54758949bff9fc520997415341323eebf3f54892"
1980 },
1981 "dist": {
1982 "type": "zip",
1983 "url": "https://api.github.com/repos/FriendsOfSymfony/FOSRestBundle/zipball/54758949bff9fc520997415341323eebf3f54892",
1984 "reference": "54758949bff9fc520997415341323eebf3f54892",
1985 "shasum": ""
1986 },
1987 "require": {
1988 "doctrine/inflector": "^1.0",
1989 "php": "^7.1",
1990 "psr/log": "^1.0",
1991 "symfony/config": "^3.4|^4.3",
1992 "symfony/debug": "^3.4|^4.3",
1993 "symfony/dependency-injection": "^3.4|^4.3",
1994 "symfony/event-dispatcher": "^3.4|^4.3",
1995 "symfony/finder": "^3.4|^4.3",
1996 "symfony/framework-bundle": "^3.4|^4.3",
1997 "symfony/http-foundation": "^3.4|^4.3",
1998 "symfony/http-kernel": "^3.4|^4.3",
1999 "symfony/routing": "^3.4|^4.3",
2000 "symfony/security-core": "^3.4|^4.3",
2001 "willdurand/jsonp-callback-validator": "^1.0",
2002 "willdurand/negotiation": "^2.0"
2003 },
2004 "conflict": {
2005 "jms/serializer": "<1.13.0",
2006 "jms/serializer-bundle": "<2.0.0",
2007 "sensio/framework-extra-bundle": "<3.0.13"
2008 },
2009 "require-dev": {
2010 "jms/serializer": "^1.13|^2.0",
2011 "jms/serializer-bundle": "^2.3.1|^3.0",
2012 "phpoption/phpoption": "^1.1",
2013 "psr/http-message": "^1.0",
2014 "sensio/framework-extra-bundle": "^3.0.13|^4.0|^5.0",
2015 "symfony/asset": "^3.4|^4.3",
2016 "symfony/browser-kit": "^3.4|^4.3",
2017 "symfony/css-selector": "^3.4|^4.3",
2018 "symfony/expression-language": "^3.4|^4.3",
2019 "symfony/form": "^3.4|^4.3",
2020 "symfony/phpunit-bridge": "^4.1.8",
2021 "symfony/security-bundle": "^3.4|^4.3",
2022 "symfony/serializer": "^3.4|^4.3",
2023 "symfony/templating": "^3.4|^4.3",
2024 "symfony/twig-bundle": "^3.4|^4.3",
2025 "symfony/validator": "^3.4|^4.3",
2026 "symfony/web-profiler-bundle": "^3.4|^4.3",
2027 "symfony/yaml": "^3.4|^4.3"
2028 },
2029 "suggest": {
2030 "jms/serializer-bundle": "Add support for advanced serialization capabilities, recommended, requires ^2.0|^3.0",
2031 "sensio/framework-extra-bundle": "Add support for the request body converter and the view response listener, requires ^3.0",
2032 "symfony/expression-language": "Add support for using the expression language in the routing, requires ^2.7|^3.0",
2033 "symfony/serializer": "Add support for basic serialization capabilities and xml decoding, requires ^2.7|^3.0",
2034 "symfony/validator": "Add support for validation capabilities in the ParamFetcher, requires ^2.7|^3.0"
2035 },
2036 "type": "symfony-bundle",
2037 "extra": {
2038 "branch-alias": {
2039 "dev-master": "2.6-dev"
2040 }
2041 },
2042 "autoload": {
2043 "psr-4": {
2044 "FOS\\RestBundle\\": ""
2045 },
2046 "exclude-from-classmap": [
2047 "Tests/"
2048 ]
2049 },
2050 "notification-url": "https://packagist.org/downloads/",
2051 "license": [
2052 "MIT"
2053 ],
2054 "authors": [
2055 {
2056 "name": "Lukas Kahwe Smith",
2057 "email": "smith@pooteeweet.org"
2058 },
2059 {
2060 "name": "Konstantin Kudryashov",
2061 "email": "ever.zet@gmail.com"
2062 },
2063 {
2064 "name": "FriendsOfSymfony Community",
2065 "homepage": "https://github.com/friendsofsymfony/FOSRestBundle/contributors"
2066 }
2067 ],
2068 "description": "This Bundle provides various tools to rapidly develop RESTful API's with Symfony",
2069 "homepage": "http://friendsofsymfony.github.com",
2070 "keywords": [
2071 "rest"
2072 ],
2073 "time": "2019-10-21T08:22:30+00:00"
2074 },
2075 {
2076 "name": "friendsofsymfony/user-bundle",
2077 "version": "v2.0.2",
2078 "source": {
2079 "type": "git",
2080 "url": "https://github.com/FriendsOfSymfony/FOSUserBundle.git",
2081 "reference": "2fc8a023d7ab482321cf7ec810ed49eab40eb50f"
2082 },
2083 "dist": {
2084 "type": "zip",
2085 "url": "https://api.github.com/repos/FriendsOfSymfony/FOSUserBundle/zipball/2fc8a023d7ab482321cf7ec810ed49eab40eb50f",
2086 "reference": "2fc8a023d7ab482321cf7ec810ed49eab40eb50f",
2087 "shasum": ""
2088 },
2089 "require": {
2090 "paragonie/random_compat": "^1 || ^2",
2091 "php": "^5.5.9 || ^7.0",
2092 "symfony/form": "^2.7 || ^3.0",
2093 "symfony/framework-bundle": "^2.7 || ^3.0",
2094 "symfony/security-bundle": "^2.7 || ^3.0",
2095 "symfony/templating": "^2.7 || ^3.0",
2096 "symfony/twig-bundle": "^2.7 || ^3.0",
2097 "twig/twig": "^1.28 || ^2.0"
2098 },
2099 "conflict": {
2100 "doctrine/doctrine-bundle": "<1.3",
2101 "symfony/doctrine-bridge": "<2.7"
2102 },
2103 "require-dev": {
2104 "doctrine/doctrine-bundle": "^1.3",
2105 "friendsofphp/php-cs-fixer": "^1.11",
2106 "phpunit/phpunit": "~4.8|~5.0",
2107 "swiftmailer/swiftmailer": "^4.3 || ^5.0 || ^6.0",
2108 "symfony/console": "^2.7 || ^3.0",
2109 "symfony/phpunit-bridge": "^2.7 || ^3.0",
2110 "symfony/validator": "^2.7 || ^3.0",
2111 "symfony/yaml": "^2.7 || ^3.0"
2112 },
2113 "type": "symfony-bundle",
2114 "extra": {
2115 "branch-alias": {
2116 "dev-master": "2.0.x-dev"
2117 }
2118 },
2119 "autoload": {
2120 "psr-4": {
2121 "FOS\\UserBundle\\": ""
2122 },
2123 "exclude-from-classmap": [
2124 "/Tests/"
2125 ]
2126 },
2127 "notification-url": "https://packagist.org/downloads/",
2128 "license": [
2129 "MIT"
2130 ],
2131 "authors": [
2132 {
2133 "name": "Christophe Coevoet",
2134 "email": "stof@notk.org"
2135 },
2136 {
2137 "name": "FriendsOfSymfony Community",
2138 "homepage": "https://github.com/friendsofsymfony/FOSUserBundle/contributors"
2139 },
2140 {
2141 "name": "Thibault Duplessis",
2142 "email": "thibault.duplessis@gmail.com"
2143 }
2144 ],
2145 "description": "Symfony FOSUserBundle",
2146 "homepage": "http://friendsofsymfony.github.com",
2147 "keywords": [
2148 "User management"
2149 ],
2150 "time": "2017-11-29T17:01:21+00:00"
2151 },
2152 {
2153 "name": "gedmo/doctrine-extensions",
2154 "version": "v2.4.38",
2155 "source": {
2156 "type": "git",
2157 "url": "https://github.com/Atlantic18/DoctrineExtensions.git",
2158 "reference": "81681364331b131518060e4776300a5346df1eb5"
2159 },
2160 "dist": {
2161 "type": "zip",
2162 "url": "https://api.github.com/repos/Atlantic18/DoctrineExtensions/zipball/81681364331b131518060e4776300a5346df1eb5",
2163 "reference": "81681364331b131518060e4776300a5346df1eb5",
2164 "shasum": ""
2165 },
2166 "require": {
2167 "behat/transliterator": "~1.2",
2168 "doctrine/common": "~2.4",
2169 "php": ">=5.3.2"
2170 },
2171 "conflict": {
2172 "doctrine/annotations": "<1.2",
2173 "doctrine/mongodb-odm": ">=2.0"
2174 },
2175 "require-dev": {
2176 "doctrine/common": ">=2.5.0",
2177 "doctrine/mongodb-odm": ">=1.0.2 <2.0",
2178 "doctrine/orm": ">=2.5.0",
2179 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5",
2180 "symfony/yaml": "~2.6 || ~3.0 || ~4.0"
2181 },
2182 "suggest": {
2183 "doctrine/mongodb-odm": "to use the extensions with the MongoDB ODM",
2184 "doctrine/orm": "to use the extensions with the ORM"
2185 },
2186 "type": "library",
2187 "extra": {
2188 "branch-alias": {
2189 "dev-master": "2.4.x-dev"
2190 }
2191 },
2192 "autoload": {
2193 "psr-4": {
2194 "Gedmo\\": "lib/Gedmo"
2195 }
2196 },
2197 "notification-url": "https://packagist.org/downloads/",
2198 "license": [
2199 "MIT"
2200 ],
2201 "authors": [
2202 {
2203 "name": "Gediminas Morkevicius",
2204 "email": "gediminas.morkevicius@gmail.com"
2205 },
2206 {
2207 "name": "Gustavo Falco",
2208 "email": "comfortablynumb84@gmail.com"
2209 },
2210 {
2211 "name": "David Buchmann",
2212 "email": "david@liip.ch"
2213 }
2214 ],
2215 "description": "Doctrine2 behavioral extensions",
2216 "homepage": "http://gediminasm.org/",
2217 "keywords": [
2218 "Blameable",
2219 "behaviors",
2220 "doctrine2",
2221 "extensions",
2222 "gedmo",
2223 "loggable",
2224 "nestedset",
2225 "sluggable",
2226 "sortable",
2227 "timestampable",
2228 "translatable",
2229 "tree",
2230 "uploadable"
2231 ],
2232 "time": "2019-11-08T22:33:07+00:00"
2233 },
2234 {
2235 "name": "grandt/binstring",
2236 "version": "1.0.0",
2237 "source": {
2238 "type": "git",
2239 "url": "https://github.com/Grandt/PHPBinString.git",
2240 "reference": "825fe2ac8a68190f651fc2dbc07b6edde18bc431"
2241 },
2242 "dist": {
2243 "type": "zip",
2244 "url": "https://api.github.com/repos/Grandt/PHPBinString/zipball/825fe2ac8a68190f651fc2dbc07b6edde18bc431",
2245 "reference": "825fe2ac8a68190f651fc2dbc07b6edde18bc431",
2246 "shasum": ""
2247 },
2248 "require": {
2249 "php": ">=5.0"
2250 },
2251 "type": "library",
2252 "autoload": {
2253 "classmap": [
2254 "BinString.php",
2255 "BinStringStatic.php"
2256 ]
2257 },
2258 "notification-url": "https://packagist.org/downloads/",
2259 "license": [
2260 "LGPL-2.1"
2261 ],
2262 "authors": [
2263 {
2264 "name": "A. Grandt",
2265 "email": "php@grandt.com",
2266 "role": "Developer"
2267 }
2268 ],
2269 "description": "A class for working around the use of mbstring.func_override",
2270 "homepage": "https://github.com/Grandt/PHPBinString",
2271 "keywords": [
2272 "binary strings",
2273 "mbstring"
2274 ],
2275 "time": "2015-08-13T06:14:41+00:00"
2276 },
2277 {
2278 "name": "grandt/phpepub",
2279 "version": "dev-master",
2280 "source": {
2281 "type": "git",
2282 "url": "https://github.com/Daniel-KM/PHPePub.git",
2283 "reference": "78546d9a49d59ad9a32b13f3d95cc2f548add1c3"
2284 },
2285 "dist": {
2286 "type": "zip",
2287 "url": "https://api.github.com/repos/Daniel-KM/PHPePub/zipball/78546d9a49d59ad9a32b13f3d95cc2f548add1c3",
2288 "reference": "78546d9a49d59ad9a32b13f3d95cc2f548add1c3",
2289 "shasum": ""
2290 },
2291 "require": {
2292 "grandt/phpresizegif": "~1.0.3",
2293 "grandt/relativepath": "~1.0.1",
2294 "masterminds/html5": "~2.3",
2295 "php": ">=5.3.0",
2296 "phpzip/phpzip": "~2.0.7"
2297 },
2298 "type": "library",
2299 "autoload": {
2300 "psr-4": {
2301 "PHPePub\\": "src/PHPePub"
2302 },
2303 "classmap": [
2304 "src/lib.uuid.php"
2305 ]
2306 },
2307 "license": [
2308 "LGPL-2.1"
2309 ],
2310 "authors": [
2311 {
2312 "name": "A. Grandt",
2313 "email": "php@grandt.com",
2314 "homepage": "http://grandt.com",
2315 "role": "Developer"
2316 },
2317 {
2318 "name": "An, Hyeong-woo",
2319 "email": "mail@mytory.net",
2320 "homepage": "https://mytory.net",
2321 "role": "Contributor"
2322 },
2323 {
2324 "name": "Daniel Berthereau",
2325 "email": "daniel.composer@berthereau.net",
2326 "role": "Contributor"
2327 }
2328 ],
2329 "description": "Package to create and stream e-books in the ePub 2.0 and 3.0 formats.",
2330 "homepage": "https://github.com/Grandt/PHPePub",
2331 "keywords": [
2332 "e-book",
2333 "epub"
2334 ],
2335 "support": {
2336 "source": "https://github.com/Daniel-KM/PHPePub/tree/master"
2337 },
2338 "time": "2018-10-21T22:00:00+00:00"
2339 },
2340 {
2341 "name": "grandt/phpresizegif",
2342 "version": "1.0.3",
2343 "source": {
2344 "type": "git",
2345 "url": "https://github.com/Grandt/PHPResizeGif.git",
2346 "reference": "775f6810fcda2fd1d8ca881d44a80c8d310ae7fe"
2347 },
2348 "dist": {
2349 "type": "zip",
2350 "url": "https://api.github.com/repos/Grandt/PHPResizeGif/zipball/775f6810fcda2fd1d8ca881d44a80c8d310ae7fe",
2351 "reference": "775f6810fcda2fd1d8ca881d44a80c8d310ae7fe",
2352 "shasum": ""
2353 },
2354 "require": {
2355 "grandt/binstring": ">=0.2.0",
2356 "php": ">=5.3.0"
2357 },
2358 "type": "library",
2359 "autoload": {
2360 "psr-4": {
2361 "grandt\\ResizeGif\\": "src/ResizeGif",
2362 "grandt\\ResizeGif\\Files\\": "src/ResizeGif/Files",
2363 "grandt\\ResizeGif\\Structure\\": "src/ResizeGif/Structure",
2364 "grandt\\ResizeGif\\Debug\\": "src/ResizeGif/Debug"
2365 }
2366 },
2367 "notification-url": "https://packagist.org/downloads/",
2368 "license": [
2369 "LGPL-2.1"
2370 ],
2371 "authors": [
2372 {
2373 "name": "A. Grandt",
2374 "email": "php@grandt.com",
2375 "homepage": "http://grandt.com",
2376 "role": "Developer"
2377 }
2378 ],
2379 "description": "GIF89a compliant Gif resizer, including transparency and optimized gifs with sub sized elements.",
2380 "homepage": "https://github.com/Grandt/PHPResizeGif",
2381 "keywords": [
2382 "GIF89a",
2383 "animated gif",
2384 "gif",
2385 "resize"
2386 ],
2387 "time": "2015-05-10T10:52:24+00:00"
2388 },
2389 {
2390 "name": "grandt/phpzipmerge",
2391 "version": "1.0.4",
2392 "source": {
2393 "type": "git",
2394 "url": "https://github.com/Grandt/PHPZipMerge.git",
2395 "reference": "0b1273d3c2dbfe244904158b1dbd65a663264fb9"
2396 },
2397 "dist": {
2398 "type": "zip",
2399 "url": "https://api.github.com/repos/Grandt/PHPZipMerge/zipball/0b1273d3c2dbfe244904158b1dbd65a663264fb9",
2400 "reference": "0b1273d3c2dbfe244904158b1dbd65a663264fb9",
2401 "shasum": ""
2402 },
2403 "require": {
2404 "grandt/binstring": ">=1.0.0",
2405 "grandt/relativepath": ">=1.0.1",
2406 "php": ">=5.3.0"
2407 },
2408 "type": "library",
2409 "autoload": {
2410 "psr-4": {
2411 "ZipMerge\\": "src/ZipMerge"
2412 }
2413 },
2414 "notification-url": "https://packagist.org/downloads/",
2415 "license": [
2416 "LGPL-2.1"
2417 ],
2418 "authors": [
2419 {
2420 "name": "A. Grandt",
2421 "email": "php@grandt.com",
2422 "homepage": "http://grandt.com",
2423 "role": "Developer"
2424 },
2425 {
2426 "name": "Greg Kappatos",
2427 "homepage": "http://websiteconnect.com.au",
2428 "role": "Developer"
2429 }
2430 ],
2431 "description": "Merge and stream multiple Zip files on the fly.",
2432 "homepage": "https://github.com/Grandt/PHPZipMerge",
2433 "keywords": [
2434 "archive",
2435 "compressed",
2436 "compression",
2437 "merge",
2438 "phpzip",
2439 "pkzip",
2440 "stream",
2441 "zip"
2442 ],
2443 "time": "2015-08-18T13:49:33+00:00"
2444 },
2445 {
2446 "name": "grandt/relativepath",
2447 "version": "1.0.2",
2448 "source": {
2449 "type": "git",
2450 "url": "https://github.com/Grandt/PHPRelativePath.git",
2451 "reference": "19541133c24143b6295688472c54dd6ed15a5462"
2452 },
2453 "dist": {
2454 "type": "zip",
2455 "url": "https://api.github.com/repos/Grandt/PHPRelativePath/zipball/19541133c24143b6295688472c54dd6ed15a5462",
2456 "reference": "19541133c24143b6295688472c54dd6ed15a5462",
2457 "shasum": ""
2458 },
2459 "require": {
2460 "php": ">=5.0"
2461 },
2462 "type": "library",
2463 "autoload": {
2464 "classmap": [
2465 "RelativePath.php"
2466 ]
2467 },
2468 "notification-url": "https://packagist.org/downloads/",
2469 "license": [
2470 "LGPL-2.1"
2471 ],
2472 "authors": [
2473 {
2474 "name": "A. Grandt",
2475 "email": "php@grandt.com",
2476 "role": "Developer"
2477 }
2478 ],
2479 "description": "A class for cleaning up/collapsing relative paths. Like real_path, but without the need for the path to exist on the filesystem.",
2480 "homepage": "https://github.com/Grandt/PHPRelativePath",
2481 "keywords": [
2482 "file path"
2483 ],
2484 "time": "2015-05-14T08:18:23+00:00"
2485 },
2486 {
2487 "name": "guzzlehttp/guzzle",
2488 "version": "5.3.4",
2489 "source": {
2490 "type": "git",
2491 "url": "https://github.com/guzzle/guzzle.git",
2492 "reference": "b87eda7a7162f95574032da17e9323c9899cb6b2"
2493 },
2494 "dist": {
2495 "type": "zip",
2496 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/b87eda7a7162f95574032da17e9323c9899cb6b2",
2497 "reference": "b87eda7a7162f95574032da17e9323c9899cb6b2",
2498 "shasum": ""
2499 },
2500 "require": {
2501 "guzzlehttp/ringphp": "^1.1",
2502 "php": ">=5.4.0",
2503 "react/promise": "^2.2"
2504 },
2505 "require-dev": {
2506 "ext-curl": "*",
2507 "phpunit/phpunit": "^4.0"
2508 },
2509 "type": "library",
2510 "autoload": {
2511 "psr-4": {
2512 "GuzzleHttp\\": "src/"
2513 }
2514 },
2515 "notification-url": "https://packagist.org/downloads/",
2516 "license": [
2517 "MIT"
2518 ],
2519 "authors": [
2520 {
2521 "name": "Michael Dowling",
2522 "email": "mtdowling@gmail.com",
2523 "homepage": "https://github.com/mtdowling"
2524 }
2525 ],
2526 "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients",
2527 "homepage": "http://guzzlephp.org/",
2528 "keywords": [
2529 "client",
2530 "curl",
2531 "framework",
2532 "http",
2533 "http client",
2534 "rest",
2535 "web service"
2536 ],
2537 "time": "2019-10-30T09:32:00+00:00"
2538 },
2539 {
2540 "name": "guzzlehttp/promises",
2541 "version": "v1.3.1",
2542 "source": {
2543 "type": "git",
2544 "url": "https://github.com/guzzle/promises.git",
2545 "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
2546 },
2547 "dist": {
2548 "type": "zip",
2549 "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
2550 "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
2551 "shasum": ""
2552 },
2553 "require": {
2554 "php": ">=5.5.0"
2555 },
2556 "require-dev": {
2557 "phpunit/phpunit": "^4.0"
2558 },
2559 "type": "library",
2560 "extra": {
2561 "branch-alias": {
2562 "dev-master": "1.4-dev"
2563 }
2564 },
2565 "autoload": {
2566 "psr-4": {
2567 "GuzzleHttp\\Promise\\": "src/"
2568 },
2569 "files": [
2570 "src/functions_include.php"
2571 ]
2572 },
2573 "notification-url": "https://packagist.org/downloads/",
2574 "license": [
2575 "MIT"
2576 ],
2577 "authors": [
2578 {
2579 "name": "Michael Dowling",
2580 "email": "mtdowling@gmail.com",
2581 "homepage": "https://github.com/mtdowling"
2582 }
2583 ],
2584 "description": "Guzzle promises library",
2585 "keywords": [
2586 "promise"
2587 ],
2588 "time": "2016-12-20T10:07:11+00:00"
2589 },
2590 {
2591 "name": "guzzlehttp/psr7",
2592 "version": "1.6.1",
2593 "source": {
2594 "type": "git",
2595 "url": "https://github.com/guzzle/psr7.git",
2596 "reference": "239400de7a173fe9901b9ac7c06497751f00727a"
2597 },
2598 "dist": {
2599 "type": "zip",
2600 "url": "https://api.github.com/repos/guzzle/psr7/zipball/239400de7a173fe9901b9ac7c06497751f00727a",
2601 "reference": "239400de7a173fe9901b9ac7c06497751f00727a",
2602 "shasum": ""
2603 },
2604 "require": {
2605 "php": ">=5.4.0",
2606 "psr/http-message": "~1.0",
2607 "ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
2608 },
2609 "provide": {
2610 "psr/http-message-implementation": "1.0"
2611 },
2612 "require-dev": {
2613 "ext-zlib": "*",
2614 "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8"
2615 },
2616 "suggest": {
2617 "zendframework/zend-httphandlerrunner": "Emit PSR-7 responses"
2618 },
2619 "type": "library",
2620 "extra": {
2621 "branch-alias": {
2622 "dev-master": "1.6-dev"
2623 }
2624 },
2625 "autoload": {
2626 "psr-4": {
2627 "GuzzleHttp\\Psr7\\": "src/"
2628 },
2629 "files": [
2630 "src/functions_include.php"
2631 ]
2632 },
2633 "notification-url": "https://packagist.org/downloads/",
2634 "license": [
2635 "MIT"
2636 ],
2637 "authors": [
2638 {
2639 "name": "Michael Dowling",
2640 "email": "mtdowling@gmail.com",
2641 "homepage": "https://github.com/mtdowling"
2642 },
2643 {
2644 "name": "Tobias Schultze",
2645 "homepage": "https://github.com/Tobion"
2646 }
2647 ],
2648 "description": "PSR-7 message implementation that also provides common utility methods",
2649 "keywords": [
2650 "http",
2651 "message",
2652 "psr-7",
2653 "request",
2654 "response",
2655 "stream",
2656 "uri",
2657 "url"
2658 ],
2659 "time": "2019-07-01T23:21:34+00:00"
2660 },
2661 {
2662 "name": "guzzlehttp/ringphp",
2663 "version": "1.1.1",
2664 "source": {
2665 "type": "git",
2666 "url": "https://github.com/guzzle/RingPHP.git",
2667 "reference": "5e2a174052995663dd68e6b5ad838afd47dd615b"
2668 },
2669 "dist": {
2670 "type": "zip",
2671 "url": "https://api.github.com/repos/guzzle/RingPHP/zipball/5e2a174052995663dd68e6b5ad838afd47dd615b",
2672 "reference": "5e2a174052995663dd68e6b5ad838afd47dd615b",
2673 "shasum": ""
2674 },
2675 "require": {
2676 "guzzlehttp/streams": "~3.0",
2677 "php": ">=5.4.0",
2678 "react/promise": "~2.0"
2679 },
2680 "require-dev": {
2681 "ext-curl": "*",
2682 "phpunit/phpunit": "~4.0"
2683 },
2684 "suggest": {
2685 "ext-curl": "Guzzle will use specific adapters if cURL is present"
2686 },
2687 "type": "library",
2688 "extra": {
2689 "branch-alias": {
2690 "dev-master": "1.1-dev"
2691 }
2692 },
2693 "autoload": {
2694 "psr-4": {
2695 "GuzzleHttp\\Ring\\": "src/"
2696 }
2697 },
2698 "notification-url": "https://packagist.org/downloads/",
2699 "license": [
2700 "MIT"
2701 ],
2702 "authors": [
2703 {
2704 "name": "Michael Dowling",
2705 "email": "mtdowling@gmail.com",
2706 "homepage": "https://github.com/mtdowling"
2707 }
2708 ],
2709 "description": "Provides a simple API and specification that abstracts away the details of HTTP into a single PHP function.",
2710 "abandoned": true,
2711 "time": "2018-07-31T13:22:33+00:00"
2712 },
2713 {
2714 "name": "guzzlehttp/streams",
2715 "version": "3.0.0",
2716 "source": {
2717 "type": "git",
2718 "url": "https://github.com/guzzle/streams.git",
2719 "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5"
2720 },
2721 "dist": {
2722 "type": "zip",
2723 "url": "https://api.github.com/repos/guzzle/streams/zipball/47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
2724 "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
2725 "shasum": ""
2726 },
2727 "require": {
2728 "php": ">=5.4.0"
2729 },
2730 "require-dev": {
2731 "phpunit/phpunit": "~4.0"
2732 },
2733 "type": "library",
2734 "extra": {
2735 "branch-alias": {
2736 "dev-master": "3.0-dev"
2737 }
2738 },
2739 "autoload": {
2740 "psr-4": {
2741 "GuzzleHttp\\Stream\\": "src/"
2742 }
2743 },
2744 "notification-url": "https://packagist.org/downloads/",
2745 "license": [
2746 "MIT"
2747 ],
2748 "authors": [
2749 {
2750 "name": "Michael Dowling",
2751 "email": "mtdowling@gmail.com",
2752 "homepage": "https://github.com/mtdowling"
2753 }
2754 ],
2755 "description": "Provides a simple abstraction over streams of data",
2756 "homepage": "http://guzzlephp.org/",
2757 "keywords": [
2758 "Guzzle",
2759 "stream"
2760 ],
2761 "abandoned": true,
2762 "time": "2014-10-12T19:18:40+00:00"
2763 },
2764 {
2765 "name": "hoa/compiler",
2766 "version": "3.17.08.08",
2767 "source": {
2768 "type": "git",
2769 "url": "https://github.com/hoaproject/Compiler.git",
2770 "reference": "aa09caf0bf28adae6654ca6ee415ee2f522672de"
2771 },
2772 "dist": {
2773 "type": "zip",
2774 "url": "https://api.github.com/repos/hoaproject/Compiler/zipball/aa09caf0bf28adae6654ca6ee415ee2f522672de",
2775 "reference": "aa09caf0bf28adae6654ca6ee415ee2f522672de",
2776 "shasum": ""
2777 },
2778 "require": {
2779 "hoa/consistency": "~1.0",
2780 "hoa/exception": "~1.0",
2781 "hoa/file": "~1.0",
2782 "hoa/iterator": "~2.0",
2783 "hoa/math": "~1.0",
2784 "hoa/protocol": "~1.0",
2785 "hoa/regex": "~1.0",
2786 "hoa/visitor": "~2.0"
2787 },
2788 "require-dev": {
2789 "hoa/json": "~2.0",
2790 "hoa/test": "~2.0"
2791 },
2792 "type": "library",
2793 "extra": {
2794 "branch-alias": {
2795 "dev-master": "3.x-dev"
2796 }
2797 },
2798 "autoload": {
2799 "psr-4": {
2800 "Hoa\\Compiler\\": "."
2801 }
2802 },
2803 "notification-url": "https://packagist.org/downloads/",
2804 "license": [
2805 "BSD-3-Clause"
2806 ],
2807 "authors": [
2808 {
2809 "name": "Ivan Enderlin",
2810 "email": "ivan.enderlin@hoa-project.net"
2811 },
2812 {
2813 "name": "Hoa community",
2814 "homepage": "https://hoa-project.net/"
2815 }
2816 ],
2817 "description": "The Hoa\\Compiler library.",
2818 "homepage": "https://hoa-project.net/",
2819 "keywords": [
2820 "algebraic",
2821 "ast",
2822 "compiler",
2823 "context-free",
2824 "coverage",
2825 "exhaustive",
2826 "grammar",
2827 "isotropic",
2828 "language",
2829 "lexer",
2830 "library",
2831 "ll1",
2832 "llk",
2833 "parser",
2834 "pp",
2835 "random",
2836 "regular",
2837 "rule",
2838 "sampler",
2839 "syntax",
2840 "token",
2841 "trace",
2842 "uniform"
2843 ],
2844 "time": "2017-08-08T07:44:07+00:00"
2845 },
2846 {
2847 "name": "hoa/consistency",
2848 "version": "1.17.05.02",
2849 "source": {
2850 "type": "git",
2851 "url": "https://github.com/hoaproject/Consistency.git",
2852 "reference": "fd7d0adc82410507f332516faf655b6ed22e4c2f"
2853 },
2854 "dist": {
2855 "type": "zip",
2856 "url": "https://api.github.com/repos/hoaproject/Consistency/zipball/fd7d0adc82410507f332516faf655b6ed22e4c2f",
2857 "reference": "fd7d0adc82410507f332516faf655b6ed22e4c2f",
2858 "shasum": ""
2859 },
2860 "require": {
2861 "hoa/exception": "~1.0",
2862 "php": ">=5.5.0"
2863 },
2864 "require-dev": {
2865 "hoa/stream": "~1.0",
2866 "hoa/test": "~2.0"
2867 },
2868 "type": "library",
2869 "extra": {
2870 "branch-alias": {
2871 "dev-master": "1.x-dev"
2872 }
2873 },
2874 "autoload": {
2875 "psr-4": {
2876 "Hoa\\Consistency\\": "."
2877 },
2878 "files": [
2879 "Prelude.php"
2880 ]
2881 },
2882 "notification-url": "https://packagist.org/downloads/",
2883 "license": [
2884 "BSD-3-Clause"
2885 ],
2886 "authors": [
2887 {
2888 "name": "Ivan Enderlin",
2889 "email": "ivan.enderlin@hoa-project.net"
2890 },
2891 {
2892 "name": "Hoa community",
2893 "homepage": "https://hoa-project.net/"
2894 }
2895 ],
2896 "description": "The Hoa\\Consistency library.",
2897 "homepage": "https://hoa-project.net/",
2898 "keywords": [
2899 "autoloader",
2900 "callable",
2901 "consistency",
2902 "entity",
2903 "flex",
2904 "keyword",
2905 "library"
2906 ],
2907 "time": "2017-05-02T12:18:12+00:00"
2908 },
2909 {
2910 "name": "hoa/event",
2911 "version": "1.17.01.13",
2912 "source": {
2913 "type": "git",
2914 "url": "https://github.com/hoaproject/Event.git",
2915 "reference": "6c0060dced212ffa3af0e34bb46624f990b29c54"
2916 },
2917 "dist": {
2918 "type": "zip",
2919 "url": "https://api.github.com/repos/hoaproject/Event/zipball/6c0060dced212ffa3af0e34bb46624f990b29c54",
2920 "reference": "6c0060dced212ffa3af0e34bb46624f990b29c54",
2921 "shasum": ""
2922 },
2923 "require": {
2924 "hoa/consistency": "~1.0",
2925 "hoa/exception": "~1.0"
2926 },
2927 "require-dev": {
2928 "hoa/test": "~2.0"
2929 },
2930 "type": "library",
2931 "extra": {
2932 "branch-alias": {
2933 "dev-master": "1.x-dev"
2934 }
2935 },
2936 "autoload": {
2937 "psr-4": {
2938 "Hoa\\Event\\": "."
2939 }
2940 },
2941 "notification-url": "https://packagist.org/downloads/",
2942 "license": [
2943 "BSD-3-Clause"
2944 ],
2945 "authors": [
2946 {
2947 "name": "Ivan Enderlin",
2948 "email": "ivan.enderlin@hoa-project.net"
2949 },
2950 {
2951 "name": "Hoa community",
2952 "homepage": "https://hoa-project.net/"
2953 }
2954 ],
2955 "description": "The Hoa\\Event library.",
2956 "homepage": "https://hoa-project.net/",
2957 "keywords": [
2958 "event",
2959 "library",
2960 "listener",
2961 "observer"
2962 ],
2963 "time": "2017-01-13T15:30:50+00:00"
2964 },
2965 {
2966 "name": "hoa/exception",
2967 "version": "1.17.01.16",
2968 "source": {
2969 "type": "git",
2970 "url": "https://github.com/hoaproject/Exception.git",
2971 "reference": "091727d46420a3d7468ef0595651488bfc3a458f"
2972 },
2973 "dist": {
2974 "type": "zip",
2975 "url": "https://api.github.com/repos/hoaproject/Exception/zipball/091727d46420a3d7468ef0595651488bfc3a458f",
2976 "reference": "091727d46420a3d7468ef0595651488bfc3a458f",
2977 "shasum": ""
2978 },
2979 "require": {
2980 "hoa/consistency": "~1.0",
2981 "hoa/event": "~1.0"
2982 },
2983 "require-dev": {
2984 "hoa/test": "~2.0"
2985 },
2986 "type": "library",
2987 "extra": {
2988 "branch-alias": {
2989 "dev-master": "1.x-dev"
2990 }
2991 },
2992 "autoload": {
2993 "psr-4": {
2994 "Hoa\\Exception\\": "."
2995 }
2996 },
2997 "notification-url": "https://packagist.org/downloads/",
2998 "license": [
2999 "BSD-3-Clause"
3000 ],
3001 "authors": [
3002 {
3003 "name": "Ivan Enderlin",
3004 "email": "ivan.enderlin@hoa-project.net"
3005 },
3006 {
3007 "name": "Hoa community",
3008 "homepage": "https://hoa-project.net/"
3009 }
3010 ],
3011 "description": "The Hoa\\Exception library.",
3012 "homepage": "https://hoa-project.net/",
3013 "keywords": [
3014 "exception",
3015 "library"
3016 ],
3017 "time": "2017-01-16T07:53:27+00:00"
3018 },
3019 {
3020 "name": "hoa/file",
3021 "version": "1.17.07.11",
3022 "source": {
3023 "type": "git",
3024 "url": "https://github.com/hoaproject/File.git",
3025 "reference": "35cb979b779bc54918d2f9a4e02ed6c7a1fa67ca"
3026 },
3027 "dist": {
3028 "type": "zip",
3029 "url": "https://api.github.com/repos/hoaproject/File/zipball/35cb979b779bc54918d2f9a4e02ed6c7a1fa67ca",
3030 "reference": "35cb979b779bc54918d2f9a4e02ed6c7a1fa67ca",
3031 "shasum": ""
3032 },
3033 "require": {
3034 "hoa/consistency": "~1.0",
3035 "hoa/event": "~1.0",
3036 "hoa/exception": "~1.0",
3037 "hoa/iterator": "~2.0",
3038 "hoa/stream": "~1.0"
3039 },
3040 "require-dev": {
3041 "hoa/test": "~2.0"
3042 },
3043 "type": "library",
3044 "extra": {
3045 "branch-alias": {
3046 "dev-master": "1.x-dev"
3047 }
3048 },
3049 "autoload": {
3050 "psr-4": {
3051 "Hoa\\File\\": "."
3052 }
3053 },
3054 "notification-url": "https://packagist.org/downloads/",
3055 "license": [
3056 "BSD-3-Clause"
3057 ],
3058 "authors": [
3059 {
3060 "name": "Ivan Enderlin",
3061 "email": "ivan.enderlin@hoa-project.net"
3062 },
3063 {
3064 "name": "Hoa community",
3065 "homepage": "https://hoa-project.net/"
3066 }
3067 ],
3068 "description": "The Hoa\\File library.",
3069 "homepage": "https://hoa-project.net/",
3070 "keywords": [
3071 "Socket",
3072 "directory",
3073 "file",
3074 "finder",
3075 "library",
3076 "link",
3077 "temporary"
3078 ],
3079 "time": "2017-07-11T07:42:15+00:00"
3080 },
3081 {
3082 "name": "hoa/iterator",
3083 "version": "2.17.01.10",
3084 "source": {
3085 "type": "git",
3086 "url": "https://github.com/hoaproject/Iterator.git",
3087 "reference": "d1120ba09cb4ccd049c86d10058ab94af245f0cc"
3088 },
3089 "dist": {
3090 "type": "zip",
3091 "url": "https://api.github.com/repos/hoaproject/Iterator/zipball/d1120ba09cb4ccd049c86d10058ab94af245f0cc",
3092 "reference": "d1120ba09cb4ccd049c86d10058ab94af245f0cc",
3093 "shasum": ""
3094 },
3095 "require": {
3096 "hoa/consistency": "~1.0",
3097 "hoa/exception": "~1.0"
3098 },
3099 "require-dev": {
3100 "hoa/test": "~2.0"
3101 },
3102 "type": "library",
3103 "extra": {
3104 "branch-alias": {
3105 "dev-master": "2.x-dev"
3106 }
3107 },
3108 "autoload": {
3109 "psr-4": {
3110 "Hoa\\Iterator\\": "."
3111 }
3112 },
3113 "notification-url": "https://packagist.org/downloads/",
3114 "license": [
3115 "BSD-3-Clause"
3116 ],
3117 "authors": [
3118 {
3119 "name": "Ivan Enderlin",
3120 "email": "ivan.enderlin@hoa-project.net"
3121 },
3122 {
3123 "name": "Hoa community",
3124 "homepage": "https://hoa-project.net/"
3125 }
3126 ],
3127 "description": "The Hoa\\Iterator library.",
3128 "homepage": "https://hoa-project.net/",
3129 "keywords": [
3130 "iterator",
3131 "library"
3132 ],
3133 "time": "2017-01-10T10:34:47+00:00"
3134 },
3135 {
3136 "name": "hoa/math",
3137 "version": "1.17.05.16",
3138 "source": {
3139 "type": "git",
3140 "url": "https://github.com/hoaproject/Math.git",
3141 "reference": "7150785d30f5d565704912116a462e9f5bc83a0c"
3142 },
3143 "dist": {
3144 "type": "zip",
3145 "url": "https://api.github.com/repos/hoaproject/Math/zipball/7150785d30f5d565704912116a462e9f5bc83a0c",
3146 "reference": "7150785d30f5d565704912116a462e9f5bc83a0c",
3147 "shasum": ""
3148 },
3149 "require": {
3150 "hoa/compiler": "~3.0",
3151 "hoa/consistency": "~1.0",
3152 "hoa/exception": "~1.0",
3153 "hoa/iterator": "~2.0",
3154 "hoa/protocol": "~1.0",
3155 "hoa/zformat": "~1.0"
3156 },
3157 "require-dev": {
3158 "hoa/test": "~2.0"
3159 },
3160 "type": "library",
3161 "extra": {
3162 "branch-alias": {
3163 "dev-master": "1.x-dev"
3164 }
3165 },
3166 "autoload": {
3167 "psr-4": {
3168 "Hoa\\Math\\": "."
3169 }
3170 },
3171 "notification-url": "https://packagist.org/downloads/",
3172 "license": [
3173 "BSD-3-Clause"
3174 ],
3175 "authors": [
3176 {
3177 "name": "Ivan Enderlin",
3178 "email": "ivan.enderlin@hoa-project.net"
3179 },
3180 {
3181 "name": "Hoa community",
3182 "homepage": "https://hoa-project.net/"
3183 }
3184 ],
3185 "description": "The Hoa\\Math library.",
3186 "homepage": "https://hoa-project.net/",
3187 "keywords": [
3188 "arrangement",
3189 "combination",
3190 "combinatorics",
3191 "counting",
3192 "library",
3193 "math",
3194 "permutation",
3195 "sampler",
3196 "set"
3197 ],
3198 "time": "2017-05-16T08:02:17+00:00"
3199 },
3200 {
3201 "name": "hoa/protocol",
3202 "version": "1.17.01.14",
3203 "source": {
3204 "type": "git",
3205 "url": "https://github.com/hoaproject/Protocol.git",
3206 "reference": "5c2cf972151c45f373230da170ea015deecf19e2"
3207 },
3208 "dist": {
3209 "type": "zip",
3210 "url": "https://api.github.com/repos/hoaproject/Protocol/zipball/5c2cf972151c45f373230da170ea015deecf19e2",
3211 "reference": "5c2cf972151c45f373230da170ea015deecf19e2",
3212 "shasum": ""
3213 },
3214 "require": {
3215 "hoa/consistency": "~1.0",
3216 "hoa/exception": "~1.0"
3217 },
3218 "require-dev": {
3219 "hoa/test": "~2.0"
3220 },
3221 "type": "library",
3222 "extra": {
3223 "branch-alias": {
3224 "dev-master": "1.x-dev"
3225 }
3226 },
3227 "autoload": {
3228 "psr-4": {
3229 "Hoa\\Protocol\\": "."
3230 },
3231 "files": [
3232 "Wrapper.php"
3233 ]
3234 },
3235 "notification-url": "https://packagist.org/downloads/",
3236 "license": [
3237 "BSD-3-Clause"
3238 ],
3239 "authors": [
3240 {
3241 "name": "Ivan Enderlin",
3242 "email": "ivan.enderlin@hoa-project.net"
3243 },
3244 {
3245 "name": "Hoa community",
3246 "homepage": "https://hoa-project.net/"
3247 }
3248 ],
3249 "description": "The Hoa\\Protocol library.",
3250 "homepage": "https://hoa-project.net/",
3251 "keywords": [
3252 "library",
3253 "protocol",
3254 "resource",
3255 "stream",
3256 "wrapper"
3257 ],
3258 "time": "2017-01-14T12:26:10+00:00"
3259 },
3260 {
3261 "name": "hoa/regex",
3262 "version": "1.17.01.13",
3263 "source": {
3264 "type": "git",
3265 "url": "https://github.com/hoaproject/Regex.git",
3266 "reference": "7e263a61b6fb45c1d03d8e5ef77668518abd5bec"
3267 },
3268 "dist": {
3269 "type": "zip",
3270 "url": "https://api.github.com/repos/hoaproject/Regex/zipball/7e263a61b6fb45c1d03d8e5ef77668518abd5bec",
3271 "reference": "7e263a61b6fb45c1d03d8e5ef77668518abd5bec",
3272 "shasum": ""
3273 },
3274 "require": {
3275 "hoa/consistency": "~1.0",
3276 "hoa/exception": "~1.0",
3277 "hoa/math": "~1.0",
3278 "hoa/protocol": "~1.0",
3279 "hoa/ustring": "~4.0",
3280 "hoa/visitor": "~2.0"
3281 },
3282 "type": "library",
3283 "extra": {
3284 "branch-alias": {
3285 "dev-master": "1.x-dev"
3286 }
3287 },
3288 "autoload": {
3289 "psr-4": {
3290 "Hoa\\Regex\\": "."
3291 }
3292 },
3293 "notification-url": "https://packagist.org/downloads/",
3294 "license": [
3295 "BSD-3-Clause"
3296 ],
3297 "authors": [
3298 {
3299 "name": "Ivan Enderlin",
3300 "email": "ivan.enderlin@hoa-project.net"
3301 },
3302 {
3303 "name": "Hoa community",
3304 "homepage": "https://hoa-project.net/"
3305 }
3306 ],
3307 "description": "The Hoa\\Regex library.",
3308 "homepage": "https://hoa-project.net/",
3309 "keywords": [
3310 "compiler",
3311 "library",
3312 "regex"
3313 ],
3314 "time": "2017-01-13T16:10:24+00:00"
3315 },
3316 {
3317 "name": "hoa/ruler",
3318 "version": "2.17.05.16",
3319 "source": {
3320 "type": "git",
3321 "url": "https://github.com/hoaproject/Ruler.git",
3322 "reference": "696835daf8336dfd490f032da7af444050e52dfc"
3323 },
3324 "dist": {
3325 "type": "zip",
3326 "url": "https://api.github.com/repos/hoaproject/Ruler/zipball/696835daf8336dfd490f032da7af444050e52dfc",
3327 "reference": "696835daf8336dfd490f032da7af444050e52dfc",
3328 "shasum": ""
3329 },
3330 "require": {
3331 "hoa/compiler": "~3.0",
3332 "hoa/consistency": "~1.0",
3333 "hoa/exception": "~1.0",
3334 "hoa/file": "~1.0",
3335 "hoa/protocol": "~1.0",
3336 "hoa/visitor": "~2.0"
3337 },
3338 "require-dev": {
3339 "hoa/test": "~2.0"
3340 },
3341 "type": "library",
3342 "extra": {
3343 "branch-alias": {
3344 "dev-master": "2.x-dev"
3345 }
3346 },
3347 "autoload": {
3348 "psr-4": {
3349 "Hoa\\Ruler\\": "."
3350 }
3351 },
3352 "notification-url": "https://packagist.org/downloads/",
3353 "license": [
3354 "BSD-3-Clause"
3355 ],
3356 "authors": [
3357 {
3358 "name": "Ivan Enderlin",
3359 "email": "ivan.enderlin@hoa-project.net"
3360 },
3361 {
3362 "name": "Hoa community",
3363 "homepage": "https://hoa-project.net/"
3364 }
3365 ],
3366 "description": "The Hoa\\Ruler library.",
3367 "homepage": "https://hoa-project.net/",
3368 "keywords": [
3369 "library",
3370 "ruler"
3371 ],
3372 "time": "2017-05-16T07:52:21+00:00"
3373 },
3374 {
3375 "name": "hoa/stream",
3376 "version": "1.17.02.21",
3377 "source": {
3378 "type": "git",
3379 "url": "https://github.com/hoaproject/Stream.git",
3380 "reference": "3293cfffca2de10525df51436adf88a559151d82"
3381 },
3382 "dist": {
3383 "type": "zip",
3384 "url": "https://api.github.com/repos/hoaproject/Stream/zipball/3293cfffca2de10525df51436adf88a559151d82",
3385 "reference": "3293cfffca2de10525df51436adf88a559151d82",
3386 "shasum": ""
3387 },
3388 "require": {
3389 "hoa/consistency": "~1.0",
3390 "hoa/event": "~1.0",
3391 "hoa/exception": "~1.0",
3392 "hoa/protocol": "~1.0"
3393 },
3394 "require-dev": {
3395 "hoa/test": "~2.0"
3396 },
3397 "type": "library",
3398 "extra": {
3399 "branch-alias": {
3400 "dev-master": "1.x-dev"
3401 }
3402 },
3403 "autoload": {
3404 "psr-4": {
3405 "Hoa\\Stream\\": "."
3406 }
3407 },
3408 "notification-url": "https://packagist.org/downloads/",
3409 "license": [
3410 "BSD-3-Clause"
3411 ],
3412 "authors": [
3413 {
3414 "name": "Ivan Enderlin",
3415 "email": "ivan.enderlin@hoa-project.net"
3416 },
3417 {
3418 "name": "Hoa community",
3419 "homepage": "https://hoa-project.net/"
3420 }
3421 ],
3422 "description": "The Hoa\\Stream library.",
3423 "homepage": "https://hoa-project.net/",
3424 "keywords": [
3425 "Context",
3426 "bucket",
3427 "composite",
3428 "filter",
3429 "in",
3430 "library",
3431 "out",
3432 "protocol",
3433 "stream",
3434 "wrapper"
3435 ],
3436 "time": "2017-02-21T16:01:06+00:00"
3437 },
3438 {
3439 "name": "hoa/ustring",
3440 "version": "4.17.01.16",
3441 "source": {
3442 "type": "git",
3443 "url": "https://github.com/hoaproject/Ustring.git",
3444 "reference": "e6326e2739178799b1fe3fdd92029f9517fa17a0"
3445 },
3446 "dist": {
3447 "type": "zip",
3448 "url": "https://api.github.com/repos/hoaproject/Ustring/zipball/e6326e2739178799b1fe3fdd92029f9517fa17a0",
3449 "reference": "e6326e2739178799b1fe3fdd92029f9517fa17a0",
3450 "shasum": ""
3451 },
3452 "require": {
3453 "hoa/consistency": "~1.0",
3454 "hoa/exception": "~1.0"
3455 },
3456 "require-dev": {
3457 "hoa/test": "~2.0"
3458 },
3459 "suggest": {
3460 "ext-iconv": "ext/iconv must be present (or a third implementation) to use Hoa\\Ustring::transcode().",
3461 "ext-intl": "To get a better Hoa\\Ustring::toAscii() and Hoa\\Ustring::compareTo()."
3462 },
3463 "type": "library",
3464 "extra": {
3465 "branch-alias": {
3466 "dev-master": "4.x-dev"
3467 }
3468 },
3469 "autoload": {
3470 "psr-4": {
3471 "Hoa\\Ustring\\": "."
3472 }
3473 },
3474 "notification-url": "https://packagist.org/downloads/",
3475 "license": [
3476 "BSD-3-Clause"
3477 ],
3478 "authors": [
3479 {
3480 "name": "Ivan Enderlin",
3481 "email": "ivan.enderlin@hoa-project.net"
3482 },
3483 {
3484 "name": "Hoa community",
3485 "homepage": "https://hoa-project.net/"
3486 }
3487 ],
3488 "description": "The Hoa\\Ustring library.",
3489 "homepage": "https://hoa-project.net/",
3490 "keywords": [
3491 "library",
3492 "search",
3493 "string",
3494 "unicode"
3495 ],
3496 "time": "2017-01-16T07:08:25+00:00"
3497 },
3498 {
3499 "name": "hoa/visitor",
3500 "version": "2.17.01.16",
3501 "source": {
3502 "type": "git",
3503 "url": "https://github.com/hoaproject/Visitor.git",
3504 "reference": "c18fe1cbac98ae449e0d56e87469103ba08f224a"
3505 },
3506 "dist": {
3507 "type": "zip",
3508 "url": "https://api.github.com/repos/hoaproject/Visitor/zipball/c18fe1cbac98ae449e0d56e87469103ba08f224a",
3509 "reference": "c18fe1cbac98ae449e0d56e87469103ba08f224a",
3510 "shasum": ""
3511 },
3512 "require": {
3513 "hoa/consistency": "~1.0"
3514 },
3515 "require-dev": {
3516 "hoa/test": "~2.0"
3517 },
3518 "type": "library",
3519 "extra": {
3520 "branch-alias": {
3521 "dev-master": "2.x-dev"
3522 }
3523 },
3524 "autoload": {
3525 "psr-4": {
3526 "Hoa\\Visitor\\": "."
3527 }
3528 },
3529 "notification-url": "https://packagist.org/downloads/",
3530 "license": [
3531 "BSD-3-Clause"
3532 ],
3533 "authors": [
3534 {
3535 "name": "Ivan Enderlin",
3536 "email": "ivan.enderlin@hoa-project.net"
3537 },
3538 {
3539 "name": "Hoa community",
3540 "homepage": "https://hoa-project.net/"
3541 }
3542 ],
3543 "description": "The Hoa\\Visitor library.",
3544 "homepage": "https://hoa-project.net/",
3545 "keywords": [
3546 "library",
3547 "structure",
3548 "visit",
3549 "visitor"
3550 ],
3551 "time": "2017-01-16T07:02:03+00:00"
3552 },
3553 {
3554 "name": "hoa/zformat",
3555 "version": "1.17.01.10",
3556 "source": {
3557 "type": "git",
3558 "url": "https://github.com/hoaproject/Zformat.git",
3559 "reference": "522c381a2a075d4b9dbb42eb4592dd09520e4ac2"
3560 },
3561 "dist": {
3562 "type": "zip",
3563 "url": "https://api.github.com/repos/hoaproject/Zformat/zipball/522c381a2a075d4b9dbb42eb4592dd09520e4ac2",
3564 "reference": "522c381a2a075d4b9dbb42eb4592dd09520e4ac2",
3565 "shasum": ""
3566 },
3567 "require": {
3568 "hoa/consistency": "~1.0",
3569 "hoa/exception": "~1.0"
3570 },
3571 "type": "library",
3572 "extra": {
3573 "branch-alias": {
3574 "dev-master": "1.x-dev"
3575 }
3576 },
3577 "autoload": {
3578 "psr-4": {
3579 "Hoa\\Zformat\\": "."
3580 }
3581 },
3582 "notification-url": "https://packagist.org/downloads/",
3583 "license": [
3584 "BSD-3-Clause"
3585 ],
3586 "authors": [
3587 {
3588 "name": "Ivan Enderlin",
3589 "email": "ivan.enderlin@hoa-project.net"
3590 },
3591 {
3592 "name": "Hoa community",
3593 "homepage": "https://hoa-project.net/"
3594 }
3595 ],
3596 "description": "The Hoa\\Zformat library.",
3597 "homepage": "https://hoa-project.net/",
3598 "keywords": [
3599 "library",
3600 "parameter",
3601 "zformat"
3602 ],
3603 "time": "2017-01-10T10:39:54+00:00"
3604 },
3605 {
3606 "name": "html2text/html2text",
3607 "version": "4.2.1",
3608 "source": {
3609 "type": "git",
3610 "url": "https://github.com/mtibben/html2text.git",
3611 "reference": "f7555eaf271beea4e1098274d3ff37fbb7b21ea7"
3612 },
3613 "dist": {
3614 "type": "zip",
3615 "url": "https://api.github.com/repos/mtibben/html2text/zipball/f7555eaf271beea4e1098274d3ff37fbb7b21ea7",
3616 "reference": "f7555eaf271beea4e1098274d3ff37fbb7b21ea7",
3617 "shasum": ""
3618 },
3619 "require-dev": {
3620 "phpunit/phpunit": "~4"
3621 },
3622 "suggest": {
3623 "ext-mbstring": "For best performance",
3624 "symfony/polyfill-mbstring": "If you can't install ext-mbstring"
3625 },
3626 "type": "library",
3627 "autoload": {
3628 "psr-4": {
3629 "Html2Text\\": [
3630 "src/",
3631 "test/"
3632 ]
3633 }
3634 },
3635 "notification-url": "https://packagist.org/downloads/",
3636 "license": [
3637 "GPL-2.0-or-later"
3638 ],
3639 "description": "Converts HTML to formatted plain text",
3640 "time": "2018-08-13T12:05:08+00:00"
3641 },
3642 {
3643 "name": "http-interop/http-factory-guzzle",
3644 "version": "1.0.0",
3645 "source": {
3646 "type": "git",
3647 "url": "https://github.com/http-interop/http-factory-guzzle.git",
3648 "reference": "34861658efb9899a6618cef03de46e2a52c80fc0"
3649 },
3650 "dist": {
3651 "type": "zip",
3652 "url": "https://api.github.com/repos/http-interop/http-factory-guzzle/zipball/34861658efb9899a6618cef03de46e2a52c80fc0",
3653 "reference": "34861658efb9899a6618cef03de46e2a52c80fc0",
3654 "shasum": ""
3655 },
3656 "require": {
3657 "guzzlehttp/psr7": "^1.4.2",
3658 "psr/http-factory": "^1.0"
3659 },
3660 "provide": {
3661 "psr/http-factory-implementation": "^1.0"
3662 },
3663 "require-dev": {
3664 "http-interop/http-factory-tests": "^0.5",
3665 "phpunit/phpunit": "^6.5"
3666 },
3667 "type": "library",
3668 "autoload": {
3669 "psr-4": {
3670 "Http\\Factory\\Guzzle\\": "src/"
3671 }
3672 },
3673 "notification-url": "https://packagist.org/downloads/",
3674 "license": [
3675 "MIT"
3676 ],
3677 "authors": [
3678 {
3679 "name": "PHP-FIG",
3680 "homepage": "http://www.php-fig.org/"
3681 }
3682 ],
3683 "description": "An HTTP Factory using Guzzle PSR7",
3684 "keywords": [
3685 "factory",
3686 "http",
3687 "psr-17",
3688 "psr-7"
3689 ],
3690 "time": "2018-07-31T19:32:56+00:00"
3691 },
3692 {
3693 "name": "incenteev/composer-parameter-handler",
3694 "version": "v2.1.3",
3695 "source": {
3696 "type": "git",
3697 "url": "https://github.com/Incenteev/ParameterHandler.git",
3698 "reference": "933c45a34814f27f2345c11c37d46b3ca7303550"
3699 },
3700 "dist": {
3701 "type": "zip",
3702 "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/933c45a34814f27f2345c11c37d46b3ca7303550",
3703 "reference": "933c45a34814f27f2345c11c37d46b3ca7303550",
3704 "shasum": ""
3705 },
3706 "require": {
3707 "php": ">=5.3.3",
3708 "symfony/yaml": "^2.3 || ^3.0 || ^4.0"
3709 },
3710 "require-dev": {
3711 "composer/composer": "^1.0@dev",
3712 "symfony/filesystem": "^2.3 || ^3 || ^4",
3713 "symfony/phpunit-bridge": "^4.0"
3714 },
3715 "type": "library",
3716 "extra": {
3717 "branch-alias": {
3718 "dev-master": "2.1.x-dev"
3719 }
3720 },
3721 "autoload": {
3722 "psr-4": {
3723 "Incenteev\\ParameterHandler\\": ""
3724 }
3725 },
3726 "notification-url": "https://packagist.org/downloads/",
3727 "license": [
3728 "MIT"
3729 ],
3730 "authors": [
3731 {
3732 "name": "Christophe Coevoet",
3733 "email": "stof@notk.org"
3734 }
3735 ],
3736 "description": "Composer script handling your ignored parameter file",
3737 "homepage": "https://github.com/Incenteev/ParameterHandler",
3738 "keywords": [
3739 "parameters management"
3740 ],
3741 "time": "2018-02-13T18:05:56+00:00"
3742 },
3743 {
3744 "name": "j0k3r/graby",
3745 "version": "2.1.1",
3746 "source": {
3747 "type": "git",
3748 "url": "https://github.com/j0k3r/graby.git",
3749 "reference": "6b3e53b2dd3c85b8128dde3307b838885515764b"
3750 },
3751 "dist": {
3752 "type": "zip",
3753 "url": "https://api.github.com/repos/j0k3r/graby/zipball/6b3e53b2dd3c85b8128dde3307b838885515764b",
3754 "reference": "6b3e53b2dd3c85b8128dde3307b838885515764b",
3755 "shasum": ""
3756 },
3757 "require": {
3758 "ext-curl": "*",
3759 "ext-tidy": "*",
3760 "fossar/htmlawed": "^1.2.4",
3761 "guzzlehttp/psr7": "^1.5",
3762 "j0k3r/graby-site-config": "^1.0",
3763 "j0k3r/httplug-ssrf-plugin": "^2.0",
3764 "j0k3r/php-readability": "^1.1",
3765 "monolog/monolog": "^1.13.1",
3766 "php": ">=7.1",
3767 "php-http/client-common": "^2.0",
3768 "php-http/discovery": "^1.0",
3769 "php-http/httplug": "^2.0",
3770 "php-http/message": "^1.7",
3771 "psr/http-message": "^1.0",
3772 "simplepie/simplepie": "^1.3.1",
3773 "smalot/pdfparser": "~0.11",
3774 "symfony/options-resolver": "~2.6|~3.0|~4.0",
3775 "true/punycode": "~2.1",
3776 "wallabag/tcpdf": "^6.2.26"
3777 },
3778 "require-dev": {
3779 "friendsofphp/php-cs-fixer": "~2.14",
3780 "php-coveralls/php-coveralls": "^2.0",
3781 "php-http/guzzle6-adapter": "^2.0",
3782 "php-http/mock-client": "^1.2",
3783 "phpstan/phpstan": "^0.11",
3784 "phpstan/phpstan-phpunit": "^0.11",
3785 "symfony/phpunit-bridge": "~2.6|~3.0|~4.0"
3786 },
3787 "type": "library",
3788 "extra": {
3789 "branch-alias": {
3790 "dev-2.0": "2.0-dev"
3791 }
3792 },
3793 "autoload": {
3794 "psr-4": {
3795 "Graby\\": "src/"
3796 }
3797 },
3798 "notification-url": "https://packagist.org/downloads/",
3799 "license": [
3800 "MIT"
3801 ],
3802 "authors": [
3803 {
3804 "name": "Jeremy Benoist",
3805 "email": "jeremy.benoist@gmail.com",
3806 "role": "Developer"
3807 },
3808 {
3809 "name": "FiveFilters.org",
3810 "email": "fivefilters@fivefilters.org",
3811 "role": "Developer (original version)"
3812 }
3813 ],
3814 "description": "Graby helps you extract article content from web pages",
3815 "time": "2020-01-23T08:59:01+00:00"
3816 },
3817 {
3818 "name": "j0k3r/graby-site-config",
3819 "version": "1.0.100",
3820 "source": {
3821 "type": "git",
3822 "url": "https://github.com/j0k3r/graby-site-config.git",
3823 "reference": "d97cfd935302337604f5d778969bc94c12de086a"
3824 },
3825 "dist": {
3826 "type": "zip",
3827 "url": "https://api.github.com/repos/j0k3r/graby-site-config/zipball/d97cfd935302337604f5d778969bc94c12de086a",
3828 "reference": "d97cfd935302337604f5d778969bc94c12de086a",
3829 "shasum": ""
3830 },
3831 "require": {
3832 "symfony/finder": "~2.6|~3.0|~4.0"
3833 },
3834 "require-dev": {
3835 "liip/rmt": "1.2.*",
3836 "symfony/phpunit-bridge": "^4.3"
3837 },
3838 "type": "library",
3839 "autoload": {
3840 "psr-4": {
3841 "GrabySiteConfig\\SiteConfig\\": "src/"
3842 }
3843 },
3844 "notification-url": "https://packagist.org/downloads/",
3845 "license": [
3846 "CC0-1.0"
3847 ],
3848 "authors": [
3849 {
3850 "name": "Jeremy Benoist",
3851 "email": "jeremy.benoist@gmail.com"
3852 }
3853 ],
3854 "description": "Graby site config files",
3855 "time": "2020-01-23T09:05:19+00:00"
3856 },
3857 {
3858 "name": "j0k3r/httplug-ssrf-plugin",
3859 "version": "v2.0.1",
3860 "source": {
3861 "type": "git",
3862 "url": "https://github.com/j0k3r/httplug-ssrf-plugin.git",
3863 "reference": "fb68804e3bace2b894d1b9f39ad2b59078f5eac2"
3864 },
3865 "dist": {
3866 "type": "zip",
3867 "url": "https://api.github.com/repos/j0k3r/httplug-ssrf-plugin/zipball/fb68804e3bace2b894d1b9f39ad2b59078f5eac2",
3868 "reference": "fb68804e3bace2b894d1b9f39ad2b59078f5eac2",
3869 "shasum": ""
3870 },
3871 "require": {
3872 "php": "^7.1",
3873 "php-http/client-common": "^2.0",
3874 "php-http/discovery": "^1.5",
3875 "php-http/message": "^1.7",
3876 "php-http/message-factory": "^1.0.2"
3877 },
3878 "require-dev": {
3879 "friendsofphp/php-cs-fixer": "^2.14",
3880 "guzzlehttp/psr7": "^1.0",
3881 "php-http/guzzle6-adapter": "^2.0",
3882 "php-http/mock-client": "^1.0",
3883 "phpstan/phpstan": "^0.11",
3884 "phpstan/phpstan-phpunit": "^0.11",
3885 "symfony/phpunit-bridge": "~3.4.19|~4.0"
3886 },
3887 "type": "library",
3888 "autoload": {
3889 "psr-4": {
3890 "Graby\\HttpClient\\Plugin\\ServerSideRequestForgeryProtection\\": "src/"
3891 }
3892 },
3893 "notification-url": "https://packagist.org/downloads/",
3894 "license": [
3895 "MIT"
3896 ],
3897 "authors": [
3898 {
3899 "name": "Jeremy Benoist",
3900 "email": "jeremy.benoist@gmail.com"
3901 },
3902 {
3903 "name": "aaa2000",
3904 "email": "adev2000@gmail.com"
3905 },
3906 {
3907 "name": "Jack W",
3908 "email": "jack@fin1te.net",
3909 "role": "Developer (SafeCurl original version)"
3910 }
3911 ],
3912 "description": "Server-Side Request Forgery (SSRF) protection plugin for HTTPlug",
3913 "homepage": "https://github.com/j0k3r/httplug-ssrf-plugin",
3914 "keywords": [
3915 "http",
3916 "httplug",
3917 "plugin",
3918 "security",
3919 "ssrf"
3920 ],
3921 "time": "2020-01-06T13:44:13+00:00"
3922 },
3923 {
3924 "name": "j0k3r/php-readability",
3925 "version": "1.2.4",
3926 "source": {
3927 "type": "git",
3928 "url": "https://github.com/j0k3r/php-readability.git",
3929 "reference": "9306996b472fd3d4bc5a7928a301ccce38423793"
3930 },
3931 "dist": {
3932 "type": "zip",
3933 "url": "https://api.github.com/repos/j0k3r/php-readability/zipball/9306996b472fd3d4bc5a7928a301ccce38423793",
3934 "reference": "9306996b472fd3d4bc5a7928a301ccce38423793",
3935 "shasum": ""
3936 },
3937 "require": {
3938 "electrolinux/php-html5lib": "^0.1.0",
3939 "ext-mbstring": "*",
3940 "php": ">=5.6.0",
3941 "psr/log": "^1.0"
3942 },
3943 "require-dev": {
3944 "friendsofphp/php-cs-fixer": "^2.14",
3945 "monolog/monolog": "^1.24",
3946 "php-coveralls/php-coveralls": "^2.1",
3947 "symfony/phpunit-bridge": "^4.2.3"
3948 },
3949 "suggest": {
3950 "ext-tidy": "Used to clean up given HTML and to avoid problems with bad HTML structure."
3951 },
3952 "type": "library",
3953 "autoload": {
3954 "psr-4": {
3955 "Readability\\": "src/"
3956 }
3957 },
3958 "notification-url": "https://packagist.org/downloads/",
3959 "license": [
3960 "Apache-2.0"
3961 ],
3962 "authors": [
3963 {
3964 "name": "Keyvan Minoukadeh",
3965 "email": "keyvan@keyvan.net",
3966 "homepage": "http://keyvan.net",
3967 "role": "Developer (ported original JS code to PHP)"
3968 },
3969 {
3970 "name": "Arc90",
3971 "homepage": "http://arc90.com",
3972 "role": "Developer (original JS version)"
3973 },
3974 {
3975 "name": "Jeremy Benoist",
3976 "email": "jeremy.benoist@gmail.com",
3977 "homepage": "http://www.j0k3r.net",
3978 "role": "Developer"
3979 },
3980 {
3981 "name": "DitherSky",
3982 "homepage": "https://github.com/Dither",
3983 "role": "Developer (https://github.com/Dither/full-text-rss)"
3984 }
3985 ],
3986 "description": "Automatic article extraction from HTML",
3987 "keywords": [
3988 "article",
3989 "article extraction",
3990 "content",
3991 "content extraction",
3992 "extraction",
3993 "html"
3994 ],
3995 "time": "2019-06-25T15:15:37+00:00"
3996 },
3997 {
3998 "name": "javibravo/simpleue",
3999 "version": "2.1.0",
4000 "source": {
4001 "type": "git",
4002 "url": "https://github.com/javibravo/simpleue.git",
4003 "reference": "b12ccea0631cd3f6128ab91178fc5363f6e14ff6"
4004 },
4005 "dist": {
4006 "type": "zip",
4007 "url": "https://api.github.com/repos/javibravo/simpleue/zipball/b12ccea0631cd3f6128ab91178fc5363f6e14ff6",
4008 "reference": "b12ccea0631cd3f6128ab91178fc5363f6e14ff6",
4009 "shasum": ""
4010 },
4011 "require": {
4012 "php": ">=5.5",
4013 "psr/log": "~1.0"
4014 },
4015 "require-dev": {
4016 "aws/aws-sdk-php": "^3.9",
4017 "pda/pheanstalk": "^3.1",
4018 "phpunit/phpunit": "4.0.*",
4019 "predis/predis": "^1.0"
4020 },
4021 "suggest": {
4022 "aws/aws-sdk-php": "Allow work with AWS Simple Queue Service (SQS) queues",
4023 "ext-redis": "Allow work with Redis Locker",
4024 "pda/pheanstalk": "Allow work with Beanstalkd queues",
4025 "predis/predis": "Allow work with Redis queues"
4026 },
4027 "type": "library",
4028 "autoload": {
4029 "psr-4": {
4030 "Simpleue\\": "src/Simpleue"
4031 }
4032 },
4033 "notification-url": "https://packagist.org/downloads/",
4034 "license": [
4035 "MIT"
4036 ],
4037 "authors": [
4038 {
4039 "name": "Javier Bravo",
4040 "email": "javibravo85@gmail.com"
4041 }
4042 ],
4043 "description": "Php package to manage queue tasks in a simple way",
4044 "homepage": "http://github.com/javibravo/simpleue",
4045 "keywords": [
4046 "job",
4047 "queue",
4048 "redis",
4049 "sqs",
4050 "task"
4051 ],
4052 "time": "2017-11-15T13:41:13+00:00"
4053 },
4054 {
4055 "name": "jdorn/sql-formatter",
4056 "version": "v1.2.17",
4057 "source": {
4058 "type": "git",
4059 "url": "https://github.com/jdorn/sql-formatter.git",
4060 "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc"
4061 },
4062 "dist": {
4063 "type": "zip",
4064 "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc",
4065 "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc",
4066 "shasum": ""
4067 },
4068 "require": {
4069 "php": ">=5.2.4"
4070 },
4071 "require-dev": {
4072 "phpunit/phpunit": "3.7.*"
4073 },
4074 "type": "library",
4075 "extra": {
4076 "branch-alias": {
4077 "dev-master": "1.3.x-dev"
4078 }
4079 },
4080 "autoload": {
4081 "classmap": [
4082 "lib"
4083 ]
4084 },
4085 "notification-url": "https://packagist.org/downloads/",
4086 "license": [
4087 "MIT"
4088 ],
4089 "authors": [
4090 {
4091 "name": "Jeremy Dorn",
4092 "email": "jeremy@jeremydorn.com",
4093 "homepage": "http://jeremydorn.com/"
4094 }
4095 ],
4096 "description": "a PHP SQL highlighting library",
4097 "homepage": "https://github.com/jdorn/sql-formatter/",
4098 "keywords": [
4099 "highlight",
4100 "sql"
4101 ],
4102 "time": "2014-01-12T16:20:24+00:00"
4103 },
4104 {
4105 "name": "jean85/pretty-package-versions",
4106 "version": "1.2",
4107 "source": {
4108 "type": "git",
4109 "url": "https://github.com/Jean85/pretty-package-versions.git",
4110 "reference": "75c7effcf3f77501d0e0caa75111aff4daa0dd48"
4111 },
4112 "dist": {
4113 "type": "zip",
4114 "url": "https://api.github.com/repos/Jean85/pretty-package-versions/zipball/75c7effcf3f77501d0e0caa75111aff4daa0dd48",
4115 "reference": "75c7effcf3f77501d0e0caa75111aff4daa0dd48",
4116 "shasum": ""
4117 },
4118 "require": {
4119 "ocramius/package-versions": "^1.2.0",
4120 "php": "^7.0"
4121 },
4122 "require-dev": {
4123 "phpunit/phpunit": "^6.0"
4124 },
4125 "type": "library",
4126 "extra": {
4127 "branch-alias": {
4128 "dev-master": "1.x-dev"
4129 }
4130 },
4131 "autoload": {
4132 "psr-4": {
4133 "Jean85\\": "src/"
4134 }
4135 },
4136 "notification-url": "https://packagist.org/downloads/",
4137 "license": [
4138 "MIT"
4139 ],
4140 "authors": [
4141 {
4142 "name": "Alessandro Lai",
4143 "email": "alessandro.lai85@gmail.com"
4144 }
4145 ],
4146 "description": "A wrapper for ocramius/package-versions to get pretty versions strings",
4147 "keywords": [
4148 "composer",
4149 "package",
4150 "release",
4151 "versions"
4152 ],
4153 "time": "2018-06-13T13:22:40+00:00"
4154 },
4155 {
4156 "name": "jms/metadata",
4157 "version": "1.7.0",
4158 "source": {
4159 "type": "git",
4160 "url": "https://github.com/schmittjoh/metadata.git",
4161 "reference": "e5854ab1aa643623dc64adde718a8eec32b957a8"
4162 },
4163 "dist": {
4164 "type": "zip",
4165 "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/e5854ab1aa643623dc64adde718a8eec32b957a8",
4166 "reference": "e5854ab1aa643623dc64adde718a8eec32b957a8",
4167 "shasum": ""
4168 },
4169 "require": {
4170 "php": ">=5.3.0"
4171 },
4172 "require-dev": {
4173 "doctrine/cache": "~1.0",
4174 "symfony/cache": "~3.1"
4175 },
4176 "type": "library",
4177 "extra": {
4178 "branch-alias": {
4179 "dev-master": "1.5.x-dev"
4180 }
4181 },
4182 "autoload": {
4183 "psr-0": {
4184 "Metadata\\": "src/"
4185 }
4186 },
4187 "notification-url": "https://packagist.org/downloads/",
4188 "license": [
4189 "MIT"
4190 ],
4191 "authors": [
4192 {
4193 "name": "Asmir Mustafic",
4194 "email": "goetas@gmail.com"
4195 },
4196 {
4197 "name": "Johannes M. Schmitt",
4198 "email": "schmittjoh@gmail.com"
4199 }
4200 ],
4201 "description": "Class/method/property metadata management in PHP",
4202 "keywords": [
4203 "annotations",
4204 "metadata",
4205 "xml",
4206 "yaml"
4207 ],
4208 "time": "2018-10-26T12:40:10+00:00"
4209 },
4210 {
4211 "name": "jms/parser-lib",
4212 "version": "1.0.0",
4213 "source": {
4214 "type": "git",
4215 "url": "https://github.com/schmittjoh/parser-lib.git",
4216 "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d"
4217 },
4218 "dist": {
4219 "type": "zip",
4220 "url": "https://api.github.com/repos/schmittjoh/parser-lib/zipball/c509473bc1b4866415627af0e1c6cc8ac97fa51d",
4221 "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d",
4222 "shasum": ""
4223 },
4224 "require": {
4225 "phpoption/phpoption": ">=0.9,<2.0-dev"
4226 },
4227 "type": "library",
4228 "extra": {
4229 "branch-alias": {
4230 "dev-master": "1.0-dev"
4231 }
4232 },
4233 "autoload": {
4234 "psr-0": {
4235 "JMS\\": "src/"
4236 }
4237 },
4238 "notification-url": "https://packagist.org/downloads/",
4239 "license": [
4240 "Apache2"
4241 ],
4242 "description": "A library for easily creating recursive-descent parsers.",
4243 "time": "2012-11-18T18:08:43+00:00"
4244 },
4245 {
4246 "name": "jms/serializer",
4247 "version": "1.14.0",
4248 "source": {
4249 "type": "git",
4250 "url": "https://github.com/schmittjoh/serializer.git",
4251 "reference": "ee96d57024af9a7716d56fcbe3aa94b3d030f3ca"
4252 },
4253 "dist": {
4254 "type": "zip",
4255 "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/ee96d57024af9a7716d56fcbe3aa94b3d030f3ca",
4256 "reference": "ee96d57024af9a7716d56fcbe3aa94b3d030f3ca",
4257 "shasum": ""
4258 },
4259 "require": {
4260 "doctrine/annotations": "^1.0",
4261 "doctrine/instantiator": "^1.0.3",
4262 "jms/metadata": "^1.3",
4263 "jms/parser-lib": "1.*",
4264 "php": "^5.5|^7.0",
4265 "phpcollection/phpcollection": "~0.1",
4266 "phpoption/phpoption": "^1.1"
4267 },
4268 "conflict": {
4269 "twig/twig": "<1.12"
4270 },
4271 "require-dev": {
4272 "doctrine/orm": "~2.1",
4273 "doctrine/phpcr-odm": "^1.3|^2.0",
4274 "ext-pdo_sqlite": "*",
4275 "jackalope/jackalope-doctrine-dbal": "^1.1.5",
4276 "phpunit/phpunit": "^4.8|^5.0",
4277 "propel/propel1": "~1.7",
4278 "psr/container": "^1.0",
4279 "symfony/dependency-injection": "^2.7|^3.3|^4.0",
4280 "symfony/expression-language": "^2.6|^3.0",
4281 "symfony/filesystem": "^2.1",
4282 "symfony/form": "~2.1|^3.0",
4283 "symfony/translation": "^2.1|^3.0",
4284 "symfony/validator": "^2.2|^3.0",
4285 "symfony/yaml": "^2.1|^3.0",
4286 "twig/twig": "~1.12|~2.0"
4287 },
4288 "suggest": {
4289 "doctrine/cache": "Required if you like to use cache functionality.",
4290 "doctrine/collections": "Required if you like to use doctrine collection types as ArrayCollection.",
4291 "symfony/yaml": "Required if you'd like to serialize data to YAML format."
4292 },
4293 "type": "library",
4294 "extra": {
4295 "branch-alias": {
4296 "dev-1.x": "1.14-dev"
4297 }
4298 },
4299 "autoload": {
4300 "psr-0": {
4301 "JMS\\Serializer": "src/"
4302 }
4303 },
4304 "notification-url": "https://packagist.org/downloads/",
4305 "license": [
4306 "MIT"
4307 ],
4308 "authors": [
4309 {
4310 "name": "Asmir Mustafic",
4311 "email": "goetas@gmail.com"
4312 },
4313 {
4314 "name": "Johannes M. Schmitt",
4315 "email": "schmittjoh@gmail.com"
4316 }
4317 ],
4318 "description": "Library for (de-)serializing data of any complexity; supports XML, JSON, and YAML.",
4319 "homepage": "http://jmsyst.com/libs/serializer",
4320 "keywords": [
4321 "deserialization",
4322 "jaxb",
4323 "json",
4324 "serialization",
4325 "xml"
4326 ],
4327 "time": "2019-04-17T08:12:16+00:00"
4328 },
4329 {
4330 "name": "jms/serializer-bundle",
4331 "version": "2.4.4",
4332 "source": {
4333 "type": "git",
4334 "url": "https://github.com/schmittjoh/JMSSerializerBundle.git",
4335 "reference": "92ee808c64c1c180775a0e57d00e3be0674668fb"
4336 },
4337 "dist": {
4338 "type": "zip",
4339 "url": "https://api.github.com/repos/schmittjoh/JMSSerializerBundle/zipball/92ee808c64c1c180775a0e57d00e3be0674668fb",
4340 "reference": "92ee808c64c1c180775a0e57d00e3be0674668fb",
4341 "shasum": ""
4342 },
4343 "require": {
4344 "jms/serializer": "^1.10",
4345 "php": "^5.4|^7.0",
4346 "phpoption/phpoption": "^1.1.0",
4347 "symfony/framework-bundle": "~2.3|~3.0|~4.0"
4348 },
4349 "require-dev": {
4350 "doctrine/orm": "*",
4351 "phpunit/phpunit": "^4.8.35|^5.4.3|^6.0",
4352 "symfony/expression-language": "~2.6|~3.0|~4.0",
4353 "symfony/finder": "^2.3|^3.0|^4.0",
4354 "symfony/form": "*",
4355 "symfony/stopwatch": "*",
4356 "symfony/twig-bundle": "*",
4357 "symfony/validator": "*",
4358 "symfony/yaml": "*"
4359 },
4360 "suggest": {
4361 "jms/di-extra-bundle": "Required to get lazy loading (de)serialization visitors, ~1.3",
4362 "symfony/finder": "Required for cache warmup, supported versions ^2.3|^3.0|^4.0"
4363 },
4364 "type": "symfony-bundle",
4365 "extra": {
4366 "branch-alias": {
4367 "dev-master": "2.4-dev"
4368 }
4369 },
4370 "autoload": {
4371 "psr-4": {
4372 "JMS\\SerializerBundle\\": ""
4373 },
4374 "exclude-from-classmap": [
4375 "/Tests/"
4376 ]
4377 },
4378 "notification-url": "https://packagist.org/downloads/",
4379 "license": [
4380 "MIT"
4381 ],
4382 "authors": [
4383 {
4384 "name": "Asmir Mustafic",
4385 "email": "goetas@gmail.com"
4386 },
4387 {
4388 "name": "Johannes M. Schmitt",
4389 "email": "schmittjoh@gmail.com"
4390 }
4391 ],
4392 "description": "Allows you to easily serialize, and deserialize data of any complexity",
4393 "homepage": "http://jmsyst.com/bundles/JMSSerializerBundle",
4394 "keywords": [
4395 "deserialization",
4396 "jaxb",
4397 "json",
4398 "serialization",
4399 "xml"
4400 ],
4401 "time": "2019-03-30T10:26:09+00:00"
4402 },
4403 {
4404 "name": "kphoen/rulerz",
4405 "version": "0.21.1",
4406 "source": {
4407 "type": "git",
4408 "url": "https://github.com/K-Phoen/rulerz.git",
4409 "reference": "d28a1bd59b4e66cc9fcdeee965f13f685eb9ce41"
4410 },
4411 "dist": {
4412 "type": "zip",
4413 "url": "https://api.github.com/repos/K-Phoen/rulerz/zipball/d28a1bd59b4e66cc9fcdeee965f13f685eb9ce41",
4414 "reference": "d28a1bd59b4e66cc9fcdeee965f13f685eb9ce41",
4415 "shasum": ""
4416 },
4417 "require": {
4418 "hoa/ruler": "~2.0",
4419 "php": ">=7.1",
4420 "symfony/property-access": "~3.0|~4.0"
4421 },
4422 "require-dev": {
4423 "behat/behat": "~3.0",
4424 "coduo/phpspec-data-provider-extension": "~1.0,!=1.0.2",
4425 "doctrine/orm": "~2.4",
4426 "elasticsearch/elasticsearch": "~1.0",
4427 "illuminate/database": "~5.0",
4428 "kphoen/rusty": "dev-master",
4429 "liip/rmt": "^1.2",
4430 "mikey179/vfsstream": "~1.4",
4431 "phpspec/phpspec": "~2.0,>=2.4-dev",
4432 "pomm-project/cli": "~2.0@dev",
4433 "pomm-project/foundation": "~2.0@dev",
4434 "pomm-project/model-manager": "~2.0.@dev",
4435 "ruflin/elastica": "~1.0",
4436 "solarium/solarium": "~3.0",
4437 "vlucas/phpdotenv": "~2.1"
4438 },
4439 "suggest": {
4440 "doctrine/orm": "To execute rules as Doctrine queries",
4441 "elasticsearch/elasticsearch": "To execute rules as Elasticsearch queries",
4442 "kphoen/rulerz-spec-builder": "If you want a specification builder",
4443 "pomm-project/model-manager": "To execute rules as Pomm queries",
4444 "solarium/solarium": "To execute rules as Solr queries"
4445 },
4446 "type": "library",
4447 "extra": {
4448 "branch-alias": {
4449 "dev-master": "1.0.x-dev"
4450 }
4451 },
4452 "autoload": {
4453 "psr-4": {
4454 "RulerZ\\": "src/"
4455 }
4456 },
4457 "notification-url": "https://packagist.org/downloads/",
4458 "license": [
4459 "MIT"
4460 ],
4461 "authors": [
4462 {
4463 "name": "Kévin Gomez",
4464 "email": "contact@kevingomez.fr"
4465 }
4466 ],
4467 "description": "Powerful implementation of the Specification pattern",
4468 "homepage": "https://github.com/K-Phoen/RulerZ",
4469 "keywords": [
4470 "doctrine",
4471 "specification"
4472 ],
4473 "time": "2018-09-18T15:15:42+00:00"
4474 },
4475 {
4476 "name": "kphoen/rulerz-bridge",
4477 "version": "1.1.1",
4478 "source": {
4479 "type": "git",
4480 "url": "https://github.com/K-Phoen/rulerz-bridge.git",
4481 "reference": "fdad5856b669d59b5e4bda47c4e927a0485bf7a0"
4482 },
4483 "dist": {
4484 "type": "zip",
4485 "url": "https://api.github.com/repos/K-Phoen/rulerz-bridge/zipball/fdad5856b669d59b5e4bda47c4e927a0485bf7a0",
4486 "reference": "fdad5856b669d59b5e4bda47c4e927a0485bf7a0",
4487 "shasum": ""
4488 },
4489 "require": {
4490 "kphoen/rulerz": "~0.19,>=0.19.3|^1.0",
4491 "php": ">=7.1",
4492 "symfony/form": "^3.0|^4.0",
4493 "symfony/validator": "^3.0|^4.0"
4494 },
4495 "require-dev": {
4496 "liip/rmt": "^1.2",
4497 "phpunit/phpunit": "~7.1",
4498 "symfony/phpunit-bridge": "^3.0|^4.0"
4499 },
4500 "type": "symfony-bridge",
4501 "autoload": {
4502 "psr-4": {
4503 "Symfony\\Bridge\\RulerZ\\": ""
4504 },
4505 "exclude-from-classmap": [
4506 "/Tests/"
4507 ]
4508 },
4509 "notification-url": "https://packagist.org/downloads/",
4510 "license": [
4511 "MIT"
4512 ],
4513 "authors": [
4514 {
4515 "name": "Kévin Gomez",
4516 "email": "contact@kevingomez.fr"
4517 }
4518 ],
4519 "description": "Symfony RulerZ Bridge",
4520 "homepage": "https://github.com/K-Phoen/rulerz-bridge",
4521 "keywords": [
4522 "Bridge",
4523 "doctrine",
4524 "ruler",
4525 "rulerz",
4526 "specification",
4527 "symfony"
4528 ],
4529 "time": "2018-10-01T14:17:27+00:00"
4530 },
4531 {
4532 "name": "kphoen/rulerz-bundle",
4533 "version": "0.15.0",
4534 "source": {
4535 "type": "git",
4536 "url": "https://github.com/K-Phoen/RulerZBundle.git",
4537 "reference": "f25f2eddfd311047f0f0ece2684b1f6463cc41ad"
4538 },
4539 "dist": {
4540 "type": "zip",
4541 "url": "https://api.github.com/repos/K-Phoen/RulerZBundle/zipball/f25f2eddfd311047f0f0ece2684b1f6463cc41ad",
4542 "reference": "f25f2eddfd311047f0f0ece2684b1f6463cc41ad",
4543 "shasum": ""
4544 },
4545 "require": {
4546 "kphoen/rulerz": "~0.17,>=0.19.3",
4547 "kphoen/rulerz-bridge": "^1.0",
4548 "php": ">=7.1",
4549 "symfony/framework-bundle": "^3.0|^4.0"
4550 },
4551 "require-dev": {
4552 "liip/rmt": "^1.2",
4553 "matthiasnoback/symfony-dependency-injection-test": "^3.0",
4554 "mikey179/vfsstream": "^1.6",
4555 "phpunit/phpunit": "^7.1",
4556 "symfony/phpunit-bridge": "^3.0|^4.0"
4557 },
4558 "type": "symfony-bundle",
4559 "autoload": {
4560 "psr-4": {
4561 "KPhoen\\RulerZBundle\\": ""
4562 },
4563 "exclude-from-classmap": [
4564 "/Tests/"
4565 ]
4566 },
4567 "notification-url": "https://packagist.org/downloads/",
4568 "license": [
4569 "MIT"
4570 ],
4571 "authors": [
4572 {
4573 "name": "Kévin Gomez",
4574 "email": "contact@kevingomez.fr"
4575 }
4576 ],
4577 "description": "Symfony2 Bundle for RulerZ",
4578 "homepage": "https://github.com/K-Phoen/RulerZBundle",
4579 "keywords": [
4580 "doctrine",
4581 "ruler",
4582 "rulerz",
4583 "specification"
4584 ],
4585 "time": "2018-09-17T09:02:32+00:00"
4586 },
4587 {
4588 "name": "lcobucci/jwt",
4589 "version": "3.3.1",
4590 "source": {
4591 "type": "git",
4592 "url": "https://github.com/lcobucci/jwt.git",
4593 "reference": "a11ec5f4b4d75d1fcd04e133dede4c317aac9e18"
4594 },
4595 "dist": {
4596 "type": "zip",
4597 "url": "https://api.github.com/repos/lcobucci/jwt/zipball/a11ec5f4b4d75d1fcd04e133dede4c317aac9e18",
4598 "reference": "a11ec5f4b4d75d1fcd04e133dede4c317aac9e18",
4599 "shasum": ""
4600 },
4601 "require": {
4602 "ext-mbstring": "*",
4603 "ext-openssl": "*",
4604 "php": "^5.6 || ^7.0"
4605 },
4606 "require-dev": {
4607 "mikey179/vfsstream": "~1.5",
4608 "phpmd/phpmd": "~2.2",
4609 "phpunit/php-invoker": "~1.1",
4610 "phpunit/phpunit": "^5.7 || ^7.3",
4611 "squizlabs/php_codesniffer": "~2.3"
4612 },
4613 "type": "library",
4614 "extra": {
4615 "branch-alias": {
4616 "dev-master": "3.1-dev"
4617 }
4618 },
4619 "autoload": {
4620 "psr-4": {
4621 "Lcobucci\\JWT\\": "src"
4622 }
4623 },
4624 "notification-url": "https://packagist.org/downloads/",
4625 "license": [
4626 "BSD-3-Clause"
4627 ],
4628 "authors": [
4629 {
4630 "name": "Luís Otávio Cobucci Oblonczyk",
4631 "email": "lcobucci@gmail.com",
4632 "role": "Developer"
4633 }
4634 ],
4635 "description": "A simple library to work with JSON Web Token and JSON Web Signature",
4636 "keywords": [
4637 "JWS",
4638 "jwt"
4639 ],
4640 "time": "2019-05-24T18:30:49+00:00"
4641 },
4642 {
4643 "name": "lexik/form-filter-bundle",
4644 "version": "v5.0.10",
4645 "source": {
4646 "type": "git",
4647 "url": "https://github.com/lexik/LexikFormFilterBundle.git",
4648 "reference": "92df0638173979dc906bda7a33a10b98429d2057"
4649 },
4650 "dist": {
4651 "type": "zip",
4652 "url": "https://api.github.com/repos/lexik/LexikFormFilterBundle/zipball/92df0638173979dc906bda7a33a10b98429d2057",
4653 "reference": "92df0638173979dc906bda7a33a10b98429d2057",
4654 "shasum": ""
4655 },
4656 "require": {
4657 "doctrine/orm": "^2.4.8",
4658 "php": ">=5.5.9",
4659 "symfony/form": "~2.8|~3.0|^4.0",
4660 "symfony/framework-bundle": "~2.8|~3.0|^4.0"
4661 },
4662 "require-dev": {
4663 "doctrine/mongodb-odm-bundle": "^3.0",
4664 "phpunit/phpunit": "~5.0|^7.5"
4665 },
4666 "suggest": {
4667 "alcaeus/mongo-php-adapter": "Install this package if using the PHP 7 MongoDB Driver"
4668 },
4669 "type": "symfony-bundle",
4670 "extra": {
4671 "branch-alias": {
4672 "dev-master": "5.x.x-dev"
4673 }
4674 },
4675 "autoload": {
4676 "psr-4": {
4677 "Lexik\\Bundle\\FormFilterBundle\\": ""
4678 }
4679 },
4680 "notification-url": "https://packagist.org/downloads/",
4681 "license": [
4682 "MIT"
4683 ],
4684 "authors": [
4685 {
4686 "name": "Dev Lexik",
4687 "email": "dev@lexik.fr"
4688 },
4689 {
4690 "name": "Cedric Girard",
4691 "email": "c.girard@lexik.fr"
4692 }
4693 ],
4694 "description": "This bundle aim to provide classes to build some form filters and then build a doctrine query from this form filter.",
4695 "homepage": "https://github.com/lexik/LexikFormFilterBundle",
4696 "keywords": [
4697 "bundle",
4698 "doctrine",
4699 "filter",
4700 "form",
4701 "symfony"
4702 ],
4703 "time": "2019-04-17T17:58:44+00:00"
4704 },
4705 {
4706 "name": "liip/theme-bundle",
4707 "version": "1.7.0",
4708 "source": {
4709 "type": "git",
4710 "url": "https://github.com/liip/LiipThemeBundle.git",
4711 "reference": "362394821ff8dcc90b06272e289e7dafe4dab52a"
4712 },
4713 "dist": {
4714 "type": "zip",
4715 "url": "https://api.github.com/repos/liip/LiipThemeBundle/zipball/362394821ff8dcc90b06272e289e7dafe4dab52a",
4716 "reference": "362394821ff8dcc90b06272e289e7dafe4dab52a",
4717 "shasum": ""
4718 },
4719 "require": {
4720 "php": "^7.0",
4721 "psr/log": "~1.0",
4722 "symfony/finder": "^3.0|^4.0",
4723 "symfony/framework-bundle": "^3.0|^4.0",
4724 "symfony/templating": "^3.0|^4.0",
4725 "symfony/twig-bundle": "^3.0|^4.0",
4726 "twig/twig": "^1.34|^2.4"
4727 },
4728 "conflict": {
4729 "sebastian/comparator": "1.2.3"
4730 },
4731 "require-dev": {
4732 "phpunit/phpunit": "^6.0",
4733 "symfony/console": "^3.0|^4.0",
4734 "symfony/expression-language": "^3.0|^4.0"
4735 },
4736 "type": "symfony-bundle",
4737 "extra": {
4738 "branch-alias": {
4739 "dev-master": "1.4-dev"
4740 }
4741 },
4742 "autoload": {
4743 "psr-4": {
4744 "Liip\\ThemeBundle\\": ""
4745 }
4746 },
4747 "notification-url": "https://packagist.org/downloads/",
4748 "license": [
4749 "MIT"
4750 ],
4751 "authors": [
4752 {
4753 "name": "Community contributions",
4754 "homepage": "https://github.com/liip/LiipThemeBundle/contributors"
4755 },
4756 {
4757 "name": "Liip AG",
4758 "homepage": "http://www.liip.ch/"
4759 }
4760 ],
4761 "description": "Provides theming support for #Symfony2 Bundles",
4762 "keywords": [
4763 "themes",
4764 "theming"
4765 ],
4766 "time": "2019-06-19T12:53:08+00:00"
4767 },
4768 {
4769 "name": "masterminds/html5",
4770 "version": "2.7.0",
4771 "source": {
4772 "type": "git",
4773 "url": "https://github.com/Masterminds/html5-php.git",
4774 "reference": "104443ad663d15981225f99532ba73c2f1d6b6f2"
4775 },
4776 "dist": {
4777 "type": "zip",
4778 "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/104443ad663d15981225f99532ba73c2f1d6b6f2",
4779 "reference": "104443ad663d15981225f99532ba73c2f1d6b6f2",
4780 "shasum": ""
4781 },
4782 "require": {
4783 "ext-ctype": "*",
4784 "ext-dom": "*",
4785 "ext-libxml": "*",
4786 "php": ">=5.3.0"
4787 },
4788 "require-dev": {
4789 "phpunit/phpunit": "^4.8.35",
4790 "sami/sami": "~2.0",
4791 "satooshi/php-coveralls": "1.0.*"
4792 },
4793 "type": "library",
4794 "extra": {
4795 "branch-alias": {
4796 "dev-master": "2.7-dev"
4797 }
4798 },
4799 "autoload": {
4800 "psr-4": {
4801 "Masterminds\\": "src"
4802 }
4803 },
4804 "notification-url": "https://packagist.org/downloads/",
4805 "license": [
4806 "MIT"
4807 ],
4808 "authors": [
4809 {
4810 "name": "Matt Butcher",
4811 "email": "technosophos@gmail.com"
4812 },
4813 {
4814 "name": "Matt Farina",
4815 "email": "matt@mattfarina.com"
4816 },
4817 {
4818 "name": "Asmir Mustafic",
4819 "email": "goetas@gmail.com"
4820 }
4821 ],
4822 "description": "An HTML5 parser and serializer.",
4823 "homepage": "http://masterminds.github.io/html5-php",
4824 "keywords": [
4825 "HTML5",
4826 "dom",
4827 "html",
4828 "parser",
4829 "querypath",
4830 "serializer",
4831 "xml"
4832 ],
4833 "time": "2019-07-25T07:03:26+00:00"
4834 },
4835 {
4836 "name": "mgargano/simplehtmldom",
4837 "version": "1.5",
4838 "source": {
4839 "type": "git",
4840 "url": "https://github.com/matgargano/simplehtmldom.git",
4841 "reference": "37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be"
4842 },
4843 "dist": {
4844 "type": "zip",
4845 "url": "https://api.github.com/repos/matgargano/simplehtmldom/zipball/37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be",
4846 "reference": "37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be",
4847 "shasum": ""
4848 },
4849 "require": {
4850 "php": ">=5.3.0"
4851 },
4852 "type": "library",
4853 "autoload": {
4854 "psr-0": {
4855 "SimpleHtmlDom": "src/"
4856 },
4857 "files": [
4858 "src/simple_html_dom.php"
4859 ]
4860 },
4861 "notification-url": "https://packagist.org/downloads/",
4862 "license": [
4863 "The MIT License"
4864 ],
4865 "authors": [
4866 {
4867 "name": "S.C. Chen",
4868 "email": "me578022@gmail.com"
4869 }
4870 ],
4871 "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",
4872 "homepage": "http://simplehtmldom.sourceforge.net/",
4873 "keywords": [
4874 "Simple",
4875 "dom",
4876 "html"
4877 ],
4878 "time": "2014-01-05T18:17:34+00:00"
4879 },
4880 {
4881 "name": "michelf/php-markdown",
4882 "version": "1.9.0",
4883 "source": {
4884 "type": "git",
4885 "url": "https://github.com/michelf/php-markdown.git",
4886 "reference": "c83178d49e372ca967d1a8c77ae4e051b3a3c75c"
4887 },
4888 "dist": {
4889 "type": "zip",
4890 "url": "https://api.github.com/repos/michelf/php-markdown/zipball/c83178d49e372ca967d1a8c77ae4e051b3a3c75c",
4891 "reference": "c83178d49e372ca967d1a8c77ae4e051b3a3c75c",
4892 "shasum": ""
4893 },
4894 "require": {
4895 "php": ">=5.3.0"
4896 },
4897 "require-dev": {
4898 "phpunit/phpunit": ">=4.3 <5.8"
4899 },
4900 "type": "library",
4901 "autoload": {
4902 "psr-4": {
4903 "Michelf\\": "Michelf/"
4904 }
4905 },
4906 "notification-url": "https://packagist.org/downloads/",
4907 "license": [
4908 "BSD-3-Clause"
4909 ],
4910 "authors": [
4911 {
4912 "name": "Michel Fortin",
4913 "email": "michel.fortin@michelf.ca",
4914 "homepage": "https://michelf.ca/",
4915 "role": "Developer"
4916 },
4917 {
4918 "name": "John Gruber",
4919 "homepage": "https://daringfireball.net/"
4920 }
4921 ],
4922 "description": "PHP Markdown",
4923 "homepage": "https://michelf.ca/projects/php-markdown/",
4924 "keywords": [
4925 "markdown"
4926 ],
4927 "time": "2019-12-02T02:32:27+00:00"
4928 },
4929 {
4930 "name": "mnapoli/piwik-twig-extension",
4931 "version": "2.0.1",
4932 "source": {
4933 "type": "git",
4934 "url": "https://github.com/mnapoli/PiwikTwigExtension.git",
4935 "reference": "e1746d20730426d7098b4a9a3f5c6c99c6f04612"
4936 },
4937 "dist": {
4938 "type": "zip",
4939 "url": "https://api.github.com/repos/mnapoli/PiwikTwigExtension/zipball/e1746d20730426d7098b4a9a3f5c6c99c6f04612",
4940 "reference": "e1746d20730426d7098b4a9a3f5c6c99c6f04612",
4941 "shasum": ""
4942 },
4943 "require": {
4944 "php": ">=7.0",
4945 "twig/twig": "~2.10"
4946 },
4947 "require-dev": {
4948 "friendsofphp/php-cs-fixer": "~2.13",
4949 "php-coveralls/php-coveralls": "^2.0",
4950 "symfony/phpunit-bridge": "^4.2"
4951 },
4952 "type": "library",
4953 "autoload": {
4954 "psr-4": {
4955 "PiwikTwigExtension\\": "src/"
4956 }
4957 },
4958 "notification-url": "https://packagist.org/downloads/",
4959 "license": [
4960 "MIT"
4961 ],
4962 "time": "2019-06-21T10:58:04+00:00"
4963 },
4964 {
4965 "name": "monolog/monolog",
4966 "version": "1.25.3",
4967 "source": {
4968 "type": "git",
4969 "url": "https://github.com/Seldaek/monolog.git",
4970 "reference": "fa82921994db851a8becaf3787a9e73c5976b6f1"
4971 },
4972 "dist": {
4973 "type": "zip",
4974 "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fa82921994db851a8becaf3787a9e73c5976b6f1",
4975 "reference": "fa82921994db851a8becaf3787a9e73c5976b6f1",
4976 "shasum": ""
4977 },
4978 "require": {
4979 "php": ">=5.3.0",
4980 "psr/log": "~1.0"
4981 },
4982 "provide": {
4983 "psr/log-implementation": "1.0.0"
4984 },
4985 "require-dev": {
4986 "aws/aws-sdk-php": "^2.4.9 || ^3.0",
4987 "doctrine/couchdb": "~1.0@dev",
4988 "graylog2/gelf-php": "~1.0",
4989 "jakub-onderka/php-parallel-lint": "0.9",
4990 "php-amqplib/php-amqplib": "~2.4",
4991 "php-console/php-console": "^3.1.3",
4992 "phpunit/phpunit": "~4.5",
4993 "phpunit/phpunit-mock-objects": "2.3.0",
4994 "ruflin/elastica": ">=0.90 <3.0",
4995 "sentry/sentry": "^0.13",
4996 "swiftmailer/swiftmailer": "^5.3|^6.0"
4997 },
4998 "suggest": {
4999 "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
5000 "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
5001 "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
5002 "ext-mongo": "Allow sending log messages to a MongoDB server",
5003 "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
5004 "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
5005 "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
5006 "php-console/php-console": "Allow sending log messages to Google Chrome",
5007 "rollbar/rollbar": "Allow sending log messages to Rollbar",
5008 "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
5009 "sentry/sentry": "Allow sending log messages to a Sentry server"
5010 },
5011 "type": "library",
5012 "extra": {
5013 "branch-alias": {
5014 "dev-master": "2.0.x-dev"
5015 }
5016 },
5017 "autoload": {
5018 "psr-4": {
5019 "Monolog\\": "src/Monolog"
5020 }
5021 },
5022 "notification-url": "https://packagist.org/downloads/",
5023 "license": [
5024 "MIT"
5025 ],
5026 "authors": [
5027 {
5028 "name": "Jordi Boggiano",
5029 "email": "j.boggiano@seld.be",
5030 "homepage": "http://seld.be"
5031 }
5032 ],
5033 "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
5034 "homepage": "http://github.com/Seldaek/monolog",
5035 "keywords": [
5036 "log",
5037 "logging",
5038 "psr-3"
5039 ],
5040 "time": "2019-12-20T14:15:16+00:00"
5041 },
5042 {
5043 "name": "nelmio/api-doc-bundle",
5044 "version": "2.13.4",
5045 "target-dir": "Nelmio/ApiDocBundle",
5046 "source": {
5047 "type": "git",
5048 "url": "https://github.com/nelmio/NelmioApiDocBundle.git",
5049 "reference": "28802f2c44dbbf29aa7f5dc80a10f44d3558f580"
5050 },
5051 "dist": {
5052 "type": "zip",
5053 "url": "https://api.github.com/repos/nelmio/NelmioApiDocBundle/zipball/28802f2c44dbbf29aa7f5dc80a10f44d3558f580",
5054 "reference": "28802f2c44dbbf29aa7f5dc80a10f44d3558f580",
5055 "shasum": ""
5056 },
5057 "require": {
5058 "michelf/php-markdown": "~1.4",
5059 "php": ">=5.4",
5060 "symfony/console": "~2.3|~3.0|~4.0",
5061 "symfony/framework-bundle": "~2.3|~3.0|~4.0",
5062 "symfony/twig-bundle": "~2.3|~3.0|~4.0"
5063 },
5064 "conflict": {
5065 "jms/serializer": "<0.12",
5066 "jms/serializer-bundle": "<0.11",
5067 "symfony/symfony": "~2.7.8",
5068 "twig/twig": "<1.12"
5069 },
5070 "require-dev": {
5071 "doctrine/doctrine-bundle": "~1.5",
5072 "doctrine/orm": "~2.3",
5073 "dunglas/api-bundle": "~1.0",
5074 "friendsofsymfony/rest-bundle": "~1.0|~2.0",
5075 "jms/serializer-bundle": ">=0.11",
5076 "sensio/framework-extra-bundle": "~3.0",
5077 "symfony/browser-kit": "~2.3|~3.0|~4.0",
5078 "symfony/css-selector": "~2.3|~3.0|~4.0",
5079 "symfony/finder": "~2.3|~3.0|~4.0",
5080 "symfony/form": "~2.3|~3.0|~4.0",
5081 "symfony/phpunit-bridge": "~2.7|~3.0|~4.0",
5082 "symfony/serializer": "~2.7|~3.0|~4.0",
5083 "symfony/validator": "~2.3|~3.0|~4.0",
5084 "symfony/yaml": "~2.3|~3.0|~4.0"
5085 },
5086 "suggest": {
5087 "dunglas/api-bundle": "For making use of resources definitions of DunglasApiBundle.",
5088 "friendsofsymfony/rest-bundle": "For making use of REST information in the doc.",
5089 "jms/serializer": "For making use of serializer information in the doc.",
5090 "symfony/form": "For using form definitions as input.",
5091 "symfony/validator": "For making use of validator information in the doc."
5092 },
5093 "type": "symfony-bundle",
5094 "extra": {
5095 "branch-alias": {
5096 "dev-2.x": "2.13-dev"
5097 }
5098 },
5099 "autoload": {
5100 "psr-0": {
5101 "Nelmio\\ApiDocBundle": ""
5102 }
5103 },
5104 "notification-url": "https://packagist.org/downloads/",
5105 "license": [
5106 "MIT"
5107 ],
5108 "authors": [
5109 {
5110 "name": "Nelmio",
5111 "homepage": "http://nelm.io"
5112 },
5113 {
5114 "name": "Symfony Community",
5115 "homepage": "https://github.com/nelmio/NelmioApiDocBundle/contributors"
5116 }
5117 ],
5118 "description": "Generates documentation for your REST API from annotations",
5119 "keywords": [
5120 "api",
5121 "doc",
5122 "documentation",
5123 "rest"
5124 ],
5125 "time": "2019-06-01T13:34:59+00:00"
5126 },
5127 {
5128 "name": "nelmio/cors-bundle",
5129 "version": "1.5.6",
5130 "source": {
5131 "type": "git",
5132 "url": "https://github.com/nelmio/NelmioCorsBundle.git",
5133 "reference": "10a24c10f242440211ed31075e74f81661c690d9"
5134 },
5135 "dist": {
5136 "type": "zip",
5137 "url": "https://api.github.com/repos/nelmio/NelmioCorsBundle/zipball/10a24c10f242440211ed31075e74f81661c690d9",
5138 "reference": "10a24c10f242440211ed31075e74f81661c690d9",
5139 "shasum": ""
5140 },
5141 "require": {
5142 "symfony/framework-bundle": "^2.7 || ^3.0 || ^4.0"
5143 },
5144 "require-dev": {
5145 "matthiasnoback/symfony-dependency-injection-test": "^1.0 || ^2.0",
5146 "mockery/mockery": "^0.9 || ^1.0",
5147 "symfony/phpunit-bridge": "^2.7 || ^3.0 || ^4.0"
5148 },
5149 "type": "symfony-bundle",
5150 "extra": {
5151 "branch-alias": {
5152 "dev-master": "1.5.x-dev"
5153 }
5154 },
5155 "autoload": {
5156 "psr-4": {
5157 "Nelmio\\CorsBundle\\": ""
5158 },
5159 "exclude-from-classmap": [
5160 "/Tests/"
5161 ]
5162 },
5163 "notification-url": "https://packagist.org/downloads/",
5164 "license": [
5165 "MIT"
5166 ],
5167 "authors": [
5168 {
5169 "name": "Nelmio",
5170 "homepage": "http://nelm.io"
5171 },
5172 {
5173 "name": "Symfony Community",
5174 "homepage": "https://github.com/nelmio/NelmioCorsBundle/contributors"
5175 }
5176 ],
5177 "description": "Adds CORS (Cross-Origin Resource Sharing) headers support in your Symfony2 application",
5178 "keywords": [
5179 "api",
5180 "cors",
5181 "crossdomain"
5182 ],
5183 "time": "2019-06-17T08:53:14+00:00"
5184 },
5185 {
5186 "name": "ocramius/package-versions",
5187 "version": "1.4.2",
5188 "source": {
5189 "type": "git",
5190 "url": "https://github.com/Ocramius/PackageVersions.git",
5191 "reference": "44af6f3a2e2e04f2af46bcb302ad9600cba41c7d"
5192 },
5193 "dist": {
5194 "type": "zip",
5195 "url": "https://api.github.com/repos/Ocramius/PackageVersions/zipball/44af6f3a2e2e04f2af46bcb302ad9600cba41c7d",
5196 "reference": "44af6f3a2e2e04f2af46bcb302ad9600cba41c7d",
5197 "shasum": ""
5198 },
5199 "require": {
5200 "composer-plugin-api": "^1.0.0",
5201 "php": "^7.1.0"
5202 },
5203 "require-dev": {
5204 "composer/composer": "^1.6.3",
5205 "doctrine/coding-standard": "^5.0.1",
5206 "ext-zip": "*",
5207 "infection/infection": "^0.7.1",
5208 "phpunit/phpunit": "^7.5.17"
5209 },
5210 "type": "composer-plugin",
5211 "extra": {
5212 "class": "PackageVersions\\Installer",
5213 "branch-alias": {
5214 "dev-master": "2.0.x-dev"
5215 }
5216 },
5217 "autoload": {
5218 "psr-4": {
5219 "PackageVersions\\": "src/PackageVersions"
5220 }
5221 },
5222 "notification-url": "https://packagist.org/downloads/",
5223 "license": [
5224 "MIT"
5225 ],
5226 "authors": [
5227 {
5228 "name": "Marco Pivetta",
5229 "email": "ocramius@gmail.com"
5230 }
5231 ],
5232 "description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)",
5233 "time": "2019-11-15T16:17:10+00:00"
5234 },
5235 {
5236 "name": "ocramius/proxy-manager",
5237 "version": "2.1.1",
5238 "source": {
5239 "type": "git",
5240 "url": "https://github.com/Ocramius/ProxyManager.git",
5241 "reference": "e18ac876b2e4819c76349de8f78ccc8ef1554cd7"
5242 },
5243 "dist": {
5244 "type": "zip",
5245 "url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/e18ac876b2e4819c76349de8f78ccc8ef1554cd7",
5246 "reference": "e18ac876b2e4819c76349de8f78ccc8ef1554cd7",
5247 "shasum": ""
5248 },
5249 "require": {
5250 "ocramius/package-versions": "^1.1.1",
5251 "php": "^7.1.0",
5252 "zendframework/zend-code": "^3.1.0"
5253 },
5254 "require-dev": {
5255 "couscous/couscous": "^1.5.2",
5256 "ext-phar": "*",
5257 "humbug/humbug": "dev-master@DEV",
5258 "nikic/php-parser": "^3.0.4",
5259 "phpbench/phpbench": "^0.12.2",
5260 "phpstan/phpstan": "^0.6.4",
5261 "phpunit/phpunit": "^5.6.4",
5262 "phpunit/phpunit-mock-objects": "^3.4.1",
5263 "squizlabs/php_codesniffer": "^2.7.0"
5264 },
5265 "suggest": {
5266 "ocramius/generated-hydrator": "To have very fast object to array to object conversion for ghost objects",
5267 "zendframework/zend-json": "To have the JsonRpc adapter (Remote Object feature)",
5268 "zendframework/zend-soap": "To have the Soap adapter (Remote Object feature)",
5269 "zendframework/zend-xmlrpc": "To have the XmlRpc adapter (Remote Object feature)"
5270 },
5271 "type": "library",
5272 "extra": {
5273 "branch-alias": {
5274 "dev-master": "3.0.x-dev"
5275 }
5276 },
5277 "autoload": {
5278 "psr-0": {
5279 "ProxyManager\\": "src"
5280 }
5281 },
5282 "notification-url": "https://packagist.org/downloads/",
5283 "license": [
5284 "MIT"
5285 ],
5286 "authors": [
5287 {
5288 "name": "Marco Pivetta",
5289 "email": "ocramius@gmail.com",
5290 "homepage": "http://ocramius.github.io/"
5291 }
5292 ],
5293 "description": "A library providing utilities to generate, instantiate and generally operate with Object Proxies",
5294 "homepage": "https://github.com/Ocramius/ProxyManager",
5295 "keywords": [
5296 "aop",
5297 "lazy loading",
5298 "proxy",
5299 "proxy pattern",
5300 "service proxies"
5301 ],
5302 "time": "2017-05-04T11:12:50+00:00"
5303 },
5304 {
5305 "name": "pagerfanta/pagerfanta",
5306 "version": "v2.1.3",
5307 "source": {
5308 "type": "git",
5309 "url": "https://github.com/whiteoctober/Pagerfanta.git",
5310 "reference": "a53ff01d521648d9dbca19b93ac6bc75a59b0972"
5311 },
5312 "dist": {
5313 "type": "zip",
5314 "url": "https://api.github.com/repos/whiteoctober/Pagerfanta/zipball/a53ff01d521648d9dbca19b93ac6bc75a59b0972",
5315 "reference": "a53ff01d521648d9dbca19b93ac6bc75a59b0972",
5316 "shasum": ""
5317 },
5318 "require": {
5319 "php": "^7.0"
5320 },
5321 "require-dev": {
5322 "doctrine/orm": "~2.3",
5323 "doctrine/phpcr-odm": "1.*",
5324 "jackalope/jackalope-doctrine-dbal": "1.*",
5325 "jmikola/geojson": "~1.0",
5326 "mandango/mandango": "~1.0@dev",
5327 "mandango/mondator": "~1.0@dev",
5328 "phpunit/phpunit": "^6.5",
5329 "propel/propel": "~2.0@dev",
5330 "propel/propel1": "~1.6",
5331 "ruflin/elastica": "~1.3",
5332 "solarium/solarium": "~3.1"
5333 },
5334 "suggest": {
5335 "doctrine/mongodb-odm": "To use the DoctrineODMMongoDBAdapter.",
5336 "doctrine/orm": "To use the DoctrineORMAdapter.",
5337 "doctrine/phpcr-odm": "To use the DoctrineODMPhpcrAdapter. >= 1.1.0",
5338 "mandango/mandango": "To use the MandangoAdapter.",
5339 "propel/propel": "To use the Propel2Adapter",
5340 "propel/propel1": "To use the PropelAdapter",
5341 "solarium/solarium": "To use the SolariumAdapter."
5342 },
5343 "type": "library",
5344 "extra": {
5345 "branch-alias": {
5346 "dev-master": "1.0.x-dev"
5347 }
5348 },
5349 "autoload": {
5350 "psr-4": {
5351 "Pagerfanta\\": "src/Pagerfanta/"
5352 }
5353 },
5354 "notification-url": "https://packagist.org/downloads/",
5355 "license": [
5356 "MIT"
5357 ],
5358 "authors": [
5359 {
5360 "name": "Pablo Díez",
5361 "email": "pablodip@gmail.com"
5362 }
5363 ],
5364 "description": "Pagination for PHP",
5365 "keywords": [
5366 "page",
5367 "pagination",
5368 "paginator",
5369 "paging"
5370 ],
5371 "time": "2019-07-17T20:56:16+00:00"
5372 },
5373 {
5374 "name": "paragonie/constant_time_encoding",
5375 "version": "v2.3.0",
5376 "source": {
5377 "type": "git",
5378 "url": "https://github.com/paragonie/constant_time_encoding.git",
5379 "reference": "47a1cedd2e4d52688eb8c96469c05ebc8fd28fa2"
5380 },
5381 "dist": {
5382 "type": "zip",
5383 "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/47a1cedd2e4d52688eb8c96469c05ebc8fd28fa2",
5384 "reference": "47a1cedd2e4d52688eb8c96469c05ebc8fd28fa2",
5385 "shasum": ""
5386 },
5387 "require": {
5388 "php": "^7|^8"
5389 },
5390 "require-dev": {
5391 "phpunit/phpunit": "^6|^7",
5392 "vimeo/psalm": "^1|^2|^3"
5393 },
5394 "type": "library",
5395 "autoload": {
5396 "psr-4": {
5397 "ParagonIE\\ConstantTime\\": "src/"
5398 }
5399 },
5400 "notification-url": "https://packagist.org/downloads/",
5401 "license": [
5402 "MIT"
5403 ],
5404 "authors": [
5405 {
5406 "name": "Paragon Initiative Enterprises",
5407 "email": "security@paragonie.com",
5408 "homepage": "https://paragonie.com",
5409 "role": "Maintainer"
5410 },
5411 {
5412 "name": "Steve 'Sc00bz' Thomas",
5413 "email": "steve@tobtu.com",
5414 "homepage": "https://www.tobtu.com",
5415 "role": "Original Developer"
5416 }
5417 ],
5418 "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
5419 "keywords": [
5420 "base16",
5421 "base32",
5422 "base32_decode",
5423 "base32_encode",
5424 "base64",
5425 "base64_decode",
5426 "base64_encode",
5427 "bin2hex",
5428 "encoding",
5429 "hex",
5430 "hex2bin",
5431 "rfc4648"
5432 ],
5433 "time": "2019-11-06T19:20:29+00:00"
5434 },
5435 {
5436 "name": "paragonie/random_compat",
5437 "version": "v2.0.18",
5438 "source": {
5439 "type": "git",
5440 "url": "https://github.com/paragonie/random_compat.git",
5441 "reference": "0a58ef6e3146256cc3dc7cc393927bcc7d1b72db"
5442 },
5443 "dist": {
5444 "type": "zip",
5445 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/0a58ef6e3146256cc3dc7cc393927bcc7d1b72db",
5446 "reference": "0a58ef6e3146256cc3dc7cc393927bcc7d1b72db",
5447 "shasum": ""
5448 },
5449 "require": {
5450 "php": ">=5.2.0"
5451 },
5452 "require-dev": {
5453 "phpunit/phpunit": "4.*|5.*"
5454 },
5455 "suggest": {
5456 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
5457 },
5458 "type": "library",
5459 "autoload": {
5460 "files": [
5461 "lib/random.php"
5462 ]
5463 },
5464 "notification-url": "https://packagist.org/downloads/",
5465 "license": [
5466 "MIT"
5467 ],
5468 "authors": [
5469 {
5470 "name": "Paragon Initiative Enterprises",
5471 "email": "security@paragonie.com",
5472 "homepage": "https://paragonie.com"
5473 }
5474 ],
5475 "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
5476 "keywords": [
5477 "csprng",
5478 "polyfill",
5479 "pseudorandom",
5480 "random"
5481 ],
5482 "time": "2019-01-03T20:59:08+00:00"
5483 },
5484 {
5485 "name": "php-amqplib/php-amqplib",
5486 "version": "v2.11.0",
5487 "source": {
5488 "type": "git",
5489 "url": "https://github.com/php-amqplib/php-amqplib.git",
5490 "reference": "9ee212baced63442ca1ab029acde38e1144a00b8"
5491 },
5492 "dist": {
5493 "type": "zip",
5494 "url": "https://api.github.com/repos/php-amqplib/php-amqplib/zipball/9ee212baced63442ca1ab029acde38e1144a00b8",
5495 "reference": "9ee212baced63442ca1ab029acde38e1144a00b8",
5496 "shasum": ""
5497 },
5498 "require": {
5499 "ext-mbstring": "*",
5500 "ext-sockets": "*",
5501 "php": ">=5.6.3",
5502 "phpseclib/phpseclib": "^2.0.0"
5503 },
5504 "replace": {
5505 "videlalvaro/php-amqplib": "self.version"
5506 },
5507 "require-dev": {
5508 "ext-curl": "*",
5509 "nategood/httpful": "^0.2.20",
5510 "phpunit/phpunit": "^5.7|^6.5|^7.0",
5511 "squizlabs/php_codesniffer": "^2.5"
5512 },
5513 "type": "library",
5514 "extra": {
5515 "branch-alias": {
5516 "dev-master": "2.11-dev"
5517 }
5518 },
5519 "autoload": {
5520 "psr-4": {
5521 "PhpAmqpLib\\": "PhpAmqpLib/"
5522 }
5523 },
5524 "notification-url": "https://packagist.org/downloads/",
5525 "license": [
5526 "LGPL-2.1-or-later"
5527 ],
5528 "authors": [
5529 {
5530 "name": "Alvaro Videla",
5531 "role": "Original Maintainer"
5532 },
5533 {
5534 "name": "John Kelly",
5535 "email": "johnmkelly86@gmail.com",
5536 "role": "Maintainer"
5537 },
5538 {
5539 "name": "Raúl Araya",
5540 "email": "nubeiro@gmail.com",
5541 "role": "Maintainer"
5542 },
5543 {
5544 "name": "Luke Bakken",
5545 "email": "luke@bakken.io",
5546 "role": "Maintainer"
5547 }
5548 ],
5549 "description": "Formerly videlalvaro/php-amqplib. This library is a pure PHP implementation of the AMQP protocol. It's been tested against RabbitMQ.",
5550 "homepage": "https://github.com/php-amqplib/php-amqplib/",
5551 "keywords": [
5552 "message",
5553 "queue",
5554 "rabbitmq"
5555 ],
5556 "time": "2019-11-19T15:15:19+00:00"
5557 },
5558 {
5559 "name": "php-amqplib/rabbitmq-bundle",
5560 "version": "v1.14.4",
5561 "source": {
5562 "type": "git",
5563 "url": "https://github.com/php-amqplib/RabbitMqBundle.git",
5564 "reference": "cf67adaa4e306d8e9cb6855a72d79263b425ded8"
5565 },
5566 "dist": {
5567 "type": "zip",
5568 "url": "https://api.github.com/repos/php-amqplib/RabbitMqBundle/zipball/cf67adaa4e306d8e9cb6855a72d79263b425ded8",
5569 "reference": "cf67adaa4e306d8e9cb6855a72d79263b425ded8",
5570 "shasum": ""
5571 },
5572 "require": {
5573 "php": "^5.3.9|^7.0",
5574 "php-amqplib/php-amqplib": "^2.6",
5575 "psr/log": "^1.0",
5576 "symfony/config": "^2.7|^3.0|^4.0",
5577 "symfony/console": "^2.7|^3.0|^4.0",
5578 "symfony/dependency-injection": "^2.7|^3.0|^4.0",
5579 "symfony/event-dispatcher": "^2.7|^3.0|^4.0",
5580 "symfony/yaml": "^2.7|^3.0|^4.0"
5581 },
5582 "replace": {
5583 "oldsound/rabbitmq-bundle": "self.version"
5584 },
5585 "require-dev": {
5586 "phpunit/phpunit": "^4.8.35|^5.4.3",
5587 "symfony/debug": "^2.7|^3.0|^4.0",
5588 "symfony/serializer": "^2.7|^3.0|^4.0"
5589 },
5590 "suggest": {
5591 "symfony/framework-bundle": "To use this lib as a full Symfony Bundle and to use the profiler data collector"
5592 },
5593 "type": "symfony-bundle",
5594 "extra": {
5595 "branch-alias": {
5596 "dev-master": "1.10.x-dev"
5597 }
5598 },
5599 "autoload": {
5600 "psr-4": {
5601 "OldSound\\RabbitMqBundle\\": ""
5602 },
5603 "exclude-from-classmap": [
5604 "/Tests/"
5605 ]
5606 },
5607 "notification-url": "https://packagist.org/downloads/",
5608 "license": [
5609 "MIT"
5610 ],
5611 "authors": [
5612 {
5613 "name": "Alvaro Videla"
5614 }
5615 ],
5616 "description": "Integrates php-amqplib with Symfony & RabbitMq. Formerly oldsound/rabbitmq-bundle.",
5617 "keywords": [
5618 "AMQP",
5619 "Symfony2",
5620 "message",
5621 "queue",
5622 "rabbitmq",
5623 "symfony",
5624 "symfony3",
5625 "symfony4"
5626 ],
5627 "time": "2018-05-02T13:12:32+00:00"
5628 },
5629 {
5630 "name": "php-http/client-common",
5631 "version": "2.1.0",
5632 "source": {
5633 "type": "git",
5634 "url": "https://github.com/php-http/client-common.git",
5635 "reference": "a8b29678d61556f45d6236b1667db16d998ceec5"
5636 },
5637 "dist": {
5638 "type": "zip",
5639 "url": "https://api.github.com/repos/php-http/client-common/zipball/a8b29678d61556f45d6236b1667db16d998ceec5",
5640 "reference": "a8b29678d61556f45d6236b1667db16d998ceec5",
5641 "shasum": ""
5642 },
5643 "require": {
5644 "php": "^7.1",
5645 "php-http/httplug": "^2.0",
5646 "php-http/message": "^1.6",
5647 "php-http/message-factory": "^1.0",
5648 "symfony/options-resolver": " ^3.4.20 || ~4.0.15 || ~4.1.9 || ^4.2.1 || ^5.0"
5649 },
5650 "require-dev": {
5651 "doctrine/instantiator": "^1.1",
5652 "guzzlehttp/psr7": "^1.4",
5653 "phpspec/phpspec": "^5.1",
5654 "phpspec/prophecy": "^1.8",
5655 "sebastian/comparator": "^3.0"
5656 },
5657 "suggest": {
5658 "ext-json": "To detect JSON responses with the ContentTypePlugin",
5659 "ext-libxml": "To detect XML responses with the ContentTypePlugin",
5660 "php-http/cache-plugin": "PSR-6 Cache plugin",
5661 "php-http/logger-plugin": "PSR-3 Logger plugin",
5662 "php-http/stopwatch-plugin": "Symfony Stopwatch plugin"
5663 },
5664 "type": "library",
5665 "extra": {
5666 "branch-alias": {
5667 "dev-master": "2.0.x-dev"
5668 }
5669 },
5670 "autoload": {
5671 "psr-4": {
5672 "Http\\Client\\Common\\": "src/"
5673 }
5674 },
5675 "notification-url": "https://packagist.org/downloads/",
5676 "license": [
5677 "MIT"
5678 ],
5679 "authors": [
5680 {
5681 "name": "Márk Sági-Kazár",
5682 "email": "mark.sagikazar@gmail.com"
5683 }
5684 ],
5685 "description": "Common HTTP Client implementations and tools for HTTPlug",
5686 "homepage": "http://httplug.io",
5687 "keywords": [
5688 "client",
5689 "common",
5690 "http",
5691 "httplug"
5692 ],
5693 "time": "2019-11-18T08:58:18+00:00"
5694 },
5695 {
5696 "name": "php-http/curl-client",
5697 "version": "2.1.0",
5698 "source": {
5699 "type": "git",
5700 "url": "https://github.com/php-http/curl-client.git",
5701 "reference": "9e79355af46d72e10da50be20b66f74b26143441"
5702 },
5703 "dist": {
5704 "type": "zip",
5705 "url": "https://api.github.com/repos/php-http/curl-client/zipball/9e79355af46d72e10da50be20b66f74b26143441",
5706 "reference": "9e79355af46d72e10da50be20b66f74b26143441",
5707 "shasum": ""
5708 },
5709 "require": {
5710 "ext-curl": "*",
5711 "php": "^7.1",
5712 "php-http/discovery": "^1.6",
5713 "php-http/httplug": "^2.0",
5714 "php-http/message": "^1.2",
5715 "psr/http-client": "^1.0",
5716 "psr/http-factory": "^1.0",
5717 "symfony/options-resolver": "^3.4 || ^4.0 || ^5.0"
5718 },
5719 "provide": {
5720 "php-http/async-client-implementation": "1.0",
5721 "php-http/client-implementation": "1.0",
5722 "psr/http-client-implementation": "1.0"
5723 },
5724 "require-dev": {
5725 "guzzlehttp/psr7": "^1.0",
5726 "php-http/client-integration-tests": "^2.0",
5727 "phpunit/phpunit": "^7.5",
5728 "zendframework/zend-diactoros": "^2.0"
5729 },
5730 "type": "library",
5731 "extra": {
5732 "branch-alias": {
5733 "dev-master": "2.x-dev"
5734 }
5735 },
5736 "autoload": {
5737 "psr-4": {
5738 "Http\\Client\\Curl\\": "src/"
5739 }
5740 },
5741 "notification-url": "https://packagist.org/downloads/",
5742 "license": [
5743 "MIT"
5744 ],
5745 "authors": [
5746 {
5747 "name": "Михаил Красильников",
5748 "email": "m.krasilnikov@yandex.ru"
5749 }
5750 ],
5751 "description": "PSR-18 and HTTPlug Async client with cURL",
5752 "homepage": "http://php-http.org",
5753 "keywords": [
5754 "curl",
5755 "http",
5756 "psr-18"
5757 ],
5758 "time": "2019-12-27T11:02:07+00:00"
5759 },
5760 {
5761 "name": "php-http/discovery",
5762 "version": "1.7.4",
5763 "source": {
5764 "type": "git",
5765 "url": "https://github.com/php-http/discovery.git",
5766 "reference": "82dbef649ccffd8e4f22e1953c3a5265992b83c0"
5767 },
5768 "dist": {
5769 "type": "zip",
5770 "url": "https://api.github.com/repos/php-http/discovery/zipball/82dbef649ccffd8e4f22e1953c3a5265992b83c0",
5771 "reference": "82dbef649ccffd8e4f22e1953c3a5265992b83c0",
5772 "shasum": ""
5773 },
5774 "require": {
5775 "php": "^7.1"
5776 },
5777 "conflict": {
5778 "nyholm/psr7": "<1.0"
5779 },
5780 "require-dev": {
5781 "akeneo/phpspec-skip-example-extension": "^4.0",
5782 "php-http/httplug": "^1.0 || ^2.0",
5783 "php-http/message-factory": "^1.0",
5784 "phpspec/phpspec": "^5.1",
5785 "puli/composer-plugin": "1.0.0-beta10"
5786 },
5787 "suggest": {
5788 "php-http/message": "Allow to use Guzzle, Diactoros or Slim Framework factories",
5789 "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."
5790 },
5791 "type": "library",
5792 "extra": {
5793 "branch-alias": {
5794 "dev-master": "1.7-dev"
5795 }
5796 },
5797 "autoload": {
5798 "psr-4": {
5799 "Http\\Discovery\\": "src/"
5800 }
5801 },
5802 "notification-url": "https://packagist.org/downloads/",
5803 "license": [
5804 "MIT"
5805 ],
5806 "authors": [
5807 {
5808 "name": "Márk Sági-Kazár",
5809 "email": "mark.sagikazar@gmail.com"
5810 }
5811 ],
5812 "description": "Finds installed HTTPlug implementations and PSR-7 message factories",
5813 "homepage": "http://php-http.org",
5814 "keywords": [
5815 "adapter",
5816 "client",
5817 "discovery",
5818 "factory",
5819 "http",
5820 "message",
5821 "psr7"
5822 ],
5823 "time": "2020-01-03T11:25:47+00:00"
5824 },
5825 {
5826 "name": "php-http/guzzle5-adapter",
5827 "version": "2.0.0",
5828 "source": {
5829 "type": "git",
5830 "url": "https://github.com/php-http/guzzle5-adapter.git",
5831 "reference": "cce48360b1f8a3467bd94e853e6107aa4532008e"
5832 },
5833 "dist": {
5834 "type": "zip",
5835 "url": "https://api.github.com/repos/php-http/guzzle5-adapter/zipball/cce48360b1f8a3467bd94e853e6107aa4532008e",
5836 "reference": "cce48360b1f8a3467bd94e853e6107aa4532008e",
5837 "shasum": ""
5838 },
5839 "require": {
5840 "guzzlehttp/guzzle": "^5.1",
5841 "php": "^7.0",
5842 "php-http/discovery": "^1.0",
5843 "php-http/httplug": "^2.0"
5844 },
5845 "provide": {
5846 "php-http/client-implementation": "1.0",
5847 "psr/http-client-implementation": "1.0"
5848 },
5849 "require-dev": {
5850 "ext-curl": "*",
5851 "guzzlehttp/ringphp": "^1.1",
5852 "php-http/client-integration-tests": "^2.0",
5853 "phpunit/phpunit": "^6.0 || ^7.0"
5854 },
5855 "type": "library",
5856 "extra": {
5857 "branch-alias": {
5858 "dev-master": "2.0-dev"
5859 }
5860 },
5861 "autoload": {
5862 "psr-4": {
5863 "Http\\Adapter\\Guzzle5\\": "src/"
5864 }
5865 },
5866 "notification-url": "https://packagist.org/downloads/",
5867 "license": [
5868 "MIT"
5869 ],
5870 "authors": [
5871 {
5872 "name": "Eric GELOEN",
5873 "email": "geloen.eric@gmail.com"
5874 },
5875 {
5876 "name": "Márk Sági-Kazár",
5877 "email": "mark.sagikazar@gmail.com"
5878 }
5879 ],
5880 "description": "Guzzle 5 HTTP Adapter",
5881 "homepage": "http://httplug.io",
5882 "keywords": [
5883 "Guzzle",
5884 "http"
5885 ],
5886 "time": "2019-02-05T12:28:45+00:00"
5887 },
5888 {
5889 "name": "php-http/httplug",
5890 "version": "2.1.0",
5891 "source": {
5892 "type": "git",
5893 "url": "https://github.com/php-http/httplug.git",
5894 "reference": "72d2b129a48f0490d55b7f89be0d6aa0597ffb06"
5895 },
5896 "dist": {
5897 "type": "zip",
5898 "url": "https://api.github.com/repos/php-http/httplug/zipball/72d2b129a48f0490d55b7f89be0d6aa0597ffb06",
5899 "reference": "72d2b129a48f0490d55b7f89be0d6aa0597ffb06",
5900 "shasum": ""
5901 },
5902 "require": {
5903 "php": "^7.0",
5904 "php-http/promise": "^1.0",
5905 "psr/http-client": "^1.0",
5906 "psr/http-message": "^1.0"
5907 },
5908 "require-dev": {
5909 "friends-of-phpspec/phpspec-code-coverage": "^4.1",
5910 "phpspec/phpspec": "^4.3.4|^5.0|^6.0"
5911 },
5912 "type": "library",
5913 "extra": {
5914 "branch-alias": {
5915 "dev-master": "2.x-dev"
5916 }
5917 },
5918 "autoload": {
5919 "psr-4": {
5920 "Http\\Client\\": "src/"
5921 }
5922 },
5923 "notification-url": "https://packagist.org/downloads/",
5924 "license": [
5925 "MIT"
5926 ],
5927 "authors": [
5928 {
5929 "name": "Eric GELOEN",
5930 "email": "geloen.eric@gmail.com"
5931 },
5932 {
5933 "name": "Márk Sági-Kazár",
5934 "email": "mark.sagikazar@gmail.com"
5935 }
5936 ],
5937 "description": "HTTPlug, the HTTP client abstraction for PHP",
5938 "homepage": "http://httplug.io",
5939 "keywords": [
5940 "client",
5941 "http"
5942 ],
5943 "time": "2019-12-27T10:07:11+00:00"
5944 },
5945 {
5946 "name": "php-http/httplug-bundle",
5947 "version": "1.16.0",
5948 "source": {
5949 "type": "git",
5950 "url": "https://github.com/php-http/HttplugBundle.git",
5951 "reference": "5044b655fcd3a43243383cd692a6bb6cd18af24f"
5952 },
5953 "dist": {
5954 "type": "zip",
5955 "url": "https://api.github.com/repos/php-http/HttplugBundle/zipball/5044b655fcd3a43243383cd692a6bb6cd18af24f",
5956 "reference": "5044b655fcd3a43243383cd692a6bb6cd18af24f",
5957 "shasum": ""
5958 },
5959 "require": {
5960 "php": "^7.1",
5961 "php-http/client-common": "^1.9 || ^2.0",
5962 "php-http/client-implementation": "^1.0",
5963 "php-http/discovery": "^1.0",
5964 "php-http/httplug": "^1.0 || ^2.0",
5965 "php-http/logger-plugin": "^1.1",
5966 "php-http/message": "^1.4",
5967 "php-http/message-factory": "^1.0.2",
5968 "php-http/stopwatch-plugin": "^1.2",
5969 "psr/http-message": "^1.0",
5970 "symfony/config": "^3.4.20 || ^4.2.1",
5971 "symfony/dependency-injection": "^3.4.20 || ^4.2.1",
5972 "symfony/event-dispatcher": "^3.4.20 || ^4.2.1",
5973 "symfony/http-kernel": "^3.4.20 || ^4.2.1",
5974 "symfony/options-resolver": "^3.4.20 || ^4.2.1"
5975 },
5976 "conflict": {
5977 "php-http/curl-client": "<2.0",
5978 "php-http/guzzle6-adapter": "<1.1"
5979 },
5980 "require-dev": {
5981 "guzzlehttp/psr7": "^1.0",
5982 "matthiasnoback/symfony-dependency-injection-test": "^3.0",
5983 "nyholm/nsa": "^1.1",
5984 "php-http/cache-plugin": "^1.6",
5985 "php-http/guzzle6-adapter": "^1.1.1 || ^2.0.1",
5986 "php-http/mock-client": "^1.2",
5987 "php-http/promise": "^1.0",
5988 "polishsymfonycommunity/symfony-mocker-container": "^1.0",
5989 "symfony/browser-kit": "^3.4.20 || ^4.2.1",
5990 "symfony/cache": "^3.4.20 || ^4.2.1",
5991 "symfony/dom-crawler": "^3.4.20 || ^4.2.1",
5992 "symfony/framework-bundle": "^3.4.0 || ^4.2",
5993 "symfony/http-foundation": "^3.4.20 || ^4.2.1",
5994 "symfony/phpunit-bridge": "^3.4 || ^4.2",
5995 "symfony/stopwatch": "^3.4.20 || ^4.2.1",
5996 "symfony/twig-bundle": "^3.4.20 || ^4.2.1",
5997 "symfony/web-profiler-bundle": "^3.4.20 || ^4.2.1",
5998 "twig/twig": "^1.36 || ^2.6"
5999 },
6000 "suggest": {
6001 "php-http/cache-plugin": "To configure clients that cache responses",
6002 "php-http/mock-client": "Add this to your require-dev section to mock HTTP responses easily",
6003 "twig/twig": "Add this to your require-dev section when using the WebProfilerBundle"
6004 },
6005 "type": "symfony-bundle",
6006 "extra": {
6007 "branch-alias": {
6008 "dev-master": "1.x-dev"
6009 }
6010 },
6011 "autoload": {
6012 "psr-4": {
6013 "Http\\HttplugBundle\\": "src/"
6014 },
6015 "exclude-from-classmap": [
6016 "/Tests/Resources/MyPsr18TestClient.php"
6017 ]
6018 },
6019 "notification-url": "https://packagist.org/downloads/",
6020 "license": [
6021 "MIT"
6022 ],
6023 "authors": [
6024 {
6025 "name": "David Buchmann",
6026 "email": "mail@davidbu.ch"
6027 },
6028 {
6029 "name": "Tobias Nyholm",
6030 "email": "tobias.nyholm@gmail.com"
6031 }
6032 ],
6033 "description": "Symfony integration for HTTPlug",
6034 "homepage": "http://httplug.io",
6035 "keywords": [
6036 "adapter",
6037 "bundle",
6038 "discovery",
6039 "factory",
6040 "http",
6041 "httplug",
6042 "message",
6043 "php-http"
6044 ],
6045 "time": "2019-06-05T12:03:16+00:00"
6046 },
6047 {
6048 "name": "php-http/logger-plugin",
6049 "version": "1.1.0",
6050 "source": {
6051 "type": "git",
6052 "url": "https://github.com/php-http/logger-plugin.git",
6053 "reference": "c1c6e90717ce350319b7b8bc489f1db35bb523fd"
6054 },
6055 "dist": {
6056 "type": "zip",
6057 "url": "https://api.github.com/repos/php-http/logger-plugin/zipball/c1c6e90717ce350319b7b8bc489f1db35bb523fd",
6058 "reference": "c1c6e90717ce350319b7b8bc489f1db35bb523fd",
6059 "shasum": ""
6060 },
6061 "require": {
6062 "php": "^5.4 || ^7.0",
6063 "php-http/client-common": "^1.9 || ^2.0",
6064 "php-http/message": "^1.0",
6065 "psr/log": "^1.0"
6066 },
6067 "require-dev": {
6068 "henrikbjorn/phpspec-code-coverage": "^1.0",
6069 "phpspec/phpspec": "^2.5"
6070 },
6071 "type": "library",
6072 "extra": {
6073 "branch-alias": {
6074 "dev-master": "1.1-dev"
6075 }
6076 },
6077 "autoload": {
6078 "psr-4": {
6079 "Http\\Client\\Common\\Plugin\\": "src/"
6080 }
6081 },
6082 "notification-url": "https://packagist.org/downloads/",
6083 "license": [
6084 "MIT"
6085 ],
6086 "authors": [
6087 {
6088 "name": "Márk Sági-Kazár",
6089 "email": "mark.sagikazar@gmail.com"
6090 }
6091 ],
6092 "description": "PSR-3 Logger plugin for HTTPlug",
6093 "homepage": "http://httplug.io",
6094 "keywords": [
6095 "http",
6096 "httplug",
6097 "logger",
6098 "plugin"
6099 ],
6100 "time": "2019-01-30T11:48:21+00:00"
6101 },
6102 {
6103 "name": "php-http/message",
6104 "version": "1.8.0",
6105 "source": {
6106 "type": "git",
6107 "url": "https://github.com/php-http/message.git",
6108 "reference": "ce8f43ac1e294b54aabf5808515c3554a19c1e1c"
6109 },
6110 "dist": {
6111 "type": "zip",
6112 "url": "https://api.github.com/repos/php-http/message/zipball/ce8f43ac1e294b54aabf5808515c3554a19c1e1c",
6113 "reference": "ce8f43ac1e294b54aabf5808515c3554a19c1e1c",
6114 "shasum": ""
6115 },
6116 "require": {
6117 "clue/stream-filter": "^1.4",
6118 "php": "^7.1",
6119 "php-http/message-factory": "^1.0.2",
6120 "psr/http-message": "^1.0"
6121 },
6122 "provide": {
6123 "php-http/message-factory-implementation": "1.0"
6124 },
6125 "require-dev": {
6126 "akeneo/phpspec-skip-example-extension": "^1.0",
6127 "coduo/phpspec-data-provider-extension": "^1.0",
6128 "ext-zlib": "*",
6129 "guzzlehttp/psr7": "^1.0",
6130 "henrikbjorn/phpspec-code-coverage": "^1.0",
6131 "phpspec/phpspec": "^2.4",
6132 "slim/slim": "^3.0",
6133 "zendframework/zend-diactoros": "^1.0"
6134 },
6135 "suggest": {
6136 "ext-zlib": "Used with compressor/decompressor streams",
6137 "guzzlehttp/psr7": "Used with Guzzle PSR-7 Factories",
6138 "slim/slim": "Used with Slim Framework PSR-7 implementation",
6139 "zendframework/zend-diactoros": "Used with Diactoros Factories"
6140 },
6141 "type": "library",
6142 "extra": {
6143 "branch-alias": {
6144 "dev-master": "1.8-dev"
6145 }
6146 },
6147 "autoload": {
6148 "psr-4": {
6149 "Http\\Message\\": "src/"
6150 },
6151 "files": [
6152 "src/filters.php"
6153 ]
6154 },
6155 "notification-url": "https://packagist.org/downloads/",
6156 "license": [
6157 "MIT"
6158 ],
6159 "authors": [
6160 {
6161 "name": "Márk Sági-Kazár",
6162 "email": "mark.sagikazar@gmail.com"
6163 }
6164 ],
6165 "description": "HTTP Message related tools",
6166 "homepage": "http://php-http.org",
6167 "keywords": [
6168 "http",
6169 "message",
6170 "psr-7"
6171 ],
6172 "time": "2019-08-05T06:55:08+00:00"
6173 },
6174 {
6175 "name": "php-http/message-factory",
6176 "version": "v1.0.2",
6177 "source": {
6178 "type": "git",
6179 "url": "https://github.com/php-http/message-factory.git",
6180 "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1"
6181 },
6182 "dist": {
6183 "type": "zip",
6184 "url": "https://api.github.com/repos/php-http/message-factory/zipball/a478cb11f66a6ac48d8954216cfed9aa06a501a1",
6185 "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1",
6186 "shasum": ""
6187 },
6188 "require": {
6189 "php": ">=5.4",
6190 "psr/http-message": "^1.0"
6191 },
6192 "type": "library",
6193 "extra": {
6194 "branch-alias": {
6195 "dev-master": "1.0-dev"
6196 }
6197 },
6198 "autoload": {
6199 "psr-4": {
6200 "Http\\Message\\": "src/"
6201 }
6202 },
6203 "notification-url": "https://packagist.org/downloads/",
6204 "license": [
6205 "MIT"
6206 ],
6207 "authors": [
6208 {
6209 "name": "Márk Sági-Kazár",
6210 "email": "mark.sagikazar@gmail.com"
6211 }
6212 ],
6213 "description": "Factory interfaces for PSR-7 HTTP Message",
6214 "homepage": "http://php-http.org",
6215 "keywords": [
6216 "factory",
6217 "http",
6218 "message",
6219 "stream",
6220 "uri"
6221 ],
6222 "time": "2015-12-19T14:08:53+00:00"
6223 },
6224 {
6225 "name": "php-http/promise",
6226 "version": "v1.0.0",
6227 "source": {
6228 "type": "git",
6229 "url": "https://github.com/php-http/promise.git",
6230 "reference": "dc494cdc9d7160b9a09bd5573272195242ce7980"
6231 },
6232 "dist": {
6233 "type": "zip",
6234 "url": "https://api.github.com/repos/php-http/promise/zipball/dc494cdc9d7160b9a09bd5573272195242ce7980",
6235 "reference": "dc494cdc9d7160b9a09bd5573272195242ce7980",
6236 "shasum": ""
6237 },
6238 "require-dev": {
6239 "henrikbjorn/phpspec-code-coverage": "^1.0",
6240 "phpspec/phpspec": "^2.4"
6241 },
6242 "type": "library",
6243 "extra": {
6244 "branch-alias": {
6245 "dev-master": "1.1-dev"
6246 }
6247 },
6248 "autoload": {
6249 "psr-4": {
6250 "Http\\Promise\\": "src/"
6251 }
6252 },
6253 "notification-url": "https://packagist.org/downloads/",
6254 "license": [
6255 "MIT"
6256 ],
6257 "authors": [
6258 {
6259 "name": "Márk Sági-Kazár",
6260 "email": "mark.sagikazar@gmail.com"
6261 },
6262 {
6263 "name": "Joel Wurtz",
6264 "email": "joel.wurtz@gmail.com"
6265 }
6266 ],
6267 "description": "Promise used for asynchronous HTTP requests",
6268 "homepage": "http://httplug.io",
6269 "keywords": [
6270 "promise"
6271 ],
6272 "time": "2016-01-26T13:27:02+00:00"
6273 },
6274 {
6275 "name": "php-http/stopwatch-plugin",
6276 "version": "1.3.0",
6277 "source": {
6278 "type": "git",
6279 "url": "https://github.com/php-http/stopwatch-plugin.git",
6280 "reference": "de6f39c96f57c60a43d535e27122de505e683f98"
6281 },
6282 "dist": {
6283 "type": "zip",
6284 "url": "https://api.github.com/repos/php-http/stopwatch-plugin/zipball/de6f39c96f57c60a43d535e27122de505e683f98",
6285 "reference": "de6f39c96f57c60a43d535e27122de505e683f98",
6286 "shasum": ""
6287 },
6288 "require": {
6289 "php": "^7.1",
6290 "php-http/client-common": "^1.9 || ^2.0",
6291 "symfony/stopwatch": "^3.4 || ^4.0 || ^5.0"
6292 },
6293 "require-dev": {
6294 "phpspec/phpspec": "^2.5 || ^3.0 || ^4.0"
6295 },
6296 "type": "library",
6297 "extra": {
6298 "branch-alias": {
6299 "dev-master": "1.3-dev"
6300 }
6301 },
6302 "autoload": {
6303 "psr-4": {
6304 "Http\\Client\\Common\\Plugin\\": "src/"
6305 }
6306 },
6307 "notification-url": "https://packagist.org/downloads/",
6308 "license": [
6309 "MIT"
6310 ],
6311 "authors": [
6312 {
6313 "name": "Márk Sági-Kazár",
6314 "email": "mark.sagikazar@gmail.com"
6315 }
6316 ],
6317 "description": "Symfony Stopwatch plugin for HTTPlug",
6318 "homepage": "http://httplug.io",
6319 "keywords": [
6320 "http",
6321 "httplug",
6322 "plugin",
6323 "stopwatch"
6324 ],
6325 "time": "2019-11-18T08:10:48+00:00"
6326 },
6327 {
6328 "name": "phpcollection/phpcollection",
6329 "version": "0.5.0",
6330 "source": {
6331 "type": "git",
6332 "url": "https://github.com/schmittjoh/php-collection.git",
6333 "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6"
6334 },
6335 "dist": {
6336 "type": "zip",
6337 "url": "https://api.github.com/repos/schmittjoh/php-collection/zipball/f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6",
6338 "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6",
6339 "shasum": ""
6340 },
6341 "require": {
6342 "phpoption/phpoption": "1.*"
6343 },
6344 "type": "library",
6345 "extra": {
6346 "branch-alias": {
6347 "dev-master": "0.4-dev"
6348 }
6349 },
6350 "autoload": {
6351 "psr-0": {
6352 "PhpCollection": "src/"
6353 }
6354 },
6355 "notification-url": "https://packagist.org/downloads/",
6356 "license": [
6357 "Apache2"
6358 ],
6359 "authors": [
6360 {
6361 "name": "Johannes M. Schmitt",
6362 "email": "schmittjoh@gmail.com"
6363 }
6364 ],
6365 "description": "General-Purpose Collection Library for PHP",
6366 "keywords": [
6367 "collection",
6368 "list",
6369 "map",
6370 "sequence",
6371 "set"
6372 ],
6373 "time": "2015-05-17T12:39:23+00:00"
6374 },
6375 {
6376 "name": "phpoption/phpoption",
6377 "version": "1.7.2",
6378 "source": {
6379 "type": "git",
6380 "url": "https://github.com/schmittjoh/php-option.git",
6381 "reference": "77f7c4d2e65413aff5b5a8cc8b3caf7a28d81959"
6382 },
6383 "dist": {
6384 "type": "zip",
6385 "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/77f7c4d2e65413aff5b5a8cc8b3caf7a28d81959",
6386 "reference": "77f7c4d2e65413aff5b5a8cc8b3caf7a28d81959",
6387 "shasum": ""
6388 },
6389 "require": {
6390 "php": "^5.5.9 || ^7.0"
6391 },
6392 "require-dev": {
6393 "bamarni/composer-bin-plugin": "^1.3",
6394 "phpunit/phpunit": "^4.8.35 || ^5.0 || ^6.0 || ^7.0"
6395 },
6396 "type": "library",
6397 "extra": {
6398 "branch-alias": {
6399 "dev-master": "1.7-dev"
6400 }
6401 },
6402 "autoload": {
6403 "psr-4": {
6404 "PhpOption\\": "src/PhpOption/"
6405 }
6406 },
6407 "notification-url": "https://packagist.org/downloads/",
6408 "license": [
6409 "Apache-2.0"
6410 ],
6411 "authors": [
6412 {
6413 "name": "Johannes M. Schmitt",
6414 "email": "schmittjoh@gmail.com"
6415 },
6416 {
6417 "name": "Graham Campbell",
6418 "email": "graham@alt-three.com"
6419 }
6420 ],
6421 "description": "Option Type for PHP",
6422 "keywords": [
6423 "language",
6424 "option",
6425 "php",
6426 "type"
6427 ],
6428 "time": "2019-12-15T19:35:24+00:00"
6429 },
6430 {
6431 "name": "phpseclib/phpseclib",
6432 "version": "2.0.23",
6433 "source": {
6434 "type": "git",
6435 "url": "https://github.com/phpseclib/phpseclib.git",
6436 "reference": "c78eb5058d5bb1a183133c36d4ba5b6675dfa099"
6437 },
6438 "dist": {
6439 "type": "zip",
6440 "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/c78eb5058d5bb1a183133c36d4ba5b6675dfa099",
6441 "reference": "c78eb5058d5bb1a183133c36d4ba5b6675dfa099",
6442 "shasum": ""
6443 },
6444 "require": {
6445 "php": ">=5.3.3"
6446 },
6447 "require-dev": {
6448 "phing/phing": "~2.7",
6449 "phpunit/phpunit": "^4.8.35|^5.7|^6.0",
6450 "sami/sami": "~2.0",
6451 "squizlabs/php_codesniffer": "~2.0"
6452 },
6453 "suggest": {
6454 "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
6455 "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
6456 "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
6457 "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
6458 },
6459 "type": "library",
6460 "autoload": {
6461 "files": [
6462 "phpseclib/bootstrap.php"
6463 ],
6464 "psr-4": {
6465 "phpseclib\\": "phpseclib/"
6466 }
6467 },
6468 "notification-url": "https://packagist.org/downloads/",
6469 "license": [
6470 "MIT"
6471 ],
6472 "authors": [
6473 {
6474 "name": "Jim Wigginton",
6475 "email": "terrafrost@php.net",
6476 "role": "Lead Developer"
6477 },
6478 {
6479 "name": "Patrick Monnerat",
6480 "email": "pm@datasphere.ch",
6481 "role": "Developer"
6482 },
6483 {
6484 "name": "Andreas Fischer",
6485 "email": "bantu@phpbb.com",
6486 "role": "Developer"
6487 },
6488 {
6489 "name": "Hans-Jürgen Petrich",
6490 "email": "petrich@tronic-media.com",
6491 "role": "Developer"
6492 },
6493 {
6494 "name": "Graham Campbell",
6495 "email": "graham@alt-three.com",
6496 "role": "Developer"
6497 }
6498 ],
6499 "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
6500 "homepage": "http://phpseclib.sourceforge.net",
6501 "keywords": [
6502 "BigInteger",
6503 "aes",
6504 "asn.1",
6505 "asn1",
6506 "blowfish",
6507 "crypto",
6508 "cryptography",
6509 "encryption",
6510 "rsa",
6511 "security",
6512 "sftp",
6513 "signature",
6514 "signing",
6515 "ssh",
6516 "twofish",
6517 "x.509",
6518 "x509"
6519 ],
6520 "time": "2019-09-17T03:41:22+00:00"
6521 },
6522 {
6523 "name": "phpzip/phpzip",
6524 "version": "2.0.8",
6525 "source": {
6526 "type": "git",
6527 "url": "https://github.com/Grandt/PHPZip.git",
6528 "reference": "936f93d656f68e29c231a39e19fd59a636fe7e47"
6529 },
6530 "dist": {
6531 "type": "zip",
6532 "url": "https://api.github.com/repos/Grandt/PHPZip/zipball/936f93d656f68e29c231a39e19fd59a636fe7e47",
6533 "reference": "936f93d656f68e29c231a39e19fd59a636fe7e47",
6534 "shasum": ""
6535 },
6536 "require": {
6537 "grandt/binstring": ">=1.0.0",
6538 "grandt/phpzipmerge": ">=1.0.4",
6539 "grandt/relativepath": ">=1.0.2",
6540 "php": ">=5.3.0"
6541 },
6542 "type": "library",
6543 "autoload": {
6544 "psr-4": {
6545 "PHPZip\\Zip\\": "src/Zip"
6546 }
6547 },
6548 "notification-url": "https://packagist.org/downloads/",
6549 "license": [
6550 "LGPL-2.1"
6551 ],
6552 "authors": [
6553 {
6554 "name": "Adam Schmalhofer",
6555 "email": "Adam.Schmalhofer@gmx.de",
6556 "role": "Developer"
6557 },
6558 {
6559 "name": "A. Grandt",
6560 "email": "php@grandt.com",
6561 "homepage": "http://grandt.com",
6562 "role": "Developer"
6563 },
6564 {
6565 "name": "Greg Kappatos",
6566 "homepage": "http://websiteconnect.com.au",
6567 "role": "Developer"
6568 }
6569 ],
6570 "description": "Package to create and stream archives of compressed files in ZIP format with PHP 5.3+",
6571 "homepage": "https://github.com/Grandt/PHPZip",
6572 "keywords": [
6573 "archive",
6574 "compressed",
6575 "compression",
6576 "phpzip",
6577 "pkzip",
6578 "stream",
6579 "zip"
6580 ],
6581 "time": "2015-11-16T16:30:51+00:00"
6582 },
6583 {
6584 "name": "pragmarx/random",
6585 "version": "v0.2.2",
6586 "source": {
6587 "type": "git",
6588 "url": "https://github.com/antonioribeiro/random.git",
6589 "reference": "daf08a189c5d2d40d1a827db46364d3a741a51b7"
6590 },
6591 "dist": {
6592 "type": "zip",
6593 "url": "https://api.github.com/repos/antonioribeiro/random/zipball/daf08a189c5d2d40d1a827db46364d3a741a51b7",
6594 "reference": "daf08a189c5d2d40d1a827db46364d3a741a51b7",
6595 "shasum": ""
6596 },
6597 "require": {
6598 "php": ">=7.0"
6599 },
6600 "require-dev": {
6601 "fzaninotto/faker": "~1.7",
6602 "phpunit/phpunit": "~6.4",
6603 "pragmarx/trivia": "~0.1",
6604 "squizlabs/php_codesniffer": "^2.3"
6605 },
6606 "suggest": {
6607 "fzaninotto/faker": "Allows you to get dozens of randomized types",
6608 "pragmarx/trivia": "For the trivia database"
6609 },
6610 "type": "library",
6611 "extra": {
6612 "branch-alias": {
6613 "dev-master": "1.0-dev"
6614 }
6615 },
6616 "autoload": {
6617 "psr-4": {
6618 "PragmaRX\\Random\\": "src"
6619 }
6620 },
6621 "notification-url": "https://packagist.org/downloads/",
6622 "license": [
6623 "MIT"
6624 ],
6625 "authors": [
6626 {
6627 "name": "Antonio Carlos Ribeiro",
6628 "email": "acr@antoniocarlosribeiro.com",
6629 "homepage": "https://antoniocarlosribeiro.com",
6630 "role": "Developer"
6631 }
6632 ],
6633 "description": "Create random chars, numbers, strings",
6634 "homepage": "https://github.com/antonioribeiro/random",
6635 "keywords": [
6636 "Randomize",
6637 "faker",
6638 "pragmarx",
6639 "random",
6640 "random number",
6641 "random pattern",
6642 "random string"
6643 ],
6644 "time": "2017-11-21T05:26:22+00:00"
6645 },
6646 {
6647 "name": "pragmarx/recovery",
6648 "version": "v0.1.0",
6649 "source": {
6650 "type": "git",
6651 "url": "https://github.com/antonioribeiro/recovery.git",
6652 "reference": "e16573a1ae5345cc3b100eec6d0296a1a15a90fe"
6653 },
6654 "dist": {
6655 "type": "zip",
6656 "url": "https://api.github.com/repos/antonioribeiro/recovery/zipball/e16573a1ae5345cc3b100eec6d0296a1a15a90fe",
6657 "reference": "e16573a1ae5345cc3b100eec6d0296a1a15a90fe",
6658 "shasum": ""
6659 },
6660 "require": {
6661 "php": "~7.0",
6662 "pragmarx/random": "~0.1"
6663 },
6664 "require-dev": {
6665 "phpunit/phpunit": ">=5.4.3",
6666 "squizlabs/php_codesniffer": "^2.3",
6667 "tightenco/collect": "^5"
6668 },
6669 "suggest": {
6670 "tightenco/collect": "Allows to generate recovery codes as collections"
6671 },
6672 "type": "library",
6673 "extra": {
6674 "branch-alias": {
6675 "dev-master": "1.0-dev"
6676 }
6677 },
6678 "autoload": {
6679 "psr-4": {
6680 "PragmaRX\\Recovery\\": "src"
6681 }
6682 },
6683 "notification-url": "https://packagist.org/downloads/",
6684 "license": [
6685 "MIT"
6686 ],
6687 "authors": [
6688 {
6689 "name": "Antonio Carlos Ribeiro",
6690 "email": "acr@antoniocarlosribeiro.com",
6691 "homepage": "https://antoniocarlosribeiro.com",
6692 "role": "Developer"
6693 }
6694 ],
6695 "description": "Create recovery codes for two factor auth",
6696 "homepage": "https://github.com/antonioribeiro/recovery",
6697 "keywords": [
6698 "2fa",
6699 "account recovery",
6700 "auth",
6701 "backup codes",
6702 "google2fa",
6703 "pragmarx",
6704 "recovery",
6705 "recovery codes",
6706 "two factor auth"
6707 ],
6708 "time": "2017-09-19T16:58:00+00:00"
6709 },
6710 {
6711 "name": "predis/predis",
6712 "version": "v1.1.x-dev",
6713 "source": {
6714 "type": "git",
6715 "url": "https://github.com/nrk/predis.git",
6716 "reference": "111d100ee389d624036b46b35ed0c9ac59c71313"
6717 },
6718 "dist": {
6719 "type": "zip",
6720 "url": "https://api.github.com/repos/nrk/predis/zipball/111d100ee389d624036b46b35ed0c9ac59c71313",
6721 "reference": "111d100ee389d624036b46b35ed0c9ac59c71313",
6722 "shasum": ""
6723 },
6724 "require": {
6725 "php": ">=5.3.9"
6726 },
6727 "require-dev": {
6728 "phpunit/phpunit": "~4.8"
6729 },
6730 "suggest": {
6731 "ext-curl": "Allows access to Webdis when paired with phpiredis",
6732 "ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol"
6733 },
6734 "type": "library",
6735 "autoload": {
6736 "psr-4": {
6737 "Predis\\": "src/"
6738 }
6739 },
6740 "notification-url": "https://packagist.org/downloads/",
6741 "license": [
6742 "MIT"
6743 ],
6744 "authors": [
6745 {
6746 "name": "Daniele Alessandri",
6747 "email": "suppakilla@gmail.com",
6748 "homepage": "http://clorophilla.net"
6749 }
6750 ],
6751 "description": "Flexible and feature-complete Redis client for PHP and HHVM",
6752 "homepage": "http://github.com/nrk/predis",
6753 "keywords": [
6754 "nosql",
6755 "predis",
6756 "redis"
6757 ],
6758 "time": "2017-07-12T14:39:17+00:00"
6759 },
6760 {
6761 "name": "psr/cache",
6762 "version": "1.0.1",
6763 "source": {
6764 "type": "git",
6765 "url": "https://github.com/php-fig/cache.git",
6766 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
6767 },
6768 "dist": {
6769 "type": "zip",
6770 "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
6771 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
6772 "shasum": ""
6773 },
6774 "require": {
6775 "php": ">=5.3.0"
6776 },
6777 "type": "library",
6778 "extra": {
6779 "branch-alias": {
6780 "dev-master": "1.0.x-dev"
6781 }
6782 },
6783 "autoload": {
6784 "psr-4": {
6785 "Psr\\Cache\\": "src/"
6786 }
6787 },
6788 "notification-url": "https://packagist.org/downloads/",
6789 "license": [
6790 "MIT"
6791 ],
6792 "authors": [
6793 {
6794 "name": "PHP-FIG",
6795 "homepage": "http://www.php-fig.org/"
6796 }
6797 ],
6798 "description": "Common interface for caching libraries",
6799 "keywords": [
6800 "cache",
6801 "psr",
6802 "psr-6"
6803 ],
6804 "time": "2016-08-06T20:24:11+00:00"
6805 },
6806 {
6807 "name": "psr/container",
6808 "version": "1.0.0",
6809 "source": {
6810 "type": "git",
6811 "url": "https://github.com/php-fig/container.git",
6812 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
6813 },
6814 "dist": {
6815 "type": "zip",
6816 "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
6817 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
6818 "shasum": ""
6819 },
6820 "require": {
6821 "php": ">=5.3.0"
6822 },
6823 "type": "library",
6824 "extra": {
6825 "branch-alias": {
6826 "dev-master": "1.0.x-dev"
6827 }
6828 },
6829 "autoload": {
6830 "psr-4": {
6831 "Psr\\Container\\": "src/"
6832 }
6833 },
6834 "notification-url": "https://packagist.org/downloads/",
6835 "license": [
6836 "MIT"
6837 ],
6838 "authors": [
6839 {
6840 "name": "PHP-FIG",
6841 "homepage": "http://www.php-fig.org/"
6842 }
6843 ],
6844 "description": "Common Container Interface (PHP FIG PSR-11)",
6845 "homepage": "https://github.com/php-fig/container",
6846 "keywords": [
6847 "PSR-11",
6848 "container",
6849 "container-interface",
6850 "container-interop",
6851 "psr"
6852 ],
6853 "time": "2017-02-14T16:28:37+00:00"
6854 },
6855 {
6856 "name": "psr/http-client",
6857 "version": "1.0.0",
6858 "source": {
6859 "type": "git",
6860 "url": "https://github.com/php-fig/http-client.git",
6861 "reference": "496a823ef742b632934724bf769560c2a5c7c44e"
6862 },
6863 "dist": {
6864 "type": "zip",
6865 "url": "https://api.github.com/repos/php-fig/http-client/zipball/496a823ef742b632934724bf769560c2a5c7c44e",
6866 "reference": "496a823ef742b632934724bf769560c2a5c7c44e",
6867 "shasum": ""
6868 },
6869 "require": {
6870 "php": "^7.0",
6871 "psr/http-message": "^1.0"
6872 },
6873 "type": "library",
6874 "extra": {
6875 "branch-alias": {
6876 "dev-master": "1.0.x-dev"
6877 }
6878 },
6879 "autoload": {
6880 "psr-4": {
6881 "Psr\\Http\\Client\\": "src/"
6882 }
6883 },
6884 "notification-url": "https://packagist.org/downloads/",
6885 "license": [
6886 "MIT"
6887 ],
6888 "authors": [
6889 {
6890 "name": "PHP-FIG",
6891 "homepage": "http://www.php-fig.org/"
6892 }
6893 ],
6894 "description": "Common interface for HTTP clients",
6895 "homepage": "https://github.com/php-fig/http-client",
6896 "keywords": [
6897 "http",
6898 "http-client",
6899 "psr",
6900 "psr-18"
6901 ],
6902 "time": "2018-10-30T23:29:13+00:00"
6903 },
6904 {
6905 "name": "psr/http-factory",
6906 "version": "1.0.1",
6907 "source": {
6908 "type": "git",
6909 "url": "https://github.com/php-fig/http-factory.git",
6910 "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
6911 },
6912 "dist": {
6913 "type": "zip",
6914 "url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
6915 "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
6916 "shasum": ""
6917 },
6918 "require": {
6919 "php": ">=7.0.0",
6920 "psr/http-message": "^1.0"
6921 },
6922 "type": "library",
6923 "extra": {
6924 "branch-alias": {
6925 "dev-master": "1.0.x-dev"
6926 }
6927 },
6928 "autoload": {
6929 "psr-4": {
6930 "Psr\\Http\\Message\\": "src/"
6931 }
6932 },
6933 "notification-url": "https://packagist.org/downloads/",
6934 "license": [
6935 "MIT"
6936 ],
6937 "authors": [
6938 {
6939 "name": "PHP-FIG",
6940 "homepage": "http://www.php-fig.org/"
6941 }
6942 ],
6943 "description": "Common interfaces for PSR-7 HTTP message factories",
6944 "keywords": [
6945 "factory",
6946 "http",
6947 "message",
6948 "psr",
6949 "psr-17",
6950 "psr-7",
6951 "request",
6952 "response"
6953 ],
6954 "time": "2019-04-30T12:38:16+00:00"
6955 },
6956 {
6957 "name": "psr/http-message",
6958 "version": "1.0.1",
6959 "source": {
6960 "type": "git",
6961 "url": "https://github.com/php-fig/http-message.git",
6962 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
6963 },
6964 "dist": {
6965 "type": "zip",
6966 "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
6967 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
6968 "shasum": ""
6969 },
6970 "require": {
6971 "php": ">=5.3.0"
6972 },
6973 "type": "library",
6974 "extra": {
6975 "branch-alias": {
6976 "dev-master": "1.0.x-dev"
6977 }
6978 },
6979 "autoload": {
6980 "psr-4": {
6981 "Psr\\Http\\Message\\": "src/"
6982 }
6983 },
6984 "notification-url": "https://packagist.org/downloads/",
6985 "license": [
6986 "MIT"
6987 ],
6988 "authors": [
6989 {
6990 "name": "PHP-FIG",
6991 "homepage": "http://www.php-fig.org/"
6992 }
6993 ],
6994 "description": "Common interface for HTTP messages",
6995 "homepage": "https://github.com/php-fig/http-message",
6996 "keywords": [
6997 "http",
6998 "http-message",
6999 "psr",
7000 "psr-7",
7001 "request",
7002 "response"
7003 ],
7004 "time": "2016-08-06T14:39:51+00:00"
7005 },
7006 {
7007 "name": "psr/link",
7008 "version": "1.0.0",
7009 "source": {
7010 "type": "git",
7011 "url": "https://github.com/php-fig/link.git",
7012 "reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562"
7013 },
7014 "dist": {
7015 "type": "zip",
7016 "url": "https://api.github.com/repos/php-fig/link/zipball/eea8e8662d5cd3ae4517c9b864493f59fca95562",
7017 "reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562",
7018 "shasum": ""
7019 },
7020 "require": {
7021 "php": ">=5.3.0"
7022 },
7023 "type": "library",
7024 "extra": {
7025 "branch-alias": {
7026 "dev-master": "1.0.x-dev"
7027 }
7028 },
7029 "autoload": {
7030 "psr-4": {
7031 "Psr\\Link\\": "src/"
7032 }
7033 },
7034 "notification-url": "https://packagist.org/downloads/",
7035 "license": [
7036 "MIT"
7037 ],
7038 "authors": [
7039 {
7040 "name": "PHP-FIG",
7041 "homepage": "http://www.php-fig.org/"
7042 }
7043 ],
7044 "description": "Common interfaces for HTTP links",
7045 "keywords": [
7046 "http",
7047 "http-link",
7048 "link",
7049 "psr",
7050 "psr-13",
7051 "rest"
7052 ],
7053 "time": "2016-10-28T16:06:13+00:00"
7054 },
7055 {
7056 "name": "psr/log",
7057 "version": "1.1.2",
7058 "source": {
7059 "type": "git",
7060 "url": "https://github.com/php-fig/log.git",
7061 "reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801"
7062 },
7063 "dist": {
7064 "type": "zip",
7065 "url": "https://api.github.com/repos/php-fig/log/zipball/446d54b4cb6bf489fc9d75f55843658e6f25d801",
7066 "reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801",
7067 "shasum": ""
7068 },
7069 "require": {
7070 "php": ">=5.3.0"
7071 },
7072 "type": "library",
7073 "extra": {
7074 "branch-alias": {
7075 "dev-master": "1.1.x-dev"
7076 }
7077 },
7078 "autoload": {
7079 "psr-4": {
7080 "Psr\\Log\\": "Psr/Log/"
7081 }
7082 },
7083 "notification-url": "https://packagist.org/downloads/",
7084 "license": [
7085 "MIT"
7086 ],
7087 "authors": [
7088 {
7089 "name": "PHP-FIG",
7090 "homepage": "http://www.php-fig.org/"
7091 }
7092 ],
7093 "description": "Common interface for logging libraries",
7094 "homepage": "https://github.com/php-fig/log",
7095 "keywords": [
7096 "log",
7097 "psr",
7098 "psr-3"
7099 ],
7100 "time": "2019-11-01T11:05:21+00:00"
7101 },
7102 {
7103 "name": "psr/simple-cache",
7104 "version": "1.0.1",
7105 "source": {
7106 "type": "git",
7107 "url": "https://github.com/php-fig/simple-cache.git",
7108 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
7109 },
7110 "dist": {
7111 "type": "zip",
7112 "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
7113 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
7114 "shasum": ""
7115 },
7116 "require": {
7117 "php": ">=5.3.0"
7118 },
7119 "type": "library",
7120 "extra": {
7121 "branch-alias": {
7122 "dev-master": "1.0.x-dev"
7123 }
7124 },
7125 "autoload": {
7126 "psr-4": {
7127 "Psr\\SimpleCache\\": "src/"
7128 }
7129 },
7130 "notification-url": "https://packagist.org/downloads/",
7131 "license": [
7132 "MIT"
7133 ],
7134 "authors": [
7135 {
7136 "name": "PHP-FIG",
7137 "homepage": "http://www.php-fig.org/"
7138 }
7139 ],
7140 "description": "Common interfaces for simple caching",
7141 "keywords": [
7142 "cache",
7143 "caching",
7144 "psr",
7145 "psr-16",
7146 "simple-cache"
7147 ],
7148 "time": "2017-10-23T01:57:42+00:00"
7149 },
7150 {
7151 "name": "ralouphie/getallheaders",
7152 "version": "3.0.3",
7153 "source": {
7154 "type": "git",
7155 "url": "https://github.com/ralouphie/getallheaders.git",
7156 "reference": "120b605dfeb996808c31b6477290a714d356e822"
7157 },
7158 "dist": {
7159 "type": "zip",
7160 "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
7161 "reference": "120b605dfeb996808c31b6477290a714d356e822",
7162 "shasum": ""
7163 },
7164 "require": {
7165 "php": ">=5.6"
7166 },
7167 "require-dev": {
7168 "php-coveralls/php-coveralls": "^2.1",
7169 "phpunit/phpunit": "^5 || ^6.5"
7170 },
7171 "type": "library",
7172 "autoload": {
7173 "files": [
7174 "src/getallheaders.php"
7175 ]
7176 },
7177 "notification-url": "https://packagist.org/downloads/",
7178 "license": [
7179 "MIT"
7180 ],
7181 "authors": [
7182 {
7183 "name": "Ralph Khattar",
7184 "email": "ralph.khattar@gmail.com"
7185 }
7186 ],
7187 "description": "A polyfill for getallheaders.",
7188 "time": "2019-03-08T08:55:37+00:00"
7189 },
7190 {
7191 "name": "ramsey/uuid",
7192 "version": "3.9.2",
7193 "source": {
7194 "type": "git",
7195 "url": "https://github.com/ramsey/uuid.git",
7196 "reference": "7779489a47d443f845271badbdcedfe4df8e06fb"
7197 },
7198 "dist": {
7199 "type": "zip",
7200 "url": "https://api.github.com/repos/ramsey/uuid/zipball/7779489a47d443f845271badbdcedfe4df8e06fb",
7201 "reference": "7779489a47d443f845271badbdcedfe4df8e06fb",
7202 "shasum": ""
7203 },
7204 "require": {
7205 "ext-json": "*",
7206 "paragonie/random_compat": "^1 | ^2 | 9.99.99",
7207 "php": "^5.4 | ^7 | ^8",
7208 "symfony/polyfill-ctype": "^1.8"
7209 },
7210 "replace": {
7211 "rhumsaa/uuid": "self.version"
7212 },
7213 "require-dev": {
7214 "codeception/aspect-mock": "^1 | ^2",
7215 "doctrine/annotations": "^1.2",
7216 "goaop/framework": "1.0.0-alpha.2 | ^1 | ^2.1",
7217 "jakub-onderka/php-parallel-lint": "^1",
7218 "mockery/mockery": "^0.9.11 | ^1",
7219 "moontoast/math": "^1.1",
7220 "paragonie/random-lib": "^2",
7221 "php-mock/php-mock-phpunit": "^0.3 | ^1.1",
7222 "phpunit/phpunit": "^4.8 | ^5.4 | ^6.5",
7223 "squizlabs/php_codesniffer": "^3.5"
7224 },
7225 "suggest": {
7226 "ext-ctype": "Provides support for PHP Ctype functions",
7227 "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator",
7228 "ext-openssl": "Provides the OpenSSL extension for use with the OpenSslGenerator",
7229 "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator",
7230 "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).",
7231 "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
7232 "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid",
7233 "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
7234 },
7235 "type": "library",
7236 "extra": {
7237 "branch-alias": {
7238 "dev-master": "3.x-dev"
7239 }
7240 },
7241 "autoload": {
7242 "psr-4": {
7243 "Ramsey\\Uuid\\": "src/"
7244 },
7245 "files": [
7246 "src/functions.php"
7247 ]
7248 },
7249 "notification-url": "https://packagist.org/downloads/",
7250 "license": [
7251 "MIT"
7252 ],
7253 "authors": [
7254 {
7255 "name": "Ben Ramsey",
7256 "email": "ben@benramsey.com",
7257 "homepage": "https://benramsey.com"
7258 },
7259 {
7260 "name": "Marijn Huizendveld",
7261 "email": "marijn.huizendveld@gmail.com"
7262 },
7263 {
7264 "name": "Thibaud Fabre",
7265 "email": "thibaud@aztech.io"
7266 }
7267 ],
7268 "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
7269 "homepage": "https://github.com/ramsey/uuid",
7270 "keywords": [
7271 "guid",
7272 "identifier",
7273 "uuid"
7274 ],
7275 "time": "2019-12-17T08:18:51+00:00"
7276 },
7277 {
7278 "name": "react/promise",
7279 "version": "v2.7.1",
7280 "source": {
7281 "type": "git",
7282 "url": "https://github.com/reactphp/promise.git",
7283 "reference": "31ffa96f8d2ed0341a57848cbb84d88b89dd664d"
7284 },
7285 "dist": {
7286 "type": "zip",
7287 "url": "https://api.github.com/repos/reactphp/promise/zipball/31ffa96f8d2ed0341a57848cbb84d88b89dd664d",
7288 "reference": "31ffa96f8d2ed0341a57848cbb84d88b89dd664d",
7289 "shasum": ""
7290 },
7291 "require": {
7292 "php": ">=5.4.0"
7293 },
7294 "require-dev": {
7295 "phpunit/phpunit": "~4.8"
7296 },
7297 "type": "library",
7298 "autoload": {
7299 "psr-4": {
7300 "React\\Promise\\": "src/"
7301 },
7302 "files": [
7303 "src/functions_include.php"
7304 ]
7305 },
7306 "notification-url": "https://packagist.org/downloads/",
7307 "license": [
7308 "MIT"
7309 ],
7310 "authors": [
7311 {
7312 "name": "Jan Sorgalla",
7313 "email": "jsorgalla@gmail.com"
7314 }
7315 ],
7316 "description": "A lightweight implementation of CommonJS Promises/A for PHP",
7317 "keywords": [
7318 "promise",
7319 "promises"
7320 ],
7321 "time": "2019-01-07T21:25:54+00:00"
7322 },
7323 {
7324 "name": "scheb/two-factor-bundle",
7325 "version": "v4.12.0",
7326 "source": {
7327 "type": "git",
7328 "url": "https://github.com/scheb/two-factor-bundle.git",
7329 "reference": "d45bac6a6e4932ac43c2a478a85bf9ab5cb9efb4"
7330 },
7331 "dist": {
7332 "type": "zip",
7333 "url": "https://api.github.com/repos/scheb/two-factor-bundle/zipball/d45bac6a6e4932ac43c2a478a85bf9ab5cb9efb4",
7334 "reference": "d45bac6a6e4932ac43c2a478a85bf9ab5cb9efb4",
7335 "shasum": ""
7336 },
7337 "require": {
7338 "lcobucci/jwt": "^3.2",
7339 "paragonie/constant_time_encoding": "^2.2",
7340 "php": "^7.1.3",
7341 "spomky-labs/otphp": "^9.1|^10.0",
7342 "symfony/config": "^3.4|^4.0|^5.0",
7343 "symfony/dependency-injection": "^3.4|^4.0|^5.0",
7344 "symfony/event-dispatcher": "^3.4|^4.0|^5.0",
7345 "symfony/framework-bundle": "^3.4|^4.0|^5.0",
7346 "symfony/http-foundation": "^3.4|^4.0|^5.0",
7347 "symfony/http-kernel": "^3.4|^4.0|^5.0",
7348 "symfony/property-access": "^3.4|^4.0|^5.0",
7349 "symfony/security-bundle": "^3.4|^4.0|^5.0",
7350 "symfony/twig-bundle": "^3.4|^4.0|^5.0"
7351 },
7352 "require-dev": {
7353 "doctrine/lexer": "^1.0.1",
7354 "doctrine/orm": "^2.6",
7355 "escapestudios/symfony2-coding-standard": "^3.9",
7356 "phpunit/phpunit": "^7.0|^8.0",
7357 "squizlabs/php_codesniffer": "^3.5",
7358 "swiftmailer/swiftmailer": "^6.0",
7359 "symfony/yaml": "^3.4|^4.0|^5.0"
7360 },
7361 "type": "symfony-bundle",
7362 "autoload": {
7363 "psr-4": {
7364 "Scheb\\TwoFactorBundle\\": ""
7365 },
7366 "exclude-from-classmap": [
7367 "/Tests/"
7368 ]
7369 },
7370 "notification-url": "https://packagist.org/downloads/",
7371 "license": [
7372 "MIT"
7373 ],
7374 "authors": [
7375 {
7376 "name": "Christian Scheb",
7377 "email": "me@christianscheb.de"
7378 }
7379 ],
7380 "description": "Provides two-factor authentication for Symfony applications",
7381 "homepage": "https://github.com/scheb/two-factor-bundle",
7382 "keywords": [
7383 "Authentication",
7384 "security",
7385 "symfony",
7386 "two-factor",
7387 "two-step"
7388 ],
7389 "time": "2020-01-12T14:01:09+00:00"
7390 },
7391 {
7392 "name": "sensio/distribution-bundle",
7393 "version": "v5.0.25",
7394 "source": {
7395 "type": "git",
7396 "url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
7397 "reference": "80a38234bde8321fb92aa0b8c27978a272bb4baf"
7398 },
7399 "dist": {
7400 "type": "zip",
7401 "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/80a38234bde8321fb92aa0b8c27978a272bb4baf",
7402 "reference": "80a38234bde8321fb92aa0b8c27978a272bb4baf",
7403 "shasum": ""
7404 },
7405 "require": {
7406 "php": ">=5.3.9",
7407 "sensiolabs/security-checker": "~5.0|~6.0",
7408 "symfony/class-loader": "~2.3|~3.0",
7409 "symfony/config": "~2.3|~3.0",
7410 "symfony/dependency-injection": "~2.3|~3.0",
7411 "symfony/filesystem": "~2.3|~3.0",
7412 "symfony/http-kernel": "~2.3|~3.0",
7413 "symfony/process": "~2.3|~3.0"
7414 },
7415 "type": "symfony-bundle",
7416 "extra": {
7417 "branch-alias": {
7418 "dev-master": "5.0.x-dev"
7419 }
7420 },
7421 "autoload": {
7422 "psr-4": {
7423 "Sensio\\Bundle\\DistributionBundle\\": ""
7424 }
7425 },
7426 "notification-url": "https://packagist.org/downloads/",
7427 "license": [
7428 "MIT"
7429 ],
7430 "authors": [
7431 {
7432 "name": "Fabien Potencier",
7433 "email": "fabien@symfony.com"
7434 }
7435 ],
7436 "description": "Base bundle for Symfony Distributions",
7437 "keywords": [
7438 "configuration",
7439 "distribution"
7440 ],
7441 "time": "2019-06-18T15:43:58+00:00"
7442 },
7443 {
7444 "name": "sensio/framework-extra-bundle",
7445 "version": "v5.4.1",
7446 "source": {
7447 "type": "git",
7448 "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
7449 "reference": "585f4b3a1c54f24d1a8431c729fc8f5acca20c8a"
7450 },
7451 "dist": {
7452 "type": "zip",
7453 "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/585f4b3a1c54f24d1a8431c729fc8f5acca20c8a",
7454 "reference": "585f4b3a1c54f24d1a8431c729fc8f5acca20c8a",
7455 "shasum": ""
7456 },
7457 "require": {
7458 "doctrine/annotations": "^1.0",
7459 "doctrine/persistence": "^1.0",
7460 "php": ">=7.1.3",
7461 "symfony/config": "^3.4|^4.3",
7462 "symfony/dependency-injection": "^3.4|^4.3",
7463 "symfony/framework-bundle": "^3.4|^4.3",
7464 "symfony/http-kernel": "^3.4|^4.3"
7465 },
7466 "require-dev": {
7467 "doctrine/doctrine-bundle": "^1.6",
7468 "doctrine/orm": "^2.5",
7469 "nyholm/psr7": "^1.1",
7470 "symfony/browser-kit": "^3.4|^4.3",
7471 "symfony/dom-crawler": "^3.4|^4.3",
7472 "symfony/expression-language": "^3.4|^4.3",
7473 "symfony/finder": "^3.4|^4.3",
7474 "symfony/monolog-bridge": "^3.0|^4.0",
7475 "symfony/monolog-bundle": "^3.2",
7476 "symfony/phpunit-bridge": "^3.4.19|^4.1.8",
7477 "symfony/psr-http-message-bridge": "^1.1",
7478 "symfony/security-bundle": "^3.4|^4.3",
7479 "symfony/twig-bundle": "^3.4|^4.3",
7480 "symfony/yaml": "^3.4|^4.3",
7481 "twig/twig": "~1.12|~2.0"
7482 },
7483 "suggest": {
7484 "symfony/expression-language": "",
7485 "symfony/psr-http-message-bridge": "To use the PSR-7 converters",
7486 "symfony/security-bundle": ""
7487 },
7488 "type": "symfony-bundle",
7489 "extra": {
7490 "branch-alias": {
7491 "dev-master": "5.4.x-dev"
7492 }
7493 },
7494 "autoload": {
7495 "psr-4": {
7496 "Sensio\\Bundle\\FrameworkExtraBundle\\": ""
7497 }
7498 },
7499 "notification-url": "https://packagist.org/downloads/",
7500 "license": [
7501 "MIT"
7502 ],
7503 "authors": [
7504 {
7505 "name": "Fabien Potencier",
7506 "email": "fabien@symfony.com"
7507 }
7508 ],
7509 "description": "This bundle provides a way to configure your controllers with annotations",
7510 "keywords": [
7511 "annotations",
7512 "controllers"
7513 ],
7514 "time": "2019-07-08T08:31:25+00:00"
7515 },
7516 {
7517 "name": "sensiolabs/security-checker",
7518 "version": "v6.0.3",
7519 "source": {
7520 "type": "git",
7521 "url": "https://github.com/sensiolabs/security-checker.git",
7522 "reference": "a576c01520d9761901f269c4934ba55448be4a54"
7523 },
7524 "dist": {
7525 "type": "zip",
7526 "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/a576c01520d9761901f269c4934ba55448be4a54",
7527 "reference": "a576c01520d9761901f269c4934ba55448be4a54",
7528 "shasum": ""
7529 },
7530 "require": {
7531 "php": ">=7.1.3",
7532 "symfony/console": "^2.8|^3.4|^4.2|^5.0",
7533 "symfony/http-client": "^4.3|^5.0",
7534 "symfony/mime": "^4.3|^5.0",
7535 "symfony/polyfill-ctype": "^1.11"
7536 },
7537 "bin": [
7538 "security-checker"
7539 ],
7540 "type": "library",
7541 "extra": {
7542 "branch-alias": {
7543 "dev-master": "6.0-dev"
7544 }
7545 },
7546 "autoload": {
7547 "psr-4": {
7548 "SensioLabs\\Security\\": "SensioLabs/Security"
7549 }
7550 },
7551 "notification-url": "https://packagist.org/downloads/",
7552 "license": [
7553 "MIT"
7554 ],
7555 "authors": [
7556 {
7557 "name": "Fabien Potencier",
7558 "email": "fabien.potencier@gmail.com"
7559 }
7560 ],
7561 "description": "A security checker for your composer.lock",
7562 "time": "2019-11-01T13:20:14+00:00"
7563 },
7564 {
7565 "name": "sentry/sdk",
7566 "version": "2.0.4",
7567 "source": {
7568 "type": "git",
7569 "url": "https://github.com/getsentry/sentry-php-sdk.git",
7570 "reference": "4c115873c86ad5bd0ac6d962db70ca53bf8fb874"
7571 },
7572 "dist": {
7573 "type": "zip",
7574 "url": "https://api.github.com/repos/getsentry/sentry-php-sdk/zipball/4c115873c86ad5bd0ac6d962db70ca53bf8fb874",
7575 "reference": "4c115873c86ad5bd0ac6d962db70ca53bf8fb874",
7576 "shasum": ""
7577 },
7578 "require": {
7579 "http-interop/http-factory-guzzle": "^1.0",
7580 "php-http/curl-client": "^1.0|^2.0",
7581 "sentry/sentry": "^2.1.3"
7582 },
7583 "type": "metapackage",
7584 "notification-url": "https://packagist.org/downloads/",
7585 "license": [
7586 "MIT"
7587 ],
7588 "authors": [
7589 {
7590 "name": "Sentry",
7591 "email": "accounts@sentry.io"
7592 }
7593 ],
7594 "description": "This is a metapackage shipping sentry/sentry with a recommended http client.",
7595 "time": "2019-09-09T19:54:44+00:00"
7596 },
7597 {
7598 "name": "sentry/sentry",
7599 "version": "2.2.6",
7600 "source": {
7601 "type": "git",
7602 "url": "https://github.com/getsentry/sentry-php.git",
7603 "reference": "c9b253229b95f8e5bbf6a3661a170a0be0f80563"
7604 },
7605 "dist": {
7606 "type": "zip",
7607 "url": "https://api.github.com/repos/getsentry/sentry-php/zipball/c9b253229b95f8e5bbf6a3661a170a0be0f80563",
7608 "reference": "c9b253229b95f8e5bbf6a3661a170a0be0f80563",
7609 "shasum": ""
7610 },
7611 "require": {
7612 "ext-json": "*",
7613 "ext-mbstring": "*",
7614 "guzzlehttp/promises": "^1.3",
7615 "jean85/pretty-package-versions": "^1.2",
7616 "php": "^7.1",
7617 "php-http/async-client-implementation": "^1.0",
7618 "php-http/client-common": "^1.5|^2.0",
7619 "php-http/discovery": "^1.6.1",
7620 "php-http/httplug": "^1.1|^2.0",
7621 "php-http/message": "^1.5",
7622 "psr/http-message-implementation": "^1.0",
7623 "ramsey/uuid": "^3.3",
7624 "symfony/options-resolver": "^2.7|^3.0|^4.0|^5.0",
7625 "zendframework/zend-diactoros": "^1.7.1|^2.0"
7626 },
7627 "conflict": {
7628 "php-http/client-common": "1.8.0",
7629 "raven/raven": "*"
7630 },
7631 "require-dev": {
7632 "friendsofphp/php-cs-fixer": "^2.13",
7633 "monolog/monolog": "^1.3|^2.0",
7634 "php-http/mock-client": "^1.0",
7635 "phpstan/extension-installer": "^1.0",
7636 "phpstan/phpstan": "^0.11",
7637 "phpstan/phpstan-phpunit": "^0.11",
7638 "phpunit/phpunit": "^7.5.18",
7639 "symfony/phpunit-bridge": "^4.3|^5.0",
7640 "vimeo/psalm": "^3.4"
7641 },
7642 "suggest": {
7643 "monolog/monolog": "Allow sending log messages to Sentry by using the included Monolog handler."
7644 },
7645 "type": "library",
7646 "extra": {
7647 "branch-alias": {
7648 "dev-develop": "2.2-dev"
7649 }
7650 },
7651 "autoload": {
7652 "files": [
7653 "src/functions.php"
7654 ],
7655 "psr-4": {
7656 "Sentry\\": "src/"
7657 }
7658 },
7659 "notification-url": "https://packagist.org/downloads/",
7660 "license": [
7661 "BSD-3-Clause"
7662 ],
7663 "authors": [
7664 {
7665 "name": "Sentry",
7666 "email": "accounts@sentry.io"
7667 }
7668 ],
7669 "description": "A PHP SDK for Sentry (http://sentry.io)",
7670 "homepage": "http://sentry.io",
7671 "keywords": [
7672 "crash-reporting",
7673 "crash-reports",
7674 "error-handler",
7675 "error-monitoring",
7676 "log",
7677 "logging",
7678 "sentry"
7679 ],
7680 "time": "2019-12-18T08:56:34+00:00"
7681 },
7682 {
7683 "name": "sentry/sentry-symfony",
7684 "version": "3.2.1",
7685 "source": {
7686 "type": "git",
7687 "url": "https://github.com/getsentry/sentry-symfony.git",
7688 "reference": "620b90dc35c12ef96c6460df74e30441e359ce6d"
7689 },
7690 "dist": {
7691 "type": "zip",
7692 "url": "https://api.github.com/repos/getsentry/sentry-symfony/zipball/620b90dc35c12ef96c6460df74e30441e359ce6d",
7693 "reference": "620b90dc35c12ef96c6460df74e30441e359ce6d",
7694 "shasum": ""
7695 },
7696 "require": {
7697 "jean85/pretty-package-versions": "^1.0",
7698 "php": "^7.1",
7699 "sentry/sdk": "^2.0",
7700 "symfony/config": "^2.8||^3.0||^4.0",
7701 "symfony/console": "^2.8||^3.0||^4.0",
7702 "symfony/dependency-injection": "^2.8||^3.0||^4.0",
7703 "symfony/event-dispatcher": "^2.8||^3.0||^4.0",
7704 "symfony/http-kernel": "^2.8||^3.0||^4.0",
7705 "symfony/security-core": "^2.8||^3.0||^4.0"
7706 },
7707 "require-dev": {
7708 "friendsofphp/php-cs-fixer": "^2.8",
7709 "jangregor/phpstan-prophecy": "^0.3.0",
7710 "monolog/monolog": "^1.11||^2.0",
7711 "php-http/mock-client": "^1.0",
7712 "phpstan/phpstan": "^0.11",
7713 "phpstan/phpstan-phpunit": "^0.11",
7714 "phpunit/phpunit": "^7.5",
7715 "scrutinizer/ocular": "^1.4",
7716 "symfony/expression-language": "^2.8||^3.0||^4.0"
7717 },
7718 "suggest": {
7719 "monolog/monolog": "Required to use the Monolog handler"
7720 },
7721 "type": "symfony-bundle",
7722 "extra": {
7723 "branch-alias": {
7724 "master": "3.x-dev",
7725 "releases/3.2.x": "3.2.x-dev",
7726 "releases/2.x": "2.x-dev",
7727 "releases/1.x": "1.x-dev"
7728 }
7729 },
7730 "autoload": {
7731 "psr-4": {
7732 "Sentry\\SentryBundle\\": "src/"
7733 }
7734 },
7735 "notification-url": "https://packagist.org/downloads/",
7736 "license": [
7737 "Apache-2.0"
7738 ],
7739 "authors": [
7740 {
7741 "name": "David Cramer",
7742 "email": "dcramer@gmail.com"
7743 },
7744 {
7745 "name": "Alessandro Lai",
7746 "email": "alessandro.lai85@gmail.com"
7747 }
7748 ],
7749 "description": "Symfony integration for Sentry (http://getsentry.com)",
7750 "homepage": "http://getsentry.com",
7751 "keywords": [
7752 "errors",
7753 "logging",
7754 "sentry",
7755 "symfony"
7756 ],
7757 "time": "2019-11-29T21:24:37+00:00"
7758 },
7759 {
7760 "name": "simplepie/simplepie",
7761 "version": "1.5.4",
7762 "source": {
7763 "type": "git",
7764 "url": "https://github.com/simplepie/simplepie.git",
7765 "reference": "f4c8246511a38fc9d99a59fb42f61eeeafb31663"
7766 },
7767 "dist": {
7768 "type": "zip",
7769 "url": "https://api.github.com/repos/simplepie/simplepie/zipball/f4c8246511a38fc9d99a59fb42f61eeeafb31663",
7770 "reference": "f4c8246511a38fc9d99a59fb42f61eeeafb31663",
7771 "shasum": ""
7772 },
7773 "require": {
7774 "ext-pcre": "*",
7775 "ext-xml": "*",
7776 "ext-xmlreader": "*",
7777 "php": ">=5.6.0"
7778 },
7779 "require-dev": {
7780 "phpunit/phpunit": "~5.4.3 || ~6.5"
7781 },
7782 "suggest": {
7783 "ext-curl": "",
7784 "ext-iconv": "",
7785 "ext-intl": "",
7786 "ext-mbstring": "",
7787 "mf2/mf2": "Microformat module that allows for parsing HTML for microformats"
7788 },
7789 "type": "library",
7790 "autoload": {
7791 "psr-0": {
7792 "SimplePie": "library"
7793 }
7794 },
7795 "notification-url": "https://packagist.org/downloads/",
7796 "license": [
7797 "BSD-3-Clause"
7798 ],
7799 "authors": [
7800 {
7801 "name": "Ryan Parman",
7802 "homepage": "http://ryanparman.com/",
7803 "role": "Creator, alumnus developer"
7804 },
7805 {
7806 "name": "Geoffrey Sneddon",
7807 "homepage": "http://gsnedders.com/",
7808 "role": "Alumnus developer"
7809 },
7810 {
7811 "name": "Ryan McCue",
7812 "email": "me@ryanmccue.info",
7813 "homepage": "http://ryanmccue.info/",
7814 "role": "Developer"
7815 }
7816 ],
7817 "description": "A simple Atom/RSS parsing library for PHP",
7818 "homepage": "http://simplepie.org/",
7819 "keywords": [
7820 "atom",
7821 "feeds",
7822 "rss"
7823 ],
7824 "time": "2019-11-23T07:05:15+00:00"
7825 },
7826 {
7827 "name": "smalot/pdfparser",
7828 "version": "v0.14.0",
7829 "source": {
7830 "type": "git",
7831 "url": "https://github.com/smalot/pdfparser.git",
7832 "reference": "ec72a99028ba5e21a0acad92047b85e128cbf81f"
7833 },
7834 "dist": {
7835 "type": "zip",
7836 "url": "https://api.github.com/repos/smalot/pdfparser/zipball/ec72a99028ba5e21a0acad92047b85e128cbf81f",
7837 "reference": "ec72a99028ba5e21a0acad92047b85e128cbf81f",
7838 "shasum": ""
7839 },
7840 "require": {
7841 "ext-mbstring": "*",
7842 "ext-zlib": "*",
7843 "php": ">=5.3.0",
7844 "tecnickcom/tcpdf": "~6.0"
7845 },
7846 "require-dev": {
7847 "atoum/atoum": "^2.8 | ^3.0"
7848 },
7849 "type": "library",
7850 "autoload": {
7851 "psr-0": {
7852 "Smalot\\PdfParser\\": "src/"
7853 }
7854 },
7855 "notification-url": "https://packagist.org/downloads/",
7856 "license": [
7857 "LGPL-3.0"
7858 ],
7859 "authors": [
7860 {
7861 "name": "Sebastien Malot",
7862 "email": "sebastien@malot.fr"
7863 }
7864 ],
7865 "description": "Pdf parser library. Can read and extract information from pdf file.",
7866 "homepage": "http://www.pdfparser.org",
7867 "keywords": [
7868 "extract",
7869 "parse",
7870 "parser",
7871 "pdf",
7872 "text"
7873 ],
7874 "time": "2019-01-23T09:14:37+00:00"
7875 },
7876 {
7877 "name": "spomky-labs/otphp",
7878 "version": "v9.1.4",
7879 "source": {
7880 "type": "git",
7881 "url": "https://github.com/Spomky-Labs/otphp.git",
7882 "reference": "48d463cf909320399fe08eab2e1cd18d899d5068"
7883 },
7884 "dist": {
7885 "type": "zip",
7886 "url": "https://api.github.com/repos/Spomky-Labs/otphp/zipball/48d463cf909320399fe08eab2e1cd18d899d5068",
7887 "reference": "48d463cf909320399fe08eab2e1cd18d899d5068",
7888 "shasum": ""
7889 },
7890 "require": {
7891 "beberlei/assert": "^2.4|^3.0",
7892 "paragonie/constant_time_encoding": "^2.0",
7893 "php": "^7.1"
7894 },
7895 "require-dev": {
7896 "phpunit/phpunit": "^6.0",
7897 "satooshi/php-coveralls": "^1.0"
7898 },
7899 "type": "library",
7900 "extra": {
7901 "branch-alias": {
7902 "dev-master": "9.0.x-dev"
7903 }
7904 },
7905 "autoload": {
7906 "psr-4": {
7907 "OTPHP\\": "src/"
7908 }
7909 },
7910 "notification-url": "https://packagist.org/downloads/",
7911 "license": [
7912 "MIT"
7913 ],
7914 "authors": [
7915 {
7916 "name": "Florent Morselli",
7917 "homepage": "https://github.com/Spomky"
7918 },
7919 {
7920 "name": "All contributors",
7921 "homepage": "https://github.com/Spomky-Labs/otphp/contributors"
7922 }
7923 ],
7924 "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",
7925 "homepage": "https://github.com/Spomky-Labs/otphp",
7926 "keywords": [
7927 "FreeOTP",
7928 "RFC 4226",
7929 "RFC 6238",
7930 "google authenticator",
7931 "hotp",
7932 "otp",
7933 "totp"
7934 ],
7935 "time": "2019-03-18T10:08:51+00:00"
7936 },
7937 {
7938 "name": "stof/doctrine-extensions-bundle",
7939 "version": "v1.3.0",
7940 "source": {
7941 "type": "git",
7942 "url": "https://github.com/stof/StofDoctrineExtensionsBundle.git",
7943 "reference": "46db71ec7ffee9122eca3cdddd4ef8d84bae269c"
7944 },
7945 "dist": {
7946 "type": "zip",
7947 "url": "https://api.github.com/repos/stof/StofDoctrineExtensionsBundle/zipball/46db71ec7ffee9122eca3cdddd4ef8d84bae269c",
7948 "reference": "46db71ec7ffee9122eca3cdddd4ef8d84bae269c",
7949 "shasum": ""
7950 },
7951 "require": {
7952 "gedmo/doctrine-extensions": "^2.3.4",
7953 "php": ">=5.3.2",
7954 "symfony/framework-bundle": "~2.7|~3.2|~4.0"
7955 },
7956 "require-dev": {
7957 "symfony/phpunit-bridge": "^4.0",
7958 "symfony/security-bundle": "^2.7 || ^3.2 || ^4.0"
7959 },
7960 "suggest": {
7961 "doctrine/doctrine-bundle": "to use the ORM extensions",
7962 "doctrine/mongodb-odm-bundle": "to use the MongoDB ODM extensions"
7963 },
7964 "type": "symfony-bundle",
7965 "extra": {
7966 "branch-alias": {
7967 "dev-master": "1.3.x-dev"
7968 }
7969 },
7970 "autoload": {
7971 "psr-4": {
7972 "Stof\\DoctrineExtensionsBundle\\": ""
7973 }
7974 },
7975 "notification-url": "https://packagist.org/downloads/",
7976 "license": [
7977 "MIT"
7978 ],
7979 "authors": [
7980 {
7981 "name": "Christophe Coevoet",
7982 "email": "stof@notk.org"
7983 }
7984 ],
7985 "description": "Integration of the gedmo/doctrine-extensions with Symfony2",
7986 "homepage": "https://github.com/stof/StofDoctrineExtensionsBundle",
7987 "keywords": [
7988 "behaviors",
7989 "doctrine2",
7990 "extensions",
7991 "gedmo",
7992 "loggable",
7993 "nestedset",
7994 "sluggable",
7995 "sortable",
7996 "timestampable",
7997 "translatable",
7998 "tree"
7999 ],
8000 "time": "2017-12-24T16:06:50+00:00"
8001 },
8002 {
8003 "name": "swiftmailer/swiftmailer",
8004 "version": "v6.2.3",
8005 "source": {
8006 "type": "git",
8007 "url": "https://github.com/swiftmailer/swiftmailer.git",
8008 "reference": "149cfdf118b169f7840bbe3ef0d4bc795d1780c9"
8009 },
8010 "dist": {
8011 "type": "zip",
8012 "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/149cfdf118b169f7840bbe3ef0d4bc795d1780c9",
8013 "reference": "149cfdf118b169f7840bbe3ef0d4bc795d1780c9",
8014 "shasum": ""
8015 },
8016 "require": {
8017 "egulias/email-validator": "~2.0",
8018 "php": ">=7.0.0",
8019 "symfony/polyfill-iconv": "^1.0",
8020 "symfony/polyfill-intl-idn": "^1.10",
8021 "symfony/polyfill-mbstring": "^1.0"
8022 },
8023 "require-dev": {
8024 "mockery/mockery": "~0.9.1",
8025 "symfony/phpunit-bridge": "^3.4.19|^4.1.8"
8026 },
8027 "suggest": {
8028 "ext-intl": "Needed to support internationalized email addresses",
8029 "true/punycode": "Needed to support internationalized email addresses, if ext-intl is not installed"
8030 },
8031 "type": "library",
8032 "extra": {
8033 "branch-alias": {
8034 "dev-master": "6.2-dev"
8035 }
8036 },
8037 "autoload": {
8038 "files": [
8039 "lib/swift_required.php"
8040 ]
8041 },
8042 "notification-url": "https://packagist.org/downloads/",
8043 "license": [
8044 "MIT"
8045 ],
8046 "authors": [
8047 {
8048 "name": "Chris Corbyn"
8049 },
8050 {
8051 "name": "Fabien Potencier",
8052 "email": "fabien@symfony.com"
8053 }
8054 ],
8055 "description": "Swiftmailer, free feature-rich PHP mailer",
8056 "homepage": "https://swiftmailer.symfony.com",
8057 "keywords": [
8058 "email",
8059 "mail",
8060 "mailer"
8061 ],
8062 "time": "2019-11-12T09:31:26+00:00"
8063 },
8064 {
8065 "name": "symfony/http-client",
8066 "version": "v4.4.2",
8067 "source": {
8068 "type": "git",
8069 "url": "https://github.com/symfony/http-client.git",
8070 "reference": "9ebfc77b5018a05226b38642def82746f3e2ce0f"
8071 },
8072 "dist": {
8073 "type": "zip",
8074 "url": "https://api.github.com/repos/symfony/http-client/zipball/9ebfc77b5018a05226b38642def82746f3e2ce0f",
8075 "reference": "9ebfc77b5018a05226b38642def82746f3e2ce0f",
8076 "shasum": ""
8077 },
8078 "require": {
8079 "php": "^7.1.3",
8080 "psr/log": "^1.0",
8081 "symfony/http-client-contracts": "^1.1.8|^2",
8082 "symfony/polyfill-php73": "^1.11",
8083 "symfony/service-contracts": "^1.0|^2"
8084 },
8085 "provide": {
8086 "php-http/async-client-implementation": "*",
8087 "php-http/client-implementation": "*",
8088 "psr/http-client-implementation": "1.0",
8089 "symfony/http-client-implementation": "1.1"
8090 },
8091 "require-dev": {
8092 "guzzlehttp/promises": "^1.3.1",
8093 "nyholm/psr7": "^1.0",
8094 "php-http/httplug": "^1.0|^2.0",
8095 "psr/http-client": "^1.0",
8096 "symfony/dependency-injection": "^4.3|^5.0",
8097 "symfony/http-kernel": "^4.4",
8098 "symfony/process": "^4.2|^5.0"
8099 },
8100 "type": "library",
8101 "extra": {
8102 "branch-alias": {
8103 "dev-master": "4.4-dev"
8104 }
8105 },
8106 "autoload": {
8107 "psr-4": {
8108 "Symfony\\Component\\HttpClient\\": ""
8109 },
8110 "exclude-from-classmap": [
8111 "/Tests/"
8112 ]
8113 },
8114 "notification-url": "https://packagist.org/downloads/",
8115 "license": [
8116 "MIT"
8117 ],
8118 "authors": [
8119 {
8120 "name": "Nicolas Grekas",
8121 "email": "p@tchwork.com"
8122 },
8123 {
8124 "name": "Symfony Community",
8125 "homepage": "https://symfony.com/contributors"
8126 }
8127 ],
8128 "description": "Symfony HttpClient component",
8129 "homepage": "https://symfony.com",
8130 "time": "2019-12-19T15:57:49+00:00"
8131 },
8132 {
8133 "name": "symfony/http-client-contracts",
8134 "version": "v1.1.8",
8135 "source": {
8136 "type": "git",
8137 "url": "https://github.com/symfony/http-client-contracts.git",
8138 "reference": "088bae75cfa2ec5eb6d33dce17dbd8613150ce6e"
8139 },
8140 "dist": {
8141 "type": "zip",
8142 "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/088bae75cfa2ec5eb6d33dce17dbd8613150ce6e",
8143 "reference": "088bae75cfa2ec5eb6d33dce17dbd8613150ce6e",
8144 "shasum": ""
8145 },
8146 "require": {
8147 "php": "^7.1.3"
8148 },
8149 "suggest": {
8150 "symfony/http-client-implementation": ""
8151 },
8152 "type": "library",
8153 "extra": {
8154 "branch-alias": {
8155 "dev-master": "1.1-dev"
8156 }
8157 },
8158 "autoload": {
8159 "psr-4": {
8160 "Symfony\\Contracts\\HttpClient\\": ""
8161 }
8162 },
8163 "notification-url": "https://packagist.org/downloads/",
8164 "license": [
8165 "MIT"
8166 ],
8167 "authors": [
8168 {
8169 "name": "Nicolas Grekas",
8170 "email": "p@tchwork.com"
8171 },
8172 {
8173 "name": "Symfony Community",
8174 "homepage": "https://symfony.com/contributors"
8175 }
8176 ],
8177 "description": "Generic abstractions related to HTTP clients",
8178 "homepage": "https://symfony.com",
8179 "keywords": [
8180 "abstractions",
8181 "contracts",
8182 "decoupling",
8183 "interfaces",
8184 "interoperability",
8185 "standards"
8186 ],
8187 "time": "2019-11-07T12:44:51+00:00"
8188 },
8189 {
8190 "name": "symfony/mime",
8191 "version": "v4.4.2",
8192 "source": {
8193 "type": "git",
8194 "url": "https://github.com/symfony/mime.git",
8195 "reference": "010cc488e56cafe5f7494dea70aea93100c234df"
8196 },
8197 "dist": {
8198 "type": "zip",
8199 "url": "https://api.github.com/repos/symfony/mime/zipball/010cc488e56cafe5f7494dea70aea93100c234df",
8200 "reference": "010cc488e56cafe5f7494dea70aea93100c234df",
8201 "shasum": ""
8202 },
8203 "require": {
8204 "php": "^7.1.3",
8205 "symfony/polyfill-intl-idn": "^1.10",
8206 "symfony/polyfill-mbstring": "^1.0"
8207 },
8208 "conflict": {
8209 "symfony/mailer": "<4.4"
8210 },
8211 "require-dev": {
8212 "egulias/email-validator": "^2.1.10",
8213 "symfony/dependency-injection": "^3.4|^4.1|^5.0"
8214 },
8215 "type": "library",
8216 "extra": {
8217 "branch-alias": {
8218 "dev-master": "4.4-dev"
8219 }
8220 },
8221 "autoload": {
8222 "psr-4": {
8223 "Symfony\\Component\\Mime\\": ""
8224 },
8225 "exclude-from-classmap": [
8226 "/Tests/"
8227 ]
8228 },
8229 "notification-url": "https://packagist.org/downloads/",
8230 "license": [
8231 "MIT"
8232 ],
8233 "authors": [
8234 {
8235 "name": "Fabien Potencier",
8236 "email": "fabien@symfony.com"
8237 },
8238 {
8239 "name": "Symfony Community",
8240 "homepage": "https://symfony.com/contributors"
8241 }
8242 ],
8243 "description": "A library to manipulate MIME messages",
8244 "homepage": "https://symfony.com",
8245 "keywords": [
8246 "mime",
8247 "mime-type"
8248 ],
8249 "time": "2019-11-30T08:27:26+00:00"
8250 },
8251 {
8252 "name": "symfony/monolog-bundle",
8253 "version": "v3.5.0",
8254 "source": {
8255 "type": "git",
8256 "url": "https://github.com/symfony/monolog-bundle.git",
8257 "reference": "dd80460fcfe1fa2050a7103ad818e9d0686ce6fd"
8258 },
8259 "dist": {
8260 "type": "zip",
8261 "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/dd80460fcfe1fa2050a7103ad818e9d0686ce6fd",
8262 "reference": "dd80460fcfe1fa2050a7103ad818e9d0686ce6fd",
8263 "shasum": ""
8264 },
8265 "require": {
8266 "monolog/monolog": "~1.22 || ~2.0",
8267 "php": ">=5.6",
8268 "symfony/config": "~3.4 || ~4.0 || ^5.0",
8269 "symfony/dependency-injection": "~3.4.10 || ^4.0.10 || ^5.0",
8270 "symfony/http-kernel": "~3.4 || ~4.0 || ^5.0",
8271 "symfony/monolog-bridge": "~3.4 || ~4.0 || ^5.0"
8272 },
8273 "require-dev": {
8274 "symfony/console": "~3.4 || ~4.0 || ^5.0",
8275 "symfony/phpunit-bridge": "^3.4.19 || ^4.0 || ^5.0",
8276 "symfony/yaml": "~3.4 || ~4.0 || ^5.0"
8277 },
8278 "type": "symfony-bundle",
8279 "extra": {
8280 "branch-alias": {
8281 "dev-master": "3.x-dev"
8282 }
8283 },
8284 "autoload": {
8285 "psr-4": {
8286 "Symfony\\Bundle\\MonologBundle\\": ""
8287 },
8288 "exclude-from-classmap": [
8289 "/Tests/"
8290 ]
8291 },
8292 "notification-url": "https://packagist.org/downloads/",
8293 "license": [
8294 "MIT"
8295 ],
8296 "authors": [
8297 {
8298 "name": "Fabien Potencier",
8299 "email": "fabien@symfony.com"
8300 },
8301 {
8302 "name": "Symfony Community",
8303 "homepage": "http://symfony.com/contributors"
8304 }
8305 ],
8306 "description": "Symfony MonologBundle",
8307 "homepage": "http://symfony.com",
8308 "keywords": [
8309 "log",
8310 "logging"
8311 ],
8312 "time": "2019-11-13T13:11:14+00:00"
8313 },
8314 {
8315 "name": "symfony/polyfill-apcu",
8316 "version": "v1.13.1",
8317 "source": {
8318 "type": "git",
8319 "url": "https://github.com/symfony/polyfill-apcu.git",
8320 "reference": "a8e961c841b9ec52927a87914f8820a1ad8f8116"
8321 },
8322 "dist": {
8323 "type": "zip",
8324 "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/a8e961c841b9ec52927a87914f8820a1ad8f8116",
8325 "reference": "a8e961c841b9ec52927a87914f8820a1ad8f8116",
8326 "shasum": ""
8327 },
8328 "require": {
8329 "php": ">=5.3.3"
8330 },
8331 "type": "library",
8332 "extra": {
8333 "branch-alias": {
8334 "dev-master": "1.13-dev"
8335 }
8336 },
8337 "autoload": {
8338 "psr-4": {
8339 "Symfony\\Polyfill\\Apcu\\": ""
8340 },
8341 "files": [
8342 "bootstrap.php"
8343 ]
8344 },
8345 "notification-url": "https://packagist.org/downloads/",
8346 "license": [
8347 "MIT"
8348 ],
8349 "authors": [
8350 {
8351 "name": "Nicolas Grekas",
8352 "email": "p@tchwork.com"
8353 },
8354 {
8355 "name": "Symfony Community",
8356 "homepage": "https://symfony.com/contributors"
8357 }
8358 ],
8359 "description": "Symfony polyfill backporting apcu_* functions to lower PHP versions",
8360 "homepage": "https://symfony.com",
8361 "keywords": [
8362 "apcu",
8363 "compatibility",
8364 "polyfill",
8365 "portable",
8366 "shim"
8367 ],
8368 "time": "2019-11-27T13:56:44+00:00"
8369 },
8370 {
8371 "name": "symfony/polyfill-ctype",
8372 "version": "v1.13.1",
8373 "source": {
8374 "type": "git",
8375 "url": "https://github.com/symfony/polyfill-ctype.git",
8376 "reference": "f8f0b461be3385e56d6de3dbb5a0df24c0c275e3"
8377 },
8378 "dist": {
8379 "type": "zip",
8380 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/f8f0b461be3385e56d6de3dbb5a0df24c0c275e3",
8381 "reference": "f8f0b461be3385e56d6de3dbb5a0df24c0c275e3",
8382 "shasum": ""
8383 },
8384 "require": {
8385 "php": ">=5.3.3"
8386 },
8387 "suggest": {
8388 "ext-ctype": "For best performance"
8389 },
8390 "type": "library",
8391 "extra": {
8392 "branch-alias": {
8393 "dev-master": "1.13-dev"
8394 }
8395 },
8396 "autoload": {
8397 "psr-4": {
8398 "Symfony\\Polyfill\\Ctype\\": ""
8399 },
8400 "files": [
8401 "bootstrap.php"
8402 ]
8403 },
8404 "notification-url": "https://packagist.org/downloads/",
8405 "license": [
8406 "MIT"
8407 ],
8408 "authors": [
8409 {
8410 "name": "Gert de Pagter",
8411 "email": "BackEndTea@gmail.com"
8412 },
8413 {
8414 "name": "Symfony Community",
8415 "homepage": "https://symfony.com/contributors"
8416 }
8417 ],
8418 "description": "Symfony polyfill for ctype functions",
8419 "homepage": "https://symfony.com",
8420 "keywords": [
8421 "compatibility",
8422 "ctype",
8423 "polyfill",
8424 "portable"
8425 ],
8426 "time": "2019-11-27T13:56:44+00:00"
8427 },
8428 {
8429 "name": "symfony/polyfill-iconv",
8430 "version": "v1.13.1",
8431 "source": {
8432 "type": "git",
8433 "url": "https://github.com/symfony/polyfill-iconv.git",
8434 "reference": "a019efccc03f1a335af6b4f20c30f5ea8060be36"
8435 },
8436 "dist": {
8437 "type": "zip",
8438 "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/a019efccc03f1a335af6b4f20c30f5ea8060be36",
8439 "reference": "a019efccc03f1a335af6b4f20c30f5ea8060be36",
8440 "shasum": ""
8441 },
8442 "require": {
8443 "php": ">=5.3.3"
8444 },
8445 "suggest": {
8446 "ext-iconv": "For best performance"
8447 },
8448 "type": "library",
8449 "extra": {
8450 "branch-alias": {
8451 "dev-master": "1.13-dev"
8452 }
8453 },
8454 "autoload": {
8455 "psr-4": {
8456 "Symfony\\Polyfill\\Iconv\\": ""
8457 },
8458 "files": [
8459 "bootstrap.php"
8460 ]
8461 },
8462 "notification-url": "https://packagist.org/downloads/",
8463 "license": [
8464 "MIT"
8465 ],
8466 "authors": [
8467 {
8468 "name": "Nicolas Grekas",
8469 "email": "p@tchwork.com"
8470 },
8471 {
8472 "name": "Symfony Community",
8473 "homepage": "https://symfony.com/contributors"
8474 }
8475 ],
8476 "description": "Symfony polyfill for the Iconv extension",
8477 "homepage": "https://symfony.com",
8478 "keywords": [
8479 "compatibility",
8480 "iconv",
8481 "polyfill",
8482 "portable",
8483 "shim"
8484 ],
8485 "time": "2019-11-27T13:56:44+00:00"
8486 },
8487 {
8488 "name": "symfony/polyfill-intl-icu",
8489 "version": "v1.13.1",
8490 "source": {
8491 "type": "git",
8492 "url": "https://github.com/symfony/polyfill-intl-icu.git",
8493 "reference": "b3dffd68afa61ca70f2327f2dd9bbeb6aa53d70b"
8494 },
8495 "dist": {
8496 "type": "zip",
8497 "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/b3dffd68afa61ca70f2327f2dd9bbeb6aa53d70b",
8498 "reference": "b3dffd68afa61ca70f2327f2dd9bbeb6aa53d70b",
8499 "shasum": ""
8500 },
8501 "require": {
8502 "php": ">=5.3.3",
8503 "symfony/intl": "~2.3|~3.0|~4.0|~5.0"
8504 },
8505 "suggest": {
8506 "ext-intl": "For best performance"
8507 },
8508 "type": "library",
8509 "extra": {
8510 "branch-alias": {
8511 "dev-master": "1.13-dev"
8512 }
8513 },
8514 "autoload": {
8515 "files": [
8516 "bootstrap.php"
8517 ]
8518 },
8519 "notification-url": "https://packagist.org/downloads/",
8520 "license": [
8521 "MIT"
8522 ],
8523 "authors": [
8524 {
8525 "name": "Nicolas Grekas",
8526 "email": "p@tchwork.com"
8527 },
8528 {
8529 "name": "Symfony Community",
8530 "homepage": "https://symfony.com/contributors"
8531 }
8532 ],
8533 "description": "Symfony polyfill for intl's ICU-related data and classes",
8534 "homepage": "https://symfony.com",
8535 "keywords": [
8536 "compatibility",
8537 "icu",
8538 "intl",
8539 "polyfill",
8540 "portable",
8541 "shim"
8542 ],
8543 "time": "2019-11-27T13:56:44+00:00"
8544 },
8545 {
8546 "name": "symfony/polyfill-intl-idn",
8547 "version": "v1.13.1",
8548 "source": {
8549 "type": "git",
8550 "url": "https://github.com/symfony/polyfill-intl-idn.git",
8551 "reference": "6f9c239e61e1b0c9229a28ff89a812dc449c3d46"
8552 },
8553 "dist": {
8554 "type": "zip",
8555 "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/6f9c239e61e1b0c9229a28ff89a812dc449c3d46",
8556 "reference": "6f9c239e61e1b0c9229a28ff89a812dc449c3d46",
8557 "shasum": ""
8558 },
8559 "require": {
8560 "php": ">=5.3.3",
8561 "symfony/polyfill-mbstring": "^1.3",
8562 "symfony/polyfill-php72": "^1.9"
8563 },
8564 "suggest": {
8565 "ext-intl": "For best performance"
8566 },
8567 "type": "library",
8568 "extra": {
8569 "branch-alias": {
8570 "dev-master": "1.13-dev"
8571 }
8572 },
8573 "autoload": {
8574 "psr-4": {
8575 "Symfony\\Polyfill\\Intl\\Idn\\": ""
8576 },
8577 "files": [
8578 "bootstrap.php"
8579 ]
8580 },
8581 "notification-url": "https://packagist.org/downloads/",
8582 "license": [
8583 "MIT"
8584 ],
8585 "authors": [
8586 {
8587 "name": "Laurent Bassin",
8588 "email": "laurent@bassin.info"
8589 },
8590 {
8591 "name": "Symfony Community",
8592 "homepage": "https://symfony.com/contributors"
8593 }
8594 ],
8595 "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
8596 "homepage": "https://symfony.com",
8597 "keywords": [
8598 "compatibility",
8599 "idn",
8600 "intl",
8601 "polyfill",
8602 "portable",
8603 "shim"
8604 ],
8605 "time": "2019-11-27T13:56:44+00:00"
8606 },
8607 {
8608 "name": "symfony/polyfill-mbstring",
8609 "version": "v1.13.1",
8610 "source": {
8611 "type": "git",
8612 "url": "https://github.com/symfony/polyfill-mbstring.git",
8613 "reference": "7b4aab9743c30be783b73de055d24a39cf4b954f"
8614 },
8615 "dist": {
8616 "type": "zip",
8617 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/7b4aab9743c30be783b73de055d24a39cf4b954f",
8618 "reference": "7b4aab9743c30be783b73de055d24a39cf4b954f",
8619 "shasum": ""
8620 },
8621 "require": {
8622 "php": ">=5.3.3"
8623 },
8624 "suggest": {
8625 "ext-mbstring": "For best performance"
8626 },
8627 "type": "library",
8628 "extra": {
8629 "branch-alias": {
8630 "dev-master": "1.13-dev"
8631 }
8632 },
8633 "autoload": {
8634 "psr-4": {
8635 "Symfony\\Polyfill\\Mbstring\\": ""
8636 },
8637 "files": [
8638 "bootstrap.php"
8639 ]
8640 },
8641 "notification-url": "https://packagist.org/downloads/",
8642 "license": [
8643 "MIT"
8644 ],
8645 "authors": [
8646 {
8647 "name": "Nicolas Grekas",
8648 "email": "p@tchwork.com"
8649 },
8650 {
8651 "name": "Symfony Community",
8652 "homepage": "https://symfony.com/contributors"
8653 }
8654 ],
8655 "description": "Symfony polyfill for the Mbstring extension",
8656 "homepage": "https://symfony.com",
8657 "keywords": [
8658 "compatibility",
8659 "mbstring",
8660 "polyfill",
8661 "portable",
8662 "shim"
8663 ],
8664 "time": "2019-11-27T14:18:11+00:00"
8665 },
8666 {
8667 "name": "symfony/polyfill-php56",
8668 "version": "v1.13.1",
8669 "source": {
8670 "type": "git",
8671 "url": "https://github.com/symfony/polyfill-php56.git",
8672 "reference": "53dd1cdf3cb986893ccf2b96665b25b3abb384f4"
8673 },
8674 "dist": {
8675 "type": "zip",
8676 "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/53dd1cdf3cb986893ccf2b96665b25b3abb384f4",
8677 "reference": "53dd1cdf3cb986893ccf2b96665b25b3abb384f4",
8678 "shasum": ""
8679 },
8680 "require": {
8681 "php": ">=5.3.3",
8682 "symfony/polyfill-util": "~1.0"
8683 },
8684 "type": "library",
8685 "extra": {
8686 "branch-alias": {
8687 "dev-master": "1.13-dev"
8688 }
8689 },
8690 "autoload": {
8691 "psr-4": {
8692 "Symfony\\Polyfill\\Php56\\": ""
8693 },
8694 "files": [
8695 "bootstrap.php"
8696 ]
8697 },
8698 "notification-url": "https://packagist.org/downloads/",
8699 "license": [
8700 "MIT"
8701 ],
8702 "authors": [
8703 {
8704 "name": "Nicolas Grekas",
8705 "email": "p@tchwork.com"
8706 },
8707 {
8708 "name": "Symfony Community",
8709 "homepage": "https://symfony.com/contributors"
8710 }
8711 ],
8712 "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions",
8713 "homepage": "https://symfony.com",
8714 "keywords": [
8715 "compatibility",
8716 "polyfill",
8717 "portable",
8718 "shim"
8719 ],
8720 "time": "2019-11-27T13:56:44+00:00"
8721 },
8722 {
8723 "name": "symfony/polyfill-php70",
8724 "version": "v1.13.1",
8725 "source": {
8726 "type": "git",
8727 "url": "https://github.com/symfony/polyfill-php70.git",
8728 "reference": "af23c7bb26a73b850840823662dda371484926c4"
8729 },
8730 "dist": {
8731 "type": "zip",
8732 "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/af23c7bb26a73b850840823662dda371484926c4",
8733 "reference": "af23c7bb26a73b850840823662dda371484926c4",
8734 "shasum": ""
8735 },
8736 "require": {
8737 "paragonie/random_compat": "~1.0|~2.0|~9.99",
8738 "php": ">=5.3.3"
8739 },
8740 "type": "library",
8741 "extra": {
8742 "branch-alias": {
8743 "dev-master": "1.13-dev"
8744 }
8745 },
8746 "autoload": {
8747 "psr-4": {
8748 "Symfony\\Polyfill\\Php70\\": ""
8749 },
8750 "files": [
8751 "bootstrap.php"
8752 ],
8753 "classmap": [
8754 "Resources/stubs"
8755 ]
8756 },
8757 "notification-url": "https://packagist.org/downloads/",
8758 "license": [
8759 "MIT"
8760 ],
8761 "authors": [
8762 {
8763 "name": "Nicolas Grekas",
8764 "email": "p@tchwork.com"
8765 },
8766 {
8767 "name": "Symfony Community",
8768 "homepage": "https://symfony.com/contributors"
8769 }
8770 ],
8771 "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
8772 "homepage": "https://symfony.com",
8773 "keywords": [
8774 "compatibility",
8775 "polyfill",
8776 "portable",
8777 "shim"
8778 ],
8779 "time": "2019-11-27T13:56:44+00:00"
8780 },
8781 {
8782 "name": "symfony/polyfill-php72",
8783 "version": "v1.13.1",
8784 "source": {
8785 "type": "git",
8786 "url": "https://github.com/symfony/polyfill-php72.git",
8787 "reference": "66fea50f6cb37a35eea048d75a7d99a45b586038"
8788 },
8789 "dist": {
8790 "type": "zip",
8791 "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/66fea50f6cb37a35eea048d75a7d99a45b586038",
8792 "reference": "66fea50f6cb37a35eea048d75a7d99a45b586038",
8793 "shasum": ""
8794 },
8795 "require": {
8796 "php": ">=5.3.3"
8797 },
8798 "type": "library",
8799 "extra": {
8800 "branch-alias": {
8801 "dev-master": "1.13-dev"
8802 }
8803 },
8804 "autoload": {
8805 "psr-4": {
8806 "Symfony\\Polyfill\\Php72\\": ""
8807 },
8808 "files": [
8809 "bootstrap.php"
8810 ]
8811 },
8812 "notification-url": "https://packagist.org/downloads/",
8813 "license": [
8814 "MIT"
8815 ],
8816 "authors": [
8817 {
8818 "name": "Nicolas Grekas",
8819 "email": "p@tchwork.com"
8820 },
8821 {
8822 "name": "Symfony Community",
8823 "homepage": "https://symfony.com/contributors"
8824 }
8825 ],
8826 "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
8827 "homepage": "https://symfony.com",
8828 "keywords": [
8829 "compatibility",
8830 "polyfill",
8831 "portable",
8832 "shim"
8833 ],
8834 "time": "2019-11-27T13:56:44+00:00"
8835 },
8836 {
8837 "name": "symfony/polyfill-php73",
8838 "version": "v1.13.1",
8839 "source": {
8840 "type": "git",
8841 "url": "https://github.com/symfony/polyfill-php73.git",
8842 "reference": "4b0e2222c55a25b4541305a053013d5647d3a25f"
8843 },
8844 "dist": {
8845 "type": "zip",
8846 "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/4b0e2222c55a25b4541305a053013d5647d3a25f",
8847 "reference": "4b0e2222c55a25b4541305a053013d5647d3a25f",
8848 "shasum": ""
8849 },
8850 "require": {
8851 "php": ">=5.3.3"
8852 },
8853 "type": "library",
8854 "extra": {
8855 "branch-alias": {
8856 "dev-master": "1.13-dev"
8857 }
8858 },
8859 "autoload": {
8860 "psr-4": {
8861 "Symfony\\Polyfill\\Php73\\": ""
8862 },
8863 "files": [
8864 "bootstrap.php"
8865 ],
8866 "classmap": [
8867 "Resources/stubs"
8868 ]
8869 },
8870 "notification-url": "https://packagist.org/downloads/",
8871 "license": [
8872 "MIT"
8873 ],
8874 "authors": [
8875 {
8876 "name": "Nicolas Grekas",
8877 "email": "p@tchwork.com"
8878 },
8879 {
8880 "name": "Symfony Community",
8881 "homepage": "https://symfony.com/contributors"
8882 }
8883 ],
8884 "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
8885 "homepage": "https://symfony.com",
8886 "keywords": [
8887 "compatibility",
8888 "polyfill",
8889 "portable",
8890 "shim"
8891 ],
8892 "time": "2019-11-27T16:25:15+00:00"
8893 },
8894 {
8895 "name": "symfony/polyfill-util",
8896 "version": "v1.13.1",
8897 "source": {
8898 "type": "git",
8899 "url": "https://github.com/symfony/polyfill-util.git",
8900 "reference": "964a67f293b66b95883a5ed918a65354fcd2258f"
8901 },
8902 "dist": {
8903 "type": "zip",
8904 "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/964a67f293b66b95883a5ed918a65354fcd2258f",
8905 "reference": "964a67f293b66b95883a5ed918a65354fcd2258f",
8906 "shasum": ""
8907 },
8908 "require": {
8909 "php": ">=5.3.3"
8910 },
8911 "type": "library",
8912 "extra": {
8913 "branch-alias": {
8914 "dev-master": "1.13-dev"
8915 }
8916 },
8917 "autoload": {
8918 "psr-4": {
8919 "Symfony\\Polyfill\\Util\\": ""
8920 }
8921 },
8922 "notification-url": "https://packagist.org/downloads/",
8923 "license": [
8924 "MIT"
8925 ],
8926 "authors": [
8927 {
8928 "name": "Nicolas Grekas",
8929 "email": "p@tchwork.com"
8930 },
8931 {
8932 "name": "Symfony Community",
8933 "homepage": "https://symfony.com/contributors"
8934 }
8935 ],
8936 "description": "Symfony utilities for portability of PHP codes",
8937 "homepage": "https://symfony.com",
8938 "keywords": [
8939 "compat",
8940 "compatibility",
8941 "polyfill",
8942 "shim"
8943 ],
8944 "time": "2019-11-27T13:56:44+00:00"
8945 },
8946 {
8947 "name": "symfony/service-contracts",
8948 "version": "v1.1.8",
8949 "source": {
8950 "type": "git",
8951 "url": "https://github.com/symfony/service-contracts.git",
8952 "reference": "ffc7f5692092df31515df2a5ecf3b7302b3ddacf"
8953 },
8954 "dist": {
8955 "type": "zip",
8956 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/ffc7f5692092df31515df2a5ecf3b7302b3ddacf",
8957 "reference": "ffc7f5692092df31515df2a5ecf3b7302b3ddacf",
8958 "shasum": ""
8959 },
8960 "require": {
8961 "php": "^7.1.3",
8962 "psr/container": "^1.0"
8963 },
8964 "suggest": {
8965 "symfony/service-implementation": ""
8966 },
8967 "type": "library",
8968 "extra": {
8969 "branch-alias": {
8970 "dev-master": "1.1-dev"
8971 }
8972 },
8973 "autoload": {
8974 "psr-4": {
8975 "Symfony\\Contracts\\Service\\": ""
8976 }
8977 },
8978 "notification-url": "https://packagist.org/downloads/",
8979 "license": [
8980 "MIT"
8981 ],
8982 "authors": [
8983 {
8984 "name": "Nicolas Grekas",
8985 "email": "p@tchwork.com"
8986 },
8987 {
8988 "name": "Symfony Community",
8989 "homepage": "https://symfony.com/contributors"
8990 }
8991 ],
8992 "description": "Generic abstractions related to writing services",
8993 "homepage": "https://symfony.com",
8994 "keywords": [
8995 "abstractions",
8996 "contracts",
8997 "decoupling",
8998 "interfaces",
8999 "interoperability",
9000 "standards"
9001 ],
9002 "time": "2019-10-14T12:27:06+00:00"
9003 },
9004 {
9005 "name": "symfony/swiftmailer-bundle",
9006 "version": "v3.3.1",
9007 "source": {
9008 "type": "git",
9009 "url": "https://github.com/symfony/swiftmailer-bundle.git",
9010 "reference": "defa9bdfc0191ed70b389cb93c550c6c82cf1745"
9011 },
9012 "dist": {
9013 "type": "zip",
9014 "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/defa9bdfc0191ed70b389cb93c550c6c82cf1745",
9015 "reference": "defa9bdfc0191ed70b389cb93c550c6c82cf1745",
9016 "shasum": ""
9017 },
9018 "require": {
9019 "php": ">=7.0.0",
9020 "swiftmailer/swiftmailer": "^6.1.3",
9021 "symfony/config": "^3.4|^4.0|^5.0",
9022 "symfony/dependency-injection": "^3.4|^4.0|^5.0",
9023 "symfony/http-kernel": "^3.4|^4.0|^5.0"
9024 },
9025 "conflict": {
9026 "twig/twig": "<1.41|<2.10"
9027 },
9028 "require-dev": {
9029 "symfony/console": "^3.4|^4.0|^5.0",
9030 "symfony/framework-bundle": "^3.4|^4.0|^5.0",
9031 "symfony/phpunit-bridge": "^3.4.32|^4.3.5|^5.0",
9032 "symfony/yaml": "^3.4|^4.0|^5.0"
9033 },
9034 "suggest": {
9035 "psr/log": "Allows logging"
9036 },
9037 "type": "symfony-bundle",
9038 "extra": {
9039 "branch-alias": {
9040 "dev-master": "3.3-dev"
9041 }
9042 },
9043 "autoload": {
9044 "psr-4": {
9045 "Symfony\\Bundle\\SwiftmailerBundle\\": ""
9046 },
9047 "exclude-from-classmap": [
9048 "/Tests/"
9049 ]
9050 },
9051 "notification-url": "https://packagist.org/downloads/",
9052 "license": [
9053 "MIT"
9054 ],
9055 "authors": [
9056 {
9057 "name": "Fabien Potencier",
9058 "email": "fabien@symfony.com"
9059 },
9060 {
9061 "name": "Symfony Community",
9062 "homepage": "http://symfony.com/contributors"
9063 }
9064 ],
9065 "description": "Symfony SwiftmailerBundle",
9066 "homepage": "http://symfony.com",
9067 "time": "2019-11-07T21:01:35+00:00"
9068 },
9069 {
9070 "name": "symfony/symfony",
9071 "version": "v3.4.37",
9072 "source": {
9073 "type": "git",
9074 "url": "https://github.com/symfony/symfony.git",
9075 "reference": "1bd873459b36cf505c7b515ba6e0e2ee40890b8a"
9076 },
9077 "dist": {
9078 "type": "zip",
9079 "url": "https://api.github.com/repos/symfony/symfony/zipball/1bd873459b36cf505c7b515ba6e0e2ee40890b8a",
9080 "reference": "1bd873459b36cf505c7b515ba6e0e2ee40890b8a",
9081 "shasum": ""
9082 },
9083 "require": {
9084 "doctrine/common": "~2.4",
9085 "ext-xml": "*",
9086 "fig/link-util": "^1.0",
9087 "php": "^5.5.9|>=7.0.8",
9088 "psr/cache": "~1.0",
9089 "psr/container": "^1.0",
9090 "psr/link": "^1.0",
9091 "psr/log": "~1.0",
9092 "psr/simple-cache": "^1.0",
9093 "symfony/polyfill-apcu": "~1.1",
9094 "symfony/polyfill-ctype": "~1.8",
9095 "symfony/polyfill-intl-icu": "~1.0",
9096 "symfony/polyfill-mbstring": "~1.0",
9097 "symfony/polyfill-php56": "~1.0",
9098 "symfony/polyfill-php70": "~1.6",
9099 "twig/twig": "^1.41|^2.10"
9100 },
9101 "conflict": {
9102 "monolog/monolog": ">=2",
9103 "phpdocumentor/reflection-docblock": "<3.0||>=3.2.0,<3.2.2",
9104 "phpdocumentor/type-resolver": "<0.3.0",
9105 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
9106 },
9107 "provide": {
9108 "psr/cache-implementation": "1.0",
9109 "psr/container-implementation": "1.0",
9110 "psr/log-implementation": "1.0",
9111 "psr/simple-cache-implementation": "1.0"
9112 },
9113 "replace": {
9114 "symfony/asset": "self.version",
9115 "symfony/browser-kit": "self.version",
9116 "symfony/cache": "self.version",
9117 "symfony/class-loader": "self.version",
9118 "symfony/config": "self.version",
9119 "symfony/console": "self.version",
9120 "symfony/css-selector": "self.version",
9121 "symfony/debug": "self.version",
9122 "symfony/debug-bundle": "self.version",
9123 "symfony/dependency-injection": "self.version",
9124 "symfony/doctrine-bridge": "self.version",
9125 "symfony/dom-crawler": "self.version",
9126 "symfony/dotenv": "self.version",
9127 "symfony/event-dispatcher": "self.version",
9128 "symfony/expression-language": "self.version",
9129 "symfony/filesystem": "self.version",
9130 "symfony/finder": "self.version",
9131 "symfony/form": "self.version",
9132 "symfony/framework-bundle": "self.version",
9133 "symfony/http-foundation": "self.version",
9134 "symfony/http-kernel": "self.version",
9135 "symfony/inflector": "self.version",
9136 "symfony/intl": "self.version",
9137 "symfony/ldap": "self.version",
9138 "symfony/lock": "self.version",
9139 "symfony/monolog-bridge": "self.version",
9140 "symfony/options-resolver": "self.version",
9141 "symfony/process": "self.version",
9142 "symfony/property-access": "self.version",
9143 "symfony/property-info": "self.version",
9144 "symfony/proxy-manager-bridge": "self.version",
9145 "symfony/routing": "self.version",
9146 "symfony/security": "self.version",
9147 "symfony/security-bundle": "self.version",
9148 "symfony/security-core": "self.version",
9149 "symfony/security-csrf": "self.version",
9150 "symfony/security-guard": "self.version",
9151 "symfony/security-http": "self.version",
9152 "symfony/serializer": "self.version",
9153 "symfony/stopwatch": "self.version",
9154 "symfony/templating": "self.version",
9155 "symfony/translation": "self.version",
9156 "symfony/twig-bridge": "self.version",
9157 "symfony/twig-bundle": "self.version",
9158 "symfony/validator": "self.version",
9159 "symfony/var-dumper": "self.version",
9160 "symfony/web-link": "self.version",
9161 "symfony/web-profiler-bundle": "self.version",
9162 "symfony/web-server-bundle": "self.version",
9163 "symfony/workflow": "self.version",
9164 "symfony/yaml": "self.version"
9165 },
9166 "require-dev": {
9167 "cache/integration-tests": "dev-master",
9168 "doctrine/annotations": "~1.0",
9169 "doctrine/cache": "~1.6",
9170 "doctrine/data-fixtures": "1.0.*",
9171 "doctrine/dbal": "~2.4",
9172 "doctrine/doctrine-bundle": "~1.4",
9173 "doctrine/orm": "~2.4,>=2.4.5",
9174 "egulias/email-validator": "~1.2,>=1.2.8|~2.0",
9175 "monolog/monolog": "~1.11",
9176 "ocramius/proxy-manager": "~0.4|~1.0|~2.0",
9177 "phpdocumentor/reflection-docblock": "^3.0|^4.0",
9178 "predis/predis": "~1.0",
9179 "symfony/phpunit-bridge": "^3.4.31|^4.3.4|~5.0",
9180 "symfony/security-acl": "~2.8|~3.0"
9181 },
9182 "type": "library",
9183 "extra": {
9184 "branch-alias": {
9185 "dev-master": "3.4-dev"
9186 }
9187 },
9188 "autoload": {
9189 "psr-4": {
9190 "Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/",
9191 "Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/",
9192 "Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/",
9193 "Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/",
9194 "Symfony\\Bundle\\": "src/Symfony/Bundle/",
9195 "Symfony\\Component\\": "src/Symfony/Component/"
9196 },
9197 "classmap": [
9198 "src/Symfony/Component/Intl/Resources/stubs"
9199 ],
9200 "exclude-from-classmap": [
9201 "**/Tests/"
9202 ]
9203 },
9204 "notification-url": "https://packagist.org/downloads/",
9205 "license": [
9206 "MIT"
9207 ],
9208 "authors": [
9209 {
9210 "name": "Fabien Potencier",
9211 "email": "fabien@symfony.com"
9212 },
9213 {
9214 "name": "Symfony Community",
9215 "homepage": "https://symfony.com/contributors"
9216 }
9217 ],
9218 "description": "The Symfony PHP framework",
9219 "homepage": "https://symfony.com",
9220 "keywords": [
9221 "framework"
9222 ],
9223 "time": "2020-01-21T12:30:09+00:00"
9224 },
9225 {
9226 "name": "true/punycode",
9227 "version": "v2.1.1",
9228 "source": {
9229 "type": "git",
9230 "url": "https://github.com/true/php-punycode.git",
9231 "reference": "a4d0c11a36dd7f4e7cd7096076cab6d3378a071e"
9232 },
9233 "dist": {
9234 "type": "zip",
9235 "url": "https://api.github.com/repos/true/php-punycode/zipball/a4d0c11a36dd7f4e7cd7096076cab6d3378a071e",
9236 "reference": "a4d0c11a36dd7f4e7cd7096076cab6d3378a071e",
9237 "shasum": ""
9238 },
9239 "require": {
9240 "php": ">=5.3.0",
9241 "symfony/polyfill-mbstring": "^1.3"
9242 },
9243 "require-dev": {
9244 "phpunit/phpunit": "~4.7",
9245 "squizlabs/php_codesniffer": "~2.0"
9246 },
9247 "type": "library",
9248 "autoload": {
9249 "psr-4": {
9250 "TrueBV\\": "src/"
9251 }
9252 },
9253 "notification-url": "https://packagist.org/downloads/",
9254 "license": [
9255 "MIT"
9256 ],
9257 "authors": [
9258 {
9259 "name": "Renan Gonçalves",
9260 "email": "renan.saddam@gmail.com"
9261 }
9262 ],
9263 "description": "A Bootstring encoding of Unicode for Internationalized Domain Names in Applications (IDNA)",
9264 "homepage": "https://github.com/true/php-punycode",
9265 "keywords": [
9266 "idna",
9267 "punycode"
9268 ],
9269 "time": "2016-11-16T10:37:54+00:00"
9270 },
9271 {
9272 "name": "twig/extensions",
9273 "version": "v1.5.4",
9274 "source": {
9275 "type": "git",
9276 "url": "https://github.com/twigphp/Twig-extensions.git",
9277 "reference": "57873c8b0c1be51caa47df2cdb824490beb16202"
9278 },
9279 "dist": {
9280 "type": "zip",
9281 "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/57873c8b0c1be51caa47df2cdb824490beb16202",
9282 "reference": "57873c8b0c1be51caa47df2cdb824490beb16202",
9283 "shasum": ""
9284 },
9285 "require": {
9286 "twig/twig": "^1.27|^2.0"
9287 },
9288 "require-dev": {
9289 "symfony/phpunit-bridge": "^3.4",
9290 "symfony/translation": "^2.7|^3.4"
9291 },
9292 "suggest": {
9293 "symfony/translation": "Allow the time_diff output to be translated"
9294 },
9295 "type": "library",
9296 "extra": {
9297 "branch-alias": {
9298 "dev-master": "1.5-dev"
9299 }
9300 },
9301 "autoload": {
9302 "psr-0": {
9303 "Twig_Extensions_": "lib/"
9304 },
9305 "psr-4": {
9306 "Twig\\Extensions\\": "src/"
9307 }
9308 },
9309 "notification-url": "https://packagist.org/downloads/",
9310 "license": [
9311 "MIT"
9312 ],
9313 "authors": [
9314 {
9315 "name": "Fabien Potencier",
9316 "email": "fabien@symfony.com"
9317 }
9318 ],
9319 "description": "Common additional features for Twig that do not directly belong in core",
9320 "keywords": [
9321 "i18n",
9322 "text"
9323 ],
9324 "time": "2018-12-05T18:34:18+00:00"
9325 },
9326 {
9327 "name": "twig/twig",
9328 "version": "v2.12.3",
9329 "source": {
9330 "type": "git",
9331 "url": "https://github.com/twigphp/Twig.git",
9332 "reference": "97b6311585cae66a26833b14b33785f5797f7d39"
9333 },
9334 "dist": {
9335 "type": "zip",
9336 "url": "https://api.github.com/repos/twigphp/Twig/zipball/97b6311585cae66a26833b14b33785f5797f7d39",
9337 "reference": "97b6311585cae66a26833b14b33785f5797f7d39",
9338 "shasum": ""
9339 },
9340 "require": {
9341 "php": "^7.0",
9342 "symfony/polyfill-ctype": "^1.8",
9343 "symfony/polyfill-mbstring": "^1.3"
9344 },
9345 "require-dev": {
9346 "psr/container": "^1.0",
9347 "symfony/phpunit-bridge": "^4.4|^5.0"
9348 },
9349 "type": "library",
9350 "extra": {
9351 "branch-alias": {
9352 "dev-master": "2.12-dev"
9353 }
9354 },
9355 "autoload": {
9356 "psr-0": {
9357 "Twig_": "lib/"
9358 },
9359 "psr-4": {
9360 "Twig\\": "src/"
9361 }
9362 },
9363 "notification-url": "https://packagist.org/downloads/",
9364 "license": [
9365 "BSD-3-Clause"
9366 ],
9367 "authors": [
9368 {
9369 "name": "Fabien Potencier",
9370 "email": "fabien@symfony.com",
9371 "homepage": "http://fabien.potencier.org",
9372 "role": "Lead Developer"
9373 },
9374 {
9375 "name": "Twig Team",
9376 "role": "Contributors"
9377 },
9378 {
9379 "name": "Armin Ronacher",
9380 "email": "armin.ronacher@active-4.com",
9381 "role": "Project Founder"
9382 }
9383 ],
9384 "description": "Twig, the flexible, fast, and secure template language for PHP",
9385 "homepage": "https://twig.symfony.com",
9386 "keywords": [
9387 "templating"
9388 ],
9389 "time": "2019-12-28T07:12:03+00:00"
9390 },
9391 {
9392 "name": "wallabag/php-mobi",
9393 "version": "1.1.0",
9394 "source": {
9395 "type": "git",
9396 "url": "https://github.com/wallabag/php-mobi.git",
9397 "reference": "bfe9c18d038e5ca24664cfdab107a645ac57c9b5"
9398 },
9399 "dist": {
9400 "type": "zip",
9401 "url": "https://api.github.com/repos/wallabag/php-mobi/zipball/bfe9c18d038e5ca24664cfdab107a645ac57c9b5",
9402 "reference": "bfe9c18d038e5ca24664cfdab107a645ac57c9b5",
9403 "shasum": ""
9404 },
9405 "require": {
9406 "php": ">=5.3.0",
9407 "symfony/polyfill-mbstring": "^1.12"
9408 },
9409 "type": "library",
9410 "autoload": {
9411 "files": [
9412 "MOBIClass/MOBI.php"
9413 ]
9414 },
9415 "notification-url": "https://packagist.org/downloads/",
9416 "license": [
9417 "Apache-2.0"
9418 ],
9419 "authors": [
9420 {
9421 "name": "Sander Kromwijk",
9422 "email": "s.kromwijk@gmail.co",
9423 "role": "Original developer"
9424 },
9425 {
9426 "name": "Nicolas Lœuillet",
9427 "email": "nicolas@loeuillet.org",
9428 "homepage": "http://www.cdetc.fr"
9429 }
9430 ],
9431 "description": "A Mobipocket file (.mobi) creator in PHP.",
9432 "homepage": "https://github.com/wallabag/php-mobi",
9433 "time": "2019-08-08T12:26:23+00:00"
9434 },
9435 {
9436 "name": "wallabag/tcpdf",
9437 "version": "6.2.26",
9438 "source": {
9439 "type": "git",
9440 "url": "https://github.com/wallabag/TCPDF.git",
9441 "reference": "bf590f0604bcef1ae6fa3145649cf997f3564477"
9442 },
9443 "dist": {
9444 "type": "zip",
9445 "url": "https://api.github.com/repos/wallabag/TCPDF/zipball/bf590f0604bcef1ae6fa3145649cf997f3564477",
9446 "reference": "bf590f0604bcef1ae6fa3145649cf997f3564477",
9447 "shasum": ""
9448 },
9449 "require": {
9450 "php": ">=5.3.0"
9451 },
9452 "replace": {
9453 "tecnickcom/tcpdf": "6.2.*"
9454 },
9455 "type": "library",
9456 "autoload": {
9457 "classmap": [
9458 "fonts",
9459 "config",
9460 "include",
9461 "tcpdf.php",
9462 "tcpdf_parser.php",
9463 "tcpdf_import.php",
9464 "tcpdf_barcodes_1d.php",
9465 "tcpdf_barcodes_2d.php",
9466 "include/tcpdf_colors.php",
9467 "include/tcpdf_filters.php",
9468 "include/tcpdf_font_data.php",
9469 "include/tcpdf_fonts.php",
9470 "include/tcpdf_images.php",
9471 "include/tcpdf_static.php",
9472 "include/barcodes/datamatrix.php",
9473 "include/barcodes/pdf417.php",
9474 "include/barcodes/qrcode.php"
9475 ]
9476 },
9477 "notification-url": "https://packagist.org/downloads/",
9478 "license": [
9479 "LGPL-3.0"
9480 ],
9481 "authors": [
9482 {
9483 "name": "Nicola Asuni",
9484 "email": "info@tecnick.com",
9485 "homepage": "http://nicolaasuni.tecnick.com",
9486 "role": "Main developer"
9487 },
9488 {
9489 "name": "wallabag/core",
9490 "homepage": "https://www.wallabag.org",
9491 "role": "Developers"
9492 }
9493 ],
9494 "description": "Keeping a working 6.2.x TCPDF version.",
9495 "homepage": "https://www.wallabag.org/",
9496 "keywords": [
9497 "PDFD32000-2008",
9498 "TCPDF",
9499 "barcodes",
9500 "datamatrix",
9501 "pdf",
9502 "pdf417",
9503 "qrcode"
9504 ],
9505 "time": "2018-10-25T06:56:14+00:00"
9506 },
9507 {
9508 "name": "white-october/pagerfanta-bundle",
9509 "version": "v1.3.2",
9510 "source": {
9511 "type": "git",
9512 "url": "https://github.com/whiteoctober/WhiteOctoberPagerfantaBundle.git",
9513 "reference": "6df560869b5e09a3acf920890ab40598998b30ae"
9514 },
9515 "dist": {
9516 "type": "zip",
9517 "url": "https://api.github.com/repos/whiteoctober/WhiteOctoberPagerfantaBundle/zipball/6df560869b5e09a3acf920890ab40598998b30ae",
9518 "reference": "6df560869b5e09a3acf920890ab40598998b30ae",
9519 "shasum": ""
9520 },
9521 "require": {
9522 "pagerfanta/pagerfanta": "^1.1.0|^2.0.0",
9523 "php": ">=5.3.3",
9524 "symfony/framework-bundle": "~2.3|~3.0|~4.0",
9525 "symfony/property-access": "~2.3|~3.0|~4.0",
9526 "symfony/translation": "~2.3|~3.0|~4.0",
9527 "symfony/twig-bundle": "~2.3|~3.0|~4.0"
9528 },
9529 "conflict": {
9530 "twig/twig": "<1.34|>=2.0,<2.4"
9531 },
9532 "require-dev": {
9533 "phpunit/phpunit": "~3.7|~4.0|^5.0",
9534 "symfony/symfony": "~2.3|~3.0|~4.0"
9535 },
9536 "type": "symfony-bundle",
9537 "extra": {
9538 "branch-alias": {
9539 "dev-master": "1.0.x-dev"
9540 }
9541 },
9542 "autoload": {
9543 "psr-4": {
9544 "WhiteOctober\\PagerfantaBundle\\": ""
9545 },
9546 "exclude-from-classmap": [
9547 "Tests/",
9548 "TestsProject/"
9549 ]
9550 },
9551 "notification-url": "https://packagist.org/downloads/",
9552 "license": [
9553 "MIT"
9554 ],
9555 "authors": [
9556 {
9557 "name": "Pablo Díez",
9558 "email": "pablodip@gmail.com"
9559 }
9560 ],
9561 "description": "Bundle to use Pagerfanta with Symfony2",
9562 "keywords": [
9563 "page",
9564 "paging"
9565 ],
9566 "time": "2019-12-02T14:19:37+00:00"
9567 },
9568 {
9569 "name": "willdurand/hateoas",
9570 "version": "2.12.0",
9571 "source": {
9572 "type": "git",
9573 "url": "https://github.com/willdurand/Hateoas.git",
9574 "reference": "71b1af62b398dc9a870ac0b16c84bdc23a76a5c5"
9575 },
9576 "dist": {
9577 "type": "zip",
9578 "url": "https://api.github.com/repos/willdurand/Hateoas/zipball/71b1af62b398dc9a870ac0b16c84bdc23a76a5c5",
9579 "reference": "71b1af62b398dc9a870ac0b16c84bdc23a76a5c5",
9580 "shasum": ""
9581 },
9582 "require": {
9583 "doctrine/annotations": "~1.0",
9584 "doctrine/common": "~2.0",
9585 "jms/metadata": "~1.1",
9586 "jms/serializer": "^1.7",
9587 "php": "^5.5|^7.0",
9588 "phpoption/phpoption": ">=1.1.0,<2.0-dev",
9589 "symfony/expression-language": "~2.4 || ~3.0 || ~4.0"
9590 },
9591 "require-dev": {
9592 "pagerfanta/pagerfanta": "~1.0",
9593 "phpunit/phpunit": "~5",
9594 "symfony/dependency-injection": "~2.4 || ~3.0 || ~4.0",
9595 "symfony/routing": "~2.4 || ~3.0 || ~4.0",
9596 "symfony/yaml": "~2.4 || ~3.0 || ~4.0",
9597 "twig/twig": "~1.12"
9598 },
9599 "suggest": {
9600 "symfony/routing": "To use the SymfonyRouteFactory.",
9601 "symfony/yaml": "To use yaml based configuration.",
9602 "twig/twig": "To use the Twig extensions."
9603 },
9604 "type": "library",
9605 "extra": {
9606 "branch-alias": {
9607 "dev-master": "2.12-dev"
9608 }
9609 },
9610 "autoload": {
9611 "psr-0": {
9612 "Hateoas": "src/"
9613 }
9614 },
9615 "notification-url": "https://packagist.org/downloads/",
9616 "license": [
9617 "MIT"
9618 ],
9619 "authors": [
9620 {
9621 "name": "Adrien Brault",
9622 "email": "adrien.brault@gmail.com"
9623 },
9624 {
9625 "name": "William DURAND",
9626 "email": "william.durand1@gmail.com"
9627 }
9628 ],
9629 "description": "A PHP library to support implementing representations for HATEOAS REST web services",
9630 "time": "2018-02-23T17:05:31+00:00"
9631 },
9632 {
9633 "name": "willdurand/hateoas-bundle",
9634 "version": "1.4.0",
9635 "source": {
9636 "type": "git",
9637 "url": "https://github.com/willdurand/BazingaHateoasBundle.git",
9638 "reference": "d1f915fd4f8a7cd43a88a0ce97ffb28abe3a94fa"
9639 },
9640 "dist": {
9641 "type": "zip",
9642 "url": "https://api.github.com/repos/willdurand/BazingaHateoasBundle/zipball/d1f915fd4f8a7cd43a88a0ce97ffb28abe3a94fa",
9643 "reference": "d1f915fd4f8a7cd43a88a0ce97ffb28abe3a94fa",
9644 "shasum": ""
9645 },
9646 "require": {
9647 "jms/serializer-bundle": "~1.0 || ^2.0",
9648 "php": ">5.4 |^7.0",
9649 "symfony/framework-bundle": "~2.3 || ~3.0 || ~4.0",
9650 "willdurand/hateoas": "^2.10.0"
9651 },
9652 "require-dev": {
9653 "phpunit/phpunit": "~4.5 || ~5.0",
9654 "symfony/expression-language": "~2.4 || ~3.0 || ~4.0",
9655 "symfony/stopwatch": "~2.4 || ~3.0 || ~4.0",
9656 "twig/twig": "~1.12"
9657 },
9658 "type": "symfony-bundle",
9659 "extra": {
9660 "branch-alias": {
9661 "dev-master": "1.4-dev"
9662 }
9663 },
9664 "autoload": {
9665 "psr-4": {
9666 "Bazinga\\Bundle\\HateoasBundle\\": ""
9667 }
9668 },
9669 "notification-url": "https://packagist.org/downloads/",
9670 "license": [
9671 "MIT"
9672 ],
9673 "authors": [
9674 {
9675 "name": "William DURAND",
9676 "email": "william.durand1@gmail.com"
9677 }
9678 ],
9679 "description": "Integration of Hateoas into Symfony2.",
9680 "keywords": [
9681 "HATEOAS",
9682 "rest"
9683 ],
9684 "time": "2018-01-27T13:03:07+00:00"
9685 },
9686 {
9687 "name": "willdurand/jsonp-callback-validator",
9688 "version": "v1.1.0",
9689 "source": {
9690 "type": "git",
9691 "url": "https://github.com/willdurand/JsonpCallbackValidator.git",
9692 "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909"
9693 },
9694 "dist": {
9695 "type": "zip",
9696 "url": "https://api.github.com/repos/willdurand/JsonpCallbackValidator/zipball/1a7d388bb521959e612ef50c5c7b1691b097e909",
9697 "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909",
9698 "shasum": ""
9699 },
9700 "require": {
9701 "php": ">=5.3.0"
9702 },
9703 "require-dev": {
9704 "phpunit/phpunit": "~3.7"
9705 },
9706 "type": "library",
9707 "autoload": {
9708 "psr-0": {
9709 "JsonpCallbackValidator": "src/"
9710 }
9711 },
9712 "notification-url": "https://packagist.org/downloads/",
9713 "license": [
9714 "MIT"
9715 ],
9716 "authors": [
9717 {
9718 "name": "William Durand",
9719 "email": "william.durand1@gmail.com",
9720 "homepage": "http://www.willdurand.fr"
9721 }
9722 ],
9723 "description": "JSONP callback validator.",
9724 "time": "2014-01-20T22:35:06+00:00"
9725 },
9726 {
9727 "name": "willdurand/negotiation",
9728 "version": "v2.3.1",
9729 "source": {
9730 "type": "git",
9731 "url": "https://github.com/willdurand/Negotiation.git",
9732 "reference": "03436ededa67c6e83b9b12defac15384cb399dc9"
9733 },
9734 "dist": {
9735 "type": "zip",
9736 "url": "https://api.github.com/repos/willdurand/Negotiation/zipball/03436ededa67c6e83b9b12defac15384cb399dc9",
9737 "reference": "03436ededa67c6e83b9b12defac15384cb399dc9",
9738 "shasum": ""
9739 },
9740 "require": {
9741 "php": ">=5.4.0"
9742 },
9743 "require-dev": {
9744 "phpunit/phpunit": "~4.5"
9745 },
9746 "type": "library",
9747 "extra": {
9748 "branch-alias": {
9749 "dev-master": "2.3-dev"
9750 }
9751 },
9752 "autoload": {
9753 "psr-4": {
9754 "Negotiation\\": "src/Negotiation"
9755 }
9756 },
9757 "notification-url": "https://packagist.org/downloads/",
9758 "license": [
9759 "MIT"
9760 ],
9761 "authors": [
9762 {
9763 "name": "William Durand",
9764 "email": "will+git@drnd.me"
9765 }
9766 ],
9767 "description": "Content Negotiation tools for PHP provided as a standalone library.",
9768 "homepage": "http://williamdurand.fr/Negotiation/",
9769 "keywords": [
9770 "accept",
9771 "content",
9772 "format",
9773 "header",
9774 "negotiation"
9775 ],
9776 "time": "2017-05-14T17:21:12+00:00"
9777 },
9778 {
9779 "name": "zendframework/zend-code",
9780 "version": "3.4.1",
9781 "source": {
9782 "type": "git",
9783 "url": "https://github.com/zendframework/zend-code.git",
9784 "reference": "268040548f92c2bfcba164421c1add2ba43abaaa"
9785 },
9786 "dist": {
9787 "type": "zip",
9788 "url": "https://api.github.com/repos/zendframework/zend-code/zipball/268040548f92c2bfcba164421c1add2ba43abaaa",
9789 "reference": "268040548f92c2bfcba164421c1add2ba43abaaa",
9790 "shasum": ""
9791 },
9792 "require": {
9793 "php": "^7.1",
9794 "zendframework/zend-eventmanager": "^2.6 || ^3.0"
9795 },
9796 "conflict": {
9797 "phpspec/prophecy": "<1.9.0"
9798 },
9799 "require-dev": {
9800 "doctrine/annotations": "^1.7",
9801 "ext-phar": "*",
9802 "phpunit/phpunit": "^7.5.16 || ^8.4",
9803 "zendframework/zend-coding-standard": "^1.0",
9804 "zendframework/zend-stdlib": "^2.7 || ^3.0"
9805 },
9806 "suggest": {
9807 "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
9808 "zendframework/zend-stdlib": "Zend\\Stdlib component"
9809 },
9810 "type": "library",
9811 "extra": {
9812 "branch-alias": {
9813 "dev-master": "3.4.x-dev",
9814 "dev-develop": "3.5.x-dev",
9815 "dev-dev-4.0": "4.0.x-dev"
9816 }
9817 },
9818 "autoload": {
9819 "psr-4": {
9820 "Zend\\Code\\": "src/"
9821 }
9822 },
9823 "notification-url": "https://packagist.org/downloads/",
9824 "license": [
9825 "BSD-3-Clause"
9826 ],
9827 "description": "Extensions to the PHP Reflection API, static code scanning, and code generation",
9828 "keywords": [
9829 "ZendFramework",
9830 "code",
9831 "zf"
9832 ],
9833 "abandoned": "laminas/laminas-code",
9834 "time": "2019-12-10T19:21:15+00:00"
9835 },
9836 {
9837 "name": "zendframework/zend-diactoros",
9838 "version": "2.2.1",
9839 "source": {
9840 "type": "git",
9841 "url": "https://github.com/zendframework/zend-diactoros.git",
9842 "reference": "de5847b068362a88684a55b0dbb40d85986cfa52"
9843 },
9844 "dist": {
9845 "type": "zip",
9846 "url": "https://api.github.com/repos/zendframework/zend-diactoros/zipball/de5847b068362a88684a55b0dbb40d85986cfa52",
9847 "reference": "de5847b068362a88684a55b0dbb40d85986cfa52",
9848 "shasum": ""
9849 },
9850 "require": {
9851 "php": "^7.1",
9852 "psr/http-factory": "^1.0",
9853 "psr/http-message": "^1.0"
9854 },
9855 "provide": {
9856 "psr/http-factory-implementation": "1.0",
9857 "psr/http-message-implementation": "1.0"
9858 },
9859 "require-dev": {
9860 "ext-curl": "*",
9861 "ext-dom": "*",
9862 "ext-libxml": "*",
9863 "http-interop/http-factory-tests": "^0.5.0",
9864 "php-http/psr7-integration-tests": "dev-master",
9865 "phpunit/phpunit": "^7.0.2",
9866 "zendframework/zend-coding-standard": "~1.0.0"
9867 },
9868 "type": "library",
9869 "extra": {
9870 "branch-alias": {
9871 "dev-master": "2.1.x-dev",
9872 "dev-develop": "2.2.x-dev",
9873 "dev-release-1.8": "1.8.x-dev"
9874 }
9875 },
9876 "autoload": {
9877 "files": [
9878 "src/functions/create_uploaded_file.php",
9879 "src/functions/marshal_headers_from_sapi.php",
9880 "src/functions/marshal_method_from_sapi.php",
9881 "src/functions/marshal_protocol_version_from_sapi.php",
9882 "src/functions/marshal_uri_from_sapi.php",
9883 "src/functions/normalize_server.php",
9884 "src/functions/normalize_uploaded_files.php",
9885 "src/functions/parse_cookie_header.php"
9886 ],
9887 "psr-4": {
9888 "Zend\\Diactoros\\": "src/"
9889 }
9890 },
9891 "notification-url": "https://packagist.org/downloads/",
9892 "license": [
9893 "BSD-3-Clause"
9894 ],
9895 "description": "PSR HTTP Message implementations",
9896 "keywords": [
9897 "http",
9898 "psr",
9899 "psr-7"
9900 ],
9901 "abandoned": "laminas/laminas-diactoros",
9902 "time": "2019-11-13T19:16:13+00:00"
9903 },
9904 {
9905 "name": "zendframework/zend-eventmanager",
9906 "version": "3.2.1",
9907 "source": {
9908 "type": "git",
9909 "url": "https://github.com/zendframework/zend-eventmanager.git",
9910 "reference": "a5e2583a211f73604691586b8406ff7296a946dd"
9911 },
9912 "dist": {
9913 "type": "zip",
9914 "url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/a5e2583a211f73604691586b8406ff7296a946dd",
9915 "reference": "a5e2583a211f73604691586b8406ff7296a946dd",
9916 "shasum": ""
9917 },
9918 "require": {
9919 "php": "^5.6 || ^7.0"
9920 },
9921 "require-dev": {
9922 "athletic/athletic": "^0.1",
9923 "container-interop/container-interop": "^1.1.0",
9924 "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
9925 "zendframework/zend-coding-standard": "~1.0.0",
9926 "zendframework/zend-stdlib": "^2.7.3 || ^3.0"
9927 },
9928 "suggest": {
9929 "container-interop/container-interop": "^1.1.0, to use the lazy listeners feature",
9930 "zendframework/zend-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature"
9931 },
9932 "type": "library",
9933 "extra": {
9934 "branch-alias": {
9935 "dev-master": "3.2-dev",
9936 "dev-develop": "3.3-dev"
9937 }
9938 },
9939 "autoload": {
9940 "psr-4": {
9941 "Zend\\EventManager\\": "src/"
9942 }
9943 },
9944 "notification-url": "https://packagist.org/downloads/",
9945 "license": [
9946 "BSD-3-Clause"
9947 ],
9948 "description": "Trigger and listen to events within a PHP application",
9949 "homepage": "https://github.com/zendframework/zend-eventmanager",
9950 "keywords": [
9951 "event",
9952 "eventmanager",
9953 "events",
9954 "zf2"
9955 ],
9956 "abandoned": "laminas/laminas-eventmanager",
9957 "time": "2018-04-25T15:33:34+00:00"
9958 }
9959 ],
9960 "packages-dev": [
9961 {
9962 "name": "composer/semver",
9963 "version": "1.5.0",
9964 "source": {
9965 "type": "git",
9966 "url": "https://github.com/composer/semver.git",
9967 "reference": "46d9139568ccb8d9e7cdd4539cab7347568a5e2e"
9968 },
9969 "dist": {
9970 "type": "zip",
9971 "url": "https://api.github.com/repos/composer/semver/zipball/46d9139568ccb8d9e7cdd4539cab7347568a5e2e",
9972 "reference": "46d9139568ccb8d9e7cdd4539cab7347568a5e2e",
9973 "shasum": ""
9974 },
9975 "require": {
9976 "php": "^5.3.2 || ^7.0"
9977 },
9978 "require-dev": {
9979 "phpunit/phpunit": "^4.5 || ^5.0.5",
9980 "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
9981 },
9982 "type": "library",
9983 "extra": {
9984 "branch-alias": {
9985 "dev-master": "1.x-dev"
9986 }
9987 },
9988 "autoload": {
9989 "psr-4": {
9990 "Composer\\Semver\\": "src"
9991 }
9992 },
9993 "notification-url": "https://packagist.org/downloads/",
9994 "license": [
9995 "MIT"
9996 ],
9997 "authors": [
9998 {
9999 "name": "Nils Adermann",
10000 "email": "naderman@naderman.de",
10001 "homepage": "http://www.naderman.de"
10002 },
10003 {
10004 "name": "Jordi Boggiano",
10005 "email": "j.boggiano@seld.be",
10006 "homepage": "http://seld.be"
10007 },
10008 {
10009 "name": "Rob Bast",
10010 "email": "rob.bast@gmail.com",
10011 "homepage": "http://robbast.nl"
10012 }
10013 ],
10014 "description": "Semver library that offers utilities, version constraint parsing and validation.",
10015 "keywords": [
10016 "semantic",
10017 "semver",
10018 "validation",
10019 "versioning"
10020 ],
10021 "time": "2019-03-19T17:25:45+00:00"
10022 },
10023 {
10024 "name": "composer/xdebug-handler",
10025 "version": "1.4.0",
10026 "source": {
10027 "type": "git",
10028 "url": "https://github.com/composer/xdebug-handler.git",
10029 "reference": "cbe23383749496fe0f373345208b79568e4bc248"
10030 },
10031 "dist": {
10032 "type": "zip",
10033 "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/cbe23383749496fe0f373345208b79568e4bc248",
10034 "reference": "cbe23383749496fe0f373345208b79568e4bc248",
10035 "shasum": ""
10036 },
10037 "require": {
10038 "php": "^5.3.2 || ^7.0 || ^8.0",
10039 "psr/log": "^1.0"
10040 },
10041 "require-dev": {
10042 "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8"
10043 },
10044 "type": "library",
10045 "autoload": {
10046 "psr-4": {
10047 "Composer\\XdebugHandler\\": "src"
10048 }
10049 },
10050 "notification-url": "https://packagist.org/downloads/",
10051 "license": [
10052 "MIT"
10053 ],
10054 "authors": [
10055 {
10056 "name": "John Stevenson",
10057 "email": "john-stevenson@blueyonder.co.uk"
10058 }
10059 ],
10060 "description": "Restarts a process without Xdebug.",
10061 "keywords": [
10062 "Xdebug",
10063 "performance"
10064 ],
10065 "time": "2019-11-06T16:40:04+00:00"
10066 },
10067 {
10068 "name": "dama/doctrine-test-bundle",
10069 "version": "v5.0.3",
10070 "source": {
10071 "type": "git",
10072 "url": "https://github.com/dmaicher/doctrine-test-bundle.git",
10073 "reference": "29882b0d1a815f4819126ef714931bb24a31cbaa"
10074 },
10075 "dist": {
10076 "type": "zip",
10077 "url": "https://api.github.com/repos/dmaicher/doctrine-test-bundle/zipball/29882b0d1a815f4819126ef714931bb24a31cbaa",
10078 "reference": "29882b0d1a815f4819126ef714931bb24a31cbaa",
10079 "shasum": ""
10080 },
10081 "require": {
10082 "doctrine/dbal": "~2.5",
10083 "doctrine/doctrine-bundle": "~1.4",
10084 "php": "^7.1",
10085 "symfony/framework-bundle": "~2.7|~3.0|~4.0"
10086 },
10087 "require-dev": {
10088 "phpunit/phpunit": "~6.0|~7.0|~8.0",
10089 "symfony/phpunit-bridge": "~2.8|~3.0|~4.0",
10090 "symfony/yaml": "~2.8|~3.0|~4.0"
10091 },
10092 "type": "symfony-bundle",
10093 "extra": {
10094 "branch-alias": {
10095 "dev-master": "5.1.x-dev"
10096 }
10097 },
10098 "autoload": {
10099 "psr-4": {
10100 "DAMA\\DoctrineTestBundle\\": "src/DAMA/DoctrineTestBundle"
10101 }
10102 },
10103 "notification-url": "https://packagist.org/downloads/",
10104 "license": [
10105 "MIT"
10106 ],
10107 "authors": [
10108 {
10109 "name": "David Maicher",
10110 "email": "mail@dmaicher.de"
10111 }
10112 ],
10113 "description": "Symfony bundle to isolate doctrine database tests and improve test performance",
10114 "keywords": [
10115 "Symfony 3",
10116 "Symfony 4",
10117 "doctrine",
10118 "isolation",
10119 "performance",
10120 "symfony",
10121 "symfony 2",
10122 "tests"
10123 ],
10124 "time": "2019-03-22T10:34:17+00:00"
10125 },
10126 {
10127 "name": "doctrine/data-fixtures",
10128 "version": "1.3.3",
10129 "source": {
10130 "type": "git",
10131 "url": "https://github.com/doctrine/data-fixtures.git",
10132 "reference": "f0ee99c64922fc3f863715232b615c478a61b0a3"
10133 },
10134 "dist": {
10135 "type": "zip",
10136 "url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/f0ee99c64922fc3f863715232b615c478a61b0a3",
10137 "reference": "f0ee99c64922fc3f863715232b615c478a61b0a3",
10138 "shasum": ""
10139 },
10140 "require": {
10141 "doctrine/common": "~2.2",
10142 "php": "^7.1"
10143 },
10144 "conflict": {
10145 "doctrine/phpcr-odm": "<1.3.0"
10146 },
10147 "require-dev": {
10148 "alcaeus/mongo-php-adapter": "^1.1",
10149 "doctrine/dbal": "^2.5.4",
10150 "doctrine/mongodb-odm": "^1.3.0",
10151 "doctrine/orm": "^2.5.4",
10152 "phpunit/phpunit": "^7.0"
10153 },
10154 "suggest": {
10155 "alcaeus/mongo-php-adapter": "For using MongoDB ODM with PHP 7",
10156 "doctrine/mongodb-odm": "For loading MongoDB ODM fixtures",
10157 "doctrine/orm": "For loading ORM fixtures",
10158 "doctrine/phpcr-odm": "For loading PHPCR ODM fixtures"
10159 },
10160 "type": "library",
10161 "extra": {
10162 "branch-alias": {
10163 "dev-master": "1.3.x-dev"
10164 }
10165 },
10166 "autoload": {
10167 "psr-4": {
10168 "Doctrine\\Common\\DataFixtures\\": "lib/Doctrine/Common/DataFixtures"
10169 }
10170 },
10171 "notification-url": "https://packagist.org/downloads/",
10172 "license": [
10173 "MIT"
10174 ],
10175 "authors": [
10176 {
10177 "name": "Jonathan Wage",
10178 "email": "jonwage@gmail.com"
10179 }
10180 ],
10181 "description": "Data Fixtures for all Doctrine Object Managers",
10182 "homepage": "http://www.doctrine-project.org",
10183 "keywords": [
10184 "database"
10185 ],
10186 "time": "2019-10-24T04:52:28+00:00"
10187 },
10188 {
10189 "name": "doctrine/doctrine-fixtures-bundle",
10190 "version": "3.3.0",
10191 "source": {
10192 "type": "git",
10193 "url": "https://github.com/doctrine/DoctrineFixturesBundle.git",
10194 "reference": "8f07fcfdac7f3591f3c4bf13a50cbae05f65ed70"
10195 },
10196 "dist": {
10197 "type": "zip",
10198 "url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/8f07fcfdac7f3591f3c4bf13a50cbae05f65ed70",
10199 "reference": "8f07fcfdac7f3591f3c4bf13a50cbae05f65ed70",
10200 "shasum": ""
10201 },
10202 "require": {
10203 "doctrine/data-fixtures": "^1.3",
10204 "doctrine/doctrine-bundle": "^1.11|^2.0",
10205 "doctrine/orm": "^2.6.0",
10206 "php": "^7.1",
10207 "symfony/config": "^3.4|^4.3|^5.0",
10208 "symfony/console": "^3.4|^4.3|^5.0",
10209 "symfony/dependency-injection": "^3.4|^4.3|^5.0",
10210 "symfony/doctrine-bridge": "^3.4|^4.1|^5.0",
10211 "symfony/http-kernel": "^3.4|^4.3|^5.0"
10212 },
10213 "require-dev": {
10214 "doctrine/coding-standard": "^6.0",
10215 "phpunit/phpunit": "^7.4",
10216 "symfony/phpunit-bridge": "^4.1|^5.0"
10217 },
10218 "type": "symfony-bundle",
10219 "extra": {
10220 "branch-alias": {
10221 "dev-master": "3.3.x-dev"
10222 }
10223 },
10224 "autoload": {
10225 "psr-4": {
10226 "Doctrine\\Bundle\\FixturesBundle\\": ""
10227 }
10228 },
10229 "notification-url": "https://packagist.org/downloads/",
10230 "license": [
10231 "MIT"
10232 ],
10233 "authors": [
10234 {
10235 "name": "Fabien Potencier",
10236 "email": "fabien@symfony.com"
10237 },
10238 {
10239 "name": "Doctrine Project",
10240 "homepage": "http://www.doctrine-project.org"
10241 },
10242 {
10243 "name": "Symfony Community",
10244 "homepage": "http://symfony.com/contributors"
10245 }
10246 ],
10247 "description": "Symfony DoctrineFixturesBundle",
10248 "homepage": "http://www.doctrine-project.org",
10249 "keywords": [
10250 "Fixture",
10251 "persistence"
10252 ],
10253 "time": "2019-11-13T15:46:58+00:00"
10254 },
10255 {
10256 "name": "friendsofphp/php-cs-fixer",
10257 "version": "v2.16.1",
10258 "source": {
10259 "type": "git",
10260 "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
10261 "reference": "c8afb599858876e95e8ebfcd97812d383fa23f02"
10262 },
10263 "dist": {
10264 "type": "zip",
10265 "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/c8afb599858876e95e8ebfcd97812d383fa23f02",
10266 "reference": "c8afb599858876e95e8ebfcd97812d383fa23f02",
10267 "shasum": ""
10268 },
10269 "require": {
10270 "composer/semver": "^1.4",
10271 "composer/xdebug-handler": "^1.2",
10272 "doctrine/annotations": "^1.2",
10273 "ext-json": "*",
10274 "ext-tokenizer": "*",
10275 "php": "^5.6 || ^7.0",
10276 "php-cs-fixer/diff": "^1.3",
10277 "symfony/console": "^3.4.17 || ^4.1.6 || ^5.0",
10278 "symfony/event-dispatcher": "^3.0 || ^4.0 || ^5.0",
10279 "symfony/filesystem": "^3.0 || ^4.0 || ^5.0",
10280 "symfony/finder": "^3.0 || ^4.0 || ^5.0",
10281 "symfony/options-resolver": "^3.0 || ^4.0 || ^5.0",
10282 "symfony/polyfill-php70": "^1.0",
10283 "symfony/polyfill-php72": "^1.4",
10284 "symfony/process": "^3.0 || ^4.0 || ^5.0",
10285 "symfony/stopwatch": "^3.0 || ^4.0 || ^5.0"
10286 },
10287 "require-dev": {
10288 "johnkary/phpunit-speedtrap": "^1.1 || ^2.0 || ^3.0",
10289 "justinrainbow/json-schema": "^5.0",
10290 "keradus/cli-executor": "^1.2",
10291 "mikey179/vfsstream": "^1.6",
10292 "php-coveralls/php-coveralls": "^2.1",
10293 "php-cs-fixer/accessible-object": "^1.0",
10294 "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.1",
10295 "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.1",
10296 "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.1",
10297 "phpunitgoodpractices/traits": "^1.8",
10298 "symfony/phpunit-bridge": "^4.3 || ^5.0",
10299 "symfony/yaml": "^3.0 || ^4.0 || ^5.0"
10300 },
10301 "suggest": {
10302 "ext-mbstring": "For handling non-UTF8 characters in cache signature.",
10303 "php-cs-fixer/phpunit-constraint-isidenticalstring": "For IsIdenticalString constraint.",
10304 "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "For XmlMatchesXsd constraint.",
10305 "symfony/polyfill-mbstring": "When enabling `ext-mbstring` is not possible."
10306 },
10307 "bin": [
10308 "php-cs-fixer"
10309 ],
10310 "type": "application",
10311 "autoload": {
10312 "psr-4": {
10313 "PhpCsFixer\\": "src/"
10314 },
10315 "classmap": [
10316 "tests/Test/AbstractFixerTestCase.php",
10317 "tests/Test/AbstractIntegrationCaseFactory.php",
10318 "tests/Test/AbstractIntegrationTestCase.php",
10319 "tests/Test/Assert/AssertTokensTrait.php",
10320 "tests/Test/IntegrationCase.php",
10321 "tests/Test/IntegrationCaseFactory.php",
10322 "tests/Test/IntegrationCaseFactoryInterface.php",
10323 "tests/Test/InternalIntegrationCaseFactory.php",
10324 "tests/TestCase.php"
10325 ]
10326 },
10327 "notification-url": "https://packagist.org/downloads/",
10328 "license": [
10329 "MIT"
10330 ],
10331 "authors": [
10332 {
10333 "name": "Fabien Potencier",
10334 "email": "fabien@symfony.com"
10335 },
10336 {
10337 "name": "Dariusz Rumiński",
10338 "email": "dariusz.ruminski@gmail.com"
10339 }
10340 ],
10341 "description": "A tool to automatically fix PHP code style",
10342 "time": "2019-11-25T22:10:32+00:00"
10343 },
10344 {
10345 "name": "m6web/redis-mock",
10346 "version": "v5.0.0",
10347 "source": {
10348 "type": "git",
10349 "url": "https://github.com/M6Web/RedisMock.git",
10350 "reference": "1b7a1bcbb63d636b003643e88f785615e0a316bd"
10351 },
10352 "dist": {
10353 "type": "zip",
10354 "url": "https://api.github.com/repos/M6Web/RedisMock/zipball/1b7a1bcbb63d636b003643e88f785615e0a316bd",
10355 "reference": "1b7a1bcbb63d636b003643e88f785615e0a316bd",
10356 "shasum": ""
10357 },
10358 "require": {
10359 "php": ">=7.1.0"
10360 },
10361 "require-dev": {
10362 "atoum/atoum": "master-dev",
10363 "predis/predis": "~1.1"
10364 },
10365 "type": "library",
10366 "autoload": {
10367 "psr-0": {
10368 "M6Web\\Component\\RedisMock": "src/"
10369 }
10370 },
10371 "notification-url": "https://packagist.org/downloads/",
10372 "license": [
10373 "MIT"
10374 ],
10375 "authors": [
10376 {
10377 "name": "M6Web",
10378 "email": "opensource@m6web.fr",
10379 "homepage": "http://tech.m6web.fr/"
10380 }
10381 ],
10382 "description": "Library providing a PHP mock for Redis",
10383 "keywords": [
10384 "mock",
10385 "redis"
10386 ],
10387 "time": "2020-01-08T08:03:01+00:00"
10388 },
10389 {
10390 "name": "nette/bootstrap",
10391 "version": "v3.0.1",
10392 "source": {
10393 "type": "git",
10394 "url": "https://github.com/nette/bootstrap.git",
10395 "reference": "b45a1e33b6a44beb307756522396551e5a9ff249"
10396 },
10397 "dist": {
10398 "type": "zip",
10399 "url": "https://api.github.com/repos/nette/bootstrap/zipball/b45a1e33b6a44beb307756522396551e5a9ff249",
10400 "reference": "b45a1e33b6a44beb307756522396551e5a9ff249",
10401 "shasum": ""
10402 },
10403 "require": {
10404 "nette/di": "^3.0",
10405 "nette/utils": "^3.0",
10406 "php": ">=7.1"
10407 },
10408 "conflict": {
10409 "tracy/tracy": "<2.6"
10410 },
10411 "require-dev": {
10412 "latte/latte": "^2.2",
10413 "nette/application": "^3.0",
10414 "nette/caching": "^3.0",
10415 "nette/database": "^3.0",
10416 "nette/forms": "^3.0",
10417 "nette/http": "^3.0",
10418 "nette/mail": "^3.0",
10419 "nette/robot-loader": "^3.0",
10420 "nette/safe-stream": "^2.2",
10421 "nette/security": "^3.0",
10422 "nette/tester": "^2.0",
10423 "tracy/tracy": "^2.6"
10424 },
10425 "suggest": {
10426 "nette/robot-loader": "to use Configurator::createRobotLoader()",
10427 "tracy/tracy": "to use Configurator::enableTracy()"
10428 },
10429 "type": "library",
10430 "extra": {
10431 "branch-alias": {
10432 "dev-master": "3.0-dev"
10433 }
10434 },
10435 "autoload": {
10436 "classmap": [
10437 "src/"
10438 ]
10439 },
10440 "notification-url": "https://packagist.org/downloads/",
10441 "license": [
10442 "BSD-3-Clause",
10443 "GPL-2.0",
10444 "GPL-3.0"
10445 ],
10446 "authors": [
10447 {
10448 "name": "David Grudl",
10449 "homepage": "https://davidgrudl.com"
10450 },
10451 {
10452 "name": "Nette Community",
10453 "homepage": "https://nette.org/contributors"
10454 }
10455 ],
10456 "description": "🅱 Nette Bootstrap: the simple way to configure and bootstrap your Nette application.",
10457 "homepage": "https://nette.org",
10458 "keywords": [
10459 "bootstrapping",
10460 "configurator",
10461 "nette"
10462 ],
10463 "time": "2019-09-30T08:19:38+00:00"
10464 },
10465 {
10466 "name": "nette/di",
10467 "version": "v3.0.2",
10468 "source": {
10469 "type": "git",
10470 "url": "https://github.com/nette/di.git",
10471 "reference": "7ae47daa94b8dafbd0e8b6164e22e2d18d3e73ac"
10472 },
10473 "dist": {
10474 "type": "zip",
10475 "url": "https://api.github.com/repos/nette/di/zipball/7ae47daa94b8dafbd0e8b6164e22e2d18d3e73ac",
10476 "reference": "7ae47daa94b8dafbd0e8b6164e22e2d18d3e73ac",
10477 "shasum": ""
10478 },
10479 "require": {
10480 "ext-tokenizer": "*",
10481 "nette/neon": "^3.0",
10482 "nette/php-generator": "^3.3",
10483 "nette/robot-loader": "^3.2",
10484 "nette/schema": "^1.0",
10485 "nette/utils": "^3.0",
10486 "php": ">=7.1"
10487 },
10488 "conflict": {
10489 "nette/bootstrap": "<3.0"
10490 },
10491 "require-dev": {
10492 "nette/tester": "^2.2",
10493 "phpstan/phpstan": "^0.12",
10494 "tracy/tracy": "^2.3"
10495 },
10496 "type": "library",
10497 "extra": {
10498 "branch-alias": {
10499 "dev-master": "3.0-dev"
10500 }
10501 },
10502 "autoload": {
10503 "classmap": [
10504 "src/"
10505 ],
10506 "files": [
10507 "src/compatibility.php"
10508 ]
10509 },
10510 "notification-url": "https://packagist.org/downloads/",
10511 "license": [
10512 "BSD-3-Clause",
10513 "GPL-2.0",
10514 "GPL-3.0"
10515 ],
10516 "authors": [
10517 {
10518 "name": "David Grudl",
10519 "homepage": "https://davidgrudl.com"
10520 },
10521 {
10522 "name": "Nette Community",
10523 "homepage": "https://nette.org/contributors"
10524 }
10525 ],
10526 "description": "💎 Nette Dependency Injection Container: Flexible, compiled and full-featured DIC with perfectly usable autowiring and support for all new PHP 7.1 features.",
10527 "homepage": "https://nette.org",
10528 "keywords": [
10529 "compiled",
10530 "di",
10531 "dic",
10532 "factory",
10533 "ioc",
10534 "nette",
10535 "static"
10536 ],
10537 "time": "2019-12-17T04:03:21+00:00"
10538 },
10539 {
10540 "name": "nette/finder",
10541 "version": "v2.5.1",
10542 "source": {
10543 "type": "git",
10544 "url": "https://github.com/nette/finder.git",
10545 "reference": "14164e1ddd69e9c5f627ff82a10874b3f5bba5fe"
10546 },
10547 "dist": {
10548 "type": "zip",
10549 "url": "https://api.github.com/repos/nette/finder/zipball/14164e1ddd69e9c5f627ff82a10874b3f5bba5fe",
10550 "reference": "14164e1ddd69e9c5f627ff82a10874b3f5bba5fe",
10551 "shasum": ""
10552 },
10553 "require": {
10554 "nette/utils": "^2.4 || ~3.0.0",
10555 "php": ">=7.1"
10556 },
10557 "conflict": {
10558 "nette/nette": "<2.2"
10559 },
10560 "require-dev": {
10561 "nette/tester": "^2.0",
10562 "tracy/tracy": "^2.3"
10563 },
10564 "type": "library",
10565 "extra": {
10566 "branch-alias": {
10567 "dev-master": "2.5-dev"
10568 }
10569 },
10570 "autoload": {
10571 "classmap": [
10572 "src/"
10573 ]
10574 },
10575 "notification-url": "https://packagist.org/downloads/",
10576 "license": [
10577 "BSD-3-Clause",
10578 "GPL-2.0",
10579 "GPL-3.0"
10580 ],
10581 "authors": [
10582 {
10583 "name": "David Grudl",
10584 "homepage": "https://davidgrudl.com"
10585 },
10586 {
10587 "name": "Nette Community",
10588 "homepage": "https://nette.org/contributors"
10589 }
10590 ],
10591 "description": "🔍 Nette Finder: find files and directories with an intuitive API.",
10592 "homepage": "https://nette.org",
10593 "keywords": [
10594 "filesystem",
10595 "glob",
10596 "iterator",
10597 "nette"
10598 ],
10599 "time": "2019-07-11T18:02:17+00:00"
10600 },
10601 {
10602 "name": "nette/neon",
10603 "version": "v3.1.0",
10604 "source": {
10605 "type": "git",
10606 "url": "https://github.com/nette/neon.git",
10607 "reference": "0a18fc88801a14d66587932de133eeca01f7ce8e"
10608 },
10609 "dist": {
10610 "type": "zip",
10611 "url": "https://api.github.com/repos/nette/neon/zipball/0a18fc88801a14d66587932de133eeca01f7ce8e",
10612 "reference": "0a18fc88801a14d66587932de133eeca01f7ce8e",
10613 "shasum": ""
10614 },
10615 "require": {
10616 "ext-iconv": "*",
10617 "ext-json": "*",
10618 "php": ">=7.1"
10619 },
10620 "require-dev": {
10621 "nette/tester": "^2.0",
10622 "phpstan/phpstan": "^0.12",
10623 "tracy/tracy": "^2.3"
10624 },
10625 "type": "library",
10626 "extra": {
10627 "branch-alias": {
10628 "dev-master": "3.1-dev"
10629 }
10630 },
10631 "autoload": {
10632 "classmap": [
10633 "src/"
10634 ]
10635 },
10636 "notification-url": "https://packagist.org/downloads/",
10637 "license": [
10638 "BSD-3-Clause",
10639 "GPL-2.0",
10640 "GPL-3.0"
10641 ],
10642 "authors": [
10643 {
10644 "name": "David Grudl",
10645 "homepage": "https://davidgrudl.com"
10646 },
10647 {
10648 "name": "Nette Community",
10649 "homepage": "https://nette.org/contributors"
10650 }
10651 ],
10652 "description": "🍸 Nette NEON: encodes and decodes NEON file format.",
10653 "homepage": "http://ne-on.org",
10654 "keywords": [
10655 "export",
10656 "import",
10657 "neon",
10658 "nette",
10659 "yaml"
10660 ],
10661 "time": "2019-12-27T04:00:04+00:00"
10662 },
10663 {
10664 "name": "nette/php-generator",
10665 "version": "v3.3.1",
10666 "source": {
10667 "type": "git",
10668 "url": "https://github.com/nette/php-generator.git",
10669 "reference": "4240fd7adf499138c07b814ef9b9a6df9f6d7187"
10670 },
10671 "dist": {
10672 "type": "zip",
10673 "url": "https://api.github.com/repos/nette/php-generator/zipball/4240fd7adf499138c07b814ef9b9a6df9f6d7187",
10674 "reference": "4240fd7adf499138c07b814ef9b9a6df9f6d7187",
10675 "shasum": ""
10676 },
10677 "require": {
10678 "nette/utils": "^2.4.2 || ~3.0.0",
10679 "php": ">=7.1"
10680 },
10681 "require-dev": {
10682 "nette/tester": "^2.0",
10683 "tracy/tracy": "^2.3"
10684 },
10685 "type": "library",
10686 "extra": {
10687 "branch-alias": {
10688 "dev-master": "3.3-dev"
10689 }
10690 },
10691 "autoload": {
10692 "classmap": [
10693 "src/"
10694 ]
10695 },
10696 "notification-url": "https://packagist.org/downloads/",
10697 "license": [
10698 "BSD-3-Clause",
10699 "GPL-2.0",
10700 "GPL-3.0"
10701 ],
10702 "authors": [
10703 {
10704 "name": "David Grudl",
10705 "homepage": "https://davidgrudl.com"
10706 },
10707 {
10708 "name": "Nette Community",
10709 "homepage": "https://nette.org/contributors"
10710 }
10711 ],
10712 "description": "🐘 Nette PHP Generator: generates neat PHP code for you. Supports new PHP 7.3 features.",
10713 "homepage": "https://nette.org",
10714 "keywords": [
10715 "code",
10716 "nette",
10717 "php",
10718 "scaffolding"
10719 ],
10720 "time": "2019-11-22T11:12:11+00:00"
10721 },
10722 {
10723 "name": "nette/robot-loader",
10724 "version": "v3.2.1",
10725 "source": {
10726 "type": "git",
10727 "url": "https://github.com/nette/robot-loader.git",
10728 "reference": "d2a100e1f5cab390c78bc88709abbc91249c3993"
10729 },
10730 "dist": {
10731 "type": "zip",
10732 "url": "https://api.github.com/repos/nette/robot-loader/zipball/d2a100e1f5cab390c78bc88709abbc91249c3993",
10733 "reference": "d2a100e1f5cab390c78bc88709abbc91249c3993",
10734 "shasum": ""
10735 },
10736 "require": {
10737 "ext-tokenizer": "*",
10738 "nette/finder": "^2.5 || ^3.0",
10739 "nette/utils": "^3.0",
10740 "php": ">=7.1"
10741 },
10742 "require-dev": {
10743 "nette/tester": "^2.0",
10744 "phpstan/phpstan": "^0.12",
10745 "tracy/tracy": "^2.3"
10746 },
10747 "type": "library",
10748 "extra": {
10749 "branch-alias": {
10750 "dev-master": "3.2-dev"
10751 }
10752 },
10753 "autoload": {
10754 "classmap": [
10755 "src/"
10756 ]
10757 },
10758 "notification-url": "https://packagist.org/downloads/",
10759 "license": [
10760 "BSD-3-Clause",
10761 "GPL-2.0",
10762 "GPL-3.0"
10763 ],
10764 "authors": [
10765 {
10766 "name": "David Grudl",
10767 "homepage": "https://davidgrudl.com"
10768 },
10769 {
10770 "name": "Nette Community",
10771 "homepage": "https://nette.org/contributors"
10772 }
10773 ],
10774 "description": "🍀 Nette RobotLoader: high performance and comfortable autoloader that will search and autoload classes within your application.",
10775 "homepage": "https://nette.org",
10776 "keywords": [
10777 "autoload",
10778 "class",
10779 "interface",
10780 "nette",
10781 "trait"
10782 ],
10783 "time": "2019-12-26T22:32:02+00:00"
10784 },
10785 {
10786 "name": "nette/schema",
10787 "version": "v1.0.1",
10788 "source": {
10789 "type": "git",
10790 "url": "https://github.com/nette/schema.git",
10791 "reference": "337117df1dade22e2ba1fdc4a4b832c1e9b06b76"
10792 },
10793 "dist": {
10794 "type": "zip",
10795 "url": "https://api.github.com/repos/nette/schema/zipball/337117df1dade22e2ba1fdc4a4b832c1e9b06b76",
10796 "reference": "337117df1dade22e2ba1fdc4a4b832c1e9b06b76",
10797 "shasum": ""
10798 },
10799 "require": {
10800 "nette/utils": "^3.0.1",
10801 "php": ">=7.1"
10802 },
10803 "require-dev": {
10804 "nette/tester": "^2.2",
10805 "tracy/tracy": "^2.3"
10806 },
10807 "type": "library",
10808 "extra": {
10809 "branch-alias": {
10810 "dev-master": "1.0-dev"
10811 }
10812 },
10813 "autoload": {
10814 "classmap": [
10815 "src/"
10816 ]
10817 },
10818 "notification-url": "https://packagist.org/downloads/",
10819 "license": [
10820 "BSD-3-Clause",
10821 "GPL-2.0",
10822 "GPL-3.0"
10823 ],
10824 "authors": [
10825 {
10826 "name": "David Grudl",
10827 "homepage": "https://davidgrudl.com"
10828 },
10829 {
10830 "name": "Nette Community",
10831 "homepage": "https://nette.org/contributors"
10832 }
10833 ],
10834 "description": "📐 Nette Schema: validating data structures against a given Schema.",
10835 "homepage": "https://nette.org",
10836 "keywords": [
10837 "config",
10838 "nette"
10839 ],
10840 "time": "2019-10-31T20:52:19+00:00"
10841 },
10842 {
10843 "name": "nette/utils",
10844 "version": "v3.0.3",
10845 "source": {
10846 "type": "git",
10847 "url": "https://github.com/nette/utils.git",
10848 "reference": "f1b5ce0fae07f13e066e64f9a8f59e53b8f4982e"
10849 },
10850 "dist": {
10851 "type": "zip",
10852 "url": "https://api.github.com/repos/nette/utils/zipball/f1b5ce0fae07f13e066e64f9a8f59e53b8f4982e",
10853 "reference": "f1b5ce0fae07f13e066e64f9a8f59e53b8f4982e",
10854 "shasum": ""
10855 },
10856 "require": {
10857 "php": ">=7.1"
10858 },
10859 "require-dev": {
10860 "nette/tester": "~2.0",
10861 "phpstan/phpstan": "^0.12",
10862 "tracy/tracy": "^2.3"
10863 },
10864 "suggest": {
10865 "ext-gd": "to use Image",
10866 "ext-iconv": "to use Strings::webalize() and toAscii()",
10867 "ext-intl": "to use Strings::webalize(), toAscii(), normalize() and compare()",
10868 "ext-json": "to use Nette\\Utils\\Json",
10869 "ext-mbstring": "to use Strings::lower() etc...",
10870 "ext-tokenizer": "to use Nette\\Utils\\Reflection::getUseStatements()",
10871 "ext-xml": "to use Strings::length() etc. when mbstring is not available"
10872 },
10873 "type": "library",
10874 "extra": {
10875 "branch-alias": {
10876 "dev-master": "3.0-dev"
10877 }
10878 },
10879 "autoload": {
10880 "classmap": [
10881 "src/"
10882 ]
10883 },
10884 "notification-url": "https://packagist.org/downloads/",
10885 "license": [
10886 "BSD-3-Clause",
10887 "GPL-2.0",
10888 "GPL-3.0"
10889 ],
10890 "authors": [
10891 {
10892 "name": "David Grudl",
10893 "homepage": "https://davidgrudl.com"
10894 },
10895 {
10896 "name": "Nette Community",
10897 "homepage": "https://nette.org/contributors"
10898 }
10899 ],
10900 "description": "🛠 Nette Utils: lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.",
10901 "homepage": "https://nette.org",
10902 "keywords": [
10903 "array",
10904 "core",
10905 "datetime",
10906 "images",
10907 "json",
10908 "nette",
10909 "paginator",
10910 "password",
10911 "slugify",
10912 "string",
10913 "unicode",
10914 "utf-8",
10915 "utility",
10916 "validation"
10917 ],
10918 "time": "2019-12-27T03:47:50+00:00"
10919 },
10920 {
10921 "name": "nikic/php-parser",
10922 "version": "v4.3.0",
10923 "source": {
10924 "type": "git",
10925 "url": "https://github.com/nikic/PHP-Parser.git",
10926 "reference": "9a9981c347c5c49d6dfe5cf826bb882b824080dc"
10927 },
10928 "dist": {
10929 "type": "zip",
10930 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/9a9981c347c5c49d6dfe5cf826bb882b824080dc",
10931 "reference": "9a9981c347c5c49d6dfe5cf826bb882b824080dc",
10932 "shasum": ""
10933 },
10934 "require": {
10935 "ext-tokenizer": "*",
10936 "php": ">=7.0"
10937 },
10938 "require-dev": {
10939 "ircmaxell/php-yacc": "0.0.5",
10940 "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0"
10941 },
10942 "bin": [
10943 "bin/php-parse"
10944 ],
10945 "type": "library",
10946 "extra": {
10947 "branch-alias": {
10948 "dev-master": "4.3-dev"
10949 }
10950 },
10951 "autoload": {
10952 "psr-4": {
10953 "PhpParser\\": "lib/PhpParser"
10954 }
10955 },
10956 "notification-url": "https://packagist.org/downloads/",
10957 "license": [
10958 "BSD-3-Clause"
10959 ],
10960 "authors": [
10961 {
10962 "name": "Nikita Popov"
10963 }
10964 ],
10965 "description": "A PHP parser written in PHP",
10966 "keywords": [
10967 "parser",
10968 "php"
10969 ],
10970 "time": "2019-11-08T13:50:10+00:00"
10971 },
10972 {
10973 "name": "php-cs-fixer/diff",
10974 "version": "v1.3.0",
10975 "source": {
10976 "type": "git",
10977 "url": "https://github.com/PHP-CS-Fixer/diff.git",
10978 "reference": "78bb099e9c16361126c86ce82ec4405ebab8e756"
10979 },
10980 "dist": {
10981 "type": "zip",
10982 "url": "https://api.github.com/repos/PHP-CS-Fixer/diff/zipball/78bb099e9c16361126c86ce82ec4405ebab8e756",
10983 "reference": "78bb099e9c16361126c86ce82ec4405ebab8e756",
10984 "shasum": ""
10985 },
10986 "require": {
10987 "php": "^5.6 || ^7.0"
10988 },
10989 "require-dev": {
10990 "phpunit/phpunit": "^5.7.23 || ^6.4.3",
10991 "symfony/process": "^3.3"
10992 },
10993 "type": "library",
10994 "autoload": {
10995 "classmap": [
10996 "src/"
10997 ]
10998 },
10999 "notification-url": "https://packagist.org/downloads/",
11000 "license": [
11001 "BSD-3-Clause"
11002 ],
11003 "authors": [
11004 {
11005 "name": "Kore Nordmann",
11006 "email": "mail@kore-nordmann.de"
11007 },
11008 {
11009 "name": "Sebastian Bergmann",
11010 "email": "sebastian@phpunit.de"
11011 },
11012 {
11013 "name": "SpacePossum"
11014 }
11015 ],
11016 "description": "sebastian/diff v2 backport support for PHP5.6",
11017 "homepage": "https://github.com/PHP-CS-Fixer",
11018 "keywords": [
11019 "diff"
11020 ],
11021 "time": "2018-02-15T16:58:55+00:00"
11022 },
11023 {
11024 "name": "php-http/mock-client",
11025 "version": "1.3.1",
11026 "source": {
11027 "type": "git",
11028 "url": "https://github.com/php-http/mock-client.git",
11029 "reference": "186547be76fe81cc0c0589f9285ef9c8dded9845"
11030 },
11031 "dist": {
11032 "type": "zip",
11033 "url": "https://api.github.com/repos/php-http/mock-client/zipball/186547be76fe81cc0c0589f9285ef9c8dded9845",
11034 "reference": "186547be76fe81cc0c0589f9285ef9c8dded9845",
11035 "shasum": ""
11036 },
11037 "require": {
11038 "php": "^5.5 || ^7.0",
11039 "php-http/client-common": "^1.9 || ^2.0",
11040 "php-http/discovery": "^1.0",
11041 "php-http/httplug": "^1.0 || ^2.0",
11042 "php-http/message-factory": "^1.0"
11043 },
11044 "provide": {
11045 "php-http/async-client-implementation": "1.0",
11046 "php-http/client-implementation": "1.0"
11047 },
11048 "require-dev": {
11049 "henrikbjorn/phpspec-code-coverage": "^1.0",
11050 "phpspec/phpspec": "^2.4"
11051 },
11052 "type": "library",
11053 "extra": {
11054 "branch-alias": {
11055 "dev-master": "1.3-dev"
11056 }
11057 },
11058 "autoload": {
11059 "psr-4": {
11060 "Http\\Mock\\": "src/"
11061 }
11062 },
11063 "notification-url": "https://packagist.org/downloads/",
11064 "license": [
11065 "MIT"
11066 ],
11067 "authors": [
11068 {
11069 "name": "David de Boer",
11070 "email": "david@ddeboer.nl"
11071 }
11072 ],
11073 "description": "Mock HTTP client",
11074 "homepage": "http://httplug.io",
11075 "keywords": [
11076 "client",
11077 "http",
11078 "mock",
11079 "psr7"
11080 ],
11081 "time": "2019-11-06T12:49:04+00:00"
11082 },
11083 {
11084 "name": "phpstan/phpdoc-parser",
11085 "version": "0.3.5",
11086 "source": {
11087 "type": "git",
11088 "url": "https://github.com/phpstan/phpdoc-parser.git",
11089 "reference": "8c4ef2aefd9788238897b678a985e1d5c8df6db4"
11090 },
11091 "dist": {
11092 "type": "zip",
11093 "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/8c4ef2aefd9788238897b678a985e1d5c8df6db4",
11094 "reference": "8c4ef2aefd9788238897b678a985e1d5c8df6db4",
11095 "shasum": ""
11096 },
11097 "require": {
11098 "php": "~7.1"
11099 },
11100 "require-dev": {
11101 "consistence/coding-standard": "^3.5",
11102 "jakub-onderka/php-parallel-lint": "^0.9.2",
11103 "phing/phing": "^2.16.0",
11104 "phpstan/phpstan": "^0.10",
11105 "phpunit/phpunit": "^6.3",
11106 "slevomat/coding-standard": "^4.7.2",
11107 "squizlabs/php_codesniffer": "^3.3.2",
11108 "symfony/process": "^3.4 || ^4.0"
11109 },
11110 "type": "library",
11111 "extra": {
11112 "branch-alias": {
11113 "dev-master": "0.3-dev"
11114 }
11115 },
11116 "autoload": {
11117 "psr-4": {
11118 "PHPStan\\PhpDocParser\\": [
11119 "src/"
11120 ]
11121 }
11122 },
11123 "notification-url": "https://packagist.org/downloads/",
11124 "license": [
11125 "MIT"
11126 ],
11127 "description": "PHPDoc parser with support for nullable, intersection and generic types",
11128 "time": "2019-06-07T19:13:52+00:00"
11129 },
11130 {
11131 "name": "phpstan/phpstan",
11132 "version": "0.11.19",
11133 "source": {
11134 "type": "git",
11135 "url": "https://github.com/phpstan/phpstan.git",
11136 "reference": "63cc502f6957b7f74efbac444b4cf219dcadffd7"
11137 },
11138 "dist": {
11139 "type": "zip",
11140 "url": "https://api.github.com/repos/phpstan/phpstan/zipball/63cc502f6957b7f74efbac444b4cf219dcadffd7",
11141 "reference": "63cc502f6957b7f74efbac444b4cf219dcadffd7",
11142 "shasum": ""
11143 },
11144 "require": {
11145 "composer/xdebug-handler": "^1.3.0",
11146 "jean85/pretty-package-versions": "^1.0.3",
11147 "nette/bootstrap": "^2.4 || ^3.0",
11148 "nette/di": "^2.4.7 || ^3.0",
11149 "nette/neon": "^2.4.3 || ^3.0",
11150 "nette/robot-loader": "^3.0.1",
11151 "nette/schema": "^1.0",
11152 "nette/utils": "^2.4.5 || ^3.0",
11153 "nikic/php-parser": "^4.2.3",
11154 "php": "~7.1",
11155 "phpstan/phpdoc-parser": "^0.3.5",
11156 "symfony/console": "~3.2 || ~4.0",
11157 "symfony/finder": "~3.2 || ~4.0"
11158 },
11159 "conflict": {
11160 "symfony/console": "3.4.16 || 4.1.5"
11161 },
11162 "require-dev": {
11163 "brianium/paratest": "^2.0 || ^3.0",
11164 "consistence/coding-standard": "^3.5",
11165 "dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
11166 "ext-intl": "*",
11167 "ext-mysqli": "*",
11168 "ext-simplexml": "*",
11169 "ext-soap": "*",
11170 "ext-zip": "*",
11171 "jakub-onderka/php-parallel-lint": "^1.0",
11172 "localheinz/composer-normalize": "^1.1.0",
11173 "phing/phing": "^2.16.0",
11174 "phpstan/phpstan-deprecation-rules": "^0.11",
11175 "phpstan/phpstan-php-parser": "^0.11",
11176 "phpstan/phpstan-phpunit": "^0.11",
11177 "phpstan/phpstan-strict-rules": "^0.11",
11178 "phpunit/phpunit": "^7.5.14 || ^8.0",
11179 "slevomat/coding-standard": "^4.7.2",
11180 "squizlabs/php_codesniffer": "^3.3.2"
11181 },
11182 "bin": [
11183 "bin/phpstan"
11184 ],
11185 "type": "library",
11186 "extra": {
11187 "branch-alias": {
11188 "dev-master": "0.11-dev"
11189 }
11190 },
11191 "autoload": {
11192 "psr-4": {
11193 "PHPStan\\": [
11194 "src/"
11195 ]
11196 }
11197 },
11198 "notification-url": "https://packagist.org/downloads/",
11199 "license": [
11200 "MIT"
11201 ],
11202 "description": "PHPStan - PHP Static Analysis Tool",
11203 "time": "2019-10-22T20:20:22+00:00"
11204 },
11205 {
11206 "name": "phpstan/phpstan-doctrine",
11207 "version": "0.11.6",
11208 "source": {
11209 "type": "git",
11210 "url": "https://github.com/phpstan/phpstan-doctrine.git",
11211 "reference": "77592865e167b32c7dcb4f39a35210e909a8854c"
11212 },
11213 "dist": {
11214 "type": "zip",
11215 "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/77592865e167b32c7dcb4f39a35210e909a8854c",
11216 "reference": "77592865e167b32c7dcb4f39a35210e909a8854c",
11217 "shasum": ""
11218 },
11219 "require": {
11220 "nikic/php-parser": "^4.0",
11221 "php": "~7.1",
11222 "phpstan/phpdoc-parser": "^0.3",
11223 "phpstan/phpstan": "^0.11.7"
11224 },
11225 "conflict": {
11226 "doctrine/collections": "<1.0",
11227 "doctrine/common": "<2.7",
11228 "doctrine/mongodb-odm": "<1.2",
11229 "doctrine/orm": "<2.5"
11230 },
11231 "require-dev": {
11232 "consistence/coding-standard": "^3.8",
11233 "dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
11234 "doctrine/collections": "^1.0",
11235 "doctrine/common": "^2.7",
11236 "doctrine/mongodb-odm": "^1.2",
11237 "doctrine/orm": "^2.5",
11238 "jakub-onderka/php-parallel-lint": "^1.0",
11239 "phing/phing": "^2.16.0",
11240 "phpstan/phpstan-phpunit": "^0.11",
11241 "phpstan/phpstan-strict-rules": "^0.11",
11242 "phpunit/phpunit": "^7.0",
11243 "slevomat/coding-standard": "^5.0.4"
11244 },
11245 "type": "phpstan-extension",
11246 "extra": {
11247 "branch-alias": {
11248 "dev-master": "0.11-dev"
11249 },
11250 "phpstan": {
11251 "includes": [
11252 "extension.neon",
11253 "rules.neon"
11254 ]
11255 }
11256 },
11257 "autoload": {
11258 "psr-4": {
11259 "PHPStan\\": "src/"
11260 }
11261 },
11262 "notification-url": "https://packagist.org/downloads/",
11263 "license": [
11264 "MIT"
11265 ],
11266 "description": "Doctrine extensions for PHPStan",
11267 "time": "2019-09-13T08:40:06+00:00"
11268 },
11269 {
11270 "name": "phpstan/phpstan-phpunit",
11271 "version": "0.11.2",
11272 "source": {
11273 "type": "git",
11274 "url": "https://github.com/phpstan/phpstan-phpunit.git",
11275 "reference": "fbf2ad56c3b13189d29655e226c9b1da47c2fad9"
11276 },
11277 "dist": {
11278 "type": "zip",
11279 "url": "https://api.github.com/repos/phpstan/phpstan-phpunit/zipball/fbf2ad56c3b13189d29655e226c9b1da47c2fad9",
11280 "reference": "fbf2ad56c3b13189d29655e226c9b1da47c2fad9",
11281 "shasum": ""
11282 },
11283 "require": {
11284 "nikic/php-parser": "^4.0",
11285 "php": "~7.1",
11286 "phpstan/phpdoc-parser": "^0.3",
11287 "phpstan/phpstan": "^0.11.4"
11288 },
11289 "conflict": {
11290 "phpunit/phpunit": "<7.0"
11291 },
11292 "require-dev": {
11293 "consistence/coding-standard": "^3.0.1",
11294 "dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
11295 "jakub-onderka/php-parallel-lint": "^1.0",
11296 "phing/phing": "^2.16.0",
11297 "phpstan/phpstan-strict-rules": "^0.11",
11298 "phpunit/phpunit": "^7.0",
11299 "satooshi/php-coveralls": "^1.0",
11300 "slevomat/coding-standard": "^4.5.2"
11301 },
11302 "type": "phpstan-extension",
11303 "extra": {
11304 "branch-alias": {
11305 "dev-master": "0.11-dev"
11306 },
11307 "phpstan": {
11308 "includes": [
11309 "extension.neon",
11310 "rules.neon"
11311 ]
11312 }
11313 },
11314 "autoload": {
11315 "psr-4": {
11316 "PHPStan\\": "src/"
11317 }
11318 },
11319 "notification-url": "https://packagist.org/downloads/",
11320 "license": [
11321 "MIT"
11322 ],
11323 "description": "PHPUnit extensions and rules for PHPStan",
11324 "time": "2019-05-17T17:50:16+00:00"
11325 },
11326 {
11327 "name": "phpstan/phpstan-symfony",
11328 "version": "0.11.6",
11329 "source": {
11330 "type": "git",
11331 "url": "https://github.com/phpstan/phpstan-symfony.git",
11332 "reference": "c7be3054c21fd472a52b1c38eb129c3f93776084"
11333 },
11334 "dist": {
11335 "type": "zip",
11336 "url": "https://api.github.com/repos/phpstan/phpstan-symfony/zipball/c7be3054c21fd472a52b1c38eb129c3f93776084",
11337 "reference": "c7be3054c21fd472a52b1c38eb129c3f93776084",
11338 "shasum": ""
11339 },
11340 "require": {
11341 "ext-simplexml": "*",
11342 "nikic/php-parser": "^4.0",
11343 "php": "^7.1",
11344 "phpstan/phpstan": "^0.11.7"
11345 },
11346 "conflict": {
11347 "symfony/framework-bundle": "<3.0"
11348 },
11349 "require-dev": {
11350 "consistence/coding-standard": "^3.0.1",
11351 "dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
11352 "jakub-onderka/php-parallel-lint": "^1.0",
11353 "nette/di": "^3.0-stable",
11354 "phing/phing": "^2.16.0",
11355 "phpstan/phpstan-phpunit": "^0.11",
11356 "phpstan/phpstan-strict-rules": "^0.11",
11357 "phpunit/phpunit": "^7.0",
11358 "slevomat/coding-standard": "^4.5.2",
11359 "squizlabs/php_codesniffer": "^3.3.2",
11360 "symfony/console": "^3.0 || ^4.0",
11361 "symfony/framework-bundle": "^3.0 || ^4.0",
11362 "symfony/messenger": "^4.2",
11363 "symfony/serializer": "^3.0 || ^4.0"
11364 },
11365 "type": "phpstan-extension",
11366 "extra": {
11367 "branch-alias": {
11368 "dev-master": "0.11-dev"
11369 },
11370 "phpstan": {
11371 "includes": [
11372 "extension.neon"
11373 ]
11374 }
11375 },
11376 "autoload": {
11377 "psr-4": {
11378 "PHPStan\\": "src/"
11379 }
11380 },
11381 "notification-url": "https://packagist.org/downloads/",
11382 "license": [
11383 "MIT"
11384 ],
11385 "authors": [
11386 {
11387 "name": "Lukáš Unger",
11388 "email": "looky.msc@gmail.com",
11389 "homepage": "https://lookyman.net"
11390 }
11391 ],
11392 "description": "Symfony Framework extensions and rules for PHPStan",
11393 "time": "2019-05-19T17:40:25+00:00"
11394 },
11395 {
11396 "name": "sensio/generator-bundle",
11397 "version": "v3.1.7",
11398 "source": {
11399 "type": "git",
11400 "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git",
11401 "reference": "28cbaa244bd0816fd8908b93f90380bcd7b67a65"
11402 },
11403 "dist": {
11404 "type": "zip",
11405 "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/28cbaa244bd0816fd8908b93f90380bcd7b67a65",
11406 "reference": "28cbaa244bd0816fd8908b93f90380bcd7b67a65",
11407 "shasum": ""
11408 },
11409 "require": {
11410 "symfony/console": "~2.7|~3.0",
11411 "symfony/framework-bundle": "~2.7|~3.0",
11412 "symfony/process": "~2.7|~3.0",
11413 "symfony/yaml": "~2.7|~3.0",
11414 "twig/twig": "^1.28.2|^2.0"
11415 },
11416 "require-dev": {
11417 "doctrine/orm": "~2.4",
11418 "symfony/doctrine-bridge": "~2.7|~3.0",
11419 "symfony/filesystem": "~2.7|~3.0",
11420 "symfony/phpunit-bridge": "^3.3"
11421 },
11422 "type": "symfony-bundle",
11423 "extra": {
11424 "branch-alias": {
11425 "dev-master": "3.1.x-dev"
11426 }
11427 },
11428 "autoload": {
11429 "psr-4": {
11430 "Sensio\\Bundle\\GeneratorBundle\\": ""
11431 },
11432 "exclude-from-classmap": [
11433 "/Tests/"
11434 ]
11435 },
11436 "notification-url": "https://packagist.org/downloads/",
11437 "license": [
11438 "MIT"
11439 ],
11440 "authors": [
11441 {
11442 "name": "Fabien Potencier",
11443 "email": "fabien@symfony.com"
11444 }
11445 ],
11446 "description": "This bundle generates code for you",
11447 "abandoned": true,
11448 "time": "2017-12-07T15:36:41+00:00"
11449 },
11450 {
11451 "name": "symfony/phpunit-bridge",
11452 "version": "v4.3.11",
11453 "source": {
11454 "type": "git",
11455 "url": "https://github.com/symfony/phpunit-bridge.git",
11456 "reference": "692a73a2e0b76123150709f5eb7e2ea9bf2bad43"
11457 },
11458 "dist": {
11459 "type": "zip",
11460 "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/692a73a2e0b76123150709f5eb7e2ea9bf2bad43",
11461 "reference": "692a73a2e0b76123150709f5eb7e2ea9bf2bad43",
11462 "shasum": ""
11463 },
11464 "require": {
11465 "php": ">=5.5.9"
11466 },
11467 "conflict": {
11468 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
11469 },
11470 "suggest": {
11471 "symfony/debug": "For tracking deprecated interfaces usages at runtime with DebugClassLoader"
11472 },
11473 "bin": [
11474 "bin/simple-phpunit"
11475 ],
11476 "type": "symfony-bridge",
11477 "extra": {
11478 "branch-alias": {
11479 "dev-master": "4.3-dev"
11480 },
11481 "thanks": {
11482 "name": "phpunit/phpunit",
11483 "url": "https://github.com/sebastianbergmann/phpunit"
11484 }
11485 },
11486 "autoload": {
11487 "files": [
11488 "bootstrap.php"
11489 ],
11490 "psr-4": {
11491 "Symfony\\Bridge\\PhpUnit\\": ""
11492 },
11493 "exclude-from-classmap": [
11494 "/Tests/"
11495 ]
11496 },
11497 "notification-url": "https://packagist.org/downloads/",
11498 "license": [
11499 "MIT"
11500 ],
11501 "authors": [
11502 {
11503 "name": "Nicolas Grekas",
11504 "email": "p@tchwork.com"
11505 },
11506 {
11507 "name": "Symfony Community",
11508 "homepage": "https://symfony.com/contributors"
11509 }
11510 ],
11511 "description": "Symfony PHPUnit Bridge",
11512 "homepage": "https://symfony.com",
11513 "time": "2020-01-31T09:56:21+00:00"
11514 }
11515 ],
11516 "aliases": [],
11517 "minimum-stability": "dev",
11518 "stability-flags": {
11519 "grandt/phpepub": 20,
11520 "predis/predis": 20
11521 },
11522 "prefer-stable": true,
11523 "prefer-lowest": false,
11524 "platform": {
11525 "php": ">=7.1.3",
11526 "ext-pcre": "*",
11527 "ext-dom": "*",
11528 "ext-curl": "*",
11529 "ext-gd": "*",
11530 "ext-session": "*",
11531 "ext-ctype": "*",
11532 "ext-hash": "*",
11533 "ext-simplexml": "*",
11534 "ext-json": "*",
11535 "ext-mbstring": "*",
11536 "ext-xml": "*",
11537 "ext-iconv": "*",
11538 "ext-tokenizer": "*",
11539 "ext-pdo": "*",
11540 "ext-tidy": "*"
11541 },
11542 "platform-dev": [],
11543 "platform-overrides": {
11544 "php": "7.1.3"
11545 }
11546 }