]> git.immae.eu Git - github/wallabag/wallabag.git/blob - composer.lock
Merge pull request #4220 from wallabag/dependabot/composer/craue/config-bundle-2.4.0
[github/wallabag/wallabag.git] / composer.lock
1 {
2 "_readme": [
3 "This file locks the dependencies of your project to a known state",
4 "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
5 "This file is @generated automatically"
6 ],
7 "content-hash": "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.6",
62 "source": {
63 "type": "git",
64 "url": "https://github.com/beberlei/assert.git",
65 "reference": "99508be011753690fe108ded450f5caaae180cfa"
66 },
67 "dist": {
68 "type": "zip",
69 "url": "https://api.github.com/repos/beberlei/assert/zipball/99508be011753690fe108ded450f5caaae180cfa",
70 "reference": "99508be011753690fe108ded450f5caaae180cfa",
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-10-10T10:33:57+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.2",
739 "source": {
740 "type": "git",
741 "url": "https://github.com/doctrine/DoctrineBundle.git",
742 "reference": "9ac04186b47abda4759d0c304ab8f0780c470ac9"
743 },
744 "dist": {
745 "type": "zip",
746 "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/9ac04186b47abda4759d0c304ab8f0780c470ac9",
747 "reference": "9ac04186b47abda4759d0c304ab8f0780c470ac9",
748 "shasum": ""
749 },
750 "require": {
751 "doctrine/dbal": "^2.5.12",
752 "doctrine/doctrine-cache-bundle": "~1.2",
753 "jdorn/sql-formatter": "^1.2.16",
754 "php": "^7.1",
755 "symfony/cache": "^3.4.30|^4.3.3",
756 "symfony/config": "^3.4.30|^4.3.3",
757 "symfony/console": "^3.4.30|^4.3.3",
758 "symfony/dependency-injection": "^3.4.30|^4.3.3",
759 "symfony/doctrine-bridge": "^3.4.30|^4.3.3",
760 "symfony/framework-bundle": "^3.4.30|^4.3.3"
761 },
762 "conflict": {
763 "doctrine/orm": "<2.6",
764 "twig/twig": "<1.34|>=2.0,<2.4"
765 },
766 "require-dev": {
767 "doctrine/coding-standard": "^6.0",
768 "doctrine/orm": "^2.6",
769 "php-coveralls/php-coveralls": "^2.1",
770 "phpunit/phpunit": "^7.5",
771 "symfony/phpunit-bridge": "^4.2",
772 "symfony/property-info": "^3.4.30|^4.3.3",
773 "symfony/twig-bridge": "^3.4|^4.1",
774 "symfony/validator": "^3.4.30|^4.3.3",
775 "symfony/web-profiler-bundle": "^3.4.30|^4.3.3",
776 "symfony/yaml": "^3.4.30|^4.3.3",
777 "twig/twig": "^1.34|^2.12"
778 },
779 "suggest": {
780 "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
781 "symfony/web-profiler-bundle": "To use the data collector."
782 },
783 "type": "symfony-bundle",
784 "extra": {
785 "branch-alias": {
786 "dev-master": "1.12.x-dev"
787 }
788 },
789 "autoload": {
790 "psr-4": {
791 "Doctrine\\Bundle\\DoctrineBundle\\": ""
792 }
793 },
794 "notification-url": "https://packagist.org/downloads/",
795 "license": [
796 "MIT"
797 ],
798 "authors": [
799 {
800 "name": "Fabien Potencier",
801 "email": "fabien@symfony.com"
802 },
803 {
804 "name": "Benjamin Eberlei",
805 "email": "kontakt@beberlei.de"
806 },
807 {
808 "name": "Symfony Community",
809 "homepage": "http://symfony.com/contributors"
810 },
811 {
812 "name": "Doctrine Project",
813 "homepage": "http://www.doctrine-project.org/"
814 }
815 ],
816 "description": "Symfony DoctrineBundle",
817 "homepage": "http://www.doctrine-project.org",
818 "keywords": [
819 "database",
820 "dbal",
821 "orm",
822 "persistence"
823 ],
824 "time": "2019-11-28T13:00:49+00:00"
825 },
826 {
827 "name": "doctrine/doctrine-cache-bundle",
828 "version": "1.4.0",
829 "source": {
830 "type": "git",
831 "url": "https://github.com/doctrine/DoctrineCacheBundle.git",
832 "reference": "6bee2f9b339847e8a984427353670bad4e7bdccb"
833 },
834 "dist": {
835 "type": "zip",
836 "url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/6bee2f9b339847e8a984427353670bad4e7bdccb",
837 "reference": "6bee2f9b339847e8a984427353670bad4e7bdccb",
838 "shasum": ""
839 },
840 "require": {
841 "doctrine/cache": "^1.4.2",
842 "doctrine/inflector": "^1.0",
843 "php": "^7.1",
844 "symfony/doctrine-bridge": "^3.4|^4.0"
845 },
846 "require-dev": {
847 "instaclick/coding-standard": "~1.1",
848 "instaclick/object-calisthenics-sniffs": "dev-master",
849 "instaclick/symfony2-coding-standard": "dev-remaster",
850 "phpunit/phpunit": "^7.0",
851 "predis/predis": "~0.8",
852 "satooshi/php-coveralls": "^1.0",
853 "squizlabs/php_codesniffer": "~1.5",
854 "symfony/console": "^3.4|^4.0",
855 "symfony/finder": "^3.4|^4.0",
856 "symfony/framework-bundle": "^3.4|^4.0",
857 "symfony/phpunit-bridge": "^3.4|^4.0",
858 "symfony/security-acl": "^2.8",
859 "symfony/validator": "^3.4|^4.0",
860 "symfony/yaml": "^3.4|^4.0"
861 },
862 "suggest": {
863 "symfony/security-acl": "For using this bundle to cache ACLs"
864 },
865 "type": "symfony-bundle",
866 "extra": {
867 "branch-alias": {
868 "dev-master": "1.4.x-dev"
869 }
870 },
871 "autoload": {
872 "psr-4": {
873 "Doctrine\\Bundle\\DoctrineCacheBundle\\": ""
874 },
875 "exclude-from-classmap": [
876 "/Tests/"
877 ]
878 },
879 "notification-url": "https://packagist.org/downloads/",
880 "license": [
881 "MIT"
882 ],
883 "authors": [
884 {
885 "name": "Fabien Potencier",
886 "email": "fabien@symfony.com"
887 },
888 {
889 "name": "Benjamin Eberlei",
890 "email": "kontakt@beberlei.de"
891 },
892 {
893 "name": "Fabio B. Silva",
894 "email": "fabio.bat.silva@gmail.com"
895 },
896 {
897 "name": "Guilherme Blanco",
898 "email": "guilhermeblanco@hotmail.com"
899 },
900 {
901 "name": "Symfony Community",
902 "homepage": "http://symfony.com/contributors"
903 },
904 {
905 "name": "Doctrine Project",
906 "homepage": "http://www.doctrine-project.org/"
907 }
908 ],
909 "description": "Symfony Bundle for Doctrine Cache",
910 "homepage": "https://www.doctrine-project.org",
911 "keywords": [
912 "cache",
913 "caching"
914 ],
915 "time": "2019-11-29T11:22:01+00:00"
916 },
917 {
918 "name": "doctrine/doctrine-migrations-bundle",
919 "version": "v1.3.2",
920 "source": {
921 "type": "git",
922 "url": "https://github.com/doctrine/DoctrineMigrationsBundle.git",
923 "reference": "49fa399181db4bf4f9f725126bd1cb65c4398dce"
924 },
925 "dist": {
926 "type": "zip",
927 "url": "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/49fa399181db4bf4f9f725126bd1cb65c4398dce",
928 "reference": "49fa399181db4bf4f9f725126bd1cb65c4398dce",
929 "shasum": ""
930 },
931 "require": {
932 "doctrine/doctrine-bundle": "~1.0",
933 "doctrine/migrations": "^1.1",
934 "php": ">=5.4.0",
935 "symfony/framework-bundle": "~2.7|~3.3|~4.0"
936 },
937 "require-dev": {
938 "phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^7.4"
939 },
940 "type": "symfony-bundle",
941 "extra": {
942 "branch-alias": {
943 "dev-master": "1.3-dev"
944 }
945 },
946 "autoload": {
947 "psr-4": {
948 "Doctrine\\Bundle\\MigrationsBundle\\": ""
949 }
950 },
951 "notification-url": "https://packagist.org/downloads/",
952 "license": [
953 "MIT"
954 ],
955 "authors": [
956 {
957 "name": "Symfony Community",
958 "homepage": "http://symfony.com/contributors"
959 },
960 {
961 "name": "Doctrine Project",
962 "homepage": "http://www.doctrine-project.org"
963 },
964 {
965 "name": "Fabien Potencier",
966 "email": "fabien@symfony.com"
967 }
968 ],
969 "description": "Symfony DoctrineMigrationsBundle",
970 "homepage": "http://www.doctrine-project.org",
971 "keywords": [
972 "dbal",
973 "migrations",
974 "schema"
975 ],
976 "time": "2018-12-03T11:55:33+00:00"
977 },
978 {
979 "name": "doctrine/event-manager",
980 "version": "1.1.0",
981 "source": {
982 "type": "git",
983 "url": "https://github.com/doctrine/event-manager.git",
984 "reference": "629572819973f13486371cb611386eb17851e85c"
985 },
986 "dist": {
987 "type": "zip",
988 "url": "https://api.github.com/repos/doctrine/event-manager/zipball/629572819973f13486371cb611386eb17851e85c",
989 "reference": "629572819973f13486371cb611386eb17851e85c",
990 "shasum": ""
991 },
992 "require": {
993 "php": "^7.1"
994 },
995 "conflict": {
996 "doctrine/common": "<2.9@dev"
997 },
998 "require-dev": {
999 "doctrine/coding-standard": "^6.0",
1000 "phpunit/phpunit": "^7.0"
1001 },
1002 "type": "library",
1003 "extra": {
1004 "branch-alias": {
1005 "dev-master": "1.0.x-dev"
1006 }
1007 },
1008 "autoload": {
1009 "psr-4": {
1010 "Doctrine\\Common\\": "lib/Doctrine/Common"
1011 }
1012 },
1013 "notification-url": "https://packagist.org/downloads/",
1014 "license": [
1015 "MIT"
1016 ],
1017 "authors": [
1018 {
1019 "name": "Guilherme Blanco",
1020 "email": "guilhermeblanco@gmail.com"
1021 },
1022 {
1023 "name": "Roman Borschel",
1024 "email": "roman@code-factory.org"
1025 },
1026 {
1027 "name": "Benjamin Eberlei",
1028 "email": "kontakt@beberlei.de"
1029 },
1030 {
1031 "name": "Jonathan Wage",
1032 "email": "jonwage@gmail.com"
1033 },
1034 {
1035 "name": "Johannes Schmitt",
1036 "email": "schmittjoh@gmail.com"
1037 },
1038 {
1039 "name": "Marco Pivetta",
1040 "email": "ocramius@gmail.com"
1041 }
1042 ],
1043 "description": "The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.",
1044 "homepage": "https://www.doctrine-project.org/projects/event-manager.html",
1045 "keywords": [
1046 "event",
1047 "event dispatcher",
1048 "event manager",
1049 "event system",
1050 "events"
1051 ],
1052 "time": "2019-11-10T09:48:07+00:00"
1053 },
1054 {
1055 "name": "doctrine/inflector",
1056 "version": "1.3.1",
1057 "source": {
1058 "type": "git",
1059 "url": "https://github.com/doctrine/inflector.git",
1060 "reference": "ec3a55242203ffa6a4b27c58176da97ff0a7aec1"
1061 },
1062 "dist": {
1063 "type": "zip",
1064 "url": "https://api.github.com/repos/doctrine/inflector/zipball/ec3a55242203ffa6a4b27c58176da97ff0a7aec1",
1065 "reference": "ec3a55242203ffa6a4b27c58176da97ff0a7aec1",
1066 "shasum": ""
1067 },
1068 "require": {
1069 "php": "^7.1"
1070 },
1071 "require-dev": {
1072 "phpunit/phpunit": "^6.2"
1073 },
1074 "type": "library",
1075 "extra": {
1076 "branch-alias": {
1077 "dev-master": "1.3.x-dev"
1078 }
1079 },
1080 "autoload": {
1081 "psr-4": {
1082 "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
1083 }
1084 },
1085 "notification-url": "https://packagist.org/downloads/",
1086 "license": [
1087 "MIT"
1088 ],
1089 "authors": [
1090 {
1091 "name": "Guilherme Blanco",
1092 "email": "guilhermeblanco@gmail.com"
1093 },
1094 {
1095 "name": "Roman Borschel",
1096 "email": "roman@code-factory.org"
1097 },
1098 {
1099 "name": "Benjamin Eberlei",
1100 "email": "kontakt@beberlei.de"
1101 },
1102 {
1103 "name": "Jonathan Wage",
1104 "email": "jonwage@gmail.com"
1105 },
1106 {
1107 "name": "Johannes Schmitt",
1108 "email": "schmittjoh@gmail.com"
1109 }
1110 ],
1111 "description": "Common String Manipulations with regard to casing and singular/plural rules.",
1112 "homepage": "http://www.doctrine-project.org",
1113 "keywords": [
1114 "inflection",
1115 "pluralize",
1116 "singularize",
1117 "string"
1118 ],
1119 "time": "2019-10-30T19:59:35+00:00"
1120 },
1121 {
1122 "name": "doctrine/instantiator",
1123 "version": "1.3.0",
1124 "source": {
1125 "type": "git",
1126 "url": "https://github.com/doctrine/instantiator.git",
1127 "reference": "ae466f726242e637cebdd526a7d991b9433bacf1"
1128 },
1129 "dist": {
1130 "type": "zip",
1131 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/ae466f726242e637cebdd526a7d991b9433bacf1",
1132 "reference": "ae466f726242e637cebdd526a7d991b9433bacf1",
1133 "shasum": ""
1134 },
1135 "require": {
1136 "php": "^7.1"
1137 },
1138 "require-dev": {
1139 "doctrine/coding-standard": "^6.0",
1140 "ext-pdo": "*",
1141 "ext-phar": "*",
1142 "phpbench/phpbench": "^0.13",
1143 "phpstan/phpstan-phpunit": "^0.11",
1144 "phpstan/phpstan-shim": "^0.11",
1145 "phpunit/phpunit": "^7.0"
1146 },
1147 "type": "library",
1148 "extra": {
1149 "branch-alias": {
1150 "dev-master": "1.2.x-dev"
1151 }
1152 },
1153 "autoload": {
1154 "psr-4": {
1155 "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
1156 }
1157 },
1158 "notification-url": "https://packagist.org/downloads/",
1159 "license": [
1160 "MIT"
1161 ],
1162 "authors": [
1163 {
1164 "name": "Marco Pivetta",
1165 "email": "ocramius@gmail.com",
1166 "homepage": "http://ocramius.github.com/"
1167 }
1168 ],
1169 "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
1170 "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
1171 "keywords": [
1172 "constructor",
1173 "instantiate"
1174 ],
1175 "time": "2019-10-21T16:45:58+00:00"
1176 },
1177 {
1178 "name": "doctrine/lexer",
1179 "version": "1.0.2",
1180 "source": {
1181 "type": "git",
1182 "url": "https://github.com/doctrine/lexer.git",
1183 "reference": "1febd6c3ef84253d7c815bed85fc622ad207a9f8"
1184 },
1185 "dist": {
1186 "type": "zip",
1187 "url": "https://api.github.com/repos/doctrine/lexer/zipball/1febd6c3ef84253d7c815bed85fc622ad207a9f8",
1188 "reference": "1febd6c3ef84253d7c815bed85fc622ad207a9f8",
1189 "shasum": ""
1190 },
1191 "require": {
1192 "php": ">=5.3.2"
1193 },
1194 "require-dev": {
1195 "phpunit/phpunit": "^4.5"
1196 },
1197 "type": "library",
1198 "extra": {
1199 "branch-alias": {
1200 "dev-master": "1.0.x-dev"
1201 }
1202 },
1203 "autoload": {
1204 "psr-4": {
1205 "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
1206 }
1207 },
1208 "notification-url": "https://packagist.org/downloads/",
1209 "license": [
1210 "MIT"
1211 ],
1212 "authors": [
1213 {
1214 "name": "Roman Borschel",
1215 "email": "roman@code-factory.org"
1216 },
1217 {
1218 "name": "Guilherme Blanco",
1219 "email": "guilhermeblanco@gmail.com"
1220 },
1221 {
1222 "name": "Johannes Schmitt",
1223 "email": "schmittjoh@gmail.com"
1224 }
1225 ],
1226 "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
1227 "homepage": "https://www.doctrine-project.org/projects/lexer.html",
1228 "keywords": [
1229 "annotations",
1230 "docblock",
1231 "lexer",
1232 "parser",
1233 "php"
1234 ],
1235 "time": "2019-06-08T11:03:04+00:00"
1236 },
1237 {
1238 "name": "doctrine/migrations",
1239 "version": "v1.8.1",
1240 "source": {
1241 "type": "git",
1242 "url": "https://github.com/doctrine/migrations.git",
1243 "reference": "215438c0eef3e5f9b7da7d09c6b90756071b43e6"
1244 },
1245 "dist": {
1246 "type": "zip",
1247 "url": "https://api.github.com/repos/doctrine/migrations/zipball/215438c0eef3e5f9b7da7d09c6b90756071b43e6",
1248 "reference": "215438c0eef3e5f9b7da7d09c6b90756071b43e6",
1249 "shasum": ""
1250 },
1251 "require": {
1252 "doctrine/dbal": "~2.6",
1253 "ocramius/proxy-manager": "^1.0|^2.0",
1254 "php": "^7.1",
1255 "symfony/console": "~3.3|^4.0"
1256 },
1257 "require-dev": {
1258 "doctrine/coding-standard": "^1.0",
1259 "doctrine/orm": "~2.5",
1260 "jdorn/sql-formatter": "~1.1",
1261 "mikey179/vfsstream": "^1.6",
1262 "phpunit/phpunit": "~7.0",
1263 "squizlabs/php_codesniffer": "^3.0",
1264 "symfony/yaml": "~3.3|^4.0"
1265 },
1266 "suggest": {
1267 "jdorn/sql-formatter": "Allows to generate formatted SQL with the diff command.",
1268 "symfony/yaml": "Allows the use of yaml for migration configuration files."
1269 },
1270 "bin": [
1271 "bin/doctrine-migrations"
1272 ],
1273 "type": "library",
1274 "extra": {
1275 "branch-alias": {
1276 "dev-master": "v1.8.x-dev"
1277 }
1278 },
1279 "autoload": {
1280 "psr-4": {
1281 "Doctrine\\DBAL\\Migrations\\": "lib/Doctrine/DBAL/Migrations",
1282 "Doctrine\\Migrations\\": "lib/Doctrine/Migrations"
1283 }
1284 },
1285 "notification-url": "https://packagist.org/downloads/",
1286 "license": [
1287 "MIT"
1288 ],
1289 "authors": [
1290 {
1291 "name": "Benjamin Eberlei",
1292 "email": "kontakt@beberlei.de"
1293 },
1294 {
1295 "name": "Jonathan Wage",
1296 "email": "jonwage@gmail.com"
1297 },
1298 {
1299 "name": "Michael Simonson",
1300 "email": "contact@mikesimonson.com"
1301 }
1302 ],
1303 "description": "Database Schema migrations using Doctrine DBAL",
1304 "homepage": "https://www.doctrine-project.org/projects/migrations.html",
1305 "keywords": [
1306 "database",
1307 "migrations"
1308 ],
1309 "time": "2018-06-06T21:00:30+00:00"
1310 },
1311 {
1312 "name": "doctrine/orm",
1313 "version": "v2.6.6",
1314 "source": {
1315 "type": "git",
1316 "url": "https://github.com/doctrine/orm.git",
1317 "reference": "2d9b9351831d1230881c52f006011cbf72fe944e"
1318 },
1319 "dist": {
1320 "type": "zip",
1321 "url": "https://api.github.com/repos/doctrine/orm/zipball/2d9b9351831d1230881c52f006011cbf72fe944e",
1322 "reference": "2d9b9351831d1230881c52f006011cbf72fe944e",
1323 "shasum": ""
1324 },
1325 "require": {
1326 "doctrine/annotations": "~1.5",
1327 "doctrine/cache": "~1.6",
1328 "doctrine/collections": "^1.4",
1329 "doctrine/common": "^2.7.1",
1330 "doctrine/dbal": "^2.6",
1331 "doctrine/instantiator": "~1.1",
1332 "ext-pdo": "*",
1333 "php": "^7.1",
1334 "symfony/console": "~3.0|~4.0"
1335 },
1336 "require-dev": {
1337 "doctrine/coding-standard": "^5.0",
1338 "phpunit/phpunit": "^7.5",
1339 "symfony/yaml": "~3.4|~4.0"
1340 },
1341 "suggest": {
1342 "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
1343 },
1344 "bin": [
1345 "bin/doctrine"
1346 ],
1347 "type": "library",
1348 "extra": {
1349 "branch-alias": {
1350 "dev-master": "2.6.x-dev"
1351 }
1352 },
1353 "autoload": {
1354 "psr-4": {
1355 "Doctrine\\ORM\\": "lib/Doctrine/ORM"
1356 }
1357 },
1358 "notification-url": "https://packagist.org/downloads/",
1359 "license": [
1360 "MIT"
1361 ],
1362 "authors": [
1363 {
1364 "name": "Guilherme Blanco",
1365 "email": "guilhermeblanco@gmail.com"
1366 },
1367 {
1368 "name": "Roman Borschel",
1369 "email": "roman@code-factory.org"
1370 },
1371 {
1372 "name": "Benjamin Eberlei",
1373 "email": "kontakt@beberlei.de"
1374 },
1375 {
1376 "name": "Jonathan Wage",
1377 "email": "jonwage@gmail.com"
1378 },
1379 {
1380 "name": "Marco Pivetta",
1381 "email": "ocramius@gmail.com"
1382 }
1383 ],
1384 "description": "Object-Relational-Mapper for PHP",
1385 "homepage": "http://www.doctrine-project.org",
1386 "keywords": [
1387 "database",
1388 "orm"
1389 ],
1390 "time": "2019-11-18T22:01:21+00:00"
1391 },
1392 {
1393 "name": "doctrine/persistence",
1394 "version": "1.2.0",
1395 "source": {
1396 "type": "git",
1397 "url": "https://github.com/doctrine/persistence.git",
1398 "reference": "43526ae63312942e5316100bb3ed589ba1aba491"
1399 },
1400 "dist": {
1401 "type": "zip",
1402 "url": "https://api.github.com/repos/doctrine/persistence/zipball/43526ae63312942e5316100bb3ed589ba1aba491",
1403 "reference": "43526ae63312942e5316100bb3ed589ba1aba491",
1404 "shasum": ""
1405 },
1406 "require": {
1407 "doctrine/annotations": "^1.0",
1408 "doctrine/cache": "^1.0",
1409 "doctrine/collections": "^1.0",
1410 "doctrine/event-manager": "^1.0",
1411 "doctrine/reflection": "^1.0",
1412 "php": "^7.1"
1413 },
1414 "conflict": {
1415 "doctrine/common": "<2.10@dev"
1416 },
1417 "require-dev": {
1418 "doctrine/coding-standard": "^5.0",
1419 "phpstan/phpstan": "^0.8",
1420 "phpunit/phpunit": "^7.0"
1421 },
1422 "type": "library",
1423 "extra": {
1424 "branch-alias": {
1425 "dev-master": "1.2.x-dev"
1426 }
1427 },
1428 "autoload": {
1429 "psr-4": {
1430 "Doctrine\\Common\\": "lib/Doctrine/Common"
1431 }
1432 },
1433 "notification-url": "https://packagist.org/downloads/",
1434 "license": [
1435 "MIT"
1436 ],
1437 "authors": [
1438 {
1439 "name": "Guilherme Blanco",
1440 "email": "guilhermeblanco@gmail.com"
1441 },
1442 {
1443 "name": "Roman Borschel",
1444 "email": "roman@code-factory.org"
1445 },
1446 {
1447 "name": "Benjamin Eberlei",
1448 "email": "kontakt@beberlei.de"
1449 },
1450 {
1451 "name": "Jonathan Wage",
1452 "email": "jonwage@gmail.com"
1453 },
1454 {
1455 "name": "Johannes Schmitt",
1456 "email": "schmittjoh@gmail.com"
1457 },
1458 {
1459 "name": "Marco Pivetta",
1460 "email": "ocramius@gmail.com"
1461 }
1462 ],
1463 "description": "The Doctrine Persistence project is a set of shared interfaces and functionality that the different Doctrine object mappers share.",
1464 "homepage": "https://doctrine-project.org/projects/persistence.html",
1465 "keywords": [
1466 "mapper",
1467 "object",
1468 "odm",
1469 "orm",
1470 "persistence"
1471 ],
1472 "time": "2019-04-23T12:39:21+00:00"
1473 },
1474 {
1475 "name": "doctrine/reflection",
1476 "version": "v1.0.0",
1477 "source": {
1478 "type": "git",
1479 "url": "https://github.com/doctrine/reflection.git",
1480 "reference": "02538d3f95e88eb397a5f86274deb2c6175c2ab6"
1481 },
1482 "dist": {
1483 "type": "zip",
1484 "url": "https://api.github.com/repos/doctrine/reflection/zipball/02538d3f95e88eb397a5f86274deb2c6175c2ab6",
1485 "reference": "02538d3f95e88eb397a5f86274deb2c6175c2ab6",
1486 "shasum": ""
1487 },
1488 "require": {
1489 "doctrine/annotations": "^1.0",
1490 "ext-tokenizer": "*",
1491 "php": "^7.1"
1492 },
1493 "require-dev": {
1494 "doctrine/coding-standard": "^4.0",
1495 "doctrine/common": "^2.8",
1496 "phpstan/phpstan": "^0.9.2",
1497 "phpstan/phpstan-phpunit": "^0.9.4",
1498 "phpunit/phpunit": "^7.0",
1499 "squizlabs/php_codesniffer": "^3.0"
1500 },
1501 "type": "library",
1502 "extra": {
1503 "branch-alias": {
1504 "dev-master": "1.0.x-dev"
1505 }
1506 },
1507 "autoload": {
1508 "psr-4": {
1509 "Doctrine\\Common\\": "lib/Doctrine/Common"
1510 }
1511 },
1512 "notification-url": "https://packagist.org/downloads/",
1513 "license": [
1514 "MIT"
1515 ],
1516 "authors": [
1517 {
1518 "name": "Roman Borschel",
1519 "email": "roman@code-factory.org"
1520 },
1521 {
1522 "name": "Benjamin Eberlei",
1523 "email": "kontakt@beberlei.de"
1524 },
1525 {
1526 "name": "Guilherme Blanco",
1527 "email": "guilhermeblanco@gmail.com"
1528 },
1529 {
1530 "name": "Jonathan Wage",
1531 "email": "jonwage@gmail.com"
1532 },
1533 {
1534 "name": "Johannes Schmitt",
1535 "email": "schmittjoh@gmail.com"
1536 },
1537 {
1538 "name": "Marco Pivetta",
1539 "email": "ocramius@gmail.com"
1540 }
1541 ],
1542 "description": "Doctrine Reflection component",
1543 "homepage": "https://www.doctrine-project.org/projects/reflection.html",
1544 "keywords": [
1545 "reflection"
1546 ],
1547 "time": "2018-06-14T14:45:07+00:00"
1548 },
1549 {
1550 "name": "egulias/email-validator",
1551 "version": "2.1.11",
1552 "source": {
1553 "type": "git",
1554 "url": "https://github.com/egulias/EmailValidator.git",
1555 "reference": "92dd169c32f6f55ba570c309d83f5209cefb5e23"
1556 },
1557 "dist": {
1558 "type": "zip",
1559 "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/92dd169c32f6f55ba570c309d83f5209cefb5e23",
1560 "reference": "92dd169c32f6f55ba570c309d83f5209cefb5e23",
1561 "shasum": ""
1562 },
1563 "require": {
1564 "doctrine/lexer": "^1.0.1",
1565 "php": ">= 5.5"
1566 },
1567 "require-dev": {
1568 "dominicsayers/isemail": "dev-master",
1569 "phpunit/phpunit": "^4.8.35||^5.7||^6.0",
1570 "satooshi/php-coveralls": "^1.0.1",
1571 "symfony/phpunit-bridge": "^4.4@dev"
1572 },
1573 "suggest": {
1574 "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
1575 },
1576 "type": "library",
1577 "extra": {
1578 "branch-alias": {
1579 "dev-master": "2.1.x-dev"
1580 }
1581 },
1582 "autoload": {
1583 "psr-4": {
1584 "Egulias\\EmailValidator\\": "EmailValidator"
1585 }
1586 },
1587 "notification-url": "https://packagist.org/downloads/",
1588 "license": [
1589 "MIT"
1590 ],
1591 "authors": [
1592 {
1593 "name": "Eduardo Gulias Davis"
1594 }
1595 ],
1596 "description": "A library for validating emails against several RFCs",
1597 "homepage": "https://github.com/egulias/EmailValidator",
1598 "keywords": [
1599 "email",
1600 "emailvalidation",
1601 "emailvalidator",
1602 "validation",
1603 "validator"
1604 ],
1605 "time": "2019-08-13T17:33:27+00:00"
1606 },
1607 {
1608 "name": "electrolinux/php-html5lib",
1609 "version": "0.1.0",
1610 "source": {
1611 "type": "git",
1612 "url": "https://github.com/electrolinux/php-html5lib.git",
1613 "reference": "9f92154993c7ecb120d9f9c0e558660d32846721"
1614 },
1615 "dist": {
1616 "type": "zip",
1617 "url": "https://api.github.com/repos/electrolinux/php-html5lib/zipball/9f92154993c7ecb120d9f9c0e558660d32846721",
1618 "reference": "9f92154993c7ecb120d9f9c0e558660d32846721",
1619 "shasum": ""
1620 },
1621 "require": {
1622 "php": ">=5.3.2"
1623 },
1624 "type": "library",
1625 "autoload": {
1626 "psr-0": {
1627 "HTML5Lib": "src/",
1628 "HTML5Lib\\Tests": "tests/"
1629 }
1630 },
1631 "notification-url": "https://packagist.org/downloads/",
1632 "license": [
1633 "MIT"
1634 ],
1635 "authors": [
1636 {
1637 "name": "Multiple users",
1638 "homepage": "https://code.google.com/p/html5lib/",
1639 "role": "Original developers"
1640 },
1641 {
1642 "name": "Sébastien Lavoie",
1643 "homepage": "http://blog.lavoie.sl",
1644 "role": "Packager"
1645 },
1646 {
1647 "name": "didier Belot",
1648 "role": "Packager"
1649 }
1650 ],
1651 "description": "A PHP implementations of a HTML parser based on the WHATWG HTML5 specification.",
1652 "homepage": "https://github.com/electrolinux/php-html5lib",
1653 "keywords": [
1654 "HTML5",
1655 "php"
1656 ],
1657 "time": "2013-03-18T18:32:30+00:00"
1658 },
1659 {
1660 "name": "fig/link-util",
1661 "version": "1.0.0",
1662 "source": {
1663 "type": "git",
1664 "url": "https://github.com/php-fig/link-util.git",
1665 "reference": "1a07821801a148be4add11ab0603e4af55a72fac"
1666 },
1667 "dist": {
1668 "type": "zip",
1669 "url": "https://api.github.com/repos/php-fig/link-util/zipball/1a07821801a148be4add11ab0603e4af55a72fac",
1670 "reference": "1a07821801a148be4add11ab0603e4af55a72fac",
1671 "shasum": ""
1672 },
1673 "require": {
1674 "php": ">=5.5.0",
1675 "psr/link": "~1.0@dev"
1676 },
1677 "require-dev": {
1678 "phpunit/phpunit": "^5.1",
1679 "squizlabs/php_codesniffer": "^2.3.1"
1680 },
1681 "type": "library",
1682 "extra": {
1683 "branch-alias": {
1684 "dev-master": "1.0.x-dev"
1685 }
1686 },
1687 "autoload": {
1688 "psr-4": {
1689 "Fig\\Link\\": "src/"
1690 }
1691 },
1692 "notification-url": "https://packagist.org/downloads/",
1693 "license": [
1694 "MIT"
1695 ],
1696 "authors": [
1697 {
1698 "name": "PHP-FIG",
1699 "homepage": "http://www.php-fig.org/"
1700 }
1701 ],
1702 "description": "Common utility implementations for HTTP links",
1703 "keywords": [
1704 "http",
1705 "http-link",
1706 "link",
1707 "psr",
1708 "psr-13",
1709 "rest"
1710 ],
1711 "time": "2016-10-17T18:31:11+00:00"
1712 },
1713 {
1714 "name": "fossar/htmlawed",
1715 "version": "1.2.7",
1716 "source": {
1717 "type": "git",
1718 "url": "https://github.com/fossar/HTMLawed.git",
1719 "reference": "4f7505e9622a96242923895c3008719b2c2283d3"
1720 },
1721 "dist": {
1722 "type": "zip",
1723 "url": "https://api.github.com/repos/fossar/HTMLawed/zipball/4f7505e9622a96242923895c3008719b2c2283d3",
1724 "reference": "4f7505e9622a96242923895c3008719b2c2283d3",
1725 "shasum": ""
1726 },
1727 "require": {
1728 "php": ">4.4.0"
1729 },
1730 "replace": {
1731 "htmlawed/htmlawed": "*"
1732 },
1733 "type": "library",
1734 "autoload": {
1735 "files": [
1736 "htmLawed.php"
1737 ]
1738 },
1739 "notification-url": "https://packagist.org/downloads/",
1740 "license": [
1741 "GPL-2.0+",
1742 "LGPL-3.0"
1743 ],
1744 "authors": [
1745 {
1746 "name": "Santosh Patnaik",
1747 "homepage": "http://www.bioinformatics.org/people/index.php?user_hash=558b661f92d0ff7b",
1748 "role": "Developer"
1749 }
1750 ],
1751 "description": "htmLawed - Process text with HTML markup to make it more compliant with HTML standards and administrative policies",
1752 "homepage": "http://www.bioinformatics.org/phplabware/internal_utilities/htmLawed/",
1753 "keywords": [
1754 "HTMLtidy",
1755 "html",
1756 "sanitize",
1757 "strip",
1758 "tags"
1759 ],
1760 "time": "2019-05-09T11:53:40+00:00"
1761 },
1762 {
1763 "name": "friendsofsymfony/jsrouting-bundle",
1764 "version": "2.5.1",
1765 "source": {
1766 "type": "git",
1767 "url": "https://github.com/FriendsOfSymfony/FOSJsRoutingBundle.git",
1768 "reference": "81cf14bf3db5e6fe3ef0442fc762891422005d3b"
1769 },
1770 "dist": {
1771 "type": "zip",
1772 "url": "https://api.github.com/repos/FriendsOfSymfony/FOSJsRoutingBundle/zipball/81cf14bf3db5e6fe3ef0442fc762891422005d3b",
1773 "reference": "81cf14bf3db5e6fe3ef0442fc762891422005d3b",
1774 "shasum": ""
1775 },
1776 "require": {
1777 "php": "^7.1",
1778 "symfony/console": "~3.3|^4.0|^5.0",
1779 "symfony/framework-bundle": "~3.3|^4.0|^5.0",
1780 "symfony/serializer": "~3.3|^4.0|^5.0",
1781 "willdurand/jsonp-callback-validator": "~1.0"
1782 },
1783 "require-dev": {
1784 "symfony/expression-language": "~3.3|^4.0|^5.0",
1785 "symfony/phpunit-bridge": "^3.3|^4.0"
1786 },
1787 "type": "symfony-bundle",
1788 "extra": {
1789 "branch-alias": {
1790 "dev-master": "2.0-dev"
1791 }
1792 },
1793 "autoload": {
1794 "psr-4": {
1795 "FOS\\JsRoutingBundle\\": ""
1796 },
1797 "exclude-from-classmap": [
1798 "/Tests/"
1799 ]
1800 },
1801 "notification-url": "https://packagist.org/downloads/",
1802 "license": [
1803 "MIT"
1804 ],
1805 "authors": [
1806 {
1807 "name": "William Durand",
1808 "email": "will+git@drnd.me"
1809 },
1810 {
1811 "name": "FriendsOfSymfony Community",
1812 "homepage": "https://github.com/friendsofsymfony/FOSJsRoutingBundle/contributors"
1813 }
1814 ],
1815 "description": "A pretty nice way to expose your Symfony2 routing to client applications.",
1816 "homepage": "http://friendsofsymfony.github.com",
1817 "keywords": [
1818 "Js Routing",
1819 "javascript",
1820 "routing"
1821 ],
1822 "time": "2019-12-02T08:01:22+00:00"
1823 },
1824 {
1825 "name": "friendsofsymfony/oauth-server-bundle",
1826 "version": "1.6.2",
1827 "source": {
1828 "type": "git",
1829 "url": "https://github.com/FriendsOfSymfony/FOSOAuthServerBundle.git",
1830 "reference": "fcaa25cc49474bdb0db7894f880976fe76ffed23"
1831 },
1832 "dist": {
1833 "type": "zip",
1834 "url": "https://api.github.com/repos/FriendsOfSymfony/FOSOAuthServerBundle/zipball/fcaa25cc49474bdb0db7894f880976fe76ffed23",
1835 "reference": "fcaa25cc49474bdb0db7894f880976fe76ffed23",
1836 "shasum": ""
1837 },
1838 "require": {
1839 "friendsofsymfony/oauth2-php": "~1.1",
1840 "paragonie/random_compat": "^1|^2",
1841 "php": "^5.5|^7.0",
1842 "symfony/dependency-injection": "^2.8|~3.0|^4.0",
1843 "symfony/framework-bundle": "~2.8|~3.0|^4.0",
1844 "symfony/security-bundle": "~2.8|~3.0|^4.0"
1845 },
1846 "require-dev": {
1847 "doctrine/doctrine-bundle": "~1.0",
1848 "doctrine/mongodb-odm": "~1.0",
1849 "doctrine/orm": "~2.2",
1850 "phing/phing": "~2.4",
1851 "php-mock/php-mock-phpunit": "^1.1",
1852 "phpunit/phpunit": "~4.8|~5.0",
1853 "propel/propel1": "^1.6.5",
1854 "symfony/class-loader": "~2.8|~3.0|^4.0",
1855 "symfony/console": "~2.8|~3.0|^4.0",
1856 "symfony/form": "~2.8|~3.0|^4.0",
1857 "symfony/phpunit-bridge": "~2.8|~3.0|^4.0",
1858 "symfony/templating": "~2.8|~3.0|^4.0",
1859 "symfony/twig-bundle": "~2.8|~3.0|^4.0",
1860 "symfony/yaml": "~2.8|~3.0|^4.0",
1861 "willdurand/propel-typehintable-behavior": "^1.0.4"
1862 },
1863 "suggest": {
1864 "doctrine/doctrine-bundle": "*",
1865 "doctrine/mongodb-odm-bundle": "*",
1866 "propel/propel-bundle": "If you want to use Propel with Symfony2, then you will have to install the PropelBundle",
1867 "symfony/console": "Needed to be able to use commands",
1868 "symfony/form": "Needed to be able to use the AuthorizeFormType",
1869 "willdurand/propel-typehintable-behavior": "The Typehintable behavior is useful to add type hints on generated methods, to be compliant with interfaces"
1870 },
1871 "type": "symfony-bundle",
1872 "extra": {
1873 "branch-alias": {
1874 "dev-master": "1.5-dev"
1875 }
1876 },
1877 "autoload": {
1878 "psr-4": {
1879 "FOS\\OAuthServerBundle\\": ""
1880 },
1881 "exclude-from-classmap": [
1882 "/Tests/"
1883 ]
1884 },
1885 "notification-url": "https://packagist.org/downloads/",
1886 "license": [
1887 "MIT"
1888 ],
1889 "authors": [
1890 {
1891 "name": "Arnaud Le Blanc",
1892 "email": "arnaud.lb@gmail.com"
1893 },
1894 {
1895 "name": "FriendsOfSymfony Community",
1896 "homepage": "https://github.com/FriendsOfSymfony/FOSOAuthServerBundle/contributors"
1897 }
1898 ],
1899 "description": "Symfony2 OAuth Server Bundle",
1900 "homepage": "http://friendsofsymfony.github.com",
1901 "keywords": [
1902 "oauth",
1903 "oauth2",
1904 "server"
1905 ],
1906 "time": "2019-01-23T15:23:04+00:00"
1907 },
1908 {
1909 "name": "friendsofsymfony/oauth2-php",
1910 "version": "1.2.3",
1911 "source": {
1912 "type": "git",
1913 "url": "https://github.com/FriendsOfSymfony/oauth2-php.git",
1914 "reference": "a41fef63f81ef2ef632350a6c7dc66d15baa9240"
1915 },
1916 "dist": {
1917 "type": "zip",
1918 "url": "https://api.github.com/repos/FriendsOfSymfony/oauth2-php/zipball/a41fef63f81ef2ef632350a6c7dc66d15baa9240",
1919 "reference": "a41fef63f81ef2ef632350a6c7dc66d15baa9240",
1920 "shasum": ""
1921 },
1922 "require": {
1923 "php": "^5.5.9|>=7.0.8",
1924 "symfony/http-foundation": "~3.0|~4.0"
1925 },
1926 "require-dev": {
1927 "phpunit/phpunit": "~4.0"
1928 },
1929 "type": "library",
1930 "extra": {
1931 "branch-alias": {
1932 "dev-master": "1.2.x-dev"
1933 }
1934 },
1935 "autoload": {
1936 "psr-4": {
1937 "OAuth2\\": "lib/"
1938 }
1939 },
1940 "notification-url": "https://packagist.org/downloads/",
1941 "license": [
1942 "MIT"
1943 ],
1944 "authors": [
1945 {
1946 "name": "Arnaud Le Blanc",
1947 "email": "arnaud.lb@gmail.com"
1948 },
1949 {
1950 "name": "FriendsOfSymfony Community",
1951 "homepage": "https://github.com/FriendsOfSymfony/oauth2-php/contributors"
1952 }
1953 ],
1954 "description": "OAuth2 library",
1955 "homepage": "https://github.com/FriendsOfSymfony/oauth2-php",
1956 "keywords": [
1957 "oauth",
1958 "oauth2"
1959 ],
1960 "time": "2018-01-30T19:58:25+00:00"
1961 },
1962 {
1963 "name": "friendsofsymfony/rest-bundle",
1964 "version": "2.6.0",
1965 "source": {
1966 "type": "git",
1967 "url": "https://github.com/FriendsOfSymfony/FOSRestBundle.git",
1968 "reference": "54758949bff9fc520997415341323eebf3f54892"
1969 },
1970 "dist": {
1971 "type": "zip",
1972 "url": "https://api.github.com/repos/FriendsOfSymfony/FOSRestBundle/zipball/54758949bff9fc520997415341323eebf3f54892",
1973 "reference": "54758949bff9fc520997415341323eebf3f54892",
1974 "shasum": ""
1975 },
1976 "require": {
1977 "doctrine/inflector": "^1.0",
1978 "php": "^7.1",
1979 "psr/log": "^1.0",
1980 "symfony/config": "^3.4|^4.3",
1981 "symfony/debug": "^3.4|^4.3",
1982 "symfony/dependency-injection": "^3.4|^4.3",
1983 "symfony/event-dispatcher": "^3.4|^4.3",
1984 "symfony/finder": "^3.4|^4.3",
1985 "symfony/framework-bundle": "^3.4|^4.3",
1986 "symfony/http-foundation": "^3.4|^4.3",
1987 "symfony/http-kernel": "^3.4|^4.3",
1988 "symfony/routing": "^3.4|^4.3",
1989 "symfony/security-core": "^3.4|^4.3",
1990 "willdurand/jsonp-callback-validator": "^1.0",
1991 "willdurand/negotiation": "^2.0"
1992 },
1993 "conflict": {
1994 "jms/serializer": "<1.13.0",
1995 "jms/serializer-bundle": "<2.0.0",
1996 "sensio/framework-extra-bundle": "<3.0.13"
1997 },
1998 "require-dev": {
1999 "jms/serializer": "^1.13|^2.0",
2000 "jms/serializer-bundle": "^2.3.1|^3.0",
2001 "phpoption/phpoption": "^1.1",
2002 "psr/http-message": "^1.0",
2003 "sensio/framework-extra-bundle": "^3.0.13|^4.0|^5.0",
2004 "symfony/asset": "^3.4|^4.3",
2005 "symfony/browser-kit": "^3.4|^4.3",
2006 "symfony/css-selector": "^3.4|^4.3",
2007 "symfony/expression-language": "^3.4|^4.3",
2008 "symfony/form": "^3.4|^4.3",
2009 "symfony/phpunit-bridge": "^4.1.8",
2010 "symfony/security-bundle": "^3.4|^4.3",
2011 "symfony/serializer": "^3.4|^4.3",
2012 "symfony/templating": "^3.4|^4.3",
2013 "symfony/twig-bundle": "^3.4|^4.3",
2014 "symfony/validator": "^3.4|^4.3",
2015 "symfony/web-profiler-bundle": "^3.4|^4.3",
2016 "symfony/yaml": "^3.4|^4.3"
2017 },
2018 "suggest": {
2019 "jms/serializer-bundle": "Add support for advanced serialization capabilities, recommended, requires ^2.0|^3.0",
2020 "sensio/framework-extra-bundle": "Add support for the request body converter and the view response listener, requires ^3.0",
2021 "symfony/expression-language": "Add support for using the expression language in the routing, requires ^2.7|^3.0",
2022 "symfony/serializer": "Add support for basic serialization capabilities and xml decoding, requires ^2.7|^3.0",
2023 "symfony/validator": "Add support for validation capabilities in the ParamFetcher, requires ^2.7|^3.0"
2024 },
2025 "type": "symfony-bundle",
2026 "extra": {
2027 "branch-alias": {
2028 "dev-master": "2.6-dev"
2029 }
2030 },
2031 "autoload": {
2032 "psr-4": {
2033 "FOS\\RestBundle\\": ""
2034 },
2035 "exclude-from-classmap": [
2036 "Tests/"
2037 ]
2038 },
2039 "notification-url": "https://packagist.org/downloads/",
2040 "license": [
2041 "MIT"
2042 ],
2043 "authors": [
2044 {
2045 "name": "Lukas Kahwe Smith",
2046 "email": "smith@pooteeweet.org"
2047 },
2048 {
2049 "name": "Konstantin Kudryashov",
2050 "email": "ever.zet@gmail.com"
2051 },
2052 {
2053 "name": "FriendsOfSymfony Community",
2054 "homepage": "https://github.com/friendsofsymfony/FOSRestBundle/contributors"
2055 }
2056 ],
2057 "description": "This Bundle provides various tools to rapidly develop RESTful API's with Symfony",
2058 "homepage": "http://friendsofsymfony.github.com",
2059 "keywords": [
2060 "rest"
2061 ],
2062 "time": "2019-10-21T08:22:30+00:00"
2063 },
2064 {
2065 "name": "friendsofsymfony/user-bundle",
2066 "version": "v2.0.2",
2067 "source": {
2068 "type": "git",
2069 "url": "https://github.com/FriendsOfSymfony/FOSUserBundle.git",
2070 "reference": "2fc8a023d7ab482321cf7ec810ed49eab40eb50f"
2071 },
2072 "dist": {
2073 "type": "zip",
2074 "url": "https://api.github.com/repos/FriendsOfSymfony/FOSUserBundle/zipball/2fc8a023d7ab482321cf7ec810ed49eab40eb50f",
2075 "reference": "2fc8a023d7ab482321cf7ec810ed49eab40eb50f",
2076 "shasum": ""
2077 },
2078 "require": {
2079 "paragonie/random_compat": "^1 || ^2",
2080 "php": "^5.5.9 || ^7.0",
2081 "symfony/form": "^2.7 || ^3.0",
2082 "symfony/framework-bundle": "^2.7 || ^3.0",
2083 "symfony/security-bundle": "^2.7 || ^3.0",
2084 "symfony/templating": "^2.7 || ^3.0",
2085 "symfony/twig-bundle": "^2.7 || ^3.0",
2086 "twig/twig": "^1.28 || ^2.0"
2087 },
2088 "conflict": {
2089 "doctrine/doctrine-bundle": "<1.3",
2090 "symfony/doctrine-bridge": "<2.7"
2091 },
2092 "require-dev": {
2093 "doctrine/doctrine-bundle": "^1.3",
2094 "friendsofphp/php-cs-fixer": "^1.11",
2095 "phpunit/phpunit": "~4.8|~5.0",
2096 "swiftmailer/swiftmailer": "^4.3 || ^5.0 || ^6.0",
2097 "symfony/console": "^2.7 || ^3.0",
2098 "symfony/phpunit-bridge": "^2.7 || ^3.0",
2099 "symfony/validator": "^2.7 || ^3.0",
2100 "symfony/yaml": "^2.7 || ^3.0"
2101 },
2102 "type": "symfony-bundle",
2103 "extra": {
2104 "branch-alias": {
2105 "dev-master": "2.0.x-dev"
2106 }
2107 },
2108 "autoload": {
2109 "psr-4": {
2110 "FOS\\UserBundle\\": ""
2111 },
2112 "exclude-from-classmap": [
2113 "/Tests/"
2114 ]
2115 },
2116 "notification-url": "https://packagist.org/downloads/",
2117 "license": [
2118 "MIT"
2119 ],
2120 "authors": [
2121 {
2122 "name": "Christophe Coevoet",
2123 "email": "stof@notk.org"
2124 },
2125 {
2126 "name": "FriendsOfSymfony Community",
2127 "homepage": "https://github.com/friendsofsymfony/FOSUserBundle/contributors"
2128 },
2129 {
2130 "name": "Thibault Duplessis",
2131 "email": "thibault.duplessis@gmail.com"
2132 }
2133 ],
2134 "description": "Symfony FOSUserBundle",
2135 "homepage": "http://friendsofsymfony.github.com",
2136 "keywords": [
2137 "User management"
2138 ],
2139 "time": "2017-11-29T17:01:21+00:00"
2140 },
2141 {
2142 "name": "gedmo/doctrine-extensions",
2143 "version": "v2.4.37",
2144 "source": {
2145 "type": "git",
2146 "url": "https://github.com/Atlantic18/DoctrineExtensions.git",
2147 "reference": "5dd471f656e46d815f063bf3f12c667649ec7ffb"
2148 },
2149 "dist": {
2150 "type": "zip",
2151 "url": "https://api.github.com/repos/Atlantic18/DoctrineExtensions/zipball/5dd471f656e46d815f063bf3f12c667649ec7ffb",
2152 "reference": "5dd471f656e46d815f063bf3f12c667649ec7ffb",
2153 "shasum": ""
2154 },
2155 "require": {
2156 "behat/transliterator": "~1.2",
2157 "doctrine/common": "~2.4",
2158 "php": ">=5.3.2"
2159 },
2160 "conflict": {
2161 "doctrine/annotations": "<1.2"
2162 },
2163 "require-dev": {
2164 "doctrine/common": ">=2.5.0",
2165 "doctrine/mongodb-odm": ">=1.0.2",
2166 "doctrine/orm": ">=2.5.0",
2167 "phpunit/phpunit": "^4.8.35|^5.7|^6.5",
2168 "symfony/yaml": "~2.6|~3.0|~4.0"
2169 },
2170 "suggest": {
2171 "doctrine/mongodb-odm": "to use the extensions with the MongoDB ODM",
2172 "doctrine/orm": "to use the extensions with the ORM"
2173 },
2174 "type": "library",
2175 "extra": {
2176 "branch-alias": {
2177 "dev-master": "2.4.x-dev"
2178 }
2179 },
2180 "autoload": {
2181 "psr-4": {
2182 "Gedmo\\": "lib/Gedmo"
2183 }
2184 },
2185 "notification-url": "https://packagist.org/downloads/",
2186 "license": [
2187 "MIT"
2188 ],
2189 "authors": [
2190 {
2191 "name": "David Buchmann",
2192 "email": "david@liip.ch"
2193 },
2194 {
2195 "name": "Gediminas Morkevicius",
2196 "email": "gediminas.morkevicius@gmail.com"
2197 },
2198 {
2199 "name": "Gustavo Falco",
2200 "email": "comfortablynumb84@gmail.com"
2201 }
2202 ],
2203 "description": "Doctrine2 behavioral extensions",
2204 "homepage": "http://gediminasm.org/",
2205 "keywords": [
2206 "Blameable",
2207 "behaviors",
2208 "doctrine2",
2209 "extensions",
2210 "gedmo",
2211 "loggable",
2212 "nestedset",
2213 "sluggable",
2214 "sortable",
2215 "timestampable",
2216 "translatable",
2217 "tree",
2218 "uploadable"
2219 ],
2220 "time": "2019-03-17T18:16:12+00:00"
2221 },
2222 {
2223 "name": "grandt/binstring",
2224 "version": "1.0.0",
2225 "source": {
2226 "type": "git",
2227 "url": "https://github.com/Grandt/PHPBinString.git",
2228 "reference": "825fe2ac8a68190f651fc2dbc07b6edde18bc431"
2229 },
2230 "dist": {
2231 "type": "zip",
2232 "url": "https://api.github.com/repos/Grandt/PHPBinString/zipball/825fe2ac8a68190f651fc2dbc07b6edde18bc431",
2233 "reference": "825fe2ac8a68190f651fc2dbc07b6edde18bc431",
2234 "shasum": ""
2235 },
2236 "require": {
2237 "php": ">=5.0"
2238 },
2239 "type": "library",
2240 "autoload": {
2241 "classmap": [
2242 "BinString.php",
2243 "BinStringStatic.php"
2244 ]
2245 },
2246 "notification-url": "https://packagist.org/downloads/",
2247 "license": [
2248 "LGPL-2.1"
2249 ],
2250 "authors": [
2251 {
2252 "name": "A. Grandt",
2253 "email": "php@grandt.com",
2254 "role": "Developer"
2255 }
2256 ],
2257 "description": "A class for working around the use of mbstring.func_override",
2258 "homepage": "https://github.com/Grandt/PHPBinString",
2259 "keywords": [
2260 "binary strings",
2261 "mbstring"
2262 ],
2263 "time": "2015-08-13T06:14:41+00:00"
2264 },
2265 {
2266 "name": "grandt/phpepub",
2267 "version": "dev-master",
2268 "source": {
2269 "type": "git",
2270 "url": "https://github.com/Daniel-KM/PHPePub.git",
2271 "reference": "78546d9a49d59ad9a32b13f3d95cc2f548add1c3"
2272 },
2273 "dist": {
2274 "type": "zip",
2275 "url": "https://api.github.com/repos/Daniel-KM/PHPePub/zipball/78546d9a49d59ad9a32b13f3d95cc2f548add1c3",
2276 "reference": "78546d9a49d59ad9a32b13f3d95cc2f548add1c3",
2277 "shasum": ""
2278 },
2279 "require": {
2280 "grandt/phpresizegif": "~1.0.3",
2281 "grandt/relativepath": "~1.0.1",
2282 "masterminds/html5": "~2.3",
2283 "php": ">=5.3.0",
2284 "phpzip/phpzip": "~2.0.7"
2285 },
2286 "type": "library",
2287 "autoload": {
2288 "psr-4": {
2289 "PHPePub\\": "src/PHPePub"
2290 },
2291 "classmap": [
2292 "src/lib.uuid.php"
2293 ]
2294 },
2295 "license": [
2296 "LGPL-2.1"
2297 ],
2298 "authors": [
2299 {
2300 "name": "A. Grandt",
2301 "email": "php@grandt.com",
2302 "homepage": "http://grandt.com",
2303 "role": "Developer"
2304 },
2305 {
2306 "name": "An, Hyeong-woo",
2307 "email": "mail@mytory.net",
2308 "homepage": "https://mytory.net",
2309 "role": "Contributor"
2310 },
2311 {
2312 "name": "Daniel Berthereau",
2313 "email": "daniel.composer@berthereau.net",
2314 "role": "Contributor"
2315 }
2316 ],
2317 "description": "Package to create and stream e-books in the ePub 2.0 and 3.0 formats.",
2318 "homepage": "https://github.com/Grandt/PHPePub",
2319 "keywords": [
2320 "e-book",
2321 "epub"
2322 ],
2323 "support": {
2324 "source": "https://github.com/Daniel-KM/PHPePub/tree/master"
2325 },
2326 "time": "2018-10-21T22:00:00+00:00"
2327 },
2328 {
2329 "name": "grandt/phpresizegif",
2330 "version": "1.0.3",
2331 "source": {
2332 "type": "git",
2333 "url": "https://github.com/Grandt/PHPResizeGif.git",
2334 "reference": "775f6810fcda2fd1d8ca881d44a80c8d310ae7fe"
2335 },
2336 "dist": {
2337 "type": "zip",
2338 "url": "https://api.github.com/repos/Grandt/PHPResizeGif/zipball/775f6810fcda2fd1d8ca881d44a80c8d310ae7fe",
2339 "reference": "775f6810fcda2fd1d8ca881d44a80c8d310ae7fe",
2340 "shasum": ""
2341 },
2342 "require": {
2343 "grandt/binstring": ">=0.2.0",
2344 "php": ">=5.3.0"
2345 },
2346 "type": "library",
2347 "autoload": {
2348 "psr-4": {
2349 "grandt\\ResizeGif\\": "src/ResizeGif",
2350 "grandt\\ResizeGif\\Files\\": "src/ResizeGif/Files",
2351 "grandt\\ResizeGif\\Structure\\": "src/ResizeGif/Structure",
2352 "grandt\\ResizeGif\\Debug\\": "src/ResizeGif/Debug"
2353 }
2354 },
2355 "notification-url": "https://packagist.org/downloads/",
2356 "license": [
2357 "LGPL-2.1"
2358 ],
2359 "authors": [
2360 {
2361 "name": "A. Grandt",
2362 "email": "php@grandt.com",
2363 "homepage": "http://grandt.com",
2364 "role": "Developer"
2365 }
2366 ],
2367 "description": "GIF89a compliant Gif resizer, including transparency and optimized gifs with sub sized elements.",
2368 "homepage": "https://github.com/Grandt/PHPResizeGif",
2369 "keywords": [
2370 "GIF89a",
2371 "animated gif",
2372 "gif",
2373 "resize"
2374 ],
2375 "time": "2015-05-10T10:52:24+00:00"
2376 },
2377 {
2378 "name": "grandt/phpzipmerge",
2379 "version": "1.0.4",
2380 "source": {
2381 "type": "git",
2382 "url": "https://github.com/Grandt/PHPZipMerge.git",
2383 "reference": "0b1273d3c2dbfe244904158b1dbd65a663264fb9"
2384 },
2385 "dist": {
2386 "type": "zip",
2387 "url": "https://api.github.com/repos/Grandt/PHPZipMerge/zipball/0b1273d3c2dbfe244904158b1dbd65a663264fb9",
2388 "reference": "0b1273d3c2dbfe244904158b1dbd65a663264fb9",
2389 "shasum": ""
2390 },
2391 "require": {
2392 "grandt/binstring": ">=1.0.0",
2393 "grandt/relativepath": ">=1.0.1",
2394 "php": ">=5.3.0"
2395 },
2396 "type": "library",
2397 "autoload": {
2398 "psr-4": {
2399 "ZipMerge\\": "src/ZipMerge"
2400 }
2401 },
2402 "notification-url": "https://packagist.org/downloads/",
2403 "license": [
2404 "LGPL-2.1"
2405 ],
2406 "authors": [
2407 {
2408 "name": "A. Grandt",
2409 "email": "php@grandt.com",
2410 "homepage": "http://grandt.com",
2411 "role": "Developer"
2412 },
2413 {
2414 "name": "Greg Kappatos",
2415 "homepage": "http://websiteconnect.com.au",
2416 "role": "Developer"
2417 }
2418 ],
2419 "description": "Merge and stream multiple Zip files on the fly.",
2420 "homepage": "https://github.com/Grandt/PHPZipMerge",
2421 "keywords": [
2422 "archive",
2423 "compressed",
2424 "compression",
2425 "merge",
2426 "phpzip",
2427 "pkzip",
2428 "stream",
2429 "zip"
2430 ],
2431 "time": "2015-08-18T13:49:33+00:00"
2432 },
2433 {
2434 "name": "grandt/relativepath",
2435 "version": "1.0.2",
2436 "source": {
2437 "type": "git",
2438 "url": "https://github.com/Grandt/PHPRelativePath.git",
2439 "reference": "19541133c24143b6295688472c54dd6ed15a5462"
2440 },
2441 "dist": {
2442 "type": "zip",
2443 "url": "https://api.github.com/repos/Grandt/PHPRelativePath/zipball/19541133c24143b6295688472c54dd6ed15a5462",
2444 "reference": "19541133c24143b6295688472c54dd6ed15a5462",
2445 "shasum": ""
2446 },
2447 "require": {
2448 "php": ">=5.0"
2449 },
2450 "type": "library",
2451 "autoload": {
2452 "classmap": [
2453 "RelativePath.php"
2454 ]
2455 },
2456 "notification-url": "https://packagist.org/downloads/",
2457 "license": [
2458 "LGPL-2.1"
2459 ],
2460 "authors": [
2461 {
2462 "name": "A. Grandt",
2463 "email": "php@grandt.com",
2464 "role": "Developer"
2465 }
2466 ],
2467 "description": "A class for cleaning up/collapsing relative paths. Like real_path, but without the need for the path to exist on the filesystem.",
2468 "homepage": "https://github.com/Grandt/PHPRelativePath",
2469 "keywords": [
2470 "file path"
2471 ],
2472 "time": "2015-05-14T08:18:23+00:00"
2473 },
2474 {
2475 "name": "guzzlehttp/guzzle",
2476 "version": "5.3.4",
2477 "source": {
2478 "type": "git",
2479 "url": "https://github.com/guzzle/guzzle.git",
2480 "reference": "b87eda7a7162f95574032da17e9323c9899cb6b2"
2481 },
2482 "dist": {
2483 "type": "zip",
2484 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/b87eda7a7162f95574032da17e9323c9899cb6b2",
2485 "reference": "b87eda7a7162f95574032da17e9323c9899cb6b2",
2486 "shasum": ""
2487 },
2488 "require": {
2489 "guzzlehttp/ringphp": "^1.1",
2490 "php": ">=5.4.0",
2491 "react/promise": "^2.2"
2492 },
2493 "require-dev": {
2494 "ext-curl": "*",
2495 "phpunit/phpunit": "^4.0"
2496 },
2497 "type": "library",
2498 "autoload": {
2499 "psr-4": {
2500 "GuzzleHttp\\": "src/"
2501 }
2502 },
2503 "notification-url": "https://packagist.org/downloads/",
2504 "license": [
2505 "MIT"
2506 ],
2507 "authors": [
2508 {
2509 "name": "Michael Dowling",
2510 "email": "mtdowling@gmail.com",
2511 "homepage": "https://github.com/mtdowling"
2512 }
2513 ],
2514 "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients",
2515 "homepage": "http://guzzlephp.org/",
2516 "keywords": [
2517 "client",
2518 "curl",
2519 "framework",
2520 "http",
2521 "http client",
2522 "rest",
2523 "web service"
2524 ],
2525 "time": "2019-10-30T09:32:00+00:00"
2526 },
2527 {
2528 "name": "guzzlehttp/promises",
2529 "version": "v1.3.1",
2530 "source": {
2531 "type": "git",
2532 "url": "https://github.com/guzzle/promises.git",
2533 "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
2534 },
2535 "dist": {
2536 "type": "zip",
2537 "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
2538 "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
2539 "shasum": ""
2540 },
2541 "require": {
2542 "php": ">=5.5.0"
2543 },
2544 "require-dev": {
2545 "phpunit/phpunit": "^4.0"
2546 },
2547 "type": "library",
2548 "extra": {
2549 "branch-alias": {
2550 "dev-master": "1.4-dev"
2551 }
2552 },
2553 "autoload": {
2554 "psr-4": {
2555 "GuzzleHttp\\Promise\\": "src/"
2556 },
2557 "files": [
2558 "src/functions_include.php"
2559 ]
2560 },
2561 "notification-url": "https://packagist.org/downloads/",
2562 "license": [
2563 "MIT"
2564 ],
2565 "authors": [
2566 {
2567 "name": "Michael Dowling",
2568 "email": "mtdowling@gmail.com",
2569 "homepage": "https://github.com/mtdowling"
2570 }
2571 ],
2572 "description": "Guzzle promises library",
2573 "keywords": [
2574 "promise"
2575 ],
2576 "time": "2016-12-20T10:07:11+00:00"
2577 },
2578 {
2579 "name": "guzzlehttp/psr7",
2580 "version": "1.6.1",
2581 "source": {
2582 "type": "git",
2583 "url": "https://github.com/guzzle/psr7.git",
2584 "reference": "239400de7a173fe9901b9ac7c06497751f00727a"
2585 },
2586 "dist": {
2587 "type": "zip",
2588 "url": "https://api.github.com/repos/guzzle/psr7/zipball/239400de7a173fe9901b9ac7c06497751f00727a",
2589 "reference": "239400de7a173fe9901b9ac7c06497751f00727a",
2590 "shasum": ""
2591 },
2592 "require": {
2593 "php": ">=5.4.0",
2594 "psr/http-message": "~1.0",
2595 "ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
2596 },
2597 "provide": {
2598 "psr/http-message-implementation": "1.0"
2599 },
2600 "require-dev": {
2601 "ext-zlib": "*",
2602 "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8"
2603 },
2604 "suggest": {
2605 "zendframework/zend-httphandlerrunner": "Emit PSR-7 responses"
2606 },
2607 "type": "library",
2608 "extra": {
2609 "branch-alias": {
2610 "dev-master": "1.6-dev"
2611 }
2612 },
2613 "autoload": {
2614 "psr-4": {
2615 "GuzzleHttp\\Psr7\\": "src/"
2616 },
2617 "files": [
2618 "src/functions_include.php"
2619 ]
2620 },
2621 "notification-url": "https://packagist.org/downloads/",
2622 "license": [
2623 "MIT"
2624 ],
2625 "authors": [
2626 {
2627 "name": "Michael Dowling",
2628 "email": "mtdowling@gmail.com",
2629 "homepage": "https://github.com/mtdowling"
2630 },
2631 {
2632 "name": "Tobias Schultze",
2633 "homepage": "https://github.com/Tobion"
2634 }
2635 ],
2636 "description": "PSR-7 message implementation that also provides common utility methods",
2637 "keywords": [
2638 "http",
2639 "message",
2640 "psr-7",
2641 "request",
2642 "response",
2643 "stream",
2644 "uri",
2645 "url"
2646 ],
2647 "time": "2019-07-01T23:21:34+00:00"
2648 },
2649 {
2650 "name": "guzzlehttp/ringphp",
2651 "version": "1.1.1",
2652 "source": {
2653 "type": "git",
2654 "url": "https://github.com/guzzle/RingPHP.git",
2655 "reference": "5e2a174052995663dd68e6b5ad838afd47dd615b"
2656 },
2657 "dist": {
2658 "type": "zip",
2659 "url": "https://api.github.com/repos/guzzle/RingPHP/zipball/5e2a174052995663dd68e6b5ad838afd47dd615b",
2660 "reference": "5e2a174052995663dd68e6b5ad838afd47dd615b",
2661 "shasum": ""
2662 },
2663 "require": {
2664 "guzzlehttp/streams": "~3.0",
2665 "php": ">=5.4.0",
2666 "react/promise": "~2.0"
2667 },
2668 "require-dev": {
2669 "ext-curl": "*",
2670 "phpunit/phpunit": "~4.0"
2671 },
2672 "suggest": {
2673 "ext-curl": "Guzzle will use specific adapters if cURL is present"
2674 },
2675 "type": "library",
2676 "extra": {
2677 "branch-alias": {
2678 "dev-master": "1.1-dev"
2679 }
2680 },
2681 "autoload": {
2682 "psr-4": {
2683 "GuzzleHttp\\Ring\\": "src/"
2684 }
2685 },
2686 "notification-url": "https://packagist.org/downloads/",
2687 "license": [
2688 "MIT"
2689 ],
2690 "authors": [
2691 {
2692 "name": "Michael Dowling",
2693 "email": "mtdowling@gmail.com",
2694 "homepage": "https://github.com/mtdowling"
2695 }
2696 ],
2697 "description": "Provides a simple API and specification that abstracts away the details of HTTP into a single PHP function.",
2698 "time": "2018-07-31T13:22:33+00:00"
2699 },
2700 {
2701 "name": "guzzlehttp/streams",
2702 "version": "3.0.0",
2703 "source": {
2704 "type": "git",
2705 "url": "https://github.com/guzzle/streams.git",
2706 "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5"
2707 },
2708 "dist": {
2709 "type": "zip",
2710 "url": "https://api.github.com/repos/guzzle/streams/zipball/47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
2711 "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
2712 "shasum": ""
2713 },
2714 "require": {
2715 "php": ">=5.4.0"
2716 },
2717 "require-dev": {
2718 "phpunit/phpunit": "~4.0"
2719 },
2720 "type": "library",
2721 "extra": {
2722 "branch-alias": {
2723 "dev-master": "3.0-dev"
2724 }
2725 },
2726 "autoload": {
2727 "psr-4": {
2728 "GuzzleHttp\\Stream\\": "src/"
2729 }
2730 },
2731 "notification-url": "https://packagist.org/downloads/",
2732 "license": [
2733 "MIT"
2734 ],
2735 "authors": [
2736 {
2737 "name": "Michael Dowling",
2738 "email": "mtdowling@gmail.com",
2739 "homepage": "https://github.com/mtdowling"
2740 }
2741 ],
2742 "description": "Provides a simple abstraction over streams of data",
2743 "homepage": "http://guzzlephp.org/",
2744 "keywords": [
2745 "Guzzle",
2746 "stream"
2747 ],
2748 "time": "2014-10-12T19:18:40+00:00"
2749 },
2750 {
2751 "name": "hoa/compiler",
2752 "version": "3.17.08.08",
2753 "source": {
2754 "type": "git",
2755 "url": "https://github.com/hoaproject/Compiler.git",
2756 "reference": "aa09caf0bf28adae6654ca6ee415ee2f522672de"
2757 },
2758 "dist": {
2759 "type": "zip",
2760 "url": "https://api.github.com/repos/hoaproject/Compiler/zipball/aa09caf0bf28adae6654ca6ee415ee2f522672de",
2761 "reference": "aa09caf0bf28adae6654ca6ee415ee2f522672de",
2762 "shasum": ""
2763 },
2764 "require": {
2765 "hoa/consistency": "~1.0",
2766 "hoa/exception": "~1.0",
2767 "hoa/file": "~1.0",
2768 "hoa/iterator": "~2.0",
2769 "hoa/math": "~1.0",
2770 "hoa/protocol": "~1.0",
2771 "hoa/regex": "~1.0",
2772 "hoa/visitor": "~2.0"
2773 },
2774 "require-dev": {
2775 "hoa/json": "~2.0",
2776 "hoa/test": "~2.0"
2777 },
2778 "type": "library",
2779 "extra": {
2780 "branch-alias": {
2781 "dev-master": "3.x-dev"
2782 }
2783 },
2784 "autoload": {
2785 "psr-4": {
2786 "Hoa\\Compiler\\": "."
2787 }
2788 },
2789 "notification-url": "https://packagist.org/downloads/",
2790 "license": [
2791 "BSD-3-Clause"
2792 ],
2793 "authors": [
2794 {
2795 "name": "Ivan Enderlin",
2796 "email": "ivan.enderlin@hoa-project.net"
2797 },
2798 {
2799 "name": "Hoa community",
2800 "homepage": "https://hoa-project.net/"
2801 }
2802 ],
2803 "description": "The Hoa\\Compiler library.",
2804 "homepage": "https://hoa-project.net/",
2805 "keywords": [
2806 "algebraic",
2807 "ast",
2808 "compiler",
2809 "context-free",
2810 "coverage",
2811 "exhaustive",
2812 "grammar",
2813 "isotropic",
2814 "language",
2815 "lexer",
2816 "library",
2817 "ll1",
2818 "llk",
2819 "parser",
2820 "pp",
2821 "random",
2822 "regular",
2823 "rule",
2824 "sampler",
2825 "syntax",
2826 "token",
2827 "trace",
2828 "uniform"
2829 ],
2830 "time": "2017-08-08T07:44:07+00:00"
2831 },
2832 {
2833 "name": "hoa/consistency",
2834 "version": "1.17.05.02",
2835 "source": {
2836 "type": "git",
2837 "url": "https://github.com/hoaproject/Consistency.git",
2838 "reference": "fd7d0adc82410507f332516faf655b6ed22e4c2f"
2839 },
2840 "dist": {
2841 "type": "zip",
2842 "url": "https://api.github.com/repos/hoaproject/Consistency/zipball/fd7d0adc82410507f332516faf655b6ed22e4c2f",
2843 "reference": "fd7d0adc82410507f332516faf655b6ed22e4c2f",
2844 "shasum": ""
2845 },
2846 "require": {
2847 "hoa/exception": "~1.0",
2848 "php": ">=5.5.0"
2849 },
2850 "require-dev": {
2851 "hoa/stream": "~1.0",
2852 "hoa/test": "~2.0"
2853 },
2854 "type": "library",
2855 "extra": {
2856 "branch-alias": {
2857 "dev-master": "1.x-dev"
2858 }
2859 },
2860 "autoload": {
2861 "psr-4": {
2862 "Hoa\\Consistency\\": "."
2863 },
2864 "files": [
2865 "Prelude.php"
2866 ]
2867 },
2868 "notification-url": "https://packagist.org/downloads/",
2869 "license": [
2870 "BSD-3-Clause"
2871 ],
2872 "authors": [
2873 {
2874 "name": "Ivan Enderlin",
2875 "email": "ivan.enderlin@hoa-project.net"
2876 },
2877 {
2878 "name": "Hoa community",
2879 "homepage": "https://hoa-project.net/"
2880 }
2881 ],
2882 "description": "The Hoa\\Consistency library.",
2883 "homepage": "https://hoa-project.net/",
2884 "keywords": [
2885 "autoloader",
2886 "callable",
2887 "consistency",
2888 "entity",
2889 "flex",
2890 "keyword",
2891 "library"
2892 ],
2893 "time": "2017-05-02T12:18:12+00:00"
2894 },
2895 {
2896 "name": "hoa/event",
2897 "version": "1.17.01.13",
2898 "source": {
2899 "type": "git",
2900 "url": "https://github.com/hoaproject/Event.git",
2901 "reference": "6c0060dced212ffa3af0e34bb46624f990b29c54"
2902 },
2903 "dist": {
2904 "type": "zip",
2905 "url": "https://api.github.com/repos/hoaproject/Event/zipball/6c0060dced212ffa3af0e34bb46624f990b29c54",
2906 "reference": "6c0060dced212ffa3af0e34bb46624f990b29c54",
2907 "shasum": ""
2908 },
2909 "require": {
2910 "hoa/consistency": "~1.0",
2911 "hoa/exception": "~1.0"
2912 },
2913 "require-dev": {
2914 "hoa/test": "~2.0"
2915 },
2916 "type": "library",
2917 "extra": {
2918 "branch-alias": {
2919 "dev-master": "1.x-dev"
2920 }
2921 },
2922 "autoload": {
2923 "psr-4": {
2924 "Hoa\\Event\\": "."
2925 }
2926 },
2927 "notification-url": "https://packagist.org/downloads/",
2928 "license": [
2929 "BSD-3-Clause"
2930 ],
2931 "authors": [
2932 {
2933 "name": "Ivan Enderlin",
2934 "email": "ivan.enderlin@hoa-project.net"
2935 },
2936 {
2937 "name": "Hoa community",
2938 "homepage": "https://hoa-project.net/"
2939 }
2940 ],
2941 "description": "The Hoa\\Event library.",
2942 "homepage": "https://hoa-project.net/",
2943 "keywords": [
2944 "event",
2945 "library",
2946 "listener",
2947 "observer"
2948 ],
2949 "time": "2017-01-13T15:30:50+00:00"
2950 },
2951 {
2952 "name": "hoa/exception",
2953 "version": "1.17.01.16",
2954 "source": {
2955 "type": "git",
2956 "url": "https://github.com/hoaproject/Exception.git",
2957 "reference": "091727d46420a3d7468ef0595651488bfc3a458f"
2958 },
2959 "dist": {
2960 "type": "zip",
2961 "url": "https://api.github.com/repos/hoaproject/Exception/zipball/091727d46420a3d7468ef0595651488bfc3a458f",
2962 "reference": "091727d46420a3d7468ef0595651488bfc3a458f",
2963 "shasum": ""
2964 },
2965 "require": {
2966 "hoa/consistency": "~1.0",
2967 "hoa/event": "~1.0"
2968 },
2969 "require-dev": {
2970 "hoa/test": "~2.0"
2971 },
2972 "type": "library",
2973 "extra": {
2974 "branch-alias": {
2975 "dev-master": "1.x-dev"
2976 }
2977 },
2978 "autoload": {
2979 "psr-4": {
2980 "Hoa\\Exception\\": "."
2981 }
2982 },
2983 "notification-url": "https://packagist.org/downloads/",
2984 "license": [
2985 "BSD-3-Clause"
2986 ],
2987 "authors": [
2988 {
2989 "name": "Ivan Enderlin",
2990 "email": "ivan.enderlin@hoa-project.net"
2991 },
2992 {
2993 "name": "Hoa community",
2994 "homepage": "https://hoa-project.net/"
2995 }
2996 ],
2997 "description": "The Hoa\\Exception library.",
2998 "homepage": "https://hoa-project.net/",
2999 "keywords": [
3000 "exception",
3001 "library"
3002 ],
3003 "time": "2017-01-16T07:53:27+00:00"
3004 },
3005 {
3006 "name": "hoa/file",
3007 "version": "1.17.07.11",
3008 "source": {
3009 "type": "git",
3010 "url": "https://github.com/hoaproject/File.git",
3011 "reference": "35cb979b779bc54918d2f9a4e02ed6c7a1fa67ca"
3012 },
3013 "dist": {
3014 "type": "zip",
3015 "url": "https://api.github.com/repos/hoaproject/File/zipball/35cb979b779bc54918d2f9a4e02ed6c7a1fa67ca",
3016 "reference": "35cb979b779bc54918d2f9a4e02ed6c7a1fa67ca",
3017 "shasum": ""
3018 },
3019 "require": {
3020 "hoa/consistency": "~1.0",
3021 "hoa/event": "~1.0",
3022 "hoa/exception": "~1.0",
3023 "hoa/iterator": "~2.0",
3024 "hoa/stream": "~1.0"
3025 },
3026 "require-dev": {
3027 "hoa/test": "~2.0"
3028 },
3029 "type": "library",
3030 "extra": {
3031 "branch-alias": {
3032 "dev-master": "1.x-dev"
3033 }
3034 },
3035 "autoload": {
3036 "psr-4": {
3037 "Hoa\\File\\": "."
3038 }
3039 },
3040 "notification-url": "https://packagist.org/downloads/",
3041 "license": [
3042 "BSD-3-Clause"
3043 ],
3044 "authors": [
3045 {
3046 "name": "Ivan Enderlin",
3047 "email": "ivan.enderlin@hoa-project.net"
3048 },
3049 {
3050 "name": "Hoa community",
3051 "homepage": "https://hoa-project.net/"
3052 }
3053 ],
3054 "description": "The Hoa\\File library.",
3055 "homepage": "https://hoa-project.net/",
3056 "keywords": [
3057 "Socket",
3058 "directory",
3059 "file",
3060 "finder",
3061 "library",
3062 "link",
3063 "temporary"
3064 ],
3065 "time": "2017-07-11T07:42:15+00:00"
3066 },
3067 {
3068 "name": "hoa/iterator",
3069 "version": "2.17.01.10",
3070 "source": {
3071 "type": "git",
3072 "url": "https://github.com/hoaproject/Iterator.git",
3073 "reference": "d1120ba09cb4ccd049c86d10058ab94af245f0cc"
3074 },
3075 "dist": {
3076 "type": "zip",
3077 "url": "https://api.github.com/repos/hoaproject/Iterator/zipball/d1120ba09cb4ccd049c86d10058ab94af245f0cc",
3078 "reference": "d1120ba09cb4ccd049c86d10058ab94af245f0cc",
3079 "shasum": ""
3080 },
3081 "require": {
3082 "hoa/consistency": "~1.0",
3083 "hoa/exception": "~1.0"
3084 },
3085 "require-dev": {
3086 "hoa/test": "~2.0"
3087 },
3088 "type": "library",
3089 "extra": {
3090 "branch-alias": {
3091 "dev-master": "2.x-dev"
3092 }
3093 },
3094 "autoload": {
3095 "psr-4": {
3096 "Hoa\\Iterator\\": "."
3097 }
3098 },
3099 "notification-url": "https://packagist.org/downloads/",
3100 "license": [
3101 "BSD-3-Clause"
3102 ],
3103 "authors": [
3104 {
3105 "name": "Ivan Enderlin",
3106 "email": "ivan.enderlin@hoa-project.net"
3107 },
3108 {
3109 "name": "Hoa community",
3110 "homepage": "https://hoa-project.net/"
3111 }
3112 ],
3113 "description": "The Hoa\\Iterator library.",
3114 "homepage": "https://hoa-project.net/",
3115 "keywords": [
3116 "iterator",
3117 "library"
3118 ],
3119 "time": "2017-01-10T10:34:47+00:00"
3120 },
3121 {
3122 "name": "hoa/math",
3123 "version": "1.17.05.16",
3124 "source": {
3125 "type": "git",
3126 "url": "https://github.com/hoaproject/Math.git",
3127 "reference": "7150785d30f5d565704912116a462e9f5bc83a0c"
3128 },
3129 "dist": {
3130 "type": "zip",
3131 "url": "https://api.github.com/repos/hoaproject/Math/zipball/7150785d30f5d565704912116a462e9f5bc83a0c",
3132 "reference": "7150785d30f5d565704912116a462e9f5bc83a0c",
3133 "shasum": ""
3134 },
3135 "require": {
3136 "hoa/compiler": "~3.0",
3137 "hoa/consistency": "~1.0",
3138 "hoa/exception": "~1.0",
3139 "hoa/iterator": "~2.0",
3140 "hoa/protocol": "~1.0",
3141 "hoa/zformat": "~1.0"
3142 },
3143 "require-dev": {
3144 "hoa/test": "~2.0"
3145 },
3146 "type": "library",
3147 "extra": {
3148 "branch-alias": {
3149 "dev-master": "1.x-dev"
3150 }
3151 },
3152 "autoload": {
3153 "psr-4": {
3154 "Hoa\\Math\\": "."
3155 }
3156 },
3157 "notification-url": "https://packagist.org/downloads/",
3158 "license": [
3159 "BSD-3-Clause"
3160 ],
3161 "authors": [
3162 {
3163 "name": "Ivan Enderlin",
3164 "email": "ivan.enderlin@hoa-project.net"
3165 },
3166 {
3167 "name": "Hoa community",
3168 "homepage": "https://hoa-project.net/"
3169 }
3170 ],
3171 "description": "The Hoa\\Math library.",
3172 "homepage": "https://hoa-project.net/",
3173 "keywords": [
3174 "arrangement",
3175 "combination",
3176 "combinatorics",
3177 "counting",
3178 "library",
3179 "math",
3180 "permutation",
3181 "sampler",
3182 "set"
3183 ],
3184 "time": "2017-05-16T08:02:17+00:00"
3185 },
3186 {
3187 "name": "hoa/protocol",
3188 "version": "1.17.01.14",
3189 "source": {
3190 "type": "git",
3191 "url": "https://github.com/hoaproject/Protocol.git",
3192 "reference": "5c2cf972151c45f373230da170ea015deecf19e2"
3193 },
3194 "dist": {
3195 "type": "zip",
3196 "url": "https://api.github.com/repos/hoaproject/Protocol/zipball/5c2cf972151c45f373230da170ea015deecf19e2",
3197 "reference": "5c2cf972151c45f373230da170ea015deecf19e2",
3198 "shasum": ""
3199 },
3200 "require": {
3201 "hoa/consistency": "~1.0",
3202 "hoa/exception": "~1.0"
3203 },
3204 "require-dev": {
3205 "hoa/test": "~2.0"
3206 },
3207 "type": "library",
3208 "extra": {
3209 "branch-alias": {
3210 "dev-master": "1.x-dev"
3211 }
3212 },
3213 "autoload": {
3214 "psr-4": {
3215 "Hoa\\Protocol\\": "."
3216 },
3217 "files": [
3218 "Wrapper.php"
3219 ]
3220 },
3221 "notification-url": "https://packagist.org/downloads/",
3222 "license": [
3223 "BSD-3-Clause"
3224 ],
3225 "authors": [
3226 {
3227 "name": "Ivan Enderlin",
3228 "email": "ivan.enderlin@hoa-project.net"
3229 },
3230 {
3231 "name": "Hoa community",
3232 "homepage": "https://hoa-project.net/"
3233 }
3234 ],
3235 "description": "The Hoa\\Protocol library.",
3236 "homepage": "https://hoa-project.net/",
3237 "keywords": [
3238 "library",
3239 "protocol",
3240 "resource",
3241 "stream",
3242 "wrapper"
3243 ],
3244 "time": "2017-01-14T12:26:10+00:00"
3245 },
3246 {
3247 "name": "hoa/regex",
3248 "version": "1.17.01.13",
3249 "source": {
3250 "type": "git",
3251 "url": "https://github.com/hoaproject/Regex.git",
3252 "reference": "7e263a61b6fb45c1d03d8e5ef77668518abd5bec"
3253 },
3254 "dist": {
3255 "type": "zip",
3256 "url": "https://api.github.com/repos/hoaproject/Regex/zipball/7e263a61b6fb45c1d03d8e5ef77668518abd5bec",
3257 "reference": "7e263a61b6fb45c1d03d8e5ef77668518abd5bec",
3258 "shasum": ""
3259 },
3260 "require": {
3261 "hoa/consistency": "~1.0",
3262 "hoa/exception": "~1.0",
3263 "hoa/math": "~1.0",
3264 "hoa/protocol": "~1.0",
3265 "hoa/ustring": "~4.0",
3266 "hoa/visitor": "~2.0"
3267 },
3268 "type": "library",
3269 "extra": {
3270 "branch-alias": {
3271 "dev-master": "1.x-dev"
3272 }
3273 },
3274 "autoload": {
3275 "psr-4": {
3276 "Hoa\\Regex\\": "."
3277 }
3278 },
3279 "notification-url": "https://packagist.org/downloads/",
3280 "license": [
3281 "BSD-3-Clause"
3282 ],
3283 "authors": [
3284 {
3285 "name": "Ivan Enderlin",
3286 "email": "ivan.enderlin@hoa-project.net"
3287 },
3288 {
3289 "name": "Hoa community",
3290 "homepage": "https://hoa-project.net/"
3291 }
3292 ],
3293 "description": "The Hoa\\Regex library.",
3294 "homepage": "https://hoa-project.net/",
3295 "keywords": [
3296 "compiler",
3297 "library",
3298 "regex"
3299 ],
3300 "time": "2017-01-13T16:10:24+00:00"
3301 },
3302 {
3303 "name": "hoa/ruler",
3304 "version": "2.17.05.16",
3305 "source": {
3306 "type": "git",
3307 "url": "https://github.com/hoaproject/Ruler.git",
3308 "reference": "696835daf8336dfd490f032da7af444050e52dfc"
3309 },
3310 "dist": {
3311 "type": "zip",
3312 "url": "https://api.github.com/repos/hoaproject/Ruler/zipball/696835daf8336dfd490f032da7af444050e52dfc",
3313 "reference": "696835daf8336dfd490f032da7af444050e52dfc",
3314 "shasum": ""
3315 },
3316 "require": {
3317 "hoa/compiler": "~3.0",
3318 "hoa/consistency": "~1.0",
3319 "hoa/exception": "~1.0",
3320 "hoa/file": "~1.0",
3321 "hoa/protocol": "~1.0",
3322 "hoa/visitor": "~2.0"
3323 },
3324 "require-dev": {
3325 "hoa/test": "~2.0"
3326 },
3327 "type": "library",
3328 "extra": {
3329 "branch-alias": {
3330 "dev-master": "2.x-dev"
3331 }
3332 },
3333 "autoload": {
3334 "psr-4": {
3335 "Hoa\\Ruler\\": "."
3336 }
3337 },
3338 "notification-url": "https://packagist.org/downloads/",
3339 "license": [
3340 "BSD-3-Clause"
3341 ],
3342 "authors": [
3343 {
3344 "name": "Ivan Enderlin",
3345 "email": "ivan.enderlin@hoa-project.net"
3346 },
3347 {
3348 "name": "Hoa community",
3349 "homepage": "https://hoa-project.net/"
3350 }
3351 ],
3352 "description": "The Hoa\\Ruler library.",
3353 "homepage": "https://hoa-project.net/",
3354 "keywords": [
3355 "library",
3356 "ruler"
3357 ],
3358 "time": "2017-05-16T07:52:21+00:00"
3359 },
3360 {
3361 "name": "hoa/stream",
3362 "version": "1.17.02.21",
3363 "source": {
3364 "type": "git",
3365 "url": "https://github.com/hoaproject/Stream.git",
3366 "reference": "3293cfffca2de10525df51436adf88a559151d82"
3367 },
3368 "dist": {
3369 "type": "zip",
3370 "url": "https://api.github.com/repos/hoaproject/Stream/zipball/3293cfffca2de10525df51436adf88a559151d82",
3371 "reference": "3293cfffca2de10525df51436adf88a559151d82",
3372 "shasum": ""
3373 },
3374 "require": {
3375 "hoa/consistency": "~1.0",
3376 "hoa/event": "~1.0",
3377 "hoa/exception": "~1.0",
3378 "hoa/protocol": "~1.0"
3379 },
3380 "require-dev": {
3381 "hoa/test": "~2.0"
3382 },
3383 "type": "library",
3384 "extra": {
3385 "branch-alias": {
3386 "dev-master": "1.x-dev"
3387 }
3388 },
3389 "autoload": {
3390 "psr-4": {
3391 "Hoa\\Stream\\": "."
3392 }
3393 },
3394 "notification-url": "https://packagist.org/downloads/",
3395 "license": [
3396 "BSD-3-Clause"
3397 ],
3398 "authors": [
3399 {
3400 "name": "Ivan Enderlin",
3401 "email": "ivan.enderlin@hoa-project.net"
3402 },
3403 {
3404 "name": "Hoa community",
3405 "homepage": "https://hoa-project.net/"
3406 }
3407 ],
3408 "description": "The Hoa\\Stream library.",
3409 "homepage": "https://hoa-project.net/",
3410 "keywords": [
3411 "Context",
3412 "bucket",
3413 "composite",
3414 "filter",
3415 "in",
3416 "library",
3417 "out",
3418 "protocol",
3419 "stream",
3420 "wrapper"
3421 ],
3422 "time": "2017-02-21T16:01:06+00:00"
3423 },
3424 {
3425 "name": "hoa/ustring",
3426 "version": "4.17.01.16",
3427 "source": {
3428 "type": "git",
3429 "url": "https://github.com/hoaproject/Ustring.git",
3430 "reference": "e6326e2739178799b1fe3fdd92029f9517fa17a0"
3431 },
3432 "dist": {
3433 "type": "zip",
3434 "url": "https://api.github.com/repos/hoaproject/Ustring/zipball/e6326e2739178799b1fe3fdd92029f9517fa17a0",
3435 "reference": "e6326e2739178799b1fe3fdd92029f9517fa17a0",
3436 "shasum": ""
3437 },
3438 "require": {
3439 "hoa/consistency": "~1.0",
3440 "hoa/exception": "~1.0"
3441 },
3442 "require-dev": {
3443 "hoa/test": "~2.0"
3444 },
3445 "suggest": {
3446 "ext-iconv": "ext/iconv must be present (or a third implementation) to use Hoa\\Ustring::transcode().",
3447 "ext-intl": "To get a better Hoa\\Ustring::toAscii() and Hoa\\Ustring::compareTo()."
3448 },
3449 "type": "library",
3450 "extra": {
3451 "branch-alias": {
3452 "dev-master": "4.x-dev"
3453 }
3454 },
3455 "autoload": {
3456 "psr-4": {
3457 "Hoa\\Ustring\\": "."
3458 }
3459 },
3460 "notification-url": "https://packagist.org/downloads/",
3461 "license": [
3462 "BSD-3-Clause"
3463 ],
3464 "authors": [
3465 {
3466 "name": "Ivan Enderlin",
3467 "email": "ivan.enderlin@hoa-project.net"
3468 },
3469 {
3470 "name": "Hoa community",
3471 "homepage": "https://hoa-project.net/"
3472 }
3473 ],
3474 "description": "The Hoa\\Ustring library.",
3475 "homepage": "https://hoa-project.net/",
3476 "keywords": [
3477 "library",
3478 "search",
3479 "string",
3480 "unicode"
3481 ],
3482 "time": "2017-01-16T07:08:25+00:00"
3483 },
3484 {
3485 "name": "hoa/visitor",
3486 "version": "2.17.01.16",
3487 "source": {
3488 "type": "git",
3489 "url": "https://github.com/hoaproject/Visitor.git",
3490 "reference": "c18fe1cbac98ae449e0d56e87469103ba08f224a"
3491 },
3492 "dist": {
3493 "type": "zip",
3494 "url": "https://api.github.com/repos/hoaproject/Visitor/zipball/c18fe1cbac98ae449e0d56e87469103ba08f224a",
3495 "reference": "c18fe1cbac98ae449e0d56e87469103ba08f224a",
3496 "shasum": ""
3497 },
3498 "require": {
3499 "hoa/consistency": "~1.0"
3500 },
3501 "require-dev": {
3502 "hoa/test": "~2.0"
3503 },
3504 "type": "library",
3505 "extra": {
3506 "branch-alias": {
3507 "dev-master": "2.x-dev"
3508 }
3509 },
3510 "autoload": {
3511 "psr-4": {
3512 "Hoa\\Visitor\\": "."
3513 }
3514 },
3515 "notification-url": "https://packagist.org/downloads/",
3516 "license": [
3517 "BSD-3-Clause"
3518 ],
3519 "authors": [
3520 {
3521 "name": "Ivan Enderlin",
3522 "email": "ivan.enderlin@hoa-project.net"
3523 },
3524 {
3525 "name": "Hoa community",
3526 "homepage": "https://hoa-project.net/"
3527 }
3528 ],
3529 "description": "The Hoa\\Visitor library.",
3530 "homepage": "https://hoa-project.net/",
3531 "keywords": [
3532 "library",
3533 "structure",
3534 "visit",
3535 "visitor"
3536 ],
3537 "time": "2017-01-16T07:02:03+00:00"
3538 },
3539 {
3540 "name": "hoa/zformat",
3541 "version": "1.17.01.10",
3542 "source": {
3543 "type": "git",
3544 "url": "https://github.com/hoaproject/Zformat.git",
3545 "reference": "522c381a2a075d4b9dbb42eb4592dd09520e4ac2"
3546 },
3547 "dist": {
3548 "type": "zip",
3549 "url": "https://api.github.com/repos/hoaproject/Zformat/zipball/522c381a2a075d4b9dbb42eb4592dd09520e4ac2",
3550 "reference": "522c381a2a075d4b9dbb42eb4592dd09520e4ac2",
3551 "shasum": ""
3552 },
3553 "require": {
3554 "hoa/consistency": "~1.0",
3555 "hoa/exception": "~1.0"
3556 },
3557 "type": "library",
3558 "extra": {
3559 "branch-alias": {
3560 "dev-master": "1.x-dev"
3561 }
3562 },
3563 "autoload": {
3564 "psr-4": {
3565 "Hoa\\Zformat\\": "."
3566 }
3567 },
3568 "notification-url": "https://packagist.org/downloads/",
3569 "license": [
3570 "BSD-3-Clause"
3571 ],
3572 "authors": [
3573 {
3574 "name": "Ivan Enderlin",
3575 "email": "ivan.enderlin@hoa-project.net"
3576 },
3577 {
3578 "name": "Hoa community",
3579 "homepage": "https://hoa-project.net/"
3580 }
3581 ],
3582 "description": "The Hoa\\Zformat library.",
3583 "homepage": "https://hoa-project.net/",
3584 "keywords": [
3585 "library",
3586 "parameter",
3587 "zformat"
3588 ],
3589 "time": "2017-01-10T10:39:54+00:00"
3590 },
3591 {
3592 "name": "html2text/html2text",
3593 "version": "4.2.1",
3594 "source": {
3595 "type": "git",
3596 "url": "https://github.com/mtibben/html2text.git",
3597 "reference": "f7555eaf271beea4e1098274d3ff37fbb7b21ea7"
3598 },
3599 "dist": {
3600 "type": "zip",
3601 "url": "https://api.github.com/repos/mtibben/html2text/zipball/f7555eaf271beea4e1098274d3ff37fbb7b21ea7",
3602 "reference": "f7555eaf271beea4e1098274d3ff37fbb7b21ea7",
3603 "shasum": ""
3604 },
3605 "require-dev": {
3606 "phpunit/phpunit": "~4"
3607 },
3608 "suggest": {
3609 "ext-mbstring": "For best performance",
3610 "symfony/polyfill-mbstring": "If you can't install ext-mbstring"
3611 },
3612 "type": "library",
3613 "autoload": {
3614 "psr-4": {
3615 "Html2Text\\": [
3616 "src/",
3617 "test/"
3618 ]
3619 }
3620 },
3621 "notification-url": "https://packagist.org/downloads/",
3622 "license": [
3623 "GPL-2.0-or-later"
3624 ],
3625 "description": "Converts HTML to formatted plain text",
3626 "time": "2018-08-13T12:05:08+00:00"
3627 },
3628 {
3629 "name": "http-interop/http-factory-guzzle",
3630 "version": "1.0.0",
3631 "source": {
3632 "type": "git",
3633 "url": "https://github.com/http-interop/http-factory-guzzle.git",
3634 "reference": "34861658efb9899a6618cef03de46e2a52c80fc0"
3635 },
3636 "dist": {
3637 "type": "zip",
3638 "url": "https://api.github.com/repos/http-interop/http-factory-guzzle/zipball/34861658efb9899a6618cef03de46e2a52c80fc0",
3639 "reference": "34861658efb9899a6618cef03de46e2a52c80fc0",
3640 "shasum": ""
3641 },
3642 "require": {
3643 "guzzlehttp/psr7": "^1.4.2",
3644 "psr/http-factory": "^1.0"
3645 },
3646 "provide": {
3647 "psr/http-factory-implementation": "^1.0"
3648 },
3649 "require-dev": {
3650 "http-interop/http-factory-tests": "^0.5",
3651 "phpunit/phpunit": "^6.5"
3652 },
3653 "type": "library",
3654 "autoload": {
3655 "psr-4": {
3656 "Http\\Factory\\Guzzle\\": "src/"
3657 }
3658 },
3659 "notification-url": "https://packagist.org/downloads/",
3660 "license": [
3661 "MIT"
3662 ],
3663 "authors": [
3664 {
3665 "name": "PHP-FIG",
3666 "homepage": "http://www.php-fig.org/"
3667 }
3668 ],
3669 "description": "An HTTP Factory using Guzzle PSR7",
3670 "keywords": [
3671 "factory",
3672 "http",
3673 "psr-17",
3674 "psr-7"
3675 ],
3676 "time": "2018-07-31T19:32:56+00:00"
3677 },
3678 {
3679 "name": "incenteev/composer-parameter-handler",
3680 "version": "v2.1.3",
3681 "source": {
3682 "type": "git",
3683 "url": "https://github.com/Incenteev/ParameterHandler.git",
3684 "reference": "933c45a34814f27f2345c11c37d46b3ca7303550"
3685 },
3686 "dist": {
3687 "type": "zip",
3688 "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/933c45a34814f27f2345c11c37d46b3ca7303550",
3689 "reference": "933c45a34814f27f2345c11c37d46b3ca7303550",
3690 "shasum": ""
3691 },
3692 "require": {
3693 "php": ">=5.3.3",
3694 "symfony/yaml": "^2.3 || ^3.0 || ^4.0"
3695 },
3696 "require-dev": {
3697 "composer/composer": "^1.0@dev",
3698 "symfony/filesystem": "^2.3 || ^3 || ^4",
3699 "symfony/phpunit-bridge": "^4.0"
3700 },
3701 "type": "library",
3702 "extra": {
3703 "branch-alias": {
3704 "dev-master": "2.1.x-dev"
3705 }
3706 },
3707 "autoload": {
3708 "psr-4": {
3709 "Incenteev\\ParameterHandler\\": ""
3710 }
3711 },
3712 "notification-url": "https://packagist.org/downloads/",
3713 "license": [
3714 "MIT"
3715 ],
3716 "authors": [
3717 {
3718 "name": "Christophe Coevoet",
3719 "email": "stof@notk.org"
3720 }
3721 ],
3722 "description": "Composer script handling your ignored parameter file",
3723 "homepage": "https://github.com/Incenteev/ParameterHandler",
3724 "keywords": [
3725 "parameters management"
3726 ],
3727 "time": "2018-02-13T18:05:56+00:00"
3728 },
3729 {
3730 "name": "j0k3r/graby",
3731 "version": "2.1.0",
3732 "source": {
3733 "type": "git",
3734 "url": "https://github.com/j0k3r/graby.git",
3735 "reference": "8dcacf79bd2bc18438dc3c93cdee1fa59f9a848b"
3736 },
3737 "dist": {
3738 "type": "zip",
3739 "url": "https://api.github.com/repos/j0k3r/graby/zipball/8dcacf79bd2bc18438dc3c93cdee1fa59f9a848b",
3740 "reference": "8dcacf79bd2bc18438dc3c93cdee1fa59f9a848b",
3741 "shasum": ""
3742 },
3743 "require": {
3744 "ext-curl": "*",
3745 "ext-tidy": "*",
3746 "fossar/htmlawed": "^1.2.4",
3747 "guzzlehttp/psr7": "^1.5",
3748 "j0k3r/graby-site-config": "^1.0",
3749 "j0k3r/httplug-ssrf-plugin": "^2.0",
3750 "j0k3r/php-readability": "^1.1",
3751 "monolog/monolog": "^1.13.1",
3752 "php": ">=7.1",
3753 "php-http/client-common": "^2.0",
3754 "php-http/discovery": "^1.0",
3755 "php-http/httplug": "^2.0",
3756 "php-http/message": "^1.7",
3757 "psr/http-message": "^1.0",
3758 "simplepie/simplepie": "^1.3.1",
3759 "smalot/pdfparser": "~0.11",
3760 "symfony/options-resolver": "~2.6|~3.0|~4.0",
3761 "true/punycode": "~2.1",
3762 "wallabag/tcpdf": "^6.2.26"
3763 },
3764 "require-dev": {
3765 "friendsofphp/php-cs-fixer": "~2.14",
3766 "php-coveralls/php-coveralls": "^2.0",
3767 "php-http/guzzle6-adapter": "^2.0",
3768 "php-http/mock-client": "^1.2",
3769 "phpstan/phpstan": "^0.11",
3770 "phpstan/phpstan-phpunit": "^0.11",
3771 "symfony/phpunit-bridge": "~2.6|~3.0|~4.0"
3772 },
3773 "type": "library",
3774 "extra": {
3775 "branch-alias": {
3776 "dev-2.0": "2.0-dev"
3777 }
3778 },
3779 "autoload": {
3780 "psr-4": {
3781 "Graby\\": "src/"
3782 }
3783 },
3784 "notification-url": "https://packagist.org/downloads/",
3785 "license": [
3786 "MIT"
3787 ],
3788 "authors": [
3789 {
3790 "name": "Jeremy Benoist",
3791 "email": "jeremy.benoist@gmail.com",
3792 "role": "Developer"
3793 },
3794 {
3795 "name": "FiveFilters.org",
3796 "email": "fivefilters@fivefilters.org",
3797 "role": "Developer (original version)"
3798 }
3799 ],
3800 "description": "Graby helps you extract article content from web pages",
3801 "time": "2019-11-12T13:10:23+00:00"
3802 },
3803 {
3804 "name": "j0k3r/graby-site-config",
3805 "version": "1.0.95",
3806 "source": {
3807 "type": "git",
3808 "url": "https://github.com/j0k3r/graby-site-config.git",
3809 "reference": "6198a26657c02db293d51d49cd41a8aa05da367b"
3810 },
3811 "dist": {
3812 "type": "zip",
3813 "url": "https://api.github.com/repos/j0k3r/graby-site-config/zipball/6198a26657c02db293d51d49cd41a8aa05da367b",
3814 "reference": "6198a26657c02db293d51d49cd41a8aa05da367b",
3815 "shasum": ""
3816 },
3817 "require": {
3818 "symfony/finder": "~2.6|~3.0|~4.0"
3819 },
3820 "require-dev": {
3821 "liip/rmt": "1.2.*",
3822 "symfony/phpunit-bridge": "^4.3"
3823 },
3824 "type": "library",
3825 "autoload": {
3826 "psr-4": {
3827 "GrabySiteConfig\\SiteConfig\\": "src/"
3828 }
3829 },
3830 "notification-url": "https://packagist.org/downloads/",
3831 "license": [
3832 "CC0-1.0"
3833 ],
3834 "authors": [
3835 {
3836 "name": "Jeremy Benoist",
3837 "email": "jeremy.benoist@gmail.com"
3838 }
3839 ],
3840 "description": "Graby site config files",
3841 "time": "2019-11-21T13:32:52+00:00"
3842 },
3843 {
3844 "name": "j0k3r/httplug-ssrf-plugin",
3845 "version": "v2.0.0",
3846 "source": {
3847 "type": "git",
3848 "url": "https://github.com/j0k3r/httplug-ssrf-plugin.git",
3849 "reference": "ea8599016240d2a49b91e267550ea3eb243ddd74"
3850 },
3851 "dist": {
3852 "type": "zip",
3853 "url": "https://api.github.com/repos/j0k3r/httplug-ssrf-plugin/zipball/ea8599016240d2a49b91e267550ea3eb243ddd74",
3854 "reference": "ea8599016240d2a49b91e267550ea3eb243ddd74",
3855 "shasum": ""
3856 },
3857 "require": {
3858 "php": "^7.1",
3859 "php-http/client-common": "^2.0",
3860 "php-http/discovery": "^1.5",
3861 "php-http/message": "^1.7",
3862 "php-http/message-factory": "^1.0.2"
3863 },
3864 "require-dev": {
3865 "friendsofphp/php-cs-fixer": "^2.14",
3866 "guzzlehttp/psr7": "^1.0",
3867 "php-http/guzzle6-adapter": "^2.0",
3868 "php-http/mock-client": "^1.0",
3869 "phpstan/phpstan": "^0.11",
3870 "phpstan/phpstan-phpunit": "^0.11",
3871 "symfony/phpunit-bridge": "~3.4.19|~4.0"
3872 },
3873 "type": "library",
3874 "extra": {
3875 "branch-alias": {
3876 "dev-master": "2.0-dev"
3877 }
3878 },
3879 "autoload": {
3880 "psr-4": {
3881 "Graby\\HttpClient\\Plugin\\ServerSideRequestForgeryProtection\\": "src/"
3882 }
3883 },
3884 "notification-url": "https://packagist.org/downloads/",
3885 "license": [
3886 "MIT"
3887 ],
3888 "authors": [
3889 {
3890 "name": "Jeremy Benoist",
3891 "email": "jeremy.benoist@gmail.com"
3892 },
3893 {
3894 "name": "aaa2000",
3895 "email": "adev2000@gmail.com"
3896 },
3897 {
3898 "name": "Jack W",
3899 "email": "jack@fin1te.net",
3900 "role": "Developer (SafeCurl original version)"
3901 }
3902 ],
3903 "description": "Server-Side Request Forgery (SSRF) protection plugin for HTTPlug",
3904 "homepage": "https://github.com/j0k3r/httplug-ssrf-plugin",
3905 "keywords": [
3906 "http",
3907 "httplug",
3908 "plugin",
3909 "security",
3910 "ssrf"
3911 ],
3912 "time": "2019-02-06T10:58:53+00:00"
3913 },
3914 {
3915 "name": "j0k3r/php-readability",
3916 "version": "1.2.4",
3917 "source": {
3918 "type": "git",
3919 "url": "https://github.com/j0k3r/php-readability.git",
3920 "reference": "9306996b472fd3d4bc5a7928a301ccce38423793"
3921 },
3922 "dist": {
3923 "type": "zip",
3924 "url": "https://api.github.com/repos/j0k3r/php-readability/zipball/9306996b472fd3d4bc5a7928a301ccce38423793",
3925 "reference": "9306996b472fd3d4bc5a7928a301ccce38423793",
3926 "shasum": ""
3927 },
3928 "require": {
3929 "electrolinux/php-html5lib": "^0.1.0",
3930 "ext-mbstring": "*",
3931 "php": ">=5.6.0",
3932 "psr/log": "^1.0"
3933 },
3934 "require-dev": {
3935 "friendsofphp/php-cs-fixer": "^2.14",
3936 "monolog/monolog": "^1.24",
3937 "php-coveralls/php-coveralls": "^2.1",
3938 "symfony/phpunit-bridge": "^4.2.3"
3939 },
3940 "suggest": {
3941 "ext-tidy": "Used to clean up given HTML and to avoid problems with bad HTML structure."
3942 },
3943 "type": "library",
3944 "autoload": {
3945 "psr-4": {
3946 "Readability\\": "src/"
3947 }
3948 },
3949 "notification-url": "https://packagist.org/downloads/",
3950 "license": [
3951 "Apache-2.0"
3952 ],
3953 "authors": [
3954 {
3955 "name": "Keyvan Minoukadeh",
3956 "email": "keyvan@keyvan.net",
3957 "homepage": "http://keyvan.net",
3958 "role": "Developer (ported original JS code to PHP)"
3959 },
3960 {
3961 "name": "Arc90",
3962 "homepage": "http://arc90.com",
3963 "role": "Developer (original JS version)"
3964 },
3965 {
3966 "name": "Jeremy Benoist",
3967 "email": "jeremy.benoist@gmail.com",
3968 "homepage": "http://www.j0k3r.net",
3969 "role": "Developer"
3970 },
3971 {
3972 "name": "DitherSky",
3973 "homepage": "https://github.com/Dither",
3974 "role": "Developer (https://github.com/Dither/full-text-rss)"
3975 }
3976 ],
3977 "description": "Automatic article extraction from HTML",
3978 "keywords": [
3979 "article",
3980 "article extraction",
3981 "content",
3982 "content extraction",
3983 "extraction",
3984 "html"
3985 ],
3986 "time": "2019-06-25T15:15:37+00:00"
3987 },
3988 {
3989 "name": "javibravo/simpleue",
3990 "version": "2.1.0",
3991 "source": {
3992 "type": "git",
3993 "url": "https://github.com/javibravo/simpleue.git",
3994 "reference": "b12ccea0631cd3f6128ab91178fc5363f6e14ff6"
3995 },
3996 "dist": {
3997 "type": "zip",
3998 "url": "https://api.github.com/repos/javibravo/simpleue/zipball/b12ccea0631cd3f6128ab91178fc5363f6e14ff6",
3999 "reference": "b12ccea0631cd3f6128ab91178fc5363f6e14ff6",
4000 "shasum": ""
4001 },
4002 "require": {
4003 "php": ">=5.5",
4004 "psr/log": "~1.0"
4005 },
4006 "require-dev": {
4007 "aws/aws-sdk-php": "^3.9",
4008 "pda/pheanstalk": "^3.1",
4009 "phpunit/phpunit": "4.0.*",
4010 "predis/predis": "^1.0"
4011 },
4012 "suggest": {
4013 "aws/aws-sdk-php": "Allow work with AWS Simple Queue Service (SQS) queues",
4014 "ext-redis": "Allow work with Redis Locker",
4015 "pda/pheanstalk": "Allow work with Beanstalkd queues",
4016 "predis/predis": "Allow work with Redis queues"
4017 },
4018 "type": "library",
4019 "autoload": {
4020 "psr-4": {
4021 "Simpleue\\": "src/Simpleue"
4022 }
4023 },
4024 "notification-url": "https://packagist.org/downloads/",
4025 "license": [
4026 "MIT"
4027 ],
4028 "authors": [
4029 {
4030 "name": "Javier Bravo",
4031 "email": "javibravo85@gmail.com"
4032 }
4033 ],
4034 "description": "Php package to manage queue tasks in a simple way",
4035 "homepage": "http://github.com/javibravo/simpleue",
4036 "keywords": [
4037 "job",
4038 "queue",
4039 "redis",
4040 "sqs",
4041 "task"
4042 ],
4043 "time": "2017-11-15T13:41:13+00:00"
4044 },
4045 {
4046 "name": "jdorn/sql-formatter",
4047 "version": "v1.2.17",
4048 "source": {
4049 "type": "git",
4050 "url": "https://github.com/jdorn/sql-formatter.git",
4051 "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc"
4052 },
4053 "dist": {
4054 "type": "zip",
4055 "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc",
4056 "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc",
4057 "shasum": ""
4058 },
4059 "require": {
4060 "php": ">=5.2.4"
4061 },
4062 "require-dev": {
4063 "phpunit/phpunit": "3.7.*"
4064 },
4065 "type": "library",
4066 "extra": {
4067 "branch-alias": {
4068 "dev-master": "1.3.x-dev"
4069 }
4070 },
4071 "autoload": {
4072 "classmap": [
4073 "lib"
4074 ]
4075 },
4076 "notification-url": "https://packagist.org/downloads/",
4077 "license": [
4078 "MIT"
4079 ],
4080 "authors": [
4081 {
4082 "name": "Jeremy Dorn",
4083 "email": "jeremy@jeremydorn.com",
4084 "homepage": "http://jeremydorn.com/"
4085 }
4086 ],
4087 "description": "a PHP SQL highlighting library",
4088 "homepage": "https://github.com/jdorn/sql-formatter/",
4089 "keywords": [
4090 "highlight",
4091 "sql"
4092 ],
4093 "time": "2014-01-12T16:20:24+00:00"
4094 },
4095 {
4096 "name": "jean85/pretty-package-versions",
4097 "version": "1.2",
4098 "source": {
4099 "type": "git",
4100 "url": "https://github.com/Jean85/pretty-package-versions.git",
4101 "reference": "75c7effcf3f77501d0e0caa75111aff4daa0dd48"
4102 },
4103 "dist": {
4104 "type": "zip",
4105 "url": "https://api.github.com/repos/Jean85/pretty-package-versions/zipball/75c7effcf3f77501d0e0caa75111aff4daa0dd48",
4106 "reference": "75c7effcf3f77501d0e0caa75111aff4daa0dd48",
4107 "shasum": ""
4108 },
4109 "require": {
4110 "ocramius/package-versions": "^1.2.0",
4111 "php": "^7.0"
4112 },
4113 "require-dev": {
4114 "phpunit/phpunit": "^6.0"
4115 },
4116 "type": "library",
4117 "extra": {
4118 "branch-alias": {
4119 "dev-master": "1.x-dev"
4120 }
4121 },
4122 "autoload": {
4123 "psr-4": {
4124 "Jean85\\": "src/"
4125 }
4126 },
4127 "notification-url": "https://packagist.org/downloads/",
4128 "license": [
4129 "MIT"
4130 ],
4131 "authors": [
4132 {
4133 "name": "Alessandro Lai",
4134 "email": "alessandro.lai85@gmail.com"
4135 }
4136 ],
4137 "description": "A wrapper for ocramius/package-versions to get pretty versions strings",
4138 "keywords": [
4139 "composer",
4140 "package",
4141 "release",
4142 "versions"
4143 ],
4144 "time": "2018-06-13T13:22:40+00:00"
4145 },
4146 {
4147 "name": "jms/metadata",
4148 "version": "1.7.0",
4149 "source": {
4150 "type": "git",
4151 "url": "https://github.com/schmittjoh/metadata.git",
4152 "reference": "e5854ab1aa643623dc64adde718a8eec32b957a8"
4153 },
4154 "dist": {
4155 "type": "zip",
4156 "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/e5854ab1aa643623dc64adde718a8eec32b957a8",
4157 "reference": "e5854ab1aa643623dc64adde718a8eec32b957a8",
4158 "shasum": ""
4159 },
4160 "require": {
4161 "php": ">=5.3.0"
4162 },
4163 "require-dev": {
4164 "doctrine/cache": "~1.0",
4165 "symfony/cache": "~3.1"
4166 },
4167 "type": "library",
4168 "extra": {
4169 "branch-alias": {
4170 "dev-master": "1.5.x-dev"
4171 }
4172 },
4173 "autoload": {
4174 "psr-0": {
4175 "Metadata\\": "src/"
4176 }
4177 },
4178 "notification-url": "https://packagist.org/downloads/",
4179 "license": [
4180 "MIT"
4181 ],
4182 "authors": [
4183 {
4184 "name": "Asmir Mustafic",
4185 "email": "goetas@gmail.com"
4186 },
4187 {
4188 "name": "Johannes M. Schmitt",
4189 "email": "schmittjoh@gmail.com"
4190 }
4191 ],
4192 "description": "Class/method/property metadata management in PHP",
4193 "keywords": [
4194 "annotations",
4195 "metadata",
4196 "xml",
4197 "yaml"
4198 ],
4199 "time": "2018-10-26T12:40:10+00:00"
4200 },
4201 {
4202 "name": "jms/parser-lib",
4203 "version": "1.0.0",
4204 "source": {
4205 "type": "git",
4206 "url": "https://github.com/schmittjoh/parser-lib.git",
4207 "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d"
4208 },
4209 "dist": {
4210 "type": "zip",
4211 "url": "https://api.github.com/repos/schmittjoh/parser-lib/zipball/c509473bc1b4866415627af0e1c6cc8ac97fa51d",
4212 "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d",
4213 "shasum": ""
4214 },
4215 "require": {
4216 "phpoption/phpoption": ">=0.9,<2.0-dev"
4217 },
4218 "type": "library",
4219 "extra": {
4220 "branch-alias": {
4221 "dev-master": "1.0-dev"
4222 }
4223 },
4224 "autoload": {
4225 "psr-0": {
4226 "JMS\\": "src/"
4227 }
4228 },
4229 "notification-url": "https://packagist.org/downloads/",
4230 "license": [
4231 "Apache2"
4232 ],
4233 "description": "A library for easily creating recursive-descent parsers.",
4234 "time": "2012-11-18T18:08:43+00:00"
4235 },
4236 {
4237 "name": "jms/serializer",
4238 "version": "1.14.0",
4239 "source": {
4240 "type": "git",
4241 "url": "https://github.com/schmittjoh/serializer.git",
4242 "reference": "ee96d57024af9a7716d56fcbe3aa94b3d030f3ca"
4243 },
4244 "dist": {
4245 "type": "zip",
4246 "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/ee96d57024af9a7716d56fcbe3aa94b3d030f3ca",
4247 "reference": "ee96d57024af9a7716d56fcbe3aa94b3d030f3ca",
4248 "shasum": ""
4249 },
4250 "require": {
4251 "doctrine/annotations": "^1.0",
4252 "doctrine/instantiator": "^1.0.3",
4253 "jms/metadata": "^1.3",
4254 "jms/parser-lib": "1.*",
4255 "php": "^5.5|^7.0",
4256 "phpcollection/phpcollection": "~0.1",
4257 "phpoption/phpoption": "^1.1"
4258 },
4259 "conflict": {
4260 "twig/twig": "<1.12"
4261 },
4262 "require-dev": {
4263 "doctrine/orm": "~2.1",
4264 "doctrine/phpcr-odm": "^1.3|^2.0",
4265 "ext-pdo_sqlite": "*",
4266 "jackalope/jackalope-doctrine-dbal": "^1.1.5",
4267 "phpunit/phpunit": "^4.8|^5.0",
4268 "propel/propel1": "~1.7",
4269 "psr/container": "^1.0",
4270 "symfony/dependency-injection": "^2.7|^3.3|^4.0",
4271 "symfony/expression-language": "^2.6|^3.0",
4272 "symfony/filesystem": "^2.1",
4273 "symfony/form": "~2.1|^3.0",
4274 "symfony/translation": "^2.1|^3.0",
4275 "symfony/validator": "^2.2|^3.0",
4276 "symfony/yaml": "^2.1|^3.0",
4277 "twig/twig": "~1.12|~2.0"
4278 },
4279 "suggest": {
4280 "doctrine/cache": "Required if you like to use cache functionality.",
4281 "doctrine/collections": "Required if you like to use doctrine collection types as ArrayCollection.",
4282 "symfony/yaml": "Required if you'd like to serialize data to YAML format."
4283 },
4284 "type": "library",
4285 "extra": {
4286 "branch-alias": {
4287 "dev-1.x": "1.14-dev"
4288 }
4289 },
4290 "autoload": {
4291 "psr-0": {
4292 "JMS\\Serializer": "src/"
4293 }
4294 },
4295 "notification-url": "https://packagist.org/downloads/",
4296 "license": [
4297 "MIT"
4298 ],
4299 "authors": [
4300 {
4301 "name": "Asmir Mustafic",
4302 "email": "goetas@gmail.com"
4303 },
4304 {
4305 "name": "Johannes M. Schmitt",
4306 "email": "schmittjoh@gmail.com"
4307 }
4308 ],
4309 "description": "Library for (de-)serializing data of any complexity; supports XML, JSON, and YAML.",
4310 "homepage": "http://jmsyst.com/libs/serializer",
4311 "keywords": [
4312 "deserialization",
4313 "jaxb",
4314 "json",
4315 "serialization",
4316 "xml"
4317 ],
4318 "time": "2019-04-17T08:12:16+00:00"
4319 },
4320 {
4321 "name": "jms/serializer-bundle",
4322 "version": "2.4.4",
4323 "source": {
4324 "type": "git",
4325 "url": "https://github.com/schmittjoh/JMSSerializerBundle.git",
4326 "reference": "92ee808c64c1c180775a0e57d00e3be0674668fb"
4327 },
4328 "dist": {
4329 "type": "zip",
4330 "url": "https://api.github.com/repos/schmittjoh/JMSSerializerBundle/zipball/92ee808c64c1c180775a0e57d00e3be0674668fb",
4331 "reference": "92ee808c64c1c180775a0e57d00e3be0674668fb",
4332 "shasum": ""
4333 },
4334 "require": {
4335 "jms/serializer": "^1.10",
4336 "php": "^5.4|^7.0",
4337 "phpoption/phpoption": "^1.1.0",
4338 "symfony/framework-bundle": "~2.3|~3.0|~4.0"
4339 },
4340 "require-dev": {
4341 "doctrine/orm": "*",
4342 "phpunit/phpunit": "^4.8.35|^5.4.3|^6.0",
4343 "symfony/expression-language": "~2.6|~3.0|~4.0",
4344 "symfony/finder": "^2.3|^3.0|^4.0",
4345 "symfony/form": "*",
4346 "symfony/stopwatch": "*",
4347 "symfony/twig-bundle": "*",
4348 "symfony/validator": "*",
4349 "symfony/yaml": "*"
4350 },
4351 "suggest": {
4352 "jms/di-extra-bundle": "Required to get lazy loading (de)serialization visitors, ~1.3",
4353 "symfony/finder": "Required for cache warmup, supported versions ^2.3|^3.0|^4.0"
4354 },
4355 "type": "symfony-bundle",
4356 "extra": {
4357 "branch-alias": {
4358 "dev-master": "2.4-dev"
4359 }
4360 },
4361 "autoload": {
4362 "psr-4": {
4363 "JMS\\SerializerBundle\\": ""
4364 },
4365 "exclude-from-classmap": [
4366 "/Tests/"
4367 ]
4368 },
4369 "notification-url": "https://packagist.org/downloads/",
4370 "license": [
4371 "MIT"
4372 ],
4373 "authors": [
4374 {
4375 "name": "Asmir Mustafic",
4376 "email": "goetas@gmail.com"
4377 },
4378 {
4379 "name": "Johannes M. Schmitt",
4380 "email": "schmittjoh@gmail.com"
4381 }
4382 ],
4383 "description": "Allows you to easily serialize, and deserialize data of any complexity",
4384 "homepage": "http://jmsyst.com/bundles/JMSSerializerBundle",
4385 "keywords": [
4386 "deserialization",
4387 "jaxb",
4388 "json",
4389 "serialization",
4390 "xml"
4391 ],
4392 "time": "2019-03-30T10:26:09+00:00"
4393 },
4394 {
4395 "name": "kphoen/rulerz",
4396 "version": "0.21.1",
4397 "source": {
4398 "type": "git",
4399 "url": "https://github.com/K-Phoen/rulerz.git",
4400 "reference": "d28a1bd59b4e66cc9fcdeee965f13f685eb9ce41"
4401 },
4402 "dist": {
4403 "type": "zip",
4404 "url": "https://api.github.com/repos/K-Phoen/rulerz/zipball/d28a1bd59b4e66cc9fcdeee965f13f685eb9ce41",
4405 "reference": "d28a1bd59b4e66cc9fcdeee965f13f685eb9ce41",
4406 "shasum": ""
4407 },
4408 "require": {
4409 "hoa/ruler": "~2.0",
4410 "php": ">=7.1",
4411 "symfony/property-access": "~3.0|~4.0"
4412 },
4413 "require-dev": {
4414 "behat/behat": "~3.0",
4415 "coduo/phpspec-data-provider-extension": "~1.0,!=1.0.2",
4416 "doctrine/orm": "~2.4",
4417 "elasticsearch/elasticsearch": "~1.0",
4418 "illuminate/database": "~5.0",
4419 "kphoen/rusty": "dev-master",
4420 "liip/rmt": "^1.2",
4421 "mikey179/vfsstream": "~1.4",
4422 "phpspec/phpspec": "~2.0,>=2.4-dev",
4423 "pomm-project/cli": "~2.0@dev",
4424 "pomm-project/foundation": "~2.0@dev",
4425 "pomm-project/model-manager": "~2.0.@dev",
4426 "ruflin/elastica": "~1.0",
4427 "solarium/solarium": "~3.0",
4428 "vlucas/phpdotenv": "~2.1"
4429 },
4430 "suggest": {
4431 "doctrine/orm": "To execute rules as Doctrine queries",
4432 "elasticsearch/elasticsearch": "To execute rules as Elasticsearch queries",
4433 "kphoen/rulerz-spec-builder": "If you want a specification builder",
4434 "pomm-project/model-manager": "To execute rules as Pomm queries",
4435 "solarium/solarium": "To execute rules as Solr queries"
4436 },
4437 "type": "library",
4438 "extra": {
4439 "branch-alias": {
4440 "dev-master": "1.0.x-dev"
4441 }
4442 },
4443 "autoload": {
4444 "psr-4": {
4445 "RulerZ\\": "src/"
4446 }
4447 },
4448 "notification-url": "https://packagist.org/downloads/",
4449 "license": [
4450 "MIT"
4451 ],
4452 "authors": [
4453 {
4454 "name": "Kévin Gomez",
4455 "email": "contact@kevingomez.fr"
4456 }
4457 ],
4458 "description": "Powerful implementation of the Specification pattern",
4459 "homepage": "https://github.com/K-Phoen/RulerZ",
4460 "keywords": [
4461 "doctrine",
4462 "specification"
4463 ],
4464 "time": "2018-09-18T15:15:42+00:00"
4465 },
4466 {
4467 "name": "kphoen/rulerz-bridge",
4468 "version": "1.1.1",
4469 "source": {
4470 "type": "git",
4471 "url": "https://github.com/K-Phoen/rulerz-bridge.git",
4472 "reference": "fdad5856b669d59b5e4bda47c4e927a0485bf7a0"
4473 },
4474 "dist": {
4475 "type": "zip",
4476 "url": "https://api.github.com/repos/K-Phoen/rulerz-bridge/zipball/fdad5856b669d59b5e4bda47c4e927a0485bf7a0",
4477 "reference": "fdad5856b669d59b5e4bda47c4e927a0485bf7a0",
4478 "shasum": ""
4479 },
4480 "require": {
4481 "kphoen/rulerz": "~0.19,>=0.19.3|^1.0",
4482 "php": ">=7.1",
4483 "symfony/form": "^3.0|^4.0",
4484 "symfony/validator": "^3.0|^4.0"
4485 },
4486 "require-dev": {
4487 "liip/rmt": "^1.2",
4488 "phpunit/phpunit": "~7.1",
4489 "symfony/phpunit-bridge": "^3.0|^4.0"
4490 },
4491 "type": "symfony-bridge",
4492 "autoload": {
4493 "psr-4": {
4494 "Symfony\\Bridge\\RulerZ\\": ""
4495 },
4496 "exclude-from-classmap": [
4497 "/Tests/"
4498 ]
4499 },
4500 "notification-url": "https://packagist.org/downloads/",
4501 "license": [
4502 "MIT"
4503 ],
4504 "authors": [
4505 {
4506 "name": "Kévin Gomez",
4507 "email": "contact@kevingomez.fr"
4508 }
4509 ],
4510 "description": "Symfony RulerZ Bridge",
4511 "homepage": "https://github.com/K-Phoen/rulerz-bridge",
4512 "keywords": [
4513 "Bridge",
4514 "doctrine",
4515 "ruler",
4516 "rulerz",
4517 "specification",
4518 "symfony"
4519 ],
4520 "time": "2018-10-01T14:17:27+00:00"
4521 },
4522 {
4523 "name": "kphoen/rulerz-bundle",
4524 "version": "0.15.0",
4525 "source": {
4526 "type": "git",
4527 "url": "https://github.com/K-Phoen/RulerZBundle.git",
4528 "reference": "f25f2eddfd311047f0f0ece2684b1f6463cc41ad"
4529 },
4530 "dist": {
4531 "type": "zip",
4532 "url": "https://api.github.com/repos/K-Phoen/RulerZBundle/zipball/f25f2eddfd311047f0f0ece2684b1f6463cc41ad",
4533 "reference": "f25f2eddfd311047f0f0ece2684b1f6463cc41ad",
4534 "shasum": ""
4535 },
4536 "require": {
4537 "kphoen/rulerz": "~0.17,>=0.19.3",
4538 "kphoen/rulerz-bridge": "^1.0",
4539 "php": ">=7.1",
4540 "symfony/framework-bundle": "^3.0|^4.0"
4541 },
4542 "require-dev": {
4543 "liip/rmt": "^1.2",
4544 "matthiasnoback/symfony-dependency-injection-test": "^3.0",
4545 "mikey179/vfsstream": "^1.6",
4546 "phpunit/phpunit": "^7.1",
4547 "symfony/phpunit-bridge": "^3.0|^4.0"
4548 },
4549 "type": "symfony-bundle",
4550 "autoload": {
4551 "psr-4": {
4552 "KPhoen\\RulerZBundle\\": ""
4553 },
4554 "exclude-from-classmap": [
4555 "/Tests/"
4556 ]
4557 },
4558 "notification-url": "https://packagist.org/downloads/",
4559 "license": [
4560 "MIT"
4561 ],
4562 "authors": [
4563 {
4564 "name": "Kévin Gomez",
4565 "email": "contact@kevingomez.fr"
4566 }
4567 ],
4568 "description": "Symfony2 Bundle for RulerZ",
4569 "homepage": "https://github.com/K-Phoen/RulerZBundle",
4570 "keywords": [
4571 "doctrine",
4572 "ruler",
4573 "rulerz",
4574 "specification"
4575 ],
4576 "time": "2018-09-17T09:02:32+00:00"
4577 },
4578 {
4579 "name": "lcobucci/jwt",
4580 "version": "3.3.1",
4581 "source": {
4582 "type": "git",
4583 "url": "https://github.com/lcobucci/jwt.git",
4584 "reference": "a11ec5f4b4d75d1fcd04e133dede4c317aac9e18"
4585 },
4586 "dist": {
4587 "type": "zip",
4588 "url": "https://api.github.com/repos/lcobucci/jwt/zipball/a11ec5f4b4d75d1fcd04e133dede4c317aac9e18",
4589 "reference": "a11ec5f4b4d75d1fcd04e133dede4c317aac9e18",
4590 "shasum": ""
4591 },
4592 "require": {
4593 "ext-mbstring": "*",
4594 "ext-openssl": "*",
4595 "php": "^5.6 || ^7.0"
4596 },
4597 "require-dev": {
4598 "mikey179/vfsstream": "~1.5",
4599 "phpmd/phpmd": "~2.2",
4600 "phpunit/php-invoker": "~1.1",
4601 "phpunit/phpunit": "^5.7 || ^7.3",
4602 "squizlabs/php_codesniffer": "~2.3"
4603 },
4604 "type": "library",
4605 "extra": {
4606 "branch-alias": {
4607 "dev-master": "3.1-dev"
4608 }
4609 },
4610 "autoload": {
4611 "psr-4": {
4612 "Lcobucci\\JWT\\": "src"
4613 }
4614 },
4615 "notification-url": "https://packagist.org/downloads/",
4616 "license": [
4617 "BSD-3-Clause"
4618 ],
4619 "authors": [
4620 {
4621 "name": "Luís Otávio Cobucci Oblonczyk",
4622 "email": "lcobucci@gmail.com",
4623 "role": "Developer"
4624 }
4625 ],
4626 "description": "A simple library to work with JSON Web Token and JSON Web Signature",
4627 "keywords": [
4628 "JWS",
4629 "jwt"
4630 ],
4631 "time": "2019-05-24T18:30:49+00:00"
4632 },
4633 {
4634 "name": "lexik/form-filter-bundle",
4635 "version": "v5.0.10",
4636 "source": {
4637 "type": "git",
4638 "url": "https://github.com/lexik/LexikFormFilterBundle.git",
4639 "reference": "92df0638173979dc906bda7a33a10b98429d2057"
4640 },
4641 "dist": {
4642 "type": "zip",
4643 "url": "https://api.github.com/repos/lexik/LexikFormFilterBundle/zipball/92df0638173979dc906bda7a33a10b98429d2057",
4644 "reference": "92df0638173979dc906bda7a33a10b98429d2057",
4645 "shasum": ""
4646 },
4647 "require": {
4648 "doctrine/orm": "^2.4.8",
4649 "php": ">=5.5.9",
4650 "symfony/form": "~2.8|~3.0|^4.0",
4651 "symfony/framework-bundle": "~2.8|~3.0|^4.0"
4652 },
4653 "require-dev": {
4654 "doctrine/mongodb-odm-bundle": "^3.0",
4655 "phpunit/phpunit": "~5.0|^7.5"
4656 },
4657 "suggest": {
4658 "alcaeus/mongo-php-adapter": "Install this package if using the PHP 7 MongoDB Driver"
4659 },
4660 "type": "symfony-bundle",
4661 "extra": {
4662 "branch-alias": {
4663 "dev-master": "5.x.x-dev"
4664 }
4665 },
4666 "autoload": {
4667 "psr-4": {
4668 "Lexik\\Bundle\\FormFilterBundle\\": ""
4669 }
4670 },
4671 "notification-url": "https://packagist.org/downloads/",
4672 "license": [
4673 "MIT"
4674 ],
4675 "authors": [
4676 {
4677 "name": "Dev Lexik",
4678 "email": "dev@lexik.fr"
4679 },
4680 {
4681 "name": "Cedric Girard",
4682 "email": "c.girard@lexik.fr"
4683 }
4684 ],
4685 "description": "This bundle aim to provide classes to build some form filters and then build a doctrine query from this form filter.",
4686 "homepage": "https://github.com/lexik/LexikFormFilterBundle",
4687 "keywords": [
4688 "bundle",
4689 "doctrine",
4690 "filter",
4691 "form",
4692 "symfony"
4693 ],
4694 "time": "2019-04-17T17:58:44+00:00"
4695 },
4696 {
4697 "name": "liip/theme-bundle",
4698 "version": "1.7.0",
4699 "source": {
4700 "type": "git",
4701 "url": "https://github.com/liip/LiipThemeBundle.git",
4702 "reference": "362394821ff8dcc90b06272e289e7dafe4dab52a"
4703 },
4704 "dist": {
4705 "type": "zip",
4706 "url": "https://api.github.com/repos/liip/LiipThemeBundle/zipball/362394821ff8dcc90b06272e289e7dafe4dab52a",
4707 "reference": "362394821ff8dcc90b06272e289e7dafe4dab52a",
4708 "shasum": ""
4709 },
4710 "require": {
4711 "php": "^7.0",
4712 "psr/log": "~1.0",
4713 "symfony/finder": "^3.0|^4.0",
4714 "symfony/framework-bundle": "^3.0|^4.0",
4715 "symfony/templating": "^3.0|^4.0",
4716 "symfony/twig-bundle": "^3.0|^4.0",
4717 "twig/twig": "^1.34|^2.4"
4718 },
4719 "conflict": {
4720 "sebastian/comparator": "1.2.3"
4721 },
4722 "require-dev": {
4723 "phpunit/phpunit": "^6.0",
4724 "symfony/console": "^3.0|^4.0",
4725 "symfony/expression-language": "^3.0|^4.0"
4726 },
4727 "type": "symfony-bundle",
4728 "extra": {
4729 "branch-alias": {
4730 "dev-master": "1.4-dev"
4731 }
4732 },
4733 "autoload": {
4734 "psr-4": {
4735 "Liip\\ThemeBundle\\": ""
4736 }
4737 },
4738 "notification-url": "https://packagist.org/downloads/",
4739 "license": [
4740 "MIT"
4741 ],
4742 "authors": [
4743 {
4744 "name": "Community contributions",
4745 "homepage": "https://github.com/liip/LiipThemeBundle/contributors"
4746 },
4747 {
4748 "name": "Liip AG",
4749 "homepage": "http://www.liip.ch/"
4750 }
4751 ],
4752 "description": "Provides theming support for #Symfony2 Bundles",
4753 "keywords": [
4754 "themes",
4755 "theming"
4756 ],
4757 "time": "2019-06-19T12:53:08+00:00"
4758 },
4759 {
4760 "name": "masterminds/html5",
4761 "version": "2.7.0",
4762 "source": {
4763 "type": "git",
4764 "url": "https://github.com/Masterminds/html5-php.git",
4765 "reference": "104443ad663d15981225f99532ba73c2f1d6b6f2"
4766 },
4767 "dist": {
4768 "type": "zip",
4769 "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/104443ad663d15981225f99532ba73c2f1d6b6f2",
4770 "reference": "104443ad663d15981225f99532ba73c2f1d6b6f2",
4771 "shasum": ""
4772 },
4773 "require": {
4774 "ext-ctype": "*",
4775 "ext-dom": "*",
4776 "ext-libxml": "*",
4777 "php": ">=5.3.0"
4778 },
4779 "require-dev": {
4780 "phpunit/phpunit": "^4.8.35",
4781 "sami/sami": "~2.0",
4782 "satooshi/php-coveralls": "1.0.*"
4783 },
4784 "type": "library",
4785 "extra": {
4786 "branch-alias": {
4787 "dev-master": "2.7-dev"
4788 }
4789 },
4790 "autoload": {
4791 "psr-4": {
4792 "Masterminds\\": "src"
4793 }
4794 },
4795 "notification-url": "https://packagist.org/downloads/",
4796 "license": [
4797 "MIT"
4798 ],
4799 "authors": [
4800 {
4801 "name": "Matt Butcher",
4802 "email": "technosophos@gmail.com"
4803 },
4804 {
4805 "name": "Matt Farina",
4806 "email": "matt@mattfarina.com"
4807 },
4808 {
4809 "name": "Asmir Mustafic",
4810 "email": "goetas@gmail.com"
4811 }
4812 ],
4813 "description": "An HTML5 parser and serializer.",
4814 "homepage": "http://masterminds.github.io/html5-php",
4815 "keywords": [
4816 "HTML5",
4817 "dom",
4818 "html",
4819 "parser",
4820 "querypath",
4821 "serializer",
4822 "xml"
4823 ],
4824 "time": "2019-07-25T07:03:26+00:00"
4825 },
4826 {
4827 "name": "mgargano/simplehtmldom",
4828 "version": "1.5",
4829 "source": {
4830 "type": "git",
4831 "url": "https://github.com/matgargano/simplehtmldom.git",
4832 "reference": "37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be"
4833 },
4834 "dist": {
4835 "type": "zip",
4836 "url": "https://api.github.com/repos/matgargano/simplehtmldom/zipball/37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be",
4837 "reference": "37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be",
4838 "shasum": ""
4839 },
4840 "require": {
4841 "php": ">=5.3.0"
4842 },
4843 "type": "library",
4844 "autoload": {
4845 "psr-0": {
4846 "SimpleHtmlDom": "src/"
4847 },
4848 "files": [
4849 "src/simple_html_dom.php"
4850 ]
4851 },
4852 "notification-url": "https://packagist.org/downloads/",
4853 "license": [
4854 "The MIT License"
4855 ],
4856 "authors": [
4857 {
4858 "name": "S.C. Chen",
4859 "email": "me578022@gmail.com"
4860 }
4861 ],
4862 "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",
4863 "homepage": "http://simplehtmldom.sourceforge.net/",
4864 "keywords": [
4865 "Simple",
4866 "dom",
4867 "html"
4868 ],
4869 "time": "2014-01-05T18:17:34+00:00"
4870 },
4871 {
4872 "name": "michelf/php-markdown",
4873 "version": "1.8.0",
4874 "source": {
4875 "type": "git",
4876 "url": "https://github.com/michelf/php-markdown.git",
4877 "reference": "01ab082b355bf188d907b9929cd99b2923053495"
4878 },
4879 "dist": {
4880 "type": "zip",
4881 "url": "https://api.github.com/repos/michelf/php-markdown/zipball/01ab082b355bf188d907b9929cd99b2923053495",
4882 "reference": "01ab082b355bf188d907b9929cd99b2923053495",
4883 "shasum": ""
4884 },
4885 "require": {
4886 "php": ">=5.3.0"
4887 },
4888 "type": "library",
4889 "autoload": {
4890 "psr-4": {
4891 "Michelf\\": "Michelf/"
4892 }
4893 },
4894 "notification-url": "https://packagist.org/downloads/",
4895 "license": [
4896 "BSD-3-Clause"
4897 ],
4898 "authors": [
4899 {
4900 "name": "Michel Fortin",
4901 "email": "michel.fortin@michelf.ca",
4902 "homepage": "https://michelf.ca/",
4903 "role": "Developer"
4904 },
4905 {
4906 "name": "John Gruber",
4907 "homepage": "https://daringfireball.net/"
4908 }
4909 ],
4910 "description": "PHP Markdown",
4911 "homepage": "https://michelf.ca/projects/php-markdown/",
4912 "keywords": [
4913 "markdown"
4914 ],
4915 "time": "2018-01-15T00:49:33+00:00"
4916 },
4917 {
4918 "name": "mnapoli/piwik-twig-extension",
4919 "version": "2.0.1",
4920 "source": {
4921 "type": "git",
4922 "url": "https://github.com/mnapoli/PiwikTwigExtension.git",
4923 "reference": "e1746d20730426d7098b4a9a3f5c6c99c6f04612"
4924 },
4925 "dist": {
4926 "type": "zip",
4927 "url": "https://api.github.com/repos/mnapoli/PiwikTwigExtension/zipball/e1746d20730426d7098b4a9a3f5c6c99c6f04612",
4928 "reference": "e1746d20730426d7098b4a9a3f5c6c99c6f04612",
4929 "shasum": ""
4930 },
4931 "require": {
4932 "php": ">=7.0",
4933 "twig/twig": "~2.10"
4934 },
4935 "require-dev": {
4936 "friendsofphp/php-cs-fixer": "~2.13",
4937 "php-coveralls/php-coveralls": "^2.0",
4938 "symfony/phpunit-bridge": "^4.2"
4939 },
4940 "type": "library",
4941 "autoload": {
4942 "psr-4": {
4943 "PiwikTwigExtension\\": "src/"
4944 }
4945 },
4946 "notification-url": "https://packagist.org/downloads/",
4947 "license": [
4948 "MIT"
4949 ],
4950 "time": "2019-06-21T10:58:04+00:00"
4951 },
4952 {
4953 "name": "monolog/monolog",
4954 "version": "1.25.2",
4955 "source": {
4956 "type": "git",
4957 "url": "https://github.com/Seldaek/monolog.git",
4958 "reference": "d5e2fb341cb44f7e2ab639d12a1e5901091ec287"
4959 },
4960 "dist": {
4961 "type": "zip",
4962 "url": "https://api.github.com/repos/Seldaek/monolog/zipball/d5e2fb341cb44f7e2ab639d12a1e5901091ec287",
4963 "reference": "d5e2fb341cb44f7e2ab639d12a1e5901091ec287",
4964 "shasum": ""
4965 },
4966 "require": {
4967 "php": ">=5.3.0",
4968 "psr/log": "~1.0"
4969 },
4970 "provide": {
4971 "psr/log-implementation": "1.0.0"
4972 },
4973 "require-dev": {
4974 "aws/aws-sdk-php": "^2.4.9 || ^3.0",
4975 "doctrine/couchdb": "~1.0@dev",
4976 "graylog2/gelf-php": "~1.0",
4977 "jakub-onderka/php-parallel-lint": "0.9",
4978 "php-amqplib/php-amqplib": "~2.4",
4979 "php-console/php-console": "^3.1.3",
4980 "phpunit/phpunit": "~4.5",
4981 "phpunit/phpunit-mock-objects": "2.3.0",
4982 "ruflin/elastica": ">=0.90 <3.0",
4983 "sentry/sentry": "^0.13",
4984 "swiftmailer/swiftmailer": "^5.3|^6.0"
4985 },
4986 "suggest": {
4987 "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
4988 "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
4989 "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
4990 "ext-mongo": "Allow sending log messages to a MongoDB server",
4991 "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
4992 "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
4993 "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
4994 "php-console/php-console": "Allow sending log messages to Google Chrome",
4995 "rollbar/rollbar": "Allow sending log messages to Rollbar",
4996 "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
4997 "sentry/sentry": "Allow sending log messages to a Sentry server"
4998 },
4999 "type": "library",
5000 "extra": {
5001 "branch-alias": {
5002 "dev-master": "2.0.x-dev"
5003 }
5004 },
5005 "autoload": {
5006 "psr-4": {
5007 "Monolog\\": "src/Monolog"
5008 }
5009 },
5010 "notification-url": "https://packagist.org/downloads/",
5011 "license": [
5012 "MIT"
5013 ],
5014 "authors": [
5015 {
5016 "name": "Jordi Boggiano",
5017 "email": "j.boggiano@seld.be",
5018 "homepage": "http://seld.be"
5019 }
5020 ],
5021 "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
5022 "homepage": "http://github.com/Seldaek/monolog",
5023 "keywords": [
5024 "log",
5025 "logging",
5026 "psr-3"
5027 ],
5028 "time": "2019-11-13T10:00:05+00:00"
5029 },
5030 {
5031 "name": "nelmio/api-doc-bundle",
5032 "version": "2.13.4",
5033 "target-dir": "Nelmio/ApiDocBundle",
5034 "source": {
5035 "type": "git",
5036 "url": "https://github.com/nelmio/NelmioApiDocBundle.git",
5037 "reference": "28802f2c44dbbf29aa7f5dc80a10f44d3558f580"
5038 },
5039 "dist": {
5040 "type": "zip",
5041 "url": "https://api.github.com/repos/nelmio/NelmioApiDocBundle/zipball/28802f2c44dbbf29aa7f5dc80a10f44d3558f580",
5042 "reference": "28802f2c44dbbf29aa7f5dc80a10f44d3558f580",
5043 "shasum": ""
5044 },
5045 "require": {
5046 "michelf/php-markdown": "~1.4",
5047 "php": ">=5.4",
5048 "symfony/console": "~2.3|~3.0|~4.0",
5049 "symfony/framework-bundle": "~2.3|~3.0|~4.0",
5050 "symfony/twig-bundle": "~2.3|~3.0|~4.0"
5051 },
5052 "conflict": {
5053 "jms/serializer": "<0.12",
5054 "jms/serializer-bundle": "<0.11",
5055 "symfony/symfony": "~2.7.8",
5056 "twig/twig": "<1.12"
5057 },
5058 "require-dev": {
5059 "doctrine/doctrine-bundle": "~1.5",
5060 "doctrine/orm": "~2.3",
5061 "dunglas/api-bundle": "~1.0",
5062 "friendsofsymfony/rest-bundle": "~1.0|~2.0",
5063 "jms/serializer-bundle": ">=0.11",
5064 "sensio/framework-extra-bundle": "~3.0",
5065 "symfony/browser-kit": "~2.3|~3.0|~4.0",
5066 "symfony/css-selector": "~2.3|~3.0|~4.0",
5067 "symfony/finder": "~2.3|~3.0|~4.0",
5068 "symfony/form": "~2.3|~3.0|~4.0",
5069 "symfony/phpunit-bridge": "~2.7|~3.0|~4.0",
5070 "symfony/serializer": "~2.7|~3.0|~4.0",
5071 "symfony/validator": "~2.3|~3.0|~4.0",
5072 "symfony/yaml": "~2.3|~3.0|~4.0"
5073 },
5074 "suggest": {
5075 "dunglas/api-bundle": "For making use of resources definitions of DunglasApiBundle.",
5076 "friendsofsymfony/rest-bundle": "For making use of REST information in the doc.",
5077 "jms/serializer": "For making use of serializer information in the doc.",
5078 "symfony/form": "For using form definitions as input.",
5079 "symfony/validator": "For making use of validator information in the doc."
5080 },
5081 "type": "symfony-bundle",
5082 "extra": {
5083 "branch-alias": {
5084 "dev-2.x": "2.13-dev"
5085 }
5086 },
5087 "autoload": {
5088 "psr-0": {
5089 "Nelmio\\ApiDocBundle": ""
5090 }
5091 },
5092 "notification-url": "https://packagist.org/downloads/",
5093 "license": [
5094 "MIT"
5095 ],
5096 "authors": [
5097 {
5098 "name": "Nelmio",
5099 "homepage": "http://nelm.io"
5100 },
5101 {
5102 "name": "Symfony Community",
5103 "homepage": "https://github.com/nelmio/NelmioApiDocBundle/contributors"
5104 }
5105 ],
5106 "description": "Generates documentation for your REST API from annotations",
5107 "keywords": [
5108 "api",
5109 "doc",
5110 "documentation",
5111 "rest"
5112 ],
5113 "time": "2019-06-01T13:34:59+00:00"
5114 },
5115 {
5116 "name": "nelmio/cors-bundle",
5117 "version": "1.5.6",
5118 "source": {
5119 "type": "git",
5120 "url": "https://github.com/nelmio/NelmioCorsBundle.git",
5121 "reference": "10a24c10f242440211ed31075e74f81661c690d9"
5122 },
5123 "dist": {
5124 "type": "zip",
5125 "url": "https://api.github.com/repos/nelmio/NelmioCorsBundle/zipball/10a24c10f242440211ed31075e74f81661c690d9",
5126 "reference": "10a24c10f242440211ed31075e74f81661c690d9",
5127 "shasum": ""
5128 },
5129 "require": {
5130 "symfony/framework-bundle": "^2.7 || ^3.0 || ^4.0"
5131 },
5132 "require-dev": {
5133 "matthiasnoback/symfony-dependency-injection-test": "^1.0 || ^2.0",
5134 "mockery/mockery": "^0.9 || ^1.0",
5135 "symfony/phpunit-bridge": "^2.7 || ^3.0 || ^4.0"
5136 },
5137 "type": "symfony-bundle",
5138 "extra": {
5139 "branch-alias": {
5140 "dev-master": "1.5.x-dev"
5141 }
5142 },
5143 "autoload": {
5144 "psr-4": {
5145 "Nelmio\\CorsBundle\\": ""
5146 },
5147 "exclude-from-classmap": [
5148 "/Tests/"
5149 ]
5150 },
5151 "notification-url": "https://packagist.org/downloads/",
5152 "license": [
5153 "MIT"
5154 ],
5155 "authors": [
5156 {
5157 "name": "Nelmio",
5158 "homepage": "http://nelm.io"
5159 },
5160 {
5161 "name": "Symfony Community",
5162 "homepage": "https://github.com/nelmio/NelmioCorsBundle/contributors"
5163 }
5164 ],
5165 "description": "Adds CORS (Cross-Origin Resource Sharing) headers support in your Symfony2 application",
5166 "keywords": [
5167 "api",
5168 "cors",
5169 "crossdomain"
5170 ],
5171 "time": "2019-06-17T08:53:14+00:00"
5172 },
5173 {
5174 "name": "ocramius/package-versions",
5175 "version": "1.4.2",
5176 "source": {
5177 "type": "git",
5178 "url": "https://github.com/Ocramius/PackageVersions.git",
5179 "reference": "44af6f3a2e2e04f2af46bcb302ad9600cba41c7d"
5180 },
5181 "dist": {
5182 "type": "zip",
5183 "url": "https://api.github.com/repos/Ocramius/PackageVersions/zipball/44af6f3a2e2e04f2af46bcb302ad9600cba41c7d",
5184 "reference": "44af6f3a2e2e04f2af46bcb302ad9600cba41c7d",
5185 "shasum": ""
5186 },
5187 "require": {
5188 "composer-plugin-api": "^1.0.0",
5189 "php": "^7.1.0"
5190 },
5191 "require-dev": {
5192 "composer/composer": "^1.6.3",
5193 "doctrine/coding-standard": "^5.0.1",
5194 "ext-zip": "*",
5195 "infection/infection": "^0.7.1",
5196 "phpunit/phpunit": "^7.5.17"
5197 },
5198 "type": "composer-plugin",
5199 "extra": {
5200 "class": "PackageVersions\\Installer",
5201 "branch-alias": {
5202 "dev-master": "2.0.x-dev"
5203 }
5204 },
5205 "autoload": {
5206 "psr-4": {
5207 "PackageVersions\\": "src/PackageVersions"
5208 }
5209 },
5210 "notification-url": "https://packagist.org/downloads/",
5211 "license": [
5212 "MIT"
5213 ],
5214 "authors": [
5215 {
5216 "name": "Marco Pivetta",
5217 "email": "ocramius@gmail.com"
5218 }
5219 ],
5220 "description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)",
5221 "time": "2019-11-15T16:17:10+00:00"
5222 },
5223 {
5224 "name": "ocramius/proxy-manager",
5225 "version": "2.1.1",
5226 "source": {
5227 "type": "git",
5228 "url": "https://github.com/Ocramius/ProxyManager.git",
5229 "reference": "e18ac876b2e4819c76349de8f78ccc8ef1554cd7"
5230 },
5231 "dist": {
5232 "type": "zip",
5233 "url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/e18ac876b2e4819c76349de8f78ccc8ef1554cd7",
5234 "reference": "e18ac876b2e4819c76349de8f78ccc8ef1554cd7",
5235 "shasum": ""
5236 },
5237 "require": {
5238 "ocramius/package-versions": "^1.1.1",
5239 "php": "^7.1.0",
5240 "zendframework/zend-code": "^3.1.0"
5241 },
5242 "require-dev": {
5243 "couscous/couscous": "^1.5.2",
5244 "ext-phar": "*",
5245 "humbug/humbug": "dev-master@DEV",
5246 "nikic/php-parser": "^3.0.4",
5247 "phpbench/phpbench": "^0.12.2",
5248 "phpstan/phpstan": "^0.6.4",
5249 "phpunit/phpunit": "^5.6.4",
5250 "phpunit/phpunit-mock-objects": "^3.4.1",
5251 "squizlabs/php_codesniffer": "^2.7.0"
5252 },
5253 "suggest": {
5254 "ocramius/generated-hydrator": "To have very fast object to array to object conversion for ghost objects",
5255 "zendframework/zend-json": "To have the JsonRpc adapter (Remote Object feature)",
5256 "zendframework/zend-soap": "To have the Soap adapter (Remote Object feature)",
5257 "zendframework/zend-xmlrpc": "To have the XmlRpc adapter (Remote Object feature)"
5258 },
5259 "type": "library",
5260 "extra": {
5261 "branch-alias": {
5262 "dev-master": "3.0.x-dev"
5263 }
5264 },
5265 "autoload": {
5266 "psr-0": {
5267 "ProxyManager\\": "src"
5268 }
5269 },
5270 "notification-url": "https://packagist.org/downloads/",
5271 "license": [
5272 "MIT"
5273 ],
5274 "authors": [
5275 {
5276 "name": "Marco Pivetta",
5277 "email": "ocramius@gmail.com",
5278 "homepage": "http://ocramius.github.io/"
5279 }
5280 ],
5281 "description": "A library providing utilities to generate, instantiate and generally operate with Object Proxies",
5282 "homepage": "https://github.com/Ocramius/ProxyManager",
5283 "keywords": [
5284 "aop",
5285 "lazy loading",
5286 "proxy",
5287 "proxy pattern",
5288 "service proxies"
5289 ],
5290 "time": "2017-05-04T11:12:50+00:00"
5291 },
5292 {
5293 "name": "pagerfanta/pagerfanta",
5294 "version": "v2.1.3",
5295 "source": {
5296 "type": "git",
5297 "url": "https://github.com/whiteoctober/Pagerfanta.git",
5298 "reference": "a53ff01d521648d9dbca19b93ac6bc75a59b0972"
5299 },
5300 "dist": {
5301 "type": "zip",
5302 "url": "https://api.github.com/repos/whiteoctober/Pagerfanta/zipball/a53ff01d521648d9dbca19b93ac6bc75a59b0972",
5303 "reference": "a53ff01d521648d9dbca19b93ac6bc75a59b0972",
5304 "shasum": ""
5305 },
5306 "require": {
5307 "php": "^7.0"
5308 },
5309 "require-dev": {
5310 "doctrine/orm": "~2.3",
5311 "doctrine/phpcr-odm": "1.*",
5312 "jackalope/jackalope-doctrine-dbal": "1.*",
5313 "jmikola/geojson": "~1.0",
5314 "mandango/mandango": "~1.0@dev",
5315 "mandango/mondator": "~1.0@dev",
5316 "phpunit/phpunit": "^6.5",
5317 "propel/propel": "~2.0@dev",
5318 "propel/propel1": "~1.6",
5319 "ruflin/elastica": "~1.3",
5320 "solarium/solarium": "~3.1"
5321 },
5322 "suggest": {
5323 "doctrine/mongodb-odm": "To use the DoctrineODMMongoDBAdapter.",
5324 "doctrine/orm": "To use the DoctrineORMAdapter.",
5325 "doctrine/phpcr-odm": "To use the DoctrineODMPhpcrAdapter. >= 1.1.0",
5326 "mandango/mandango": "To use the MandangoAdapter.",
5327 "propel/propel": "To use the Propel2Adapter",
5328 "propel/propel1": "To use the PropelAdapter",
5329 "solarium/solarium": "To use the SolariumAdapter."
5330 },
5331 "type": "library",
5332 "extra": {
5333 "branch-alias": {
5334 "dev-master": "1.0.x-dev"
5335 }
5336 },
5337 "autoload": {
5338 "psr-4": {
5339 "Pagerfanta\\": "src/Pagerfanta/"
5340 }
5341 },
5342 "notification-url": "https://packagist.org/downloads/",
5343 "license": [
5344 "MIT"
5345 ],
5346 "authors": [
5347 {
5348 "name": "Pablo Díez",
5349 "email": "pablodip@gmail.com"
5350 }
5351 ],
5352 "description": "Pagination for PHP",
5353 "keywords": [
5354 "page",
5355 "pagination",
5356 "paginator",
5357 "paging"
5358 ],
5359 "time": "2019-07-17T20:56:16+00:00"
5360 },
5361 {
5362 "name": "paragonie/constant_time_encoding",
5363 "version": "v2.3.0",
5364 "source": {
5365 "type": "git",
5366 "url": "https://github.com/paragonie/constant_time_encoding.git",
5367 "reference": "47a1cedd2e4d52688eb8c96469c05ebc8fd28fa2"
5368 },
5369 "dist": {
5370 "type": "zip",
5371 "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/47a1cedd2e4d52688eb8c96469c05ebc8fd28fa2",
5372 "reference": "47a1cedd2e4d52688eb8c96469c05ebc8fd28fa2",
5373 "shasum": ""
5374 },
5375 "require": {
5376 "php": "^7|^8"
5377 },
5378 "require-dev": {
5379 "phpunit/phpunit": "^6|^7",
5380 "vimeo/psalm": "^1|^2|^3"
5381 },
5382 "type": "library",
5383 "autoload": {
5384 "psr-4": {
5385 "ParagonIE\\ConstantTime\\": "src/"
5386 }
5387 },
5388 "notification-url": "https://packagist.org/downloads/",
5389 "license": [
5390 "MIT"
5391 ],
5392 "authors": [
5393 {
5394 "name": "Paragon Initiative Enterprises",
5395 "email": "security@paragonie.com",
5396 "homepage": "https://paragonie.com",
5397 "role": "Maintainer"
5398 },
5399 {
5400 "name": "Steve 'Sc00bz' Thomas",
5401 "email": "steve@tobtu.com",
5402 "homepage": "https://www.tobtu.com",
5403 "role": "Original Developer"
5404 }
5405 ],
5406 "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
5407 "keywords": [
5408 "base16",
5409 "base32",
5410 "base32_decode",
5411 "base32_encode",
5412 "base64",
5413 "base64_decode",
5414 "base64_encode",
5415 "bin2hex",
5416 "encoding",
5417 "hex",
5418 "hex2bin",
5419 "rfc4648"
5420 ],
5421 "time": "2019-11-06T19:20:29+00:00"
5422 },
5423 {
5424 "name": "paragonie/random_compat",
5425 "version": "v2.0.18",
5426 "source": {
5427 "type": "git",
5428 "url": "https://github.com/paragonie/random_compat.git",
5429 "reference": "0a58ef6e3146256cc3dc7cc393927bcc7d1b72db"
5430 },
5431 "dist": {
5432 "type": "zip",
5433 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/0a58ef6e3146256cc3dc7cc393927bcc7d1b72db",
5434 "reference": "0a58ef6e3146256cc3dc7cc393927bcc7d1b72db",
5435 "shasum": ""
5436 },
5437 "require": {
5438 "php": ">=5.2.0"
5439 },
5440 "require-dev": {
5441 "phpunit/phpunit": "4.*|5.*"
5442 },
5443 "suggest": {
5444 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
5445 },
5446 "type": "library",
5447 "autoload": {
5448 "files": [
5449 "lib/random.php"
5450 ]
5451 },
5452 "notification-url": "https://packagist.org/downloads/",
5453 "license": [
5454 "MIT"
5455 ],
5456 "authors": [
5457 {
5458 "name": "Paragon Initiative Enterprises",
5459 "email": "security@paragonie.com",
5460 "homepage": "https://paragonie.com"
5461 }
5462 ],
5463 "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
5464 "keywords": [
5465 "csprng",
5466 "polyfill",
5467 "pseudorandom",
5468 "random"
5469 ],
5470 "time": "2019-01-03T20:59:08+00:00"
5471 },
5472 {
5473 "name": "php-amqplib/php-amqplib",
5474 "version": "v2.11.0",
5475 "source": {
5476 "type": "git",
5477 "url": "https://github.com/php-amqplib/php-amqplib.git",
5478 "reference": "9ee212baced63442ca1ab029acde38e1144a00b8"
5479 },
5480 "dist": {
5481 "type": "zip",
5482 "url": "https://api.github.com/repos/php-amqplib/php-amqplib/zipball/9ee212baced63442ca1ab029acde38e1144a00b8",
5483 "reference": "9ee212baced63442ca1ab029acde38e1144a00b8",
5484 "shasum": ""
5485 },
5486 "require": {
5487 "ext-mbstring": "*",
5488 "ext-sockets": "*",
5489 "php": ">=5.6.3",
5490 "phpseclib/phpseclib": "^2.0.0"
5491 },
5492 "replace": {
5493 "videlalvaro/php-amqplib": "self.version"
5494 },
5495 "require-dev": {
5496 "ext-curl": "*",
5497 "nategood/httpful": "^0.2.20",
5498 "phpunit/phpunit": "^5.7|^6.5|^7.0",
5499 "squizlabs/php_codesniffer": "^2.5"
5500 },
5501 "type": "library",
5502 "extra": {
5503 "branch-alias": {
5504 "dev-master": "2.11-dev"
5505 }
5506 },
5507 "autoload": {
5508 "psr-4": {
5509 "PhpAmqpLib\\": "PhpAmqpLib/"
5510 }
5511 },
5512 "notification-url": "https://packagist.org/downloads/",
5513 "license": [
5514 "LGPL-2.1-or-later"
5515 ],
5516 "authors": [
5517 {
5518 "name": "Alvaro Videla",
5519 "role": "Original Maintainer"
5520 },
5521 {
5522 "name": "John Kelly",
5523 "email": "johnmkelly86@gmail.com",
5524 "role": "Maintainer"
5525 },
5526 {
5527 "name": "Raúl Araya",
5528 "email": "nubeiro@gmail.com",
5529 "role": "Maintainer"
5530 },
5531 {
5532 "name": "Luke Bakken",
5533 "email": "luke@bakken.io",
5534 "role": "Maintainer"
5535 }
5536 ],
5537 "description": "Formerly videlalvaro/php-amqplib. This library is a pure PHP implementation of the AMQP protocol. It's been tested against RabbitMQ.",
5538 "homepage": "https://github.com/php-amqplib/php-amqplib/",
5539 "keywords": [
5540 "message",
5541 "queue",
5542 "rabbitmq"
5543 ],
5544 "time": "2019-11-19T15:15:19+00:00"
5545 },
5546 {
5547 "name": "php-amqplib/rabbitmq-bundle",
5548 "version": "v1.14.4",
5549 "source": {
5550 "type": "git",
5551 "url": "https://github.com/php-amqplib/RabbitMqBundle.git",
5552 "reference": "cf67adaa4e306d8e9cb6855a72d79263b425ded8"
5553 },
5554 "dist": {
5555 "type": "zip",
5556 "url": "https://api.github.com/repos/php-amqplib/RabbitMqBundle/zipball/cf67adaa4e306d8e9cb6855a72d79263b425ded8",
5557 "reference": "cf67adaa4e306d8e9cb6855a72d79263b425ded8",
5558 "shasum": ""
5559 },
5560 "require": {
5561 "php": "^5.3.9|^7.0",
5562 "php-amqplib/php-amqplib": "^2.6",
5563 "psr/log": "^1.0",
5564 "symfony/config": "^2.7|^3.0|^4.0",
5565 "symfony/console": "^2.7|^3.0|^4.0",
5566 "symfony/dependency-injection": "^2.7|^3.0|^4.0",
5567 "symfony/event-dispatcher": "^2.7|^3.0|^4.0",
5568 "symfony/yaml": "^2.7|^3.0|^4.0"
5569 },
5570 "replace": {
5571 "oldsound/rabbitmq-bundle": "self.version"
5572 },
5573 "require-dev": {
5574 "phpunit/phpunit": "^4.8.35|^5.4.3",
5575 "symfony/debug": "^2.7|^3.0|^4.0",
5576 "symfony/serializer": "^2.7|^3.0|^4.0"
5577 },
5578 "suggest": {
5579 "symfony/framework-bundle": "To use this lib as a full Symfony Bundle and to use the profiler data collector"
5580 },
5581 "type": "symfony-bundle",
5582 "extra": {
5583 "branch-alias": {
5584 "dev-master": "1.10.x-dev"
5585 }
5586 },
5587 "autoload": {
5588 "psr-4": {
5589 "OldSound\\RabbitMqBundle\\": ""
5590 },
5591 "exclude-from-classmap": [
5592 "/Tests/"
5593 ]
5594 },
5595 "notification-url": "https://packagist.org/downloads/",
5596 "license": [
5597 "MIT"
5598 ],
5599 "authors": [
5600 {
5601 "name": "Alvaro Videla"
5602 }
5603 ],
5604 "description": "Integrates php-amqplib with Symfony & RabbitMq. Formerly oldsound/rabbitmq-bundle.",
5605 "keywords": [
5606 "AMQP",
5607 "Symfony2",
5608 "message",
5609 "queue",
5610 "rabbitmq",
5611 "symfony",
5612 "symfony3",
5613 "symfony4"
5614 ],
5615 "time": "2018-05-02T13:12:32+00:00"
5616 },
5617 {
5618 "name": "php-http/client-common",
5619 "version": "2.1.0",
5620 "source": {
5621 "type": "git",
5622 "url": "https://github.com/php-http/client-common.git",
5623 "reference": "a8b29678d61556f45d6236b1667db16d998ceec5"
5624 },
5625 "dist": {
5626 "type": "zip",
5627 "url": "https://api.github.com/repos/php-http/client-common/zipball/a8b29678d61556f45d6236b1667db16d998ceec5",
5628 "reference": "a8b29678d61556f45d6236b1667db16d998ceec5",
5629 "shasum": ""
5630 },
5631 "require": {
5632 "php": "^7.1",
5633 "php-http/httplug": "^2.0",
5634 "php-http/message": "^1.6",
5635 "php-http/message-factory": "^1.0",
5636 "symfony/options-resolver": " ^3.4.20 || ~4.0.15 || ~4.1.9 || ^4.2.1 || ^5.0"
5637 },
5638 "require-dev": {
5639 "doctrine/instantiator": "^1.1",
5640 "guzzlehttp/psr7": "^1.4",
5641 "phpspec/phpspec": "^5.1",
5642 "phpspec/prophecy": "^1.8",
5643 "sebastian/comparator": "^3.0"
5644 },
5645 "suggest": {
5646 "ext-json": "To detect JSON responses with the ContentTypePlugin",
5647 "ext-libxml": "To detect XML responses with the ContentTypePlugin",
5648 "php-http/cache-plugin": "PSR-6 Cache plugin",
5649 "php-http/logger-plugin": "PSR-3 Logger plugin",
5650 "php-http/stopwatch-plugin": "Symfony Stopwatch plugin"
5651 },
5652 "type": "library",
5653 "extra": {
5654 "branch-alias": {
5655 "dev-master": "2.0.x-dev"
5656 }
5657 },
5658 "autoload": {
5659 "psr-4": {
5660 "Http\\Client\\Common\\": "src/"
5661 }
5662 },
5663 "notification-url": "https://packagist.org/downloads/",
5664 "license": [
5665 "MIT"
5666 ],
5667 "authors": [
5668 {
5669 "name": "Márk Sági-Kazár",
5670 "email": "mark.sagikazar@gmail.com"
5671 }
5672 ],
5673 "description": "Common HTTP Client implementations and tools for HTTPlug",
5674 "homepage": "http://httplug.io",
5675 "keywords": [
5676 "client",
5677 "common",
5678 "http",
5679 "httplug"
5680 ],
5681 "time": "2019-11-18T08:58:18+00:00"
5682 },
5683 {
5684 "name": "php-http/curl-client",
5685 "version": "2.0.0",
5686 "source": {
5687 "type": "git",
5688 "url": "https://github.com/php-http/curl-client.git",
5689 "reference": "e7a2a5ebcce1ff7d75eaf02b7c85634a6fac00da"
5690 },
5691 "dist": {
5692 "type": "zip",
5693 "url": "https://api.github.com/repos/php-http/curl-client/zipball/e7a2a5ebcce1ff7d75eaf02b7c85634a6fac00da",
5694 "reference": "e7a2a5ebcce1ff7d75eaf02b7c85634a6fac00da",
5695 "shasum": ""
5696 },
5697 "require": {
5698 "ext-curl": "*",
5699 "php": "^7.1",
5700 "php-http/discovery": "^1.6",
5701 "php-http/httplug": "^2.0",
5702 "php-http/message": "^1.2",
5703 "psr/http-client": "^1.0",
5704 "psr/http-factory": "^1.0",
5705 "symfony/options-resolver": "^3.4 || ^4.0"
5706 },
5707 "provide": {
5708 "php-http/async-client-implementation": "1.0",
5709 "php-http/client-implementation": "1.0"
5710 },
5711 "require-dev": {
5712 "guzzlehttp/psr7": "^1.0",
5713 "php-http/client-integration-tests": "^2.0",
5714 "phpunit/phpunit": "^7.5",
5715 "zendframework/zend-diactoros": "^2.0"
5716 },
5717 "type": "library",
5718 "extra": {
5719 "branch-alias": {
5720 "dev-master": "2.x-dev"
5721 }
5722 },
5723 "autoload": {
5724 "psr-4": {
5725 "Http\\Client\\Curl\\": "src/"
5726 }
5727 },
5728 "notification-url": "https://packagist.org/downloads/",
5729 "license": [
5730 "MIT"
5731 ],
5732 "authors": [
5733 {
5734 "name": "Михаил Красильников",
5735 "email": "m.krasilnikov@yandex.ru"
5736 }
5737 ],
5738 "description": "PSR-18 and HTTPlug Async client with cURL",
5739 "homepage": "http://php-http.org",
5740 "keywords": [
5741 "curl",
5742 "http",
5743 "psr-18"
5744 ],
5745 "time": "2019-03-05T19:59:23+00:00"
5746 },
5747 {
5748 "name": "php-http/discovery",
5749 "version": "1.7.0",
5750 "source": {
5751 "type": "git",
5752 "url": "https://github.com/php-http/discovery.git",
5753 "reference": "e822f86a6983790aa17ab13aa7e69631e86806b6"
5754 },
5755 "dist": {
5756 "type": "zip",
5757 "url": "https://api.github.com/repos/php-http/discovery/zipball/e822f86a6983790aa17ab13aa7e69631e86806b6",
5758 "reference": "e822f86a6983790aa17ab13aa7e69631e86806b6",
5759 "shasum": ""
5760 },
5761 "require": {
5762 "php": "^7.1"
5763 },
5764 "conflict": {
5765 "nyholm/psr7": "<1.0"
5766 },
5767 "require-dev": {
5768 "akeneo/phpspec-skip-example-extension": "^4.0",
5769 "php-http/httplug": "^1.0 || ^2.0",
5770 "php-http/message-factory": "^1.0",
5771 "phpspec/phpspec": "^5.1",
5772 "puli/composer-plugin": "1.0.0-beta10"
5773 },
5774 "suggest": {
5775 "php-http/message": "Allow to use Guzzle, Diactoros or Slim Framework factories",
5776 "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."
5777 },
5778 "type": "library",
5779 "extra": {
5780 "branch-alias": {
5781 "dev-master": "1.7-dev"
5782 }
5783 },
5784 "autoload": {
5785 "psr-4": {
5786 "Http\\Discovery\\": "src/"
5787 }
5788 },
5789 "notification-url": "https://packagist.org/downloads/",
5790 "license": [
5791 "MIT"
5792 ],
5793 "authors": [
5794 {
5795 "name": "Márk Sági-Kazár",
5796 "email": "mark.sagikazar@gmail.com"
5797 }
5798 ],
5799 "description": "Finds installed HTTPlug implementations and PSR-7 message factories",
5800 "homepage": "http://php-http.org",
5801 "keywords": [
5802 "adapter",
5803 "client",
5804 "discovery",
5805 "factory",
5806 "http",
5807 "message",
5808 "psr7"
5809 ],
5810 "time": "2019-06-30T09:04:27+00:00"
5811 },
5812 {
5813 "name": "php-http/guzzle5-adapter",
5814 "version": "2.0.0",
5815 "source": {
5816 "type": "git",
5817 "url": "https://github.com/php-http/guzzle5-adapter.git",
5818 "reference": "cce48360b1f8a3467bd94e853e6107aa4532008e"
5819 },
5820 "dist": {
5821 "type": "zip",
5822 "url": "https://api.github.com/repos/php-http/guzzle5-adapter/zipball/cce48360b1f8a3467bd94e853e6107aa4532008e",
5823 "reference": "cce48360b1f8a3467bd94e853e6107aa4532008e",
5824 "shasum": ""
5825 },
5826 "require": {
5827 "guzzlehttp/guzzle": "^5.1",
5828 "php": "^7.0",
5829 "php-http/discovery": "^1.0",
5830 "php-http/httplug": "^2.0"
5831 },
5832 "provide": {
5833 "php-http/client-implementation": "1.0",
5834 "psr/http-client-implementation": "1.0"
5835 },
5836 "require-dev": {
5837 "ext-curl": "*",
5838 "guzzlehttp/ringphp": "^1.1",
5839 "php-http/client-integration-tests": "^2.0",
5840 "phpunit/phpunit": "^6.0 || ^7.0"
5841 },
5842 "type": "library",
5843 "extra": {
5844 "branch-alias": {
5845 "dev-master": "2.0-dev"
5846 }
5847 },
5848 "autoload": {
5849 "psr-4": {
5850 "Http\\Adapter\\Guzzle5\\": "src/"
5851 }
5852 },
5853 "notification-url": "https://packagist.org/downloads/",
5854 "license": [
5855 "MIT"
5856 ],
5857 "authors": [
5858 {
5859 "name": "Eric GELOEN",
5860 "email": "geloen.eric@gmail.com"
5861 },
5862 {
5863 "name": "Márk Sági-Kazár",
5864 "email": "mark.sagikazar@gmail.com"
5865 }
5866 ],
5867 "description": "Guzzle 5 HTTP Adapter",
5868 "homepage": "http://httplug.io",
5869 "keywords": [
5870 "Guzzle",
5871 "http"
5872 ],
5873 "time": "2019-02-05T12:28:45+00:00"
5874 },
5875 {
5876 "name": "php-http/httplug",
5877 "version": "v2.0.0",
5878 "source": {
5879 "type": "git",
5880 "url": "https://github.com/php-http/httplug.git",
5881 "reference": "b3842537338c949f2469557ef4ad4bdc47b58603"
5882 },
5883 "dist": {
5884 "type": "zip",
5885 "url": "https://api.github.com/repos/php-http/httplug/zipball/b3842537338c949f2469557ef4ad4bdc47b58603",
5886 "reference": "b3842537338c949f2469557ef4ad4bdc47b58603",
5887 "shasum": ""
5888 },
5889 "require": {
5890 "php": "^7.0",
5891 "php-http/promise": "^1.0",
5892 "psr/http-client": "^1.0",
5893 "psr/http-message": "^1.0"
5894 },
5895 "require-dev": {
5896 "henrikbjorn/phpspec-code-coverage": "^1.0",
5897 "phpspec/phpspec": "^2.4"
5898 },
5899 "type": "library",
5900 "extra": {
5901 "branch-alias": {
5902 "dev-master": "2.0.x-dev"
5903 }
5904 },
5905 "autoload": {
5906 "psr-4": {
5907 "Http\\Client\\": "src/"
5908 }
5909 },
5910 "notification-url": "https://packagist.org/downloads/",
5911 "license": [
5912 "MIT"
5913 ],
5914 "authors": [
5915 {
5916 "name": "Eric GELOEN",
5917 "email": "geloen.eric@gmail.com"
5918 },
5919 {
5920 "name": "Márk Sági-Kazár",
5921 "email": "mark.sagikazar@gmail.com"
5922 }
5923 ],
5924 "description": "HTTPlug, the HTTP client abstraction for PHP",
5925 "homepage": "http://httplug.io",
5926 "keywords": [
5927 "client",
5928 "http"
5929 ],
5930 "time": "2018-10-31T09:14:44+00:00"
5931 },
5932 {
5933 "name": "php-http/httplug-bundle",
5934 "version": "1.16.0",
5935 "source": {
5936 "type": "git",
5937 "url": "https://github.com/php-http/HttplugBundle.git",
5938 "reference": "5044b655fcd3a43243383cd692a6bb6cd18af24f"
5939 },
5940 "dist": {
5941 "type": "zip",
5942 "url": "https://api.github.com/repos/php-http/HttplugBundle/zipball/5044b655fcd3a43243383cd692a6bb6cd18af24f",
5943 "reference": "5044b655fcd3a43243383cd692a6bb6cd18af24f",
5944 "shasum": ""
5945 },
5946 "require": {
5947 "php": "^7.1",
5948 "php-http/client-common": "^1.9 || ^2.0",
5949 "php-http/client-implementation": "^1.0",
5950 "php-http/discovery": "^1.0",
5951 "php-http/httplug": "^1.0 || ^2.0",
5952 "php-http/logger-plugin": "^1.1",
5953 "php-http/message": "^1.4",
5954 "php-http/message-factory": "^1.0.2",
5955 "php-http/stopwatch-plugin": "^1.2",
5956 "psr/http-message": "^1.0",
5957 "symfony/config": "^3.4.20 || ^4.2.1",
5958 "symfony/dependency-injection": "^3.4.20 || ^4.2.1",
5959 "symfony/event-dispatcher": "^3.4.20 || ^4.2.1",
5960 "symfony/http-kernel": "^3.4.20 || ^4.2.1",
5961 "symfony/options-resolver": "^3.4.20 || ^4.2.1"
5962 },
5963 "conflict": {
5964 "php-http/curl-client": "<2.0",
5965 "php-http/guzzle6-adapter": "<1.1"
5966 },
5967 "require-dev": {
5968 "guzzlehttp/psr7": "^1.0",
5969 "matthiasnoback/symfony-dependency-injection-test": "^3.0",
5970 "nyholm/nsa": "^1.1",
5971 "php-http/cache-plugin": "^1.6",
5972 "php-http/guzzle6-adapter": "^1.1.1 || ^2.0.1",
5973 "php-http/mock-client": "^1.2",
5974 "php-http/promise": "^1.0",
5975 "polishsymfonycommunity/symfony-mocker-container": "^1.0",
5976 "symfony/browser-kit": "^3.4.20 || ^4.2.1",
5977 "symfony/cache": "^3.4.20 || ^4.2.1",
5978 "symfony/dom-crawler": "^3.4.20 || ^4.2.1",
5979 "symfony/framework-bundle": "^3.4.0 || ^4.2",
5980 "symfony/http-foundation": "^3.4.20 || ^4.2.1",
5981 "symfony/phpunit-bridge": "^3.4 || ^4.2",
5982 "symfony/stopwatch": "^3.4.20 || ^4.2.1",
5983 "symfony/twig-bundle": "^3.4.20 || ^4.2.1",
5984 "symfony/web-profiler-bundle": "^3.4.20 || ^4.2.1",
5985 "twig/twig": "^1.36 || ^2.6"
5986 },
5987 "suggest": {
5988 "php-http/cache-plugin": "To configure clients that cache responses",
5989 "php-http/mock-client": "Add this to your require-dev section to mock HTTP responses easily",
5990 "twig/twig": "Add this to your require-dev section when using the WebProfilerBundle"
5991 },
5992 "type": "symfony-bundle",
5993 "extra": {
5994 "branch-alias": {
5995 "dev-master": "1.x-dev"
5996 }
5997 },
5998 "autoload": {
5999 "psr-4": {
6000 "Http\\HttplugBundle\\": "src/"
6001 },
6002 "exclude-from-classmap": [
6003 "/Tests/Resources/MyPsr18TestClient.php"
6004 ]
6005 },
6006 "notification-url": "https://packagist.org/downloads/",
6007 "license": [
6008 "MIT"
6009 ],
6010 "authors": [
6011 {
6012 "name": "David Buchmann",
6013 "email": "mail@davidbu.ch"
6014 },
6015 {
6016 "name": "Tobias Nyholm",
6017 "email": "tobias.nyholm@gmail.com"
6018 }
6019 ],
6020 "description": "Symfony integration for HTTPlug",
6021 "homepage": "http://httplug.io",
6022 "keywords": [
6023 "adapter",
6024 "bundle",
6025 "discovery",
6026 "factory",
6027 "http",
6028 "httplug",
6029 "message",
6030 "php-http"
6031 ],
6032 "time": "2019-06-05T12:03:16+00:00"
6033 },
6034 {
6035 "name": "php-http/logger-plugin",
6036 "version": "1.1.0",
6037 "source": {
6038 "type": "git",
6039 "url": "https://github.com/php-http/logger-plugin.git",
6040 "reference": "c1c6e90717ce350319b7b8bc489f1db35bb523fd"
6041 },
6042 "dist": {
6043 "type": "zip",
6044 "url": "https://api.github.com/repos/php-http/logger-plugin/zipball/c1c6e90717ce350319b7b8bc489f1db35bb523fd",
6045 "reference": "c1c6e90717ce350319b7b8bc489f1db35bb523fd",
6046 "shasum": ""
6047 },
6048 "require": {
6049 "php": "^5.4 || ^7.0",
6050 "php-http/client-common": "^1.9 || ^2.0",
6051 "php-http/message": "^1.0",
6052 "psr/log": "^1.0"
6053 },
6054 "require-dev": {
6055 "henrikbjorn/phpspec-code-coverage": "^1.0",
6056 "phpspec/phpspec": "^2.5"
6057 },
6058 "type": "library",
6059 "extra": {
6060 "branch-alias": {
6061 "dev-master": "1.1-dev"
6062 }
6063 },
6064 "autoload": {
6065 "psr-4": {
6066 "Http\\Client\\Common\\Plugin\\": "src/"
6067 }
6068 },
6069 "notification-url": "https://packagist.org/downloads/",
6070 "license": [
6071 "MIT"
6072 ],
6073 "authors": [
6074 {
6075 "name": "Márk Sági-Kazár",
6076 "email": "mark.sagikazar@gmail.com"
6077 }
6078 ],
6079 "description": "PSR-3 Logger plugin for HTTPlug",
6080 "homepage": "http://httplug.io",
6081 "keywords": [
6082 "http",
6083 "httplug",
6084 "logger",
6085 "plugin"
6086 ],
6087 "time": "2019-01-30T11:48:21+00:00"
6088 },
6089 {
6090 "name": "php-http/message",
6091 "version": "1.8.0",
6092 "source": {
6093 "type": "git",
6094 "url": "https://github.com/php-http/message.git",
6095 "reference": "ce8f43ac1e294b54aabf5808515c3554a19c1e1c"
6096 },
6097 "dist": {
6098 "type": "zip",
6099 "url": "https://api.github.com/repos/php-http/message/zipball/ce8f43ac1e294b54aabf5808515c3554a19c1e1c",
6100 "reference": "ce8f43ac1e294b54aabf5808515c3554a19c1e1c",
6101 "shasum": ""
6102 },
6103 "require": {
6104 "clue/stream-filter": "^1.4",
6105 "php": "^7.1",
6106 "php-http/message-factory": "^1.0.2",
6107 "psr/http-message": "^1.0"
6108 },
6109 "provide": {
6110 "php-http/message-factory-implementation": "1.0"
6111 },
6112 "require-dev": {
6113 "akeneo/phpspec-skip-example-extension": "^1.0",
6114 "coduo/phpspec-data-provider-extension": "^1.0",
6115 "ext-zlib": "*",
6116 "guzzlehttp/psr7": "^1.0",
6117 "henrikbjorn/phpspec-code-coverage": "^1.0",
6118 "phpspec/phpspec": "^2.4",
6119 "slim/slim": "^3.0",
6120 "zendframework/zend-diactoros": "^1.0"
6121 },
6122 "suggest": {
6123 "ext-zlib": "Used with compressor/decompressor streams",
6124 "guzzlehttp/psr7": "Used with Guzzle PSR-7 Factories",
6125 "slim/slim": "Used with Slim Framework PSR-7 implementation",
6126 "zendframework/zend-diactoros": "Used with Diactoros Factories"
6127 },
6128 "type": "library",
6129 "extra": {
6130 "branch-alias": {
6131 "dev-master": "1.8-dev"
6132 }
6133 },
6134 "autoload": {
6135 "psr-4": {
6136 "Http\\Message\\": "src/"
6137 },
6138 "files": [
6139 "src/filters.php"
6140 ]
6141 },
6142 "notification-url": "https://packagist.org/downloads/",
6143 "license": [
6144 "MIT"
6145 ],
6146 "authors": [
6147 {
6148 "name": "Márk Sági-Kazár",
6149 "email": "mark.sagikazar@gmail.com"
6150 }
6151 ],
6152 "description": "HTTP Message related tools",
6153 "homepage": "http://php-http.org",
6154 "keywords": [
6155 "http",
6156 "message",
6157 "psr-7"
6158 ],
6159 "time": "2019-08-05T06:55:08+00:00"
6160 },
6161 {
6162 "name": "php-http/message-factory",
6163 "version": "v1.0.2",
6164 "source": {
6165 "type": "git",
6166 "url": "https://github.com/php-http/message-factory.git",
6167 "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1"
6168 },
6169 "dist": {
6170 "type": "zip",
6171 "url": "https://api.github.com/repos/php-http/message-factory/zipball/a478cb11f66a6ac48d8954216cfed9aa06a501a1",
6172 "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1",
6173 "shasum": ""
6174 },
6175 "require": {
6176 "php": ">=5.4",
6177 "psr/http-message": "^1.0"
6178 },
6179 "type": "library",
6180 "extra": {
6181 "branch-alias": {
6182 "dev-master": "1.0-dev"
6183 }
6184 },
6185 "autoload": {
6186 "psr-4": {
6187 "Http\\Message\\": "src/"
6188 }
6189 },
6190 "notification-url": "https://packagist.org/downloads/",
6191 "license": [
6192 "MIT"
6193 ],
6194 "authors": [
6195 {
6196 "name": "Márk Sági-Kazár",
6197 "email": "mark.sagikazar@gmail.com"
6198 }
6199 ],
6200 "description": "Factory interfaces for PSR-7 HTTP Message",
6201 "homepage": "http://php-http.org",
6202 "keywords": [
6203 "factory",
6204 "http",
6205 "message",
6206 "stream",
6207 "uri"
6208 ],
6209 "time": "2015-12-19T14:08:53+00:00"
6210 },
6211 {
6212 "name": "php-http/promise",
6213 "version": "v1.0.0",
6214 "source": {
6215 "type": "git",
6216 "url": "https://github.com/php-http/promise.git",
6217 "reference": "dc494cdc9d7160b9a09bd5573272195242ce7980"
6218 },
6219 "dist": {
6220 "type": "zip",
6221 "url": "https://api.github.com/repos/php-http/promise/zipball/dc494cdc9d7160b9a09bd5573272195242ce7980",
6222 "reference": "dc494cdc9d7160b9a09bd5573272195242ce7980",
6223 "shasum": ""
6224 },
6225 "require-dev": {
6226 "henrikbjorn/phpspec-code-coverage": "^1.0",
6227 "phpspec/phpspec": "^2.4"
6228 },
6229 "type": "library",
6230 "extra": {
6231 "branch-alias": {
6232 "dev-master": "1.1-dev"
6233 }
6234 },
6235 "autoload": {
6236 "psr-4": {
6237 "Http\\Promise\\": "src/"
6238 }
6239 },
6240 "notification-url": "https://packagist.org/downloads/",
6241 "license": [
6242 "MIT"
6243 ],
6244 "authors": [
6245 {
6246 "name": "Márk Sági-Kazár",
6247 "email": "mark.sagikazar@gmail.com"
6248 },
6249 {
6250 "name": "Joel Wurtz",
6251 "email": "joel.wurtz@gmail.com"
6252 }
6253 ],
6254 "description": "Promise used for asynchronous HTTP requests",
6255 "homepage": "http://httplug.io",
6256 "keywords": [
6257 "promise"
6258 ],
6259 "time": "2016-01-26T13:27:02+00:00"
6260 },
6261 {
6262 "name": "php-http/stopwatch-plugin",
6263 "version": "1.2.0",
6264 "source": {
6265 "type": "git",
6266 "url": "https://github.com/php-http/stopwatch-plugin.git",
6267 "reference": "520419dd18755a1e7b29077e677fbeb16b6629e7"
6268 },
6269 "dist": {
6270 "type": "zip",
6271 "url": "https://api.github.com/repos/php-http/stopwatch-plugin/zipball/520419dd18755a1e7b29077e677fbeb16b6629e7",
6272 "reference": "520419dd18755a1e7b29077e677fbeb16b6629e7",
6273 "shasum": ""
6274 },
6275 "require": {
6276 "php": "^5.4 || ^7.0",
6277 "php-http/client-common": "^1.9 || ^2.0",
6278 "symfony/stopwatch": "^2.7 || ^3.0 || ^4.0"
6279 },
6280 "require-dev": {
6281 "phpspec/phpspec": "^2.5 || ^3.0 || ^4.0"
6282 },
6283 "type": "library",
6284 "extra": {
6285 "branch-alias": {
6286 "dev-master": "1.2-dev"
6287 }
6288 },
6289 "autoload": {
6290 "psr-4": {
6291 "Http\\Client\\Common\\Plugin\\": "src/"
6292 }
6293 },
6294 "notification-url": "https://packagist.org/downloads/",
6295 "license": [
6296 "MIT"
6297 ],
6298 "authors": [
6299 {
6300 "name": "Márk Sági-Kazár",
6301 "email": "mark.sagikazar@gmail.com"
6302 }
6303 ],
6304 "description": "Symfony Stopwatch plugin for HTTPlug",
6305 "homepage": "http://httplug.io",
6306 "keywords": [
6307 "http",
6308 "httplug",
6309 "plugin",
6310 "stopwatch"
6311 ],
6312 "time": "2019-01-30T12:01:37+00:00"
6313 },
6314 {
6315 "name": "phpcollection/phpcollection",
6316 "version": "0.5.0",
6317 "source": {
6318 "type": "git",
6319 "url": "https://github.com/schmittjoh/php-collection.git",
6320 "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6"
6321 },
6322 "dist": {
6323 "type": "zip",
6324 "url": "https://api.github.com/repos/schmittjoh/php-collection/zipball/f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6",
6325 "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6",
6326 "shasum": ""
6327 },
6328 "require": {
6329 "phpoption/phpoption": "1.*"
6330 },
6331 "type": "library",
6332 "extra": {
6333 "branch-alias": {
6334 "dev-master": "0.4-dev"
6335 }
6336 },
6337 "autoload": {
6338 "psr-0": {
6339 "PhpCollection": "src/"
6340 }
6341 },
6342 "notification-url": "https://packagist.org/downloads/",
6343 "license": [
6344 "Apache2"
6345 ],
6346 "authors": [
6347 {
6348 "name": "Johannes M. Schmitt",
6349 "email": "schmittjoh@gmail.com"
6350 }
6351 ],
6352 "description": "General-Purpose Collection Library for PHP",
6353 "keywords": [
6354 "collection",
6355 "list",
6356 "map",
6357 "sequence",
6358 "set"
6359 ],
6360 "time": "2015-05-17T12:39:23+00:00"
6361 },
6362 {
6363 "name": "phpoption/phpoption",
6364 "version": "1.5.2",
6365 "source": {
6366 "type": "git",
6367 "url": "https://github.com/schmittjoh/php-option.git",
6368 "reference": "2ba2586380f8d2b44ad1b9feb61c371020b27793"
6369 },
6370 "dist": {
6371 "type": "zip",
6372 "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/2ba2586380f8d2b44ad1b9feb61c371020b27793",
6373 "reference": "2ba2586380f8d2b44ad1b9feb61c371020b27793",
6374 "shasum": ""
6375 },
6376 "require": {
6377 "php": ">=5.3.0"
6378 },
6379 "require-dev": {
6380 "phpunit/phpunit": "^4.7|^5.0"
6381 },
6382 "type": "library",
6383 "extra": {
6384 "branch-alias": {
6385 "dev-master": "1.5-dev"
6386 }
6387 },
6388 "autoload": {
6389 "psr-0": {
6390 "PhpOption\\": "src/"
6391 }
6392 },
6393 "notification-url": "https://packagist.org/downloads/",
6394 "license": [
6395 "Apache-2.0"
6396 ],
6397 "authors": [
6398 {
6399 "name": "Johannes M. Schmitt",
6400 "email": "schmittjoh@gmail.com"
6401 }
6402 ],
6403 "description": "Option Type for PHP",
6404 "keywords": [
6405 "language",
6406 "option",
6407 "php",
6408 "type"
6409 ],
6410 "time": "2019-11-06T22:27:00+00:00"
6411 },
6412 {
6413 "name": "phpseclib/phpseclib",
6414 "version": "2.0.23",
6415 "source": {
6416 "type": "git",
6417 "url": "https://github.com/phpseclib/phpseclib.git",
6418 "reference": "c78eb5058d5bb1a183133c36d4ba5b6675dfa099"
6419 },
6420 "dist": {
6421 "type": "zip",
6422 "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/c78eb5058d5bb1a183133c36d4ba5b6675dfa099",
6423 "reference": "c78eb5058d5bb1a183133c36d4ba5b6675dfa099",
6424 "shasum": ""
6425 },
6426 "require": {
6427 "php": ">=5.3.3"
6428 },
6429 "require-dev": {
6430 "phing/phing": "~2.7",
6431 "phpunit/phpunit": "^4.8.35|^5.7|^6.0",
6432 "sami/sami": "~2.0",
6433 "squizlabs/php_codesniffer": "~2.0"
6434 },
6435 "suggest": {
6436 "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
6437 "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
6438 "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
6439 "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
6440 },
6441 "type": "library",
6442 "autoload": {
6443 "files": [
6444 "phpseclib/bootstrap.php"
6445 ],
6446 "psr-4": {
6447 "phpseclib\\": "phpseclib/"
6448 }
6449 },
6450 "notification-url": "https://packagist.org/downloads/",
6451 "license": [
6452 "MIT"
6453 ],
6454 "authors": [
6455 {
6456 "name": "Jim Wigginton",
6457 "email": "terrafrost@php.net",
6458 "role": "Lead Developer"
6459 },
6460 {
6461 "name": "Patrick Monnerat",
6462 "email": "pm@datasphere.ch",
6463 "role": "Developer"
6464 },
6465 {
6466 "name": "Andreas Fischer",
6467 "email": "bantu@phpbb.com",
6468 "role": "Developer"
6469 },
6470 {
6471 "name": "Hans-Jürgen Petrich",
6472 "email": "petrich@tronic-media.com",
6473 "role": "Developer"
6474 },
6475 {
6476 "name": "Graham Campbell",
6477 "email": "graham@alt-three.com",
6478 "role": "Developer"
6479 }
6480 ],
6481 "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
6482 "homepage": "http://phpseclib.sourceforge.net",
6483 "keywords": [
6484 "BigInteger",
6485 "aes",
6486 "asn.1",
6487 "asn1",
6488 "blowfish",
6489 "crypto",
6490 "cryptography",
6491 "encryption",
6492 "rsa",
6493 "security",
6494 "sftp",
6495 "signature",
6496 "signing",
6497 "ssh",
6498 "twofish",
6499 "x.509",
6500 "x509"
6501 ],
6502 "time": "2019-09-17T03:41:22+00:00"
6503 },
6504 {
6505 "name": "phpzip/phpzip",
6506 "version": "2.0.8",
6507 "source": {
6508 "type": "git",
6509 "url": "https://github.com/Grandt/PHPZip.git",
6510 "reference": "936f93d656f68e29c231a39e19fd59a636fe7e47"
6511 },
6512 "dist": {
6513 "type": "zip",
6514 "url": "https://api.github.com/repos/Grandt/PHPZip/zipball/936f93d656f68e29c231a39e19fd59a636fe7e47",
6515 "reference": "936f93d656f68e29c231a39e19fd59a636fe7e47",
6516 "shasum": ""
6517 },
6518 "require": {
6519 "grandt/binstring": ">=1.0.0",
6520 "grandt/phpzipmerge": ">=1.0.4",
6521 "grandt/relativepath": ">=1.0.2",
6522 "php": ">=5.3.0"
6523 },
6524 "type": "library",
6525 "autoload": {
6526 "psr-4": {
6527 "PHPZip\\Zip\\": "src/Zip"
6528 }
6529 },
6530 "notification-url": "https://packagist.org/downloads/",
6531 "license": [
6532 "LGPL-2.1"
6533 ],
6534 "authors": [
6535 {
6536 "name": "Adam Schmalhofer",
6537 "email": "Adam.Schmalhofer@gmx.de",
6538 "role": "Developer"
6539 },
6540 {
6541 "name": "A. Grandt",
6542 "email": "php@grandt.com",
6543 "homepage": "http://grandt.com",
6544 "role": "Developer"
6545 },
6546 {
6547 "name": "Greg Kappatos",
6548 "homepage": "http://websiteconnect.com.au",
6549 "role": "Developer"
6550 }
6551 ],
6552 "description": "Package to create and stream archives of compressed files in ZIP format with PHP 5.3+",
6553 "homepage": "https://github.com/Grandt/PHPZip",
6554 "keywords": [
6555 "archive",
6556 "compressed",
6557 "compression",
6558 "phpzip",
6559 "pkzip",
6560 "stream",
6561 "zip"
6562 ],
6563 "time": "2015-11-16T16:30:51+00:00"
6564 },
6565 {
6566 "name": "pragmarx/random",
6567 "version": "v0.2.2",
6568 "source": {
6569 "type": "git",
6570 "url": "https://github.com/antonioribeiro/random.git",
6571 "reference": "daf08a189c5d2d40d1a827db46364d3a741a51b7"
6572 },
6573 "dist": {
6574 "type": "zip",
6575 "url": "https://api.github.com/repos/antonioribeiro/random/zipball/daf08a189c5d2d40d1a827db46364d3a741a51b7",
6576 "reference": "daf08a189c5d2d40d1a827db46364d3a741a51b7",
6577 "shasum": ""
6578 },
6579 "require": {
6580 "php": ">=7.0"
6581 },
6582 "require-dev": {
6583 "fzaninotto/faker": "~1.7",
6584 "phpunit/phpunit": "~6.4",
6585 "pragmarx/trivia": "~0.1",
6586 "squizlabs/php_codesniffer": "^2.3"
6587 },
6588 "suggest": {
6589 "fzaninotto/faker": "Allows you to get dozens of randomized types",
6590 "pragmarx/trivia": "For the trivia database"
6591 },
6592 "type": "library",
6593 "extra": {
6594 "branch-alias": {
6595 "dev-master": "1.0-dev"
6596 }
6597 },
6598 "autoload": {
6599 "psr-4": {
6600 "PragmaRX\\Random\\": "src"
6601 }
6602 },
6603 "notification-url": "https://packagist.org/downloads/",
6604 "license": [
6605 "MIT"
6606 ],
6607 "authors": [
6608 {
6609 "name": "Antonio Carlos Ribeiro",
6610 "email": "acr@antoniocarlosribeiro.com",
6611 "homepage": "https://antoniocarlosribeiro.com",
6612 "role": "Developer"
6613 }
6614 ],
6615 "description": "Create random chars, numbers, strings",
6616 "homepage": "https://github.com/antonioribeiro/random",
6617 "keywords": [
6618 "Randomize",
6619 "faker",
6620 "pragmarx",
6621 "random",
6622 "random number",
6623 "random pattern",
6624 "random string"
6625 ],
6626 "time": "2017-11-21T05:26:22+00:00"
6627 },
6628 {
6629 "name": "pragmarx/recovery",
6630 "version": "v0.1.0",
6631 "source": {
6632 "type": "git",
6633 "url": "https://github.com/antonioribeiro/recovery.git",
6634 "reference": "e16573a1ae5345cc3b100eec6d0296a1a15a90fe"
6635 },
6636 "dist": {
6637 "type": "zip",
6638 "url": "https://api.github.com/repos/antonioribeiro/recovery/zipball/e16573a1ae5345cc3b100eec6d0296a1a15a90fe",
6639 "reference": "e16573a1ae5345cc3b100eec6d0296a1a15a90fe",
6640 "shasum": ""
6641 },
6642 "require": {
6643 "php": "~7.0",
6644 "pragmarx/random": "~0.1"
6645 },
6646 "require-dev": {
6647 "phpunit/phpunit": ">=5.4.3",
6648 "squizlabs/php_codesniffer": "^2.3",
6649 "tightenco/collect": "^5"
6650 },
6651 "suggest": {
6652 "tightenco/collect": "Allows to generate recovery codes as collections"
6653 },
6654 "type": "library",
6655 "extra": {
6656 "branch-alias": {
6657 "dev-master": "1.0-dev"
6658 }
6659 },
6660 "autoload": {
6661 "psr-4": {
6662 "PragmaRX\\Recovery\\": "src"
6663 }
6664 },
6665 "notification-url": "https://packagist.org/downloads/",
6666 "license": [
6667 "MIT"
6668 ],
6669 "authors": [
6670 {
6671 "name": "Antonio Carlos Ribeiro",
6672 "email": "acr@antoniocarlosribeiro.com",
6673 "homepage": "https://antoniocarlosribeiro.com",
6674 "role": "Developer"
6675 }
6676 ],
6677 "description": "Create recovery codes for two factor auth",
6678 "homepage": "https://github.com/antonioribeiro/recovery",
6679 "keywords": [
6680 "2fa",
6681 "account recovery",
6682 "auth",
6683 "backup codes",
6684 "google2fa",
6685 "pragmarx",
6686 "recovery",
6687 "recovery codes",
6688 "two factor auth"
6689 ],
6690 "time": "2017-09-19T16:58:00+00:00"
6691 },
6692 {
6693 "name": "predis/predis",
6694 "version": "v1.1.x-dev",
6695 "source": {
6696 "type": "git",
6697 "url": "https://github.com/nrk/predis.git",
6698 "reference": "111d100ee389d624036b46b35ed0c9ac59c71313"
6699 },
6700 "dist": {
6701 "type": "zip",
6702 "url": "https://api.github.com/repos/nrk/predis/zipball/111d100ee389d624036b46b35ed0c9ac59c71313",
6703 "reference": "111d100ee389d624036b46b35ed0c9ac59c71313",
6704 "shasum": ""
6705 },
6706 "require": {
6707 "php": ">=5.3.9"
6708 },
6709 "require-dev": {
6710 "phpunit/phpunit": "~4.8"
6711 },
6712 "suggest": {
6713 "ext-curl": "Allows access to Webdis when paired with phpiredis",
6714 "ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol"
6715 },
6716 "type": "library",
6717 "autoload": {
6718 "psr-4": {
6719 "Predis\\": "src/"
6720 }
6721 },
6722 "notification-url": "https://packagist.org/downloads/",
6723 "license": [
6724 "MIT"
6725 ],
6726 "authors": [
6727 {
6728 "name": "Daniele Alessandri",
6729 "email": "suppakilla@gmail.com",
6730 "homepage": "http://clorophilla.net"
6731 }
6732 ],
6733 "description": "Flexible and feature-complete Redis client for PHP and HHVM",
6734 "homepage": "http://github.com/nrk/predis",
6735 "keywords": [
6736 "nosql",
6737 "predis",
6738 "redis"
6739 ],
6740 "time": "2017-07-12T14:39:17+00:00"
6741 },
6742 {
6743 "name": "psr/cache",
6744 "version": "1.0.1",
6745 "source": {
6746 "type": "git",
6747 "url": "https://github.com/php-fig/cache.git",
6748 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
6749 },
6750 "dist": {
6751 "type": "zip",
6752 "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
6753 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
6754 "shasum": ""
6755 },
6756 "require": {
6757 "php": ">=5.3.0"
6758 },
6759 "type": "library",
6760 "extra": {
6761 "branch-alias": {
6762 "dev-master": "1.0.x-dev"
6763 }
6764 },
6765 "autoload": {
6766 "psr-4": {
6767 "Psr\\Cache\\": "src/"
6768 }
6769 },
6770 "notification-url": "https://packagist.org/downloads/",
6771 "license": [
6772 "MIT"
6773 ],
6774 "authors": [
6775 {
6776 "name": "PHP-FIG",
6777 "homepage": "http://www.php-fig.org/"
6778 }
6779 ],
6780 "description": "Common interface for caching libraries",
6781 "keywords": [
6782 "cache",
6783 "psr",
6784 "psr-6"
6785 ],
6786 "time": "2016-08-06T20:24:11+00:00"
6787 },
6788 {
6789 "name": "psr/container",
6790 "version": "1.0.0",
6791 "source": {
6792 "type": "git",
6793 "url": "https://github.com/php-fig/container.git",
6794 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
6795 },
6796 "dist": {
6797 "type": "zip",
6798 "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
6799 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
6800 "shasum": ""
6801 },
6802 "require": {
6803 "php": ">=5.3.0"
6804 },
6805 "type": "library",
6806 "extra": {
6807 "branch-alias": {
6808 "dev-master": "1.0.x-dev"
6809 }
6810 },
6811 "autoload": {
6812 "psr-4": {
6813 "Psr\\Container\\": "src/"
6814 }
6815 },
6816 "notification-url": "https://packagist.org/downloads/",
6817 "license": [
6818 "MIT"
6819 ],
6820 "authors": [
6821 {
6822 "name": "PHP-FIG",
6823 "homepage": "http://www.php-fig.org/"
6824 }
6825 ],
6826 "description": "Common Container Interface (PHP FIG PSR-11)",
6827 "homepage": "https://github.com/php-fig/container",
6828 "keywords": [
6829 "PSR-11",
6830 "container",
6831 "container-interface",
6832 "container-interop",
6833 "psr"
6834 ],
6835 "time": "2017-02-14T16:28:37+00:00"
6836 },
6837 {
6838 "name": "psr/http-client",
6839 "version": "1.0.0",
6840 "source": {
6841 "type": "git",
6842 "url": "https://github.com/php-fig/http-client.git",
6843 "reference": "496a823ef742b632934724bf769560c2a5c7c44e"
6844 },
6845 "dist": {
6846 "type": "zip",
6847 "url": "https://api.github.com/repos/php-fig/http-client/zipball/496a823ef742b632934724bf769560c2a5c7c44e",
6848 "reference": "496a823ef742b632934724bf769560c2a5c7c44e",
6849 "shasum": ""
6850 },
6851 "require": {
6852 "php": "^7.0",
6853 "psr/http-message": "^1.0"
6854 },
6855 "type": "library",
6856 "extra": {
6857 "branch-alias": {
6858 "dev-master": "1.0.x-dev"
6859 }
6860 },
6861 "autoload": {
6862 "psr-4": {
6863 "Psr\\Http\\Client\\": "src/"
6864 }
6865 },
6866 "notification-url": "https://packagist.org/downloads/",
6867 "license": [
6868 "MIT"
6869 ],
6870 "authors": [
6871 {
6872 "name": "PHP-FIG",
6873 "homepage": "http://www.php-fig.org/"
6874 }
6875 ],
6876 "description": "Common interface for HTTP clients",
6877 "homepage": "https://github.com/php-fig/http-client",
6878 "keywords": [
6879 "http",
6880 "http-client",
6881 "psr",
6882 "psr-18"
6883 ],
6884 "time": "2018-10-30T23:29:13+00:00"
6885 },
6886 {
6887 "name": "psr/http-factory",
6888 "version": "1.0.1",
6889 "source": {
6890 "type": "git",
6891 "url": "https://github.com/php-fig/http-factory.git",
6892 "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
6893 },
6894 "dist": {
6895 "type": "zip",
6896 "url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
6897 "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
6898 "shasum": ""
6899 },
6900 "require": {
6901 "php": ">=7.0.0",
6902 "psr/http-message": "^1.0"
6903 },
6904 "type": "library",
6905 "extra": {
6906 "branch-alias": {
6907 "dev-master": "1.0.x-dev"
6908 }
6909 },
6910 "autoload": {
6911 "psr-4": {
6912 "Psr\\Http\\Message\\": "src/"
6913 }
6914 },
6915 "notification-url": "https://packagist.org/downloads/",
6916 "license": [
6917 "MIT"
6918 ],
6919 "authors": [
6920 {
6921 "name": "PHP-FIG",
6922 "homepage": "http://www.php-fig.org/"
6923 }
6924 ],
6925 "description": "Common interfaces for PSR-7 HTTP message factories",
6926 "keywords": [
6927 "factory",
6928 "http",
6929 "message",
6930 "psr",
6931 "psr-17",
6932 "psr-7",
6933 "request",
6934 "response"
6935 ],
6936 "time": "2019-04-30T12:38:16+00:00"
6937 },
6938 {
6939 "name": "psr/http-message",
6940 "version": "1.0.1",
6941 "source": {
6942 "type": "git",
6943 "url": "https://github.com/php-fig/http-message.git",
6944 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
6945 },
6946 "dist": {
6947 "type": "zip",
6948 "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
6949 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
6950 "shasum": ""
6951 },
6952 "require": {
6953 "php": ">=5.3.0"
6954 },
6955 "type": "library",
6956 "extra": {
6957 "branch-alias": {
6958 "dev-master": "1.0.x-dev"
6959 }
6960 },
6961 "autoload": {
6962 "psr-4": {
6963 "Psr\\Http\\Message\\": "src/"
6964 }
6965 },
6966 "notification-url": "https://packagist.org/downloads/",
6967 "license": [
6968 "MIT"
6969 ],
6970 "authors": [
6971 {
6972 "name": "PHP-FIG",
6973 "homepage": "http://www.php-fig.org/"
6974 }
6975 ],
6976 "description": "Common interface for HTTP messages",
6977 "homepage": "https://github.com/php-fig/http-message",
6978 "keywords": [
6979 "http",
6980 "http-message",
6981 "psr",
6982 "psr-7",
6983 "request",
6984 "response"
6985 ],
6986 "time": "2016-08-06T14:39:51+00:00"
6987 },
6988 {
6989 "name": "psr/link",
6990 "version": "1.0.0",
6991 "source": {
6992 "type": "git",
6993 "url": "https://github.com/php-fig/link.git",
6994 "reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562"
6995 },
6996 "dist": {
6997 "type": "zip",
6998 "url": "https://api.github.com/repos/php-fig/link/zipball/eea8e8662d5cd3ae4517c9b864493f59fca95562",
6999 "reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562",
7000 "shasum": ""
7001 },
7002 "require": {
7003 "php": ">=5.3.0"
7004 },
7005 "type": "library",
7006 "extra": {
7007 "branch-alias": {
7008 "dev-master": "1.0.x-dev"
7009 }
7010 },
7011 "autoload": {
7012 "psr-4": {
7013 "Psr\\Link\\": "src/"
7014 }
7015 },
7016 "notification-url": "https://packagist.org/downloads/",
7017 "license": [
7018 "MIT"
7019 ],
7020 "authors": [
7021 {
7022 "name": "PHP-FIG",
7023 "homepage": "http://www.php-fig.org/"
7024 }
7025 ],
7026 "description": "Common interfaces for HTTP links",
7027 "keywords": [
7028 "http",
7029 "http-link",
7030 "link",
7031 "psr",
7032 "psr-13",
7033 "rest"
7034 ],
7035 "time": "2016-10-28T16:06:13+00:00"
7036 },
7037 {
7038 "name": "psr/log",
7039 "version": "1.1.2",
7040 "source": {
7041 "type": "git",
7042 "url": "https://github.com/php-fig/log.git",
7043 "reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801"
7044 },
7045 "dist": {
7046 "type": "zip",
7047 "url": "https://api.github.com/repos/php-fig/log/zipball/446d54b4cb6bf489fc9d75f55843658e6f25d801",
7048 "reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801",
7049 "shasum": ""
7050 },
7051 "require": {
7052 "php": ">=5.3.0"
7053 },
7054 "type": "library",
7055 "extra": {
7056 "branch-alias": {
7057 "dev-master": "1.1.x-dev"
7058 }
7059 },
7060 "autoload": {
7061 "psr-4": {
7062 "Psr\\Log\\": "Psr/Log/"
7063 }
7064 },
7065 "notification-url": "https://packagist.org/downloads/",
7066 "license": [
7067 "MIT"
7068 ],
7069 "authors": [
7070 {
7071 "name": "PHP-FIG",
7072 "homepage": "http://www.php-fig.org/"
7073 }
7074 ],
7075 "description": "Common interface for logging libraries",
7076 "homepage": "https://github.com/php-fig/log",
7077 "keywords": [
7078 "log",
7079 "psr",
7080 "psr-3"
7081 ],
7082 "time": "2019-11-01T11:05:21+00:00"
7083 },
7084 {
7085 "name": "psr/simple-cache",
7086 "version": "1.0.1",
7087 "source": {
7088 "type": "git",
7089 "url": "https://github.com/php-fig/simple-cache.git",
7090 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
7091 },
7092 "dist": {
7093 "type": "zip",
7094 "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
7095 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
7096 "shasum": ""
7097 },
7098 "require": {
7099 "php": ">=5.3.0"
7100 },
7101 "type": "library",
7102 "extra": {
7103 "branch-alias": {
7104 "dev-master": "1.0.x-dev"
7105 }
7106 },
7107 "autoload": {
7108 "psr-4": {
7109 "Psr\\SimpleCache\\": "src/"
7110 }
7111 },
7112 "notification-url": "https://packagist.org/downloads/",
7113 "license": [
7114 "MIT"
7115 ],
7116 "authors": [
7117 {
7118 "name": "PHP-FIG",
7119 "homepage": "http://www.php-fig.org/"
7120 }
7121 ],
7122 "description": "Common interfaces for simple caching",
7123 "keywords": [
7124 "cache",
7125 "caching",
7126 "psr",
7127 "psr-16",
7128 "simple-cache"
7129 ],
7130 "time": "2017-10-23T01:57:42+00:00"
7131 },
7132 {
7133 "name": "ralouphie/getallheaders",
7134 "version": "3.0.3",
7135 "source": {
7136 "type": "git",
7137 "url": "https://github.com/ralouphie/getallheaders.git",
7138 "reference": "120b605dfeb996808c31b6477290a714d356e822"
7139 },
7140 "dist": {
7141 "type": "zip",
7142 "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
7143 "reference": "120b605dfeb996808c31b6477290a714d356e822",
7144 "shasum": ""
7145 },
7146 "require": {
7147 "php": ">=5.6"
7148 },
7149 "require-dev": {
7150 "php-coveralls/php-coveralls": "^2.1",
7151 "phpunit/phpunit": "^5 || ^6.5"
7152 },
7153 "type": "library",
7154 "autoload": {
7155 "files": [
7156 "src/getallheaders.php"
7157 ]
7158 },
7159 "notification-url": "https://packagist.org/downloads/",
7160 "license": [
7161 "MIT"
7162 ],
7163 "authors": [
7164 {
7165 "name": "Ralph Khattar",
7166 "email": "ralph.khattar@gmail.com"
7167 }
7168 ],
7169 "description": "A polyfill for getallheaders.",
7170 "time": "2019-03-08T08:55:37+00:00"
7171 },
7172 {
7173 "name": "ramsey/uuid",
7174 "version": "3.8.0",
7175 "source": {
7176 "type": "git",
7177 "url": "https://github.com/ramsey/uuid.git",
7178 "reference": "d09ea80159c1929d75b3f9c60504d613aeb4a1e3"
7179 },
7180 "dist": {
7181 "type": "zip",
7182 "url": "https://api.github.com/repos/ramsey/uuid/zipball/d09ea80159c1929d75b3f9c60504d613aeb4a1e3",
7183 "reference": "d09ea80159c1929d75b3f9c60504d613aeb4a1e3",
7184 "shasum": ""
7185 },
7186 "require": {
7187 "paragonie/random_compat": "^1.0|^2.0|9.99.99",
7188 "php": "^5.4 || ^7.0",
7189 "symfony/polyfill-ctype": "^1.8"
7190 },
7191 "replace": {
7192 "rhumsaa/uuid": "self.version"
7193 },
7194 "require-dev": {
7195 "codeception/aspect-mock": "^1.0 | ~2.0.0",
7196 "doctrine/annotations": "~1.2.0",
7197 "goaop/framework": "1.0.0-alpha.2 | ^1.0 | ~2.1.0",
7198 "ircmaxell/random-lib": "^1.1",
7199 "jakub-onderka/php-parallel-lint": "^0.9.0",
7200 "mockery/mockery": "^0.9.9",
7201 "moontoast/math": "^1.1",
7202 "php-mock/php-mock-phpunit": "^0.3|^1.1",
7203 "phpunit/phpunit": "^4.7|^5.0|^6.5",
7204 "squizlabs/php_codesniffer": "^2.3"
7205 },
7206 "suggest": {
7207 "ext-ctype": "Provides support for PHP Ctype functions",
7208 "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator",
7209 "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator",
7210 "ircmaxell/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
7211 "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).",
7212 "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid",
7213 "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
7214 },
7215 "type": "library",
7216 "extra": {
7217 "branch-alias": {
7218 "dev-master": "3.x-dev"
7219 }
7220 },
7221 "autoload": {
7222 "psr-4": {
7223 "Ramsey\\Uuid\\": "src/"
7224 }
7225 },
7226 "notification-url": "https://packagist.org/downloads/",
7227 "license": [
7228 "MIT"
7229 ],
7230 "authors": [
7231 {
7232 "name": "Marijn Huizendveld",
7233 "email": "marijn.huizendveld@gmail.com"
7234 },
7235 {
7236 "name": "Thibaud Fabre",
7237 "email": "thibaud@aztech.io"
7238 },
7239 {
7240 "name": "Ben Ramsey",
7241 "email": "ben@benramsey.com",
7242 "homepage": "https://benramsey.com"
7243 }
7244 ],
7245 "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
7246 "homepage": "https://github.com/ramsey/uuid",
7247 "keywords": [
7248 "guid",
7249 "identifier",
7250 "uuid"
7251 ],
7252 "time": "2018-07-19T23:38:55+00:00"
7253 },
7254 {
7255 "name": "react/promise",
7256 "version": "v2.7.1",
7257 "source": {
7258 "type": "git",
7259 "url": "https://github.com/reactphp/promise.git",
7260 "reference": "31ffa96f8d2ed0341a57848cbb84d88b89dd664d"
7261 },
7262 "dist": {
7263 "type": "zip",
7264 "url": "https://api.github.com/repos/reactphp/promise/zipball/31ffa96f8d2ed0341a57848cbb84d88b89dd664d",
7265 "reference": "31ffa96f8d2ed0341a57848cbb84d88b89dd664d",
7266 "shasum": ""
7267 },
7268 "require": {
7269 "php": ">=5.4.0"
7270 },
7271 "require-dev": {
7272 "phpunit/phpunit": "~4.8"
7273 },
7274 "type": "library",
7275 "autoload": {
7276 "psr-4": {
7277 "React\\Promise\\": "src/"
7278 },
7279 "files": [
7280 "src/functions_include.php"
7281 ]
7282 },
7283 "notification-url": "https://packagist.org/downloads/",
7284 "license": [
7285 "MIT"
7286 ],
7287 "authors": [
7288 {
7289 "name": "Jan Sorgalla",
7290 "email": "jsorgalla@gmail.com"
7291 }
7292 ],
7293 "description": "A lightweight implementation of CommonJS Promises/A for PHP",
7294 "keywords": [
7295 "promise",
7296 "promises"
7297 ],
7298 "time": "2019-01-07T21:25:54+00:00"
7299 },
7300 {
7301 "name": "scheb/two-factor-bundle",
7302 "version": "v4.10.0",
7303 "source": {
7304 "type": "git",
7305 "url": "https://github.com/scheb/two-factor-bundle.git",
7306 "reference": "5a7b9dc378f61e9da79fcb27447f218acbd76d46"
7307 },
7308 "dist": {
7309 "type": "zip",
7310 "url": "https://api.github.com/repos/scheb/two-factor-bundle/zipball/5a7b9dc378f61e9da79fcb27447f218acbd76d46",
7311 "reference": "5a7b9dc378f61e9da79fcb27447f218acbd76d46",
7312 "shasum": ""
7313 },
7314 "require": {
7315 "lcobucci/jwt": "^3.2",
7316 "paragonie/constant_time_encoding": "^2.2",
7317 "php": "^7.1.3",
7318 "spomky-labs/otphp": "^9.1|^10.0",
7319 "symfony/config": "^3.4|^4.0|^5.0",
7320 "symfony/dependency-injection": "^3.4|^4.0|^5.0",
7321 "symfony/event-dispatcher": "^3.4|^4.0|^5.0",
7322 "symfony/framework-bundle": "^3.4|^4.0|^5.0",
7323 "symfony/http-foundation": "^3.4|^4.0|^5.0",
7324 "symfony/http-kernel": "^3.4|^4.0|^5.0",
7325 "symfony/property-access": "^3.4|^4.0|^5.0",
7326 "symfony/security-bundle": "^3.4|^4.0|^5.0",
7327 "symfony/twig-bundle": "^3.4|^4.0|^5.0"
7328 },
7329 "require-dev": {
7330 "doctrine/lexer": "^1.0.1",
7331 "doctrine/orm": "^2.6",
7332 "escapestudios/symfony2-coding-standard": "^3.9",
7333 "phpunit/phpunit": "^7.0|^8.0",
7334 "squizlabs/php_codesniffer": "^3.5",
7335 "swiftmailer/swiftmailer": "^6.0",
7336 "symfony/yaml": "^3.4|^4.0|^5.0"
7337 },
7338 "type": "symfony-bundle",
7339 "autoload": {
7340 "psr-4": {
7341 "Scheb\\TwoFactorBundle\\": ""
7342 },
7343 "exclude-from-classmap": [
7344 "/Tests/"
7345 ]
7346 },
7347 "notification-url": "https://packagist.org/downloads/",
7348 "license": [
7349 "MIT"
7350 ],
7351 "authors": [
7352 {
7353 "name": "Christian Scheb",
7354 "email": "me@christianscheb.de"
7355 }
7356 ],
7357 "description": "Provides two-factor authentication for Symfony applications",
7358 "homepage": "https://github.com/scheb/two-factor-bundle",
7359 "keywords": [
7360 "Authentication",
7361 "security",
7362 "symfony",
7363 "two-factor",
7364 "two-step"
7365 ],
7366 "time": "2019-11-24T11:44:47+00:00"
7367 },
7368 {
7369 "name": "sensio/distribution-bundle",
7370 "version": "v5.0.25",
7371 "source": {
7372 "type": "git",
7373 "url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
7374 "reference": "80a38234bde8321fb92aa0b8c27978a272bb4baf"
7375 },
7376 "dist": {
7377 "type": "zip",
7378 "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/80a38234bde8321fb92aa0b8c27978a272bb4baf",
7379 "reference": "80a38234bde8321fb92aa0b8c27978a272bb4baf",
7380 "shasum": ""
7381 },
7382 "require": {
7383 "php": ">=5.3.9",
7384 "sensiolabs/security-checker": "~5.0|~6.0",
7385 "symfony/class-loader": "~2.3|~3.0",
7386 "symfony/config": "~2.3|~3.0",
7387 "symfony/dependency-injection": "~2.3|~3.0",
7388 "symfony/filesystem": "~2.3|~3.0",
7389 "symfony/http-kernel": "~2.3|~3.0",
7390 "symfony/process": "~2.3|~3.0"
7391 },
7392 "type": "symfony-bundle",
7393 "extra": {
7394 "branch-alias": {
7395 "dev-master": "5.0.x-dev"
7396 }
7397 },
7398 "autoload": {
7399 "psr-4": {
7400 "Sensio\\Bundle\\DistributionBundle\\": ""
7401 }
7402 },
7403 "notification-url": "https://packagist.org/downloads/",
7404 "license": [
7405 "MIT"
7406 ],
7407 "authors": [
7408 {
7409 "name": "Fabien Potencier",
7410 "email": "fabien@symfony.com"
7411 }
7412 ],
7413 "description": "Base bundle for Symfony Distributions",
7414 "keywords": [
7415 "configuration",
7416 "distribution"
7417 ],
7418 "time": "2019-06-18T15:43:58+00:00"
7419 },
7420 {
7421 "name": "sensio/framework-extra-bundle",
7422 "version": "v5.4.1",
7423 "source": {
7424 "type": "git",
7425 "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
7426 "reference": "585f4b3a1c54f24d1a8431c729fc8f5acca20c8a"
7427 },
7428 "dist": {
7429 "type": "zip",
7430 "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/585f4b3a1c54f24d1a8431c729fc8f5acca20c8a",
7431 "reference": "585f4b3a1c54f24d1a8431c729fc8f5acca20c8a",
7432 "shasum": ""
7433 },
7434 "require": {
7435 "doctrine/annotations": "^1.0",
7436 "doctrine/persistence": "^1.0",
7437 "php": ">=7.1.3",
7438 "symfony/config": "^3.4|^4.3",
7439 "symfony/dependency-injection": "^3.4|^4.3",
7440 "symfony/framework-bundle": "^3.4|^4.3",
7441 "symfony/http-kernel": "^3.4|^4.3"
7442 },
7443 "require-dev": {
7444 "doctrine/doctrine-bundle": "^1.6",
7445 "doctrine/orm": "^2.5",
7446 "nyholm/psr7": "^1.1",
7447 "symfony/browser-kit": "^3.4|^4.3",
7448 "symfony/dom-crawler": "^3.4|^4.3",
7449 "symfony/expression-language": "^3.4|^4.3",
7450 "symfony/finder": "^3.4|^4.3",
7451 "symfony/monolog-bridge": "^3.0|^4.0",
7452 "symfony/monolog-bundle": "^3.2",
7453 "symfony/phpunit-bridge": "^3.4.19|^4.1.8",
7454 "symfony/psr-http-message-bridge": "^1.1",
7455 "symfony/security-bundle": "^3.4|^4.3",
7456 "symfony/twig-bundle": "^3.4|^4.3",
7457 "symfony/yaml": "^3.4|^4.3",
7458 "twig/twig": "~1.12|~2.0"
7459 },
7460 "suggest": {
7461 "symfony/expression-language": "",
7462 "symfony/psr-http-message-bridge": "To use the PSR-7 converters",
7463 "symfony/security-bundle": ""
7464 },
7465 "type": "symfony-bundle",
7466 "extra": {
7467 "branch-alias": {
7468 "dev-master": "5.4.x-dev"
7469 }
7470 },
7471 "autoload": {
7472 "psr-4": {
7473 "Sensio\\Bundle\\FrameworkExtraBundle\\": ""
7474 }
7475 },
7476 "notification-url": "https://packagist.org/downloads/",
7477 "license": [
7478 "MIT"
7479 ],
7480 "authors": [
7481 {
7482 "name": "Fabien Potencier",
7483 "email": "fabien@symfony.com"
7484 }
7485 ],
7486 "description": "This bundle provides a way to configure your controllers with annotations",
7487 "keywords": [
7488 "annotations",
7489 "controllers"
7490 ],
7491 "time": "2019-07-08T08:31:25+00:00"
7492 },
7493 {
7494 "name": "sensiolabs/security-checker",
7495 "version": "v6.0.3",
7496 "source": {
7497 "type": "git",
7498 "url": "https://github.com/sensiolabs/security-checker.git",
7499 "reference": "a576c01520d9761901f269c4934ba55448be4a54"
7500 },
7501 "dist": {
7502 "type": "zip",
7503 "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/a576c01520d9761901f269c4934ba55448be4a54",
7504 "reference": "a576c01520d9761901f269c4934ba55448be4a54",
7505 "shasum": ""
7506 },
7507 "require": {
7508 "php": ">=7.1.3",
7509 "symfony/console": "^2.8|^3.4|^4.2|^5.0",
7510 "symfony/http-client": "^4.3|^5.0",
7511 "symfony/mime": "^4.3|^5.0",
7512 "symfony/polyfill-ctype": "^1.11"
7513 },
7514 "bin": [
7515 "security-checker"
7516 ],
7517 "type": "library",
7518 "extra": {
7519 "branch-alias": {
7520 "dev-master": "6.0-dev"
7521 }
7522 },
7523 "autoload": {
7524 "psr-4": {
7525 "SensioLabs\\Security\\": "SensioLabs/Security"
7526 }
7527 },
7528 "notification-url": "https://packagist.org/downloads/",
7529 "license": [
7530 "MIT"
7531 ],
7532 "authors": [
7533 {
7534 "name": "Fabien Potencier",
7535 "email": "fabien.potencier@gmail.com"
7536 }
7537 ],
7538 "description": "A security checker for your composer.lock",
7539 "time": "2019-11-01T13:20:14+00:00"
7540 },
7541 {
7542 "name": "sentry/sdk",
7543 "version": "2.0.4",
7544 "source": {
7545 "type": "git",
7546 "url": "https://github.com/getsentry/sentry-php-sdk.git",
7547 "reference": "4c115873c86ad5bd0ac6d962db70ca53bf8fb874"
7548 },
7549 "dist": {
7550 "type": "zip",
7551 "url": "https://api.github.com/repos/getsentry/sentry-php-sdk/zipball/4c115873c86ad5bd0ac6d962db70ca53bf8fb874",
7552 "reference": "4c115873c86ad5bd0ac6d962db70ca53bf8fb874",
7553 "shasum": ""
7554 },
7555 "require": {
7556 "http-interop/http-factory-guzzle": "^1.0",
7557 "php-http/curl-client": "^1.0|^2.0",
7558 "sentry/sentry": "^2.1.3"
7559 },
7560 "type": "metapackage",
7561 "notification-url": "https://packagist.org/downloads/",
7562 "license": [
7563 "MIT"
7564 ],
7565 "authors": [
7566 {
7567 "name": "Sentry",
7568 "email": "accounts@sentry.io"
7569 }
7570 ],
7571 "description": "This is a metapackage shipping sentry/sentry with a recommended http client.",
7572 "time": "2019-09-09T19:54:44+00:00"
7573 },
7574 {
7575 "name": "sentry/sentry",
7576 "version": "2.2.4",
7577 "source": {
7578 "type": "git",
7579 "url": "https://github.com/getsentry/sentry-php.git",
7580 "reference": "a74999536b9119257cb1a4b1aa038e4a08439f67"
7581 },
7582 "dist": {
7583 "type": "zip",
7584 "url": "https://api.github.com/repos/getsentry/sentry-php/zipball/a74999536b9119257cb1a4b1aa038e4a08439f67",
7585 "reference": "a74999536b9119257cb1a4b1aa038e4a08439f67",
7586 "shasum": ""
7587 },
7588 "require": {
7589 "ext-json": "*",
7590 "ext-mbstring": "*",
7591 "guzzlehttp/promises": "^1.3",
7592 "jean85/pretty-package-versions": "^1.2",
7593 "php": "^7.1",
7594 "php-http/async-client-implementation": "^1.0",
7595 "php-http/client-common": "^1.5|^2.0",
7596 "php-http/discovery": "^1.6.1",
7597 "php-http/httplug": "^1.1|^2.0",
7598 "php-http/message": "^1.5",
7599 "psr/http-message-implementation": "^1.0",
7600 "ramsey/uuid": "^3.3",
7601 "symfony/options-resolver": "^2.7|^3.0|^4.0",
7602 "zendframework/zend-diactoros": "^1.4|^2.0"
7603 },
7604 "conflict": {
7605 "php-http/client-common": "1.8.0",
7606 "raven/raven": "*"
7607 },
7608 "require-dev": {
7609 "friendsofphp/php-cs-fixer": "^2.13",
7610 "monolog/monolog": "^1.3|^2.0",
7611 "php-http/mock-client": "^1.0",
7612 "phpstan/extension-installer": "^1.0",
7613 "phpstan/phpstan": "^0.11",
7614 "phpstan/phpstan-phpunit": "^0.11",
7615 "phpunit/phpunit": "^7.5",
7616 "symfony/phpunit-bridge": "^4.3",
7617 "vimeo/psalm": "^3.4"
7618 },
7619 "suggest": {
7620 "monolog/monolog": "Allow sending log messages to Sentry by using the included Monolog handler."
7621 },
7622 "type": "library",
7623 "extra": {
7624 "branch-alias": {
7625 "dev-develop": "2.2-dev"
7626 }
7627 },
7628 "autoload": {
7629 "files": [
7630 "src/functions.php"
7631 ],
7632 "psr-4": {
7633 "Sentry\\": "src/"
7634 }
7635 },
7636 "notification-url": "https://packagist.org/downloads/",
7637 "license": [
7638 "BSD-3-Clause"
7639 ],
7640 "authors": [
7641 {
7642 "name": "Sentry",
7643 "email": "accounts@sentry.io"
7644 }
7645 ],
7646 "description": "A PHP SDK for Sentry (http://sentry.io)",
7647 "homepage": "http://sentry.io",
7648 "keywords": [
7649 "crash-reporting",
7650 "crash-reports",
7651 "error-handler",
7652 "error-monitoring",
7653 "log",
7654 "logging",
7655 "sentry"
7656 ],
7657 "time": "2019-11-04T10:30:51+00:00"
7658 },
7659 {
7660 "name": "sentry/sentry-symfony",
7661 "version": "3.2.0",
7662 "source": {
7663 "type": "git",
7664 "url": "https://github.com/getsentry/sentry-symfony.git",
7665 "reference": "62d5c9d280044283d898d262bdae4062d02039bc"
7666 },
7667 "dist": {
7668 "type": "zip",
7669 "url": "https://api.github.com/repos/getsentry/sentry-symfony/zipball/62d5c9d280044283d898d262bdae4062d02039bc",
7670 "reference": "62d5c9d280044283d898d262bdae4062d02039bc",
7671 "shasum": ""
7672 },
7673 "require": {
7674 "jean85/pretty-package-versions": "^1.0",
7675 "php": "^7.1",
7676 "sentry/sdk": "^2.0",
7677 "symfony/config": "^2.8||^3.0||^4.0",
7678 "symfony/console": "^2.8||^3.0||^4.0",
7679 "symfony/dependency-injection": "^2.8||^3.0||^4.0",
7680 "symfony/event-dispatcher": "^2.8||^3.0||^4.0",
7681 "symfony/http-kernel": "^2.8||^3.0||^4.0",
7682 "symfony/security-core": "^2.8||^3.0||^4.0"
7683 },
7684 "require-dev": {
7685 "friendsofphp/php-cs-fixer": "^2.8",
7686 "jangregor/phpstan-prophecy": "^0.3.0",
7687 "monolog/monolog": "^1.11||^2.0",
7688 "php-http/mock-client": "^1.0",
7689 "phpstan/phpstan": "^0.11",
7690 "phpstan/phpstan-phpunit": "^0.11",
7691 "phpunit/phpunit": "^7.5",
7692 "scrutinizer/ocular": "^1.4",
7693 "symfony/expression-language": "^2.8||^3.0||^4.0"
7694 },
7695 "suggest": {
7696 "monolog/monolog": "Required to use the Monolog handler"
7697 },
7698 "type": "symfony-bundle",
7699 "extra": {
7700 "branch-alias": {
7701 "master": "3.x-dev",
7702 "releases/2.x": "2.x-dev",
7703 "releases/1.x": "1.x-dev"
7704 }
7705 },
7706 "autoload": {
7707 "psr-4": {
7708 "Sentry\\SentryBundle\\": "src/"
7709 }
7710 },
7711 "notification-url": "https://packagist.org/downloads/",
7712 "license": [
7713 "Apache-2.0"
7714 ],
7715 "authors": [
7716 {
7717 "name": "David Cramer",
7718 "email": "dcramer@gmail.com"
7719 },
7720 {
7721 "name": "Alessandro Lai",
7722 "email": "alessandro.lai85@gmail.com"
7723 }
7724 ],
7725 "description": "Symfony integration for Sentry (http://getsentry.com)",
7726 "homepage": "http://getsentry.com",
7727 "keywords": [
7728 "errors",
7729 "logging",
7730 "sentry",
7731 "symfony"
7732 ],
7733 "time": "2019-10-04T13:26:24+00:00"
7734 },
7735 {
7736 "name": "simplepie/simplepie",
7737 "version": "1.5.3",
7738 "source": {
7739 "type": "git",
7740 "url": "https://github.com/simplepie/simplepie.git",
7741 "reference": "173663382a9346acd53df60c7ffb20689c9cf1f6"
7742 },
7743 "dist": {
7744 "type": "zip",
7745 "url": "https://api.github.com/repos/simplepie/simplepie/zipball/173663382a9346acd53df60c7ffb20689c9cf1f6",
7746 "reference": "173663382a9346acd53df60c7ffb20689c9cf1f6",
7747 "shasum": ""
7748 },
7749 "require": {
7750 "ext-pcre": "*",
7751 "ext-xml": "*",
7752 "ext-xmlreader": "*",
7753 "php": ">=5.6.0"
7754 },
7755 "require-dev": {
7756 "phpunit/phpunit": "~5.4.3 || ~6.5"
7757 },
7758 "suggest": {
7759 "ext-curl": "",
7760 "ext-iconv": "",
7761 "ext-intl": "",
7762 "ext-mbstring": "",
7763 "mf2/mf2": "Microformat module that allows for parsing HTML for microformats"
7764 },
7765 "type": "library",
7766 "autoload": {
7767 "psr-0": {
7768 "SimplePie": "library"
7769 }
7770 },
7771 "notification-url": "https://packagist.org/downloads/",
7772 "license": [
7773 "BSD-3-Clause"
7774 ],
7775 "authors": [
7776 {
7777 "name": "Ryan Parman",
7778 "homepage": "http://ryanparman.com/",
7779 "role": "Creator, alumnus developer"
7780 },
7781 {
7782 "name": "Geoffrey Sneddon",
7783 "homepage": "http://gsnedders.com/",
7784 "role": "Alumnus developer"
7785 },
7786 {
7787 "name": "Ryan McCue",
7788 "email": "me@ryanmccue.info",
7789 "homepage": "http://ryanmccue.info/",
7790 "role": "Developer"
7791 }
7792 ],
7793 "description": "A simple Atom/RSS parsing library for PHP",
7794 "homepage": "http://simplepie.org/",
7795 "keywords": [
7796 "atom",
7797 "feeds",
7798 "rss"
7799 ],
7800 "time": "2019-09-22T23:21:30+00:00"
7801 },
7802 {
7803 "name": "smalot/pdfparser",
7804 "version": "v0.14.0",
7805 "source": {
7806 "type": "git",
7807 "url": "https://github.com/smalot/pdfparser.git",
7808 "reference": "ec72a99028ba5e21a0acad92047b85e128cbf81f"
7809 },
7810 "dist": {
7811 "type": "zip",
7812 "url": "https://api.github.com/repos/smalot/pdfparser/zipball/ec72a99028ba5e21a0acad92047b85e128cbf81f",
7813 "reference": "ec72a99028ba5e21a0acad92047b85e128cbf81f",
7814 "shasum": ""
7815 },
7816 "require": {
7817 "ext-mbstring": "*",
7818 "ext-zlib": "*",
7819 "php": ">=5.3.0",
7820 "tecnickcom/tcpdf": "~6.0"
7821 },
7822 "require-dev": {
7823 "atoum/atoum": "^2.8 | ^3.0"
7824 },
7825 "type": "library",
7826 "autoload": {
7827 "psr-0": {
7828 "Smalot\\PdfParser\\": "src/"
7829 }
7830 },
7831 "notification-url": "https://packagist.org/downloads/",
7832 "license": [
7833 "LGPL-3.0"
7834 ],
7835 "authors": [
7836 {
7837 "name": "Sebastien Malot",
7838 "email": "sebastien@malot.fr"
7839 }
7840 ],
7841 "description": "Pdf parser library. Can read and extract information from pdf file.",
7842 "homepage": "http://www.pdfparser.org",
7843 "keywords": [
7844 "extract",
7845 "parse",
7846 "parser",
7847 "pdf",
7848 "text"
7849 ],
7850 "time": "2019-01-23T09:14:37+00:00"
7851 },
7852 {
7853 "name": "spomky-labs/otphp",
7854 "version": "v9.1.4",
7855 "source": {
7856 "type": "git",
7857 "url": "https://github.com/Spomky-Labs/otphp.git",
7858 "reference": "48d463cf909320399fe08eab2e1cd18d899d5068"
7859 },
7860 "dist": {
7861 "type": "zip",
7862 "url": "https://api.github.com/repos/Spomky-Labs/otphp/zipball/48d463cf909320399fe08eab2e1cd18d899d5068",
7863 "reference": "48d463cf909320399fe08eab2e1cd18d899d5068",
7864 "shasum": ""
7865 },
7866 "require": {
7867 "beberlei/assert": "^2.4|^3.0",
7868 "paragonie/constant_time_encoding": "^2.0",
7869 "php": "^7.1"
7870 },
7871 "require-dev": {
7872 "phpunit/phpunit": "^6.0",
7873 "satooshi/php-coveralls": "^1.0"
7874 },
7875 "type": "library",
7876 "extra": {
7877 "branch-alias": {
7878 "dev-master": "9.0.x-dev"
7879 }
7880 },
7881 "autoload": {
7882 "psr-4": {
7883 "OTPHP\\": "src/"
7884 }
7885 },
7886 "notification-url": "https://packagist.org/downloads/",
7887 "license": [
7888 "MIT"
7889 ],
7890 "authors": [
7891 {
7892 "name": "Florent Morselli",
7893 "homepage": "https://github.com/Spomky"
7894 },
7895 {
7896 "name": "All contributors",
7897 "homepage": "https://github.com/Spomky-Labs/otphp/contributors"
7898 }
7899 ],
7900 "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",
7901 "homepage": "https://github.com/Spomky-Labs/otphp",
7902 "keywords": [
7903 "FreeOTP",
7904 "RFC 4226",
7905 "RFC 6238",
7906 "google authenticator",
7907 "hotp",
7908 "otp",
7909 "totp"
7910 ],
7911 "time": "2019-03-18T10:08:51+00:00"
7912 },
7913 {
7914 "name": "stof/doctrine-extensions-bundle",
7915 "version": "v1.3.0",
7916 "source": {
7917 "type": "git",
7918 "url": "https://github.com/stof/StofDoctrineExtensionsBundle.git",
7919 "reference": "46db71ec7ffee9122eca3cdddd4ef8d84bae269c"
7920 },
7921 "dist": {
7922 "type": "zip",
7923 "url": "https://api.github.com/repos/stof/StofDoctrineExtensionsBundle/zipball/46db71ec7ffee9122eca3cdddd4ef8d84bae269c",
7924 "reference": "46db71ec7ffee9122eca3cdddd4ef8d84bae269c",
7925 "shasum": ""
7926 },
7927 "require": {
7928 "gedmo/doctrine-extensions": "^2.3.4",
7929 "php": ">=5.3.2",
7930 "symfony/framework-bundle": "~2.7|~3.2|~4.0"
7931 },
7932 "require-dev": {
7933 "symfony/phpunit-bridge": "^4.0",
7934 "symfony/security-bundle": "^2.7 || ^3.2 || ^4.0"
7935 },
7936 "suggest": {
7937 "doctrine/doctrine-bundle": "to use the ORM extensions",
7938 "doctrine/mongodb-odm-bundle": "to use the MongoDB ODM extensions"
7939 },
7940 "type": "symfony-bundle",
7941 "extra": {
7942 "branch-alias": {
7943 "dev-master": "1.3.x-dev"
7944 }
7945 },
7946 "autoload": {
7947 "psr-4": {
7948 "Stof\\DoctrineExtensionsBundle\\": ""
7949 }
7950 },
7951 "notification-url": "https://packagist.org/downloads/",
7952 "license": [
7953 "MIT"
7954 ],
7955 "authors": [
7956 {
7957 "name": "Christophe Coevoet",
7958 "email": "stof@notk.org"
7959 }
7960 ],
7961 "description": "Integration of the gedmo/doctrine-extensions with Symfony2",
7962 "homepage": "https://github.com/stof/StofDoctrineExtensionsBundle",
7963 "keywords": [
7964 "behaviors",
7965 "doctrine2",
7966 "extensions",
7967 "gedmo",
7968 "loggable",
7969 "nestedset",
7970 "sluggable",
7971 "sortable",
7972 "timestampable",
7973 "translatable",
7974 "tree"
7975 ],
7976 "time": "2017-12-24T16:06:50+00:00"
7977 },
7978 {
7979 "name": "swiftmailer/swiftmailer",
7980 "version": "v6.2.3",
7981 "source": {
7982 "type": "git",
7983 "url": "https://github.com/swiftmailer/swiftmailer.git",
7984 "reference": "149cfdf118b169f7840bbe3ef0d4bc795d1780c9"
7985 },
7986 "dist": {
7987 "type": "zip",
7988 "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/149cfdf118b169f7840bbe3ef0d4bc795d1780c9",
7989 "reference": "149cfdf118b169f7840bbe3ef0d4bc795d1780c9",
7990 "shasum": ""
7991 },
7992 "require": {
7993 "egulias/email-validator": "~2.0",
7994 "php": ">=7.0.0",
7995 "symfony/polyfill-iconv": "^1.0",
7996 "symfony/polyfill-intl-idn": "^1.10",
7997 "symfony/polyfill-mbstring": "^1.0"
7998 },
7999 "require-dev": {
8000 "mockery/mockery": "~0.9.1",
8001 "symfony/phpunit-bridge": "^3.4.19|^4.1.8"
8002 },
8003 "suggest": {
8004 "ext-intl": "Needed to support internationalized email addresses",
8005 "true/punycode": "Needed to support internationalized email addresses, if ext-intl is not installed"
8006 },
8007 "type": "library",
8008 "extra": {
8009 "branch-alias": {
8010 "dev-master": "6.2-dev"
8011 }
8012 },
8013 "autoload": {
8014 "files": [
8015 "lib/swift_required.php"
8016 ]
8017 },
8018 "notification-url": "https://packagist.org/downloads/",
8019 "license": [
8020 "MIT"
8021 ],
8022 "authors": [
8023 {
8024 "name": "Chris Corbyn"
8025 },
8026 {
8027 "name": "Fabien Potencier",
8028 "email": "fabien@symfony.com"
8029 }
8030 ],
8031 "description": "Swiftmailer, free feature-rich PHP mailer",
8032 "homepage": "https://swiftmailer.symfony.com",
8033 "keywords": [
8034 "email",
8035 "mail",
8036 "mailer"
8037 ],
8038 "time": "2019-11-12T09:31:26+00:00"
8039 },
8040 {
8041 "name": "symfony/http-client",
8042 "version": "v4.3.8",
8043 "source": {
8044 "type": "git",
8045 "url": "https://github.com/symfony/http-client.git",
8046 "reference": "ae3a9cd491f1aadb5583f34a6bda5cca34081ce8"
8047 },
8048 "dist": {
8049 "type": "zip",
8050 "url": "https://api.github.com/repos/symfony/http-client/zipball/ae3a9cd491f1aadb5583f34a6bda5cca34081ce8",
8051 "reference": "ae3a9cd491f1aadb5583f34a6bda5cca34081ce8",
8052 "shasum": ""
8053 },
8054 "require": {
8055 "php": "^7.1.3",
8056 "psr/log": "^1.0",
8057 "symfony/http-client-contracts": "^1.1.7",
8058 "symfony/polyfill-php73": "^1.11"
8059 },
8060 "provide": {
8061 "psr/http-client-implementation": "1.0",
8062 "symfony/http-client-implementation": "1.1"
8063 },
8064 "require-dev": {
8065 "nyholm/psr7": "^1.0",
8066 "psr/http-client": "^1.0",
8067 "symfony/http-kernel": "^4.3",
8068 "symfony/process": "^4.2"
8069 },
8070 "type": "library",
8071 "extra": {
8072 "branch-alias": {
8073 "dev-master": "4.3-dev"
8074 }
8075 },
8076 "autoload": {
8077 "psr-4": {
8078 "Symfony\\Component\\HttpClient\\": ""
8079 },
8080 "exclude-from-classmap": [
8081 "/Tests/"
8082 ]
8083 },
8084 "notification-url": "https://packagist.org/downloads/",
8085 "license": [
8086 "MIT"
8087 ],
8088 "authors": [
8089 {
8090 "name": "Nicolas Grekas",
8091 "email": "p@tchwork.com"
8092 },
8093 {
8094 "name": "Symfony Community",
8095 "homepage": "https://symfony.com/contributors"
8096 }
8097 ],
8098 "description": "Symfony HttpClient component",
8099 "homepage": "https://symfony.com",
8100 "time": "2019-11-08T08:23:45+00:00"
8101 },
8102 {
8103 "name": "symfony/http-client-contracts",
8104 "version": "v1.1.8",
8105 "source": {
8106 "type": "git",
8107 "url": "https://github.com/symfony/http-client-contracts.git",
8108 "reference": "088bae75cfa2ec5eb6d33dce17dbd8613150ce6e"
8109 },
8110 "dist": {
8111 "type": "zip",
8112 "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/088bae75cfa2ec5eb6d33dce17dbd8613150ce6e",
8113 "reference": "088bae75cfa2ec5eb6d33dce17dbd8613150ce6e",
8114 "shasum": ""
8115 },
8116 "require": {
8117 "php": "^7.1.3"
8118 },
8119 "suggest": {
8120 "symfony/http-client-implementation": ""
8121 },
8122 "type": "library",
8123 "extra": {
8124 "branch-alias": {
8125 "dev-master": "1.1-dev"
8126 }
8127 },
8128 "autoload": {
8129 "psr-4": {
8130 "Symfony\\Contracts\\HttpClient\\": ""
8131 }
8132 },
8133 "notification-url": "https://packagist.org/downloads/",
8134 "license": [
8135 "MIT"
8136 ],
8137 "authors": [
8138 {
8139 "name": "Nicolas Grekas",
8140 "email": "p@tchwork.com"
8141 },
8142 {
8143 "name": "Symfony Community",
8144 "homepage": "https://symfony.com/contributors"
8145 }
8146 ],
8147 "description": "Generic abstractions related to HTTP clients",
8148 "homepage": "https://symfony.com",
8149 "keywords": [
8150 "abstractions",
8151 "contracts",
8152 "decoupling",
8153 "interfaces",
8154 "interoperability",
8155 "standards"
8156 ],
8157 "time": "2019-11-07T12:44:51+00:00"
8158 },
8159 {
8160 "name": "symfony/mime",
8161 "version": "v4.4.0",
8162 "source": {
8163 "type": "git",
8164 "url": "https://github.com/symfony/mime.git",
8165 "reference": "89da7b68b7149aab065c09b97f938753ab52831f"
8166 },
8167 "dist": {
8168 "type": "zip",
8169 "url": "https://api.github.com/repos/symfony/mime/zipball/89da7b68b7149aab065c09b97f938753ab52831f",
8170 "reference": "89da7b68b7149aab065c09b97f938753ab52831f",
8171 "shasum": ""
8172 },
8173 "require": {
8174 "php": "^7.1.3",
8175 "symfony/polyfill-intl-idn": "^1.10",
8176 "symfony/polyfill-mbstring": "^1.0"
8177 },
8178 "conflict": {
8179 "symfony/mailer": "<4.4"
8180 },
8181 "require-dev": {
8182 "egulias/email-validator": "^2.1.10",
8183 "symfony/dependency-injection": "^3.4|^4.1|^5.0"
8184 },
8185 "type": "library",
8186 "extra": {
8187 "branch-alias": {
8188 "dev-master": "4.4-dev"
8189 }
8190 },
8191 "autoload": {
8192 "psr-4": {
8193 "Symfony\\Component\\Mime\\": ""
8194 },
8195 "exclude-from-classmap": [
8196 "/Tests/"
8197 ]
8198 },
8199 "notification-url": "https://packagist.org/downloads/",
8200 "license": [
8201 "MIT"
8202 ],
8203 "authors": [
8204 {
8205 "name": "Fabien Potencier",
8206 "email": "fabien@symfony.com"
8207 },
8208 {
8209 "name": "Symfony Community",
8210 "homepage": "https://symfony.com/contributors"
8211 }
8212 ],
8213 "description": "A library to manipulate MIME messages",
8214 "homepage": "https://symfony.com",
8215 "keywords": [
8216 "mime",
8217 "mime-type"
8218 ],
8219 "time": "2019-11-13T07:39:40+00:00"
8220 },
8221 {
8222 "name": "symfony/monolog-bundle",
8223 "version": "v3.5.0",
8224 "source": {
8225 "type": "git",
8226 "url": "https://github.com/symfony/monolog-bundle.git",
8227 "reference": "dd80460fcfe1fa2050a7103ad818e9d0686ce6fd"
8228 },
8229 "dist": {
8230 "type": "zip",
8231 "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/dd80460fcfe1fa2050a7103ad818e9d0686ce6fd",
8232 "reference": "dd80460fcfe1fa2050a7103ad818e9d0686ce6fd",
8233 "shasum": ""
8234 },
8235 "require": {
8236 "monolog/monolog": "~1.22 || ~2.0",
8237 "php": ">=5.6",
8238 "symfony/config": "~3.4 || ~4.0 || ^5.0",
8239 "symfony/dependency-injection": "~3.4.10 || ^4.0.10 || ^5.0",
8240 "symfony/http-kernel": "~3.4 || ~4.0 || ^5.0",
8241 "symfony/monolog-bridge": "~3.4 || ~4.0 || ^5.0"
8242 },
8243 "require-dev": {
8244 "symfony/console": "~3.4 || ~4.0 || ^5.0",
8245 "symfony/phpunit-bridge": "^3.4.19 || ^4.0 || ^5.0",
8246 "symfony/yaml": "~3.4 || ~4.0 || ^5.0"
8247 },
8248 "type": "symfony-bundle",
8249 "extra": {
8250 "branch-alias": {
8251 "dev-master": "3.x-dev"
8252 }
8253 },
8254 "autoload": {
8255 "psr-4": {
8256 "Symfony\\Bundle\\MonologBundle\\": ""
8257 },
8258 "exclude-from-classmap": [
8259 "/Tests/"
8260 ]
8261 },
8262 "notification-url": "https://packagist.org/downloads/",
8263 "license": [
8264 "MIT"
8265 ],
8266 "authors": [
8267 {
8268 "name": "Fabien Potencier",
8269 "email": "fabien@symfony.com"
8270 },
8271 {
8272 "name": "Symfony Community",
8273 "homepage": "http://symfony.com/contributors"
8274 }
8275 ],
8276 "description": "Symfony MonologBundle",
8277 "homepage": "http://symfony.com",
8278 "keywords": [
8279 "log",
8280 "logging"
8281 ],
8282 "time": "2019-11-13T13:11:14+00:00"
8283 },
8284 {
8285 "name": "symfony/polyfill-apcu",
8286 "version": "v1.13.1",
8287 "source": {
8288 "type": "git",
8289 "url": "https://github.com/symfony/polyfill-apcu.git",
8290 "reference": "a8e961c841b9ec52927a87914f8820a1ad8f8116"
8291 },
8292 "dist": {
8293 "type": "zip",
8294 "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/a8e961c841b9ec52927a87914f8820a1ad8f8116",
8295 "reference": "a8e961c841b9ec52927a87914f8820a1ad8f8116",
8296 "shasum": ""
8297 },
8298 "require": {
8299 "php": ">=5.3.3"
8300 },
8301 "type": "library",
8302 "extra": {
8303 "branch-alias": {
8304 "dev-master": "1.13-dev"
8305 }
8306 },
8307 "autoload": {
8308 "psr-4": {
8309 "Symfony\\Polyfill\\Apcu\\": ""
8310 },
8311 "files": [
8312 "bootstrap.php"
8313 ]
8314 },
8315 "notification-url": "https://packagist.org/downloads/",
8316 "license": [
8317 "MIT"
8318 ],
8319 "authors": [
8320 {
8321 "name": "Nicolas Grekas",
8322 "email": "p@tchwork.com"
8323 },
8324 {
8325 "name": "Symfony Community",
8326 "homepage": "https://symfony.com/contributors"
8327 }
8328 ],
8329 "description": "Symfony polyfill backporting apcu_* functions to lower PHP versions",
8330 "homepage": "https://symfony.com",
8331 "keywords": [
8332 "apcu",
8333 "compatibility",
8334 "polyfill",
8335 "portable",
8336 "shim"
8337 ],
8338 "time": "2019-11-27T13:56:44+00:00"
8339 },
8340 {
8341 "name": "symfony/polyfill-ctype",
8342 "version": "v1.13.1",
8343 "source": {
8344 "type": "git",
8345 "url": "https://github.com/symfony/polyfill-ctype.git",
8346 "reference": "f8f0b461be3385e56d6de3dbb5a0df24c0c275e3"
8347 },
8348 "dist": {
8349 "type": "zip",
8350 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/f8f0b461be3385e56d6de3dbb5a0df24c0c275e3",
8351 "reference": "f8f0b461be3385e56d6de3dbb5a0df24c0c275e3",
8352 "shasum": ""
8353 },
8354 "require": {
8355 "php": ">=5.3.3"
8356 },
8357 "suggest": {
8358 "ext-ctype": "For best performance"
8359 },
8360 "type": "library",
8361 "extra": {
8362 "branch-alias": {
8363 "dev-master": "1.13-dev"
8364 }
8365 },
8366 "autoload": {
8367 "psr-4": {
8368 "Symfony\\Polyfill\\Ctype\\": ""
8369 },
8370 "files": [
8371 "bootstrap.php"
8372 ]
8373 },
8374 "notification-url": "https://packagist.org/downloads/",
8375 "license": [
8376 "MIT"
8377 ],
8378 "authors": [
8379 {
8380 "name": "Gert de Pagter",
8381 "email": "BackEndTea@gmail.com"
8382 },
8383 {
8384 "name": "Symfony Community",
8385 "homepage": "https://symfony.com/contributors"
8386 }
8387 ],
8388 "description": "Symfony polyfill for ctype functions",
8389 "homepage": "https://symfony.com",
8390 "keywords": [
8391 "compatibility",
8392 "ctype",
8393 "polyfill",
8394 "portable"
8395 ],
8396 "time": "2019-11-27T13:56:44+00:00"
8397 },
8398 {
8399 "name": "symfony/polyfill-iconv",
8400 "version": "v1.12.0",
8401 "source": {
8402 "type": "git",
8403 "url": "https://github.com/symfony/polyfill-iconv.git",
8404 "reference": "685968b11e61a347c18bf25db32effa478be610f"
8405 },
8406 "dist": {
8407 "type": "zip",
8408 "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/685968b11e61a347c18bf25db32effa478be610f",
8409 "reference": "685968b11e61a347c18bf25db32effa478be610f",
8410 "shasum": ""
8411 },
8412 "require": {
8413 "php": ">=5.3.3"
8414 },
8415 "suggest": {
8416 "ext-iconv": "For best performance"
8417 },
8418 "type": "library",
8419 "extra": {
8420 "branch-alias": {
8421 "dev-master": "1.12-dev"
8422 }
8423 },
8424 "autoload": {
8425 "psr-4": {
8426 "Symfony\\Polyfill\\Iconv\\": ""
8427 },
8428 "files": [
8429 "bootstrap.php"
8430 ]
8431 },
8432 "notification-url": "https://packagist.org/downloads/",
8433 "license": [
8434 "MIT"
8435 ],
8436 "authors": [
8437 {
8438 "name": "Nicolas Grekas",
8439 "email": "p@tchwork.com"
8440 },
8441 {
8442 "name": "Symfony Community",
8443 "homepage": "https://symfony.com/contributors"
8444 }
8445 ],
8446 "description": "Symfony polyfill for the Iconv extension",
8447 "homepage": "https://symfony.com",
8448 "keywords": [
8449 "compatibility",
8450 "iconv",
8451 "polyfill",
8452 "portable",
8453 "shim"
8454 ],
8455 "time": "2019-08-06T08:03:45+00:00"
8456 },
8457 {
8458 "name": "symfony/polyfill-intl-icu",
8459 "version": "v1.13.1",
8460 "source": {
8461 "type": "git",
8462 "url": "https://github.com/symfony/polyfill-intl-icu.git",
8463 "reference": "b3dffd68afa61ca70f2327f2dd9bbeb6aa53d70b"
8464 },
8465 "dist": {
8466 "type": "zip",
8467 "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/b3dffd68afa61ca70f2327f2dd9bbeb6aa53d70b",
8468 "reference": "b3dffd68afa61ca70f2327f2dd9bbeb6aa53d70b",
8469 "shasum": ""
8470 },
8471 "require": {
8472 "php": ">=5.3.3",
8473 "symfony/intl": "~2.3|~3.0|~4.0|~5.0"
8474 },
8475 "suggest": {
8476 "ext-intl": "For best performance"
8477 },
8478 "type": "library",
8479 "extra": {
8480 "branch-alias": {
8481 "dev-master": "1.13-dev"
8482 }
8483 },
8484 "autoload": {
8485 "files": [
8486 "bootstrap.php"
8487 ]
8488 },
8489 "notification-url": "https://packagist.org/downloads/",
8490 "license": [
8491 "MIT"
8492 ],
8493 "authors": [
8494 {
8495 "name": "Nicolas Grekas",
8496 "email": "p@tchwork.com"
8497 },
8498 {
8499 "name": "Symfony Community",
8500 "homepage": "https://symfony.com/contributors"
8501 }
8502 ],
8503 "description": "Symfony polyfill for intl's ICU-related data and classes",
8504 "homepage": "https://symfony.com",
8505 "keywords": [
8506 "compatibility",
8507 "icu",
8508 "intl",
8509 "polyfill",
8510 "portable",
8511 "shim"
8512 ],
8513 "time": "2019-11-27T13:56:44+00:00"
8514 },
8515 {
8516 "name": "symfony/polyfill-intl-idn",
8517 "version": "v1.12.0",
8518 "source": {
8519 "type": "git",
8520 "url": "https://github.com/symfony/polyfill-intl-idn.git",
8521 "reference": "6af626ae6fa37d396dc90a399c0ff08e5cfc45b2"
8522 },
8523 "dist": {
8524 "type": "zip",
8525 "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/6af626ae6fa37d396dc90a399c0ff08e5cfc45b2",
8526 "reference": "6af626ae6fa37d396dc90a399c0ff08e5cfc45b2",
8527 "shasum": ""
8528 },
8529 "require": {
8530 "php": ">=5.3.3",
8531 "symfony/polyfill-mbstring": "^1.3",
8532 "symfony/polyfill-php72": "^1.9"
8533 },
8534 "suggest": {
8535 "ext-intl": "For best performance"
8536 },
8537 "type": "library",
8538 "extra": {
8539 "branch-alias": {
8540 "dev-master": "1.12-dev"
8541 }
8542 },
8543 "autoload": {
8544 "psr-4": {
8545 "Symfony\\Polyfill\\Intl\\Idn\\": ""
8546 },
8547 "files": [
8548 "bootstrap.php"
8549 ]
8550 },
8551 "notification-url": "https://packagist.org/downloads/",
8552 "license": [
8553 "MIT"
8554 ],
8555 "authors": [
8556 {
8557 "name": "Laurent Bassin",
8558 "email": "laurent@bassin.info"
8559 },
8560 {
8561 "name": "Symfony Community",
8562 "homepage": "https://symfony.com/contributors"
8563 }
8564 ],
8565 "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
8566 "homepage": "https://symfony.com",
8567 "keywords": [
8568 "compatibility",
8569 "idn",
8570 "intl",
8571 "polyfill",
8572 "portable",
8573 "shim"
8574 ],
8575 "time": "2019-08-06T08:03:45+00:00"
8576 },
8577 {
8578 "name": "symfony/polyfill-mbstring",
8579 "version": "v1.13.1",
8580 "source": {
8581 "type": "git",
8582 "url": "https://github.com/symfony/polyfill-mbstring.git",
8583 "reference": "7b4aab9743c30be783b73de055d24a39cf4b954f"
8584 },
8585 "dist": {
8586 "type": "zip",
8587 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/7b4aab9743c30be783b73de055d24a39cf4b954f",
8588 "reference": "7b4aab9743c30be783b73de055d24a39cf4b954f",
8589 "shasum": ""
8590 },
8591 "require": {
8592 "php": ">=5.3.3"
8593 },
8594 "suggest": {
8595 "ext-mbstring": "For best performance"
8596 },
8597 "type": "library",
8598 "extra": {
8599 "branch-alias": {
8600 "dev-master": "1.13-dev"
8601 }
8602 },
8603 "autoload": {
8604 "psr-4": {
8605 "Symfony\\Polyfill\\Mbstring\\": ""
8606 },
8607 "files": [
8608 "bootstrap.php"
8609 ]
8610 },
8611 "notification-url": "https://packagist.org/downloads/",
8612 "license": [
8613 "MIT"
8614 ],
8615 "authors": [
8616 {
8617 "name": "Nicolas Grekas",
8618 "email": "p@tchwork.com"
8619 },
8620 {
8621 "name": "Symfony Community",
8622 "homepage": "https://symfony.com/contributors"
8623 }
8624 ],
8625 "description": "Symfony polyfill for the Mbstring extension",
8626 "homepage": "https://symfony.com",
8627 "keywords": [
8628 "compatibility",
8629 "mbstring",
8630 "polyfill",
8631 "portable",
8632 "shim"
8633 ],
8634 "time": "2019-11-27T14:18:11+00:00"
8635 },
8636 {
8637 "name": "symfony/polyfill-php56",
8638 "version": "v1.13.1",
8639 "source": {
8640 "type": "git",
8641 "url": "https://github.com/symfony/polyfill-php56.git",
8642 "reference": "53dd1cdf3cb986893ccf2b96665b25b3abb384f4"
8643 },
8644 "dist": {
8645 "type": "zip",
8646 "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/53dd1cdf3cb986893ccf2b96665b25b3abb384f4",
8647 "reference": "53dd1cdf3cb986893ccf2b96665b25b3abb384f4",
8648 "shasum": ""
8649 },
8650 "require": {
8651 "php": ">=5.3.3",
8652 "symfony/polyfill-util": "~1.0"
8653 },
8654 "type": "library",
8655 "extra": {
8656 "branch-alias": {
8657 "dev-master": "1.13-dev"
8658 }
8659 },
8660 "autoload": {
8661 "psr-4": {
8662 "Symfony\\Polyfill\\Php56\\": ""
8663 },
8664 "files": [
8665 "bootstrap.php"
8666 ]
8667 },
8668 "notification-url": "https://packagist.org/downloads/",
8669 "license": [
8670 "MIT"
8671 ],
8672 "authors": [
8673 {
8674 "name": "Nicolas Grekas",
8675 "email": "p@tchwork.com"
8676 },
8677 {
8678 "name": "Symfony Community",
8679 "homepage": "https://symfony.com/contributors"
8680 }
8681 ],
8682 "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions",
8683 "homepage": "https://symfony.com",
8684 "keywords": [
8685 "compatibility",
8686 "polyfill",
8687 "portable",
8688 "shim"
8689 ],
8690 "time": "2019-11-27T13:56:44+00:00"
8691 },
8692 {
8693 "name": "symfony/polyfill-php70",
8694 "version": "v1.13.1",
8695 "source": {
8696 "type": "git",
8697 "url": "https://github.com/symfony/polyfill-php70.git",
8698 "reference": "af23c7bb26a73b850840823662dda371484926c4"
8699 },
8700 "dist": {
8701 "type": "zip",
8702 "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/af23c7bb26a73b850840823662dda371484926c4",
8703 "reference": "af23c7bb26a73b850840823662dda371484926c4",
8704 "shasum": ""
8705 },
8706 "require": {
8707 "paragonie/random_compat": "~1.0|~2.0|~9.99",
8708 "php": ">=5.3.3"
8709 },
8710 "type": "library",
8711 "extra": {
8712 "branch-alias": {
8713 "dev-master": "1.13-dev"
8714 }
8715 },
8716 "autoload": {
8717 "psr-4": {
8718 "Symfony\\Polyfill\\Php70\\": ""
8719 },
8720 "files": [
8721 "bootstrap.php"
8722 ],
8723 "classmap": [
8724 "Resources/stubs"
8725 ]
8726 },
8727 "notification-url": "https://packagist.org/downloads/",
8728 "license": [
8729 "MIT"
8730 ],
8731 "authors": [
8732 {
8733 "name": "Nicolas Grekas",
8734 "email": "p@tchwork.com"
8735 },
8736 {
8737 "name": "Symfony Community",
8738 "homepage": "https://symfony.com/contributors"
8739 }
8740 ],
8741 "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
8742 "homepage": "https://symfony.com",
8743 "keywords": [
8744 "compatibility",
8745 "polyfill",
8746 "portable",
8747 "shim"
8748 ],
8749 "time": "2019-11-27T13:56:44+00:00"
8750 },
8751 {
8752 "name": "symfony/polyfill-php72",
8753 "version": "v1.12.0",
8754 "source": {
8755 "type": "git",
8756 "url": "https://github.com/symfony/polyfill-php72.git",
8757 "reference": "04ce3335667451138df4307d6a9b61565560199e"
8758 },
8759 "dist": {
8760 "type": "zip",
8761 "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/04ce3335667451138df4307d6a9b61565560199e",
8762 "reference": "04ce3335667451138df4307d6a9b61565560199e",
8763 "shasum": ""
8764 },
8765 "require": {
8766 "php": ">=5.3.3"
8767 },
8768 "type": "library",
8769 "extra": {
8770 "branch-alias": {
8771 "dev-master": "1.12-dev"
8772 }
8773 },
8774 "autoload": {
8775 "psr-4": {
8776 "Symfony\\Polyfill\\Php72\\": ""
8777 },
8778 "files": [
8779 "bootstrap.php"
8780 ]
8781 },
8782 "notification-url": "https://packagist.org/downloads/",
8783 "license": [
8784 "MIT"
8785 ],
8786 "authors": [
8787 {
8788 "name": "Nicolas Grekas",
8789 "email": "p@tchwork.com"
8790 },
8791 {
8792 "name": "Symfony Community",
8793 "homepage": "https://symfony.com/contributors"
8794 }
8795 ],
8796 "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
8797 "homepage": "https://symfony.com",
8798 "keywords": [
8799 "compatibility",
8800 "polyfill",
8801 "portable",
8802 "shim"
8803 ],
8804 "time": "2019-08-06T08:03:45+00:00"
8805 },
8806 {
8807 "name": "symfony/polyfill-php73",
8808 "version": "v1.12.0",
8809 "source": {
8810 "type": "git",
8811 "url": "https://github.com/symfony/polyfill-php73.git",
8812 "reference": "2ceb49eaccb9352bff54d22570276bb75ba4a188"
8813 },
8814 "dist": {
8815 "type": "zip",
8816 "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/2ceb49eaccb9352bff54d22570276bb75ba4a188",
8817 "reference": "2ceb49eaccb9352bff54d22570276bb75ba4a188",
8818 "shasum": ""
8819 },
8820 "require": {
8821 "php": ">=5.3.3"
8822 },
8823 "type": "library",
8824 "extra": {
8825 "branch-alias": {
8826 "dev-master": "1.12-dev"
8827 }
8828 },
8829 "autoload": {
8830 "psr-4": {
8831 "Symfony\\Polyfill\\Php73\\": ""
8832 },
8833 "files": [
8834 "bootstrap.php"
8835 ],
8836 "classmap": [
8837 "Resources/stubs"
8838 ]
8839 },
8840 "notification-url": "https://packagist.org/downloads/",
8841 "license": [
8842 "MIT"
8843 ],
8844 "authors": [
8845 {
8846 "name": "Nicolas Grekas",
8847 "email": "p@tchwork.com"
8848 },
8849 {
8850 "name": "Symfony Community",
8851 "homepage": "https://symfony.com/contributors"
8852 }
8853 ],
8854 "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
8855 "homepage": "https://symfony.com",
8856 "keywords": [
8857 "compatibility",
8858 "polyfill",
8859 "portable",
8860 "shim"
8861 ],
8862 "time": "2019-08-06T08:03:45+00:00"
8863 },
8864 {
8865 "name": "symfony/polyfill-util",
8866 "version": "v1.13.1",
8867 "source": {
8868 "type": "git",
8869 "url": "https://github.com/symfony/polyfill-util.git",
8870 "reference": "964a67f293b66b95883a5ed918a65354fcd2258f"
8871 },
8872 "dist": {
8873 "type": "zip",
8874 "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/964a67f293b66b95883a5ed918a65354fcd2258f",
8875 "reference": "964a67f293b66b95883a5ed918a65354fcd2258f",
8876 "shasum": ""
8877 },
8878 "require": {
8879 "php": ">=5.3.3"
8880 },
8881 "type": "library",
8882 "extra": {
8883 "branch-alias": {
8884 "dev-master": "1.13-dev"
8885 }
8886 },
8887 "autoload": {
8888 "psr-4": {
8889 "Symfony\\Polyfill\\Util\\": ""
8890 }
8891 },
8892 "notification-url": "https://packagist.org/downloads/",
8893 "license": [
8894 "MIT"
8895 ],
8896 "authors": [
8897 {
8898 "name": "Nicolas Grekas",
8899 "email": "p@tchwork.com"
8900 },
8901 {
8902 "name": "Symfony Community",
8903 "homepage": "https://symfony.com/contributors"
8904 }
8905 ],
8906 "description": "Symfony utilities for portability of PHP codes",
8907 "homepage": "https://symfony.com",
8908 "keywords": [
8909 "compat",
8910 "compatibility",
8911 "polyfill",
8912 "shim"
8913 ],
8914 "time": "2019-11-27T13:56:44+00:00"
8915 },
8916 {
8917 "name": "symfony/swiftmailer-bundle",
8918 "version": "v3.3.1",
8919 "source": {
8920 "type": "git",
8921 "url": "https://github.com/symfony/swiftmailer-bundle.git",
8922 "reference": "defa9bdfc0191ed70b389cb93c550c6c82cf1745"
8923 },
8924 "dist": {
8925 "type": "zip",
8926 "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/defa9bdfc0191ed70b389cb93c550c6c82cf1745",
8927 "reference": "defa9bdfc0191ed70b389cb93c550c6c82cf1745",
8928 "shasum": ""
8929 },
8930 "require": {
8931 "php": ">=7.0.0",
8932 "swiftmailer/swiftmailer": "^6.1.3",
8933 "symfony/config": "^3.4|^4.0|^5.0",
8934 "symfony/dependency-injection": "^3.4|^4.0|^5.0",
8935 "symfony/http-kernel": "^3.4|^4.0|^5.0"
8936 },
8937 "conflict": {
8938 "twig/twig": "<1.41|<2.10"
8939 },
8940 "require-dev": {
8941 "symfony/console": "^3.4|^4.0|^5.0",
8942 "symfony/framework-bundle": "^3.4|^4.0|^5.0",
8943 "symfony/phpunit-bridge": "^3.4.32|^4.3.5|^5.0",
8944 "symfony/yaml": "^3.4|^4.0|^5.0"
8945 },
8946 "suggest": {
8947 "psr/log": "Allows logging"
8948 },
8949 "type": "symfony-bundle",
8950 "extra": {
8951 "branch-alias": {
8952 "dev-master": "3.3-dev"
8953 }
8954 },
8955 "autoload": {
8956 "psr-4": {
8957 "Symfony\\Bundle\\SwiftmailerBundle\\": ""
8958 },
8959 "exclude-from-classmap": [
8960 "/Tests/"
8961 ]
8962 },
8963 "notification-url": "https://packagist.org/downloads/",
8964 "license": [
8965 "MIT"
8966 ],
8967 "authors": [
8968 {
8969 "name": "Fabien Potencier",
8970 "email": "fabien@symfony.com"
8971 },
8972 {
8973 "name": "Symfony Community",
8974 "homepage": "http://symfony.com/contributors"
8975 }
8976 ],
8977 "description": "Symfony SwiftmailerBundle",
8978 "homepage": "http://symfony.com",
8979 "time": "2019-11-07T21:01:35+00:00"
8980 },
8981 {
8982 "name": "symfony/symfony",
8983 "version": "v3.4.36",
8984 "source": {
8985 "type": "git",
8986 "url": "https://github.com/symfony/symfony.git",
8987 "reference": "0a6fccb5772ad2467253e6849d589bd09d9eb195"
8988 },
8989 "dist": {
8990 "type": "zip",
8991 "url": "https://api.github.com/repos/symfony/symfony/zipball/0a6fccb5772ad2467253e6849d589bd09d9eb195",
8992 "reference": "0a6fccb5772ad2467253e6849d589bd09d9eb195",
8993 "shasum": ""
8994 },
8995 "require": {
8996 "doctrine/common": "~2.4",
8997 "ext-xml": "*",
8998 "fig/link-util": "^1.0",
8999 "php": "^5.5.9|>=7.0.8",
9000 "psr/cache": "~1.0",
9001 "psr/container": "^1.0",
9002 "psr/link": "^1.0",
9003 "psr/log": "~1.0",
9004 "psr/simple-cache": "^1.0",
9005 "symfony/polyfill-apcu": "~1.1",
9006 "symfony/polyfill-ctype": "~1.8",
9007 "symfony/polyfill-intl-icu": "~1.0",
9008 "symfony/polyfill-mbstring": "~1.0",
9009 "symfony/polyfill-php56": "~1.0",
9010 "symfony/polyfill-php70": "~1.6",
9011 "twig/twig": "^1.41|^2.10"
9012 },
9013 "conflict": {
9014 "monolog/monolog": ">=2",
9015 "phpdocumentor/reflection-docblock": "<3.0||>=3.2.0,<3.2.2",
9016 "phpdocumentor/type-resolver": "<0.3.0",
9017 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
9018 },
9019 "provide": {
9020 "psr/cache-implementation": "1.0",
9021 "psr/container-implementation": "1.0",
9022 "psr/log-implementation": "1.0",
9023 "psr/simple-cache-implementation": "1.0"
9024 },
9025 "replace": {
9026 "symfony/asset": "self.version",
9027 "symfony/browser-kit": "self.version",
9028 "symfony/cache": "self.version",
9029 "symfony/class-loader": "self.version",
9030 "symfony/config": "self.version",
9031 "symfony/console": "self.version",
9032 "symfony/css-selector": "self.version",
9033 "symfony/debug": "self.version",
9034 "symfony/debug-bundle": "self.version",
9035 "symfony/dependency-injection": "self.version",
9036 "symfony/doctrine-bridge": "self.version",
9037 "symfony/dom-crawler": "self.version",
9038 "symfony/dotenv": "self.version",
9039 "symfony/event-dispatcher": "self.version",
9040 "symfony/expression-language": "self.version",
9041 "symfony/filesystem": "self.version",
9042 "symfony/finder": "self.version",
9043 "symfony/form": "self.version",
9044 "symfony/framework-bundle": "self.version",
9045 "symfony/http-foundation": "self.version",
9046 "symfony/http-kernel": "self.version",
9047 "symfony/inflector": "self.version",
9048 "symfony/intl": "self.version",
9049 "symfony/ldap": "self.version",
9050 "symfony/lock": "self.version",
9051 "symfony/monolog-bridge": "self.version",
9052 "symfony/options-resolver": "self.version",
9053 "symfony/process": "self.version",
9054 "symfony/property-access": "self.version",
9055 "symfony/property-info": "self.version",
9056 "symfony/proxy-manager-bridge": "self.version",
9057 "symfony/routing": "self.version",
9058 "symfony/security": "self.version",
9059 "symfony/security-bundle": "self.version",
9060 "symfony/security-core": "self.version",
9061 "symfony/security-csrf": "self.version",
9062 "symfony/security-guard": "self.version",
9063 "symfony/security-http": "self.version",
9064 "symfony/serializer": "self.version",
9065 "symfony/stopwatch": "self.version",
9066 "symfony/templating": "self.version",
9067 "symfony/translation": "self.version",
9068 "symfony/twig-bridge": "self.version",
9069 "symfony/twig-bundle": "self.version",
9070 "symfony/validator": "self.version",
9071 "symfony/var-dumper": "self.version",
9072 "symfony/web-link": "self.version",
9073 "symfony/web-profiler-bundle": "self.version",
9074 "symfony/web-server-bundle": "self.version",
9075 "symfony/workflow": "self.version",
9076 "symfony/yaml": "self.version"
9077 },
9078 "require-dev": {
9079 "cache/integration-tests": "dev-master",
9080 "doctrine/annotations": "~1.0",
9081 "doctrine/cache": "~1.6",
9082 "doctrine/data-fixtures": "1.0.*",
9083 "doctrine/dbal": "~2.4",
9084 "doctrine/doctrine-bundle": "~1.4",
9085 "doctrine/orm": "~2.4,>=2.4.5",
9086 "egulias/email-validator": "~1.2,>=1.2.8|~2.0",
9087 "monolog/monolog": "~1.11",
9088 "ocramius/proxy-manager": "~0.4|~1.0|~2.0",
9089 "phpdocumentor/reflection-docblock": "^3.0|^4.0",
9090 "predis/predis": "~1.0",
9091 "symfony/phpunit-bridge": "^3.4.31|^4.3.4|~5.0",
9092 "symfony/security-acl": "~2.8|~3.0"
9093 },
9094 "type": "library",
9095 "extra": {
9096 "branch-alias": {
9097 "dev-master": "3.4-dev"
9098 }
9099 },
9100 "autoload": {
9101 "psr-4": {
9102 "Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/",
9103 "Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/",
9104 "Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/",
9105 "Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/",
9106 "Symfony\\Bundle\\": "src/Symfony/Bundle/",
9107 "Symfony\\Component\\": "src/Symfony/Component/"
9108 },
9109 "classmap": [
9110 "src/Symfony/Component/Intl/Resources/stubs"
9111 ],
9112 "exclude-from-classmap": [
9113 "**/Tests/"
9114 ]
9115 },
9116 "notification-url": "https://packagist.org/downloads/",
9117 "license": [
9118 "MIT"
9119 ],
9120 "authors": [
9121 {
9122 "name": "Fabien Potencier",
9123 "email": "fabien@symfony.com"
9124 },
9125 {
9126 "name": "Symfony Community",
9127 "homepage": "https://symfony.com/contributors"
9128 }
9129 ],
9130 "description": "The Symfony PHP framework",
9131 "homepage": "https://symfony.com",
9132 "keywords": [
9133 "framework"
9134 ],
9135 "time": "2019-12-01T13:50:53+00:00"
9136 },
9137 {
9138 "name": "true/punycode",
9139 "version": "v2.1.1",
9140 "source": {
9141 "type": "git",
9142 "url": "https://github.com/true/php-punycode.git",
9143 "reference": "a4d0c11a36dd7f4e7cd7096076cab6d3378a071e"
9144 },
9145 "dist": {
9146 "type": "zip",
9147 "url": "https://api.github.com/repos/true/php-punycode/zipball/a4d0c11a36dd7f4e7cd7096076cab6d3378a071e",
9148 "reference": "a4d0c11a36dd7f4e7cd7096076cab6d3378a071e",
9149 "shasum": ""
9150 },
9151 "require": {
9152 "php": ">=5.3.0",
9153 "symfony/polyfill-mbstring": "^1.3"
9154 },
9155 "require-dev": {
9156 "phpunit/phpunit": "~4.7",
9157 "squizlabs/php_codesniffer": "~2.0"
9158 },
9159 "type": "library",
9160 "autoload": {
9161 "psr-4": {
9162 "TrueBV\\": "src/"
9163 }
9164 },
9165 "notification-url": "https://packagist.org/downloads/",
9166 "license": [
9167 "MIT"
9168 ],
9169 "authors": [
9170 {
9171 "name": "Renan Gonçalves",
9172 "email": "renan.saddam@gmail.com"
9173 }
9174 ],
9175 "description": "A Bootstring encoding of Unicode for Internationalized Domain Names in Applications (IDNA)",
9176 "homepage": "https://github.com/true/php-punycode",
9177 "keywords": [
9178 "idna",
9179 "punycode"
9180 ],
9181 "time": "2016-11-16T10:37:54+00:00"
9182 },
9183 {
9184 "name": "twig/extensions",
9185 "version": "v1.5.4",
9186 "source": {
9187 "type": "git",
9188 "url": "https://github.com/twigphp/Twig-extensions.git",
9189 "reference": "57873c8b0c1be51caa47df2cdb824490beb16202"
9190 },
9191 "dist": {
9192 "type": "zip",
9193 "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/57873c8b0c1be51caa47df2cdb824490beb16202",
9194 "reference": "57873c8b0c1be51caa47df2cdb824490beb16202",
9195 "shasum": ""
9196 },
9197 "require": {
9198 "twig/twig": "^1.27|^2.0"
9199 },
9200 "require-dev": {
9201 "symfony/phpunit-bridge": "^3.4",
9202 "symfony/translation": "^2.7|^3.4"
9203 },
9204 "suggest": {
9205 "symfony/translation": "Allow the time_diff output to be translated"
9206 },
9207 "type": "library",
9208 "extra": {
9209 "branch-alias": {
9210 "dev-master": "1.5-dev"
9211 }
9212 },
9213 "autoload": {
9214 "psr-0": {
9215 "Twig_Extensions_": "lib/"
9216 },
9217 "psr-4": {
9218 "Twig\\Extensions\\": "src/"
9219 }
9220 },
9221 "notification-url": "https://packagist.org/downloads/",
9222 "license": [
9223 "MIT"
9224 ],
9225 "authors": [
9226 {
9227 "name": "Fabien Potencier",
9228 "email": "fabien@symfony.com"
9229 }
9230 ],
9231 "description": "Common additional features for Twig that do not directly belong in core",
9232 "keywords": [
9233 "i18n",
9234 "text"
9235 ],
9236 "time": "2018-12-05T18:34:18+00:00"
9237 },
9238 {
9239 "name": "twig/twig",
9240 "version": "v2.12.2",
9241 "source": {
9242 "type": "git",
9243 "url": "https://github.com/twigphp/Twig.git",
9244 "reference": "d761fd1f1c6b867ae09a7d8119a6d95d06dc44ed"
9245 },
9246 "dist": {
9247 "type": "zip",
9248 "url": "https://api.github.com/repos/twigphp/Twig/zipball/d761fd1f1c6b867ae09a7d8119a6d95d06dc44ed",
9249 "reference": "d761fd1f1c6b867ae09a7d8119a6d95d06dc44ed",
9250 "shasum": ""
9251 },
9252 "require": {
9253 "php": "^7.0",
9254 "symfony/polyfill-ctype": "^1.8",
9255 "symfony/polyfill-mbstring": "^1.3"
9256 },
9257 "require-dev": {
9258 "psr/container": "^1.0",
9259 "symfony/debug": "^3.4|^4.2",
9260 "symfony/phpunit-bridge": "^4.4@dev|^5.0"
9261 },
9262 "type": "library",
9263 "extra": {
9264 "branch-alias": {
9265 "dev-master": "2.12-dev"
9266 }
9267 },
9268 "autoload": {
9269 "psr-0": {
9270 "Twig_": "lib/"
9271 },
9272 "psr-4": {
9273 "Twig\\": "src/"
9274 }
9275 },
9276 "notification-url": "https://packagist.org/downloads/",
9277 "license": [
9278 "BSD-3-Clause"
9279 ],
9280 "authors": [
9281 {
9282 "name": "Fabien Potencier",
9283 "email": "fabien@symfony.com",
9284 "homepage": "http://fabien.potencier.org",
9285 "role": "Lead Developer"
9286 },
9287 {
9288 "name": "Twig Team",
9289 "homepage": "https://twig.symfony.com/contributors",
9290 "role": "Contributors"
9291 },
9292 {
9293 "name": "Armin Ronacher",
9294 "email": "armin.ronacher@active-4.com",
9295 "role": "Project Founder"
9296 }
9297 ],
9298 "description": "Twig, the flexible, fast, and secure template language for PHP",
9299 "homepage": "https://twig.symfony.com",
9300 "keywords": [
9301 "templating"
9302 ],
9303 "time": "2019-11-11T16:52:09+00:00"
9304 },
9305 {
9306 "name": "wallabag/php-mobi",
9307 "version": "1.1.0",
9308 "source": {
9309 "type": "git",
9310 "url": "https://github.com/wallabag/php-mobi.git",
9311 "reference": "bfe9c18d038e5ca24664cfdab107a645ac57c9b5"
9312 },
9313 "dist": {
9314 "type": "zip",
9315 "url": "https://api.github.com/repos/wallabag/php-mobi/zipball/bfe9c18d038e5ca24664cfdab107a645ac57c9b5",
9316 "reference": "bfe9c18d038e5ca24664cfdab107a645ac57c9b5",
9317 "shasum": ""
9318 },
9319 "require": {
9320 "php": ">=5.3.0",
9321 "symfony/polyfill-mbstring": "^1.12"
9322 },
9323 "type": "library",
9324 "autoload": {
9325 "files": [
9326 "MOBIClass/MOBI.php"
9327 ]
9328 },
9329 "notification-url": "https://packagist.org/downloads/",
9330 "license": [
9331 "Apache-2.0"
9332 ],
9333 "authors": [
9334 {
9335 "name": "Sander Kromwijk",
9336 "email": "s.kromwijk@gmail.co",
9337 "role": "Original developer"
9338 },
9339 {
9340 "name": "Nicolas Lœuillet",
9341 "email": "nicolas@loeuillet.org",
9342 "homepage": "http://www.cdetc.fr"
9343 }
9344 ],
9345 "description": "A Mobipocket file (.mobi) creator in PHP.",
9346 "homepage": "https://github.com/wallabag/php-mobi",
9347 "time": "2019-08-08T12:26:23+00:00"
9348 },
9349 {
9350 "name": "wallabag/tcpdf",
9351 "version": "6.2.26",
9352 "source": {
9353 "type": "git",
9354 "url": "https://github.com/wallabag/TCPDF.git",
9355 "reference": "bf590f0604bcef1ae6fa3145649cf997f3564477"
9356 },
9357 "dist": {
9358 "type": "zip",
9359 "url": "https://api.github.com/repos/wallabag/TCPDF/zipball/bf590f0604bcef1ae6fa3145649cf997f3564477",
9360 "reference": "bf590f0604bcef1ae6fa3145649cf997f3564477",
9361 "shasum": ""
9362 },
9363 "require": {
9364 "php": ">=5.3.0"
9365 },
9366 "replace": {
9367 "tecnickcom/tcpdf": "6.2.*"
9368 },
9369 "type": "library",
9370 "autoload": {
9371 "classmap": [
9372 "fonts",
9373 "config",
9374 "include",
9375 "tcpdf.php",
9376 "tcpdf_parser.php",
9377 "tcpdf_import.php",
9378 "tcpdf_barcodes_1d.php",
9379 "tcpdf_barcodes_2d.php",
9380 "include/tcpdf_colors.php",
9381 "include/tcpdf_filters.php",
9382 "include/tcpdf_font_data.php",
9383 "include/tcpdf_fonts.php",
9384 "include/tcpdf_images.php",
9385 "include/tcpdf_static.php",
9386 "include/barcodes/datamatrix.php",
9387 "include/barcodes/pdf417.php",
9388 "include/barcodes/qrcode.php"
9389 ]
9390 },
9391 "notification-url": "https://packagist.org/downloads/",
9392 "license": [
9393 "LGPL-3.0"
9394 ],
9395 "authors": [
9396 {
9397 "name": "Nicola Asuni",
9398 "email": "info@tecnick.com",
9399 "homepage": "http://nicolaasuni.tecnick.com",
9400 "role": "Main developer"
9401 },
9402 {
9403 "name": "wallabag/core",
9404 "homepage": "https://www.wallabag.org",
9405 "role": "Developers"
9406 }
9407 ],
9408 "description": "Keeping a working 6.2.x TCPDF version.",
9409 "homepage": "https://www.wallabag.org/",
9410 "keywords": [
9411 "PDFD32000-2008",
9412 "TCPDF",
9413 "barcodes",
9414 "datamatrix",
9415 "pdf",
9416 "pdf417",
9417 "qrcode"
9418 ],
9419 "time": "2018-10-25T06:56:14+00:00"
9420 },
9421 {
9422 "name": "white-october/pagerfanta-bundle",
9423 "version": "v1.3.2",
9424 "source": {
9425 "type": "git",
9426 "url": "https://github.com/whiteoctober/WhiteOctoberPagerfantaBundle.git",
9427 "reference": "6df560869b5e09a3acf920890ab40598998b30ae"
9428 },
9429 "dist": {
9430 "type": "zip",
9431 "url": "https://api.github.com/repos/whiteoctober/WhiteOctoberPagerfantaBundle/zipball/6df560869b5e09a3acf920890ab40598998b30ae",
9432 "reference": "6df560869b5e09a3acf920890ab40598998b30ae",
9433 "shasum": ""
9434 },
9435 "require": {
9436 "pagerfanta/pagerfanta": "^1.1.0|^2.0.0",
9437 "php": ">=5.3.3",
9438 "symfony/framework-bundle": "~2.3|~3.0|~4.0",
9439 "symfony/property-access": "~2.3|~3.0|~4.0",
9440 "symfony/translation": "~2.3|~3.0|~4.0",
9441 "symfony/twig-bundle": "~2.3|~3.0|~4.0"
9442 },
9443 "conflict": {
9444 "twig/twig": "<1.34|>=2.0,<2.4"
9445 },
9446 "require-dev": {
9447 "phpunit/phpunit": "~3.7|~4.0|^5.0",
9448 "symfony/symfony": "~2.3|~3.0|~4.0"
9449 },
9450 "type": "symfony-bundle",
9451 "extra": {
9452 "branch-alias": {
9453 "dev-master": "1.0.x-dev"
9454 }
9455 },
9456 "autoload": {
9457 "psr-4": {
9458 "WhiteOctober\\PagerfantaBundle\\": ""
9459 },
9460 "exclude-from-classmap": [
9461 "Tests/",
9462 "TestsProject/"
9463 ]
9464 },
9465 "notification-url": "https://packagist.org/downloads/",
9466 "license": [
9467 "MIT"
9468 ],
9469 "authors": [
9470 {
9471 "name": "Pablo Díez",
9472 "email": "pablodip@gmail.com"
9473 }
9474 ],
9475 "description": "Bundle to use Pagerfanta with Symfony2",
9476 "keywords": [
9477 "page",
9478 "paging"
9479 ],
9480 "time": "2019-12-02T14:19:37+00:00"
9481 },
9482 {
9483 "name": "willdurand/hateoas",
9484 "version": "2.12.0",
9485 "source": {
9486 "type": "git",
9487 "url": "https://github.com/willdurand/Hateoas.git",
9488 "reference": "71b1af62b398dc9a870ac0b16c84bdc23a76a5c5"
9489 },
9490 "dist": {
9491 "type": "zip",
9492 "url": "https://api.github.com/repos/willdurand/Hateoas/zipball/71b1af62b398dc9a870ac0b16c84bdc23a76a5c5",
9493 "reference": "71b1af62b398dc9a870ac0b16c84bdc23a76a5c5",
9494 "shasum": ""
9495 },
9496 "require": {
9497 "doctrine/annotations": "~1.0",
9498 "doctrine/common": "~2.0",
9499 "jms/metadata": "~1.1",
9500 "jms/serializer": "^1.7",
9501 "php": "^5.5|^7.0",
9502 "phpoption/phpoption": ">=1.1.0,<2.0-dev",
9503 "symfony/expression-language": "~2.4 || ~3.0 || ~4.0"
9504 },
9505 "require-dev": {
9506 "pagerfanta/pagerfanta": "~1.0",
9507 "phpunit/phpunit": "~5",
9508 "symfony/dependency-injection": "~2.4 || ~3.0 || ~4.0",
9509 "symfony/routing": "~2.4 || ~3.0 || ~4.0",
9510 "symfony/yaml": "~2.4 || ~3.0 || ~4.0",
9511 "twig/twig": "~1.12"
9512 },
9513 "suggest": {
9514 "symfony/routing": "To use the SymfonyRouteFactory.",
9515 "symfony/yaml": "To use yaml based configuration.",
9516 "twig/twig": "To use the Twig extensions."
9517 },
9518 "type": "library",
9519 "extra": {
9520 "branch-alias": {
9521 "dev-master": "2.12-dev"
9522 }
9523 },
9524 "autoload": {
9525 "psr-0": {
9526 "Hateoas": "src/"
9527 }
9528 },
9529 "notification-url": "https://packagist.org/downloads/",
9530 "license": [
9531 "MIT"
9532 ],
9533 "authors": [
9534 {
9535 "name": "Adrien Brault",
9536 "email": "adrien.brault@gmail.com"
9537 },
9538 {
9539 "name": "William DURAND",
9540 "email": "william.durand1@gmail.com"
9541 }
9542 ],
9543 "description": "A PHP library to support implementing representations for HATEOAS REST web services",
9544 "time": "2018-02-23T17:05:31+00:00"
9545 },
9546 {
9547 "name": "willdurand/hateoas-bundle",
9548 "version": "1.4.0",
9549 "source": {
9550 "type": "git",
9551 "url": "https://github.com/willdurand/BazingaHateoasBundle.git",
9552 "reference": "d1f915fd4f8a7cd43a88a0ce97ffb28abe3a94fa"
9553 },
9554 "dist": {
9555 "type": "zip",
9556 "url": "https://api.github.com/repos/willdurand/BazingaHateoasBundle/zipball/d1f915fd4f8a7cd43a88a0ce97ffb28abe3a94fa",
9557 "reference": "d1f915fd4f8a7cd43a88a0ce97ffb28abe3a94fa",
9558 "shasum": ""
9559 },
9560 "require": {
9561 "jms/serializer-bundle": "~1.0 || ^2.0",
9562 "php": ">5.4 |^7.0",
9563 "symfony/framework-bundle": "~2.3 || ~3.0 || ~4.0",
9564 "willdurand/hateoas": "^2.10.0"
9565 },
9566 "require-dev": {
9567 "phpunit/phpunit": "~4.5 || ~5.0",
9568 "symfony/expression-language": "~2.4 || ~3.0 || ~4.0",
9569 "symfony/stopwatch": "~2.4 || ~3.0 || ~4.0",
9570 "twig/twig": "~1.12"
9571 },
9572 "type": "symfony-bundle",
9573 "extra": {
9574 "branch-alias": {
9575 "dev-master": "1.4-dev"
9576 }
9577 },
9578 "autoload": {
9579 "psr-4": {
9580 "Bazinga\\Bundle\\HateoasBundle\\": ""
9581 }
9582 },
9583 "notification-url": "https://packagist.org/downloads/",
9584 "license": [
9585 "MIT"
9586 ],
9587 "authors": [
9588 {
9589 "name": "William DURAND",
9590 "email": "william.durand1@gmail.com"
9591 }
9592 ],
9593 "description": "Integration of Hateoas into Symfony2.",
9594 "keywords": [
9595 "HATEOAS",
9596 "rest"
9597 ],
9598 "time": "2018-01-27T13:03:07+00:00"
9599 },
9600 {
9601 "name": "willdurand/jsonp-callback-validator",
9602 "version": "v1.1.0",
9603 "source": {
9604 "type": "git",
9605 "url": "https://github.com/willdurand/JsonpCallbackValidator.git",
9606 "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909"
9607 },
9608 "dist": {
9609 "type": "zip",
9610 "url": "https://api.github.com/repos/willdurand/JsonpCallbackValidator/zipball/1a7d388bb521959e612ef50c5c7b1691b097e909",
9611 "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909",
9612 "shasum": ""
9613 },
9614 "require": {
9615 "php": ">=5.3.0"
9616 },
9617 "require-dev": {
9618 "phpunit/phpunit": "~3.7"
9619 },
9620 "type": "library",
9621 "autoload": {
9622 "psr-0": {
9623 "JsonpCallbackValidator": "src/"
9624 }
9625 },
9626 "notification-url": "https://packagist.org/downloads/",
9627 "license": [
9628 "MIT"
9629 ],
9630 "authors": [
9631 {
9632 "name": "William Durand",
9633 "email": "william.durand1@gmail.com",
9634 "homepage": "http://www.willdurand.fr"
9635 }
9636 ],
9637 "description": "JSONP callback validator.",
9638 "time": "2014-01-20T22:35:06+00:00"
9639 },
9640 {
9641 "name": "willdurand/negotiation",
9642 "version": "v2.3.1",
9643 "source": {
9644 "type": "git",
9645 "url": "https://github.com/willdurand/Negotiation.git",
9646 "reference": "03436ededa67c6e83b9b12defac15384cb399dc9"
9647 },
9648 "dist": {
9649 "type": "zip",
9650 "url": "https://api.github.com/repos/willdurand/Negotiation/zipball/03436ededa67c6e83b9b12defac15384cb399dc9",
9651 "reference": "03436ededa67c6e83b9b12defac15384cb399dc9",
9652 "shasum": ""
9653 },
9654 "require": {
9655 "php": ">=5.4.0"
9656 },
9657 "require-dev": {
9658 "phpunit/phpunit": "~4.5"
9659 },
9660 "type": "library",
9661 "extra": {
9662 "branch-alias": {
9663 "dev-master": "2.3-dev"
9664 }
9665 },
9666 "autoload": {
9667 "psr-4": {
9668 "Negotiation\\": "src/Negotiation"
9669 }
9670 },
9671 "notification-url": "https://packagist.org/downloads/",
9672 "license": [
9673 "MIT"
9674 ],
9675 "authors": [
9676 {
9677 "name": "William Durand",
9678 "email": "will+git@drnd.me"
9679 }
9680 ],
9681 "description": "Content Negotiation tools for PHP provided as a standalone library.",
9682 "homepage": "http://williamdurand.fr/Negotiation/",
9683 "keywords": [
9684 "accept",
9685 "content",
9686 "format",
9687 "header",
9688 "negotiation"
9689 ],
9690 "time": "2017-05-14T17:21:12+00:00"
9691 },
9692 {
9693 "name": "zendframework/zend-code",
9694 "version": "3.4.0",
9695 "source": {
9696 "type": "git",
9697 "url": "https://github.com/zendframework/zend-code.git",
9698 "reference": "46feaeecea14161734b56c1ace74f28cb329f194"
9699 },
9700 "dist": {
9701 "type": "zip",
9702 "url": "https://api.github.com/repos/zendframework/zend-code/zipball/46feaeecea14161734b56c1ace74f28cb329f194",
9703 "reference": "46feaeecea14161734b56c1ace74f28cb329f194",
9704 "shasum": ""
9705 },
9706 "require": {
9707 "php": "^7.1",
9708 "zendframework/zend-eventmanager": "^2.6 || ^3.0"
9709 },
9710 "require-dev": {
9711 "doctrine/annotations": "^1.0",
9712 "ext-phar": "*",
9713 "phpunit/phpunit": "^7.5.16 || ^8.4",
9714 "zendframework/zend-coding-standard": "^1.0",
9715 "zendframework/zend-stdlib": "^2.7 || ^3.0"
9716 },
9717 "suggest": {
9718 "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
9719 "zendframework/zend-stdlib": "Zend\\Stdlib component"
9720 },
9721 "type": "library",
9722 "extra": {
9723 "branch-alias": {
9724 "dev-master": "3.4.x-dev",
9725 "dev-develop": "3.5.x-dev"
9726 }
9727 },
9728 "autoload": {
9729 "psr-4": {
9730 "Zend\\Code\\": "src/"
9731 }
9732 },
9733 "notification-url": "https://packagist.org/downloads/",
9734 "license": [
9735 "BSD-3-Clause"
9736 ],
9737 "description": "Extensions to the PHP Reflection API, static code scanning, and code generation",
9738 "keywords": [
9739 "ZendFramework",
9740 "code",
9741 "zf"
9742 ],
9743 "time": "2019-10-05T23:18:22+00:00"
9744 },
9745 {
9746 "name": "zendframework/zend-diactoros",
9747 "version": "2.2.1",
9748 "source": {
9749 "type": "git",
9750 "url": "https://github.com/zendframework/zend-diactoros.git",
9751 "reference": "de5847b068362a88684a55b0dbb40d85986cfa52"
9752 },
9753 "dist": {
9754 "type": "zip",
9755 "url": "https://api.github.com/repos/zendframework/zend-diactoros/zipball/de5847b068362a88684a55b0dbb40d85986cfa52",
9756 "reference": "de5847b068362a88684a55b0dbb40d85986cfa52",
9757 "shasum": ""
9758 },
9759 "require": {
9760 "php": "^7.1",
9761 "psr/http-factory": "^1.0",
9762 "psr/http-message": "^1.0"
9763 },
9764 "provide": {
9765 "psr/http-factory-implementation": "1.0",
9766 "psr/http-message-implementation": "1.0"
9767 },
9768 "require-dev": {
9769 "ext-curl": "*",
9770 "ext-dom": "*",
9771 "ext-libxml": "*",
9772 "http-interop/http-factory-tests": "^0.5.0",
9773 "php-http/psr7-integration-tests": "dev-master",
9774 "phpunit/phpunit": "^7.0.2",
9775 "zendframework/zend-coding-standard": "~1.0.0"
9776 },
9777 "type": "library",
9778 "extra": {
9779 "branch-alias": {
9780 "dev-master": "2.1.x-dev",
9781 "dev-develop": "2.2.x-dev",
9782 "dev-release-1.8": "1.8.x-dev"
9783 }
9784 },
9785 "autoload": {
9786 "files": [
9787 "src/functions/create_uploaded_file.php",
9788 "src/functions/marshal_headers_from_sapi.php",
9789 "src/functions/marshal_method_from_sapi.php",
9790 "src/functions/marshal_protocol_version_from_sapi.php",
9791 "src/functions/marshal_uri_from_sapi.php",
9792 "src/functions/normalize_server.php",
9793 "src/functions/normalize_uploaded_files.php",
9794 "src/functions/parse_cookie_header.php"
9795 ],
9796 "psr-4": {
9797 "Zend\\Diactoros\\": "src/"
9798 }
9799 },
9800 "notification-url": "https://packagist.org/downloads/",
9801 "license": [
9802 "BSD-3-Clause"
9803 ],
9804 "description": "PSR HTTP Message implementations",
9805 "keywords": [
9806 "http",
9807 "psr",
9808 "psr-7"
9809 ],
9810 "time": "2019-11-13T19:16:13+00:00"
9811 },
9812 {
9813 "name": "zendframework/zend-eventmanager",
9814 "version": "3.2.1",
9815 "source": {
9816 "type": "git",
9817 "url": "https://github.com/zendframework/zend-eventmanager.git",
9818 "reference": "a5e2583a211f73604691586b8406ff7296a946dd"
9819 },
9820 "dist": {
9821 "type": "zip",
9822 "url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/a5e2583a211f73604691586b8406ff7296a946dd",
9823 "reference": "a5e2583a211f73604691586b8406ff7296a946dd",
9824 "shasum": ""
9825 },
9826 "require": {
9827 "php": "^5.6 || ^7.0"
9828 },
9829 "require-dev": {
9830 "athletic/athletic": "^0.1",
9831 "container-interop/container-interop": "^1.1.0",
9832 "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
9833 "zendframework/zend-coding-standard": "~1.0.0",
9834 "zendframework/zend-stdlib": "^2.7.3 || ^3.0"
9835 },
9836 "suggest": {
9837 "container-interop/container-interop": "^1.1.0, to use the lazy listeners feature",
9838 "zendframework/zend-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature"
9839 },
9840 "type": "library",
9841 "extra": {
9842 "branch-alias": {
9843 "dev-master": "3.2-dev",
9844 "dev-develop": "3.3-dev"
9845 }
9846 },
9847 "autoload": {
9848 "psr-4": {
9849 "Zend\\EventManager\\": "src/"
9850 }
9851 },
9852 "notification-url": "https://packagist.org/downloads/",
9853 "license": [
9854 "BSD-3-Clause"
9855 ],
9856 "description": "Trigger and listen to events within a PHP application",
9857 "homepage": "https://github.com/zendframework/zend-eventmanager",
9858 "keywords": [
9859 "event",
9860 "eventmanager",
9861 "events",
9862 "zf2"
9863 ],
9864 "time": "2018-04-25T15:33:34+00:00"
9865 }
9866 ],
9867 "packages-dev": [
9868 {
9869 "name": "composer/semver",
9870 "version": "1.5.0",
9871 "source": {
9872 "type": "git",
9873 "url": "https://github.com/composer/semver.git",
9874 "reference": "46d9139568ccb8d9e7cdd4539cab7347568a5e2e"
9875 },
9876 "dist": {
9877 "type": "zip",
9878 "url": "https://api.github.com/repos/composer/semver/zipball/46d9139568ccb8d9e7cdd4539cab7347568a5e2e",
9879 "reference": "46d9139568ccb8d9e7cdd4539cab7347568a5e2e",
9880 "shasum": ""
9881 },
9882 "require": {
9883 "php": "^5.3.2 || ^7.0"
9884 },
9885 "require-dev": {
9886 "phpunit/phpunit": "^4.5 || ^5.0.5",
9887 "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
9888 },
9889 "type": "library",
9890 "extra": {
9891 "branch-alias": {
9892 "dev-master": "1.x-dev"
9893 }
9894 },
9895 "autoload": {
9896 "psr-4": {
9897 "Composer\\Semver\\": "src"
9898 }
9899 },
9900 "notification-url": "https://packagist.org/downloads/",
9901 "license": [
9902 "MIT"
9903 ],
9904 "authors": [
9905 {
9906 "name": "Nils Adermann",
9907 "email": "naderman@naderman.de",
9908 "homepage": "http://www.naderman.de"
9909 },
9910 {
9911 "name": "Jordi Boggiano",
9912 "email": "j.boggiano@seld.be",
9913 "homepage": "http://seld.be"
9914 },
9915 {
9916 "name": "Rob Bast",
9917 "email": "rob.bast@gmail.com",
9918 "homepage": "http://robbast.nl"
9919 }
9920 ],
9921 "description": "Semver library that offers utilities, version constraint parsing and validation.",
9922 "keywords": [
9923 "semantic",
9924 "semver",
9925 "validation",
9926 "versioning"
9927 ],
9928 "time": "2019-03-19T17:25:45+00:00"
9929 },
9930 {
9931 "name": "composer/xdebug-handler",
9932 "version": "1.4.0",
9933 "source": {
9934 "type": "git",
9935 "url": "https://github.com/composer/xdebug-handler.git",
9936 "reference": "cbe23383749496fe0f373345208b79568e4bc248"
9937 },
9938 "dist": {
9939 "type": "zip",
9940 "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/cbe23383749496fe0f373345208b79568e4bc248",
9941 "reference": "cbe23383749496fe0f373345208b79568e4bc248",
9942 "shasum": ""
9943 },
9944 "require": {
9945 "php": "^5.3.2 || ^7.0 || ^8.0",
9946 "psr/log": "^1.0"
9947 },
9948 "require-dev": {
9949 "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8"
9950 },
9951 "type": "library",
9952 "autoload": {
9953 "psr-4": {
9954 "Composer\\XdebugHandler\\": "src"
9955 }
9956 },
9957 "notification-url": "https://packagist.org/downloads/",
9958 "license": [
9959 "MIT"
9960 ],
9961 "authors": [
9962 {
9963 "name": "John Stevenson",
9964 "email": "john-stevenson@blueyonder.co.uk"
9965 }
9966 ],
9967 "description": "Restarts a process without Xdebug.",
9968 "keywords": [
9969 "Xdebug",
9970 "performance"
9971 ],
9972 "time": "2019-11-06T16:40:04+00:00"
9973 },
9974 {
9975 "name": "dama/doctrine-test-bundle",
9976 "version": "v5.0.3",
9977 "source": {
9978 "type": "git",
9979 "url": "https://github.com/dmaicher/doctrine-test-bundle.git",
9980 "reference": "29882b0d1a815f4819126ef714931bb24a31cbaa"
9981 },
9982 "dist": {
9983 "type": "zip",
9984 "url": "https://api.github.com/repos/dmaicher/doctrine-test-bundle/zipball/29882b0d1a815f4819126ef714931bb24a31cbaa",
9985 "reference": "29882b0d1a815f4819126ef714931bb24a31cbaa",
9986 "shasum": ""
9987 },
9988 "require": {
9989 "doctrine/dbal": "~2.5",
9990 "doctrine/doctrine-bundle": "~1.4",
9991 "php": "^7.1",
9992 "symfony/framework-bundle": "~2.7|~3.0|~4.0"
9993 },
9994 "require-dev": {
9995 "phpunit/phpunit": "~6.0|~7.0|~8.0",
9996 "symfony/phpunit-bridge": "~2.8|~3.0|~4.0",
9997 "symfony/yaml": "~2.8|~3.0|~4.0"
9998 },
9999 "type": "symfony-bundle",
10000 "extra": {
10001 "branch-alias": {
10002 "dev-master": "5.1.x-dev"
10003 }
10004 },
10005 "autoload": {
10006 "psr-4": {
10007 "DAMA\\DoctrineTestBundle\\": "src/DAMA/DoctrineTestBundle"
10008 }
10009 },
10010 "notification-url": "https://packagist.org/downloads/",
10011 "license": [
10012 "MIT"
10013 ],
10014 "authors": [
10015 {
10016 "name": "David Maicher",
10017 "email": "mail@dmaicher.de"
10018 }
10019 ],
10020 "description": "Symfony bundle to isolate doctrine database tests and improve test performance",
10021 "keywords": [
10022 "Symfony 3",
10023 "Symfony 4",
10024 "doctrine",
10025 "isolation",
10026 "performance",
10027 "symfony",
10028 "symfony 2",
10029 "tests"
10030 ],
10031 "time": "2019-03-22T10:34:17+00:00"
10032 },
10033 {
10034 "name": "doctrine/data-fixtures",
10035 "version": "1.3.3",
10036 "source": {
10037 "type": "git",
10038 "url": "https://github.com/doctrine/data-fixtures.git",
10039 "reference": "f0ee99c64922fc3f863715232b615c478a61b0a3"
10040 },
10041 "dist": {
10042 "type": "zip",
10043 "url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/f0ee99c64922fc3f863715232b615c478a61b0a3",
10044 "reference": "f0ee99c64922fc3f863715232b615c478a61b0a3",
10045 "shasum": ""
10046 },
10047 "require": {
10048 "doctrine/common": "~2.2",
10049 "php": "^7.1"
10050 },
10051 "conflict": {
10052 "doctrine/phpcr-odm": "<1.3.0"
10053 },
10054 "require-dev": {
10055 "alcaeus/mongo-php-adapter": "^1.1",
10056 "doctrine/dbal": "^2.5.4",
10057 "doctrine/mongodb-odm": "^1.3.0",
10058 "doctrine/orm": "^2.5.4",
10059 "phpunit/phpunit": "^7.0"
10060 },
10061 "suggest": {
10062 "alcaeus/mongo-php-adapter": "For using MongoDB ODM with PHP 7",
10063 "doctrine/mongodb-odm": "For loading MongoDB ODM fixtures",
10064 "doctrine/orm": "For loading ORM fixtures",
10065 "doctrine/phpcr-odm": "For loading PHPCR ODM fixtures"
10066 },
10067 "type": "library",
10068 "extra": {
10069 "branch-alias": {
10070 "dev-master": "1.3.x-dev"
10071 }
10072 },
10073 "autoload": {
10074 "psr-4": {
10075 "Doctrine\\Common\\DataFixtures\\": "lib/Doctrine/Common/DataFixtures"
10076 }
10077 },
10078 "notification-url": "https://packagist.org/downloads/",
10079 "license": [
10080 "MIT"
10081 ],
10082 "authors": [
10083 {
10084 "name": "Jonathan Wage",
10085 "email": "jonwage@gmail.com"
10086 }
10087 ],
10088 "description": "Data Fixtures for all Doctrine Object Managers",
10089 "homepage": "http://www.doctrine-project.org",
10090 "keywords": [
10091 "database"
10092 ],
10093 "time": "2019-10-24T04:52:28+00:00"
10094 },
10095 {
10096 "name": "doctrine/doctrine-fixtures-bundle",
10097 "version": "3.3.0",
10098 "source": {
10099 "type": "git",
10100 "url": "https://github.com/doctrine/DoctrineFixturesBundle.git",
10101 "reference": "8f07fcfdac7f3591f3c4bf13a50cbae05f65ed70"
10102 },
10103 "dist": {
10104 "type": "zip",
10105 "url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/8f07fcfdac7f3591f3c4bf13a50cbae05f65ed70",
10106 "reference": "8f07fcfdac7f3591f3c4bf13a50cbae05f65ed70",
10107 "shasum": ""
10108 },
10109 "require": {
10110 "doctrine/data-fixtures": "^1.3",
10111 "doctrine/doctrine-bundle": "^1.11|^2.0",
10112 "doctrine/orm": "^2.6.0",
10113 "php": "^7.1",
10114 "symfony/config": "^3.4|^4.3|^5.0",
10115 "symfony/console": "^3.4|^4.3|^5.0",
10116 "symfony/dependency-injection": "^3.4|^4.3|^5.0",
10117 "symfony/doctrine-bridge": "^3.4|^4.1|^5.0",
10118 "symfony/http-kernel": "^3.4|^4.3|^5.0"
10119 },
10120 "require-dev": {
10121 "doctrine/coding-standard": "^6.0",
10122 "phpunit/phpunit": "^7.4",
10123 "symfony/phpunit-bridge": "^4.1|^5.0"
10124 },
10125 "type": "symfony-bundle",
10126 "extra": {
10127 "branch-alias": {
10128 "dev-master": "3.3.x-dev"
10129 }
10130 },
10131 "autoload": {
10132 "psr-4": {
10133 "Doctrine\\Bundle\\FixturesBundle\\": ""
10134 }
10135 },
10136 "notification-url": "https://packagist.org/downloads/",
10137 "license": [
10138 "MIT"
10139 ],
10140 "authors": [
10141 {
10142 "name": "Fabien Potencier",
10143 "email": "fabien@symfony.com"
10144 },
10145 {
10146 "name": "Doctrine Project",
10147 "homepage": "http://www.doctrine-project.org"
10148 },
10149 {
10150 "name": "Symfony Community",
10151 "homepage": "http://symfony.com/contributors"
10152 }
10153 ],
10154 "description": "Symfony DoctrineFixturesBundle",
10155 "homepage": "http://www.doctrine-project.org",
10156 "keywords": [
10157 "Fixture",
10158 "persistence"
10159 ],
10160 "time": "2019-11-13T15:46:58+00:00"
10161 },
10162 {
10163 "name": "friendsofphp/php-cs-fixer",
10164 "version": "v2.16.1",
10165 "source": {
10166 "type": "git",
10167 "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
10168 "reference": "c8afb599858876e95e8ebfcd97812d383fa23f02"
10169 },
10170 "dist": {
10171 "type": "zip",
10172 "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/c8afb599858876e95e8ebfcd97812d383fa23f02",
10173 "reference": "c8afb599858876e95e8ebfcd97812d383fa23f02",
10174 "shasum": ""
10175 },
10176 "require": {
10177 "composer/semver": "^1.4",
10178 "composer/xdebug-handler": "^1.2",
10179 "doctrine/annotations": "^1.2",
10180 "ext-json": "*",
10181 "ext-tokenizer": "*",
10182 "php": "^5.6 || ^7.0",
10183 "php-cs-fixer/diff": "^1.3",
10184 "symfony/console": "^3.4.17 || ^4.1.6 || ^5.0",
10185 "symfony/event-dispatcher": "^3.0 || ^4.0 || ^5.0",
10186 "symfony/filesystem": "^3.0 || ^4.0 || ^5.0",
10187 "symfony/finder": "^3.0 || ^4.0 || ^5.0",
10188 "symfony/options-resolver": "^3.0 || ^4.0 || ^5.0",
10189 "symfony/polyfill-php70": "^1.0",
10190 "symfony/polyfill-php72": "^1.4",
10191 "symfony/process": "^3.0 || ^4.0 || ^5.0",
10192 "symfony/stopwatch": "^3.0 || ^4.0 || ^5.0"
10193 },
10194 "require-dev": {
10195 "johnkary/phpunit-speedtrap": "^1.1 || ^2.0 || ^3.0",
10196 "justinrainbow/json-schema": "^5.0",
10197 "keradus/cli-executor": "^1.2",
10198 "mikey179/vfsstream": "^1.6",
10199 "php-coveralls/php-coveralls": "^2.1",
10200 "php-cs-fixer/accessible-object": "^1.0",
10201 "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.1",
10202 "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.1",
10203 "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.1",
10204 "phpunitgoodpractices/traits": "^1.8",
10205 "symfony/phpunit-bridge": "^4.3 || ^5.0",
10206 "symfony/yaml": "^3.0 || ^4.0 || ^5.0"
10207 },
10208 "suggest": {
10209 "ext-mbstring": "For handling non-UTF8 characters in cache signature.",
10210 "php-cs-fixer/phpunit-constraint-isidenticalstring": "For IsIdenticalString constraint.",
10211 "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "For XmlMatchesXsd constraint.",
10212 "symfony/polyfill-mbstring": "When enabling `ext-mbstring` is not possible."
10213 },
10214 "bin": [
10215 "php-cs-fixer"
10216 ],
10217 "type": "application",
10218 "autoload": {
10219 "psr-4": {
10220 "PhpCsFixer\\": "src/"
10221 },
10222 "classmap": [
10223 "tests/Test/AbstractFixerTestCase.php",
10224 "tests/Test/AbstractIntegrationCaseFactory.php",
10225 "tests/Test/AbstractIntegrationTestCase.php",
10226 "tests/Test/Assert/AssertTokensTrait.php",
10227 "tests/Test/IntegrationCase.php",
10228 "tests/Test/IntegrationCaseFactory.php",
10229 "tests/Test/IntegrationCaseFactoryInterface.php",
10230 "tests/Test/InternalIntegrationCaseFactory.php",
10231 "tests/TestCase.php"
10232 ]
10233 },
10234 "notification-url": "https://packagist.org/downloads/",
10235 "license": [
10236 "MIT"
10237 ],
10238 "authors": [
10239 {
10240 "name": "Fabien Potencier",
10241 "email": "fabien@symfony.com"
10242 },
10243 {
10244 "name": "Dariusz Rumiński",
10245 "email": "dariusz.ruminski@gmail.com"
10246 }
10247 ],
10248 "description": "A tool to automatically fix PHP code style",
10249 "time": "2019-11-25T22:10:32+00:00"
10250 },
10251 {
10252 "name": "m6web/redis-mock",
10253 "version": "v4.7.0",
10254 "source": {
10255 "type": "git",
10256 "url": "https://github.com/M6Web/RedisMock.git",
10257 "reference": "057ad8e1bea903aee54642e310d900bdb794372c"
10258 },
10259 "dist": {
10260 "type": "zip",
10261 "url": "https://api.github.com/repos/M6Web/RedisMock/zipball/057ad8e1bea903aee54642e310d900bdb794372c",
10262 "reference": "057ad8e1bea903aee54642e310d900bdb794372c",
10263 "shasum": ""
10264 },
10265 "require": {
10266 "php": ">=7.1.0"
10267 },
10268 "require-dev": {
10269 "atoum/atoum": "master-dev",
10270 "predis/predis": "~1.1"
10271 },
10272 "type": "library",
10273 "autoload": {
10274 "psr-0": {
10275 "M6Web\\Component\\RedisMock": "src/"
10276 }
10277 },
10278 "notification-url": "https://packagist.org/downloads/",
10279 "license": [
10280 "MIT"
10281 ],
10282 "authors": [
10283 {
10284 "name": "M6Web",
10285 "email": "opensource@m6web.fr",
10286 "homepage": "http://tech.m6web.fr/"
10287 }
10288 ],
10289 "description": "Library providing a PHP mock for Redis",
10290 "keywords": [
10291 "mock",
10292 "redis"
10293 ],
10294 "time": "2019-11-04T09:03:23+00:00"
10295 },
10296 {
10297 "name": "nette/bootstrap",
10298 "version": "v3.0.1",
10299 "source": {
10300 "type": "git",
10301 "url": "https://github.com/nette/bootstrap.git",
10302 "reference": "b45a1e33b6a44beb307756522396551e5a9ff249"
10303 },
10304 "dist": {
10305 "type": "zip",
10306 "url": "https://api.github.com/repos/nette/bootstrap/zipball/b45a1e33b6a44beb307756522396551e5a9ff249",
10307 "reference": "b45a1e33b6a44beb307756522396551e5a9ff249",
10308 "shasum": ""
10309 },
10310 "require": {
10311 "nette/di": "^3.0",
10312 "nette/utils": "^3.0",
10313 "php": ">=7.1"
10314 },
10315 "conflict": {
10316 "tracy/tracy": "<2.6"
10317 },
10318 "require-dev": {
10319 "latte/latte": "^2.2",
10320 "nette/application": "^3.0",
10321 "nette/caching": "^3.0",
10322 "nette/database": "^3.0",
10323 "nette/forms": "^3.0",
10324 "nette/http": "^3.0",
10325 "nette/mail": "^3.0",
10326 "nette/robot-loader": "^3.0",
10327 "nette/safe-stream": "^2.2",
10328 "nette/security": "^3.0",
10329 "nette/tester": "^2.0",
10330 "tracy/tracy": "^2.6"
10331 },
10332 "suggest": {
10333 "nette/robot-loader": "to use Configurator::createRobotLoader()",
10334 "tracy/tracy": "to use Configurator::enableTracy()"
10335 },
10336 "type": "library",
10337 "extra": {
10338 "branch-alias": {
10339 "dev-master": "3.0-dev"
10340 }
10341 },
10342 "autoload": {
10343 "classmap": [
10344 "src/"
10345 ]
10346 },
10347 "notification-url": "https://packagist.org/downloads/",
10348 "license": [
10349 "BSD-3-Clause",
10350 "GPL-2.0",
10351 "GPL-3.0"
10352 ],
10353 "authors": [
10354 {
10355 "name": "David Grudl",
10356 "homepage": "https://davidgrudl.com"
10357 },
10358 {
10359 "name": "Nette Community",
10360 "homepage": "https://nette.org/contributors"
10361 }
10362 ],
10363 "description": "🅱 Nette Bootstrap: the simple way to configure and bootstrap your Nette application.",
10364 "homepage": "https://nette.org",
10365 "keywords": [
10366 "bootstrapping",
10367 "configurator",
10368 "nette"
10369 ],
10370 "time": "2019-09-30T08:19:38+00:00"
10371 },
10372 {
10373 "name": "nette/di",
10374 "version": "v3.0.1",
10375 "source": {
10376 "type": "git",
10377 "url": "https://github.com/nette/di.git",
10378 "reference": "4aff517a1c6bb5c36fa09733d4cea089f529de6d"
10379 },
10380 "dist": {
10381 "type": "zip",
10382 "url": "https://api.github.com/repos/nette/di/zipball/4aff517a1c6bb5c36fa09733d4cea089f529de6d",
10383 "reference": "4aff517a1c6bb5c36fa09733d4cea089f529de6d",
10384 "shasum": ""
10385 },
10386 "require": {
10387 "ext-tokenizer": "*",
10388 "nette/neon": "^3.0",
10389 "nette/php-generator": "^3.2.2",
10390 "nette/robot-loader": "^3.2",
10391 "nette/schema": "^1.0",
10392 "nette/utils": "^3.0",
10393 "php": ">=7.1"
10394 },
10395 "conflict": {
10396 "nette/bootstrap": "<3.0"
10397 },
10398 "require-dev": {
10399 "nette/tester": "^2.2",
10400 "tracy/tracy": "^2.3"
10401 },
10402 "type": "library",
10403 "extra": {
10404 "branch-alias": {
10405 "dev-master": "3.0-dev"
10406 }
10407 },
10408 "autoload": {
10409 "classmap": [
10410 "src/"
10411 ],
10412 "files": [
10413 "src/compatibility.php"
10414 ]
10415 },
10416 "notification-url": "https://packagist.org/downloads/",
10417 "license": [
10418 "BSD-3-Clause",
10419 "GPL-2.0",
10420 "GPL-3.0"
10421 ],
10422 "authors": [
10423 {
10424 "name": "David Grudl",
10425 "homepage": "https://davidgrudl.com"
10426 },
10427 {
10428 "name": "Nette Community",
10429 "homepage": "https://nette.org/contributors"
10430 }
10431 ],
10432 "description": "💎 Nette Dependency Injection Container: Flexible, compiled and full-featured DIC with perfectly usable autowiring and support for all new PHP 7.1 features.",
10433 "homepage": "https://nette.org",
10434 "keywords": [
10435 "compiled",
10436 "di",
10437 "dic",
10438 "factory",
10439 "ioc",
10440 "nette",
10441 "static"
10442 ],
10443 "time": "2019-08-07T12:11:33+00:00"
10444 },
10445 {
10446 "name": "nette/finder",
10447 "version": "v2.5.1",
10448 "source": {
10449 "type": "git",
10450 "url": "https://github.com/nette/finder.git",
10451 "reference": "14164e1ddd69e9c5f627ff82a10874b3f5bba5fe"
10452 },
10453 "dist": {
10454 "type": "zip",
10455 "url": "https://api.github.com/repos/nette/finder/zipball/14164e1ddd69e9c5f627ff82a10874b3f5bba5fe",
10456 "reference": "14164e1ddd69e9c5f627ff82a10874b3f5bba5fe",
10457 "shasum": ""
10458 },
10459 "require": {
10460 "nette/utils": "^2.4 || ~3.0.0",
10461 "php": ">=7.1"
10462 },
10463 "conflict": {
10464 "nette/nette": "<2.2"
10465 },
10466 "require-dev": {
10467 "nette/tester": "^2.0",
10468 "tracy/tracy": "^2.3"
10469 },
10470 "type": "library",
10471 "extra": {
10472 "branch-alias": {
10473 "dev-master": "2.5-dev"
10474 }
10475 },
10476 "autoload": {
10477 "classmap": [
10478 "src/"
10479 ]
10480 },
10481 "notification-url": "https://packagist.org/downloads/",
10482 "license": [
10483 "BSD-3-Clause",
10484 "GPL-2.0",
10485 "GPL-3.0"
10486 ],
10487 "authors": [
10488 {
10489 "name": "David Grudl",
10490 "homepage": "https://davidgrudl.com"
10491 },
10492 {
10493 "name": "Nette Community",
10494 "homepage": "https://nette.org/contributors"
10495 }
10496 ],
10497 "description": "🔍 Nette Finder: find files and directories with an intuitive API.",
10498 "homepage": "https://nette.org",
10499 "keywords": [
10500 "filesystem",
10501 "glob",
10502 "iterator",
10503 "nette"
10504 ],
10505 "time": "2019-07-11T18:02:17+00:00"
10506 },
10507 {
10508 "name": "nette/neon",
10509 "version": "v3.0.0",
10510 "source": {
10511 "type": "git",
10512 "url": "https://github.com/nette/neon.git",
10513 "reference": "cbff32059cbdd8720deccf9e9eace6ee516f02eb"
10514 },
10515 "dist": {
10516 "type": "zip",
10517 "url": "https://api.github.com/repos/nette/neon/zipball/cbff32059cbdd8720deccf9e9eace6ee516f02eb",
10518 "reference": "cbff32059cbdd8720deccf9e9eace6ee516f02eb",
10519 "shasum": ""
10520 },
10521 "require": {
10522 "ext-iconv": "*",
10523 "ext-json": "*",
10524 "php": ">=7.0"
10525 },
10526 "require-dev": {
10527 "nette/tester": "^2.0",
10528 "tracy/tracy": "^2.3"
10529 },
10530 "type": "library",
10531 "extra": {
10532 "branch-alias": {
10533 "dev-master": "3.0-dev"
10534 }
10535 },
10536 "autoload": {
10537 "classmap": [
10538 "src/"
10539 ]
10540 },
10541 "notification-url": "https://packagist.org/downloads/",
10542 "license": [
10543 "BSD-3-Clause",
10544 "GPL-2.0",
10545 "GPL-3.0"
10546 ],
10547 "authors": [
10548 {
10549 "name": "David Grudl",
10550 "homepage": "https://davidgrudl.com"
10551 },
10552 {
10553 "name": "Nette Community",
10554 "homepage": "https://nette.org/contributors"
10555 }
10556 ],
10557 "description": "? Nette NEON: encodes and decodes NEON file format.",
10558 "homepage": "http://ne-on.org",
10559 "keywords": [
10560 "export",
10561 "import",
10562 "neon",
10563 "nette",
10564 "yaml"
10565 ],
10566 "time": "2019-02-05T21:30:40+00:00"
10567 },
10568 {
10569 "name": "nette/php-generator",
10570 "version": "v3.3.1",
10571 "source": {
10572 "type": "git",
10573 "url": "https://github.com/nette/php-generator.git",
10574 "reference": "4240fd7adf499138c07b814ef9b9a6df9f6d7187"
10575 },
10576 "dist": {
10577 "type": "zip",
10578 "url": "https://api.github.com/repos/nette/php-generator/zipball/4240fd7adf499138c07b814ef9b9a6df9f6d7187",
10579 "reference": "4240fd7adf499138c07b814ef9b9a6df9f6d7187",
10580 "shasum": ""
10581 },
10582 "require": {
10583 "nette/utils": "^2.4.2 || ~3.0.0",
10584 "php": ">=7.1"
10585 },
10586 "require-dev": {
10587 "nette/tester": "^2.0",
10588 "tracy/tracy": "^2.3"
10589 },
10590 "type": "library",
10591 "extra": {
10592 "branch-alias": {
10593 "dev-master": "3.3-dev"
10594 }
10595 },
10596 "autoload": {
10597 "classmap": [
10598 "src/"
10599 ]
10600 },
10601 "notification-url": "https://packagist.org/downloads/",
10602 "license": [
10603 "BSD-3-Clause",
10604 "GPL-2.0",
10605 "GPL-3.0"
10606 ],
10607 "authors": [
10608 {
10609 "name": "David Grudl",
10610 "homepage": "https://davidgrudl.com"
10611 },
10612 {
10613 "name": "Nette Community",
10614 "homepage": "https://nette.org/contributors"
10615 }
10616 ],
10617 "description": "🐘 Nette PHP Generator: generates neat PHP code for you. Supports new PHP 7.3 features.",
10618 "homepage": "https://nette.org",
10619 "keywords": [
10620 "code",
10621 "nette",
10622 "php",
10623 "scaffolding"
10624 ],
10625 "time": "2019-11-22T11:12:11+00:00"
10626 },
10627 {
10628 "name": "nette/robot-loader",
10629 "version": "v3.2.0",
10630 "source": {
10631 "type": "git",
10632 "url": "https://github.com/nette/robot-loader.git",
10633 "reference": "0712a0e39ae7956d6a94c0ab6ad41aa842544b5c"
10634 },
10635 "dist": {
10636 "type": "zip",
10637 "url": "https://api.github.com/repos/nette/robot-loader/zipball/0712a0e39ae7956d6a94c0ab6ad41aa842544b5c",
10638 "reference": "0712a0e39ae7956d6a94c0ab6ad41aa842544b5c",
10639 "shasum": ""
10640 },
10641 "require": {
10642 "ext-tokenizer": "*",
10643 "nette/finder": "^2.5",
10644 "nette/utils": "^3.0",
10645 "php": ">=7.1"
10646 },
10647 "require-dev": {
10648 "nette/tester": "^2.0",
10649 "tracy/tracy": "^2.3"
10650 },
10651 "type": "library",
10652 "extra": {
10653 "branch-alias": {
10654 "dev-master": "3.2-dev"
10655 }
10656 },
10657 "autoload": {
10658 "classmap": [
10659 "src/"
10660 ]
10661 },
10662 "notification-url": "https://packagist.org/downloads/",
10663 "license": [
10664 "BSD-3-Clause",
10665 "GPL-2.0",
10666 "GPL-3.0"
10667 ],
10668 "authors": [
10669 {
10670 "name": "David Grudl",
10671 "homepage": "https://davidgrudl.com"
10672 },
10673 {
10674 "name": "Nette Community",
10675 "homepage": "https://nette.org/contributors"
10676 }
10677 ],
10678 "description": "? Nette RobotLoader: high performance and comfortable autoloader that will search and autoload classes within your application.",
10679 "homepage": "https://nette.org",
10680 "keywords": [
10681 "autoload",
10682 "class",
10683 "interface",
10684 "nette",
10685 "trait"
10686 ],
10687 "time": "2019-03-08T21:57:24+00:00"
10688 },
10689 {
10690 "name": "nette/schema",
10691 "version": "v1.0.1",
10692 "source": {
10693 "type": "git",
10694 "url": "https://github.com/nette/schema.git",
10695 "reference": "337117df1dade22e2ba1fdc4a4b832c1e9b06b76"
10696 },
10697 "dist": {
10698 "type": "zip",
10699 "url": "https://api.github.com/repos/nette/schema/zipball/337117df1dade22e2ba1fdc4a4b832c1e9b06b76",
10700 "reference": "337117df1dade22e2ba1fdc4a4b832c1e9b06b76",
10701 "shasum": ""
10702 },
10703 "require": {
10704 "nette/utils": "^3.0.1",
10705 "php": ">=7.1"
10706 },
10707 "require-dev": {
10708 "nette/tester": "^2.2",
10709 "tracy/tracy": "^2.3"
10710 },
10711 "type": "library",
10712 "extra": {
10713 "branch-alias": {
10714 "dev-master": "1.0-dev"
10715 }
10716 },
10717 "autoload": {
10718 "classmap": [
10719 "src/"
10720 ]
10721 },
10722 "notification-url": "https://packagist.org/downloads/",
10723 "license": [
10724 "BSD-3-Clause",
10725 "GPL-2.0",
10726 "GPL-3.0"
10727 ],
10728 "authors": [
10729 {
10730 "name": "David Grudl",
10731 "homepage": "https://davidgrudl.com"
10732 },
10733 {
10734 "name": "Nette Community",
10735 "homepage": "https://nette.org/contributors"
10736 }
10737 ],
10738 "description": "📐 Nette Schema: validating data structures against a given Schema.",
10739 "homepage": "https://nette.org",
10740 "keywords": [
10741 "config",
10742 "nette"
10743 ],
10744 "time": "2019-10-31T20:52:19+00:00"
10745 },
10746 {
10747 "name": "nette/utils",
10748 "version": "v3.0.2",
10749 "source": {
10750 "type": "git",
10751 "url": "https://github.com/nette/utils.git",
10752 "reference": "c133e18c922dcf3ad07673077d92d92cef25a148"
10753 },
10754 "dist": {
10755 "type": "zip",
10756 "url": "https://api.github.com/repos/nette/utils/zipball/c133e18c922dcf3ad07673077d92d92cef25a148",
10757 "reference": "c133e18c922dcf3ad07673077d92d92cef25a148",
10758 "shasum": ""
10759 },
10760 "require": {
10761 "php": ">=7.1"
10762 },
10763 "require-dev": {
10764 "nette/tester": "~2.0",
10765 "tracy/tracy": "^2.3"
10766 },
10767 "suggest": {
10768 "ext-gd": "to use Image",
10769 "ext-iconv": "to use Strings::webalize() and toAscii()",
10770 "ext-intl": "to use Strings::webalize(), toAscii(), normalize() and compare()",
10771 "ext-json": "to use Nette\\Utils\\Json",
10772 "ext-mbstring": "to use Strings::lower() etc...",
10773 "ext-tokenizer": "to use Nette\\Utils\\Reflection::getUseStatements()",
10774 "ext-xml": "to use Strings::length() etc. when mbstring is not available"
10775 },
10776 "type": "library",
10777 "extra": {
10778 "branch-alias": {
10779 "dev-master": "3.0-dev"
10780 }
10781 },
10782 "autoload": {
10783 "classmap": [
10784 "src/"
10785 ]
10786 },
10787 "notification-url": "https://packagist.org/downloads/",
10788 "license": [
10789 "BSD-3-Clause",
10790 "GPL-2.0",
10791 "GPL-3.0"
10792 ],
10793 "authors": [
10794 {
10795 "name": "David Grudl",
10796 "homepage": "https://davidgrudl.com"
10797 },
10798 {
10799 "name": "Nette Community",
10800 "homepage": "https://nette.org/contributors"
10801 }
10802 ],
10803 "description": "🛠 Nette Utils: lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.",
10804 "homepage": "https://nette.org",
10805 "keywords": [
10806 "array",
10807 "core",
10808 "datetime",
10809 "images",
10810 "json",
10811 "nette",
10812 "paginator",
10813 "password",
10814 "slugify",
10815 "string",
10816 "unicode",
10817 "utf-8",
10818 "utility",
10819 "validation"
10820 ],
10821 "time": "2019-10-21T20:40:16+00:00"
10822 },
10823 {
10824 "name": "nikic/php-parser",
10825 "version": "v4.3.0",
10826 "source": {
10827 "type": "git",
10828 "url": "https://github.com/nikic/PHP-Parser.git",
10829 "reference": "9a9981c347c5c49d6dfe5cf826bb882b824080dc"
10830 },
10831 "dist": {
10832 "type": "zip",
10833 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/9a9981c347c5c49d6dfe5cf826bb882b824080dc",
10834 "reference": "9a9981c347c5c49d6dfe5cf826bb882b824080dc",
10835 "shasum": ""
10836 },
10837 "require": {
10838 "ext-tokenizer": "*",
10839 "php": ">=7.0"
10840 },
10841 "require-dev": {
10842 "ircmaxell/php-yacc": "0.0.5",
10843 "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0"
10844 },
10845 "bin": [
10846 "bin/php-parse"
10847 ],
10848 "type": "library",
10849 "extra": {
10850 "branch-alias": {
10851 "dev-master": "4.3-dev"
10852 }
10853 },
10854 "autoload": {
10855 "psr-4": {
10856 "PhpParser\\": "lib/PhpParser"
10857 }
10858 },
10859 "notification-url": "https://packagist.org/downloads/",
10860 "license": [
10861 "BSD-3-Clause"
10862 ],
10863 "authors": [
10864 {
10865 "name": "Nikita Popov"
10866 }
10867 ],
10868 "description": "A PHP parser written in PHP",
10869 "keywords": [
10870 "parser",
10871 "php"
10872 ],
10873 "time": "2019-11-08T13:50:10+00:00"
10874 },
10875 {
10876 "name": "php-cs-fixer/diff",
10877 "version": "v1.3.0",
10878 "source": {
10879 "type": "git",
10880 "url": "https://github.com/PHP-CS-Fixer/diff.git",
10881 "reference": "78bb099e9c16361126c86ce82ec4405ebab8e756"
10882 },
10883 "dist": {
10884 "type": "zip",
10885 "url": "https://api.github.com/repos/PHP-CS-Fixer/diff/zipball/78bb099e9c16361126c86ce82ec4405ebab8e756",
10886 "reference": "78bb099e9c16361126c86ce82ec4405ebab8e756",
10887 "shasum": ""
10888 },
10889 "require": {
10890 "php": "^5.6 || ^7.0"
10891 },
10892 "require-dev": {
10893 "phpunit/phpunit": "^5.7.23 || ^6.4.3",
10894 "symfony/process": "^3.3"
10895 },
10896 "type": "library",
10897 "autoload": {
10898 "classmap": [
10899 "src/"
10900 ]
10901 },
10902 "notification-url": "https://packagist.org/downloads/",
10903 "license": [
10904 "BSD-3-Clause"
10905 ],
10906 "authors": [
10907 {
10908 "name": "Kore Nordmann",
10909 "email": "mail@kore-nordmann.de"
10910 },
10911 {
10912 "name": "Sebastian Bergmann",
10913 "email": "sebastian@phpunit.de"
10914 },
10915 {
10916 "name": "SpacePossum"
10917 }
10918 ],
10919 "description": "sebastian/diff v2 backport support for PHP5.6",
10920 "homepage": "https://github.com/PHP-CS-Fixer",
10921 "keywords": [
10922 "diff"
10923 ],
10924 "time": "2018-02-15T16:58:55+00:00"
10925 },
10926 {
10927 "name": "php-http/mock-client",
10928 "version": "1.3.0",
10929 "source": {
10930 "type": "git",
10931 "url": "https://github.com/php-http/mock-client.git",
10932 "reference": "d364c4a2847229dd37237d0083887889d3bd8564"
10933 },
10934 "dist": {
10935 "type": "zip",
10936 "url": "https://api.github.com/repos/php-http/mock-client/zipball/d364c4a2847229dd37237d0083887889d3bd8564",
10937 "reference": "d364c4a2847229dd37237d0083887889d3bd8564",
10938 "shasum": ""
10939 },
10940 "require": {
10941 "php": "^5.5 || ^7.0",
10942 "php-http/client-common": "^1.9 || ^2.0",
10943 "php-http/discovery": "^1.0",
10944 "php-http/httplug": "^1.0 || ^2.0",
10945 "php-http/message-factory": "^1.0"
10946 },
10947 "provide": {
10948 "php-http/async-client-implementation": "1.0",
10949 "php-http/client-implementation": "1.0"
10950 },
10951 "require-dev": {
10952 "henrikbjorn/phpspec-code-coverage": "^1.0",
10953 "phpspec/phpspec": "^2.4"
10954 },
10955 "type": "library",
10956 "extra": {
10957 "branch-alias": {
10958 "dev-master": "1.3-dev"
10959 }
10960 },
10961 "autoload": {
10962 "psr-4": {
10963 "Http\\Mock\\": "src/"
10964 }
10965 },
10966 "notification-url": "https://packagist.org/downloads/",
10967 "license": [
10968 "MIT"
10969 ],
10970 "authors": [
10971 {
10972 "name": "David de Boer",
10973 "email": "david@ddeboer.nl"
10974 }
10975 ],
10976 "description": "Mock HTTP client",
10977 "homepage": "http://httplug.io",
10978 "keywords": [
10979 "client",
10980 "http",
10981 "mock",
10982 "psr7"
10983 ],
10984 "time": "2019-02-21T08:51:08+00:00"
10985 },
10986 {
10987 "name": "phpstan/phpdoc-parser",
10988 "version": "0.3.5",
10989 "source": {
10990 "type": "git",
10991 "url": "https://github.com/phpstan/phpdoc-parser.git",
10992 "reference": "8c4ef2aefd9788238897b678a985e1d5c8df6db4"
10993 },
10994 "dist": {
10995 "type": "zip",
10996 "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/8c4ef2aefd9788238897b678a985e1d5c8df6db4",
10997 "reference": "8c4ef2aefd9788238897b678a985e1d5c8df6db4",
10998 "shasum": ""
10999 },
11000 "require": {
11001 "php": "~7.1"
11002 },
11003 "require-dev": {
11004 "consistence/coding-standard": "^3.5",
11005 "jakub-onderka/php-parallel-lint": "^0.9.2",
11006 "phing/phing": "^2.16.0",
11007 "phpstan/phpstan": "^0.10",
11008 "phpunit/phpunit": "^6.3",
11009 "slevomat/coding-standard": "^4.7.2",
11010 "squizlabs/php_codesniffer": "^3.3.2",
11011 "symfony/process": "^3.4 || ^4.0"
11012 },
11013 "type": "library",
11014 "extra": {
11015 "branch-alias": {
11016 "dev-master": "0.3-dev"
11017 }
11018 },
11019 "autoload": {
11020 "psr-4": {
11021 "PHPStan\\PhpDocParser\\": [
11022 "src/"
11023 ]
11024 }
11025 },
11026 "notification-url": "https://packagist.org/downloads/",
11027 "license": [
11028 "MIT"
11029 ],
11030 "description": "PHPDoc parser with support for nullable, intersection and generic types",
11031 "time": "2019-06-07T19:13:52+00:00"
11032 },
11033 {
11034 "name": "phpstan/phpstan",
11035 "version": "0.11.19",
11036 "source": {
11037 "type": "git",
11038 "url": "https://github.com/phpstan/phpstan.git",
11039 "reference": "63cc502f6957b7f74efbac444b4cf219dcadffd7"
11040 },
11041 "dist": {
11042 "type": "zip",
11043 "url": "https://api.github.com/repos/phpstan/phpstan/zipball/63cc502f6957b7f74efbac444b4cf219dcadffd7",
11044 "reference": "63cc502f6957b7f74efbac444b4cf219dcadffd7",
11045 "shasum": ""
11046 },
11047 "require": {
11048 "composer/xdebug-handler": "^1.3.0",
11049 "jean85/pretty-package-versions": "^1.0.3",
11050 "nette/bootstrap": "^2.4 || ^3.0",
11051 "nette/di": "^2.4.7 || ^3.0",
11052 "nette/neon": "^2.4.3 || ^3.0",
11053 "nette/robot-loader": "^3.0.1",
11054 "nette/schema": "^1.0",
11055 "nette/utils": "^2.4.5 || ^3.0",
11056 "nikic/php-parser": "^4.2.3",
11057 "php": "~7.1",
11058 "phpstan/phpdoc-parser": "^0.3.5",
11059 "symfony/console": "~3.2 || ~4.0",
11060 "symfony/finder": "~3.2 || ~4.0"
11061 },
11062 "conflict": {
11063 "symfony/console": "3.4.16 || 4.1.5"
11064 },
11065 "require-dev": {
11066 "brianium/paratest": "^2.0 || ^3.0",
11067 "consistence/coding-standard": "^3.5",
11068 "dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
11069 "ext-intl": "*",
11070 "ext-mysqli": "*",
11071 "ext-simplexml": "*",
11072 "ext-soap": "*",
11073 "ext-zip": "*",
11074 "jakub-onderka/php-parallel-lint": "^1.0",
11075 "localheinz/composer-normalize": "^1.1.0",
11076 "phing/phing": "^2.16.0",
11077 "phpstan/phpstan-deprecation-rules": "^0.11",
11078 "phpstan/phpstan-php-parser": "^0.11",
11079 "phpstan/phpstan-phpunit": "^0.11",
11080 "phpstan/phpstan-strict-rules": "^0.11",
11081 "phpunit/phpunit": "^7.5.14 || ^8.0",
11082 "slevomat/coding-standard": "^4.7.2",
11083 "squizlabs/php_codesniffer": "^3.3.2"
11084 },
11085 "bin": [
11086 "bin/phpstan"
11087 ],
11088 "type": "library",
11089 "extra": {
11090 "branch-alias": {
11091 "dev-master": "0.11-dev"
11092 }
11093 },
11094 "autoload": {
11095 "psr-4": {
11096 "PHPStan\\": [
11097 "src/"
11098 ]
11099 }
11100 },
11101 "notification-url": "https://packagist.org/downloads/",
11102 "license": [
11103 "MIT"
11104 ],
11105 "description": "PHPStan - PHP Static Analysis Tool",
11106 "time": "2019-10-22T20:20:22+00:00"
11107 },
11108 {
11109 "name": "phpstan/phpstan-doctrine",
11110 "version": "0.11.6",
11111 "source": {
11112 "type": "git",
11113 "url": "https://github.com/phpstan/phpstan-doctrine.git",
11114 "reference": "77592865e167b32c7dcb4f39a35210e909a8854c"
11115 },
11116 "dist": {
11117 "type": "zip",
11118 "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/77592865e167b32c7dcb4f39a35210e909a8854c",
11119 "reference": "77592865e167b32c7dcb4f39a35210e909a8854c",
11120 "shasum": ""
11121 },
11122 "require": {
11123 "nikic/php-parser": "^4.0",
11124 "php": "~7.1",
11125 "phpstan/phpdoc-parser": "^0.3",
11126 "phpstan/phpstan": "^0.11.7"
11127 },
11128 "conflict": {
11129 "doctrine/collections": "<1.0",
11130 "doctrine/common": "<2.7",
11131 "doctrine/mongodb-odm": "<1.2",
11132 "doctrine/orm": "<2.5"
11133 },
11134 "require-dev": {
11135 "consistence/coding-standard": "^3.8",
11136 "dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
11137 "doctrine/collections": "^1.0",
11138 "doctrine/common": "^2.7",
11139 "doctrine/mongodb-odm": "^1.2",
11140 "doctrine/orm": "^2.5",
11141 "jakub-onderka/php-parallel-lint": "^1.0",
11142 "phing/phing": "^2.16.0",
11143 "phpstan/phpstan-phpunit": "^0.11",
11144 "phpstan/phpstan-strict-rules": "^0.11",
11145 "phpunit/phpunit": "^7.0",
11146 "slevomat/coding-standard": "^5.0.4"
11147 },
11148 "type": "phpstan-extension",
11149 "extra": {
11150 "branch-alias": {
11151 "dev-master": "0.11-dev"
11152 },
11153 "phpstan": {
11154 "includes": [
11155 "extension.neon",
11156 "rules.neon"
11157 ]
11158 }
11159 },
11160 "autoload": {
11161 "psr-4": {
11162 "PHPStan\\": "src/"
11163 }
11164 },
11165 "notification-url": "https://packagist.org/downloads/",
11166 "license": [
11167 "MIT"
11168 ],
11169 "description": "Doctrine extensions for PHPStan",
11170 "time": "2019-09-13T08:40:06+00:00"
11171 },
11172 {
11173 "name": "phpstan/phpstan-phpunit",
11174 "version": "0.11.2",
11175 "source": {
11176 "type": "git",
11177 "url": "https://github.com/phpstan/phpstan-phpunit.git",
11178 "reference": "fbf2ad56c3b13189d29655e226c9b1da47c2fad9"
11179 },
11180 "dist": {
11181 "type": "zip",
11182 "url": "https://api.github.com/repos/phpstan/phpstan-phpunit/zipball/fbf2ad56c3b13189d29655e226c9b1da47c2fad9",
11183 "reference": "fbf2ad56c3b13189d29655e226c9b1da47c2fad9",
11184 "shasum": ""
11185 },
11186 "require": {
11187 "nikic/php-parser": "^4.0",
11188 "php": "~7.1",
11189 "phpstan/phpdoc-parser": "^0.3",
11190 "phpstan/phpstan": "^0.11.4"
11191 },
11192 "conflict": {
11193 "phpunit/phpunit": "<7.0"
11194 },
11195 "require-dev": {
11196 "consistence/coding-standard": "^3.0.1",
11197 "dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
11198 "jakub-onderka/php-parallel-lint": "^1.0",
11199 "phing/phing": "^2.16.0",
11200 "phpstan/phpstan-strict-rules": "^0.11",
11201 "phpunit/phpunit": "^7.0",
11202 "satooshi/php-coveralls": "^1.0",
11203 "slevomat/coding-standard": "^4.5.2"
11204 },
11205 "type": "phpstan-extension",
11206 "extra": {
11207 "branch-alias": {
11208 "dev-master": "0.11-dev"
11209 },
11210 "phpstan": {
11211 "includes": [
11212 "extension.neon",
11213 "rules.neon"
11214 ]
11215 }
11216 },
11217 "autoload": {
11218 "psr-4": {
11219 "PHPStan\\": "src/"
11220 }
11221 },
11222 "notification-url": "https://packagist.org/downloads/",
11223 "license": [
11224 "MIT"
11225 ],
11226 "description": "PHPUnit extensions and rules for PHPStan",
11227 "time": "2019-05-17T17:50:16+00:00"
11228 },
11229 {
11230 "name": "phpstan/phpstan-symfony",
11231 "version": "0.11.6",
11232 "source": {
11233 "type": "git",
11234 "url": "https://github.com/phpstan/phpstan-symfony.git",
11235 "reference": "c7be3054c21fd472a52b1c38eb129c3f93776084"
11236 },
11237 "dist": {
11238 "type": "zip",
11239 "url": "https://api.github.com/repos/phpstan/phpstan-symfony/zipball/c7be3054c21fd472a52b1c38eb129c3f93776084",
11240 "reference": "c7be3054c21fd472a52b1c38eb129c3f93776084",
11241 "shasum": ""
11242 },
11243 "require": {
11244 "ext-simplexml": "*",
11245 "nikic/php-parser": "^4.0",
11246 "php": "^7.1",
11247 "phpstan/phpstan": "^0.11.7"
11248 },
11249 "conflict": {
11250 "symfony/framework-bundle": "<3.0"
11251 },
11252 "require-dev": {
11253 "consistence/coding-standard": "^3.0.1",
11254 "dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
11255 "jakub-onderka/php-parallel-lint": "^1.0",
11256 "nette/di": "^3.0-stable",
11257 "phing/phing": "^2.16.0",
11258 "phpstan/phpstan-phpunit": "^0.11",
11259 "phpstan/phpstan-strict-rules": "^0.11",
11260 "phpunit/phpunit": "^7.0",
11261 "slevomat/coding-standard": "^4.5.2",
11262 "squizlabs/php_codesniffer": "^3.3.2",
11263 "symfony/console": "^3.0 || ^4.0",
11264 "symfony/framework-bundle": "^3.0 || ^4.0",
11265 "symfony/messenger": "^4.2",
11266 "symfony/serializer": "^3.0 || ^4.0"
11267 },
11268 "type": "phpstan-extension",
11269 "extra": {
11270 "branch-alias": {
11271 "dev-master": "0.11-dev"
11272 },
11273 "phpstan": {
11274 "includes": [
11275 "extension.neon"
11276 ]
11277 }
11278 },
11279 "autoload": {
11280 "psr-4": {
11281 "PHPStan\\": "src/"
11282 }
11283 },
11284 "notification-url": "https://packagist.org/downloads/",
11285 "license": [
11286 "MIT"
11287 ],
11288 "authors": [
11289 {
11290 "name": "Lukáš Unger",
11291 "email": "looky.msc@gmail.com",
11292 "homepage": "https://lookyman.net"
11293 }
11294 ],
11295 "description": "Symfony Framework extensions and rules for PHPStan",
11296 "time": "2019-05-19T17:40:25+00:00"
11297 },
11298 {
11299 "name": "sensio/generator-bundle",
11300 "version": "v3.1.7",
11301 "source": {
11302 "type": "git",
11303 "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git",
11304 "reference": "28cbaa244bd0816fd8908b93f90380bcd7b67a65"
11305 },
11306 "dist": {
11307 "type": "zip",
11308 "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/28cbaa244bd0816fd8908b93f90380bcd7b67a65",
11309 "reference": "28cbaa244bd0816fd8908b93f90380bcd7b67a65",
11310 "shasum": ""
11311 },
11312 "require": {
11313 "symfony/console": "~2.7|~3.0",
11314 "symfony/framework-bundle": "~2.7|~3.0",
11315 "symfony/process": "~2.7|~3.0",
11316 "symfony/yaml": "~2.7|~3.0",
11317 "twig/twig": "^1.28.2|^2.0"
11318 },
11319 "require-dev": {
11320 "doctrine/orm": "~2.4",
11321 "symfony/doctrine-bridge": "~2.7|~3.0",
11322 "symfony/filesystem": "~2.7|~3.0",
11323 "symfony/phpunit-bridge": "^3.3"
11324 },
11325 "type": "symfony-bundle",
11326 "extra": {
11327 "branch-alias": {
11328 "dev-master": "3.1.x-dev"
11329 }
11330 },
11331 "autoload": {
11332 "psr-4": {
11333 "Sensio\\Bundle\\GeneratorBundle\\": ""
11334 },
11335 "exclude-from-classmap": [
11336 "/Tests/"
11337 ]
11338 },
11339 "notification-url": "https://packagist.org/downloads/",
11340 "license": [
11341 "MIT"
11342 ],
11343 "authors": [
11344 {
11345 "name": "Fabien Potencier",
11346 "email": "fabien@symfony.com"
11347 }
11348 ],
11349 "description": "This bundle generates code for you",
11350 "time": "2017-12-07T15:36:41+00:00"
11351 },
11352 {
11353 "name": "symfony/phpunit-bridge",
11354 "version": "v4.3.9",
11355 "source": {
11356 "type": "git",
11357 "url": "https://github.com/symfony/phpunit-bridge.git",
11358 "reference": "e1ce1695430a3c8ee876ff1d91ce64871786581f"
11359 },
11360 "dist": {
11361 "type": "zip",
11362 "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/e1ce1695430a3c8ee876ff1d91ce64871786581f",
11363 "reference": "e1ce1695430a3c8ee876ff1d91ce64871786581f",
11364 "shasum": ""
11365 },
11366 "require": {
11367 "php": ">=5.5.9"
11368 },
11369 "conflict": {
11370 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
11371 },
11372 "suggest": {
11373 "symfony/debug": "For tracking deprecated interfaces usages at runtime with DebugClassLoader"
11374 },
11375 "bin": [
11376 "bin/simple-phpunit"
11377 ],
11378 "type": "symfony-bridge",
11379 "extra": {
11380 "branch-alias": {
11381 "dev-master": "4.3-dev"
11382 },
11383 "thanks": {
11384 "name": "phpunit/phpunit",
11385 "url": "https://github.com/sebastianbergmann/phpunit"
11386 }
11387 },
11388 "autoload": {
11389 "files": [
11390 "bootstrap.php"
11391 ],
11392 "psr-4": {
11393 "Symfony\\Bridge\\PhpUnit\\": ""
11394 },
11395 "exclude-from-classmap": [
11396 "/Tests/"
11397 ]
11398 },
11399 "notification-url": "https://packagist.org/downloads/",
11400 "license": [
11401 "MIT"
11402 ],
11403 "authors": [
11404 {
11405 "name": "Nicolas Grekas",
11406 "email": "p@tchwork.com"
11407 },
11408 {
11409 "name": "Symfony Community",
11410 "homepage": "https://symfony.com/contributors"
11411 }
11412 ],
11413 "description": "Symfony PHPUnit Bridge",
11414 "homepage": "https://symfony.com",
11415 "time": "2019-11-28T10:34:19+00:00"
11416 }
11417 ],
11418 "aliases": [],
11419 "minimum-stability": "dev",
11420 "stability-flags": {
11421 "grandt/phpepub": 20,
11422 "predis/predis": 20
11423 },
11424 "prefer-stable": true,
11425 "prefer-lowest": false,
11426 "platform": {
11427 "php": ">=7.1.3",
11428 "ext-pcre": "*",
11429 "ext-dom": "*",
11430 "ext-curl": "*",
11431 "ext-gd": "*",
11432 "ext-session": "*",
11433 "ext-ctype": "*",
11434 "ext-hash": "*",
11435 "ext-simplexml": "*",
11436 "ext-json": "*",
11437 "ext-mbstring": "*",
11438 "ext-xml": "*",
11439 "ext-iconv": "*",
11440 "ext-tokenizer": "*",
11441 "ext-pdo": "*",
11442 "ext-tidy": "*"
11443 },
11444 "platform-dev": [],
11445 "platform-overrides": {
11446 "php": "7.1.3"
11447 }
11448 }