]> git.immae.eu Git - github/wallabag/wallabag.git/blob - composer.lock
Merge pull request #4218 from wallabag/dependabot/composer/white-october/pagerfanta...
[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.10.0",
416 "source": {
417 "type": "git",
418 "url": "https://github.com/doctrine/cache.git",
419 "reference": "382e7f4db9a12dc6c19431743a2b096041bcdd62"
420 },
421 "dist": {
422 "type": "zip",
423 "url": "https://api.github.com/repos/doctrine/cache/zipball/382e7f4db9a12dc6c19431743a2b096041bcdd62",
424 "reference": "382e7f4db9a12dc6c19431743a2b096041bcdd62",
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 "xcache"
492 ],
493 "time": "2019-11-29T15:36:20+00:00"
494 },
495 {
496 "name": "doctrine/collections",
497 "version": "1.6.4",
498 "source": {
499 "type": "git",
500 "url": "https://github.com/doctrine/collections.git",
501 "reference": "6b1e4b2b66f6d6e49983cebfe23a21b7ccc5b0d7"
502 },
503 "dist": {
504 "type": "zip",
505 "url": "https://api.github.com/repos/doctrine/collections/zipball/6b1e4b2b66f6d6e49983cebfe23a21b7ccc5b0d7",
506 "reference": "6b1e4b2b66f6d6e49983cebfe23a21b7ccc5b0d7",
507 "shasum": ""
508 },
509 "require": {
510 "php": "^7.1.3"
511 },
512 "require-dev": {
513 "doctrine/coding-standard": "^6.0",
514 "phpstan/phpstan-shim": "^0.9.2",
515 "phpunit/phpunit": "^7.0",
516 "vimeo/psalm": "^3.2.2"
517 },
518 "type": "library",
519 "extra": {
520 "branch-alias": {
521 "dev-master": "1.6.x-dev"
522 }
523 },
524 "autoload": {
525 "psr-4": {
526 "Doctrine\\Common\\Collections\\": "lib/Doctrine/Common/Collections"
527 }
528 },
529 "notification-url": "https://packagist.org/downloads/",
530 "license": [
531 "MIT"
532 ],
533 "authors": [
534 {
535 "name": "Guilherme Blanco",
536 "email": "guilhermeblanco@gmail.com"
537 },
538 {
539 "name": "Roman Borschel",
540 "email": "roman@code-factory.org"
541 },
542 {
543 "name": "Benjamin Eberlei",
544 "email": "kontakt@beberlei.de"
545 },
546 {
547 "name": "Jonathan Wage",
548 "email": "jonwage@gmail.com"
549 },
550 {
551 "name": "Johannes Schmitt",
552 "email": "schmittjoh@gmail.com"
553 }
554 ],
555 "description": "PHP Doctrine Collections library that adds additional functionality on top of PHP arrays.",
556 "homepage": "https://www.doctrine-project.org/projects/collections.html",
557 "keywords": [
558 "array",
559 "collections",
560 "iterators",
561 "php"
562 ],
563 "time": "2019-11-13T13:07:11+00:00"
564 },
565 {
566 "name": "doctrine/common",
567 "version": "v2.11.0",
568 "source": {
569 "type": "git",
570 "url": "https://github.com/doctrine/common.git",
571 "reference": "b8ca1dcf6b0dc8a2af7a09baac8d0c48345df4ff"
572 },
573 "dist": {
574 "type": "zip",
575 "url": "https://api.github.com/repos/doctrine/common/zipball/b8ca1dcf6b0dc8a2af7a09baac8d0c48345df4ff",
576 "reference": "b8ca1dcf6b0dc8a2af7a09baac8d0c48345df4ff",
577 "shasum": ""
578 },
579 "require": {
580 "doctrine/annotations": "^1.0",
581 "doctrine/cache": "^1.0",
582 "doctrine/collections": "^1.0",
583 "doctrine/event-manager": "^1.0",
584 "doctrine/inflector": "^1.0",
585 "doctrine/lexer": "^1.0",
586 "doctrine/persistence": "^1.1",
587 "doctrine/reflection": "^1.0",
588 "php": "^7.1"
589 },
590 "require-dev": {
591 "doctrine/coding-standard": "^1.0",
592 "phpstan/phpstan": "^0.11",
593 "phpstan/phpstan-phpunit": "^0.11",
594 "phpunit/phpunit": "^7.0",
595 "squizlabs/php_codesniffer": "^3.0",
596 "symfony/phpunit-bridge": "^4.0.5"
597 },
598 "type": "library",
599 "extra": {
600 "branch-alias": {
601 "dev-master": "2.11.x-dev"
602 }
603 },
604 "autoload": {
605 "psr-4": {
606 "Doctrine\\Common\\": "lib/Doctrine/Common"
607 }
608 },
609 "notification-url": "https://packagist.org/downloads/",
610 "license": [
611 "MIT"
612 ],
613 "authors": [
614 {
615 "name": "Guilherme Blanco",
616 "email": "guilhermeblanco@gmail.com"
617 },
618 {
619 "name": "Roman Borschel",
620 "email": "roman@code-factory.org"
621 },
622 {
623 "name": "Benjamin Eberlei",
624 "email": "kontakt@beberlei.de"
625 },
626 {
627 "name": "Jonathan Wage",
628 "email": "jonwage@gmail.com"
629 },
630 {
631 "name": "Johannes Schmitt",
632 "email": "schmittjoh@gmail.com"
633 },
634 {
635 "name": "Marco Pivetta",
636 "email": "ocramius@gmail.com"
637 }
638 ],
639 "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.",
640 "homepage": "https://www.doctrine-project.org/projects/common.html",
641 "keywords": [
642 "common",
643 "doctrine",
644 "php"
645 ],
646 "time": "2019-09-10T10:10:14+00:00"
647 },
648 {
649 "name": "doctrine/dbal",
650 "version": "v2.9.2",
651 "source": {
652 "type": "git",
653 "url": "https://github.com/doctrine/dbal.git",
654 "reference": "22800bd651c1d8d2a9719e2a3dc46d5108ebfcc9"
655 },
656 "dist": {
657 "type": "zip",
658 "url": "https://api.github.com/repos/doctrine/dbal/zipball/22800bd651c1d8d2a9719e2a3dc46d5108ebfcc9",
659 "reference": "22800bd651c1d8d2a9719e2a3dc46d5108ebfcc9",
660 "shasum": ""
661 },
662 "require": {
663 "doctrine/cache": "^1.0",
664 "doctrine/event-manager": "^1.0",
665 "ext-pdo": "*",
666 "php": "^7.1"
667 },
668 "require-dev": {
669 "doctrine/coding-standard": "^5.0",
670 "jetbrains/phpstorm-stubs": "^2018.1.2",
671 "phpstan/phpstan": "^0.10.1",
672 "phpunit/phpunit": "^7.4",
673 "symfony/console": "^2.0.5|^3.0|^4.0",
674 "symfony/phpunit-bridge": "^3.4.5|^4.0.5"
675 },
676 "suggest": {
677 "symfony/console": "For helpful console commands such as SQL execution and import of files."
678 },
679 "bin": [
680 "bin/doctrine-dbal"
681 ],
682 "type": "library",
683 "extra": {
684 "branch-alias": {
685 "dev-master": "2.9.x-dev",
686 "dev-develop": "3.0.x-dev"
687 }
688 },
689 "autoload": {
690 "psr-4": {
691 "Doctrine\\DBAL\\": "lib/Doctrine/DBAL"
692 }
693 },
694 "notification-url": "https://packagist.org/downloads/",
695 "license": [
696 "MIT"
697 ],
698 "authors": [
699 {
700 "name": "Roman Borschel",
701 "email": "roman@code-factory.org"
702 },
703 {
704 "name": "Benjamin Eberlei",
705 "email": "kontakt@beberlei.de"
706 },
707 {
708 "name": "Guilherme Blanco",
709 "email": "guilhermeblanco@gmail.com"
710 },
711 {
712 "name": "Jonathan Wage",
713 "email": "jonwage@gmail.com"
714 }
715 ],
716 "description": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.",
717 "homepage": "https://www.doctrine-project.org/projects/dbal.html",
718 "keywords": [
719 "abstraction",
720 "database",
721 "dbal",
722 "mysql",
723 "persistence",
724 "pgsql",
725 "php",
726 "queryobject"
727 ],
728 "time": "2018-12-31T03:27:51+00:00"
729 },
730 {
731 "name": "doctrine/doctrine-bundle",
732 "version": "1.12.2",
733 "source": {
734 "type": "git",
735 "url": "https://github.com/doctrine/DoctrineBundle.git",
736 "reference": "9ac04186b47abda4759d0c304ab8f0780c470ac9"
737 },
738 "dist": {
739 "type": "zip",
740 "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/9ac04186b47abda4759d0c304ab8f0780c470ac9",
741 "reference": "9ac04186b47abda4759d0c304ab8f0780c470ac9",
742 "shasum": ""
743 },
744 "require": {
745 "doctrine/dbal": "^2.5.12",
746 "doctrine/doctrine-cache-bundle": "~1.2",
747 "jdorn/sql-formatter": "^1.2.16",
748 "php": "^7.1",
749 "symfony/cache": "^3.4.30|^4.3.3",
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/phpunit-bridge": "^4.2",
766 "symfony/property-info": "^3.4.30|^4.3.3",
767 "symfony/twig-bridge": "^3.4|^4.1",
768 "symfony/validator": "^3.4.30|^4.3.3",
769 "symfony/web-profiler-bundle": "^3.4.30|^4.3.3",
770 "symfony/yaml": "^3.4.30|^4.3.3",
771 "twig/twig": "^1.34|^2.12"
772 },
773 "suggest": {
774 "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
775 "symfony/web-profiler-bundle": "To use the data collector."
776 },
777 "type": "symfony-bundle",
778 "extra": {
779 "branch-alias": {
780 "dev-master": "1.12.x-dev"
781 }
782 },
783 "autoload": {
784 "psr-4": {
785 "Doctrine\\Bundle\\DoctrineBundle\\": ""
786 }
787 },
788 "notification-url": "https://packagist.org/downloads/",
789 "license": [
790 "MIT"
791 ],
792 "authors": [
793 {
794 "name": "Fabien Potencier",
795 "email": "fabien@symfony.com"
796 },
797 {
798 "name": "Benjamin Eberlei",
799 "email": "kontakt@beberlei.de"
800 },
801 {
802 "name": "Symfony Community",
803 "homepage": "http://symfony.com/contributors"
804 },
805 {
806 "name": "Doctrine Project",
807 "homepage": "http://www.doctrine-project.org/"
808 }
809 ],
810 "description": "Symfony DoctrineBundle",
811 "homepage": "http://www.doctrine-project.org",
812 "keywords": [
813 "database",
814 "dbal",
815 "orm",
816 "persistence"
817 ],
818 "time": "2019-11-28T13:00:49+00:00"
819 },
820 {
821 "name": "doctrine/doctrine-cache-bundle",
822 "version": "1.4.0",
823 "source": {
824 "type": "git",
825 "url": "https://github.com/doctrine/DoctrineCacheBundle.git",
826 "reference": "6bee2f9b339847e8a984427353670bad4e7bdccb"
827 },
828 "dist": {
829 "type": "zip",
830 "url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/6bee2f9b339847e8a984427353670bad4e7bdccb",
831 "reference": "6bee2f9b339847e8a984427353670bad4e7bdccb",
832 "shasum": ""
833 },
834 "require": {
835 "doctrine/cache": "^1.4.2",
836 "doctrine/inflector": "^1.0",
837 "php": "^7.1",
838 "symfony/doctrine-bridge": "^3.4|^4.0"
839 },
840 "require-dev": {
841 "instaclick/coding-standard": "~1.1",
842 "instaclick/object-calisthenics-sniffs": "dev-master",
843 "instaclick/symfony2-coding-standard": "dev-remaster",
844 "phpunit/phpunit": "^7.0",
845 "predis/predis": "~0.8",
846 "satooshi/php-coveralls": "^1.0",
847 "squizlabs/php_codesniffer": "~1.5",
848 "symfony/console": "^3.4|^4.0",
849 "symfony/finder": "^3.4|^4.0",
850 "symfony/framework-bundle": "^3.4|^4.0",
851 "symfony/phpunit-bridge": "^3.4|^4.0",
852 "symfony/security-acl": "^2.8",
853 "symfony/validator": "^3.4|^4.0",
854 "symfony/yaml": "^3.4|^4.0"
855 },
856 "suggest": {
857 "symfony/security-acl": "For using this bundle to cache ACLs"
858 },
859 "type": "symfony-bundle",
860 "extra": {
861 "branch-alias": {
862 "dev-master": "1.4.x-dev"
863 }
864 },
865 "autoload": {
866 "psr-4": {
867 "Doctrine\\Bundle\\DoctrineCacheBundle\\": ""
868 },
869 "exclude-from-classmap": [
870 "/Tests/"
871 ]
872 },
873 "notification-url": "https://packagist.org/downloads/",
874 "license": [
875 "MIT"
876 ],
877 "authors": [
878 {
879 "name": "Fabien Potencier",
880 "email": "fabien@symfony.com"
881 },
882 {
883 "name": "Benjamin Eberlei",
884 "email": "kontakt@beberlei.de"
885 },
886 {
887 "name": "Fabio B. Silva",
888 "email": "fabio.bat.silva@gmail.com"
889 },
890 {
891 "name": "Guilherme Blanco",
892 "email": "guilhermeblanco@hotmail.com"
893 },
894 {
895 "name": "Symfony Community",
896 "homepage": "http://symfony.com/contributors"
897 },
898 {
899 "name": "Doctrine Project",
900 "homepage": "http://www.doctrine-project.org/"
901 }
902 ],
903 "description": "Symfony Bundle for Doctrine Cache",
904 "homepage": "https://www.doctrine-project.org",
905 "keywords": [
906 "cache",
907 "caching"
908 ],
909 "time": "2019-11-29T11:22:01+00:00"
910 },
911 {
912 "name": "doctrine/doctrine-migrations-bundle",
913 "version": "v1.3.2",
914 "source": {
915 "type": "git",
916 "url": "https://github.com/doctrine/DoctrineMigrationsBundle.git",
917 "reference": "49fa399181db4bf4f9f725126bd1cb65c4398dce"
918 },
919 "dist": {
920 "type": "zip",
921 "url": "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/49fa399181db4bf4f9f725126bd1cb65c4398dce",
922 "reference": "49fa399181db4bf4f9f725126bd1cb65c4398dce",
923 "shasum": ""
924 },
925 "require": {
926 "doctrine/doctrine-bundle": "~1.0",
927 "doctrine/migrations": "^1.1",
928 "php": ">=5.4.0",
929 "symfony/framework-bundle": "~2.7|~3.3|~4.0"
930 },
931 "require-dev": {
932 "phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^7.4"
933 },
934 "type": "symfony-bundle",
935 "extra": {
936 "branch-alias": {
937 "dev-master": "1.3-dev"
938 }
939 },
940 "autoload": {
941 "psr-4": {
942 "Doctrine\\Bundle\\MigrationsBundle\\": ""
943 }
944 },
945 "notification-url": "https://packagist.org/downloads/",
946 "license": [
947 "MIT"
948 ],
949 "authors": [
950 {
951 "name": "Symfony Community",
952 "homepage": "http://symfony.com/contributors"
953 },
954 {
955 "name": "Doctrine Project",
956 "homepage": "http://www.doctrine-project.org"
957 },
958 {
959 "name": "Fabien Potencier",
960 "email": "fabien@symfony.com"
961 }
962 ],
963 "description": "Symfony DoctrineMigrationsBundle",
964 "homepage": "http://www.doctrine-project.org",
965 "keywords": [
966 "dbal",
967 "migrations",
968 "schema"
969 ],
970 "time": "2018-12-03T11:55:33+00:00"
971 },
972 {
973 "name": "doctrine/event-manager",
974 "version": "1.1.0",
975 "source": {
976 "type": "git",
977 "url": "https://github.com/doctrine/event-manager.git",
978 "reference": "629572819973f13486371cb611386eb17851e85c"
979 },
980 "dist": {
981 "type": "zip",
982 "url": "https://api.github.com/repos/doctrine/event-manager/zipball/629572819973f13486371cb611386eb17851e85c",
983 "reference": "629572819973f13486371cb611386eb17851e85c",
984 "shasum": ""
985 },
986 "require": {
987 "php": "^7.1"
988 },
989 "conflict": {
990 "doctrine/common": "<2.9@dev"
991 },
992 "require-dev": {
993 "doctrine/coding-standard": "^6.0",
994 "phpunit/phpunit": "^7.0"
995 },
996 "type": "library",
997 "extra": {
998 "branch-alias": {
999 "dev-master": "1.0.x-dev"
1000 }
1001 },
1002 "autoload": {
1003 "psr-4": {
1004 "Doctrine\\Common\\": "lib/Doctrine/Common"
1005 }
1006 },
1007 "notification-url": "https://packagist.org/downloads/",
1008 "license": [
1009 "MIT"
1010 ],
1011 "authors": [
1012 {
1013 "name": "Guilherme Blanco",
1014 "email": "guilhermeblanco@gmail.com"
1015 },
1016 {
1017 "name": "Roman Borschel",
1018 "email": "roman@code-factory.org"
1019 },
1020 {
1021 "name": "Benjamin Eberlei",
1022 "email": "kontakt@beberlei.de"
1023 },
1024 {
1025 "name": "Jonathan Wage",
1026 "email": "jonwage@gmail.com"
1027 },
1028 {
1029 "name": "Johannes Schmitt",
1030 "email": "schmittjoh@gmail.com"
1031 },
1032 {
1033 "name": "Marco Pivetta",
1034 "email": "ocramius@gmail.com"
1035 }
1036 ],
1037 "description": "The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.",
1038 "homepage": "https://www.doctrine-project.org/projects/event-manager.html",
1039 "keywords": [
1040 "event",
1041 "event dispatcher",
1042 "event manager",
1043 "event system",
1044 "events"
1045 ],
1046 "time": "2019-11-10T09:48:07+00:00"
1047 },
1048 {
1049 "name": "doctrine/inflector",
1050 "version": "1.3.1",
1051 "source": {
1052 "type": "git",
1053 "url": "https://github.com/doctrine/inflector.git",
1054 "reference": "ec3a55242203ffa6a4b27c58176da97ff0a7aec1"
1055 },
1056 "dist": {
1057 "type": "zip",
1058 "url": "https://api.github.com/repos/doctrine/inflector/zipball/ec3a55242203ffa6a4b27c58176da97ff0a7aec1",
1059 "reference": "ec3a55242203ffa6a4b27c58176da97ff0a7aec1",
1060 "shasum": ""
1061 },
1062 "require": {
1063 "php": "^7.1"
1064 },
1065 "require-dev": {
1066 "phpunit/phpunit": "^6.2"
1067 },
1068 "type": "library",
1069 "extra": {
1070 "branch-alias": {
1071 "dev-master": "1.3.x-dev"
1072 }
1073 },
1074 "autoload": {
1075 "psr-4": {
1076 "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
1077 }
1078 },
1079 "notification-url": "https://packagist.org/downloads/",
1080 "license": [
1081 "MIT"
1082 ],
1083 "authors": [
1084 {
1085 "name": "Guilherme Blanco",
1086 "email": "guilhermeblanco@gmail.com"
1087 },
1088 {
1089 "name": "Roman Borschel",
1090 "email": "roman@code-factory.org"
1091 },
1092 {
1093 "name": "Benjamin Eberlei",
1094 "email": "kontakt@beberlei.de"
1095 },
1096 {
1097 "name": "Jonathan Wage",
1098 "email": "jonwage@gmail.com"
1099 },
1100 {
1101 "name": "Johannes Schmitt",
1102 "email": "schmittjoh@gmail.com"
1103 }
1104 ],
1105 "description": "Common String Manipulations with regard to casing and singular/plural rules.",
1106 "homepage": "http://www.doctrine-project.org",
1107 "keywords": [
1108 "inflection",
1109 "pluralize",
1110 "singularize",
1111 "string"
1112 ],
1113 "time": "2019-10-30T19:59:35+00:00"
1114 },
1115 {
1116 "name": "doctrine/instantiator",
1117 "version": "1.3.0",
1118 "source": {
1119 "type": "git",
1120 "url": "https://github.com/doctrine/instantiator.git",
1121 "reference": "ae466f726242e637cebdd526a7d991b9433bacf1"
1122 },
1123 "dist": {
1124 "type": "zip",
1125 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/ae466f726242e637cebdd526a7d991b9433bacf1",
1126 "reference": "ae466f726242e637cebdd526a7d991b9433bacf1",
1127 "shasum": ""
1128 },
1129 "require": {
1130 "php": "^7.1"
1131 },
1132 "require-dev": {
1133 "doctrine/coding-standard": "^6.0",
1134 "ext-pdo": "*",
1135 "ext-phar": "*",
1136 "phpbench/phpbench": "^0.13",
1137 "phpstan/phpstan-phpunit": "^0.11",
1138 "phpstan/phpstan-shim": "^0.11",
1139 "phpunit/phpunit": "^7.0"
1140 },
1141 "type": "library",
1142 "extra": {
1143 "branch-alias": {
1144 "dev-master": "1.2.x-dev"
1145 }
1146 },
1147 "autoload": {
1148 "psr-4": {
1149 "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
1150 }
1151 },
1152 "notification-url": "https://packagist.org/downloads/",
1153 "license": [
1154 "MIT"
1155 ],
1156 "authors": [
1157 {
1158 "name": "Marco Pivetta",
1159 "email": "ocramius@gmail.com",
1160 "homepage": "http://ocramius.github.com/"
1161 }
1162 ],
1163 "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
1164 "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
1165 "keywords": [
1166 "constructor",
1167 "instantiate"
1168 ],
1169 "time": "2019-10-21T16:45:58+00:00"
1170 },
1171 {
1172 "name": "doctrine/lexer",
1173 "version": "1.0.2",
1174 "source": {
1175 "type": "git",
1176 "url": "https://github.com/doctrine/lexer.git",
1177 "reference": "1febd6c3ef84253d7c815bed85fc622ad207a9f8"
1178 },
1179 "dist": {
1180 "type": "zip",
1181 "url": "https://api.github.com/repos/doctrine/lexer/zipball/1febd6c3ef84253d7c815bed85fc622ad207a9f8",
1182 "reference": "1febd6c3ef84253d7c815bed85fc622ad207a9f8",
1183 "shasum": ""
1184 },
1185 "require": {
1186 "php": ">=5.3.2"
1187 },
1188 "require-dev": {
1189 "phpunit/phpunit": "^4.5"
1190 },
1191 "type": "library",
1192 "extra": {
1193 "branch-alias": {
1194 "dev-master": "1.0.x-dev"
1195 }
1196 },
1197 "autoload": {
1198 "psr-4": {
1199 "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
1200 }
1201 },
1202 "notification-url": "https://packagist.org/downloads/",
1203 "license": [
1204 "MIT"
1205 ],
1206 "authors": [
1207 {
1208 "name": "Roman Borschel",
1209 "email": "roman@code-factory.org"
1210 },
1211 {
1212 "name": "Guilherme Blanco",
1213 "email": "guilhermeblanco@gmail.com"
1214 },
1215 {
1216 "name": "Johannes Schmitt",
1217 "email": "schmittjoh@gmail.com"
1218 }
1219 ],
1220 "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
1221 "homepage": "https://www.doctrine-project.org/projects/lexer.html",
1222 "keywords": [
1223 "annotations",
1224 "docblock",
1225 "lexer",
1226 "parser",
1227 "php"
1228 ],
1229 "time": "2019-06-08T11:03:04+00:00"
1230 },
1231 {
1232 "name": "doctrine/migrations",
1233 "version": "v1.8.1",
1234 "source": {
1235 "type": "git",
1236 "url": "https://github.com/doctrine/migrations.git",
1237 "reference": "215438c0eef3e5f9b7da7d09c6b90756071b43e6"
1238 },
1239 "dist": {
1240 "type": "zip",
1241 "url": "https://api.github.com/repos/doctrine/migrations/zipball/215438c0eef3e5f9b7da7d09c6b90756071b43e6",
1242 "reference": "215438c0eef3e5f9b7da7d09c6b90756071b43e6",
1243 "shasum": ""
1244 },
1245 "require": {
1246 "doctrine/dbal": "~2.6",
1247 "ocramius/proxy-manager": "^1.0|^2.0",
1248 "php": "^7.1",
1249 "symfony/console": "~3.3|^4.0"
1250 },
1251 "require-dev": {
1252 "doctrine/coding-standard": "^1.0",
1253 "doctrine/orm": "~2.5",
1254 "jdorn/sql-formatter": "~1.1",
1255 "mikey179/vfsstream": "^1.6",
1256 "phpunit/phpunit": "~7.0",
1257 "squizlabs/php_codesniffer": "^3.0",
1258 "symfony/yaml": "~3.3|^4.0"
1259 },
1260 "suggest": {
1261 "jdorn/sql-formatter": "Allows to generate formatted SQL with the diff command.",
1262 "symfony/yaml": "Allows the use of yaml for migration configuration files."
1263 },
1264 "bin": [
1265 "bin/doctrine-migrations"
1266 ],
1267 "type": "library",
1268 "extra": {
1269 "branch-alias": {
1270 "dev-master": "v1.8.x-dev"
1271 }
1272 },
1273 "autoload": {
1274 "psr-4": {
1275 "Doctrine\\DBAL\\Migrations\\": "lib/Doctrine/DBAL/Migrations",
1276 "Doctrine\\Migrations\\": "lib/Doctrine/Migrations"
1277 }
1278 },
1279 "notification-url": "https://packagist.org/downloads/",
1280 "license": [
1281 "MIT"
1282 ],
1283 "authors": [
1284 {
1285 "name": "Benjamin Eberlei",
1286 "email": "kontakt@beberlei.de"
1287 },
1288 {
1289 "name": "Jonathan Wage",
1290 "email": "jonwage@gmail.com"
1291 },
1292 {
1293 "name": "Michael Simonson",
1294 "email": "contact@mikesimonson.com"
1295 }
1296 ],
1297 "description": "Database Schema migrations using Doctrine DBAL",
1298 "homepage": "https://www.doctrine-project.org/projects/migrations.html",
1299 "keywords": [
1300 "database",
1301 "migrations"
1302 ],
1303 "time": "2018-06-06T21:00:30+00:00"
1304 },
1305 {
1306 "name": "doctrine/orm",
1307 "version": "v2.6.6",
1308 "source": {
1309 "type": "git",
1310 "url": "https://github.com/doctrine/orm.git",
1311 "reference": "2d9b9351831d1230881c52f006011cbf72fe944e"
1312 },
1313 "dist": {
1314 "type": "zip",
1315 "url": "https://api.github.com/repos/doctrine/orm/zipball/2d9b9351831d1230881c52f006011cbf72fe944e",
1316 "reference": "2d9b9351831d1230881c52f006011cbf72fe944e",
1317 "shasum": ""
1318 },
1319 "require": {
1320 "doctrine/annotations": "~1.5",
1321 "doctrine/cache": "~1.6",
1322 "doctrine/collections": "^1.4",
1323 "doctrine/common": "^2.7.1",
1324 "doctrine/dbal": "^2.6",
1325 "doctrine/instantiator": "~1.1",
1326 "ext-pdo": "*",
1327 "php": "^7.1",
1328 "symfony/console": "~3.0|~4.0"
1329 },
1330 "require-dev": {
1331 "doctrine/coding-standard": "^5.0",
1332 "phpunit/phpunit": "^7.5",
1333 "symfony/yaml": "~3.4|~4.0"
1334 },
1335 "suggest": {
1336 "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
1337 },
1338 "bin": [
1339 "bin/doctrine"
1340 ],
1341 "type": "library",
1342 "extra": {
1343 "branch-alias": {
1344 "dev-master": "2.6.x-dev"
1345 }
1346 },
1347 "autoload": {
1348 "psr-4": {
1349 "Doctrine\\ORM\\": "lib/Doctrine/ORM"
1350 }
1351 },
1352 "notification-url": "https://packagist.org/downloads/",
1353 "license": [
1354 "MIT"
1355 ],
1356 "authors": [
1357 {
1358 "name": "Guilherme Blanco",
1359 "email": "guilhermeblanco@gmail.com"
1360 },
1361 {
1362 "name": "Roman Borschel",
1363 "email": "roman@code-factory.org"
1364 },
1365 {
1366 "name": "Benjamin Eberlei",
1367 "email": "kontakt@beberlei.de"
1368 },
1369 {
1370 "name": "Jonathan Wage",
1371 "email": "jonwage@gmail.com"
1372 },
1373 {
1374 "name": "Marco Pivetta",
1375 "email": "ocramius@gmail.com"
1376 }
1377 ],
1378 "description": "Object-Relational-Mapper for PHP",
1379 "homepage": "http://www.doctrine-project.org",
1380 "keywords": [
1381 "database",
1382 "orm"
1383 ],
1384 "time": "2019-11-18T22:01:21+00:00"
1385 },
1386 {
1387 "name": "doctrine/persistence",
1388 "version": "1.2.0",
1389 "source": {
1390 "type": "git",
1391 "url": "https://github.com/doctrine/persistence.git",
1392 "reference": "43526ae63312942e5316100bb3ed589ba1aba491"
1393 },
1394 "dist": {
1395 "type": "zip",
1396 "url": "https://api.github.com/repos/doctrine/persistence/zipball/43526ae63312942e5316100bb3ed589ba1aba491",
1397 "reference": "43526ae63312942e5316100bb3ed589ba1aba491",
1398 "shasum": ""
1399 },
1400 "require": {
1401 "doctrine/annotations": "^1.0",
1402 "doctrine/cache": "^1.0",
1403 "doctrine/collections": "^1.0",
1404 "doctrine/event-manager": "^1.0",
1405 "doctrine/reflection": "^1.0",
1406 "php": "^7.1"
1407 },
1408 "conflict": {
1409 "doctrine/common": "<2.10@dev"
1410 },
1411 "require-dev": {
1412 "doctrine/coding-standard": "^5.0",
1413 "phpstan/phpstan": "^0.8",
1414 "phpunit/phpunit": "^7.0"
1415 },
1416 "type": "library",
1417 "extra": {
1418 "branch-alias": {
1419 "dev-master": "1.2.x-dev"
1420 }
1421 },
1422 "autoload": {
1423 "psr-4": {
1424 "Doctrine\\Common\\": "lib/Doctrine/Common"
1425 }
1426 },
1427 "notification-url": "https://packagist.org/downloads/",
1428 "license": [
1429 "MIT"
1430 ],
1431 "authors": [
1432 {
1433 "name": "Guilherme Blanco",
1434 "email": "guilhermeblanco@gmail.com"
1435 },
1436 {
1437 "name": "Roman Borschel",
1438 "email": "roman@code-factory.org"
1439 },
1440 {
1441 "name": "Benjamin Eberlei",
1442 "email": "kontakt@beberlei.de"
1443 },
1444 {
1445 "name": "Jonathan Wage",
1446 "email": "jonwage@gmail.com"
1447 },
1448 {
1449 "name": "Johannes Schmitt",
1450 "email": "schmittjoh@gmail.com"
1451 },
1452 {
1453 "name": "Marco Pivetta",
1454 "email": "ocramius@gmail.com"
1455 }
1456 ],
1457 "description": "The Doctrine Persistence project is a set of shared interfaces and functionality that the different Doctrine object mappers share.",
1458 "homepage": "https://doctrine-project.org/projects/persistence.html",
1459 "keywords": [
1460 "mapper",
1461 "object",
1462 "odm",
1463 "orm",
1464 "persistence"
1465 ],
1466 "time": "2019-04-23T12:39:21+00:00"
1467 },
1468 {
1469 "name": "doctrine/reflection",
1470 "version": "v1.0.0",
1471 "source": {
1472 "type": "git",
1473 "url": "https://github.com/doctrine/reflection.git",
1474 "reference": "02538d3f95e88eb397a5f86274deb2c6175c2ab6"
1475 },
1476 "dist": {
1477 "type": "zip",
1478 "url": "https://api.github.com/repos/doctrine/reflection/zipball/02538d3f95e88eb397a5f86274deb2c6175c2ab6",
1479 "reference": "02538d3f95e88eb397a5f86274deb2c6175c2ab6",
1480 "shasum": ""
1481 },
1482 "require": {
1483 "doctrine/annotations": "^1.0",
1484 "ext-tokenizer": "*",
1485 "php": "^7.1"
1486 },
1487 "require-dev": {
1488 "doctrine/coding-standard": "^4.0",
1489 "doctrine/common": "^2.8",
1490 "phpstan/phpstan": "^0.9.2",
1491 "phpstan/phpstan-phpunit": "^0.9.4",
1492 "phpunit/phpunit": "^7.0",
1493 "squizlabs/php_codesniffer": "^3.0"
1494 },
1495 "type": "library",
1496 "extra": {
1497 "branch-alias": {
1498 "dev-master": "1.0.x-dev"
1499 }
1500 },
1501 "autoload": {
1502 "psr-4": {
1503 "Doctrine\\Common\\": "lib/Doctrine/Common"
1504 }
1505 },
1506 "notification-url": "https://packagist.org/downloads/",
1507 "license": [
1508 "MIT"
1509 ],
1510 "authors": [
1511 {
1512 "name": "Roman Borschel",
1513 "email": "roman@code-factory.org"
1514 },
1515 {
1516 "name": "Benjamin Eberlei",
1517 "email": "kontakt@beberlei.de"
1518 },
1519 {
1520 "name": "Guilherme Blanco",
1521 "email": "guilhermeblanco@gmail.com"
1522 },
1523 {
1524 "name": "Jonathan Wage",
1525 "email": "jonwage@gmail.com"
1526 },
1527 {
1528 "name": "Johannes Schmitt",
1529 "email": "schmittjoh@gmail.com"
1530 },
1531 {
1532 "name": "Marco Pivetta",
1533 "email": "ocramius@gmail.com"
1534 }
1535 ],
1536 "description": "Doctrine Reflection component",
1537 "homepage": "https://www.doctrine-project.org/projects/reflection.html",
1538 "keywords": [
1539 "reflection"
1540 ],
1541 "time": "2018-06-14T14:45:07+00:00"
1542 },
1543 {
1544 "name": "egulias/email-validator",
1545 "version": "2.1.11",
1546 "source": {
1547 "type": "git",
1548 "url": "https://github.com/egulias/EmailValidator.git",
1549 "reference": "92dd169c32f6f55ba570c309d83f5209cefb5e23"
1550 },
1551 "dist": {
1552 "type": "zip",
1553 "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/92dd169c32f6f55ba570c309d83f5209cefb5e23",
1554 "reference": "92dd169c32f6f55ba570c309d83f5209cefb5e23",
1555 "shasum": ""
1556 },
1557 "require": {
1558 "doctrine/lexer": "^1.0.1",
1559 "php": ">= 5.5"
1560 },
1561 "require-dev": {
1562 "dominicsayers/isemail": "dev-master",
1563 "phpunit/phpunit": "^4.8.35||^5.7||^6.0",
1564 "satooshi/php-coveralls": "^1.0.1",
1565 "symfony/phpunit-bridge": "^4.4@dev"
1566 },
1567 "suggest": {
1568 "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
1569 },
1570 "type": "library",
1571 "extra": {
1572 "branch-alias": {
1573 "dev-master": "2.1.x-dev"
1574 }
1575 },
1576 "autoload": {
1577 "psr-4": {
1578 "Egulias\\EmailValidator\\": "EmailValidator"
1579 }
1580 },
1581 "notification-url": "https://packagist.org/downloads/",
1582 "license": [
1583 "MIT"
1584 ],
1585 "authors": [
1586 {
1587 "name": "Eduardo Gulias Davis"
1588 }
1589 ],
1590 "description": "A library for validating emails against several RFCs",
1591 "homepage": "https://github.com/egulias/EmailValidator",
1592 "keywords": [
1593 "email",
1594 "emailvalidation",
1595 "emailvalidator",
1596 "validation",
1597 "validator"
1598 ],
1599 "time": "2019-08-13T17:33:27+00:00"
1600 },
1601 {
1602 "name": "electrolinux/php-html5lib",
1603 "version": "0.1.0",
1604 "source": {
1605 "type": "git",
1606 "url": "https://github.com/electrolinux/php-html5lib.git",
1607 "reference": "9f92154993c7ecb120d9f9c0e558660d32846721"
1608 },
1609 "dist": {
1610 "type": "zip",
1611 "url": "https://api.github.com/repos/electrolinux/php-html5lib/zipball/9f92154993c7ecb120d9f9c0e558660d32846721",
1612 "reference": "9f92154993c7ecb120d9f9c0e558660d32846721",
1613 "shasum": ""
1614 },
1615 "require": {
1616 "php": ">=5.3.2"
1617 },
1618 "type": "library",
1619 "autoload": {
1620 "psr-0": {
1621 "HTML5Lib": "src/",
1622 "HTML5Lib\\Tests": "tests/"
1623 }
1624 },
1625 "notification-url": "https://packagist.org/downloads/",
1626 "license": [
1627 "MIT"
1628 ],
1629 "authors": [
1630 {
1631 "name": "Multiple users",
1632 "homepage": "https://code.google.com/p/html5lib/",
1633 "role": "Original developers"
1634 },
1635 {
1636 "name": "Sébastien Lavoie",
1637 "homepage": "http://blog.lavoie.sl",
1638 "role": "Packager"
1639 },
1640 {
1641 "name": "didier Belot",
1642 "role": "Packager"
1643 }
1644 ],
1645 "description": "A PHP implementations of a HTML parser based on the WHATWG HTML5 specification.",
1646 "homepage": "https://github.com/electrolinux/php-html5lib",
1647 "keywords": [
1648 "HTML5",
1649 "php"
1650 ],
1651 "time": "2013-03-18T18:32:30+00:00"
1652 },
1653 {
1654 "name": "fig/link-util",
1655 "version": "1.0.0",
1656 "source": {
1657 "type": "git",
1658 "url": "https://github.com/php-fig/link-util.git",
1659 "reference": "1a07821801a148be4add11ab0603e4af55a72fac"
1660 },
1661 "dist": {
1662 "type": "zip",
1663 "url": "https://api.github.com/repos/php-fig/link-util/zipball/1a07821801a148be4add11ab0603e4af55a72fac",
1664 "reference": "1a07821801a148be4add11ab0603e4af55a72fac",
1665 "shasum": ""
1666 },
1667 "require": {
1668 "php": ">=5.5.0",
1669 "psr/link": "~1.0@dev"
1670 },
1671 "require-dev": {
1672 "phpunit/phpunit": "^5.1",
1673 "squizlabs/php_codesniffer": "^2.3.1"
1674 },
1675 "type": "library",
1676 "extra": {
1677 "branch-alias": {
1678 "dev-master": "1.0.x-dev"
1679 }
1680 },
1681 "autoload": {
1682 "psr-4": {
1683 "Fig\\Link\\": "src/"
1684 }
1685 },
1686 "notification-url": "https://packagist.org/downloads/",
1687 "license": [
1688 "MIT"
1689 ],
1690 "authors": [
1691 {
1692 "name": "PHP-FIG",
1693 "homepage": "http://www.php-fig.org/"
1694 }
1695 ],
1696 "description": "Common utility implementations for HTTP links",
1697 "keywords": [
1698 "http",
1699 "http-link",
1700 "link",
1701 "psr",
1702 "psr-13",
1703 "rest"
1704 ],
1705 "time": "2016-10-17T18:31:11+00:00"
1706 },
1707 {
1708 "name": "fossar/htmlawed",
1709 "version": "1.2.7",
1710 "source": {
1711 "type": "git",
1712 "url": "https://github.com/fossar/HTMLawed.git",
1713 "reference": "4f7505e9622a96242923895c3008719b2c2283d3"
1714 },
1715 "dist": {
1716 "type": "zip",
1717 "url": "https://api.github.com/repos/fossar/HTMLawed/zipball/4f7505e9622a96242923895c3008719b2c2283d3",
1718 "reference": "4f7505e9622a96242923895c3008719b2c2283d3",
1719 "shasum": ""
1720 },
1721 "require": {
1722 "php": ">4.4.0"
1723 },
1724 "replace": {
1725 "htmlawed/htmlawed": "*"
1726 },
1727 "type": "library",
1728 "autoload": {
1729 "files": [
1730 "htmLawed.php"
1731 ]
1732 },
1733 "notification-url": "https://packagist.org/downloads/",
1734 "license": [
1735 "GPL-2.0+",
1736 "LGPL-3.0"
1737 ],
1738 "authors": [
1739 {
1740 "name": "Santosh Patnaik",
1741 "homepage": "http://www.bioinformatics.org/people/index.php?user_hash=558b661f92d0ff7b",
1742 "role": "Developer"
1743 }
1744 ],
1745 "description": "htmLawed - Process text with HTML markup to make it more compliant with HTML standards and administrative policies",
1746 "homepage": "http://www.bioinformatics.org/phplabware/internal_utilities/htmLawed/",
1747 "keywords": [
1748 "HTMLtidy",
1749 "html",
1750 "sanitize",
1751 "strip",
1752 "tags"
1753 ],
1754 "time": "2019-05-09T11:53:40+00:00"
1755 },
1756 {
1757 "name": "friendsofsymfony/jsrouting-bundle",
1758 "version": "2.5.1",
1759 "source": {
1760 "type": "git",
1761 "url": "https://github.com/FriendsOfSymfony/FOSJsRoutingBundle.git",
1762 "reference": "81cf14bf3db5e6fe3ef0442fc762891422005d3b"
1763 },
1764 "dist": {
1765 "type": "zip",
1766 "url": "https://api.github.com/repos/FriendsOfSymfony/FOSJsRoutingBundle/zipball/81cf14bf3db5e6fe3ef0442fc762891422005d3b",
1767 "reference": "81cf14bf3db5e6fe3ef0442fc762891422005d3b",
1768 "shasum": ""
1769 },
1770 "require": {
1771 "php": "^7.1",
1772 "symfony/console": "~3.3|^4.0|^5.0",
1773 "symfony/framework-bundle": "~3.3|^4.0|^5.0",
1774 "symfony/serializer": "~3.3|^4.0|^5.0",
1775 "willdurand/jsonp-callback-validator": "~1.0"
1776 },
1777 "require-dev": {
1778 "symfony/expression-language": "~3.3|^4.0|^5.0",
1779 "symfony/phpunit-bridge": "^3.3|^4.0"
1780 },
1781 "type": "symfony-bundle",
1782 "extra": {
1783 "branch-alias": {
1784 "dev-master": "2.0-dev"
1785 }
1786 },
1787 "autoload": {
1788 "psr-4": {
1789 "FOS\\JsRoutingBundle\\": ""
1790 },
1791 "exclude-from-classmap": [
1792 "/Tests/"
1793 ]
1794 },
1795 "notification-url": "https://packagist.org/downloads/",
1796 "license": [
1797 "MIT"
1798 ],
1799 "authors": [
1800 {
1801 "name": "William Durand",
1802 "email": "will+git@drnd.me"
1803 },
1804 {
1805 "name": "FriendsOfSymfony Community",
1806 "homepage": "https://github.com/friendsofsymfony/FOSJsRoutingBundle/contributors"
1807 }
1808 ],
1809 "description": "A pretty nice way to expose your Symfony2 routing to client applications.",
1810 "homepage": "http://friendsofsymfony.github.com",
1811 "keywords": [
1812 "Js Routing",
1813 "javascript",
1814 "routing"
1815 ],
1816 "time": "2019-12-02T08:01:22+00:00"
1817 },
1818 {
1819 "name": "friendsofsymfony/oauth-server-bundle",
1820 "version": "1.6.2",
1821 "source": {
1822 "type": "git",
1823 "url": "https://github.com/FriendsOfSymfony/FOSOAuthServerBundle.git",
1824 "reference": "fcaa25cc49474bdb0db7894f880976fe76ffed23"
1825 },
1826 "dist": {
1827 "type": "zip",
1828 "url": "https://api.github.com/repos/FriendsOfSymfony/FOSOAuthServerBundle/zipball/fcaa25cc49474bdb0db7894f880976fe76ffed23",
1829 "reference": "fcaa25cc49474bdb0db7894f880976fe76ffed23",
1830 "shasum": ""
1831 },
1832 "require": {
1833 "friendsofsymfony/oauth2-php": "~1.1",
1834 "paragonie/random_compat": "^1|^2",
1835 "php": "^5.5|^7.0",
1836 "symfony/dependency-injection": "^2.8|~3.0|^4.0",
1837 "symfony/framework-bundle": "~2.8|~3.0|^4.0",
1838 "symfony/security-bundle": "~2.8|~3.0|^4.0"
1839 },
1840 "require-dev": {
1841 "doctrine/doctrine-bundle": "~1.0",
1842 "doctrine/mongodb-odm": "~1.0",
1843 "doctrine/orm": "~2.2",
1844 "phing/phing": "~2.4",
1845 "php-mock/php-mock-phpunit": "^1.1",
1846 "phpunit/phpunit": "~4.8|~5.0",
1847 "propel/propel1": "^1.6.5",
1848 "symfony/class-loader": "~2.8|~3.0|^4.0",
1849 "symfony/console": "~2.8|~3.0|^4.0",
1850 "symfony/form": "~2.8|~3.0|^4.0",
1851 "symfony/phpunit-bridge": "~2.8|~3.0|^4.0",
1852 "symfony/templating": "~2.8|~3.0|^4.0",
1853 "symfony/twig-bundle": "~2.8|~3.0|^4.0",
1854 "symfony/yaml": "~2.8|~3.0|^4.0",
1855 "willdurand/propel-typehintable-behavior": "^1.0.4"
1856 },
1857 "suggest": {
1858 "doctrine/doctrine-bundle": "*",
1859 "doctrine/mongodb-odm-bundle": "*",
1860 "propel/propel-bundle": "If you want to use Propel with Symfony2, then you will have to install the PropelBundle",
1861 "symfony/console": "Needed to be able to use commands",
1862 "symfony/form": "Needed to be able to use the AuthorizeFormType",
1863 "willdurand/propel-typehintable-behavior": "The Typehintable behavior is useful to add type hints on generated methods, to be compliant with interfaces"
1864 },
1865 "type": "symfony-bundle",
1866 "extra": {
1867 "branch-alias": {
1868 "dev-master": "1.5-dev"
1869 }
1870 },
1871 "autoload": {
1872 "psr-4": {
1873 "FOS\\OAuthServerBundle\\": ""
1874 },
1875 "exclude-from-classmap": [
1876 "/Tests/"
1877 ]
1878 },
1879 "notification-url": "https://packagist.org/downloads/",
1880 "license": [
1881 "MIT"
1882 ],
1883 "authors": [
1884 {
1885 "name": "Arnaud Le Blanc",
1886 "email": "arnaud.lb@gmail.com"
1887 },
1888 {
1889 "name": "FriendsOfSymfony Community",
1890 "homepage": "https://github.com/FriendsOfSymfony/FOSOAuthServerBundle/contributors"
1891 }
1892 ],
1893 "description": "Symfony2 OAuth Server Bundle",
1894 "homepage": "http://friendsofsymfony.github.com",
1895 "keywords": [
1896 "oauth",
1897 "oauth2",
1898 "server"
1899 ],
1900 "time": "2019-01-23T15:23:04+00:00"
1901 },
1902 {
1903 "name": "friendsofsymfony/oauth2-php",
1904 "version": "1.2.3",
1905 "source": {
1906 "type": "git",
1907 "url": "https://github.com/FriendsOfSymfony/oauth2-php.git",
1908 "reference": "a41fef63f81ef2ef632350a6c7dc66d15baa9240"
1909 },
1910 "dist": {
1911 "type": "zip",
1912 "url": "https://api.github.com/repos/FriendsOfSymfony/oauth2-php/zipball/a41fef63f81ef2ef632350a6c7dc66d15baa9240",
1913 "reference": "a41fef63f81ef2ef632350a6c7dc66d15baa9240",
1914 "shasum": ""
1915 },
1916 "require": {
1917 "php": "^5.5.9|>=7.0.8",
1918 "symfony/http-foundation": "~3.0|~4.0"
1919 },
1920 "require-dev": {
1921 "phpunit/phpunit": "~4.0"
1922 },
1923 "type": "library",
1924 "extra": {
1925 "branch-alias": {
1926 "dev-master": "1.2.x-dev"
1927 }
1928 },
1929 "autoload": {
1930 "psr-4": {
1931 "OAuth2\\": "lib/"
1932 }
1933 },
1934 "notification-url": "https://packagist.org/downloads/",
1935 "license": [
1936 "MIT"
1937 ],
1938 "authors": [
1939 {
1940 "name": "Arnaud Le Blanc",
1941 "email": "arnaud.lb@gmail.com"
1942 },
1943 {
1944 "name": "FriendsOfSymfony Community",
1945 "homepage": "https://github.com/FriendsOfSymfony/oauth2-php/contributors"
1946 }
1947 ],
1948 "description": "OAuth2 library",
1949 "homepage": "https://github.com/FriendsOfSymfony/oauth2-php",
1950 "keywords": [
1951 "oauth",
1952 "oauth2"
1953 ],
1954 "time": "2018-01-30T19:58:25+00:00"
1955 },
1956 {
1957 "name": "friendsofsymfony/rest-bundle",
1958 "version": "2.6.0",
1959 "source": {
1960 "type": "git",
1961 "url": "https://github.com/FriendsOfSymfony/FOSRestBundle.git",
1962 "reference": "54758949bff9fc520997415341323eebf3f54892"
1963 },
1964 "dist": {
1965 "type": "zip",
1966 "url": "https://api.github.com/repos/FriendsOfSymfony/FOSRestBundle/zipball/54758949bff9fc520997415341323eebf3f54892",
1967 "reference": "54758949bff9fc520997415341323eebf3f54892",
1968 "shasum": ""
1969 },
1970 "require": {
1971 "doctrine/inflector": "^1.0",
1972 "php": "^7.1",
1973 "psr/log": "^1.0",
1974 "symfony/config": "^3.4|^4.3",
1975 "symfony/debug": "^3.4|^4.3",
1976 "symfony/dependency-injection": "^3.4|^4.3",
1977 "symfony/event-dispatcher": "^3.4|^4.3",
1978 "symfony/finder": "^3.4|^4.3",
1979 "symfony/framework-bundle": "^3.4|^4.3",
1980 "symfony/http-foundation": "^3.4|^4.3",
1981 "symfony/http-kernel": "^3.4|^4.3",
1982 "symfony/routing": "^3.4|^4.3",
1983 "symfony/security-core": "^3.4|^4.3",
1984 "willdurand/jsonp-callback-validator": "^1.0",
1985 "willdurand/negotiation": "^2.0"
1986 },
1987 "conflict": {
1988 "jms/serializer": "<1.13.0",
1989 "jms/serializer-bundle": "<2.0.0",
1990 "sensio/framework-extra-bundle": "<3.0.13"
1991 },
1992 "require-dev": {
1993 "jms/serializer": "^1.13|^2.0",
1994 "jms/serializer-bundle": "^2.3.1|^3.0",
1995 "phpoption/phpoption": "^1.1",
1996 "psr/http-message": "^1.0",
1997 "sensio/framework-extra-bundle": "^3.0.13|^4.0|^5.0",
1998 "symfony/asset": "^3.4|^4.3",
1999 "symfony/browser-kit": "^3.4|^4.3",
2000 "symfony/css-selector": "^3.4|^4.3",
2001 "symfony/expression-language": "^3.4|^4.3",
2002 "symfony/form": "^3.4|^4.3",
2003 "symfony/phpunit-bridge": "^4.1.8",
2004 "symfony/security-bundle": "^3.4|^4.3",
2005 "symfony/serializer": "^3.4|^4.3",
2006 "symfony/templating": "^3.4|^4.3",
2007 "symfony/twig-bundle": "^3.4|^4.3",
2008 "symfony/validator": "^3.4|^4.3",
2009 "symfony/web-profiler-bundle": "^3.4|^4.3",
2010 "symfony/yaml": "^3.4|^4.3"
2011 },
2012 "suggest": {
2013 "jms/serializer-bundle": "Add support for advanced serialization capabilities, recommended, requires ^2.0|^3.0",
2014 "sensio/framework-extra-bundle": "Add support for the request body converter and the view response listener, requires ^3.0",
2015 "symfony/expression-language": "Add support for using the expression language in the routing, requires ^2.7|^3.0",
2016 "symfony/serializer": "Add support for basic serialization capabilities and xml decoding, requires ^2.7|^3.0",
2017 "symfony/validator": "Add support for validation capabilities in the ParamFetcher, requires ^2.7|^3.0"
2018 },
2019 "type": "symfony-bundle",
2020 "extra": {
2021 "branch-alias": {
2022 "dev-master": "2.6-dev"
2023 }
2024 },
2025 "autoload": {
2026 "psr-4": {
2027 "FOS\\RestBundle\\": ""
2028 },
2029 "exclude-from-classmap": [
2030 "Tests/"
2031 ]
2032 },
2033 "notification-url": "https://packagist.org/downloads/",
2034 "license": [
2035 "MIT"
2036 ],
2037 "authors": [
2038 {
2039 "name": "Lukas Kahwe Smith",
2040 "email": "smith@pooteeweet.org"
2041 },
2042 {
2043 "name": "Konstantin Kudryashov",
2044 "email": "ever.zet@gmail.com"
2045 },
2046 {
2047 "name": "FriendsOfSymfony Community",
2048 "homepage": "https://github.com/friendsofsymfony/FOSRestBundle/contributors"
2049 }
2050 ],
2051 "description": "This Bundle provides various tools to rapidly develop RESTful API's with Symfony",
2052 "homepage": "http://friendsofsymfony.github.com",
2053 "keywords": [
2054 "rest"
2055 ],
2056 "time": "2019-10-21T08:22:30+00:00"
2057 },
2058 {
2059 "name": "friendsofsymfony/user-bundle",
2060 "version": "v2.0.2",
2061 "source": {
2062 "type": "git",
2063 "url": "https://github.com/FriendsOfSymfony/FOSUserBundle.git",
2064 "reference": "2fc8a023d7ab482321cf7ec810ed49eab40eb50f"
2065 },
2066 "dist": {
2067 "type": "zip",
2068 "url": "https://api.github.com/repos/FriendsOfSymfony/FOSUserBundle/zipball/2fc8a023d7ab482321cf7ec810ed49eab40eb50f",
2069 "reference": "2fc8a023d7ab482321cf7ec810ed49eab40eb50f",
2070 "shasum": ""
2071 },
2072 "require": {
2073 "paragonie/random_compat": "^1 || ^2",
2074 "php": "^5.5.9 || ^7.0",
2075 "symfony/form": "^2.7 || ^3.0",
2076 "symfony/framework-bundle": "^2.7 || ^3.0",
2077 "symfony/security-bundle": "^2.7 || ^3.0",
2078 "symfony/templating": "^2.7 || ^3.0",
2079 "symfony/twig-bundle": "^2.7 || ^3.0",
2080 "twig/twig": "^1.28 || ^2.0"
2081 },
2082 "conflict": {
2083 "doctrine/doctrine-bundle": "<1.3",
2084 "symfony/doctrine-bridge": "<2.7"
2085 },
2086 "require-dev": {
2087 "doctrine/doctrine-bundle": "^1.3",
2088 "friendsofphp/php-cs-fixer": "^1.11",
2089 "phpunit/phpunit": "~4.8|~5.0",
2090 "swiftmailer/swiftmailer": "^4.3 || ^5.0 || ^6.0",
2091 "symfony/console": "^2.7 || ^3.0",
2092 "symfony/phpunit-bridge": "^2.7 || ^3.0",
2093 "symfony/validator": "^2.7 || ^3.0",
2094 "symfony/yaml": "^2.7 || ^3.0"
2095 },
2096 "type": "symfony-bundle",
2097 "extra": {
2098 "branch-alias": {
2099 "dev-master": "2.0.x-dev"
2100 }
2101 },
2102 "autoload": {
2103 "psr-4": {
2104 "FOS\\UserBundle\\": ""
2105 },
2106 "exclude-from-classmap": [
2107 "/Tests/"
2108 ]
2109 },
2110 "notification-url": "https://packagist.org/downloads/",
2111 "license": [
2112 "MIT"
2113 ],
2114 "authors": [
2115 {
2116 "name": "Christophe Coevoet",
2117 "email": "stof@notk.org"
2118 },
2119 {
2120 "name": "FriendsOfSymfony Community",
2121 "homepage": "https://github.com/friendsofsymfony/FOSUserBundle/contributors"
2122 },
2123 {
2124 "name": "Thibault Duplessis",
2125 "email": "thibault.duplessis@gmail.com"
2126 }
2127 ],
2128 "description": "Symfony FOSUserBundle",
2129 "homepage": "http://friendsofsymfony.github.com",
2130 "keywords": [
2131 "User management"
2132 ],
2133 "time": "2017-11-29T17:01:21+00:00"
2134 },
2135 {
2136 "name": "gedmo/doctrine-extensions",
2137 "version": "v2.4.37",
2138 "source": {
2139 "type": "git",
2140 "url": "https://github.com/Atlantic18/DoctrineExtensions.git",
2141 "reference": "5dd471f656e46d815f063bf3f12c667649ec7ffb"
2142 },
2143 "dist": {
2144 "type": "zip",
2145 "url": "https://api.github.com/repos/Atlantic18/DoctrineExtensions/zipball/5dd471f656e46d815f063bf3f12c667649ec7ffb",
2146 "reference": "5dd471f656e46d815f063bf3f12c667649ec7ffb",
2147 "shasum": ""
2148 },
2149 "require": {
2150 "behat/transliterator": "~1.2",
2151 "doctrine/common": "~2.4",
2152 "php": ">=5.3.2"
2153 },
2154 "conflict": {
2155 "doctrine/annotations": "<1.2"
2156 },
2157 "require-dev": {
2158 "doctrine/common": ">=2.5.0",
2159 "doctrine/mongodb-odm": ">=1.0.2",
2160 "doctrine/orm": ">=2.5.0",
2161 "phpunit/phpunit": "^4.8.35|^5.7|^6.5",
2162 "symfony/yaml": "~2.6|~3.0|~4.0"
2163 },
2164 "suggest": {
2165 "doctrine/mongodb-odm": "to use the extensions with the MongoDB ODM",
2166 "doctrine/orm": "to use the extensions with the ORM"
2167 },
2168 "type": "library",
2169 "extra": {
2170 "branch-alias": {
2171 "dev-master": "2.4.x-dev"
2172 }
2173 },
2174 "autoload": {
2175 "psr-4": {
2176 "Gedmo\\": "lib/Gedmo"
2177 }
2178 },
2179 "notification-url": "https://packagist.org/downloads/",
2180 "license": [
2181 "MIT"
2182 ],
2183 "authors": [
2184 {
2185 "name": "David Buchmann",
2186 "email": "david@liip.ch"
2187 },
2188 {
2189 "name": "Gediminas Morkevicius",
2190 "email": "gediminas.morkevicius@gmail.com"
2191 },
2192 {
2193 "name": "Gustavo Falco",
2194 "email": "comfortablynumb84@gmail.com"
2195 }
2196 ],
2197 "description": "Doctrine2 behavioral extensions",
2198 "homepage": "http://gediminasm.org/",
2199 "keywords": [
2200 "Blameable",
2201 "behaviors",
2202 "doctrine2",
2203 "extensions",
2204 "gedmo",
2205 "loggable",
2206 "nestedset",
2207 "sluggable",
2208 "sortable",
2209 "timestampable",
2210 "translatable",
2211 "tree",
2212 "uploadable"
2213 ],
2214 "time": "2019-03-17T18:16:12+00:00"
2215 },
2216 {
2217 "name": "grandt/binstring",
2218 "version": "1.0.0",
2219 "source": {
2220 "type": "git",
2221 "url": "https://github.com/Grandt/PHPBinString.git",
2222 "reference": "825fe2ac8a68190f651fc2dbc07b6edde18bc431"
2223 },
2224 "dist": {
2225 "type": "zip",
2226 "url": "https://api.github.com/repos/Grandt/PHPBinString/zipball/825fe2ac8a68190f651fc2dbc07b6edde18bc431",
2227 "reference": "825fe2ac8a68190f651fc2dbc07b6edde18bc431",
2228 "shasum": ""
2229 },
2230 "require": {
2231 "php": ">=5.0"
2232 },
2233 "type": "library",
2234 "autoload": {
2235 "classmap": [
2236 "BinString.php",
2237 "BinStringStatic.php"
2238 ]
2239 },
2240 "notification-url": "https://packagist.org/downloads/",
2241 "license": [
2242 "LGPL-2.1"
2243 ],
2244 "authors": [
2245 {
2246 "name": "A. Grandt",
2247 "email": "php@grandt.com",
2248 "role": "Developer"
2249 }
2250 ],
2251 "description": "A class for working around the use of mbstring.func_override",
2252 "homepage": "https://github.com/Grandt/PHPBinString",
2253 "keywords": [
2254 "binary strings",
2255 "mbstring"
2256 ],
2257 "time": "2015-08-13T06:14:41+00:00"
2258 },
2259 {
2260 "name": "grandt/phpepub",
2261 "version": "dev-master",
2262 "source": {
2263 "type": "git",
2264 "url": "https://github.com/Daniel-KM/PHPePub.git",
2265 "reference": "78546d9a49d59ad9a32b13f3d95cc2f548add1c3"
2266 },
2267 "dist": {
2268 "type": "zip",
2269 "url": "https://api.github.com/repos/Daniel-KM/PHPePub/zipball/78546d9a49d59ad9a32b13f3d95cc2f548add1c3",
2270 "reference": "78546d9a49d59ad9a32b13f3d95cc2f548add1c3",
2271 "shasum": ""
2272 },
2273 "require": {
2274 "grandt/phpresizegif": "~1.0.3",
2275 "grandt/relativepath": "~1.0.1",
2276 "masterminds/html5": "~2.3",
2277 "php": ">=5.3.0",
2278 "phpzip/phpzip": "~2.0.7"
2279 },
2280 "type": "library",
2281 "autoload": {
2282 "psr-4": {
2283 "PHPePub\\": "src/PHPePub"
2284 },
2285 "classmap": [
2286 "src/lib.uuid.php"
2287 ]
2288 },
2289 "license": [
2290 "LGPL-2.1"
2291 ],
2292 "authors": [
2293 {
2294 "name": "A. Grandt",
2295 "email": "php@grandt.com",
2296 "homepage": "http://grandt.com",
2297 "role": "Developer"
2298 },
2299 {
2300 "name": "An, Hyeong-woo",
2301 "email": "mail@mytory.net",
2302 "homepage": "https://mytory.net",
2303 "role": "Contributor"
2304 },
2305 {
2306 "name": "Daniel Berthereau",
2307 "email": "daniel.composer@berthereau.net",
2308 "role": "Contributor"
2309 }
2310 ],
2311 "description": "Package to create and stream e-books in the ePub 2.0 and 3.0 formats.",
2312 "homepage": "https://github.com/Grandt/PHPePub",
2313 "keywords": [
2314 "e-book",
2315 "epub"
2316 ],
2317 "support": {
2318 "source": "https://github.com/Daniel-KM/PHPePub/tree/master"
2319 },
2320 "time": "2018-10-21T22:00:00+00:00"
2321 },
2322 {
2323 "name": "grandt/phpresizegif",
2324 "version": "1.0.3",
2325 "source": {
2326 "type": "git",
2327 "url": "https://github.com/Grandt/PHPResizeGif.git",
2328 "reference": "775f6810fcda2fd1d8ca881d44a80c8d310ae7fe"
2329 },
2330 "dist": {
2331 "type": "zip",
2332 "url": "https://api.github.com/repos/Grandt/PHPResizeGif/zipball/775f6810fcda2fd1d8ca881d44a80c8d310ae7fe",
2333 "reference": "775f6810fcda2fd1d8ca881d44a80c8d310ae7fe",
2334 "shasum": ""
2335 },
2336 "require": {
2337 "grandt/binstring": ">=0.2.0",
2338 "php": ">=5.3.0"
2339 },
2340 "type": "library",
2341 "autoload": {
2342 "psr-4": {
2343 "grandt\\ResizeGif\\": "src/ResizeGif",
2344 "grandt\\ResizeGif\\Files\\": "src/ResizeGif/Files",
2345 "grandt\\ResizeGif\\Structure\\": "src/ResizeGif/Structure",
2346 "grandt\\ResizeGif\\Debug\\": "src/ResizeGif/Debug"
2347 }
2348 },
2349 "notification-url": "https://packagist.org/downloads/",
2350 "license": [
2351 "LGPL-2.1"
2352 ],
2353 "authors": [
2354 {
2355 "name": "A. Grandt",
2356 "email": "php@grandt.com",
2357 "homepage": "http://grandt.com",
2358 "role": "Developer"
2359 }
2360 ],
2361 "description": "GIF89a compliant Gif resizer, including transparency and optimized gifs with sub sized elements.",
2362 "homepage": "https://github.com/Grandt/PHPResizeGif",
2363 "keywords": [
2364 "GIF89a",
2365 "animated gif",
2366 "gif",
2367 "resize"
2368 ],
2369 "time": "2015-05-10T10:52:24+00:00"
2370 },
2371 {
2372 "name": "grandt/phpzipmerge",
2373 "version": "1.0.4",
2374 "source": {
2375 "type": "git",
2376 "url": "https://github.com/Grandt/PHPZipMerge.git",
2377 "reference": "0b1273d3c2dbfe244904158b1dbd65a663264fb9"
2378 },
2379 "dist": {
2380 "type": "zip",
2381 "url": "https://api.github.com/repos/Grandt/PHPZipMerge/zipball/0b1273d3c2dbfe244904158b1dbd65a663264fb9",
2382 "reference": "0b1273d3c2dbfe244904158b1dbd65a663264fb9",
2383 "shasum": ""
2384 },
2385 "require": {
2386 "grandt/binstring": ">=1.0.0",
2387 "grandt/relativepath": ">=1.0.1",
2388 "php": ">=5.3.0"
2389 },
2390 "type": "library",
2391 "autoload": {
2392 "psr-4": {
2393 "ZipMerge\\": "src/ZipMerge"
2394 }
2395 },
2396 "notification-url": "https://packagist.org/downloads/",
2397 "license": [
2398 "LGPL-2.1"
2399 ],
2400 "authors": [
2401 {
2402 "name": "A. Grandt",
2403 "email": "php@grandt.com",
2404 "homepage": "http://grandt.com",
2405 "role": "Developer"
2406 },
2407 {
2408 "name": "Greg Kappatos",
2409 "homepage": "http://websiteconnect.com.au",
2410 "role": "Developer"
2411 }
2412 ],
2413 "description": "Merge and stream multiple Zip files on the fly.",
2414 "homepage": "https://github.com/Grandt/PHPZipMerge",
2415 "keywords": [
2416 "archive",
2417 "compressed",
2418 "compression",
2419 "merge",
2420 "phpzip",
2421 "pkzip",
2422 "stream",
2423 "zip"
2424 ],
2425 "time": "2015-08-18T13:49:33+00:00"
2426 },
2427 {
2428 "name": "grandt/relativepath",
2429 "version": "1.0.2",
2430 "source": {
2431 "type": "git",
2432 "url": "https://github.com/Grandt/PHPRelativePath.git",
2433 "reference": "19541133c24143b6295688472c54dd6ed15a5462"
2434 },
2435 "dist": {
2436 "type": "zip",
2437 "url": "https://api.github.com/repos/Grandt/PHPRelativePath/zipball/19541133c24143b6295688472c54dd6ed15a5462",
2438 "reference": "19541133c24143b6295688472c54dd6ed15a5462",
2439 "shasum": ""
2440 },
2441 "require": {
2442 "php": ">=5.0"
2443 },
2444 "type": "library",
2445 "autoload": {
2446 "classmap": [
2447 "RelativePath.php"
2448 ]
2449 },
2450 "notification-url": "https://packagist.org/downloads/",
2451 "license": [
2452 "LGPL-2.1"
2453 ],
2454 "authors": [
2455 {
2456 "name": "A. Grandt",
2457 "email": "php@grandt.com",
2458 "role": "Developer"
2459 }
2460 ],
2461 "description": "A class for cleaning up/collapsing relative paths. Like real_path, but without the need for the path to exist on the filesystem.",
2462 "homepage": "https://github.com/Grandt/PHPRelativePath",
2463 "keywords": [
2464 "file path"
2465 ],
2466 "time": "2015-05-14T08:18:23+00:00"
2467 },
2468 {
2469 "name": "guzzlehttp/guzzle",
2470 "version": "5.3.4",
2471 "source": {
2472 "type": "git",
2473 "url": "https://github.com/guzzle/guzzle.git",
2474 "reference": "b87eda7a7162f95574032da17e9323c9899cb6b2"
2475 },
2476 "dist": {
2477 "type": "zip",
2478 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/b87eda7a7162f95574032da17e9323c9899cb6b2",
2479 "reference": "b87eda7a7162f95574032da17e9323c9899cb6b2",
2480 "shasum": ""
2481 },
2482 "require": {
2483 "guzzlehttp/ringphp": "^1.1",
2484 "php": ">=5.4.0",
2485 "react/promise": "^2.2"
2486 },
2487 "require-dev": {
2488 "ext-curl": "*",
2489 "phpunit/phpunit": "^4.0"
2490 },
2491 "type": "library",
2492 "autoload": {
2493 "psr-4": {
2494 "GuzzleHttp\\": "src/"
2495 }
2496 },
2497 "notification-url": "https://packagist.org/downloads/",
2498 "license": [
2499 "MIT"
2500 ],
2501 "authors": [
2502 {
2503 "name": "Michael Dowling",
2504 "email": "mtdowling@gmail.com",
2505 "homepage": "https://github.com/mtdowling"
2506 }
2507 ],
2508 "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients",
2509 "homepage": "http://guzzlephp.org/",
2510 "keywords": [
2511 "client",
2512 "curl",
2513 "framework",
2514 "http",
2515 "http client",
2516 "rest",
2517 "web service"
2518 ],
2519 "time": "2019-10-30T09:32:00+00:00"
2520 },
2521 {
2522 "name": "guzzlehttp/promises",
2523 "version": "v1.3.1",
2524 "source": {
2525 "type": "git",
2526 "url": "https://github.com/guzzle/promises.git",
2527 "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
2528 },
2529 "dist": {
2530 "type": "zip",
2531 "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
2532 "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
2533 "shasum": ""
2534 },
2535 "require": {
2536 "php": ">=5.5.0"
2537 },
2538 "require-dev": {
2539 "phpunit/phpunit": "^4.0"
2540 },
2541 "type": "library",
2542 "extra": {
2543 "branch-alias": {
2544 "dev-master": "1.4-dev"
2545 }
2546 },
2547 "autoload": {
2548 "psr-4": {
2549 "GuzzleHttp\\Promise\\": "src/"
2550 },
2551 "files": [
2552 "src/functions_include.php"
2553 ]
2554 },
2555 "notification-url": "https://packagist.org/downloads/",
2556 "license": [
2557 "MIT"
2558 ],
2559 "authors": [
2560 {
2561 "name": "Michael Dowling",
2562 "email": "mtdowling@gmail.com",
2563 "homepage": "https://github.com/mtdowling"
2564 }
2565 ],
2566 "description": "Guzzle promises library",
2567 "keywords": [
2568 "promise"
2569 ],
2570 "time": "2016-12-20T10:07:11+00:00"
2571 },
2572 {
2573 "name": "guzzlehttp/psr7",
2574 "version": "1.6.1",
2575 "source": {
2576 "type": "git",
2577 "url": "https://github.com/guzzle/psr7.git",
2578 "reference": "239400de7a173fe9901b9ac7c06497751f00727a"
2579 },
2580 "dist": {
2581 "type": "zip",
2582 "url": "https://api.github.com/repos/guzzle/psr7/zipball/239400de7a173fe9901b9ac7c06497751f00727a",
2583 "reference": "239400de7a173fe9901b9ac7c06497751f00727a",
2584 "shasum": ""
2585 },
2586 "require": {
2587 "php": ">=5.4.0",
2588 "psr/http-message": "~1.0",
2589 "ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
2590 },
2591 "provide": {
2592 "psr/http-message-implementation": "1.0"
2593 },
2594 "require-dev": {
2595 "ext-zlib": "*",
2596 "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8"
2597 },
2598 "suggest": {
2599 "zendframework/zend-httphandlerrunner": "Emit PSR-7 responses"
2600 },
2601 "type": "library",
2602 "extra": {
2603 "branch-alias": {
2604 "dev-master": "1.6-dev"
2605 }
2606 },
2607 "autoload": {
2608 "psr-4": {
2609 "GuzzleHttp\\Psr7\\": "src/"
2610 },
2611 "files": [
2612 "src/functions_include.php"
2613 ]
2614 },
2615 "notification-url": "https://packagist.org/downloads/",
2616 "license": [
2617 "MIT"
2618 ],
2619 "authors": [
2620 {
2621 "name": "Michael Dowling",
2622 "email": "mtdowling@gmail.com",
2623 "homepage": "https://github.com/mtdowling"
2624 },
2625 {
2626 "name": "Tobias Schultze",
2627 "homepage": "https://github.com/Tobion"
2628 }
2629 ],
2630 "description": "PSR-7 message implementation that also provides common utility methods",
2631 "keywords": [
2632 "http",
2633 "message",
2634 "psr-7",
2635 "request",
2636 "response",
2637 "stream",
2638 "uri",
2639 "url"
2640 ],
2641 "time": "2019-07-01T23:21:34+00:00"
2642 },
2643 {
2644 "name": "guzzlehttp/ringphp",
2645 "version": "1.1.1",
2646 "source": {
2647 "type": "git",
2648 "url": "https://github.com/guzzle/RingPHP.git",
2649 "reference": "5e2a174052995663dd68e6b5ad838afd47dd615b"
2650 },
2651 "dist": {
2652 "type": "zip",
2653 "url": "https://api.github.com/repos/guzzle/RingPHP/zipball/5e2a174052995663dd68e6b5ad838afd47dd615b",
2654 "reference": "5e2a174052995663dd68e6b5ad838afd47dd615b",
2655 "shasum": ""
2656 },
2657 "require": {
2658 "guzzlehttp/streams": "~3.0",
2659 "php": ">=5.4.0",
2660 "react/promise": "~2.0"
2661 },
2662 "require-dev": {
2663 "ext-curl": "*",
2664 "phpunit/phpunit": "~4.0"
2665 },
2666 "suggest": {
2667 "ext-curl": "Guzzle will use specific adapters if cURL is present"
2668 },
2669 "type": "library",
2670 "extra": {
2671 "branch-alias": {
2672 "dev-master": "1.1-dev"
2673 }
2674 },
2675 "autoload": {
2676 "psr-4": {
2677 "GuzzleHttp\\Ring\\": "src/"
2678 }
2679 },
2680 "notification-url": "https://packagist.org/downloads/",
2681 "license": [
2682 "MIT"
2683 ],
2684 "authors": [
2685 {
2686 "name": "Michael Dowling",
2687 "email": "mtdowling@gmail.com",
2688 "homepage": "https://github.com/mtdowling"
2689 }
2690 ],
2691 "description": "Provides a simple API and specification that abstracts away the details of HTTP into a single PHP function.",
2692 "time": "2018-07-31T13:22:33+00:00"
2693 },
2694 {
2695 "name": "guzzlehttp/streams",
2696 "version": "3.0.0",
2697 "source": {
2698 "type": "git",
2699 "url": "https://github.com/guzzle/streams.git",
2700 "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5"
2701 },
2702 "dist": {
2703 "type": "zip",
2704 "url": "https://api.github.com/repos/guzzle/streams/zipball/47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
2705 "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
2706 "shasum": ""
2707 },
2708 "require": {
2709 "php": ">=5.4.0"
2710 },
2711 "require-dev": {
2712 "phpunit/phpunit": "~4.0"
2713 },
2714 "type": "library",
2715 "extra": {
2716 "branch-alias": {
2717 "dev-master": "3.0-dev"
2718 }
2719 },
2720 "autoload": {
2721 "psr-4": {
2722 "GuzzleHttp\\Stream\\": "src/"
2723 }
2724 },
2725 "notification-url": "https://packagist.org/downloads/",
2726 "license": [
2727 "MIT"
2728 ],
2729 "authors": [
2730 {
2731 "name": "Michael Dowling",
2732 "email": "mtdowling@gmail.com",
2733 "homepage": "https://github.com/mtdowling"
2734 }
2735 ],
2736 "description": "Provides a simple abstraction over streams of data",
2737 "homepage": "http://guzzlephp.org/",
2738 "keywords": [
2739 "Guzzle",
2740 "stream"
2741 ],
2742 "time": "2014-10-12T19:18:40+00:00"
2743 },
2744 {
2745 "name": "hoa/compiler",
2746 "version": "3.17.08.08",
2747 "source": {
2748 "type": "git",
2749 "url": "https://github.com/hoaproject/Compiler.git",
2750 "reference": "aa09caf0bf28adae6654ca6ee415ee2f522672de"
2751 },
2752 "dist": {
2753 "type": "zip",
2754 "url": "https://api.github.com/repos/hoaproject/Compiler/zipball/aa09caf0bf28adae6654ca6ee415ee2f522672de",
2755 "reference": "aa09caf0bf28adae6654ca6ee415ee2f522672de",
2756 "shasum": ""
2757 },
2758 "require": {
2759 "hoa/consistency": "~1.0",
2760 "hoa/exception": "~1.0",
2761 "hoa/file": "~1.0",
2762 "hoa/iterator": "~2.0",
2763 "hoa/math": "~1.0",
2764 "hoa/protocol": "~1.0",
2765 "hoa/regex": "~1.0",
2766 "hoa/visitor": "~2.0"
2767 },
2768 "require-dev": {
2769 "hoa/json": "~2.0",
2770 "hoa/test": "~2.0"
2771 },
2772 "type": "library",
2773 "extra": {
2774 "branch-alias": {
2775 "dev-master": "3.x-dev"
2776 }
2777 },
2778 "autoload": {
2779 "psr-4": {
2780 "Hoa\\Compiler\\": "."
2781 }
2782 },
2783 "notification-url": "https://packagist.org/downloads/",
2784 "license": [
2785 "BSD-3-Clause"
2786 ],
2787 "authors": [
2788 {
2789 "name": "Ivan Enderlin",
2790 "email": "ivan.enderlin@hoa-project.net"
2791 },
2792 {
2793 "name": "Hoa community",
2794 "homepage": "https://hoa-project.net/"
2795 }
2796 ],
2797 "description": "The Hoa\\Compiler library.",
2798 "homepage": "https://hoa-project.net/",
2799 "keywords": [
2800 "algebraic",
2801 "ast",
2802 "compiler",
2803 "context-free",
2804 "coverage",
2805 "exhaustive",
2806 "grammar",
2807 "isotropic",
2808 "language",
2809 "lexer",
2810 "library",
2811 "ll1",
2812 "llk",
2813 "parser",
2814 "pp",
2815 "random",
2816 "regular",
2817 "rule",
2818 "sampler",
2819 "syntax",
2820 "token",
2821 "trace",
2822 "uniform"
2823 ],
2824 "time": "2017-08-08T07:44:07+00:00"
2825 },
2826 {
2827 "name": "hoa/consistency",
2828 "version": "1.17.05.02",
2829 "source": {
2830 "type": "git",
2831 "url": "https://github.com/hoaproject/Consistency.git",
2832 "reference": "fd7d0adc82410507f332516faf655b6ed22e4c2f"
2833 },
2834 "dist": {
2835 "type": "zip",
2836 "url": "https://api.github.com/repos/hoaproject/Consistency/zipball/fd7d0adc82410507f332516faf655b6ed22e4c2f",
2837 "reference": "fd7d0adc82410507f332516faf655b6ed22e4c2f",
2838 "shasum": ""
2839 },
2840 "require": {
2841 "hoa/exception": "~1.0",
2842 "php": ">=5.5.0"
2843 },
2844 "require-dev": {
2845 "hoa/stream": "~1.0",
2846 "hoa/test": "~2.0"
2847 },
2848 "type": "library",
2849 "extra": {
2850 "branch-alias": {
2851 "dev-master": "1.x-dev"
2852 }
2853 },
2854 "autoload": {
2855 "psr-4": {
2856 "Hoa\\Consistency\\": "."
2857 },
2858 "files": [
2859 "Prelude.php"
2860 ]
2861 },
2862 "notification-url": "https://packagist.org/downloads/",
2863 "license": [
2864 "BSD-3-Clause"
2865 ],
2866 "authors": [
2867 {
2868 "name": "Ivan Enderlin",
2869 "email": "ivan.enderlin@hoa-project.net"
2870 },
2871 {
2872 "name": "Hoa community",
2873 "homepage": "https://hoa-project.net/"
2874 }
2875 ],
2876 "description": "The Hoa\\Consistency library.",
2877 "homepage": "https://hoa-project.net/",
2878 "keywords": [
2879 "autoloader",
2880 "callable",
2881 "consistency",
2882 "entity",
2883 "flex",
2884 "keyword",
2885 "library"
2886 ],
2887 "time": "2017-05-02T12:18:12+00:00"
2888 },
2889 {
2890 "name": "hoa/event",
2891 "version": "1.17.01.13",
2892 "source": {
2893 "type": "git",
2894 "url": "https://github.com/hoaproject/Event.git",
2895 "reference": "6c0060dced212ffa3af0e34bb46624f990b29c54"
2896 },
2897 "dist": {
2898 "type": "zip",
2899 "url": "https://api.github.com/repos/hoaproject/Event/zipball/6c0060dced212ffa3af0e34bb46624f990b29c54",
2900 "reference": "6c0060dced212ffa3af0e34bb46624f990b29c54",
2901 "shasum": ""
2902 },
2903 "require": {
2904 "hoa/consistency": "~1.0",
2905 "hoa/exception": "~1.0"
2906 },
2907 "require-dev": {
2908 "hoa/test": "~2.0"
2909 },
2910 "type": "library",
2911 "extra": {
2912 "branch-alias": {
2913 "dev-master": "1.x-dev"
2914 }
2915 },
2916 "autoload": {
2917 "psr-4": {
2918 "Hoa\\Event\\": "."
2919 }
2920 },
2921 "notification-url": "https://packagist.org/downloads/",
2922 "license": [
2923 "BSD-3-Clause"
2924 ],
2925 "authors": [
2926 {
2927 "name": "Ivan Enderlin",
2928 "email": "ivan.enderlin@hoa-project.net"
2929 },
2930 {
2931 "name": "Hoa community",
2932 "homepage": "https://hoa-project.net/"
2933 }
2934 ],
2935 "description": "The Hoa\\Event library.",
2936 "homepage": "https://hoa-project.net/",
2937 "keywords": [
2938 "event",
2939 "library",
2940 "listener",
2941 "observer"
2942 ],
2943 "time": "2017-01-13T15:30:50+00:00"
2944 },
2945 {
2946 "name": "hoa/exception",
2947 "version": "1.17.01.16",
2948 "source": {
2949 "type": "git",
2950 "url": "https://github.com/hoaproject/Exception.git",
2951 "reference": "091727d46420a3d7468ef0595651488bfc3a458f"
2952 },
2953 "dist": {
2954 "type": "zip",
2955 "url": "https://api.github.com/repos/hoaproject/Exception/zipball/091727d46420a3d7468ef0595651488bfc3a458f",
2956 "reference": "091727d46420a3d7468ef0595651488bfc3a458f",
2957 "shasum": ""
2958 },
2959 "require": {
2960 "hoa/consistency": "~1.0",
2961 "hoa/event": "~1.0"
2962 },
2963 "require-dev": {
2964 "hoa/test": "~2.0"
2965 },
2966 "type": "library",
2967 "extra": {
2968 "branch-alias": {
2969 "dev-master": "1.x-dev"
2970 }
2971 },
2972 "autoload": {
2973 "psr-4": {
2974 "Hoa\\Exception\\": "."
2975 }
2976 },
2977 "notification-url": "https://packagist.org/downloads/",
2978 "license": [
2979 "BSD-3-Clause"
2980 ],
2981 "authors": [
2982 {
2983 "name": "Ivan Enderlin",
2984 "email": "ivan.enderlin@hoa-project.net"
2985 },
2986 {
2987 "name": "Hoa community",
2988 "homepage": "https://hoa-project.net/"
2989 }
2990 ],
2991 "description": "The Hoa\\Exception library.",
2992 "homepage": "https://hoa-project.net/",
2993 "keywords": [
2994 "exception",
2995 "library"
2996 ],
2997 "time": "2017-01-16T07:53:27+00:00"
2998 },
2999 {
3000 "name": "hoa/file",
3001 "version": "1.17.07.11",
3002 "source": {
3003 "type": "git",
3004 "url": "https://github.com/hoaproject/File.git",
3005 "reference": "35cb979b779bc54918d2f9a4e02ed6c7a1fa67ca"
3006 },
3007 "dist": {
3008 "type": "zip",
3009 "url": "https://api.github.com/repos/hoaproject/File/zipball/35cb979b779bc54918d2f9a4e02ed6c7a1fa67ca",
3010 "reference": "35cb979b779bc54918d2f9a4e02ed6c7a1fa67ca",
3011 "shasum": ""
3012 },
3013 "require": {
3014 "hoa/consistency": "~1.0",
3015 "hoa/event": "~1.0",
3016 "hoa/exception": "~1.0",
3017 "hoa/iterator": "~2.0",
3018 "hoa/stream": "~1.0"
3019 },
3020 "require-dev": {
3021 "hoa/test": "~2.0"
3022 },
3023 "type": "library",
3024 "extra": {
3025 "branch-alias": {
3026 "dev-master": "1.x-dev"
3027 }
3028 },
3029 "autoload": {
3030 "psr-4": {
3031 "Hoa\\File\\": "."
3032 }
3033 },
3034 "notification-url": "https://packagist.org/downloads/",
3035 "license": [
3036 "BSD-3-Clause"
3037 ],
3038 "authors": [
3039 {
3040 "name": "Ivan Enderlin",
3041 "email": "ivan.enderlin@hoa-project.net"
3042 },
3043 {
3044 "name": "Hoa community",
3045 "homepage": "https://hoa-project.net/"
3046 }
3047 ],
3048 "description": "The Hoa\\File library.",
3049 "homepage": "https://hoa-project.net/",
3050 "keywords": [
3051 "Socket",
3052 "directory",
3053 "file",
3054 "finder",
3055 "library",
3056 "link",
3057 "temporary"
3058 ],
3059 "time": "2017-07-11T07:42:15+00:00"
3060 },
3061 {
3062 "name": "hoa/iterator",
3063 "version": "2.17.01.10",
3064 "source": {
3065 "type": "git",
3066 "url": "https://github.com/hoaproject/Iterator.git",
3067 "reference": "d1120ba09cb4ccd049c86d10058ab94af245f0cc"
3068 },
3069 "dist": {
3070 "type": "zip",
3071 "url": "https://api.github.com/repos/hoaproject/Iterator/zipball/d1120ba09cb4ccd049c86d10058ab94af245f0cc",
3072 "reference": "d1120ba09cb4ccd049c86d10058ab94af245f0cc",
3073 "shasum": ""
3074 },
3075 "require": {
3076 "hoa/consistency": "~1.0",
3077 "hoa/exception": "~1.0"
3078 },
3079 "require-dev": {
3080 "hoa/test": "~2.0"
3081 },
3082 "type": "library",
3083 "extra": {
3084 "branch-alias": {
3085 "dev-master": "2.x-dev"
3086 }
3087 },
3088 "autoload": {
3089 "psr-4": {
3090 "Hoa\\Iterator\\": "."
3091 }
3092 },
3093 "notification-url": "https://packagist.org/downloads/",
3094 "license": [
3095 "BSD-3-Clause"
3096 ],
3097 "authors": [
3098 {
3099 "name": "Ivan Enderlin",
3100 "email": "ivan.enderlin@hoa-project.net"
3101 },
3102 {
3103 "name": "Hoa community",
3104 "homepage": "https://hoa-project.net/"
3105 }
3106 ],
3107 "description": "The Hoa\\Iterator library.",
3108 "homepage": "https://hoa-project.net/",
3109 "keywords": [
3110 "iterator",
3111 "library"
3112 ],
3113 "time": "2017-01-10T10:34:47+00:00"
3114 },
3115 {
3116 "name": "hoa/math",
3117 "version": "1.17.05.16",
3118 "source": {
3119 "type": "git",
3120 "url": "https://github.com/hoaproject/Math.git",
3121 "reference": "7150785d30f5d565704912116a462e9f5bc83a0c"
3122 },
3123 "dist": {
3124 "type": "zip",
3125 "url": "https://api.github.com/repos/hoaproject/Math/zipball/7150785d30f5d565704912116a462e9f5bc83a0c",
3126 "reference": "7150785d30f5d565704912116a462e9f5bc83a0c",
3127 "shasum": ""
3128 },
3129 "require": {
3130 "hoa/compiler": "~3.0",
3131 "hoa/consistency": "~1.0",
3132 "hoa/exception": "~1.0",
3133 "hoa/iterator": "~2.0",
3134 "hoa/protocol": "~1.0",
3135 "hoa/zformat": "~1.0"
3136 },
3137 "require-dev": {
3138 "hoa/test": "~2.0"
3139 },
3140 "type": "library",
3141 "extra": {
3142 "branch-alias": {
3143 "dev-master": "1.x-dev"
3144 }
3145 },
3146 "autoload": {
3147 "psr-4": {
3148 "Hoa\\Math\\": "."
3149 }
3150 },
3151 "notification-url": "https://packagist.org/downloads/",
3152 "license": [
3153 "BSD-3-Clause"
3154 ],
3155 "authors": [
3156 {
3157 "name": "Ivan Enderlin",
3158 "email": "ivan.enderlin@hoa-project.net"
3159 },
3160 {
3161 "name": "Hoa community",
3162 "homepage": "https://hoa-project.net/"
3163 }
3164 ],
3165 "description": "The Hoa\\Math library.",
3166 "homepage": "https://hoa-project.net/",
3167 "keywords": [
3168 "arrangement",
3169 "combination",
3170 "combinatorics",
3171 "counting",
3172 "library",
3173 "math",
3174 "permutation",
3175 "sampler",
3176 "set"
3177 ],
3178 "time": "2017-05-16T08:02:17+00:00"
3179 },
3180 {
3181 "name": "hoa/protocol",
3182 "version": "1.17.01.14",
3183 "source": {
3184 "type": "git",
3185 "url": "https://github.com/hoaproject/Protocol.git",
3186 "reference": "5c2cf972151c45f373230da170ea015deecf19e2"
3187 },
3188 "dist": {
3189 "type": "zip",
3190 "url": "https://api.github.com/repos/hoaproject/Protocol/zipball/5c2cf972151c45f373230da170ea015deecf19e2",
3191 "reference": "5c2cf972151c45f373230da170ea015deecf19e2",
3192 "shasum": ""
3193 },
3194 "require": {
3195 "hoa/consistency": "~1.0",
3196 "hoa/exception": "~1.0"
3197 },
3198 "require-dev": {
3199 "hoa/test": "~2.0"
3200 },
3201 "type": "library",
3202 "extra": {
3203 "branch-alias": {
3204 "dev-master": "1.x-dev"
3205 }
3206 },
3207 "autoload": {
3208 "psr-4": {
3209 "Hoa\\Protocol\\": "."
3210 },
3211 "files": [
3212 "Wrapper.php"
3213 ]
3214 },
3215 "notification-url": "https://packagist.org/downloads/",
3216 "license": [
3217 "BSD-3-Clause"
3218 ],
3219 "authors": [
3220 {
3221 "name": "Ivan Enderlin",
3222 "email": "ivan.enderlin@hoa-project.net"
3223 },
3224 {
3225 "name": "Hoa community",
3226 "homepage": "https://hoa-project.net/"
3227 }
3228 ],
3229 "description": "The Hoa\\Protocol library.",
3230 "homepage": "https://hoa-project.net/",
3231 "keywords": [
3232 "library",
3233 "protocol",
3234 "resource",
3235 "stream",
3236 "wrapper"
3237 ],
3238 "time": "2017-01-14T12:26:10+00:00"
3239 },
3240 {
3241 "name": "hoa/regex",
3242 "version": "1.17.01.13",
3243 "source": {
3244 "type": "git",
3245 "url": "https://github.com/hoaproject/Regex.git",
3246 "reference": "7e263a61b6fb45c1d03d8e5ef77668518abd5bec"
3247 },
3248 "dist": {
3249 "type": "zip",
3250 "url": "https://api.github.com/repos/hoaproject/Regex/zipball/7e263a61b6fb45c1d03d8e5ef77668518abd5bec",
3251 "reference": "7e263a61b6fb45c1d03d8e5ef77668518abd5bec",
3252 "shasum": ""
3253 },
3254 "require": {
3255 "hoa/consistency": "~1.0",
3256 "hoa/exception": "~1.0",
3257 "hoa/math": "~1.0",
3258 "hoa/protocol": "~1.0",
3259 "hoa/ustring": "~4.0",
3260 "hoa/visitor": "~2.0"
3261 },
3262 "type": "library",
3263 "extra": {
3264 "branch-alias": {
3265 "dev-master": "1.x-dev"
3266 }
3267 },
3268 "autoload": {
3269 "psr-4": {
3270 "Hoa\\Regex\\": "."
3271 }
3272 },
3273 "notification-url": "https://packagist.org/downloads/",
3274 "license": [
3275 "BSD-3-Clause"
3276 ],
3277 "authors": [
3278 {
3279 "name": "Ivan Enderlin",
3280 "email": "ivan.enderlin@hoa-project.net"
3281 },
3282 {
3283 "name": "Hoa community",
3284 "homepage": "https://hoa-project.net/"
3285 }
3286 ],
3287 "description": "The Hoa\\Regex library.",
3288 "homepage": "https://hoa-project.net/",
3289 "keywords": [
3290 "compiler",
3291 "library",
3292 "regex"
3293 ],
3294 "time": "2017-01-13T16:10:24+00:00"
3295 },
3296 {
3297 "name": "hoa/ruler",
3298 "version": "2.17.05.16",
3299 "source": {
3300 "type": "git",
3301 "url": "https://github.com/hoaproject/Ruler.git",
3302 "reference": "696835daf8336dfd490f032da7af444050e52dfc"
3303 },
3304 "dist": {
3305 "type": "zip",
3306 "url": "https://api.github.com/repos/hoaproject/Ruler/zipball/696835daf8336dfd490f032da7af444050e52dfc",
3307 "reference": "696835daf8336dfd490f032da7af444050e52dfc",
3308 "shasum": ""
3309 },
3310 "require": {
3311 "hoa/compiler": "~3.0",
3312 "hoa/consistency": "~1.0",
3313 "hoa/exception": "~1.0",
3314 "hoa/file": "~1.0",
3315 "hoa/protocol": "~1.0",
3316 "hoa/visitor": "~2.0"
3317 },
3318 "require-dev": {
3319 "hoa/test": "~2.0"
3320 },
3321 "type": "library",
3322 "extra": {
3323 "branch-alias": {
3324 "dev-master": "2.x-dev"
3325 }
3326 },
3327 "autoload": {
3328 "psr-4": {
3329 "Hoa\\Ruler\\": "."
3330 }
3331 },
3332 "notification-url": "https://packagist.org/downloads/",
3333 "license": [
3334 "BSD-3-Clause"
3335 ],
3336 "authors": [
3337 {
3338 "name": "Ivan Enderlin",
3339 "email": "ivan.enderlin@hoa-project.net"
3340 },
3341 {
3342 "name": "Hoa community",
3343 "homepage": "https://hoa-project.net/"
3344 }
3345 ],
3346 "description": "The Hoa\\Ruler library.",
3347 "homepage": "https://hoa-project.net/",
3348 "keywords": [
3349 "library",
3350 "ruler"
3351 ],
3352 "time": "2017-05-16T07:52:21+00:00"
3353 },
3354 {
3355 "name": "hoa/stream",
3356 "version": "1.17.02.21",
3357 "source": {
3358 "type": "git",
3359 "url": "https://github.com/hoaproject/Stream.git",
3360 "reference": "3293cfffca2de10525df51436adf88a559151d82"
3361 },
3362 "dist": {
3363 "type": "zip",
3364 "url": "https://api.github.com/repos/hoaproject/Stream/zipball/3293cfffca2de10525df51436adf88a559151d82",
3365 "reference": "3293cfffca2de10525df51436adf88a559151d82",
3366 "shasum": ""
3367 },
3368 "require": {
3369 "hoa/consistency": "~1.0",
3370 "hoa/event": "~1.0",
3371 "hoa/exception": "~1.0",
3372 "hoa/protocol": "~1.0"
3373 },
3374 "require-dev": {
3375 "hoa/test": "~2.0"
3376 },
3377 "type": "library",
3378 "extra": {
3379 "branch-alias": {
3380 "dev-master": "1.x-dev"
3381 }
3382 },
3383 "autoload": {
3384 "psr-4": {
3385 "Hoa\\Stream\\": "."
3386 }
3387 },
3388 "notification-url": "https://packagist.org/downloads/",
3389 "license": [
3390 "BSD-3-Clause"
3391 ],
3392 "authors": [
3393 {
3394 "name": "Ivan Enderlin",
3395 "email": "ivan.enderlin@hoa-project.net"
3396 },
3397 {
3398 "name": "Hoa community",
3399 "homepage": "https://hoa-project.net/"
3400 }
3401 ],
3402 "description": "The Hoa\\Stream library.",
3403 "homepage": "https://hoa-project.net/",
3404 "keywords": [
3405 "Context",
3406 "bucket",
3407 "composite",
3408 "filter",
3409 "in",
3410 "library",
3411 "out",
3412 "protocol",
3413 "stream",
3414 "wrapper"
3415 ],
3416 "time": "2017-02-21T16:01:06+00:00"
3417 },
3418 {
3419 "name": "hoa/ustring",
3420 "version": "4.17.01.16",
3421 "source": {
3422 "type": "git",
3423 "url": "https://github.com/hoaproject/Ustring.git",
3424 "reference": "e6326e2739178799b1fe3fdd92029f9517fa17a0"
3425 },
3426 "dist": {
3427 "type": "zip",
3428 "url": "https://api.github.com/repos/hoaproject/Ustring/zipball/e6326e2739178799b1fe3fdd92029f9517fa17a0",
3429 "reference": "e6326e2739178799b1fe3fdd92029f9517fa17a0",
3430 "shasum": ""
3431 },
3432 "require": {
3433 "hoa/consistency": "~1.0",
3434 "hoa/exception": "~1.0"
3435 },
3436 "require-dev": {
3437 "hoa/test": "~2.0"
3438 },
3439 "suggest": {
3440 "ext-iconv": "ext/iconv must be present (or a third implementation) to use Hoa\\Ustring::transcode().",
3441 "ext-intl": "To get a better Hoa\\Ustring::toAscii() and Hoa\\Ustring::compareTo()."
3442 },
3443 "type": "library",
3444 "extra": {
3445 "branch-alias": {
3446 "dev-master": "4.x-dev"
3447 }
3448 },
3449 "autoload": {
3450 "psr-4": {
3451 "Hoa\\Ustring\\": "."
3452 }
3453 },
3454 "notification-url": "https://packagist.org/downloads/",
3455 "license": [
3456 "BSD-3-Clause"
3457 ],
3458 "authors": [
3459 {
3460 "name": "Ivan Enderlin",
3461 "email": "ivan.enderlin@hoa-project.net"
3462 },
3463 {
3464 "name": "Hoa community",
3465 "homepage": "https://hoa-project.net/"
3466 }
3467 ],
3468 "description": "The Hoa\\Ustring library.",
3469 "homepage": "https://hoa-project.net/",
3470 "keywords": [
3471 "library",
3472 "search",
3473 "string",
3474 "unicode"
3475 ],
3476 "time": "2017-01-16T07:08:25+00:00"
3477 },
3478 {
3479 "name": "hoa/visitor",
3480 "version": "2.17.01.16",
3481 "source": {
3482 "type": "git",
3483 "url": "https://github.com/hoaproject/Visitor.git",
3484 "reference": "c18fe1cbac98ae449e0d56e87469103ba08f224a"
3485 },
3486 "dist": {
3487 "type": "zip",
3488 "url": "https://api.github.com/repos/hoaproject/Visitor/zipball/c18fe1cbac98ae449e0d56e87469103ba08f224a",
3489 "reference": "c18fe1cbac98ae449e0d56e87469103ba08f224a",
3490 "shasum": ""
3491 },
3492 "require": {
3493 "hoa/consistency": "~1.0"
3494 },
3495 "require-dev": {
3496 "hoa/test": "~2.0"
3497 },
3498 "type": "library",
3499 "extra": {
3500 "branch-alias": {
3501 "dev-master": "2.x-dev"
3502 }
3503 },
3504 "autoload": {
3505 "psr-4": {
3506 "Hoa\\Visitor\\": "."
3507 }
3508 },
3509 "notification-url": "https://packagist.org/downloads/",
3510 "license": [
3511 "BSD-3-Clause"
3512 ],
3513 "authors": [
3514 {
3515 "name": "Ivan Enderlin",
3516 "email": "ivan.enderlin@hoa-project.net"
3517 },
3518 {
3519 "name": "Hoa community",
3520 "homepage": "https://hoa-project.net/"
3521 }
3522 ],
3523 "description": "The Hoa\\Visitor library.",
3524 "homepage": "https://hoa-project.net/",
3525 "keywords": [
3526 "library",
3527 "structure",
3528 "visit",
3529 "visitor"
3530 ],
3531 "time": "2017-01-16T07:02:03+00:00"
3532 },
3533 {
3534 "name": "hoa/zformat",
3535 "version": "1.17.01.10",
3536 "source": {
3537 "type": "git",
3538 "url": "https://github.com/hoaproject/Zformat.git",
3539 "reference": "522c381a2a075d4b9dbb42eb4592dd09520e4ac2"
3540 },
3541 "dist": {
3542 "type": "zip",
3543 "url": "https://api.github.com/repos/hoaproject/Zformat/zipball/522c381a2a075d4b9dbb42eb4592dd09520e4ac2",
3544 "reference": "522c381a2a075d4b9dbb42eb4592dd09520e4ac2",
3545 "shasum": ""
3546 },
3547 "require": {
3548 "hoa/consistency": "~1.0",
3549 "hoa/exception": "~1.0"
3550 },
3551 "type": "library",
3552 "extra": {
3553 "branch-alias": {
3554 "dev-master": "1.x-dev"
3555 }
3556 },
3557 "autoload": {
3558 "psr-4": {
3559 "Hoa\\Zformat\\": "."
3560 }
3561 },
3562 "notification-url": "https://packagist.org/downloads/",
3563 "license": [
3564 "BSD-3-Clause"
3565 ],
3566 "authors": [
3567 {
3568 "name": "Ivan Enderlin",
3569 "email": "ivan.enderlin@hoa-project.net"
3570 },
3571 {
3572 "name": "Hoa community",
3573 "homepage": "https://hoa-project.net/"
3574 }
3575 ],
3576 "description": "The Hoa\\Zformat library.",
3577 "homepage": "https://hoa-project.net/",
3578 "keywords": [
3579 "library",
3580 "parameter",
3581 "zformat"
3582 ],
3583 "time": "2017-01-10T10:39:54+00:00"
3584 },
3585 {
3586 "name": "html2text/html2text",
3587 "version": "4.2.1",
3588 "source": {
3589 "type": "git",
3590 "url": "https://github.com/mtibben/html2text.git",
3591 "reference": "f7555eaf271beea4e1098274d3ff37fbb7b21ea7"
3592 },
3593 "dist": {
3594 "type": "zip",
3595 "url": "https://api.github.com/repos/mtibben/html2text/zipball/f7555eaf271beea4e1098274d3ff37fbb7b21ea7",
3596 "reference": "f7555eaf271beea4e1098274d3ff37fbb7b21ea7",
3597 "shasum": ""
3598 },
3599 "require-dev": {
3600 "phpunit/phpunit": "~4"
3601 },
3602 "suggest": {
3603 "ext-mbstring": "For best performance",
3604 "symfony/polyfill-mbstring": "If you can't install ext-mbstring"
3605 },
3606 "type": "library",
3607 "autoload": {
3608 "psr-4": {
3609 "Html2Text\\": [
3610 "src/",
3611 "test/"
3612 ]
3613 }
3614 },
3615 "notification-url": "https://packagist.org/downloads/",
3616 "license": [
3617 "GPL-2.0-or-later"
3618 ],
3619 "description": "Converts HTML to formatted plain text",
3620 "time": "2018-08-13T12:05:08+00:00"
3621 },
3622 {
3623 "name": "http-interop/http-factory-guzzle",
3624 "version": "1.0.0",
3625 "source": {
3626 "type": "git",
3627 "url": "https://github.com/http-interop/http-factory-guzzle.git",
3628 "reference": "34861658efb9899a6618cef03de46e2a52c80fc0"
3629 },
3630 "dist": {
3631 "type": "zip",
3632 "url": "https://api.github.com/repos/http-interop/http-factory-guzzle/zipball/34861658efb9899a6618cef03de46e2a52c80fc0",
3633 "reference": "34861658efb9899a6618cef03de46e2a52c80fc0",
3634 "shasum": ""
3635 },
3636 "require": {
3637 "guzzlehttp/psr7": "^1.4.2",
3638 "psr/http-factory": "^1.0"
3639 },
3640 "provide": {
3641 "psr/http-factory-implementation": "^1.0"
3642 },
3643 "require-dev": {
3644 "http-interop/http-factory-tests": "^0.5",
3645 "phpunit/phpunit": "^6.5"
3646 },
3647 "type": "library",
3648 "autoload": {
3649 "psr-4": {
3650 "Http\\Factory\\Guzzle\\": "src/"
3651 }
3652 },
3653 "notification-url": "https://packagist.org/downloads/",
3654 "license": [
3655 "MIT"
3656 ],
3657 "authors": [
3658 {
3659 "name": "PHP-FIG",
3660 "homepage": "http://www.php-fig.org/"
3661 }
3662 ],
3663 "description": "An HTTP Factory using Guzzle PSR7",
3664 "keywords": [
3665 "factory",
3666 "http",
3667 "psr-17",
3668 "psr-7"
3669 ],
3670 "time": "2018-07-31T19:32:56+00:00"
3671 },
3672 {
3673 "name": "incenteev/composer-parameter-handler",
3674 "version": "v2.1.3",
3675 "source": {
3676 "type": "git",
3677 "url": "https://github.com/Incenteev/ParameterHandler.git",
3678 "reference": "933c45a34814f27f2345c11c37d46b3ca7303550"
3679 },
3680 "dist": {
3681 "type": "zip",
3682 "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/933c45a34814f27f2345c11c37d46b3ca7303550",
3683 "reference": "933c45a34814f27f2345c11c37d46b3ca7303550",
3684 "shasum": ""
3685 },
3686 "require": {
3687 "php": ">=5.3.3",
3688 "symfony/yaml": "^2.3 || ^3.0 || ^4.0"
3689 },
3690 "require-dev": {
3691 "composer/composer": "^1.0@dev",
3692 "symfony/filesystem": "^2.3 || ^3 || ^4",
3693 "symfony/phpunit-bridge": "^4.0"
3694 },
3695 "type": "library",
3696 "extra": {
3697 "branch-alias": {
3698 "dev-master": "2.1.x-dev"
3699 }
3700 },
3701 "autoload": {
3702 "psr-4": {
3703 "Incenteev\\ParameterHandler\\": ""
3704 }
3705 },
3706 "notification-url": "https://packagist.org/downloads/",
3707 "license": [
3708 "MIT"
3709 ],
3710 "authors": [
3711 {
3712 "name": "Christophe Coevoet",
3713 "email": "stof@notk.org"
3714 }
3715 ],
3716 "description": "Composer script handling your ignored parameter file",
3717 "homepage": "https://github.com/Incenteev/ParameterHandler",
3718 "keywords": [
3719 "parameters management"
3720 ],
3721 "time": "2018-02-13T18:05:56+00:00"
3722 },
3723 {
3724 "name": "j0k3r/graby",
3725 "version": "2.1.0",
3726 "source": {
3727 "type": "git",
3728 "url": "https://github.com/j0k3r/graby.git",
3729 "reference": "8dcacf79bd2bc18438dc3c93cdee1fa59f9a848b"
3730 },
3731 "dist": {
3732 "type": "zip",
3733 "url": "https://api.github.com/repos/j0k3r/graby/zipball/8dcacf79bd2bc18438dc3c93cdee1fa59f9a848b",
3734 "reference": "8dcacf79bd2bc18438dc3c93cdee1fa59f9a848b",
3735 "shasum": ""
3736 },
3737 "require": {
3738 "ext-curl": "*",
3739 "ext-tidy": "*",
3740 "fossar/htmlawed": "^1.2.4",
3741 "guzzlehttp/psr7": "^1.5",
3742 "j0k3r/graby-site-config": "^1.0",
3743 "j0k3r/httplug-ssrf-plugin": "^2.0",
3744 "j0k3r/php-readability": "^1.1",
3745 "monolog/monolog": "^1.13.1",
3746 "php": ">=7.1",
3747 "php-http/client-common": "^2.0",
3748 "php-http/discovery": "^1.0",
3749 "php-http/httplug": "^2.0",
3750 "php-http/message": "^1.7",
3751 "psr/http-message": "^1.0",
3752 "simplepie/simplepie": "^1.3.1",
3753 "smalot/pdfparser": "~0.11",
3754 "symfony/options-resolver": "~2.6|~3.0|~4.0",
3755 "true/punycode": "~2.1",
3756 "wallabag/tcpdf": "^6.2.26"
3757 },
3758 "require-dev": {
3759 "friendsofphp/php-cs-fixer": "~2.14",
3760 "php-coveralls/php-coveralls": "^2.0",
3761 "php-http/guzzle6-adapter": "^2.0",
3762 "php-http/mock-client": "^1.2",
3763 "phpstan/phpstan": "^0.11",
3764 "phpstan/phpstan-phpunit": "^0.11",
3765 "symfony/phpunit-bridge": "~2.6|~3.0|~4.0"
3766 },
3767 "type": "library",
3768 "extra": {
3769 "branch-alias": {
3770 "dev-2.0": "2.0-dev"
3771 }
3772 },
3773 "autoload": {
3774 "psr-4": {
3775 "Graby\\": "src/"
3776 }
3777 },
3778 "notification-url": "https://packagist.org/downloads/",
3779 "license": [
3780 "MIT"
3781 ],
3782 "authors": [
3783 {
3784 "name": "Jeremy Benoist",
3785 "email": "jeremy.benoist@gmail.com",
3786 "role": "Developer"
3787 },
3788 {
3789 "name": "FiveFilters.org",
3790 "email": "fivefilters@fivefilters.org",
3791 "role": "Developer (original version)"
3792 }
3793 ],
3794 "description": "Graby helps you extract article content from web pages",
3795 "time": "2019-11-12T13:10:23+00:00"
3796 },
3797 {
3798 "name": "j0k3r/graby-site-config",
3799 "version": "1.0.95",
3800 "source": {
3801 "type": "git",
3802 "url": "https://github.com/j0k3r/graby-site-config.git",
3803 "reference": "6198a26657c02db293d51d49cd41a8aa05da367b"
3804 },
3805 "dist": {
3806 "type": "zip",
3807 "url": "https://api.github.com/repos/j0k3r/graby-site-config/zipball/6198a26657c02db293d51d49cd41a8aa05da367b",
3808 "reference": "6198a26657c02db293d51d49cd41a8aa05da367b",
3809 "shasum": ""
3810 },
3811 "require": {
3812 "symfony/finder": "~2.6|~3.0|~4.0"
3813 },
3814 "require-dev": {
3815 "liip/rmt": "1.2.*",
3816 "symfony/phpunit-bridge": "^4.3"
3817 },
3818 "type": "library",
3819 "autoload": {
3820 "psr-4": {
3821 "GrabySiteConfig\\SiteConfig\\": "src/"
3822 }
3823 },
3824 "notification-url": "https://packagist.org/downloads/",
3825 "license": [
3826 "CC0-1.0"
3827 ],
3828 "authors": [
3829 {
3830 "name": "Jeremy Benoist",
3831 "email": "jeremy.benoist@gmail.com"
3832 }
3833 ],
3834 "description": "Graby site config files",
3835 "time": "2019-11-21T13:32:52+00:00"
3836 },
3837 {
3838 "name": "j0k3r/httplug-ssrf-plugin",
3839 "version": "v2.0.0",
3840 "source": {
3841 "type": "git",
3842 "url": "https://github.com/j0k3r/httplug-ssrf-plugin.git",
3843 "reference": "ea8599016240d2a49b91e267550ea3eb243ddd74"
3844 },
3845 "dist": {
3846 "type": "zip",
3847 "url": "https://api.github.com/repos/j0k3r/httplug-ssrf-plugin/zipball/ea8599016240d2a49b91e267550ea3eb243ddd74",
3848 "reference": "ea8599016240d2a49b91e267550ea3eb243ddd74",
3849 "shasum": ""
3850 },
3851 "require": {
3852 "php": "^7.1",
3853 "php-http/client-common": "^2.0",
3854 "php-http/discovery": "^1.5",
3855 "php-http/message": "^1.7",
3856 "php-http/message-factory": "^1.0.2"
3857 },
3858 "require-dev": {
3859 "friendsofphp/php-cs-fixer": "^2.14",
3860 "guzzlehttp/psr7": "^1.0",
3861 "php-http/guzzle6-adapter": "^2.0",
3862 "php-http/mock-client": "^1.0",
3863 "phpstan/phpstan": "^0.11",
3864 "phpstan/phpstan-phpunit": "^0.11",
3865 "symfony/phpunit-bridge": "~3.4.19|~4.0"
3866 },
3867 "type": "library",
3868 "extra": {
3869 "branch-alias": {
3870 "dev-master": "2.0-dev"
3871 }
3872 },
3873 "autoload": {
3874 "psr-4": {
3875 "Graby\\HttpClient\\Plugin\\ServerSideRequestForgeryProtection\\": "src/"
3876 }
3877 },
3878 "notification-url": "https://packagist.org/downloads/",
3879 "license": [
3880 "MIT"
3881 ],
3882 "authors": [
3883 {
3884 "name": "Jeremy Benoist",
3885 "email": "jeremy.benoist@gmail.com"
3886 },
3887 {
3888 "name": "aaa2000",
3889 "email": "adev2000@gmail.com"
3890 },
3891 {
3892 "name": "Jack W",
3893 "email": "jack@fin1te.net",
3894 "role": "Developer (SafeCurl original version)"
3895 }
3896 ],
3897 "description": "Server-Side Request Forgery (SSRF) protection plugin for HTTPlug",
3898 "homepage": "https://github.com/j0k3r/httplug-ssrf-plugin",
3899 "keywords": [
3900 "http",
3901 "httplug",
3902 "plugin",
3903 "security",
3904 "ssrf"
3905 ],
3906 "time": "2019-02-06T10:58:53+00:00"
3907 },
3908 {
3909 "name": "j0k3r/php-readability",
3910 "version": "1.2.4",
3911 "source": {
3912 "type": "git",
3913 "url": "https://github.com/j0k3r/php-readability.git",
3914 "reference": "9306996b472fd3d4bc5a7928a301ccce38423793"
3915 },
3916 "dist": {
3917 "type": "zip",
3918 "url": "https://api.github.com/repos/j0k3r/php-readability/zipball/9306996b472fd3d4bc5a7928a301ccce38423793",
3919 "reference": "9306996b472fd3d4bc5a7928a301ccce38423793",
3920 "shasum": ""
3921 },
3922 "require": {
3923 "electrolinux/php-html5lib": "^0.1.0",
3924 "ext-mbstring": "*",
3925 "php": ">=5.6.0",
3926 "psr/log": "^1.0"
3927 },
3928 "require-dev": {
3929 "friendsofphp/php-cs-fixer": "^2.14",
3930 "monolog/monolog": "^1.24",
3931 "php-coveralls/php-coveralls": "^2.1",
3932 "symfony/phpunit-bridge": "^4.2.3"
3933 },
3934 "suggest": {
3935 "ext-tidy": "Used to clean up given HTML and to avoid problems with bad HTML structure."
3936 },
3937 "type": "library",
3938 "autoload": {
3939 "psr-4": {
3940 "Readability\\": "src/"
3941 }
3942 },
3943 "notification-url": "https://packagist.org/downloads/",
3944 "license": [
3945 "Apache-2.0"
3946 ],
3947 "authors": [
3948 {
3949 "name": "Keyvan Minoukadeh",
3950 "email": "keyvan@keyvan.net",
3951 "homepage": "http://keyvan.net",
3952 "role": "Developer (ported original JS code to PHP)"
3953 },
3954 {
3955 "name": "Arc90",
3956 "homepage": "http://arc90.com",
3957 "role": "Developer (original JS version)"
3958 },
3959 {
3960 "name": "Jeremy Benoist",
3961 "email": "jeremy.benoist@gmail.com",
3962 "homepage": "http://www.j0k3r.net",
3963 "role": "Developer"
3964 },
3965 {
3966 "name": "DitherSky",
3967 "homepage": "https://github.com/Dither",
3968 "role": "Developer (https://github.com/Dither/full-text-rss)"
3969 }
3970 ],
3971 "description": "Automatic article extraction from HTML",
3972 "keywords": [
3973 "article",
3974 "article extraction",
3975 "content",
3976 "content extraction",
3977 "extraction",
3978 "html"
3979 ],
3980 "time": "2019-06-25T15:15:37+00:00"
3981 },
3982 {
3983 "name": "javibravo/simpleue",
3984 "version": "2.1.0",
3985 "source": {
3986 "type": "git",
3987 "url": "https://github.com/javibravo/simpleue.git",
3988 "reference": "b12ccea0631cd3f6128ab91178fc5363f6e14ff6"
3989 },
3990 "dist": {
3991 "type": "zip",
3992 "url": "https://api.github.com/repos/javibravo/simpleue/zipball/b12ccea0631cd3f6128ab91178fc5363f6e14ff6",
3993 "reference": "b12ccea0631cd3f6128ab91178fc5363f6e14ff6",
3994 "shasum": ""
3995 },
3996 "require": {
3997 "php": ">=5.5",
3998 "psr/log": "~1.0"
3999 },
4000 "require-dev": {
4001 "aws/aws-sdk-php": "^3.9",
4002 "pda/pheanstalk": "^3.1",
4003 "phpunit/phpunit": "4.0.*",
4004 "predis/predis": "^1.0"
4005 },
4006 "suggest": {
4007 "aws/aws-sdk-php": "Allow work with AWS Simple Queue Service (SQS) queues",
4008 "ext-redis": "Allow work with Redis Locker",
4009 "pda/pheanstalk": "Allow work with Beanstalkd queues",
4010 "predis/predis": "Allow work with Redis queues"
4011 },
4012 "type": "library",
4013 "autoload": {
4014 "psr-4": {
4015 "Simpleue\\": "src/Simpleue"
4016 }
4017 },
4018 "notification-url": "https://packagist.org/downloads/",
4019 "license": [
4020 "MIT"
4021 ],
4022 "authors": [
4023 {
4024 "name": "Javier Bravo",
4025 "email": "javibravo85@gmail.com"
4026 }
4027 ],
4028 "description": "Php package to manage queue tasks in a simple way",
4029 "homepage": "http://github.com/javibravo/simpleue",
4030 "keywords": [
4031 "job",
4032 "queue",
4033 "redis",
4034 "sqs",
4035 "task"
4036 ],
4037 "time": "2017-11-15T13:41:13+00:00"
4038 },
4039 {
4040 "name": "jdorn/sql-formatter",
4041 "version": "v1.2.17",
4042 "source": {
4043 "type": "git",
4044 "url": "https://github.com/jdorn/sql-formatter.git",
4045 "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc"
4046 },
4047 "dist": {
4048 "type": "zip",
4049 "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc",
4050 "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc",
4051 "shasum": ""
4052 },
4053 "require": {
4054 "php": ">=5.2.4"
4055 },
4056 "require-dev": {
4057 "phpunit/phpunit": "3.7.*"
4058 },
4059 "type": "library",
4060 "extra": {
4061 "branch-alias": {
4062 "dev-master": "1.3.x-dev"
4063 }
4064 },
4065 "autoload": {
4066 "classmap": [
4067 "lib"
4068 ]
4069 },
4070 "notification-url": "https://packagist.org/downloads/",
4071 "license": [
4072 "MIT"
4073 ],
4074 "authors": [
4075 {
4076 "name": "Jeremy Dorn",
4077 "email": "jeremy@jeremydorn.com",
4078 "homepage": "http://jeremydorn.com/"
4079 }
4080 ],
4081 "description": "a PHP SQL highlighting library",
4082 "homepage": "https://github.com/jdorn/sql-formatter/",
4083 "keywords": [
4084 "highlight",
4085 "sql"
4086 ],
4087 "time": "2014-01-12T16:20:24+00:00"
4088 },
4089 {
4090 "name": "jean85/pretty-package-versions",
4091 "version": "1.2",
4092 "source": {
4093 "type": "git",
4094 "url": "https://github.com/Jean85/pretty-package-versions.git",
4095 "reference": "75c7effcf3f77501d0e0caa75111aff4daa0dd48"
4096 },
4097 "dist": {
4098 "type": "zip",
4099 "url": "https://api.github.com/repos/Jean85/pretty-package-versions/zipball/75c7effcf3f77501d0e0caa75111aff4daa0dd48",
4100 "reference": "75c7effcf3f77501d0e0caa75111aff4daa0dd48",
4101 "shasum": ""
4102 },
4103 "require": {
4104 "ocramius/package-versions": "^1.2.0",
4105 "php": "^7.0"
4106 },
4107 "require-dev": {
4108 "phpunit/phpunit": "^6.0"
4109 },
4110 "type": "library",
4111 "extra": {
4112 "branch-alias": {
4113 "dev-master": "1.x-dev"
4114 }
4115 },
4116 "autoload": {
4117 "psr-4": {
4118 "Jean85\\": "src/"
4119 }
4120 },
4121 "notification-url": "https://packagist.org/downloads/",
4122 "license": [
4123 "MIT"
4124 ],
4125 "authors": [
4126 {
4127 "name": "Alessandro Lai",
4128 "email": "alessandro.lai85@gmail.com"
4129 }
4130 ],
4131 "description": "A wrapper for ocramius/package-versions to get pretty versions strings",
4132 "keywords": [
4133 "composer",
4134 "package",
4135 "release",
4136 "versions"
4137 ],
4138 "time": "2018-06-13T13:22:40+00:00"
4139 },
4140 {
4141 "name": "jms/metadata",
4142 "version": "1.7.0",
4143 "source": {
4144 "type": "git",
4145 "url": "https://github.com/schmittjoh/metadata.git",
4146 "reference": "e5854ab1aa643623dc64adde718a8eec32b957a8"
4147 },
4148 "dist": {
4149 "type": "zip",
4150 "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/e5854ab1aa643623dc64adde718a8eec32b957a8",
4151 "reference": "e5854ab1aa643623dc64adde718a8eec32b957a8",
4152 "shasum": ""
4153 },
4154 "require": {
4155 "php": ">=5.3.0"
4156 },
4157 "require-dev": {
4158 "doctrine/cache": "~1.0",
4159 "symfony/cache": "~3.1"
4160 },
4161 "type": "library",
4162 "extra": {
4163 "branch-alias": {
4164 "dev-master": "1.5.x-dev"
4165 }
4166 },
4167 "autoload": {
4168 "psr-0": {
4169 "Metadata\\": "src/"
4170 }
4171 },
4172 "notification-url": "https://packagist.org/downloads/",
4173 "license": [
4174 "MIT"
4175 ],
4176 "authors": [
4177 {
4178 "name": "Asmir Mustafic",
4179 "email": "goetas@gmail.com"
4180 },
4181 {
4182 "name": "Johannes M. Schmitt",
4183 "email": "schmittjoh@gmail.com"
4184 }
4185 ],
4186 "description": "Class/method/property metadata management in PHP",
4187 "keywords": [
4188 "annotations",
4189 "metadata",
4190 "xml",
4191 "yaml"
4192 ],
4193 "time": "2018-10-26T12:40:10+00:00"
4194 },
4195 {
4196 "name": "jms/parser-lib",
4197 "version": "1.0.0",
4198 "source": {
4199 "type": "git",
4200 "url": "https://github.com/schmittjoh/parser-lib.git",
4201 "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d"
4202 },
4203 "dist": {
4204 "type": "zip",
4205 "url": "https://api.github.com/repos/schmittjoh/parser-lib/zipball/c509473bc1b4866415627af0e1c6cc8ac97fa51d",
4206 "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d",
4207 "shasum": ""
4208 },
4209 "require": {
4210 "phpoption/phpoption": ">=0.9,<2.0-dev"
4211 },
4212 "type": "library",
4213 "extra": {
4214 "branch-alias": {
4215 "dev-master": "1.0-dev"
4216 }
4217 },
4218 "autoload": {
4219 "psr-0": {
4220 "JMS\\": "src/"
4221 }
4222 },
4223 "notification-url": "https://packagist.org/downloads/",
4224 "license": [
4225 "Apache2"
4226 ],
4227 "description": "A library for easily creating recursive-descent parsers.",
4228 "time": "2012-11-18T18:08:43+00:00"
4229 },
4230 {
4231 "name": "jms/serializer",
4232 "version": "1.14.0",
4233 "source": {
4234 "type": "git",
4235 "url": "https://github.com/schmittjoh/serializer.git",
4236 "reference": "ee96d57024af9a7716d56fcbe3aa94b3d030f3ca"
4237 },
4238 "dist": {
4239 "type": "zip",
4240 "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/ee96d57024af9a7716d56fcbe3aa94b3d030f3ca",
4241 "reference": "ee96d57024af9a7716d56fcbe3aa94b3d030f3ca",
4242 "shasum": ""
4243 },
4244 "require": {
4245 "doctrine/annotations": "^1.0",
4246 "doctrine/instantiator": "^1.0.3",
4247 "jms/metadata": "^1.3",
4248 "jms/parser-lib": "1.*",
4249 "php": "^5.5|^7.0",
4250 "phpcollection/phpcollection": "~0.1",
4251 "phpoption/phpoption": "^1.1"
4252 },
4253 "conflict": {
4254 "twig/twig": "<1.12"
4255 },
4256 "require-dev": {
4257 "doctrine/orm": "~2.1",
4258 "doctrine/phpcr-odm": "^1.3|^2.0",
4259 "ext-pdo_sqlite": "*",
4260 "jackalope/jackalope-doctrine-dbal": "^1.1.5",
4261 "phpunit/phpunit": "^4.8|^5.0",
4262 "propel/propel1": "~1.7",
4263 "psr/container": "^1.0",
4264 "symfony/dependency-injection": "^2.7|^3.3|^4.0",
4265 "symfony/expression-language": "^2.6|^3.0",
4266 "symfony/filesystem": "^2.1",
4267 "symfony/form": "~2.1|^3.0",
4268 "symfony/translation": "^2.1|^3.0",
4269 "symfony/validator": "^2.2|^3.0",
4270 "symfony/yaml": "^2.1|^3.0",
4271 "twig/twig": "~1.12|~2.0"
4272 },
4273 "suggest": {
4274 "doctrine/cache": "Required if you like to use cache functionality.",
4275 "doctrine/collections": "Required if you like to use doctrine collection types as ArrayCollection.",
4276 "symfony/yaml": "Required if you'd like to serialize data to YAML format."
4277 },
4278 "type": "library",
4279 "extra": {
4280 "branch-alias": {
4281 "dev-1.x": "1.14-dev"
4282 }
4283 },
4284 "autoload": {
4285 "psr-0": {
4286 "JMS\\Serializer": "src/"
4287 }
4288 },
4289 "notification-url": "https://packagist.org/downloads/",
4290 "license": [
4291 "MIT"
4292 ],
4293 "authors": [
4294 {
4295 "name": "Asmir Mustafic",
4296 "email": "goetas@gmail.com"
4297 },
4298 {
4299 "name": "Johannes M. Schmitt",
4300 "email": "schmittjoh@gmail.com"
4301 }
4302 ],
4303 "description": "Library for (de-)serializing data of any complexity; supports XML, JSON, and YAML.",
4304 "homepage": "http://jmsyst.com/libs/serializer",
4305 "keywords": [
4306 "deserialization",
4307 "jaxb",
4308 "json",
4309 "serialization",
4310 "xml"
4311 ],
4312 "time": "2019-04-17T08:12:16+00:00"
4313 },
4314 {
4315 "name": "jms/serializer-bundle",
4316 "version": "2.4.4",
4317 "source": {
4318 "type": "git",
4319 "url": "https://github.com/schmittjoh/JMSSerializerBundle.git",
4320 "reference": "92ee808c64c1c180775a0e57d00e3be0674668fb"
4321 },
4322 "dist": {
4323 "type": "zip",
4324 "url": "https://api.github.com/repos/schmittjoh/JMSSerializerBundle/zipball/92ee808c64c1c180775a0e57d00e3be0674668fb",
4325 "reference": "92ee808c64c1c180775a0e57d00e3be0674668fb",
4326 "shasum": ""
4327 },
4328 "require": {
4329 "jms/serializer": "^1.10",
4330 "php": "^5.4|^7.0",
4331 "phpoption/phpoption": "^1.1.0",
4332 "symfony/framework-bundle": "~2.3|~3.0|~4.0"
4333 },
4334 "require-dev": {
4335 "doctrine/orm": "*",
4336 "phpunit/phpunit": "^4.8.35|^5.4.3|^6.0",
4337 "symfony/expression-language": "~2.6|~3.0|~4.0",
4338 "symfony/finder": "^2.3|^3.0|^4.0",
4339 "symfony/form": "*",
4340 "symfony/stopwatch": "*",
4341 "symfony/twig-bundle": "*",
4342 "symfony/validator": "*",
4343 "symfony/yaml": "*"
4344 },
4345 "suggest": {
4346 "jms/di-extra-bundle": "Required to get lazy loading (de)serialization visitors, ~1.3",
4347 "symfony/finder": "Required for cache warmup, supported versions ^2.3|^3.0|^4.0"
4348 },
4349 "type": "symfony-bundle",
4350 "extra": {
4351 "branch-alias": {
4352 "dev-master": "2.4-dev"
4353 }
4354 },
4355 "autoload": {
4356 "psr-4": {
4357 "JMS\\SerializerBundle\\": ""
4358 },
4359 "exclude-from-classmap": [
4360 "/Tests/"
4361 ]
4362 },
4363 "notification-url": "https://packagist.org/downloads/",
4364 "license": [
4365 "MIT"
4366 ],
4367 "authors": [
4368 {
4369 "name": "Asmir Mustafic",
4370 "email": "goetas@gmail.com"
4371 },
4372 {
4373 "name": "Johannes M. Schmitt",
4374 "email": "schmittjoh@gmail.com"
4375 }
4376 ],
4377 "description": "Allows you to easily serialize, and deserialize data of any complexity",
4378 "homepage": "http://jmsyst.com/bundles/JMSSerializerBundle",
4379 "keywords": [
4380 "deserialization",
4381 "jaxb",
4382 "json",
4383 "serialization",
4384 "xml"
4385 ],
4386 "time": "2019-03-30T10:26:09+00:00"
4387 },
4388 {
4389 "name": "kphoen/rulerz",
4390 "version": "0.21.1",
4391 "source": {
4392 "type": "git",
4393 "url": "https://github.com/K-Phoen/rulerz.git",
4394 "reference": "d28a1bd59b4e66cc9fcdeee965f13f685eb9ce41"
4395 },
4396 "dist": {
4397 "type": "zip",
4398 "url": "https://api.github.com/repos/K-Phoen/rulerz/zipball/d28a1bd59b4e66cc9fcdeee965f13f685eb9ce41",
4399 "reference": "d28a1bd59b4e66cc9fcdeee965f13f685eb9ce41",
4400 "shasum": ""
4401 },
4402 "require": {
4403 "hoa/ruler": "~2.0",
4404 "php": ">=7.1",
4405 "symfony/property-access": "~3.0|~4.0"
4406 },
4407 "require-dev": {
4408 "behat/behat": "~3.0",
4409 "coduo/phpspec-data-provider-extension": "~1.0,!=1.0.2",
4410 "doctrine/orm": "~2.4",
4411 "elasticsearch/elasticsearch": "~1.0",
4412 "illuminate/database": "~5.0",
4413 "kphoen/rusty": "dev-master",
4414 "liip/rmt": "^1.2",
4415 "mikey179/vfsstream": "~1.4",
4416 "phpspec/phpspec": "~2.0,>=2.4-dev",
4417 "pomm-project/cli": "~2.0@dev",
4418 "pomm-project/foundation": "~2.0@dev",
4419 "pomm-project/model-manager": "~2.0.@dev",
4420 "ruflin/elastica": "~1.0",
4421 "solarium/solarium": "~3.0",
4422 "vlucas/phpdotenv": "~2.1"
4423 },
4424 "suggest": {
4425 "doctrine/orm": "To execute rules as Doctrine queries",
4426 "elasticsearch/elasticsearch": "To execute rules as Elasticsearch queries",
4427 "kphoen/rulerz-spec-builder": "If you want a specification builder",
4428 "pomm-project/model-manager": "To execute rules as Pomm queries",
4429 "solarium/solarium": "To execute rules as Solr queries"
4430 },
4431 "type": "library",
4432 "extra": {
4433 "branch-alias": {
4434 "dev-master": "1.0.x-dev"
4435 }
4436 },
4437 "autoload": {
4438 "psr-4": {
4439 "RulerZ\\": "src/"
4440 }
4441 },
4442 "notification-url": "https://packagist.org/downloads/",
4443 "license": [
4444 "MIT"
4445 ],
4446 "authors": [
4447 {
4448 "name": "Kévin Gomez",
4449 "email": "contact@kevingomez.fr"
4450 }
4451 ],
4452 "description": "Powerful implementation of the Specification pattern",
4453 "homepage": "https://github.com/K-Phoen/RulerZ",
4454 "keywords": [
4455 "doctrine",
4456 "specification"
4457 ],
4458 "time": "2018-09-18T15:15:42+00:00"
4459 },
4460 {
4461 "name": "kphoen/rulerz-bridge",
4462 "version": "1.1.1",
4463 "source": {
4464 "type": "git",
4465 "url": "https://github.com/K-Phoen/rulerz-bridge.git",
4466 "reference": "fdad5856b669d59b5e4bda47c4e927a0485bf7a0"
4467 },
4468 "dist": {
4469 "type": "zip",
4470 "url": "https://api.github.com/repos/K-Phoen/rulerz-bridge/zipball/fdad5856b669d59b5e4bda47c4e927a0485bf7a0",
4471 "reference": "fdad5856b669d59b5e4bda47c4e927a0485bf7a0",
4472 "shasum": ""
4473 },
4474 "require": {
4475 "kphoen/rulerz": "~0.19,>=0.19.3|^1.0",
4476 "php": ">=7.1",
4477 "symfony/form": "^3.0|^4.0",
4478 "symfony/validator": "^3.0|^4.0"
4479 },
4480 "require-dev": {
4481 "liip/rmt": "^1.2",
4482 "phpunit/phpunit": "~7.1",
4483 "symfony/phpunit-bridge": "^3.0|^4.0"
4484 },
4485 "type": "symfony-bridge",
4486 "autoload": {
4487 "psr-4": {
4488 "Symfony\\Bridge\\RulerZ\\": ""
4489 },
4490 "exclude-from-classmap": [
4491 "/Tests/"
4492 ]
4493 },
4494 "notification-url": "https://packagist.org/downloads/",
4495 "license": [
4496 "MIT"
4497 ],
4498 "authors": [
4499 {
4500 "name": "Kévin Gomez",
4501 "email": "contact@kevingomez.fr"
4502 }
4503 ],
4504 "description": "Symfony RulerZ Bridge",
4505 "homepage": "https://github.com/K-Phoen/rulerz-bridge",
4506 "keywords": [
4507 "Bridge",
4508 "doctrine",
4509 "ruler",
4510 "rulerz",
4511 "specification",
4512 "symfony"
4513 ],
4514 "time": "2018-10-01T14:17:27+00:00"
4515 },
4516 {
4517 "name": "kphoen/rulerz-bundle",
4518 "version": "0.15.0",
4519 "source": {
4520 "type": "git",
4521 "url": "https://github.com/K-Phoen/RulerZBundle.git",
4522 "reference": "f25f2eddfd311047f0f0ece2684b1f6463cc41ad"
4523 },
4524 "dist": {
4525 "type": "zip",
4526 "url": "https://api.github.com/repos/K-Phoen/RulerZBundle/zipball/f25f2eddfd311047f0f0ece2684b1f6463cc41ad",
4527 "reference": "f25f2eddfd311047f0f0ece2684b1f6463cc41ad",
4528 "shasum": ""
4529 },
4530 "require": {
4531 "kphoen/rulerz": "~0.17,>=0.19.3",
4532 "kphoen/rulerz-bridge": "^1.0",
4533 "php": ">=7.1",
4534 "symfony/framework-bundle": "^3.0|^4.0"
4535 },
4536 "require-dev": {
4537 "liip/rmt": "^1.2",
4538 "matthiasnoback/symfony-dependency-injection-test": "^3.0",
4539 "mikey179/vfsstream": "^1.6",
4540 "phpunit/phpunit": "^7.1",
4541 "symfony/phpunit-bridge": "^3.0|^4.0"
4542 },
4543 "type": "symfony-bundle",
4544 "autoload": {
4545 "psr-4": {
4546 "KPhoen\\RulerZBundle\\": ""
4547 },
4548 "exclude-from-classmap": [
4549 "/Tests/"
4550 ]
4551 },
4552 "notification-url": "https://packagist.org/downloads/",
4553 "license": [
4554 "MIT"
4555 ],
4556 "authors": [
4557 {
4558 "name": "Kévin Gomez",
4559 "email": "contact@kevingomez.fr"
4560 }
4561 ],
4562 "description": "Symfony2 Bundle for RulerZ",
4563 "homepage": "https://github.com/K-Phoen/RulerZBundle",
4564 "keywords": [
4565 "doctrine",
4566 "ruler",
4567 "rulerz",
4568 "specification"
4569 ],
4570 "time": "2018-09-17T09:02:32+00:00"
4571 },
4572 {
4573 "name": "lcobucci/jwt",
4574 "version": "3.3.1",
4575 "source": {
4576 "type": "git",
4577 "url": "https://github.com/lcobucci/jwt.git",
4578 "reference": "a11ec5f4b4d75d1fcd04e133dede4c317aac9e18"
4579 },
4580 "dist": {
4581 "type": "zip",
4582 "url": "https://api.github.com/repos/lcobucci/jwt/zipball/a11ec5f4b4d75d1fcd04e133dede4c317aac9e18",
4583 "reference": "a11ec5f4b4d75d1fcd04e133dede4c317aac9e18",
4584 "shasum": ""
4585 },
4586 "require": {
4587 "ext-mbstring": "*",
4588 "ext-openssl": "*",
4589 "php": "^5.6 || ^7.0"
4590 },
4591 "require-dev": {
4592 "mikey179/vfsstream": "~1.5",
4593 "phpmd/phpmd": "~2.2",
4594 "phpunit/php-invoker": "~1.1",
4595 "phpunit/phpunit": "^5.7 || ^7.3",
4596 "squizlabs/php_codesniffer": "~2.3"
4597 },
4598 "type": "library",
4599 "extra": {
4600 "branch-alias": {
4601 "dev-master": "3.1-dev"
4602 }
4603 },
4604 "autoload": {
4605 "psr-4": {
4606 "Lcobucci\\JWT\\": "src"
4607 }
4608 },
4609 "notification-url": "https://packagist.org/downloads/",
4610 "license": [
4611 "BSD-3-Clause"
4612 ],
4613 "authors": [
4614 {
4615 "name": "Luís Otávio Cobucci Oblonczyk",
4616 "email": "lcobucci@gmail.com",
4617 "role": "Developer"
4618 }
4619 ],
4620 "description": "A simple library to work with JSON Web Token and JSON Web Signature",
4621 "keywords": [
4622 "JWS",
4623 "jwt"
4624 ],
4625 "time": "2019-05-24T18:30:49+00:00"
4626 },
4627 {
4628 "name": "lexik/form-filter-bundle",
4629 "version": "v5.0.10",
4630 "source": {
4631 "type": "git",
4632 "url": "https://github.com/lexik/LexikFormFilterBundle.git",
4633 "reference": "92df0638173979dc906bda7a33a10b98429d2057"
4634 },
4635 "dist": {
4636 "type": "zip",
4637 "url": "https://api.github.com/repos/lexik/LexikFormFilterBundle/zipball/92df0638173979dc906bda7a33a10b98429d2057",
4638 "reference": "92df0638173979dc906bda7a33a10b98429d2057",
4639 "shasum": ""
4640 },
4641 "require": {
4642 "doctrine/orm": "^2.4.8",
4643 "php": ">=5.5.9",
4644 "symfony/form": "~2.8|~3.0|^4.0",
4645 "symfony/framework-bundle": "~2.8|~3.0|^4.0"
4646 },
4647 "require-dev": {
4648 "doctrine/mongodb-odm-bundle": "^3.0",
4649 "phpunit/phpunit": "~5.0|^7.5"
4650 },
4651 "suggest": {
4652 "alcaeus/mongo-php-adapter": "Install this package if using the PHP 7 MongoDB Driver"
4653 },
4654 "type": "symfony-bundle",
4655 "extra": {
4656 "branch-alias": {
4657 "dev-master": "5.x.x-dev"
4658 }
4659 },
4660 "autoload": {
4661 "psr-4": {
4662 "Lexik\\Bundle\\FormFilterBundle\\": ""
4663 }
4664 },
4665 "notification-url": "https://packagist.org/downloads/",
4666 "license": [
4667 "MIT"
4668 ],
4669 "authors": [
4670 {
4671 "name": "Dev Lexik",
4672 "email": "dev@lexik.fr"
4673 },
4674 {
4675 "name": "Cedric Girard",
4676 "email": "c.girard@lexik.fr"
4677 }
4678 ],
4679 "description": "This bundle aim to provide classes to build some form filters and then build a doctrine query from this form filter.",
4680 "homepage": "https://github.com/lexik/LexikFormFilterBundle",
4681 "keywords": [
4682 "bundle",
4683 "doctrine",
4684 "filter",
4685 "form",
4686 "symfony"
4687 ],
4688 "time": "2019-04-17T17:58:44+00:00"
4689 },
4690 {
4691 "name": "liip/theme-bundle",
4692 "version": "1.7.0",
4693 "source": {
4694 "type": "git",
4695 "url": "https://github.com/liip/LiipThemeBundle.git",
4696 "reference": "362394821ff8dcc90b06272e289e7dafe4dab52a"
4697 },
4698 "dist": {
4699 "type": "zip",
4700 "url": "https://api.github.com/repos/liip/LiipThemeBundle/zipball/362394821ff8dcc90b06272e289e7dafe4dab52a",
4701 "reference": "362394821ff8dcc90b06272e289e7dafe4dab52a",
4702 "shasum": ""
4703 },
4704 "require": {
4705 "php": "^7.0",
4706 "psr/log": "~1.0",
4707 "symfony/finder": "^3.0|^4.0",
4708 "symfony/framework-bundle": "^3.0|^4.0",
4709 "symfony/templating": "^3.0|^4.0",
4710 "symfony/twig-bundle": "^3.0|^4.0",
4711 "twig/twig": "^1.34|^2.4"
4712 },
4713 "conflict": {
4714 "sebastian/comparator": "1.2.3"
4715 },
4716 "require-dev": {
4717 "phpunit/phpunit": "^6.0",
4718 "symfony/console": "^3.0|^4.0",
4719 "symfony/expression-language": "^3.0|^4.0"
4720 },
4721 "type": "symfony-bundle",
4722 "extra": {
4723 "branch-alias": {
4724 "dev-master": "1.4-dev"
4725 }
4726 },
4727 "autoload": {
4728 "psr-4": {
4729 "Liip\\ThemeBundle\\": ""
4730 }
4731 },
4732 "notification-url": "https://packagist.org/downloads/",
4733 "license": [
4734 "MIT"
4735 ],
4736 "authors": [
4737 {
4738 "name": "Community contributions",
4739 "homepage": "https://github.com/liip/LiipThemeBundle/contributors"
4740 },
4741 {
4742 "name": "Liip AG",
4743 "homepage": "http://www.liip.ch/"
4744 }
4745 ],
4746 "description": "Provides theming support for #Symfony2 Bundles",
4747 "keywords": [
4748 "themes",
4749 "theming"
4750 ],
4751 "time": "2019-06-19T12:53:08+00:00"
4752 },
4753 {
4754 "name": "masterminds/html5",
4755 "version": "2.7.0",
4756 "source": {
4757 "type": "git",
4758 "url": "https://github.com/Masterminds/html5-php.git",
4759 "reference": "104443ad663d15981225f99532ba73c2f1d6b6f2"
4760 },
4761 "dist": {
4762 "type": "zip",
4763 "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/104443ad663d15981225f99532ba73c2f1d6b6f2",
4764 "reference": "104443ad663d15981225f99532ba73c2f1d6b6f2",
4765 "shasum": ""
4766 },
4767 "require": {
4768 "ext-ctype": "*",
4769 "ext-dom": "*",
4770 "ext-libxml": "*",
4771 "php": ">=5.3.0"
4772 },
4773 "require-dev": {
4774 "phpunit/phpunit": "^4.8.35",
4775 "sami/sami": "~2.0",
4776 "satooshi/php-coveralls": "1.0.*"
4777 },
4778 "type": "library",
4779 "extra": {
4780 "branch-alias": {
4781 "dev-master": "2.7-dev"
4782 }
4783 },
4784 "autoload": {
4785 "psr-4": {
4786 "Masterminds\\": "src"
4787 }
4788 },
4789 "notification-url": "https://packagist.org/downloads/",
4790 "license": [
4791 "MIT"
4792 ],
4793 "authors": [
4794 {
4795 "name": "Matt Butcher",
4796 "email": "technosophos@gmail.com"
4797 },
4798 {
4799 "name": "Matt Farina",
4800 "email": "matt@mattfarina.com"
4801 },
4802 {
4803 "name": "Asmir Mustafic",
4804 "email": "goetas@gmail.com"
4805 }
4806 ],
4807 "description": "An HTML5 parser and serializer.",
4808 "homepage": "http://masterminds.github.io/html5-php",
4809 "keywords": [
4810 "HTML5",
4811 "dom",
4812 "html",
4813 "parser",
4814 "querypath",
4815 "serializer",
4816 "xml"
4817 ],
4818 "time": "2019-07-25T07:03:26+00:00"
4819 },
4820 {
4821 "name": "mgargano/simplehtmldom",
4822 "version": "1.5",
4823 "source": {
4824 "type": "git",
4825 "url": "https://github.com/matgargano/simplehtmldom.git",
4826 "reference": "37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be"
4827 },
4828 "dist": {
4829 "type": "zip",
4830 "url": "https://api.github.com/repos/matgargano/simplehtmldom/zipball/37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be",
4831 "reference": "37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be",
4832 "shasum": ""
4833 },
4834 "require": {
4835 "php": ">=5.3.0"
4836 },
4837 "type": "library",
4838 "autoload": {
4839 "psr-0": {
4840 "SimpleHtmlDom": "src/"
4841 },
4842 "files": [
4843 "src/simple_html_dom.php"
4844 ]
4845 },
4846 "notification-url": "https://packagist.org/downloads/",
4847 "license": [
4848 "The MIT License"
4849 ],
4850 "authors": [
4851 {
4852 "name": "S.C. Chen",
4853 "email": "me578022@gmail.com"
4854 }
4855 ],
4856 "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",
4857 "homepage": "http://simplehtmldom.sourceforge.net/",
4858 "keywords": [
4859 "Simple",
4860 "dom",
4861 "html"
4862 ],
4863 "time": "2014-01-05T18:17:34+00:00"
4864 },
4865 {
4866 "name": "michelf/php-markdown",
4867 "version": "1.8.0",
4868 "source": {
4869 "type": "git",
4870 "url": "https://github.com/michelf/php-markdown.git",
4871 "reference": "01ab082b355bf188d907b9929cd99b2923053495"
4872 },
4873 "dist": {
4874 "type": "zip",
4875 "url": "https://api.github.com/repos/michelf/php-markdown/zipball/01ab082b355bf188d907b9929cd99b2923053495",
4876 "reference": "01ab082b355bf188d907b9929cd99b2923053495",
4877 "shasum": ""
4878 },
4879 "require": {
4880 "php": ">=5.3.0"
4881 },
4882 "type": "library",
4883 "autoload": {
4884 "psr-4": {
4885 "Michelf\\": "Michelf/"
4886 }
4887 },
4888 "notification-url": "https://packagist.org/downloads/",
4889 "license": [
4890 "BSD-3-Clause"
4891 ],
4892 "authors": [
4893 {
4894 "name": "Michel Fortin",
4895 "email": "michel.fortin@michelf.ca",
4896 "homepage": "https://michelf.ca/",
4897 "role": "Developer"
4898 },
4899 {
4900 "name": "John Gruber",
4901 "homepage": "https://daringfireball.net/"
4902 }
4903 ],
4904 "description": "PHP Markdown",
4905 "homepage": "https://michelf.ca/projects/php-markdown/",
4906 "keywords": [
4907 "markdown"
4908 ],
4909 "time": "2018-01-15T00:49:33+00:00"
4910 },
4911 {
4912 "name": "mnapoli/piwik-twig-extension",
4913 "version": "2.0.1",
4914 "source": {
4915 "type": "git",
4916 "url": "https://github.com/mnapoli/PiwikTwigExtension.git",
4917 "reference": "e1746d20730426d7098b4a9a3f5c6c99c6f04612"
4918 },
4919 "dist": {
4920 "type": "zip",
4921 "url": "https://api.github.com/repos/mnapoli/PiwikTwigExtension/zipball/e1746d20730426d7098b4a9a3f5c6c99c6f04612",
4922 "reference": "e1746d20730426d7098b4a9a3f5c6c99c6f04612",
4923 "shasum": ""
4924 },
4925 "require": {
4926 "php": ">=7.0",
4927 "twig/twig": "~2.10"
4928 },
4929 "require-dev": {
4930 "friendsofphp/php-cs-fixer": "~2.13",
4931 "php-coveralls/php-coveralls": "^2.0",
4932 "symfony/phpunit-bridge": "^4.2"
4933 },
4934 "type": "library",
4935 "autoload": {
4936 "psr-4": {
4937 "PiwikTwigExtension\\": "src/"
4938 }
4939 },
4940 "notification-url": "https://packagist.org/downloads/",
4941 "license": [
4942 "MIT"
4943 ],
4944 "time": "2019-06-21T10:58:04+00:00"
4945 },
4946 {
4947 "name": "monolog/monolog",
4948 "version": "1.25.2",
4949 "source": {
4950 "type": "git",
4951 "url": "https://github.com/Seldaek/monolog.git",
4952 "reference": "d5e2fb341cb44f7e2ab639d12a1e5901091ec287"
4953 },
4954 "dist": {
4955 "type": "zip",
4956 "url": "https://api.github.com/repos/Seldaek/monolog/zipball/d5e2fb341cb44f7e2ab639d12a1e5901091ec287",
4957 "reference": "d5e2fb341cb44f7e2ab639d12a1e5901091ec287",
4958 "shasum": ""
4959 },
4960 "require": {
4961 "php": ">=5.3.0",
4962 "psr/log": "~1.0"
4963 },
4964 "provide": {
4965 "psr/log-implementation": "1.0.0"
4966 },
4967 "require-dev": {
4968 "aws/aws-sdk-php": "^2.4.9 || ^3.0",
4969 "doctrine/couchdb": "~1.0@dev",
4970 "graylog2/gelf-php": "~1.0",
4971 "jakub-onderka/php-parallel-lint": "0.9",
4972 "php-amqplib/php-amqplib": "~2.4",
4973 "php-console/php-console": "^3.1.3",
4974 "phpunit/phpunit": "~4.5",
4975 "phpunit/phpunit-mock-objects": "2.3.0",
4976 "ruflin/elastica": ">=0.90 <3.0",
4977 "sentry/sentry": "^0.13",
4978 "swiftmailer/swiftmailer": "^5.3|^6.0"
4979 },
4980 "suggest": {
4981 "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
4982 "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
4983 "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
4984 "ext-mongo": "Allow sending log messages to a MongoDB server",
4985 "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
4986 "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
4987 "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
4988 "php-console/php-console": "Allow sending log messages to Google Chrome",
4989 "rollbar/rollbar": "Allow sending log messages to Rollbar",
4990 "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
4991 "sentry/sentry": "Allow sending log messages to a Sentry server"
4992 },
4993 "type": "library",
4994 "extra": {
4995 "branch-alias": {
4996 "dev-master": "2.0.x-dev"
4997 }
4998 },
4999 "autoload": {
5000 "psr-4": {
5001 "Monolog\\": "src/Monolog"
5002 }
5003 },
5004 "notification-url": "https://packagist.org/downloads/",
5005 "license": [
5006 "MIT"
5007 ],
5008 "authors": [
5009 {
5010 "name": "Jordi Boggiano",
5011 "email": "j.boggiano@seld.be",
5012 "homepage": "http://seld.be"
5013 }
5014 ],
5015 "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
5016 "homepage": "http://github.com/Seldaek/monolog",
5017 "keywords": [
5018 "log",
5019 "logging",
5020 "psr-3"
5021 ],
5022 "time": "2019-11-13T10:00:05+00:00"
5023 },
5024 {
5025 "name": "nelmio/api-doc-bundle",
5026 "version": "2.13.4",
5027 "target-dir": "Nelmio/ApiDocBundle",
5028 "source": {
5029 "type": "git",
5030 "url": "https://github.com/nelmio/NelmioApiDocBundle.git",
5031 "reference": "28802f2c44dbbf29aa7f5dc80a10f44d3558f580"
5032 },
5033 "dist": {
5034 "type": "zip",
5035 "url": "https://api.github.com/repos/nelmio/NelmioApiDocBundle/zipball/28802f2c44dbbf29aa7f5dc80a10f44d3558f580",
5036 "reference": "28802f2c44dbbf29aa7f5dc80a10f44d3558f580",
5037 "shasum": ""
5038 },
5039 "require": {
5040 "michelf/php-markdown": "~1.4",
5041 "php": ">=5.4",
5042 "symfony/console": "~2.3|~3.0|~4.0",
5043 "symfony/framework-bundle": "~2.3|~3.0|~4.0",
5044 "symfony/twig-bundle": "~2.3|~3.0|~4.0"
5045 },
5046 "conflict": {
5047 "jms/serializer": "<0.12",
5048 "jms/serializer-bundle": "<0.11",
5049 "symfony/symfony": "~2.7.8",
5050 "twig/twig": "<1.12"
5051 },
5052 "require-dev": {
5053 "doctrine/doctrine-bundle": "~1.5",
5054 "doctrine/orm": "~2.3",
5055 "dunglas/api-bundle": "~1.0",
5056 "friendsofsymfony/rest-bundle": "~1.0|~2.0",
5057 "jms/serializer-bundle": ">=0.11",
5058 "sensio/framework-extra-bundle": "~3.0",
5059 "symfony/browser-kit": "~2.3|~3.0|~4.0",
5060 "symfony/css-selector": "~2.3|~3.0|~4.0",
5061 "symfony/finder": "~2.3|~3.0|~4.0",
5062 "symfony/form": "~2.3|~3.0|~4.0",
5063 "symfony/phpunit-bridge": "~2.7|~3.0|~4.0",
5064 "symfony/serializer": "~2.7|~3.0|~4.0",
5065 "symfony/validator": "~2.3|~3.0|~4.0",
5066 "symfony/yaml": "~2.3|~3.0|~4.0"
5067 },
5068 "suggest": {
5069 "dunglas/api-bundle": "For making use of resources definitions of DunglasApiBundle.",
5070 "friendsofsymfony/rest-bundle": "For making use of REST information in the doc.",
5071 "jms/serializer": "For making use of serializer information in the doc.",
5072 "symfony/form": "For using form definitions as input.",
5073 "symfony/validator": "For making use of validator information in the doc."
5074 },
5075 "type": "symfony-bundle",
5076 "extra": {
5077 "branch-alias": {
5078 "dev-2.x": "2.13-dev"
5079 }
5080 },
5081 "autoload": {
5082 "psr-0": {
5083 "Nelmio\\ApiDocBundle": ""
5084 }
5085 },
5086 "notification-url": "https://packagist.org/downloads/",
5087 "license": [
5088 "MIT"
5089 ],
5090 "authors": [
5091 {
5092 "name": "Nelmio",
5093 "homepage": "http://nelm.io"
5094 },
5095 {
5096 "name": "Symfony Community",
5097 "homepage": "https://github.com/nelmio/NelmioApiDocBundle/contributors"
5098 }
5099 ],
5100 "description": "Generates documentation for your REST API from annotations",
5101 "keywords": [
5102 "api",
5103 "doc",
5104 "documentation",
5105 "rest"
5106 ],
5107 "time": "2019-06-01T13:34:59+00:00"
5108 },
5109 {
5110 "name": "nelmio/cors-bundle",
5111 "version": "1.5.6",
5112 "source": {
5113 "type": "git",
5114 "url": "https://github.com/nelmio/NelmioCorsBundle.git",
5115 "reference": "10a24c10f242440211ed31075e74f81661c690d9"
5116 },
5117 "dist": {
5118 "type": "zip",
5119 "url": "https://api.github.com/repos/nelmio/NelmioCorsBundle/zipball/10a24c10f242440211ed31075e74f81661c690d9",
5120 "reference": "10a24c10f242440211ed31075e74f81661c690d9",
5121 "shasum": ""
5122 },
5123 "require": {
5124 "symfony/framework-bundle": "^2.7 || ^3.0 || ^4.0"
5125 },
5126 "require-dev": {
5127 "matthiasnoback/symfony-dependency-injection-test": "^1.0 || ^2.0",
5128 "mockery/mockery": "^0.9 || ^1.0",
5129 "symfony/phpunit-bridge": "^2.7 || ^3.0 || ^4.0"
5130 },
5131 "type": "symfony-bundle",
5132 "extra": {
5133 "branch-alias": {
5134 "dev-master": "1.5.x-dev"
5135 }
5136 },
5137 "autoload": {
5138 "psr-4": {
5139 "Nelmio\\CorsBundle\\": ""
5140 },
5141 "exclude-from-classmap": [
5142 "/Tests/"
5143 ]
5144 },
5145 "notification-url": "https://packagist.org/downloads/",
5146 "license": [
5147 "MIT"
5148 ],
5149 "authors": [
5150 {
5151 "name": "Nelmio",
5152 "homepage": "http://nelm.io"
5153 },
5154 {
5155 "name": "Symfony Community",
5156 "homepage": "https://github.com/nelmio/NelmioCorsBundle/contributors"
5157 }
5158 ],
5159 "description": "Adds CORS (Cross-Origin Resource Sharing) headers support in your Symfony2 application",
5160 "keywords": [
5161 "api",
5162 "cors",
5163 "crossdomain"
5164 ],
5165 "time": "2019-06-17T08:53:14+00:00"
5166 },
5167 {
5168 "name": "ocramius/package-versions",
5169 "version": "1.4.2",
5170 "source": {
5171 "type": "git",
5172 "url": "https://github.com/Ocramius/PackageVersions.git",
5173 "reference": "44af6f3a2e2e04f2af46bcb302ad9600cba41c7d"
5174 },
5175 "dist": {
5176 "type": "zip",
5177 "url": "https://api.github.com/repos/Ocramius/PackageVersions/zipball/44af6f3a2e2e04f2af46bcb302ad9600cba41c7d",
5178 "reference": "44af6f3a2e2e04f2af46bcb302ad9600cba41c7d",
5179 "shasum": ""
5180 },
5181 "require": {
5182 "composer-plugin-api": "^1.0.0",
5183 "php": "^7.1.0"
5184 },
5185 "require-dev": {
5186 "composer/composer": "^1.6.3",
5187 "doctrine/coding-standard": "^5.0.1",
5188 "ext-zip": "*",
5189 "infection/infection": "^0.7.1",
5190 "phpunit/phpunit": "^7.5.17"
5191 },
5192 "type": "composer-plugin",
5193 "extra": {
5194 "class": "PackageVersions\\Installer",
5195 "branch-alias": {
5196 "dev-master": "2.0.x-dev"
5197 }
5198 },
5199 "autoload": {
5200 "psr-4": {
5201 "PackageVersions\\": "src/PackageVersions"
5202 }
5203 },
5204 "notification-url": "https://packagist.org/downloads/",
5205 "license": [
5206 "MIT"
5207 ],
5208 "authors": [
5209 {
5210 "name": "Marco Pivetta",
5211 "email": "ocramius@gmail.com"
5212 }
5213 ],
5214 "description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)",
5215 "time": "2019-11-15T16:17:10+00:00"
5216 },
5217 {
5218 "name": "ocramius/proxy-manager",
5219 "version": "2.1.1",
5220 "source": {
5221 "type": "git",
5222 "url": "https://github.com/Ocramius/ProxyManager.git",
5223 "reference": "e18ac876b2e4819c76349de8f78ccc8ef1554cd7"
5224 },
5225 "dist": {
5226 "type": "zip",
5227 "url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/e18ac876b2e4819c76349de8f78ccc8ef1554cd7",
5228 "reference": "e18ac876b2e4819c76349de8f78ccc8ef1554cd7",
5229 "shasum": ""
5230 },
5231 "require": {
5232 "ocramius/package-versions": "^1.1.1",
5233 "php": "^7.1.0",
5234 "zendframework/zend-code": "^3.1.0"
5235 },
5236 "require-dev": {
5237 "couscous/couscous": "^1.5.2",
5238 "ext-phar": "*",
5239 "humbug/humbug": "dev-master@DEV",
5240 "nikic/php-parser": "^3.0.4",
5241 "phpbench/phpbench": "^0.12.2",
5242 "phpstan/phpstan": "^0.6.4",
5243 "phpunit/phpunit": "^5.6.4",
5244 "phpunit/phpunit-mock-objects": "^3.4.1",
5245 "squizlabs/php_codesniffer": "^2.7.0"
5246 },
5247 "suggest": {
5248 "ocramius/generated-hydrator": "To have very fast object to array to object conversion for ghost objects",
5249 "zendframework/zend-json": "To have the JsonRpc adapter (Remote Object feature)",
5250 "zendframework/zend-soap": "To have the Soap adapter (Remote Object feature)",
5251 "zendframework/zend-xmlrpc": "To have the XmlRpc adapter (Remote Object feature)"
5252 },
5253 "type": "library",
5254 "extra": {
5255 "branch-alias": {
5256 "dev-master": "3.0.x-dev"
5257 }
5258 },
5259 "autoload": {
5260 "psr-0": {
5261 "ProxyManager\\": "src"
5262 }
5263 },
5264 "notification-url": "https://packagist.org/downloads/",
5265 "license": [
5266 "MIT"
5267 ],
5268 "authors": [
5269 {
5270 "name": "Marco Pivetta",
5271 "email": "ocramius@gmail.com",
5272 "homepage": "http://ocramius.github.io/"
5273 }
5274 ],
5275 "description": "A library providing utilities to generate, instantiate and generally operate with Object Proxies",
5276 "homepage": "https://github.com/Ocramius/ProxyManager",
5277 "keywords": [
5278 "aop",
5279 "lazy loading",
5280 "proxy",
5281 "proxy pattern",
5282 "service proxies"
5283 ],
5284 "time": "2017-05-04T11:12:50+00:00"
5285 },
5286 {
5287 "name": "pagerfanta/pagerfanta",
5288 "version": "v2.1.3",
5289 "source": {
5290 "type": "git",
5291 "url": "https://github.com/whiteoctober/Pagerfanta.git",
5292 "reference": "a53ff01d521648d9dbca19b93ac6bc75a59b0972"
5293 },
5294 "dist": {
5295 "type": "zip",
5296 "url": "https://api.github.com/repos/whiteoctober/Pagerfanta/zipball/a53ff01d521648d9dbca19b93ac6bc75a59b0972",
5297 "reference": "a53ff01d521648d9dbca19b93ac6bc75a59b0972",
5298 "shasum": ""
5299 },
5300 "require": {
5301 "php": "^7.0"
5302 },
5303 "require-dev": {
5304 "doctrine/orm": "~2.3",
5305 "doctrine/phpcr-odm": "1.*",
5306 "jackalope/jackalope-doctrine-dbal": "1.*",
5307 "jmikola/geojson": "~1.0",
5308 "mandango/mandango": "~1.0@dev",
5309 "mandango/mondator": "~1.0@dev",
5310 "phpunit/phpunit": "^6.5",
5311 "propel/propel": "~2.0@dev",
5312 "propel/propel1": "~1.6",
5313 "ruflin/elastica": "~1.3",
5314 "solarium/solarium": "~3.1"
5315 },
5316 "suggest": {
5317 "doctrine/mongodb-odm": "To use the DoctrineODMMongoDBAdapter.",
5318 "doctrine/orm": "To use the DoctrineORMAdapter.",
5319 "doctrine/phpcr-odm": "To use the DoctrineODMPhpcrAdapter. >= 1.1.0",
5320 "mandango/mandango": "To use the MandangoAdapter.",
5321 "propel/propel": "To use the Propel2Adapter",
5322 "propel/propel1": "To use the PropelAdapter",
5323 "solarium/solarium": "To use the SolariumAdapter."
5324 },
5325 "type": "library",
5326 "extra": {
5327 "branch-alias": {
5328 "dev-master": "1.0.x-dev"
5329 }
5330 },
5331 "autoload": {
5332 "psr-4": {
5333 "Pagerfanta\\": "src/Pagerfanta/"
5334 }
5335 },
5336 "notification-url": "https://packagist.org/downloads/",
5337 "license": [
5338 "MIT"
5339 ],
5340 "authors": [
5341 {
5342 "name": "Pablo Díez",
5343 "email": "pablodip@gmail.com"
5344 }
5345 ],
5346 "description": "Pagination for PHP",
5347 "keywords": [
5348 "page",
5349 "pagination",
5350 "paginator",
5351 "paging"
5352 ],
5353 "time": "2019-07-17T20:56:16+00:00"
5354 },
5355 {
5356 "name": "paragonie/constant_time_encoding",
5357 "version": "v2.3.0",
5358 "source": {
5359 "type": "git",
5360 "url": "https://github.com/paragonie/constant_time_encoding.git",
5361 "reference": "47a1cedd2e4d52688eb8c96469c05ebc8fd28fa2"
5362 },
5363 "dist": {
5364 "type": "zip",
5365 "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/47a1cedd2e4d52688eb8c96469c05ebc8fd28fa2",
5366 "reference": "47a1cedd2e4d52688eb8c96469c05ebc8fd28fa2",
5367 "shasum": ""
5368 },
5369 "require": {
5370 "php": "^7|^8"
5371 },
5372 "require-dev": {
5373 "phpunit/phpunit": "^6|^7",
5374 "vimeo/psalm": "^1|^2|^3"
5375 },
5376 "type": "library",
5377 "autoload": {
5378 "psr-4": {
5379 "ParagonIE\\ConstantTime\\": "src/"
5380 }
5381 },
5382 "notification-url": "https://packagist.org/downloads/",
5383 "license": [
5384 "MIT"
5385 ],
5386 "authors": [
5387 {
5388 "name": "Paragon Initiative Enterprises",
5389 "email": "security@paragonie.com",
5390 "homepage": "https://paragonie.com",
5391 "role": "Maintainer"
5392 },
5393 {
5394 "name": "Steve 'Sc00bz' Thomas",
5395 "email": "steve@tobtu.com",
5396 "homepage": "https://www.tobtu.com",
5397 "role": "Original Developer"
5398 }
5399 ],
5400 "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
5401 "keywords": [
5402 "base16",
5403 "base32",
5404 "base32_decode",
5405 "base32_encode",
5406 "base64",
5407 "base64_decode",
5408 "base64_encode",
5409 "bin2hex",
5410 "encoding",
5411 "hex",
5412 "hex2bin",
5413 "rfc4648"
5414 ],
5415 "time": "2019-11-06T19:20:29+00:00"
5416 },
5417 {
5418 "name": "paragonie/random_compat",
5419 "version": "v2.0.18",
5420 "source": {
5421 "type": "git",
5422 "url": "https://github.com/paragonie/random_compat.git",
5423 "reference": "0a58ef6e3146256cc3dc7cc393927bcc7d1b72db"
5424 },
5425 "dist": {
5426 "type": "zip",
5427 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/0a58ef6e3146256cc3dc7cc393927bcc7d1b72db",
5428 "reference": "0a58ef6e3146256cc3dc7cc393927bcc7d1b72db",
5429 "shasum": ""
5430 },
5431 "require": {
5432 "php": ">=5.2.0"
5433 },
5434 "require-dev": {
5435 "phpunit/phpunit": "4.*|5.*"
5436 },
5437 "suggest": {
5438 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
5439 },
5440 "type": "library",
5441 "autoload": {
5442 "files": [
5443 "lib/random.php"
5444 ]
5445 },
5446 "notification-url": "https://packagist.org/downloads/",
5447 "license": [
5448 "MIT"
5449 ],
5450 "authors": [
5451 {
5452 "name": "Paragon Initiative Enterprises",
5453 "email": "security@paragonie.com",
5454 "homepage": "https://paragonie.com"
5455 }
5456 ],
5457 "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
5458 "keywords": [
5459 "csprng",
5460 "polyfill",
5461 "pseudorandom",
5462 "random"
5463 ],
5464 "time": "2019-01-03T20:59:08+00:00"
5465 },
5466 {
5467 "name": "php-amqplib/php-amqplib",
5468 "version": "v2.11.0",
5469 "source": {
5470 "type": "git",
5471 "url": "https://github.com/php-amqplib/php-amqplib.git",
5472 "reference": "9ee212baced63442ca1ab029acde38e1144a00b8"
5473 },
5474 "dist": {
5475 "type": "zip",
5476 "url": "https://api.github.com/repos/php-amqplib/php-amqplib/zipball/9ee212baced63442ca1ab029acde38e1144a00b8",
5477 "reference": "9ee212baced63442ca1ab029acde38e1144a00b8",
5478 "shasum": ""
5479 },
5480 "require": {
5481 "ext-mbstring": "*",
5482 "ext-sockets": "*",
5483 "php": ">=5.6.3",
5484 "phpseclib/phpseclib": "^2.0.0"
5485 },
5486 "replace": {
5487 "videlalvaro/php-amqplib": "self.version"
5488 },
5489 "require-dev": {
5490 "ext-curl": "*",
5491 "nategood/httpful": "^0.2.20",
5492 "phpunit/phpunit": "^5.7|^6.5|^7.0",
5493 "squizlabs/php_codesniffer": "^2.5"
5494 },
5495 "type": "library",
5496 "extra": {
5497 "branch-alias": {
5498 "dev-master": "2.11-dev"
5499 }
5500 },
5501 "autoload": {
5502 "psr-4": {
5503 "PhpAmqpLib\\": "PhpAmqpLib/"
5504 }
5505 },
5506 "notification-url": "https://packagist.org/downloads/",
5507 "license": [
5508 "LGPL-2.1-or-later"
5509 ],
5510 "authors": [
5511 {
5512 "name": "Alvaro Videla",
5513 "role": "Original Maintainer"
5514 },
5515 {
5516 "name": "John Kelly",
5517 "email": "johnmkelly86@gmail.com",
5518 "role": "Maintainer"
5519 },
5520 {
5521 "name": "Raúl Araya",
5522 "email": "nubeiro@gmail.com",
5523 "role": "Maintainer"
5524 },
5525 {
5526 "name": "Luke Bakken",
5527 "email": "luke@bakken.io",
5528 "role": "Maintainer"
5529 }
5530 ],
5531 "description": "Formerly videlalvaro/php-amqplib. This library is a pure PHP implementation of the AMQP protocol. It's been tested against RabbitMQ.",
5532 "homepage": "https://github.com/php-amqplib/php-amqplib/",
5533 "keywords": [
5534 "message",
5535 "queue",
5536 "rabbitmq"
5537 ],
5538 "time": "2019-11-19T15:15:19+00:00"
5539 },
5540 {
5541 "name": "php-amqplib/rabbitmq-bundle",
5542 "version": "v1.14.4",
5543 "source": {
5544 "type": "git",
5545 "url": "https://github.com/php-amqplib/RabbitMqBundle.git",
5546 "reference": "cf67adaa4e306d8e9cb6855a72d79263b425ded8"
5547 },
5548 "dist": {
5549 "type": "zip",
5550 "url": "https://api.github.com/repos/php-amqplib/RabbitMqBundle/zipball/cf67adaa4e306d8e9cb6855a72d79263b425ded8",
5551 "reference": "cf67adaa4e306d8e9cb6855a72d79263b425ded8",
5552 "shasum": ""
5553 },
5554 "require": {
5555 "php": "^5.3.9|^7.0",
5556 "php-amqplib/php-amqplib": "^2.6",
5557 "psr/log": "^1.0",
5558 "symfony/config": "^2.7|^3.0|^4.0",
5559 "symfony/console": "^2.7|^3.0|^4.0",
5560 "symfony/dependency-injection": "^2.7|^3.0|^4.0",
5561 "symfony/event-dispatcher": "^2.7|^3.0|^4.0",
5562 "symfony/yaml": "^2.7|^3.0|^4.0"
5563 },
5564 "replace": {
5565 "oldsound/rabbitmq-bundle": "self.version"
5566 },
5567 "require-dev": {
5568 "phpunit/phpunit": "^4.8.35|^5.4.3",
5569 "symfony/debug": "^2.7|^3.0|^4.0",
5570 "symfony/serializer": "^2.7|^3.0|^4.0"
5571 },
5572 "suggest": {
5573 "symfony/framework-bundle": "To use this lib as a full Symfony Bundle and to use the profiler data collector"
5574 },
5575 "type": "symfony-bundle",
5576 "extra": {
5577 "branch-alias": {
5578 "dev-master": "1.10.x-dev"
5579 }
5580 },
5581 "autoload": {
5582 "psr-4": {
5583 "OldSound\\RabbitMqBundle\\": ""
5584 },
5585 "exclude-from-classmap": [
5586 "/Tests/"
5587 ]
5588 },
5589 "notification-url": "https://packagist.org/downloads/",
5590 "license": [
5591 "MIT"
5592 ],
5593 "authors": [
5594 {
5595 "name": "Alvaro Videla"
5596 }
5597 ],
5598 "description": "Integrates php-amqplib with Symfony & RabbitMq. Formerly oldsound/rabbitmq-bundle.",
5599 "keywords": [
5600 "AMQP",
5601 "Symfony2",
5602 "message",
5603 "queue",
5604 "rabbitmq",
5605 "symfony",
5606 "symfony3",
5607 "symfony4"
5608 ],
5609 "time": "2018-05-02T13:12:32+00:00"
5610 },
5611 {
5612 "name": "php-http/client-common",
5613 "version": "2.1.0",
5614 "source": {
5615 "type": "git",
5616 "url": "https://github.com/php-http/client-common.git",
5617 "reference": "a8b29678d61556f45d6236b1667db16d998ceec5"
5618 },
5619 "dist": {
5620 "type": "zip",
5621 "url": "https://api.github.com/repos/php-http/client-common/zipball/a8b29678d61556f45d6236b1667db16d998ceec5",
5622 "reference": "a8b29678d61556f45d6236b1667db16d998ceec5",
5623 "shasum": ""
5624 },
5625 "require": {
5626 "php": "^7.1",
5627 "php-http/httplug": "^2.0",
5628 "php-http/message": "^1.6",
5629 "php-http/message-factory": "^1.0",
5630 "symfony/options-resolver": " ^3.4.20 || ~4.0.15 || ~4.1.9 || ^4.2.1 || ^5.0"
5631 },
5632 "require-dev": {
5633 "doctrine/instantiator": "^1.1",
5634 "guzzlehttp/psr7": "^1.4",
5635 "phpspec/phpspec": "^5.1",
5636 "phpspec/prophecy": "^1.8",
5637 "sebastian/comparator": "^3.0"
5638 },
5639 "suggest": {
5640 "ext-json": "To detect JSON responses with the ContentTypePlugin",
5641 "ext-libxml": "To detect XML responses with the ContentTypePlugin",
5642 "php-http/cache-plugin": "PSR-6 Cache plugin",
5643 "php-http/logger-plugin": "PSR-3 Logger plugin",
5644 "php-http/stopwatch-plugin": "Symfony Stopwatch plugin"
5645 },
5646 "type": "library",
5647 "extra": {
5648 "branch-alias": {
5649 "dev-master": "2.0.x-dev"
5650 }
5651 },
5652 "autoload": {
5653 "psr-4": {
5654 "Http\\Client\\Common\\": "src/"
5655 }
5656 },
5657 "notification-url": "https://packagist.org/downloads/",
5658 "license": [
5659 "MIT"
5660 ],
5661 "authors": [
5662 {
5663 "name": "Márk Sági-Kazár",
5664 "email": "mark.sagikazar@gmail.com"
5665 }
5666 ],
5667 "description": "Common HTTP Client implementations and tools for HTTPlug",
5668 "homepage": "http://httplug.io",
5669 "keywords": [
5670 "client",
5671 "common",
5672 "http",
5673 "httplug"
5674 ],
5675 "time": "2019-11-18T08:58:18+00:00"
5676 },
5677 {
5678 "name": "php-http/curl-client",
5679 "version": "2.0.0",
5680 "source": {
5681 "type": "git",
5682 "url": "https://github.com/php-http/curl-client.git",
5683 "reference": "e7a2a5ebcce1ff7d75eaf02b7c85634a6fac00da"
5684 },
5685 "dist": {
5686 "type": "zip",
5687 "url": "https://api.github.com/repos/php-http/curl-client/zipball/e7a2a5ebcce1ff7d75eaf02b7c85634a6fac00da",
5688 "reference": "e7a2a5ebcce1ff7d75eaf02b7c85634a6fac00da",
5689 "shasum": ""
5690 },
5691 "require": {
5692 "ext-curl": "*",
5693 "php": "^7.1",
5694 "php-http/discovery": "^1.6",
5695 "php-http/httplug": "^2.0",
5696 "php-http/message": "^1.2",
5697 "psr/http-client": "^1.0",
5698 "psr/http-factory": "^1.0",
5699 "symfony/options-resolver": "^3.4 || ^4.0"
5700 },
5701 "provide": {
5702 "php-http/async-client-implementation": "1.0",
5703 "php-http/client-implementation": "1.0"
5704 },
5705 "require-dev": {
5706 "guzzlehttp/psr7": "^1.0",
5707 "php-http/client-integration-tests": "^2.0",
5708 "phpunit/phpunit": "^7.5",
5709 "zendframework/zend-diactoros": "^2.0"
5710 },
5711 "type": "library",
5712 "extra": {
5713 "branch-alias": {
5714 "dev-master": "2.x-dev"
5715 }
5716 },
5717 "autoload": {
5718 "psr-4": {
5719 "Http\\Client\\Curl\\": "src/"
5720 }
5721 },
5722 "notification-url": "https://packagist.org/downloads/",
5723 "license": [
5724 "MIT"
5725 ],
5726 "authors": [
5727 {
5728 "name": "Михаил Красильников",
5729 "email": "m.krasilnikov@yandex.ru"
5730 }
5731 ],
5732 "description": "PSR-18 and HTTPlug Async client with cURL",
5733 "homepage": "http://php-http.org",
5734 "keywords": [
5735 "curl",
5736 "http",
5737 "psr-18"
5738 ],
5739 "time": "2019-03-05T19:59:23+00:00"
5740 },
5741 {
5742 "name": "php-http/discovery",
5743 "version": "1.7.0",
5744 "source": {
5745 "type": "git",
5746 "url": "https://github.com/php-http/discovery.git",
5747 "reference": "e822f86a6983790aa17ab13aa7e69631e86806b6"
5748 },
5749 "dist": {
5750 "type": "zip",
5751 "url": "https://api.github.com/repos/php-http/discovery/zipball/e822f86a6983790aa17ab13aa7e69631e86806b6",
5752 "reference": "e822f86a6983790aa17ab13aa7e69631e86806b6",
5753 "shasum": ""
5754 },
5755 "require": {
5756 "php": "^7.1"
5757 },
5758 "conflict": {
5759 "nyholm/psr7": "<1.0"
5760 },
5761 "require-dev": {
5762 "akeneo/phpspec-skip-example-extension": "^4.0",
5763 "php-http/httplug": "^1.0 || ^2.0",
5764 "php-http/message-factory": "^1.0",
5765 "phpspec/phpspec": "^5.1",
5766 "puli/composer-plugin": "1.0.0-beta10"
5767 },
5768 "suggest": {
5769 "php-http/message": "Allow to use Guzzle, Diactoros or Slim Framework factories",
5770 "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."
5771 },
5772 "type": "library",
5773 "extra": {
5774 "branch-alias": {
5775 "dev-master": "1.7-dev"
5776 }
5777 },
5778 "autoload": {
5779 "psr-4": {
5780 "Http\\Discovery\\": "src/"
5781 }
5782 },
5783 "notification-url": "https://packagist.org/downloads/",
5784 "license": [
5785 "MIT"
5786 ],
5787 "authors": [
5788 {
5789 "name": "Márk Sági-Kazár",
5790 "email": "mark.sagikazar@gmail.com"
5791 }
5792 ],
5793 "description": "Finds installed HTTPlug implementations and PSR-7 message factories",
5794 "homepage": "http://php-http.org",
5795 "keywords": [
5796 "adapter",
5797 "client",
5798 "discovery",
5799 "factory",
5800 "http",
5801 "message",
5802 "psr7"
5803 ],
5804 "time": "2019-06-30T09:04:27+00:00"
5805 },
5806 {
5807 "name": "php-http/guzzle5-adapter",
5808 "version": "2.0.0",
5809 "source": {
5810 "type": "git",
5811 "url": "https://github.com/php-http/guzzle5-adapter.git",
5812 "reference": "cce48360b1f8a3467bd94e853e6107aa4532008e"
5813 },
5814 "dist": {
5815 "type": "zip",
5816 "url": "https://api.github.com/repos/php-http/guzzle5-adapter/zipball/cce48360b1f8a3467bd94e853e6107aa4532008e",
5817 "reference": "cce48360b1f8a3467bd94e853e6107aa4532008e",
5818 "shasum": ""
5819 },
5820 "require": {
5821 "guzzlehttp/guzzle": "^5.1",
5822 "php": "^7.0",
5823 "php-http/discovery": "^1.0",
5824 "php-http/httplug": "^2.0"
5825 },
5826 "provide": {
5827 "php-http/client-implementation": "1.0",
5828 "psr/http-client-implementation": "1.0"
5829 },
5830 "require-dev": {
5831 "ext-curl": "*",
5832 "guzzlehttp/ringphp": "^1.1",
5833 "php-http/client-integration-tests": "^2.0",
5834 "phpunit/phpunit": "^6.0 || ^7.0"
5835 },
5836 "type": "library",
5837 "extra": {
5838 "branch-alias": {
5839 "dev-master": "2.0-dev"
5840 }
5841 },
5842 "autoload": {
5843 "psr-4": {
5844 "Http\\Adapter\\Guzzle5\\": "src/"
5845 }
5846 },
5847 "notification-url": "https://packagist.org/downloads/",
5848 "license": [
5849 "MIT"
5850 ],
5851 "authors": [
5852 {
5853 "name": "Eric GELOEN",
5854 "email": "geloen.eric@gmail.com"
5855 },
5856 {
5857 "name": "Márk Sági-Kazár",
5858 "email": "mark.sagikazar@gmail.com"
5859 }
5860 ],
5861 "description": "Guzzle 5 HTTP Adapter",
5862 "homepage": "http://httplug.io",
5863 "keywords": [
5864 "Guzzle",
5865 "http"
5866 ],
5867 "time": "2019-02-05T12:28:45+00:00"
5868 },
5869 {
5870 "name": "php-http/httplug",
5871 "version": "v2.0.0",
5872 "source": {
5873 "type": "git",
5874 "url": "https://github.com/php-http/httplug.git",
5875 "reference": "b3842537338c949f2469557ef4ad4bdc47b58603"
5876 },
5877 "dist": {
5878 "type": "zip",
5879 "url": "https://api.github.com/repos/php-http/httplug/zipball/b3842537338c949f2469557ef4ad4bdc47b58603",
5880 "reference": "b3842537338c949f2469557ef4ad4bdc47b58603",
5881 "shasum": ""
5882 },
5883 "require": {
5884 "php": "^7.0",
5885 "php-http/promise": "^1.0",
5886 "psr/http-client": "^1.0",
5887 "psr/http-message": "^1.0"
5888 },
5889 "require-dev": {
5890 "henrikbjorn/phpspec-code-coverage": "^1.0",
5891 "phpspec/phpspec": "^2.4"
5892 },
5893 "type": "library",
5894 "extra": {
5895 "branch-alias": {
5896 "dev-master": "2.0.x-dev"
5897 }
5898 },
5899 "autoload": {
5900 "psr-4": {
5901 "Http\\Client\\": "src/"
5902 }
5903 },
5904 "notification-url": "https://packagist.org/downloads/",
5905 "license": [
5906 "MIT"
5907 ],
5908 "authors": [
5909 {
5910 "name": "Eric GELOEN",
5911 "email": "geloen.eric@gmail.com"
5912 },
5913 {
5914 "name": "Márk Sági-Kazár",
5915 "email": "mark.sagikazar@gmail.com"
5916 }
5917 ],
5918 "description": "HTTPlug, the HTTP client abstraction for PHP",
5919 "homepage": "http://httplug.io",
5920 "keywords": [
5921 "client",
5922 "http"
5923 ],
5924 "time": "2018-10-31T09:14:44+00:00"
5925 },
5926 {
5927 "name": "php-http/httplug-bundle",
5928 "version": "1.16.0",
5929 "source": {
5930 "type": "git",
5931 "url": "https://github.com/php-http/HttplugBundle.git",
5932 "reference": "5044b655fcd3a43243383cd692a6bb6cd18af24f"
5933 },
5934 "dist": {
5935 "type": "zip",
5936 "url": "https://api.github.com/repos/php-http/HttplugBundle/zipball/5044b655fcd3a43243383cd692a6bb6cd18af24f",
5937 "reference": "5044b655fcd3a43243383cd692a6bb6cd18af24f",
5938 "shasum": ""
5939 },
5940 "require": {
5941 "php": "^7.1",
5942 "php-http/client-common": "^1.9 || ^2.0",
5943 "php-http/client-implementation": "^1.0",
5944 "php-http/discovery": "^1.0",
5945 "php-http/httplug": "^1.0 || ^2.0",
5946 "php-http/logger-plugin": "^1.1",
5947 "php-http/message": "^1.4",
5948 "php-http/message-factory": "^1.0.2",
5949 "php-http/stopwatch-plugin": "^1.2",
5950 "psr/http-message": "^1.0",
5951 "symfony/config": "^3.4.20 || ^4.2.1",
5952 "symfony/dependency-injection": "^3.4.20 || ^4.2.1",
5953 "symfony/event-dispatcher": "^3.4.20 || ^4.2.1",
5954 "symfony/http-kernel": "^3.4.20 || ^4.2.1",
5955 "symfony/options-resolver": "^3.4.20 || ^4.2.1"
5956 },
5957 "conflict": {
5958 "php-http/curl-client": "<2.0",
5959 "php-http/guzzle6-adapter": "<1.1"
5960 },
5961 "require-dev": {
5962 "guzzlehttp/psr7": "^1.0",
5963 "matthiasnoback/symfony-dependency-injection-test": "^3.0",
5964 "nyholm/nsa": "^1.1",
5965 "php-http/cache-plugin": "^1.6",
5966 "php-http/guzzle6-adapter": "^1.1.1 || ^2.0.1",
5967 "php-http/mock-client": "^1.2",
5968 "php-http/promise": "^1.0",
5969 "polishsymfonycommunity/symfony-mocker-container": "^1.0",
5970 "symfony/browser-kit": "^3.4.20 || ^4.2.1",
5971 "symfony/cache": "^3.4.20 || ^4.2.1",
5972 "symfony/dom-crawler": "^3.4.20 || ^4.2.1",
5973 "symfony/framework-bundle": "^3.4.0 || ^4.2",
5974 "symfony/http-foundation": "^3.4.20 || ^4.2.1",
5975 "symfony/phpunit-bridge": "^3.4 || ^4.2",
5976 "symfony/stopwatch": "^3.4.20 || ^4.2.1",
5977 "symfony/twig-bundle": "^3.4.20 || ^4.2.1",
5978 "symfony/web-profiler-bundle": "^3.4.20 || ^4.2.1",
5979 "twig/twig": "^1.36 || ^2.6"
5980 },
5981 "suggest": {
5982 "php-http/cache-plugin": "To configure clients that cache responses",
5983 "php-http/mock-client": "Add this to your require-dev section to mock HTTP responses easily",
5984 "twig/twig": "Add this to your require-dev section when using the WebProfilerBundle"
5985 },
5986 "type": "symfony-bundle",
5987 "extra": {
5988 "branch-alias": {
5989 "dev-master": "1.x-dev"
5990 }
5991 },
5992 "autoload": {
5993 "psr-4": {
5994 "Http\\HttplugBundle\\": "src/"
5995 },
5996 "exclude-from-classmap": [
5997 "/Tests/Resources/MyPsr18TestClient.php"
5998 ]
5999 },
6000 "notification-url": "https://packagist.org/downloads/",
6001 "license": [
6002 "MIT"
6003 ],
6004 "authors": [
6005 {
6006 "name": "David Buchmann",
6007 "email": "mail@davidbu.ch"
6008 },
6009 {
6010 "name": "Tobias Nyholm",
6011 "email": "tobias.nyholm@gmail.com"
6012 }
6013 ],
6014 "description": "Symfony integration for HTTPlug",
6015 "homepage": "http://httplug.io",
6016 "keywords": [
6017 "adapter",
6018 "bundle",
6019 "discovery",
6020 "factory",
6021 "http",
6022 "httplug",
6023 "message",
6024 "php-http"
6025 ],
6026 "time": "2019-06-05T12:03:16+00:00"
6027 },
6028 {
6029 "name": "php-http/logger-plugin",
6030 "version": "1.1.0",
6031 "source": {
6032 "type": "git",
6033 "url": "https://github.com/php-http/logger-plugin.git",
6034 "reference": "c1c6e90717ce350319b7b8bc489f1db35bb523fd"
6035 },
6036 "dist": {
6037 "type": "zip",
6038 "url": "https://api.github.com/repos/php-http/logger-plugin/zipball/c1c6e90717ce350319b7b8bc489f1db35bb523fd",
6039 "reference": "c1c6e90717ce350319b7b8bc489f1db35bb523fd",
6040 "shasum": ""
6041 },
6042 "require": {
6043 "php": "^5.4 || ^7.0",
6044 "php-http/client-common": "^1.9 || ^2.0",
6045 "php-http/message": "^1.0",
6046 "psr/log": "^1.0"
6047 },
6048 "require-dev": {
6049 "henrikbjorn/phpspec-code-coverage": "^1.0",
6050 "phpspec/phpspec": "^2.5"
6051 },
6052 "type": "library",
6053 "extra": {
6054 "branch-alias": {
6055 "dev-master": "1.1-dev"
6056 }
6057 },
6058 "autoload": {
6059 "psr-4": {
6060 "Http\\Client\\Common\\Plugin\\": "src/"
6061 }
6062 },
6063 "notification-url": "https://packagist.org/downloads/",
6064 "license": [
6065 "MIT"
6066 ],
6067 "authors": [
6068 {
6069 "name": "Márk Sági-Kazár",
6070 "email": "mark.sagikazar@gmail.com"
6071 }
6072 ],
6073 "description": "PSR-3 Logger plugin for HTTPlug",
6074 "homepage": "http://httplug.io",
6075 "keywords": [
6076 "http",
6077 "httplug",
6078 "logger",
6079 "plugin"
6080 ],
6081 "time": "2019-01-30T11:48:21+00:00"
6082 },
6083 {
6084 "name": "php-http/message",
6085 "version": "1.8.0",
6086 "source": {
6087 "type": "git",
6088 "url": "https://github.com/php-http/message.git",
6089 "reference": "ce8f43ac1e294b54aabf5808515c3554a19c1e1c"
6090 },
6091 "dist": {
6092 "type": "zip",
6093 "url": "https://api.github.com/repos/php-http/message/zipball/ce8f43ac1e294b54aabf5808515c3554a19c1e1c",
6094 "reference": "ce8f43ac1e294b54aabf5808515c3554a19c1e1c",
6095 "shasum": ""
6096 },
6097 "require": {
6098 "clue/stream-filter": "^1.4",
6099 "php": "^7.1",
6100 "php-http/message-factory": "^1.0.2",
6101 "psr/http-message": "^1.0"
6102 },
6103 "provide": {
6104 "php-http/message-factory-implementation": "1.0"
6105 },
6106 "require-dev": {
6107 "akeneo/phpspec-skip-example-extension": "^1.0",
6108 "coduo/phpspec-data-provider-extension": "^1.0",
6109 "ext-zlib": "*",
6110 "guzzlehttp/psr7": "^1.0",
6111 "henrikbjorn/phpspec-code-coverage": "^1.0",
6112 "phpspec/phpspec": "^2.4",
6113 "slim/slim": "^3.0",
6114 "zendframework/zend-diactoros": "^1.0"
6115 },
6116 "suggest": {
6117 "ext-zlib": "Used with compressor/decompressor streams",
6118 "guzzlehttp/psr7": "Used with Guzzle PSR-7 Factories",
6119 "slim/slim": "Used with Slim Framework PSR-7 implementation",
6120 "zendframework/zend-diactoros": "Used with Diactoros Factories"
6121 },
6122 "type": "library",
6123 "extra": {
6124 "branch-alias": {
6125 "dev-master": "1.8-dev"
6126 }
6127 },
6128 "autoload": {
6129 "psr-4": {
6130 "Http\\Message\\": "src/"
6131 },
6132 "files": [
6133 "src/filters.php"
6134 ]
6135 },
6136 "notification-url": "https://packagist.org/downloads/",
6137 "license": [
6138 "MIT"
6139 ],
6140 "authors": [
6141 {
6142 "name": "Márk Sági-Kazár",
6143 "email": "mark.sagikazar@gmail.com"
6144 }
6145 ],
6146 "description": "HTTP Message related tools",
6147 "homepage": "http://php-http.org",
6148 "keywords": [
6149 "http",
6150 "message",
6151 "psr-7"
6152 ],
6153 "time": "2019-08-05T06:55:08+00:00"
6154 },
6155 {
6156 "name": "php-http/message-factory",
6157 "version": "v1.0.2",
6158 "source": {
6159 "type": "git",
6160 "url": "https://github.com/php-http/message-factory.git",
6161 "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1"
6162 },
6163 "dist": {
6164 "type": "zip",
6165 "url": "https://api.github.com/repos/php-http/message-factory/zipball/a478cb11f66a6ac48d8954216cfed9aa06a501a1",
6166 "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1",
6167 "shasum": ""
6168 },
6169 "require": {
6170 "php": ">=5.4",
6171 "psr/http-message": "^1.0"
6172 },
6173 "type": "library",
6174 "extra": {
6175 "branch-alias": {
6176 "dev-master": "1.0-dev"
6177 }
6178 },
6179 "autoload": {
6180 "psr-4": {
6181 "Http\\Message\\": "src/"
6182 }
6183 },
6184 "notification-url": "https://packagist.org/downloads/",
6185 "license": [
6186 "MIT"
6187 ],
6188 "authors": [
6189 {
6190 "name": "Márk Sági-Kazár",
6191 "email": "mark.sagikazar@gmail.com"
6192 }
6193 ],
6194 "description": "Factory interfaces for PSR-7 HTTP Message",
6195 "homepage": "http://php-http.org",
6196 "keywords": [
6197 "factory",
6198 "http",
6199 "message",
6200 "stream",
6201 "uri"
6202 ],
6203 "time": "2015-12-19T14:08:53+00:00"
6204 },
6205 {
6206 "name": "php-http/promise",
6207 "version": "v1.0.0",
6208 "source": {
6209 "type": "git",
6210 "url": "https://github.com/php-http/promise.git",
6211 "reference": "dc494cdc9d7160b9a09bd5573272195242ce7980"
6212 },
6213 "dist": {
6214 "type": "zip",
6215 "url": "https://api.github.com/repos/php-http/promise/zipball/dc494cdc9d7160b9a09bd5573272195242ce7980",
6216 "reference": "dc494cdc9d7160b9a09bd5573272195242ce7980",
6217 "shasum": ""
6218 },
6219 "require-dev": {
6220 "henrikbjorn/phpspec-code-coverage": "^1.0",
6221 "phpspec/phpspec": "^2.4"
6222 },
6223 "type": "library",
6224 "extra": {
6225 "branch-alias": {
6226 "dev-master": "1.1-dev"
6227 }
6228 },
6229 "autoload": {
6230 "psr-4": {
6231 "Http\\Promise\\": "src/"
6232 }
6233 },
6234 "notification-url": "https://packagist.org/downloads/",
6235 "license": [
6236 "MIT"
6237 ],
6238 "authors": [
6239 {
6240 "name": "Márk Sági-Kazár",
6241 "email": "mark.sagikazar@gmail.com"
6242 },
6243 {
6244 "name": "Joel Wurtz",
6245 "email": "joel.wurtz@gmail.com"
6246 }
6247 ],
6248 "description": "Promise used for asynchronous HTTP requests",
6249 "homepage": "http://httplug.io",
6250 "keywords": [
6251 "promise"
6252 ],
6253 "time": "2016-01-26T13:27:02+00:00"
6254 },
6255 {
6256 "name": "php-http/stopwatch-plugin",
6257 "version": "1.2.0",
6258 "source": {
6259 "type": "git",
6260 "url": "https://github.com/php-http/stopwatch-plugin.git",
6261 "reference": "520419dd18755a1e7b29077e677fbeb16b6629e7"
6262 },
6263 "dist": {
6264 "type": "zip",
6265 "url": "https://api.github.com/repos/php-http/stopwatch-plugin/zipball/520419dd18755a1e7b29077e677fbeb16b6629e7",
6266 "reference": "520419dd18755a1e7b29077e677fbeb16b6629e7",
6267 "shasum": ""
6268 },
6269 "require": {
6270 "php": "^5.4 || ^7.0",
6271 "php-http/client-common": "^1.9 || ^2.0",
6272 "symfony/stopwatch": "^2.7 || ^3.0 || ^4.0"
6273 },
6274 "require-dev": {
6275 "phpspec/phpspec": "^2.5 || ^3.0 || ^4.0"
6276 },
6277 "type": "library",
6278 "extra": {
6279 "branch-alias": {
6280 "dev-master": "1.2-dev"
6281 }
6282 },
6283 "autoload": {
6284 "psr-4": {
6285 "Http\\Client\\Common\\Plugin\\": "src/"
6286 }
6287 },
6288 "notification-url": "https://packagist.org/downloads/",
6289 "license": [
6290 "MIT"
6291 ],
6292 "authors": [
6293 {
6294 "name": "Márk Sági-Kazár",
6295 "email": "mark.sagikazar@gmail.com"
6296 }
6297 ],
6298 "description": "Symfony Stopwatch plugin for HTTPlug",
6299 "homepage": "http://httplug.io",
6300 "keywords": [
6301 "http",
6302 "httplug",
6303 "plugin",
6304 "stopwatch"
6305 ],
6306 "time": "2019-01-30T12:01:37+00:00"
6307 },
6308 {
6309 "name": "phpcollection/phpcollection",
6310 "version": "0.5.0",
6311 "source": {
6312 "type": "git",
6313 "url": "https://github.com/schmittjoh/php-collection.git",
6314 "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6"
6315 },
6316 "dist": {
6317 "type": "zip",
6318 "url": "https://api.github.com/repos/schmittjoh/php-collection/zipball/f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6",
6319 "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6",
6320 "shasum": ""
6321 },
6322 "require": {
6323 "phpoption/phpoption": "1.*"
6324 },
6325 "type": "library",
6326 "extra": {
6327 "branch-alias": {
6328 "dev-master": "0.4-dev"
6329 }
6330 },
6331 "autoload": {
6332 "psr-0": {
6333 "PhpCollection": "src/"
6334 }
6335 },
6336 "notification-url": "https://packagist.org/downloads/",
6337 "license": [
6338 "Apache2"
6339 ],
6340 "authors": [
6341 {
6342 "name": "Johannes M. Schmitt",
6343 "email": "schmittjoh@gmail.com"
6344 }
6345 ],
6346 "description": "General-Purpose Collection Library for PHP",
6347 "keywords": [
6348 "collection",
6349 "list",
6350 "map",
6351 "sequence",
6352 "set"
6353 ],
6354 "time": "2015-05-17T12:39:23+00:00"
6355 },
6356 {
6357 "name": "phpoption/phpoption",
6358 "version": "1.5.2",
6359 "source": {
6360 "type": "git",
6361 "url": "https://github.com/schmittjoh/php-option.git",
6362 "reference": "2ba2586380f8d2b44ad1b9feb61c371020b27793"
6363 },
6364 "dist": {
6365 "type": "zip",
6366 "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/2ba2586380f8d2b44ad1b9feb61c371020b27793",
6367 "reference": "2ba2586380f8d2b44ad1b9feb61c371020b27793",
6368 "shasum": ""
6369 },
6370 "require": {
6371 "php": ">=5.3.0"
6372 },
6373 "require-dev": {
6374 "phpunit/phpunit": "^4.7|^5.0"
6375 },
6376 "type": "library",
6377 "extra": {
6378 "branch-alias": {
6379 "dev-master": "1.5-dev"
6380 }
6381 },
6382 "autoload": {
6383 "psr-0": {
6384 "PhpOption\\": "src/"
6385 }
6386 },
6387 "notification-url": "https://packagist.org/downloads/",
6388 "license": [
6389 "Apache-2.0"
6390 ],
6391 "authors": [
6392 {
6393 "name": "Johannes M. Schmitt",
6394 "email": "schmittjoh@gmail.com"
6395 }
6396 ],
6397 "description": "Option Type for PHP",
6398 "keywords": [
6399 "language",
6400 "option",
6401 "php",
6402 "type"
6403 ],
6404 "time": "2019-11-06T22:27:00+00:00"
6405 },
6406 {
6407 "name": "phpseclib/phpseclib",
6408 "version": "2.0.23",
6409 "source": {
6410 "type": "git",
6411 "url": "https://github.com/phpseclib/phpseclib.git",
6412 "reference": "c78eb5058d5bb1a183133c36d4ba5b6675dfa099"
6413 },
6414 "dist": {
6415 "type": "zip",
6416 "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/c78eb5058d5bb1a183133c36d4ba5b6675dfa099",
6417 "reference": "c78eb5058d5bb1a183133c36d4ba5b6675dfa099",
6418 "shasum": ""
6419 },
6420 "require": {
6421 "php": ">=5.3.3"
6422 },
6423 "require-dev": {
6424 "phing/phing": "~2.7",
6425 "phpunit/phpunit": "^4.8.35|^5.7|^6.0",
6426 "sami/sami": "~2.0",
6427 "squizlabs/php_codesniffer": "~2.0"
6428 },
6429 "suggest": {
6430 "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
6431 "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
6432 "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
6433 "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
6434 },
6435 "type": "library",
6436 "autoload": {
6437 "files": [
6438 "phpseclib/bootstrap.php"
6439 ],
6440 "psr-4": {
6441 "phpseclib\\": "phpseclib/"
6442 }
6443 },
6444 "notification-url": "https://packagist.org/downloads/",
6445 "license": [
6446 "MIT"
6447 ],
6448 "authors": [
6449 {
6450 "name": "Jim Wigginton",
6451 "email": "terrafrost@php.net",
6452 "role": "Lead Developer"
6453 },
6454 {
6455 "name": "Patrick Monnerat",
6456 "email": "pm@datasphere.ch",
6457 "role": "Developer"
6458 },
6459 {
6460 "name": "Andreas Fischer",
6461 "email": "bantu@phpbb.com",
6462 "role": "Developer"
6463 },
6464 {
6465 "name": "Hans-Jürgen Petrich",
6466 "email": "petrich@tronic-media.com",
6467 "role": "Developer"
6468 },
6469 {
6470 "name": "Graham Campbell",
6471 "email": "graham@alt-three.com",
6472 "role": "Developer"
6473 }
6474 ],
6475 "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
6476 "homepage": "http://phpseclib.sourceforge.net",
6477 "keywords": [
6478 "BigInteger",
6479 "aes",
6480 "asn.1",
6481 "asn1",
6482 "blowfish",
6483 "crypto",
6484 "cryptography",
6485 "encryption",
6486 "rsa",
6487 "security",
6488 "sftp",
6489 "signature",
6490 "signing",
6491 "ssh",
6492 "twofish",
6493 "x.509",
6494 "x509"
6495 ],
6496 "time": "2019-09-17T03:41:22+00:00"
6497 },
6498 {
6499 "name": "phpzip/phpzip",
6500 "version": "2.0.8",
6501 "source": {
6502 "type": "git",
6503 "url": "https://github.com/Grandt/PHPZip.git",
6504 "reference": "936f93d656f68e29c231a39e19fd59a636fe7e47"
6505 },
6506 "dist": {
6507 "type": "zip",
6508 "url": "https://api.github.com/repos/Grandt/PHPZip/zipball/936f93d656f68e29c231a39e19fd59a636fe7e47",
6509 "reference": "936f93d656f68e29c231a39e19fd59a636fe7e47",
6510 "shasum": ""
6511 },
6512 "require": {
6513 "grandt/binstring": ">=1.0.0",
6514 "grandt/phpzipmerge": ">=1.0.4",
6515 "grandt/relativepath": ">=1.0.2",
6516 "php": ">=5.3.0"
6517 },
6518 "type": "library",
6519 "autoload": {
6520 "psr-4": {
6521 "PHPZip\\Zip\\": "src/Zip"
6522 }
6523 },
6524 "notification-url": "https://packagist.org/downloads/",
6525 "license": [
6526 "LGPL-2.1"
6527 ],
6528 "authors": [
6529 {
6530 "name": "Adam Schmalhofer",
6531 "email": "Adam.Schmalhofer@gmx.de",
6532 "role": "Developer"
6533 },
6534 {
6535 "name": "A. Grandt",
6536 "email": "php@grandt.com",
6537 "homepage": "http://grandt.com",
6538 "role": "Developer"
6539 },
6540 {
6541 "name": "Greg Kappatos",
6542 "homepage": "http://websiteconnect.com.au",
6543 "role": "Developer"
6544 }
6545 ],
6546 "description": "Package to create and stream archives of compressed files in ZIP format with PHP 5.3+",
6547 "homepage": "https://github.com/Grandt/PHPZip",
6548 "keywords": [
6549 "archive",
6550 "compressed",
6551 "compression",
6552 "phpzip",
6553 "pkzip",
6554 "stream",
6555 "zip"
6556 ],
6557 "time": "2015-11-16T16:30:51+00:00"
6558 },
6559 {
6560 "name": "pragmarx/random",
6561 "version": "v0.2.2",
6562 "source": {
6563 "type": "git",
6564 "url": "https://github.com/antonioribeiro/random.git",
6565 "reference": "daf08a189c5d2d40d1a827db46364d3a741a51b7"
6566 },
6567 "dist": {
6568 "type": "zip",
6569 "url": "https://api.github.com/repos/antonioribeiro/random/zipball/daf08a189c5d2d40d1a827db46364d3a741a51b7",
6570 "reference": "daf08a189c5d2d40d1a827db46364d3a741a51b7",
6571 "shasum": ""
6572 },
6573 "require": {
6574 "php": ">=7.0"
6575 },
6576 "require-dev": {
6577 "fzaninotto/faker": "~1.7",
6578 "phpunit/phpunit": "~6.4",
6579 "pragmarx/trivia": "~0.1",
6580 "squizlabs/php_codesniffer": "^2.3"
6581 },
6582 "suggest": {
6583 "fzaninotto/faker": "Allows you to get dozens of randomized types",
6584 "pragmarx/trivia": "For the trivia database"
6585 },
6586 "type": "library",
6587 "extra": {
6588 "branch-alias": {
6589 "dev-master": "1.0-dev"
6590 }
6591 },
6592 "autoload": {
6593 "psr-4": {
6594 "PragmaRX\\Random\\": "src"
6595 }
6596 },
6597 "notification-url": "https://packagist.org/downloads/",
6598 "license": [
6599 "MIT"
6600 ],
6601 "authors": [
6602 {
6603 "name": "Antonio Carlos Ribeiro",
6604 "email": "acr@antoniocarlosribeiro.com",
6605 "homepage": "https://antoniocarlosribeiro.com",
6606 "role": "Developer"
6607 }
6608 ],
6609 "description": "Create random chars, numbers, strings",
6610 "homepage": "https://github.com/antonioribeiro/random",
6611 "keywords": [
6612 "Randomize",
6613 "faker",
6614 "pragmarx",
6615 "random",
6616 "random number",
6617 "random pattern",
6618 "random string"
6619 ],
6620 "time": "2017-11-21T05:26:22+00:00"
6621 },
6622 {
6623 "name": "pragmarx/recovery",
6624 "version": "v0.1.0",
6625 "source": {
6626 "type": "git",
6627 "url": "https://github.com/antonioribeiro/recovery.git",
6628 "reference": "e16573a1ae5345cc3b100eec6d0296a1a15a90fe"
6629 },
6630 "dist": {
6631 "type": "zip",
6632 "url": "https://api.github.com/repos/antonioribeiro/recovery/zipball/e16573a1ae5345cc3b100eec6d0296a1a15a90fe",
6633 "reference": "e16573a1ae5345cc3b100eec6d0296a1a15a90fe",
6634 "shasum": ""
6635 },
6636 "require": {
6637 "php": "~7.0",
6638 "pragmarx/random": "~0.1"
6639 },
6640 "require-dev": {
6641 "phpunit/phpunit": ">=5.4.3",
6642 "squizlabs/php_codesniffer": "^2.3",
6643 "tightenco/collect": "^5"
6644 },
6645 "suggest": {
6646 "tightenco/collect": "Allows to generate recovery codes as collections"
6647 },
6648 "type": "library",
6649 "extra": {
6650 "branch-alias": {
6651 "dev-master": "1.0-dev"
6652 }
6653 },
6654 "autoload": {
6655 "psr-4": {
6656 "PragmaRX\\Recovery\\": "src"
6657 }
6658 },
6659 "notification-url": "https://packagist.org/downloads/",
6660 "license": [
6661 "MIT"
6662 ],
6663 "authors": [
6664 {
6665 "name": "Antonio Carlos Ribeiro",
6666 "email": "acr@antoniocarlosribeiro.com",
6667 "homepage": "https://antoniocarlosribeiro.com",
6668 "role": "Developer"
6669 }
6670 ],
6671 "description": "Create recovery codes for two factor auth",
6672 "homepage": "https://github.com/antonioribeiro/recovery",
6673 "keywords": [
6674 "2fa",
6675 "account recovery",
6676 "auth",
6677 "backup codes",
6678 "google2fa",
6679 "pragmarx",
6680 "recovery",
6681 "recovery codes",
6682 "two factor auth"
6683 ],
6684 "time": "2017-09-19T16:58:00+00:00"
6685 },
6686 {
6687 "name": "predis/predis",
6688 "version": "v1.1.x-dev",
6689 "source": {
6690 "type": "git",
6691 "url": "https://github.com/nrk/predis.git",
6692 "reference": "111d100ee389d624036b46b35ed0c9ac59c71313"
6693 },
6694 "dist": {
6695 "type": "zip",
6696 "url": "https://api.github.com/repos/nrk/predis/zipball/111d100ee389d624036b46b35ed0c9ac59c71313",
6697 "reference": "111d100ee389d624036b46b35ed0c9ac59c71313",
6698 "shasum": ""
6699 },
6700 "require": {
6701 "php": ">=5.3.9"
6702 },
6703 "require-dev": {
6704 "phpunit/phpunit": "~4.8"
6705 },
6706 "suggest": {
6707 "ext-curl": "Allows access to Webdis when paired with phpiredis",
6708 "ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol"
6709 },
6710 "type": "library",
6711 "autoload": {
6712 "psr-4": {
6713 "Predis\\": "src/"
6714 }
6715 },
6716 "notification-url": "https://packagist.org/downloads/",
6717 "license": [
6718 "MIT"
6719 ],
6720 "authors": [
6721 {
6722 "name": "Daniele Alessandri",
6723 "email": "suppakilla@gmail.com",
6724 "homepage": "http://clorophilla.net"
6725 }
6726 ],
6727 "description": "Flexible and feature-complete Redis client for PHP and HHVM",
6728 "homepage": "http://github.com/nrk/predis",
6729 "keywords": [
6730 "nosql",
6731 "predis",
6732 "redis"
6733 ],
6734 "time": "2017-07-12T14:39:17+00:00"
6735 },
6736 {
6737 "name": "psr/cache",
6738 "version": "1.0.1",
6739 "source": {
6740 "type": "git",
6741 "url": "https://github.com/php-fig/cache.git",
6742 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
6743 },
6744 "dist": {
6745 "type": "zip",
6746 "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
6747 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
6748 "shasum": ""
6749 },
6750 "require": {
6751 "php": ">=5.3.0"
6752 },
6753 "type": "library",
6754 "extra": {
6755 "branch-alias": {
6756 "dev-master": "1.0.x-dev"
6757 }
6758 },
6759 "autoload": {
6760 "psr-4": {
6761 "Psr\\Cache\\": "src/"
6762 }
6763 },
6764 "notification-url": "https://packagist.org/downloads/",
6765 "license": [
6766 "MIT"
6767 ],
6768 "authors": [
6769 {
6770 "name": "PHP-FIG",
6771 "homepage": "http://www.php-fig.org/"
6772 }
6773 ],
6774 "description": "Common interface for caching libraries",
6775 "keywords": [
6776 "cache",
6777 "psr",
6778 "psr-6"
6779 ],
6780 "time": "2016-08-06T20:24:11+00:00"
6781 },
6782 {
6783 "name": "psr/container",
6784 "version": "1.0.0",
6785 "source": {
6786 "type": "git",
6787 "url": "https://github.com/php-fig/container.git",
6788 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
6789 },
6790 "dist": {
6791 "type": "zip",
6792 "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
6793 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
6794 "shasum": ""
6795 },
6796 "require": {
6797 "php": ">=5.3.0"
6798 },
6799 "type": "library",
6800 "extra": {
6801 "branch-alias": {
6802 "dev-master": "1.0.x-dev"
6803 }
6804 },
6805 "autoload": {
6806 "psr-4": {
6807 "Psr\\Container\\": "src/"
6808 }
6809 },
6810 "notification-url": "https://packagist.org/downloads/",
6811 "license": [
6812 "MIT"
6813 ],
6814 "authors": [
6815 {
6816 "name": "PHP-FIG",
6817 "homepage": "http://www.php-fig.org/"
6818 }
6819 ],
6820 "description": "Common Container Interface (PHP FIG PSR-11)",
6821 "homepage": "https://github.com/php-fig/container",
6822 "keywords": [
6823 "PSR-11",
6824 "container",
6825 "container-interface",
6826 "container-interop",
6827 "psr"
6828 ],
6829 "time": "2017-02-14T16:28:37+00:00"
6830 },
6831 {
6832 "name": "psr/http-client",
6833 "version": "1.0.0",
6834 "source": {
6835 "type": "git",
6836 "url": "https://github.com/php-fig/http-client.git",
6837 "reference": "496a823ef742b632934724bf769560c2a5c7c44e"
6838 },
6839 "dist": {
6840 "type": "zip",
6841 "url": "https://api.github.com/repos/php-fig/http-client/zipball/496a823ef742b632934724bf769560c2a5c7c44e",
6842 "reference": "496a823ef742b632934724bf769560c2a5c7c44e",
6843 "shasum": ""
6844 },
6845 "require": {
6846 "php": "^7.0",
6847 "psr/http-message": "^1.0"
6848 },
6849 "type": "library",
6850 "extra": {
6851 "branch-alias": {
6852 "dev-master": "1.0.x-dev"
6853 }
6854 },
6855 "autoload": {
6856 "psr-4": {
6857 "Psr\\Http\\Client\\": "src/"
6858 }
6859 },
6860 "notification-url": "https://packagist.org/downloads/",
6861 "license": [
6862 "MIT"
6863 ],
6864 "authors": [
6865 {
6866 "name": "PHP-FIG",
6867 "homepage": "http://www.php-fig.org/"
6868 }
6869 ],
6870 "description": "Common interface for HTTP clients",
6871 "homepage": "https://github.com/php-fig/http-client",
6872 "keywords": [
6873 "http",
6874 "http-client",
6875 "psr",
6876 "psr-18"
6877 ],
6878 "time": "2018-10-30T23:29:13+00:00"
6879 },
6880 {
6881 "name": "psr/http-factory",
6882 "version": "1.0.1",
6883 "source": {
6884 "type": "git",
6885 "url": "https://github.com/php-fig/http-factory.git",
6886 "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
6887 },
6888 "dist": {
6889 "type": "zip",
6890 "url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
6891 "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
6892 "shasum": ""
6893 },
6894 "require": {
6895 "php": ">=7.0.0",
6896 "psr/http-message": "^1.0"
6897 },
6898 "type": "library",
6899 "extra": {
6900 "branch-alias": {
6901 "dev-master": "1.0.x-dev"
6902 }
6903 },
6904 "autoload": {
6905 "psr-4": {
6906 "Psr\\Http\\Message\\": "src/"
6907 }
6908 },
6909 "notification-url": "https://packagist.org/downloads/",
6910 "license": [
6911 "MIT"
6912 ],
6913 "authors": [
6914 {
6915 "name": "PHP-FIG",
6916 "homepage": "http://www.php-fig.org/"
6917 }
6918 ],
6919 "description": "Common interfaces for PSR-7 HTTP message factories",
6920 "keywords": [
6921 "factory",
6922 "http",
6923 "message",
6924 "psr",
6925 "psr-17",
6926 "psr-7",
6927 "request",
6928 "response"
6929 ],
6930 "time": "2019-04-30T12:38:16+00:00"
6931 },
6932 {
6933 "name": "psr/http-message",
6934 "version": "1.0.1",
6935 "source": {
6936 "type": "git",
6937 "url": "https://github.com/php-fig/http-message.git",
6938 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
6939 },
6940 "dist": {
6941 "type": "zip",
6942 "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
6943 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
6944 "shasum": ""
6945 },
6946 "require": {
6947 "php": ">=5.3.0"
6948 },
6949 "type": "library",
6950 "extra": {
6951 "branch-alias": {
6952 "dev-master": "1.0.x-dev"
6953 }
6954 },
6955 "autoload": {
6956 "psr-4": {
6957 "Psr\\Http\\Message\\": "src/"
6958 }
6959 },
6960 "notification-url": "https://packagist.org/downloads/",
6961 "license": [
6962 "MIT"
6963 ],
6964 "authors": [
6965 {
6966 "name": "PHP-FIG",
6967 "homepage": "http://www.php-fig.org/"
6968 }
6969 ],
6970 "description": "Common interface for HTTP messages",
6971 "homepage": "https://github.com/php-fig/http-message",
6972 "keywords": [
6973 "http",
6974 "http-message",
6975 "psr",
6976 "psr-7",
6977 "request",
6978 "response"
6979 ],
6980 "time": "2016-08-06T14:39:51+00:00"
6981 },
6982 {
6983 "name": "psr/link",
6984 "version": "1.0.0",
6985 "source": {
6986 "type": "git",
6987 "url": "https://github.com/php-fig/link.git",
6988 "reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562"
6989 },
6990 "dist": {
6991 "type": "zip",
6992 "url": "https://api.github.com/repos/php-fig/link/zipball/eea8e8662d5cd3ae4517c9b864493f59fca95562",
6993 "reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562",
6994 "shasum": ""
6995 },
6996 "require": {
6997 "php": ">=5.3.0"
6998 },
6999 "type": "library",
7000 "extra": {
7001 "branch-alias": {
7002 "dev-master": "1.0.x-dev"
7003 }
7004 },
7005 "autoload": {
7006 "psr-4": {
7007 "Psr\\Link\\": "src/"
7008 }
7009 },
7010 "notification-url": "https://packagist.org/downloads/",
7011 "license": [
7012 "MIT"
7013 ],
7014 "authors": [
7015 {
7016 "name": "PHP-FIG",
7017 "homepage": "http://www.php-fig.org/"
7018 }
7019 ],
7020 "description": "Common interfaces for HTTP links",
7021 "keywords": [
7022 "http",
7023 "http-link",
7024 "link",
7025 "psr",
7026 "psr-13",
7027 "rest"
7028 ],
7029 "time": "2016-10-28T16:06:13+00:00"
7030 },
7031 {
7032 "name": "psr/log",
7033 "version": "1.1.2",
7034 "source": {
7035 "type": "git",
7036 "url": "https://github.com/php-fig/log.git",
7037 "reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801"
7038 },
7039 "dist": {
7040 "type": "zip",
7041 "url": "https://api.github.com/repos/php-fig/log/zipball/446d54b4cb6bf489fc9d75f55843658e6f25d801",
7042 "reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801",
7043 "shasum": ""
7044 },
7045 "require": {
7046 "php": ">=5.3.0"
7047 },
7048 "type": "library",
7049 "extra": {
7050 "branch-alias": {
7051 "dev-master": "1.1.x-dev"
7052 }
7053 },
7054 "autoload": {
7055 "psr-4": {
7056 "Psr\\Log\\": "Psr/Log/"
7057 }
7058 },
7059 "notification-url": "https://packagist.org/downloads/",
7060 "license": [
7061 "MIT"
7062 ],
7063 "authors": [
7064 {
7065 "name": "PHP-FIG",
7066 "homepage": "http://www.php-fig.org/"
7067 }
7068 ],
7069 "description": "Common interface for logging libraries",
7070 "homepage": "https://github.com/php-fig/log",
7071 "keywords": [
7072 "log",
7073 "psr",
7074 "psr-3"
7075 ],
7076 "time": "2019-11-01T11:05:21+00:00"
7077 },
7078 {
7079 "name": "psr/simple-cache",
7080 "version": "1.0.1",
7081 "source": {
7082 "type": "git",
7083 "url": "https://github.com/php-fig/simple-cache.git",
7084 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
7085 },
7086 "dist": {
7087 "type": "zip",
7088 "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
7089 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
7090 "shasum": ""
7091 },
7092 "require": {
7093 "php": ">=5.3.0"
7094 },
7095 "type": "library",
7096 "extra": {
7097 "branch-alias": {
7098 "dev-master": "1.0.x-dev"
7099 }
7100 },
7101 "autoload": {
7102 "psr-4": {
7103 "Psr\\SimpleCache\\": "src/"
7104 }
7105 },
7106 "notification-url": "https://packagist.org/downloads/",
7107 "license": [
7108 "MIT"
7109 ],
7110 "authors": [
7111 {
7112 "name": "PHP-FIG",
7113 "homepage": "http://www.php-fig.org/"
7114 }
7115 ],
7116 "description": "Common interfaces for simple caching",
7117 "keywords": [
7118 "cache",
7119 "caching",
7120 "psr",
7121 "psr-16",
7122 "simple-cache"
7123 ],
7124 "time": "2017-10-23T01:57:42+00:00"
7125 },
7126 {
7127 "name": "ralouphie/getallheaders",
7128 "version": "3.0.3",
7129 "source": {
7130 "type": "git",
7131 "url": "https://github.com/ralouphie/getallheaders.git",
7132 "reference": "120b605dfeb996808c31b6477290a714d356e822"
7133 },
7134 "dist": {
7135 "type": "zip",
7136 "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
7137 "reference": "120b605dfeb996808c31b6477290a714d356e822",
7138 "shasum": ""
7139 },
7140 "require": {
7141 "php": ">=5.6"
7142 },
7143 "require-dev": {
7144 "php-coveralls/php-coveralls": "^2.1",
7145 "phpunit/phpunit": "^5 || ^6.5"
7146 },
7147 "type": "library",
7148 "autoload": {
7149 "files": [
7150 "src/getallheaders.php"
7151 ]
7152 },
7153 "notification-url": "https://packagist.org/downloads/",
7154 "license": [
7155 "MIT"
7156 ],
7157 "authors": [
7158 {
7159 "name": "Ralph Khattar",
7160 "email": "ralph.khattar@gmail.com"
7161 }
7162 ],
7163 "description": "A polyfill for getallheaders.",
7164 "time": "2019-03-08T08:55:37+00:00"
7165 },
7166 {
7167 "name": "ramsey/uuid",
7168 "version": "3.8.0",
7169 "source": {
7170 "type": "git",
7171 "url": "https://github.com/ramsey/uuid.git",
7172 "reference": "d09ea80159c1929d75b3f9c60504d613aeb4a1e3"
7173 },
7174 "dist": {
7175 "type": "zip",
7176 "url": "https://api.github.com/repos/ramsey/uuid/zipball/d09ea80159c1929d75b3f9c60504d613aeb4a1e3",
7177 "reference": "d09ea80159c1929d75b3f9c60504d613aeb4a1e3",
7178 "shasum": ""
7179 },
7180 "require": {
7181 "paragonie/random_compat": "^1.0|^2.0|9.99.99",
7182 "php": "^5.4 || ^7.0",
7183 "symfony/polyfill-ctype": "^1.8"
7184 },
7185 "replace": {
7186 "rhumsaa/uuid": "self.version"
7187 },
7188 "require-dev": {
7189 "codeception/aspect-mock": "^1.0 | ~2.0.0",
7190 "doctrine/annotations": "~1.2.0",
7191 "goaop/framework": "1.0.0-alpha.2 | ^1.0 | ~2.1.0",
7192 "ircmaxell/random-lib": "^1.1",
7193 "jakub-onderka/php-parallel-lint": "^0.9.0",
7194 "mockery/mockery": "^0.9.9",
7195 "moontoast/math": "^1.1",
7196 "php-mock/php-mock-phpunit": "^0.3|^1.1",
7197 "phpunit/phpunit": "^4.7|^5.0|^6.5",
7198 "squizlabs/php_codesniffer": "^2.3"
7199 },
7200 "suggest": {
7201 "ext-ctype": "Provides support for PHP Ctype functions",
7202 "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator",
7203 "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator",
7204 "ircmaxell/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
7205 "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).",
7206 "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid",
7207 "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
7208 },
7209 "type": "library",
7210 "extra": {
7211 "branch-alias": {
7212 "dev-master": "3.x-dev"
7213 }
7214 },
7215 "autoload": {
7216 "psr-4": {
7217 "Ramsey\\Uuid\\": "src/"
7218 }
7219 },
7220 "notification-url": "https://packagist.org/downloads/",
7221 "license": [
7222 "MIT"
7223 ],
7224 "authors": [
7225 {
7226 "name": "Marijn Huizendveld",
7227 "email": "marijn.huizendveld@gmail.com"
7228 },
7229 {
7230 "name": "Thibaud Fabre",
7231 "email": "thibaud@aztech.io"
7232 },
7233 {
7234 "name": "Ben Ramsey",
7235 "email": "ben@benramsey.com",
7236 "homepage": "https://benramsey.com"
7237 }
7238 ],
7239 "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
7240 "homepage": "https://github.com/ramsey/uuid",
7241 "keywords": [
7242 "guid",
7243 "identifier",
7244 "uuid"
7245 ],
7246 "time": "2018-07-19T23:38:55+00:00"
7247 },
7248 {
7249 "name": "react/promise",
7250 "version": "v2.7.1",
7251 "source": {
7252 "type": "git",
7253 "url": "https://github.com/reactphp/promise.git",
7254 "reference": "31ffa96f8d2ed0341a57848cbb84d88b89dd664d"
7255 },
7256 "dist": {
7257 "type": "zip",
7258 "url": "https://api.github.com/repos/reactphp/promise/zipball/31ffa96f8d2ed0341a57848cbb84d88b89dd664d",
7259 "reference": "31ffa96f8d2ed0341a57848cbb84d88b89dd664d",
7260 "shasum": ""
7261 },
7262 "require": {
7263 "php": ">=5.4.0"
7264 },
7265 "require-dev": {
7266 "phpunit/phpunit": "~4.8"
7267 },
7268 "type": "library",
7269 "autoload": {
7270 "psr-4": {
7271 "React\\Promise\\": "src/"
7272 },
7273 "files": [
7274 "src/functions_include.php"
7275 ]
7276 },
7277 "notification-url": "https://packagist.org/downloads/",
7278 "license": [
7279 "MIT"
7280 ],
7281 "authors": [
7282 {
7283 "name": "Jan Sorgalla",
7284 "email": "jsorgalla@gmail.com"
7285 }
7286 ],
7287 "description": "A lightweight implementation of CommonJS Promises/A for PHP",
7288 "keywords": [
7289 "promise",
7290 "promises"
7291 ],
7292 "time": "2019-01-07T21:25:54+00:00"
7293 },
7294 {
7295 "name": "scheb/two-factor-bundle",
7296 "version": "v4.10.0",
7297 "source": {
7298 "type": "git",
7299 "url": "https://github.com/scheb/two-factor-bundle.git",
7300 "reference": "5a7b9dc378f61e9da79fcb27447f218acbd76d46"
7301 },
7302 "dist": {
7303 "type": "zip",
7304 "url": "https://api.github.com/repos/scheb/two-factor-bundle/zipball/5a7b9dc378f61e9da79fcb27447f218acbd76d46",
7305 "reference": "5a7b9dc378f61e9da79fcb27447f218acbd76d46",
7306 "shasum": ""
7307 },
7308 "require": {
7309 "lcobucci/jwt": "^3.2",
7310 "paragonie/constant_time_encoding": "^2.2",
7311 "php": "^7.1.3",
7312 "spomky-labs/otphp": "^9.1|^10.0",
7313 "symfony/config": "^3.4|^4.0|^5.0",
7314 "symfony/dependency-injection": "^3.4|^4.0|^5.0",
7315 "symfony/event-dispatcher": "^3.4|^4.0|^5.0",
7316 "symfony/framework-bundle": "^3.4|^4.0|^5.0",
7317 "symfony/http-foundation": "^3.4|^4.0|^5.0",
7318 "symfony/http-kernel": "^3.4|^4.0|^5.0",
7319 "symfony/property-access": "^3.4|^4.0|^5.0",
7320 "symfony/security-bundle": "^3.4|^4.0|^5.0",
7321 "symfony/twig-bundle": "^3.4|^4.0|^5.0"
7322 },
7323 "require-dev": {
7324 "doctrine/lexer": "^1.0.1",
7325 "doctrine/orm": "^2.6",
7326 "escapestudios/symfony2-coding-standard": "^3.9",
7327 "phpunit/phpunit": "^7.0|^8.0",
7328 "squizlabs/php_codesniffer": "^3.5",
7329 "swiftmailer/swiftmailer": "^6.0",
7330 "symfony/yaml": "^3.4|^4.0|^5.0"
7331 },
7332 "type": "symfony-bundle",
7333 "autoload": {
7334 "psr-4": {
7335 "Scheb\\TwoFactorBundle\\": ""
7336 },
7337 "exclude-from-classmap": [
7338 "/Tests/"
7339 ]
7340 },
7341 "notification-url": "https://packagist.org/downloads/",
7342 "license": [
7343 "MIT"
7344 ],
7345 "authors": [
7346 {
7347 "name": "Christian Scheb",
7348 "email": "me@christianscheb.de"
7349 }
7350 ],
7351 "description": "Provides two-factor authentication for Symfony applications",
7352 "homepage": "https://github.com/scheb/two-factor-bundle",
7353 "keywords": [
7354 "Authentication",
7355 "security",
7356 "symfony",
7357 "two-factor",
7358 "two-step"
7359 ],
7360 "time": "2019-11-24T11:44:47+00:00"
7361 },
7362 {
7363 "name": "sensio/distribution-bundle",
7364 "version": "v5.0.25",
7365 "source": {
7366 "type": "git",
7367 "url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
7368 "reference": "80a38234bde8321fb92aa0b8c27978a272bb4baf"
7369 },
7370 "dist": {
7371 "type": "zip",
7372 "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/80a38234bde8321fb92aa0b8c27978a272bb4baf",
7373 "reference": "80a38234bde8321fb92aa0b8c27978a272bb4baf",
7374 "shasum": ""
7375 },
7376 "require": {
7377 "php": ">=5.3.9",
7378 "sensiolabs/security-checker": "~5.0|~6.0",
7379 "symfony/class-loader": "~2.3|~3.0",
7380 "symfony/config": "~2.3|~3.0",
7381 "symfony/dependency-injection": "~2.3|~3.0",
7382 "symfony/filesystem": "~2.3|~3.0",
7383 "symfony/http-kernel": "~2.3|~3.0",
7384 "symfony/process": "~2.3|~3.0"
7385 },
7386 "type": "symfony-bundle",
7387 "extra": {
7388 "branch-alias": {
7389 "dev-master": "5.0.x-dev"
7390 }
7391 },
7392 "autoload": {
7393 "psr-4": {
7394 "Sensio\\Bundle\\DistributionBundle\\": ""
7395 }
7396 },
7397 "notification-url": "https://packagist.org/downloads/",
7398 "license": [
7399 "MIT"
7400 ],
7401 "authors": [
7402 {
7403 "name": "Fabien Potencier",
7404 "email": "fabien@symfony.com"
7405 }
7406 ],
7407 "description": "Base bundle for Symfony Distributions",
7408 "keywords": [
7409 "configuration",
7410 "distribution"
7411 ],
7412 "time": "2019-06-18T15:43:58+00:00"
7413 },
7414 {
7415 "name": "sensio/framework-extra-bundle",
7416 "version": "v5.4.1",
7417 "source": {
7418 "type": "git",
7419 "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
7420 "reference": "585f4b3a1c54f24d1a8431c729fc8f5acca20c8a"
7421 },
7422 "dist": {
7423 "type": "zip",
7424 "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/585f4b3a1c54f24d1a8431c729fc8f5acca20c8a",
7425 "reference": "585f4b3a1c54f24d1a8431c729fc8f5acca20c8a",
7426 "shasum": ""
7427 },
7428 "require": {
7429 "doctrine/annotations": "^1.0",
7430 "doctrine/persistence": "^1.0",
7431 "php": ">=7.1.3",
7432 "symfony/config": "^3.4|^4.3",
7433 "symfony/dependency-injection": "^3.4|^4.3",
7434 "symfony/framework-bundle": "^3.4|^4.3",
7435 "symfony/http-kernel": "^3.4|^4.3"
7436 },
7437 "require-dev": {
7438 "doctrine/doctrine-bundle": "^1.6",
7439 "doctrine/orm": "^2.5",
7440 "nyholm/psr7": "^1.1",
7441 "symfony/browser-kit": "^3.4|^4.3",
7442 "symfony/dom-crawler": "^3.4|^4.3",
7443 "symfony/expression-language": "^3.4|^4.3",
7444 "symfony/finder": "^3.4|^4.3",
7445 "symfony/monolog-bridge": "^3.0|^4.0",
7446 "symfony/monolog-bundle": "^3.2",
7447 "symfony/phpunit-bridge": "^3.4.19|^4.1.8",
7448 "symfony/psr-http-message-bridge": "^1.1",
7449 "symfony/security-bundle": "^3.4|^4.3",
7450 "symfony/twig-bundle": "^3.4|^4.3",
7451 "symfony/yaml": "^3.4|^4.3",
7452 "twig/twig": "~1.12|~2.0"
7453 },
7454 "suggest": {
7455 "symfony/expression-language": "",
7456 "symfony/psr-http-message-bridge": "To use the PSR-7 converters",
7457 "symfony/security-bundle": ""
7458 },
7459 "type": "symfony-bundle",
7460 "extra": {
7461 "branch-alias": {
7462 "dev-master": "5.4.x-dev"
7463 }
7464 },
7465 "autoload": {
7466 "psr-4": {
7467 "Sensio\\Bundle\\FrameworkExtraBundle\\": ""
7468 }
7469 },
7470 "notification-url": "https://packagist.org/downloads/",
7471 "license": [
7472 "MIT"
7473 ],
7474 "authors": [
7475 {
7476 "name": "Fabien Potencier",
7477 "email": "fabien@symfony.com"
7478 }
7479 ],
7480 "description": "This bundle provides a way to configure your controllers with annotations",
7481 "keywords": [
7482 "annotations",
7483 "controllers"
7484 ],
7485 "time": "2019-07-08T08:31:25+00:00"
7486 },
7487 {
7488 "name": "sensiolabs/security-checker",
7489 "version": "v6.0.3",
7490 "source": {
7491 "type": "git",
7492 "url": "https://github.com/sensiolabs/security-checker.git",
7493 "reference": "a576c01520d9761901f269c4934ba55448be4a54"
7494 },
7495 "dist": {
7496 "type": "zip",
7497 "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/a576c01520d9761901f269c4934ba55448be4a54",
7498 "reference": "a576c01520d9761901f269c4934ba55448be4a54",
7499 "shasum": ""
7500 },
7501 "require": {
7502 "php": ">=7.1.3",
7503 "symfony/console": "^2.8|^3.4|^4.2|^5.0",
7504 "symfony/http-client": "^4.3|^5.0",
7505 "symfony/mime": "^4.3|^5.0",
7506 "symfony/polyfill-ctype": "^1.11"
7507 },
7508 "bin": [
7509 "security-checker"
7510 ],
7511 "type": "library",
7512 "extra": {
7513 "branch-alias": {
7514 "dev-master": "6.0-dev"
7515 }
7516 },
7517 "autoload": {
7518 "psr-4": {
7519 "SensioLabs\\Security\\": "SensioLabs/Security"
7520 }
7521 },
7522 "notification-url": "https://packagist.org/downloads/",
7523 "license": [
7524 "MIT"
7525 ],
7526 "authors": [
7527 {
7528 "name": "Fabien Potencier",
7529 "email": "fabien.potencier@gmail.com"
7530 }
7531 ],
7532 "description": "A security checker for your composer.lock",
7533 "time": "2019-11-01T13:20:14+00:00"
7534 },
7535 {
7536 "name": "sentry/sdk",
7537 "version": "2.0.4",
7538 "source": {
7539 "type": "git",
7540 "url": "https://github.com/getsentry/sentry-php-sdk.git",
7541 "reference": "4c115873c86ad5bd0ac6d962db70ca53bf8fb874"
7542 },
7543 "dist": {
7544 "type": "zip",
7545 "url": "https://api.github.com/repos/getsentry/sentry-php-sdk/zipball/4c115873c86ad5bd0ac6d962db70ca53bf8fb874",
7546 "reference": "4c115873c86ad5bd0ac6d962db70ca53bf8fb874",
7547 "shasum": ""
7548 },
7549 "require": {
7550 "http-interop/http-factory-guzzle": "^1.0",
7551 "php-http/curl-client": "^1.0|^2.0",
7552 "sentry/sentry": "^2.1.3"
7553 },
7554 "type": "metapackage",
7555 "notification-url": "https://packagist.org/downloads/",
7556 "license": [
7557 "MIT"
7558 ],
7559 "authors": [
7560 {
7561 "name": "Sentry",
7562 "email": "accounts@sentry.io"
7563 }
7564 ],
7565 "description": "This is a metapackage shipping sentry/sentry with a recommended http client.",
7566 "time": "2019-09-09T19:54:44+00:00"
7567 },
7568 {
7569 "name": "sentry/sentry",
7570 "version": "2.2.4",
7571 "source": {
7572 "type": "git",
7573 "url": "https://github.com/getsentry/sentry-php.git",
7574 "reference": "a74999536b9119257cb1a4b1aa038e4a08439f67"
7575 },
7576 "dist": {
7577 "type": "zip",
7578 "url": "https://api.github.com/repos/getsentry/sentry-php/zipball/a74999536b9119257cb1a4b1aa038e4a08439f67",
7579 "reference": "a74999536b9119257cb1a4b1aa038e4a08439f67",
7580 "shasum": ""
7581 },
7582 "require": {
7583 "ext-json": "*",
7584 "ext-mbstring": "*",
7585 "guzzlehttp/promises": "^1.3",
7586 "jean85/pretty-package-versions": "^1.2",
7587 "php": "^7.1",
7588 "php-http/async-client-implementation": "^1.0",
7589 "php-http/client-common": "^1.5|^2.0",
7590 "php-http/discovery": "^1.6.1",
7591 "php-http/httplug": "^1.1|^2.0",
7592 "php-http/message": "^1.5",
7593 "psr/http-message-implementation": "^1.0",
7594 "ramsey/uuid": "^3.3",
7595 "symfony/options-resolver": "^2.7|^3.0|^4.0",
7596 "zendframework/zend-diactoros": "^1.4|^2.0"
7597 },
7598 "conflict": {
7599 "php-http/client-common": "1.8.0",
7600 "raven/raven": "*"
7601 },
7602 "require-dev": {
7603 "friendsofphp/php-cs-fixer": "^2.13",
7604 "monolog/monolog": "^1.3|^2.0",
7605 "php-http/mock-client": "^1.0",
7606 "phpstan/extension-installer": "^1.0",
7607 "phpstan/phpstan": "^0.11",
7608 "phpstan/phpstan-phpunit": "^0.11",
7609 "phpunit/phpunit": "^7.5",
7610 "symfony/phpunit-bridge": "^4.3",
7611 "vimeo/psalm": "^3.4"
7612 },
7613 "suggest": {
7614 "monolog/monolog": "Allow sending log messages to Sentry by using the included Monolog handler."
7615 },
7616 "type": "library",
7617 "extra": {
7618 "branch-alias": {
7619 "dev-develop": "2.2-dev"
7620 }
7621 },
7622 "autoload": {
7623 "files": [
7624 "src/functions.php"
7625 ],
7626 "psr-4": {
7627 "Sentry\\": "src/"
7628 }
7629 },
7630 "notification-url": "https://packagist.org/downloads/",
7631 "license": [
7632 "BSD-3-Clause"
7633 ],
7634 "authors": [
7635 {
7636 "name": "Sentry",
7637 "email": "accounts@sentry.io"
7638 }
7639 ],
7640 "description": "A PHP SDK for Sentry (http://sentry.io)",
7641 "homepage": "http://sentry.io",
7642 "keywords": [
7643 "crash-reporting",
7644 "crash-reports",
7645 "error-handler",
7646 "error-monitoring",
7647 "log",
7648 "logging",
7649 "sentry"
7650 ],
7651 "time": "2019-11-04T10:30:51+00:00"
7652 },
7653 {
7654 "name": "sentry/sentry-symfony",
7655 "version": "3.2.0",
7656 "source": {
7657 "type": "git",
7658 "url": "https://github.com/getsentry/sentry-symfony.git",
7659 "reference": "62d5c9d280044283d898d262bdae4062d02039bc"
7660 },
7661 "dist": {
7662 "type": "zip",
7663 "url": "https://api.github.com/repos/getsentry/sentry-symfony/zipball/62d5c9d280044283d898d262bdae4062d02039bc",
7664 "reference": "62d5c9d280044283d898d262bdae4062d02039bc",
7665 "shasum": ""
7666 },
7667 "require": {
7668 "jean85/pretty-package-versions": "^1.0",
7669 "php": "^7.1",
7670 "sentry/sdk": "^2.0",
7671 "symfony/config": "^2.8||^3.0||^4.0",
7672 "symfony/console": "^2.8||^3.0||^4.0",
7673 "symfony/dependency-injection": "^2.8||^3.0||^4.0",
7674 "symfony/event-dispatcher": "^2.8||^3.0||^4.0",
7675 "symfony/http-kernel": "^2.8||^3.0||^4.0",
7676 "symfony/security-core": "^2.8||^3.0||^4.0"
7677 },
7678 "require-dev": {
7679 "friendsofphp/php-cs-fixer": "^2.8",
7680 "jangregor/phpstan-prophecy": "^0.3.0",
7681 "monolog/monolog": "^1.11||^2.0",
7682 "php-http/mock-client": "^1.0",
7683 "phpstan/phpstan": "^0.11",
7684 "phpstan/phpstan-phpunit": "^0.11",
7685 "phpunit/phpunit": "^7.5",
7686 "scrutinizer/ocular": "^1.4",
7687 "symfony/expression-language": "^2.8||^3.0||^4.0"
7688 },
7689 "suggest": {
7690 "monolog/monolog": "Required to use the Monolog handler"
7691 },
7692 "type": "symfony-bundle",
7693 "extra": {
7694 "branch-alias": {
7695 "master": "3.x-dev",
7696 "releases/2.x": "2.x-dev",
7697 "releases/1.x": "1.x-dev"
7698 }
7699 },
7700 "autoload": {
7701 "psr-4": {
7702 "Sentry\\SentryBundle\\": "src/"
7703 }
7704 },
7705 "notification-url": "https://packagist.org/downloads/",
7706 "license": [
7707 "Apache-2.0"
7708 ],
7709 "authors": [
7710 {
7711 "name": "David Cramer",
7712 "email": "dcramer@gmail.com"
7713 },
7714 {
7715 "name": "Alessandro Lai",
7716 "email": "alessandro.lai85@gmail.com"
7717 }
7718 ],
7719 "description": "Symfony integration for Sentry (http://getsentry.com)",
7720 "homepage": "http://getsentry.com",
7721 "keywords": [
7722 "errors",
7723 "logging",
7724 "sentry",
7725 "symfony"
7726 ],
7727 "time": "2019-10-04T13:26:24+00:00"
7728 },
7729 {
7730 "name": "simplepie/simplepie",
7731 "version": "1.5.3",
7732 "source": {
7733 "type": "git",
7734 "url": "https://github.com/simplepie/simplepie.git",
7735 "reference": "173663382a9346acd53df60c7ffb20689c9cf1f6"
7736 },
7737 "dist": {
7738 "type": "zip",
7739 "url": "https://api.github.com/repos/simplepie/simplepie/zipball/173663382a9346acd53df60c7ffb20689c9cf1f6",
7740 "reference": "173663382a9346acd53df60c7ffb20689c9cf1f6",
7741 "shasum": ""
7742 },
7743 "require": {
7744 "ext-pcre": "*",
7745 "ext-xml": "*",
7746 "ext-xmlreader": "*",
7747 "php": ">=5.6.0"
7748 },
7749 "require-dev": {
7750 "phpunit/phpunit": "~5.4.3 || ~6.5"
7751 },
7752 "suggest": {
7753 "ext-curl": "",
7754 "ext-iconv": "",
7755 "ext-intl": "",
7756 "ext-mbstring": "",
7757 "mf2/mf2": "Microformat module that allows for parsing HTML for microformats"
7758 },
7759 "type": "library",
7760 "autoload": {
7761 "psr-0": {
7762 "SimplePie": "library"
7763 }
7764 },
7765 "notification-url": "https://packagist.org/downloads/",
7766 "license": [
7767 "BSD-3-Clause"
7768 ],
7769 "authors": [
7770 {
7771 "name": "Ryan Parman",
7772 "homepage": "http://ryanparman.com/",
7773 "role": "Creator, alumnus developer"
7774 },
7775 {
7776 "name": "Geoffrey Sneddon",
7777 "homepage": "http://gsnedders.com/",
7778 "role": "Alumnus developer"
7779 },
7780 {
7781 "name": "Ryan McCue",
7782 "email": "me@ryanmccue.info",
7783 "homepage": "http://ryanmccue.info/",
7784 "role": "Developer"
7785 }
7786 ],
7787 "description": "A simple Atom/RSS parsing library for PHP",
7788 "homepage": "http://simplepie.org/",
7789 "keywords": [
7790 "atom",
7791 "feeds",
7792 "rss"
7793 ],
7794 "time": "2019-09-22T23:21:30+00:00"
7795 },
7796 {
7797 "name": "smalot/pdfparser",
7798 "version": "v0.14.0",
7799 "source": {
7800 "type": "git",
7801 "url": "https://github.com/smalot/pdfparser.git",
7802 "reference": "ec72a99028ba5e21a0acad92047b85e128cbf81f"
7803 },
7804 "dist": {
7805 "type": "zip",
7806 "url": "https://api.github.com/repos/smalot/pdfparser/zipball/ec72a99028ba5e21a0acad92047b85e128cbf81f",
7807 "reference": "ec72a99028ba5e21a0acad92047b85e128cbf81f",
7808 "shasum": ""
7809 },
7810 "require": {
7811 "ext-mbstring": "*",
7812 "ext-zlib": "*",
7813 "php": ">=5.3.0",
7814 "tecnickcom/tcpdf": "~6.0"
7815 },
7816 "require-dev": {
7817 "atoum/atoum": "^2.8 | ^3.0"
7818 },
7819 "type": "library",
7820 "autoload": {
7821 "psr-0": {
7822 "Smalot\\PdfParser\\": "src/"
7823 }
7824 },
7825 "notification-url": "https://packagist.org/downloads/",
7826 "license": [
7827 "LGPL-3.0"
7828 ],
7829 "authors": [
7830 {
7831 "name": "Sebastien Malot",
7832 "email": "sebastien@malot.fr"
7833 }
7834 ],
7835 "description": "Pdf parser library. Can read and extract information from pdf file.",
7836 "homepage": "http://www.pdfparser.org",
7837 "keywords": [
7838 "extract",
7839 "parse",
7840 "parser",
7841 "pdf",
7842 "text"
7843 ],
7844 "time": "2019-01-23T09:14:37+00:00"
7845 },
7846 {
7847 "name": "spomky-labs/otphp",
7848 "version": "v9.1.4",
7849 "source": {
7850 "type": "git",
7851 "url": "https://github.com/Spomky-Labs/otphp.git",
7852 "reference": "48d463cf909320399fe08eab2e1cd18d899d5068"
7853 },
7854 "dist": {
7855 "type": "zip",
7856 "url": "https://api.github.com/repos/Spomky-Labs/otphp/zipball/48d463cf909320399fe08eab2e1cd18d899d5068",
7857 "reference": "48d463cf909320399fe08eab2e1cd18d899d5068",
7858 "shasum": ""
7859 },
7860 "require": {
7861 "beberlei/assert": "^2.4|^3.0",
7862 "paragonie/constant_time_encoding": "^2.0",
7863 "php": "^7.1"
7864 },
7865 "require-dev": {
7866 "phpunit/phpunit": "^6.0",
7867 "satooshi/php-coveralls": "^1.0"
7868 },
7869 "type": "library",
7870 "extra": {
7871 "branch-alias": {
7872 "dev-master": "9.0.x-dev"
7873 }
7874 },
7875 "autoload": {
7876 "psr-4": {
7877 "OTPHP\\": "src/"
7878 }
7879 },
7880 "notification-url": "https://packagist.org/downloads/",
7881 "license": [
7882 "MIT"
7883 ],
7884 "authors": [
7885 {
7886 "name": "Florent Morselli",
7887 "homepage": "https://github.com/Spomky"
7888 },
7889 {
7890 "name": "All contributors",
7891 "homepage": "https://github.com/Spomky-Labs/otphp/contributors"
7892 }
7893 ],
7894 "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",
7895 "homepage": "https://github.com/Spomky-Labs/otphp",
7896 "keywords": [
7897 "FreeOTP",
7898 "RFC 4226",
7899 "RFC 6238",
7900 "google authenticator",
7901 "hotp",
7902 "otp",
7903 "totp"
7904 ],
7905 "time": "2019-03-18T10:08:51+00:00"
7906 },
7907 {
7908 "name": "stof/doctrine-extensions-bundle",
7909 "version": "v1.3.0",
7910 "source": {
7911 "type": "git",
7912 "url": "https://github.com/stof/StofDoctrineExtensionsBundle.git",
7913 "reference": "46db71ec7ffee9122eca3cdddd4ef8d84bae269c"
7914 },
7915 "dist": {
7916 "type": "zip",
7917 "url": "https://api.github.com/repos/stof/StofDoctrineExtensionsBundle/zipball/46db71ec7ffee9122eca3cdddd4ef8d84bae269c",
7918 "reference": "46db71ec7ffee9122eca3cdddd4ef8d84bae269c",
7919 "shasum": ""
7920 },
7921 "require": {
7922 "gedmo/doctrine-extensions": "^2.3.4",
7923 "php": ">=5.3.2",
7924 "symfony/framework-bundle": "~2.7|~3.2|~4.0"
7925 },
7926 "require-dev": {
7927 "symfony/phpunit-bridge": "^4.0",
7928 "symfony/security-bundle": "^2.7 || ^3.2 || ^4.0"
7929 },
7930 "suggest": {
7931 "doctrine/doctrine-bundle": "to use the ORM extensions",
7932 "doctrine/mongodb-odm-bundle": "to use the MongoDB ODM extensions"
7933 },
7934 "type": "symfony-bundle",
7935 "extra": {
7936 "branch-alias": {
7937 "dev-master": "1.3.x-dev"
7938 }
7939 },
7940 "autoload": {
7941 "psr-4": {
7942 "Stof\\DoctrineExtensionsBundle\\": ""
7943 }
7944 },
7945 "notification-url": "https://packagist.org/downloads/",
7946 "license": [
7947 "MIT"
7948 ],
7949 "authors": [
7950 {
7951 "name": "Christophe Coevoet",
7952 "email": "stof@notk.org"
7953 }
7954 ],
7955 "description": "Integration of the gedmo/doctrine-extensions with Symfony2",
7956 "homepage": "https://github.com/stof/StofDoctrineExtensionsBundle",
7957 "keywords": [
7958 "behaviors",
7959 "doctrine2",
7960 "extensions",
7961 "gedmo",
7962 "loggable",
7963 "nestedset",
7964 "sluggable",
7965 "sortable",
7966 "timestampable",
7967 "translatable",
7968 "tree"
7969 ],
7970 "time": "2017-12-24T16:06:50+00:00"
7971 },
7972 {
7973 "name": "swiftmailer/swiftmailer",
7974 "version": "v6.2.3",
7975 "source": {
7976 "type": "git",
7977 "url": "https://github.com/swiftmailer/swiftmailer.git",
7978 "reference": "149cfdf118b169f7840bbe3ef0d4bc795d1780c9"
7979 },
7980 "dist": {
7981 "type": "zip",
7982 "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/149cfdf118b169f7840bbe3ef0d4bc795d1780c9",
7983 "reference": "149cfdf118b169f7840bbe3ef0d4bc795d1780c9",
7984 "shasum": ""
7985 },
7986 "require": {
7987 "egulias/email-validator": "~2.0",
7988 "php": ">=7.0.0",
7989 "symfony/polyfill-iconv": "^1.0",
7990 "symfony/polyfill-intl-idn": "^1.10",
7991 "symfony/polyfill-mbstring": "^1.0"
7992 },
7993 "require-dev": {
7994 "mockery/mockery": "~0.9.1",
7995 "symfony/phpunit-bridge": "^3.4.19|^4.1.8"
7996 },
7997 "suggest": {
7998 "ext-intl": "Needed to support internationalized email addresses",
7999 "true/punycode": "Needed to support internationalized email addresses, if ext-intl is not installed"
8000 },
8001 "type": "library",
8002 "extra": {
8003 "branch-alias": {
8004 "dev-master": "6.2-dev"
8005 }
8006 },
8007 "autoload": {
8008 "files": [
8009 "lib/swift_required.php"
8010 ]
8011 },
8012 "notification-url": "https://packagist.org/downloads/",
8013 "license": [
8014 "MIT"
8015 ],
8016 "authors": [
8017 {
8018 "name": "Chris Corbyn"
8019 },
8020 {
8021 "name": "Fabien Potencier",
8022 "email": "fabien@symfony.com"
8023 }
8024 ],
8025 "description": "Swiftmailer, free feature-rich PHP mailer",
8026 "homepage": "https://swiftmailer.symfony.com",
8027 "keywords": [
8028 "email",
8029 "mail",
8030 "mailer"
8031 ],
8032 "time": "2019-11-12T09:31:26+00:00"
8033 },
8034 {
8035 "name": "symfony/http-client",
8036 "version": "v4.3.8",
8037 "source": {
8038 "type": "git",
8039 "url": "https://github.com/symfony/http-client.git",
8040 "reference": "ae3a9cd491f1aadb5583f34a6bda5cca34081ce8"
8041 },
8042 "dist": {
8043 "type": "zip",
8044 "url": "https://api.github.com/repos/symfony/http-client/zipball/ae3a9cd491f1aadb5583f34a6bda5cca34081ce8",
8045 "reference": "ae3a9cd491f1aadb5583f34a6bda5cca34081ce8",
8046 "shasum": ""
8047 },
8048 "require": {
8049 "php": "^7.1.3",
8050 "psr/log": "^1.0",
8051 "symfony/http-client-contracts": "^1.1.7",
8052 "symfony/polyfill-php73": "^1.11"
8053 },
8054 "provide": {
8055 "psr/http-client-implementation": "1.0",
8056 "symfony/http-client-implementation": "1.1"
8057 },
8058 "require-dev": {
8059 "nyholm/psr7": "^1.0",
8060 "psr/http-client": "^1.0",
8061 "symfony/http-kernel": "^4.3",
8062 "symfony/process": "^4.2"
8063 },
8064 "type": "library",
8065 "extra": {
8066 "branch-alias": {
8067 "dev-master": "4.3-dev"
8068 }
8069 },
8070 "autoload": {
8071 "psr-4": {
8072 "Symfony\\Component\\HttpClient\\": ""
8073 },
8074 "exclude-from-classmap": [
8075 "/Tests/"
8076 ]
8077 },
8078 "notification-url": "https://packagist.org/downloads/",
8079 "license": [
8080 "MIT"
8081 ],
8082 "authors": [
8083 {
8084 "name": "Nicolas Grekas",
8085 "email": "p@tchwork.com"
8086 },
8087 {
8088 "name": "Symfony Community",
8089 "homepage": "https://symfony.com/contributors"
8090 }
8091 ],
8092 "description": "Symfony HttpClient component",
8093 "homepage": "https://symfony.com",
8094 "time": "2019-11-08T08:23:45+00:00"
8095 },
8096 {
8097 "name": "symfony/http-client-contracts",
8098 "version": "v1.1.8",
8099 "source": {
8100 "type": "git",
8101 "url": "https://github.com/symfony/http-client-contracts.git",
8102 "reference": "088bae75cfa2ec5eb6d33dce17dbd8613150ce6e"
8103 },
8104 "dist": {
8105 "type": "zip",
8106 "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/088bae75cfa2ec5eb6d33dce17dbd8613150ce6e",
8107 "reference": "088bae75cfa2ec5eb6d33dce17dbd8613150ce6e",
8108 "shasum": ""
8109 },
8110 "require": {
8111 "php": "^7.1.3"
8112 },
8113 "suggest": {
8114 "symfony/http-client-implementation": ""
8115 },
8116 "type": "library",
8117 "extra": {
8118 "branch-alias": {
8119 "dev-master": "1.1-dev"
8120 }
8121 },
8122 "autoload": {
8123 "psr-4": {
8124 "Symfony\\Contracts\\HttpClient\\": ""
8125 }
8126 },
8127 "notification-url": "https://packagist.org/downloads/",
8128 "license": [
8129 "MIT"
8130 ],
8131 "authors": [
8132 {
8133 "name": "Nicolas Grekas",
8134 "email": "p@tchwork.com"
8135 },
8136 {
8137 "name": "Symfony Community",
8138 "homepage": "https://symfony.com/contributors"
8139 }
8140 ],
8141 "description": "Generic abstractions related to HTTP clients",
8142 "homepage": "https://symfony.com",
8143 "keywords": [
8144 "abstractions",
8145 "contracts",
8146 "decoupling",
8147 "interfaces",
8148 "interoperability",
8149 "standards"
8150 ],
8151 "time": "2019-11-07T12:44:51+00:00"
8152 },
8153 {
8154 "name": "symfony/mime",
8155 "version": "v4.4.0",
8156 "source": {
8157 "type": "git",
8158 "url": "https://github.com/symfony/mime.git",
8159 "reference": "89da7b68b7149aab065c09b97f938753ab52831f"
8160 },
8161 "dist": {
8162 "type": "zip",
8163 "url": "https://api.github.com/repos/symfony/mime/zipball/89da7b68b7149aab065c09b97f938753ab52831f",
8164 "reference": "89da7b68b7149aab065c09b97f938753ab52831f",
8165 "shasum": ""
8166 },
8167 "require": {
8168 "php": "^7.1.3",
8169 "symfony/polyfill-intl-idn": "^1.10",
8170 "symfony/polyfill-mbstring": "^1.0"
8171 },
8172 "conflict": {
8173 "symfony/mailer": "<4.4"
8174 },
8175 "require-dev": {
8176 "egulias/email-validator": "^2.1.10",
8177 "symfony/dependency-injection": "^3.4|^4.1|^5.0"
8178 },
8179 "type": "library",
8180 "extra": {
8181 "branch-alias": {
8182 "dev-master": "4.4-dev"
8183 }
8184 },
8185 "autoload": {
8186 "psr-4": {
8187 "Symfony\\Component\\Mime\\": ""
8188 },
8189 "exclude-from-classmap": [
8190 "/Tests/"
8191 ]
8192 },
8193 "notification-url": "https://packagist.org/downloads/",
8194 "license": [
8195 "MIT"
8196 ],
8197 "authors": [
8198 {
8199 "name": "Fabien Potencier",
8200 "email": "fabien@symfony.com"
8201 },
8202 {
8203 "name": "Symfony Community",
8204 "homepage": "https://symfony.com/contributors"
8205 }
8206 ],
8207 "description": "A library to manipulate MIME messages",
8208 "homepage": "https://symfony.com",
8209 "keywords": [
8210 "mime",
8211 "mime-type"
8212 ],
8213 "time": "2019-11-13T07:39:40+00:00"
8214 },
8215 {
8216 "name": "symfony/monolog-bundle",
8217 "version": "v3.5.0",
8218 "source": {
8219 "type": "git",
8220 "url": "https://github.com/symfony/monolog-bundle.git",
8221 "reference": "dd80460fcfe1fa2050a7103ad818e9d0686ce6fd"
8222 },
8223 "dist": {
8224 "type": "zip",
8225 "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/dd80460fcfe1fa2050a7103ad818e9d0686ce6fd",
8226 "reference": "dd80460fcfe1fa2050a7103ad818e9d0686ce6fd",
8227 "shasum": ""
8228 },
8229 "require": {
8230 "monolog/monolog": "~1.22 || ~2.0",
8231 "php": ">=5.6",
8232 "symfony/config": "~3.4 || ~4.0 || ^5.0",
8233 "symfony/dependency-injection": "~3.4.10 || ^4.0.10 || ^5.0",
8234 "symfony/http-kernel": "~3.4 || ~4.0 || ^5.0",
8235 "symfony/monolog-bridge": "~3.4 || ~4.0 || ^5.0"
8236 },
8237 "require-dev": {
8238 "symfony/console": "~3.4 || ~4.0 || ^5.0",
8239 "symfony/phpunit-bridge": "^3.4.19 || ^4.0 || ^5.0",
8240 "symfony/yaml": "~3.4 || ~4.0 || ^5.0"
8241 },
8242 "type": "symfony-bundle",
8243 "extra": {
8244 "branch-alias": {
8245 "dev-master": "3.x-dev"
8246 }
8247 },
8248 "autoload": {
8249 "psr-4": {
8250 "Symfony\\Bundle\\MonologBundle\\": ""
8251 },
8252 "exclude-from-classmap": [
8253 "/Tests/"
8254 ]
8255 },
8256 "notification-url": "https://packagist.org/downloads/",
8257 "license": [
8258 "MIT"
8259 ],
8260 "authors": [
8261 {
8262 "name": "Fabien Potencier",
8263 "email": "fabien@symfony.com"
8264 },
8265 {
8266 "name": "Symfony Community",
8267 "homepage": "http://symfony.com/contributors"
8268 }
8269 ],
8270 "description": "Symfony MonologBundle",
8271 "homepage": "http://symfony.com",
8272 "keywords": [
8273 "log",
8274 "logging"
8275 ],
8276 "time": "2019-11-13T13:11:14+00:00"
8277 },
8278 {
8279 "name": "symfony/polyfill-apcu",
8280 "version": "v1.13.1",
8281 "source": {
8282 "type": "git",
8283 "url": "https://github.com/symfony/polyfill-apcu.git",
8284 "reference": "a8e961c841b9ec52927a87914f8820a1ad8f8116"
8285 },
8286 "dist": {
8287 "type": "zip",
8288 "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/a8e961c841b9ec52927a87914f8820a1ad8f8116",
8289 "reference": "a8e961c841b9ec52927a87914f8820a1ad8f8116",
8290 "shasum": ""
8291 },
8292 "require": {
8293 "php": ">=5.3.3"
8294 },
8295 "type": "library",
8296 "extra": {
8297 "branch-alias": {
8298 "dev-master": "1.13-dev"
8299 }
8300 },
8301 "autoload": {
8302 "psr-4": {
8303 "Symfony\\Polyfill\\Apcu\\": ""
8304 },
8305 "files": [
8306 "bootstrap.php"
8307 ]
8308 },
8309 "notification-url": "https://packagist.org/downloads/",
8310 "license": [
8311 "MIT"
8312 ],
8313 "authors": [
8314 {
8315 "name": "Nicolas Grekas",
8316 "email": "p@tchwork.com"
8317 },
8318 {
8319 "name": "Symfony Community",
8320 "homepage": "https://symfony.com/contributors"
8321 }
8322 ],
8323 "description": "Symfony polyfill backporting apcu_* functions to lower PHP versions",
8324 "homepage": "https://symfony.com",
8325 "keywords": [
8326 "apcu",
8327 "compatibility",
8328 "polyfill",
8329 "portable",
8330 "shim"
8331 ],
8332 "time": "2019-11-27T13:56:44+00:00"
8333 },
8334 {
8335 "name": "symfony/polyfill-ctype",
8336 "version": "v1.13.1",
8337 "source": {
8338 "type": "git",
8339 "url": "https://github.com/symfony/polyfill-ctype.git",
8340 "reference": "f8f0b461be3385e56d6de3dbb5a0df24c0c275e3"
8341 },
8342 "dist": {
8343 "type": "zip",
8344 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/f8f0b461be3385e56d6de3dbb5a0df24c0c275e3",
8345 "reference": "f8f0b461be3385e56d6de3dbb5a0df24c0c275e3",
8346 "shasum": ""
8347 },
8348 "require": {
8349 "php": ">=5.3.3"
8350 },
8351 "suggest": {
8352 "ext-ctype": "For best performance"
8353 },
8354 "type": "library",
8355 "extra": {
8356 "branch-alias": {
8357 "dev-master": "1.13-dev"
8358 }
8359 },
8360 "autoload": {
8361 "psr-4": {
8362 "Symfony\\Polyfill\\Ctype\\": ""
8363 },
8364 "files": [
8365 "bootstrap.php"
8366 ]
8367 },
8368 "notification-url": "https://packagist.org/downloads/",
8369 "license": [
8370 "MIT"
8371 ],
8372 "authors": [
8373 {
8374 "name": "Gert de Pagter",
8375 "email": "BackEndTea@gmail.com"
8376 },
8377 {
8378 "name": "Symfony Community",
8379 "homepage": "https://symfony.com/contributors"
8380 }
8381 ],
8382 "description": "Symfony polyfill for ctype functions",
8383 "homepage": "https://symfony.com",
8384 "keywords": [
8385 "compatibility",
8386 "ctype",
8387 "polyfill",
8388 "portable"
8389 ],
8390 "time": "2019-11-27T13:56:44+00:00"
8391 },
8392 {
8393 "name": "symfony/polyfill-iconv",
8394 "version": "v1.12.0",
8395 "source": {
8396 "type": "git",
8397 "url": "https://github.com/symfony/polyfill-iconv.git",
8398 "reference": "685968b11e61a347c18bf25db32effa478be610f"
8399 },
8400 "dist": {
8401 "type": "zip",
8402 "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/685968b11e61a347c18bf25db32effa478be610f",
8403 "reference": "685968b11e61a347c18bf25db32effa478be610f",
8404 "shasum": ""
8405 },
8406 "require": {
8407 "php": ">=5.3.3"
8408 },
8409 "suggest": {
8410 "ext-iconv": "For best performance"
8411 },
8412 "type": "library",
8413 "extra": {
8414 "branch-alias": {
8415 "dev-master": "1.12-dev"
8416 }
8417 },
8418 "autoload": {
8419 "psr-4": {
8420 "Symfony\\Polyfill\\Iconv\\": ""
8421 },
8422 "files": [
8423 "bootstrap.php"
8424 ]
8425 },
8426 "notification-url": "https://packagist.org/downloads/",
8427 "license": [
8428 "MIT"
8429 ],
8430 "authors": [
8431 {
8432 "name": "Nicolas Grekas",
8433 "email": "p@tchwork.com"
8434 },
8435 {
8436 "name": "Symfony Community",
8437 "homepage": "https://symfony.com/contributors"
8438 }
8439 ],
8440 "description": "Symfony polyfill for the Iconv extension",
8441 "homepage": "https://symfony.com",
8442 "keywords": [
8443 "compatibility",
8444 "iconv",
8445 "polyfill",
8446 "portable",
8447 "shim"
8448 ],
8449 "time": "2019-08-06T08:03:45+00:00"
8450 },
8451 {
8452 "name": "symfony/polyfill-intl-icu",
8453 "version": "v1.13.1",
8454 "source": {
8455 "type": "git",
8456 "url": "https://github.com/symfony/polyfill-intl-icu.git",
8457 "reference": "b3dffd68afa61ca70f2327f2dd9bbeb6aa53d70b"
8458 },
8459 "dist": {
8460 "type": "zip",
8461 "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/b3dffd68afa61ca70f2327f2dd9bbeb6aa53d70b",
8462 "reference": "b3dffd68afa61ca70f2327f2dd9bbeb6aa53d70b",
8463 "shasum": ""
8464 },
8465 "require": {
8466 "php": ">=5.3.3",
8467 "symfony/intl": "~2.3|~3.0|~4.0|~5.0"
8468 },
8469 "suggest": {
8470 "ext-intl": "For best performance"
8471 },
8472 "type": "library",
8473 "extra": {
8474 "branch-alias": {
8475 "dev-master": "1.13-dev"
8476 }
8477 },
8478 "autoload": {
8479 "files": [
8480 "bootstrap.php"
8481 ]
8482 },
8483 "notification-url": "https://packagist.org/downloads/",
8484 "license": [
8485 "MIT"
8486 ],
8487 "authors": [
8488 {
8489 "name": "Nicolas Grekas",
8490 "email": "p@tchwork.com"
8491 },
8492 {
8493 "name": "Symfony Community",
8494 "homepage": "https://symfony.com/contributors"
8495 }
8496 ],
8497 "description": "Symfony polyfill for intl's ICU-related data and classes",
8498 "homepage": "https://symfony.com",
8499 "keywords": [
8500 "compatibility",
8501 "icu",
8502 "intl",
8503 "polyfill",
8504 "portable",
8505 "shim"
8506 ],
8507 "time": "2019-11-27T13:56:44+00:00"
8508 },
8509 {
8510 "name": "symfony/polyfill-intl-idn",
8511 "version": "v1.12.0",
8512 "source": {
8513 "type": "git",
8514 "url": "https://github.com/symfony/polyfill-intl-idn.git",
8515 "reference": "6af626ae6fa37d396dc90a399c0ff08e5cfc45b2"
8516 },
8517 "dist": {
8518 "type": "zip",
8519 "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/6af626ae6fa37d396dc90a399c0ff08e5cfc45b2",
8520 "reference": "6af626ae6fa37d396dc90a399c0ff08e5cfc45b2",
8521 "shasum": ""
8522 },
8523 "require": {
8524 "php": ">=5.3.3",
8525 "symfony/polyfill-mbstring": "^1.3",
8526 "symfony/polyfill-php72": "^1.9"
8527 },
8528 "suggest": {
8529 "ext-intl": "For best performance"
8530 },
8531 "type": "library",
8532 "extra": {
8533 "branch-alias": {
8534 "dev-master": "1.12-dev"
8535 }
8536 },
8537 "autoload": {
8538 "psr-4": {
8539 "Symfony\\Polyfill\\Intl\\Idn\\": ""
8540 },
8541 "files": [
8542 "bootstrap.php"
8543 ]
8544 },
8545 "notification-url": "https://packagist.org/downloads/",
8546 "license": [
8547 "MIT"
8548 ],
8549 "authors": [
8550 {
8551 "name": "Laurent Bassin",
8552 "email": "laurent@bassin.info"
8553 },
8554 {
8555 "name": "Symfony Community",
8556 "homepage": "https://symfony.com/contributors"
8557 }
8558 ],
8559 "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
8560 "homepage": "https://symfony.com",
8561 "keywords": [
8562 "compatibility",
8563 "idn",
8564 "intl",
8565 "polyfill",
8566 "portable",
8567 "shim"
8568 ],
8569 "time": "2019-08-06T08:03:45+00:00"
8570 },
8571 {
8572 "name": "symfony/polyfill-mbstring",
8573 "version": "v1.13.1",
8574 "source": {
8575 "type": "git",
8576 "url": "https://github.com/symfony/polyfill-mbstring.git",
8577 "reference": "7b4aab9743c30be783b73de055d24a39cf4b954f"
8578 },
8579 "dist": {
8580 "type": "zip",
8581 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/7b4aab9743c30be783b73de055d24a39cf4b954f",
8582 "reference": "7b4aab9743c30be783b73de055d24a39cf4b954f",
8583 "shasum": ""
8584 },
8585 "require": {
8586 "php": ">=5.3.3"
8587 },
8588 "suggest": {
8589 "ext-mbstring": "For best performance"
8590 },
8591 "type": "library",
8592 "extra": {
8593 "branch-alias": {
8594 "dev-master": "1.13-dev"
8595 }
8596 },
8597 "autoload": {
8598 "psr-4": {
8599 "Symfony\\Polyfill\\Mbstring\\": ""
8600 },
8601 "files": [
8602 "bootstrap.php"
8603 ]
8604 },
8605 "notification-url": "https://packagist.org/downloads/",
8606 "license": [
8607 "MIT"
8608 ],
8609 "authors": [
8610 {
8611 "name": "Nicolas Grekas",
8612 "email": "p@tchwork.com"
8613 },
8614 {
8615 "name": "Symfony Community",
8616 "homepage": "https://symfony.com/contributors"
8617 }
8618 ],
8619 "description": "Symfony polyfill for the Mbstring extension",
8620 "homepage": "https://symfony.com",
8621 "keywords": [
8622 "compatibility",
8623 "mbstring",
8624 "polyfill",
8625 "portable",
8626 "shim"
8627 ],
8628 "time": "2019-11-27T14:18:11+00:00"
8629 },
8630 {
8631 "name": "symfony/polyfill-php56",
8632 "version": "v1.13.1",
8633 "source": {
8634 "type": "git",
8635 "url": "https://github.com/symfony/polyfill-php56.git",
8636 "reference": "53dd1cdf3cb986893ccf2b96665b25b3abb384f4"
8637 },
8638 "dist": {
8639 "type": "zip",
8640 "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/53dd1cdf3cb986893ccf2b96665b25b3abb384f4",
8641 "reference": "53dd1cdf3cb986893ccf2b96665b25b3abb384f4",
8642 "shasum": ""
8643 },
8644 "require": {
8645 "php": ">=5.3.3",
8646 "symfony/polyfill-util": "~1.0"
8647 },
8648 "type": "library",
8649 "extra": {
8650 "branch-alias": {
8651 "dev-master": "1.13-dev"
8652 }
8653 },
8654 "autoload": {
8655 "psr-4": {
8656 "Symfony\\Polyfill\\Php56\\": ""
8657 },
8658 "files": [
8659 "bootstrap.php"
8660 ]
8661 },
8662 "notification-url": "https://packagist.org/downloads/",
8663 "license": [
8664 "MIT"
8665 ],
8666 "authors": [
8667 {
8668 "name": "Nicolas Grekas",
8669 "email": "p@tchwork.com"
8670 },
8671 {
8672 "name": "Symfony Community",
8673 "homepage": "https://symfony.com/contributors"
8674 }
8675 ],
8676 "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions",
8677 "homepage": "https://symfony.com",
8678 "keywords": [
8679 "compatibility",
8680 "polyfill",
8681 "portable",
8682 "shim"
8683 ],
8684 "time": "2019-11-27T13:56:44+00:00"
8685 },
8686 {
8687 "name": "symfony/polyfill-php70",
8688 "version": "v1.13.1",
8689 "source": {
8690 "type": "git",
8691 "url": "https://github.com/symfony/polyfill-php70.git",
8692 "reference": "af23c7bb26a73b850840823662dda371484926c4"
8693 },
8694 "dist": {
8695 "type": "zip",
8696 "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/af23c7bb26a73b850840823662dda371484926c4",
8697 "reference": "af23c7bb26a73b850840823662dda371484926c4",
8698 "shasum": ""
8699 },
8700 "require": {
8701 "paragonie/random_compat": "~1.0|~2.0|~9.99",
8702 "php": ">=5.3.3"
8703 },
8704 "type": "library",
8705 "extra": {
8706 "branch-alias": {
8707 "dev-master": "1.13-dev"
8708 }
8709 },
8710 "autoload": {
8711 "psr-4": {
8712 "Symfony\\Polyfill\\Php70\\": ""
8713 },
8714 "files": [
8715 "bootstrap.php"
8716 ],
8717 "classmap": [
8718 "Resources/stubs"
8719 ]
8720 },
8721 "notification-url": "https://packagist.org/downloads/",
8722 "license": [
8723 "MIT"
8724 ],
8725 "authors": [
8726 {
8727 "name": "Nicolas Grekas",
8728 "email": "p@tchwork.com"
8729 },
8730 {
8731 "name": "Symfony Community",
8732 "homepage": "https://symfony.com/contributors"
8733 }
8734 ],
8735 "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
8736 "homepage": "https://symfony.com",
8737 "keywords": [
8738 "compatibility",
8739 "polyfill",
8740 "portable",
8741 "shim"
8742 ],
8743 "time": "2019-11-27T13:56:44+00:00"
8744 },
8745 {
8746 "name": "symfony/polyfill-php72",
8747 "version": "v1.12.0",
8748 "source": {
8749 "type": "git",
8750 "url": "https://github.com/symfony/polyfill-php72.git",
8751 "reference": "04ce3335667451138df4307d6a9b61565560199e"
8752 },
8753 "dist": {
8754 "type": "zip",
8755 "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/04ce3335667451138df4307d6a9b61565560199e",
8756 "reference": "04ce3335667451138df4307d6a9b61565560199e",
8757 "shasum": ""
8758 },
8759 "require": {
8760 "php": ">=5.3.3"
8761 },
8762 "type": "library",
8763 "extra": {
8764 "branch-alias": {
8765 "dev-master": "1.12-dev"
8766 }
8767 },
8768 "autoload": {
8769 "psr-4": {
8770 "Symfony\\Polyfill\\Php72\\": ""
8771 },
8772 "files": [
8773 "bootstrap.php"
8774 ]
8775 },
8776 "notification-url": "https://packagist.org/downloads/",
8777 "license": [
8778 "MIT"
8779 ],
8780 "authors": [
8781 {
8782 "name": "Nicolas Grekas",
8783 "email": "p@tchwork.com"
8784 },
8785 {
8786 "name": "Symfony Community",
8787 "homepage": "https://symfony.com/contributors"
8788 }
8789 ],
8790 "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
8791 "homepage": "https://symfony.com",
8792 "keywords": [
8793 "compatibility",
8794 "polyfill",
8795 "portable",
8796 "shim"
8797 ],
8798 "time": "2019-08-06T08:03:45+00:00"
8799 },
8800 {
8801 "name": "symfony/polyfill-php73",
8802 "version": "v1.12.0",
8803 "source": {
8804 "type": "git",
8805 "url": "https://github.com/symfony/polyfill-php73.git",
8806 "reference": "2ceb49eaccb9352bff54d22570276bb75ba4a188"
8807 },
8808 "dist": {
8809 "type": "zip",
8810 "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/2ceb49eaccb9352bff54d22570276bb75ba4a188",
8811 "reference": "2ceb49eaccb9352bff54d22570276bb75ba4a188",
8812 "shasum": ""
8813 },
8814 "require": {
8815 "php": ">=5.3.3"
8816 },
8817 "type": "library",
8818 "extra": {
8819 "branch-alias": {
8820 "dev-master": "1.12-dev"
8821 }
8822 },
8823 "autoload": {
8824 "psr-4": {
8825 "Symfony\\Polyfill\\Php73\\": ""
8826 },
8827 "files": [
8828 "bootstrap.php"
8829 ],
8830 "classmap": [
8831 "Resources/stubs"
8832 ]
8833 },
8834 "notification-url": "https://packagist.org/downloads/",
8835 "license": [
8836 "MIT"
8837 ],
8838 "authors": [
8839 {
8840 "name": "Nicolas Grekas",
8841 "email": "p@tchwork.com"
8842 },
8843 {
8844 "name": "Symfony Community",
8845 "homepage": "https://symfony.com/contributors"
8846 }
8847 ],
8848 "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
8849 "homepage": "https://symfony.com",
8850 "keywords": [
8851 "compatibility",
8852 "polyfill",
8853 "portable",
8854 "shim"
8855 ],
8856 "time": "2019-08-06T08:03:45+00:00"
8857 },
8858 {
8859 "name": "symfony/polyfill-util",
8860 "version": "v1.13.1",
8861 "source": {
8862 "type": "git",
8863 "url": "https://github.com/symfony/polyfill-util.git",
8864 "reference": "964a67f293b66b95883a5ed918a65354fcd2258f"
8865 },
8866 "dist": {
8867 "type": "zip",
8868 "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/964a67f293b66b95883a5ed918a65354fcd2258f",
8869 "reference": "964a67f293b66b95883a5ed918a65354fcd2258f",
8870 "shasum": ""
8871 },
8872 "require": {
8873 "php": ">=5.3.3"
8874 },
8875 "type": "library",
8876 "extra": {
8877 "branch-alias": {
8878 "dev-master": "1.13-dev"
8879 }
8880 },
8881 "autoload": {
8882 "psr-4": {
8883 "Symfony\\Polyfill\\Util\\": ""
8884 }
8885 },
8886 "notification-url": "https://packagist.org/downloads/",
8887 "license": [
8888 "MIT"
8889 ],
8890 "authors": [
8891 {
8892 "name": "Nicolas Grekas",
8893 "email": "p@tchwork.com"
8894 },
8895 {
8896 "name": "Symfony Community",
8897 "homepage": "https://symfony.com/contributors"
8898 }
8899 ],
8900 "description": "Symfony utilities for portability of PHP codes",
8901 "homepage": "https://symfony.com",
8902 "keywords": [
8903 "compat",
8904 "compatibility",
8905 "polyfill",
8906 "shim"
8907 ],
8908 "time": "2019-11-27T13:56:44+00:00"
8909 },
8910 {
8911 "name": "symfony/swiftmailer-bundle",
8912 "version": "v3.3.1",
8913 "source": {
8914 "type": "git",
8915 "url": "https://github.com/symfony/swiftmailer-bundle.git",
8916 "reference": "defa9bdfc0191ed70b389cb93c550c6c82cf1745"
8917 },
8918 "dist": {
8919 "type": "zip",
8920 "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/defa9bdfc0191ed70b389cb93c550c6c82cf1745",
8921 "reference": "defa9bdfc0191ed70b389cb93c550c6c82cf1745",
8922 "shasum": ""
8923 },
8924 "require": {
8925 "php": ">=7.0.0",
8926 "swiftmailer/swiftmailer": "^6.1.3",
8927 "symfony/config": "^3.4|^4.0|^5.0",
8928 "symfony/dependency-injection": "^3.4|^4.0|^5.0",
8929 "symfony/http-kernel": "^3.4|^4.0|^5.0"
8930 },
8931 "conflict": {
8932 "twig/twig": "<1.41|<2.10"
8933 },
8934 "require-dev": {
8935 "symfony/console": "^3.4|^4.0|^5.0",
8936 "symfony/framework-bundle": "^3.4|^4.0|^5.0",
8937 "symfony/phpunit-bridge": "^3.4.32|^4.3.5|^5.0",
8938 "symfony/yaml": "^3.4|^4.0|^5.0"
8939 },
8940 "suggest": {
8941 "psr/log": "Allows logging"
8942 },
8943 "type": "symfony-bundle",
8944 "extra": {
8945 "branch-alias": {
8946 "dev-master": "3.3-dev"
8947 }
8948 },
8949 "autoload": {
8950 "psr-4": {
8951 "Symfony\\Bundle\\SwiftmailerBundle\\": ""
8952 },
8953 "exclude-from-classmap": [
8954 "/Tests/"
8955 ]
8956 },
8957 "notification-url": "https://packagist.org/downloads/",
8958 "license": [
8959 "MIT"
8960 ],
8961 "authors": [
8962 {
8963 "name": "Fabien Potencier",
8964 "email": "fabien@symfony.com"
8965 },
8966 {
8967 "name": "Symfony Community",
8968 "homepage": "http://symfony.com/contributors"
8969 }
8970 ],
8971 "description": "Symfony SwiftmailerBundle",
8972 "homepage": "http://symfony.com",
8973 "time": "2019-11-07T21:01:35+00:00"
8974 },
8975 {
8976 "name": "symfony/symfony",
8977 "version": "v3.4.36",
8978 "source": {
8979 "type": "git",
8980 "url": "https://github.com/symfony/symfony.git",
8981 "reference": "0a6fccb5772ad2467253e6849d589bd09d9eb195"
8982 },
8983 "dist": {
8984 "type": "zip",
8985 "url": "https://api.github.com/repos/symfony/symfony/zipball/0a6fccb5772ad2467253e6849d589bd09d9eb195",
8986 "reference": "0a6fccb5772ad2467253e6849d589bd09d9eb195",
8987 "shasum": ""
8988 },
8989 "require": {
8990 "doctrine/common": "~2.4",
8991 "ext-xml": "*",
8992 "fig/link-util": "^1.0",
8993 "php": "^5.5.9|>=7.0.8",
8994 "psr/cache": "~1.0",
8995 "psr/container": "^1.0",
8996 "psr/link": "^1.0",
8997 "psr/log": "~1.0",
8998 "psr/simple-cache": "^1.0",
8999 "symfony/polyfill-apcu": "~1.1",
9000 "symfony/polyfill-ctype": "~1.8",
9001 "symfony/polyfill-intl-icu": "~1.0",
9002 "symfony/polyfill-mbstring": "~1.0",
9003 "symfony/polyfill-php56": "~1.0",
9004 "symfony/polyfill-php70": "~1.6",
9005 "twig/twig": "^1.41|^2.10"
9006 },
9007 "conflict": {
9008 "monolog/monolog": ">=2",
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-12-01T13:50:53+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.2",
9418 "source": {
9419 "type": "git",
9420 "url": "https://github.com/whiteoctober/WhiteOctoberPagerfantaBundle.git",
9421 "reference": "6df560869b5e09a3acf920890ab40598998b30ae"
9422 },
9423 "dist": {
9424 "type": "zip",
9425 "url": "https://api.github.com/repos/whiteoctober/WhiteOctoberPagerfantaBundle/zipball/6df560869b5e09a3acf920890ab40598998b30ae",
9426 "reference": "6df560869b5e09a3acf920890ab40598998b30ae",
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-12-02T14:19:37+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.1",
10159 "source": {
10160 "type": "git",
10161 "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
10162 "reference": "c8afb599858876e95e8ebfcd97812d383fa23f02"
10163 },
10164 "dist": {
10165 "type": "zip",
10166 "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/c8afb599858876e95e8ebfcd97812d383fa23f02",
10167 "reference": "c8afb599858876e95e8ebfcd97812d383fa23f02",
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 || ^5.0",
10179 "symfony/event-dispatcher": "^3.0 || ^4.0 || ^5.0",
10180 "symfony/filesystem": "^3.0 || ^4.0 || ^5.0",
10181 "symfony/finder": "^3.0 || ^4.0 || ^5.0",
10182 "symfony/options-resolver": "^3.0 || ^4.0 || ^5.0",
10183 "symfony/polyfill-php70": "^1.0",
10184 "symfony/polyfill-php72": "^1.4",
10185 "symfony/process": "^3.0 || ^4.0 || ^5.0",
10186 "symfony/stopwatch": "^3.0 || ^4.0 || ^5.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 || ^5.0",
10200 "symfony/yaml": "^3.0 || ^4.0 || ^5.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-25T22:10:32+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.9",
11349 "source": {
11350 "type": "git",
11351 "url": "https://github.com/symfony/phpunit-bridge.git",
11352 "reference": "e1ce1695430a3c8ee876ff1d91ce64871786581f"
11353 },
11354 "dist": {
11355 "type": "zip",
11356 "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/e1ce1695430a3c8ee876ff1d91ce64871786581f",
11357 "reference": "e1ce1695430a3c8ee876ff1d91ce64871786581f",
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-11-28T10:34:19+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 }