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