]> git.immae.eu Git - github/wallabag/wallabag.git/blob - composer.lock
Merge pull request #4230 from wallabag/dependabot/composer/sentry/sentry-symfony...
[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": "8d0908fbb4c4987466d1c0593a2fe15a",
8 "packages": [
9 {
10 "name": "bdunogier/guzzle-site-authenticator",
11 "version": "1.0.0",
12 "source": {
13 "type": "git",
14 "url": "https://github.com/wallabag/guzzle-site-authenticator.git",
15 "reference": "6649aca6f13c27088ef34e4202b31fc0da01d987"
16 },
17 "dist": {
18 "type": "zip",
19 "url": "https://api.github.com/repos/wallabag/guzzle-site-authenticator/zipball/6649aca6f13c27088ef34e4202b31fc0da01d987",
20 "reference": "6649aca6f13c27088ef34e4202b31fc0da01d987",
21 "shasum": ""
22 },
23 "require": {
24 "guzzlehttp/guzzle": "^5.2.0",
25 "psr/log": "^1.0.0",
26 "symfony/expression-language": "^3.2"
27 },
28 "require-dev": {
29 "friendsofphp/php-cs-fixer": "~2.0",
30 "monolog/monolog": "^1.13",
31 "php-coveralls/php-coveralls": "~1.0",
32 "symfony/phpunit-bridge": "^4.2"
33 },
34 "type": "library",
35 "extra": {
36 "branch-alias": {
37 "dev-master": "1.0.x-dev"
38 }
39 },
40 "autoload": {
41 "psr-4": {
42 "BD\\GuzzleSiteAuthenticatorBundle\\": "bundle/",
43 "BD\\GuzzleSiteAuthenticator\\": "lib/"
44 }
45 },
46 "notification-url": "https://packagist.org/downloads/",
47 "license": [
48 "MIT"
49 ],
50 "authors": [
51 {
52 "name": "Bertrand Dunogier",
53 "email": "bertrand.dunogier@gmail.com"
54 }
55 ],
56 "description": "A guzzle plugin that adds, if necessary, authentication data to requests. Uses credentials and cookies, with login requests to the sites.",
57 "time": "2018-12-13T21:06:29+00:00"
58 },
59 {
60 "name": "beberlei/assert",
61 "version": "v3.2.7",
62 "source": {
63 "type": "git",
64 "url": "https://github.com/beberlei/assert.git",
65 "reference": "d63a6943fc4fd1a2aedb65994e3548715105abcf"
66 },
67 "dist": {
68 "type": "zip",
69 "url": "https://api.github.com/repos/beberlei/assert/zipball/d63a6943fc4fd1a2aedb65994e3548715105abcf",
70 "reference": "d63a6943fc4fd1a2aedb65994e3548715105abcf",
71 "shasum": ""
72 },
73 "require": {
74 "ext-ctype": "*",
75 "ext-json": "*",
76 "ext-mbstring": "*",
77 "ext-simplexml": "*",
78 "php": "^7"
79 },
80 "require-dev": {
81 "friendsofphp/php-cs-fixer": "*",
82 "phpstan/phpstan-shim": "*",
83 "phpunit/phpunit": ">=6.0.0 <8"
84 },
85 "suggest": {
86 "ext-intl": "Needed to allow Assertion::count(), Assertion::isCountable(), Assertion::minCount(), and Assertion::maxCount() to operate on ResourceBundles"
87 },
88 "type": "library",
89 "autoload": {
90 "psr-4": {
91 "Assert\\": "lib/Assert"
92 },
93 "files": [
94 "lib/Assert/functions.php"
95 ]
96 },
97 "notification-url": "https://packagist.org/downloads/",
98 "license": [
99 "BSD-2-Clause"
100 ],
101 "authors": [
102 {
103 "name": "Benjamin Eberlei",
104 "email": "kontakt@beberlei.de",
105 "role": "Lead Developer"
106 },
107 {
108 "name": "Richard Quadling",
109 "email": "rquadling@gmail.com",
110 "role": "Collaborator"
111 }
112 ],
113 "description": "Thin assertion library for input validation in business models.",
114 "keywords": [
115 "assert",
116 "assertion",
117 "validation"
118 ],
119 "time": "2019-12-19T17:51:41+00:00"
120 },
121 {
122 "name": "behat/transliterator",
123 "version": "v1.2.0",
124 "source": {
125 "type": "git",
126 "url": "https://github.com/Behat/Transliterator.git",
127 "reference": "826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c"
128 },
129 "dist": {
130 "type": "zip",
131 "url": "https://api.github.com/repos/Behat/Transliterator/zipball/826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c",
132 "reference": "826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c",
133 "shasum": ""
134 },
135 "require": {
136 "php": ">=5.3.3"
137 },
138 "require-dev": {
139 "chuyskywalker/rolling-curl": "^3.1",
140 "php-yaoi/php-yaoi": "^1.0"
141 },
142 "type": "library",
143 "extra": {
144 "branch-alias": {
145 "dev-master": "1.2-dev"
146 }
147 },
148 "autoload": {
149 "psr-0": {
150 "Behat\\Transliterator": "src/"
151 }
152 },
153 "notification-url": "https://packagist.org/downloads/",
154 "license": [
155 "Artistic-1.0"
156 ],
157 "description": "String transliterator",
158 "keywords": [
159 "i18n",
160 "slug",
161 "transliterator"
162 ],
163 "time": "2017-04-04T11:38:05+00:00"
164 },
165 {
166 "name": "clue/stream-filter",
167 "version": "v1.4.1",
168 "source": {
169 "type": "git",
170 "url": "https://github.com/clue/php-stream-filter.git",
171 "reference": "5a58cc30a8bd6a4eb8f856adf61dd3e013f53f71"
172 },
173 "dist": {
174 "type": "zip",
175 "url": "https://api.github.com/repos/clue/php-stream-filter/zipball/5a58cc30a8bd6a4eb8f856adf61dd3e013f53f71",
176 "reference": "5a58cc30a8bd6a4eb8f856adf61dd3e013f53f71",
177 "shasum": ""
178 },
179 "require": {
180 "php": ">=5.3"
181 },
182 "require-dev": {
183 "phpunit/phpunit": "^5.0 || ^4.8"
184 },
185 "type": "library",
186 "autoload": {
187 "psr-4": {
188 "Clue\\StreamFilter\\": "src/"
189 },
190 "files": [
191 "src/functions_include.php"
192 ]
193 },
194 "notification-url": "https://packagist.org/downloads/",
195 "license": [
196 "MIT"
197 ],
198 "authors": [
199 {
200 "name": "Christian Lück",
201 "email": "christian@lueck.tv"
202 }
203 ],
204 "description": "A simple and modern approach to stream filtering in PHP",
205 "homepage": "https://github.com/clue/php-stream-filter",
206 "keywords": [
207 "bucket brigade",
208 "callback",
209 "filter",
210 "php_user_filter",
211 "stream",
212 "stream_filter_append",
213 "stream_filter_register"
214 ],
215 "time": "2019-04-09T12:31:48+00:00"
216 },
217 {
218 "name": "craue/config-bundle",
219 "version": "2.4.0",
220 "source": {
221 "type": "git",
222 "url": "https://github.com/craue/CraueConfigBundle.git",
223 "reference": "ad474f63d6b51da0d346a7873b3a54f98fa96e32"
224 },
225 "dist": {
226 "type": "zip",
227 "url": "https://api.github.com/repos/craue/CraueConfigBundle/zipball/ad474f63d6b51da0d346a7873b3a54f98fa96e32",
228 "reference": "ad474f63d6b51da0d346a7873b3a54f98fa96e32",
229 "shasum": ""
230 },
231 "require": {
232 "doctrine/doctrine-bundle": "^1.5.1|~2.0",
233 "php": "~7.0",
234 "psr/simple-cache": "^1.0",
235 "symfony/cache": "~3.4|~4.2|~5.0",
236 "symfony/config": "~3.4|~4.2|~5.0",
237 "symfony/dependency-injection": "~3.4|~4.2|~5.0",
238 "symfony/form": "~3.4|~4.2|~5.0",
239 "symfony/framework-bundle": "~3.4|~4.2|~5.0",
240 "symfony/http-foundation": "~3.4|~4.2|~5.0",
241 "symfony/http-kernel": "~3.4|~4.2|~5.0",
242 "symfony/options-resolver": "~3.4|~4.2|~5.0",
243 "symfony/validator": "~3.4|~4.2|~5.0"
244 },
245 "require-dev": {
246 "doctrine/instantiator": "^1.0.5",
247 "doctrine/orm": "^2.5.14",
248 "phpunit/phpunit": "^6.5.13|^7.5.1",
249 "symfony/phpunit-bridge": "~5.0",
250 "symfony/symfony": "~3.4|~4.2|~5.0"
251 },
252 "type": "symfony-bundle",
253 "extra": {
254 "branch-alias": {
255 "dev-master": "2.4.x-dev"
256 }
257 },
258 "autoload": {
259 "psr-4": {
260 "Craue\\ConfigBundle\\": ""
261 },
262 "exclude-from-classmap": [
263 "/Tests/"
264 ]
265 },
266 "notification-url": "https://packagist.org/downloads/",
267 "license": [
268 "MIT"
269 ],
270 "authors": [
271 {
272 "name": "Christian Raue",
273 "email": "christian.raue@gmail.com"
274 },
275 {
276 "name": "Symfony Community",
277 "homepage": "https://github.com/craue/CraueConfigBundle/contributors"
278 }
279 ],
280 "description": "Database-stored settings made available via a service for your Symfony project.",
281 "homepage": "https://github.com/craue/CraueConfigBundle",
282 "keywords": [
283 "config",
284 "symfony"
285 ],
286 "time": "2019-12-03T08:32:04+00:00"
287 },
288 {
289 "name": "defuse/php-encryption",
290 "version": "v2.2.1",
291 "source": {
292 "type": "git",
293 "url": "https://github.com/defuse/php-encryption.git",
294 "reference": "0f407c43b953d571421e0020ba92082ed5fb7620"
295 },
296 "dist": {
297 "type": "zip",
298 "url": "https://api.github.com/repos/defuse/php-encryption/zipball/0f407c43b953d571421e0020ba92082ed5fb7620",
299 "reference": "0f407c43b953d571421e0020ba92082ed5fb7620",
300 "shasum": ""
301 },
302 "require": {
303 "ext-openssl": "*",
304 "paragonie/random_compat": ">= 2",
305 "php": ">=5.4.0"
306 },
307 "require-dev": {
308 "nikic/php-parser": "^2.0|^3.0|^4.0",
309 "phpunit/phpunit": "^4|^5"
310 },
311 "bin": [
312 "bin/generate-defuse-key"
313 ],
314 "type": "library",
315 "autoload": {
316 "psr-4": {
317 "Defuse\\Crypto\\": "src"
318 }
319 },
320 "notification-url": "https://packagist.org/downloads/",
321 "license": [
322 "MIT"
323 ],
324 "authors": [
325 {
326 "name": "Taylor Hornby",
327 "email": "taylor@defuse.ca",
328 "homepage": "https://defuse.ca/"
329 },
330 {
331 "name": "Scott Arciszewski",
332 "email": "info@paragonie.com",
333 "homepage": "https://paragonie.com"
334 }
335 ],
336 "description": "Secure PHP Encryption Library",
337 "keywords": [
338 "aes",
339 "authenticated encryption",
340 "cipher",
341 "crypto",
342 "cryptography",
343 "encrypt",
344 "encryption",
345 "openssl",
346 "security",
347 "symmetric key cryptography"
348 ],
349 "time": "2018-07-24T23:27:56+00:00"
350 },
351 {
352 "name": "doctrine/annotations",
353 "version": "v1.8.0",
354 "source": {
355 "type": "git",
356 "url": "https://github.com/doctrine/annotations.git",
357 "reference": "904dca4eb10715b92569fbcd79e201d5c349b6bc"
358 },
359 "dist": {
360 "type": "zip",
361 "url": "https://api.github.com/repos/doctrine/annotations/zipball/904dca4eb10715b92569fbcd79e201d5c349b6bc",
362 "reference": "904dca4eb10715b92569fbcd79e201d5c349b6bc",
363 "shasum": ""
364 },
365 "require": {
366 "doctrine/lexer": "1.*",
367 "php": "^7.1"
368 },
369 "require-dev": {
370 "doctrine/cache": "1.*",
371 "phpunit/phpunit": "^7.5"
372 },
373 "type": "library",
374 "extra": {
375 "branch-alias": {
376 "dev-master": "1.7.x-dev"
377 }
378 },
379 "autoload": {
380 "psr-4": {
381 "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
382 }
383 },
384 "notification-url": "https://packagist.org/downloads/",
385 "license": [
386 "MIT"
387 ],
388 "authors": [
389 {
390 "name": "Guilherme Blanco",
391 "email": "guilhermeblanco@gmail.com"
392 },
393 {
394 "name": "Roman Borschel",
395 "email": "roman@code-factory.org"
396 },
397 {
398 "name": "Benjamin Eberlei",
399 "email": "kontakt@beberlei.de"
400 },
401 {
402 "name": "Jonathan Wage",
403 "email": "jonwage@gmail.com"
404 },
405 {
406 "name": "Johannes Schmitt",
407 "email": "schmittjoh@gmail.com"
408 }
409 ],
410 "description": "Docblock Annotations Parser",
411 "homepage": "http://www.doctrine-project.org",
412 "keywords": [
413 "annotations",
414 "docblock",
415 "parser"
416 ],
417 "time": "2019-10-01T18:55:10+00:00"
418 },
419 {
420 "name": "doctrine/cache",
421 "version": "1.10.0",
422 "source": {
423 "type": "git",
424 "url": "https://github.com/doctrine/cache.git",
425 "reference": "382e7f4db9a12dc6c19431743a2b096041bcdd62"
426 },
427 "dist": {
428 "type": "zip",
429 "url": "https://api.github.com/repos/doctrine/cache/zipball/382e7f4db9a12dc6c19431743a2b096041bcdd62",
430 "reference": "382e7f4db9a12dc6c19431743a2b096041bcdd62",
431 "shasum": ""
432 },
433 "require": {
434 "php": "~7.1"
435 },
436 "conflict": {
437 "doctrine/common": ">2.2,<2.4"
438 },
439 "require-dev": {
440 "alcaeus/mongo-php-adapter": "^1.1",
441 "doctrine/coding-standard": "^6.0",
442 "mongodb/mongodb": "^1.1",
443 "phpunit/phpunit": "^7.0",
444 "predis/predis": "~1.0"
445 },
446 "suggest": {
447 "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
448 },
449 "type": "library",
450 "extra": {
451 "branch-alias": {
452 "dev-master": "1.9.x-dev"
453 }
454 },
455 "autoload": {
456 "psr-4": {
457 "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
458 }
459 },
460 "notification-url": "https://packagist.org/downloads/",
461 "license": [
462 "MIT"
463 ],
464 "authors": [
465 {
466 "name": "Guilherme Blanco",
467 "email": "guilhermeblanco@gmail.com"
468 },
469 {
470 "name": "Roman Borschel",
471 "email": "roman@code-factory.org"
472 },
473 {
474 "name": "Benjamin Eberlei",
475 "email": "kontakt@beberlei.de"
476 },
477 {
478 "name": "Jonathan Wage",
479 "email": "jonwage@gmail.com"
480 },
481 {
482 "name": "Johannes Schmitt",
483 "email": "schmittjoh@gmail.com"
484 }
485 ],
486 "description": "PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.",
487 "homepage": "https://www.doctrine-project.org/projects/cache.html",
488 "keywords": [
489 "abstraction",
490 "apcu",
491 "cache",
492 "caching",
493 "couchdb",
494 "memcached",
495 "php",
496 "redis",
497 "xcache"
498 ],
499 "time": "2019-11-29T15:36:20+00:00"
500 },
501 {
502 "name": "doctrine/collections",
503 "version": "1.6.4",
504 "source": {
505 "type": "git",
506 "url": "https://github.com/doctrine/collections.git",
507 "reference": "6b1e4b2b66f6d6e49983cebfe23a21b7ccc5b0d7"
508 },
509 "dist": {
510 "type": "zip",
511 "url": "https://api.github.com/repos/doctrine/collections/zipball/6b1e4b2b66f6d6e49983cebfe23a21b7ccc5b0d7",
512 "reference": "6b1e4b2b66f6d6e49983cebfe23a21b7ccc5b0d7",
513 "shasum": ""
514 },
515 "require": {
516 "php": "^7.1.3"
517 },
518 "require-dev": {
519 "doctrine/coding-standard": "^6.0",
520 "phpstan/phpstan-shim": "^0.9.2",
521 "phpunit/phpunit": "^7.0",
522 "vimeo/psalm": "^3.2.2"
523 },
524 "type": "library",
525 "extra": {
526 "branch-alias": {
527 "dev-master": "1.6.x-dev"
528 }
529 },
530 "autoload": {
531 "psr-4": {
532 "Doctrine\\Common\\Collections\\": "lib/Doctrine/Common/Collections"
533 }
534 },
535 "notification-url": "https://packagist.org/downloads/",
536 "license": [
537 "MIT"
538 ],
539 "authors": [
540 {
541 "name": "Guilherme Blanco",
542 "email": "guilhermeblanco@gmail.com"
543 },
544 {
545 "name": "Roman Borschel",
546 "email": "roman@code-factory.org"
547 },
548 {
549 "name": "Benjamin Eberlei",
550 "email": "kontakt@beberlei.de"
551 },
552 {
553 "name": "Jonathan Wage",
554 "email": "jonwage@gmail.com"
555 },
556 {
557 "name": "Johannes Schmitt",
558 "email": "schmittjoh@gmail.com"
559 }
560 ],
561 "description": "PHP Doctrine Collections library that adds additional functionality on top of PHP arrays.",
562 "homepage": "https://www.doctrine-project.org/projects/collections.html",
563 "keywords": [
564 "array",
565 "collections",
566 "iterators",
567 "php"
568 ],
569 "time": "2019-11-13T13:07:11+00:00"
570 },
571 {
572 "name": "doctrine/common",
573 "version": "v2.11.0",
574 "source": {
575 "type": "git",
576 "url": "https://github.com/doctrine/common.git",
577 "reference": "b8ca1dcf6b0dc8a2af7a09baac8d0c48345df4ff"
578 },
579 "dist": {
580 "type": "zip",
581 "url": "https://api.github.com/repos/doctrine/common/zipball/b8ca1dcf6b0dc8a2af7a09baac8d0c48345df4ff",
582 "reference": "b8ca1dcf6b0dc8a2af7a09baac8d0c48345df4ff",
583 "shasum": ""
584 },
585 "require": {
586 "doctrine/annotations": "^1.0",
587 "doctrine/cache": "^1.0",
588 "doctrine/collections": "^1.0",
589 "doctrine/event-manager": "^1.0",
590 "doctrine/inflector": "^1.0",
591 "doctrine/lexer": "^1.0",
592 "doctrine/persistence": "^1.1",
593 "doctrine/reflection": "^1.0",
594 "php": "^7.1"
595 },
596 "require-dev": {
597 "doctrine/coding-standard": "^1.0",
598 "phpstan/phpstan": "^0.11",
599 "phpstan/phpstan-phpunit": "^0.11",
600 "phpunit/phpunit": "^7.0",
601 "squizlabs/php_codesniffer": "^3.0",
602 "symfony/phpunit-bridge": "^4.0.5"
603 },
604 "type": "library",
605 "extra": {
606 "branch-alias": {
607 "dev-master": "2.11.x-dev"
608 }
609 },
610 "autoload": {
611 "psr-4": {
612 "Doctrine\\Common\\": "lib/Doctrine/Common"
613 }
614 },
615 "notification-url": "https://packagist.org/downloads/",
616 "license": [
617 "MIT"
618 ],
619 "authors": [
620 {
621 "name": "Guilherme Blanco",
622 "email": "guilhermeblanco@gmail.com"
623 },
624 {
625 "name": "Roman Borschel",
626 "email": "roman@code-factory.org"
627 },
628 {
629 "name": "Benjamin Eberlei",
630 "email": "kontakt@beberlei.de"
631 },
632 {
633 "name": "Jonathan Wage",
634 "email": "jonwage@gmail.com"
635 },
636 {
637 "name": "Johannes Schmitt",
638 "email": "schmittjoh@gmail.com"
639 },
640 {
641 "name": "Marco Pivetta",
642 "email": "ocramius@gmail.com"
643 }
644 ],
645 "description": "PHP Doctrine Common project is a library that provides additional functionality that other Doctrine projects depend on such as better reflection support, persistence interfaces, proxies, event system and much more.",
646 "homepage": "https://www.doctrine-project.org/projects/common.html",
647 "keywords": [
648 "common",
649 "doctrine",
650 "php"
651 ],
652 "time": "2019-09-10T10:10:14+00:00"
653 },
654 {
655 "name": "doctrine/dbal",
656 "version": "v2.9.2",
657 "source": {
658 "type": "git",
659 "url": "https://github.com/doctrine/dbal.git",
660 "reference": "22800bd651c1d8d2a9719e2a3dc46d5108ebfcc9"
661 },
662 "dist": {
663 "type": "zip",
664 "url": "https://api.github.com/repos/doctrine/dbal/zipball/22800bd651c1d8d2a9719e2a3dc46d5108ebfcc9",
665 "reference": "22800bd651c1d8d2a9719e2a3dc46d5108ebfcc9",
666 "shasum": ""
667 },
668 "require": {
669 "doctrine/cache": "^1.0",
670 "doctrine/event-manager": "^1.0",
671 "ext-pdo": "*",
672 "php": "^7.1"
673 },
674 "require-dev": {
675 "doctrine/coding-standard": "^5.0",
676 "jetbrains/phpstorm-stubs": "^2018.1.2",
677 "phpstan/phpstan": "^0.10.1",
678 "phpunit/phpunit": "^7.4",
679 "symfony/console": "^2.0.5|^3.0|^4.0",
680 "symfony/phpunit-bridge": "^3.4.5|^4.0.5"
681 },
682 "suggest": {
683 "symfony/console": "For helpful console commands such as SQL execution and import of files."
684 },
685 "bin": [
686 "bin/doctrine-dbal"
687 ],
688 "type": "library",
689 "extra": {
690 "branch-alias": {
691 "dev-master": "2.9.x-dev",
692 "dev-develop": "3.0.x-dev"
693 }
694 },
695 "autoload": {
696 "psr-4": {
697 "Doctrine\\DBAL\\": "lib/Doctrine/DBAL"
698 }
699 },
700 "notification-url": "https://packagist.org/downloads/",
701 "license": [
702 "MIT"
703 ],
704 "authors": [
705 {
706 "name": "Roman Borschel",
707 "email": "roman@code-factory.org"
708 },
709 {
710 "name": "Benjamin Eberlei",
711 "email": "kontakt@beberlei.de"
712 },
713 {
714 "name": "Guilherme Blanco",
715 "email": "guilhermeblanco@gmail.com"
716 },
717 {
718 "name": "Jonathan Wage",
719 "email": "jonwage@gmail.com"
720 }
721 ],
722 "description": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.",
723 "homepage": "https://www.doctrine-project.org/projects/dbal.html",
724 "keywords": [
725 "abstraction",
726 "database",
727 "dbal",
728 "mysql",
729 "persistence",
730 "pgsql",
731 "php",
732 "queryobject"
733 ],
734 "time": "2018-12-31T03:27:51+00:00"
735 },
736 {
737 "name": "doctrine/doctrine-bundle",
738 "version": "1.12.6",
739 "source": {
740 "type": "git",
741 "url": "https://github.com/doctrine/DoctrineBundle.git",
742 "reference": "08f944760ac471aa97a9b0386dfdb559db80b32d"
743 },
744 "dist": {
745 "type": "zip",
746 "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/08f944760ac471aa97a9b0386dfdb559db80b32d",
747 "reference": "08f944760ac471aa97a9b0386dfdb559db80b32d",
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/twig-bridge": "^3.4|^4.1",
777 "symfony/validator": "^3.4.30|^4.3.3",
778 "symfony/web-profiler-bundle": "^3.4.30|^4.3.3",
779 "symfony/yaml": "^3.4.30|^4.3.3",
780 "twig/twig": "^1.34|^2.12"
781 },
782 "suggest": {
783 "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
784 "symfony/web-profiler-bundle": "To use the data collector."
785 },
786 "type": "symfony-bundle",
787 "extra": {
788 "branch-alias": {
789 "dev-master": "1.12.x-dev"
790 }
791 },
792 "autoload": {
793 "psr-4": {
794 "Doctrine\\Bundle\\DoctrineBundle\\": ""
795 }
796 },
797 "notification-url": "https://packagist.org/downloads/",
798 "license": [
799 "MIT"
800 ],
801 "authors": [
802 {
803 "name": "Fabien Potencier",
804 "email": "fabien@symfony.com"
805 },
806 {
807 "name": "Benjamin Eberlei",
808 "email": "kontakt@beberlei.de"
809 },
810 {
811 "name": "Symfony Community",
812 "homepage": "http://symfony.com/contributors"
813 },
814 {
815 "name": "Doctrine Project",
816 "homepage": "http://www.doctrine-project.org/"
817 }
818 ],
819 "description": "Symfony DoctrineBundle",
820 "homepage": "http://www.doctrine-project.org",
821 "keywords": [
822 "database",
823 "dbal",
824 "orm",
825 "persistence"
826 ],
827 "time": "2019-12-19T09:08:00+00:00"
828 },
829 {
830 "name": "doctrine/doctrine-cache-bundle",
831 "version": "1.4.0",
832 "source": {
833 "type": "git",
834 "url": "https://github.com/doctrine/DoctrineCacheBundle.git",
835 "reference": "6bee2f9b339847e8a984427353670bad4e7bdccb"
836 },
837 "dist": {
838 "type": "zip",
839 "url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/6bee2f9b339847e8a984427353670bad4e7bdccb",
840 "reference": "6bee2f9b339847e8a984427353670bad4e7bdccb",
841 "shasum": ""
842 },
843 "require": {
844 "doctrine/cache": "^1.4.2",
845 "doctrine/inflector": "^1.0",
846 "php": "^7.1",
847 "symfony/doctrine-bridge": "^3.4|^4.0"
848 },
849 "require-dev": {
850 "instaclick/coding-standard": "~1.1",
851 "instaclick/object-calisthenics-sniffs": "dev-master",
852 "instaclick/symfony2-coding-standard": "dev-remaster",
853 "phpunit/phpunit": "^7.0",
854 "predis/predis": "~0.8",
855 "satooshi/php-coveralls": "^1.0",
856 "squizlabs/php_codesniffer": "~1.5",
857 "symfony/console": "^3.4|^4.0",
858 "symfony/finder": "^3.4|^4.0",
859 "symfony/framework-bundle": "^3.4|^4.0",
860 "symfony/phpunit-bridge": "^3.4|^4.0",
861 "symfony/security-acl": "^2.8",
862 "symfony/validator": "^3.4|^4.0",
863 "symfony/yaml": "^3.4|^4.0"
864 },
865 "suggest": {
866 "symfony/security-acl": "For using this bundle to cache ACLs"
867 },
868 "type": "symfony-bundle",
869 "extra": {
870 "branch-alias": {
871 "dev-master": "1.4.x-dev"
872 }
873 },
874 "autoload": {
875 "psr-4": {
876 "Doctrine\\Bundle\\DoctrineCacheBundle\\": ""
877 },
878 "exclude-from-classmap": [
879 "/Tests/"
880 ]
881 },
882 "notification-url": "https://packagist.org/downloads/",
883 "license": [
884 "MIT"
885 ],
886 "authors": [
887 {
888 "name": "Fabien Potencier",
889 "email": "fabien@symfony.com"
890 },
891 {
892 "name": "Benjamin Eberlei",
893 "email": "kontakt@beberlei.de"
894 },
895 {
896 "name": "Fabio B. Silva",
897 "email": "fabio.bat.silva@gmail.com"
898 },
899 {
900 "name": "Guilherme Blanco",
901 "email": "guilhermeblanco@hotmail.com"
902 },
903 {
904 "name": "Symfony Community",
905 "homepage": "http://symfony.com/contributors"
906 },
907 {
908 "name": "Doctrine Project",
909 "homepage": "http://www.doctrine-project.org/"
910 }
911 ],
912 "description": "Symfony Bundle for Doctrine Cache",
913 "homepage": "https://www.doctrine-project.org",
914 "keywords": [
915 "cache",
916 "caching"
917 ],
918 "time": "2019-11-29T11:22:01+00:00"
919 },
920 {
921 "name": "doctrine/doctrine-migrations-bundle",
922 "version": "v1.3.2",
923 "source": {
924 "type": "git",
925 "url": "https://github.com/doctrine/DoctrineMigrationsBundle.git",
926 "reference": "49fa399181db4bf4f9f725126bd1cb65c4398dce"
927 },
928 "dist": {
929 "type": "zip",
930 "url": "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/49fa399181db4bf4f9f725126bd1cb65c4398dce",
931 "reference": "49fa399181db4bf4f9f725126bd1cb65c4398dce",
932 "shasum": ""
933 },
934 "require": {
935 "doctrine/doctrine-bundle": "~1.0",
936 "doctrine/migrations": "^1.1",
937 "php": ">=5.4.0",
938 "symfony/framework-bundle": "~2.7|~3.3|~4.0"
939 },
940 "require-dev": {
941 "phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^7.4"
942 },
943 "type": "symfony-bundle",
944 "extra": {
945 "branch-alias": {
946 "dev-master": "1.3-dev"
947 }
948 },
949 "autoload": {
950 "psr-4": {
951 "Doctrine\\Bundle\\MigrationsBundle\\": ""
952 }
953 },
954 "notification-url": "https://packagist.org/downloads/",
955 "license": [
956 "MIT"
957 ],
958 "authors": [
959 {
960 "name": "Symfony Community",
961 "homepage": "http://symfony.com/contributors"
962 },
963 {
964 "name": "Doctrine Project",
965 "homepage": "http://www.doctrine-project.org"
966 },
967 {
968 "name": "Fabien Potencier",
969 "email": "fabien@symfony.com"
970 }
971 ],
972 "description": "Symfony DoctrineMigrationsBundle",
973 "homepage": "http://www.doctrine-project.org",
974 "keywords": [
975 "dbal",
976 "migrations",
977 "schema"
978 ],
979 "time": "2018-12-03T11:55:33+00:00"
980 },
981 {
982 "name": "doctrine/event-manager",
983 "version": "1.1.0",
984 "source": {
985 "type": "git",
986 "url": "https://github.com/doctrine/event-manager.git",
987 "reference": "629572819973f13486371cb611386eb17851e85c"
988 },
989 "dist": {
990 "type": "zip",
991 "url": "https://api.github.com/repos/doctrine/event-manager/zipball/629572819973f13486371cb611386eb17851e85c",
992 "reference": "629572819973f13486371cb611386eb17851e85c",
993 "shasum": ""
994 },
995 "require": {
996 "php": "^7.1"
997 },
998 "conflict": {
999 "doctrine/common": "<2.9@dev"
1000 },
1001 "require-dev": {
1002 "doctrine/coding-standard": "^6.0",
1003 "phpunit/phpunit": "^7.0"
1004 },
1005 "type": "library",
1006 "extra": {
1007 "branch-alias": {
1008 "dev-master": "1.0.x-dev"
1009 }
1010 },
1011 "autoload": {
1012 "psr-4": {
1013 "Doctrine\\Common\\": "lib/Doctrine/Common"
1014 }
1015 },
1016 "notification-url": "https://packagist.org/downloads/",
1017 "license": [
1018 "MIT"
1019 ],
1020 "authors": [
1021 {
1022 "name": "Guilherme Blanco",
1023 "email": "guilhermeblanco@gmail.com"
1024 },
1025 {
1026 "name": "Roman Borschel",
1027 "email": "roman@code-factory.org"
1028 },
1029 {
1030 "name": "Benjamin Eberlei",
1031 "email": "kontakt@beberlei.de"
1032 },
1033 {
1034 "name": "Jonathan Wage",
1035 "email": "jonwage@gmail.com"
1036 },
1037 {
1038 "name": "Johannes Schmitt",
1039 "email": "schmittjoh@gmail.com"
1040 },
1041 {
1042 "name": "Marco Pivetta",
1043 "email": "ocramius@gmail.com"
1044 }
1045 ],
1046 "description": "The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.",
1047 "homepage": "https://www.doctrine-project.org/projects/event-manager.html",
1048 "keywords": [
1049 "event",
1050 "event dispatcher",
1051 "event manager",
1052 "event system",
1053 "events"
1054 ],
1055 "time": "2019-11-10T09:48:07+00:00"
1056 },
1057 {
1058 "name": "doctrine/inflector",
1059 "version": "1.3.1",
1060 "source": {
1061 "type": "git",
1062 "url": "https://github.com/doctrine/inflector.git",
1063 "reference": "ec3a55242203ffa6a4b27c58176da97ff0a7aec1"
1064 },
1065 "dist": {
1066 "type": "zip",
1067 "url": "https://api.github.com/repos/doctrine/inflector/zipball/ec3a55242203ffa6a4b27c58176da97ff0a7aec1",
1068 "reference": "ec3a55242203ffa6a4b27c58176da97ff0a7aec1",
1069 "shasum": ""
1070 },
1071 "require": {
1072 "php": "^7.1"
1073 },
1074 "require-dev": {
1075 "phpunit/phpunit": "^6.2"
1076 },
1077 "type": "library",
1078 "extra": {
1079 "branch-alias": {
1080 "dev-master": "1.3.x-dev"
1081 }
1082 },
1083 "autoload": {
1084 "psr-4": {
1085 "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
1086 }
1087 },
1088 "notification-url": "https://packagist.org/downloads/",
1089 "license": [
1090 "MIT"
1091 ],
1092 "authors": [
1093 {
1094 "name": "Guilherme Blanco",
1095 "email": "guilhermeblanco@gmail.com"
1096 },
1097 {
1098 "name": "Roman Borschel",
1099 "email": "roman@code-factory.org"
1100 },
1101 {
1102 "name": "Benjamin Eberlei",
1103 "email": "kontakt@beberlei.de"
1104 },
1105 {
1106 "name": "Jonathan Wage",
1107 "email": "jonwage@gmail.com"
1108 },
1109 {
1110 "name": "Johannes Schmitt",
1111 "email": "schmittjoh@gmail.com"
1112 }
1113 ],
1114 "description": "Common String Manipulations with regard to casing and singular/plural rules.",
1115 "homepage": "http://www.doctrine-project.org",
1116 "keywords": [
1117 "inflection",
1118 "pluralize",
1119 "singularize",
1120 "string"
1121 ],
1122 "time": "2019-10-30T19:59:35+00:00"
1123 },
1124 {
1125 "name": "doctrine/instantiator",
1126 "version": "1.3.0",
1127 "source": {
1128 "type": "git",
1129 "url": "https://github.com/doctrine/instantiator.git",
1130 "reference": "ae466f726242e637cebdd526a7d991b9433bacf1"
1131 },
1132 "dist": {
1133 "type": "zip",
1134 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/ae466f726242e637cebdd526a7d991b9433bacf1",
1135 "reference": "ae466f726242e637cebdd526a7d991b9433bacf1",
1136 "shasum": ""
1137 },
1138 "require": {
1139 "php": "^7.1"
1140 },
1141 "require-dev": {
1142 "doctrine/coding-standard": "^6.0",
1143 "ext-pdo": "*",
1144 "ext-phar": "*",
1145 "phpbench/phpbench": "^0.13",
1146 "phpstan/phpstan-phpunit": "^0.11",
1147 "phpstan/phpstan-shim": "^0.11",
1148 "phpunit/phpunit": "^7.0"
1149 },
1150 "type": "library",
1151 "extra": {
1152 "branch-alias": {
1153 "dev-master": "1.2.x-dev"
1154 }
1155 },
1156 "autoload": {
1157 "psr-4": {
1158 "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
1159 }
1160 },
1161 "notification-url": "https://packagist.org/downloads/",
1162 "license": [
1163 "MIT"
1164 ],
1165 "authors": [
1166 {
1167 "name": "Marco Pivetta",
1168 "email": "ocramius@gmail.com",
1169 "homepage": "http://ocramius.github.com/"
1170 }
1171 ],
1172 "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
1173 "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
1174 "keywords": [
1175 "constructor",
1176 "instantiate"
1177 ],
1178 "time": "2019-10-21T16:45:58+00:00"
1179 },
1180 {
1181 "name": "doctrine/lexer",
1182 "version": "1.0.2",
1183 "source": {
1184 "type": "git",
1185 "url": "https://github.com/doctrine/lexer.git",
1186 "reference": "1febd6c3ef84253d7c815bed85fc622ad207a9f8"
1187 },
1188 "dist": {
1189 "type": "zip",
1190 "url": "https://api.github.com/repos/doctrine/lexer/zipball/1febd6c3ef84253d7c815bed85fc622ad207a9f8",
1191 "reference": "1febd6c3ef84253d7c815bed85fc622ad207a9f8",
1192 "shasum": ""
1193 },
1194 "require": {
1195 "php": ">=5.3.2"
1196 },
1197 "require-dev": {
1198 "phpunit/phpunit": "^4.5"
1199 },
1200 "type": "library",
1201 "extra": {
1202 "branch-alias": {
1203 "dev-master": "1.0.x-dev"
1204 }
1205 },
1206 "autoload": {
1207 "psr-4": {
1208 "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
1209 }
1210 },
1211 "notification-url": "https://packagist.org/downloads/",
1212 "license": [
1213 "MIT"
1214 ],
1215 "authors": [
1216 {
1217 "name": "Roman Borschel",
1218 "email": "roman@code-factory.org"
1219 },
1220 {
1221 "name": "Guilherme Blanco",
1222 "email": "guilhermeblanco@gmail.com"
1223 },
1224 {
1225 "name": "Johannes Schmitt",
1226 "email": "schmittjoh@gmail.com"
1227 }
1228 ],
1229 "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
1230 "homepage": "https://www.doctrine-project.org/projects/lexer.html",
1231 "keywords": [
1232 "annotations",
1233 "docblock",
1234 "lexer",
1235 "parser",
1236 "php"
1237 ],
1238 "time": "2019-06-08T11:03:04+00:00"
1239 },
1240 {
1241 "name": "doctrine/migrations",
1242 "version": "v1.8.1",
1243 "source": {
1244 "type": "git",
1245 "url": "https://github.com/doctrine/migrations.git",
1246 "reference": "215438c0eef3e5f9b7da7d09c6b90756071b43e6"
1247 },
1248 "dist": {
1249 "type": "zip",
1250 "url": "https://api.github.com/repos/doctrine/migrations/zipball/215438c0eef3e5f9b7da7d09c6b90756071b43e6",
1251 "reference": "215438c0eef3e5f9b7da7d09c6b90756071b43e6",
1252 "shasum": ""
1253 },
1254 "require": {
1255 "doctrine/dbal": "~2.6",
1256 "ocramius/proxy-manager": "^1.0|^2.0",
1257 "php": "^7.1",
1258 "symfony/console": "~3.3|^4.0"
1259 },
1260 "require-dev": {
1261 "doctrine/coding-standard": "^1.0",
1262 "doctrine/orm": "~2.5",
1263 "jdorn/sql-formatter": "~1.1",
1264 "mikey179/vfsstream": "^1.6",
1265 "phpunit/phpunit": "~7.0",
1266 "squizlabs/php_codesniffer": "^3.0",
1267 "symfony/yaml": "~3.3|^4.0"
1268 },
1269 "suggest": {
1270 "jdorn/sql-formatter": "Allows to generate formatted SQL with the diff command.",
1271 "symfony/yaml": "Allows the use of yaml for migration configuration files."
1272 },
1273 "bin": [
1274 "bin/doctrine-migrations"
1275 ],
1276 "type": "library",
1277 "extra": {
1278 "branch-alias": {
1279 "dev-master": "v1.8.x-dev"
1280 }
1281 },
1282 "autoload": {
1283 "psr-4": {
1284 "Doctrine\\DBAL\\Migrations\\": "lib/Doctrine/DBAL/Migrations",
1285 "Doctrine\\Migrations\\": "lib/Doctrine/Migrations"
1286 }
1287 },
1288 "notification-url": "https://packagist.org/downloads/",
1289 "license": [
1290 "MIT"
1291 ],
1292 "authors": [
1293 {
1294 "name": "Benjamin Eberlei",
1295 "email": "kontakt@beberlei.de"
1296 },
1297 {
1298 "name": "Jonathan Wage",
1299 "email": "jonwage@gmail.com"
1300 },
1301 {
1302 "name": "Michael Simonson",
1303 "email": "contact@mikesimonson.com"
1304 }
1305 ],
1306 "description": "Database Schema migrations using Doctrine DBAL",
1307 "homepage": "https://www.doctrine-project.org/projects/migrations.html",
1308 "keywords": [
1309 "database",
1310 "migrations"
1311 ],
1312 "time": "2018-06-06T21:00:30+00:00"
1313 },
1314 {
1315 "name": "doctrine/orm",
1316 "version": "v2.6.6",
1317 "source": {
1318 "type": "git",
1319 "url": "https://github.com/doctrine/orm.git",
1320 "reference": "2d9b9351831d1230881c52f006011cbf72fe944e"
1321 },
1322 "dist": {
1323 "type": "zip",
1324 "url": "https://api.github.com/repos/doctrine/orm/zipball/2d9b9351831d1230881c52f006011cbf72fe944e",
1325 "reference": "2d9b9351831d1230881c52f006011cbf72fe944e",
1326 "shasum": ""
1327 },
1328 "require": {
1329 "doctrine/annotations": "~1.5",
1330 "doctrine/cache": "~1.6",
1331 "doctrine/collections": "^1.4",
1332 "doctrine/common": "^2.7.1",
1333 "doctrine/dbal": "^2.6",
1334 "doctrine/instantiator": "~1.1",
1335 "ext-pdo": "*",
1336 "php": "^7.1",
1337 "symfony/console": "~3.0|~4.0"
1338 },
1339 "require-dev": {
1340 "doctrine/coding-standard": "^5.0",
1341 "phpunit/phpunit": "^7.5",
1342 "symfony/yaml": "~3.4|~4.0"
1343 },
1344 "suggest": {
1345 "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
1346 },
1347 "bin": [
1348 "bin/doctrine"
1349 ],
1350 "type": "library",
1351 "extra": {
1352 "branch-alias": {
1353 "dev-master": "2.6.x-dev"
1354 }
1355 },
1356 "autoload": {
1357 "psr-4": {
1358 "Doctrine\\ORM\\": "lib/Doctrine/ORM"
1359 }
1360 },
1361 "notification-url": "https://packagist.org/downloads/",
1362 "license": [
1363 "MIT"
1364 ],
1365 "authors": [
1366 {
1367 "name": "Guilherme Blanco",
1368 "email": "guilhermeblanco@gmail.com"
1369 },
1370 {
1371 "name": "Roman Borschel",
1372 "email": "roman@code-factory.org"
1373 },
1374 {
1375 "name": "Benjamin Eberlei",
1376 "email": "kontakt@beberlei.de"
1377 },
1378 {
1379 "name": "Jonathan Wage",
1380 "email": "jonwage@gmail.com"
1381 },
1382 {
1383 "name": "Marco Pivetta",
1384 "email": "ocramius@gmail.com"
1385 }
1386 ],
1387 "description": "Object-Relational-Mapper for PHP",
1388 "homepage": "http://www.doctrine-project.org",
1389 "keywords": [
1390 "database",
1391 "orm"
1392 ],
1393 "time": "2019-11-18T22:01:21+00:00"
1394 },
1395 {
1396 "name": "doctrine/persistence",
1397 "version": "1.3.3",
1398 "source": {
1399 "type": "git",
1400 "url": "https://github.com/doctrine/persistence.git",
1401 "reference": "99b196bbd4715a94fa100fac664a351ffa46d6a5"
1402 },
1403 "dist": {
1404 "type": "zip",
1405 "url": "https://api.github.com/repos/doctrine/persistence/zipball/99b196bbd4715a94fa100fac664a351ffa46d6a5",
1406 "reference": "99b196bbd4715a94fa100fac664a351ffa46d6a5",
1407 "shasum": ""
1408 },
1409 "require": {
1410 "doctrine/annotations": "^1.0",
1411 "doctrine/cache": "^1.0",
1412 "doctrine/collections": "^1.0",
1413 "doctrine/event-manager": "^1.0",
1414 "doctrine/reflection": "^1.0",
1415 "php": "^7.1"
1416 },
1417 "conflict": {
1418 "doctrine/common": "<2.10@dev"
1419 },
1420 "require-dev": {
1421 "doctrine/coding-standard": "^6.0",
1422 "phpstan/phpstan": "^0.11",
1423 "phpunit/phpunit": "^7.0"
1424 },
1425 "type": "library",
1426 "extra": {
1427 "branch-alias": {
1428 "dev-master": "1.3.x-dev"
1429 }
1430 },
1431 "autoload": {
1432 "psr-4": {
1433 "Doctrine\\Common\\": "lib/Doctrine/Common",
1434 "Doctrine\\Persistence\\": "lib/Doctrine/Persistence"
1435 }
1436 },
1437 "notification-url": "https://packagist.org/downloads/",
1438 "license": [
1439 "MIT"
1440 ],
1441 "authors": [
1442 {
1443 "name": "Guilherme Blanco",
1444 "email": "guilhermeblanco@gmail.com"
1445 },
1446 {
1447 "name": "Roman Borschel",
1448 "email": "roman@code-factory.org"
1449 },
1450 {
1451 "name": "Benjamin Eberlei",
1452 "email": "kontakt@beberlei.de"
1453 },
1454 {
1455 "name": "Jonathan Wage",
1456 "email": "jonwage@gmail.com"
1457 },
1458 {
1459 "name": "Johannes Schmitt",
1460 "email": "schmittjoh@gmail.com"
1461 },
1462 {
1463 "name": "Marco Pivetta",
1464 "email": "ocramius@gmail.com"
1465 }
1466 ],
1467 "description": "The Doctrine Persistence project is a set of shared interfaces and functionality that the different Doctrine object mappers share.",
1468 "homepage": "https://doctrine-project.org/projects/persistence.html",
1469 "keywords": [
1470 "mapper",
1471 "object",
1472 "odm",
1473 "orm",
1474 "persistence"
1475 ],
1476 "time": "2019-12-13T10:43:02+00:00"
1477 },
1478 {
1479 "name": "doctrine/reflection",
1480 "version": "v1.0.0",
1481 "source": {
1482 "type": "git",
1483 "url": "https://github.com/doctrine/reflection.git",
1484 "reference": "02538d3f95e88eb397a5f86274deb2c6175c2ab6"
1485 },
1486 "dist": {
1487 "type": "zip",
1488 "url": "https://api.github.com/repos/doctrine/reflection/zipball/02538d3f95e88eb397a5f86274deb2c6175c2ab6",
1489 "reference": "02538d3f95e88eb397a5f86274deb2c6175c2ab6",
1490 "shasum": ""
1491 },
1492 "require": {
1493 "doctrine/annotations": "^1.0",
1494 "ext-tokenizer": "*",
1495 "php": "^7.1"
1496 },
1497 "require-dev": {
1498 "doctrine/coding-standard": "^4.0",
1499 "doctrine/common": "^2.8",
1500 "phpstan/phpstan": "^0.9.2",
1501 "phpstan/phpstan-phpunit": "^0.9.4",
1502 "phpunit/phpunit": "^7.0",
1503 "squizlabs/php_codesniffer": "^3.0"
1504 },
1505 "type": "library",
1506 "extra": {
1507 "branch-alias": {
1508 "dev-master": "1.0.x-dev"
1509 }
1510 },
1511 "autoload": {
1512 "psr-4": {
1513 "Doctrine\\Common\\": "lib/Doctrine/Common"
1514 }
1515 },
1516 "notification-url": "https://packagist.org/downloads/",
1517 "license": [
1518 "MIT"
1519 ],
1520 "authors": [
1521 {
1522 "name": "Roman Borschel",
1523 "email": "roman@code-factory.org"
1524 },
1525 {
1526 "name": "Benjamin Eberlei",
1527 "email": "kontakt@beberlei.de"
1528 },
1529 {
1530 "name": "Guilherme Blanco",
1531 "email": "guilhermeblanco@gmail.com"
1532 },
1533 {
1534 "name": "Jonathan Wage",
1535 "email": "jonwage@gmail.com"
1536 },
1537 {
1538 "name": "Johannes Schmitt",
1539 "email": "schmittjoh@gmail.com"
1540 },
1541 {
1542 "name": "Marco Pivetta",
1543 "email": "ocramius@gmail.com"
1544 }
1545 ],
1546 "description": "Doctrine Reflection component",
1547 "homepage": "https://www.doctrine-project.org/projects/reflection.html",
1548 "keywords": [
1549 "reflection"
1550 ],
1551 "time": "2018-06-14T14:45:07+00:00"
1552 },
1553 {
1554 "name": "egulias/email-validator",
1555 "version": "2.1.11",
1556 "source": {
1557 "type": "git",
1558 "url": "https://github.com/egulias/EmailValidator.git",
1559 "reference": "92dd169c32f6f55ba570c309d83f5209cefb5e23"
1560 },
1561 "dist": {
1562 "type": "zip",
1563 "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/92dd169c32f6f55ba570c309d83f5209cefb5e23",
1564 "reference": "92dd169c32f6f55ba570c309d83f5209cefb5e23",
1565 "shasum": ""
1566 },
1567 "require": {
1568 "doctrine/lexer": "^1.0.1",
1569 "php": ">= 5.5"
1570 },
1571 "require-dev": {
1572 "dominicsayers/isemail": "dev-master",
1573 "phpunit/phpunit": "^4.8.35||^5.7||^6.0",
1574 "satooshi/php-coveralls": "^1.0.1",
1575 "symfony/phpunit-bridge": "^4.4@dev"
1576 },
1577 "suggest": {
1578 "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
1579 },
1580 "type": "library",
1581 "extra": {
1582 "branch-alias": {
1583 "dev-master": "2.1.x-dev"
1584 }
1585 },
1586 "autoload": {
1587 "psr-4": {
1588 "Egulias\\EmailValidator\\": "EmailValidator"
1589 }
1590 },
1591 "notification-url": "https://packagist.org/downloads/",
1592 "license": [
1593 "MIT"
1594 ],
1595 "authors": [
1596 {
1597 "name": "Eduardo Gulias Davis"
1598 }
1599 ],
1600 "description": "A library for validating emails against several RFCs",
1601 "homepage": "https://github.com/egulias/EmailValidator",
1602 "keywords": [
1603 "email",
1604 "emailvalidation",
1605 "emailvalidator",
1606 "validation",
1607 "validator"
1608 ],
1609 "time": "2019-08-13T17:33:27+00:00"
1610 },
1611 {
1612 "name": "electrolinux/php-html5lib",
1613 "version": "0.1.0",
1614 "source": {
1615 "type": "git",
1616 "url": "https://github.com/electrolinux/php-html5lib.git",
1617 "reference": "9f92154993c7ecb120d9f9c0e558660d32846721"
1618 },
1619 "dist": {
1620 "type": "zip",
1621 "url": "https://api.github.com/repos/electrolinux/php-html5lib/zipball/9f92154993c7ecb120d9f9c0e558660d32846721",
1622 "reference": "9f92154993c7ecb120d9f9c0e558660d32846721",
1623 "shasum": ""
1624 },
1625 "require": {
1626 "php": ">=5.3.2"
1627 },
1628 "type": "library",
1629 "autoload": {
1630 "psr-0": {
1631 "HTML5Lib": "src/",
1632 "HTML5Lib\\Tests": "tests/"
1633 }
1634 },
1635 "notification-url": "https://packagist.org/downloads/",
1636 "license": [
1637 "MIT"
1638 ],
1639 "authors": [
1640 {
1641 "name": "Multiple users",
1642 "homepage": "https://code.google.com/p/html5lib/",
1643 "role": "Original developers"
1644 },
1645 {
1646 "name": "Sébastien Lavoie",
1647 "homepage": "http://blog.lavoie.sl",
1648 "role": "Packager"
1649 },
1650 {
1651 "name": "didier Belot",
1652 "role": "Packager"
1653 }
1654 ],
1655 "description": "A PHP implementations of a HTML parser based on the WHATWG HTML5 specification.",
1656 "homepage": "https://github.com/electrolinux/php-html5lib",
1657 "keywords": [
1658 "HTML5",
1659 "php"
1660 ],
1661 "time": "2013-03-18T18:32:30+00:00"
1662 },
1663 {
1664 "name": "fig/link-util",
1665 "version": "1.0.0",
1666 "source": {
1667 "type": "git",
1668 "url": "https://github.com/php-fig/link-util.git",
1669 "reference": "1a07821801a148be4add11ab0603e4af55a72fac"
1670 },
1671 "dist": {
1672 "type": "zip",
1673 "url": "https://api.github.com/repos/php-fig/link-util/zipball/1a07821801a148be4add11ab0603e4af55a72fac",
1674 "reference": "1a07821801a148be4add11ab0603e4af55a72fac",
1675 "shasum": ""
1676 },
1677 "require": {
1678 "php": ">=5.5.0",
1679 "psr/link": "~1.0@dev"
1680 },
1681 "require-dev": {
1682 "phpunit/phpunit": "^5.1",
1683 "squizlabs/php_codesniffer": "^2.3.1"
1684 },
1685 "type": "library",
1686 "extra": {
1687 "branch-alias": {
1688 "dev-master": "1.0.x-dev"
1689 }
1690 },
1691 "autoload": {
1692 "psr-4": {
1693 "Fig\\Link\\": "src/"
1694 }
1695 },
1696 "notification-url": "https://packagist.org/downloads/",
1697 "license": [
1698 "MIT"
1699 ],
1700 "authors": [
1701 {
1702 "name": "PHP-FIG",
1703 "homepage": "http://www.php-fig.org/"
1704 }
1705 ],
1706 "description": "Common utility implementations for HTTP links",
1707 "keywords": [
1708 "http",
1709 "http-link",
1710 "link",
1711 "psr",
1712 "psr-13",
1713 "rest"
1714 ],
1715 "time": "2016-10-17T18:31:11+00:00"
1716 },
1717 {
1718 "name": "fossar/htmlawed",
1719 "version": "1.2.7",
1720 "source": {
1721 "type": "git",
1722 "url": "https://github.com/fossar/HTMLawed.git",
1723 "reference": "4f7505e9622a96242923895c3008719b2c2283d3"
1724 },
1725 "dist": {
1726 "type": "zip",
1727 "url": "https://api.github.com/repos/fossar/HTMLawed/zipball/4f7505e9622a96242923895c3008719b2c2283d3",
1728 "reference": "4f7505e9622a96242923895c3008719b2c2283d3",
1729 "shasum": ""
1730 },
1731 "require": {
1732 "php": ">4.4.0"
1733 },
1734 "replace": {
1735 "htmlawed/htmlawed": "*"
1736 },
1737 "type": "library",
1738 "autoload": {
1739 "files": [
1740 "htmLawed.php"
1741 ]
1742 },
1743 "notification-url": "https://packagist.org/downloads/",
1744 "license": [
1745 "GPL-2.0+",
1746 "LGPL-3.0"
1747 ],
1748 "authors": [
1749 {
1750 "name": "Santosh Patnaik",
1751 "homepage": "http://www.bioinformatics.org/people/index.php?user_hash=558b661f92d0ff7b",
1752 "role": "Developer"
1753 }
1754 ],
1755 "description": "htmLawed - Process text with HTML markup to make it more compliant with HTML standards and administrative policies",
1756 "homepage": "http://www.bioinformatics.org/phplabware/internal_utilities/htmLawed/",
1757 "keywords": [
1758 "HTMLtidy",
1759 "html",
1760 "sanitize",
1761 "strip",
1762 "tags"
1763 ],
1764 "time": "2019-05-09T11:53:40+00:00"
1765 },
1766 {
1767 "name": "friendsofsymfony/jsrouting-bundle",
1768 "version": "2.5.1",
1769 "source": {
1770 "type": "git",
1771 "url": "https://github.com/FriendsOfSymfony/FOSJsRoutingBundle.git",
1772 "reference": "81cf14bf3db5e6fe3ef0442fc762891422005d3b"
1773 },
1774 "dist": {
1775 "type": "zip",
1776 "url": "https://api.github.com/repos/FriendsOfSymfony/FOSJsRoutingBundle/zipball/81cf14bf3db5e6fe3ef0442fc762891422005d3b",
1777 "reference": "81cf14bf3db5e6fe3ef0442fc762891422005d3b",
1778 "shasum": ""
1779 },
1780 "require": {
1781 "php": "^7.1",
1782 "symfony/console": "~3.3|^4.0|^5.0",
1783 "symfony/framework-bundle": "~3.3|^4.0|^5.0",
1784 "symfony/serializer": "~3.3|^4.0|^5.0",
1785 "willdurand/jsonp-callback-validator": "~1.0"
1786 },
1787 "require-dev": {
1788 "symfony/expression-language": "~3.3|^4.0|^5.0",
1789 "symfony/phpunit-bridge": "^3.3|^4.0"
1790 },
1791 "type": "symfony-bundle",
1792 "extra": {
1793 "branch-alias": {
1794 "dev-master": "2.0-dev"
1795 }
1796 },
1797 "autoload": {
1798 "psr-4": {
1799 "FOS\\JsRoutingBundle\\": ""
1800 },
1801 "exclude-from-classmap": [
1802 "/Tests/"
1803 ]
1804 },
1805 "notification-url": "https://packagist.org/downloads/",
1806 "license": [
1807 "MIT"
1808 ],
1809 "authors": [
1810 {
1811 "name": "William Durand",
1812 "email": "will+git@drnd.me"
1813 },
1814 {
1815 "name": "FriendsOfSymfony Community",
1816 "homepage": "https://github.com/friendsofsymfony/FOSJsRoutingBundle/contributors"
1817 }
1818 ],
1819 "description": "A pretty nice way to expose your Symfony2 routing to client applications.",
1820 "homepage": "http://friendsofsymfony.github.com",
1821 "keywords": [
1822 "Js Routing",
1823 "javascript",
1824 "routing"
1825 ],
1826 "time": "2019-12-02T08:01:22+00:00"
1827 },
1828 {
1829 "name": "friendsofsymfony/oauth-server-bundle",
1830 "version": "1.6.2",
1831 "source": {
1832 "type": "git",
1833 "url": "https://github.com/FriendsOfSymfony/FOSOAuthServerBundle.git",
1834 "reference": "fcaa25cc49474bdb0db7894f880976fe76ffed23"
1835 },
1836 "dist": {
1837 "type": "zip",
1838 "url": "https://api.github.com/repos/FriendsOfSymfony/FOSOAuthServerBundle/zipball/fcaa25cc49474bdb0db7894f880976fe76ffed23",
1839 "reference": "fcaa25cc49474bdb0db7894f880976fe76ffed23",
1840 "shasum": ""
1841 },
1842 "require": {
1843 "friendsofsymfony/oauth2-php": "~1.1",
1844 "paragonie/random_compat": "^1|^2",
1845 "php": "^5.5|^7.0",
1846 "symfony/dependency-injection": "^2.8|~3.0|^4.0",
1847 "symfony/framework-bundle": "~2.8|~3.0|^4.0",
1848 "symfony/security-bundle": "~2.8|~3.0|^4.0"
1849 },
1850 "require-dev": {
1851 "doctrine/doctrine-bundle": "~1.0",
1852 "doctrine/mongodb-odm": "~1.0",
1853 "doctrine/orm": "~2.2",
1854 "phing/phing": "~2.4",
1855 "php-mock/php-mock-phpunit": "^1.1",
1856 "phpunit/phpunit": "~4.8|~5.0",
1857 "propel/propel1": "^1.6.5",
1858 "symfony/class-loader": "~2.8|~3.0|^4.0",
1859 "symfony/console": "~2.8|~3.0|^4.0",
1860 "symfony/form": "~2.8|~3.0|^4.0",
1861 "symfony/phpunit-bridge": "~2.8|~3.0|^4.0",
1862 "symfony/templating": "~2.8|~3.0|^4.0",
1863 "symfony/twig-bundle": "~2.8|~3.0|^4.0",
1864 "symfony/yaml": "~2.8|~3.0|^4.0",
1865 "willdurand/propel-typehintable-behavior": "^1.0.4"
1866 },
1867 "suggest": {
1868 "doctrine/doctrine-bundle": "*",
1869 "doctrine/mongodb-odm-bundle": "*",
1870 "propel/propel-bundle": "If you want to use Propel with Symfony2, then you will have to install the PropelBundle",
1871 "symfony/console": "Needed to be able to use commands",
1872 "symfony/form": "Needed to be able to use the AuthorizeFormType",
1873 "willdurand/propel-typehintable-behavior": "The Typehintable behavior is useful to add type hints on generated methods, to be compliant with interfaces"
1874 },
1875 "type": "symfony-bundle",
1876 "extra": {
1877 "branch-alias": {
1878 "dev-master": "1.5-dev"
1879 }
1880 },
1881 "autoload": {
1882 "psr-4": {
1883 "FOS\\OAuthServerBundle\\": ""
1884 },
1885 "exclude-from-classmap": [
1886 "/Tests/"
1887 ]
1888 },
1889 "notification-url": "https://packagist.org/downloads/",
1890 "license": [
1891 "MIT"
1892 ],
1893 "authors": [
1894 {
1895 "name": "Arnaud Le Blanc",
1896 "email": "arnaud.lb@gmail.com"
1897 },
1898 {
1899 "name": "FriendsOfSymfony Community",
1900 "homepage": "https://github.com/FriendsOfSymfony/FOSOAuthServerBundle/contributors"
1901 }
1902 ],
1903 "description": "Symfony2 OAuth Server Bundle",
1904 "homepage": "http://friendsofsymfony.github.com",
1905 "keywords": [
1906 "oauth",
1907 "oauth2",
1908 "server"
1909 ],
1910 "time": "2019-01-23T15:23:04+00:00"
1911 },
1912 {
1913 "name": "friendsofsymfony/oauth2-php",
1914 "version": "1.2.3",
1915 "source": {
1916 "type": "git",
1917 "url": "https://github.com/FriendsOfSymfony/oauth2-php.git",
1918 "reference": "a41fef63f81ef2ef632350a6c7dc66d15baa9240"
1919 },
1920 "dist": {
1921 "type": "zip",
1922 "url": "https://api.github.com/repos/FriendsOfSymfony/oauth2-php/zipball/a41fef63f81ef2ef632350a6c7dc66d15baa9240",
1923 "reference": "a41fef63f81ef2ef632350a6c7dc66d15baa9240",
1924 "shasum": ""
1925 },
1926 "require": {
1927 "php": "^5.5.9|>=7.0.8",
1928 "symfony/http-foundation": "~3.0|~4.0"
1929 },
1930 "require-dev": {
1931 "phpunit/phpunit": "~4.0"
1932 },
1933 "type": "library",
1934 "extra": {
1935 "branch-alias": {
1936 "dev-master": "1.2.x-dev"
1937 }
1938 },
1939 "autoload": {
1940 "psr-4": {
1941 "OAuth2\\": "lib/"
1942 }
1943 },
1944 "notification-url": "https://packagist.org/downloads/",
1945 "license": [
1946 "MIT"
1947 ],
1948 "authors": [
1949 {
1950 "name": "Arnaud Le Blanc",
1951 "email": "arnaud.lb@gmail.com"
1952 },
1953 {
1954 "name": "FriendsOfSymfony Community",
1955 "homepage": "https://github.com/FriendsOfSymfony/oauth2-php/contributors"
1956 }
1957 ],
1958 "description": "OAuth2 library",
1959 "homepage": "https://github.com/FriendsOfSymfony/oauth2-php",
1960 "keywords": [
1961 "oauth",
1962 "oauth2"
1963 ],
1964 "time": "2018-01-30T19:58:25+00:00"
1965 },
1966 {
1967 "name": "friendsofsymfony/rest-bundle",
1968 "version": "2.6.0",
1969 "source": {
1970 "type": "git",
1971 "url": "https://github.com/FriendsOfSymfony/FOSRestBundle.git",
1972 "reference": "54758949bff9fc520997415341323eebf3f54892"
1973 },
1974 "dist": {
1975 "type": "zip",
1976 "url": "https://api.github.com/repos/FriendsOfSymfony/FOSRestBundle/zipball/54758949bff9fc520997415341323eebf3f54892",
1977 "reference": "54758949bff9fc520997415341323eebf3f54892",
1978 "shasum": ""
1979 },
1980 "require": {
1981 "doctrine/inflector": "^1.0",
1982 "php": "^7.1",
1983 "psr/log": "^1.0",
1984 "symfony/config": "^3.4|^4.3",
1985 "symfony/debug": "^3.4|^4.3",
1986 "symfony/dependency-injection": "^3.4|^4.3",
1987 "symfony/event-dispatcher": "^3.4|^4.3",
1988 "symfony/finder": "^3.4|^4.3",
1989 "symfony/framework-bundle": "^3.4|^4.3",
1990 "symfony/http-foundation": "^3.4|^4.3",
1991 "symfony/http-kernel": "^3.4|^4.3",
1992 "symfony/routing": "^3.4|^4.3",
1993 "symfony/security-core": "^3.4|^4.3",
1994 "willdurand/jsonp-callback-validator": "^1.0",
1995 "willdurand/negotiation": "^2.0"
1996 },
1997 "conflict": {
1998 "jms/serializer": "<1.13.0",
1999 "jms/serializer-bundle": "<2.0.0",
2000 "sensio/framework-extra-bundle": "<3.0.13"
2001 },
2002 "require-dev": {
2003 "jms/serializer": "^1.13|^2.0",
2004 "jms/serializer-bundle": "^2.3.1|^3.0",
2005 "phpoption/phpoption": "^1.1",
2006 "psr/http-message": "^1.0",
2007 "sensio/framework-extra-bundle": "^3.0.13|^4.0|^5.0",
2008 "symfony/asset": "^3.4|^4.3",
2009 "symfony/browser-kit": "^3.4|^4.3",
2010 "symfony/css-selector": "^3.4|^4.3",
2011 "symfony/expression-language": "^3.4|^4.3",
2012 "symfony/form": "^3.4|^4.3",
2013 "symfony/phpunit-bridge": "^4.1.8",
2014 "symfony/security-bundle": "^3.4|^4.3",
2015 "symfony/serializer": "^3.4|^4.3",
2016 "symfony/templating": "^3.4|^4.3",
2017 "symfony/twig-bundle": "^3.4|^4.3",
2018 "symfony/validator": "^3.4|^4.3",
2019 "symfony/web-profiler-bundle": "^3.4|^4.3",
2020 "symfony/yaml": "^3.4|^4.3"
2021 },
2022 "suggest": {
2023 "jms/serializer-bundle": "Add support for advanced serialization capabilities, recommended, requires ^2.0|^3.0",
2024 "sensio/framework-extra-bundle": "Add support for the request body converter and the view response listener, requires ^3.0",
2025 "symfony/expression-language": "Add support for using the expression language in the routing, requires ^2.7|^3.0",
2026 "symfony/serializer": "Add support for basic serialization capabilities and xml decoding, requires ^2.7|^3.0",
2027 "symfony/validator": "Add support for validation capabilities in the ParamFetcher, requires ^2.7|^3.0"
2028 },
2029 "type": "symfony-bundle",
2030 "extra": {
2031 "branch-alias": {
2032 "dev-master": "2.6-dev"
2033 }
2034 },
2035 "autoload": {
2036 "psr-4": {
2037 "FOS\\RestBundle\\": ""
2038 },
2039 "exclude-from-classmap": [
2040 "Tests/"
2041 ]
2042 },
2043 "notification-url": "https://packagist.org/downloads/",
2044 "license": [
2045 "MIT"
2046 ],
2047 "authors": [
2048 {
2049 "name": "Lukas Kahwe Smith",
2050 "email": "smith@pooteeweet.org"
2051 },
2052 {
2053 "name": "Konstantin Kudryashov",
2054 "email": "ever.zet@gmail.com"
2055 },
2056 {
2057 "name": "FriendsOfSymfony Community",
2058 "homepage": "https://github.com/friendsofsymfony/FOSRestBundle/contributors"
2059 }
2060 ],
2061 "description": "This Bundle provides various tools to rapidly develop RESTful API's with Symfony",
2062 "homepage": "http://friendsofsymfony.github.com",
2063 "keywords": [
2064 "rest"
2065 ],
2066 "time": "2019-10-21T08:22:30+00:00"
2067 },
2068 {
2069 "name": "friendsofsymfony/user-bundle",
2070 "version": "v2.0.2",
2071 "source": {
2072 "type": "git",
2073 "url": "https://github.com/FriendsOfSymfony/FOSUserBundle.git",
2074 "reference": "2fc8a023d7ab482321cf7ec810ed49eab40eb50f"
2075 },
2076 "dist": {
2077 "type": "zip",
2078 "url": "https://api.github.com/repos/FriendsOfSymfony/FOSUserBundle/zipball/2fc8a023d7ab482321cf7ec810ed49eab40eb50f",
2079 "reference": "2fc8a023d7ab482321cf7ec810ed49eab40eb50f",
2080 "shasum": ""
2081 },
2082 "require": {
2083 "paragonie/random_compat": "^1 || ^2",
2084 "php": "^5.5.9 || ^7.0",
2085 "symfony/form": "^2.7 || ^3.0",
2086 "symfony/framework-bundle": "^2.7 || ^3.0",
2087 "symfony/security-bundle": "^2.7 || ^3.0",
2088 "symfony/templating": "^2.7 || ^3.0",
2089 "symfony/twig-bundle": "^2.7 || ^3.0",
2090 "twig/twig": "^1.28 || ^2.0"
2091 },
2092 "conflict": {
2093 "doctrine/doctrine-bundle": "<1.3",
2094 "symfony/doctrine-bridge": "<2.7"
2095 },
2096 "require-dev": {
2097 "doctrine/doctrine-bundle": "^1.3",
2098 "friendsofphp/php-cs-fixer": "^1.11",
2099 "phpunit/phpunit": "~4.8|~5.0",
2100 "swiftmailer/swiftmailer": "^4.3 || ^5.0 || ^6.0",
2101 "symfony/console": "^2.7 || ^3.0",
2102 "symfony/phpunit-bridge": "^2.7 || ^3.0",
2103 "symfony/validator": "^2.7 || ^3.0",
2104 "symfony/yaml": "^2.7 || ^3.0"
2105 },
2106 "type": "symfony-bundle",
2107 "extra": {
2108 "branch-alias": {
2109 "dev-master": "2.0.x-dev"
2110 }
2111 },
2112 "autoload": {
2113 "psr-4": {
2114 "FOS\\UserBundle\\": ""
2115 },
2116 "exclude-from-classmap": [
2117 "/Tests/"
2118 ]
2119 },
2120 "notification-url": "https://packagist.org/downloads/",
2121 "license": [
2122 "MIT"
2123 ],
2124 "authors": [
2125 {
2126 "name": "Christophe Coevoet",
2127 "email": "stof@notk.org"
2128 },
2129 {
2130 "name": "FriendsOfSymfony Community",
2131 "homepage": "https://github.com/friendsofsymfony/FOSUserBundle/contributors"
2132 },
2133 {
2134 "name": "Thibault Duplessis",
2135 "email": "thibault.duplessis@gmail.com"
2136 }
2137 ],
2138 "description": "Symfony FOSUserBundle",
2139 "homepage": "http://friendsofsymfony.github.com",
2140 "keywords": [
2141 "User management"
2142 ],
2143 "time": "2017-11-29T17:01:21+00:00"
2144 },
2145 {
2146 "name": "gedmo/doctrine-extensions",
2147 "version": "v2.4.38",
2148 "source": {
2149 "type": "git",
2150 "url": "https://github.com/Atlantic18/DoctrineExtensions.git",
2151 "reference": "81681364331b131518060e4776300a5346df1eb5"
2152 },
2153 "dist": {
2154 "type": "zip",
2155 "url": "https://api.github.com/repos/Atlantic18/DoctrineExtensions/zipball/81681364331b131518060e4776300a5346df1eb5",
2156 "reference": "81681364331b131518060e4776300a5346df1eb5",
2157 "shasum": ""
2158 },
2159 "require": {
2160 "behat/transliterator": "~1.2",
2161 "doctrine/common": "~2.4",
2162 "php": ">=5.3.2"
2163 },
2164 "conflict": {
2165 "doctrine/annotations": "<1.2",
2166 "doctrine/mongodb-odm": ">=2.0"
2167 },
2168 "require-dev": {
2169 "doctrine/common": ">=2.5.0",
2170 "doctrine/mongodb-odm": ">=1.0.2 <2.0",
2171 "doctrine/orm": ">=2.5.0",
2172 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5",
2173 "symfony/yaml": "~2.6 || ~3.0 || ~4.0"
2174 },
2175 "suggest": {
2176 "doctrine/mongodb-odm": "to use the extensions with the MongoDB ODM",
2177 "doctrine/orm": "to use the extensions with the ORM"
2178 },
2179 "type": "library",
2180 "extra": {
2181 "branch-alias": {
2182 "dev-master": "2.4.x-dev"
2183 }
2184 },
2185 "autoload": {
2186 "psr-4": {
2187 "Gedmo\\": "lib/Gedmo"
2188 }
2189 },
2190 "notification-url": "https://packagist.org/downloads/",
2191 "license": [
2192 "MIT"
2193 ],
2194 "authors": [
2195 {
2196 "name": "Gediminas Morkevicius",
2197 "email": "gediminas.morkevicius@gmail.com"
2198 },
2199 {
2200 "name": "Gustavo Falco",
2201 "email": "comfortablynumb84@gmail.com"
2202 },
2203 {
2204 "name": "David Buchmann",
2205 "email": "david@liip.ch"
2206 }
2207 ],
2208 "description": "Doctrine2 behavioral extensions",
2209 "homepage": "http://gediminasm.org/",
2210 "keywords": [
2211 "Blameable",
2212 "behaviors",
2213 "doctrine2",
2214 "extensions",
2215 "gedmo",
2216 "loggable",
2217 "nestedset",
2218 "sluggable",
2219 "sortable",
2220 "timestampable",
2221 "translatable",
2222 "tree",
2223 "uploadable"
2224 ],
2225 "time": "2019-11-08T22:33:07+00:00"
2226 },
2227 {
2228 "name": "grandt/binstring",
2229 "version": "1.0.0",
2230 "source": {
2231 "type": "git",
2232 "url": "https://github.com/Grandt/PHPBinString.git",
2233 "reference": "825fe2ac8a68190f651fc2dbc07b6edde18bc431"
2234 },
2235 "dist": {
2236 "type": "zip",
2237 "url": "https://api.github.com/repos/Grandt/PHPBinString/zipball/825fe2ac8a68190f651fc2dbc07b6edde18bc431",
2238 "reference": "825fe2ac8a68190f651fc2dbc07b6edde18bc431",
2239 "shasum": ""
2240 },
2241 "require": {
2242 "php": ">=5.0"
2243 },
2244 "type": "library",
2245 "autoload": {
2246 "classmap": [
2247 "BinString.php",
2248 "BinStringStatic.php"
2249 ]
2250 },
2251 "notification-url": "https://packagist.org/downloads/",
2252 "license": [
2253 "LGPL-2.1"
2254 ],
2255 "authors": [
2256 {
2257 "name": "A. Grandt",
2258 "email": "php@grandt.com",
2259 "role": "Developer"
2260 }
2261 ],
2262 "description": "A class for working around the use of mbstring.func_override",
2263 "homepage": "https://github.com/Grandt/PHPBinString",
2264 "keywords": [
2265 "binary strings",
2266 "mbstring"
2267 ],
2268 "time": "2015-08-13T06:14:41+00:00"
2269 },
2270 {
2271 "name": "grandt/phpepub",
2272 "version": "dev-master",
2273 "source": {
2274 "type": "git",
2275 "url": "https://github.com/Daniel-KM/PHPePub.git",
2276 "reference": "78546d9a49d59ad9a32b13f3d95cc2f548add1c3"
2277 },
2278 "dist": {
2279 "type": "zip",
2280 "url": "https://api.github.com/repos/Daniel-KM/PHPePub/zipball/78546d9a49d59ad9a32b13f3d95cc2f548add1c3",
2281 "reference": "78546d9a49d59ad9a32b13f3d95cc2f548add1c3",
2282 "shasum": ""
2283 },
2284 "require": {
2285 "grandt/phpresizegif": "~1.0.3",
2286 "grandt/relativepath": "~1.0.1",
2287 "masterminds/html5": "~2.3",
2288 "php": ">=5.3.0",
2289 "phpzip/phpzip": "~2.0.7"
2290 },
2291 "type": "library",
2292 "autoload": {
2293 "psr-4": {
2294 "PHPePub\\": "src/PHPePub"
2295 },
2296 "classmap": [
2297 "src/lib.uuid.php"
2298 ]
2299 },
2300 "license": [
2301 "LGPL-2.1"
2302 ],
2303 "authors": [
2304 {
2305 "name": "A. Grandt",
2306 "email": "php@grandt.com",
2307 "homepage": "http://grandt.com",
2308 "role": "Developer"
2309 },
2310 {
2311 "name": "An, Hyeong-woo",
2312 "email": "mail@mytory.net",
2313 "homepage": "https://mytory.net",
2314 "role": "Contributor"
2315 },
2316 {
2317 "name": "Daniel Berthereau",
2318 "email": "daniel.composer@berthereau.net",
2319 "role": "Contributor"
2320 }
2321 ],
2322 "description": "Package to create and stream e-books in the ePub 2.0 and 3.0 formats.",
2323 "homepage": "https://github.com/Grandt/PHPePub",
2324 "keywords": [
2325 "e-book",
2326 "epub"
2327 ],
2328 "support": {
2329 "source": "https://github.com/Daniel-KM/PHPePub/tree/master"
2330 },
2331 "time": "2018-10-21T22:00:00+00:00"
2332 },
2333 {
2334 "name": "grandt/phpresizegif",
2335 "version": "1.0.3",
2336 "source": {
2337 "type": "git",
2338 "url": "https://github.com/Grandt/PHPResizeGif.git",
2339 "reference": "775f6810fcda2fd1d8ca881d44a80c8d310ae7fe"
2340 },
2341 "dist": {
2342 "type": "zip",
2343 "url": "https://api.github.com/repos/Grandt/PHPResizeGif/zipball/775f6810fcda2fd1d8ca881d44a80c8d310ae7fe",
2344 "reference": "775f6810fcda2fd1d8ca881d44a80c8d310ae7fe",
2345 "shasum": ""
2346 },
2347 "require": {
2348 "grandt/binstring": ">=0.2.0",
2349 "php": ">=5.3.0"
2350 },
2351 "type": "library",
2352 "autoload": {
2353 "psr-4": {
2354 "grandt\\ResizeGif\\": "src/ResizeGif",
2355 "grandt\\ResizeGif\\Files\\": "src/ResizeGif/Files",
2356 "grandt\\ResizeGif\\Structure\\": "src/ResizeGif/Structure",
2357 "grandt\\ResizeGif\\Debug\\": "src/ResizeGif/Debug"
2358 }
2359 },
2360 "notification-url": "https://packagist.org/downloads/",
2361 "license": [
2362 "LGPL-2.1"
2363 ],
2364 "authors": [
2365 {
2366 "name": "A. Grandt",
2367 "email": "php@grandt.com",
2368 "homepage": "http://grandt.com",
2369 "role": "Developer"
2370 }
2371 ],
2372 "description": "GIF89a compliant Gif resizer, including transparency and optimized gifs with sub sized elements.",
2373 "homepage": "https://github.com/Grandt/PHPResizeGif",
2374 "keywords": [
2375 "GIF89a",
2376 "animated gif",
2377 "gif",
2378 "resize"
2379 ],
2380 "time": "2015-05-10T10:52:24+00:00"
2381 },
2382 {
2383 "name": "grandt/phpzipmerge",
2384 "version": "1.0.4",
2385 "source": {
2386 "type": "git",
2387 "url": "https://github.com/Grandt/PHPZipMerge.git",
2388 "reference": "0b1273d3c2dbfe244904158b1dbd65a663264fb9"
2389 },
2390 "dist": {
2391 "type": "zip",
2392 "url": "https://api.github.com/repos/Grandt/PHPZipMerge/zipball/0b1273d3c2dbfe244904158b1dbd65a663264fb9",
2393 "reference": "0b1273d3c2dbfe244904158b1dbd65a663264fb9",
2394 "shasum": ""
2395 },
2396 "require": {
2397 "grandt/binstring": ">=1.0.0",
2398 "grandt/relativepath": ">=1.0.1",
2399 "php": ">=5.3.0"
2400 },
2401 "type": "library",
2402 "autoload": {
2403 "psr-4": {
2404 "ZipMerge\\": "src/ZipMerge"
2405 }
2406 },
2407 "notification-url": "https://packagist.org/downloads/",
2408 "license": [
2409 "LGPL-2.1"
2410 ],
2411 "authors": [
2412 {
2413 "name": "A. Grandt",
2414 "email": "php@grandt.com",
2415 "homepage": "http://grandt.com",
2416 "role": "Developer"
2417 },
2418 {
2419 "name": "Greg Kappatos",
2420 "homepage": "http://websiteconnect.com.au",
2421 "role": "Developer"
2422 }
2423 ],
2424 "description": "Merge and stream multiple Zip files on the fly.",
2425 "homepage": "https://github.com/Grandt/PHPZipMerge",
2426 "keywords": [
2427 "archive",
2428 "compressed",
2429 "compression",
2430 "merge",
2431 "phpzip",
2432 "pkzip",
2433 "stream",
2434 "zip"
2435 ],
2436 "time": "2015-08-18T13:49:33+00:00"
2437 },
2438 {
2439 "name": "grandt/relativepath",
2440 "version": "1.0.2",
2441 "source": {
2442 "type": "git",
2443 "url": "https://github.com/Grandt/PHPRelativePath.git",
2444 "reference": "19541133c24143b6295688472c54dd6ed15a5462"
2445 },
2446 "dist": {
2447 "type": "zip",
2448 "url": "https://api.github.com/repos/Grandt/PHPRelativePath/zipball/19541133c24143b6295688472c54dd6ed15a5462",
2449 "reference": "19541133c24143b6295688472c54dd6ed15a5462",
2450 "shasum": ""
2451 },
2452 "require": {
2453 "php": ">=5.0"
2454 },
2455 "type": "library",
2456 "autoload": {
2457 "classmap": [
2458 "RelativePath.php"
2459 ]
2460 },
2461 "notification-url": "https://packagist.org/downloads/",
2462 "license": [
2463 "LGPL-2.1"
2464 ],
2465 "authors": [
2466 {
2467 "name": "A. Grandt",
2468 "email": "php@grandt.com",
2469 "role": "Developer"
2470 }
2471 ],
2472 "description": "A class for cleaning up/collapsing relative paths. Like real_path, but without the need for the path to exist on the filesystem.",
2473 "homepage": "https://github.com/Grandt/PHPRelativePath",
2474 "keywords": [
2475 "file path"
2476 ],
2477 "time": "2015-05-14T08:18:23+00:00"
2478 },
2479 {
2480 "name": "guzzlehttp/guzzle",
2481 "version": "5.3.4",
2482 "source": {
2483 "type": "git",
2484 "url": "https://github.com/guzzle/guzzle.git",
2485 "reference": "b87eda7a7162f95574032da17e9323c9899cb6b2"
2486 },
2487 "dist": {
2488 "type": "zip",
2489 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/b87eda7a7162f95574032da17e9323c9899cb6b2",
2490 "reference": "b87eda7a7162f95574032da17e9323c9899cb6b2",
2491 "shasum": ""
2492 },
2493 "require": {
2494 "guzzlehttp/ringphp": "^1.1",
2495 "php": ">=5.4.0",
2496 "react/promise": "^2.2"
2497 },
2498 "require-dev": {
2499 "ext-curl": "*",
2500 "phpunit/phpunit": "^4.0"
2501 },
2502 "type": "library",
2503 "autoload": {
2504 "psr-4": {
2505 "GuzzleHttp\\": "src/"
2506 }
2507 },
2508 "notification-url": "https://packagist.org/downloads/",
2509 "license": [
2510 "MIT"
2511 ],
2512 "authors": [
2513 {
2514 "name": "Michael Dowling",
2515 "email": "mtdowling@gmail.com",
2516 "homepage": "https://github.com/mtdowling"
2517 }
2518 ],
2519 "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients",
2520 "homepage": "http://guzzlephp.org/",
2521 "keywords": [
2522 "client",
2523 "curl",
2524 "framework",
2525 "http",
2526 "http client",
2527 "rest",
2528 "web service"
2529 ],
2530 "time": "2019-10-30T09:32:00+00:00"
2531 },
2532 {
2533 "name": "guzzlehttp/promises",
2534 "version": "v1.3.1",
2535 "source": {
2536 "type": "git",
2537 "url": "https://github.com/guzzle/promises.git",
2538 "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
2539 },
2540 "dist": {
2541 "type": "zip",
2542 "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
2543 "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
2544 "shasum": ""
2545 },
2546 "require": {
2547 "php": ">=5.5.0"
2548 },
2549 "require-dev": {
2550 "phpunit/phpunit": "^4.0"
2551 },
2552 "type": "library",
2553 "extra": {
2554 "branch-alias": {
2555 "dev-master": "1.4-dev"
2556 }
2557 },
2558 "autoload": {
2559 "psr-4": {
2560 "GuzzleHttp\\Promise\\": "src/"
2561 },
2562 "files": [
2563 "src/functions_include.php"
2564 ]
2565 },
2566 "notification-url": "https://packagist.org/downloads/",
2567 "license": [
2568 "MIT"
2569 ],
2570 "authors": [
2571 {
2572 "name": "Michael Dowling",
2573 "email": "mtdowling@gmail.com",
2574 "homepage": "https://github.com/mtdowling"
2575 }
2576 ],
2577 "description": "Guzzle promises library",
2578 "keywords": [
2579 "promise"
2580 ],
2581 "time": "2016-12-20T10:07:11+00:00"
2582 },
2583 {
2584 "name": "guzzlehttp/psr7",
2585 "version": "1.6.1",
2586 "source": {
2587 "type": "git",
2588 "url": "https://github.com/guzzle/psr7.git",
2589 "reference": "239400de7a173fe9901b9ac7c06497751f00727a"
2590 },
2591 "dist": {
2592 "type": "zip",
2593 "url": "https://api.github.com/repos/guzzle/psr7/zipball/239400de7a173fe9901b9ac7c06497751f00727a",
2594 "reference": "239400de7a173fe9901b9ac7c06497751f00727a",
2595 "shasum": ""
2596 },
2597 "require": {
2598 "php": ">=5.4.0",
2599 "psr/http-message": "~1.0",
2600 "ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
2601 },
2602 "provide": {
2603 "psr/http-message-implementation": "1.0"
2604 },
2605 "require-dev": {
2606 "ext-zlib": "*",
2607 "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8"
2608 },
2609 "suggest": {
2610 "zendframework/zend-httphandlerrunner": "Emit PSR-7 responses"
2611 },
2612 "type": "library",
2613 "extra": {
2614 "branch-alias": {
2615 "dev-master": "1.6-dev"
2616 }
2617 },
2618 "autoload": {
2619 "psr-4": {
2620 "GuzzleHttp\\Psr7\\": "src/"
2621 },
2622 "files": [
2623 "src/functions_include.php"
2624 ]
2625 },
2626 "notification-url": "https://packagist.org/downloads/",
2627 "license": [
2628 "MIT"
2629 ],
2630 "authors": [
2631 {
2632 "name": "Michael Dowling",
2633 "email": "mtdowling@gmail.com",
2634 "homepage": "https://github.com/mtdowling"
2635 },
2636 {
2637 "name": "Tobias Schultze",
2638 "homepage": "https://github.com/Tobion"
2639 }
2640 ],
2641 "description": "PSR-7 message implementation that also provides common utility methods",
2642 "keywords": [
2643 "http",
2644 "message",
2645 "psr-7",
2646 "request",
2647 "response",
2648 "stream",
2649 "uri",
2650 "url"
2651 ],
2652 "time": "2019-07-01T23:21:34+00:00"
2653 },
2654 {
2655 "name": "guzzlehttp/ringphp",
2656 "version": "1.1.1",
2657 "source": {
2658 "type": "git",
2659 "url": "https://github.com/guzzle/RingPHP.git",
2660 "reference": "5e2a174052995663dd68e6b5ad838afd47dd615b"
2661 },
2662 "dist": {
2663 "type": "zip",
2664 "url": "https://api.github.com/repos/guzzle/RingPHP/zipball/5e2a174052995663dd68e6b5ad838afd47dd615b",
2665 "reference": "5e2a174052995663dd68e6b5ad838afd47dd615b",
2666 "shasum": ""
2667 },
2668 "require": {
2669 "guzzlehttp/streams": "~3.0",
2670 "php": ">=5.4.0",
2671 "react/promise": "~2.0"
2672 },
2673 "require-dev": {
2674 "ext-curl": "*",
2675 "phpunit/phpunit": "~4.0"
2676 },
2677 "suggest": {
2678 "ext-curl": "Guzzle will use specific adapters if cURL is present"
2679 },
2680 "type": "library",
2681 "extra": {
2682 "branch-alias": {
2683 "dev-master": "1.1-dev"
2684 }
2685 },
2686 "autoload": {
2687 "psr-4": {
2688 "GuzzleHttp\\Ring\\": "src/"
2689 }
2690 },
2691 "notification-url": "https://packagist.org/downloads/",
2692 "license": [
2693 "MIT"
2694 ],
2695 "authors": [
2696 {
2697 "name": "Michael Dowling",
2698 "email": "mtdowling@gmail.com",
2699 "homepage": "https://github.com/mtdowling"
2700 }
2701 ],
2702 "description": "Provides a simple API and specification that abstracts away the details of HTTP into a single PHP function.",
2703 "time": "2018-07-31T13:22:33+00:00"
2704 },
2705 {
2706 "name": "guzzlehttp/streams",
2707 "version": "3.0.0",
2708 "source": {
2709 "type": "git",
2710 "url": "https://github.com/guzzle/streams.git",
2711 "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5"
2712 },
2713 "dist": {
2714 "type": "zip",
2715 "url": "https://api.github.com/repos/guzzle/streams/zipball/47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
2716 "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
2717 "shasum": ""
2718 },
2719 "require": {
2720 "php": ">=5.4.0"
2721 },
2722 "require-dev": {
2723 "phpunit/phpunit": "~4.0"
2724 },
2725 "type": "library",
2726 "extra": {
2727 "branch-alias": {
2728 "dev-master": "3.0-dev"
2729 }
2730 },
2731 "autoload": {
2732 "psr-4": {
2733 "GuzzleHttp\\Stream\\": "src/"
2734 }
2735 },
2736 "notification-url": "https://packagist.org/downloads/",
2737 "license": [
2738 "MIT"
2739 ],
2740 "authors": [
2741 {
2742 "name": "Michael Dowling",
2743 "email": "mtdowling@gmail.com",
2744 "homepage": "https://github.com/mtdowling"
2745 }
2746 ],
2747 "description": "Provides a simple abstraction over streams of data",
2748 "homepage": "http://guzzlephp.org/",
2749 "keywords": [
2750 "Guzzle",
2751 "stream"
2752 ],
2753 "time": "2014-10-12T19:18:40+00:00"
2754 },
2755 {
2756 "name": "hoa/compiler",
2757 "version": "3.17.08.08",
2758 "source": {
2759 "type": "git",
2760 "url": "https://github.com/hoaproject/Compiler.git",
2761 "reference": "aa09caf0bf28adae6654ca6ee415ee2f522672de"
2762 },
2763 "dist": {
2764 "type": "zip",
2765 "url": "https://api.github.com/repos/hoaproject/Compiler/zipball/aa09caf0bf28adae6654ca6ee415ee2f522672de",
2766 "reference": "aa09caf0bf28adae6654ca6ee415ee2f522672de",
2767 "shasum": ""
2768 },
2769 "require": {
2770 "hoa/consistency": "~1.0",
2771 "hoa/exception": "~1.0",
2772 "hoa/file": "~1.0",
2773 "hoa/iterator": "~2.0",
2774 "hoa/math": "~1.0",
2775 "hoa/protocol": "~1.0",
2776 "hoa/regex": "~1.0",
2777 "hoa/visitor": "~2.0"
2778 },
2779 "require-dev": {
2780 "hoa/json": "~2.0",
2781 "hoa/test": "~2.0"
2782 },
2783 "type": "library",
2784 "extra": {
2785 "branch-alias": {
2786 "dev-master": "3.x-dev"
2787 }
2788 },
2789 "autoload": {
2790 "psr-4": {
2791 "Hoa\\Compiler\\": "."
2792 }
2793 },
2794 "notification-url": "https://packagist.org/downloads/",
2795 "license": [
2796 "BSD-3-Clause"
2797 ],
2798 "authors": [
2799 {
2800 "name": "Ivan Enderlin",
2801 "email": "ivan.enderlin@hoa-project.net"
2802 },
2803 {
2804 "name": "Hoa community",
2805 "homepage": "https://hoa-project.net/"
2806 }
2807 ],
2808 "description": "The Hoa\\Compiler library.",
2809 "homepage": "https://hoa-project.net/",
2810 "keywords": [
2811 "algebraic",
2812 "ast",
2813 "compiler",
2814 "context-free",
2815 "coverage",
2816 "exhaustive",
2817 "grammar",
2818 "isotropic",
2819 "language",
2820 "lexer",
2821 "library",
2822 "ll1",
2823 "llk",
2824 "parser",
2825 "pp",
2826 "random",
2827 "regular",
2828 "rule",
2829 "sampler",
2830 "syntax",
2831 "token",
2832 "trace",
2833 "uniform"
2834 ],
2835 "time": "2017-08-08T07:44:07+00:00"
2836 },
2837 {
2838 "name": "hoa/consistency",
2839 "version": "1.17.05.02",
2840 "source": {
2841 "type": "git",
2842 "url": "https://github.com/hoaproject/Consistency.git",
2843 "reference": "fd7d0adc82410507f332516faf655b6ed22e4c2f"
2844 },
2845 "dist": {
2846 "type": "zip",
2847 "url": "https://api.github.com/repos/hoaproject/Consistency/zipball/fd7d0adc82410507f332516faf655b6ed22e4c2f",
2848 "reference": "fd7d0adc82410507f332516faf655b6ed22e4c2f",
2849 "shasum": ""
2850 },
2851 "require": {
2852 "hoa/exception": "~1.0",
2853 "php": ">=5.5.0"
2854 },
2855 "require-dev": {
2856 "hoa/stream": "~1.0",
2857 "hoa/test": "~2.0"
2858 },
2859 "type": "library",
2860 "extra": {
2861 "branch-alias": {
2862 "dev-master": "1.x-dev"
2863 }
2864 },
2865 "autoload": {
2866 "psr-4": {
2867 "Hoa\\Consistency\\": "."
2868 },
2869 "files": [
2870 "Prelude.php"
2871 ]
2872 },
2873 "notification-url": "https://packagist.org/downloads/",
2874 "license": [
2875 "BSD-3-Clause"
2876 ],
2877 "authors": [
2878 {
2879 "name": "Ivan Enderlin",
2880 "email": "ivan.enderlin@hoa-project.net"
2881 },
2882 {
2883 "name": "Hoa community",
2884 "homepage": "https://hoa-project.net/"
2885 }
2886 ],
2887 "description": "The Hoa\\Consistency library.",
2888 "homepage": "https://hoa-project.net/",
2889 "keywords": [
2890 "autoloader",
2891 "callable",
2892 "consistency",
2893 "entity",
2894 "flex",
2895 "keyword",
2896 "library"
2897 ],
2898 "time": "2017-05-02T12:18:12+00:00"
2899 },
2900 {
2901 "name": "hoa/event",
2902 "version": "1.17.01.13",
2903 "source": {
2904 "type": "git",
2905 "url": "https://github.com/hoaproject/Event.git",
2906 "reference": "6c0060dced212ffa3af0e34bb46624f990b29c54"
2907 },
2908 "dist": {
2909 "type": "zip",
2910 "url": "https://api.github.com/repos/hoaproject/Event/zipball/6c0060dced212ffa3af0e34bb46624f990b29c54",
2911 "reference": "6c0060dced212ffa3af0e34bb46624f990b29c54",
2912 "shasum": ""
2913 },
2914 "require": {
2915 "hoa/consistency": "~1.0",
2916 "hoa/exception": "~1.0"
2917 },
2918 "require-dev": {
2919 "hoa/test": "~2.0"
2920 },
2921 "type": "library",
2922 "extra": {
2923 "branch-alias": {
2924 "dev-master": "1.x-dev"
2925 }
2926 },
2927 "autoload": {
2928 "psr-4": {
2929 "Hoa\\Event\\": "."
2930 }
2931 },
2932 "notification-url": "https://packagist.org/downloads/",
2933 "license": [
2934 "BSD-3-Clause"
2935 ],
2936 "authors": [
2937 {
2938 "name": "Ivan Enderlin",
2939 "email": "ivan.enderlin@hoa-project.net"
2940 },
2941 {
2942 "name": "Hoa community",
2943 "homepage": "https://hoa-project.net/"
2944 }
2945 ],
2946 "description": "The Hoa\\Event library.",
2947 "homepage": "https://hoa-project.net/",
2948 "keywords": [
2949 "event",
2950 "library",
2951 "listener",
2952 "observer"
2953 ],
2954 "time": "2017-01-13T15:30:50+00:00"
2955 },
2956 {
2957 "name": "hoa/exception",
2958 "version": "1.17.01.16",
2959 "source": {
2960 "type": "git",
2961 "url": "https://github.com/hoaproject/Exception.git",
2962 "reference": "091727d46420a3d7468ef0595651488bfc3a458f"
2963 },
2964 "dist": {
2965 "type": "zip",
2966 "url": "https://api.github.com/repos/hoaproject/Exception/zipball/091727d46420a3d7468ef0595651488bfc3a458f",
2967 "reference": "091727d46420a3d7468ef0595651488bfc3a458f",
2968 "shasum": ""
2969 },
2970 "require": {
2971 "hoa/consistency": "~1.0",
2972 "hoa/event": "~1.0"
2973 },
2974 "require-dev": {
2975 "hoa/test": "~2.0"
2976 },
2977 "type": "library",
2978 "extra": {
2979 "branch-alias": {
2980 "dev-master": "1.x-dev"
2981 }
2982 },
2983 "autoload": {
2984 "psr-4": {
2985 "Hoa\\Exception\\": "."
2986 }
2987 },
2988 "notification-url": "https://packagist.org/downloads/",
2989 "license": [
2990 "BSD-3-Clause"
2991 ],
2992 "authors": [
2993 {
2994 "name": "Ivan Enderlin",
2995 "email": "ivan.enderlin@hoa-project.net"
2996 },
2997 {
2998 "name": "Hoa community",
2999 "homepage": "https://hoa-project.net/"
3000 }
3001 ],
3002 "description": "The Hoa\\Exception library.",
3003 "homepage": "https://hoa-project.net/",
3004 "keywords": [
3005 "exception",
3006 "library"
3007 ],
3008 "time": "2017-01-16T07:53:27+00:00"
3009 },
3010 {
3011 "name": "hoa/file",
3012 "version": "1.17.07.11",
3013 "source": {
3014 "type": "git",
3015 "url": "https://github.com/hoaproject/File.git",
3016 "reference": "35cb979b779bc54918d2f9a4e02ed6c7a1fa67ca"
3017 },
3018 "dist": {
3019 "type": "zip",
3020 "url": "https://api.github.com/repos/hoaproject/File/zipball/35cb979b779bc54918d2f9a4e02ed6c7a1fa67ca",
3021 "reference": "35cb979b779bc54918d2f9a4e02ed6c7a1fa67ca",
3022 "shasum": ""
3023 },
3024 "require": {
3025 "hoa/consistency": "~1.0",
3026 "hoa/event": "~1.0",
3027 "hoa/exception": "~1.0",
3028 "hoa/iterator": "~2.0",
3029 "hoa/stream": "~1.0"
3030 },
3031 "require-dev": {
3032 "hoa/test": "~2.0"
3033 },
3034 "type": "library",
3035 "extra": {
3036 "branch-alias": {
3037 "dev-master": "1.x-dev"
3038 }
3039 },
3040 "autoload": {
3041 "psr-4": {
3042 "Hoa\\File\\": "."
3043 }
3044 },
3045 "notification-url": "https://packagist.org/downloads/",
3046 "license": [
3047 "BSD-3-Clause"
3048 ],
3049 "authors": [
3050 {
3051 "name": "Ivan Enderlin",
3052 "email": "ivan.enderlin@hoa-project.net"
3053 },
3054 {
3055 "name": "Hoa community",
3056 "homepage": "https://hoa-project.net/"
3057 }
3058 ],
3059 "description": "The Hoa\\File library.",
3060 "homepage": "https://hoa-project.net/",
3061 "keywords": [
3062 "Socket",
3063 "directory",
3064 "file",
3065 "finder",
3066 "library",
3067 "link",
3068 "temporary"
3069 ],
3070 "time": "2017-07-11T07:42:15+00:00"
3071 },
3072 {
3073 "name": "hoa/iterator",
3074 "version": "2.17.01.10",
3075 "source": {
3076 "type": "git",
3077 "url": "https://github.com/hoaproject/Iterator.git",
3078 "reference": "d1120ba09cb4ccd049c86d10058ab94af245f0cc"
3079 },
3080 "dist": {
3081 "type": "zip",
3082 "url": "https://api.github.com/repos/hoaproject/Iterator/zipball/d1120ba09cb4ccd049c86d10058ab94af245f0cc",
3083 "reference": "d1120ba09cb4ccd049c86d10058ab94af245f0cc",
3084 "shasum": ""
3085 },
3086 "require": {
3087 "hoa/consistency": "~1.0",
3088 "hoa/exception": "~1.0"
3089 },
3090 "require-dev": {
3091 "hoa/test": "~2.0"
3092 },
3093 "type": "library",
3094 "extra": {
3095 "branch-alias": {
3096 "dev-master": "2.x-dev"
3097 }
3098 },
3099 "autoload": {
3100 "psr-4": {
3101 "Hoa\\Iterator\\": "."
3102 }
3103 },
3104 "notification-url": "https://packagist.org/downloads/",
3105 "license": [
3106 "BSD-3-Clause"
3107 ],
3108 "authors": [
3109 {
3110 "name": "Ivan Enderlin",
3111 "email": "ivan.enderlin@hoa-project.net"
3112 },
3113 {
3114 "name": "Hoa community",
3115 "homepage": "https://hoa-project.net/"
3116 }
3117 ],
3118 "description": "The Hoa\\Iterator library.",
3119 "homepage": "https://hoa-project.net/",
3120 "keywords": [
3121 "iterator",
3122 "library"
3123 ],
3124 "time": "2017-01-10T10:34:47+00:00"
3125 },
3126 {
3127 "name": "hoa/math",
3128 "version": "1.17.05.16",
3129 "source": {
3130 "type": "git",
3131 "url": "https://github.com/hoaproject/Math.git",
3132 "reference": "7150785d30f5d565704912116a462e9f5bc83a0c"
3133 },
3134 "dist": {
3135 "type": "zip",
3136 "url": "https://api.github.com/repos/hoaproject/Math/zipball/7150785d30f5d565704912116a462e9f5bc83a0c",
3137 "reference": "7150785d30f5d565704912116a462e9f5bc83a0c",
3138 "shasum": ""
3139 },
3140 "require": {
3141 "hoa/compiler": "~3.0",
3142 "hoa/consistency": "~1.0",
3143 "hoa/exception": "~1.0",
3144 "hoa/iterator": "~2.0",
3145 "hoa/protocol": "~1.0",
3146 "hoa/zformat": "~1.0"
3147 },
3148 "require-dev": {
3149 "hoa/test": "~2.0"
3150 },
3151 "type": "library",
3152 "extra": {
3153 "branch-alias": {
3154 "dev-master": "1.x-dev"
3155 }
3156 },
3157 "autoload": {
3158 "psr-4": {
3159 "Hoa\\Math\\": "."
3160 }
3161 },
3162 "notification-url": "https://packagist.org/downloads/",
3163 "license": [
3164 "BSD-3-Clause"
3165 ],
3166 "authors": [
3167 {
3168 "name": "Ivan Enderlin",
3169 "email": "ivan.enderlin@hoa-project.net"
3170 },
3171 {
3172 "name": "Hoa community",
3173 "homepage": "https://hoa-project.net/"
3174 }
3175 ],
3176 "description": "The Hoa\\Math library.",
3177 "homepage": "https://hoa-project.net/",
3178 "keywords": [
3179 "arrangement",
3180 "combination",
3181 "combinatorics",
3182 "counting",
3183 "library",
3184 "math",
3185 "permutation",
3186 "sampler",
3187 "set"
3188 ],
3189 "time": "2017-05-16T08:02:17+00:00"
3190 },
3191 {
3192 "name": "hoa/protocol",
3193 "version": "1.17.01.14",
3194 "source": {
3195 "type": "git",
3196 "url": "https://github.com/hoaproject/Protocol.git",
3197 "reference": "5c2cf972151c45f373230da170ea015deecf19e2"
3198 },
3199 "dist": {
3200 "type": "zip",
3201 "url": "https://api.github.com/repos/hoaproject/Protocol/zipball/5c2cf972151c45f373230da170ea015deecf19e2",
3202 "reference": "5c2cf972151c45f373230da170ea015deecf19e2",
3203 "shasum": ""
3204 },
3205 "require": {
3206 "hoa/consistency": "~1.0",
3207 "hoa/exception": "~1.0"
3208 },
3209 "require-dev": {
3210 "hoa/test": "~2.0"
3211 },
3212 "type": "library",
3213 "extra": {
3214 "branch-alias": {
3215 "dev-master": "1.x-dev"
3216 }
3217 },
3218 "autoload": {
3219 "psr-4": {
3220 "Hoa\\Protocol\\": "."
3221 },
3222 "files": [
3223 "Wrapper.php"
3224 ]
3225 },
3226 "notification-url": "https://packagist.org/downloads/",
3227 "license": [
3228 "BSD-3-Clause"
3229 ],
3230 "authors": [
3231 {
3232 "name": "Ivan Enderlin",
3233 "email": "ivan.enderlin@hoa-project.net"
3234 },
3235 {
3236 "name": "Hoa community",
3237 "homepage": "https://hoa-project.net/"
3238 }
3239 ],
3240 "description": "The Hoa\\Protocol library.",
3241 "homepage": "https://hoa-project.net/",
3242 "keywords": [
3243 "library",
3244 "protocol",
3245 "resource",
3246 "stream",
3247 "wrapper"
3248 ],
3249 "time": "2017-01-14T12:26:10+00:00"
3250 },
3251 {
3252 "name": "hoa/regex",
3253 "version": "1.17.01.13",
3254 "source": {
3255 "type": "git",
3256 "url": "https://github.com/hoaproject/Regex.git",
3257 "reference": "7e263a61b6fb45c1d03d8e5ef77668518abd5bec"
3258 },
3259 "dist": {
3260 "type": "zip",
3261 "url": "https://api.github.com/repos/hoaproject/Regex/zipball/7e263a61b6fb45c1d03d8e5ef77668518abd5bec",
3262 "reference": "7e263a61b6fb45c1d03d8e5ef77668518abd5bec",
3263 "shasum": ""
3264 },
3265 "require": {
3266 "hoa/consistency": "~1.0",
3267 "hoa/exception": "~1.0",
3268 "hoa/math": "~1.0",
3269 "hoa/protocol": "~1.0",
3270 "hoa/ustring": "~4.0",
3271 "hoa/visitor": "~2.0"
3272 },
3273 "type": "library",
3274 "extra": {
3275 "branch-alias": {
3276 "dev-master": "1.x-dev"
3277 }
3278 },
3279 "autoload": {
3280 "psr-4": {
3281 "Hoa\\Regex\\": "."
3282 }
3283 },
3284 "notification-url": "https://packagist.org/downloads/",
3285 "license": [
3286 "BSD-3-Clause"
3287 ],
3288 "authors": [
3289 {
3290 "name": "Ivan Enderlin",
3291 "email": "ivan.enderlin@hoa-project.net"
3292 },
3293 {
3294 "name": "Hoa community",
3295 "homepage": "https://hoa-project.net/"
3296 }
3297 ],
3298 "description": "The Hoa\\Regex library.",
3299 "homepage": "https://hoa-project.net/",
3300 "keywords": [
3301 "compiler",
3302 "library",
3303 "regex"
3304 ],
3305 "time": "2017-01-13T16:10:24+00:00"
3306 },
3307 {
3308 "name": "hoa/ruler",
3309 "version": "2.17.05.16",
3310 "source": {
3311 "type": "git",
3312 "url": "https://github.com/hoaproject/Ruler.git",
3313 "reference": "696835daf8336dfd490f032da7af444050e52dfc"
3314 },
3315 "dist": {
3316 "type": "zip",
3317 "url": "https://api.github.com/repos/hoaproject/Ruler/zipball/696835daf8336dfd490f032da7af444050e52dfc",
3318 "reference": "696835daf8336dfd490f032da7af444050e52dfc",
3319 "shasum": ""
3320 },
3321 "require": {
3322 "hoa/compiler": "~3.0",
3323 "hoa/consistency": "~1.0",
3324 "hoa/exception": "~1.0",
3325 "hoa/file": "~1.0",
3326 "hoa/protocol": "~1.0",
3327 "hoa/visitor": "~2.0"
3328 },
3329 "require-dev": {
3330 "hoa/test": "~2.0"
3331 },
3332 "type": "library",
3333 "extra": {
3334 "branch-alias": {
3335 "dev-master": "2.x-dev"
3336 }
3337 },
3338 "autoload": {
3339 "psr-4": {
3340 "Hoa\\Ruler\\": "."
3341 }
3342 },
3343 "notification-url": "https://packagist.org/downloads/",
3344 "license": [
3345 "BSD-3-Clause"
3346 ],
3347 "authors": [
3348 {
3349 "name": "Ivan Enderlin",
3350 "email": "ivan.enderlin@hoa-project.net"
3351 },
3352 {
3353 "name": "Hoa community",
3354 "homepage": "https://hoa-project.net/"
3355 }
3356 ],
3357 "description": "The Hoa\\Ruler library.",
3358 "homepage": "https://hoa-project.net/",
3359 "keywords": [
3360 "library",
3361 "ruler"
3362 ],
3363 "time": "2017-05-16T07:52:21+00:00"
3364 },
3365 {
3366 "name": "hoa/stream",
3367 "version": "1.17.02.21",
3368 "source": {
3369 "type": "git",
3370 "url": "https://github.com/hoaproject/Stream.git",
3371 "reference": "3293cfffca2de10525df51436adf88a559151d82"
3372 },
3373 "dist": {
3374 "type": "zip",
3375 "url": "https://api.github.com/repos/hoaproject/Stream/zipball/3293cfffca2de10525df51436adf88a559151d82",
3376 "reference": "3293cfffca2de10525df51436adf88a559151d82",
3377 "shasum": ""
3378 },
3379 "require": {
3380 "hoa/consistency": "~1.0",
3381 "hoa/event": "~1.0",
3382 "hoa/exception": "~1.0",
3383 "hoa/protocol": "~1.0"
3384 },
3385 "require-dev": {
3386 "hoa/test": "~2.0"
3387 },
3388 "type": "library",
3389 "extra": {
3390 "branch-alias": {
3391 "dev-master": "1.x-dev"
3392 }
3393 },
3394 "autoload": {
3395 "psr-4": {
3396 "Hoa\\Stream\\": "."
3397 }
3398 },
3399 "notification-url": "https://packagist.org/downloads/",
3400 "license": [
3401 "BSD-3-Clause"
3402 ],
3403 "authors": [
3404 {
3405 "name": "Ivan Enderlin",
3406 "email": "ivan.enderlin@hoa-project.net"
3407 },
3408 {
3409 "name": "Hoa community",
3410 "homepage": "https://hoa-project.net/"
3411 }
3412 ],
3413 "description": "The Hoa\\Stream library.",
3414 "homepage": "https://hoa-project.net/",
3415 "keywords": [
3416 "Context",
3417 "bucket",
3418 "composite",
3419 "filter",
3420 "in",
3421 "library",
3422 "out",
3423 "protocol",
3424 "stream",
3425 "wrapper"
3426 ],
3427 "time": "2017-02-21T16:01:06+00:00"
3428 },
3429 {
3430 "name": "hoa/ustring",
3431 "version": "4.17.01.16",
3432 "source": {
3433 "type": "git",
3434 "url": "https://github.com/hoaproject/Ustring.git",
3435 "reference": "e6326e2739178799b1fe3fdd92029f9517fa17a0"
3436 },
3437 "dist": {
3438 "type": "zip",
3439 "url": "https://api.github.com/repos/hoaproject/Ustring/zipball/e6326e2739178799b1fe3fdd92029f9517fa17a0",
3440 "reference": "e6326e2739178799b1fe3fdd92029f9517fa17a0",
3441 "shasum": ""
3442 },
3443 "require": {
3444 "hoa/consistency": "~1.0",
3445 "hoa/exception": "~1.0"
3446 },
3447 "require-dev": {
3448 "hoa/test": "~2.0"
3449 },
3450 "suggest": {
3451 "ext-iconv": "ext/iconv must be present (or a third implementation) to use Hoa\\Ustring::transcode().",
3452 "ext-intl": "To get a better Hoa\\Ustring::toAscii() and Hoa\\Ustring::compareTo()."
3453 },
3454 "type": "library",
3455 "extra": {
3456 "branch-alias": {
3457 "dev-master": "4.x-dev"
3458 }
3459 },
3460 "autoload": {
3461 "psr-4": {
3462 "Hoa\\Ustring\\": "."
3463 }
3464 },
3465 "notification-url": "https://packagist.org/downloads/",
3466 "license": [
3467 "BSD-3-Clause"
3468 ],
3469 "authors": [
3470 {
3471 "name": "Ivan Enderlin",
3472 "email": "ivan.enderlin@hoa-project.net"
3473 },
3474 {
3475 "name": "Hoa community",
3476 "homepage": "https://hoa-project.net/"
3477 }
3478 ],
3479 "description": "The Hoa\\Ustring library.",
3480 "homepage": "https://hoa-project.net/",
3481 "keywords": [
3482 "library",
3483 "search",
3484 "string",
3485 "unicode"
3486 ],
3487 "time": "2017-01-16T07:08:25+00:00"
3488 },
3489 {
3490 "name": "hoa/visitor",
3491 "version": "2.17.01.16",
3492 "source": {
3493 "type": "git",
3494 "url": "https://github.com/hoaproject/Visitor.git",
3495 "reference": "c18fe1cbac98ae449e0d56e87469103ba08f224a"
3496 },
3497 "dist": {
3498 "type": "zip",
3499 "url": "https://api.github.com/repos/hoaproject/Visitor/zipball/c18fe1cbac98ae449e0d56e87469103ba08f224a",
3500 "reference": "c18fe1cbac98ae449e0d56e87469103ba08f224a",
3501 "shasum": ""
3502 },
3503 "require": {
3504 "hoa/consistency": "~1.0"
3505 },
3506 "require-dev": {
3507 "hoa/test": "~2.0"
3508 },
3509 "type": "library",
3510 "extra": {
3511 "branch-alias": {
3512 "dev-master": "2.x-dev"
3513 }
3514 },
3515 "autoload": {
3516 "psr-4": {
3517 "Hoa\\Visitor\\": "."
3518 }
3519 },
3520 "notification-url": "https://packagist.org/downloads/",
3521 "license": [
3522 "BSD-3-Clause"
3523 ],
3524 "authors": [
3525 {
3526 "name": "Ivan Enderlin",
3527 "email": "ivan.enderlin@hoa-project.net"
3528 },
3529 {
3530 "name": "Hoa community",
3531 "homepage": "https://hoa-project.net/"
3532 }
3533 ],
3534 "description": "The Hoa\\Visitor library.",
3535 "homepage": "https://hoa-project.net/",
3536 "keywords": [
3537 "library",
3538 "structure",
3539 "visit",
3540 "visitor"
3541 ],
3542 "time": "2017-01-16T07:02:03+00:00"
3543 },
3544 {
3545 "name": "hoa/zformat",
3546 "version": "1.17.01.10",
3547 "source": {
3548 "type": "git",
3549 "url": "https://github.com/hoaproject/Zformat.git",
3550 "reference": "522c381a2a075d4b9dbb42eb4592dd09520e4ac2"
3551 },
3552 "dist": {
3553 "type": "zip",
3554 "url": "https://api.github.com/repos/hoaproject/Zformat/zipball/522c381a2a075d4b9dbb42eb4592dd09520e4ac2",
3555 "reference": "522c381a2a075d4b9dbb42eb4592dd09520e4ac2",
3556 "shasum": ""
3557 },
3558 "require": {
3559 "hoa/consistency": "~1.0",
3560 "hoa/exception": "~1.0"
3561 },
3562 "type": "library",
3563 "extra": {
3564 "branch-alias": {
3565 "dev-master": "1.x-dev"
3566 }
3567 },
3568 "autoload": {
3569 "psr-4": {
3570 "Hoa\\Zformat\\": "."
3571 }
3572 },
3573 "notification-url": "https://packagist.org/downloads/",
3574 "license": [
3575 "BSD-3-Clause"
3576 ],
3577 "authors": [
3578 {
3579 "name": "Ivan Enderlin",
3580 "email": "ivan.enderlin@hoa-project.net"
3581 },
3582 {
3583 "name": "Hoa community",
3584 "homepage": "https://hoa-project.net/"
3585 }
3586 ],
3587 "description": "The Hoa\\Zformat library.",
3588 "homepage": "https://hoa-project.net/",
3589 "keywords": [
3590 "library",
3591 "parameter",
3592 "zformat"
3593 ],
3594 "time": "2017-01-10T10:39:54+00:00"
3595 },
3596 {
3597 "name": "html2text/html2text",
3598 "version": "4.2.1",
3599 "source": {
3600 "type": "git",
3601 "url": "https://github.com/mtibben/html2text.git",
3602 "reference": "f7555eaf271beea4e1098274d3ff37fbb7b21ea7"
3603 },
3604 "dist": {
3605 "type": "zip",
3606 "url": "https://api.github.com/repos/mtibben/html2text/zipball/f7555eaf271beea4e1098274d3ff37fbb7b21ea7",
3607 "reference": "f7555eaf271beea4e1098274d3ff37fbb7b21ea7",
3608 "shasum": ""
3609 },
3610 "require-dev": {
3611 "phpunit/phpunit": "~4"
3612 },
3613 "suggest": {
3614 "ext-mbstring": "For best performance",
3615 "symfony/polyfill-mbstring": "If you can't install ext-mbstring"
3616 },
3617 "type": "library",
3618 "autoload": {
3619 "psr-4": {
3620 "Html2Text\\": [
3621 "src/",
3622 "test/"
3623 ]
3624 }
3625 },
3626 "notification-url": "https://packagist.org/downloads/",
3627 "license": [
3628 "GPL-2.0-or-later"
3629 ],
3630 "description": "Converts HTML to formatted plain text",
3631 "time": "2018-08-13T12:05:08+00:00"
3632 },
3633 {
3634 "name": "http-interop/http-factory-guzzle",
3635 "version": "1.0.0",
3636 "source": {
3637 "type": "git",
3638 "url": "https://github.com/http-interop/http-factory-guzzle.git",
3639 "reference": "34861658efb9899a6618cef03de46e2a52c80fc0"
3640 },
3641 "dist": {
3642 "type": "zip",
3643 "url": "https://api.github.com/repos/http-interop/http-factory-guzzle/zipball/34861658efb9899a6618cef03de46e2a52c80fc0",
3644 "reference": "34861658efb9899a6618cef03de46e2a52c80fc0",
3645 "shasum": ""
3646 },
3647 "require": {
3648 "guzzlehttp/psr7": "^1.4.2",
3649 "psr/http-factory": "^1.0"
3650 },
3651 "provide": {
3652 "psr/http-factory-implementation": "^1.0"
3653 },
3654 "require-dev": {
3655 "http-interop/http-factory-tests": "^0.5",
3656 "phpunit/phpunit": "^6.5"
3657 },
3658 "type": "library",
3659 "autoload": {
3660 "psr-4": {
3661 "Http\\Factory\\Guzzle\\": "src/"
3662 }
3663 },
3664 "notification-url": "https://packagist.org/downloads/",
3665 "license": [
3666 "MIT"
3667 ],
3668 "authors": [
3669 {
3670 "name": "PHP-FIG",
3671 "homepage": "http://www.php-fig.org/"
3672 }
3673 ],
3674 "description": "An HTTP Factory using Guzzle PSR7",
3675 "keywords": [
3676 "factory",
3677 "http",
3678 "psr-17",
3679 "psr-7"
3680 ],
3681 "time": "2018-07-31T19:32:56+00:00"
3682 },
3683 {
3684 "name": "incenteev/composer-parameter-handler",
3685 "version": "v2.1.3",
3686 "source": {
3687 "type": "git",
3688 "url": "https://github.com/Incenteev/ParameterHandler.git",
3689 "reference": "933c45a34814f27f2345c11c37d46b3ca7303550"
3690 },
3691 "dist": {
3692 "type": "zip",
3693 "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/933c45a34814f27f2345c11c37d46b3ca7303550",
3694 "reference": "933c45a34814f27f2345c11c37d46b3ca7303550",
3695 "shasum": ""
3696 },
3697 "require": {
3698 "php": ">=5.3.3",
3699 "symfony/yaml": "^2.3 || ^3.0 || ^4.0"
3700 },
3701 "require-dev": {
3702 "composer/composer": "^1.0@dev",
3703 "symfony/filesystem": "^2.3 || ^3 || ^4",
3704 "symfony/phpunit-bridge": "^4.0"
3705 },
3706 "type": "library",
3707 "extra": {
3708 "branch-alias": {
3709 "dev-master": "2.1.x-dev"
3710 }
3711 },
3712 "autoload": {
3713 "psr-4": {
3714 "Incenteev\\ParameterHandler\\": ""
3715 }
3716 },
3717 "notification-url": "https://packagist.org/downloads/",
3718 "license": [
3719 "MIT"
3720 ],
3721 "authors": [
3722 {
3723 "name": "Christophe Coevoet",
3724 "email": "stof@notk.org"
3725 }
3726 ],
3727 "description": "Composer script handling your ignored parameter file",
3728 "homepage": "https://github.com/Incenteev/ParameterHandler",
3729 "keywords": [
3730 "parameters management"
3731 ],
3732 "time": "2018-02-13T18:05:56+00:00"
3733 },
3734 {
3735 "name": "j0k3r/graby",
3736 "version": "2.1.0",
3737 "source": {
3738 "type": "git",
3739 "url": "https://github.com/j0k3r/graby.git",
3740 "reference": "8dcacf79bd2bc18438dc3c93cdee1fa59f9a848b"
3741 },
3742 "dist": {
3743 "type": "zip",
3744 "url": "https://api.github.com/repos/j0k3r/graby/zipball/8dcacf79bd2bc18438dc3c93cdee1fa59f9a848b",
3745 "reference": "8dcacf79bd2bc18438dc3c93cdee1fa59f9a848b",
3746 "shasum": ""
3747 },
3748 "require": {
3749 "ext-curl": "*",
3750 "ext-tidy": "*",
3751 "fossar/htmlawed": "^1.2.4",
3752 "guzzlehttp/psr7": "^1.5",
3753 "j0k3r/graby-site-config": "^1.0",
3754 "j0k3r/httplug-ssrf-plugin": "^2.0",
3755 "j0k3r/php-readability": "^1.1",
3756 "monolog/monolog": "^1.13.1",
3757 "php": ">=7.1",
3758 "php-http/client-common": "^2.0",
3759 "php-http/discovery": "^1.0",
3760 "php-http/httplug": "^2.0",
3761 "php-http/message": "^1.7",
3762 "psr/http-message": "^1.0",
3763 "simplepie/simplepie": "^1.3.1",
3764 "smalot/pdfparser": "~0.11",
3765 "symfony/options-resolver": "~2.6|~3.0|~4.0",
3766 "true/punycode": "~2.1",
3767 "wallabag/tcpdf": "^6.2.26"
3768 },
3769 "require-dev": {
3770 "friendsofphp/php-cs-fixer": "~2.14",
3771 "php-coveralls/php-coveralls": "^2.0",
3772 "php-http/guzzle6-adapter": "^2.0",
3773 "php-http/mock-client": "^1.2",
3774 "phpstan/phpstan": "^0.11",
3775 "phpstan/phpstan-phpunit": "^0.11",
3776 "symfony/phpunit-bridge": "~2.6|~3.0|~4.0"
3777 },
3778 "type": "library",
3779 "extra": {
3780 "branch-alias": {
3781 "dev-2.0": "2.0-dev"
3782 }
3783 },
3784 "autoload": {
3785 "psr-4": {
3786 "Graby\\": "src/"
3787 }
3788 },
3789 "notification-url": "https://packagist.org/downloads/",
3790 "license": [
3791 "MIT"
3792 ],
3793 "authors": [
3794 {
3795 "name": "Jeremy Benoist",
3796 "email": "jeremy.benoist@gmail.com",
3797 "role": "Developer"
3798 },
3799 {
3800 "name": "FiveFilters.org",
3801 "email": "fivefilters@fivefilters.org",
3802 "role": "Developer (original version)"
3803 }
3804 ],
3805 "description": "Graby helps you extract article content from web pages",
3806 "time": "2019-11-12T13:10:23+00:00"
3807 },
3808 {
3809 "name": "j0k3r/graby-site-config",
3810 "version": "1.0.97",
3811 "source": {
3812 "type": "git",
3813 "url": "https://github.com/j0k3r/graby-site-config.git",
3814 "reference": "a6e0b976c191c58a523e66835881e2bc9979b2a8"
3815 },
3816 "dist": {
3817 "type": "zip",
3818 "url": "https://api.github.com/repos/j0k3r/graby-site-config/zipball/a6e0b976c191c58a523e66835881e2bc9979b2a8",
3819 "reference": "a6e0b976c191c58a523e66835881e2bc9979b2a8",
3820 "shasum": ""
3821 },
3822 "require": {
3823 "symfony/finder": "~2.6|~3.0|~4.0"
3824 },
3825 "require-dev": {
3826 "liip/rmt": "1.2.*",
3827 "symfony/phpunit-bridge": "^4.3"
3828 },
3829 "type": "library",
3830 "autoload": {
3831 "psr-4": {
3832 "GrabySiteConfig\\SiteConfig\\": "src/"
3833 }
3834 },
3835 "notification-url": "https://packagist.org/downloads/",
3836 "license": [
3837 "CC0-1.0"
3838 ],
3839 "authors": [
3840 {
3841 "name": "Jeremy Benoist",
3842 "email": "jeremy.benoist@gmail.com"
3843 }
3844 ],
3845 "description": "Graby site config files",
3846 "time": "2019-12-16T15:56:50+00:00"
3847 },
3848 {
3849 "name": "j0k3r/httplug-ssrf-plugin",
3850 "version": "v2.0.0",
3851 "source": {
3852 "type": "git",
3853 "url": "https://github.com/j0k3r/httplug-ssrf-plugin.git",
3854 "reference": "ea8599016240d2a49b91e267550ea3eb243ddd74"
3855 },
3856 "dist": {
3857 "type": "zip",
3858 "url": "https://api.github.com/repos/j0k3r/httplug-ssrf-plugin/zipball/ea8599016240d2a49b91e267550ea3eb243ddd74",
3859 "reference": "ea8599016240d2a49b91e267550ea3eb243ddd74",
3860 "shasum": ""
3861 },
3862 "require": {
3863 "php": "^7.1",
3864 "php-http/client-common": "^2.0",
3865 "php-http/discovery": "^1.5",
3866 "php-http/message": "^1.7",
3867 "php-http/message-factory": "^1.0.2"
3868 },
3869 "require-dev": {
3870 "friendsofphp/php-cs-fixer": "^2.14",
3871 "guzzlehttp/psr7": "^1.0",
3872 "php-http/guzzle6-adapter": "^2.0",
3873 "php-http/mock-client": "^1.0",
3874 "phpstan/phpstan": "^0.11",
3875 "phpstan/phpstan-phpunit": "^0.11",
3876 "symfony/phpunit-bridge": "~3.4.19|~4.0"
3877 },
3878 "type": "library",
3879 "extra": {
3880 "branch-alias": {
3881 "dev-master": "2.0-dev"
3882 }
3883 },
3884 "autoload": {
3885 "psr-4": {
3886 "Graby\\HttpClient\\Plugin\\ServerSideRequestForgeryProtection\\": "src/"
3887 }
3888 },
3889 "notification-url": "https://packagist.org/downloads/",
3890 "license": [
3891 "MIT"
3892 ],
3893 "authors": [
3894 {
3895 "name": "Jeremy Benoist",
3896 "email": "jeremy.benoist@gmail.com"
3897 },
3898 {
3899 "name": "aaa2000",
3900 "email": "adev2000@gmail.com"
3901 },
3902 {
3903 "name": "Jack W",
3904 "email": "jack@fin1te.net",
3905 "role": "Developer (SafeCurl original version)"
3906 }
3907 ],
3908 "description": "Server-Side Request Forgery (SSRF) protection plugin for HTTPlug",
3909 "homepage": "https://github.com/j0k3r/httplug-ssrf-plugin",
3910 "keywords": [
3911 "http",
3912 "httplug",
3913 "plugin",
3914 "security",
3915 "ssrf"
3916 ],
3917 "time": "2019-02-06T10:58:53+00:00"
3918 },
3919 {
3920 "name": "j0k3r/php-readability",
3921 "version": "1.2.4",
3922 "source": {
3923 "type": "git",
3924 "url": "https://github.com/j0k3r/php-readability.git",
3925 "reference": "9306996b472fd3d4bc5a7928a301ccce38423793"
3926 },
3927 "dist": {
3928 "type": "zip",
3929 "url": "https://api.github.com/repos/j0k3r/php-readability/zipball/9306996b472fd3d4bc5a7928a301ccce38423793",
3930 "reference": "9306996b472fd3d4bc5a7928a301ccce38423793",
3931 "shasum": ""
3932 },
3933 "require": {
3934 "electrolinux/php-html5lib": "^0.1.0",
3935 "ext-mbstring": "*",
3936 "php": ">=5.6.0",
3937 "psr/log": "^1.0"
3938 },
3939 "require-dev": {
3940 "friendsofphp/php-cs-fixer": "^2.14",
3941 "monolog/monolog": "^1.24",
3942 "php-coveralls/php-coveralls": "^2.1",
3943 "symfony/phpunit-bridge": "^4.2.3"
3944 },
3945 "suggest": {
3946 "ext-tidy": "Used to clean up given HTML and to avoid problems with bad HTML structure."
3947 },
3948 "type": "library",
3949 "autoload": {
3950 "psr-4": {
3951 "Readability\\": "src/"
3952 }
3953 },
3954 "notification-url": "https://packagist.org/downloads/",
3955 "license": [
3956 "Apache-2.0"
3957 ],
3958 "authors": [
3959 {
3960 "name": "Keyvan Minoukadeh",
3961 "email": "keyvan@keyvan.net",
3962 "homepage": "http://keyvan.net",
3963 "role": "Developer (ported original JS code to PHP)"
3964 },
3965 {
3966 "name": "Arc90",
3967 "homepage": "http://arc90.com",
3968 "role": "Developer (original JS version)"
3969 },
3970 {
3971 "name": "Jeremy Benoist",
3972 "email": "jeremy.benoist@gmail.com",
3973 "homepage": "http://www.j0k3r.net",
3974 "role": "Developer"
3975 },
3976 {
3977 "name": "DitherSky",
3978 "homepage": "https://github.com/Dither",
3979 "role": "Developer (https://github.com/Dither/full-text-rss)"
3980 }
3981 ],
3982 "description": "Automatic article extraction from HTML",
3983 "keywords": [
3984 "article",
3985 "article extraction",
3986 "content",
3987 "content extraction",
3988 "extraction",
3989 "html"
3990 ],
3991 "time": "2019-06-25T15:15:37+00:00"
3992 },
3993 {
3994 "name": "javibravo/simpleue",
3995 "version": "2.1.0",
3996 "source": {
3997 "type": "git",
3998 "url": "https://github.com/javibravo/simpleue.git",
3999 "reference": "b12ccea0631cd3f6128ab91178fc5363f6e14ff6"
4000 },
4001 "dist": {
4002 "type": "zip",
4003 "url": "https://api.github.com/repos/javibravo/simpleue/zipball/b12ccea0631cd3f6128ab91178fc5363f6e14ff6",
4004 "reference": "b12ccea0631cd3f6128ab91178fc5363f6e14ff6",
4005 "shasum": ""
4006 },
4007 "require": {
4008 "php": ">=5.5",
4009 "psr/log": "~1.0"
4010 },
4011 "require-dev": {
4012 "aws/aws-sdk-php": "^3.9",
4013 "pda/pheanstalk": "^3.1",
4014 "phpunit/phpunit": "4.0.*",
4015 "predis/predis": "^1.0"
4016 },
4017 "suggest": {
4018 "aws/aws-sdk-php": "Allow work with AWS Simple Queue Service (SQS) queues",
4019 "ext-redis": "Allow work with Redis Locker",
4020 "pda/pheanstalk": "Allow work with Beanstalkd queues",
4021 "predis/predis": "Allow work with Redis queues"
4022 },
4023 "type": "library",
4024 "autoload": {
4025 "psr-4": {
4026 "Simpleue\\": "src/Simpleue"
4027 }
4028 },
4029 "notification-url": "https://packagist.org/downloads/",
4030 "license": [
4031 "MIT"
4032 ],
4033 "authors": [
4034 {
4035 "name": "Javier Bravo",
4036 "email": "javibravo85@gmail.com"
4037 }
4038 ],
4039 "description": "Php package to manage queue tasks in a simple way",
4040 "homepage": "http://github.com/javibravo/simpleue",
4041 "keywords": [
4042 "job",
4043 "queue",
4044 "redis",
4045 "sqs",
4046 "task"
4047 ],
4048 "time": "2017-11-15T13:41:13+00:00"
4049 },
4050 {
4051 "name": "jdorn/sql-formatter",
4052 "version": "v1.2.17",
4053 "source": {
4054 "type": "git",
4055 "url": "https://github.com/jdorn/sql-formatter.git",
4056 "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc"
4057 },
4058 "dist": {
4059 "type": "zip",
4060 "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc",
4061 "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc",
4062 "shasum": ""
4063 },
4064 "require": {
4065 "php": ">=5.2.4"
4066 },
4067 "require-dev": {
4068 "phpunit/phpunit": "3.7.*"
4069 },
4070 "type": "library",
4071 "extra": {
4072 "branch-alias": {
4073 "dev-master": "1.3.x-dev"
4074 }
4075 },
4076 "autoload": {
4077 "classmap": [
4078 "lib"
4079 ]
4080 },
4081 "notification-url": "https://packagist.org/downloads/",
4082 "license": [
4083 "MIT"
4084 ],
4085 "authors": [
4086 {
4087 "name": "Jeremy Dorn",
4088 "email": "jeremy@jeremydorn.com",
4089 "homepage": "http://jeremydorn.com/"
4090 }
4091 ],
4092 "description": "a PHP SQL highlighting library",
4093 "homepage": "https://github.com/jdorn/sql-formatter/",
4094 "keywords": [
4095 "highlight",
4096 "sql"
4097 ],
4098 "time": "2014-01-12T16:20:24+00:00"
4099 },
4100 {
4101 "name": "jean85/pretty-package-versions",
4102 "version": "1.2",
4103 "source": {
4104 "type": "git",
4105 "url": "https://github.com/Jean85/pretty-package-versions.git",
4106 "reference": "75c7effcf3f77501d0e0caa75111aff4daa0dd48"
4107 },
4108 "dist": {
4109 "type": "zip",
4110 "url": "https://api.github.com/repos/Jean85/pretty-package-versions/zipball/75c7effcf3f77501d0e0caa75111aff4daa0dd48",
4111 "reference": "75c7effcf3f77501d0e0caa75111aff4daa0dd48",
4112 "shasum": ""
4113 },
4114 "require": {
4115 "ocramius/package-versions": "^1.2.0",
4116 "php": "^7.0"
4117 },
4118 "require-dev": {
4119 "phpunit/phpunit": "^6.0"
4120 },
4121 "type": "library",
4122 "extra": {
4123 "branch-alias": {
4124 "dev-master": "1.x-dev"
4125 }
4126 },
4127 "autoload": {
4128 "psr-4": {
4129 "Jean85\\": "src/"
4130 }
4131 },
4132 "notification-url": "https://packagist.org/downloads/",
4133 "license": [
4134 "MIT"
4135 ],
4136 "authors": [
4137 {
4138 "name": "Alessandro Lai",
4139 "email": "alessandro.lai85@gmail.com"
4140 }
4141 ],
4142 "description": "A wrapper for ocramius/package-versions to get pretty versions strings",
4143 "keywords": [
4144 "composer",
4145 "package",
4146 "release",
4147 "versions"
4148 ],
4149 "time": "2018-06-13T13:22:40+00:00"
4150 },
4151 {
4152 "name": "jms/metadata",
4153 "version": "1.7.0",
4154 "source": {
4155 "type": "git",
4156 "url": "https://github.com/schmittjoh/metadata.git",
4157 "reference": "e5854ab1aa643623dc64adde718a8eec32b957a8"
4158 },
4159 "dist": {
4160 "type": "zip",
4161 "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/e5854ab1aa643623dc64adde718a8eec32b957a8",
4162 "reference": "e5854ab1aa643623dc64adde718a8eec32b957a8",
4163 "shasum": ""
4164 },
4165 "require": {
4166 "php": ">=5.3.0"
4167 },
4168 "require-dev": {
4169 "doctrine/cache": "~1.0",
4170 "symfony/cache": "~3.1"
4171 },
4172 "type": "library",
4173 "extra": {
4174 "branch-alias": {
4175 "dev-master": "1.5.x-dev"
4176 }
4177 },
4178 "autoload": {
4179 "psr-0": {
4180 "Metadata\\": "src/"
4181 }
4182 },
4183 "notification-url": "https://packagist.org/downloads/",
4184 "license": [
4185 "MIT"
4186 ],
4187 "authors": [
4188 {
4189 "name": "Asmir Mustafic",
4190 "email": "goetas@gmail.com"
4191 },
4192 {
4193 "name": "Johannes M. Schmitt",
4194 "email": "schmittjoh@gmail.com"
4195 }
4196 ],
4197 "description": "Class/method/property metadata management in PHP",
4198 "keywords": [
4199 "annotations",
4200 "metadata",
4201 "xml",
4202 "yaml"
4203 ],
4204 "time": "2018-10-26T12:40:10+00:00"
4205 },
4206 {
4207 "name": "jms/parser-lib",
4208 "version": "1.0.0",
4209 "source": {
4210 "type": "git",
4211 "url": "https://github.com/schmittjoh/parser-lib.git",
4212 "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d"
4213 },
4214 "dist": {
4215 "type": "zip",
4216 "url": "https://api.github.com/repos/schmittjoh/parser-lib/zipball/c509473bc1b4866415627af0e1c6cc8ac97fa51d",
4217 "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d",
4218 "shasum": ""
4219 },
4220 "require": {
4221 "phpoption/phpoption": ">=0.9,<2.0-dev"
4222 },
4223 "type": "library",
4224 "extra": {
4225 "branch-alias": {
4226 "dev-master": "1.0-dev"
4227 }
4228 },
4229 "autoload": {
4230 "psr-0": {
4231 "JMS\\": "src/"
4232 }
4233 },
4234 "notification-url": "https://packagist.org/downloads/",
4235 "license": [
4236 "Apache2"
4237 ],
4238 "description": "A library for easily creating recursive-descent parsers.",
4239 "time": "2012-11-18T18:08:43+00:00"
4240 },
4241 {
4242 "name": "jms/serializer",
4243 "version": "1.14.0",
4244 "source": {
4245 "type": "git",
4246 "url": "https://github.com/schmittjoh/serializer.git",
4247 "reference": "ee96d57024af9a7716d56fcbe3aa94b3d030f3ca"
4248 },
4249 "dist": {
4250 "type": "zip",
4251 "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/ee96d57024af9a7716d56fcbe3aa94b3d030f3ca",
4252 "reference": "ee96d57024af9a7716d56fcbe3aa94b3d030f3ca",
4253 "shasum": ""
4254 },
4255 "require": {
4256 "doctrine/annotations": "^1.0",
4257 "doctrine/instantiator": "^1.0.3",
4258 "jms/metadata": "^1.3",
4259 "jms/parser-lib": "1.*",
4260 "php": "^5.5|^7.0",
4261 "phpcollection/phpcollection": "~0.1",
4262 "phpoption/phpoption": "^1.1"
4263 },
4264 "conflict": {
4265 "twig/twig": "<1.12"
4266 },
4267 "require-dev": {
4268 "doctrine/orm": "~2.1",
4269 "doctrine/phpcr-odm": "^1.3|^2.0",
4270 "ext-pdo_sqlite": "*",
4271 "jackalope/jackalope-doctrine-dbal": "^1.1.5",
4272 "phpunit/phpunit": "^4.8|^5.0",
4273 "propel/propel1": "~1.7",
4274 "psr/container": "^1.0",
4275 "symfony/dependency-injection": "^2.7|^3.3|^4.0",
4276 "symfony/expression-language": "^2.6|^3.0",
4277 "symfony/filesystem": "^2.1",
4278 "symfony/form": "~2.1|^3.0",
4279 "symfony/translation": "^2.1|^3.0",
4280 "symfony/validator": "^2.2|^3.0",
4281 "symfony/yaml": "^2.1|^3.0",
4282 "twig/twig": "~1.12|~2.0"
4283 },
4284 "suggest": {
4285 "doctrine/cache": "Required if you like to use cache functionality.",
4286 "doctrine/collections": "Required if you like to use doctrine collection types as ArrayCollection.",
4287 "symfony/yaml": "Required if you'd like to serialize data to YAML format."
4288 },
4289 "type": "library",
4290 "extra": {
4291 "branch-alias": {
4292 "dev-1.x": "1.14-dev"
4293 }
4294 },
4295 "autoload": {
4296 "psr-0": {
4297 "JMS\\Serializer": "src/"
4298 }
4299 },
4300 "notification-url": "https://packagist.org/downloads/",
4301 "license": [
4302 "MIT"
4303 ],
4304 "authors": [
4305 {
4306 "name": "Asmir Mustafic",
4307 "email": "goetas@gmail.com"
4308 },
4309 {
4310 "name": "Johannes M. Schmitt",
4311 "email": "schmittjoh@gmail.com"
4312 }
4313 ],
4314 "description": "Library for (de-)serializing data of any complexity; supports XML, JSON, and YAML.",
4315 "homepage": "http://jmsyst.com/libs/serializer",
4316 "keywords": [
4317 "deserialization",
4318 "jaxb",
4319 "json",
4320 "serialization",
4321 "xml"
4322 ],
4323 "time": "2019-04-17T08:12:16+00:00"
4324 },
4325 {
4326 "name": "jms/serializer-bundle",
4327 "version": "2.4.4",
4328 "source": {
4329 "type": "git",
4330 "url": "https://github.com/schmittjoh/JMSSerializerBundle.git",
4331 "reference": "92ee808c64c1c180775a0e57d00e3be0674668fb"
4332 },
4333 "dist": {
4334 "type": "zip",
4335 "url": "https://api.github.com/repos/schmittjoh/JMSSerializerBundle/zipball/92ee808c64c1c180775a0e57d00e3be0674668fb",
4336 "reference": "92ee808c64c1c180775a0e57d00e3be0674668fb",
4337 "shasum": ""
4338 },
4339 "require": {
4340 "jms/serializer": "^1.10",
4341 "php": "^5.4|^7.0",
4342 "phpoption/phpoption": "^1.1.0",
4343 "symfony/framework-bundle": "~2.3|~3.0|~4.0"
4344 },
4345 "require-dev": {
4346 "doctrine/orm": "*",
4347 "phpunit/phpunit": "^4.8.35|^5.4.3|^6.0",
4348 "symfony/expression-language": "~2.6|~3.0|~4.0",
4349 "symfony/finder": "^2.3|^3.0|^4.0",
4350 "symfony/form": "*",
4351 "symfony/stopwatch": "*",
4352 "symfony/twig-bundle": "*",
4353 "symfony/validator": "*",
4354 "symfony/yaml": "*"
4355 },
4356 "suggest": {
4357 "jms/di-extra-bundle": "Required to get lazy loading (de)serialization visitors, ~1.3",
4358 "symfony/finder": "Required for cache warmup, supported versions ^2.3|^3.0|^4.0"
4359 },
4360 "type": "symfony-bundle",
4361 "extra": {
4362 "branch-alias": {
4363 "dev-master": "2.4-dev"
4364 }
4365 },
4366 "autoload": {
4367 "psr-4": {
4368 "JMS\\SerializerBundle\\": ""
4369 },
4370 "exclude-from-classmap": [
4371 "/Tests/"
4372 ]
4373 },
4374 "notification-url": "https://packagist.org/downloads/",
4375 "license": [
4376 "MIT"
4377 ],
4378 "authors": [
4379 {
4380 "name": "Asmir Mustafic",
4381 "email": "goetas@gmail.com"
4382 },
4383 {
4384 "name": "Johannes M. Schmitt",
4385 "email": "schmittjoh@gmail.com"
4386 }
4387 ],
4388 "description": "Allows you to easily serialize, and deserialize data of any complexity",
4389 "homepage": "http://jmsyst.com/bundles/JMSSerializerBundle",
4390 "keywords": [
4391 "deserialization",
4392 "jaxb",
4393 "json",
4394 "serialization",
4395 "xml"
4396 ],
4397 "time": "2019-03-30T10:26:09+00:00"
4398 },
4399 {
4400 "name": "kphoen/rulerz",
4401 "version": "0.21.1",
4402 "source": {
4403 "type": "git",
4404 "url": "https://github.com/K-Phoen/rulerz.git",
4405 "reference": "d28a1bd59b4e66cc9fcdeee965f13f685eb9ce41"
4406 },
4407 "dist": {
4408 "type": "zip",
4409 "url": "https://api.github.com/repos/K-Phoen/rulerz/zipball/d28a1bd59b4e66cc9fcdeee965f13f685eb9ce41",
4410 "reference": "d28a1bd59b4e66cc9fcdeee965f13f685eb9ce41",
4411 "shasum": ""
4412 },
4413 "require": {
4414 "hoa/ruler": "~2.0",
4415 "php": ">=7.1",
4416 "symfony/property-access": "~3.0|~4.0"
4417 },
4418 "require-dev": {
4419 "behat/behat": "~3.0",
4420 "coduo/phpspec-data-provider-extension": "~1.0,!=1.0.2",
4421 "doctrine/orm": "~2.4",
4422 "elasticsearch/elasticsearch": "~1.0",
4423 "illuminate/database": "~5.0",
4424 "kphoen/rusty": "dev-master",
4425 "liip/rmt": "^1.2",
4426 "mikey179/vfsstream": "~1.4",
4427 "phpspec/phpspec": "~2.0,>=2.4-dev",
4428 "pomm-project/cli": "~2.0@dev",
4429 "pomm-project/foundation": "~2.0@dev",
4430 "pomm-project/model-manager": "~2.0.@dev",
4431 "ruflin/elastica": "~1.0",
4432 "solarium/solarium": "~3.0",
4433 "vlucas/phpdotenv": "~2.1"
4434 },
4435 "suggest": {
4436 "doctrine/orm": "To execute rules as Doctrine queries",
4437 "elasticsearch/elasticsearch": "To execute rules as Elasticsearch queries",
4438 "kphoen/rulerz-spec-builder": "If you want a specification builder",
4439 "pomm-project/model-manager": "To execute rules as Pomm queries",
4440 "solarium/solarium": "To execute rules as Solr queries"
4441 },
4442 "type": "library",
4443 "extra": {
4444 "branch-alias": {
4445 "dev-master": "1.0.x-dev"
4446 }
4447 },
4448 "autoload": {
4449 "psr-4": {
4450 "RulerZ\\": "src/"
4451 }
4452 },
4453 "notification-url": "https://packagist.org/downloads/",
4454 "license": [
4455 "MIT"
4456 ],
4457 "authors": [
4458 {
4459 "name": "Kévin Gomez",
4460 "email": "contact@kevingomez.fr"
4461 }
4462 ],
4463 "description": "Powerful implementation of the Specification pattern",
4464 "homepage": "https://github.com/K-Phoen/RulerZ",
4465 "keywords": [
4466 "doctrine",
4467 "specification"
4468 ],
4469 "time": "2018-09-18T15:15:42+00:00"
4470 },
4471 {
4472 "name": "kphoen/rulerz-bridge",
4473 "version": "1.1.1",
4474 "source": {
4475 "type": "git",
4476 "url": "https://github.com/K-Phoen/rulerz-bridge.git",
4477 "reference": "fdad5856b669d59b5e4bda47c4e927a0485bf7a0"
4478 },
4479 "dist": {
4480 "type": "zip",
4481 "url": "https://api.github.com/repos/K-Phoen/rulerz-bridge/zipball/fdad5856b669d59b5e4bda47c4e927a0485bf7a0",
4482 "reference": "fdad5856b669d59b5e4bda47c4e927a0485bf7a0",
4483 "shasum": ""
4484 },
4485 "require": {
4486 "kphoen/rulerz": "~0.19,>=0.19.3|^1.0",
4487 "php": ">=7.1",
4488 "symfony/form": "^3.0|^4.0",
4489 "symfony/validator": "^3.0|^4.0"
4490 },
4491 "require-dev": {
4492 "liip/rmt": "^1.2",
4493 "phpunit/phpunit": "~7.1",
4494 "symfony/phpunit-bridge": "^3.0|^4.0"
4495 },
4496 "type": "symfony-bridge",
4497 "autoload": {
4498 "psr-4": {
4499 "Symfony\\Bridge\\RulerZ\\": ""
4500 },
4501 "exclude-from-classmap": [
4502 "/Tests/"
4503 ]
4504 },
4505 "notification-url": "https://packagist.org/downloads/",
4506 "license": [
4507 "MIT"
4508 ],
4509 "authors": [
4510 {
4511 "name": "Kévin Gomez",
4512 "email": "contact@kevingomez.fr"
4513 }
4514 ],
4515 "description": "Symfony RulerZ Bridge",
4516 "homepage": "https://github.com/K-Phoen/rulerz-bridge",
4517 "keywords": [
4518 "Bridge",
4519 "doctrine",
4520 "ruler",
4521 "rulerz",
4522 "specification",
4523 "symfony"
4524 ],
4525 "time": "2018-10-01T14:17:27+00:00"
4526 },
4527 {
4528 "name": "kphoen/rulerz-bundle",
4529 "version": "0.15.0",
4530 "source": {
4531 "type": "git",
4532 "url": "https://github.com/K-Phoen/RulerZBundle.git",
4533 "reference": "f25f2eddfd311047f0f0ece2684b1f6463cc41ad"
4534 },
4535 "dist": {
4536 "type": "zip",
4537 "url": "https://api.github.com/repos/K-Phoen/RulerZBundle/zipball/f25f2eddfd311047f0f0ece2684b1f6463cc41ad",
4538 "reference": "f25f2eddfd311047f0f0ece2684b1f6463cc41ad",
4539 "shasum": ""
4540 },
4541 "require": {
4542 "kphoen/rulerz": "~0.17,>=0.19.3",
4543 "kphoen/rulerz-bridge": "^1.0",
4544 "php": ">=7.1",
4545 "symfony/framework-bundle": "^3.0|^4.0"
4546 },
4547 "require-dev": {
4548 "liip/rmt": "^1.2",
4549 "matthiasnoback/symfony-dependency-injection-test": "^3.0",
4550 "mikey179/vfsstream": "^1.6",
4551 "phpunit/phpunit": "^7.1",
4552 "symfony/phpunit-bridge": "^3.0|^4.0"
4553 },
4554 "type": "symfony-bundle",
4555 "autoload": {
4556 "psr-4": {
4557 "KPhoen\\RulerZBundle\\": ""
4558 },
4559 "exclude-from-classmap": [
4560 "/Tests/"
4561 ]
4562 },
4563 "notification-url": "https://packagist.org/downloads/",
4564 "license": [
4565 "MIT"
4566 ],
4567 "authors": [
4568 {
4569 "name": "Kévin Gomez",
4570 "email": "contact@kevingomez.fr"
4571 }
4572 ],
4573 "description": "Symfony2 Bundle for RulerZ",
4574 "homepage": "https://github.com/K-Phoen/RulerZBundle",
4575 "keywords": [
4576 "doctrine",
4577 "ruler",
4578 "rulerz",
4579 "specification"
4580 ],
4581 "time": "2018-09-17T09:02:32+00:00"
4582 },
4583 {
4584 "name": "lcobucci/jwt",
4585 "version": "3.3.1",
4586 "source": {
4587 "type": "git",
4588 "url": "https://github.com/lcobucci/jwt.git",
4589 "reference": "a11ec5f4b4d75d1fcd04e133dede4c317aac9e18"
4590 },
4591 "dist": {
4592 "type": "zip",
4593 "url": "https://api.github.com/repos/lcobucci/jwt/zipball/a11ec5f4b4d75d1fcd04e133dede4c317aac9e18",
4594 "reference": "a11ec5f4b4d75d1fcd04e133dede4c317aac9e18",
4595 "shasum": ""
4596 },
4597 "require": {
4598 "ext-mbstring": "*",
4599 "ext-openssl": "*",
4600 "php": "^5.6 || ^7.0"
4601 },
4602 "require-dev": {
4603 "mikey179/vfsstream": "~1.5",
4604 "phpmd/phpmd": "~2.2",
4605 "phpunit/php-invoker": "~1.1",
4606 "phpunit/phpunit": "^5.7 || ^7.3",
4607 "squizlabs/php_codesniffer": "~2.3"
4608 },
4609 "type": "library",
4610 "extra": {
4611 "branch-alias": {
4612 "dev-master": "3.1-dev"
4613 }
4614 },
4615 "autoload": {
4616 "psr-4": {
4617 "Lcobucci\\JWT\\": "src"
4618 }
4619 },
4620 "notification-url": "https://packagist.org/downloads/",
4621 "license": [
4622 "BSD-3-Clause"
4623 ],
4624 "authors": [
4625 {
4626 "name": "Luís Otávio Cobucci Oblonczyk",
4627 "email": "lcobucci@gmail.com",
4628 "role": "Developer"
4629 }
4630 ],
4631 "description": "A simple library to work with JSON Web Token and JSON Web Signature",
4632 "keywords": [
4633 "JWS",
4634 "jwt"
4635 ],
4636 "time": "2019-05-24T18:30:49+00:00"
4637 },
4638 {
4639 "name": "lexik/form-filter-bundle",
4640 "version": "v5.0.10",
4641 "source": {
4642 "type": "git",
4643 "url": "https://github.com/lexik/LexikFormFilterBundle.git",
4644 "reference": "92df0638173979dc906bda7a33a10b98429d2057"
4645 },
4646 "dist": {
4647 "type": "zip",
4648 "url": "https://api.github.com/repos/lexik/LexikFormFilterBundle/zipball/92df0638173979dc906bda7a33a10b98429d2057",
4649 "reference": "92df0638173979dc906bda7a33a10b98429d2057",
4650 "shasum": ""
4651 },
4652 "require": {
4653 "doctrine/orm": "^2.4.8",
4654 "php": ">=5.5.9",
4655 "symfony/form": "~2.8|~3.0|^4.0",
4656 "symfony/framework-bundle": "~2.8|~3.0|^4.0"
4657 },
4658 "require-dev": {
4659 "doctrine/mongodb-odm-bundle": "^3.0",
4660 "phpunit/phpunit": "~5.0|^7.5"
4661 },
4662 "suggest": {
4663 "alcaeus/mongo-php-adapter": "Install this package if using the PHP 7 MongoDB Driver"
4664 },
4665 "type": "symfony-bundle",
4666 "extra": {
4667 "branch-alias": {
4668 "dev-master": "5.x.x-dev"
4669 }
4670 },
4671 "autoload": {
4672 "psr-4": {
4673 "Lexik\\Bundle\\FormFilterBundle\\": ""
4674 }
4675 },
4676 "notification-url": "https://packagist.org/downloads/",
4677 "license": [
4678 "MIT"
4679 ],
4680 "authors": [
4681 {
4682 "name": "Dev Lexik",
4683 "email": "dev@lexik.fr"
4684 },
4685 {
4686 "name": "Cedric Girard",
4687 "email": "c.girard@lexik.fr"
4688 }
4689 ],
4690 "description": "This bundle aim to provide classes to build some form filters and then build a doctrine query from this form filter.",
4691 "homepage": "https://github.com/lexik/LexikFormFilterBundle",
4692 "keywords": [
4693 "bundle",
4694 "doctrine",
4695 "filter",
4696 "form",
4697 "symfony"
4698 ],
4699 "time": "2019-04-17T17:58:44+00:00"
4700 },
4701 {
4702 "name": "liip/theme-bundle",
4703 "version": "1.7.0",
4704 "source": {
4705 "type": "git",
4706 "url": "https://github.com/liip/LiipThemeBundle.git",
4707 "reference": "362394821ff8dcc90b06272e289e7dafe4dab52a"
4708 },
4709 "dist": {
4710 "type": "zip",
4711 "url": "https://api.github.com/repos/liip/LiipThemeBundle/zipball/362394821ff8dcc90b06272e289e7dafe4dab52a",
4712 "reference": "362394821ff8dcc90b06272e289e7dafe4dab52a",
4713 "shasum": ""
4714 },
4715 "require": {
4716 "php": "^7.0",
4717 "psr/log": "~1.0",
4718 "symfony/finder": "^3.0|^4.0",
4719 "symfony/framework-bundle": "^3.0|^4.0",
4720 "symfony/templating": "^3.0|^4.0",
4721 "symfony/twig-bundle": "^3.0|^4.0",
4722 "twig/twig": "^1.34|^2.4"
4723 },
4724 "conflict": {
4725 "sebastian/comparator": "1.2.3"
4726 },
4727 "require-dev": {
4728 "phpunit/phpunit": "^6.0",
4729 "symfony/console": "^3.0|^4.0",
4730 "symfony/expression-language": "^3.0|^4.0"
4731 },
4732 "type": "symfony-bundle",
4733 "extra": {
4734 "branch-alias": {
4735 "dev-master": "1.4-dev"
4736 }
4737 },
4738 "autoload": {
4739 "psr-4": {
4740 "Liip\\ThemeBundle\\": ""
4741 }
4742 },
4743 "notification-url": "https://packagist.org/downloads/",
4744 "license": [
4745 "MIT"
4746 ],
4747 "authors": [
4748 {
4749 "name": "Community contributions",
4750 "homepage": "https://github.com/liip/LiipThemeBundle/contributors"
4751 },
4752 {
4753 "name": "Liip AG",
4754 "homepage": "http://www.liip.ch/"
4755 }
4756 ],
4757 "description": "Provides theming support for #Symfony2 Bundles",
4758 "keywords": [
4759 "themes",
4760 "theming"
4761 ],
4762 "time": "2019-06-19T12:53:08+00:00"
4763 },
4764 {
4765 "name": "masterminds/html5",
4766 "version": "2.7.0",
4767 "source": {
4768 "type": "git",
4769 "url": "https://github.com/Masterminds/html5-php.git",
4770 "reference": "104443ad663d15981225f99532ba73c2f1d6b6f2"
4771 },
4772 "dist": {
4773 "type": "zip",
4774 "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/104443ad663d15981225f99532ba73c2f1d6b6f2",
4775 "reference": "104443ad663d15981225f99532ba73c2f1d6b6f2",
4776 "shasum": ""
4777 },
4778 "require": {
4779 "ext-ctype": "*",
4780 "ext-dom": "*",
4781 "ext-libxml": "*",
4782 "php": ">=5.3.0"
4783 },
4784 "require-dev": {
4785 "phpunit/phpunit": "^4.8.35",
4786 "sami/sami": "~2.0",
4787 "satooshi/php-coveralls": "1.0.*"
4788 },
4789 "type": "library",
4790 "extra": {
4791 "branch-alias": {
4792 "dev-master": "2.7-dev"
4793 }
4794 },
4795 "autoload": {
4796 "psr-4": {
4797 "Masterminds\\": "src"
4798 }
4799 },
4800 "notification-url": "https://packagist.org/downloads/",
4801 "license": [
4802 "MIT"
4803 ],
4804 "authors": [
4805 {
4806 "name": "Matt Butcher",
4807 "email": "technosophos@gmail.com"
4808 },
4809 {
4810 "name": "Matt Farina",
4811 "email": "matt@mattfarina.com"
4812 },
4813 {
4814 "name": "Asmir Mustafic",
4815 "email": "goetas@gmail.com"
4816 }
4817 ],
4818 "description": "An HTML5 parser and serializer.",
4819 "homepage": "http://masterminds.github.io/html5-php",
4820 "keywords": [
4821 "HTML5",
4822 "dom",
4823 "html",
4824 "parser",
4825 "querypath",
4826 "serializer",
4827 "xml"
4828 ],
4829 "time": "2019-07-25T07:03:26+00:00"
4830 },
4831 {
4832 "name": "mgargano/simplehtmldom",
4833 "version": "1.5",
4834 "source": {
4835 "type": "git",
4836 "url": "https://github.com/matgargano/simplehtmldom.git",
4837 "reference": "37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be"
4838 },
4839 "dist": {
4840 "type": "zip",
4841 "url": "https://api.github.com/repos/matgargano/simplehtmldom/zipball/37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be",
4842 "reference": "37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be",
4843 "shasum": ""
4844 },
4845 "require": {
4846 "php": ">=5.3.0"
4847 },
4848 "type": "library",
4849 "autoload": {
4850 "psr-0": {
4851 "SimpleHtmlDom": "src/"
4852 },
4853 "files": [
4854 "src/simple_html_dom.php"
4855 ]
4856 },
4857 "notification-url": "https://packagist.org/downloads/",
4858 "license": [
4859 "The MIT License"
4860 ],
4861 "authors": [
4862 {
4863 "name": "S.C. Chen",
4864 "email": "me578022@gmail.com"
4865 }
4866 ],
4867 "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",
4868 "homepage": "http://simplehtmldom.sourceforge.net/",
4869 "keywords": [
4870 "Simple",
4871 "dom",
4872 "html"
4873 ],
4874 "time": "2014-01-05T18:17:34+00:00"
4875 },
4876 {
4877 "name": "michelf/php-markdown",
4878 "version": "1.9.0",
4879 "source": {
4880 "type": "git",
4881 "url": "https://github.com/michelf/php-markdown.git",
4882 "reference": "c83178d49e372ca967d1a8c77ae4e051b3a3c75c"
4883 },
4884 "dist": {
4885 "type": "zip",
4886 "url": "https://api.github.com/repos/michelf/php-markdown/zipball/c83178d49e372ca967d1a8c77ae4e051b3a3c75c",
4887 "reference": "c83178d49e372ca967d1a8c77ae4e051b3a3c75c",
4888 "shasum": ""
4889 },
4890 "require": {
4891 "php": ">=5.3.0"
4892 },
4893 "require-dev": {
4894 "phpunit/phpunit": ">=4.3 <5.8"
4895 },
4896 "type": "library",
4897 "autoload": {
4898 "psr-4": {
4899 "Michelf\\": "Michelf/"
4900 }
4901 },
4902 "notification-url": "https://packagist.org/downloads/",
4903 "license": [
4904 "BSD-3-Clause"
4905 ],
4906 "authors": [
4907 {
4908 "name": "Michel Fortin",
4909 "email": "michel.fortin@michelf.ca",
4910 "homepage": "https://michelf.ca/",
4911 "role": "Developer"
4912 },
4913 {
4914 "name": "John Gruber",
4915 "homepage": "https://daringfireball.net/"
4916 }
4917 ],
4918 "description": "PHP Markdown",
4919 "homepage": "https://michelf.ca/projects/php-markdown/",
4920 "keywords": [
4921 "markdown"
4922 ],
4923 "time": "2019-12-02T02:32:27+00:00"
4924 },
4925 {
4926 "name": "mnapoli/piwik-twig-extension",
4927 "version": "2.0.1",
4928 "source": {
4929 "type": "git",
4930 "url": "https://github.com/mnapoli/PiwikTwigExtension.git",
4931 "reference": "e1746d20730426d7098b4a9a3f5c6c99c6f04612"
4932 },
4933 "dist": {
4934 "type": "zip",
4935 "url": "https://api.github.com/repos/mnapoli/PiwikTwigExtension/zipball/e1746d20730426d7098b4a9a3f5c6c99c6f04612",
4936 "reference": "e1746d20730426d7098b4a9a3f5c6c99c6f04612",
4937 "shasum": ""
4938 },
4939 "require": {
4940 "php": ">=7.0",
4941 "twig/twig": "~2.10"
4942 },
4943 "require-dev": {
4944 "friendsofphp/php-cs-fixer": "~2.13",
4945 "php-coveralls/php-coveralls": "^2.0",
4946 "symfony/phpunit-bridge": "^4.2"
4947 },
4948 "type": "library",
4949 "autoload": {
4950 "psr-4": {
4951 "PiwikTwigExtension\\": "src/"
4952 }
4953 },
4954 "notification-url": "https://packagist.org/downloads/",
4955 "license": [
4956 "MIT"
4957 ],
4958 "time": "2019-06-21T10:58:04+00:00"
4959 },
4960 {
4961 "name": "monolog/monolog",
4962 "version": "1.25.2",
4963 "source": {
4964 "type": "git",
4965 "url": "https://github.com/Seldaek/monolog.git",
4966 "reference": "d5e2fb341cb44f7e2ab639d12a1e5901091ec287"
4967 },
4968 "dist": {
4969 "type": "zip",
4970 "url": "https://api.github.com/repos/Seldaek/monolog/zipball/d5e2fb341cb44f7e2ab639d12a1e5901091ec287",
4971 "reference": "d5e2fb341cb44f7e2ab639d12a1e5901091ec287",
4972 "shasum": ""
4973 },
4974 "require": {
4975 "php": ">=5.3.0",
4976 "psr/log": "~1.0"
4977 },
4978 "provide": {
4979 "psr/log-implementation": "1.0.0"
4980 },
4981 "require-dev": {
4982 "aws/aws-sdk-php": "^2.4.9 || ^3.0",
4983 "doctrine/couchdb": "~1.0@dev",
4984 "graylog2/gelf-php": "~1.0",
4985 "jakub-onderka/php-parallel-lint": "0.9",
4986 "php-amqplib/php-amqplib": "~2.4",
4987 "php-console/php-console": "^3.1.3",
4988 "phpunit/phpunit": "~4.5",
4989 "phpunit/phpunit-mock-objects": "2.3.0",
4990 "ruflin/elastica": ">=0.90 <3.0",
4991 "sentry/sentry": "^0.13",
4992 "swiftmailer/swiftmailer": "^5.3|^6.0"
4993 },
4994 "suggest": {
4995 "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
4996 "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
4997 "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
4998 "ext-mongo": "Allow sending log messages to a MongoDB server",
4999 "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
5000 "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
5001 "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
5002 "php-console/php-console": "Allow sending log messages to Google Chrome",
5003 "rollbar/rollbar": "Allow sending log messages to Rollbar",
5004 "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
5005 "sentry/sentry": "Allow sending log messages to a Sentry server"
5006 },
5007 "type": "library",
5008 "extra": {
5009 "branch-alias": {
5010 "dev-master": "2.0.x-dev"
5011 }
5012 },
5013 "autoload": {
5014 "psr-4": {
5015 "Monolog\\": "src/Monolog"
5016 }
5017 },
5018 "notification-url": "https://packagist.org/downloads/",
5019 "license": [
5020 "MIT"
5021 ],
5022 "authors": [
5023 {
5024 "name": "Jordi Boggiano",
5025 "email": "j.boggiano@seld.be",
5026 "homepage": "http://seld.be"
5027 }
5028 ],
5029 "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
5030 "homepage": "http://github.com/Seldaek/monolog",
5031 "keywords": [
5032 "log",
5033 "logging",
5034 "psr-3"
5035 ],
5036 "time": "2019-11-13T10:00:05+00:00"
5037 },
5038 {
5039 "name": "nelmio/api-doc-bundle",
5040 "version": "2.13.4",
5041 "target-dir": "Nelmio/ApiDocBundle",
5042 "source": {
5043 "type": "git",
5044 "url": "https://github.com/nelmio/NelmioApiDocBundle.git",
5045 "reference": "28802f2c44dbbf29aa7f5dc80a10f44d3558f580"
5046 },
5047 "dist": {
5048 "type": "zip",
5049 "url": "https://api.github.com/repos/nelmio/NelmioApiDocBundle/zipball/28802f2c44dbbf29aa7f5dc80a10f44d3558f580",
5050 "reference": "28802f2c44dbbf29aa7f5dc80a10f44d3558f580",
5051 "shasum": ""
5052 },
5053 "require": {
5054 "michelf/php-markdown": "~1.4",
5055 "php": ">=5.4",
5056 "symfony/console": "~2.3|~3.0|~4.0",
5057 "symfony/framework-bundle": "~2.3|~3.0|~4.0",
5058 "symfony/twig-bundle": "~2.3|~3.0|~4.0"
5059 },
5060 "conflict": {
5061 "jms/serializer": "<0.12",
5062 "jms/serializer-bundle": "<0.11",
5063 "symfony/symfony": "~2.7.8",
5064 "twig/twig": "<1.12"
5065 },
5066 "require-dev": {
5067 "doctrine/doctrine-bundle": "~1.5",
5068 "doctrine/orm": "~2.3",
5069 "dunglas/api-bundle": "~1.0",
5070 "friendsofsymfony/rest-bundle": "~1.0|~2.0",
5071 "jms/serializer-bundle": ">=0.11",
5072 "sensio/framework-extra-bundle": "~3.0",
5073 "symfony/browser-kit": "~2.3|~3.0|~4.0",
5074 "symfony/css-selector": "~2.3|~3.0|~4.0",
5075 "symfony/finder": "~2.3|~3.0|~4.0",
5076 "symfony/form": "~2.3|~3.0|~4.0",
5077 "symfony/phpunit-bridge": "~2.7|~3.0|~4.0",
5078 "symfony/serializer": "~2.7|~3.0|~4.0",
5079 "symfony/validator": "~2.3|~3.0|~4.0",
5080 "symfony/yaml": "~2.3|~3.0|~4.0"
5081 },
5082 "suggest": {
5083 "dunglas/api-bundle": "For making use of resources definitions of DunglasApiBundle.",
5084 "friendsofsymfony/rest-bundle": "For making use of REST information in the doc.",
5085 "jms/serializer": "For making use of serializer information in the doc.",
5086 "symfony/form": "For using form definitions as input.",
5087 "symfony/validator": "For making use of validator information in the doc."
5088 },
5089 "type": "symfony-bundle",
5090 "extra": {
5091 "branch-alias": {
5092 "dev-2.x": "2.13-dev"
5093 }
5094 },
5095 "autoload": {
5096 "psr-0": {
5097 "Nelmio\\ApiDocBundle": ""
5098 }
5099 },
5100 "notification-url": "https://packagist.org/downloads/",
5101 "license": [
5102 "MIT"
5103 ],
5104 "authors": [
5105 {
5106 "name": "Nelmio",
5107 "homepage": "http://nelm.io"
5108 },
5109 {
5110 "name": "Symfony Community",
5111 "homepage": "https://github.com/nelmio/NelmioApiDocBundle/contributors"
5112 }
5113 ],
5114 "description": "Generates documentation for your REST API from annotations",
5115 "keywords": [
5116 "api",
5117 "doc",
5118 "documentation",
5119 "rest"
5120 ],
5121 "time": "2019-06-01T13:34:59+00:00"
5122 },
5123 {
5124 "name": "nelmio/cors-bundle",
5125 "version": "1.5.6",
5126 "source": {
5127 "type": "git",
5128 "url": "https://github.com/nelmio/NelmioCorsBundle.git",
5129 "reference": "10a24c10f242440211ed31075e74f81661c690d9"
5130 },
5131 "dist": {
5132 "type": "zip",
5133 "url": "https://api.github.com/repos/nelmio/NelmioCorsBundle/zipball/10a24c10f242440211ed31075e74f81661c690d9",
5134 "reference": "10a24c10f242440211ed31075e74f81661c690d9",
5135 "shasum": ""
5136 },
5137 "require": {
5138 "symfony/framework-bundle": "^2.7 || ^3.0 || ^4.0"
5139 },
5140 "require-dev": {
5141 "matthiasnoback/symfony-dependency-injection-test": "^1.0 || ^2.0",
5142 "mockery/mockery": "^0.9 || ^1.0",
5143 "symfony/phpunit-bridge": "^2.7 || ^3.0 || ^4.0"
5144 },
5145 "type": "symfony-bundle",
5146 "extra": {
5147 "branch-alias": {
5148 "dev-master": "1.5.x-dev"
5149 }
5150 },
5151 "autoload": {
5152 "psr-4": {
5153 "Nelmio\\CorsBundle\\": ""
5154 },
5155 "exclude-from-classmap": [
5156 "/Tests/"
5157 ]
5158 },
5159 "notification-url": "https://packagist.org/downloads/",
5160 "license": [
5161 "MIT"
5162 ],
5163 "authors": [
5164 {
5165 "name": "Nelmio",
5166 "homepage": "http://nelm.io"
5167 },
5168 {
5169 "name": "Symfony Community",
5170 "homepage": "https://github.com/nelmio/NelmioCorsBundle/contributors"
5171 }
5172 ],
5173 "description": "Adds CORS (Cross-Origin Resource Sharing) headers support in your Symfony2 application",
5174 "keywords": [
5175 "api",
5176 "cors",
5177 "crossdomain"
5178 ],
5179 "time": "2019-06-17T08:53:14+00:00"
5180 },
5181 {
5182 "name": "ocramius/package-versions",
5183 "version": "1.4.2",
5184 "source": {
5185 "type": "git",
5186 "url": "https://github.com/Ocramius/PackageVersions.git",
5187 "reference": "44af6f3a2e2e04f2af46bcb302ad9600cba41c7d"
5188 },
5189 "dist": {
5190 "type": "zip",
5191 "url": "https://api.github.com/repos/Ocramius/PackageVersions/zipball/44af6f3a2e2e04f2af46bcb302ad9600cba41c7d",
5192 "reference": "44af6f3a2e2e04f2af46bcb302ad9600cba41c7d",
5193 "shasum": ""
5194 },
5195 "require": {
5196 "composer-plugin-api": "^1.0.0",
5197 "php": "^7.1.0"
5198 },
5199 "require-dev": {
5200 "composer/composer": "^1.6.3",
5201 "doctrine/coding-standard": "^5.0.1",
5202 "ext-zip": "*",
5203 "infection/infection": "^0.7.1",
5204 "phpunit/phpunit": "^7.5.17"
5205 },
5206 "type": "composer-plugin",
5207 "extra": {
5208 "class": "PackageVersions\\Installer",
5209 "branch-alias": {
5210 "dev-master": "2.0.x-dev"
5211 }
5212 },
5213 "autoload": {
5214 "psr-4": {
5215 "PackageVersions\\": "src/PackageVersions"
5216 }
5217 },
5218 "notification-url": "https://packagist.org/downloads/",
5219 "license": [
5220 "MIT"
5221 ],
5222 "authors": [
5223 {
5224 "name": "Marco Pivetta",
5225 "email": "ocramius@gmail.com"
5226 }
5227 ],
5228 "description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)",
5229 "time": "2019-11-15T16:17:10+00:00"
5230 },
5231 {
5232 "name": "ocramius/proxy-manager",
5233 "version": "2.1.1",
5234 "source": {
5235 "type": "git",
5236 "url": "https://github.com/Ocramius/ProxyManager.git",
5237 "reference": "e18ac876b2e4819c76349de8f78ccc8ef1554cd7"
5238 },
5239 "dist": {
5240 "type": "zip",
5241 "url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/e18ac876b2e4819c76349de8f78ccc8ef1554cd7",
5242 "reference": "e18ac876b2e4819c76349de8f78ccc8ef1554cd7",
5243 "shasum": ""
5244 },
5245 "require": {
5246 "ocramius/package-versions": "^1.1.1",
5247 "php": "^7.1.0",
5248 "zendframework/zend-code": "^3.1.0"
5249 },
5250 "require-dev": {
5251 "couscous/couscous": "^1.5.2",
5252 "ext-phar": "*",
5253 "humbug/humbug": "dev-master@DEV",
5254 "nikic/php-parser": "^3.0.4",
5255 "phpbench/phpbench": "^0.12.2",
5256 "phpstan/phpstan": "^0.6.4",
5257 "phpunit/phpunit": "^5.6.4",
5258 "phpunit/phpunit-mock-objects": "^3.4.1",
5259 "squizlabs/php_codesniffer": "^2.7.0"
5260 },
5261 "suggest": {
5262 "ocramius/generated-hydrator": "To have very fast object to array to object conversion for ghost objects",
5263 "zendframework/zend-json": "To have the JsonRpc adapter (Remote Object feature)",
5264 "zendframework/zend-soap": "To have the Soap adapter (Remote Object feature)",
5265 "zendframework/zend-xmlrpc": "To have the XmlRpc adapter (Remote Object feature)"
5266 },
5267 "type": "library",
5268 "extra": {
5269 "branch-alias": {
5270 "dev-master": "3.0.x-dev"
5271 }
5272 },
5273 "autoload": {
5274 "psr-0": {
5275 "ProxyManager\\": "src"
5276 }
5277 },
5278 "notification-url": "https://packagist.org/downloads/",
5279 "license": [
5280 "MIT"
5281 ],
5282 "authors": [
5283 {
5284 "name": "Marco Pivetta",
5285 "email": "ocramius@gmail.com",
5286 "homepage": "http://ocramius.github.io/"
5287 }
5288 ],
5289 "description": "A library providing utilities to generate, instantiate and generally operate with Object Proxies",
5290 "homepage": "https://github.com/Ocramius/ProxyManager",
5291 "keywords": [
5292 "aop",
5293 "lazy loading",
5294 "proxy",
5295 "proxy pattern",
5296 "service proxies"
5297 ],
5298 "time": "2017-05-04T11:12:50+00:00"
5299 },
5300 {
5301 "name": "pagerfanta/pagerfanta",
5302 "version": "v2.1.3",
5303 "source": {
5304 "type": "git",
5305 "url": "https://github.com/whiteoctober/Pagerfanta.git",
5306 "reference": "a53ff01d521648d9dbca19b93ac6bc75a59b0972"
5307 },
5308 "dist": {
5309 "type": "zip",
5310 "url": "https://api.github.com/repos/whiteoctober/Pagerfanta/zipball/a53ff01d521648d9dbca19b93ac6bc75a59b0972",
5311 "reference": "a53ff01d521648d9dbca19b93ac6bc75a59b0972",
5312 "shasum": ""
5313 },
5314 "require": {
5315 "php": "^7.0"
5316 },
5317 "require-dev": {
5318 "doctrine/orm": "~2.3",
5319 "doctrine/phpcr-odm": "1.*",
5320 "jackalope/jackalope-doctrine-dbal": "1.*",
5321 "jmikola/geojson": "~1.0",
5322 "mandango/mandango": "~1.0@dev",
5323 "mandango/mondator": "~1.0@dev",
5324 "phpunit/phpunit": "^6.5",
5325 "propel/propel": "~2.0@dev",
5326 "propel/propel1": "~1.6",
5327 "ruflin/elastica": "~1.3",
5328 "solarium/solarium": "~3.1"
5329 },
5330 "suggest": {
5331 "doctrine/mongodb-odm": "To use the DoctrineODMMongoDBAdapter.",
5332 "doctrine/orm": "To use the DoctrineORMAdapter.",
5333 "doctrine/phpcr-odm": "To use the DoctrineODMPhpcrAdapter. >= 1.1.0",
5334 "mandango/mandango": "To use the MandangoAdapter.",
5335 "propel/propel": "To use the Propel2Adapter",
5336 "propel/propel1": "To use the PropelAdapter",
5337 "solarium/solarium": "To use the SolariumAdapter."
5338 },
5339 "type": "library",
5340 "extra": {
5341 "branch-alias": {
5342 "dev-master": "1.0.x-dev"
5343 }
5344 },
5345 "autoload": {
5346 "psr-4": {
5347 "Pagerfanta\\": "src/Pagerfanta/"
5348 }
5349 },
5350 "notification-url": "https://packagist.org/downloads/",
5351 "license": [
5352 "MIT"
5353 ],
5354 "authors": [
5355 {
5356 "name": "Pablo Díez",
5357 "email": "pablodip@gmail.com"
5358 }
5359 ],
5360 "description": "Pagination for PHP",
5361 "keywords": [
5362 "page",
5363 "pagination",
5364 "paginator",
5365 "paging"
5366 ],
5367 "time": "2019-07-17T20:56:16+00:00"
5368 },
5369 {
5370 "name": "paragonie/constant_time_encoding",
5371 "version": "v2.3.0",
5372 "source": {
5373 "type": "git",
5374 "url": "https://github.com/paragonie/constant_time_encoding.git",
5375 "reference": "47a1cedd2e4d52688eb8c96469c05ebc8fd28fa2"
5376 },
5377 "dist": {
5378 "type": "zip",
5379 "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/47a1cedd2e4d52688eb8c96469c05ebc8fd28fa2",
5380 "reference": "47a1cedd2e4d52688eb8c96469c05ebc8fd28fa2",
5381 "shasum": ""
5382 },
5383 "require": {
5384 "php": "^7|^8"
5385 },
5386 "require-dev": {
5387 "phpunit/phpunit": "^6|^7",
5388 "vimeo/psalm": "^1|^2|^3"
5389 },
5390 "type": "library",
5391 "autoload": {
5392 "psr-4": {
5393 "ParagonIE\\ConstantTime\\": "src/"
5394 }
5395 },
5396 "notification-url": "https://packagist.org/downloads/",
5397 "license": [
5398 "MIT"
5399 ],
5400 "authors": [
5401 {
5402 "name": "Paragon Initiative Enterprises",
5403 "email": "security@paragonie.com",
5404 "homepage": "https://paragonie.com",
5405 "role": "Maintainer"
5406 },
5407 {
5408 "name": "Steve 'Sc00bz' Thomas",
5409 "email": "steve@tobtu.com",
5410 "homepage": "https://www.tobtu.com",
5411 "role": "Original Developer"
5412 }
5413 ],
5414 "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
5415 "keywords": [
5416 "base16",
5417 "base32",
5418 "base32_decode",
5419 "base32_encode",
5420 "base64",
5421 "base64_decode",
5422 "base64_encode",
5423 "bin2hex",
5424 "encoding",
5425 "hex",
5426 "hex2bin",
5427 "rfc4648"
5428 ],
5429 "time": "2019-11-06T19:20:29+00:00"
5430 },
5431 {
5432 "name": "paragonie/random_compat",
5433 "version": "v2.0.18",
5434 "source": {
5435 "type": "git",
5436 "url": "https://github.com/paragonie/random_compat.git",
5437 "reference": "0a58ef6e3146256cc3dc7cc393927bcc7d1b72db"
5438 },
5439 "dist": {
5440 "type": "zip",
5441 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/0a58ef6e3146256cc3dc7cc393927bcc7d1b72db",
5442 "reference": "0a58ef6e3146256cc3dc7cc393927bcc7d1b72db",
5443 "shasum": ""
5444 },
5445 "require": {
5446 "php": ">=5.2.0"
5447 },
5448 "require-dev": {
5449 "phpunit/phpunit": "4.*|5.*"
5450 },
5451 "suggest": {
5452 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
5453 },
5454 "type": "library",
5455 "autoload": {
5456 "files": [
5457 "lib/random.php"
5458 ]
5459 },
5460 "notification-url": "https://packagist.org/downloads/",
5461 "license": [
5462 "MIT"
5463 ],
5464 "authors": [
5465 {
5466 "name": "Paragon Initiative Enterprises",
5467 "email": "security@paragonie.com",
5468 "homepage": "https://paragonie.com"
5469 }
5470 ],
5471 "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
5472 "keywords": [
5473 "csprng",
5474 "polyfill",
5475 "pseudorandom",
5476 "random"
5477 ],
5478 "time": "2019-01-03T20:59:08+00:00"
5479 },
5480 {
5481 "name": "php-amqplib/php-amqplib",
5482 "version": "v2.11.0",
5483 "source": {
5484 "type": "git",
5485 "url": "https://github.com/php-amqplib/php-amqplib.git",
5486 "reference": "9ee212baced63442ca1ab029acde38e1144a00b8"
5487 },
5488 "dist": {
5489 "type": "zip",
5490 "url": "https://api.github.com/repos/php-amqplib/php-amqplib/zipball/9ee212baced63442ca1ab029acde38e1144a00b8",
5491 "reference": "9ee212baced63442ca1ab029acde38e1144a00b8",
5492 "shasum": ""
5493 },
5494 "require": {
5495 "ext-mbstring": "*",
5496 "ext-sockets": "*",
5497 "php": ">=5.6.3",
5498 "phpseclib/phpseclib": "^2.0.0"
5499 },
5500 "replace": {
5501 "videlalvaro/php-amqplib": "self.version"
5502 },
5503 "require-dev": {
5504 "ext-curl": "*",
5505 "nategood/httpful": "^0.2.20",
5506 "phpunit/phpunit": "^5.7|^6.5|^7.0",
5507 "squizlabs/php_codesniffer": "^2.5"
5508 },
5509 "type": "library",
5510 "extra": {
5511 "branch-alias": {
5512 "dev-master": "2.11-dev"
5513 }
5514 },
5515 "autoload": {
5516 "psr-4": {
5517 "PhpAmqpLib\\": "PhpAmqpLib/"
5518 }
5519 },
5520 "notification-url": "https://packagist.org/downloads/",
5521 "license": [
5522 "LGPL-2.1-or-later"
5523 ],
5524 "authors": [
5525 {
5526 "name": "Alvaro Videla",
5527 "role": "Original Maintainer"
5528 },
5529 {
5530 "name": "John Kelly",
5531 "email": "johnmkelly86@gmail.com",
5532 "role": "Maintainer"
5533 },
5534 {
5535 "name": "Raúl Araya",
5536 "email": "nubeiro@gmail.com",
5537 "role": "Maintainer"
5538 },
5539 {
5540 "name": "Luke Bakken",
5541 "email": "luke@bakken.io",
5542 "role": "Maintainer"
5543 }
5544 ],
5545 "description": "Formerly videlalvaro/php-amqplib. This library is a pure PHP implementation of the AMQP protocol. It's been tested against RabbitMQ.",
5546 "homepage": "https://github.com/php-amqplib/php-amqplib/",
5547 "keywords": [
5548 "message",
5549 "queue",
5550 "rabbitmq"
5551 ],
5552 "time": "2019-11-19T15:15:19+00:00"
5553 },
5554 {
5555 "name": "php-amqplib/rabbitmq-bundle",
5556 "version": "v1.14.4",
5557 "source": {
5558 "type": "git",
5559 "url": "https://github.com/php-amqplib/RabbitMqBundle.git",
5560 "reference": "cf67adaa4e306d8e9cb6855a72d79263b425ded8"
5561 },
5562 "dist": {
5563 "type": "zip",
5564 "url": "https://api.github.com/repos/php-amqplib/RabbitMqBundle/zipball/cf67adaa4e306d8e9cb6855a72d79263b425ded8",
5565 "reference": "cf67adaa4e306d8e9cb6855a72d79263b425ded8",
5566 "shasum": ""
5567 },
5568 "require": {
5569 "php": "^5.3.9|^7.0",
5570 "php-amqplib/php-amqplib": "^2.6",
5571 "psr/log": "^1.0",
5572 "symfony/config": "^2.7|^3.0|^4.0",
5573 "symfony/console": "^2.7|^3.0|^4.0",
5574 "symfony/dependency-injection": "^2.7|^3.0|^4.0",
5575 "symfony/event-dispatcher": "^2.7|^3.0|^4.0",
5576 "symfony/yaml": "^2.7|^3.0|^4.0"
5577 },
5578 "replace": {
5579 "oldsound/rabbitmq-bundle": "self.version"
5580 },
5581 "require-dev": {
5582 "phpunit/phpunit": "^4.8.35|^5.4.3",
5583 "symfony/debug": "^2.7|^3.0|^4.0",
5584 "symfony/serializer": "^2.7|^3.0|^4.0"
5585 },
5586 "suggest": {
5587 "symfony/framework-bundle": "To use this lib as a full Symfony Bundle and to use the profiler data collector"
5588 },
5589 "type": "symfony-bundle",
5590 "extra": {
5591 "branch-alias": {
5592 "dev-master": "1.10.x-dev"
5593 }
5594 },
5595 "autoload": {
5596 "psr-4": {
5597 "OldSound\\RabbitMqBundle\\": ""
5598 },
5599 "exclude-from-classmap": [
5600 "/Tests/"
5601 ]
5602 },
5603 "notification-url": "https://packagist.org/downloads/",
5604 "license": [
5605 "MIT"
5606 ],
5607 "authors": [
5608 {
5609 "name": "Alvaro Videla"
5610 }
5611 ],
5612 "description": "Integrates php-amqplib with Symfony & RabbitMq. Formerly oldsound/rabbitmq-bundle.",
5613 "keywords": [
5614 "AMQP",
5615 "Symfony2",
5616 "message",
5617 "queue",
5618 "rabbitmq",
5619 "symfony",
5620 "symfony3",
5621 "symfony4"
5622 ],
5623 "time": "2018-05-02T13:12:32+00:00"
5624 },
5625 {
5626 "name": "php-http/client-common",
5627 "version": "2.1.0",
5628 "source": {
5629 "type": "git",
5630 "url": "https://github.com/php-http/client-common.git",
5631 "reference": "a8b29678d61556f45d6236b1667db16d998ceec5"
5632 },
5633 "dist": {
5634 "type": "zip",
5635 "url": "https://api.github.com/repos/php-http/client-common/zipball/a8b29678d61556f45d6236b1667db16d998ceec5",
5636 "reference": "a8b29678d61556f45d6236b1667db16d998ceec5",
5637 "shasum": ""
5638 },
5639 "require": {
5640 "php": "^7.1",
5641 "php-http/httplug": "^2.0",
5642 "php-http/message": "^1.6",
5643 "php-http/message-factory": "^1.0",
5644 "symfony/options-resolver": " ^3.4.20 || ~4.0.15 || ~4.1.9 || ^4.2.1 || ^5.0"
5645 },
5646 "require-dev": {
5647 "doctrine/instantiator": "^1.1",
5648 "guzzlehttp/psr7": "^1.4",
5649 "phpspec/phpspec": "^5.1",
5650 "phpspec/prophecy": "^1.8",
5651 "sebastian/comparator": "^3.0"
5652 },
5653 "suggest": {
5654 "ext-json": "To detect JSON responses with the ContentTypePlugin",
5655 "ext-libxml": "To detect XML responses with the ContentTypePlugin",
5656 "php-http/cache-plugin": "PSR-6 Cache plugin",
5657 "php-http/logger-plugin": "PSR-3 Logger plugin",
5658 "php-http/stopwatch-plugin": "Symfony Stopwatch plugin"
5659 },
5660 "type": "library",
5661 "extra": {
5662 "branch-alias": {
5663 "dev-master": "2.0.x-dev"
5664 }
5665 },
5666 "autoload": {
5667 "psr-4": {
5668 "Http\\Client\\Common\\": "src/"
5669 }
5670 },
5671 "notification-url": "https://packagist.org/downloads/",
5672 "license": [
5673 "MIT"
5674 ],
5675 "authors": [
5676 {
5677 "name": "Márk Sági-Kazár",
5678 "email": "mark.sagikazar@gmail.com"
5679 }
5680 ],
5681 "description": "Common HTTP Client implementations and tools for HTTPlug",
5682 "homepage": "http://httplug.io",
5683 "keywords": [
5684 "client",
5685 "common",
5686 "http",
5687 "httplug"
5688 ],
5689 "time": "2019-11-18T08:58:18+00:00"
5690 },
5691 {
5692 "name": "php-http/curl-client",
5693 "version": "2.0.0",
5694 "source": {
5695 "type": "git",
5696 "url": "https://github.com/php-http/curl-client.git",
5697 "reference": "e7a2a5ebcce1ff7d75eaf02b7c85634a6fac00da"
5698 },
5699 "dist": {
5700 "type": "zip",
5701 "url": "https://api.github.com/repos/php-http/curl-client/zipball/e7a2a5ebcce1ff7d75eaf02b7c85634a6fac00da",
5702 "reference": "e7a2a5ebcce1ff7d75eaf02b7c85634a6fac00da",
5703 "shasum": ""
5704 },
5705 "require": {
5706 "ext-curl": "*",
5707 "php": "^7.1",
5708 "php-http/discovery": "^1.6",
5709 "php-http/httplug": "^2.0",
5710 "php-http/message": "^1.2",
5711 "psr/http-client": "^1.0",
5712 "psr/http-factory": "^1.0",
5713 "symfony/options-resolver": "^3.4 || ^4.0"
5714 },
5715 "provide": {
5716 "php-http/async-client-implementation": "1.0",
5717 "php-http/client-implementation": "1.0"
5718 },
5719 "require-dev": {
5720 "guzzlehttp/psr7": "^1.0",
5721 "php-http/client-integration-tests": "^2.0",
5722 "phpunit/phpunit": "^7.5",
5723 "zendframework/zend-diactoros": "^2.0"
5724 },
5725 "type": "library",
5726 "extra": {
5727 "branch-alias": {
5728 "dev-master": "2.x-dev"
5729 }
5730 },
5731 "autoload": {
5732 "psr-4": {
5733 "Http\\Client\\Curl\\": "src/"
5734 }
5735 },
5736 "notification-url": "https://packagist.org/downloads/",
5737 "license": [
5738 "MIT"
5739 ],
5740 "authors": [
5741 {
5742 "name": "Михаил Красильников",
5743 "email": "m.krasilnikov@yandex.ru"
5744 }
5745 ],
5746 "description": "PSR-18 and HTTPlug Async client with cURL",
5747 "homepage": "http://php-http.org",
5748 "keywords": [
5749 "curl",
5750 "http",
5751 "psr-18"
5752 ],
5753 "time": "2019-03-05T19:59:23+00:00"
5754 },
5755 {
5756 "name": "php-http/discovery",
5757 "version": "1.7.0",
5758 "source": {
5759 "type": "git",
5760 "url": "https://github.com/php-http/discovery.git",
5761 "reference": "e822f86a6983790aa17ab13aa7e69631e86806b6"
5762 },
5763 "dist": {
5764 "type": "zip",
5765 "url": "https://api.github.com/repos/php-http/discovery/zipball/e822f86a6983790aa17ab13aa7e69631e86806b6",
5766 "reference": "e822f86a6983790aa17ab13aa7e69631e86806b6",
5767 "shasum": ""
5768 },
5769 "require": {
5770 "php": "^7.1"
5771 },
5772 "conflict": {
5773 "nyholm/psr7": "<1.0"
5774 },
5775 "require-dev": {
5776 "akeneo/phpspec-skip-example-extension": "^4.0",
5777 "php-http/httplug": "^1.0 || ^2.0",
5778 "php-http/message-factory": "^1.0",
5779 "phpspec/phpspec": "^5.1",
5780 "puli/composer-plugin": "1.0.0-beta10"
5781 },
5782 "suggest": {
5783 "php-http/message": "Allow to use Guzzle, Diactoros or Slim Framework factories",
5784 "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."
5785 },
5786 "type": "library",
5787 "extra": {
5788 "branch-alias": {
5789 "dev-master": "1.7-dev"
5790 }
5791 },
5792 "autoload": {
5793 "psr-4": {
5794 "Http\\Discovery\\": "src/"
5795 }
5796 },
5797 "notification-url": "https://packagist.org/downloads/",
5798 "license": [
5799 "MIT"
5800 ],
5801 "authors": [
5802 {
5803 "name": "Márk Sági-Kazár",
5804 "email": "mark.sagikazar@gmail.com"
5805 }
5806 ],
5807 "description": "Finds installed HTTPlug implementations and PSR-7 message factories",
5808 "homepage": "http://php-http.org",
5809 "keywords": [
5810 "adapter",
5811 "client",
5812 "discovery",
5813 "factory",
5814 "http",
5815 "message",
5816 "psr7"
5817 ],
5818 "time": "2019-06-30T09:04:27+00:00"
5819 },
5820 {
5821 "name": "php-http/guzzle5-adapter",
5822 "version": "2.0.0",
5823 "source": {
5824 "type": "git",
5825 "url": "https://github.com/php-http/guzzle5-adapter.git",
5826 "reference": "cce48360b1f8a3467bd94e853e6107aa4532008e"
5827 },
5828 "dist": {
5829 "type": "zip",
5830 "url": "https://api.github.com/repos/php-http/guzzle5-adapter/zipball/cce48360b1f8a3467bd94e853e6107aa4532008e",
5831 "reference": "cce48360b1f8a3467bd94e853e6107aa4532008e",
5832 "shasum": ""
5833 },
5834 "require": {
5835 "guzzlehttp/guzzle": "^5.1",
5836 "php": "^7.0",
5837 "php-http/discovery": "^1.0",
5838 "php-http/httplug": "^2.0"
5839 },
5840 "provide": {
5841 "php-http/client-implementation": "1.0",
5842 "psr/http-client-implementation": "1.0"
5843 },
5844 "require-dev": {
5845 "ext-curl": "*",
5846 "guzzlehttp/ringphp": "^1.1",
5847 "php-http/client-integration-tests": "^2.0",
5848 "phpunit/phpunit": "^6.0 || ^7.0"
5849 },
5850 "type": "library",
5851 "extra": {
5852 "branch-alias": {
5853 "dev-master": "2.0-dev"
5854 }
5855 },
5856 "autoload": {
5857 "psr-4": {
5858 "Http\\Adapter\\Guzzle5\\": "src/"
5859 }
5860 },
5861 "notification-url": "https://packagist.org/downloads/",
5862 "license": [
5863 "MIT"
5864 ],
5865 "authors": [
5866 {
5867 "name": "Eric GELOEN",
5868 "email": "geloen.eric@gmail.com"
5869 },
5870 {
5871 "name": "Márk Sági-Kazár",
5872 "email": "mark.sagikazar@gmail.com"
5873 }
5874 ],
5875 "description": "Guzzle 5 HTTP Adapter",
5876 "homepage": "http://httplug.io",
5877 "keywords": [
5878 "Guzzle",
5879 "http"
5880 ],
5881 "time": "2019-02-05T12:28:45+00:00"
5882 },
5883 {
5884 "name": "php-http/httplug",
5885 "version": "v2.0.0",
5886 "source": {
5887 "type": "git",
5888 "url": "https://github.com/php-http/httplug.git",
5889 "reference": "b3842537338c949f2469557ef4ad4bdc47b58603"
5890 },
5891 "dist": {
5892 "type": "zip",
5893 "url": "https://api.github.com/repos/php-http/httplug/zipball/b3842537338c949f2469557ef4ad4bdc47b58603",
5894 "reference": "b3842537338c949f2469557ef4ad4bdc47b58603",
5895 "shasum": ""
5896 },
5897 "require": {
5898 "php": "^7.0",
5899 "php-http/promise": "^1.0",
5900 "psr/http-client": "^1.0",
5901 "psr/http-message": "^1.0"
5902 },
5903 "require-dev": {
5904 "henrikbjorn/phpspec-code-coverage": "^1.0",
5905 "phpspec/phpspec": "^2.4"
5906 },
5907 "type": "library",
5908 "extra": {
5909 "branch-alias": {
5910 "dev-master": "2.0.x-dev"
5911 }
5912 },
5913 "autoload": {
5914 "psr-4": {
5915 "Http\\Client\\": "src/"
5916 }
5917 },
5918 "notification-url": "https://packagist.org/downloads/",
5919 "license": [
5920 "MIT"
5921 ],
5922 "authors": [
5923 {
5924 "name": "Eric GELOEN",
5925 "email": "geloen.eric@gmail.com"
5926 },
5927 {
5928 "name": "Márk Sági-Kazár",
5929 "email": "mark.sagikazar@gmail.com"
5930 }
5931 ],
5932 "description": "HTTPlug, the HTTP client abstraction for PHP",
5933 "homepage": "http://httplug.io",
5934 "keywords": [
5935 "client",
5936 "http"
5937 ],
5938 "time": "2018-10-31T09:14:44+00:00"
5939 },
5940 {
5941 "name": "php-http/httplug-bundle",
5942 "version": "1.16.0",
5943 "source": {
5944 "type": "git",
5945 "url": "https://github.com/php-http/HttplugBundle.git",
5946 "reference": "5044b655fcd3a43243383cd692a6bb6cd18af24f"
5947 },
5948 "dist": {
5949 "type": "zip",
5950 "url": "https://api.github.com/repos/php-http/HttplugBundle/zipball/5044b655fcd3a43243383cd692a6bb6cd18af24f",
5951 "reference": "5044b655fcd3a43243383cd692a6bb6cd18af24f",
5952 "shasum": ""
5953 },
5954 "require": {
5955 "php": "^7.1",
5956 "php-http/client-common": "^1.9 || ^2.0",
5957 "php-http/client-implementation": "^1.0",
5958 "php-http/discovery": "^1.0",
5959 "php-http/httplug": "^1.0 || ^2.0",
5960 "php-http/logger-plugin": "^1.1",
5961 "php-http/message": "^1.4",
5962 "php-http/message-factory": "^1.0.2",
5963 "php-http/stopwatch-plugin": "^1.2",
5964 "psr/http-message": "^1.0",
5965 "symfony/config": "^3.4.20 || ^4.2.1",
5966 "symfony/dependency-injection": "^3.4.20 || ^4.2.1",
5967 "symfony/event-dispatcher": "^3.4.20 || ^4.2.1",
5968 "symfony/http-kernel": "^3.4.20 || ^4.2.1",
5969 "symfony/options-resolver": "^3.4.20 || ^4.2.1"
5970 },
5971 "conflict": {
5972 "php-http/curl-client": "<2.0",
5973 "php-http/guzzle6-adapter": "<1.1"
5974 },
5975 "require-dev": {
5976 "guzzlehttp/psr7": "^1.0",
5977 "matthiasnoback/symfony-dependency-injection-test": "^3.0",
5978 "nyholm/nsa": "^1.1",
5979 "php-http/cache-plugin": "^1.6",
5980 "php-http/guzzle6-adapter": "^1.1.1 || ^2.0.1",
5981 "php-http/mock-client": "^1.2",
5982 "php-http/promise": "^1.0",
5983 "polishsymfonycommunity/symfony-mocker-container": "^1.0",
5984 "symfony/browser-kit": "^3.4.20 || ^4.2.1",
5985 "symfony/cache": "^3.4.20 || ^4.2.1",
5986 "symfony/dom-crawler": "^3.4.20 || ^4.2.1",
5987 "symfony/framework-bundle": "^3.4.0 || ^4.2",
5988 "symfony/http-foundation": "^3.4.20 || ^4.2.1",
5989 "symfony/phpunit-bridge": "^3.4 || ^4.2",
5990 "symfony/stopwatch": "^3.4.20 || ^4.2.1",
5991 "symfony/twig-bundle": "^3.4.20 || ^4.2.1",
5992 "symfony/web-profiler-bundle": "^3.4.20 || ^4.2.1",
5993 "twig/twig": "^1.36 || ^2.6"
5994 },
5995 "suggest": {
5996 "php-http/cache-plugin": "To configure clients that cache responses",
5997 "php-http/mock-client": "Add this to your require-dev section to mock HTTP responses easily",
5998 "twig/twig": "Add this to your require-dev section when using the WebProfilerBundle"
5999 },
6000 "type": "symfony-bundle",
6001 "extra": {
6002 "branch-alias": {
6003 "dev-master": "1.x-dev"
6004 }
6005 },
6006 "autoload": {
6007 "psr-4": {
6008 "Http\\HttplugBundle\\": "src/"
6009 },
6010 "exclude-from-classmap": [
6011 "/Tests/Resources/MyPsr18TestClient.php"
6012 ]
6013 },
6014 "notification-url": "https://packagist.org/downloads/",
6015 "license": [
6016 "MIT"
6017 ],
6018 "authors": [
6019 {
6020 "name": "David Buchmann",
6021 "email": "mail@davidbu.ch"
6022 },
6023 {
6024 "name": "Tobias Nyholm",
6025 "email": "tobias.nyholm@gmail.com"
6026 }
6027 ],
6028 "description": "Symfony integration for HTTPlug",
6029 "homepage": "http://httplug.io",
6030 "keywords": [
6031 "adapter",
6032 "bundle",
6033 "discovery",
6034 "factory",
6035 "http",
6036 "httplug",
6037 "message",
6038 "php-http"
6039 ],
6040 "time": "2019-06-05T12:03:16+00:00"
6041 },
6042 {
6043 "name": "php-http/logger-plugin",
6044 "version": "1.1.0",
6045 "source": {
6046 "type": "git",
6047 "url": "https://github.com/php-http/logger-plugin.git",
6048 "reference": "c1c6e90717ce350319b7b8bc489f1db35bb523fd"
6049 },
6050 "dist": {
6051 "type": "zip",
6052 "url": "https://api.github.com/repos/php-http/logger-plugin/zipball/c1c6e90717ce350319b7b8bc489f1db35bb523fd",
6053 "reference": "c1c6e90717ce350319b7b8bc489f1db35bb523fd",
6054 "shasum": ""
6055 },
6056 "require": {
6057 "php": "^5.4 || ^7.0",
6058 "php-http/client-common": "^1.9 || ^2.0",
6059 "php-http/message": "^1.0",
6060 "psr/log": "^1.0"
6061 },
6062 "require-dev": {
6063 "henrikbjorn/phpspec-code-coverage": "^1.0",
6064 "phpspec/phpspec": "^2.5"
6065 },
6066 "type": "library",
6067 "extra": {
6068 "branch-alias": {
6069 "dev-master": "1.1-dev"
6070 }
6071 },
6072 "autoload": {
6073 "psr-4": {
6074 "Http\\Client\\Common\\Plugin\\": "src/"
6075 }
6076 },
6077 "notification-url": "https://packagist.org/downloads/",
6078 "license": [
6079 "MIT"
6080 ],
6081 "authors": [
6082 {
6083 "name": "Márk Sági-Kazár",
6084 "email": "mark.sagikazar@gmail.com"
6085 }
6086 ],
6087 "description": "PSR-3 Logger plugin for HTTPlug",
6088 "homepage": "http://httplug.io",
6089 "keywords": [
6090 "http",
6091 "httplug",
6092 "logger",
6093 "plugin"
6094 ],
6095 "time": "2019-01-30T11:48:21+00:00"
6096 },
6097 {
6098 "name": "php-http/message",
6099 "version": "1.8.0",
6100 "source": {
6101 "type": "git",
6102 "url": "https://github.com/php-http/message.git",
6103 "reference": "ce8f43ac1e294b54aabf5808515c3554a19c1e1c"
6104 },
6105 "dist": {
6106 "type": "zip",
6107 "url": "https://api.github.com/repos/php-http/message/zipball/ce8f43ac1e294b54aabf5808515c3554a19c1e1c",
6108 "reference": "ce8f43ac1e294b54aabf5808515c3554a19c1e1c",
6109 "shasum": ""
6110 },
6111 "require": {
6112 "clue/stream-filter": "^1.4",
6113 "php": "^7.1",
6114 "php-http/message-factory": "^1.0.2",
6115 "psr/http-message": "^1.0"
6116 },
6117 "provide": {
6118 "php-http/message-factory-implementation": "1.0"
6119 },
6120 "require-dev": {
6121 "akeneo/phpspec-skip-example-extension": "^1.0",
6122 "coduo/phpspec-data-provider-extension": "^1.0",
6123 "ext-zlib": "*",
6124 "guzzlehttp/psr7": "^1.0",
6125 "henrikbjorn/phpspec-code-coverage": "^1.0",
6126 "phpspec/phpspec": "^2.4",
6127 "slim/slim": "^3.0",
6128 "zendframework/zend-diactoros": "^1.0"
6129 },
6130 "suggest": {
6131 "ext-zlib": "Used with compressor/decompressor streams",
6132 "guzzlehttp/psr7": "Used with Guzzle PSR-7 Factories",
6133 "slim/slim": "Used with Slim Framework PSR-7 implementation",
6134 "zendframework/zend-diactoros": "Used with Diactoros Factories"
6135 },
6136 "type": "library",
6137 "extra": {
6138 "branch-alias": {
6139 "dev-master": "1.8-dev"
6140 }
6141 },
6142 "autoload": {
6143 "psr-4": {
6144 "Http\\Message\\": "src/"
6145 },
6146 "files": [
6147 "src/filters.php"
6148 ]
6149 },
6150 "notification-url": "https://packagist.org/downloads/",
6151 "license": [
6152 "MIT"
6153 ],
6154 "authors": [
6155 {
6156 "name": "Márk Sági-Kazár",
6157 "email": "mark.sagikazar@gmail.com"
6158 }
6159 ],
6160 "description": "HTTP Message related tools",
6161 "homepage": "http://php-http.org",
6162 "keywords": [
6163 "http",
6164 "message",
6165 "psr-7"
6166 ],
6167 "time": "2019-08-05T06:55:08+00:00"
6168 },
6169 {
6170 "name": "php-http/message-factory",
6171 "version": "v1.0.2",
6172 "source": {
6173 "type": "git",
6174 "url": "https://github.com/php-http/message-factory.git",
6175 "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1"
6176 },
6177 "dist": {
6178 "type": "zip",
6179 "url": "https://api.github.com/repos/php-http/message-factory/zipball/a478cb11f66a6ac48d8954216cfed9aa06a501a1",
6180 "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1",
6181 "shasum": ""
6182 },
6183 "require": {
6184 "php": ">=5.4",
6185 "psr/http-message": "^1.0"
6186 },
6187 "type": "library",
6188 "extra": {
6189 "branch-alias": {
6190 "dev-master": "1.0-dev"
6191 }
6192 },
6193 "autoload": {
6194 "psr-4": {
6195 "Http\\Message\\": "src/"
6196 }
6197 },
6198 "notification-url": "https://packagist.org/downloads/",
6199 "license": [
6200 "MIT"
6201 ],
6202 "authors": [
6203 {
6204 "name": "Márk Sági-Kazár",
6205 "email": "mark.sagikazar@gmail.com"
6206 }
6207 ],
6208 "description": "Factory interfaces for PSR-7 HTTP Message",
6209 "homepage": "http://php-http.org",
6210 "keywords": [
6211 "factory",
6212 "http",
6213 "message",
6214 "stream",
6215 "uri"
6216 ],
6217 "time": "2015-12-19T14:08:53+00:00"
6218 },
6219 {
6220 "name": "php-http/promise",
6221 "version": "v1.0.0",
6222 "source": {
6223 "type": "git",
6224 "url": "https://github.com/php-http/promise.git",
6225 "reference": "dc494cdc9d7160b9a09bd5573272195242ce7980"
6226 },
6227 "dist": {
6228 "type": "zip",
6229 "url": "https://api.github.com/repos/php-http/promise/zipball/dc494cdc9d7160b9a09bd5573272195242ce7980",
6230 "reference": "dc494cdc9d7160b9a09bd5573272195242ce7980",
6231 "shasum": ""
6232 },
6233 "require-dev": {
6234 "henrikbjorn/phpspec-code-coverage": "^1.0",
6235 "phpspec/phpspec": "^2.4"
6236 },
6237 "type": "library",
6238 "extra": {
6239 "branch-alias": {
6240 "dev-master": "1.1-dev"
6241 }
6242 },
6243 "autoload": {
6244 "psr-4": {
6245 "Http\\Promise\\": "src/"
6246 }
6247 },
6248 "notification-url": "https://packagist.org/downloads/",
6249 "license": [
6250 "MIT"
6251 ],
6252 "authors": [
6253 {
6254 "name": "Márk Sági-Kazár",
6255 "email": "mark.sagikazar@gmail.com"
6256 },
6257 {
6258 "name": "Joel Wurtz",
6259 "email": "joel.wurtz@gmail.com"
6260 }
6261 ],
6262 "description": "Promise used for asynchronous HTTP requests",
6263 "homepage": "http://httplug.io",
6264 "keywords": [
6265 "promise"
6266 ],
6267 "time": "2016-01-26T13:27:02+00:00"
6268 },
6269 {
6270 "name": "php-http/stopwatch-plugin",
6271 "version": "1.2.0",
6272 "source": {
6273 "type": "git",
6274 "url": "https://github.com/php-http/stopwatch-plugin.git",
6275 "reference": "520419dd18755a1e7b29077e677fbeb16b6629e7"
6276 },
6277 "dist": {
6278 "type": "zip",
6279 "url": "https://api.github.com/repos/php-http/stopwatch-plugin/zipball/520419dd18755a1e7b29077e677fbeb16b6629e7",
6280 "reference": "520419dd18755a1e7b29077e677fbeb16b6629e7",
6281 "shasum": ""
6282 },
6283 "require": {
6284 "php": "^5.4 || ^7.0",
6285 "php-http/client-common": "^1.9 || ^2.0",
6286 "symfony/stopwatch": "^2.7 || ^3.0 || ^4.0"
6287 },
6288 "require-dev": {
6289 "phpspec/phpspec": "^2.5 || ^3.0 || ^4.0"
6290 },
6291 "type": "library",
6292 "extra": {
6293 "branch-alias": {
6294 "dev-master": "1.2-dev"
6295 }
6296 },
6297 "autoload": {
6298 "psr-4": {
6299 "Http\\Client\\Common\\Plugin\\": "src/"
6300 }
6301 },
6302 "notification-url": "https://packagist.org/downloads/",
6303 "license": [
6304 "MIT"
6305 ],
6306 "authors": [
6307 {
6308 "name": "Márk Sági-Kazár",
6309 "email": "mark.sagikazar@gmail.com"
6310 }
6311 ],
6312 "description": "Symfony Stopwatch plugin for HTTPlug",
6313 "homepage": "http://httplug.io",
6314 "keywords": [
6315 "http",
6316 "httplug",
6317 "plugin",
6318 "stopwatch"
6319 ],
6320 "time": "2019-01-30T12:01:37+00:00"
6321 },
6322 {
6323 "name": "phpcollection/phpcollection",
6324 "version": "0.5.0",
6325 "source": {
6326 "type": "git",
6327 "url": "https://github.com/schmittjoh/php-collection.git",
6328 "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6"
6329 },
6330 "dist": {
6331 "type": "zip",
6332 "url": "https://api.github.com/repos/schmittjoh/php-collection/zipball/f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6",
6333 "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6",
6334 "shasum": ""
6335 },
6336 "require": {
6337 "phpoption/phpoption": "1.*"
6338 },
6339 "type": "library",
6340 "extra": {
6341 "branch-alias": {
6342 "dev-master": "0.4-dev"
6343 }
6344 },
6345 "autoload": {
6346 "psr-0": {
6347 "PhpCollection": "src/"
6348 }
6349 },
6350 "notification-url": "https://packagist.org/downloads/",
6351 "license": [
6352 "Apache2"
6353 ],
6354 "authors": [
6355 {
6356 "name": "Johannes M. Schmitt",
6357 "email": "schmittjoh@gmail.com"
6358 }
6359 ],
6360 "description": "General-Purpose Collection Library for PHP",
6361 "keywords": [
6362 "collection",
6363 "list",
6364 "map",
6365 "sequence",
6366 "set"
6367 ],
6368 "time": "2015-05-17T12:39:23+00:00"
6369 },
6370 {
6371 "name": "phpoption/phpoption",
6372 "version": "1.7.2",
6373 "source": {
6374 "type": "git",
6375 "url": "https://github.com/schmittjoh/php-option.git",
6376 "reference": "77f7c4d2e65413aff5b5a8cc8b3caf7a28d81959"
6377 },
6378 "dist": {
6379 "type": "zip",
6380 "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/77f7c4d2e65413aff5b5a8cc8b3caf7a28d81959",
6381 "reference": "77f7c4d2e65413aff5b5a8cc8b3caf7a28d81959",
6382 "shasum": ""
6383 },
6384 "require": {
6385 "php": "^5.5.9 || ^7.0"
6386 },
6387 "require-dev": {
6388 "bamarni/composer-bin-plugin": "^1.3",
6389 "phpunit/phpunit": "^4.8.35 || ^5.0 || ^6.0 || ^7.0"
6390 },
6391 "type": "library",
6392 "extra": {
6393 "branch-alias": {
6394 "dev-master": "1.7-dev"
6395 }
6396 },
6397 "autoload": {
6398 "psr-4": {
6399 "PhpOption\\": "src/PhpOption/"
6400 }
6401 },
6402 "notification-url": "https://packagist.org/downloads/",
6403 "license": [
6404 "Apache-2.0"
6405 ],
6406 "authors": [
6407 {
6408 "name": "Johannes M. Schmitt",
6409 "email": "schmittjoh@gmail.com"
6410 },
6411 {
6412 "name": "Graham Campbell",
6413 "email": "graham@alt-three.com"
6414 }
6415 ],
6416 "description": "Option Type for PHP",
6417 "keywords": [
6418 "language",
6419 "option",
6420 "php",
6421 "type"
6422 ],
6423 "time": "2019-12-15T19:35:24+00:00"
6424 },
6425 {
6426 "name": "phpseclib/phpseclib",
6427 "version": "2.0.23",
6428 "source": {
6429 "type": "git",
6430 "url": "https://github.com/phpseclib/phpseclib.git",
6431 "reference": "c78eb5058d5bb1a183133c36d4ba5b6675dfa099"
6432 },
6433 "dist": {
6434 "type": "zip",
6435 "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/c78eb5058d5bb1a183133c36d4ba5b6675dfa099",
6436 "reference": "c78eb5058d5bb1a183133c36d4ba5b6675dfa099",
6437 "shasum": ""
6438 },
6439 "require": {
6440 "php": ">=5.3.3"
6441 },
6442 "require-dev": {
6443 "phing/phing": "~2.7",
6444 "phpunit/phpunit": "^4.8.35|^5.7|^6.0",
6445 "sami/sami": "~2.0",
6446 "squizlabs/php_codesniffer": "~2.0"
6447 },
6448 "suggest": {
6449 "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
6450 "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
6451 "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
6452 "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
6453 },
6454 "type": "library",
6455 "autoload": {
6456 "files": [
6457 "phpseclib/bootstrap.php"
6458 ],
6459 "psr-4": {
6460 "phpseclib\\": "phpseclib/"
6461 }
6462 },
6463 "notification-url": "https://packagist.org/downloads/",
6464 "license": [
6465 "MIT"
6466 ],
6467 "authors": [
6468 {
6469 "name": "Jim Wigginton",
6470 "email": "terrafrost@php.net",
6471 "role": "Lead Developer"
6472 },
6473 {
6474 "name": "Patrick Monnerat",
6475 "email": "pm@datasphere.ch",
6476 "role": "Developer"
6477 },
6478 {
6479 "name": "Andreas Fischer",
6480 "email": "bantu@phpbb.com",
6481 "role": "Developer"
6482 },
6483 {
6484 "name": "Hans-Jürgen Petrich",
6485 "email": "petrich@tronic-media.com",
6486 "role": "Developer"
6487 },
6488 {
6489 "name": "Graham Campbell",
6490 "email": "graham@alt-three.com",
6491 "role": "Developer"
6492 }
6493 ],
6494 "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
6495 "homepage": "http://phpseclib.sourceforge.net",
6496 "keywords": [
6497 "BigInteger",
6498 "aes",
6499 "asn.1",
6500 "asn1",
6501 "blowfish",
6502 "crypto",
6503 "cryptography",
6504 "encryption",
6505 "rsa",
6506 "security",
6507 "sftp",
6508 "signature",
6509 "signing",
6510 "ssh",
6511 "twofish",
6512 "x.509",
6513 "x509"
6514 ],
6515 "time": "2019-09-17T03:41:22+00:00"
6516 },
6517 {
6518 "name": "phpzip/phpzip",
6519 "version": "2.0.8",
6520 "source": {
6521 "type": "git",
6522 "url": "https://github.com/Grandt/PHPZip.git",
6523 "reference": "936f93d656f68e29c231a39e19fd59a636fe7e47"
6524 },
6525 "dist": {
6526 "type": "zip",
6527 "url": "https://api.github.com/repos/Grandt/PHPZip/zipball/936f93d656f68e29c231a39e19fd59a636fe7e47",
6528 "reference": "936f93d656f68e29c231a39e19fd59a636fe7e47",
6529 "shasum": ""
6530 },
6531 "require": {
6532 "grandt/binstring": ">=1.0.0",
6533 "grandt/phpzipmerge": ">=1.0.4",
6534 "grandt/relativepath": ">=1.0.2",
6535 "php": ">=5.3.0"
6536 },
6537 "type": "library",
6538 "autoload": {
6539 "psr-4": {
6540 "PHPZip\\Zip\\": "src/Zip"
6541 }
6542 },
6543 "notification-url": "https://packagist.org/downloads/",
6544 "license": [
6545 "LGPL-2.1"
6546 ],
6547 "authors": [
6548 {
6549 "name": "Adam Schmalhofer",
6550 "email": "Adam.Schmalhofer@gmx.de",
6551 "role": "Developer"
6552 },
6553 {
6554 "name": "A. Grandt",
6555 "email": "php@grandt.com",
6556 "homepage": "http://grandt.com",
6557 "role": "Developer"
6558 },
6559 {
6560 "name": "Greg Kappatos",
6561 "homepage": "http://websiteconnect.com.au",
6562 "role": "Developer"
6563 }
6564 ],
6565 "description": "Package to create and stream archives of compressed files in ZIP format with PHP 5.3+",
6566 "homepage": "https://github.com/Grandt/PHPZip",
6567 "keywords": [
6568 "archive",
6569 "compressed",
6570 "compression",
6571 "phpzip",
6572 "pkzip",
6573 "stream",
6574 "zip"
6575 ],
6576 "time": "2015-11-16T16:30:51+00:00"
6577 },
6578 {
6579 "name": "pragmarx/random",
6580 "version": "v0.2.2",
6581 "source": {
6582 "type": "git",
6583 "url": "https://github.com/antonioribeiro/random.git",
6584 "reference": "daf08a189c5d2d40d1a827db46364d3a741a51b7"
6585 },
6586 "dist": {
6587 "type": "zip",
6588 "url": "https://api.github.com/repos/antonioribeiro/random/zipball/daf08a189c5d2d40d1a827db46364d3a741a51b7",
6589 "reference": "daf08a189c5d2d40d1a827db46364d3a741a51b7",
6590 "shasum": ""
6591 },
6592 "require": {
6593 "php": ">=7.0"
6594 },
6595 "require-dev": {
6596 "fzaninotto/faker": "~1.7",
6597 "phpunit/phpunit": "~6.4",
6598 "pragmarx/trivia": "~0.1",
6599 "squizlabs/php_codesniffer": "^2.3"
6600 },
6601 "suggest": {
6602 "fzaninotto/faker": "Allows you to get dozens of randomized types",
6603 "pragmarx/trivia": "For the trivia database"
6604 },
6605 "type": "library",
6606 "extra": {
6607 "branch-alias": {
6608 "dev-master": "1.0-dev"
6609 }
6610 },
6611 "autoload": {
6612 "psr-4": {
6613 "PragmaRX\\Random\\": "src"
6614 }
6615 },
6616 "notification-url": "https://packagist.org/downloads/",
6617 "license": [
6618 "MIT"
6619 ],
6620 "authors": [
6621 {
6622 "name": "Antonio Carlos Ribeiro",
6623 "email": "acr@antoniocarlosribeiro.com",
6624 "homepage": "https://antoniocarlosribeiro.com",
6625 "role": "Developer"
6626 }
6627 ],
6628 "description": "Create random chars, numbers, strings",
6629 "homepage": "https://github.com/antonioribeiro/random",
6630 "keywords": [
6631 "Randomize",
6632 "faker",
6633 "pragmarx",
6634 "random",
6635 "random number",
6636 "random pattern",
6637 "random string"
6638 ],
6639 "time": "2017-11-21T05:26:22+00:00"
6640 },
6641 {
6642 "name": "pragmarx/recovery",
6643 "version": "v0.1.0",
6644 "source": {
6645 "type": "git",
6646 "url": "https://github.com/antonioribeiro/recovery.git",
6647 "reference": "e16573a1ae5345cc3b100eec6d0296a1a15a90fe"
6648 },
6649 "dist": {
6650 "type": "zip",
6651 "url": "https://api.github.com/repos/antonioribeiro/recovery/zipball/e16573a1ae5345cc3b100eec6d0296a1a15a90fe",
6652 "reference": "e16573a1ae5345cc3b100eec6d0296a1a15a90fe",
6653 "shasum": ""
6654 },
6655 "require": {
6656 "php": "~7.0",
6657 "pragmarx/random": "~0.1"
6658 },
6659 "require-dev": {
6660 "phpunit/phpunit": ">=5.4.3",
6661 "squizlabs/php_codesniffer": "^2.3",
6662 "tightenco/collect": "^5"
6663 },
6664 "suggest": {
6665 "tightenco/collect": "Allows to generate recovery codes as collections"
6666 },
6667 "type": "library",
6668 "extra": {
6669 "branch-alias": {
6670 "dev-master": "1.0-dev"
6671 }
6672 },
6673 "autoload": {
6674 "psr-4": {
6675 "PragmaRX\\Recovery\\": "src"
6676 }
6677 },
6678 "notification-url": "https://packagist.org/downloads/",
6679 "license": [
6680 "MIT"
6681 ],
6682 "authors": [
6683 {
6684 "name": "Antonio Carlos Ribeiro",
6685 "email": "acr@antoniocarlosribeiro.com",
6686 "homepage": "https://antoniocarlosribeiro.com",
6687 "role": "Developer"
6688 }
6689 ],
6690 "description": "Create recovery codes for two factor auth",
6691 "homepage": "https://github.com/antonioribeiro/recovery",
6692 "keywords": [
6693 "2fa",
6694 "account recovery",
6695 "auth",
6696 "backup codes",
6697 "google2fa",
6698 "pragmarx",
6699 "recovery",
6700 "recovery codes",
6701 "two factor auth"
6702 ],
6703 "time": "2017-09-19T16:58:00+00:00"
6704 },
6705 {
6706 "name": "predis/predis",
6707 "version": "v1.1.x-dev",
6708 "source": {
6709 "type": "git",
6710 "url": "https://github.com/nrk/predis.git",
6711 "reference": "111d100ee389d624036b46b35ed0c9ac59c71313"
6712 },
6713 "dist": {
6714 "type": "zip",
6715 "url": "https://api.github.com/repos/nrk/predis/zipball/111d100ee389d624036b46b35ed0c9ac59c71313",
6716 "reference": "111d100ee389d624036b46b35ed0c9ac59c71313",
6717 "shasum": ""
6718 },
6719 "require": {
6720 "php": ">=5.3.9"
6721 },
6722 "require-dev": {
6723 "phpunit/phpunit": "~4.8"
6724 },
6725 "suggest": {
6726 "ext-curl": "Allows access to Webdis when paired with phpiredis",
6727 "ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol"
6728 },
6729 "type": "library",
6730 "autoload": {
6731 "psr-4": {
6732 "Predis\\": "src/"
6733 }
6734 },
6735 "notification-url": "https://packagist.org/downloads/",
6736 "license": [
6737 "MIT"
6738 ],
6739 "authors": [
6740 {
6741 "name": "Daniele Alessandri",
6742 "email": "suppakilla@gmail.com",
6743 "homepage": "http://clorophilla.net"
6744 }
6745 ],
6746 "description": "Flexible and feature-complete Redis client for PHP and HHVM",
6747 "homepage": "http://github.com/nrk/predis",
6748 "keywords": [
6749 "nosql",
6750 "predis",
6751 "redis"
6752 ],
6753 "time": "2017-07-12T14:39:17+00:00"
6754 },
6755 {
6756 "name": "psr/cache",
6757 "version": "1.0.1",
6758 "source": {
6759 "type": "git",
6760 "url": "https://github.com/php-fig/cache.git",
6761 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
6762 },
6763 "dist": {
6764 "type": "zip",
6765 "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
6766 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
6767 "shasum": ""
6768 },
6769 "require": {
6770 "php": ">=5.3.0"
6771 },
6772 "type": "library",
6773 "extra": {
6774 "branch-alias": {
6775 "dev-master": "1.0.x-dev"
6776 }
6777 },
6778 "autoload": {
6779 "psr-4": {
6780 "Psr\\Cache\\": "src/"
6781 }
6782 },
6783 "notification-url": "https://packagist.org/downloads/",
6784 "license": [
6785 "MIT"
6786 ],
6787 "authors": [
6788 {
6789 "name": "PHP-FIG",
6790 "homepage": "http://www.php-fig.org/"
6791 }
6792 ],
6793 "description": "Common interface for caching libraries",
6794 "keywords": [
6795 "cache",
6796 "psr",
6797 "psr-6"
6798 ],
6799 "time": "2016-08-06T20:24:11+00:00"
6800 },
6801 {
6802 "name": "psr/container",
6803 "version": "1.0.0",
6804 "source": {
6805 "type": "git",
6806 "url": "https://github.com/php-fig/container.git",
6807 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
6808 },
6809 "dist": {
6810 "type": "zip",
6811 "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
6812 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
6813 "shasum": ""
6814 },
6815 "require": {
6816 "php": ">=5.3.0"
6817 },
6818 "type": "library",
6819 "extra": {
6820 "branch-alias": {
6821 "dev-master": "1.0.x-dev"
6822 }
6823 },
6824 "autoload": {
6825 "psr-4": {
6826 "Psr\\Container\\": "src/"
6827 }
6828 },
6829 "notification-url": "https://packagist.org/downloads/",
6830 "license": [
6831 "MIT"
6832 ],
6833 "authors": [
6834 {
6835 "name": "PHP-FIG",
6836 "homepage": "http://www.php-fig.org/"
6837 }
6838 ],
6839 "description": "Common Container Interface (PHP FIG PSR-11)",
6840 "homepage": "https://github.com/php-fig/container",
6841 "keywords": [
6842 "PSR-11",
6843 "container",
6844 "container-interface",
6845 "container-interop",
6846 "psr"
6847 ],
6848 "time": "2017-02-14T16:28:37+00:00"
6849 },
6850 {
6851 "name": "psr/http-client",
6852 "version": "1.0.0",
6853 "source": {
6854 "type": "git",
6855 "url": "https://github.com/php-fig/http-client.git",
6856 "reference": "496a823ef742b632934724bf769560c2a5c7c44e"
6857 },
6858 "dist": {
6859 "type": "zip",
6860 "url": "https://api.github.com/repos/php-fig/http-client/zipball/496a823ef742b632934724bf769560c2a5c7c44e",
6861 "reference": "496a823ef742b632934724bf769560c2a5c7c44e",
6862 "shasum": ""
6863 },
6864 "require": {
6865 "php": "^7.0",
6866 "psr/http-message": "^1.0"
6867 },
6868 "type": "library",
6869 "extra": {
6870 "branch-alias": {
6871 "dev-master": "1.0.x-dev"
6872 }
6873 },
6874 "autoload": {
6875 "psr-4": {
6876 "Psr\\Http\\Client\\": "src/"
6877 }
6878 },
6879 "notification-url": "https://packagist.org/downloads/",
6880 "license": [
6881 "MIT"
6882 ],
6883 "authors": [
6884 {
6885 "name": "PHP-FIG",
6886 "homepage": "http://www.php-fig.org/"
6887 }
6888 ],
6889 "description": "Common interface for HTTP clients",
6890 "homepage": "https://github.com/php-fig/http-client",
6891 "keywords": [
6892 "http",
6893 "http-client",
6894 "psr",
6895 "psr-18"
6896 ],
6897 "time": "2018-10-30T23:29:13+00:00"
6898 },
6899 {
6900 "name": "psr/http-factory",
6901 "version": "1.0.1",
6902 "source": {
6903 "type": "git",
6904 "url": "https://github.com/php-fig/http-factory.git",
6905 "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
6906 },
6907 "dist": {
6908 "type": "zip",
6909 "url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
6910 "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
6911 "shasum": ""
6912 },
6913 "require": {
6914 "php": ">=7.0.0",
6915 "psr/http-message": "^1.0"
6916 },
6917 "type": "library",
6918 "extra": {
6919 "branch-alias": {
6920 "dev-master": "1.0.x-dev"
6921 }
6922 },
6923 "autoload": {
6924 "psr-4": {
6925 "Psr\\Http\\Message\\": "src/"
6926 }
6927 },
6928 "notification-url": "https://packagist.org/downloads/",
6929 "license": [
6930 "MIT"
6931 ],
6932 "authors": [
6933 {
6934 "name": "PHP-FIG",
6935 "homepage": "http://www.php-fig.org/"
6936 }
6937 ],
6938 "description": "Common interfaces for PSR-7 HTTP message factories",
6939 "keywords": [
6940 "factory",
6941 "http",
6942 "message",
6943 "psr",
6944 "psr-17",
6945 "psr-7",
6946 "request",
6947 "response"
6948 ],
6949 "time": "2019-04-30T12:38:16+00:00"
6950 },
6951 {
6952 "name": "psr/http-message",
6953 "version": "1.0.1",
6954 "source": {
6955 "type": "git",
6956 "url": "https://github.com/php-fig/http-message.git",
6957 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
6958 },
6959 "dist": {
6960 "type": "zip",
6961 "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
6962 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
6963 "shasum": ""
6964 },
6965 "require": {
6966 "php": ">=5.3.0"
6967 },
6968 "type": "library",
6969 "extra": {
6970 "branch-alias": {
6971 "dev-master": "1.0.x-dev"
6972 }
6973 },
6974 "autoload": {
6975 "psr-4": {
6976 "Psr\\Http\\Message\\": "src/"
6977 }
6978 },
6979 "notification-url": "https://packagist.org/downloads/",
6980 "license": [
6981 "MIT"
6982 ],
6983 "authors": [
6984 {
6985 "name": "PHP-FIG",
6986 "homepage": "http://www.php-fig.org/"
6987 }
6988 ],
6989 "description": "Common interface for HTTP messages",
6990 "homepage": "https://github.com/php-fig/http-message",
6991 "keywords": [
6992 "http",
6993 "http-message",
6994 "psr",
6995 "psr-7",
6996 "request",
6997 "response"
6998 ],
6999 "time": "2016-08-06T14:39:51+00:00"
7000 },
7001 {
7002 "name": "psr/link",
7003 "version": "1.0.0",
7004 "source": {
7005 "type": "git",
7006 "url": "https://github.com/php-fig/link.git",
7007 "reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562"
7008 },
7009 "dist": {
7010 "type": "zip",
7011 "url": "https://api.github.com/repos/php-fig/link/zipball/eea8e8662d5cd3ae4517c9b864493f59fca95562",
7012 "reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562",
7013 "shasum": ""
7014 },
7015 "require": {
7016 "php": ">=5.3.0"
7017 },
7018 "type": "library",
7019 "extra": {
7020 "branch-alias": {
7021 "dev-master": "1.0.x-dev"
7022 }
7023 },
7024 "autoload": {
7025 "psr-4": {
7026 "Psr\\Link\\": "src/"
7027 }
7028 },
7029 "notification-url": "https://packagist.org/downloads/",
7030 "license": [
7031 "MIT"
7032 ],
7033 "authors": [
7034 {
7035 "name": "PHP-FIG",
7036 "homepage": "http://www.php-fig.org/"
7037 }
7038 ],
7039 "description": "Common interfaces for HTTP links",
7040 "keywords": [
7041 "http",
7042 "http-link",
7043 "link",
7044 "psr",
7045 "psr-13",
7046 "rest"
7047 ],
7048 "time": "2016-10-28T16:06:13+00:00"
7049 },
7050 {
7051 "name": "psr/log",
7052 "version": "1.1.2",
7053 "source": {
7054 "type": "git",
7055 "url": "https://github.com/php-fig/log.git",
7056 "reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801"
7057 },
7058 "dist": {
7059 "type": "zip",
7060 "url": "https://api.github.com/repos/php-fig/log/zipball/446d54b4cb6bf489fc9d75f55843658e6f25d801",
7061 "reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801",
7062 "shasum": ""
7063 },
7064 "require": {
7065 "php": ">=5.3.0"
7066 },
7067 "type": "library",
7068 "extra": {
7069 "branch-alias": {
7070 "dev-master": "1.1.x-dev"
7071 }
7072 },
7073 "autoload": {
7074 "psr-4": {
7075 "Psr\\Log\\": "Psr/Log/"
7076 }
7077 },
7078 "notification-url": "https://packagist.org/downloads/",
7079 "license": [
7080 "MIT"
7081 ],
7082 "authors": [
7083 {
7084 "name": "PHP-FIG",
7085 "homepage": "http://www.php-fig.org/"
7086 }
7087 ],
7088 "description": "Common interface for logging libraries",
7089 "homepage": "https://github.com/php-fig/log",
7090 "keywords": [
7091 "log",
7092 "psr",
7093 "psr-3"
7094 ],
7095 "time": "2019-11-01T11:05:21+00:00"
7096 },
7097 {
7098 "name": "psr/simple-cache",
7099 "version": "1.0.1",
7100 "source": {
7101 "type": "git",
7102 "url": "https://github.com/php-fig/simple-cache.git",
7103 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
7104 },
7105 "dist": {
7106 "type": "zip",
7107 "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
7108 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
7109 "shasum": ""
7110 },
7111 "require": {
7112 "php": ">=5.3.0"
7113 },
7114 "type": "library",
7115 "extra": {
7116 "branch-alias": {
7117 "dev-master": "1.0.x-dev"
7118 }
7119 },
7120 "autoload": {
7121 "psr-4": {
7122 "Psr\\SimpleCache\\": "src/"
7123 }
7124 },
7125 "notification-url": "https://packagist.org/downloads/",
7126 "license": [
7127 "MIT"
7128 ],
7129 "authors": [
7130 {
7131 "name": "PHP-FIG",
7132 "homepage": "http://www.php-fig.org/"
7133 }
7134 ],
7135 "description": "Common interfaces for simple caching",
7136 "keywords": [
7137 "cache",
7138 "caching",
7139 "psr",
7140 "psr-16",
7141 "simple-cache"
7142 ],
7143 "time": "2017-10-23T01:57:42+00:00"
7144 },
7145 {
7146 "name": "ralouphie/getallheaders",
7147 "version": "3.0.3",
7148 "source": {
7149 "type": "git",
7150 "url": "https://github.com/ralouphie/getallheaders.git",
7151 "reference": "120b605dfeb996808c31b6477290a714d356e822"
7152 },
7153 "dist": {
7154 "type": "zip",
7155 "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
7156 "reference": "120b605dfeb996808c31b6477290a714d356e822",
7157 "shasum": ""
7158 },
7159 "require": {
7160 "php": ">=5.6"
7161 },
7162 "require-dev": {
7163 "php-coveralls/php-coveralls": "^2.1",
7164 "phpunit/phpunit": "^5 || ^6.5"
7165 },
7166 "type": "library",
7167 "autoload": {
7168 "files": [
7169 "src/getallheaders.php"
7170 ]
7171 },
7172 "notification-url": "https://packagist.org/downloads/",
7173 "license": [
7174 "MIT"
7175 ],
7176 "authors": [
7177 {
7178 "name": "Ralph Khattar",
7179 "email": "ralph.khattar@gmail.com"
7180 }
7181 ],
7182 "description": "A polyfill for getallheaders.",
7183 "time": "2019-03-08T08:55:37+00:00"
7184 },
7185 {
7186 "name": "ramsey/uuid",
7187 "version": "3.9.2",
7188 "source": {
7189 "type": "git",
7190 "url": "https://github.com/ramsey/uuid.git",
7191 "reference": "7779489a47d443f845271badbdcedfe4df8e06fb"
7192 },
7193 "dist": {
7194 "type": "zip",
7195 "url": "https://api.github.com/repos/ramsey/uuid/zipball/7779489a47d443f845271badbdcedfe4df8e06fb",
7196 "reference": "7779489a47d443f845271badbdcedfe4df8e06fb",
7197 "shasum": ""
7198 },
7199 "require": {
7200 "ext-json": "*",
7201 "paragonie/random_compat": "^1 | ^2 | 9.99.99",
7202 "php": "^5.4 | ^7 | ^8",
7203 "symfony/polyfill-ctype": "^1.8"
7204 },
7205 "replace": {
7206 "rhumsaa/uuid": "self.version"
7207 },
7208 "require-dev": {
7209 "codeception/aspect-mock": "^1 | ^2",
7210 "doctrine/annotations": "^1.2",
7211 "goaop/framework": "1.0.0-alpha.2 | ^1 | ^2.1",
7212 "jakub-onderka/php-parallel-lint": "^1",
7213 "mockery/mockery": "^0.9.11 | ^1",
7214 "moontoast/math": "^1.1",
7215 "paragonie/random-lib": "^2",
7216 "php-mock/php-mock-phpunit": "^0.3 | ^1.1",
7217 "phpunit/phpunit": "^4.8 | ^5.4 | ^6.5",
7218 "squizlabs/php_codesniffer": "^3.5"
7219 },
7220 "suggest": {
7221 "ext-ctype": "Provides support for PHP Ctype functions",
7222 "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator",
7223 "ext-openssl": "Provides the OpenSSL extension for use with the OpenSslGenerator",
7224 "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator",
7225 "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).",
7226 "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
7227 "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid",
7228 "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
7229 },
7230 "type": "library",
7231 "extra": {
7232 "branch-alias": {
7233 "dev-master": "3.x-dev"
7234 }
7235 },
7236 "autoload": {
7237 "psr-4": {
7238 "Ramsey\\Uuid\\": "src/"
7239 },
7240 "files": [
7241 "src/functions.php"
7242 ]
7243 },
7244 "notification-url": "https://packagist.org/downloads/",
7245 "license": [
7246 "MIT"
7247 ],
7248 "authors": [
7249 {
7250 "name": "Ben Ramsey",
7251 "email": "ben@benramsey.com",
7252 "homepage": "https://benramsey.com"
7253 },
7254 {
7255 "name": "Marijn Huizendveld",
7256 "email": "marijn.huizendveld@gmail.com"
7257 },
7258 {
7259 "name": "Thibaud Fabre",
7260 "email": "thibaud@aztech.io"
7261 }
7262 ],
7263 "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
7264 "homepage": "https://github.com/ramsey/uuid",
7265 "keywords": [
7266 "guid",
7267 "identifier",
7268 "uuid"
7269 ],
7270 "time": "2019-12-17T08:18:51+00:00"
7271 },
7272 {
7273 "name": "react/promise",
7274 "version": "v2.7.1",
7275 "source": {
7276 "type": "git",
7277 "url": "https://github.com/reactphp/promise.git",
7278 "reference": "31ffa96f8d2ed0341a57848cbb84d88b89dd664d"
7279 },
7280 "dist": {
7281 "type": "zip",
7282 "url": "https://api.github.com/repos/reactphp/promise/zipball/31ffa96f8d2ed0341a57848cbb84d88b89dd664d",
7283 "reference": "31ffa96f8d2ed0341a57848cbb84d88b89dd664d",
7284 "shasum": ""
7285 },
7286 "require": {
7287 "php": ">=5.4.0"
7288 },
7289 "require-dev": {
7290 "phpunit/phpunit": "~4.8"
7291 },
7292 "type": "library",
7293 "autoload": {
7294 "psr-4": {
7295 "React\\Promise\\": "src/"
7296 },
7297 "files": [
7298 "src/functions_include.php"
7299 ]
7300 },
7301 "notification-url": "https://packagist.org/downloads/",
7302 "license": [
7303 "MIT"
7304 ],
7305 "authors": [
7306 {
7307 "name": "Jan Sorgalla",
7308 "email": "jsorgalla@gmail.com"
7309 }
7310 ],
7311 "description": "A lightweight implementation of CommonJS Promises/A for PHP",
7312 "keywords": [
7313 "promise",
7314 "promises"
7315 ],
7316 "time": "2019-01-07T21:25:54+00:00"
7317 },
7318 {
7319 "name": "scheb/two-factor-bundle",
7320 "version": "v4.11.1",
7321 "source": {
7322 "type": "git",
7323 "url": "https://github.com/scheb/two-factor-bundle.git",
7324 "reference": "f9198cfcd5b2a92691926fd10406e8817232ac16"
7325 },
7326 "dist": {
7327 "type": "zip",
7328 "url": "https://api.github.com/repos/scheb/two-factor-bundle/zipball/f9198cfcd5b2a92691926fd10406e8817232ac16",
7329 "reference": "f9198cfcd5b2a92691926fd10406e8817232ac16",
7330 "shasum": ""
7331 },
7332 "require": {
7333 "lcobucci/jwt": "^3.2",
7334 "paragonie/constant_time_encoding": "^2.2",
7335 "php": "^7.1.3",
7336 "spomky-labs/otphp": "^9.1|^10.0",
7337 "symfony/config": "^3.4|^4.0|^5.0",
7338 "symfony/dependency-injection": "^3.4|^4.0|^5.0",
7339 "symfony/event-dispatcher": "^3.4|^4.0|^5.0",
7340 "symfony/framework-bundle": "^3.4|^4.0|^5.0",
7341 "symfony/http-foundation": "^3.4|^4.0|^5.0",
7342 "symfony/http-kernel": "^3.4|^4.0|^5.0",
7343 "symfony/property-access": "^3.4|^4.0|^5.0",
7344 "symfony/security-bundle": "^3.4|^4.0|^5.0",
7345 "symfony/twig-bundle": "^3.4|^4.0|^5.0"
7346 },
7347 "require-dev": {
7348 "doctrine/lexer": "^1.0.1",
7349 "doctrine/orm": "^2.6",
7350 "escapestudios/symfony2-coding-standard": "^3.9",
7351 "phpunit/phpunit": "^7.0|^8.0",
7352 "squizlabs/php_codesniffer": "^3.5",
7353 "swiftmailer/swiftmailer": "^6.0",
7354 "symfony/yaml": "^3.4|^4.0|^5.0"
7355 },
7356 "type": "symfony-bundle",
7357 "autoload": {
7358 "psr-4": {
7359 "Scheb\\TwoFactorBundle\\": ""
7360 },
7361 "exclude-from-classmap": [
7362 "/Tests/"
7363 ]
7364 },
7365 "notification-url": "https://packagist.org/downloads/",
7366 "license": [
7367 "MIT"
7368 ],
7369 "authors": [
7370 {
7371 "name": "Christian Scheb",
7372 "email": "me@christianscheb.de"
7373 }
7374 ],
7375 "description": "Provides two-factor authentication for Symfony applications",
7376 "homepage": "https://github.com/scheb/two-factor-bundle",
7377 "keywords": [
7378 "Authentication",
7379 "security",
7380 "symfony",
7381 "two-factor",
7382 "two-step"
7383 ],
7384 "time": "2019-12-19T12:07:42+00:00"
7385 },
7386 {
7387 "name": "sensio/distribution-bundle",
7388 "version": "v5.0.25",
7389 "source": {
7390 "type": "git",
7391 "url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
7392 "reference": "80a38234bde8321fb92aa0b8c27978a272bb4baf"
7393 },
7394 "dist": {
7395 "type": "zip",
7396 "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/80a38234bde8321fb92aa0b8c27978a272bb4baf",
7397 "reference": "80a38234bde8321fb92aa0b8c27978a272bb4baf",
7398 "shasum": ""
7399 },
7400 "require": {
7401 "php": ">=5.3.9",
7402 "sensiolabs/security-checker": "~5.0|~6.0",
7403 "symfony/class-loader": "~2.3|~3.0",
7404 "symfony/config": "~2.3|~3.0",
7405 "symfony/dependency-injection": "~2.3|~3.0",
7406 "symfony/filesystem": "~2.3|~3.0",
7407 "symfony/http-kernel": "~2.3|~3.0",
7408 "symfony/process": "~2.3|~3.0"
7409 },
7410 "type": "symfony-bundle",
7411 "extra": {
7412 "branch-alias": {
7413 "dev-master": "5.0.x-dev"
7414 }
7415 },
7416 "autoload": {
7417 "psr-4": {
7418 "Sensio\\Bundle\\DistributionBundle\\": ""
7419 }
7420 },
7421 "notification-url": "https://packagist.org/downloads/",
7422 "license": [
7423 "MIT"
7424 ],
7425 "authors": [
7426 {
7427 "name": "Fabien Potencier",
7428 "email": "fabien@symfony.com"
7429 }
7430 ],
7431 "description": "Base bundle for Symfony Distributions",
7432 "keywords": [
7433 "configuration",
7434 "distribution"
7435 ],
7436 "time": "2019-06-18T15:43:58+00:00"
7437 },
7438 {
7439 "name": "sensio/framework-extra-bundle",
7440 "version": "v5.4.1",
7441 "source": {
7442 "type": "git",
7443 "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
7444 "reference": "585f4b3a1c54f24d1a8431c729fc8f5acca20c8a"
7445 },
7446 "dist": {
7447 "type": "zip",
7448 "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/585f4b3a1c54f24d1a8431c729fc8f5acca20c8a",
7449 "reference": "585f4b3a1c54f24d1a8431c729fc8f5acca20c8a",
7450 "shasum": ""
7451 },
7452 "require": {
7453 "doctrine/annotations": "^1.0",
7454 "doctrine/persistence": "^1.0",
7455 "php": ">=7.1.3",
7456 "symfony/config": "^3.4|^4.3",
7457 "symfony/dependency-injection": "^3.4|^4.3",
7458 "symfony/framework-bundle": "^3.4|^4.3",
7459 "symfony/http-kernel": "^3.4|^4.3"
7460 },
7461 "require-dev": {
7462 "doctrine/doctrine-bundle": "^1.6",
7463 "doctrine/orm": "^2.5",
7464 "nyholm/psr7": "^1.1",
7465 "symfony/browser-kit": "^3.4|^4.3",
7466 "symfony/dom-crawler": "^3.4|^4.3",
7467 "symfony/expression-language": "^3.4|^4.3",
7468 "symfony/finder": "^3.4|^4.3",
7469 "symfony/monolog-bridge": "^3.0|^4.0",
7470 "symfony/monolog-bundle": "^3.2",
7471 "symfony/phpunit-bridge": "^3.4.19|^4.1.8",
7472 "symfony/psr-http-message-bridge": "^1.1",
7473 "symfony/security-bundle": "^3.4|^4.3",
7474 "symfony/twig-bundle": "^3.4|^4.3",
7475 "symfony/yaml": "^3.4|^4.3",
7476 "twig/twig": "~1.12|~2.0"
7477 },
7478 "suggest": {
7479 "symfony/expression-language": "",
7480 "symfony/psr-http-message-bridge": "To use the PSR-7 converters",
7481 "symfony/security-bundle": ""
7482 },
7483 "type": "symfony-bundle",
7484 "extra": {
7485 "branch-alias": {
7486 "dev-master": "5.4.x-dev"
7487 }
7488 },
7489 "autoload": {
7490 "psr-4": {
7491 "Sensio\\Bundle\\FrameworkExtraBundle\\": ""
7492 }
7493 },
7494 "notification-url": "https://packagist.org/downloads/",
7495 "license": [
7496 "MIT"
7497 ],
7498 "authors": [
7499 {
7500 "name": "Fabien Potencier",
7501 "email": "fabien@symfony.com"
7502 }
7503 ],
7504 "description": "This bundle provides a way to configure your controllers with annotations",
7505 "keywords": [
7506 "annotations",
7507 "controllers"
7508 ],
7509 "time": "2019-07-08T08:31:25+00:00"
7510 },
7511 {
7512 "name": "sensiolabs/security-checker",
7513 "version": "v6.0.3",
7514 "source": {
7515 "type": "git",
7516 "url": "https://github.com/sensiolabs/security-checker.git",
7517 "reference": "a576c01520d9761901f269c4934ba55448be4a54"
7518 },
7519 "dist": {
7520 "type": "zip",
7521 "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/a576c01520d9761901f269c4934ba55448be4a54",
7522 "reference": "a576c01520d9761901f269c4934ba55448be4a54",
7523 "shasum": ""
7524 },
7525 "require": {
7526 "php": ">=7.1.3",
7527 "symfony/console": "^2.8|^3.4|^4.2|^5.0",
7528 "symfony/http-client": "^4.3|^5.0",
7529 "symfony/mime": "^4.3|^5.0",
7530 "symfony/polyfill-ctype": "^1.11"
7531 },
7532 "bin": [
7533 "security-checker"
7534 ],
7535 "type": "library",
7536 "extra": {
7537 "branch-alias": {
7538 "dev-master": "6.0-dev"
7539 }
7540 },
7541 "autoload": {
7542 "psr-4": {
7543 "SensioLabs\\Security\\": "SensioLabs/Security"
7544 }
7545 },
7546 "notification-url": "https://packagist.org/downloads/",
7547 "license": [
7548 "MIT"
7549 ],
7550 "authors": [
7551 {
7552 "name": "Fabien Potencier",
7553 "email": "fabien.potencier@gmail.com"
7554 }
7555 ],
7556 "description": "A security checker for your composer.lock",
7557 "time": "2019-11-01T13:20:14+00:00"
7558 },
7559 {
7560 "name": "sentry/sdk",
7561 "version": "2.0.4",
7562 "source": {
7563 "type": "git",
7564 "url": "https://github.com/getsentry/sentry-php-sdk.git",
7565 "reference": "4c115873c86ad5bd0ac6d962db70ca53bf8fb874"
7566 },
7567 "dist": {
7568 "type": "zip",
7569 "url": "https://api.github.com/repos/getsentry/sentry-php-sdk/zipball/4c115873c86ad5bd0ac6d962db70ca53bf8fb874",
7570 "reference": "4c115873c86ad5bd0ac6d962db70ca53bf8fb874",
7571 "shasum": ""
7572 },
7573 "require": {
7574 "http-interop/http-factory-guzzle": "^1.0",
7575 "php-http/curl-client": "^1.0|^2.0",
7576 "sentry/sentry": "^2.1.3"
7577 },
7578 "type": "metapackage",
7579 "notification-url": "https://packagist.org/downloads/",
7580 "license": [
7581 "MIT"
7582 ],
7583 "authors": [
7584 {
7585 "name": "Sentry",
7586 "email": "accounts@sentry.io"
7587 }
7588 ],
7589 "description": "This is a metapackage shipping sentry/sentry with a recommended http client.",
7590 "time": "2019-09-09T19:54:44+00:00"
7591 },
7592 {
7593 "name": "sentry/sentry",
7594 "version": "2.2.6",
7595 "source": {
7596 "type": "git",
7597 "url": "https://github.com/getsentry/sentry-php.git",
7598 "reference": "c9b253229b95f8e5bbf6a3661a170a0be0f80563"
7599 },
7600 "dist": {
7601 "type": "zip",
7602 "url": "https://api.github.com/repos/getsentry/sentry-php/zipball/c9b253229b95f8e5bbf6a3661a170a0be0f80563",
7603 "reference": "c9b253229b95f8e5bbf6a3661a170a0be0f80563",
7604 "shasum": ""
7605 },
7606 "require": {
7607 "ext-json": "*",
7608 "ext-mbstring": "*",
7609 "guzzlehttp/promises": "^1.3",
7610 "jean85/pretty-package-versions": "^1.2",
7611 "php": "^7.1",
7612 "php-http/async-client-implementation": "^1.0",
7613 "php-http/client-common": "^1.5|^2.0",
7614 "php-http/discovery": "^1.6.1",
7615 "php-http/httplug": "^1.1|^2.0",
7616 "php-http/message": "^1.5",
7617 "psr/http-message-implementation": "^1.0",
7618 "ramsey/uuid": "^3.3",
7619 "symfony/options-resolver": "^2.7|^3.0|^4.0|^5.0",
7620 "zendframework/zend-diactoros": "^1.7.1|^2.0"
7621 },
7622 "conflict": {
7623 "php-http/client-common": "1.8.0",
7624 "raven/raven": "*"
7625 },
7626 "require-dev": {
7627 "friendsofphp/php-cs-fixer": "^2.13",
7628 "monolog/monolog": "^1.3|^2.0",
7629 "php-http/mock-client": "^1.0",
7630 "phpstan/extension-installer": "^1.0",
7631 "phpstan/phpstan": "^0.11",
7632 "phpstan/phpstan-phpunit": "^0.11",
7633 "phpunit/phpunit": "^7.5.18",
7634 "symfony/phpunit-bridge": "^4.3|^5.0",
7635 "vimeo/psalm": "^3.4"
7636 },
7637 "suggest": {
7638 "monolog/monolog": "Allow sending log messages to Sentry by using the included Monolog handler."
7639 },
7640 "type": "library",
7641 "extra": {
7642 "branch-alias": {
7643 "dev-develop": "2.2-dev"
7644 }
7645 },
7646 "autoload": {
7647 "files": [
7648 "src/functions.php"
7649 ],
7650 "psr-4": {
7651 "Sentry\\": "src/"
7652 }
7653 },
7654 "notification-url": "https://packagist.org/downloads/",
7655 "license": [
7656 "BSD-3-Clause"
7657 ],
7658 "authors": [
7659 {
7660 "name": "Sentry",
7661 "email": "accounts@sentry.io"
7662 }
7663 ],
7664 "description": "A PHP SDK for Sentry (http://sentry.io)",
7665 "homepage": "http://sentry.io",
7666 "keywords": [
7667 "crash-reporting",
7668 "crash-reports",
7669 "error-handler",
7670 "error-monitoring",
7671 "log",
7672 "logging",
7673 "sentry"
7674 ],
7675 "time": "2019-12-18T08:56:34+00:00"
7676 },
7677 {
7678 "name": "sentry/sentry-symfony",
7679 "version": "3.2.1",
7680 "source": {
7681 "type": "git",
7682 "url": "https://github.com/getsentry/sentry-symfony.git",
7683 "reference": "620b90dc35c12ef96c6460df74e30441e359ce6d"
7684 },
7685 "dist": {
7686 "type": "zip",
7687 "url": "https://api.github.com/repos/getsentry/sentry-symfony/zipball/620b90dc35c12ef96c6460df74e30441e359ce6d",
7688 "reference": "620b90dc35c12ef96c6460df74e30441e359ce6d",
7689 "shasum": ""
7690 },
7691 "require": {
7692 "jean85/pretty-package-versions": "^1.0",
7693 "php": "^7.1",
7694 "sentry/sdk": "^2.0",
7695 "symfony/config": "^2.8||^3.0||^4.0",
7696 "symfony/console": "^2.8||^3.0||^4.0",
7697 "symfony/dependency-injection": "^2.8||^3.0||^4.0",
7698 "symfony/event-dispatcher": "^2.8||^3.0||^4.0",
7699 "symfony/http-kernel": "^2.8||^3.0||^4.0",
7700 "symfony/security-core": "^2.8||^3.0||^4.0"
7701 },
7702 "require-dev": {
7703 "friendsofphp/php-cs-fixer": "^2.8",
7704 "jangregor/phpstan-prophecy": "^0.3.0",
7705 "monolog/monolog": "^1.11||^2.0",
7706 "php-http/mock-client": "^1.0",
7707 "phpstan/phpstan": "^0.11",
7708 "phpstan/phpstan-phpunit": "^0.11",
7709 "phpunit/phpunit": "^7.5",
7710 "scrutinizer/ocular": "^1.4",
7711 "symfony/expression-language": "^2.8||^3.0||^4.0"
7712 },
7713 "suggest": {
7714 "monolog/monolog": "Required to use the Monolog handler"
7715 },
7716 "type": "symfony-bundle",
7717 "extra": {
7718 "branch-alias": {
7719 "master": "3.x-dev",
7720 "releases/3.2.x": "3.2.x-dev",
7721 "releases/2.x": "2.x-dev",
7722 "releases/1.x": "1.x-dev"
7723 }
7724 },
7725 "autoload": {
7726 "psr-4": {
7727 "Sentry\\SentryBundle\\": "src/"
7728 }
7729 },
7730 "notification-url": "https://packagist.org/downloads/",
7731 "license": [
7732 "Apache-2.0"
7733 ],
7734 "authors": [
7735 {
7736 "name": "David Cramer",
7737 "email": "dcramer@gmail.com"
7738 },
7739 {
7740 "name": "Alessandro Lai",
7741 "email": "alessandro.lai85@gmail.com"
7742 }
7743 ],
7744 "description": "Symfony integration for Sentry (http://getsentry.com)",
7745 "homepage": "http://getsentry.com",
7746 "keywords": [
7747 "errors",
7748 "logging",
7749 "sentry",
7750 "symfony"
7751 ],
7752 "time": "2019-11-29T21:24:37+00:00"
7753 },
7754 {
7755 "name": "simplepie/simplepie",
7756 "version": "1.5.3",
7757 "source": {
7758 "type": "git",
7759 "url": "https://github.com/simplepie/simplepie.git",
7760 "reference": "173663382a9346acd53df60c7ffb20689c9cf1f6"
7761 },
7762 "dist": {
7763 "type": "zip",
7764 "url": "https://api.github.com/repos/simplepie/simplepie/zipball/173663382a9346acd53df60c7ffb20689c9cf1f6",
7765 "reference": "173663382a9346acd53df60c7ffb20689c9cf1f6",
7766 "shasum": ""
7767 },
7768 "require": {
7769 "ext-pcre": "*",
7770 "ext-xml": "*",
7771 "ext-xmlreader": "*",
7772 "php": ">=5.6.0"
7773 },
7774 "require-dev": {
7775 "phpunit/phpunit": "~5.4.3 || ~6.5"
7776 },
7777 "suggest": {
7778 "ext-curl": "",
7779 "ext-iconv": "",
7780 "ext-intl": "",
7781 "ext-mbstring": "",
7782 "mf2/mf2": "Microformat module that allows for parsing HTML for microformats"
7783 },
7784 "type": "library",
7785 "autoload": {
7786 "psr-0": {
7787 "SimplePie": "library"
7788 }
7789 },
7790 "notification-url": "https://packagist.org/downloads/",
7791 "license": [
7792 "BSD-3-Clause"
7793 ],
7794 "authors": [
7795 {
7796 "name": "Ryan Parman",
7797 "homepage": "http://ryanparman.com/",
7798 "role": "Creator, alumnus developer"
7799 },
7800 {
7801 "name": "Geoffrey Sneddon",
7802 "homepage": "http://gsnedders.com/",
7803 "role": "Alumnus developer"
7804 },
7805 {
7806 "name": "Ryan McCue",
7807 "email": "me@ryanmccue.info",
7808 "homepage": "http://ryanmccue.info/",
7809 "role": "Developer"
7810 }
7811 ],
7812 "description": "A simple Atom/RSS parsing library for PHP",
7813 "homepage": "http://simplepie.org/",
7814 "keywords": [
7815 "atom",
7816 "feeds",
7817 "rss"
7818 ],
7819 "time": "2019-09-22T23:21:30+00:00"
7820 },
7821 {
7822 "name": "smalot/pdfparser",
7823 "version": "v0.14.0",
7824 "source": {
7825 "type": "git",
7826 "url": "https://github.com/smalot/pdfparser.git",
7827 "reference": "ec72a99028ba5e21a0acad92047b85e128cbf81f"
7828 },
7829 "dist": {
7830 "type": "zip",
7831 "url": "https://api.github.com/repos/smalot/pdfparser/zipball/ec72a99028ba5e21a0acad92047b85e128cbf81f",
7832 "reference": "ec72a99028ba5e21a0acad92047b85e128cbf81f",
7833 "shasum": ""
7834 },
7835 "require": {
7836 "ext-mbstring": "*",
7837 "ext-zlib": "*",
7838 "php": ">=5.3.0",
7839 "tecnickcom/tcpdf": "~6.0"
7840 },
7841 "require-dev": {
7842 "atoum/atoum": "^2.8 | ^3.0"
7843 },
7844 "type": "library",
7845 "autoload": {
7846 "psr-0": {
7847 "Smalot\\PdfParser\\": "src/"
7848 }
7849 },
7850 "notification-url": "https://packagist.org/downloads/",
7851 "license": [
7852 "LGPL-3.0"
7853 ],
7854 "authors": [
7855 {
7856 "name": "Sebastien Malot",
7857 "email": "sebastien@malot.fr"
7858 }
7859 ],
7860 "description": "Pdf parser library. Can read and extract information from pdf file.",
7861 "homepage": "http://www.pdfparser.org",
7862 "keywords": [
7863 "extract",
7864 "parse",
7865 "parser",
7866 "pdf",
7867 "text"
7868 ],
7869 "time": "2019-01-23T09:14:37+00:00"
7870 },
7871 {
7872 "name": "spomky-labs/otphp",
7873 "version": "v9.1.4",
7874 "source": {
7875 "type": "git",
7876 "url": "https://github.com/Spomky-Labs/otphp.git",
7877 "reference": "48d463cf909320399fe08eab2e1cd18d899d5068"
7878 },
7879 "dist": {
7880 "type": "zip",
7881 "url": "https://api.github.com/repos/Spomky-Labs/otphp/zipball/48d463cf909320399fe08eab2e1cd18d899d5068",
7882 "reference": "48d463cf909320399fe08eab2e1cd18d899d5068",
7883 "shasum": ""
7884 },
7885 "require": {
7886 "beberlei/assert": "^2.4|^3.0",
7887 "paragonie/constant_time_encoding": "^2.0",
7888 "php": "^7.1"
7889 },
7890 "require-dev": {
7891 "phpunit/phpunit": "^6.0",
7892 "satooshi/php-coveralls": "^1.0"
7893 },
7894 "type": "library",
7895 "extra": {
7896 "branch-alias": {
7897 "dev-master": "9.0.x-dev"
7898 }
7899 },
7900 "autoload": {
7901 "psr-4": {
7902 "OTPHP\\": "src/"
7903 }
7904 },
7905 "notification-url": "https://packagist.org/downloads/",
7906 "license": [
7907 "MIT"
7908 ],
7909 "authors": [
7910 {
7911 "name": "Florent Morselli",
7912 "homepage": "https://github.com/Spomky"
7913 },
7914 {
7915 "name": "All contributors",
7916 "homepage": "https://github.com/Spomky-Labs/otphp/contributors"
7917 }
7918 ],
7919 "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",
7920 "homepage": "https://github.com/Spomky-Labs/otphp",
7921 "keywords": [
7922 "FreeOTP",
7923 "RFC 4226",
7924 "RFC 6238",
7925 "google authenticator",
7926 "hotp",
7927 "otp",
7928 "totp"
7929 ],
7930 "time": "2019-03-18T10:08:51+00:00"
7931 },
7932 {
7933 "name": "stof/doctrine-extensions-bundle",
7934 "version": "v1.3.0",
7935 "source": {
7936 "type": "git",
7937 "url": "https://github.com/stof/StofDoctrineExtensionsBundle.git",
7938 "reference": "46db71ec7ffee9122eca3cdddd4ef8d84bae269c"
7939 },
7940 "dist": {
7941 "type": "zip",
7942 "url": "https://api.github.com/repos/stof/StofDoctrineExtensionsBundle/zipball/46db71ec7ffee9122eca3cdddd4ef8d84bae269c",
7943 "reference": "46db71ec7ffee9122eca3cdddd4ef8d84bae269c",
7944 "shasum": ""
7945 },
7946 "require": {
7947 "gedmo/doctrine-extensions": "^2.3.4",
7948 "php": ">=5.3.2",
7949 "symfony/framework-bundle": "~2.7|~3.2|~4.0"
7950 },
7951 "require-dev": {
7952 "symfony/phpunit-bridge": "^4.0",
7953 "symfony/security-bundle": "^2.7 || ^3.2 || ^4.0"
7954 },
7955 "suggest": {
7956 "doctrine/doctrine-bundle": "to use the ORM extensions",
7957 "doctrine/mongodb-odm-bundle": "to use the MongoDB ODM extensions"
7958 },
7959 "type": "symfony-bundle",
7960 "extra": {
7961 "branch-alias": {
7962 "dev-master": "1.3.x-dev"
7963 }
7964 },
7965 "autoload": {
7966 "psr-4": {
7967 "Stof\\DoctrineExtensionsBundle\\": ""
7968 }
7969 },
7970 "notification-url": "https://packagist.org/downloads/",
7971 "license": [
7972 "MIT"
7973 ],
7974 "authors": [
7975 {
7976 "name": "Christophe Coevoet",
7977 "email": "stof@notk.org"
7978 }
7979 ],
7980 "description": "Integration of the gedmo/doctrine-extensions with Symfony2",
7981 "homepage": "https://github.com/stof/StofDoctrineExtensionsBundle",
7982 "keywords": [
7983 "behaviors",
7984 "doctrine2",
7985 "extensions",
7986 "gedmo",
7987 "loggable",
7988 "nestedset",
7989 "sluggable",
7990 "sortable",
7991 "timestampable",
7992 "translatable",
7993 "tree"
7994 ],
7995 "time": "2017-12-24T16:06:50+00:00"
7996 },
7997 {
7998 "name": "swiftmailer/swiftmailer",
7999 "version": "v6.2.3",
8000 "source": {
8001 "type": "git",
8002 "url": "https://github.com/swiftmailer/swiftmailer.git",
8003 "reference": "149cfdf118b169f7840bbe3ef0d4bc795d1780c9"
8004 },
8005 "dist": {
8006 "type": "zip",
8007 "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/149cfdf118b169f7840bbe3ef0d4bc795d1780c9",
8008 "reference": "149cfdf118b169f7840bbe3ef0d4bc795d1780c9",
8009 "shasum": ""
8010 },
8011 "require": {
8012 "egulias/email-validator": "~2.0",
8013 "php": ">=7.0.0",
8014 "symfony/polyfill-iconv": "^1.0",
8015 "symfony/polyfill-intl-idn": "^1.10",
8016 "symfony/polyfill-mbstring": "^1.0"
8017 },
8018 "require-dev": {
8019 "mockery/mockery": "~0.9.1",
8020 "symfony/phpunit-bridge": "^3.4.19|^4.1.8"
8021 },
8022 "suggest": {
8023 "ext-intl": "Needed to support internationalized email addresses",
8024 "true/punycode": "Needed to support internationalized email addresses, if ext-intl is not installed"
8025 },
8026 "type": "library",
8027 "extra": {
8028 "branch-alias": {
8029 "dev-master": "6.2-dev"
8030 }
8031 },
8032 "autoload": {
8033 "files": [
8034 "lib/swift_required.php"
8035 ]
8036 },
8037 "notification-url": "https://packagist.org/downloads/",
8038 "license": [
8039 "MIT"
8040 ],
8041 "authors": [
8042 {
8043 "name": "Chris Corbyn"
8044 },
8045 {
8046 "name": "Fabien Potencier",
8047 "email": "fabien@symfony.com"
8048 }
8049 ],
8050 "description": "Swiftmailer, free feature-rich PHP mailer",
8051 "homepage": "https://swiftmailer.symfony.com",
8052 "keywords": [
8053 "email",
8054 "mail",
8055 "mailer"
8056 ],
8057 "time": "2019-11-12T09:31:26+00:00"
8058 },
8059 {
8060 "name": "symfony/http-client",
8061 "version": "v4.4.2",
8062 "source": {
8063 "type": "git",
8064 "url": "https://github.com/symfony/http-client.git",
8065 "reference": "9ebfc77b5018a05226b38642def82746f3e2ce0f"
8066 },
8067 "dist": {
8068 "type": "zip",
8069 "url": "https://api.github.com/repos/symfony/http-client/zipball/9ebfc77b5018a05226b38642def82746f3e2ce0f",
8070 "reference": "9ebfc77b5018a05226b38642def82746f3e2ce0f",
8071 "shasum": ""
8072 },
8073 "require": {
8074 "php": "^7.1.3",
8075 "psr/log": "^1.0",
8076 "symfony/http-client-contracts": "^1.1.8|^2",
8077 "symfony/polyfill-php73": "^1.11",
8078 "symfony/service-contracts": "^1.0|^2"
8079 },
8080 "provide": {
8081 "php-http/async-client-implementation": "*",
8082 "php-http/client-implementation": "*",
8083 "psr/http-client-implementation": "1.0",
8084 "symfony/http-client-implementation": "1.1"
8085 },
8086 "require-dev": {
8087 "guzzlehttp/promises": "^1.3.1",
8088 "nyholm/psr7": "^1.0",
8089 "php-http/httplug": "^1.0|^2.0",
8090 "psr/http-client": "^1.0",
8091 "symfony/dependency-injection": "^4.3|^5.0",
8092 "symfony/http-kernel": "^4.4",
8093 "symfony/process": "^4.2|^5.0"
8094 },
8095 "type": "library",
8096 "extra": {
8097 "branch-alias": {
8098 "dev-master": "4.4-dev"
8099 }
8100 },
8101 "autoload": {
8102 "psr-4": {
8103 "Symfony\\Component\\HttpClient\\": ""
8104 },
8105 "exclude-from-classmap": [
8106 "/Tests/"
8107 ]
8108 },
8109 "notification-url": "https://packagist.org/downloads/",
8110 "license": [
8111 "MIT"
8112 ],
8113 "authors": [
8114 {
8115 "name": "Nicolas Grekas",
8116 "email": "p@tchwork.com"
8117 },
8118 {
8119 "name": "Symfony Community",
8120 "homepage": "https://symfony.com/contributors"
8121 }
8122 ],
8123 "description": "Symfony HttpClient component",
8124 "homepage": "https://symfony.com",
8125 "time": "2019-12-19T15:57:49+00:00"
8126 },
8127 {
8128 "name": "symfony/http-client-contracts",
8129 "version": "v1.1.8",
8130 "source": {
8131 "type": "git",
8132 "url": "https://github.com/symfony/http-client-contracts.git",
8133 "reference": "088bae75cfa2ec5eb6d33dce17dbd8613150ce6e"
8134 },
8135 "dist": {
8136 "type": "zip",
8137 "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/088bae75cfa2ec5eb6d33dce17dbd8613150ce6e",
8138 "reference": "088bae75cfa2ec5eb6d33dce17dbd8613150ce6e",
8139 "shasum": ""
8140 },
8141 "require": {
8142 "php": "^7.1.3"
8143 },
8144 "suggest": {
8145 "symfony/http-client-implementation": ""
8146 },
8147 "type": "library",
8148 "extra": {
8149 "branch-alias": {
8150 "dev-master": "1.1-dev"
8151 }
8152 },
8153 "autoload": {
8154 "psr-4": {
8155 "Symfony\\Contracts\\HttpClient\\": ""
8156 }
8157 },
8158 "notification-url": "https://packagist.org/downloads/",
8159 "license": [
8160 "MIT"
8161 ],
8162 "authors": [
8163 {
8164 "name": "Nicolas Grekas",
8165 "email": "p@tchwork.com"
8166 },
8167 {
8168 "name": "Symfony Community",
8169 "homepage": "https://symfony.com/contributors"
8170 }
8171 ],
8172 "description": "Generic abstractions related to HTTP clients",
8173 "homepage": "https://symfony.com",
8174 "keywords": [
8175 "abstractions",
8176 "contracts",
8177 "decoupling",
8178 "interfaces",
8179 "interoperability",
8180 "standards"
8181 ],
8182 "time": "2019-11-07T12:44:51+00:00"
8183 },
8184 {
8185 "name": "symfony/mime",
8186 "version": "v4.4.1",
8187 "source": {
8188 "type": "git",
8189 "url": "https://github.com/symfony/mime.git",
8190 "reference": "010cc488e56cafe5f7494dea70aea93100c234df"
8191 },
8192 "dist": {
8193 "type": "zip",
8194 "url": "https://api.github.com/repos/symfony/mime/zipball/010cc488e56cafe5f7494dea70aea93100c234df",
8195 "reference": "010cc488e56cafe5f7494dea70aea93100c234df",
8196 "shasum": ""
8197 },
8198 "require": {
8199 "php": "^7.1.3",
8200 "symfony/polyfill-intl-idn": "^1.10",
8201 "symfony/polyfill-mbstring": "^1.0"
8202 },
8203 "conflict": {
8204 "symfony/mailer": "<4.4"
8205 },
8206 "require-dev": {
8207 "egulias/email-validator": "^2.1.10",
8208 "symfony/dependency-injection": "^3.4|^4.1|^5.0"
8209 },
8210 "type": "library",
8211 "extra": {
8212 "branch-alias": {
8213 "dev-master": "4.4-dev"
8214 }
8215 },
8216 "autoload": {
8217 "psr-4": {
8218 "Symfony\\Component\\Mime\\": ""
8219 },
8220 "exclude-from-classmap": [
8221 "/Tests/"
8222 ]
8223 },
8224 "notification-url": "https://packagist.org/downloads/",
8225 "license": [
8226 "MIT"
8227 ],
8228 "authors": [
8229 {
8230 "name": "Fabien Potencier",
8231 "email": "fabien@symfony.com"
8232 },
8233 {
8234 "name": "Symfony Community",
8235 "homepage": "https://symfony.com/contributors"
8236 }
8237 ],
8238 "description": "A library to manipulate MIME messages",
8239 "homepage": "https://symfony.com",
8240 "keywords": [
8241 "mime",
8242 "mime-type"
8243 ],
8244 "time": "2019-11-30T08:27:26+00:00"
8245 },
8246 {
8247 "name": "symfony/monolog-bundle",
8248 "version": "v3.5.0",
8249 "source": {
8250 "type": "git",
8251 "url": "https://github.com/symfony/monolog-bundle.git",
8252 "reference": "dd80460fcfe1fa2050a7103ad818e9d0686ce6fd"
8253 },
8254 "dist": {
8255 "type": "zip",
8256 "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/dd80460fcfe1fa2050a7103ad818e9d0686ce6fd",
8257 "reference": "dd80460fcfe1fa2050a7103ad818e9d0686ce6fd",
8258 "shasum": ""
8259 },
8260 "require": {
8261 "monolog/monolog": "~1.22 || ~2.0",
8262 "php": ">=5.6",
8263 "symfony/config": "~3.4 || ~4.0 || ^5.0",
8264 "symfony/dependency-injection": "~3.4.10 || ^4.0.10 || ^5.0",
8265 "symfony/http-kernel": "~3.4 || ~4.0 || ^5.0",
8266 "symfony/monolog-bridge": "~3.4 || ~4.0 || ^5.0"
8267 },
8268 "require-dev": {
8269 "symfony/console": "~3.4 || ~4.0 || ^5.0",
8270 "symfony/phpunit-bridge": "^3.4.19 || ^4.0 || ^5.0",
8271 "symfony/yaml": "~3.4 || ~4.0 || ^5.0"
8272 },
8273 "type": "symfony-bundle",
8274 "extra": {
8275 "branch-alias": {
8276 "dev-master": "3.x-dev"
8277 }
8278 },
8279 "autoload": {
8280 "psr-4": {
8281 "Symfony\\Bundle\\MonologBundle\\": ""
8282 },
8283 "exclude-from-classmap": [
8284 "/Tests/"
8285 ]
8286 },
8287 "notification-url": "https://packagist.org/downloads/",
8288 "license": [
8289 "MIT"
8290 ],
8291 "authors": [
8292 {
8293 "name": "Fabien Potencier",
8294 "email": "fabien@symfony.com"
8295 },
8296 {
8297 "name": "Symfony Community",
8298 "homepage": "http://symfony.com/contributors"
8299 }
8300 ],
8301 "description": "Symfony MonologBundle",
8302 "homepage": "http://symfony.com",
8303 "keywords": [
8304 "log",
8305 "logging"
8306 ],
8307 "time": "2019-11-13T13:11:14+00:00"
8308 },
8309 {
8310 "name": "symfony/polyfill-apcu",
8311 "version": "v1.13.1",
8312 "source": {
8313 "type": "git",
8314 "url": "https://github.com/symfony/polyfill-apcu.git",
8315 "reference": "a8e961c841b9ec52927a87914f8820a1ad8f8116"
8316 },
8317 "dist": {
8318 "type": "zip",
8319 "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/a8e961c841b9ec52927a87914f8820a1ad8f8116",
8320 "reference": "a8e961c841b9ec52927a87914f8820a1ad8f8116",
8321 "shasum": ""
8322 },
8323 "require": {
8324 "php": ">=5.3.3"
8325 },
8326 "type": "library",
8327 "extra": {
8328 "branch-alias": {
8329 "dev-master": "1.13-dev"
8330 }
8331 },
8332 "autoload": {
8333 "psr-4": {
8334 "Symfony\\Polyfill\\Apcu\\": ""
8335 },
8336 "files": [
8337 "bootstrap.php"
8338 ]
8339 },
8340 "notification-url": "https://packagist.org/downloads/",
8341 "license": [
8342 "MIT"
8343 ],
8344 "authors": [
8345 {
8346 "name": "Nicolas Grekas",
8347 "email": "p@tchwork.com"
8348 },
8349 {
8350 "name": "Symfony Community",
8351 "homepage": "https://symfony.com/contributors"
8352 }
8353 ],
8354 "description": "Symfony polyfill backporting apcu_* functions to lower PHP versions",
8355 "homepage": "https://symfony.com",
8356 "keywords": [
8357 "apcu",
8358 "compatibility",
8359 "polyfill",
8360 "portable",
8361 "shim"
8362 ],
8363 "time": "2019-11-27T13:56:44+00:00"
8364 },
8365 {
8366 "name": "symfony/polyfill-ctype",
8367 "version": "v1.13.1",
8368 "source": {
8369 "type": "git",
8370 "url": "https://github.com/symfony/polyfill-ctype.git",
8371 "reference": "f8f0b461be3385e56d6de3dbb5a0df24c0c275e3"
8372 },
8373 "dist": {
8374 "type": "zip",
8375 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/f8f0b461be3385e56d6de3dbb5a0df24c0c275e3",
8376 "reference": "f8f0b461be3385e56d6de3dbb5a0df24c0c275e3",
8377 "shasum": ""
8378 },
8379 "require": {
8380 "php": ">=5.3.3"
8381 },
8382 "suggest": {
8383 "ext-ctype": "For best performance"
8384 },
8385 "type": "library",
8386 "extra": {
8387 "branch-alias": {
8388 "dev-master": "1.13-dev"
8389 }
8390 },
8391 "autoload": {
8392 "psr-4": {
8393 "Symfony\\Polyfill\\Ctype\\": ""
8394 },
8395 "files": [
8396 "bootstrap.php"
8397 ]
8398 },
8399 "notification-url": "https://packagist.org/downloads/",
8400 "license": [
8401 "MIT"
8402 ],
8403 "authors": [
8404 {
8405 "name": "Gert de Pagter",
8406 "email": "BackEndTea@gmail.com"
8407 },
8408 {
8409 "name": "Symfony Community",
8410 "homepage": "https://symfony.com/contributors"
8411 }
8412 ],
8413 "description": "Symfony polyfill for ctype functions",
8414 "homepage": "https://symfony.com",
8415 "keywords": [
8416 "compatibility",
8417 "ctype",
8418 "polyfill",
8419 "portable"
8420 ],
8421 "time": "2019-11-27T13:56:44+00:00"
8422 },
8423 {
8424 "name": "symfony/polyfill-iconv",
8425 "version": "v1.13.1",
8426 "source": {
8427 "type": "git",
8428 "url": "https://github.com/symfony/polyfill-iconv.git",
8429 "reference": "a019efccc03f1a335af6b4f20c30f5ea8060be36"
8430 },
8431 "dist": {
8432 "type": "zip",
8433 "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/a019efccc03f1a335af6b4f20c30f5ea8060be36",
8434 "reference": "a019efccc03f1a335af6b4f20c30f5ea8060be36",
8435 "shasum": ""
8436 },
8437 "require": {
8438 "php": ">=5.3.3"
8439 },
8440 "suggest": {
8441 "ext-iconv": "For best performance"
8442 },
8443 "type": "library",
8444 "extra": {
8445 "branch-alias": {
8446 "dev-master": "1.13-dev"
8447 }
8448 },
8449 "autoload": {
8450 "psr-4": {
8451 "Symfony\\Polyfill\\Iconv\\": ""
8452 },
8453 "files": [
8454 "bootstrap.php"
8455 ]
8456 },
8457 "notification-url": "https://packagist.org/downloads/",
8458 "license": [
8459 "MIT"
8460 ],
8461 "authors": [
8462 {
8463 "name": "Nicolas Grekas",
8464 "email": "p@tchwork.com"
8465 },
8466 {
8467 "name": "Symfony Community",
8468 "homepage": "https://symfony.com/contributors"
8469 }
8470 ],
8471 "description": "Symfony polyfill for the Iconv extension",
8472 "homepage": "https://symfony.com",
8473 "keywords": [
8474 "compatibility",
8475 "iconv",
8476 "polyfill",
8477 "portable",
8478 "shim"
8479 ],
8480 "time": "2019-11-27T13:56:44+00:00"
8481 },
8482 {
8483 "name": "symfony/polyfill-intl-icu",
8484 "version": "v1.13.1",
8485 "source": {
8486 "type": "git",
8487 "url": "https://github.com/symfony/polyfill-intl-icu.git",
8488 "reference": "b3dffd68afa61ca70f2327f2dd9bbeb6aa53d70b"
8489 },
8490 "dist": {
8491 "type": "zip",
8492 "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/b3dffd68afa61ca70f2327f2dd9bbeb6aa53d70b",
8493 "reference": "b3dffd68afa61ca70f2327f2dd9bbeb6aa53d70b",
8494 "shasum": ""
8495 },
8496 "require": {
8497 "php": ">=5.3.3",
8498 "symfony/intl": "~2.3|~3.0|~4.0|~5.0"
8499 },
8500 "suggest": {
8501 "ext-intl": "For best performance"
8502 },
8503 "type": "library",
8504 "extra": {
8505 "branch-alias": {
8506 "dev-master": "1.13-dev"
8507 }
8508 },
8509 "autoload": {
8510 "files": [
8511 "bootstrap.php"
8512 ]
8513 },
8514 "notification-url": "https://packagist.org/downloads/",
8515 "license": [
8516 "MIT"
8517 ],
8518 "authors": [
8519 {
8520 "name": "Nicolas Grekas",
8521 "email": "p@tchwork.com"
8522 },
8523 {
8524 "name": "Symfony Community",
8525 "homepage": "https://symfony.com/contributors"
8526 }
8527 ],
8528 "description": "Symfony polyfill for intl's ICU-related data and classes",
8529 "homepage": "https://symfony.com",
8530 "keywords": [
8531 "compatibility",
8532 "icu",
8533 "intl",
8534 "polyfill",
8535 "portable",
8536 "shim"
8537 ],
8538 "time": "2019-11-27T13:56:44+00:00"
8539 },
8540 {
8541 "name": "symfony/polyfill-intl-idn",
8542 "version": "v1.13.1",
8543 "source": {
8544 "type": "git",
8545 "url": "https://github.com/symfony/polyfill-intl-idn.git",
8546 "reference": "6f9c239e61e1b0c9229a28ff89a812dc449c3d46"
8547 },
8548 "dist": {
8549 "type": "zip",
8550 "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/6f9c239e61e1b0c9229a28ff89a812dc449c3d46",
8551 "reference": "6f9c239e61e1b0c9229a28ff89a812dc449c3d46",
8552 "shasum": ""
8553 },
8554 "require": {
8555 "php": ">=5.3.3",
8556 "symfony/polyfill-mbstring": "^1.3",
8557 "symfony/polyfill-php72": "^1.9"
8558 },
8559 "suggest": {
8560 "ext-intl": "For best performance"
8561 },
8562 "type": "library",
8563 "extra": {
8564 "branch-alias": {
8565 "dev-master": "1.13-dev"
8566 }
8567 },
8568 "autoload": {
8569 "psr-4": {
8570 "Symfony\\Polyfill\\Intl\\Idn\\": ""
8571 },
8572 "files": [
8573 "bootstrap.php"
8574 ]
8575 },
8576 "notification-url": "https://packagist.org/downloads/",
8577 "license": [
8578 "MIT"
8579 ],
8580 "authors": [
8581 {
8582 "name": "Laurent Bassin",
8583 "email": "laurent@bassin.info"
8584 },
8585 {
8586 "name": "Symfony Community",
8587 "homepage": "https://symfony.com/contributors"
8588 }
8589 ],
8590 "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
8591 "homepage": "https://symfony.com",
8592 "keywords": [
8593 "compatibility",
8594 "idn",
8595 "intl",
8596 "polyfill",
8597 "portable",
8598 "shim"
8599 ],
8600 "time": "2019-11-27T13:56:44+00:00"
8601 },
8602 {
8603 "name": "symfony/polyfill-mbstring",
8604 "version": "v1.13.1",
8605 "source": {
8606 "type": "git",
8607 "url": "https://github.com/symfony/polyfill-mbstring.git",
8608 "reference": "7b4aab9743c30be783b73de055d24a39cf4b954f"
8609 },
8610 "dist": {
8611 "type": "zip",
8612 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/7b4aab9743c30be783b73de055d24a39cf4b954f",
8613 "reference": "7b4aab9743c30be783b73de055d24a39cf4b954f",
8614 "shasum": ""
8615 },
8616 "require": {
8617 "php": ">=5.3.3"
8618 },
8619 "suggest": {
8620 "ext-mbstring": "For best performance"
8621 },
8622 "type": "library",
8623 "extra": {
8624 "branch-alias": {
8625 "dev-master": "1.13-dev"
8626 }
8627 },
8628 "autoload": {
8629 "psr-4": {
8630 "Symfony\\Polyfill\\Mbstring\\": ""
8631 },
8632 "files": [
8633 "bootstrap.php"
8634 ]
8635 },
8636 "notification-url": "https://packagist.org/downloads/",
8637 "license": [
8638 "MIT"
8639 ],
8640 "authors": [
8641 {
8642 "name": "Nicolas Grekas",
8643 "email": "p@tchwork.com"
8644 },
8645 {
8646 "name": "Symfony Community",
8647 "homepage": "https://symfony.com/contributors"
8648 }
8649 ],
8650 "description": "Symfony polyfill for the Mbstring extension",
8651 "homepage": "https://symfony.com",
8652 "keywords": [
8653 "compatibility",
8654 "mbstring",
8655 "polyfill",
8656 "portable",
8657 "shim"
8658 ],
8659 "time": "2019-11-27T14:18:11+00:00"
8660 },
8661 {
8662 "name": "symfony/polyfill-php56",
8663 "version": "v1.13.1",
8664 "source": {
8665 "type": "git",
8666 "url": "https://github.com/symfony/polyfill-php56.git",
8667 "reference": "53dd1cdf3cb986893ccf2b96665b25b3abb384f4"
8668 },
8669 "dist": {
8670 "type": "zip",
8671 "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/53dd1cdf3cb986893ccf2b96665b25b3abb384f4",
8672 "reference": "53dd1cdf3cb986893ccf2b96665b25b3abb384f4",
8673 "shasum": ""
8674 },
8675 "require": {
8676 "php": ">=5.3.3",
8677 "symfony/polyfill-util": "~1.0"
8678 },
8679 "type": "library",
8680 "extra": {
8681 "branch-alias": {
8682 "dev-master": "1.13-dev"
8683 }
8684 },
8685 "autoload": {
8686 "psr-4": {
8687 "Symfony\\Polyfill\\Php56\\": ""
8688 },
8689 "files": [
8690 "bootstrap.php"
8691 ]
8692 },
8693 "notification-url": "https://packagist.org/downloads/",
8694 "license": [
8695 "MIT"
8696 ],
8697 "authors": [
8698 {
8699 "name": "Nicolas Grekas",
8700 "email": "p@tchwork.com"
8701 },
8702 {
8703 "name": "Symfony Community",
8704 "homepage": "https://symfony.com/contributors"
8705 }
8706 ],
8707 "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions",
8708 "homepage": "https://symfony.com",
8709 "keywords": [
8710 "compatibility",
8711 "polyfill",
8712 "portable",
8713 "shim"
8714 ],
8715 "time": "2019-11-27T13:56:44+00:00"
8716 },
8717 {
8718 "name": "symfony/polyfill-php70",
8719 "version": "v1.13.1",
8720 "source": {
8721 "type": "git",
8722 "url": "https://github.com/symfony/polyfill-php70.git",
8723 "reference": "af23c7bb26a73b850840823662dda371484926c4"
8724 },
8725 "dist": {
8726 "type": "zip",
8727 "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/af23c7bb26a73b850840823662dda371484926c4",
8728 "reference": "af23c7bb26a73b850840823662dda371484926c4",
8729 "shasum": ""
8730 },
8731 "require": {
8732 "paragonie/random_compat": "~1.0|~2.0|~9.99",
8733 "php": ">=5.3.3"
8734 },
8735 "type": "library",
8736 "extra": {
8737 "branch-alias": {
8738 "dev-master": "1.13-dev"
8739 }
8740 },
8741 "autoload": {
8742 "psr-4": {
8743 "Symfony\\Polyfill\\Php70\\": ""
8744 },
8745 "files": [
8746 "bootstrap.php"
8747 ],
8748 "classmap": [
8749 "Resources/stubs"
8750 ]
8751 },
8752 "notification-url": "https://packagist.org/downloads/",
8753 "license": [
8754 "MIT"
8755 ],
8756 "authors": [
8757 {
8758 "name": "Nicolas Grekas",
8759 "email": "p@tchwork.com"
8760 },
8761 {
8762 "name": "Symfony Community",
8763 "homepage": "https://symfony.com/contributors"
8764 }
8765 ],
8766 "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
8767 "homepage": "https://symfony.com",
8768 "keywords": [
8769 "compatibility",
8770 "polyfill",
8771 "portable",
8772 "shim"
8773 ],
8774 "time": "2019-11-27T13:56:44+00:00"
8775 },
8776 {
8777 "name": "symfony/polyfill-php72",
8778 "version": "v1.13.1",
8779 "source": {
8780 "type": "git",
8781 "url": "https://github.com/symfony/polyfill-php72.git",
8782 "reference": "66fea50f6cb37a35eea048d75a7d99a45b586038"
8783 },
8784 "dist": {
8785 "type": "zip",
8786 "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/66fea50f6cb37a35eea048d75a7d99a45b586038",
8787 "reference": "66fea50f6cb37a35eea048d75a7d99a45b586038",
8788 "shasum": ""
8789 },
8790 "require": {
8791 "php": ">=5.3.3"
8792 },
8793 "type": "library",
8794 "extra": {
8795 "branch-alias": {
8796 "dev-master": "1.13-dev"
8797 }
8798 },
8799 "autoload": {
8800 "psr-4": {
8801 "Symfony\\Polyfill\\Php72\\": ""
8802 },
8803 "files": [
8804 "bootstrap.php"
8805 ]
8806 },
8807 "notification-url": "https://packagist.org/downloads/",
8808 "license": [
8809 "MIT"
8810 ],
8811 "authors": [
8812 {
8813 "name": "Nicolas Grekas",
8814 "email": "p@tchwork.com"
8815 },
8816 {
8817 "name": "Symfony Community",
8818 "homepage": "https://symfony.com/contributors"
8819 }
8820 ],
8821 "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
8822 "homepage": "https://symfony.com",
8823 "keywords": [
8824 "compatibility",
8825 "polyfill",
8826 "portable",
8827 "shim"
8828 ],
8829 "time": "2019-11-27T13:56:44+00:00"
8830 },
8831 {
8832 "name": "symfony/polyfill-php73",
8833 "version": "v1.13.1",
8834 "source": {
8835 "type": "git",
8836 "url": "https://github.com/symfony/polyfill-php73.git",
8837 "reference": "4b0e2222c55a25b4541305a053013d5647d3a25f"
8838 },
8839 "dist": {
8840 "type": "zip",
8841 "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/4b0e2222c55a25b4541305a053013d5647d3a25f",
8842 "reference": "4b0e2222c55a25b4541305a053013d5647d3a25f",
8843 "shasum": ""
8844 },
8845 "require": {
8846 "php": ">=5.3.3"
8847 },
8848 "type": "library",
8849 "extra": {
8850 "branch-alias": {
8851 "dev-master": "1.13-dev"
8852 }
8853 },
8854 "autoload": {
8855 "psr-4": {
8856 "Symfony\\Polyfill\\Php73\\": ""
8857 },
8858 "files": [
8859 "bootstrap.php"
8860 ],
8861 "classmap": [
8862 "Resources/stubs"
8863 ]
8864 },
8865 "notification-url": "https://packagist.org/downloads/",
8866 "license": [
8867 "MIT"
8868 ],
8869 "authors": [
8870 {
8871 "name": "Nicolas Grekas",
8872 "email": "p@tchwork.com"
8873 },
8874 {
8875 "name": "Symfony Community",
8876 "homepage": "https://symfony.com/contributors"
8877 }
8878 ],
8879 "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
8880 "homepage": "https://symfony.com",
8881 "keywords": [
8882 "compatibility",
8883 "polyfill",
8884 "portable",
8885 "shim"
8886 ],
8887 "time": "2019-11-27T16:25:15+00:00"
8888 },
8889 {
8890 "name": "symfony/polyfill-util",
8891 "version": "v1.13.1",
8892 "source": {
8893 "type": "git",
8894 "url": "https://github.com/symfony/polyfill-util.git",
8895 "reference": "964a67f293b66b95883a5ed918a65354fcd2258f"
8896 },
8897 "dist": {
8898 "type": "zip",
8899 "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/964a67f293b66b95883a5ed918a65354fcd2258f",
8900 "reference": "964a67f293b66b95883a5ed918a65354fcd2258f",
8901 "shasum": ""
8902 },
8903 "require": {
8904 "php": ">=5.3.3"
8905 },
8906 "type": "library",
8907 "extra": {
8908 "branch-alias": {
8909 "dev-master": "1.13-dev"
8910 }
8911 },
8912 "autoload": {
8913 "psr-4": {
8914 "Symfony\\Polyfill\\Util\\": ""
8915 }
8916 },
8917 "notification-url": "https://packagist.org/downloads/",
8918 "license": [
8919 "MIT"
8920 ],
8921 "authors": [
8922 {
8923 "name": "Nicolas Grekas",
8924 "email": "p@tchwork.com"
8925 },
8926 {
8927 "name": "Symfony Community",
8928 "homepage": "https://symfony.com/contributors"
8929 }
8930 ],
8931 "description": "Symfony utilities for portability of PHP codes",
8932 "homepage": "https://symfony.com",
8933 "keywords": [
8934 "compat",
8935 "compatibility",
8936 "polyfill",
8937 "shim"
8938 ],
8939 "time": "2019-11-27T13:56:44+00:00"
8940 },
8941 {
8942 "name": "symfony/service-contracts",
8943 "version": "v1.1.8",
8944 "source": {
8945 "type": "git",
8946 "url": "https://github.com/symfony/service-contracts.git",
8947 "reference": "ffc7f5692092df31515df2a5ecf3b7302b3ddacf"
8948 },
8949 "dist": {
8950 "type": "zip",
8951 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/ffc7f5692092df31515df2a5ecf3b7302b3ddacf",
8952 "reference": "ffc7f5692092df31515df2a5ecf3b7302b3ddacf",
8953 "shasum": ""
8954 },
8955 "require": {
8956 "php": "^7.1.3",
8957 "psr/container": "^1.0"
8958 },
8959 "suggest": {
8960 "symfony/service-implementation": ""
8961 },
8962 "type": "library",
8963 "extra": {
8964 "branch-alias": {
8965 "dev-master": "1.1-dev"
8966 }
8967 },
8968 "autoload": {
8969 "psr-4": {
8970 "Symfony\\Contracts\\Service\\": ""
8971 }
8972 },
8973 "notification-url": "https://packagist.org/downloads/",
8974 "license": [
8975 "MIT"
8976 ],
8977 "authors": [
8978 {
8979 "name": "Nicolas Grekas",
8980 "email": "p@tchwork.com"
8981 },
8982 {
8983 "name": "Symfony Community",
8984 "homepage": "https://symfony.com/contributors"
8985 }
8986 ],
8987 "description": "Generic abstractions related to writing services",
8988 "homepage": "https://symfony.com",
8989 "keywords": [
8990 "abstractions",
8991 "contracts",
8992 "decoupling",
8993 "interfaces",
8994 "interoperability",
8995 "standards"
8996 ],
8997 "time": "2019-10-14T12:27:06+00:00"
8998 },
8999 {
9000 "name": "symfony/swiftmailer-bundle",
9001 "version": "v3.3.1",
9002 "source": {
9003 "type": "git",
9004 "url": "https://github.com/symfony/swiftmailer-bundle.git",
9005 "reference": "defa9bdfc0191ed70b389cb93c550c6c82cf1745"
9006 },
9007 "dist": {
9008 "type": "zip",
9009 "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/defa9bdfc0191ed70b389cb93c550c6c82cf1745",
9010 "reference": "defa9bdfc0191ed70b389cb93c550c6c82cf1745",
9011 "shasum": ""
9012 },
9013 "require": {
9014 "php": ">=7.0.0",
9015 "swiftmailer/swiftmailer": "^6.1.3",
9016 "symfony/config": "^3.4|^4.0|^5.0",
9017 "symfony/dependency-injection": "^3.4|^4.0|^5.0",
9018 "symfony/http-kernel": "^3.4|^4.0|^5.0"
9019 },
9020 "conflict": {
9021 "twig/twig": "<1.41|<2.10"
9022 },
9023 "require-dev": {
9024 "symfony/console": "^3.4|^4.0|^5.0",
9025 "symfony/framework-bundle": "^3.4|^4.0|^5.0",
9026 "symfony/phpunit-bridge": "^3.4.32|^4.3.5|^5.0",
9027 "symfony/yaml": "^3.4|^4.0|^5.0"
9028 },
9029 "suggest": {
9030 "psr/log": "Allows logging"
9031 },
9032 "type": "symfony-bundle",
9033 "extra": {
9034 "branch-alias": {
9035 "dev-master": "3.3-dev"
9036 }
9037 },
9038 "autoload": {
9039 "psr-4": {
9040 "Symfony\\Bundle\\SwiftmailerBundle\\": ""
9041 },
9042 "exclude-from-classmap": [
9043 "/Tests/"
9044 ]
9045 },
9046 "notification-url": "https://packagist.org/downloads/",
9047 "license": [
9048 "MIT"
9049 ],
9050 "authors": [
9051 {
9052 "name": "Fabien Potencier",
9053 "email": "fabien@symfony.com"
9054 },
9055 {
9056 "name": "Symfony Community",
9057 "homepage": "http://symfony.com/contributors"
9058 }
9059 ],
9060 "description": "Symfony SwiftmailerBundle",
9061 "homepage": "http://symfony.com",
9062 "time": "2019-11-07T21:01:35+00:00"
9063 },
9064 {
9065 "name": "symfony/symfony",
9066 "version": "v3.4.36",
9067 "source": {
9068 "type": "git",
9069 "url": "https://github.com/symfony/symfony.git",
9070 "reference": "0a6fccb5772ad2467253e6849d589bd09d9eb195"
9071 },
9072 "dist": {
9073 "type": "zip",
9074 "url": "https://api.github.com/repos/symfony/symfony/zipball/0a6fccb5772ad2467253e6849d589bd09d9eb195",
9075 "reference": "0a6fccb5772ad2467253e6849d589bd09d9eb195",
9076 "shasum": ""
9077 },
9078 "require": {
9079 "doctrine/common": "~2.4",
9080 "ext-xml": "*",
9081 "fig/link-util": "^1.0",
9082 "php": "^5.5.9|>=7.0.8",
9083 "psr/cache": "~1.0",
9084 "psr/container": "^1.0",
9085 "psr/link": "^1.0",
9086 "psr/log": "~1.0",
9087 "psr/simple-cache": "^1.0",
9088 "symfony/polyfill-apcu": "~1.1",
9089 "symfony/polyfill-ctype": "~1.8",
9090 "symfony/polyfill-intl-icu": "~1.0",
9091 "symfony/polyfill-mbstring": "~1.0",
9092 "symfony/polyfill-php56": "~1.0",
9093 "symfony/polyfill-php70": "~1.6",
9094 "twig/twig": "^1.41|^2.10"
9095 },
9096 "conflict": {
9097 "monolog/monolog": ">=2",
9098 "phpdocumentor/reflection-docblock": "<3.0||>=3.2.0,<3.2.2",
9099 "phpdocumentor/type-resolver": "<0.3.0",
9100 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
9101 },
9102 "provide": {
9103 "psr/cache-implementation": "1.0",
9104 "psr/container-implementation": "1.0",
9105 "psr/log-implementation": "1.0",
9106 "psr/simple-cache-implementation": "1.0"
9107 },
9108 "replace": {
9109 "symfony/asset": "self.version",
9110 "symfony/browser-kit": "self.version",
9111 "symfony/cache": "self.version",
9112 "symfony/class-loader": "self.version",
9113 "symfony/config": "self.version",
9114 "symfony/console": "self.version",
9115 "symfony/css-selector": "self.version",
9116 "symfony/debug": "self.version",
9117 "symfony/debug-bundle": "self.version",
9118 "symfony/dependency-injection": "self.version",
9119 "symfony/doctrine-bridge": "self.version",
9120 "symfony/dom-crawler": "self.version",
9121 "symfony/dotenv": "self.version",
9122 "symfony/event-dispatcher": "self.version",
9123 "symfony/expression-language": "self.version",
9124 "symfony/filesystem": "self.version",
9125 "symfony/finder": "self.version",
9126 "symfony/form": "self.version",
9127 "symfony/framework-bundle": "self.version",
9128 "symfony/http-foundation": "self.version",
9129 "symfony/http-kernel": "self.version",
9130 "symfony/inflector": "self.version",
9131 "symfony/intl": "self.version",
9132 "symfony/ldap": "self.version",
9133 "symfony/lock": "self.version",
9134 "symfony/monolog-bridge": "self.version",
9135 "symfony/options-resolver": "self.version",
9136 "symfony/process": "self.version",
9137 "symfony/property-access": "self.version",
9138 "symfony/property-info": "self.version",
9139 "symfony/proxy-manager-bridge": "self.version",
9140 "symfony/routing": "self.version",
9141 "symfony/security": "self.version",
9142 "symfony/security-bundle": "self.version",
9143 "symfony/security-core": "self.version",
9144 "symfony/security-csrf": "self.version",
9145 "symfony/security-guard": "self.version",
9146 "symfony/security-http": "self.version",
9147 "symfony/serializer": "self.version",
9148 "symfony/stopwatch": "self.version",
9149 "symfony/templating": "self.version",
9150 "symfony/translation": "self.version",
9151 "symfony/twig-bridge": "self.version",
9152 "symfony/twig-bundle": "self.version",
9153 "symfony/validator": "self.version",
9154 "symfony/var-dumper": "self.version",
9155 "symfony/web-link": "self.version",
9156 "symfony/web-profiler-bundle": "self.version",
9157 "symfony/web-server-bundle": "self.version",
9158 "symfony/workflow": "self.version",
9159 "symfony/yaml": "self.version"
9160 },
9161 "require-dev": {
9162 "cache/integration-tests": "dev-master",
9163 "doctrine/annotations": "~1.0",
9164 "doctrine/cache": "~1.6",
9165 "doctrine/data-fixtures": "1.0.*",
9166 "doctrine/dbal": "~2.4",
9167 "doctrine/doctrine-bundle": "~1.4",
9168 "doctrine/orm": "~2.4,>=2.4.5",
9169 "egulias/email-validator": "~1.2,>=1.2.8|~2.0",
9170 "monolog/monolog": "~1.11",
9171 "ocramius/proxy-manager": "~0.4|~1.0|~2.0",
9172 "phpdocumentor/reflection-docblock": "^3.0|^4.0",
9173 "predis/predis": "~1.0",
9174 "symfony/phpunit-bridge": "^3.4.31|^4.3.4|~5.0",
9175 "symfony/security-acl": "~2.8|~3.0"
9176 },
9177 "type": "library",
9178 "extra": {
9179 "branch-alias": {
9180 "dev-master": "3.4-dev"
9181 }
9182 },
9183 "autoload": {
9184 "psr-4": {
9185 "Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/",
9186 "Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/",
9187 "Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/",
9188 "Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/",
9189 "Symfony\\Bundle\\": "src/Symfony/Bundle/",
9190 "Symfony\\Component\\": "src/Symfony/Component/"
9191 },
9192 "classmap": [
9193 "src/Symfony/Component/Intl/Resources/stubs"
9194 ],
9195 "exclude-from-classmap": [
9196 "**/Tests/"
9197 ]
9198 },
9199 "notification-url": "https://packagist.org/downloads/",
9200 "license": [
9201 "MIT"
9202 ],
9203 "authors": [
9204 {
9205 "name": "Fabien Potencier",
9206 "email": "fabien@symfony.com"
9207 },
9208 {
9209 "name": "Symfony Community",
9210 "homepage": "https://symfony.com/contributors"
9211 }
9212 ],
9213 "description": "The Symfony PHP framework",
9214 "homepage": "https://symfony.com",
9215 "keywords": [
9216 "framework"
9217 ],
9218 "time": "2019-12-01T13:50:53+00:00"
9219 },
9220 {
9221 "name": "true/punycode",
9222 "version": "v2.1.1",
9223 "source": {
9224 "type": "git",
9225 "url": "https://github.com/true/php-punycode.git",
9226 "reference": "a4d0c11a36dd7f4e7cd7096076cab6d3378a071e"
9227 },
9228 "dist": {
9229 "type": "zip",
9230 "url": "https://api.github.com/repos/true/php-punycode/zipball/a4d0c11a36dd7f4e7cd7096076cab6d3378a071e",
9231 "reference": "a4d0c11a36dd7f4e7cd7096076cab6d3378a071e",
9232 "shasum": ""
9233 },
9234 "require": {
9235 "php": ">=5.3.0",
9236 "symfony/polyfill-mbstring": "^1.3"
9237 },
9238 "require-dev": {
9239 "phpunit/phpunit": "~4.7",
9240 "squizlabs/php_codesniffer": "~2.0"
9241 },
9242 "type": "library",
9243 "autoload": {
9244 "psr-4": {
9245 "TrueBV\\": "src/"
9246 }
9247 },
9248 "notification-url": "https://packagist.org/downloads/",
9249 "license": [
9250 "MIT"
9251 ],
9252 "authors": [
9253 {
9254 "name": "Renan Gonçalves",
9255 "email": "renan.saddam@gmail.com"
9256 }
9257 ],
9258 "description": "A Bootstring encoding of Unicode for Internationalized Domain Names in Applications (IDNA)",
9259 "homepage": "https://github.com/true/php-punycode",
9260 "keywords": [
9261 "idna",
9262 "punycode"
9263 ],
9264 "time": "2016-11-16T10:37:54+00:00"
9265 },
9266 {
9267 "name": "twig/extensions",
9268 "version": "v1.5.4",
9269 "source": {
9270 "type": "git",
9271 "url": "https://github.com/twigphp/Twig-extensions.git",
9272 "reference": "57873c8b0c1be51caa47df2cdb824490beb16202"
9273 },
9274 "dist": {
9275 "type": "zip",
9276 "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/57873c8b0c1be51caa47df2cdb824490beb16202",
9277 "reference": "57873c8b0c1be51caa47df2cdb824490beb16202",
9278 "shasum": ""
9279 },
9280 "require": {
9281 "twig/twig": "^1.27|^2.0"
9282 },
9283 "require-dev": {
9284 "symfony/phpunit-bridge": "^3.4",
9285 "symfony/translation": "^2.7|^3.4"
9286 },
9287 "suggest": {
9288 "symfony/translation": "Allow the time_diff output to be translated"
9289 },
9290 "type": "library",
9291 "extra": {
9292 "branch-alias": {
9293 "dev-master": "1.5-dev"
9294 }
9295 },
9296 "autoload": {
9297 "psr-0": {
9298 "Twig_Extensions_": "lib/"
9299 },
9300 "psr-4": {
9301 "Twig\\Extensions\\": "src/"
9302 }
9303 },
9304 "notification-url": "https://packagist.org/downloads/",
9305 "license": [
9306 "MIT"
9307 ],
9308 "authors": [
9309 {
9310 "name": "Fabien Potencier",
9311 "email": "fabien@symfony.com"
9312 }
9313 ],
9314 "description": "Common additional features for Twig that do not directly belong in core",
9315 "keywords": [
9316 "i18n",
9317 "text"
9318 ],
9319 "time": "2018-12-05T18:34:18+00:00"
9320 },
9321 {
9322 "name": "twig/twig",
9323 "version": "v2.12.2",
9324 "source": {
9325 "type": "git",
9326 "url": "https://github.com/twigphp/Twig.git",
9327 "reference": "d761fd1f1c6b867ae09a7d8119a6d95d06dc44ed"
9328 },
9329 "dist": {
9330 "type": "zip",
9331 "url": "https://api.github.com/repos/twigphp/Twig/zipball/d761fd1f1c6b867ae09a7d8119a6d95d06dc44ed",
9332 "reference": "d761fd1f1c6b867ae09a7d8119a6d95d06dc44ed",
9333 "shasum": ""
9334 },
9335 "require": {
9336 "php": "^7.0",
9337 "symfony/polyfill-ctype": "^1.8",
9338 "symfony/polyfill-mbstring": "^1.3"
9339 },
9340 "require-dev": {
9341 "psr/container": "^1.0",
9342 "symfony/debug": "^3.4|^4.2",
9343 "symfony/phpunit-bridge": "^4.4@dev|^5.0"
9344 },
9345 "type": "library",
9346 "extra": {
9347 "branch-alias": {
9348 "dev-master": "2.12-dev"
9349 }
9350 },
9351 "autoload": {
9352 "psr-0": {
9353 "Twig_": "lib/"
9354 },
9355 "psr-4": {
9356 "Twig\\": "src/"
9357 }
9358 },
9359 "notification-url": "https://packagist.org/downloads/",
9360 "license": [
9361 "BSD-3-Clause"
9362 ],
9363 "authors": [
9364 {
9365 "name": "Fabien Potencier",
9366 "email": "fabien@symfony.com",
9367 "homepage": "http://fabien.potencier.org",
9368 "role": "Lead Developer"
9369 },
9370 {
9371 "name": "Twig Team",
9372 "homepage": "https://twig.symfony.com/contributors",
9373 "role": "Contributors"
9374 },
9375 {
9376 "name": "Armin Ronacher",
9377 "email": "armin.ronacher@active-4.com",
9378 "role": "Project Founder"
9379 }
9380 ],
9381 "description": "Twig, the flexible, fast, and secure template language for PHP",
9382 "homepage": "https://twig.symfony.com",
9383 "keywords": [
9384 "templating"
9385 ],
9386 "time": "2019-11-11T16:52:09+00:00"
9387 },
9388 {
9389 "name": "wallabag/php-mobi",
9390 "version": "1.1.0",
9391 "source": {
9392 "type": "git",
9393 "url": "https://github.com/wallabag/php-mobi.git",
9394 "reference": "bfe9c18d038e5ca24664cfdab107a645ac57c9b5"
9395 },
9396 "dist": {
9397 "type": "zip",
9398 "url": "https://api.github.com/repos/wallabag/php-mobi/zipball/bfe9c18d038e5ca24664cfdab107a645ac57c9b5",
9399 "reference": "bfe9c18d038e5ca24664cfdab107a645ac57c9b5",
9400 "shasum": ""
9401 },
9402 "require": {
9403 "php": ">=5.3.0",
9404 "symfony/polyfill-mbstring": "^1.12"
9405 },
9406 "type": "library",
9407 "autoload": {
9408 "files": [
9409 "MOBIClass/MOBI.php"
9410 ]
9411 },
9412 "notification-url": "https://packagist.org/downloads/",
9413 "license": [
9414 "Apache-2.0"
9415 ],
9416 "authors": [
9417 {
9418 "name": "Sander Kromwijk",
9419 "email": "s.kromwijk@gmail.co",
9420 "role": "Original developer"
9421 },
9422 {
9423 "name": "Nicolas Lœuillet",
9424 "email": "nicolas@loeuillet.org",
9425 "homepage": "http://www.cdetc.fr"
9426 }
9427 ],
9428 "description": "A Mobipocket file (.mobi) creator in PHP.",
9429 "homepage": "https://github.com/wallabag/php-mobi",
9430 "time": "2019-08-08T12:26:23+00:00"
9431 },
9432 {
9433 "name": "wallabag/tcpdf",
9434 "version": "6.2.26",
9435 "source": {
9436 "type": "git",
9437 "url": "https://github.com/wallabag/TCPDF.git",
9438 "reference": "bf590f0604bcef1ae6fa3145649cf997f3564477"
9439 },
9440 "dist": {
9441 "type": "zip",
9442 "url": "https://api.github.com/repos/wallabag/TCPDF/zipball/bf590f0604bcef1ae6fa3145649cf997f3564477",
9443 "reference": "bf590f0604bcef1ae6fa3145649cf997f3564477",
9444 "shasum": ""
9445 },
9446 "require": {
9447 "php": ">=5.3.0"
9448 },
9449 "replace": {
9450 "tecnickcom/tcpdf": "6.2.*"
9451 },
9452 "type": "library",
9453 "autoload": {
9454 "classmap": [
9455 "fonts",
9456 "config",
9457 "include",
9458 "tcpdf.php",
9459 "tcpdf_parser.php",
9460 "tcpdf_import.php",
9461 "tcpdf_barcodes_1d.php",
9462 "tcpdf_barcodes_2d.php",
9463 "include/tcpdf_colors.php",
9464 "include/tcpdf_filters.php",
9465 "include/tcpdf_font_data.php",
9466 "include/tcpdf_fonts.php",
9467 "include/tcpdf_images.php",
9468 "include/tcpdf_static.php",
9469 "include/barcodes/datamatrix.php",
9470 "include/barcodes/pdf417.php",
9471 "include/barcodes/qrcode.php"
9472 ]
9473 },
9474 "notification-url": "https://packagist.org/downloads/",
9475 "license": [
9476 "LGPL-3.0"
9477 ],
9478 "authors": [
9479 {
9480 "name": "Nicola Asuni",
9481 "email": "info@tecnick.com",
9482 "homepage": "http://nicolaasuni.tecnick.com",
9483 "role": "Main developer"
9484 },
9485 {
9486 "name": "wallabag/core",
9487 "homepage": "https://www.wallabag.org",
9488 "role": "Developers"
9489 }
9490 ],
9491 "description": "Keeping a working 6.2.x TCPDF version.",
9492 "homepage": "https://www.wallabag.org/",
9493 "keywords": [
9494 "PDFD32000-2008",
9495 "TCPDF",
9496 "barcodes",
9497 "datamatrix",
9498 "pdf",
9499 "pdf417",
9500 "qrcode"
9501 ],
9502 "time": "2018-10-25T06:56:14+00:00"
9503 },
9504 {
9505 "name": "white-october/pagerfanta-bundle",
9506 "version": "v1.3.2",
9507 "source": {
9508 "type": "git",
9509 "url": "https://github.com/whiteoctober/WhiteOctoberPagerfantaBundle.git",
9510 "reference": "6df560869b5e09a3acf920890ab40598998b30ae"
9511 },
9512 "dist": {
9513 "type": "zip",
9514 "url": "https://api.github.com/repos/whiteoctober/WhiteOctoberPagerfantaBundle/zipball/6df560869b5e09a3acf920890ab40598998b30ae",
9515 "reference": "6df560869b5e09a3acf920890ab40598998b30ae",
9516 "shasum": ""
9517 },
9518 "require": {
9519 "pagerfanta/pagerfanta": "^1.1.0|^2.0.0",
9520 "php": ">=5.3.3",
9521 "symfony/framework-bundle": "~2.3|~3.0|~4.0",
9522 "symfony/property-access": "~2.3|~3.0|~4.0",
9523 "symfony/translation": "~2.3|~3.0|~4.0",
9524 "symfony/twig-bundle": "~2.3|~3.0|~4.0"
9525 },
9526 "conflict": {
9527 "twig/twig": "<1.34|>=2.0,<2.4"
9528 },
9529 "require-dev": {
9530 "phpunit/phpunit": "~3.7|~4.0|^5.0",
9531 "symfony/symfony": "~2.3|~3.0|~4.0"
9532 },
9533 "type": "symfony-bundle",
9534 "extra": {
9535 "branch-alias": {
9536 "dev-master": "1.0.x-dev"
9537 }
9538 },
9539 "autoload": {
9540 "psr-4": {
9541 "WhiteOctober\\PagerfantaBundle\\": ""
9542 },
9543 "exclude-from-classmap": [
9544 "Tests/",
9545 "TestsProject/"
9546 ]
9547 },
9548 "notification-url": "https://packagist.org/downloads/",
9549 "license": [
9550 "MIT"
9551 ],
9552 "authors": [
9553 {
9554 "name": "Pablo Díez",
9555 "email": "pablodip@gmail.com"
9556 }
9557 ],
9558 "description": "Bundle to use Pagerfanta with Symfony2",
9559 "keywords": [
9560 "page",
9561 "paging"
9562 ],
9563 "time": "2019-12-02T14:19:37+00:00"
9564 },
9565 {
9566 "name": "willdurand/hateoas",
9567 "version": "2.12.0",
9568 "source": {
9569 "type": "git",
9570 "url": "https://github.com/willdurand/Hateoas.git",
9571 "reference": "71b1af62b398dc9a870ac0b16c84bdc23a76a5c5"
9572 },
9573 "dist": {
9574 "type": "zip",
9575 "url": "https://api.github.com/repos/willdurand/Hateoas/zipball/71b1af62b398dc9a870ac0b16c84bdc23a76a5c5",
9576 "reference": "71b1af62b398dc9a870ac0b16c84bdc23a76a5c5",
9577 "shasum": ""
9578 },
9579 "require": {
9580 "doctrine/annotations": "~1.0",
9581 "doctrine/common": "~2.0",
9582 "jms/metadata": "~1.1",
9583 "jms/serializer": "^1.7",
9584 "php": "^5.5|^7.0",
9585 "phpoption/phpoption": ">=1.1.0,<2.0-dev",
9586 "symfony/expression-language": "~2.4 || ~3.0 || ~4.0"
9587 },
9588 "require-dev": {
9589 "pagerfanta/pagerfanta": "~1.0",
9590 "phpunit/phpunit": "~5",
9591 "symfony/dependency-injection": "~2.4 || ~3.0 || ~4.0",
9592 "symfony/routing": "~2.4 || ~3.0 || ~4.0",
9593 "symfony/yaml": "~2.4 || ~3.0 || ~4.0",
9594 "twig/twig": "~1.12"
9595 },
9596 "suggest": {
9597 "symfony/routing": "To use the SymfonyRouteFactory.",
9598 "symfony/yaml": "To use yaml based configuration.",
9599 "twig/twig": "To use the Twig extensions."
9600 },
9601 "type": "library",
9602 "extra": {
9603 "branch-alias": {
9604 "dev-master": "2.12-dev"
9605 }
9606 },
9607 "autoload": {
9608 "psr-0": {
9609 "Hateoas": "src/"
9610 }
9611 },
9612 "notification-url": "https://packagist.org/downloads/",
9613 "license": [
9614 "MIT"
9615 ],
9616 "authors": [
9617 {
9618 "name": "Adrien Brault",
9619 "email": "adrien.brault@gmail.com"
9620 },
9621 {
9622 "name": "William DURAND",
9623 "email": "william.durand1@gmail.com"
9624 }
9625 ],
9626 "description": "A PHP library to support implementing representations for HATEOAS REST web services",
9627 "time": "2018-02-23T17:05:31+00:00"
9628 },
9629 {
9630 "name": "willdurand/hateoas-bundle",
9631 "version": "1.4.0",
9632 "source": {
9633 "type": "git",
9634 "url": "https://github.com/willdurand/BazingaHateoasBundle.git",
9635 "reference": "d1f915fd4f8a7cd43a88a0ce97ffb28abe3a94fa"
9636 },
9637 "dist": {
9638 "type": "zip",
9639 "url": "https://api.github.com/repos/willdurand/BazingaHateoasBundle/zipball/d1f915fd4f8a7cd43a88a0ce97ffb28abe3a94fa",
9640 "reference": "d1f915fd4f8a7cd43a88a0ce97ffb28abe3a94fa",
9641 "shasum": ""
9642 },
9643 "require": {
9644 "jms/serializer-bundle": "~1.0 || ^2.0",
9645 "php": ">5.4 |^7.0",
9646 "symfony/framework-bundle": "~2.3 || ~3.0 || ~4.0",
9647 "willdurand/hateoas": "^2.10.0"
9648 },
9649 "require-dev": {
9650 "phpunit/phpunit": "~4.5 || ~5.0",
9651 "symfony/expression-language": "~2.4 || ~3.0 || ~4.0",
9652 "symfony/stopwatch": "~2.4 || ~3.0 || ~4.0",
9653 "twig/twig": "~1.12"
9654 },
9655 "type": "symfony-bundle",
9656 "extra": {
9657 "branch-alias": {
9658 "dev-master": "1.4-dev"
9659 }
9660 },
9661 "autoload": {
9662 "psr-4": {
9663 "Bazinga\\Bundle\\HateoasBundle\\": ""
9664 }
9665 },
9666 "notification-url": "https://packagist.org/downloads/",
9667 "license": [
9668 "MIT"
9669 ],
9670 "authors": [
9671 {
9672 "name": "William DURAND",
9673 "email": "william.durand1@gmail.com"
9674 }
9675 ],
9676 "description": "Integration of Hateoas into Symfony2.",
9677 "keywords": [
9678 "HATEOAS",
9679 "rest"
9680 ],
9681 "time": "2018-01-27T13:03:07+00:00"
9682 },
9683 {
9684 "name": "willdurand/jsonp-callback-validator",
9685 "version": "v1.1.0",
9686 "source": {
9687 "type": "git",
9688 "url": "https://github.com/willdurand/JsonpCallbackValidator.git",
9689 "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909"
9690 },
9691 "dist": {
9692 "type": "zip",
9693 "url": "https://api.github.com/repos/willdurand/JsonpCallbackValidator/zipball/1a7d388bb521959e612ef50c5c7b1691b097e909",
9694 "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909",
9695 "shasum": ""
9696 },
9697 "require": {
9698 "php": ">=5.3.0"
9699 },
9700 "require-dev": {
9701 "phpunit/phpunit": "~3.7"
9702 },
9703 "type": "library",
9704 "autoload": {
9705 "psr-0": {
9706 "JsonpCallbackValidator": "src/"
9707 }
9708 },
9709 "notification-url": "https://packagist.org/downloads/",
9710 "license": [
9711 "MIT"
9712 ],
9713 "authors": [
9714 {
9715 "name": "William Durand",
9716 "email": "william.durand1@gmail.com",
9717 "homepage": "http://www.willdurand.fr"
9718 }
9719 ],
9720 "description": "JSONP callback validator.",
9721 "time": "2014-01-20T22:35:06+00:00"
9722 },
9723 {
9724 "name": "willdurand/negotiation",
9725 "version": "v2.3.1",
9726 "source": {
9727 "type": "git",
9728 "url": "https://github.com/willdurand/Negotiation.git",
9729 "reference": "03436ededa67c6e83b9b12defac15384cb399dc9"
9730 },
9731 "dist": {
9732 "type": "zip",
9733 "url": "https://api.github.com/repos/willdurand/Negotiation/zipball/03436ededa67c6e83b9b12defac15384cb399dc9",
9734 "reference": "03436ededa67c6e83b9b12defac15384cb399dc9",
9735 "shasum": ""
9736 },
9737 "require": {
9738 "php": ">=5.4.0"
9739 },
9740 "require-dev": {
9741 "phpunit/phpunit": "~4.5"
9742 },
9743 "type": "library",
9744 "extra": {
9745 "branch-alias": {
9746 "dev-master": "2.3-dev"
9747 }
9748 },
9749 "autoload": {
9750 "psr-4": {
9751 "Negotiation\\": "src/Negotiation"
9752 }
9753 },
9754 "notification-url": "https://packagist.org/downloads/",
9755 "license": [
9756 "MIT"
9757 ],
9758 "authors": [
9759 {
9760 "name": "William Durand",
9761 "email": "will+git@drnd.me"
9762 }
9763 ],
9764 "description": "Content Negotiation tools for PHP provided as a standalone library.",
9765 "homepage": "http://williamdurand.fr/Negotiation/",
9766 "keywords": [
9767 "accept",
9768 "content",
9769 "format",
9770 "header",
9771 "negotiation"
9772 ],
9773 "time": "2017-05-14T17:21:12+00:00"
9774 },
9775 {
9776 "name": "zendframework/zend-code",
9777 "version": "3.4.1",
9778 "source": {
9779 "type": "git",
9780 "url": "https://github.com/zendframework/zend-code.git",
9781 "reference": "268040548f92c2bfcba164421c1add2ba43abaaa"
9782 },
9783 "dist": {
9784 "type": "zip",
9785 "url": "https://api.github.com/repos/zendframework/zend-code/zipball/268040548f92c2bfcba164421c1add2ba43abaaa",
9786 "reference": "268040548f92c2bfcba164421c1add2ba43abaaa",
9787 "shasum": ""
9788 },
9789 "require": {
9790 "php": "^7.1",
9791 "zendframework/zend-eventmanager": "^2.6 || ^3.0"
9792 },
9793 "conflict": {
9794 "phpspec/prophecy": "<1.9.0"
9795 },
9796 "require-dev": {
9797 "doctrine/annotations": "^1.7",
9798 "ext-phar": "*",
9799 "phpunit/phpunit": "^7.5.16 || ^8.4",
9800 "zendframework/zend-coding-standard": "^1.0",
9801 "zendframework/zend-stdlib": "^2.7 || ^3.0"
9802 },
9803 "suggest": {
9804 "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
9805 "zendframework/zend-stdlib": "Zend\\Stdlib component"
9806 },
9807 "type": "library",
9808 "extra": {
9809 "branch-alias": {
9810 "dev-master": "3.4.x-dev",
9811 "dev-develop": "3.5.x-dev",
9812 "dev-dev-4.0": "4.0.x-dev"
9813 }
9814 },
9815 "autoload": {
9816 "psr-4": {
9817 "Zend\\Code\\": "src/"
9818 }
9819 },
9820 "notification-url": "https://packagist.org/downloads/",
9821 "license": [
9822 "BSD-3-Clause"
9823 ],
9824 "description": "Extensions to the PHP Reflection API, static code scanning, and code generation",
9825 "keywords": [
9826 "ZendFramework",
9827 "code",
9828 "zf"
9829 ],
9830 "time": "2019-12-10T19:21:15+00:00"
9831 },
9832 {
9833 "name": "zendframework/zend-diactoros",
9834 "version": "2.2.1",
9835 "source": {
9836 "type": "git",
9837 "url": "https://github.com/zendframework/zend-diactoros.git",
9838 "reference": "de5847b068362a88684a55b0dbb40d85986cfa52"
9839 },
9840 "dist": {
9841 "type": "zip",
9842 "url": "https://api.github.com/repos/zendframework/zend-diactoros/zipball/de5847b068362a88684a55b0dbb40d85986cfa52",
9843 "reference": "de5847b068362a88684a55b0dbb40d85986cfa52",
9844 "shasum": ""
9845 },
9846 "require": {
9847 "php": "^7.1",
9848 "psr/http-factory": "^1.0",
9849 "psr/http-message": "^1.0"
9850 },
9851 "provide": {
9852 "psr/http-factory-implementation": "1.0",
9853 "psr/http-message-implementation": "1.0"
9854 },
9855 "require-dev": {
9856 "ext-curl": "*",
9857 "ext-dom": "*",
9858 "ext-libxml": "*",
9859 "http-interop/http-factory-tests": "^0.5.0",
9860 "php-http/psr7-integration-tests": "dev-master",
9861 "phpunit/phpunit": "^7.0.2",
9862 "zendframework/zend-coding-standard": "~1.0.0"
9863 },
9864 "type": "library",
9865 "extra": {
9866 "branch-alias": {
9867 "dev-master": "2.1.x-dev",
9868 "dev-develop": "2.2.x-dev",
9869 "dev-release-1.8": "1.8.x-dev"
9870 }
9871 },
9872 "autoload": {
9873 "files": [
9874 "src/functions/create_uploaded_file.php",
9875 "src/functions/marshal_headers_from_sapi.php",
9876 "src/functions/marshal_method_from_sapi.php",
9877 "src/functions/marshal_protocol_version_from_sapi.php",
9878 "src/functions/marshal_uri_from_sapi.php",
9879 "src/functions/normalize_server.php",
9880 "src/functions/normalize_uploaded_files.php",
9881 "src/functions/parse_cookie_header.php"
9882 ],
9883 "psr-4": {
9884 "Zend\\Diactoros\\": "src/"
9885 }
9886 },
9887 "notification-url": "https://packagist.org/downloads/",
9888 "license": [
9889 "BSD-3-Clause"
9890 ],
9891 "description": "PSR HTTP Message implementations",
9892 "keywords": [
9893 "http",
9894 "psr",
9895 "psr-7"
9896 ],
9897 "time": "2019-11-13T19:16:13+00:00"
9898 },
9899 {
9900 "name": "zendframework/zend-eventmanager",
9901 "version": "3.2.1",
9902 "source": {
9903 "type": "git",
9904 "url": "https://github.com/zendframework/zend-eventmanager.git",
9905 "reference": "a5e2583a211f73604691586b8406ff7296a946dd"
9906 },
9907 "dist": {
9908 "type": "zip",
9909 "url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/a5e2583a211f73604691586b8406ff7296a946dd",
9910 "reference": "a5e2583a211f73604691586b8406ff7296a946dd",
9911 "shasum": ""
9912 },
9913 "require": {
9914 "php": "^5.6 || ^7.0"
9915 },
9916 "require-dev": {
9917 "athletic/athletic": "^0.1",
9918 "container-interop/container-interop": "^1.1.0",
9919 "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
9920 "zendframework/zend-coding-standard": "~1.0.0",
9921 "zendframework/zend-stdlib": "^2.7.3 || ^3.0"
9922 },
9923 "suggest": {
9924 "container-interop/container-interop": "^1.1.0, to use the lazy listeners feature",
9925 "zendframework/zend-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature"
9926 },
9927 "type": "library",
9928 "extra": {
9929 "branch-alias": {
9930 "dev-master": "3.2-dev",
9931 "dev-develop": "3.3-dev"
9932 }
9933 },
9934 "autoload": {
9935 "psr-4": {
9936 "Zend\\EventManager\\": "src/"
9937 }
9938 },
9939 "notification-url": "https://packagist.org/downloads/",
9940 "license": [
9941 "BSD-3-Clause"
9942 ],
9943 "description": "Trigger and listen to events within a PHP application",
9944 "homepage": "https://github.com/zendframework/zend-eventmanager",
9945 "keywords": [
9946 "event",
9947 "eventmanager",
9948 "events",
9949 "zf2"
9950 ],
9951 "time": "2018-04-25T15:33:34+00:00"
9952 }
9953 ],
9954 "packages-dev": [
9955 {
9956 "name": "composer/semver",
9957 "version": "1.5.0",
9958 "source": {
9959 "type": "git",
9960 "url": "https://github.com/composer/semver.git",
9961 "reference": "46d9139568ccb8d9e7cdd4539cab7347568a5e2e"
9962 },
9963 "dist": {
9964 "type": "zip",
9965 "url": "https://api.github.com/repos/composer/semver/zipball/46d9139568ccb8d9e7cdd4539cab7347568a5e2e",
9966 "reference": "46d9139568ccb8d9e7cdd4539cab7347568a5e2e",
9967 "shasum": ""
9968 },
9969 "require": {
9970 "php": "^5.3.2 || ^7.0"
9971 },
9972 "require-dev": {
9973 "phpunit/phpunit": "^4.5 || ^5.0.5",
9974 "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
9975 },
9976 "type": "library",
9977 "extra": {
9978 "branch-alias": {
9979 "dev-master": "1.x-dev"
9980 }
9981 },
9982 "autoload": {
9983 "psr-4": {
9984 "Composer\\Semver\\": "src"
9985 }
9986 },
9987 "notification-url": "https://packagist.org/downloads/",
9988 "license": [
9989 "MIT"
9990 ],
9991 "authors": [
9992 {
9993 "name": "Nils Adermann",
9994 "email": "naderman@naderman.de",
9995 "homepage": "http://www.naderman.de"
9996 },
9997 {
9998 "name": "Jordi Boggiano",
9999 "email": "j.boggiano@seld.be",
10000 "homepage": "http://seld.be"
10001 },
10002 {
10003 "name": "Rob Bast",
10004 "email": "rob.bast@gmail.com",
10005 "homepage": "http://robbast.nl"
10006 }
10007 ],
10008 "description": "Semver library that offers utilities, version constraint parsing and validation.",
10009 "keywords": [
10010 "semantic",
10011 "semver",
10012 "validation",
10013 "versioning"
10014 ],
10015 "time": "2019-03-19T17:25:45+00:00"
10016 },
10017 {
10018 "name": "composer/xdebug-handler",
10019 "version": "1.4.0",
10020 "source": {
10021 "type": "git",
10022 "url": "https://github.com/composer/xdebug-handler.git",
10023 "reference": "cbe23383749496fe0f373345208b79568e4bc248"
10024 },
10025 "dist": {
10026 "type": "zip",
10027 "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/cbe23383749496fe0f373345208b79568e4bc248",
10028 "reference": "cbe23383749496fe0f373345208b79568e4bc248",
10029 "shasum": ""
10030 },
10031 "require": {
10032 "php": "^5.3.2 || ^7.0 || ^8.0",
10033 "psr/log": "^1.0"
10034 },
10035 "require-dev": {
10036 "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8"
10037 },
10038 "type": "library",
10039 "autoload": {
10040 "psr-4": {
10041 "Composer\\XdebugHandler\\": "src"
10042 }
10043 },
10044 "notification-url": "https://packagist.org/downloads/",
10045 "license": [
10046 "MIT"
10047 ],
10048 "authors": [
10049 {
10050 "name": "John Stevenson",
10051 "email": "john-stevenson@blueyonder.co.uk"
10052 }
10053 ],
10054 "description": "Restarts a process without Xdebug.",
10055 "keywords": [
10056 "Xdebug",
10057 "performance"
10058 ],
10059 "time": "2019-11-06T16:40:04+00:00"
10060 },
10061 {
10062 "name": "dama/doctrine-test-bundle",
10063 "version": "v5.0.3",
10064 "source": {
10065 "type": "git",
10066 "url": "https://github.com/dmaicher/doctrine-test-bundle.git",
10067 "reference": "29882b0d1a815f4819126ef714931bb24a31cbaa"
10068 },
10069 "dist": {
10070 "type": "zip",
10071 "url": "https://api.github.com/repos/dmaicher/doctrine-test-bundle/zipball/29882b0d1a815f4819126ef714931bb24a31cbaa",
10072 "reference": "29882b0d1a815f4819126ef714931bb24a31cbaa",
10073 "shasum": ""
10074 },
10075 "require": {
10076 "doctrine/dbal": "~2.5",
10077 "doctrine/doctrine-bundle": "~1.4",
10078 "php": "^7.1",
10079 "symfony/framework-bundle": "~2.7|~3.0|~4.0"
10080 },
10081 "require-dev": {
10082 "phpunit/phpunit": "~6.0|~7.0|~8.0",
10083 "symfony/phpunit-bridge": "~2.8|~3.0|~4.0",
10084 "symfony/yaml": "~2.8|~3.0|~4.0"
10085 },
10086 "type": "symfony-bundle",
10087 "extra": {
10088 "branch-alias": {
10089 "dev-master": "5.1.x-dev"
10090 }
10091 },
10092 "autoload": {
10093 "psr-4": {
10094 "DAMA\\DoctrineTestBundle\\": "src/DAMA/DoctrineTestBundle"
10095 }
10096 },
10097 "notification-url": "https://packagist.org/downloads/",
10098 "license": [
10099 "MIT"
10100 ],
10101 "authors": [
10102 {
10103 "name": "David Maicher",
10104 "email": "mail@dmaicher.de"
10105 }
10106 ],
10107 "description": "Symfony bundle to isolate doctrine database tests and improve test performance",
10108 "keywords": [
10109 "Symfony 3",
10110 "Symfony 4",
10111 "doctrine",
10112 "isolation",
10113 "performance",
10114 "symfony",
10115 "symfony 2",
10116 "tests"
10117 ],
10118 "time": "2019-03-22T10:34:17+00:00"
10119 },
10120 {
10121 "name": "doctrine/data-fixtures",
10122 "version": "1.3.3",
10123 "source": {
10124 "type": "git",
10125 "url": "https://github.com/doctrine/data-fixtures.git",
10126 "reference": "f0ee99c64922fc3f863715232b615c478a61b0a3"
10127 },
10128 "dist": {
10129 "type": "zip",
10130 "url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/f0ee99c64922fc3f863715232b615c478a61b0a3",
10131 "reference": "f0ee99c64922fc3f863715232b615c478a61b0a3",
10132 "shasum": ""
10133 },
10134 "require": {
10135 "doctrine/common": "~2.2",
10136 "php": "^7.1"
10137 },
10138 "conflict": {
10139 "doctrine/phpcr-odm": "<1.3.0"
10140 },
10141 "require-dev": {
10142 "alcaeus/mongo-php-adapter": "^1.1",
10143 "doctrine/dbal": "^2.5.4",
10144 "doctrine/mongodb-odm": "^1.3.0",
10145 "doctrine/orm": "^2.5.4",
10146 "phpunit/phpunit": "^7.0"
10147 },
10148 "suggest": {
10149 "alcaeus/mongo-php-adapter": "For using MongoDB ODM with PHP 7",
10150 "doctrine/mongodb-odm": "For loading MongoDB ODM fixtures",
10151 "doctrine/orm": "For loading ORM fixtures",
10152 "doctrine/phpcr-odm": "For loading PHPCR ODM fixtures"
10153 },
10154 "type": "library",
10155 "extra": {
10156 "branch-alias": {
10157 "dev-master": "1.3.x-dev"
10158 }
10159 },
10160 "autoload": {
10161 "psr-4": {
10162 "Doctrine\\Common\\DataFixtures\\": "lib/Doctrine/Common/DataFixtures"
10163 }
10164 },
10165 "notification-url": "https://packagist.org/downloads/",
10166 "license": [
10167 "MIT"
10168 ],
10169 "authors": [
10170 {
10171 "name": "Jonathan Wage",
10172 "email": "jonwage@gmail.com"
10173 }
10174 ],
10175 "description": "Data Fixtures for all Doctrine Object Managers",
10176 "homepage": "http://www.doctrine-project.org",
10177 "keywords": [
10178 "database"
10179 ],
10180 "time": "2019-10-24T04:52:28+00:00"
10181 },
10182 {
10183 "name": "doctrine/doctrine-fixtures-bundle",
10184 "version": "3.3.0",
10185 "source": {
10186 "type": "git",
10187 "url": "https://github.com/doctrine/DoctrineFixturesBundle.git",
10188 "reference": "8f07fcfdac7f3591f3c4bf13a50cbae05f65ed70"
10189 },
10190 "dist": {
10191 "type": "zip",
10192 "url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/8f07fcfdac7f3591f3c4bf13a50cbae05f65ed70",
10193 "reference": "8f07fcfdac7f3591f3c4bf13a50cbae05f65ed70",
10194 "shasum": ""
10195 },
10196 "require": {
10197 "doctrine/data-fixtures": "^1.3",
10198 "doctrine/doctrine-bundle": "^1.11|^2.0",
10199 "doctrine/orm": "^2.6.0",
10200 "php": "^7.1",
10201 "symfony/config": "^3.4|^4.3|^5.0",
10202 "symfony/console": "^3.4|^4.3|^5.0",
10203 "symfony/dependency-injection": "^3.4|^4.3|^5.0",
10204 "symfony/doctrine-bridge": "^3.4|^4.1|^5.0",
10205 "symfony/http-kernel": "^3.4|^4.3|^5.0"
10206 },
10207 "require-dev": {
10208 "doctrine/coding-standard": "^6.0",
10209 "phpunit/phpunit": "^7.4",
10210 "symfony/phpunit-bridge": "^4.1|^5.0"
10211 },
10212 "type": "symfony-bundle",
10213 "extra": {
10214 "branch-alias": {
10215 "dev-master": "3.3.x-dev"
10216 }
10217 },
10218 "autoload": {
10219 "psr-4": {
10220 "Doctrine\\Bundle\\FixturesBundle\\": ""
10221 }
10222 },
10223 "notification-url": "https://packagist.org/downloads/",
10224 "license": [
10225 "MIT"
10226 ],
10227 "authors": [
10228 {
10229 "name": "Fabien Potencier",
10230 "email": "fabien@symfony.com"
10231 },
10232 {
10233 "name": "Doctrine Project",
10234 "homepage": "http://www.doctrine-project.org"
10235 },
10236 {
10237 "name": "Symfony Community",
10238 "homepage": "http://symfony.com/contributors"
10239 }
10240 ],
10241 "description": "Symfony DoctrineFixturesBundle",
10242 "homepage": "http://www.doctrine-project.org",
10243 "keywords": [
10244 "Fixture",
10245 "persistence"
10246 ],
10247 "time": "2019-11-13T15:46:58+00:00"
10248 },
10249 {
10250 "name": "friendsofphp/php-cs-fixer",
10251 "version": "v2.16.1",
10252 "source": {
10253 "type": "git",
10254 "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
10255 "reference": "c8afb599858876e95e8ebfcd97812d383fa23f02"
10256 },
10257 "dist": {
10258 "type": "zip",
10259 "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/c8afb599858876e95e8ebfcd97812d383fa23f02",
10260 "reference": "c8afb599858876e95e8ebfcd97812d383fa23f02",
10261 "shasum": ""
10262 },
10263 "require": {
10264 "composer/semver": "^1.4",
10265 "composer/xdebug-handler": "^1.2",
10266 "doctrine/annotations": "^1.2",
10267 "ext-json": "*",
10268 "ext-tokenizer": "*",
10269 "php": "^5.6 || ^7.0",
10270 "php-cs-fixer/diff": "^1.3",
10271 "symfony/console": "^3.4.17 || ^4.1.6 || ^5.0",
10272 "symfony/event-dispatcher": "^3.0 || ^4.0 || ^5.0",
10273 "symfony/filesystem": "^3.0 || ^4.0 || ^5.0",
10274 "symfony/finder": "^3.0 || ^4.0 || ^5.0",
10275 "symfony/options-resolver": "^3.0 || ^4.0 || ^5.0",
10276 "symfony/polyfill-php70": "^1.0",
10277 "symfony/polyfill-php72": "^1.4",
10278 "symfony/process": "^3.0 || ^4.0 || ^5.0",
10279 "symfony/stopwatch": "^3.0 || ^4.0 || ^5.0"
10280 },
10281 "require-dev": {
10282 "johnkary/phpunit-speedtrap": "^1.1 || ^2.0 || ^3.0",
10283 "justinrainbow/json-schema": "^5.0",
10284 "keradus/cli-executor": "^1.2",
10285 "mikey179/vfsstream": "^1.6",
10286 "php-coveralls/php-coveralls": "^2.1",
10287 "php-cs-fixer/accessible-object": "^1.0",
10288 "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.1",
10289 "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.1",
10290 "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.1",
10291 "phpunitgoodpractices/traits": "^1.8",
10292 "symfony/phpunit-bridge": "^4.3 || ^5.0",
10293 "symfony/yaml": "^3.0 || ^4.0 || ^5.0"
10294 },
10295 "suggest": {
10296 "ext-mbstring": "For handling non-UTF8 characters in cache signature.",
10297 "php-cs-fixer/phpunit-constraint-isidenticalstring": "For IsIdenticalString constraint.",
10298 "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "For XmlMatchesXsd constraint.",
10299 "symfony/polyfill-mbstring": "When enabling `ext-mbstring` is not possible."
10300 },
10301 "bin": [
10302 "php-cs-fixer"
10303 ],
10304 "type": "application",
10305 "autoload": {
10306 "psr-4": {
10307 "PhpCsFixer\\": "src/"
10308 },
10309 "classmap": [
10310 "tests/Test/AbstractFixerTestCase.php",
10311 "tests/Test/AbstractIntegrationCaseFactory.php",
10312 "tests/Test/AbstractIntegrationTestCase.php",
10313 "tests/Test/Assert/AssertTokensTrait.php",
10314 "tests/Test/IntegrationCase.php",
10315 "tests/Test/IntegrationCaseFactory.php",
10316 "tests/Test/IntegrationCaseFactoryInterface.php",
10317 "tests/Test/InternalIntegrationCaseFactory.php",
10318 "tests/TestCase.php"
10319 ]
10320 },
10321 "notification-url": "https://packagist.org/downloads/",
10322 "license": [
10323 "MIT"
10324 ],
10325 "authors": [
10326 {
10327 "name": "Fabien Potencier",
10328 "email": "fabien@symfony.com"
10329 },
10330 {
10331 "name": "Dariusz Rumiński",
10332 "email": "dariusz.ruminski@gmail.com"
10333 }
10334 ],
10335 "description": "A tool to automatically fix PHP code style",
10336 "time": "2019-11-25T22:10:32+00:00"
10337 },
10338 {
10339 "name": "m6web/redis-mock",
10340 "version": "v4.7.0",
10341 "source": {
10342 "type": "git",
10343 "url": "https://github.com/M6Web/RedisMock.git",
10344 "reference": "057ad8e1bea903aee54642e310d900bdb794372c"
10345 },
10346 "dist": {
10347 "type": "zip",
10348 "url": "https://api.github.com/repos/M6Web/RedisMock/zipball/057ad8e1bea903aee54642e310d900bdb794372c",
10349 "reference": "057ad8e1bea903aee54642e310d900bdb794372c",
10350 "shasum": ""
10351 },
10352 "require": {
10353 "php": ">=7.1.0"
10354 },
10355 "require-dev": {
10356 "atoum/atoum": "master-dev",
10357 "predis/predis": "~1.1"
10358 },
10359 "type": "library",
10360 "autoload": {
10361 "psr-0": {
10362 "M6Web\\Component\\RedisMock": "src/"
10363 }
10364 },
10365 "notification-url": "https://packagist.org/downloads/",
10366 "license": [
10367 "MIT"
10368 ],
10369 "authors": [
10370 {
10371 "name": "M6Web",
10372 "email": "opensource@m6web.fr",
10373 "homepage": "http://tech.m6web.fr/"
10374 }
10375 ],
10376 "description": "Library providing a PHP mock for Redis",
10377 "keywords": [
10378 "mock",
10379 "redis"
10380 ],
10381 "time": "2019-11-04T09:03:23+00:00"
10382 },
10383 {
10384 "name": "nette/bootstrap",
10385 "version": "v3.0.1",
10386 "source": {
10387 "type": "git",
10388 "url": "https://github.com/nette/bootstrap.git",
10389 "reference": "b45a1e33b6a44beb307756522396551e5a9ff249"
10390 },
10391 "dist": {
10392 "type": "zip",
10393 "url": "https://api.github.com/repos/nette/bootstrap/zipball/b45a1e33b6a44beb307756522396551e5a9ff249",
10394 "reference": "b45a1e33b6a44beb307756522396551e5a9ff249",
10395 "shasum": ""
10396 },
10397 "require": {
10398 "nette/di": "^3.0",
10399 "nette/utils": "^3.0",
10400 "php": ">=7.1"
10401 },
10402 "conflict": {
10403 "tracy/tracy": "<2.6"
10404 },
10405 "require-dev": {
10406 "latte/latte": "^2.2",
10407 "nette/application": "^3.0",
10408 "nette/caching": "^3.0",
10409 "nette/database": "^3.0",
10410 "nette/forms": "^3.0",
10411 "nette/http": "^3.0",
10412 "nette/mail": "^3.0",
10413 "nette/robot-loader": "^3.0",
10414 "nette/safe-stream": "^2.2",
10415 "nette/security": "^3.0",
10416 "nette/tester": "^2.0",
10417 "tracy/tracy": "^2.6"
10418 },
10419 "suggest": {
10420 "nette/robot-loader": "to use Configurator::createRobotLoader()",
10421 "tracy/tracy": "to use Configurator::enableTracy()"
10422 },
10423 "type": "library",
10424 "extra": {
10425 "branch-alias": {
10426 "dev-master": "3.0-dev"
10427 }
10428 },
10429 "autoload": {
10430 "classmap": [
10431 "src/"
10432 ]
10433 },
10434 "notification-url": "https://packagist.org/downloads/",
10435 "license": [
10436 "BSD-3-Clause",
10437 "GPL-2.0",
10438 "GPL-3.0"
10439 ],
10440 "authors": [
10441 {
10442 "name": "David Grudl",
10443 "homepage": "https://davidgrudl.com"
10444 },
10445 {
10446 "name": "Nette Community",
10447 "homepage": "https://nette.org/contributors"
10448 }
10449 ],
10450 "description": "🅱 Nette Bootstrap: the simple way to configure and bootstrap your Nette application.",
10451 "homepage": "https://nette.org",
10452 "keywords": [
10453 "bootstrapping",
10454 "configurator",
10455 "nette"
10456 ],
10457 "time": "2019-09-30T08:19:38+00:00"
10458 },
10459 {
10460 "name": "nette/di",
10461 "version": "v3.0.1",
10462 "source": {
10463 "type": "git",
10464 "url": "https://github.com/nette/di.git",
10465 "reference": "4aff517a1c6bb5c36fa09733d4cea089f529de6d"
10466 },
10467 "dist": {
10468 "type": "zip",
10469 "url": "https://api.github.com/repos/nette/di/zipball/4aff517a1c6bb5c36fa09733d4cea089f529de6d",
10470 "reference": "4aff517a1c6bb5c36fa09733d4cea089f529de6d",
10471 "shasum": ""
10472 },
10473 "require": {
10474 "ext-tokenizer": "*",
10475 "nette/neon": "^3.0",
10476 "nette/php-generator": "^3.2.2",
10477 "nette/robot-loader": "^3.2",
10478 "nette/schema": "^1.0",
10479 "nette/utils": "^3.0",
10480 "php": ">=7.1"
10481 },
10482 "conflict": {
10483 "nette/bootstrap": "<3.0"
10484 },
10485 "require-dev": {
10486 "nette/tester": "^2.2",
10487 "tracy/tracy": "^2.3"
10488 },
10489 "type": "library",
10490 "extra": {
10491 "branch-alias": {
10492 "dev-master": "3.0-dev"
10493 }
10494 },
10495 "autoload": {
10496 "classmap": [
10497 "src/"
10498 ],
10499 "files": [
10500 "src/compatibility.php"
10501 ]
10502 },
10503 "notification-url": "https://packagist.org/downloads/",
10504 "license": [
10505 "BSD-3-Clause",
10506 "GPL-2.0",
10507 "GPL-3.0"
10508 ],
10509 "authors": [
10510 {
10511 "name": "David Grudl",
10512 "homepage": "https://davidgrudl.com"
10513 },
10514 {
10515 "name": "Nette Community",
10516 "homepage": "https://nette.org/contributors"
10517 }
10518 ],
10519 "description": "💎 Nette Dependency Injection Container: Flexible, compiled and full-featured DIC with perfectly usable autowiring and support for all new PHP 7.1 features.",
10520 "homepage": "https://nette.org",
10521 "keywords": [
10522 "compiled",
10523 "di",
10524 "dic",
10525 "factory",
10526 "ioc",
10527 "nette",
10528 "static"
10529 ],
10530 "time": "2019-08-07T12:11:33+00:00"
10531 },
10532 {
10533 "name": "nette/finder",
10534 "version": "v2.5.1",
10535 "source": {
10536 "type": "git",
10537 "url": "https://github.com/nette/finder.git",
10538 "reference": "14164e1ddd69e9c5f627ff82a10874b3f5bba5fe"
10539 },
10540 "dist": {
10541 "type": "zip",
10542 "url": "https://api.github.com/repos/nette/finder/zipball/14164e1ddd69e9c5f627ff82a10874b3f5bba5fe",
10543 "reference": "14164e1ddd69e9c5f627ff82a10874b3f5bba5fe",
10544 "shasum": ""
10545 },
10546 "require": {
10547 "nette/utils": "^2.4 || ~3.0.0",
10548 "php": ">=7.1"
10549 },
10550 "conflict": {
10551 "nette/nette": "<2.2"
10552 },
10553 "require-dev": {
10554 "nette/tester": "^2.0",
10555 "tracy/tracy": "^2.3"
10556 },
10557 "type": "library",
10558 "extra": {
10559 "branch-alias": {
10560 "dev-master": "2.5-dev"
10561 }
10562 },
10563 "autoload": {
10564 "classmap": [
10565 "src/"
10566 ]
10567 },
10568 "notification-url": "https://packagist.org/downloads/",
10569 "license": [
10570 "BSD-3-Clause",
10571 "GPL-2.0",
10572 "GPL-3.0"
10573 ],
10574 "authors": [
10575 {
10576 "name": "David Grudl",
10577 "homepage": "https://davidgrudl.com"
10578 },
10579 {
10580 "name": "Nette Community",
10581 "homepage": "https://nette.org/contributors"
10582 }
10583 ],
10584 "description": "🔍 Nette Finder: find files and directories with an intuitive API.",
10585 "homepage": "https://nette.org",
10586 "keywords": [
10587 "filesystem",
10588 "glob",
10589 "iterator",
10590 "nette"
10591 ],
10592 "time": "2019-07-11T18:02:17+00:00"
10593 },
10594 {
10595 "name": "nette/neon",
10596 "version": "v3.0.0",
10597 "source": {
10598 "type": "git",
10599 "url": "https://github.com/nette/neon.git",
10600 "reference": "cbff32059cbdd8720deccf9e9eace6ee516f02eb"
10601 },
10602 "dist": {
10603 "type": "zip",
10604 "url": "https://api.github.com/repos/nette/neon/zipball/cbff32059cbdd8720deccf9e9eace6ee516f02eb",
10605 "reference": "cbff32059cbdd8720deccf9e9eace6ee516f02eb",
10606 "shasum": ""
10607 },
10608 "require": {
10609 "ext-iconv": "*",
10610 "ext-json": "*",
10611 "php": ">=7.0"
10612 },
10613 "require-dev": {
10614 "nette/tester": "^2.0",
10615 "tracy/tracy": "^2.3"
10616 },
10617 "type": "library",
10618 "extra": {
10619 "branch-alias": {
10620 "dev-master": "3.0-dev"
10621 }
10622 },
10623 "autoload": {
10624 "classmap": [
10625 "src/"
10626 ]
10627 },
10628 "notification-url": "https://packagist.org/downloads/",
10629 "license": [
10630 "BSD-3-Clause",
10631 "GPL-2.0",
10632 "GPL-3.0"
10633 ],
10634 "authors": [
10635 {
10636 "name": "David Grudl",
10637 "homepage": "https://davidgrudl.com"
10638 },
10639 {
10640 "name": "Nette Community",
10641 "homepage": "https://nette.org/contributors"
10642 }
10643 ],
10644 "description": "? Nette NEON: encodes and decodes NEON file format.",
10645 "homepage": "http://ne-on.org",
10646 "keywords": [
10647 "export",
10648 "import",
10649 "neon",
10650 "nette",
10651 "yaml"
10652 ],
10653 "time": "2019-02-05T21:30:40+00:00"
10654 },
10655 {
10656 "name": "nette/php-generator",
10657 "version": "v3.3.1",
10658 "source": {
10659 "type": "git",
10660 "url": "https://github.com/nette/php-generator.git",
10661 "reference": "4240fd7adf499138c07b814ef9b9a6df9f6d7187"
10662 },
10663 "dist": {
10664 "type": "zip",
10665 "url": "https://api.github.com/repos/nette/php-generator/zipball/4240fd7adf499138c07b814ef9b9a6df9f6d7187",
10666 "reference": "4240fd7adf499138c07b814ef9b9a6df9f6d7187",
10667 "shasum": ""
10668 },
10669 "require": {
10670 "nette/utils": "^2.4.2 || ~3.0.0",
10671 "php": ">=7.1"
10672 },
10673 "require-dev": {
10674 "nette/tester": "^2.0",
10675 "tracy/tracy": "^2.3"
10676 },
10677 "type": "library",
10678 "extra": {
10679 "branch-alias": {
10680 "dev-master": "3.3-dev"
10681 }
10682 },
10683 "autoload": {
10684 "classmap": [
10685 "src/"
10686 ]
10687 },
10688 "notification-url": "https://packagist.org/downloads/",
10689 "license": [
10690 "BSD-3-Clause",
10691 "GPL-2.0",
10692 "GPL-3.0"
10693 ],
10694 "authors": [
10695 {
10696 "name": "David Grudl",
10697 "homepage": "https://davidgrudl.com"
10698 },
10699 {
10700 "name": "Nette Community",
10701 "homepage": "https://nette.org/contributors"
10702 }
10703 ],
10704 "description": "🐘 Nette PHP Generator: generates neat PHP code for you. Supports new PHP 7.3 features.",
10705 "homepage": "https://nette.org",
10706 "keywords": [
10707 "code",
10708 "nette",
10709 "php",
10710 "scaffolding"
10711 ],
10712 "time": "2019-11-22T11:12:11+00:00"
10713 },
10714 {
10715 "name": "nette/robot-loader",
10716 "version": "v3.2.0",
10717 "source": {
10718 "type": "git",
10719 "url": "https://github.com/nette/robot-loader.git",
10720 "reference": "0712a0e39ae7956d6a94c0ab6ad41aa842544b5c"
10721 },
10722 "dist": {
10723 "type": "zip",
10724 "url": "https://api.github.com/repos/nette/robot-loader/zipball/0712a0e39ae7956d6a94c0ab6ad41aa842544b5c",
10725 "reference": "0712a0e39ae7956d6a94c0ab6ad41aa842544b5c",
10726 "shasum": ""
10727 },
10728 "require": {
10729 "ext-tokenizer": "*",
10730 "nette/finder": "^2.5",
10731 "nette/utils": "^3.0",
10732 "php": ">=7.1"
10733 },
10734 "require-dev": {
10735 "nette/tester": "^2.0",
10736 "tracy/tracy": "^2.3"
10737 },
10738 "type": "library",
10739 "extra": {
10740 "branch-alias": {
10741 "dev-master": "3.2-dev"
10742 }
10743 },
10744 "autoload": {
10745 "classmap": [
10746 "src/"
10747 ]
10748 },
10749 "notification-url": "https://packagist.org/downloads/",
10750 "license": [
10751 "BSD-3-Clause",
10752 "GPL-2.0",
10753 "GPL-3.0"
10754 ],
10755 "authors": [
10756 {
10757 "name": "David Grudl",
10758 "homepage": "https://davidgrudl.com"
10759 },
10760 {
10761 "name": "Nette Community",
10762 "homepage": "https://nette.org/contributors"
10763 }
10764 ],
10765 "description": "? Nette RobotLoader: high performance and comfortable autoloader that will search and autoload classes within your application.",
10766 "homepage": "https://nette.org",
10767 "keywords": [
10768 "autoload",
10769 "class",
10770 "interface",
10771 "nette",
10772 "trait"
10773 ],
10774 "time": "2019-03-08T21:57:24+00:00"
10775 },
10776 {
10777 "name": "nette/schema",
10778 "version": "v1.0.1",
10779 "source": {
10780 "type": "git",
10781 "url": "https://github.com/nette/schema.git",
10782 "reference": "337117df1dade22e2ba1fdc4a4b832c1e9b06b76"
10783 },
10784 "dist": {
10785 "type": "zip",
10786 "url": "https://api.github.com/repos/nette/schema/zipball/337117df1dade22e2ba1fdc4a4b832c1e9b06b76",
10787 "reference": "337117df1dade22e2ba1fdc4a4b832c1e9b06b76",
10788 "shasum": ""
10789 },
10790 "require": {
10791 "nette/utils": "^3.0.1",
10792 "php": ">=7.1"
10793 },
10794 "require-dev": {
10795 "nette/tester": "^2.2",
10796 "tracy/tracy": "^2.3"
10797 },
10798 "type": "library",
10799 "extra": {
10800 "branch-alias": {
10801 "dev-master": "1.0-dev"
10802 }
10803 },
10804 "autoload": {
10805 "classmap": [
10806 "src/"
10807 ]
10808 },
10809 "notification-url": "https://packagist.org/downloads/",
10810 "license": [
10811 "BSD-3-Clause",
10812 "GPL-2.0",
10813 "GPL-3.0"
10814 ],
10815 "authors": [
10816 {
10817 "name": "David Grudl",
10818 "homepage": "https://davidgrudl.com"
10819 },
10820 {
10821 "name": "Nette Community",
10822 "homepage": "https://nette.org/contributors"
10823 }
10824 ],
10825 "description": "📐 Nette Schema: validating data structures against a given Schema.",
10826 "homepage": "https://nette.org",
10827 "keywords": [
10828 "config",
10829 "nette"
10830 ],
10831 "time": "2019-10-31T20:52:19+00:00"
10832 },
10833 {
10834 "name": "nette/utils",
10835 "version": "v3.0.2",
10836 "source": {
10837 "type": "git",
10838 "url": "https://github.com/nette/utils.git",
10839 "reference": "c133e18c922dcf3ad07673077d92d92cef25a148"
10840 },
10841 "dist": {
10842 "type": "zip",
10843 "url": "https://api.github.com/repos/nette/utils/zipball/c133e18c922dcf3ad07673077d92d92cef25a148",
10844 "reference": "c133e18c922dcf3ad07673077d92d92cef25a148",
10845 "shasum": ""
10846 },
10847 "require": {
10848 "php": ">=7.1"
10849 },
10850 "require-dev": {
10851 "nette/tester": "~2.0",
10852 "tracy/tracy": "^2.3"
10853 },
10854 "suggest": {
10855 "ext-gd": "to use Image",
10856 "ext-iconv": "to use Strings::webalize() and toAscii()",
10857 "ext-intl": "to use Strings::webalize(), toAscii(), normalize() and compare()",
10858 "ext-json": "to use Nette\\Utils\\Json",
10859 "ext-mbstring": "to use Strings::lower() etc...",
10860 "ext-tokenizer": "to use Nette\\Utils\\Reflection::getUseStatements()",
10861 "ext-xml": "to use Strings::length() etc. when mbstring is not available"
10862 },
10863 "type": "library",
10864 "extra": {
10865 "branch-alias": {
10866 "dev-master": "3.0-dev"
10867 }
10868 },
10869 "autoload": {
10870 "classmap": [
10871 "src/"
10872 ]
10873 },
10874 "notification-url": "https://packagist.org/downloads/",
10875 "license": [
10876 "BSD-3-Clause",
10877 "GPL-2.0",
10878 "GPL-3.0"
10879 ],
10880 "authors": [
10881 {
10882 "name": "David Grudl",
10883 "homepage": "https://davidgrudl.com"
10884 },
10885 {
10886 "name": "Nette Community",
10887 "homepage": "https://nette.org/contributors"
10888 }
10889 ],
10890 "description": "🛠 Nette Utils: lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.",
10891 "homepage": "https://nette.org",
10892 "keywords": [
10893 "array",
10894 "core",
10895 "datetime",
10896 "images",
10897 "json",
10898 "nette",
10899 "paginator",
10900 "password",
10901 "slugify",
10902 "string",
10903 "unicode",
10904 "utf-8",
10905 "utility",
10906 "validation"
10907 ],
10908 "time": "2019-10-21T20:40:16+00:00"
10909 },
10910 {
10911 "name": "nikic/php-parser",
10912 "version": "v4.3.0",
10913 "source": {
10914 "type": "git",
10915 "url": "https://github.com/nikic/PHP-Parser.git",
10916 "reference": "9a9981c347c5c49d6dfe5cf826bb882b824080dc"
10917 },
10918 "dist": {
10919 "type": "zip",
10920 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/9a9981c347c5c49d6dfe5cf826bb882b824080dc",
10921 "reference": "9a9981c347c5c49d6dfe5cf826bb882b824080dc",
10922 "shasum": ""
10923 },
10924 "require": {
10925 "ext-tokenizer": "*",
10926 "php": ">=7.0"
10927 },
10928 "require-dev": {
10929 "ircmaxell/php-yacc": "0.0.5",
10930 "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0"
10931 },
10932 "bin": [
10933 "bin/php-parse"
10934 ],
10935 "type": "library",
10936 "extra": {
10937 "branch-alias": {
10938 "dev-master": "4.3-dev"
10939 }
10940 },
10941 "autoload": {
10942 "psr-4": {
10943 "PhpParser\\": "lib/PhpParser"
10944 }
10945 },
10946 "notification-url": "https://packagist.org/downloads/",
10947 "license": [
10948 "BSD-3-Clause"
10949 ],
10950 "authors": [
10951 {
10952 "name": "Nikita Popov"
10953 }
10954 ],
10955 "description": "A PHP parser written in PHP",
10956 "keywords": [
10957 "parser",
10958 "php"
10959 ],
10960 "time": "2019-11-08T13:50:10+00:00"
10961 },
10962 {
10963 "name": "php-cs-fixer/diff",
10964 "version": "v1.3.0",
10965 "source": {
10966 "type": "git",
10967 "url": "https://github.com/PHP-CS-Fixer/diff.git",
10968 "reference": "78bb099e9c16361126c86ce82ec4405ebab8e756"
10969 },
10970 "dist": {
10971 "type": "zip",
10972 "url": "https://api.github.com/repos/PHP-CS-Fixer/diff/zipball/78bb099e9c16361126c86ce82ec4405ebab8e756",
10973 "reference": "78bb099e9c16361126c86ce82ec4405ebab8e756",
10974 "shasum": ""
10975 },
10976 "require": {
10977 "php": "^5.6 || ^7.0"
10978 },
10979 "require-dev": {
10980 "phpunit/phpunit": "^5.7.23 || ^6.4.3",
10981 "symfony/process": "^3.3"
10982 },
10983 "type": "library",
10984 "autoload": {
10985 "classmap": [
10986 "src/"
10987 ]
10988 },
10989 "notification-url": "https://packagist.org/downloads/",
10990 "license": [
10991 "BSD-3-Clause"
10992 ],
10993 "authors": [
10994 {
10995 "name": "Kore Nordmann",
10996 "email": "mail@kore-nordmann.de"
10997 },
10998 {
10999 "name": "Sebastian Bergmann",
11000 "email": "sebastian@phpunit.de"
11001 },
11002 {
11003 "name": "SpacePossum"
11004 }
11005 ],
11006 "description": "sebastian/diff v2 backport support for PHP5.6",
11007 "homepage": "https://github.com/PHP-CS-Fixer",
11008 "keywords": [
11009 "diff"
11010 ],
11011 "time": "2018-02-15T16:58:55+00:00"
11012 },
11013 {
11014 "name": "php-http/mock-client",
11015 "version": "1.3.1",
11016 "source": {
11017 "type": "git",
11018 "url": "https://github.com/php-http/mock-client.git",
11019 "reference": "186547be76fe81cc0c0589f9285ef9c8dded9845"
11020 },
11021 "dist": {
11022 "type": "zip",
11023 "url": "https://api.github.com/repos/php-http/mock-client/zipball/186547be76fe81cc0c0589f9285ef9c8dded9845",
11024 "reference": "186547be76fe81cc0c0589f9285ef9c8dded9845",
11025 "shasum": ""
11026 },
11027 "require": {
11028 "php": "^5.5 || ^7.0",
11029 "php-http/client-common": "^1.9 || ^2.0",
11030 "php-http/discovery": "^1.0",
11031 "php-http/httplug": "^1.0 || ^2.0",
11032 "php-http/message-factory": "^1.0"
11033 },
11034 "provide": {
11035 "php-http/async-client-implementation": "1.0",
11036 "php-http/client-implementation": "1.0"
11037 },
11038 "require-dev": {
11039 "henrikbjorn/phpspec-code-coverage": "^1.0",
11040 "phpspec/phpspec": "^2.4"
11041 },
11042 "type": "library",
11043 "extra": {
11044 "branch-alias": {
11045 "dev-master": "1.3-dev"
11046 }
11047 },
11048 "autoload": {
11049 "psr-4": {
11050 "Http\\Mock\\": "src/"
11051 }
11052 },
11053 "notification-url": "https://packagist.org/downloads/",
11054 "license": [
11055 "MIT"
11056 ],
11057 "authors": [
11058 {
11059 "name": "David de Boer",
11060 "email": "david@ddeboer.nl"
11061 }
11062 ],
11063 "description": "Mock HTTP client",
11064 "homepage": "http://httplug.io",
11065 "keywords": [
11066 "client",
11067 "http",
11068 "mock",
11069 "psr7"
11070 ],
11071 "time": "2019-11-06T12:49:04+00:00"
11072 },
11073 {
11074 "name": "phpstan/phpdoc-parser",
11075 "version": "0.3.5",
11076 "source": {
11077 "type": "git",
11078 "url": "https://github.com/phpstan/phpdoc-parser.git",
11079 "reference": "8c4ef2aefd9788238897b678a985e1d5c8df6db4"
11080 },
11081 "dist": {
11082 "type": "zip",
11083 "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/8c4ef2aefd9788238897b678a985e1d5c8df6db4",
11084 "reference": "8c4ef2aefd9788238897b678a985e1d5c8df6db4",
11085 "shasum": ""
11086 },
11087 "require": {
11088 "php": "~7.1"
11089 },
11090 "require-dev": {
11091 "consistence/coding-standard": "^3.5",
11092 "jakub-onderka/php-parallel-lint": "^0.9.2",
11093 "phing/phing": "^2.16.0",
11094 "phpstan/phpstan": "^0.10",
11095 "phpunit/phpunit": "^6.3",
11096 "slevomat/coding-standard": "^4.7.2",
11097 "squizlabs/php_codesniffer": "^3.3.2",
11098 "symfony/process": "^3.4 || ^4.0"
11099 },
11100 "type": "library",
11101 "extra": {
11102 "branch-alias": {
11103 "dev-master": "0.3-dev"
11104 }
11105 },
11106 "autoload": {
11107 "psr-4": {
11108 "PHPStan\\PhpDocParser\\": [
11109 "src/"
11110 ]
11111 }
11112 },
11113 "notification-url": "https://packagist.org/downloads/",
11114 "license": [
11115 "MIT"
11116 ],
11117 "description": "PHPDoc parser with support for nullable, intersection and generic types",
11118 "time": "2019-06-07T19:13:52+00:00"
11119 },
11120 {
11121 "name": "phpstan/phpstan",
11122 "version": "0.11.19",
11123 "source": {
11124 "type": "git",
11125 "url": "https://github.com/phpstan/phpstan.git",
11126 "reference": "63cc502f6957b7f74efbac444b4cf219dcadffd7"
11127 },
11128 "dist": {
11129 "type": "zip",
11130 "url": "https://api.github.com/repos/phpstan/phpstan/zipball/63cc502f6957b7f74efbac444b4cf219dcadffd7",
11131 "reference": "63cc502f6957b7f74efbac444b4cf219dcadffd7",
11132 "shasum": ""
11133 },
11134 "require": {
11135 "composer/xdebug-handler": "^1.3.0",
11136 "jean85/pretty-package-versions": "^1.0.3",
11137 "nette/bootstrap": "^2.4 || ^3.0",
11138 "nette/di": "^2.4.7 || ^3.0",
11139 "nette/neon": "^2.4.3 || ^3.0",
11140 "nette/robot-loader": "^3.0.1",
11141 "nette/schema": "^1.0",
11142 "nette/utils": "^2.4.5 || ^3.0",
11143 "nikic/php-parser": "^4.2.3",
11144 "php": "~7.1",
11145 "phpstan/phpdoc-parser": "^0.3.5",
11146 "symfony/console": "~3.2 || ~4.0",
11147 "symfony/finder": "~3.2 || ~4.0"
11148 },
11149 "conflict": {
11150 "symfony/console": "3.4.16 || 4.1.5"
11151 },
11152 "require-dev": {
11153 "brianium/paratest": "^2.0 || ^3.0",
11154 "consistence/coding-standard": "^3.5",
11155 "dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
11156 "ext-intl": "*",
11157 "ext-mysqli": "*",
11158 "ext-simplexml": "*",
11159 "ext-soap": "*",
11160 "ext-zip": "*",
11161 "jakub-onderka/php-parallel-lint": "^1.0",
11162 "localheinz/composer-normalize": "^1.1.0",
11163 "phing/phing": "^2.16.0",
11164 "phpstan/phpstan-deprecation-rules": "^0.11",
11165 "phpstan/phpstan-php-parser": "^0.11",
11166 "phpstan/phpstan-phpunit": "^0.11",
11167 "phpstan/phpstan-strict-rules": "^0.11",
11168 "phpunit/phpunit": "^7.5.14 || ^8.0",
11169 "slevomat/coding-standard": "^4.7.2",
11170 "squizlabs/php_codesniffer": "^3.3.2"
11171 },
11172 "bin": [
11173 "bin/phpstan"
11174 ],
11175 "type": "library",
11176 "extra": {
11177 "branch-alias": {
11178 "dev-master": "0.11-dev"
11179 }
11180 },
11181 "autoload": {
11182 "psr-4": {
11183 "PHPStan\\": [
11184 "src/"
11185 ]
11186 }
11187 },
11188 "notification-url": "https://packagist.org/downloads/",
11189 "license": [
11190 "MIT"
11191 ],
11192 "description": "PHPStan - PHP Static Analysis Tool",
11193 "time": "2019-10-22T20:20:22+00:00"
11194 },
11195 {
11196 "name": "phpstan/phpstan-doctrine",
11197 "version": "0.11.6",
11198 "source": {
11199 "type": "git",
11200 "url": "https://github.com/phpstan/phpstan-doctrine.git",
11201 "reference": "77592865e167b32c7dcb4f39a35210e909a8854c"
11202 },
11203 "dist": {
11204 "type": "zip",
11205 "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/77592865e167b32c7dcb4f39a35210e909a8854c",
11206 "reference": "77592865e167b32c7dcb4f39a35210e909a8854c",
11207 "shasum": ""
11208 },
11209 "require": {
11210 "nikic/php-parser": "^4.0",
11211 "php": "~7.1",
11212 "phpstan/phpdoc-parser": "^0.3",
11213 "phpstan/phpstan": "^0.11.7"
11214 },
11215 "conflict": {
11216 "doctrine/collections": "<1.0",
11217 "doctrine/common": "<2.7",
11218 "doctrine/mongodb-odm": "<1.2",
11219 "doctrine/orm": "<2.5"
11220 },
11221 "require-dev": {
11222 "consistence/coding-standard": "^3.8",
11223 "dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
11224 "doctrine/collections": "^1.0",
11225 "doctrine/common": "^2.7",
11226 "doctrine/mongodb-odm": "^1.2",
11227 "doctrine/orm": "^2.5",
11228 "jakub-onderka/php-parallel-lint": "^1.0",
11229 "phing/phing": "^2.16.0",
11230 "phpstan/phpstan-phpunit": "^0.11",
11231 "phpstan/phpstan-strict-rules": "^0.11",
11232 "phpunit/phpunit": "^7.0",
11233 "slevomat/coding-standard": "^5.0.4"
11234 },
11235 "type": "phpstan-extension",
11236 "extra": {
11237 "branch-alias": {
11238 "dev-master": "0.11-dev"
11239 },
11240 "phpstan": {
11241 "includes": [
11242 "extension.neon",
11243 "rules.neon"
11244 ]
11245 }
11246 },
11247 "autoload": {
11248 "psr-4": {
11249 "PHPStan\\": "src/"
11250 }
11251 },
11252 "notification-url": "https://packagist.org/downloads/",
11253 "license": [
11254 "MIT"
11255 ],
11256 "description": "Doctrine extensions for PHPStan",
11257 "time": "2019-09-13T08:40:06+00:00"
11258 },
11259 {
11260 "name": "phpstan/phpstan-phpunit",
11261 "version": "0.11.2",
11262 "source": {
11263 "type": "git",
11264 "url": "https://github.com/phpstan/phpstan-phpunit.git",
11265 "reference": "fbf2ad56c3b13189d29655e226c9b1da47c2fad9"
11266 },
11267 "dist": {
11268 "type": "zip",
11269 "url": "https://api.github.com/repos/phpstan/phpstan-phpunit/zipball/fbf2ad56c3b13189d29655e226c9b1da47c2fad9",
11270 "reference": "fbf2ad56c3b13189d29655e226c9b1da47c2fad9",
11271 "shasum": ""
11272 },
11273 "require": {
11274 "nikic/php-parser": "^4.0",
11275 "php": "~7.1",
11276 "phpstan/phpdoc-parser": "^0.3",
11277 "phpstan/phpstan": "^0.11.4"
11278 },
11279 "conflict": {
11280 "phpunit/phpunit": "<7.0"
11281 },
11282 "require-dev": {
11283 "consistence/coding-standard": "^3.0.1",
11284 "dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
11285 "jakub-onderka/php-parallel-lint": "^1.0",
11286 "phing/phing": "^2.16.0",
11287 "phpstan/phpstan-strict-rules": "^0.11",
11288 "phpunit/phpunit": "^7.0",
11289 "satooshi/php-coveralls": "^1.0",
11290 "slevomat/coding-standard": "^4.5.2"
11291 },
11292 "type": "phpstan-extension",
11293 "extra": {
11294 "branch-alias": {
11295 "dev-master": "0.11-dev"
11296 },
11297 "phpstan": {
11298 "includes": [
11299 "extension.neon",
11300 "rules.neon"
11301 ]
11302 }
11303 },
11304 "autoload": {
11305 "psr-4": {
11306 "PHPStan\\": "src/"
11307 }
11308 },
11309 "notification-url": "https://packagist.org/downloads/",
11310 "license": [
11311 "MIT"
11312 ],
11313 "description": "PHPUnit extensions and rules for PHPStan",
11314 "time": "2019-05-17T17:50:16+00:00"
11315 },
11316 {
11317 "name": "phpstan/phpstan-symfony",
11318 "version": "0.11.6",
11319 "source": {
11320 "type": "git",
11321 "url": "https://github.com/phpstan/phpstan-symfony.git",
11322 "reference": "c7be3054c21fd472a52b1c38eb129c3f93776084"
11323 },
11324 "dist": {
11325 "type": "zip",
11326 "url": "https://api.github.com/repos/phpstan/phpstan-symfony/zipball/c7be3054c21fd472a52b1c38eb129c3f93776084",
11327 "reference": "c7be3054c21fd472a52b1c38eb129c3f93776084",
11328 "shasum": ""
11329 },
11330 "require": {
11331 "ext-simplexml": "*",
11332 "nikic/php-parser": "^4.0",
11333 "php": "^7.1",
11334 "phpstan/phpstan": "^0.11.7"
11335 },
11336 "conflict": {
11337 "symfony/framework-bundle": "<3.0"
11338 },
11339 "require-dev": {
11340 "consistence/coding-standard": "^3.0.1",
11341 "dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
11342 "jakub-onderka/php-parallel-lint": "^1.0",
11343 "nette/di": "^3.0-stable",
11344 "phing/phing": "^2.16.0",
11345 "phpstan/phpstan-phpunit": "^0.11",
11346 "phpstan/phpstan-strict-rules": "^0.11",
11347 "phpunit/phpunit": "^7.0",
11348 "slevomat/coding-standard": "^4.5.2",
11349 "squizlabs/php_codesniffer": "^3.3.2",
11350 "symfony/console": "^3.0 || ^4.0",
11351 "symfony/framework-bundle": "^3.0 || ^4.0",
11352 "symfony/messenger": "^4.2",
11353 "symfony/serializer": "^3.0 || ^4.0"
11354 },
11355 "type": "phpstan-extension",
11356 "extra": {
11357 "branch-alias": {
11358 "dev-master": "0.11-dev"
11359 },
11360 "phpstan": {
11361 "includes": [
11362 "extension.neon"
11363 ]
11364 }
11365 },
11366 "autoload": {
11367 "psr-4": {
11368 "PHPStan\\": "src/"
11369 }
11370 },
11371 "notification-url": "https://packagist.org/downloads/",
11372 "license": [
11373 "MIT"
11374 ],
11375 "authors": [
11376 {
11377 "name": "Lukáš Unger",
11378 "email": "looky.msc@gmail.com",
11379 "homepage": "https://lookyman.net"
11380 }
11381 ],
11382 "description": "Symfony Framework extensions and rules for PHPStan",
11383 "time": "2019-05-19T17:40:25+00:00"
11384 },
11385 {
11386 "name": "sensio/generator-bundle",
11387 "version": "v3.1.7",
11388 "source": {
11389 "type": "git",
11390 "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git",
11391 "reference": "28cbaa244bd0816fd8908b93f90380bcd7b67a65"
11392 },
11393 "dist": {
11394 "type": "zip",
11395 "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/28cbaa244bd0816fd8908b93f90380bcd7b67a65",
11396 "reference": "28cbaa244bd0816fd8908b93f90380bcd7b67a65",
11397 "shasum": ""
11398 },
11399 "require": {
11400 "symfony/console": "~2.7|~3.0",
11401 "symfony/framework-bundle": "~2.7|~3.0",
11402 "symfony/process": "~2.7|~3.0",
11403 "symfony/yaml": "~2.7|~3.0",
11404 "twig/twig": "^1.28.2|^2.0"
11405 },
11406 "require-dev": {
11407 "doctrine/orm": "~2.4",
11408 "symfony/doctrine-bridge": "~2.7|~3.0",
11409 "symfony/filesystem": "~2.7|~3.0",
11410 "symfony/phpunit-bridge": "^3.3"
11411 },
11412 "type": "symfony-bundle",
11413 "extra": {
11414 "branch-alias": {
11415 "dev-master": "3.1.x-dev"
11416 }
11417 },
11418 "autoload": {
11419 "psr-4": {
11420 "Sensio\\Bundle\\GeneratorBundle\\": ""
11421 },
11422 "exclude-from-classmap": [
11423 "/Tests/"
11424 ]
11425 },
11426 "notification-url": "https://packagist.org/downloads/",
11427 "license": [
11428 "MIT"
11429 ],
11430 "authors": [
11431 {
11432 "name": "Fabien Potencier",
11433 "email": "fabien@symfony.com"
11434 }
11435 ],
11436 "description": "This bundle generates code for you",
11437 "time": "2017-12-07T15:36:41+00:00"
11438 },
11439 {
11440 "name": "symfony/phpunit-bridge",
11441 "version": "v4.3.9",
11442 "source": {
11443 "type": "git",
11444 "url": "https://github.com/symfony/phpunit-bridge.git",
11445 "reference": "e1ce1695430a3c8ee876ff1d91ce64871786581f"
11446 },
11447 "dist": {
11448 "type": "zip",
11449 "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/e1ce1695430a3c8ee876ff1d91ce64871786581f",
11450 "reference": "e1ce1695430a3c8ee876ff1d91ce64871786581f",
11451 "shasum": ""
11452 },
11453 "require": {
11454 "php": ">=5.5.9"
11455 },
11456 "conflict": {
11457 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
11458 },
11459 "suggest": {
11460 "symfony/debug": "For tracking deprecated interfaces usages at runtime with DebugClassLoader"
11461 },
11462 "bin": [
11463 "bin/simple-phpunit"
11464 ],
11465 "type": "symfony-bridge",
11466 "extra": {
11467 "branch-alias": {
11468 "dev-master": "4.3-dev"
11469 },
11470 "thanks": {
11471 "name": "phpunit/phpunit",
11472 "url": "https://github.com/sebastianbergmann/phpunit"
11473 }
11474 },
11475 "autoload": {
11476 "files": [
11477 "bootstrap.php"
11478 ],
11479 "psr-4": {
11480 "Symfony\\Bridge\\PhpUnit\\": ""
11481 },
11482 "exclude-from-classmap": [
11483 "/Tests/"
11484 ]
11485 },
11486 "notification-url": "https://packagist.org/downloads/",
11487 "license": [
11488 "MIT"
11489 ],
11490 "authors": [
11491 {
11492 "name": "Nicolas Grekas",
11493 "email": "p@tchwork.com"
11494 },
11495 {
11496 "name": "Symfony Community",
11497 "homepage": "https://symfony.com/contributors"
11498 }
11499 ],
11500 "description": "Symfony PHPUnit Bridge",
11501 "homepage": "https://symfony.com",
11502 "time": "2019-11-28T10:34:19+00:00"
11503 }
11504 ],
11505 "aliases": [],
11506 "minimum-stability": "dev",
11507 "stability-flags": {
11508 "grandt/phpepub": 20,
11509 "predis/predis": 20
11510 },
11511 "prefer-stable": true,
11512 "prefer-lowest": false,
11513 "platform": {
11514 "php": ">=7.1.3",
11515 "ext-pcre": "*",
11516 "ext-dom": "*",
11517 "ext-curl": "*",
11518 "ext-gd": "*",
11519 "ext-session": "*",
11520 "ext-ctype": "*",
11521 "ext-hash": "*",
11522 "ext-simplexml": "*",
11523 "ext-json": "*",
11524 "ext-mbstring": "*",
11525 "ext-xml": "*",
11526 "ext-iconv": "*",
11527 "ext-tokenizer": "*",
11528 "ext-pdo": "*",
11529 "ext-tidy": "*"
11530 },
11531 "platform-dev": [],
11532 "platform-overrides": {
11533 "php": "7.1.3"
11534 }
11535 }