]> git.immae.eu Git - github/wallabag/wallabag.git/blob - composer.lock
Merge pull request #4227 from wallabag/update-deps
[github/wallabag/wallabag.git] / composer.lock
1 {
2 "_readme": [
3 "This file locks the dependencies of your project to a known state",
4 "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
5 "This file is @generated automatically"
6 ],
7 "content-hash": "8d0908fbb4c4987466d1c0593a2fe15a",
8 "packages": [
9 {
10 "name": "bdunogier/guzzle-site-authenticator",
11 "version": "1.0.0",
12 "source": {
13 "type": "git",
14 "url": "https://github.com/wallabag/guzzle-site-authenticator.git",
15 "reference": "6649aca6f13c27088ef34e4202b31fc0da01d987"
16 },
17 "dist": {
18 "type": "zip",
19 "url": "https://api.github.com/repos/wallabag/guzzle-site-authenticator/zipball/6649aca6f13c27088ef34e4202b31fc0da01d987",
20 "reference": "6649aca6f13c27088ef34e4202b31fc0da01d987",
21 "shasum": ""
22 },
23 "require": {
24 "guzzlehttp/guzzle": "^5.2.0",
25 "psr/log": "^1.0.0",
26 "symfony/expression-language": "^3.2"
27 },
28 "require-dev": {
29 "friendsofphp/php-cs-fixer": "~2.0",
30 "monolog/monolog": "^1.13",
31 "php-coveralls/php-coveralls": "~1.0",
32 "symfony/phpunit-bridge": "^4.2"
33 },
34 "type": "library",
35 "extra": {
36 "branch-alias": {
37 "dev-master": "1.0.x-dev"
38 }
39 },
40 "autoload": {
41 "psr-4": {
42 "BD\\GuzzleSiteAuthenticatorBundle\\": "bundle/",
43 "BD\\GuzzleSiteAuthenticator\\": "lib/"
44 }
45 },
46 "notification-url": "https://packagist.org/downloads/",
47 "license": [
48 "MIT"
49 ],
50 "authors": [
51 {
52 "name": "Bertrand Dunogier",
53 "email": "bertrand.dunogier@gmail.com"
54 }
55 ],
56 "description": "A guzzle plugin that adds, if necessary, authentication data to requests. Uses credentials and cookies, with login requests to the sites.",
57 "time": "2018-12-13T21:06:29+00:00"
58 },
59 {
60 "name": "beberlei/assert",
61 "version": "v3.2.6",
62 "source": {
63 "type": "git",
64 "url": "https://github.com/beberlei/assert.git",
65 "reference": "99508be011753690fe108ded450f5caaae180cfa"
66 },
67 "dist": {
68 "type": "zip",
69 "url": "https://api.github.com/repos/beberlei/assert/zipball/99508be011753690fe108ded450f5caaae180cfa",
70 "reference": "99508be011753690fe108ded450f5caaae180cfa",
71 "shasum": ""
72 },
73 "require": {
74 "ext-ctype": "*",
75 "ext-json": "*",
76 "ext-mbstring": "*",
77 "ext-simplexml": "*",
78 "php": "^7"
79 },
80 "require-dev": {
81 "friendsofphp/php-cs-fixer": "*",
82 "phpstan/phpstan-shim": "*",
83 "phpunit/phpunit": ">=6.0.0 <8"
84 },
85 "suggest": {
86 "ext-intl": "Needed to allow Assertion::count(), Assertion::isCountable(), Assertion::minCount(), and Assertion::maxCount() to operate on ResourceBundles"
87 },
88 "type": "library",
89 "autoload": {
90 "psr-4": {
91 "Assert\\": "lib/Assert"
92 },
93 "files": [
94 "lib/Assert/functions.php"
95 ]
96 },
97 "notification-url": "https://packagist.org/downloads/",
98 "license": [
99 "BSD-2-Clause"
100 ],
101 "authors": [
102 {
103 "name": "Benjamin Eberlei",
104 "email": "kontakt@beberlei.de",
105 "role": "Lead Developer"
106 },
107 {
108 "name": "Richard Quadling",
109 "email": "rquadling@gmail.com",
110 "role": "Collaborator"
111 }
112 ],
113 "description": "Thin assertion library for input validation in business models.",
114 "keywords": [
115 "assert",
116 "assertion",
117 "validation"
118 ],
119 "time": "2019-10-10T10:33:57+00:00"
120 },
121 {
122 "name": "behat/transliterator",
123 "version": "v1.2.0",
124 "source": {
125 "type": "git",
126 "url": "https://github.com/Behat/Transliterator.git",
127 "reference": "826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c"
128 },
129 "dist": {
130 "type": "zip",
131 "url": "https://api.github.com/repos/Behat/Transliterator/zipball/826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c",
132 "reference": "826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c",
133 "shasum": ""
134 },
135 "require": {
136 "php": ">=5.3.3"
137 },
138 "require-dev": {
139 "chuyskywalker/rolling-curl": "^3.1",
140 "php-yaoi/php-yaoi": "^1.0"
141 },
142 "type": "library",
143 "extra": {
144 "branch-alias": {
145 "dev-master": "1.2-dev"
146 }
147 },
148 "autoload": {
149 "psr-0": {
150 "Behat\\Transliterator": "src/"
151 }
152 },
153 "notification-url": "https://packagist.org/downloads/",
154 "license": [
155 "Artistic-1.0"
156 ],
157 "description": "String transliterator",
158 "keywords": [
159 "i18n",
160 "slug",
161 "transliterator"
162 ],
163 "time": "2017-04-04T11:38:05+00:00"
164 },
165 {
166 "name": "clue/stream-filter",
167 "version": "v1.4.1",
168 "source": {
169 "type": "git",
170 "url": "https://github.com/clue/php-stream-filter.git",
171 "reference": "5a58cc30a8bd6a4eb8f856adf61dd3e013f53f71"
172 },
173 "dist": {
174 "type": "zip",
175 "url": "https://api.github.com/repos/clue/php-stream-filter/zipball/5a58cc30a8bd6a4eb8f856adf61dd3e013f53f71",
176 "reference": "5a58cc30a8bd6a4eb8f856adf61dd3e013f53f71",
177 "shasum": ""
178 },
179 "require": {
180 "php": ">=5.3"
181 },
182 "require-dev": {
183 "phpunit/phpunit": "^5.0 || ^4.8"
184 },
185 "type": "library",
186 "autoload": {
187 "psr-4": {
188 "Clue\\StreamFilter\\": "src/"
189 },
190 "files": [
191 "src/functions_include.php"
192 ]
193 },
194 "notification-url": "https://packagist.org/downloads/",
195 "license": [
196 "MIT"
197 ],
198 "authors": [
199 {
200 "name": "Christian Lück",
201 "email": "christian@lueck.tv"
202 }
203 ],
204 "description": "A simple and modern approach to stream filtering in PHP",
205 "homepage": "https://github.com/clue/php-stream-filter",
206 "keywords": [
207 "bucket brigade",
208 "callback",
209 "filter",
210 "php_user_filter",
211 "stream",
212 "stream_filter_append",
213 "stream_filter_register"
214 ],
215 "time": "2019-04-09T12:31:48+00:00"
216 },
217 {
218 "name": "craue/config-bundle",
219 "version": "2.4.0",
220 "source": {
221 "type": "git",
222 "url": "https://github.com/craue/CraueConfigBundle.git",
223 "reference": "ad474f63d6b51da0d346a7873b3a54f98fa96e32"
224 },
225 "dist": {
226 "type": "zip",
227 "url": "https://api.github.com/repos/craue/CraueConfigBundle/zipball/ad474f63d6b51da0d346a7873b3a54f98fa96e32",
228 "reference": "ad474f63d6b51da0d346a7873b3a54f98fa96e32",
229 "shasum": ""
230 },
231 "require": {
232 "doctrine/doctrine-bundle": "^1.5.1|~2.0",
233 "php": "~7.0",
234 "psr/simple-cache": "^1.0",
235 "symfony/cache": "~3.4|~4.2|~5.0",
236 "symfony/config": "~3.4|~4.2|~5.0",
237 "symfony/dependency-injection": "~3.4|~4.2|~5.0",
238 "symfony/form": "~3.4|~4.2|~5.0",
239 "symfony/framework-bundle": "~3.4|~4.2|~5.0",
240 "symfony/http-foundation": "~3.4|~4.2|~5.0",
241 "symfony/http-kernel": "~3.4|~4.2|~5.0",
242 "symfony/options-resolver": "~3.4|~4.2|~5.0",
243 "symfony/validator": "~3.4|~4.2|~5.0"
244 },
245 "require-dev": {
246 "doctrine/instantiator": "^1.0.5",
247 "doctrine/orm": "^2.5.14",
248 "phpunit/phpunit": "^6.5.13|^7.5.1",
249 "symfony/phpunit-bridge": "~5.0",
250 "symfony/symfony": "~3.4|~4.2|~5.0"
251 },
252 "type": "symfony-bundle",
253 "extra": {
254 "branch-alias": {
255 "dev-master": "2.4.x-dev"
256 }
257 },
258 "autoload": {
259 "psr-4": {
260 "Craue\\ConfigBundle\\": ""
261 },
262 "exclude-from-classmap": [
263 "/Tests/"
264 ]
265 },
266 "notification-url": "https://packagist.org/downloads/",
267 "license": [
268 "MIT"
269 ],
270 "authors": [
271 {
272 "name": "Christian Raue",
273 "email": "christian.raue@gmail.com"
274 },
275 {
276 "name": "Symfony Community",
277 "homepage": "https://github.com/craue/CraueConfigBundle/contributors"
278 }
279 ],
280 "description": "Database-stored settings made available via a service for your Symfony project.",
281 "homepage": "https://github.com/craue/CraueConfigBundle",
282 "keywords": [
283 "config",
284 "symfony"
285 ],
286 "time": "2019-12-03T08:32:04+00:00"
287 },
288 {
289 "name": "defuse/php-encryption",
290 "version": "v2.2.1",
291 "source": {
292 "type": "git",
293 "url": "https://github.com/defuse/php-encryption.git",
294 "reference": "0f407c43b953d571421e0020ba92082ed5fb7620"
295 },
296 "dist": {
297 "type": "zip",
298 "url": "https://api.github.com/repos/defuse/php-encryption/zipball/0f407c43b953d571421e0020ba92082ed5fb7620",
299 "reference": "0f407c43b953d571421e0020ba92082ed5fb7620",
300 "shasum": ""
301 },
302 "require": {
303 "ext-openssl": "*",
304 "paragonie/random_compat": ">= 2",
305 "php": ">=5.4.0"
306 },
307 "require-dev": {
308 "nikic/php-parser": "^2.0|^3.0|^4.0",
309 "phpunit/phpunit": "^4|^5"
310 },
311 "bin": [
312 "bin/generate-defuse-key"
313 ],
314 "type": "library",
315 "autoload": {
316 "psr-4": {
317 "Defuse\\Crypto\\": "src"
318 }
319 },
320 "notification-url": "https://packagist.org/downloads/",
321 "license": [
322 "MIT"
323 ],
324 "authors": [
325 {
326 "name": "Taylor Hornby",
327 "email": "taylor@defuse.ca",
328 "homepage": "https://defuse.ca/"
329 },
330 {
331 "name": "Scott Arciszewski",
332 "email": "info@paragonie.com",
333 "homepage": "https://paragonie.com"
334 }
335 ],
336 "description": "Secure PHP Encryption Library",
337 "keywords": [
338 "aes",
339 "authenticated encryption",
340 "cipher",
341 "crypto",
342 "cryptography",
343 "encrypt",
344 "encryption",
345 "openssl",
346 "security",
347 "symmetric key cryptography"
348 ],
349 "time": "2018-07-24T23:27:56+00:00"
350 },
351 {
352 "name": "doctrine/annotations",
353 "version": "v1.8.0",
354 "source": {
355 "type": "git",
356 "url": "https://github.com/doctrine/annotations.git",
357 "reference": "904dca4eb10715b92569fbcd79e201d5c349b6bc"
358 },
359 "dist": {
360 "type": "zip",
361 "url": "https://api.github.com/repos/doctrine/annotations/zipball/904dca4eb10715b92569fbcd79e201d5c349b6bc",
362 "reference": "904dca4eb10715b92569fbcd79e201d5c349b6bc",
363 "shasum": ""
364 },
365 "require": {
366 "doctrine/lexer": "1.*",
367 "php": "^7.1"
368 },
369 "require-dev": {
370 "doctrine/cache": "1.*",
371 "phpunit/phpunit": "^7.5"
372 },
373 "type": "library",
374 "extra": {
375 "branch-alias": {
376 "dev-master": "1.7.x-dev"
377 }
378 },
379 "autoload": {
380 "psr-4": {
381 "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
382 }
383 },
384 "notification-url": "https://packagist.org/downloads/",
385 "license": [
386 "MIT"
387 ],
388 "authors": [
389 {
390 "name": "Guilherme Blanco",
391 "email": "guilhermeblanco@gmail.com"
392 },
393 {
394 "name": "Roman Borschel",
395 "email": "roman@code-factory.org"
396 },
397 {
398 "name": "Benjamin Eberlei",
399 "email": "kontakt@beberlei.de"
400 },
401 {
402 "name": "Jonathan Wage",
403 "email": "jonwage@gmail.com"
404 },
405 {
406 "name": "Johannes Schmitt",
407 "email": "schmittjoh@gmail.com"
408 }
409 ],
410 "description": "Docblock Annotations Parser",
411 "homepage": "http://www.doctrine-project.org",
412 "keywords": [
413 "annotations",
414 "docblock",
415 "parser"
416 ],
417 "time": "2019-10-01T18:55:10+00:00"
418 },
419 {
420 "name": "doctrine/cache",
421 "version": "1.10.0",
422 "source": {
423 "type": "git",
424 "url": "https://github.com/doctrine/cache.git",
425 "reference": "382e7f4db9a12dc6c19431743a2b096041bcdd62"
426 },
427 "dist": {
428 "type": "zip",
429 "url": "https://api.github.com/repos/doctrine/cache/zipball/382e7f4db9a12dc6c19431743a2b096041bcdd62",
430 "reference": "382e7f4db9a12dc6c19431743a2b096041bcdd62",
431 "shasum": ""
432 },
433 "require": {
434 "php": "~7.1"
435 },
436 "conflict": {
437 "doctrine/common": ">2.2,<2.4"
438 },
439 "require-dev": {
440 "alcaeus/mongo-php-adapter": "^1.1",
441 "doctrine/coding-standard": "^6.0",
442 "mongodb/mongodb": "^1.1",
443 "phpunit/phpunit": "^7.0",
444 "predis/predis": "~1.0"
445 },
446 "suggest": {
447 "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
448 },
449 "type": "library",
450 "extra": {
451 "branch-alias": {
452 "dev-master": "1.9.x-dev"
453 }
454 },
455 "autoload": {
456 "psr-4": {
457 "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
458 }
459 },
460 "notification-url": "https://packagist.org/downloads/",
461 "license": [
462 "MIT"
463 ],
464 "authors": [
465 {
466 "name": "Guilherme Blanco",
467 "email": "guilhermeblanco@gmail.com"
468 },
469 {
470 "name": "Roman Borschel",
471 "email": "roman@code-factory.org"
472 },
473 {
474 "name": "Benjamin Eberlei",
475 "email": "kontakt@beberlei.de"
476 },
477 {
478 "name": "Jonathan Wage",
479 "email": "jonwage@gmail.com"
480 },
481 {
482 "name": "Johannes Schmitt",
483 "email": "schmittjoh@gmail.com"
484 }
485 ],
486 "description": "PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.",
487 "homepage": "https://www.doctrine-project.org/projects/cache.html",
488 "keywords": [
489 "abstraction",
490 "apcu",
491 "cache",
492 "caching",
493 "couchdb",
494 "memcached",
495 "php",
496 "redis",
497 "xcache"
498 ],
499 "time": "2019-11-29T15:36:20+00:00"
500 },
501 {
502 "name": "doctrine/collections",
503 "version": "1.6.4",
504 "source": {
505 "type": "git",
506 "url": "https://github.com/doctrine/collections.git",
507 "reference": "6b1e4b2b66f6d6e49983cebfe23a21b7ccc5b0d7"
508 },
509 "dist": {
510 "type": "zip",
511 "url": "https://api.github.com/repos/doctrine/collections/zipball/6b1e4b2b66f6d6e49983cebfe23a21b7ccc5b0d7",
512 "reference": "6b1e4b2b66f6d6e49983cebfe23a21b7ccc5b0d7",
513 "shasum": ""
514 },
515 "require": {
516 "php": "^7.1.3"
517 },
518 "require-dev": {
519 "doctrine/coding-standard": "^6.0",
520 "phpstan/phpstan-shim": "^0.9.2",
521 "phpunit/phpunit": "^7.0",
522 "vimeo/psalm": "^3.2.2"
523 },
524 "type": "library",
525 "extra": {
526 "branch-alias": {
527 "dev-master": "1.6.x-dev"
528 }
529 },
530 "autoload": {
531 "psr-4": {
532 "Doctrine\\Common\\Collections\\": "lib/Doctrine/Common/Collections"
533 }
534 },
535 "notification-url": "https://packagist.org/downloads/",
536 "license": [
537 "MIT"
538 ],
539 "authors": [
540 {
541 "name": "Guilherme Blanco",
542 "email": "guilhermeblanco@gmail.com"
543 },
544 {
545 "name": "Roman Borschel",
546 "email": "roman@code-factory.org"
547 },
548 {
549 "name": "Benjamin Eberlei",
550 "email": "kontakt@beberlei.de"
551 },
552 {
553 "name": "Jonathan Wage",
554 "email": "jonwage@gmail.com"
555 },
556 {
557 "name": "Johannes Schmitt",
558 "email": "schmittjoh@gmail.com"
559 }
560 ],
561 "description": "PHP Doctrine Collections library that adds additional functionality on top of PHP arrays.",
562 "homepage": "https://www.doctrine-project.org/projects/collections.html",
563 "keywords": [
564 "array",
565 "collections",
566 "iterators",
567 "php"
568 ],
569 "time": "2019-11-13T13:07:11+00:00"
570 },
571 {
572 "name": "doctrine/common",
573 "version": "v2.11.0",
574 "source": {
575 "type": "git",
576 "url": "https://github.com/doctrine/common.git",
577 "reference": "b8ca1dcf6b0dc8a2af7a09baac8d0c48345df4ff"
578 },
579 "dist": {
580 "type": "zip",
581 "url": "https://api.github.com/repos/doctrine/common/zipball/b8ca1dcf6b0dc8a2af7a09baac8d0c48345df4ff",
582 "reference": "b8ca1dcf6b0dc8a2af7a09baac8d0c48345df4ff",
583 "shasum": ""
584 },
585 "require": {
586 "doctrine/annotations": "^1.0",
587 "doctrine/cache": "^1.0",
588 "doctrine/collections": "^1.0",
589 "doctrine/event-manager": "^1.0",
590 "doctrine/inflector": "^1.0",
591 "doctrine/lexer": "^1.0",
592 "doctrine/persistence": "^1.1",
593 "doctrine/reflection": "^1.0",
594 "php": "^7.1"
595 },
596 "require-dev": {
597 "doctrine/coding-standard": "^1.0",
598 "phpstan/phpstan": "^0.11",
599 "phpstan/phpstan-phpunit": "^0.11",
600 "phpunit/phpunit": "^7.0",
601 "squizlabs/php_codesniffer": "^3.0",
602 "symfony/phpunit-bridge": "^4.0.5"
603 },
604 "type": "library",
605 "extra": {
606 "branch-alias": {
607 "dev-master": "2.11.x-dev"
608 }
609 },
610 "autoload": {
611 "psr-4": {
612 "Doctrine\\Common\\": "lib/Doctrine/Common"
613 }
614 },
615 "notification-url": "https://packagist.org/downloads/",
616 "license": [
617 "MIT"
618 ],
619 "authors": [
620 {
621 "name": "Guilherme Blanco",
622 "email": "guilhermeblanco@gmail.com"
623 },
624 {
625 "name": "Roman Borschel",
626 "email": "roman@code-factory.org"
627 },
628 {
629 "name": "Benjamin Eberlei",
630 "email": "kontakt@beberlei.de"
631 },
632 {
633 "name": "Jonathan Wage",
634 "email": "jonwage@gmail.com"
635 },
636 {
637 "name": "Johannes Schmitt",
638 "email": "schmittjoh@gmail.com"
639 },
640 {
641 "name": "Marco Pivetta",
642 "email": "ocramius@gmail.com"
643 }
644 ],
645 "description": "PHP Doctrine Common project is a library that provides additional functionality that other Doctrine projects depend on such as better reflection support, persistence interfaces, proxies, event system and much more.",
646 "homepage": "https://www.doctrine-project.org/projects/common.html",
647 "keywords": [
648 "common",
649 "doctrine",
650 "php"
651 ],
652 "time": "2019-09-10T10:10:14+00:00"
653 },
654 {
655 "name": "doctrine/dbal",
656 "version": "v2.9.2",
657 "source": {
658 "type": "git",
659 "url": "https://github.com/doctrine/dbal.git",
660 "reference": "22800bd651c1d8d2a9719e2a3dc46d5108ebfcc9"
661 },
662 "dist": {
663 "type": "zip",
664 "url": "https://api.github.com/repos/doctrine/dbal/zipball/22800bd651c1d8d2a9719e2a3dc46d5108ebfcc9",
665 "reference": "22800bd651c1d8d2a9719e2a3dc46d5108ebfcc9",
666 "shasum": ""
667 },
668 "require": {
669 "doctrine/cache": "^1.0",
670 "doctrine/event-manager": "^1.0",
671 "ext-pdo": "*",
672 "php": "^7.1"
673 },
674 "require-dev": {
675 "doctrine/coding-standard": "^5.0",
676 "jetbrains/phpstorm-stubs": "^2018.1.2",
677 "phpstan/phpstan": "^0.10.1",
678 "phpunit/phpunit": "^7.4",
679 "symfony/console": "^2.0.5|^3.0|^4.0",
680 "symfony/phpunit-bridge": "^3.4.5|^4.0.5"
681 },
682 "suggest": {
683 "symfony/console": "For helpful console commands such as SQL execution and import of files."
684 },
685 "bin": [
686 "bin/doctrine-dbal"
687 ],
688 "type": "library",
689 "extra": {
690 "branch-alias": {
691 "dev-master": "2.9.x-dev",
692 "dev-develop": "3.0.x-dev"
693 }
694 },
695 "autoload": {
696 "psr-4": {
697 "Doctrine\\DBAL\\": "lib/Doctrine/DBAL"
698 }
699 },
700 "notification-url": "https://packagist.org/downloads/",
701 "license": [
702 "MIT"
703 ],
704 "authors": [
705 {
706 "name": "Roman Borschel",
707 "email": "roman@code-factory.org"
708 },
709 {
710 "name": "Benjamin Eberlei",
711 "email": "kontakt@beberlei.de"
712 },
713 {
714 "name": "Guilherme Blanco",
715 "email": "guilhermeblanco@gmail.com"
716 },
717 {
718 "name": "Jonathan Wage",
719 "email": "jonwage@gmail.com"
720 }
721 ],
722 "description": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.",
723 "homepage": "https://www.doctrine-project.org/projects/dbal.html",
724 "keywords": [
725 "abstraction",
726 "database",
727 "dbal",
728 "mysql",
729 "persistence",
730 "pgsql",
731 "php",
732 "queryobject"
733 ],
734 "time": "2018-12-31T03:27:51+00:00"
735 },
736 {
737 "name": "doctrine/doctrine-bundle",
738 "version": "1.12.2",
739 "source": {
740 "type": "git",
741 "url": "https://github.com/doctrine/DoctrineBundle.git",
742 "reference": "9ac04186b47abda4759d0c304ab8f0780c470ac9"
743 },
744 "dist": {
745 "type": "zip",
746 "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/9ac04186b47abda4759d0c304ab8f0780c470ac9",
747 "reference": "9ac04186b47abda4759d0c304ab8f0780c470ac9",
748 "shasum": ""
749 },
750 "require": {
751 "doctrine/dbal": "^2.5.12",
752 "doctrine/doctrine-cache-bundle": "~1.2",
753 "jdorn/sql-formatter": "^1.2.16",
754 "php": "^7.1",
755 "symfony/cache": "^3.4.30|^4.3.3",
756 "symfony/config": "^3.4.30|^4.3.3",
757 "symfony/console": "^3.4.30|^4.3.3",
758 "symfony/dependency-injection": "^3.4.30|^4.3.3",
759 "symfony/doctrine-bridge": "^3.4.30|^4.3.3",
760 "symfony/framework-bundle": "^3.4.30|^4.3.3"
761 },
762 "conflict": {
763 "doctrine/orm": "<2.6",
764 "twig/twig": "<1.34|>=2.0,<2.4"
765 },
766 "require-dev": {
767 "doctrine/coding-standard": "^6.0",
768 "doctrine/orm": "^2.6",
769 "php-coveralls/php-coveralls": "^2.1",
770 "phpunit/phpunit": "^7.5",
771 "symfony/phpunit-bridge": "^4.2",
772 "symfony/property-info": "^3.4.30|^4.3.3",
773 "symfony/twig-bridge": "^3.4|^4.1",
774 "symfony/validator": "^3.4.30|^4.3.3",
775 "symfony/web-profiler-bundle": "^3.4.30|^4.3.3",
776 "symfony/yaml": "^3.4.30|^4.3.3",
777 "twig/twig": "^1.34|^2.12"
778 },
779 "suggest": {
780 "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
781 "symfony/web-profiler-bundle": "To use the data collector."
782 },
783 "type": "symfony-bundle",
784 "extra": {
785 "branch-alias": {
786 "dev-master": "1.12.x-dev"
787 }
788 },
789 "autoload": {
790 "psr-4": {
791 "Doctrine\\Bundle\\DoctrineBundle\\": ""
792 }
793 },
794 "notification-url": "https://packagist.org/downloads/",
795 "license": [
796 "MIT"
797 ],
798 "authors": [
799 {
800 "name": "Fabien Potencier",
801 "email": "fabien@symfony.com"
802 },
803 {
804 "name": "Benjamin Eberlei",
805 "email": "kontakt@beberlei.de"
806 },
807 {
808 "name": "Symfony Community",
809 "homepage": "http://symfony.com/contributors"
810 },
811 {
812 "name": "Doctrine Project",
813 "homepage": "http://www.doctrine-project.org/"
814 }
815 ],
816 "description": "Symfony DoctrineBundle",
817 "homepage": "http://www.doctrine-project.org",
818 "keywords": [
819 "database",
820 "dbal",
821 "orm",
822 "persistence"
823 ],
824 "time": "2019-11-28T13:00:49+00:00"
825 },
826 {
827 "name": "doctrine/doctrine-cache-bundle",
828 "version": "1.4.0",
829 "source": {
830 "type": "git",
831 "url": "https://github.com/doctrine/DoctrineCacheBundle.git",
832 "reference": "6bee2f9b339847e8a984427353670bad4e7bdccb"
833 },
834 "dist": {
835 "type": "zip",
836 "url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/6bee2f9b339847e8a984427353670bad4e7bdccb",
837 "reference": "6bee2f9b339847e8a984427353670bad4e7bdccb",
838 "shasum": ""
839 },
840 "require": {
841 "doctrine/cache": "^1.4.2",
842 "doctrine/inflector": "^1.0",
843 "php": "^7.1",
844 "symfony/doctrine-bridge": "^3.4|^4.0"
845 },
846 "require-dev": {
847 "instaclick/coding-standard": "~1.1",
848 "instaclick/object-calisthenics-sniffs": "dev-master",
849 "instaclick/symfony2-coding-standard": "dev-remaster",
850 "phpunit/phpunit": "^7.0",
851 "predis/predis": "~0.8",
852 "satooshi/php-coveralls": "^1.0",
853 "squizlabs/php_codesniffer": "~1.5",
854 "symfony/console": "^3.4|^4.0",
855 "symfony/finder": "^3.4|^4.0",
856 "symfony/framework-bundle": "^3.4|^4.0",
857 "symfony/phpunit-bridge": "^3.4|^4.0",
858 "symfony/security-acl": "^2.8",
859 "symfony/validator": "^3.4|^4.0",
860 "symfony/yaml": "^3.4|^4.0"
861 },
862 "suggest": {
863 "symfony/security-acl": "For using this bundle to cache ACLs"
864 },
865 "type": "symfony-bundle",
866 "extra": {
867 "branch-alias": {
868 "dev-master": "1.4.x-dev"
869 }
870 },
871 "autoload": {
872 "psr-4": {
873 "Doctrine\\Bundle\\DoctrineCacheBundle\\": ""
874 },
875 "exclude-from-classmap": [
876 "/Tests/"
877 ]
878 },
879 "notification-url": "https://packagist.org/downloads/",
880 "license": [
881 "MIT"
882 ],
883 "authors": [
884 {
885 "name": "Fabien Potencier",
886 "email": "fabien@symfony.com"
887 },
888 {
889 "name": "Benjamin Eberlei",
890 "email": "kontakt@beberlei.de"
891 },
892 {
893 "name": "Fabio B. Silva",
894 "email": "fabio.bat.silva@gmail.com"
895 },
896 {
897 "name": "Guilherme Blanco",
898 "email": "guilhermeblanco@hotmail.com"
899 },
900 {
901 "name": "Symfony Community",
902 "homepage": "http://symfony.com/contributors"
903 },
904 {
905 "name": "Doctrine Project",
906 "homepage": "http://www.doctrine-project.org/"
907 }
908 ],
909 "description": "Symfony Bundle for Doctrine Cache",
910 "homepage": "https://www.doctrine-project.org",
911 "keywords": [
912 "cache",
913 "caching"
914 ],
915 "time": "2019-11-29T11:22:01+00:00"
916 },
917 {
918 "name": "doctrine/doctrine-migrations-bundle",
919 "version": "v1.3.2",
920 "source": {
921 "type": "git",
922 "url": "https://github.com/doctrine/DoctrineMigrationsBundle.git",
923 "reference": "49fa399181db4bf4f9f725126bd1cb65c4398dce"
924 },
925 "dist": {
926 "type": "zip",
927 "url": "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/49fa399181db4bf4f9f725126bd1cb65c4398dce",
928 "reference": "49fa399181db4bf4f9f725126bd1cb65c4398dce",
929 "shasum": ""
930 },
931 "require": {
932 "doctrine/doctrine-bundle": "~1.0",
933 "doctrine/migrations": "^1.1",
934 "php": ">=5.4.0",
935 "symfony/framework-bundle": "~2.7|~3.3|~4.0"
936 },
937 "require-dev": {
938 "phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^7.4"
939 },
940 "type": "symfony-bundle",
941 "extra": {
942 "branch-alias": {
943 "dev-master": "1.3-dev"
944 }
945 },
946 "autoload": {
947 "psr-4": {
948 "Doctrine\\Bundle\\MigrationsBundle\\": ""
949 }
950 },
951 "notification-url": "https://packagist.org/downloads/",
952 "license": [
953 "MIT"
954 ],
955 "authors": [
956 {
957 "name": "Symfony Community",
958 "homepage": "http://symfony.com/contributors"
959 },
960 {
961 "name": "Doctrine Project",
962 "homepage": "http://www.doctrine-project.org"
963 },
964 {
965 "name": "Fabien Potencier",
966 "email": "fabien@symfony.com"
967 }
968 ],
969 "description": "Symfony DoctrineMigrationsBundle",
970 "homepage": "http://www.doctrine-project.org",
971 "keywords": [
972 "dbal",
973 "migrations",
974 "schema"
975 ],
976 "time": "2018-12-03T11:55:33+00:00"
977 },
978 {
979 "name": "doctrine/event-manager",
980 "version": "1.1.0",
981 "source": {
982 "type": "git",
983 "url": "https://github.com/doctrine/event-manager.git",
984 "reference": "629572819973f13486371cb611386eb17851e85c"
985 },
986 "dist": {
987 "type": "zip",
988 "url": "https://api.github.com/repos/doctrine/event-manager/zipball/629572819973f13486371cb611386eb17851e85c",
989 "reference": "629572819973f13486371cb611386eb17851e85c",
990 "shasum": ""
991 },
992 "require": {
993 "php": "^7.1"
994 },
995 "conflict": {
996 "doctrine/common": "<2.9@dev"
997 },
998 "require-dev": {
999 "doctrine/coding-standard": "^6.0",
1000 "phpunit/phpunit": "^7.0"
1001 },
1002 "type": "library",
1003 "extra": {
1004 "branch-alias": {
1005 "dev-master": "1.0.x-dev"
1006 }
1007 },
1008 "autoload": {
1009 "psr-4": {
1010 "Doctrine\\Common\\": "lib/Doctrine/Common"
1011 }
1012 },
1013 "notification-url": "https://packagist.org/downloads/",
1014 "license": [
1015 "MIT"
1016 ],
1017 "authors": [
1018 {
1019 "name": "Guilherme Blanco",
1020 "email": "guilhermeblanco@gmail.com"
1021 },
1022 {
1023 "name": "Roman Borschel",
1024 "email": "roman@code-factory.org"
1025 },
1026 {
1027 "name": "Benjamin Eberlei",
1028 "email": "kontakt@beberlei.de"
1029 },
1030 {
1031 "name": "Jonathan Wage",
1032 "email": "jonwage@gmail.com"
1033 },
1034 {
1035 "name": "Johannes Schmitt",
1036 "email": "schmittjoh@gmail.com"
1037 },
1038 {
1039 "name": "Marco Pivetta",
1040 "email": "ocramius@gmail.com"
1041 }
1042 ],
1043 "description": "The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.",
1044 "homepage": "https://www.doctrine-project.org/projects/event-manager.html",
1045 "keywords": [
1046 "event",
1047 "event dispatcher",
1048 "event manager",
1049 "event system",
1050 "events"
1051 ],
1052 "time": "2019-11-10T09:48:07+00:00"
1053 },
1054 {
1055 "name": "doctrine/inflector",
1056 "version": "1.3.1",
1057 "source": {
1058 "type": "git",
1059 "url": "https://github.com/doctrine/inflector.git",
1060 "reference": "ec3a55242203ffa6a4b27c58176da97ff0a7aec1"
1061 },
1062 "dist": {
1063 "type": "zip",
1064 "url": "https://api.github.com/repos/doctrine/inflector/zipball/ec3a55242203ffa6a4b27c58176da97ff0a7aec1",
1065 "reference": "ec3a55242203ffa6a4b27c58176da97ff0a7aec1",
1066 "shasum": ""
1067 },
1068 "require": {
1069 "php": "^7.1"
1070 },
1071 "require-dev": {
1072 "phpunit/phpunit": "^6.2"
1073 },
1074 "type": "library",
1075 "extra": {
1076 "branch-alias": {
1077 "dev-master": "1.3.x-dev"
1078 }
1079 },
1080 "autoload": {
1081 "psr-4": {
1082 "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
1083 }
1084 },
1085 "notification-url": "https://packagist.org/downloads/",
1086 "license": [
1087 "MIT"
1088 ],
1089 "authors": [
1090 {
1091 "name": "Guilherme Blanco",
1092 "email": "guilhermeblanco@gmail.com"
1093 },
1094 {
1095 "name": "Roman Borschel",
1096 "email": "roman@code-factory.org"
1097 },
1098 {
1099 "name": "Benjamin Eberlei",
1100 "email": "kontakt@beberlei.de"
1101 },
1102 {
1103 "name": "Jonathan Wage",
1104 "email": "jonwage@gmail.com"
1105 },
1106 {
1107 "name": "Johannes Schmitt",
1108 "email": "schmittjoh@gmail.com"
1109 }
1110 ],
1111 "description": "Common String Manipulations with regard to casing and singular/plural rules.",
1112 "homepage": "http://www.doctrine-project.org",
1113 "keywords": [
1114 "inflection",
1115 "pluralize",
1116 "singularize",
1117 "string"
1118 ],
1119 "time": "2019-10-30T19:59:35+00:00"
1120 },
1121 {
1122 "name": "doctrine/instantiator",
1123 "version": "1.3.0",
1124 "source": {
1125 "type": "git",
1126 "url": "https://github.com/doctrine/instantiator.git",
1127 "reference": "ae466f726242e637cebdd526a7d991b9433bacf1"
1128 },
1129 "dist": {
1130 "type": "zip",
1131 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/ae466f726242e637cebdd526a7d991b9433bacf1",
1132 "reference": "ae466f726242e637cebdd526a7d991b9433bacf1",
1133 "shasum": ""
1134 },
1135 "require": {
1136 "php": "^7.1"
1137 },
1138 "require-dev": {
1139 "doctrine/coding-standard": "^6.0",
1140 "ext-pdo": "*",
1141 "ext-phar": "*",
1142 "phpbench/phpbench": "^0.13",
1143 "phpstan/phpstan-phpunit": "^0.11",
1144 "phpstan/phpstan-shim": "^0.11",
1145 "phpunit/phpunit": "^7.0"
1146 },
1147 "type": "library",
1148 "extra": {
1149 "branch-alias": {
1150 "dev-master": "1.2.x-dev"
1151 }
1152 },
1153 "autoload": {
1154 "psr-4": {
1155 "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
1156 }
1157 },
1158 "notification-url": "https://packagist.org/downloads/",
1159 "license": [
1160 "MIT"
1161 ],
1162 "authors": [
1163 {
1164 "name": "Marco Pivetta",
1165 "email": "ocramius@gmail.com",
1166 "homepage": "http://ocramius.github.com/"
1167 }
1168 ],
1169 "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
1170 "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
1171 "keywords": [
1172 "constructor",
1173 "instantiate"
1174 ],
1175 "time": "2019-10-21T16:45:58+00:00"
1176 },
1177 {
1178 "name": "doctrine/lexer",
1179 "version": "1.0.2",
1180 "source": {
1181 "type": "git",
1182 "url": "https://github.com/doctrine/lexer.git",
1183 "reference": "1febd6c3ef84253d7c815bed85fc622ad207a9f8"
1184 },
1185 "dist": {
1186 "type": "zip",
1187 "url": "https://api.github.com/repos/doctrine/lexer/zipball/1febd6c3ef84253d7c815bed85fc622ad207a9f8",
1188 "reference": "1febd6c3ef84253d7c815bed85fc622ad207a9f8",
1189 "shasum": ""
1190 },
1191 "require": {
1192 "php": ">=5.3.2"
1193 },
1194 "require-dev": {
1195 "phpunit/phpunit": "^4.5"
1196 },
1197 "type": "library",
1198 "extra": {
1199 "branch-alias": {
1200 "dev-master": "1.0.x-dev"
1201 }
1202 },
1203 "autoload": {
1204 "psr-4": {
1205 "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
1206 }
1207 },
1208 "notification-url": "https://packagist.org/downloads/",
1209 "license": [
1210 "MIT"
1211 ],
1212 "authors": [
1213 {
1214 "name": "Roman Borschel",
1215 "email": "roman@code-factory.org"
1216 },
1217 {
1218 "name": "Guilherme Blanco",
1219 "email": "guilhermeblanco@gmail.com"
1220 },
1221 {
1222 "name": "Johannes Schmitt",
1223 "email": "schmittjoh@gmail.com"
1224 }
1225 ],
1226 "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
1227 "homepage": "https://www.doctrine-project.org/projects/lexer.html",
1228 "keywords": [
1229 "annotations",
1230 "docblock",
1231 "lexer",
1232 "parser",
1233 "php"
1234 ],
1235 "time": "2019-06-08T11:03:04+00:00"
1236 },
1237 {
1238 "name": "doctrine/migrations",
1239 "version": "v1.8.1",
1240 "source": {
1241 "type": "git",
1242 "url": "https://github.com/doctrine/migrations.git",
1243 "reference": "215438c0eef3e5f9b7da7d09c6b90756071b43e6"
1244 },
1245 "dist": {
1246 "type": "zip",
1247 "url": "https://api.github.com/repos/doctrine/migrations/zipball/215438c0eef3e5f9b7da7d09c6b90756071b43e6",
1248 "reference": "215438c0eef3e5f9b7da7d09c6b90756071b43e6",
1249 "shasum": ""
1250 },
1251 "require": {
1252 "doctrine/dbal": "~2.6",
1253 "ocramius/proxy-manager": "^1.0|^2.0",
1254 "php": "^7.1",
1255 "symfony/console": "~3.3|^4.0"
1256 },
1257 "require-dev": {
1258 "doctrine/coding-standard": "^1.0",
1259 "doctrine/orm": "~2.5",
1260 "jdorn/sql-formatter": "~1.1",
1261 "mikey179/vfsstream": "^1.6",
1262 "phpunit/phpunit": "~7.0",
1263 "squizlabs/php_codesniffer": "^3.0",
1264 "symfony/yaml": "~3.3|^4.0"
1265 },
1266 "suggest": {
1267 "jdorn/sql-formatter": "Allows to generate formatted SQL with the diff command.",
1268 "symfony/yaml": "Allows the use of yaml for migration configuration files."
1269 },
1270 "bin": [
1271 "bin/doctrine-migrations"
1272 ],
1273 "type": "library",
1274 "extra": {
1275 "branch-alias": {
1276 "dev-master": "v1.8.x-dev"
1277 }
1278 },
1279 "autoload": {
1280 "psr-4": {
1281 "Doctrine\\DBAL\\Migrations\\": "lib/Doctrine/DBAL/Migrations",
1282 "Doctrine\\Migrations\\": "lib/Doctrine/Migrations"
1283 }
1284 },
1285 "notification-url": "https://packagist.org/downloads/",
1286 "license": [
1287 "MIT"
1288 ],
1289 "authors": [
1290 {
1291 "name": "Benjamin Eberlei",
1292 "email": "kontakt@beberlei.de"
1293 },
1294 {
1295 "name": "Jonathan Wage",
1296 "email": "jonwage@gmail.com"
1297 },
1298 {
1299 "name": "Michael Simonson",
1300 "email": "contact@mikesimonson.com"
1301 }
1302 ],
1303 "description": "Database Schema migrations using Doctrine DBAL",
1304 "homepage": "https://www.doctrine-project.org/projects/migrations.html",
1305 "keywords": [
1306 "database",
1307 "migrations"
1308 ],
1309 "time": "2018-06-06T21:00:30+00:00"
1310 },
1311 {
1312 "name": "doctrine/orm",
1313 "version": "v2.6.6",
1314 "source": {
1315 "type": "git",
1316 "url": "https://github.com/doctrine/orm.git",
1317 "reference": "2d9b9351831d1230881c52f006011cbf72fe944e"
1318 },
1319 "dist": {
1320 "type": "zip",
1321 "url": "https://api.github.com/repos/doctrine/orm/zipball/2d9b9351831d1230881c52f006011cbf72fe944e",
1322 "reference": "2d9b9351831d1230881c52f006011cbf72fe944e",
1323 "shasum": ""
1324 },
1325 "require": {
1326 "doctrine/annotations": "~1.5",
1327 "doctrine/cache": "~1.6",
1328 "doctrine/collections": "^1.4",
1329 "doctrine/common": "^2.7.1",
1330 "doctrine/dbal": "^2.6",
1331 "doctrine/instantiator": "~1.1",
1332 "ext-pdo": "*",
1333 "php": "^7.1",
1334 "symfony/console": "~3.0|~4.0"
1335 },
1336 "require-dev": {
1337 "doctrine/coding-standard": "^5.0",
1338 "phpunit/phpunit": "^7.5",
1339 "symfony/yaml": "~3.4|~4.0"
1340 },
1341 "suggest": {
1342 "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
1343 },
1344 "bin": [
1345 "bin/doctrine"
1346 ],
1347 "type": "library",
1348 "extra": {
1349 "branch-alias": {
1350 "dev-master": "2.6.x-dev"
1351 }
1352 },
1353 "autoload": {
1354 "psr-4": {
1355 "Doctrine\\ORM\\": "lib/Doctrine/ORM"
1356 }
1357 },
1358 "notification-url": "https://packagist.org/downloads/",
1359 "license": [
1360 "MIT"
1361 ],
1362 "authors": [
1363 {
1364 "name": "Guilherme Blanco",
1365 "email": "guilhermeblanco@gmail.com"
1366 },
1367 {
1368 "name": "Roman Borschel",
1369 "email": "roman@code-factory.org"
1370 },
1371 {
1372 "name": "Benjamin Eberlei",
1373 "email": "kontakt@beberlei.de"
1374 },
1375 {
1376 "name": "Jonathan Wage",
1377 "email": "jonwage@gmail.com"
1378 },
1379 {
1380 "name": "Marco Pivetta",
1381 "email": "ocramius@gmail.com"
1382 }
1383 ],
1384 "description": "Object-Relational-Mapper for PHP",
1385 "homepage": "http://www.doctrine-project.org",
1386 "keywords": [
1387 "database",
1388 "orm"
1389 ],
1390 "time": "2019-11-18T22:01:21+00:00"
1391 },
1392 {
1393 "name": "doctrine/persistence",
1394 "version": "1.3.3",
1395 "source": {
1396 "type": "git",
1397 "url": "https://github.com/doctrine/persistence.git",
1398 "reference": "99b196bbd4715a94fa100fac664a351ffa46d6a5"
1399 },
1400 "dist": {
1401 "type": "zip",
1402 "url": "https://api.github.com/repos/doctrine/persistence/zipball/99b196bbd4715a94fa100fac664a351ffa46d6a5",
1403 "reference": "99b196bbd4715a94fa100fac664a351ffa46d6a5",
1404 "shasum": ""
1405 },
1406 "require": {
1407 "doctrine/annotations": "^1.0",
1408 "doctrine/cache": "^1.0",
1409 "doctrine/collections": "^1.0",
1410 "doctrine/event-manager": "^1.0",
1411 "doctrine/reflection": "^1.0",
1412 "php": "^7.1"
1413 },
1414 "conflict": {
1415 "doctrine/common": "<2.10@dev"
1416 },
1417 "require-dev": {
1418 "doctrine/coding-standard": "^6.0",
1419 "phpstan/phpstan": "^0.11",
1420 "phpunit/phpunit": "^7.0"
1421 },
1422 "type": "library",
1423 "extra": {
1424 "branch-alias": {
1425 "dev-master": "1.3.x-dev"
1426 }
1427 },
1428 "autoload": {
1429 "psr-4": {
1430 "Doctrine\\Common\\": "lib/Doctrine/Common",
1431 "Doctrine\\Persistence\\": "lib/Doctrine/Persistence"
1432 }
1433 },
1434 "notification-url": "https://packagist.org/downloads/",
1435 "license": [
1436 "MIT"
1437 ],
1438 "authors": [
1439 {
1440 "name": "Guilherme Blanco",
1441 "email": "guilhermeblanco@gmail.com"
1442 },
1443 {
1444 "name": "Roman Borschel",
1445 "email": "roman@code-factory.org"
1446 },
1447 {
1448 "name": "Benjamin Eberlei",
1449 "email": "kontakt@beberlei.de"
1450 },
1451 {
1452 "name": "Jonathan Wage",
1453 "email": "jonwage@gmail.com"
1454 },
1455 {
1456 "name": "Johannes Schmitt",
1457 "email": "schmittjoh@gmail.com"
1458 },
1459 {
1460 "name": "Marco Pivetta",
1461 "email": "ocramius@gmail.com"
1462 }
1463 ],
1464 "description": "The Doctrine Persistence project is a set of shared interfaces and functionality that the different Doctrine object mappers share.",
1465 "homepage": "https://doctrine-project.org/projects/persistence.html",
1466 "keywords": [
1467 "mapper",
1468 "object",
1469 "odm",
1470 "orm",
1471 "persistence"
1472 ],
1473 "time": "2019-12-13T10:43:02+00:00"
1474 },
1475 {
1476 "name": "doctrine/reflection",
1477 "version": "v1.0.0",
1478 "source": {
1479 "type": "git",
1480 "url": "https://github.com/doctrine/reflection.git",
1481 "reference": "02538d3f95e88eb397a5f86274deb2c6175c2ab6"
1482 },
1483 "dist": {
1484 "type": "zip",
1485 "url": "https://api.github.com/repos/doctrine/reflection/zipball/02538d3f95e88eb397a5f86274deb2c6175c2ab6",
1486 "reference": "02538d3f95e88eb397a5f86274deb2c6175c2ab6",
1487 "shasum": ""
1488 },
1489 "require": {
1490 "doctrine/annotations": "^1.0",
1491 "ext-tokenizer": "*",
1492 "php": "^7.1"
1493 },
1494 "require-dev": {
1495 "doctrine/coding-standard": "^4.0",
1496 "doctrine/common": "^2.8",
1497 "phpstan/phpstan": "^0.9.2",
1498 "phpstan/phpstan-phpunit": "^0.9.4",
1499 "phpunit/phpunit": "^7.0",
1500 "squizlabs/php_codesniffer": "^3.0"
1501 },
1502 "type": "library",
1503 "extra": {
1504 "branch-alias": {
1505 "dev-master": "1.0.x-dev"
1506 }
1507 },
1508 "autoload": {
1509 "psr-4": {
1510 "Doctrine\\Common\\": "lib/Doctrine/Common"
1511 }
1512 },
1513 "notification-url": "https://packagist.org/downloads/",
1514 "license": [
1515 "MIT"
1516 ],
1517 "authors": [
1518 {
1519 "name": "Roman Borschel",
1520 "email": "roman@code-factory.org"
1521 },
1522 {
1523 "name": "Benjamin Eberlei",
1524 "email": "kontakt@beberlei.de"
1525 },
1526 {
1527 "name": "Guilherme Blanco",
1528 "email": "guilhermeblanco@gmail.com"
1529 },
1530 {
1531 "name": "Jonathan Wage",
1532 "email": "jonwage@gmail.com"
1533 },
1534 {
1535 "name": "Johannes Schmitt",
1536 "email": "schmittjoh@gmail.com"
1537 },
1538 {
1539 "name": "Marco Pivetta",
1540 "email": "ocramius@gmail.com"
1541 }
1542 ],
1543 "description": "Doctrine Reflection component",
1544 "homepage": "https://www.doctrine-project.org/projects/reflection.html",
1545 "keywords": [
1546 "reflection"
1547 ],
1548 "time": "2018-06-14T14:45:07+00:00"
1549 },
1550 {
1551 "name": "egulias/email-validator",
1552 "version": "2.1.11",
1553 "source": {
1554 "type": "git",
1555 "url": "https://github.com/egulias/EmailValidator.git",
1556 "reference": "92dd169c32f6f55ba570c309d83f5209cefb5e23"
1557 },
1558 "dist": {
1559 "type": "zip",
1560 "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/92dd169c32f6f55ba570c309d83f5209cefb5e23",
1561 "reference": "92dd169c32f6f55ba570c309d83f5209cefb5e23",
1562 "shasum": ""
1563 },
1564 "require": {
1565 "doctrine/lexer": "^1.0.1",
1566 "php": ">= 5.5"
1567 },
1568 "require-dev": {
1569 "dominicsayers/isemail": "dev-master",
1570 "phpunit/phpunit": "^4.8.35||^5.7||^6.0",
1571 "satooshi/php-coveralls": "^1.0.1",
1572 "symfony/phpunit-bridge": "^4.4@dev"
1573 },
1574 "suggest": {
1575 "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
1576 },
1577 "type": "library",
1578 "extra": {
1579 "branch-alias": {
1580 "dev-master": "2.1.x-dev"
1581 }
1582 },
1583 "autoload": {
1584 "psr-4": {
1585 "Egulias\\EmailValidator\\": "EmailValidator"
1586 }
1587 },
1588 "notification-url": "https://packagist.org/downloads/",
1589 "license": [
1590 "MIT"
1591 ],
1592 "authors": [
1593 {
1594 "name": "Eduardo Gulias Davis"
1595 }
1596 ],
1597 "description": "A library for validating emails against several RFCs",
1598 "homepage": "https://github.com/egulias/EmailValidator",
1599 "keywords": [
1600 "email",
1601 "emailvalidation",
1602 "emailvalidator",
1603 "validation",
1604 "validator"
1605 ],
1606 "time": "2019-08-13T17:33:27+00:00"
1607 },
1608 {
1609 "name": "electrolinux/php-html5lib",
1610 "version": "0.1.0",
1611 "source": {
1612 "type": "git",
1613 "url": "https://github.com/electrolinux/php-html5lib.git",
1614 "reference": "9f92154993c7ecb120d9f9c0e558660d32846721"
1615 },
1616 "dist": {
1617 "type": "zip",
1618 "url": "https://api.github.com/repos/electrolinux/php-html5lib/zipball/9f92154993c7ecb120d9f9c0e558660d32846721",
1619 "reference": "9f92154993c7ecb120d9f9c0e558660d32846721",
1620 "shasum": ""
1621 },
1622 "require": {
1623 "php": ">=5.3.2"
1624 },
1625 "type": "library",
1626 "autoload": {
1627 "psr-0": {
1628 "HTML5Lib": "src/",
1629 "HTML5Lib\\Tests": "tests/"
1630 }
1631 },
1632 "notification-url": "https://packagist.org/downloads/",
1633 "license": [
1634 "MIT"
1635 ],
1636 "authors": [
1637 {
1638 "name": "Multiple users",
1639 "homepage": "https://code.google.com/p/html5lib/",
1640 "role": "Original developers"
1641 },
1642 {
1643 "name": "Sébastien Lavoie",
1644 "homepage": "http://blog.lavoie.sl",
1645 "role": "Packager"
1646 },
1647 {
1648 "name": "didier Belot",
1649 "role": "Packager"
1650 }
1651 ],
1652 "description": "A PHP implementations of a HTML parser based on the WHATWG HTML5 specification.",
1653 "homepage": "https://github.com/electrolinux/php-html5lib",
1654 "keywords": [
1655 "HTML5",
1656 "php"
1657 ],
1658 "time": "2013-03-18T18:32:30+00:00"
1659 },
1660 {
1661 "name": "fig/link-util",
1662 "version": "1.0.0",
1663 "source": {
1664 "type": "git",
1665 "url": "https://github.com/php-fig/link-util.git",
1666 "reference": "1a07821801a148be4add11ab0603e4af55a72fac"
1667 },
1668 "dist": {
1669 "type": "zip",
1670 "url": "https://api.github.com/repos/php-fig/link-util/zipball/1a07821801a148be4add11ab0603e4af55a72fac",
1671 "reference": "1a07821801a148be4add11ab0603e4af55a72fac",
1672 "shasum": ""
1673 },
1674 "require": {
1675 "php": ">=5.5.0",
1676 "psr/link": "~1.0@dev"
1677 },
1678 "require-dev": {
1679 "phpunit/phpunit": "^5.1",
1680 "squizlabs/php_codesniffer": "^2.3.1"
1681 },
1682 "type": "library",
1683 "extra": {
1684 "branch-alias": {
1685 "dev-master": "1.0.x-dev"
1686 }
1687 },
1688 "autoload": {
1689 "psr-4": {
1690 "Fig\\Link\\": "src/"
1691 }
1692 },
1693 "notification-url": "https://packagist.org/downloads/",
1694 "license": [
1695 "MIT"
1696 ],
1697 "authors": [
1698 {
1699 "name": "PHP-FIG",
1700 "homepage": "http://www.php-fig.org/"
1701 }
1702 ],
1703 "description": "Common utility implementations for HTTP links",
1704 "keywords": [
1705 "http",
1706 "http-link",
1707 "link",
1708 "psr",
1709 "psr-13",
1710 "rest"
1711 ],
1712 "time": "2016-10-17T18:31:11+00:00"
1713 },
1714 {
1715 "name": "fossar/htmlawed",
1716 "version": "1.2.7",
1717 "source": {
1718 "type": "git",
1719 "url": "https://github.com/fossar/HTMLawed.git",
1720 "reference": "4f7505e9622a96242923895c3008719b2c2283d3"
1721 },
1722 "dist": {
1723 "type": "zip",
1724 "url": "https://api.github.com/repos/fossar/HTMLawed/zipball/4f7505e9622a96242923895c3008719b2c2283d3",
1725 "reference": "4f7505e9622a96242923895c3008719b2c2283d3",
1726 "shasum": ""
1727 },
1728 "require": {
1729 "php": ">4.4.0"
1730 },
1731 "replace": {
1732 "htmlawed/htmlawed": "*"
1733 },
1734 "type": "library",
1735 "autoload": {
1736 "files": [
1737 "htmLawed.php"
1738 ]
1739 },
1740 "notification-url": "https://packagist.org/downloads/",
1741 "license": [
1742 "GPL-2.0+",
1743 "LGPL-3.0"
1744 ],
1745 "authors": [
1746 {
1747 "name": "Santosh Patnaik",
1748 "homepage": "http://www.bioinformatics.org/people/index.php?user_hash=558b661f92d0ff7b",
1749 "role": "Developer"
1750 }
1751 ],
1752 "description": "htmLawed - Process text with HTML markup to make it more compliant with HTML standards and administrative policies",
1753 "homepage": "http://www.bioinformatics.org/phplabware/internal_utilities/htmLawed/",
1754 "keywords": [
1755 "HTMLtidy",
1756 "html",
1757 "sanitize",
1758 "strip",
1759 "tags"
1760 ],
1761 "time": "2019-05-09T11:53:40+00:00"
1762 },
1763 {
1764 "name": "friendsofsymfony/jsrouting-bundle",
1765 "version": "2.5.1",
1766 "source": {
1767 "type": "git",
1768 "url": "https://github.com/FriendsOfSymfony/FOSJsRoutingBundle.git",
1769 "reference": "81cf14bf3db5e6fe3ef0442fc762891422005d3b"
1770 },
1771 "dist": {
1772 "type": "zip",
1773 "url": "https://api.github.com/repos/FriendsOfSymfony/FOSJsRoutingBundle/zipball/81cf14bf3db5e6fe3ef0442fc762891422005d3b",
1774 "reference": "81cf14bf3db5e6fe3ef0442fc762891422005d3b",
1775 "shasum": ""
1776 },
1777 "require": {
1778 "php": "^7.1",
1779 "symfony/console": "~3.3|^4.0|^5.0",
1780 "symfony/framework-bundle": "~3.3|^4.0|^5.0",
1781 "symfony/serializer": "~3.3|^4.0|^5.0",
1782 "willdurand/jsonp-callback-validator": "~1.0"
1783 },
1784 "require-dev": {
1785 "symfony/expression-language": "~3.3|^4.0|^5.0",
1786 "symfony/phpunit-bridge": "^3.3|^4.0"
1787 },
1788 "type": "symfony-bundle",
1789 "extra": {
1790 "branch-alias": {
1791 "dev-master": "2.0-dev"
1792 }
1793 },
1794 "autoload": {
1795 "psr-4": {
1796 "FOS\\JsRoutingBundle\\": ""
1797 },
1798 "exclude-from-classmap": [
1799 "/Tests/"
1800 ]
1801 },
1802 "notification-url": "https://packagist.org/downloads/",
1803 "license": [
1804 "MIT"
1805 ],
1806 "authors": [
1807 {
1808 "name": "William Durand",
1809 "email": "will+git@drnd.me"
1810 },
1811 {
1812 "name": "FriendsOfSymfony Community",
1813 "homepage": "https://github.com/friendsofsymfony/FOSJsRoutingBundle/contributors"
1814 }
1815 ],
1816 "description": "A pretty nice way to expose your Symfony2 routing to client applications.",
1817 "homepage": "http://friendsofsymfony.github.com",
1818 "keywords": [
1819 "Js Routing",
1820 "javascript",
1821 "routing"
1822 ],
1823 "time": "2019-12-02T08:01:22+00:00"
1824 },
1825 {
1826 "name": "friendsofsymfony/oauth-server-bundle",
1827 "version": "1.6.2",
1828 "source": {
1829 "type": "git",
1830 "url": "https://github.com/FriendsOfSymfony/FOSOAuthServerBundle.git",
1831 "reference": "fcaa25cc49474bdb0db7894f880976fe76ffed23"
1832 },
1833 "dist": {
1834 "type": "zip",
1835 "url": "https://api.github.com/repos/FriendsOfSymfony/FOSOAuthServerBundle/zipball/fcaa25cc49474bdb0db7894f880976fe76ffed23",
1836 "reference": "fcaa25cc49474bdb0db7894f880976fe76ffed23",
1837 "shasum": ""
1838 },
1839 "require": {
1840 "friendsofsymfony/oauth2-php": "~1.1",
1841 "paragonie/random_compat": "^1|^2",
1842 "php": "^5.5|^7.0",
1843 "symfony/dependency-injection": "^2.8|~3.0|^4.0",
1844 "symfony/framework-bundle": "~2.8|~3.0|^4.0",
1845 "symfony/security-bundle": "~2.8|~3.0|^4.0"
1846 },
1847 "require-dev": {
1848 "doctrine/doctrine-bundle": "~1.0",
1849 "doctrine/mongodb-odm": "~1.0",
1850 "doctrine/orm": "~2.2",
1851 "phing/phing": "~2.4",
1852 "php-mock/php-mock-phpunit": "^1.1",
1853 "phpunit/phpunit": "~4.8|~5.0",
1854 "propel/propel1": "^1.6.5",
1855 "symfony/class-loader": "~2.8|~3.0|^4.0",
1856 "symfony/console": "~2.8|~3.0|^4.0",
1857 "symfony/form": "~2.8|~3.0|^4.0",
1858 "symfony/phpunit-bridge": "~2.8|~3.0|^4.0",
1859 "symfony/templating": "~2.8|~3.0|^4.0",
1860 "symfony/twig-bundle": "~2.8|~3.0|^4.0",
1861 "symfony/yaml": "~2.8|~3.0|^4.0",
1862 "willdurand/propel-typehintable-behavior": "^1.0.4"
1863 },
1864 "suggest": {
1865 "doctrine/doctrine-bundle": "*",
1866 "doctrine/mongodb-odm-bundle": "*",
1867 "propel/propel-bundle": "If you want to use Propel with Symfony2, then you will have to install the PropelBundle",
1868 "symfony/console": "Needed to be able to use commands",
1869 "symfony/form": "Needed to be able to use the AuthorizeFormType",
1870 "willdurand/propel-typehintable-behavior": "The Typehintable behavior is useful to add type hints on generated methods, to be compliant with interfaces"
1871 },
1872 "type": "symfony-bundle",
1873 "extra": {
1874 "branch-alias": {
1875 "dev-master": "1.5-dev"
1876 }
1877 },
1878 "autoload": {
1879 "psr-4": {
1880 "FOS\\OAuthServerBundle\\": ""
1881 },
1882 "exclude-from-classmap": [
1883 "/Tests/"
1884 ]
1885 },
1886 "notification-url": "https://packagist.org/downloads/",
1887 "license": [
1888 "MIT"
1889 ],
1890 "authors": [
1891 {
1892 "name": "Arnaud Le Blanc",
1893 "email": "arnaud.lb@gmail.com"
1894 },
1895 {
1896 "name": "FriendsOfSymfony Community",
1897 "homepage": "https://github.com/FriendsOfSymfony/FOSOAuthServerBundle/contributors"
1898 }
1899 ],
1900 "description": "Symfony2 OAuth Server Bundle",
1901 "homepage": "http://friendsofsymfony.github.com",
1902 "keywords": [
1903 "oauth",
1904 "oauth2",
1905 "server"
1906 ],
1907 "time": "2019-01-23T15:23:04+00:00"
1908 },
1909 {
1910 "name": "friendsofsymfony/oauth2-php",
1911 "version": "1.2.3",
1912 "source": {
1913 "type": "git",
1914 "url": "https://github.com/FriendsOfSymfony/oauth2-php.git",
1915 "reference": "a41fef63f81ef2ef632350a6c7dc66d15baa9240"
1916 },
1917 "dist": {
1918 "type": "zip",
1919 "url": "https://api.github.com/repos/FriendsOfSymfony/oauth2-php/zipball/a41fef63f81ef2ef632350a6c7dc66d15baa9240",
1920 "reference": "a41fef63f81ef2ef632350a6c7dc66d15baa9240",
1921 "shasum": ""
1922 },
1923 "require": {
1924 "php": "^5.5.9|>=7.0.8",
1925 "symfony/http-foundation": "~3.0|~4.0"
1926 },
1927 "require-dev": {
1928 "phpunit/phpunit": "~4.0"
1929 },
1930 "type": "library",
1931 "extra": {
1932 "branch-alias": {
1933 "dev-master": "1.2.x-dev"
1934 }
1935 },
1936 "autoload": {
1937 "psr-4": {
1938 "OAuth2\\": "lib/"
1939 }
1940 },
1941 "notification-url": "https://packagist.org/downloads/",
1942 "license": [
1943 "MIT"
1944 ],
1945 "authors": [
1946 {
1947 "name": "Arnaud Le Blanc",
1948 "email": "arnaud.lb@gmail.com"
1949 },
1950 {
1951 "name": "FriendsOfSymfony Community",
1952 "homepage": "https://github.com/FriendsOfSymfony/oauth2-php/contributors"
1953 }
1954 ],
1955 "description": "OAuth2 library",
1956 "homepage": "https://github.com/FriendsOfSymfony/oauth2-php",
1957 "keywords": [
1958 "oauth",
1959 "oauth2"
1960 ],
1961 "time": "2018-01-30T19:58:25+00:00"
1962 },
1963 {
1964 "name": "friendsofsymfony/rest-bundle",
1965 "version": "2.6.0",
1966 "source": {
1967 "type": "git",
1968 "url": "https://github.com/FriendsOfSymfony/FOSRestBundle.git",
1969 "reference": "54758949bff9fc520997415341323eebf3f54892"
1970 },
1971 "dist": {
1972 "type": "zip",
1973 "url": "https://api.github.com/repos/FriendsOfSymfony/FOSRestBundle/zipball/54758949bff9fc520997415341323eebf3f54892",
1974 "reference": "54758949bff9fc520997415341323eebf3f54892",
1975 "shasum": ""
1976 },
1977 "require": {
1978 "doctrine/inflector": "^1.0",
1979 "php": "^7.1",
1980 "psr/log": "^1.0",
1981 "symfony/config": "^3.4|^4.3",
1982 "symfony/debug": "^3.4|^4.3",
1983 "symfony/dependency-injection": "^3.4|^4.3",
1984 "symfony/event-dispatcher": "^3.4|^4.3",
1985 "symfony/finder": "^3.4|^4.3",
1986 "symfony/framework-bundle": "^3.4|^4.3",
1987 "symfony/http-foundation": "^3.4|^4.3",
1988 "symfony/http-kernel": "^3.4|^4.3",
1989 "symfony/routing": "^3.4|^4.3",
1990 "symfony/security-core": "^3.4|^4.3",
1991 "willdurand/jsonp-callback-validator": "^1.0",
1992 "willdurand/negotiation": "^2.0"
1993 },
1994 "conflict": {
1995 "jms/serializer": "<1.13.0",
1996 "jms/serializer-bundle": "<2.0.0",
1997 "sensio/framework-extra-bundle": "<3.0.13"
1998 },
1999 "require-dev": {
2000 "jms/serializer": "^1.13|^2.0",
2001 "jms/serializer-bundle": "^2.3.1|^3.0",
2002 "phpoption/phpoption": "^1.1",
2003 "psr/http-message": "^1.0",
2004 "sensio/framework-extra-bundle": "^3.0.13|^4.0|^5.0",
2005 "symfony/asset": "^3.4|^4.3",
2006 "symfony/browser-kit": "^3.4|^4.3",
2007 "symfony/css-selector": "^3.4|^4.3",
2008 "symfony/expression-language": "^3.4|^4.3",
2009 "symfony/form": "^3.4|^4.3",
2010 "symfony/phpunit-bridge": "^4.1.8",
2011 "symfony/security-bundle": "^3.4|^4.3",
2012 "symfony/serializer": "^3.4|^4.3",
2013 "symfony/templating": "^3.4|^4.3",
2014 "symfony/twig-bundle": "^3.4|^4.3",
2015 "symfony/validator": "^3.4|^4.3",
2016 "symfony/web-profiler-bundle": "^3.4|^4.3",
2017 "symfony/yaml": "^3.4|^4.3"
2018 },
2019 "suggest": {
2020 "jms/serializer-bundle": "Add support for advanced serialization capabilities, recommended, requires ^2.0|^3.0",
2021 "sensio/framework-extra-bundle": "Add support for the request body converter and the view response listener, requires ^3.0",
2022 "symfony/expression-language": "Add support for using the expression language in the routing, requires ^2.7|^3.0",
2023 "symfony/serializer": "Add support for basic serialization capabilities and xml decoding, requires ^2.7|^3.0",
2024 "symfony/validator": "Add support for validation capabilities in the ParamFetcher, requires ^2.7|^3.0"
2025 },
2026 "type": "symfony-bundle",
2027 "extra": {
2028 "branch-alias": {
2029 "dev-master": "2.6-dev"
2030 }
2031 },
2032 "autoload": {
2033 "psr-4": {
2034 "FOS\\RestBundle\\": ""
2035 },
2036 "exclude-from-classmap": [
2037 "Tests/"
2038 ]
2039 },
2040 "notification-url": "https://packagist.org/downloads/",
2041 "license": [
2042 "MIT"
2043 ],
2044 "authors": [
2045 {
2046 "name": "Lukas Kahwe Smith",
2047 "email": "smith@pooteeweet.org"
2048 },
2049 {
2050 "name": "Konstantin Kudryashov",
2051 "email": "ever.zet@gmail.com"
2052 },
2053 {
2054 "name": "FriendsOfSymfony Community",
2055 "homepage": "https://github.com/friendsofsymfony/FOSRestBundle/contributors"
2056 }
2057 ],
2058 "description": "This Bundle provides various tools to rapidly develop RESTful API's with Symfony",
2059 "homepage": "http://friendsofsymfony.github.com",
2060 "keywords": [
2061 "rest"
2062 ],
2063 "time": "2019-10-21T08:22:30+00:00"
2064 },
2065 {
2066 "name": "friendsofsymfony/user-bundle",
2067 "version": "v2.0.2",
2068 "source": {
2069 "type": "git",
2070 "url": "https://github.com/FriendsOfSymfony/FOSUserBundle.git",
2071 "reference": "2fc8a023d7ab482321cf7ec810ed49eab40eb50f"
2072 },
2073 "dist": {
2074 "type": "zip",
2075 "url": "https://api.github.com/repos/FriendsOfSymfony/FOSUserBundle/zipball/2fc8a023d7ab482321cf7ec810ed49eab40eb50f",
2076 "reference": "2fc8a023d7ab482321cf7ec810ed49eab40eb50f",
2077 "shasum": ""
2078 },
2079 "require": {
2080 "paragonie/random_compat": "^1 || ^2",
2081 "php": "^5.5.9 || ^7.0",
2082 "symfony/form": "^2.7 || ^3.0",
2083 "symfony/framework-bundle": "^2.7 || ^3.0",
2084 "symfony/security-bundle": "^2.7 || ^3.0",
2085 "symfony/templating": "^2.7 || ^3.0",
2086 "symfony/twig-bundle": "^2.7 || ^3.0",
2087 "twig/twig": "^1.28 || ^2.0"
2088 },
2089 "conflict": {
2090 "doctrine/doctrine-bundle": "<1.3",
2091 "symfony/doctrine-bridge": "<2.7"
2092 },
2093 "require-dev": {
2094 "doctrine/doctrine-bundle": "^1.3",
2095 "friendsofphp/php-cs-fixer": "^1.11",
2096 "phpunit/phpunit": "~4.8|~5.0",
2097 "swiftmailer/swiftmailer": "^4.3 || ^5.0 || ^6.0",
2098 "symfony/console": "^2.7 || ^3.0",
2099 "symfony/phpunit-bridge": "^2.7 || ^3.0",
2100 "symfony/validator": "^2.7 || ^3.0",
2101 "symfony/yaml": "^2.7 || ^3.0"
2102 },
2103 "type": "symfony-bundle",
2104 "extra": {
2105 "branch-alias": {
2106 "dev-master": "2.0.x-dev"
2107 }
2108 },
2109 "autoload": {
2110 "psr-4": {
2111 "FOS\\UserBundle\\": ""
2112 },
2113 "exclude-from-classmap": [
2114 "/Tests/"
2115 ]
2116 },
2117 "notification-url": "https://packagist.org/downloads/",
2118 "license": [
2119 "MIT"
2120 ],
2121 "authors": [
2122 {
2123 "name": "Christophe Coevoet",
2124 "email": "stof@notk.org"
2125 },
2126 {
2127 "name": "FriendsOfSymfony Community",
2128 "homepage": "https://github.com/friendsofsymfony/FOSUserBundle/contributors"
2129 },
2130 {
2131 "name": "Thibault Duplessis",
2132 "email": "thibault.duplessis@gmail.com"
2133 }
2134 ],
2135 "description": "Symfony FOSUserBundle",
2136 "homepage": "http://friendsofsymfony.github.com",
2137 "keywords": [
2138 "User management"
2139 ],
2140 "time": "2017-11-29T17:01:21+00:00"
2141 },
2142 {
2143 "name": "gedmo/doctrine-extensions",
2144 "version": "v2.4.38",
2145 "source": {
2146 "type": "git",
2147 "url": "https://github.com/Atlantic18/DoctrineExtensions.git",
2148 "reference": "81681364331b131518060e4776300a5346df1eb5"
2149 },
2150 "dist": {
2151 "type": "zip",
2152 "url": "https://api.github.com/repos/Atlantic18/DoctrineExtensions/zipball/81681364331b131518060e4776300a5346df1eb5",
2153 "reference": "81681364331b131518060e4776300a5346df1eb5",
2154 "shasum": ""
2155 },
2156 "require": {
2157 "behat/transliterator": "~1.2",
2158 "doctrine/common": "~2.4",
2159 "php": ">=5.3.2"
2160 },
2161 "conflict": {
2162 "doctrine/annotations": "<1.2",
2163 "doctrine/mongodb-odm": ">=2.0"
2164 },
2165 "require-dev": {
2166 "doctrine/common": ">=2.5.0",
2167 "doctrine/mongodb-odm": ">=1.0.2 <2.0",
2168 "doctrine/orm": ">=2.5.0",
2169 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5",
2170 "symfony/yaml": "~2.6 || ~3.0 || ~4.0"
2171 },
2172 "suggest": {
2173 "doctrine/mongodb-odm": "to use the extensions with the MongoDB ODM",
2174 "doctrine/orm": "to use the extensions with the ORM"
2175 },
2176 "type": "library",
2177 "extra": {
2178 "branch-alias": {
2179 "dev-master": "2.4.x-dev"
2180 }
2181 },
2182 "autoload": {
2183 "psr-4": {
2184 "Gedmo\\": "lib/Gedmo"
2185 }
2186 },
2187 "notification-url": "https://packagist.org/downloads/",
2188 "license": [
2189 "MIT"
2190 ],
2191 "authors": [
2192 {
2193 "name": "Gediminas Morkevicius",
2194 "email": "gediminas.morkevicius@gmail.com"
2195 },
2196 {
2197 "name": "Gustavo Falco",
2198 "email": "comfortablynumb84@gmail.com"
2199 },
2200 {
2201 "name": "David Buchmann",
2202 "email": "david@liip.ch"
2203 }
2204 ],
2205 "description": "Doctrine2 behavioral extensions",
2206 "homepage": "http://gediminasm.org/",
2207 "keywords": [
2208 "Blameable",
2209 "behaviors",
2210 "doctrine2",
2211 "extensions",
2212 "gedmo",
2213 "loggable",
2214 "nestedset",
2215 "sluggable",
2216 "sortable",
2217 "timestampable",
2218 "translatable",
2219 "tree",
2220 "uploadable"
2221 ],
2222 "time": "2019-11-08T22:33:07+00:00"
2223 },
2224 {
2225 "name": "grandt/binstring",
2226 "version": "1.0.0",
2227 "source": {
2228 "type": "git",
2229 "url": "https://github.com/Grandt/PHPBinString.git",
2230 "reference": "825fe2ac8a68190f651fc2dbc07b6edde18bc431"
2231 },
2232 "dist": {
2233 "type": "zip",
2234 "url": "https://api.github.com/repos/Grandt/PHPBinString/zipball/825fe2ac8a68190f651fc2dbc07b6edde18bc431",
2235 "reference": "825fe2ac8a68190f651fc2dbc07b6edde18bc431",
2236 "shasum": ""
2237 },
2238 "require": {
2239 "php": ">=5.0"
2240 },
2241 "type": "library",
2242 "autoload": {
2243 "classmap": [
2244 "BinString.php",
2245 "BinStringStatic.php"
2246 ]
2247 },
2248 "notification-url": "https://packagist.org/downloads/",
2249 "license": [
2250 "LGPL-2.1"
2251 ],
2252 "authors": [
2253 {
2254 "name": "A. Grandt",
2255 "email": "php@grandt.com",
2256 "role": "Developer"
2257 }
2258 ],
2259 "description": "A class for working around the use of mbstring.func_override",
2260 "homepage": "https://github.com/Grandt/PHPBinString",
2261 "keywords": [
2262 "binary strings",
2263 "mbstring"
2264 ],
2265 "time": "2015-08-13T06:14:41+00:00"
2266 },
2267 {
2268 "name": "grandt/phpepub",
2269 "version": "dev-master",
2270 "source": {
2271 "type": "git",
2272 "url": "https://github.com/Daniel-KM/PHPePub.git",
2273 "reference": "78546d9a49d59ad9a32b13f3d95cc2f548add1c3"
2274 },
2275 "dist": {
2276 "type": "zip",
2277 "url": "https://api.github.com/repos/Daniel-KM/PHPePub/zipball/78546d9a49d59ad9a32b13f3d95cc2f548add1c3",
2278 "reference": "78546d9a49d59ad9a32b13f3d95cc2f548add1c3",
2279 "shasum": ""
2280 },
2281 "require": {
2282 "grandt/phpresizegif": "~1.0.3",
2283 "grandt/relativepath": "~1.0.1",
2284 "masterminds/html5": "~2.3",
2285 "php": ">=5.3.0",
2286 "phpzip/phpzip": "~2.0.7"
2287 },
2288 "type": "library",
2289 "autoload": {
2290 "psr-4": {
2291 "PHPePub\\": "src/PHPePub"
2292 },
2293 "classmap": [
2294 "src/lib.uuid.php"
2295 ]
2296 },
2297 "license": [
2298 "LGPL-2.1"
2299 ],
2300 "authors": [
2301 {
2302 "name": "A. Grandt",
2303 "email": "php@grandt.com",
2304 "homepage": "http://grandt.com",
2305 "role": "Developer"
2306 },
2307 {
2308 "name": "An, Hyeong-woo",
2309 "email": "mail@mytory.net",
2310 "homepage": "https://mytory.net",
2311 "role": "Contributor"
2312 },
2313 {
2314 "name": "Daniel Berthereau",
2315 "email": "daniel.composer@berthereau.net",
2316 "role": "Contributor"
2317 }
2318 ],
2319 "description": "Package to create and stream e-books in the ePub 2.0 and 3.0 formats.",
2320 "homepage": "https://github.com/Grandt/PHPePub",
2321 "keywords": [
2322 "e-book",
2323 "epub"
2324 ],
2325 "support": {
2326 "source": "https://github.com/Daniel-KM/PHPePub/tree/master"
2327 },
2328 "time": "2018-10-21T22:00:00+00:00"
2329 },
2330 {
2331 "name": "grandt/phpresizegif",
2332 "version": "1.0.3",
2333 "source": {
2334 "type": "git",
2335 "url": "https://github.com/Grandt/PHPResizeGif.git",
2336 "reference": "775f6810fcda2fd1d8ca881d44a80c8d310ae7fe"
2337 },
2338 "dist": {
2339 "type": "zip",
2340 "url": "https://api.github.com/repos/Grandt/PHPResizeGif/zipball/775f6810fcda2fd1d8ca881d44a80c8d310ae7fe",
2341 "reference": "775f6810fcda2fd1d8ca881d44a80c8d310ae7fe",
2342 "shasum": ""
2343 },
2344 "require": {
2345 "grandt/binstring": ">=0.2.0",
2346 "php": ">=5.3.0"
2347 },
2348 "type": "library",
2349 "autoload": {
2350 "psr-4": {
2351 "grandt\\ResizeGif\\": "src/ResizeGif",
2352 "grandt\\ResizeGif\\Files\\": "src/ResizeGif/Files",
2353 "grandt\\ResizeGif\\Structure\\": "src/ResizeGif/Structure",
2354 "grandt\\ResizeGif\\Debug\\": "src/ResizeGif/Debug"
2355 }
2356 },
2357 "notification-url": "https://packagist.org/downloads/",
2358 "license": [
2359 "LGPL-2.1"
2360 ],
2361 "authors": [
2362 {
2363 "name": "A. Grandt",
2364 "email": "php@grandt.com",
2365 "homepage": "http://grandt.com",
2366 "role": "Developer"
2367 }
2368 ],
2369 "description": "GIF89a compliant Gif resizer, including transparency and optimized gifs with sub sized elements.",
2370 "homepage": "https://github.com/Grandt/PHPResizeGif",
2371 "keywords": [
2372 "GIF89a",
2373 "animated gif",
2374 "gif",
2375 "resize"
2376 ],
2377 "time": "2015-05-10T10:52:24+00:00"
2378 },
2379 {
2380 "name": "grandt/phpzipmerge",
2381 "version": "1.0.4",
2382 "source": {
2383 "type": "git",
2384 "url": "https://github.com/Grandt/PHPZipMerge.git",
2385 "reference": "0b1273d3c2dbfe244904158b1dbd65a663264fb9"
2386 },
2387 "dist": {
2388 "type": "zip",
2389 "url": "https://api.github.com/repos/Grandt/PHPZipMerge/zipball/0b1273d3c2dbfe244904158b1dbd65a663264fb9",
2390 "reference": "0b1273d3c2dbfe244904158b1dbd65a663264fb9",
2391 "shasum": ""
2392 },
2393 "require": {
2394 "grandt/binstring": ">=1.0.0",
2395 "grandt/relativepath": ">=1.0.1",
2396 "php": ">=5.3.0"
2397 },
2398 "type": "library",
2399 "autoload": {
2400 "psr-4": {
2401 "ZipMerge\\": "src/ZipMerge"
2402 }
2403 },
2404 "notification-url": "https://packagist.org/downloads/",
2405 "license": [
2406 "LGPL-2.1"
2407 ],
2408 "authors": [
2409 {
2410 "name": "A. Grandt",
2411 "email": "php@grandt.com",
2412 "homepage": "http://grandt.com",
2413 "role": "Developer"
2414 },
2415 {
2416 "name": "Greg Kappatos",
2417 "homepage": "http://websiteconnect.com.au",
2418 "role": "Developer"
2419 }
2420 ],
2421 "description": "Merge and stream multiple Zip files on the fly.",
2422 "homepage": "https://github.com/Grandt/PHPZipMerge",
2423 "keywords": [
2424 "archive",
2425 "compressed",
2426 "compression",
2427 "merge",
2428 "phpzip",
2429 "pkzip",
2430 "stream",
2431 "zip"
2432 ],
2433 "time": "2015-08-18T13:49:33+00:00"
2434 },
2435 {
2436 "name": "grandt/relativepath",
2437 "version": "1.0.2",
2438 "source": {
2439 "type": "git",
2440 "url": "https://github.com/Grandt/PHPRelativePath.git",
2441 "reference": "19541133c24143b6295688472c54dd6ed15a5462"
2442 },
2443 "dist": {
2444 "type": "zip",
2445 "url": "https://api.github.com/repos/Grandt/PHPRelativePath/zipball/19541133c24143b6295688472c54dd6ed15a5462",
2446 "reference": "19541133c24143b6295688472c54dd6ed15a5462",
2447 "shasum": ""
2448 },
2449 "require": {
2450 "php": ">=5.0"
2451 },
2452 "type": "library",
2453 "autoload": {
2454 "classmap": [
2455 "RelativePath.php"
2456 ]
2457 },
2458 "notification-url": "https://packagist.org/downloads/",
2459 "license": [
2460 "LGPL-2.1"
2461 ],
2462 "authors": [
2463 {
2464 "name": "A. Grandt",
2465 "email": "php@grandt.com",
2466 "role": "Developer"
2467 }
2468 ],
2469 "description": "A class for cleaning up/collapsing relative paths. Like real_path, but without the need for the path to exist on the filesystem.",
2470 "homepage": "https://github.com/Grandt/PHPRelativePath",
2471 "keywords": [
2472 "file path"
2473 ],
2474 "time": "2015-05-14T08:18:23+00:00"
2475 },
2476 {
2477 "name": "guzzlehttp/guzzle",
2478 "version": "5.3.4",
2479 "source": {
2480 "type": "git",
2481 "url": "https://github.com/guzzle/guzzle.git",
2482 "reference": "b87eda7a7162f95574032da17e9323c9899cb6b2"
2483 },
2484 "dist": {
2485 "type": "zip",
2486 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/b87eda7a7162f95574032da17e9323c9899cb6b2",
2487 "reference": "b87eda7a7162f95574032da17e9323c9899cb6b2",
2488 "shasum": ""
2489 },
2490 "require": {
2491 "guzzlehttp/ringphp": "^1.1",
2492 "php": ">=5.4.0",
2493 "react/promise": "^2.2"
2494 },
2495 "require-dev": {
2496 "ext-curl": "*",
2497 "phpunit/phpunit": "^4.0"
2498 },
2499 "type": "library",
2500 "autoload": {
2501 "psr-4": {
2502 "GuzzleHttp\\": "src/"
2503 }
2504 },
2505 "notification-url": "https://packagist.org/downloads/",
2506 "license": [
2507 "MIT"
2508 ],
2509 "authors": [
2510 {
2511 "name": "Michael Dowling",
2512 "email": "mtdowling@gmail.com",
2513 "homepage": "https://github.com/mtdowling"
2514 }
2515 ],
2516 "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients",
2517 "homepage": "http://guzzlephp.org/",
2518 "keywords": [
2519 "client",
2520 "curl",
2521 "framework",
2522 "http",
2523 "http client",
2524 "rest",
2525 "web service"
2526 ],
2527 "time": "2019-10-30T09:32:00+00:00"
2528 },
2529 {
2530 "name": "guzzlehttp/promises",
2531 "version": "v1.3.1",
2532 "source": {
2533 "type": "git",
2534 "url": "https://github.com/guzzle/promises.git",
2535 "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
2536 },
2537 "dist": {
2538 "type": "zip",
2539 "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
2540 "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
2541 "shasum": ""
2542 },
2543 "require": {
2544 "php": ">=5.5.0"
2545 },
2546 "require-dev": {
2547 "phpunit/phpunit": "^4.0"
2548 },
2549 "type": "library",
2550 "extra": {
2551 "branch-alias": {
2552 "dev-master": "1.4-dev"
2553 }
2554 },
2555 "autoload": {
2556 "psr-4": {
2557 "GuzzleHttp\\Promise\\": "src/"
2558 },
2559 "files": [
2560 "src/functions_include.php"
2561 ]
2562 },
2563 "notification-url": "https://packagist.org/downloads/",
2564 "license": [
2565 "MIT"
2566 ],
2567 "authors": [
2568 {
2569 "name": "Michael Dowling",
2570 "email": "mtdowling@gmail.com",
2571 "homepage": "https://github.com/mtdowling"
2572 }
2573 ],
2574 "description": "Guzzle promises library",
2575 "keywords": [
2576 "promise"
2577 ],
2578 "time": "2016-12-20T10:07:11+00:00"
2579 },
2580 {
2581 "name": "guzzlehttp/psr7",
2582 "version": "1.6.1",
2583 "source": {
2584 "type": "git",
2585 "url": "https://github.com/guzzle/psr7.git",
2586 "reference": "239400de7a173fe9901b9ac7c06497751f00727a"
2587 },
2588 "dist": {
2589 "type": "zip",
2590 "url": "https://api.github.com/repos/guzzle/psr7/zipball/239400de7a173fe9901b9ac7c06497751f00727a",
2591 "reference": "239400de7a173fe9901b9ac7c06497751f00727a",
2592 "shasum": ""
2593 },
2594 "require": {
2595 "php": ">=5.4.0",
2596 "psr/http-message": "~1.0",
2597 "ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
2598 },
2599 "provide": {
2600 "psr/http-message-implementation": "1.0"
2601 },
2602 "require-dev": {
2603 "ext-zlib": "*",
2604 "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8"
2605 },
2606 "suggest": {
2607 "zendframework/zend-httphandlerrunner": "Emit PSR-7 responses"
2608 },
2609 "type": "library",
2610 "extra": {
2611 "branch-alias": {
2612 "dev-master": "1.6-dev"
2613 }
2614 },
2615 "autoload": {
2616 "psr-4": {
2617 "GuzzleHttp\\Psr7\\": "src/"
2618 },
2619 "files": [
2620 "src/functions_include.php"
2621 ]
2622 },
2623 "notification-url": "https://packagist.org/downloads/",
2624 "license": [
2625 "MIT"
2626 ],
2627 "authors": [
2628 {
2629 "name": "Michael Dowling",
2630 "email": "mtdowling@gmail.com",
2631 "homepage": "https://github.com/mtdowling"
2632 },
2633 {
2634 "name": "Tobias Schultze",
2635 "homepage": "https://github.com/Tobion"
2636 }
2637 ],
2638 "description": "PSR-7 message implementation that also provides common utility methods",
2639 "keywords": [
2640 "http",
2641 "message",
2642 "psr-7",
2643 "request",
2644 "response",
2645 "stream",
2646 "uri",
2647 "url"
2648 ],
2649 "time": "2019-07-01T23:21:34+00:00"
2650 },
2651 {
2652 "name": "guzzlehttp/ringphp",
2653 "version": "1.1.1",
2654 "source": {
2655 "type": "git",
2656 "url": "https://github.com/guzzle/RingPHP.git",
2657 "reference": "5e2a174052995663dd68e6b5ad838afd47dd615b"
2658 },
2659 "dist": {
2660 "type": "zip",
2661 "url": "https://api.github.com/repos/guzzle/RingPHP/zipball/5e2a174052995663dd68e6b5ad838afd47dd615b",
2662 "reference": "5e2a174052995663dd68e6b5ad838afd47dd615b",
2663 "shasum": ""
2664 },
2665 "require": {
2666 "guzzlehttp/streams": "~3.0",
2667 "php": ">=5.4.0",
2668 "react/promise": "~2.0"
2669 },
2670 "require-dev": {
2671 "ext-curl": "*",
2672 "phpunit/phpunit": "~4.0"
2673 },
2674 "suggest": {
2675 "ext-curl": "Guzzle will use specific adapters if cURL is present"
2676 },
2677 "type": "library",
2678 "extra": {
2679 "branch-alias": {
2680 "dev-master": "1.1-dev"
2681 }
2682 },
2683 "autoload": {
2684 "psr-4": {
2685 "GuzzleHttp\\Ring\\": "src/"
2686 }
2687 },
2688 "notification-url": "https://packagist.org/downloads/",
2689 "license": [
2690 "MIT"
2691 ],
2692 "authors": [
2693 {
2694 "name": "Michael Dowling",
2695 "email": "mtdowling@gmail.com",
2696 "homepage": "https://github.com/mtdowling"
2697 }
2698 ],
2699 "description": "Provides a simple API and specification that abstracts away the details of HTTP into a single PHP function.",
2700 "time": "2018-07-31T13:22:33+00:00"
2701 },
2702 {
2703 "name": "guzzlehttp/streams",
2704 "version": "3.0.0",
2705 "source": {
2706 "type": "git",
2707 "url": "https://github.com/guzzle/streams.git",
2708 "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5"
2709 },
2710 "dist": {
2711 "type": "zip",
2712 "url": "https://api.github.com/repos/guzzle/streams/zipball/47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
2713 "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
2714 "shasum": ""
2715 },
2716 "require": {
2717 "php": ">=5.4.0"
2718 },
2719 "require-dev": {
2720 "phpunit/phpunit": "~4.0"
2721 },
2722 "type": "library",
2723 "extra": {
2724 "branch-alias": {
2725 "dev-master": "3.0-dev"
2726 }
2727 },
2728 "autoload": {
2729 "psr-4": {
2730 "GuzzleHttp\\Stream\\": "src/"
2731 }
2732 },
2733 "notification-url": "https://packagist.org/downloads/",
2734 "license": [
2735 "MIT"
2736 ],
2737 "authors": [
2738 {
2739 "name": "Michael Dowling",
2740 "email": "mtdowling@gmail.com",
2741 "homepage": "https://github.com/mtdowling"
2742 }
2743 ],
2744 "description": "Provides a simple abstraction over streams of data",
2745 "homepage": "http://guzzlephp.org/",
2746 "keywords": [
2747 "Guzzle",
2748 "stream"
2749 ],
2750 "time": "2014-10-12T19:18:40+00:00"
2751 },
2752 {
2753 "name": "hoa/compiler",
2754 "version": "3.17.08.08",
2755 "source": {
2756 "type": "git",
2757 "url": "https://github.com/hoaproject/Compiler.git",
2758 "reference": "aa09caf0bf28adae6654ca6ee415ee2f522672de"
2759 },
2760 "dist": {
2761 "type": "zip",
2762 "url": "https://api.github.com/repos/hoaproject/Compiler/zipball/aa09caf0bf28adae6654ca6ee415ee2f522672de",
2763 "reference": "aa09caf0bf28adae6654ca6ee415ee2f522672de",
2764 "shasum": ""
2765 },
2766 "require": {
2767 "hoa/consistency": "~1.0",
2768 "hoa/exception": "~1.0",
2769 "hoa/file": "~1.0",
2770 "hoa/iterator": "~2.0",
2771 "hoa/math": "~1.0",
2772 "hoa/protocol": "~1.0",
2773 "hoa/regex": "~1.0",
2774 "hoa/visitor": "~2.0"
2775 },
2776 "require-dev": {
2777 "hoa/json": "~2.0",
2778 "hoa/test": "~2.0"
2779 },
2780 "type": "library",
2781 "extra": {
2782 "branch-alias": {
2783 "dev-master": "3.x-dev"
2784 }
2785 },
2786 "autoload": {
2787 "psr-4": {
2788 "Hoa\\Compiler\\": "."
2789 }
2790 },
2791 "notification-url": "https://packagist.org/downloads/",
2792 "license": [
2793 "BSD-3-Clause"
2794 ],
2795 "authors": [
2796 {
2797 "name": "Ivan Enderlin",
2798 "email": "ivan.enderlin@hoa-project.net"
2799 },
2800 {
2801 "name": "Hoa community",
2802 "homepage": "https://hoa-project.net/"
2803 }
2804 ],
2805 "description": "The Hoa\\Compiler library.",
2806 "homepage": "https://hoa-project.net/",
2807 "keywords": [
2808 "algebraic",
2809 "ast",
2810 "compiler",
2811 "context-free",
2812 "coverage",
2813 "exhaustive",
2814 "grammar",
2815 "isotropic",
2816 "language",
2817 "lexer",
2818 "library",
2819 "ll1",
2820 "llk",
2821 "parser",
2822 "pp",
2823 "random",
2824 "regular",
2825 "rule",
2826 "sampler",
2827 "syntax",
2828 "token",
2829 "trace",
2830 "uniform"
2831 ],
2832 "time": "2017-08-08T07:44:07+00:00"
2833 },
2834 {
2835 "name": "hoa/consistency",
2836 "version": "1.17.05.02",
2837 "source": {
2838 "type": "git",
2839 "url": "https://github.com/hoaproject/Consistency.git",
2840 "reference": "fd7d0adc82410507f332516faf655b6ed22e4c2f"
2841 },
2842 "dist": {
2843 "type": "zip",
2844 "url": "https://api.github.com/repos/hoaproject/Consistency/zipball/fd7d0adc82410507f332516faf655b6ed22e4c2f",
2845 "reference": "fd7d0adc82410507f332516faf655b6ed22e4c2f",
2846 "shasum": ""
2847 },
2848 "require": {
2849 "hoa/exception": "~1.0",
2850 "php": ">=5.5.0"
2851 },
2852 "require-dev": {
2853 "hoa/stream": "~1.0",
2854 "hoa/test": "~2.0"
2855 },
2856 "type": "library",
2857 "extra": {
2858 "branch-alias": {
2859 "dev-master": "1.x-dev"
2860 }
2861 },
2862 "autoload": {
2863 "psr-4": {
2864 "Hoa\\Consistency\\": "."
2865 },
2866 "files": [
2867 "Prelude.php"
2868 ]
2869 },
2870 "notification-url": "https://packagist.org/downloads/",
2871 "license": [
2872 "BSD-3-Clause"
2873 ],
2874 "authors": [
2875 {
2876 "name": "Ivan Enderlin",
2877 "email": "ivan.enderlin@hoa-project.net"
2878 },
2879 {
2880 "name": "Hoa community",
2881 "homepage": "https://hoa-project.net/"
2882 }
2883 ],
2884 "description": "The Hoa\\Consistency library.",
2885 "homepage": "https://hoa-project.net/",
2886 "keywords": [
2887 "autoloader",
2888 "callable",
2889 "consistency",
2890 "entity",
2891 "flex",
2892 "keyword",
2893 "library"
2894 ],
2895 "time": "2017-05-02T12:18:12+00:00"
2896 },
2897 {
2898 "name": "hoa/event",
2899 "version": "1.17.01.13",
2900 "source": {
2901 "type": "git",
2902 "url": "https://github.com/hoaproject/Event.git",
2903 "reference": "6c0060dced212ffa3af0e34bb46624f990b29c54"
2904 },
2905 "dist": {
2906 "type": "zip",
2907 "url": "https://api.github.com/repos/hoaproject/Event/zipball/6c0060dced212ffa3af0e34bb46624f990b29c54",
2908 "reference": "6c0060dced212ffa3af0e34bb46624f990b29c54",
2909 "shasum": ""
2910 },
2911 "require": {
2912 "hoa/consistency": "~1.0",
2913 "hoa/exception": "~1.0"
2914 },
2915 "require-dev": {
2916 "hoa/test": "~2.0"
2917 },
2918 "type": "library",
2919 "extra": {
2920 "branch-alias": {
2921 "dev-master": "1.x-dev"
2922 }
2923 },
2924 "autoload": {
2925 "psr-4": {
2926 "Hoa\\Event\\": "."
2927 }
2928 },
2929 "notification-url": "https://packagist.org/downloads/",
2930 "license": [
2931 "BSD-3-Clause"
2932 ],
2933 "authors": [
2934 {
2935 "name": "Ivan Enderlin",
2936 "email": "ivan.enderlin@hoa-project.net"
2937 },
2938 {
2939 "name": "Hoa community",
2940 "homepage": "https://hoa-project.net/"
2941 }
2942 ],
2943 "description": "The Hoa\\Event library.",
2944 "homepage": "https://hoa-project.net/",
2945 "keywords": [
2946 "event",
2947 "library",
2948 "listener",
2949 "observer"
2950 ],
2951 "time": "2017-01-13T15:30:50+00:00"
2952 },
2953 {
2954 "name": "hoa/exception",
2955 "version": "1.17.01.16",
2956 "source": {
2957 "type": "git",
2958 "url": "https://github.com/hoaproject/Exception.git",
2959 "reference": "091727d46420a3d7468ef0595651488bfc3a458f"
2960 },
2961 "dist": {
2962 "type": "zip",
2963 "url": "https://api.github.com/repos/hoaproject/Exception/zipball/091727d46420a3d7468ef0595651488bfc3a458f",
2964 "reference": "091727d46420a3d7468ef0595651488bfc3a458f",
2965 "shasum": ""
2966 },
2967 "require": {
2968 "hoa/consistency": "~1.0",
2969 "hoa/event": "~1.0"
2970 },
2971 "require-dev": {
2972 "hoa/test": "~2.0"
2973 },
2974 "type": "library",
2975 "extra": {
2976 "branch-alias": {
2977 "dev-master": "1.x-dev"
2978 }
2979 },
2980 "autoload": {
2981 "psr-4": {
2982 "Hoa\\Exception\\": "."
2983 }
2984 },
2985 "notification-url": "https://packagist.org/downloads/",
2986 "license": [
2987 "BSD-3-Clause"
2988 ],
2989 "authors": [
2990 {
2991 "name": "Ivan Enderlin",
2992 "email": "ivan.enderlin@hoa-project.net"
2993 },
2994 {
2995 "name": "Hoa community",
2996 "homepage": "https://hoa-project.net/"
2997 }
2998 ],
2999 "description": "The Hoa\\Exception library.",
3000 "homepage": "https://hoa-project.net/",
3001 "keywords": [
3002 "exception",
3003 "library"
3004 ],
3005 "time": "2017-01-16T07:53:27+00:00"
3006 },
3007 {
3008 "name": "hoa/file",
3009 "version": "1.17.07.11",
3010 "source": {
3011 "type": "git",
3012 "url": "https://github.com/hoaproject/File.git",
3013 "reference": "35cb979b779bc54918d2f9a4e02ed6c7a1fa67ca"
3014 },
3015 "dist": {
3016 "type": "zip",
3017 "url": "https://api.github.com/repos/hoaproject/File/zipball/35cb979b779bc54918d2f9a4e02ed6c7a1fa67ca",
3018 "reference": "35cb979b779bc54918d2f9a4e02ed6c7a1fa67ca",
3019 "shasum": ""
3020 },
3021 "require": {
3022 "hoa/consistency": "~1.0",
3023 "hoa/event": "~1.0",
3024 "hoa/exception": "~1.0",
3025 "hoa/iterator": "~2.0",
3026 "hoa/stream": "~1.0"
3027 },
3028 "require-dev": {
3029 "hoa/test": "~2.0"
3030 },
3031 "type": "library",
3032 "extra": {
3033 "branch-alias": {
3034 "dev-master": "1.x-dev"
3035 }
3036 },
3037 "autoload": {
3038 "psr-4": {
3039 "Hoa\\File\\": "."
3040 }
3041 },
3042 "notification-url": "https://packagist.org/downloads/",
3043 "license": [
3044 "BSD-3-Clause"
3045 ],
3046 "authors": [
3047 {
3048 "name": "Ivan Enderlin",
3049 "email": "ivan.enderlin@hoa-project.net"
3050 },
3051 {
3052 "name": "Hoa community",
3053 "homepage": "https://hoa-project.net/"
3054 }
3055 ],
3056 "description": "The Hoa\\File library.",
3057 "homepage": "https://hoa-project.net/",
3058 "keywords": [
3059 "Socket",
3060 "directory",
3061 "file",
3062 "finder",
3063 "library",
3064 "link",
3065 "temporary"
3066 ],
3067 "time": "2017-07-11T07:42:15+00:00"
3068 },
3069 {
3070 "name": "hoa/iterator",
3071 "version": "2.17.01.10",
3072 "source": {
3073 "type": "git",
3074 "url": "https://github.com/hoaproject/Iterator.git",
3075 "reference": "d1120ba09cb4ccd049c86d10058ab94af245f0cc"
3076 },
3077 "dist": {
3078 "type": "zip",
3079 "url": "https://api.github.com/repos/hoaproject/Iterator/zipball/d1120ba09cb4ccd049c86d10058ab94af245f0cc",
3080 "reference": "d1120ba09cb4ccd049c86d10058ab94af245f0cc",
3081 "shasum": ""
3082 },
3083 "require": {
3084 "hoa/consistency": "~1.0",
3085 "hoa/exception": "~1.0"
3086 },
3087 "require-dev": {
3088 "hoa/test": "~2.0"
3089 },
3090 "type": "library",
3091 "extra": {
3092 "branch-alias": {
3093 "dev-master": "2.x-dev"
3094 }
3095 },
3096 "autoload": {
3097 "psr-4": {
3098 "Hoa\\Iterator\\": "."
3099 }
3100 },
3101 "notification-url": "https://packagist.org/downloads/",
3102 "license": [
3103 "BSD-3-Clause"
3104 ],
3105 "authors": [
3106 {
3107 "name": "Ivan Enderlin",
3108 "email": "ivan.enderlin@hoa-project.net"
3109 },
3110 {
3111 "name": "Hoa community",
3112 "homepage": "https://hoa-project.net/"
3113 }
3114 ],
3115 "description": "The Hoa\\Iterator library.",
3116 "homepage": "https://hoa-project.net/",
3117 "keywords": [
3118 "iterator",
3119 "library"
3120 ],
3121 "time": "2017-01-10T10:34:47+00:00"
3122 },
3123 {
3124 "name": "hoa/math",
3125 "version": "1.17.05.16",
3126 "source": {
3127 "type": "git",
3128 "url": "https://github.com/hoaproject/Math.git",
3129 "reference": "7150785d30f5d565704912116a462e9f5bc83a0c"
3130 },
3131 "dist": {
3132 "type": "zip",
3133 "url": "https://api.github.com/repos/hoaproject/Math/zipball/7150785d30f5d565704912116a462e9f5bc83a0c",
3134 "reference": "7150785d30f5d565704912116a462e9f5bc83a0c",
3135 "shasum": ""
3136 },
3137 "require": {
3138 "hoa/compiler": "~3.0",
3139 "hoa/consistency": "~1.0",
3140 "hoa/exception": "~1.0",
3141 "hoa/iterator": "~2.0",
3142 "hoa/protocol": "~1.0",
3143 "hoa/zformat": "~1.0"
3144 },
3145 "require-dev": {
3146 "hoa/test": "~2.0"
3147 },
3148 "type": "library",
3149 "extra": {
3150 "branch-alias": {
3151 "dev-master": "1.x-dev"
3152 }
3153 },
3154 "autoload": {
3155 "psr-4": {
3156 "Hoa\\Math\\": "."
3157 }
3158 },
3159 "notification-url": "https://packagist.org/downloads/",
3160 "license": [
3161 "BSD-3-Clause"
3162 ],
3163 "authors": [
3164 {
3165 "name": "Ivan Enderlin",
3166 "email": "ivan.enderlin@hoa-project.net"
3167 },
3168 {
3169 "name": "Hoa community",
3170 "homepage": "https://hoa-project.net/"
3171 }
3172 ],
3173 "description": "The Hoa\\Math library.",
3174 "homepage": "https://hoa-project.net/",
3175 "keywords": [
3176 "arrangement",
3177 "combination",
3178 "combinatorics",
3179 "counting",
3180 "library",
3181 "math",
3182 "permutation",
3183 "sampler",
3184 "set"
3185 ],
3186 "time": "2017-05-16T08:02:17+00:00"
3187 },
3188 {
3189 "name": "hoa/protocol",
3190 "version": "1.17.01.14",
3191 "source": {
3192 "type": "git",
3193 "url": "https://github.com/hoaproject/Protocol.git",
3194 "reference": "5c2cf972151c45f373230da170ea015deecf19e2"
3195 },
3196 "dist": {
3197 "type": "zip",
3198 "url": "https://api.github.com/repos/hoaproject/Protocol/zipball/5c2cf972151c45f373230da170ea015deecf19e2",
3199 "reference": "5c2cf972151c45f373230da170ea015deecf19e2",
3200 "shasum": ""
3201 },
3202 "require": {
3203 "hoa/consistency": "~1.0",
3204 "hoa/exception": "~1.0"
3205 },
3206 "require-dev": {
3207 "hoa/test": "~2.0"
3208 },
3209 "type": "library",
3210 "extra": {
3211 "branch-alias": {
3212 "dev-master": "1.x-dev"
3213 }
3214 },
3215 "autoload": {
3216 "psr-4": {
3217 "Hoa\\Protocol\\": "."
3218 },
3219 "files": [
3220 "Wrapper.php"
3221 ]
3222 },
3223 "notification-url": "https://packagist.org/downloads/",
3224 "license": [
3225 "BSD-3-Clause"
3226 ],
3227 "authors": [
3228 {
3229 "name": "Ivan Enderlin",
3230 "email": "ivan.enderlin@hoa-project.net"
3231 },
3232 {
3233 "name": "Hoa community",
3234 "homepage": "https://hoa-project.net/"
3235 }
3236 ],
3237 "description": "The Hoa\\Protocol library.",
3238 "homepage": "https://hoa-project.net/",
3239 "keywords": [
3240 "library",
3241 "protocol",
3242 "resource",
3243 "stream",
3244 "wrapper"
3245 ],
3246 "time": "2017-01-14T12:26:10+00:00"
3247 },
3248 {
3249 "name": "hoa/regex",
3250 "version": "1.17.01.13",
3251 "source": {
3252 "type": "git",
3253 "url": "https://github.com/hoaproject/Regex.git",
3254 "reference": "7e263a61b6fb45c1d03d8e5ef77668518abd5bec"
3255 },
3256 "dist": {
3257 "type": "zip",
3258 "url": "https://api.github.com/repos/hoaproject/Regex/zipball/7e263a61b6fb45c1d03d8e5ef77668518abd5bec",
3259 "reference": "7e263a61b6fb45c1d03d8e5ef77668518abd5bec",
3260 "shasum": ""
3261 },
3262 "require": {
3263 "hoa/consistency": "~1.0",
3264 "hoa/exception": "~1.0",
3265 "hoa/math": "~1.0",
3266 "hoa/protocol": "~1.0",
3267 "hoa/ustring": "~4.0",
3268 "hoa/visitor": "~2.0"
3269 },
3270 "type": "library",
3271 "extra": {
3272 "branch-alias": {
3273 "dev-master": "1.x-dev"
3274 }
3275 },
3276 "autoload": {
3277 "psr-4": {
3278 "Hoa\\Regex\\": "."
3279 }
3280 },
3281 "notification-url": "https://packagist.org/downloads/",
3282 "license": [
3283 "BSD-3-Clause"
3284 ],
3285 "authors": [
3286 {
3287 "name": "Ivan Enderlin",
3288 "email": "ivan.enderlin@hoa-project.net"
3289 },
3290 {
3291 "name": "Hoa community",
3292 "homepage": "https://hoa-project.net/"
3293 }
3294 ],
3295 "description": "The Hoa\\Regex library.",
3296 "homepage": "https://hoa-project.net/",
3297 "keywords": [
3298 "compiler",
3299 "library",
3300 "regex"
3301 ],
3302 "time": "2017-01-13T16:10:24+00:00"
3303 },
3304 {
3305 "name": "hoa/ruler",
3306 "version": "2.17.05.16",
3307 "source": {
3308 "type": "git",
3309 "url": "https://github.com/hoaproject/Ruler.git",
3310 "reference": "696835daf8336dfd490f032da7af444050e52dfc"
3311 },
3312 "dist": {
3313 "type": "zip",
3314 "url": "https://api.github.com/repos/hoaproject/Ruler/zipball/696835daf8336dfd490f032da7af444050e52dfc",
3315 "reference": "696835daf8336dfd490f032da7af444050e52dfc",
3316 "shasum": ""
3317 },
3318 "require": {
3319 "hoa/compiler": "~3.0",
3320 "hoa/consistency": "~1.0",
3321 "hoa/exception": "~1.0",
3322 "hoa/file": "~1.0",
3323 "hoa/protocol": "~1.0",
3324 "hoa/visitor": "~2.0"
3325 },
3326 "require-dev": {
3327 "hoa/test": "~2.0"
3328 },
3329 "type": "library",
3330 "extra": {
3331 "branch-alias": {
3332 "dev-master": "2.x-dev"
3333 }
3334 },
3335 "autoload": {
3336 "psr-4": {
3337 "Hoa\\Ruler\\": "."
3338 }
3339 },
3340 "notification-url": "https://packagist.org/downloads/",
3341 "license": [
3342 "BSD-3-Clause"
3343 ],
3344 "authors": [
3345 {
3346 "name": "Ivan Enderlin",
3347 "email": "ivan.enderlin@hoa-project.net"
3348 },
3349 {
3350 "name": "Hoa community",
3351 "homepage": "https://hoa-project.net/"
3352 }
3353 ],
3354 "description": "The Hoa\\Ruler library.",
3355 "homepage": "https://hoa-project.net/",
3356 "keywords": [
3357 "library",
3358 "ruler"
3359 ],
3360 "time": "2017-05-16T07:52:21+00:00"
3361 },
3362 {
3363 "name": "hoa/stream",
3364 "version": "1.17.02.21",
3365 "source": {
3366 "type": "git",
3367 "url": "https://github.com/hoaproject/Stream.git",
3368 "reference": "3293cfffca2de10525df51436adf88a559151d82"
3369 },
3370 "dist": {
3371 "type": "zip",
3372 "url": "https://api.github.com/repos/hoaproject/Stream/zipball/3293cfffca2de10525df51436adf88a559151d82",
3373 "reference": "3293cfffca2de10525df51436adf88a559151d82",
3374 "shasum": ""
3375 },
3376 "require": {
3377 "hoa/consistency": "~1.0",
3378 "hoa/event": "~1.0",
3379 "hoa/exception": "~1.0",
3380 "hoa/protocol": "~1.0"
3381 },
3382 "require-dev": {
3383 "hoa/test": "~2.0"
3384 },
3385 "type": "library",
3386 "extra": {
3387 "branch-alias": {
3388 "dev-master": "1.x-dev"
3389 }
3390 },
3391 "autoload": {
3392 "psr-4": {
3393 "Hoa\\Stream\\": "."
3394 }
3395 },
3396 "notification-url": "https://packagist.org/downloads/",
3397 "license": [
3398 "BSD-3-Clause"
3399 ],
3400 "authors": [
3401 {
3402 "name": "Ivan Enderlin",
3403 "email": "ivan.enderlin@hoa-project.net"
3404 },
3405 {
3406 "name": "Hoa community",
3407 "homepage": "https://hoa-project.net/"
3408 }
3409 ],
3410 "description": "The Hoa\\Stream library.",
3411 "homepage": "https://hoa-project.net/",
3412 "keywords": [
3413 "Context",
3414 "bucket",
3415 "composite",
3416 "filter",
3417 "in",
3418 "library",
3419 "out",
3420 "protocol",
3421 "stream",
3422 "wrapper"
3423 ],
3424 "time": "2017-02-21T16:01:06+00:00"
3425 },
3426 {
3427 "name": "hoa/ustring",
3428 "version": "4.17.01.16",
3429 "source": {
3430 "type": "git",
3431 "url": "https://github.com/hoaproject/Ustring.git",
3432 "reference": "e6326e2739178799b1fe3fdd92029f9517fa17a0"
3433 },
3434 "dist": {
3435 "type": "zip",
3436 "url": "https://api.github.com/repos/hoaproject/Ustring/zipball/e6326e2739178799b1fe3fdd92029f9517fa17a0",
3437 "reference": "e6326e2739178799b1fe3fdd92029f9517fa17a0",
3438 "shasum": ""
3439 },
3440 "require": {
3441 "hoa/consistency": "~1.0",
3442 "hoa/exception": "~1.0"
3443 },
3444 "require-dev": {
3445 "hoa/test": "~2.0"
3446 },
3447 "suggest": {
3448 "ext-iconv": "ext/iconv must be present (or a third implementation) to use Hoa\\Ustring::transcode().",
3449 "ext-intl": "To get a better Hoa\\Ustring::toAscii() and Hoa\\Ustring::compareTo()."
3450 },
3451 "type": "library",
3452 "extra": {
3453 "branch-alias": {
3454 "dev-master": "4.x-dev"
3455 }
3456 },
3457 "autoload": {
3458 "psr-4": {
3459 "Hoa\\Ustring\\": "."
3460 }
3461 },
3462 "notification-url": "https://packagist.org/downloads/",
3463 "license": [
3464 "BSD-3-Clause"
3465 ],
3466 "authors": [
3467 {
3468 "name": "Ivan Enderlin",
3469 "email": "ivan.enderlin@hoa-project.net"
3470 },
3471 {
3472 "name": "Hoa community",
3473 "homepage": "https://hoa-project.net/"
3474 }
3475 ],
3476 "description": "The Hoa\\Ustring library.",
3477 "homepage": "https://hoa-project.net/",
3478 "keywords": [
3479 "library",
3480 "search",
3481 "string",
3482 "unicode"
3483 ],
3484 "time": "2017-01-16T07:08:25+00:00"
3485 },
3486 {
3487 "name": "hoa/visitor",
3488 "version": "2.17.01.16",
3489 "source": {
3490 "type": "git",
3491 "url": "https://github.com/hoaproject/Visitor.git",
3492 "reference": "c18fe1cbac98ae449e0d56e87469103ba08f224a"
3493 },
3494 "dist": {
3495 "type": "zip",
3496 "url": "https://api.github.com/repos/hoaproject/Visitor/zipball/c18fe1cbac98ae449e0d56e87469103ba08f224a",
3497 "reference": "c18fe1cbac98ae449e0d56e87469103ba08f224a",
3498 "shasum": ""
3499 },
3500 "require": {
3501 "hoa/consistency": "~1.0"
3502 },
3503 "require-dev": {
3504 "hoa/test": "~2.0"
3505 },
3506 "type": "library",
3507 "extra": {
3508 "branch-alias": {
3509 "dev-master": "2.x-dev"
3510 }
3511 },
3512 "autoload": {
3513 "psr-4": {
3514 "Hoa\\Visitor\\": "."
3515 }
3516 },
3517 "notification-url": "https://packagist.org/downloads/",
3518 "license": [
3519 "BSD-3-Clause"
3520 ],
3521 "authors": [
3522 {
3523 "name": "Ivan Enderlin",
3524 "email": "ivan.enderlin@hoa-project.net"
3525 },
3526 {
3527 "name": "Hoa community",
3528 "homepage": "https://hoa-project.net/"
3529 }
3530 ],
3531 "description": "The Hoa\\Visitor library.",
3532 "homepage": "https://hoa-project.net/",
3533 "keywords": [
3534 "library",
3535 "structure",
3536 "visit",
3537 "visitor"
3538 ],
3539 "time": "2017-01-16T07:02:03+00:00"
3540 },
3541 {
3542 "name": "hoa/zformat",
3543 "version": "1.17.01.10",
3544 "source": {
3545 "type": "git",
3546 "url": "https://github.com/hoaproject/Zformat.git",
3547 "reference": "522c381a2a075d4b9dbb42eb4592dd09520e4ac2"
3548 },
3549 "dist": {
3550 "type": "zip",
3551 "url": "https://api.github.com/repos/hoaproject/Zformat/zipball/522c381a2a075d4b9dbb42eb4592dd09520e4ac2",
3552 "reference": "522c381a2a075d4b9dbb42eb4592dd09520e4ac2",
3553 "shasum": ""
3554 },
3555 "require": {
3556 "hoa/consistency": "~1.0",
3557 "hoa/exception": "~1.0"
3558 },
3559 "type": "library",
3560 "extra": {
3561 "branch-alias": {
3562 "dev-master": "1.x-dev"
3563 }
3564 },
3565 "autoload": {
3566 "psr-4": {
3567 "Hoa\\Zformat\\": "."
3568 }
3569 },
3570 "notification-url": "https://packagist.org/downloads/",
3571 "license": [
3572 "BSD-3-Clause"
3573 ],
3574 "authors": [
3575 {
3576 "name": "Ivan Enderlin",
3577 "email": "ivan.enderlin@hoa-project.net"
3578 },
3579 {
3580 "name": "Hoa community",
3581 "homepage": "https://hoa-project.net/"
3582 }
3583 ],
3584 "description": "The Hoa\\Zformat library.",
3585 "homepage": "https://hoa-project.net/",
3586 "keywords": [
3587 "library",
3588 "parameter",
3589 "zformat"
3590 ],
3591 "time": "2017-01-10T10:39:54+00:00"
3592 },
3593 {
3594 "name": "html2text/html2text",
3595 "version": "4.2.1",
3596 "source": {
3597 "type": "git",
3598 "url": "https://github.com/mtibben/html2text.git",
3599 "reference": "f7555eaf271beea4e1098274d3ff37fbb7b21ea7"
3600 },
3601 "dist": {
3602 "type": "zip",
3603 "url": "https://api.github.com/repos/mtibben/html2text/zipball/f7555eaf271beea4e1098274d3ff37fbb7b21ea7",
3604 "reference": "f7555eaf271beea4e1098274d3ff37fbb7b21ea7",
3605 "shasum": ""
3606 },
3607 "require-dev": {
3608 "phpunit/phpunit": "~4"
3609 },
3610 "suggest": {
3611 "ext-mbstring": "For best performance",
3612 "symfony/polyfill-mbstring": "If you can't install ext-mbstring"
3613 },
3614 "type": "library",
3615 "autoload": {
3616 "psr-4": {
3617 "Html2Text\\": [
3618 "src/",
3619 "test/"
3620 ]
3621 }
3622 },
3623 "notification-url": "https://packagist.org/downloads/",
3624 "license": [
3625 "GPL-2.0-or-later"
3626 ],
3627 "description": "Converts HTML to formatted plain text",
3628 "time": "2018-08-13T12:05:08+00:00"
3629 },
3630 {
3631 "name": "http-interop/http-factory-guzzle",
3632 "version": "1.0.0",
3633 "source": {
3634 "type": "git",
3635 "url": "https://github.com/http-interop/http-factory-guzzle.git",
3636 "reference": "34861658efb9899a6618cef03de46e2a52c80fc0"
3637 },
3638 "dist": {
3639 "type": "zip",
3640 "url": "https://api.github.com/repos/http-interop/http-factory-guzzle/zipball/34861658efb9899a6618cef03de46e2a52c80fc0",
3641 "reference": "34861658efb9899a6618cef03de46e2a52c80fc0",
3642 "shasum": ""
3643 },
3644 "require": {
3645 "guzzlehttp/psr7": "^1.4.2",
3646 "psr/http-factory": "^1.0"
3647 },
3648 "provide": {
3649 "psr/http-factory-implementation": "^1.0"
3650 },
3651 "require-dev": {
3652 "http-interop/http-factory-tests": "^0.5",
3653 "phpunit/phpunit": "^6.5"
3654 },
3655 "type": "library",
3656 "autoload": {
3657 "psr-4": {
3658 "Http\\Factory\\Guzzle\\": "src/"
3659 }
3660 },
3661 "notification-url": "https://packagist.org/downloads/",
3662 "license": [
3663 "MIT"
3664 ],
3665 "authors": [
3666 {
3667 "name": "PHP-FIG",
3668 "homepage": "http://www.php-fig.org/"
3669 }
3670 ],
3671 "description": "An HTTP Factory using Guzzle PSR7",
3672 "keywords": [
3673 "factory",
3674 "http",
3675 "psr-17",
3676 "psr-7"
3677 ],
3678 "time": "2018-07-31T19:32:56+00:00"
3679 },
3680 {
3681 "name": "incenteev/composer-parameter-handler",
3682 "version": "v2.1.3",
3683 "source": {
3684 "type": "git",
3685 "url": "https://github.com/Incenteev/ParameterHandler.git",
3686 "reference": "933c45a34814f27f2345c11c37d46b3ca7303550"
3687 },
3688 "dist": {
3689 "type": "zip",
3690 "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/933c45a34814f27f2345c11c37d46b3ca7303550",
3691 "reference": "933c45a34814f27f2345c11c37d46b3ca7303550",
3692 "shasum": ""
3693 },
3694 "require": {
3695 "php": ">=5.3.3",
3696 "symfony/yaml": "^2.3 || ^3.0 || ^4.0"
3697 },
3698 "require-dev": {
3699 "composer/composer": "^1.0@dev",
3700 "symfony/filesystem": "^2.3 || ^3 || ^4",
3701 "symfony/phpunit-bridge": "^4.0"
3702 },
3703 "type": "library",
3704 "extra": {
3705 "branch-alias": {
3706 "dev-master": "2.1.x-dev"
3707 }
3708 },
3709 "autoload": {
3710 "psr-4": {
3711 "Incenteev\\ParameterHandler\\": ""
3712 }
3713 },
3714 "notification-url": "https://packagist.org/downloads/",
3715 "license": [
3716 "MIT"
3717 ],
3718 "authors": [
3719 {
3720 "name": "Christophe Coevoet",
3721 "email": "stof@notk.org"
3722 }
3723 ],
3724 "description": "Composer script handling your ignored parameter file",
3725 "homepage": "https://github.com/Incenteev/ParameterHandler",
3726 "keywords": [
3727 "parameters management"
3728 ],
3729 "time": "2018-02-13T18:05:56+00:00"
3730 },
3731 {
3732 "name": "j0k3r/graby",
3733 "version": "2.1.0",
3734 "source": {
3735 "type": "git",
3736 "url": "https://github.com/j0k3r/graby.git",
3737 "reference": "8dcacf79bd2bc18438dc3c93cdee1fa59f9a848b"
3738 },
3739 "dist": {
3740 "type": "zip",
3741 "url": "https://api.github.com/repos/j0k3r/graby/zipball/8dcacf79bd2bc18438dc3c93cdee1fa59f9a848b",
3742 "reference": "8dcacf79bd2bc18438dc3c93cdee1fa59f9a848b",
3743 "shasum": ""
3744 },
3745 "require": {
3746 "ext-curl": "*",
3747 "ext-tidy": "*",
3748 "fossar/htmlawed": "^1.2.4",
3749 "guzzlehttp/psr7": "^1.5",
3750 "j0k3r/graby-site-config": "^1.0",
3751 "j0k3r/httplug-ssrf-plugin": "^2.0",
3752 "j0k3r/php-readability": "^1.1",
3753 "monolog/monolog": "^1.13.1",
3754 "php": ">=7.1",
3755 "php-http/client-common": "^2.0",
3756 "php-http/discovery": "^1.0",
3757 "php-http/httplug": "^2.0",
3758 "php-http/message": "^1.7",
3759 "psr/http-message": "^1.0",
3760 "simplepie/simplepie": "^1.3.1",
3761 "smalot/pdfparser": "~0.11",
3762 "symfony/options-resolver": "~2.6|~3.0|~4.0",
3763 "true/punycode": "~2.1",
3764 "wallabag/tcpdf": "^6.2.26"
3765 },
3766 "require-dev": {
3767 "friendsofphp/php-cs-fixer": "~2.14",
3768 "php-coveralls/php-coveralls": "^2.0",
3769 "php-http/guzzle6-adapter": "^2.0",
3770 "php-http/mock-client": "^1.2",
3771 "phpstan/phpstan": "^0.11",
3772 "phpstan/phpstan-phpunit": "^0.11",
3773 "symfony/phpunit-bridge": "~2.6|~3.0|~4.0"
3774 },
3775 "type": "library",
3776 "extra": {
3777 "branch-alias": {
3778 "dev-2.0": "2.0-dev"
3779 }
3780 },
3781 "autoload": {
3782 "psr-4": {
3783 "Graby\\": "src/"
3784 }
3785 },
3786 "notification-url": "https://packagist.org/downloads/",
3787 "license": [
3788 "MIT"
3789 ],
3790 "authors": [
3791 {
3792 "name": "Jeremy Benoist",
3793 "email": "jeremy.benoist@gmail.com",
3794 "role": "Developer"
3795 },
3796 {
3797 "name": "FiveFilters.org",
3798 "email": "fivefilters@fivefilters.org",
3799 "role": "Developer (original version)"
3800 }
3801 ],
3802 "description": "Graby helps you extract article content from web pages",
3803 "time": "2019-11-12T13:10:23+00:00"
3804 },
3805 {
3806 "name": "j0k3r/graby-site-config",
3807 "version": "1.0.97",
3808 "source": {
3809 "type": "git",
3810 "url": "https://github.com/j0k3r/graby-site-config.git",
3811 "reference": "a6e0b976c191c58a523e66835881e2bc9979b2a8"
3812 },
3813 "dist": {
3814 "type": "zip",
3815 "url": "https://api.github.com/repos/j0k3r/graby-site-config/zipball/a6e0b976c191c58a523e66835881e2bc9979b2a8",
3816 "reference": "a6e0b976c191c58a523e66835881e2bc9979b2a8",
3817 "shasum": ""
3818 },
3819 "require": {
3820 "symfony/finder": "~2.6|~3.0|~4.0"
3821 },
3822 "require-dev": {
3823 "liip/rmt": "1.2.*",
3824 "symfony/phpunit-bridge": "^4.3"
3825 },
3826 "type": "library",
3827 "autoload": {
3828 "psr-4": {
3829 "GrabySiteConfig\\SiteConfig\\": "src/"
3830 }
3831 },
3832 "notification-url": "https://packagist.org/downloads/",
3833 "license": [
3834 "CC0-1.0"
3835 ],
3836 "authors": [
3837 {
3838 "name": "Jeremy Benoist",
3839 "email": "jeremy.benoist@gmail.com"
3840 }
3841 ],
3842 "description": "Graby site config files",
3843 "time": "2019-12-16T15:56:50+00:00"
3844 },
3845 {
3846 "name": "j0k3r/httplug-ssrf-plugin",
3847 "version": "v2.0.0",
3848 "source": {
3849 "type": "git",
3850 "url": "https://github.com/j0k3r/httplug-ssrf-plugin.git",
3851 "reference": "ea8599016240d2a49b91e267550ea3eb243ddd74"
3852 },
3853 "dist": {
3854 "type": "zip",
3855 "url": "https://api.github.com/repos/j0k3r/httplug-ssrf-plugin/zipball/ea8599016240d2a49b91e267550ea3eb243ddd74",
3856 "reference": "ea8599016240d2a49b91e267550ea3eb243ddd74",
3857 "shasum": ""
3858 },
3859 "require": {
3860 "php": "^7.1",
3861 "php-http/client-common": "^2.0",
3862 "php-http/discovery": "^1.5",
3863 "php-http/message": "^1.7",
3864 "php-http/message-factory": "^1.0.2"
3865 },
3866 "require-dev": {
3867 "friendsofphp/php-cs-fixer": "^2.14",
3868 "guzzlehttp/psr7": "^1.0",
3869 "php-http/guzzle6-adapter": "^2.0",
3870 "php-http/mock-client": "^1.0",
3871 "phpstan/phpstan": "^0.11",
3872 "phpstan/phpstan-phpunit": "^0.11",
3873 "symfony/phpunit-bridge": "~3.4.19|~4.0"
3874 },
3875 "type": "library",
3876 "extra": {
3877 "branch-alias": {
3878 "dev-master": "2.0-dev"
3879 }
3880 },
3881 "autoload": {
3882 "psr-4": {
3883 "Graby\\HttpClient\\Plugin\\ServerSideRequestForgeryProtection\\": "src/"
3884 }
3885 },
3886 "notification-url": "https://packagist.org/downloads/",
3887 "license": [
3888 "MIT"
3889 ],
3890 "authors": [
3891 {
3892 "name": "Jeremy Benoist",
3893 "email": "jeremy.benoist@gmail.com"
3894 },
3895 {
3896 "name": "aaa2000",
3897 "email": "adev2000@gmail.com"
3898 },
3899 {
3900 "name": "Jack W",
3901 "email": "jack@fin1te.net",
3902 "role": "Developer (SafeCurl original version)"
3903 }
3904 ],
3905 "description": "Server-Side Request Forgery (SSRF) protection plugin for HTTPlug",
3906 "homepage": "https://github.com/j0k3r/httplug-ssrf-plugin",
3907 "keywords": [
3908 "http",
3909 "httplug",
3910 "plugin",
3911 "security",
3912 "ssrf"
3913 ],
3914 "time": "2019-02-06T10:58:53+00:00"
3915 },
3916 {
3917 "name": "j0k3r/php-readability",
3918 "version": "1.2.4",
3919 "source": {
3920 "type": "git",
3921 "url": "https://github.com/j0k3r/php-readability.git",
3922 "reference": "9306996b472fd3d4bc5a7928a301ccce38423793"
3923 },
3924 "dist": {
3925 "type": "zip",
3926 "url": "https://api.github.com/repos/j0k3r/php-readability/zipball/9306996b472fd3d4bc5a7928a301ccce38423793",
3927 "reference": "9306996b472fd3d4bc5a7928a301ccce38423793",
3928 "shasum": ""
3929 },
3930 "require": {
3931 "electrolinux/php-html5lib": "^0.1.0",
3932 "ext-mbstring": "*",
3933 "php": ">=5.6.0",
3934 "psr/log": "^1.0"
3935 },
3936 "require-dev": {
3937 "friendsofphp/php-cs-fixer": "^2.14",
3938 "monolog/monolog": "^1.24",
3939 "php-coveralls/php-coveralls": "^2.1",
3940 "symfony/phpunit-bridge": "^4.2.3"
3941 },
3942 "suggest": {
3943 "ext-tidy": "Used to clean up given HTML and to avoid problems with bad HTML structure."
3944 },
3945 "type": "library",
3946 "autoload": {
3947 "psr-4": {
3948 "Readability\\": "src/"
3949 }
3950 },
3951 "notification-url": "https://packagist.org/downloads/",
3952 "license": [
3953 "Apache-2.0"
3954 ],
3955 "authors": [
3956 {
3957 "name": "Keyvan Minoukadeh",
3958 "email": "keyvan@keyvan.net",
3959 "homepage": "http://keyvan.net",
3960 "role": "Developer (ported original JS code to PHP)"
3961 },
3962 {
3963 "name": "Arc90",
3964 "homepage": "http://arc90.com",
3965 "role": "Developer (original JS version)"
3966 },
3967 {
3968 "name": "Jeremy Benoist",
3969 "email": "jeremy.benoist@gmail.com",
3970 "homepage": "http://www.j0k3r.net",
3971 "role": "Developer"
3972 },
3973 {
3974 "name": "DitherSky",
3975 "homepage": "https://github.com/Dither",
3976 "role": "Developer (https://github.com/Dither/full-text-rss)"
3977 }
3978 ],
3979 "description": "Automatic article extraction from HTML",
3980 "keywords": [
3981 "article",
3982 "article extraction",
3983 "content",
3984 "content extraction",
3985 "extraction",
3986 "html"
3987 ],
3988 "time": "2019-06-25T15:15:37+00:00"
3989 },
3990 {
3991 "name": "javibravo/simpleue",
3992 "version": "2.1.0",
3993 "source": {
3994 "type": "git",
3995 "url": "https://github.com/javibravo/simpleue.git",
3996 "reference": "b12ccea0631cd3f6128ab91178fc5363f6e14ff6"
3997 },
3998 "dist": {
3999 "type": "zip",
4000 "url": "https://api.github.com/repos/javibravo/simpleue/zipball/b12ccea0631cd3f6128ab91178fc5363f6e14ff6",
4001 "reference": "b12ccea0631cd3f6128ab91178fc5363f6e14ff6",
4002 "shasum": ""
4003 },
4004 "require": {
4005 "php": ">=5.5",
4006 "psr/log": "~1.0"
4007 },
4008 "require-dev": {
4009 "aws/aws-sdk-php": "^3.9",
4010 "pda/pheanstalk": "^3.1",
4011 "phpunit/phpunit": "4.0.*",
4012 "predis/predis": "^1.0"
4013 },
4014 "suggest": {
4015 "aws/aws-sdk-php": "Allow work with AWS Simple Queue Service (SQS) queues",
4016 "ext-redis": "Allow work with Redis Locker",
4017 "pda/pheanstalk": "Allow work with Beanstalkd queues",
4018 "predis/predis": "Allow work with Redis queues"
4019 },
4020 "type": "library",
4021 "autoload": {
4022 "psr-4": {
4023 "Simpleue\\": "src/Simpleue"
4024 }
4025 },
4026 "notification-url": "https://packagist.org/downloads/",
4027 "license": [
4028 "MIT"
4029 ],
4030 "authors": [
4031 {
4032 "name": "Javier Bravo",
4033 "email": "javibravo85@gmail.com"
4034 }
4035 ],
4036 "description": "Php package to manage queue tasks in a simple way",
4037 "homepage": "http://github.com/javibravo/simpleue",
4038 "keywords": [
4039 "job",
4040 "queue",
4041 "redis",
4042 "sqs",
4043 "task"
4044 ],
4045 "time": "2017-11-15T13:41:13+00:00"
4046 },
4047 {
4048 "name": "jdorn/sql-formatter",
4049 "version": "v1.2.17",
4050 "source": {
4051 "type": "git",
4052 "url": "https://github.com/jdorn/sql-formatter.git",
4053 "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc"
4054 },
4055 "dist": {
4056 "type": "zip",
4057 "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc",
4058 "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc",
4059 "shasum": ""
4060 },
4061 "require": {
4062 "php": ">=5.2.4"
4063 },
4064 "require-dev": {
4065 "phpunit/phpunit": "3.7.*"
4066 },
4067 "type": "library",
4068 "extra": {
4069 "branch-alias": {
4070 "dev-master": "1.3.x-dev"
4071 }
4072 },
4073 "autoload": {
4074 "classmap": [
4075 "lib"
4076 ]
4077 },
4078 "notification-url": "https://packagist.org/downloads/",
4079 "license": [
4080 "MIT"
4081 ],
4082 "authors": [
4083 {
4084 "name": "Jeremy Dorn",
4085 "email": "jeremy@jeremydorn.com",
4086 "homepage": "http://jeremydorn.com/"
4087 }
4088 ],
4089 "description": "a PHP SQL highlighting library",
4090 "homepage": "https://github.com/jdorn/sql-formatter/",
4091 "keywords": [
4092 "highlight",
4093 "sql"
4094 ],
4095 "time": "2014-01-12T16:20:24+00:00"
4096 },
4097 {
4098 "name": "jean85/pretty-package-versions",
4099 "version": "1.2",
4100 "source": {
4101 "type": "git",
4102 "url": "https://github.com/Jean85/pretty-package-versions.git",
4103 "reference": "75c7effcf3f77501d0e0caa75111aff4daa0dd48"
4104 },
4105 "dist": {
4106 "type": "zip",
4107 "url": "https://api.github.com/repos/Jean85/pretty-package-versions/zipball/75c7effcf3f77501d0e0caa75111aff4daa0dd48",
4108 "reference": "75c7effcf3f77501d0e0caa75111aff4daa0dd48",
4109 "shasum": ""
4110 },
4111 "require": {
4112 "ocramius/package-versions": "^1.2.0",
4113 "php": "^7.0"
4114 },
4115 "require-dev": {
4116 "phpunit/phpunit": "^6.0"
4117 },
4118 "type": "library",
4119 "extra": {
4120 "branch-alias": {
4121 "dev-master": "1.x-dev"
4122 }
4123 },
4124 "autoload": {
4125 "psr-4": {
4126 "Jean85\\": "src/"
4127 }
4128 },
4129 "notification-url": "https://packagist.org/downloads/",
4130 "license": [
4131 "MIT"
4132 ],
4133 "authors": [
4134 {
4135 "name": "Alessandro Lai",
4136 "email": "alessandro.lai85@gmail.com"
4137 }
4138 ],
4139 "description": "A wrapper for ocramius/package-versions to get pretty versions strings",
4140 "keywords": [
4141 "composer",
4142 "package",
4143 "release",
4144 "versions"
4145 ],
4146 "time": "2018-06-13T13:22:40+00:00"
4147 },
4148 {
4149 "name": "jms/metadata",
4150 "version": "1.7.0",
4151 "source": {
4152 "type": "git",
4153 "url": "https://github.com/schmittjoh/metadata.git",
4154 "reference": "e5854ab1aa643623dc64adde718a8eec32b957a8"
4155 },
4156 "dist": {
4157 "type": "zip",
4158 "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/e5854ab1aa643623dc64adde718a8eec32b957a8",
4159 "reference": "e5854ab1aa643623dc64adde718a8eec32b957a8",
4160 "shasum": ""
4161 },
4162 "require": {
4163 "php": ">=5.3.0"
4164 },
4165 "require-dev": {
4166 "doctrine/cache": "~1.0",
4167 "symfony/cache": "~3.1"
4168 },
4169 "type": "library",
4170 "extra": {
4171 "branch-alias": {
4172 "dev-master": "1.5.x-dev"
4173 }
4174 },
4175 "autoload": {
4176 "psr-0": {
4177 "Metadata\\": "src/"
4178 }
4179 },
4180 "notification-url": "https://packagist.org/downloads/",
4181 "license": [
4182 "MIT"
4183 ],
4184 "authors": [
4185 {
4186 "name": "Asmir Mustafic",
4187 "email": "goetas@gmail.com"
4188 },
4189 {
4190 "name": "Johannes M. Schmitt",
4191 "email": "schmittjoh@gmail.com"
4192 }
4193 ],
4194 "description": "Class/method/property metadata management in PHP",
4195 "keywords": [
4196 "annotations",
4197 "metadata",
4198 "xml",
4199 "yaml"
4200 ],
4201 "time": "2018-10-26T12:40:10+00:00"
4202 },
4203 {
4204 "name": "jms/parser-lib",
4205 "version": "1.0.0",
4206 "source": {
4207 "type": "git",
4208 "url": "https://github.com/schmittjoh/parser-lib.git",
4209 "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d"
4210 },
4211 "dist": {
4212 "type": "zip",
4213 "url": "https://api.github.com/repos/schmittjoh/parser-lib/zipball/c509473bc1b4866415627af0e1c6cc8ac97fa51d",
4214 "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d",
4215 "shasum": ""
4216 },
4217 "require": {
4218 "phpoption/phpoption": ">=0.9,<2.0-dev"
4219 },
4220 "type": "library",
4221 "extra": {
4222 "branch-alias": {
4223 "dev-master": "1.0-dev"
4224 }
4225 },
4226 "autoload": {
4227 "psr-0": {
4228 "JMS\\": "src/"
4229 }
4230 },
4231 "notification-url": "https://packagist.org/downloads/",
4232 "license": [
4233 "Apache2"
4234 ],
4235 "description": "A library for easily creating recursive-descent parsers.",
4236 "time": "2012-11-18T18:08:43+00:00"
4237 },
4238 {
4239 "name": "jms/serializer",
4240 "version": "1.14.0",
4241 "source": {
4242 "type": "git",
4243 "url": "https://github.com/schmittjoh/serializer.git",
4244 "reference": "ee96d57024af9a7716d56fcbe3aa94b3d030f3ca"
4245 },
4246 "dist": {
4247 "type": "zip",
4248 "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/ee96d57024af9a7716d56fcbe3aa94b3d030f3ca",
4249 "reference": "ee96d57024af9a7716d56fcbe3aa94b3d030f3ca",
4250 "shasum": ""
4251 },
4252 "require": {
4253 "doctrine/annotations": "^1.0",
4254 "doctrine/instantiator": "^1.0.3",
4255 "jms/metadata": "^1.3",
4256 "jms/parser-lib": "1.*",
4257 "php": "^5.5|^7.0",
4258 "phpcollection/phpcollection": "~0.1",
4259 "phpoption/phpoption": "^1.1"
4260 },
4261 "conflict": {
4262 "twig/twig": "<1.12"
4263 },
4264 "require-dev": {
4265 "doctrine/orm": "~2.1",
4266 "doctrine/phpcr-odm": "^1.3|^2.0",
4267 "ext-pdo_sqlite": "*",
4268 "jackalope/jackalope-doctrine-dbal": "^1.1.5",
4269 "phpunit/phpunit": "^4.8|^5.0",
4270 "propel/propel1": "~1.7",
4271 "psr/container": "^1.0",
4272 "symfony/dependency-injection": "^2.7|^3.3|^4.0",
4273 "symfony/expression-language": "^2.6|^3.0",
4274 "symfony/filesystem": "^2.1",
4275 "symfony/form": "~2.1|^3.0",
4276 "symfony/translation": "^2.1|^3.0",
4277 "symfony/validator": "^2.2|^3.0",
4278 "symfony/yaml": "^2.1|^3.0",
4279 "twig/twig": "~1.12|~2.0"
4280 },
4281 "suggest": {
4282 "doctrine/cache": "Required if you like to use cache functionality.",
4283 "doctrine/collections": "Required if you like to use doctrine collection types as ArrayCollection.",
4284 "symfony/yaml": "Required if you'd like to serialize data to YAML format."
4285 },
4286 "type": "library",
4287 "extra": {
4288 "branch-alias": {
4289 "dev-1.x": "1.14-dev"
4290 }
4291 },
4292 "autoload": {
4293 "psr-0": {
4294 "JMS\\Serializer": "src/"
4295 }
4296 },
4297 "notification-url": "https://packagist.org/downloads/",
4298 "license": [
4299 "MIT"
4300 ],
4301 "authors": [
4302 {
4303 "name": "Asmir Mustafic",
4304 "email": "goetas@gmail.com"
4305 },
4306 {
4307 "name": "Johannes M. Schmitt",
4308 "email": "schmittjoh@gmail.com"
4309 }
4310 ],
4311 "description": "Library for (de-)serializing data of any complexity; supports XML, JSON, and YAML.",
4312 "homepage": "http://jmsyst.com/libs/serializer",
4313 "keywords": [
4314 "deserialization",
4315 "jaxb",
4316 "json",
4317 "serialization",
4318 "xml"
4319 ],
4320 "time": "2019-04-17T08:12:16+00:00"
4321 },
4322 {
4323 "name": "jms/serializer-bundle",
4324 "version": "2.4.4",
4325 "source": {
4326 "type": "git",
4327 "url": "https://github.com/schmittjoh/JMSSerializerBundle.git",
4328 "reference": "92ee808c64c1c180775a0e57d00e3be0674668fb"
4329 },
4330 "dist": {
4331 "type": "zip",
4332 "url": "https://api.github.com/repos/schmittjoh/JMSSerializerBundle/zipball/92ee808c64c1c180775a0e57d00e3be0674668fb",
4333 "reference": "92ee808c64c1c180775a0e57d00e3be0674668fb",
4334 "shasum": ""
4335 },
4336 "require": {
4337 "jms/serializer": "^1.10",
4338 "php": "^5.4|^7.0",
4339 "phpoption/phpoption": "^1.1.0",
4340 "symfony/framework-bundle": "~2.3|~3.0|~4.0"
4341 },
4342 "require-dev": {
4343 "doctrine/orm": "*",
4344 "phpunit/phpunit": "^4.8.35|^5.4.3|^6.0",
4345 "symfony/expression-language": "~2.6|~3.0|~4.0",
4346 "symfony/finder": "^2.3|^3.0|^4.0",
4347 "symfony/form": "*",
4348 "symfony/stopwatch": "*",
4349 "symfony/twig-bundle": "*",
4350 "symfony/validator": "*",
4351 "symfony/yaml": "*"
4352 },
4353 "suggest": {
4354 "jms/di-extra-bundle": "Required to get lazy loading (de)serialization visitors, ~1.3",
4355 "symfony/finder": "Required for cache warmup, supported versions ^2.3|^3.0|^4.0"
4356 },
4357 "type": "symfony-bundle",
4358 "extra": {
4359 "branch-alias": {
4360 "dev-master": "2.4-dev"
4361 }
4362 },
4363 "autoload": {
4364 "psr-4": {
4365 "JMS\\SerializerBundle\\": ""
4366 },
4367 "exclude-from-classmap": [
4368 "/Tests/"
4369 ]
4370 },
4371 "notification-url": "https://packagist.org/downloads/",
4372 "license": [
4373 "MIT"
4374 ],
4375 "authors": [
4376 {
4377 "name": "Asmir Mustafic",
4378 "email": "goetas@gmail.com"
4379 },
4380 {
4381 "name": "Johannes M. Schmitt",
4382 "email": "schmittjoh@gmail.com"
4383 }
4384 ],
4385 "description": "Allows you to easily serialize, and deserialize data of any complexity",
4386 "homepage": "http://jmsyst.com/bundles/JMSSerializerBundle",
4387 "keywords": [
4388 "deserialization",
4389 "jaxb",
4390 "json",
4391 "serialization",
4392 "xml"
4393 ],
4394 "time": "2019-03-30T10:26:09+00:00"
4395 },
4396 {
4397 "name": "kphoen/rulerz",
4398 "version": "0.21.1",
4399 "source": {
4400 "type": "git",
4401 "url": "https://github.com/K-Phoen/rulerz.git",
4402 "reference": "d28a1bd59b4e66cc9fcdeee965f13f685eb9ce41"
4403 },
4404 "dist": {
4405 "type": "zip",
4406 "url": "https://api.github.com/repos/K-Phoen/rulerz/zipball/d28a1bd59b4e66cc9fcdeee965f13f685eb9ce41",
4407 "reference": "d28a1bd59b4e66cc9fcdeee965f13f685eb9ce41",
4408 "shasum": ""
4409 },
4410 "require": {
4411 "hoa/ruler": "~2.0",
4412 "php": ">=7.1",
4413 "symfony/property-access": "~3.0|~4.0"
4414 },
4415 "require-dev": {
4416 "behat/behat": "~3.0",
4417 "coduo/phpspec-data-provider-extension": "~1.0,!=1.0.2",
4418 "doctrine/orm": "~2.4",
4419 "elasticsearch/elasticsearch": "~1.0",
4420 "illuminate/database": "~5.0",
4421 "kphoen/rusty": "dev-master",
4422 "liip/rmt": "^1.2",
4423 "mikey179/vfsstream": "~1.4",
4424 "phpspec/phpspec": "~2.0,>=2.4-dev",
4425 "pomm-project/cli": "~2.0@dev",
4426 "pomm-project/foundation": "~2.0@dev",
4427 "pomm-project/model-manager": "~2.0.@dev",
4428 "ruflin/elastica": "~1.0",
4429 "solarium/solarium": "~3.0",
4430 "vlucas/phpdotenv": "~2.1"
4431 },
4432 "suggest": {
4433 "doctrine/orm": "To execute rules as Doctrine queries",
4434 "elasticsearch/elasticsearch": "To execute rules as Elasticsearch queries",
4435 "kphoen/rulerz-spec-builder": "If you want a specification builder",
4436 "pomm-project/model-manager": "To execute rules as Pomm queries",
4437 "solarium/solarium": "To execute rules as Solr queries"
4438 },
4439 "type": "library",
4440 "extra": {
4441 "branch-alias": {
4442 "dev-master": "1.0.x-dev"
4443 }
4444 },
4445 "autoload": {
4446 "psr-4": {
4447 "RulerZ\\": "src/"
4448 }
4449 },
4450 "notification-url": "https://packagist.org/downloads/",
4451 "license": [
4452 "MIT"
4453 ],
4454 "authors": [
4455 {
4456 "name": "Kévin Gomez",
4457 "email": "contact@kevingomez.fr"
4458 }
4459 ],
4460 "description": "Powerful implementation of the Specification pattern",
4461 "homepage": "https://github.com/K-Phoen/RulerZ",
4462 "keywords": [
4463 "doctrine",
4464 "specification"
4465 ],
4466 "time": "2018-09-18T15:15:42+00:00"
4467 },
4468 {
4469 "name": "kphoen/rulerz-bridge",
4470 "version": "1.1.1",
4471 "source": {
4472 "type": "git",
4473 "url": "https://github.com/K-Phoen/rulerz-bridge.git",
4474 "reference": "fdad5856b669d59b5e4bda47c4e927a0485bf7a0"
4475 },
4476 "dist": {
4477 "type": "zip",
4478 "url": "https://api.github.com/repos/K-Phoen/rulerz-bridge/zipball/fdad5856b669d59b5e4bda47c4e927a0485bf7a0",
4479 "reference": "fdad5856b669d59b5e4bda47c4e927a0485bf7a0",
4480 "shasum": ""
4481 },
4482 "require": {
4483 "kphoen/rulerz": "~0.19,>=0.19.3|^1.0",
4484 "php": ">=7.1",
4485 "symfony/form": "^3.0|^4.0",
4486 "symfony/validator": "^3.0|^4.0"
4487 },
4488 "require-dev": {
4489 "liip/rmt": "^1.2",
4490 "phpunit/phpunit": "~7.1",
4491 "symfony/phpunit-bridge": "^3.0|^4.0"
4492 },
4493 "type": "symfony-bridge",
4494 "autoload": {
4495 "psr-4": {
4496 "Symfony\\Bridge\\RulerZ\\": ""
4497 },
4498 "exclude-from-classmap": [
4499 "/Tests/"
4500 ]
4501 },
4502 "notification-url": "https://packagist.org/downloads/",
4503 "license": [
4504 "MIT"
4505 ],
4506 "authors": [
4507 {
4508 "name": "Kévin Gomez",
4509 "email": "contact@kevingomez.fr"
4510 }
4511 ],
4512 "description": "Symfony RulerZ Bridge",
4513 "homepage": "https://github.com/K-Phoen/rulerz-bridge",
4514 "keywords": [
4515 "Bridge",
4516 "doctrine",
4517 "ruler",
4518 "rulerz",
4519 "specification",
4520 "symfony"
4521 ],
4522 "time": "2018-10-01T14:17:27+00:00"
4523 },
4524 {
4525 "name": "kphoen/rulerz-bundle",
4526 "version": "0.15.0",
4527 "source": {
4528 "type": "git",
4529 "url": "https://github.com/K-Phoen/RulerZBundle.git",
4530 "reference": "f25f2eddfd311047f0f0ece2684b1f6463cc41ad"
4531 },
4532 "dist": {
4533 "type": "zip",
4534 "url": "https://api.github.com/repos/K-Phoen/RulerZBundle/zipball/f25f2eddfd311047f0f0ece2684b1f6463cc41ad",
4535 "reference": "f25f2eddfd311047f0f0ece2684b1f6463cc41ad",
4536 "shasum": ""
4537 },
4538 "require": {
4539 "kphoen/rulerz": "~0.17,>=0.19.3",
4540 "kphoen/rulerz-bridge": "^1.0",
4541 "php": ">=7.1",
4542 "symfony/framework-bundle": "^3.0|^4.0"
4543 },
4544 "require-dev": {
4545 "liip/rmt": "^1.2",
4546 "matthiasnoback/symfony-dependency-injection-test": "^3.0",
4547 "mikey179/vfsstream": "^1.6",
4548 "phpunit/phpunit": "^7.1",
4549 "symfony/phpunit-bridge": "^3.0|^4.0"
4550 },
4551 "type": "symfony-bundle",
4552 "autoload": {
4553 "psr-4": {
4554 "KPhoen\\RulerZBundle\\": ""
4555 },
4556 "exclude-from-classmap": [
4557 "/Tests/"
4558 ]
4559 },
4560 "notification-url": "https://packagist.org/downloads/",
4561 "license": [
4562 "MIT"
4563 ],
4564 "authors": [
4565 {
4566 "name": "Kévin Gomez",
4567 "email": "contact@kevingomez.fr"
4568 }
4569 ],
4570 "description": "Symfony2 Bundle for RulerZ",
4571 "homepage": "https://github.com/K-Phoen/RulerZBundle",
4572 "keywords": [
4573 "doctrine",
4574 "ruler",
4575 "rulerz",
4576 "specification"
4577 ],
4578 "time": "2018-09-17T09:02:32+00:00"
4579 },
4580 {
4581 "name": "lcobucci/jwt",
4582 "version": "3.3.1",
4583 "source": {
4584 "type": "git",
4585 "url": "https://github.com/lcobucci/jwt.git",
4586 "reference": "a11ec5f4b4d75d1fcd04e133dede4c317aac9e18"
4587 },
4588 "dist": {
4589 "type": "zip",
4590 "url": "https://api.github.com/repos/lcobucci/jwt/zipball/a11ec5f4b4d75d1fcd04e133dede4c317aac9e18",
4591 "reference": "a11ec5f4b4d75d1fcd04e133dede4c317aac9e18",
4592 "shasum": ""
4593 },
4594 "require": {
4595 "ext-mbstring": "*",
4596 "ext-openssl": "*",
4597 "php": "^5.6 || ^7.0"
4598 },
4599 "require-dev": {
4600 "mikey179/vfsstream": "~1.5",
4601 "phpmd/phpmd": "~2.2",
4602 "phpunit/php-invoker": "~1.1",
4603 "phpunit/phpunit": "^5.7 || ^7.3",
4604 "squizlabs/php_codesniffer": "~2.3"
4605 },
4606 "type": "library",
4607 "extra": {
4608 "branch-alias": {
4609 "dev-master": "3.1-dev"
4610 }
4611 },
4612 "autoload": {
4613 "psr-4": {
4614 "Lcobucci\\JWT\\": "src"
4615 }
4616 },
4617 "notification-url": "https://packagist.org/downloads/",
4618 "license": [
4619 "BSD-3-Clause"
4620 ],
4621 "authors": [
4622 {
4623 "name": "Luís Otávio Cobucci Oblonczyk",
4624 "email": "lcobucci@gmail.com",
4625 "role": "Developer"
4626 }
4627 ],
4628 "description": "A simple library to work with JSON Web Token and JSON Web Signature",
4629 "keywords": [
4630 "JWS",
4631 "jwt"
4632 ],
4633 "time": "2019-05-24T18:30:49+00:00"
4634 },
4635 {
4636 "name": "lexik/form-filter-bundle",
4637 "version": "v5.0.10",
4638 "source": {
4639 "type": "git",
4640 "url": "https://github.com/lexik/LexikFormFilterBundle.git",
4641 "reference": "92df0638173979dc906bda7a33a10b98429d2057"
4642 },
4643 "dist": {
4644 "type": "zip",
4645 "url": "https://api.github.com/repos/lexik/LexikFormFilterBundle/zipball/92df0638173979dc906bda7a33a10b98429d2057",
4646 "reference": "92df0638173979dc906bda7a33a10b98429d2057",
4647 "shasum": ""
4648 },
4649 "require": {
4650 "doctrine/orm": "^2.4.8",
4651 "php": ">=5.5.9",
4652 "symfony/form": "~2.8|~3.0|^4.0",
4653 "symfony/framework-bundle": "~2.8|~3.0|^4.0"
4654 },
4655 "require-dev": {
4656 "doctrine/mongodb-odm-bundle": "^3.0",
4657 "phpunit/phpunit": "~5.0|^7.5"
4658 },
4659 "suggest": {
4660 "alcaeus/mongo-php-adapter": "Install this package if using the PHP 7 MongoDB Driver"
4661 },
4662 "type": "symfony-bundle",
4663 "extra": {
4664 "branch-alias": {
4665 "dev-master": "5.x.x-dev"
4666 }
4667 },
4668 "autoload": {
4669 "psr-4": {
4670 "Lexik\\Bundle\\FormFilterBundle\\": ""
4671 }
4672 },
4673 "notification-url": "https://packagist.org/downloads/",
4674 "license": [
4675 "MIT"
4676 ],
4677 "authors": [
4678 {
4679 "name": "Dev Lexik",
4680 "email": "dev@lexik.fr"
4681 },
4682 {
4683 "name": "Cedric Girard",
4684 "email": "c.girard@lexik.fr"
4685 }
4686 ],
4687 "description": "This bundle aim to provide classes to build some form filters and then build a doctrine query from this form filter.",
4688 "homepage": "https://github.com/lexik/LexikFormFilterBundle",
4689 "keywords": [
4690 "bundle",
4691 "doctrine",
4692 "filter",
4693 "form",
4694 "symfony"
4695 ],
4696 "time": "2019-04-17T17:58:44+00:00"
4697 },
4698 {
4699 "name": "liip/theme-bundle",
4700 "version": "1.7.0",
4701 "source": {
4702 "type": "git",
4703 "url": "https://github.com/liip/LiipThemeBundle.git",
4704 "reference": "362394821ff8dcc90b06272e289e7dafe4dab52a"
4705 },
4706 "dist": {
4707 "type": "zip",
4708 "url": "https://api.github.com/repos/liip/LiipThemeBundle/zipball/362394821ff8dcc90b06272e289e7dafe4dab52a",
4709 "reference": "362394821ff8dcc90b06272e289e7dafe4dab52a",
4710 "shasum": ""
4711 },
4712 "require": {
4713 "php": "^7.0",
4714 "psr/log": "~1.0",
4715 "symfony/finder": "^3.0|^4.0",
4716 "symfony/framework-bundle": "^3.0|^4.0",
4717 "symfony/templating": "^3.0|^4.0",
4718 "symfony/twig-bundle": "^3.0|^4.0",
4719 "twig/twig": "^1.34|^2.4"
4720 },
4721 "conflict": {
4722 "sebastian/comparator": "1.2.3"
4723 },
4724 "require-dev": {
4725 "phpunit/phpunit": "^6.0",
4726 "symfony/console": "^3.0|^4.0",
4727 "symfony/expression-language": "^3.0|^4.0"
4728 },
4729 "type": "symfony-bundle",
4730 "extra": {
4731 "branch-alias": {
4732 "dev-master": "1.4-dev"
4733 }
4734 },
4735 "autoload": {
4736 "psr-4": {
4737 "Liip\\ThemeBundle\\": ""
4738 }
4739 },
4740 "notification-url": "https://packagist.org/downloads/",
4741 "license": [
4742 "MIT"
4743 ],
4744 "authors": [
4745 {
4746 "name": "Community contributions",
4747 "homepage": "https://github.com/liip/LiipThemeBundle/contributors"
4748 },
4749 {
4750 "name": "Liip AG",
4751 "homepage": "http://www.liip.ch/"
4752 }
4753 ],
4754 "description": "Provides theming support for #Symfony2 Bundles",
4755 "keywords": [
4756 "themes",
4757 "theming"
4758 ],
4759 "time": "2019-06-19T12:53:08+00:00"
4760 },
4761 {
4762 "name": "masterminds/html5",
4763 "version": "2.7.0",
4764 "source": {
4765 "type": "git",
4766 "url": "https://github.com/Masterminds/html5-php.git",
4767 "reference": "104443ad663d15981225f99532ba73c2f1d6b6f2"
4768 },
4769 "dist": {
4770 "type": "zip",
4771 "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/104443ad663d15981225f99532ba73c2f1d6b6f2",
4772 "reference": "104443ad663d15981225f99532ba73c2f1d6b6f2",
4773 "shasum": ""
4774 },
4775 "require": {
4776 "ext-ctype": "*",
4777 "ext-dom": "*",
4778 "ext-libxml": "*",
4779 "php": ">=5.3.0"
4780 },
4781 "require-dev": {
4782 "phpunit/phpunit": "^4.8.35",
4783 "sami/sami": "~2.0",
4784 "satooshi/php-coveralls": "1.0.*"
4785 },
4786 "type": "library",
4787 "extra": {
4788 "branch-alias": {
4789 "dev-master": "2.7-dev"
4790 }
4791 },
4792 "autoload": {
4793 "psr-4": {
4794 "Masterminds\\": "src"
4795 }
4796 },
4797 "notification-url": "https://packagist.org/downloads/",
4798 "license": [
4799 "MIT"
4800 ],
4801 "authors": [
4802 {
4803 "name": "Matt Butcher",
4804 "email": "technosophos@gmail.com"
4805 },
4806 {
4807 "name": "Matt Farina",
4808 "email": "matt@mattfarina.com"
4809 },
4810 {
4811 "name": "Asmir Mustafic",
4812 "email": "goetas@gmail.com"
4813 }
4814 ],
4815 "description": "An HTML5 parser and serializer.",
4816 "homepage": "http://masterminds.github.io/html5-php",
4817 "keywords": [
4818 "HTML5",
4819 "dom",
4820 "html",
4821 "parser",
4822 "querypath",
4823 "serializer",
4824 "xml"
4825 ],
4826 "time": "2019-07-25T07:03:26+00:00"
4827 },
4828 {
4829 "name": "mgargano/simplehtmldom",
4830 "version": "1.5",
4831 "source": {
4832 "type": "git",
4833 "url": "https://github.com/matgargano/simplehtmldom.git",
4834 "reference": "37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be"
4835 },
4836 "dist": {
4837 "type": "zip",
4838 "url": "https://api.github.com/repos/matgargano/simplehtmldom/zipball/37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be",
4839 "reference": "37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be",
4840 "shasum": ""
4841 },
4842 "require": {
4843 "php": ">=5.3.0"
4844 },
4845 "type": "library",
4846 "autoload": {
4847 "psr-0": {
4848 "SimpleHtmlDom": "src/"
4849 },
4850 "files": [
4851 "src/simple_html_dom.php"
4852 ]
4853 },
4854 "notification-url": "https://packagist.org/downloads/",
4855 "license": [
4856 "The MIT License"
4857 ],
4858 "authors": [
4859 {
4860 "name": "S.C. Chen",
4861 "email": "me578022@gmail.com"
4862 }
4863 ],
4864 "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",
4865 "homepage": "http://simplehtmldom.sourceforge.net/",
4866 "keywords": [
4867 "Simple",
4868 "dom",
4869 "html"
4870 ],
4871 "time": "2014-01-05T18:17:34+00:00"
4872 },
4873 {
4874 "name": "michelf/php-markdown",
4875 "version": "1.9.0",
4876 "source": {
4877 "type": "git",
4878 "url": "https://github.com/michelf/php-markdown.git",
4879 "reference": "c83178d49e372ca967d1a8c77ae4e051b3a3c75c"
4880 },
4881 "dist": {
4882 "type": "zip",
4883 "url": "https://api.github.com/repos/michelf/php-markdown/zipball/c83178d49e372ca967d1a8c77ae4e051b3a3c75c",
4884 "reference": "c83178d49e372ca967d1a8c77ae4e051b3a3c75c",
4885 "shasum": ""
4886 },
4887 "require": {
4888 "php": ">=5.3.0"
4889 },
4890 "require-dev": {
4891 "phpunit/phpunit": ">=4.3 <5.8"
4892 },
4893 "type": "library",
4894 "autoload": {
4895 "psr-4": {
4896 "Michelf\\": "Michelf/"
4897 }
4898 },
4899 "notification-url": "https://packagist.org/downloads/",
4900 "license": [
4901 "BSD-3-Clause"
4902 ],
4903 "authors": [
4904 {
4905 "name": "Michel Fortin",
4906 "email": "michel.fortin@michelf.ca",
4907 "homepage": "https://michelf.ca/",
4908 "role": "Developer"
4909 },
4910 {
4911 "name": "John Gruber",
4912 "homepage": "https://daringfireball.net/"
4913 }
4914 ],
4915 "description": "PHP Markdown",
4916 "homepage": "https://michelf.ca/projects/php-markdown/",
4917 "keywords": [
4918 "markdown"
4919 ],
4920 "time": "2019-12-02T02:32:27+00:00"
4921 },
4922 {
4923 "name": "mnapoli/piwik-twig-extension",
4924 "version": "2.0.1",
4925 "source": {
4926 "type": "git",
4927 "url": "https://github.com/mnapoli/PiwikTwigExtension.git",
4928 "reference": "e1746d20730426d7098b4a9a3f5c6c99c6f04612"
4929 },
4930 "dist": {
4931 "type": "zip",
4932 "url": "https://api.github.com/repos/mnapoli/PiwikTwigExtension/zipball/e1746d20730426d7098b4a9a3f5c6c99c6f04612",
4933 "reference": "e1746d20730426d7098b4a9a3f5c6c99c6f04612",
4934 "shasum": ""
4935 },
4936 "require": {
4937 "php": ">=7.0",
4938 "twig/twig": "~2.10"
4939 },
4940 "require-dev": {
4941 "friendsofphp/php-cs-fixer": "~2.13",
4942 "php-coveralls/php-coveralls": "^2.0",
4943 "symfony/phpunit-bridge": "^4.2"
4944 },
4945 "type": "library",
4946 "autoload": {
4947 "psr-4": {
4948 "PiwikTwigExtension\\": "src/"
4949 }
4950 },
4951 "notification-url": "https://packagist.org/downloads/",
4952 "license": [
4953 "MIT"
4954 ],
4955 "time": "2019-06-21T10:58:04+00:00"
4956 },
4957 {
4958 "name": "monolog/monolog",
4959 "version": "1.25.2",
4960 "source": {
4961 "type": "git",
4962 "url": "https://github.com/Seldaek/monolog.git",
4963 "reference": "d5e2fb341cb44f7e2ab639d12a1e5901091ec287"
4964 },
4965 "dist": {
4966 "type": "zip",
4967 "url": "https://api.github.com/repos/Seldaek/monolog/zipball/d5e2fb341cb44f7e2ab639d12a1e5901091ec287",
4968 "reference": "d5e2fb341cb44f7e2ab639d12a1e5901091ec287",
4969 "shasum": ""
4970 },
4971 "require": {
4972 "php": ">=5.3.0",
4973 "psr/log": "~1.0"
4974 },
4975 "provide": {
4976 "psr/log-implementation": "1.0.0"
4977 },
4978 "require-dev": {
4979 "aws/aws-sdk-php": "^2.4.9 || ^3.0",
4980 "doctrine/couchdb": "~1.0@dev",
4981 "graylog2/gelf-php": "~1.0",
4982 "jakub-onderka/php-parallel-lint": "0.9",
4983 "php-amqplib/php-amqplib": "~2.4",
4984 "php-console/php-console": "^3.1.3",
4985 "phpunit/phpunit": "~4.5",
4986 "phpunit/phpunit-mock-objects": "2.3.0",
4987 "ruflin/elastica": ">=0.90 <3.0",
4988 "sentry/sentry": "^0.13",
4989 "swiftmailer/swiftmailer": "^5.3|^6.0"
4990 },
4991 "suggest": {
4992 "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
4993 "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
4994 "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
4995 "ext-mongo": "Allow sending log messages to a MongoDB server",
4996 "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
4997 "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
4998 "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
4999 "php-console/php-console": "Allow sending log messages to Google Chrome",
5000 "rollbar/rollbar": "Allow sending log messages to Rollbar",
5001 "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
5002 "sentry/sentry": "Allow sending log messages to a Sentry server"
5003 },
5004 "type": "library",
5005 "extra": {
5006 "branch-alias": {
5007 "dev-master": "2.0.x-dev"
5008 }
5009 },
5010 "autoload": {
5011 "psr-4": {
5012 "Monolog\\": "src/Monolog"
5013 }
5014 },
5015 "notification-url": "https://packagist.org/downloads/",
5016 "license": [
5017 "MIT"
5018 ],
5019 "authors": [
5020 {
5021 "name": "Jordi Boggiano",
5022 "email": "j.boggiano@seld.be",
5023 "homepage": "http://seld.be"
5024 }
5025 ],
5026 "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
5027 "homepage": "http://github.com/Seldaek/monolog",
5028 "keywords": [
5029 "log",
5030 "logging",
5031 "psr-3"
5032 ],
5033 "time": "2019-11-13T10:00:05+00:00"
5034 },
5035 {
5036 "name": "nelmio/api-doc-bundle",
5037 "version": "2.13.4",
5038 "target-dir": "Nelmio/ApiDocBundle",
5039 "source": {
5040 "type": "git",
5041 "url": "https://github.com/nelmio/NelmioApiDocBundle.git",
5042 "reference": "28802f2c44dbbf29aa7f5dc80a10f44d3558f580"
5043 },
5044 "dist": {
5045 "type": "zip",
5046 "url": "https://api.github.com/repos/nelmio/NelmioApiDocBundle/zipball/28802f2c44dbbf29aa7f5dc80a10f44d3558f580",
5047 "reference": "28802f2c44dbbf29aa7f5dc80a10f44d3558f580",
5048 "shasum": ""
5049 },
5050 "require": {
5051 "michelf/php-markdown": "~1.4",
5052 "php": ">=5.4",
5053 "symfony/console": "~2.3|~3.0|~4.0",
5054 "symfony/framework-bundle": "~2.3|~3.0|~4.0",
5055 "symfony/twig-bundle": "~2.3|~3.0|~4.0"
5056 },
5057 "conflict": {
5058 "jms/serializer": "<0.12",
5059 "jms/serializer-bundle": "<0.11",
5060 "symfony/symfony": "~2.7.8",
5061 "twig/twig": "<1.12"
5062 },
5063 "require-dev": {
5064 "doctrine/doctrine-bundle": "~1.5",
5065 "doctrine/orm": "~2.3",
5066 "dunglas/api-bundle": "~1.0",
5067 "friendsofsymfony/rest-bundle": "~1.0|~2.0",
5068 "jms/serializer-bundle": ">=0.11",
5069 "sensio/framework-extra-bundle": "~3.0",
5070 "symfony/browser-kit": "~2.3|~3.0|~4.0",
5071 "symfony/css-selector": "~2.3|~3.0|~4.0",
5072 "symfony/finder": "~2.3|~3.0|~4.0",
5073 "symfony/form": "~2.3|~3.0|~4.0",
5074 "symfony/phpunit-bridge": "~2.7|~3.0|~4.0",
5075 "symfony/serializer": "~2.7|~3.0|~4.0",
5076 "symfony/validator": "~2.3|~3.0|~4.0",
5077 "symfony/yaml": "~2.3|~3.0|~4.0"
5078 },
5079 "suggest": {
5080 "dunglas/api-bundle": "For making use of resources definitions of DunglasApiBundle.",
5081 "friendsofsymfony/rest-bundle": "For making use of REST information in the doc.",
5082 "jms/serializer": "For making use of serializer information in the doc.",
5083 "symfony/form": "For using form definitions as input.",
5084 "symfony/validator": "For making use of validator information in the doc."
5085 },
5086 "type": "symfony-bundle",
5087 "extra": {
5088 "branch-alias": {
5089 "dev-2.x": "2.13-dev"
5090 }
5091 },
5092 "autoload": {
5093 "psr-0": {
5094 "Nelmio\\ApiDocBundle": ""
5095 }
5096 },
5097 "notification-url": "https://packagist.org/downloads/",
5098 "license": [
5099 "MIT"
5100 ],
5101 "authors": [
5102 {
5103 "name": "Nelmio",
5104 "homepage": "http://nelm.io"
5105 },
5106 {
5107 "name": "Symfony Community",
5108 "homepage": "https://github.com/nelmio/NelmioApiDocBundle/contributors"
5109 }
5110 ],
5111 "description": "Generates documentation for your REST API from annotations",
5112 "keywords": [
5113 "api",
5114 "doc",
5115 "documentation",
5116 "rest"
5117 ],
5118 "time": "2019-06-01T13:34:59+00:00"
5119 },
5120 {
5121 "name": "nelmio/cors-bundle",
5122 "version": "1.5.6",
5123 "source": {
5124 "type": "git",
5125 "url": "https://github.com/nelmio/NelmioCorsBundle.git",
5126 "reference": "10a24c10f242440211ed31075e74f81661c690d9"
5127 },
5128 "dist": {
5129 "type": "zip",
5130 "url": "https://api.github.com/repos/nelmio/NelmioCorsBundle/zipball/10a24c10f242440211ed31075e74f81661c690d9",
5131 "reference": "10a24c10f242440211ed31075e74f81661c690d9",
5132 "shasum": ""
5133 },
5134 "require": {
5135 "symfony/framework-bundle": "^2.7 || ^3.0 || ^4.0"
5136 },
5137 "require-dev": {
5138 "matthiasnoback/symfony-dependency-injection-test": "^1.0 || ^2.0",
5139 "mockery/mockery": "^0.9 || ^1.0",
5140 "symfony/phpunit-bridge": "^2.7 || ^3.0 || ^4.0"
5141 },
5142 "type": "symfony-bundle",
5143 "extra": {
5144 "branch-alias": {
5145 "dev-master": "1.5.x-dev"
5146 }
5147 },
5148 "autoload": {
5149 "psr-4": {
5150 "Nelmio\\CorsBundle\\": ""
5151 },
5152 "exclude-from-classmap": [
5153 "/Tests/"
5154 ]
5155 },
5156 "notification-url": "https://packagist.org/downloads/",
5157 "license": [
5158 "MIT"
5159 ],
5160 "authors": [
5161 {
5162 "name": "Nelmio",
5163 "homepage": "http://nelm.io"
5164 },
5165 {
5166 "name": "Symfony Community",
5167 "homepage": "https://github.com/nelmio/NelmioCorsBundle/contributors"
5168 }
5169 ],
5170 "description": "Adds CORS (Cross-Origin Resource Sharing) headers support in your Symfony2 application",
5171 "keywords": [
5172 "api",
5173 "cors",
5174 "crossdomain"
5175 ],
5176 "time": "2019-06-17T08:53:14+00:00"
5177 },
5178 {
5179 "name": "ocramius/package-versions",
5180 "version": "1.4.2",
5181 "source": {
5182 "type": "git",
5183 "url": "https://github.com/Ocramius/PackageVersions.git",
5184 "reference": "44af6f3a2e2e04f2af46bcb302ad9600cba41c7d"
5185 },
5186 "dist": {
5187 "type": "zip",
5188 "url": "https://api.github.com/repos/Ocramius/PackageVersions/zipball/44af6f3a2e2e04f2af46bcb302ad9600cba41c7d",
5189 "reference": "44af6f3a2e2e04f2af46bcb302ad9600cba41c7d",
5190 "shasum": ""
5191 },
5192 "require": {
5193 "composer-plugin-api": "^1.0.0",
5194 "php": "^7.1.0"
5195 },
5196 "require-dev": {
5197 "composer/composer": "^1.6.3",
5198 "doctrine/coding-standard": "^5.0.1",
5199 "ext-zip": "*",
5200 "infection/infection": "^0.7.1",
5201 "phpunit/phpunit": "^7.5.17"
5202 },
5203 "type": "composer-plugin",
5204 "extra": {
5205 "class": "PackageVersions\\Installer",
5206 "branch-alias": {
5207 "dev-master": "2.0.x-dev"
5208 }
5209 },
5210 "autoload": {
5211 "psr-4": {
5212 "PackageVersions\\": "src/PackageVersions"
5213 }
5214 },
5215 "notification-url": "https://packagist.org/downloads/",
5216 "license": [
5217 "MIT"
5218 ],
5219 "authors": [
5220 {
5221 "name": "Marco Pivetta",
5222 "email": "ocramius@gmail.com"
5223 }
5224 ],
5225 "description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)",
5226 "time": "2019-11-15T16:17:10+00:00"
5227 },
5228 {
5229 "name": "ocramius/proxy-manager",
5230 "version": "2.1.1",
5231 "source": {
5232 "type": "git",
5233 "url": "https://github.com/Ocramius/ProxyManager.git",
5234 "reference": "e18ac876b2e4819c76349de8f78ccc8ef1554cd7"
5235 },
5236 "dist": {
5237 "type": "zip",
5238 "url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/e18ac876b2e4819c76349de8f78ccc8ef1554cd7",
5239 "reference": "e18ac876b2e4819c76349de8f78ccc8ef1554cd7",
5240 "shasum": ""
5241 },
5242 "require": {
5243 "ocramius/package-versions": "^1.1.1",
5244 "php": "^7.1.0",
5245 "zendframework/zend-code": "^3.1.0"
5246 },
5247 "require-dev": {
5248 "couscous/couscous": "^1.5.2",
5249 "ext-phar": "*",
5250 "humbug/humbug": "dev-master@DEV",
5251 "nikic/php-parser": "^3.0.4",
5252 "phpbench/phpbench": "^0.12.2",
5253 "phpstan/phpstan": "^0.6.4",
5254 "phpunit/phpunit": "^5.6.4",
5255 "phpunit/phpunit-mock-objects": "^3.4.1",
5256 "squizlabs/php_codesniffer": "^2.7.0"
5257 },
5258 "suggest": {
5259 "ocramius/generated-hydrator": "To have very fast object to array to object conversion for ghost objects",
5260 "zendframework/zend-json": "To have the JsonRpc adapter (Remote Object feature)",
5261 "zendframework/zend-soap": "To have the Soap adapter (Remote Object feature)",
5262 "zendframework/zend-xmlrpc": "To have the XmlRpc adapter (Remote Object feature)"
5263 },
5264 "type": "library",
5265 "extra": {
5266 "branch-alias": {
5267 "dev-master": "3.0.x-dev"
5268 }
5269 },
5270 "autoload": {
5271 "psr-0": {
5272 "ProxyManager\\": "src"
5273 }
5274 },
5275 "notification-url": "https://packagist.org/downloads/",
5276 "license": [
5277 "MIT"
5278 ],
5279 "authors": [
5280 {
5281 "name": "Marco Pivetta",
5282 "email": "ocramius@gmail.com",
5283 "homepage": "http://ocramius.github.io/"
5284 }
5285 ],
5286 "description": "A library providing utilities to generate, instantiate and generally operate with Object Proxies",
5287 "homepage": "https://github.com/Ocramius/ProxyManager",
5288 "keywords": [
5289 "aop",
5290 "lazy loading",
5291 "proxy",
5292 "proxy pattern",
5293 "service proxies"
5294 ],
5295 "time": "2017-05-04T11:12:50+00:00"
5296 },
5297 {
5298 "name": "pagerfanta/pagerfanta",
5299 "version": "v2.1.3",
5300 "source": {
5301 "type": "git",
5302 "url": "https://github.com/whiteoctober/Pagerfanta.git",
5303 "reference": "a53ff01d521648d9dbca19b93ac6bc75a59b0972"
5304 },
5305 "dist": {
5306 "type": "zip",
5307 "url": "https://api.github.com/repos/whiteoctober/Pagerfanta/zipball/a53ff01d521648d9dbca19b93ac6bc75a59b0972",
5308 "reference": "a53ff01d521648d9dbca19b93ac6bc75a59b0972",
5309 "shasum": ""
5310 },
5311 "require": {
5312 "php": "^7.0"
5313 },
5314 "require-dev": {
5315 "doctrine/orm": "~2.3",
5316 "doctrine/phpcr-odm": "1.*",
5317 "jackalope/jackalope-doctrine-dbal": "1.*",
5318 "jmikola/geojson": "~1.0",
5319 "mandango/mandango": "~1.0@dev",
5320 "mandango/mondator": "~1.0@dev",
5321 "phpunit/phpunit": "^6.5",
5322 "propel/propel": "~2.0@dev",
5323 "propel/propel1": "~1.6",
5324 "ruflin/elastica": "~1.3",
5325 "solarium/solarium": "~3.1"
5326 },
5327 "suggest": {
5328 "doctrine/mongodb-odm": "To use the DoctrineODMMongoDBAdapter.",
5329 "doctrine/orm": "To use the DoctrineORMAdapter.",
5330 "doctrine/phpcr-odm": "To use the DoctrineODMPhpcrAdapter. >= 1.1.0",
5331 "mandango/mandango": "To use the MandangoAdapter.",
5332 "propel/propel": "To use the Propel2Adapter",
5333 "propel/propel1": "To use the PropelAdapter",
5334 "solarium/solarium": "To use the SolariumAdapter."
5335 },
5336 "type": "library",
5337 "extra": {
5338 "branch-alias": {
5339 "dev-master": "1.0.x-dev"
5340 }
5341 },
5342 "autoload": {
5343 "psr-4": {
5344 "Pagerfanta\\": "src/Pagerfanta/"
5345 }
5346 },
5347 "notification-url": "https://packagist.org/downloads/",
5348 "license": [
5349 "MIT"
5350 ],
5351 "authors": [
5352 {
5353 "name": "Pablo Díez",
5354 "email": "pablodip@gmail.com"
5355 }
5356 ],
5357 "description": "Pagination for PHP",
5358 "keywords": [
5359 "page",
5360 "pagination",
5361 "paginator",
5362 "paging"
5363 ],
5364 "time": "2019-07-17T20:56:16+00:00"
5365 },
5366 {
5367 "name": "paragonie/constant_time_encoding",
5368 "version": "v2.3.0",
5369 "source": {
5370 "type": "git",
5371 "url": "https://github.com/paragonie/constant_time_encoding.git",
5372 "reference": "47a1cedd2e4d52688eb8c96469c05ebc8fd28fa2"
5373 },
5374 "dist": {
5375 "type": "zip",
5376 "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/47a1cedd2e4d52688eb8c96469c05ebc8fd28fa2",
5377 "reference": "47a1cedd2e4d52688eb8c96469c05ebc8fd28fa2",
5378 "shasum": ""
5379 },
5380 "require": {
5381 "php": "^7|^8"
5382 },
5383 "require-dev": {
5384 "phpunit/phpunit": "^6|^7",
5385 "vimeo/psalm": "^1|^2|^3"
5386 },
5387 "type": "library",
5388 "autoload": {
5389 "psr-4": {
5390 "ParagonIE\\ConstantTime\\": "src/"
5391 }
5392 },
5393 "notification-url": "https://packagist.org/downloads/",
5394 "license": [
5395 "MIT"
5396 ],
5397 "authors": [
5398 {
5399 "name": "Paragon Initiative Enterprises",
5400 "email": "security@paragonie.com",
5401 "homepage": "https://paragonie.com",
5402 "role": "Maintainer"
5403 },
5404 {
5405 "name": "Steve 'Sc00bz' Thomas",
5406 "email": "steve@tobtu.com",
5407 "homepage": "https://www.tobtu.com",
5408 "role": "Original Developer"
5409 }
5410 ],
5411 "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
5412 "keywords": [
5413 "base16",
5414 "base32",
5415 "base32_decode",
5416 "base32_encode",
5417 "base64",
5418 "base64_decode",
5419 "base64_encode",
5420 "bin2hex",
5421 "encoding",
5422 "hex",
5423 "hex2bin",
5424 "rfc4648"
5425 ],
5426 "time": "2019-11-06T19:20:29+00:00"
5427 },
5428 {
5429 "name": "paragonie/random_compat",
5430 "version": "v2.0.18",
5431 "source": {
5432 "type": "git",
5433 "url": "https://github.com/paragonie/random_compat.git",
5434 "reference": "0a58ef6e3146256cc3dc7cc393927bcc7d1b72db"
5435 },
5436 "dist": {
5437 "type": "zip",
5438 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/0a58ef6e3146256cc3dc7cc393927bcc7d1b72db",
5439 "reference": "0a58ef6e3146256cc3dc7cc393927bcc7d1b72db",
5440 "shasum": ""
5441 },
5442 "require": {
5443 "php": ">=5.2.0"
5444 },
5445 "require-dev": {
5446 "phpunit/phpunit": "4.*|5.*"
5447 },
5448 "suggest": {
5449 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
5450 },
5451 "type": "library",
5452 "autoload": {
5453 "files": [
5454 "lib/random.php"
5455 ]
5456 },
5457 "notification-url": "https://packagist.org/downloads/",
5458 "license": [
5459 "MIT"
5460 ],
5461 "authors": [
5462 {
5463 "name": "Paragon Initiative Enterprises",
5464 "email": "security@paragonie.com",
5465 "homepage": "https://paragonie.com"
5466 }
5467 ],
5468 "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
5469 "keywords": [
5470 "csprng",
5471 "polyfill",
5472 "pseudorandom",
5473 "random"
5474 ],
5475 "time": "2019-01-03T20:59:08+00:00"
5476 },
5477 {
5478 "name": "php-amqplib/php-amqplib",
5479 "version": "v2.11.0",
5480 "source": {
5481 "type": "git",
5482 "url": "https://github.com/php-amqplib/php-amqplib.git",
5483 "reference": "9ee212baced63442ca1ab029acde38e1144a00b8"
5484 },
5485 "dist": {
5486 "type": "zip",
5487 "url": "https://api.github.com/repos/php-amqplib/php-amqplib/zipball/9ee212baced63442ca1ab029acde38e1144a00b8",
5488 "reference": "9ee212baced63442ca1ab029acde38e1144a00b8",
5489 "shasum": ""
5490 },
5491 "require": {
5492 "ext-mbstring": "*",
5493 "ext-sockets": "*",
5494 "php": ">=5.6.3",
5495 "phpseclib/phpseclib": "^2.0.0"
5496 },
5497 "replace": {
5498 "videlalvaro/php-amqplib": "self.version"
5499 },
5500 "require-dev": {
5501 "ext-curl": "*",
5502 "nategood/httpful": "^0.2.20",
5503 "phpunit/phpunit": "^5.7|^6.5|^7.0",
5504 "squizlabs/php_codesniffer": "^2.5"
5505 },
5506 "type": "library",
5507 "extra": {
5508 "branch-alias": {
5509 "dev-master": "2.11-dev"
5510 }
5511 },
5512 "autoload": {
5513 "psr-4": {
5514 "PhpAmqpLib\\": "PhpAmqpLib/"
5515 }
5516 },
5517 "notification-url": "https://packagist.org/downloads/",
5518 "license": [
5519 "LGPL-2.1-or-later"
5520 ],
5521 "authors": [
5522 {
5523 "name": "Alvaro Videla",
5524 "role": "Original Maintainer"
5525 },
5526 {
5527 "name": "John Kelly",
5528 "email": "johnmkelly86@gmail.com",
5529 "role": "Maintainer"
5530 },
5531 {
5532 "name": "Raúl Araya",
5533 "email": "nubeiro@gmail.com",
5534 "role": "Maintainer"
5535 },
5536 {
5537 "name": "Luke Bakken",
5538 "email": "luke@bakken.io",
5539 "role": "Maintainer"
5540 }
5541 ],
5542 "description": "Formerly videlalvaro/php-amqplib. This library is a pure PHP implementation of the AMQP protocol. It's been tested against RabbitMQ.",
5543 "homepage": "https://github.com/php-amqplib/php-amqplib/",
5544 "keywords": [
5545 "message",
5546 "queue",
5547 "rabbitmq"
5548 ],
5549 "time": "2019-11-19T15:15:19+00:00"
5550 },
5551 {
5552 "name": "php-amqplib/rabbitmq-bundle",
5553 "version": "v1.14.4",
5554 "source": {
5555 "type": "git",
5556 "url": "https://github.com/php-amqplib/RabbitMqBundle.git",
5557 "reference": "cf67adaa4e306d8e9cb6855a72d79263b425ded8"
5558 },
5559 "dist": {
5560 "type": "zip",
5561 "url": "https://api.github.com/repos/php-amqplib/RabbitMqBundle/zipball/cf67adaa4e306d8e9cb6855a72d79263b425ded8",
5562 "reference": "cf67adaa4e306d8e9cb6855a72d79263b425ded8",
5563 "shasum": ""
5564 },
5565 "require": {
5566 "php": "^5.3.9|^7.0",
5567 "php-amqplib/php-amqplib": "^2.6",
5568 "psr/log": "^1.0",
5569 "symfony/config": "^2.7|^3.0|^4.0",
5570 "symfony/console": "^2.7|^3.0|^4.0",
5571 "symfony/dependency-injection": "^2.7|^3.0|^4.0",
5572 "symfony/event-dispatcher": "^2.7|^3.0|^4.0",
5573 "symfony/yaml": "^2.7|^3.0|^4.0"
5574 },
5575 "replace": {
5576 "oldsound/rabbitmq-bundle": "self.version"
5577 },
5578 "require-dev": {
5579 "phpunit/phpunit": "^4.8.35|^5.4.3",
5580 "symfony/debug": "^2.7|^3.0|^4.0",
5581 "symfony/serializer": "^2.7|^3.0|^4.0"
5582 },
5583 "suggest": {
5584 "symfony/framework-bundle": "To use this lib as a full Symfony Bundle and to use the profiler data collector"
5585 },
5586 "type": "symfony-bundle",
5587 "extra": {
5588 "branch-alias": {
5589 "dev-master": "1.10.x-dev"
5590 }
5591 },
5592 "autoload": {
5593 "psr-4": {
5594 "OldSound\\RabbitMqBundle\\": ""
5595 },
5596 "exclude-from-classmap": [
5597 "/Tests/"
5598 ]
5599 },
5600 "notification-url": "https://packagist.org/downloads/",
5601 "license": [
5602 "MIT"
5603 ],
5604 "authors": [
5605 {
5606 "name": "Alvaro Videla"
5607 }
5608 ],
5609 "description": "Integrates php-amqplib with Symfony & RabbitMq. Formerly oldsound/rabbitmq-bundle.",
5610 "keywords": [
5611 "AMQP",
5612 "Symfony2",
5613 "message",
5614 "queue",
5615 "rabbitmq",
5616 "symfony",
5617 "symfony3",
5618 "symfony4"
5619 ],
5620 "time": "2018-05-02T13:12:32+00:00"
5621 },
5622 {
5623 "name": "php-http/client-common",
5624 "version": "2.1.0",
5625 "source": {
5626 "type": "git",
5627 "url": "https://github.com/php-http/client-common.git",
5628 "reference": "a8b29678d61556f45d6236b1667db16d998ceec5"
5629 },
5630 "dist": {
5631 "type": "zip",
5632 "url": "https://api.github.com/repos/php-http/client-common/zipball/a8b29678d61556f45d6236b1667db16d998ceec5",
5633 "reference": "a8b29678d61556f45d6236b1667db16d998ceec5",
5634 "shasum": ""
5635 },
5636 "require": {
5637 "php": "^7.1",
5638 "php-http/httplug": "^2.0",
5639 "php-http/message": "^1.6",
5640 "php-http/message-factory": "^1.0",
5641 "symfony/options-resolver": " ^3.4.20 || ~4.0.15 || ~4.1.9 || ^4.2.1 || ^5.0"
5642 },
5643 "require-dev": {
5644 "doctrine/instantiator": "^1.1",
5645 "guzzlehttp/psr7": "^1.4",
5646 "phpspec/phpspec": "^5.1",
5647 "phpspec/prophecy": "^1.8",
5648 "sebastian/comparator": "^3.0"
5649 },
5650 "suggest": {
5651 "ext-json": "To detect JSON responses with the ContentTypePlugin",
5652 "ext-libxml": "To detect XML responses with the ContentTypePlugin",
5653 "php-http/cache-plugin": "PSR-6 Cache plugin",
5654 "php-http/logger-plugin": "PSR-3 Logger plugin",
5655 "php-http/stopwatch-plugin": "Symfony Stopwatch plugin"
5656 },
5657 "type": "library",
5658 "extra": {
5659 "branch-alias": {
5660 "dev-master": "2.0.x-dev"
5661 }
5662 },
5663 "autoload": {
5664 "psr-4": {
5665 "Http\\Client\\Common\\": "src/"
5666 }
5667 },
5668 "notification-url": "https://packagist.org/downloads/",
5669 "license": [
5670 "MIT"
5671 ],
5672 "authors": [
5673 {
5674 "name": "Márk Sági-Kazár",
5675 "email": "mark.sagikazar@gmail.com"
5676 }
5677 ],
5678 "description": "Common HTTP Client implementations and tools for HTTPlug",
5679 "homepage": "http://httplug.io",
5680 "keywords": [
5681 "client",
5682 "common",
5683 "http",
5684 "httplug"
5685 ],
5686 "time": "2019-11-18T08:58:18+00:00"
5687 },
5688 {
5689 "name": "php-http/curl-client",
5690 "version": "2.0.0",
5691 "source": {
5692 "type": "git",
5693 "url": "https://github.com/php-http/curl-client.git",
5694 "reference": "e7a2a5ebcce1ff7d75eaf02b7c85634a6fac00da"
5695 },
5696 "dist": {
5697 "type": "zip",
5698 "url": "https://api.github.com/repos/php-http/curl-client/zipball/e7a2a5ebcce1ff7d75eaf02b7c85634a6fac00da",
5699 "reference": "e7a2a5ebcce1ff7d75eaf02b7c85634a6fac00da",
5700 "shasum": ""
5701 },
5702 "require": {
5703 "ext-curl": "*",
5704 "php": "^7.1",
5705 "php-http/discovery": "^1.6",
5706 "php-http/httplug": "^2.0",
5707 "php-http/message": "^1.2",
5708 "psr/http-client": "^1.0",
5709 "psr/http-factory": "^1.0",
5710 "symfony/options-resolver": "^3.4 || ^4.0"
5711 },
5712 "provide": {
5713 "php-http/async-client-implementation": "1.0",
5714 "php-http/client-implementation": "1.0"
5715 },
5716 "require-dev": {
5717 "guzzlehttp/psr7": "^1.0",
5718 "php-http/client-integration-tests": "^2.0",
5719 "phpunit/phpunit": "^7.5",
5720 "zendframework/zend-diactoros": "^2.0"
5721 },
5722 "type": "library",
5723 "extra": {
5724 "branch-alias": {
5725 "dev-master": "2.x-dev"
5726 }
5727 },
5728 "autoload": {
5729 "psr-4": {
5730 "Http\\Client\\Curl\\": "src/"
5731 }
5732 },
5733 "notification-url": "https://packagist.org/downloads/",
5734 "license": [
5735 "MIT"
5736 ],
5737 "authors": [
5738 {
5739 "name": "Михаил Красильников",
5740 "email": "m.krasilnikov@yandex.ru"
5741 }
5742 ],
5743 "description": "PSR-18 and HTTPlug Async client with cURL",
5744 "homepage": "http://php-http.org",
5745 "keywords": [
5746 "curl",
5747 "http",
5748 "psr-18"
5749 ],
5750 "time": "2019-03-05T19:59:23+00:00"
5751 },
5752 {
5753 "name": "php-http/discovery",
5754 "version": "1.7.0",
5755 "source": {
5756 "type": "git",
5757 "url": "https://github.com/php-http/discovery.git",
5758 "reference": "e822f86a6983790aa17ab13aa7e69631e86806b6"
5759 },
5760 "dist": {
5761 "type": "zip",
5762 "url": "https://api.github.com/repos/php-http/discovery/zipball/e822f86a6983790aa17ab13aa7e69631e86806b6",
5763 "reference": "e822f86a6983790aa17ab13aa7e69631e86806b6",
5764 "shasum": ""
5765 },
5766 "require": {
5767 "php": "^7.1"
5768 },
5769 "conflict": {
5770 "nyholm/psr7": "<1.0"
5771 },
5772 "require-dev": {
5773 "akeneo/phpspec-skip-example-extension": "^4.0",
5774 "php-http/httplug": "^1.0 || ^2.0",
5775 "php-http/message-factory": "^1.0",
5776 "phpspec/phpspec": "^5.1",
5777 "puli/composer-plugin": "1.0.0-beta10"
5778 },
5779 "suggest": {
5780 "php-http/message": "Allow to use Guzzle, Diactoros or Slim Framework factories",
5781 "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."
5782 },
5783 "type": "library",
5784 "extra": {
5785 "branch-alias": {
5786 "dev-master": "1.7-dev"
5787 }
5788 },
5789 "autoload": {
5790 "psr-4": {
5791 "Http\\Discovery\\": "src/"
5792 }
5793 },
5794 "notification-url": "https://packagist.org/downloads/",
5795 "license": [
5796 "MIT"
5797 ],
5798 "authors": [
5799 {
5800 "name": "Márk Sági-Kazár",
5801 "email": "mark.sagikazar@gmail.com"
5802 }
5803 ],
5804 "description": "Finds installed HTTPlug implementations and PSR-7 message factories",
5805 "homepage": "http://php-http.org",
5806 "keywords": [
5807 "adapter",
5808 "client",
5809 "discovery",
5810 "factory",
5811 "http",
5812 "message",
5813 "psr7"
5814 ],
5815 "time": "2019-06-30T09:04:27+00:00"
5816 },
5817 {
5818 "name": "php-http/guzzle5-adapter",
5819 "version": "2.0.0",
5820 "source": {
5821 "type": "git",
5822 "url": "https://github.com/php-http/guzzle5-adapter.git",
5823 "reference": "cce48360b1f8a3467bd94e853e6107aa4532008e"
5824 },
5825 "dist": {
5826 "type": "zip",
5827 "url": "https://api.github.com/repos/php-http/guzzle5-adapter/zipball/cce48360b1f8a3467bd94e853e6107aa4532008e",
5828 "reference": "cce48360b1f8a3467bd94e853e6107aa4532008e",
5829 "shasum": ""
5830 },
5831 "require": {
5832 "guzzlehttp/guzzle": "^5.1",
5833 "php": "^7.0",
5834 "php-http/discovery": "^1.0",
5835 "php-http/httplug": "^2.0"
5836 },
5837 "provide": {
5838 "php-http/client-implementation": "1.0",
5839 "psr/http-client-implementation": "1.0"
5840 },
5841 "require-dev": {
5842 "ext-curl": "*",
5843 "guzzlehttp/ringphp": "^1.1",
5844 "php-http/client-integration-tests": "^2.0",
5845 "phpunit/phpunit": "^6.0 || ^7.0"
5846 },
5847 "type": "library",
5848 "extra": {
5849 "branch-alias": {
5850 "dev-master": "2.0-dev"
5851 }
5852 },
5853 "autoload": {
5854 "psr-4": {
5855 "Http\\Adapter\\Guzzle5\\": "src/"
5856 }
5857 },
5858 "notification-url": "https://packagist.org/downloads/",
5859 "license": [
5860 "MIT"
5861 ],
5862 "authors": [
5863 {
5864 "name": "Eric GELOEN",
5865 "email": "geloen.eric@gmail.com"
5866 },
5867 {
5868 "name": "Márk Sági-Kazár",
5869 "email": "mark.sagikazar@gmail.com"
5870 }
5871 ],
5872 "description": "Guzzle 5 HTTP Adapter",
5873 "homepage": "http://httplug.io",
5874 "keywords": [
5875 "Guzzle",
5876 "http"
5877 ],
5878 "time": "2019-02-05T12:28:45+00:00"
5879 },
5880 {
5881 "name": "php-http/httplug",
5882 "version": "v2.0.0",
5883 "source": {
5884 "type": "git",
5885 "url": "https://github.com/php-http/httplug.git",
5886 "reference": "b3842537338c949f2469557ef4ad4bdc47b58603"
5887 },
5888 "dist": {
5889 "type": "zip",
5890 "url": "https://api.github.com/repos/php-http/httplug/zipball/b3842537338c949f2469557ef4ad4bdc47b58603",
5891 "reference": "b3842537338c949f2469557ef4ad4bdc47b58603",
5892 "shasum": ""
5893 },
5894 "require": {
5895 "php": "^7.0",
5896 "php-http/promise": "^1.0",
5897 "psr/http-client": "^1.0",
5898 "psr/http-message": "^1.0"
5899 },
5900 "require-dev": {
5901 "henrikbjorn/phpspec-code-coverage": "^1.0",
5902 "phpspec/phpspec": "^2.4"
5903 },
5904 "type": "library",
5905 "extra": {
5906 "branch-alias": {
5907 "dev-master": "2.0.x-dev"
5908 }
5909 },
5910 "autoload": {
5911 "psr-4": {
5912 "Http\\Client\\": "src/"
5913 }
5914 },
5915 "notification-url": "https://packagist.org/downloads/",
5916 "license": [
5917 "MIT"
5918 ],
5919 "authors": [
5920 {
5921 "name": "Eric GELOEN",
5922 "email": "geloen.eric@gmail.com"
5923 },
5924 {
5925 "name": "Márk Sági-Kazár",
5926 "email": "mark.sagikazar@gmail.com"
5927 }
5928 ],
5929 "description": "HTTPlug, the HTTP client abstraction for PHP",
5930 "homepage": "http://httplug.io",
5931 "keywords": [
5932 "client",
5933 "http"
5934 ],
5935 "time": "2018-10-31T09:14:44+00:00"
5936 },
5937 {
5938 "name": "php-http/httplug-bundle",
5939 "version": "1.16.0",
5940 "source": {
5941 "type": "git",
5942 "url": "https://github.com/php-http/HttplugBundle.git",
5943 "reference": "5044b655fcd3a43243383cd692a6bb6cd18af24f"
5944 },
5945 "dist": {
5946 "type": "zip",
5947 "url": "https://api.github.com/repos/php-http/HttplugBundle/zipball/5044b655fcd3a43243383cd692a6bb6cd18af24f",
5948 "reference": "5044b655fcd3a43243383cd692a6bb6cd18af24f",
5949 "shasum": ""
5950 },
5951 "require": {
5952 "php": "^7.1",
5953 "php-http/client-common": "^1.9 || ^2.0",
5954 "php-http/client-implementation": "^1.0",
5955 "php-http/discovery": "^1.0",
5956 "php-http/httplug": "^1.0 || ^2.0",
5957 "php-http/logger-plugin": "^1.1",
5958 "php-http/message": "^1.4",
5959 "php-http/message-factory": "^1.0.2",
5960 "php-http/stopwatch-plugin": "^1.2",
5961 "psr/http-message": "^1.0",
5962 "symfony/config": "^3.4.20 || ^4.2.1",
5963 "symfony/dependency-injection": "^3.4.20 || ^4.2.1",
5964 "symfony/event-dispatcher": "^3.4.20 || ^4.2.1",
5965 "symfony/http-kernel": "^3.4.20 || ^4.2.1",
5966 "symfony/options-resolver": "^3.4.20 || ^4.2.1"
5967 },
5968 "conflict": {
5969 "php-http/curl-client": "<2.0",
5970 "php-http/guzzle6-adapter": "<1.1"
5971 },
5972 "require-dev": {
5973 "guzzlehttp/psr7": "^1.0",
5974 "matthiasnoback/symfony-dependency-injection-test": "^3.0",
5975 "nyholm/nsa": "^1.1",
5976 "php-http/cache-plugin": "^1.6",
5977 "php-http/guzzle6-adapter": "^1.1.1 || ^2.0.1",
5978 "php-http/mock-client": "^1.2",
5979 "php-http/promise": "^1.0",
5980 "polishsymfonycommunity/symfony-mocker-container": "^1.0",
5981 "symfony/browser-kit": "^3.4.20 || ^4.2.1",
5982 "symfony/cache": "^3.4.20 || ^4.2.1",
5983 "symfony/dom-crawler": "^3.4.20 || ^4.2.1",
5984 "symfony/framework-bundle": "^3.4.0 || ^4.2",
5985 "symfony/http-foundation": "^3.4.20 || ^4.2.1",
5986 "symfony/phpunit-bridge": "^3.4 || ^4.2",
5987 "symfony/stopwatch": "^3.4.20 || ^4.2.1",
5988 "symfony/twig-bundle": "^3.4.20 || ^4.2.1",
5989 "symfony/web-profiler-bundle": "^3.4.20 || ^4.2.1",
5990 "twig/twig": "^1.36 || ^2.6"
5991 },
5992 "suggest": {
5993 "php-http/cache-plugin": "To configure clients that cache responses",
5994 "php-http/mock-client": "Add this to your require-dev section to mock HTTP responses easily",
5995 "twig/twig": "Add this to your require-dev section when using the WebProfilerBundle"
5996 },
5997 "type": "symfony-bundle",
5998 "extra": {
5999 "branch-alias": {
6000 "dev-master": "1.x-dev"
6001 }
6002 },
6003 "autoload": {
6004 "psr-4": {
6005 "Http\\HttplugBundle\\": "src/"
6006 },
6007 "exclude-from-classmap": [
6008 "/Tests/Resources/MyPsr18TestClient.php"
6009 ]
6010 },
6011 "notification-url": "https://packagist.org/downloads/",
6012 "license": [
6013 "MIT"
6014 ],
6015 "authors": [
6016 {
6017 "name": "David Buchmann",
6018 "email": "mail@davidbu.ch"
6019 },
6020 {
6021 "name": "Tobias Nyholm",
6022 "email": "tobias.nyholm@gmail.com"
6023 }
6024 ],
6025 "description": "Symfony integration for HTTPlug",
6026 "homepage": "http://httplug.io",
6027 "keywords": [
6028 "adapter",
6029 "bundle",
6030 "discovery",
6031 "factory",
6032 "http",
6033 "httplug",
6034 "message",
6035 "php-http"
6036 ],
6037 "time": "2019-06-05T12:03:16+00:00"
6038 },
6039 {
6040 "name": "php-http/logger-plugin",
6041 "version": "1.1.0",
6042 "source": {
6043 "type": "git",
6044 "url": "https://github.com/php-http/logger-plugin.git",
6045 "reference": "c1c6e90717ce350319b7b8bc489f1db35bb523fd"
6046 },
6047 "dist": {
6048 "type": "zip",
6049 "url": "https://api.github.com/repos/php-http/logger-plugin/zipball/c1c6e90717ce350319b7b8bc489f1db35bb523fd",
6050 "reference": "c1c6e90717ce350319b7b8bc489f1db35bb523fd",
6051 "shasum": ""
6052 },
6053 "require": {
6054 "php": "^5.4 || ^7.0",
6055 "php-http/client-common": "^1.9 || ^2.0",
6056 "php-http/message": "^1.0",
6057 "psr/log": "^1.0"
6058 },
6059 "require-dev": {
6060 "henrikbjorn/phpspec-code-coverage": "^1.0",
6061 "phpspec/phpspec": "^2.5"
6062 },
6063 "type": "library",
6064 "extra": {
6065 "branch-alias": {
6066 "dev-master": "1.1-dev"
6067 }
6068 },
6069 "autoload": {
6070 "psr-4": {
6071 "Http\\Client\\Common\\Plugin\\": "src/"
6072 }
6073 },
6074 "notification-url": "https://packagist.org/downloads/",
6075 "license": [
6076 "MIT"
6077 ],
6078 "authors": [
6079 {
6080 "name": "Márk Sági-Kazár",
6081 "email": "mark.sagikazar@gmail.com"
6082 }
6083 ],
6084 "description": "PSR-3 Logger plugin for HTTPlug",
6085 "homepage": "http://httplug.io",
6086 "keywords": [
6087 "http",
6088 "httplug",
6089 "logger",
6090 "plugin"
6091 ],
6092 "time": "2019-01-30T11:48:21+00:00"
6093 },
6094 {
6095 "name": "php-http/message",
6096 "version": "1.8.0",
6097 "source": {
6098 "type": "git",
6099 "url": "https://github.com/php-http/message.git",
6100 "reference": "ce8f43ac1e294b54aabf5808515c3554a19c1e1c"
6101 },
6102 "dist": {
6103 "type": "zip",
6104 "url": "https://api.github.com/repos/php-http/message/zipball/ce8f43ac1e294b54aabf5808515c3554a19c1e1c",
6105 "reference": "ce8f43ac1e294b54aabf5808515c3554a19c1e1c",
6106 "shasum": ""
6107 },
6108 "require": {
6109 "clue/stream-filter": "^1.4",
6110 "php": "^7.1",
6111 "php-http/message-factory": "^1.0.2",
6112 "psr/http-message": "^1.0"
6113 },
6114 "provide": {
6115 "php-http/message-factory-implementation": "1.0"
6116 },
6117 "require-dev": {
6118 "akeneo/phpspec-skip-example-extension": "^1.0",
6119 "coduo/phpspec-data-provider-extension": "^1.0",
6120 "ext-zlib": "*",
6121 "guzzlehttp/psr7": "^1.0",
6122 "henrikbjorn/phpspec-code-coverage": "^1.0",
6123 "phpspec/phpspec": "^2.4",
6124 "slim/slim": "^3.0",
6125 "zendframework/zend-diactoros": "^1.0"
6126 },
6127 "suggest": {
6128 "ext-zlib": "Used with compressor/decompressor streams",
6129 "guzzlehttp/psr7": "Used with Guzzle PSR-7 Factories",
6130 "slim/slim": "Used with Slim Framework PSR-7 implementation",
6131 "zendframework/zend-diactoros": "Used with Diactoros Factories"
6132 },
6133 "type": "library",
6134 "extra": {
6135 "branch-alias": {
6136 "dev-master": "1.8-dev"
6137 }
6138 },
6139 "autoload": {
6140 "psr-4": {
6141 "Http\\Message\\": "src/"
6142 },
6143 "files": [
6144 "src/filters.php"
6145 ]
6146 },
6147 "notification-url": "https://packagist.org/downloads/",
6148 "license": [
6149 "MIT"
6150 ],
6151 "authors": [
6152 {
6153 "name": "Márk Sági-Kazár",
6154 "email": "mark.sagikazar@gmail.com"
6155 }
6156 ],
6157 "description": "HTTP Message related tools",
6158 "homepage": "http://php-http.org",
6159 "keywords": [
6160 "http",
6161 "message",
6162 "psr-7"
6163 ],
6164 "time": "2019-08-05T06:55:08+00:00"
6165 },
6166 {
6167 "name": "php-http/message-factory",
6168 "version": "v1.0.2",
6169 "source": {
6170 "type": "git",
6171 "url": "https://github.com/php-http/message-factory.git",
6172 "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1"
6173 },
6174 "dist": {
6175 "type": "zip",
6176 "url": "https://api.github.com/repos/php-http/message-factory/zipball/a478cb11f66a6ac48d8954216cfed9aa06a501a1",
6177 "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1",
6178 "shasum": ""
6179 },
6180 "require": {
6181 "php": ">=5.4",
6182 "psr/http-message": "^1.0"
6183 },
6184 "type": "library",
6185 "extra": {
6186 "branch-alias": {
6187 "dev-master": "1.0-dev"
6188 }
6189 },
6190 "autoload": {
6191 "psr-4": {
6192 "Http\\Message\\": "src/"
6193 }
6194 },
6195 "notification-url": "https://packagist.org/downloads/",
6196 "license": [
6197 "MIT"
6198 ],
6199 "authors": [
6200 {
6201 "name": "Márk Sági-Kazár",
6202 "email": "mark.sagikazar@gmail.com"
6203 }
6204 ],
6205 "description": "Factory interfaces for PSR-7 HTTP Message",
6206 "homepage": "http://php-http.org",
6207 "keywords": [
6208 "factory",
6209 "http",
6210 "message",
6211 "stream",
6212 "uri"
6213 ],
6214 "time": "2015-12-19T14:08:53+00:00"
6215 },
6216 {
6217 "name": "php-http/promise",
6218 "version": "v1.0.0",
6219 "source": {
6220 "type": "git",
6221 "url": "https://github.com/php-http/promise.git",
6222 "reference": "dc494cdc9d7160b9a09bd5573272195242ce7980"
6223 },
6224 "dist": {
6225 "type": "zip",
6226 "url": "https://api.github.com/repos/php-http/promise/zipball/dc494cdc9d7160b9a09bd5573272195242ce7980",
6227 "reference": "dc494cdc9d7160b9a09bd5573272195242ce7980",
6228 "shasum": ""
6229 },
6230 "require-dev": {
6231 "henrikbjorn/phpspec-code-coverage": "^1.0",
6232 "phpspec/phpspec": "^2.4"
6233 },
6234 "type": "library",
6235 "extra": {
6236 "branch-alias": {
6237 "dev-master": "1.1-dev"
6238 }
6239 },
6240 "autoload": {
6241 "psr-4": {
6242 "Http\\Promise\\": "src/"
6243 }
6244 },
6245 "notification-url": "https://packagist.org/downloads/",
6246 "license": [
6247 "MIT"
6248 ],
6249 "authors": [
6250 {
6251 "name": "Márk Sági-Kazár",
6252 "email": "mark.sagikazar@gmail.com"
6253 },
6254 {
6255 "name": "Joel Wurtz",
6256 "email": "joel.wurtz@gmail.com"
6257 }
6258 ],
6259 "description": "Promise used for asynchronous HTTP requests",
6260 "homepage": "http://httplug.io",
6261 "keywords": [
6262 "promise"
6263 ],
6264 "time": "2016-01-26T13:27:02+00:00"
6265 },
6266 {
6267 "name": "php-http/stopwatch-plugin",
6268 "version": "1.2.0",
6269 "source": {
6270 "type": "git",
6271 "url": "https://github.com/php-http/stopwatch-plugin.git",
6272 "reference": "520419dd18755a1e7b29077e677fbeb16b6629e7"
6273 },
6274 "dist": {
6275 "type": "zip",
6276 "url": "https://api.github.com/repos/php-http/stopwatch-plugin/zipball/520419dd18755a1e7b29077e677fbeb16b6629e7",
6277 "reference": "520419dd18755a1e7b29077e677fbeb16b6629e7",
6278 "shasum": ""
6279 },
6280 "require": {
6281 "php": "^5.4 || ^7.0",
6282 "php-http/client-common": "^1.9 || ^2.0",
6283 "symfony/stopwatch": "^2.7 || ^3.0 || ^4.0"
6284 },
6285 "require-dev": {
6286 "phpspec/phpspec": "^2.5 || ^3.0 || ^4.0"
6287 },
6288 "type": "library",
6289 "extra": {
6290 "branch-alias": {
6291 "dev-master": "1.2-dev"
6292 }
6293 },
6294 "autoload": {
6295 "psr-4": {
6296 "Http\\Client\\Common\\Plugin\\": "src/"
6297 }
6298 },
6299 "notification-url": "https://packagist.org/downloads/",
6300 "license": [
6301 "MIT"
6302 ],
6303 "authors": [
6304 {
6305 "name": "Márk Sági-Kazár",
6306 "email": "mark.sagikazar@gmail.com"
6307 }
6308 ],
6309 "description": "Symfony Stopwatch plugin for HTTPlug",
6310 "homepage": "http://httplug.io",
6311 "keywords": [
6312 "http",
6313 "httplug",
6314 "plugin",
6315 "stopwatch"
6316 ],
6317 "time": "2019-01-30T12:01:37+00:00"
6318 },
6319 {
6320 "name": "phpcollection/phpcollection",
6321 "version": "0.5.0",
6322 "source": {
6323 "type": "git",
6324 "url": "https://github.com/schmittjoh/php-collection.git",
6325 "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6"
6326 },
6327 "dist": {
6328 "type": "zip",
6329 "url": "https://api.github.com/repos/schmittjoh/php-collection/zipball/f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6",
6330 "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6",
6331 "shasum": ""
6332 },
6333 "require": {
6334 "phpoption/phpoption": "1.*"
6335 },
6336 "type": "library",
6337 "extra": {
6338 "branch-alias": {
6339 "dev-master": "0.4-dev"
6340 }
6341 },
6342 "autoload": {
6343 "psr-0": {
6344 "PhpCollection": "src/"
6345 }
6346 },
6347 "notification-url": "https://packagist.org/downloads/",
6348 "license": [
6349 "Apache2"
6350 ],
6351 "authors": [
6352 {
6353 "name": "Johannes M. Schmitt",
6354 "email": "schmittjoh@gmail.com"
6355 }
6356 ],
6357 "description": "General-Purpose Collection Library for PHP",
6358 "keywords": [
6359 "collection",
6360 "list",
6361 "map",
6362 "sequence",
6363 "set"
6364 ],
6365 "time": "2015-05-17T12:39:23+00:00"
6366 },
6367 {
6368 "name": "phpoption/phpoption",
6369 "version": "1.7.2",
6370 "source": {
6371 "type": "git",
6372 "url": "https://github.com/schmittjoh/php-option.git",
6373 "reference": "77f7c4d2e65413aff5b5a8cc8b3caf7a28d81959"
6374 },
6375 "dist": {
6376 "type": "zip",
6377 "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/77f7c4d2e65413aff5b5a8cc8b3caf7a28d81959",
6378 "reference": "77f7c4d2e65413aff5b5a8cc8b3caf7a28d81959",
6379 "shasum": ""
6380 },
6381 "require": {
6382 "php": "^5.5.9 || ^7.0"
6383 },
6384 "require-dev": {
6385 "bamarni/composer-bin-plugin": "^1.3",
6386 "phpunit/phpunit": "^4.8.35 || ^5.0 || ^6.0 || ^7.0"
6387 },
6388 "type": "library",
6389 "extra": {
6390 "branch-alias": {
6391 "dev-master": "1.7-dev"
6392 }
6393 },
6394 "autoload": {
6395 "psr-4": {
6396 "PhpOption\\": "src/PhpOption/"
6397 }
6398 },
6399 "notification-url": "https://packagist.org/downloads/",
6400 "license": [
6401 "Apache-2.0"
6402 ],
6403 "authors": [
6404 {
6405 "name": "Johannes M. Schmitt",
6406 "email": "schmittjoh@gmail.com"
6407 },
6408 {
6409 "name": "Graham Campbell",
6410 "email": "graham@alt-three.com"
6411 }
6412 ],
6413 "description": "Option Type for PHP",
6414 "keywords": [
6415 "language",
6416 "option",
6417 "php",
6418 "type"
6419 ],
6420 "time": "2019-12-15T19:35:24+00:00"
6421 },
6422 {
6423 "name": "phpseclib/phpseclib",
6424 "version": "2.0.23",
6425 "source": {
6426 "type": "git",
6427 "url": "https://github.com/phpseclib/phpseclib.git",
6428 "reference": "c78eb5058d5bb1a183133c36d4ba5b6675dfa099"
6429 },
6430 "dist": {
6431 "type": "zip",
6432 "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/c78eb5058d5bb1a183133c36d4ba5b6675dfa099",
6433 "reference": "c78eb5058d5bb1a183133c36d4ba5b6675dfa099",
6434 "shasum": ""
6435 },
6436 "require": {
6437 "php": ">=5.3.3"
6438 },
6439 "require-dev": {
6440 "phing/phing": "~2.7",
6441 "phpunit/phpunit": "^4.8.35|^5.7|^6.0",
6442 "sami/sami": "~2.0",
6443 "squizlabs/php_codesniffer": "~2.0"
6444 },
6445 "suggest": {
6446 "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
6447 "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
6448 "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
6449 "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
6450 },
6451 "type": "library",
6452 "autoload": {
6453 "files": [
6454 "phpseclib/bootstrap.php"
6455 ],
6456 "psr-4": {
6457 "phpseclib\\": "phpseclib/"
6458 }
6459 },
6460 "notification-url": "https://packagist.org/downloads/",
6461 "license": [
6462 "MIT"
6463 ],
6464 "authors": [
6465 {
6466 "name": "Jim Wigginton",
6467 "email": "terrafrost@php.net",
6468 "role": "Lead Developer"
6469 },
6470 {
6471 "name": "Patrick Monnerat",
6472 "email": "pm@datasphere.ch",
6473 "role": "Developer"
6474 },
6475 {
6476 "name": "Andreas Fischer",
6477 "email": "bantu@phpbb.com",
6478 "role": "Developer"
6479 },
6480 {
6481 "name": "Hans-Jürgen Petrich",
6482 "email": "petrich@tronic-media.com",
6483 "role": "Developer"
6484 },
6485 {
6486 "name": "Graham Campbell",
6487 "email": "graham@alt-three.com",
6488 "role": "Developer"
6489 }
6490 ],
6491 "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
6492 "homepage": "http://phpseclib.sourceforge.net",
6493 "keywords": [
6494 "BigInteger",
6495 "aes",
6496 "asn.1",
6497 "asn1",
6498 "blowfish",
6499 "crypto",
6500 "cryptography",
6501 "encryption",
6502 "rsa",
6503 "security",
6504 "sftp",
6505 "signature",
6506 "signing",
6507 "ssh",
6508 "twofish",
6509 "x.509",
6510 "x509"
6511 ],
6512 "time": "2019-09-17T03:41:22+00:00"
6513 },
6514 {
6515 "name": "phpzip/phpzip",
6516 "version": "2.0.8",
6517 "source": {
6518 "type": "git",
6519 "url": "https://github.com/Grandt/PHPZip.git",
6520 "reference": "936f93d656f68e29c231a39e19fd59a636fe7e47"
6521 },
6522 "dist": {
6523 "type": "zip",
6524 "url": "https://api.github.com/repos/Grandt/PHPZip/zipball/936f93d656f68e29c231a39e19fd59a636fe7e47",
6525 "reference": "936f93d656f68e29c231a39e19fd59a636fe7e47",
6526 "shasum": ""
6527 },
6528 "require": {
6529 "grandt/binstring": ">=1.0.0",
6530 "grandt/phpzipmerge": ">=1.0.4",
6531 "grandt/relativepath": ">=1.0.2",
6532 "php": ">=5.3.0"
6533 },
6534 "type": "library",
6535 "autoload": {
6536 "psr-4": {
6537 "PHPZip\\Zip\\": "src/Zip"
6538 }
6539 },
6540 "notification-url": "https://packagist.org/downloads/",
6541 "license": [
6542 "LGPL-2.1"
6543 ],
6544 "authors": [
6545 {
6546 "name": "Adam Schmalhofer",
6547 "email": "Adam.Schmalhofer@gmx.de",
6548 "role": "Developer"
6549 },
6550 {
6551 "name": "A. Grandt",
6552 "email": "php@grandt.com",
6553 "homepage": "http://grandt.com",
6554 "role": "Developer"
6555 },
6556 {
6557 "name": "Greg Kappatos",
6558 "homepage": "http://websiteconnect.com.au",
6559 "role": "Developer"
6560 }
6561 ],
6562 "description": "Package to create and stream archives of compressed files in ZIP format with PHP 5.3+",
6563 "homepage": "https://github.com/Grandt/PHPZip",
6564 "keywords": [
6565 "archive",
6566 "compressed",
6567 "compression",
6568 "phpzip",
6569 "pkzip",
6570 "stream",
6571 "zip"
6572 ],
6573 "time": "2015-11-16T16:30:51+00:00"
6574 },
6575 {
6576 "name": "pragmarx/random",
6577 "version": "v0.2.2",
6578 "source": {
6579 "type": "git",
6580 "url": "https://github.com/antonioribeiro/random.git",
6581 "reference": "daf08a189c5d2d40d1a827db46364d3a741a51b7"
6582 },
6583 "dist": {
6584 "type": "zip",
6585 "url": "https://api.github.com/repos/antonioribeiro/random/zipball/daf08a189c5d2d40d1a827db46364d3a741a51b7",
6586 "reference": "daf08a189c5d2d40d1a827db46364d3a741a51b7",
6587 "shasum": ""
6588 },
6589 "require": {
6590 "php": ">=7.0"
6591 },
6592 "require-dev": {
6593 "fzaninotto/faker": "~1.7",
6594 "phpunit/phpunit": "~6.4",
6595 "pragmarx/trivia": "~0.1",
6596 "squizlabs/php_codesniffer": "^2.3"
6597 },
6598 "suggest": {
6599 "fzaninotto/faker": "Allows you to get dozens of randomized types",
6600 "pragmarx/trivia": "For the trivia database"
6601 },
6602 "type": "library",
6603 "extra": {
6604 "branch-alias": {
6605 "dev-master": "1.0-dev"
6606 }
6607 },
6608 "autoload": {
6609 "psr-4": {
6610 "PragmaRX\\Random\\": "src"
6611 }
6612 },
6613 "notification-url": "https://packagist.org/downloads/",
6614 "license": [
6615 "MIT"
6616 ],
6617 "authors": [
6618 {
6619 "name": "Antonio Carlos Ribeiro",
6620 "email": "acr@antoniocarlosribeiro.com",
6621 "homepage": "https://antoniocarlosribeiro.com",
6622 "role": "Developer"
6623 }
6624 ],
6625 "description": "Create random chars, numbers, strings",
6626 "homepage": "https://github.com/antonioribeiro/random",
6627 "keywords": [
6628 "Randomize",
6629 "faker",
6630 "pragmarx",
6631 "random",
6632 "random number",
6633 "random pattern",
6634 "random string"
6635 ],
6636 "time": "2017-11-21T05:26:22+00:00"
6637 },
6638 {
6639 "name": "pragmarx/recovery",
6640 "version": "v0.1.0",
6641 "source": {
6642 "type": "git",
6643 "url": "https://github.com/antonioribeiro/recovery.git",
6644 "reference": "e16573a1ae5345cc3b100eec6d0296a1a15a90fe"
6645 },
6646 "dist": {
6647 "type": "zip",
6648 "url": "https://api.github.com/repos/antonioribeiro/recovery/zipball/e16573a1ae5345cc3b100eec6d0296a1a15a90fe",
6649 "reference": "e16573a1ae5345cc3b100eec6d0296a1a15a90fe",
6650 "shasum": ""
6651 },
6652 "require": {
6653 "php": "~7.0",
6654 "pragmarx/random": "~0.1"
6655 },
6656 "require-dev": {
6657 "phpunit/phpunit": ">=5.4.3",
6658 "squizlabs/php_codesniffer": "^2.3",
6659 "tightenco/collect": "^5"
6660 },
6661 "suggest": {
6662 "tightenco/collect": "Allows to generate recovery codes as collections"
6663 },
6664 "type": "library",
6665 "extra": {
6666 "branch-alias": {
6667 "dev-master": "1.0-dev"
6668 }
6669 },
6670 "autoload": {
6671 "psr-4": {
6672 "PragmaRX\\Recovery\\": "src"
6673 }
6674 },
6675 "notification-url": "https://packagist.org/downloads/",
6676 "license": [
6677 "MIT"
6678 ],
6679 "authors": [
6680 {
6681 "name": "Antonio Carlos Ribeiro",
6682 "email": "acr@antoniocarlosribeiro.com",
6683 "homepage": "https://antoniocarlosribeiro.com",
6684 "role": "Developer"
6685 }
6686 ],
6687 "description": "Create recovery codes for two factor auth",
6688 "homepage": "https://github.com/antonioribeiro/recovery",
6689 "keywords": [
6690 "2fa",
6691 "account recovery",
6692 "auth",
6693 "backup codes",
6694 "google2fa",
6695 "pragmarx",
6696 "recovery",
6697 "recovery codes",
6698 "two factor auth"
6699 ],
6700 "time": "2017-09-19T16:58:00+00:00"
6701 },
6702 {
6703 "name": "predis/predis",
6704 "version": "v1.1.x-dev",
6705 "source": {
6706 "type": "git",
6707 "url": "https://github.com/nrk/predis.git",
6708 "reference": "111d100ee389d624036b46b35ed0c9ac59c71313"
6709 },
6710 "dist": {
6711 "type": "zip",
6712 "url": "https://api.github.com/repos/nrk/predis/zipball/111d100ee389d624036b46b35ed0c9ac59c71313",
6713 "reference": "111d100ee389d624036b46b35ed0c9ac59c71313",
6714 "shasum": ""
6715 },
6716 "require": {
6717 "php": ">=5.3.9"
6718 },
6719 "require-dev": {
6720 "phpunit/phpunit": "~4.8"
6721 },
6722 "suggest": {
6723 "ext-curl": "Allows access to Webdis when paired with phpiredis",
6724 "ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol"
6725 },
6726 "type": "library",
6727 "autoload": {
6728 "psr-4": {
6729 "Predis\\": "src/"
6730 }
6731 },
6732 "notification-url": "https://packagist.org/downloads/",
6733 "license": [
6734 "MIT"
6735 ],
6736 "authors": [
6737 {
6738 "name": "Daniele Alessandri",
6739 "email": "suppakilla@gmail.com",
6740 "homepage": "http://clorophilla.net"
6741 }
6742 ],
6743 "description": "Flexible and feature-complete Redis client for PHP and HHVM",
6744 "homepage": "http://github.com/nrk/predis",
6745 "keywords": [
6746 "nosql",
6747 "predis",
6748 "redis"
6749 ],
6750 "time": "2017-07-12T14:39:17+00:00"
6751 },
6752 {
6753 "name": "psr/cache",
6754 "version": "1.0.1",
6755 "source": {
6756 "type": "git",
6757 "url": "https://github.com/php-fig/cache.git",
6758 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
6759 },
6760 "dist": {
6761 "type": "zip",
6762 "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
6763 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
6764 "shasum": ""
6765 },
6766 "require": {
6767 "php": ">=5.3.0"
6768 },
6769 "type": "library",
6770 "extra": {
6771 "branch-alias": {
6772 "dev-master": "1.0.x-dev"
6773 }
6774 },
6775 "autoload": {
6776 "psr-4": {
6777 "Psr\\Cache\\": "src/"
6778 }
6779 },
6780 "notification-url": "https://packagist.org/downloads/",
6781 "license": [
6782 "MIT"
6783 ],
6784 "authors": [
6785 {
6786 "name": "PHP-FIG",
6787 "homepage": "http://www.php-fig.org/"
6788 }
6789 ],
6790 "description": "Common interface for caching libraries",
6791 "keywords": [
6792 "cache",
6793 "psr",
6794 "psr-6"
6795 ],
6796 "time": "2016-08-06T20:24:11+00:00"
6797 },
6798 {
6799 "name": "psr/container",
6800 "version": "1.0.0",
6801 "source": {
6802 "type": "git",
6803 "url": "https://github.com/php-fig/container.git",
6804 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
6805 },
6806 "dist": {
6807 "type": "zip",
6808 "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
6809 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
6810 "shasum": ""
6811 },
6812 "require": {
6813 "php": ">=5.3.0"
6814 },
6815 "type": "library",
6816 "extra": {
6817 "branch-alias": {
6818 "dev-master": "1.0.x-dev"
6819 }
6820 },
6821 "autoload": {
6822 "psr-4": {
6823 "Psr\\Container\\": "src/"
6824 }
6825 },
6826 "notification-url": "https://packagist.org/downloads/",
6827 "license": [
6828 "MIT"
6829 ],
6830 "authors": [
6831 {
6832 "name": "PHP-FIG",
6833 "homepage": "http://www.php-fig.org/"
6834 }
6835 ],
6836 "description": "Common Container Interface (PHP FIG PSR-11)",
6837 "homepage": "https://github.com/php-fig/container",
6838 "keywords": [
6839 "PSR-11",
6840 "container",
6841 "container-interface",
6842 "container-interop",
6843 "psr"
6844 ],
6845 "time": "2017-02-14T16:28:37+00:00"
6846 },
6847 {
6848 "name": "psr/http-client",
6849 "version": "1.0.0",
6850 "source": {
6851 "type": "git",
6852 "url": "https://github.com/php-fig/http-client.git",
6853 "reference": "496a823ef742b632934724bf769560c2a5c7c44e"
6854 },
6855 "dist": {
6856 "type": "zip",
6857 "url": "https://api.github.com/repos/php-fig/http-client/zipball/496a823ef742b632934724bf769560c2a5c7c44e",
6858 "reference": "496a823ef742b632934724bf769560c2a5c7c44e",
6859 "shasum": ""
6860 },
6861 "require": {
6862 "php": "^7.0",
6863 "psr/http-message": "^1.0"
6864 },
6865 "type": "library",
6866 "extra": {
6867 "branch-alias": {
6868 "dev-master": "1.0.x-dev"
6869 }
6870 },
6871 "autoload": {
6872 "psr-4": {
6873 "Psr\\Http\\Client\\": "src/"
6874 }
6875 },
6876 "notification-url": "https://packagist.org/downloads/",
6877 "license": [
6878 "MIT"
6879 ],
6880 "authors": [
6881 {
6882 "name": "PHP-FIG",
6883 "homepage": "http://www.php-fig.org/"
6884 }
6885 ],
6886 "description": "Common interface for HTTP clients",
6887 "homepage": "https://github.com/php-fig/http-client",
6888 "keywords": [
6889 "http",
6890 "http-client",
6891 "psr",
6892 "psr-18"
6893 ],
6894 "time": "2018-10-30T23:29:13+00:00"
6895 },
6896 {
6897 "name": "psr/http-factory",
6898 "version": "1.0.1",
6899 "source": {
6900 "type": "git",
6901 "url": "https://github.com/php-fig/http-factory.git",
6902 "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
6903 },
6904 "dist": {
6905 "type": "zip",
6906 "url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
6907 "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
6908 "shasum": ""
6909 },
6910 "require": {
6911 "php": ">=7.0.0",
6912 "psr/http-message": "^1.0"
6913 },
6914 "type": "library",
6915 "extra": {
6916 "branch-alias": {
6917 "dev-master": "1.0.x-dev"
6918 }
6919 },
6920 "autoload": {
6921 "psr-4": {
6922 "Psr\\Http\\Message\\": "src/"
6923 }
6924 },
6925 "notification-url": "https://packagist.org/downloads/",
6926 "license": [
6927 "MIT"
6928 ],
6929 "authors": [
6930 {
6931 "name": "PHP-FIG",
6932 "homepage": "http://www.php-fig.org/"
6933 }
6934 ],
6935 "description": "Common interfaces for PSR-7 HTTP message factories",
6936 "keywords": [
6937 "factory",
6938 "http",
6939 "message",
6940 "psr",
6941 "psr-17",
6942 "psr-7",
6943 "request",
6944 "response"
6945 ],
6946 "time": "2019-04-30T12:38:16+00:00"
6947 },
6948 {
6949 "name": "psr/http-message",
6950 "version": "1.0.1",
6951 "source": {
6952 "type": "git",
6953 "url": "https://github.com/php-fig/http-message.git",
6954 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
6955 },
6956 "dist": {
6957 "type": "zip",
6958 "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
6959 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
6960 "shasum": ""
6961 },
6962 "require": {
6963 "php": ">=5.3.0"
6964 },
6965 "type": "library",
6966 "extra": {
6967 "branch-alias": {
6968 "dev-master": "1.0.x-dev"
6969 }
6970 },
6971 "autoload": {
6972 "psr-4": {
6973 "Psr\\Http\\Message\\": "src/"
6974 }
6975 },
6976 "notification-url": "https://packagist.org/downloads/",
6977 "license": [
6978 "MIT"
6979 ],
6980 "authors": [
6981 {
6982 "name": "PHP-FIG",
6983 "homepage": "http://www.php-fig.org/"
6984 }
6985 ],
6986 "description": "Common interface for HTTP messages",
6987 "homepage": "https://github.com/php-fig/http-message",
6988 "keywords": [
6989 "http",
6990 "http-message",
6991 "psr",
6992 "psr-7",
6993 "request",
6994 "response"
6995 ],
6996 "time": "2016-08-06T14:39:51+00:00"
6997 },
6998 {
6999 "name": "psr/link",
7000 "version": "1.0.0",
7001 "source": {
7002 "type": "git",
7003 "url": "https://github.com/php-fig/link.git",
7004 "reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562"
7005 },
7006 "dist": {
7007 "type": "zip",
7008 "url": "https://api.github.com/repos/php-fig/link/zipball/eea8e8662d5cd3ae4517c9b864493f59fca95562",
7009 "reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562",
7010 "shasum": ""
7011 },
7012 "require": {
7013 "php": ">=5.3.0"
7014 },
7015 "type": "library",
7016 "extra": {
7017 "branch-alias": {
7018 "dev-master": "1.0.x-dev"
7019 }
7020 },
7021 "autoload": {
7022 "psr-4": {
7023 "Psr\\Link\\": "src/"
7024 }
7025 },
7026 "notification-url": "https://packagist.org/downloads/",
7027 "license": [
7028 "MIT"
7029 ],
7030 "authors": [
7031 {
7032 "name": "PHP-FIG",
7033 "homepage": "http://www.php-fig.org/"
7034 }
7035 ],
7036 "description": "Common interfaces for HTTP links",
7037 "keywords": [
7038 "http",
7039 "http-link",
7040 "link",
7041 "psr",
7042 "psr-13",
7043 "rest"
7044 ],
7045 "time": "2016-10-28T16:06:13+00:00"
7046 },
7047 {
7048 "name": "psr/log",
7049 "version": "1.1.2",
7050 "source": {
7051 "type": "git",
7052 "url": "https://github.com/php-fig/log.git",
7053 "reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801"
7054 },
7055 "dist": {
7056 "type": "zip",
7057 "url": "https://api.github.com/repos/php-fig/log/zipball/446d54b4cb6bf489fc9d75f55843658e6f25d801",
7058 "reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801",
7059 "shasum": ""
7060 },
7061 "require": {
7062 "php": ">=5.3.0"
7063 },
7064 "type": "library",
7065 "extra": {
7066 "branch-alias": {
7067 "dev-master": "1.1.x-dev"
7068 }
7069 },
7070 "autoload": {
7071 "psr-4": {
7072 "Psr\\Log\\": "Psr/Log/"
7073 }
7074 },
7075 "notification-url": "https://packagist.org/downloads/",
7076 "license": [
7077 "MIT"
7078 ],
7079 "authors": [
7080 {
7081 "name": "PHP-FIG",
7082 "homepage": "http://www.php-fig.org/"
7083 }
7084 ],
7085 "description": "Common interface for logging libraries",
7086 "homepage": "https://github.com/php-fig/log",
7087 "keywords": [
7088 "log",
7089 "psr",
7090 "psr-3"
7091 ],
7092 "time": "2019-11-01T11:05:21+00:00"
7093 },
7094 {
7095 "name": "psr/simple-cache",
7096 "version": "1.0.1",
7097 "source": {
7098 "type": "git",
7099 "url": "https://github.com/php-fig/simple-cache.git",
7100 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
7101 },
7102 "dist": {
7103 "type": "zip",
7104 "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
7105 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
7106 "shasum": ""
7107 },
7108 "require": {
7109 "php": ">=5.3.0"
7110 },
7111 "type": "library",
7112 "extra": {
7113 "branch-alias": {
7114 "dev-master": "1.0.x-dev"
7115 }
7116 },
7117 "autoload": {
7118 "psr-4": {
7119 "Psr\\SimpleCache\\": "src/"
7120 }
7121 },
7122 "notification-url": "https://packagist.org/downloads/",
7123 "license": [
7124 "MIT"
7125 ],
7126 "authors": [
7127 {
7128 "name": "PHP-FIG",
7129 "homepage": "http://www.php-fig.org/"
7130 }
7131 ],
7132 "description": "Common interfaces for simple caching",
7133 "keywords": [
7134 "cache",
7135 "caching",
7136 "psr",
7137 "psr-16",
7138 "simple-cache"
7139 ],
7140 "time": "2017-10-23T01:57:42+00:00"
7141 },
7142 {
7143 "name": "ralouphie/getallheaders",
7144 "version": "3.0.3",
7145 "source": {
7146 "type": "git",
7147 "url": "https://github.com/ralouphie/getallheaders.git",
7148 "reference": "120b605dfeb996808c31b6477290a714d356e822"
7149 },
7150 "dist": {
7151 "type": "zip",
7152 "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
7153 "reference": "120b605dfeb996808c31b6477290a714d356e822",
7154 "shasum": ""
7155 },
7156 "require": {
7157 "php": ">=5.6"
7158 },
7159 "require-dev": {
7160 "php-coveralls/php-coveralls": "^2.1",
7161 "phpunit/phpunit": "^5 || ^6.5"
7162 },
7163 "type": "library",
7164 "autoload": {
7165 "files": [
7166 "src/getallheaders.php"
7167 ]
7168 },
7169 "notification-url": "https://packagist.org/downloads/",
7170 "license": [
7171 "MIT"
7172 ],
7173 "authors": [
7174 {
7175 "name": "Ralph Khattar",
7176 "email": "ralph.khattar@gmail.com"
7177 }
7178 ],
7179 "description": "A polyfill for getallheaders.",
7180 "time": "2019-03-08T08:55:37+00:00"
7181 },
7182 {
7183 "name": "ramsey/uuid",
7184 "version": "3.9.2",
7185 "source": {
7186 "type": "git",
7187 "url": "https://github.com/ramsey/uuid.git",
7188 "reference": "7779489a47d443f845271badbdcedfe4df8e06fb"
7189 },
7190 "dist": {
7191 "type": "zip",
7192 "url": "https://api.github.com/repos/ramsey/uuid/zipball/7779489a47d443f845271badbdcedfe4df8e06fb",
7193 "reference": "7779489a47d443f845271badbdcedfe4df8e06fb",
7194 "shasum": ""
7195 },
7196 "require": {
7197 "ext-json": "*",
7198 "paragonie/random_compat": "^1 | ^2 | 9.99.99",
7199 "php": "^5.4 | ^7 | ^8",
7200 "symfony/polyfill-ctype": "^1.8"
7201 },
7202 "replace": {
7203 "rhumsaa/uuid": "self.version"
7204 },
7205 "require-dev": {
7206 "codeception/aspect-mock": "^1 | ^2",
7207 "doctrine/annotations": "^1.2",
7208 "goaop/framework": "1.0.0-alpha.2 | ^1 | ^2.1",
7209 "jakub-onderka/php-parallel-lint": "^1",
7210 "mockery/mockery": "^0.9.11 | ^1",
7211 "moontoast/math": "^1.1",
7212 "paragonie/random-lib": "^2",
7213 "php-mock/php-mock-phpunit": "^0.3 | ^1.1",
7214 "phpunit/phpunit": "^4.8 | ^5.4 | ^6.5",
7215 "squizlabs/php_codesniffer": "^3.5"
7216 },
7217 "suggest": {
7218 "ext-ctype": "Provides support for PHP Ctype functions",
7219 "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator",
7220 "ext-openssl": "Provides the OpenSSL extension for use with the OpenSslGenerator",
7221 "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator",
7222 "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).",
7223 "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
7224 "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid",
7225 "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
7226 },
7227 "type": "library",
7228 "extra": {
7229 "branch-alias": {
7230 "dev-master": "3.x-dev"
7231 }
7232 },
7233 "autoload": {
7234 "psr-4": {
7235 "Ramsey\\Uuid\\": "src/"
7236 },
7237 "files": [
7238 "src/functions.php"
7239 ]
7240 },
7241 "notification-url": "https://packagist.org/downloads/",
7242 "license": [
7243 "MIT"
7244 ],
7245 "authors": [
7246 {
7247 "name": "Ben Ramsey",
7248 "email": "ben@benramsey.com",
7249 "homepage": "https://benramsey.com"
7250 },
7251 {
7252 "name": "Marijn Huizendveld",
7253 "email": "marijn.huizendveld@gmail.com"
7254 },
7255 {
7256 "name": "Thibaud Fabre",
7257 "email": "thibaud@aztech.io"
7258 }
7259 ],
7260 "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
7261 "homepage": "https://github.com/ramsey/uuid",
7262 "keywords": [
7263 "guid",
7264 "identifier",
7265 "uuid"
7266 ],
7267 "time": "2019-12-17T08:18:51+00:00"
7268 },
7269 {
7270 "name": "react/promise",
7271 "version": "v2.7.1",
7272 "source": {
7273 "type": "git",
7274 "url": "https://github.com/reactphp/promise.git",
7275 "reference": "31ffa96f8d2ed0341a57848cbb84d88b89dd664d"
7276 },
7277 "dist": {
7278 "type": "zip",
7279 "url": "https://api.github.com/repos/reactphp/promise/zipball/31ffa96f8d2ed0341a57848cbb84d88b89dd664d",
7280 "reference": "31ffa96f8d2ed0341a57848cbb84d88b89dd664d",
7281 "shasum": ""
7282 },
7283 "require": {
7284 "php": ">=5.4.0"
7285 },
7286 "require-dev": {
7287 "phpunit/phpunit": "~4.8"
7288 },
7289 "type": "library",
7290 "autoload": {
7291 "psr-4": {
7292 "React\\Promise\\": "src/"
7293 },
7294 "files": [
7295 "src/functions_include.php"
7296 ]
7297 },
7298 "notification-url": "https://packagist.org/downloads/",
7299 "license": [
7300 "MIT"
7301 ],
7302 "authors": [
7303 {
7304 "name": "Jan Sorgalla",
7305 "email": "jsorgalla@gmail.com"
7306 }
7307 ],
7308 "description": "A lightweight implementation of CommonJS Promises/A for PHP",
7309 "keywords": [
7310 "promise",
7311 "promises"
7312 ],
7313 "time": "2019-01-07T21:25:54+00:00"
7314 },
7315 {
7316 "name": "scheb/two-factor-bundle",
7317 "version": "v4.11.0",
7318 "source": {
7319 "type": "git",
7320 "url": "https://github.com/scheb/two-factor-bundle.git",
7321 "reference": "eadac02014233ab45dac215d42fd06aaf629b09a"
7322 },
7323 "dist": {
7324 "type": "zip",
7325 "url": "https://api.github.com/repos/scheb/two-factor-bundle/zipball/eadac02014233ab45dac215d42fd06aaf629b09a",
7326 "reference": "eadac02014233ab45dac215d42fd06aaf629b09a",
7327 "shasum": ""
7328 },
7329 "require": {
7330 "lcobucci/jwt": "^3.2",
7331 "paragonie/constant_time_encoding": "^2.2",
7332 "php": "^7.1.3",
7333 "spomky-labs/otphp": "^9.1|^10.0",
7334 "symfony/config": "^3.4|^4.0|^5.0",
7335 "symfony/dependency-injection": "^3.4|^4.0|^5.0",
7336 "symfony/event-dispatcher": "^3.4|^4.0|^5.0",
7337 "symfony/framework-bundle": "^3.4|^4.0|^5.0",
7338 "symfony/http-foundation": "^3.4|^4.0|^5.0",
7339 "symfony/http-kernel": "^3.4|^4.0|^5.0",
7340 "symfony/property-access": "^3.4|^4.0|^5.0",
7341 "symfony/security-bundle": "^3.4|^4.0|^5.0",
7342 "symfony/twig-bundle": "^3.4|^4.0|^5.0"
7343 },
7344 "require-dev": {
7345 "doctrine/lexer": "^1.0.1",
7346 "doctrine/orm": "^2.6",
7347 "escapestudios/symfony2-coding-standard": "^3.9",
7348 "phpunit/phpunit": "^7.0|^8.0",
7349 "squizlabs/php_codesniffer": "^3.5",
7350 "swiftmailer/swiftmailer": "^6.0",
7351 "symfony/yaml": "^3.4|^4.0|^5.0"
7352 },
7353 "type": "symfony-bundle",
7354 "autoload": {
7355 "psr-4": {
7356 "Scheb\\TwoFactorBundle\\": ""
7357 },
7358 "exclude-from-classmap": [
7359 "/Tests/"
7360 ]
7361 },
7362 "notification-url": "https://packagist.org/downloads/",
7363 "license": [
7364 "MIT"
7365 ],
7366 "authors": [
7367 {
7368 "name": "Christian Scheb",
7369 "email": "me@christianscheb.de"
7370 }
7371 ],
7372 "description": "Provides two-factor authentication for Symfony applications",
7373 "homepage": "https://github.com/scheb/two-factor-bundle",
7374 "keywords": [
7375 "Authentication",
7376 "security",
7377 "symfony",
7378 "two-factor",
7379 "two-step"
7380 ],
7381 "time": "2019-12-08T16:03:05+00:00"
7382 },
7383 {
7384 "name": "sensio/distribution-bundle",
7385 "version": "v5.0.25",
7386 "source": {
7387 "type": "git",
7388 "url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
7389 "reference": "80a38234bde8321fb92aa0b8c27978a272bb4baf"
7390 },
7391 "dist": {
7392 "type": "zip",
7393 "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/80a38234bde8321fb92aa0b8c27978a272bb4baf",
7394 "reference": "80a38234bde8321fb92aa0b8c27978a272bb4baf",
7395 "shasum": ""
7396 },
7397 "require": {
7398 "php": ">=5.3.9",
7399 "sensiolabs/security-checker": "~5.0|~6.0",
7400 "symfony/class-loader": "~2.3|~3.0",
7401 "symfony/config": "~2.3|~3.0",
7402 "symfony/dependency-injection": "~2.3|~3.0",
7403 "symfony/filesystem": "~2.3|~3.0",
7404 "symfony/http-kernel": "~2.3|~3.0",
7405 "symfony/process": "~2.3|~3.0"
7406 },
7407 "type": "symfony-bundle",
7408 "extra": {
7409 "branch-alias": {
7410 "dev-master": "5.0.x-dev"
7411 }
7412 },
7413 "autoload": {
7414 "psr-4": {
7415 "Sensio\\Bundle\\DistributionBundle\\": ""
7416 }
7417 },
7418 "notification-url": "https://packagist.org/downloads/",
7419 "license": [
7420 "MIT"
7421 ],
7422 "authors": [
7423 {
7424 "name": "Fabien Potencier",
7425 "email": "fabien@symfony.com"
7426 }
7427 ],
7428 "description": "Base bundle for Symfony Distributions",
7429 "keywords": [
7430 "configuration",
7431 "distribution"
7432 ],
7433 "time": "2019-06-18T15:43:58+00:00"
7434 },
7435 {
7436 "name": "sensio/framework-extra-bundle",
7437 "version": "v5.4.1",
7438 "source": {
7439 "type": "git",
7440 "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
7441 "reference": "585f4b3a1c54f24d1a8431c729fc8f5acca20c8a"
7442 },
7443 "dist": {
7444 "type": "zip",
7445 "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/585f4b3a1c54f24d1a8431c729fc8f5acca20c8a",
7446 "reference": "585f4b3a1c54f24d1a8431c729fc8f5acca20c8a",
7447 "shasum": ""
7448 },
7449 "require": {
7450 "doctrine/annotations": "^1.0",
7451 "doctrine/persistence": "^1.0",
7452 "php": ">=7.1.3",
7453 "symfony/config": "^3.4|^4.3",
7454 "symfony/dependency-injection": "^3.4|^4.3",
7455 "symfony/framework-bundle": "^3.4|^4.3",
7456 "symfony/http-kernel": "^3.4|^4.3"
7457 },
7458 "require-dev": {
7459 "doctrine/doctrine-bundle": "^1.6",
7460 "doctrine/orm": "^2.5",
7461 "nyholm/psr7": "^1.1",
7462 "symfony/browser-kit": "^3.4|^4.3",
7463 "symfony/dom-crawler": "^3.4|^4.3",
7464 "symfony/expression-language": "^3.4|^4.3",
7465 "symfony/finder": "^3.4|^4.3",
7466 "symfony/monolog-bridge": "^3.0|^4.0",
7467 "symfony/monolog-bundle": "^3.2",
7468 "symfony/phpunit-bridge": "^3.4.19|^4.1.8",
7469 "symfony/psr-http-message-bridge": "^1.1",
7470 "symfony/security-bundle": "^3.4|^4.3",
7471 "symfony/twig-bundle": "^3.4|^4.3",
7472 "symfony/yaml": "^3.4|^4.3",
7473 "twig/twig": "~1.12|~2.0"
7474 },
7475 "suggest": {
7476 "symfony/expression-language": "",
7477 "symfony/psr-http-message-bridge": "To use the PSR-7 converters",
7478 "symfony/security-bundle": ""
7479 },
7480 "type": "symfony-bundle",
7481 "extra": {
7482 "branch-alias": {
7483 "dev-master": "5.4.x-dev"
7484 }
7485 },
7486 "autoload": {
7487 "psr-4": {
7488 "Sensio\\Bundle\\FrameworkExtraBundle\\": ""
7489 }
7490 },
7491 "notification-url": "https://packagist.org/downloads/",
7492 "license": [
7493 "MIT"
7494 ],
7495 "authors": [
7496 {
7497 "name": "Fabien Potencier",
7498 "email": "fabien@symfony.com"
7499 }
7500 ],
7501 "description": "This bundle provides a way to configure your controllers with annotations",
7502 "keywords": [
7503 "annotations",
7504 "controllers"
7505 ],
7506 "time": "2019-07-08T08:31:25+00:00"
7507 },
7508 {
7509 "name": "sensiolabs/security-checker",
7510 "version": "v6.0.3",
7511 "source": {
7512 "type": "git",
7513 "url": "https://github.com/sensiolabs/security-checker.git",
7514 "reference": "a576c01520d9761901f269c4934ba55448be4a54"
7515 },
7516 "dist": {
7517 "type": "zip",
7518 "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/a576c01520d9761901f269c4934ba55448be4a54",
7519 "reference": "a576c01520d9761901f269c4934ba55448be4a54",
7520 "shasum": ""
7521 },
7522 "require": {
7523 "php": ">=7.1.3",
7524 "symfony/console": "^2.8|^3.4|^4.2|^5.0",
7525 "symfony/http-client": "^4.3|^5.0",
7526 "symfony/mime": "^4.3|^5.0",
7527 "symfony/polyfill-ctype": "^1.11"
7528 },
7529 "bin": [
7530 "security-checker"
7531 ],
7532 "type": "library",
7533 "extra": {
7534 "branch-alias": {
7535 "dev-master": "6.0-dev"
7536 }
7537 },
7538 "autoload": {
7539 "psr-4": {
7540 "SensioLabs\\Security\\": "SensioLabs/Security"
7541 }
7542 },
7543 "notification-url": "https://packagist.org/downloads/",
7544 "license": [
7545 "MIT"
7546 ],
7547 "authors": [
7548 {
7549 "name": "Fabien Potencier",
7550 "email": "fabien.potencier@gmail.com"
7551 }
7552 ],
7553 "description": "A security checker for your composer.lock",
7554 "time": "2019-11-01T13:20:14+00:00"
7555 },
7556 {
7557 "name": "sentry/sdk",
7558 "version": "2.0.4",
7559 "source": {
7560 "type": "git",
7561 "url": "https://github.com/getsentry/sentry-php-sdk.git",
7562 "reference": "4c115873c86ad5bd0ac6d962db70ca53bf8fb874"
7563 },
7564 "dist": {
7565 "type": "zip",
7566 "url": "https://api.github.com/repos/getsentry/sentry-php-sdk/zipball/4c115873c86ad5bd0ac6d962db70ca53bf8fb874",
7567 "reference": "4c115873c86ad5bd0ac6d962db70ca53bf8fb874",
7568 "shasum": ""
7569 },
7570 "require": {
7571 "http-interop/http-factory-guzzle": "^1.0",
7572 "php-http/curl-client": "^1.0|^2.0",
7573 "sentry/sentry": "^2.1.3"
7574 },
7575 "type": "metapackage",
7576 "notification-url": "https://packagist.org/downloads/",
7577 "license": [
7578 "MIT"
7579 ],
7580 "authors": [
7581 {
7582 "name": "Sentry",
7583 "email": "accounts@sentry.io"
7584 }
7585 ],
7586 "description": "This is a metapackage shipping sentry/sentry with a recommended http client.",
7587 "time": "2019-09-09T19:54:44+00:00"
7588 },
7589 {
7590 "name": "sentry/sentry",
7591 "version": "2.2.5",
7592 "source": {
7593 "type": "git",
7594 "url": "https://github.com/getsentry/sentry-php.git",
7595 "reference": "24aa98be497ff089e2d58807ee3db0bb6a021fc2"
7596 },
7597 "dist": {
7598 "type": "zip",
7599 "url": "https://api.github.com/repos/getsentry/sentry-php/zipball/24aa98be497ff089e2d58807ee3db0bb6a021fc2",
7600 "reference": "24aa98be497ff089e2d58807ee3db0bb6a021fc2",
7601 "shasum": ""
7602 },
7603 "require": {
7604 "ext-json": "*",
7605 "ext-mbstring": "*",
7606 "guzzlehttp/promises": "^1.3",
7607 "jean85/pretty-package-versions": "^1.2",
7608 "php": "^7.1",
7609 "php-http/async-client-implementation": "^1.0",
7610 "php-http/client-common": "^1.5|^2.0",
7611 "php-http/discovery": "^1.6.1",
7612 "php-http/httplug": "^1.1|^2.0",
7613 "php-http/message": "^1.5",
7614 "psr/http-message-implementation": "^1.0",
7615 "ramsey/uuid": "^3.3",
7616 "symfony/options-resolver": "^2.7|^3.0|^4.0|^5.0",
7617 "zendframework/zend-diactoros": "^1.7.1|^2.0"
7618 },
7619 "conflict": {
7620 "php-http/client-common": "1.8.0",
7621 "raven/raven": "*"
7622 },
7623 "require-dev": {
7624 "friendsofphp/php-cs-fixer": "^2.13",
7625 "monolog/monolog": "^1.3|^2.0",
7626 "php-http/mock-client": "^1.0",
7627 "phpstan/extension-installer": "^1.0",
7628 "phpstan/phpstan": "^0.11",
7629 "phpstan/phpstan-phpunit": "^0.11",
7630 "phpunit/phpunit": "^7.5",
7631 "symfony/phpunit-bridge": "^4.3|^5.0",
7632 "vimeo/psalm": "^3.4"
7633 },
7634 "suggest": {
7635 "monolog/monolog": "Allow sending log messages to Sentry by using the included Monolog handler."
7636 },
7637 "type": "library",
7638 "extra": {
7639 "branch-alias": {
7640 "dev-develop": "2.2-dev"
7641 }
7642 },
7643 "autoload": {
7644 "files": [
7645 "src/functions.php"
7646 ],
7647 "psr-4": {
7648 "Sentry\\": "src/"
7649 }
7650 },
7651 "notification-url": "https://packagist.org/downloads/",
7652 "license": [
7653 "BSD-3-Clause"
7654 ],
7655 "authors": [
7656 {
7657 "name": "Sentry",
7658 "email": "accounts@sentry.io"
7659 }
7660 ],
7661 "description": "A PHP SDK for Sentry (http://sentry.io)",
7662 "homepage": "http://sentry.io",
7663 "keywords": [
7664 "crash-reporting",
7665 "crash-reports",
7666 "error-handler",
7667 "error-monitoring",
7668 "log",
7669 "logging",
7670 "sentry"
7671 ],
7672 "time": "2019-11-27T08:37:42+00:00"
7673 },
7674 {
7675 "name": "sentry/sentry-symfony",
7676 "version": "3.2.0",
7677 "source": {
7678 "type": "git",
7679 "url": "https://github.com/getsentry/sentry-symfony.git",
7680 "reference": "62d5c9d280044283d898d262bdae4062d02039bc"
7681 },
7682 "dist": {
7683 "type": "zip",
7684 "url": "https://api.github.com/repos/getsentry/sentry-symfony/zipball/62d5c9d280044283d898d262bdae4062d02039bc",
7685 "reference": "62d5c9d280044283d898d262bdae4062d02039bc",
7686 "shasum": ""
7687 },
7688 "require": {
7689 "jean85/pretty-package-versions": "^1.0",
7690 "php": "^7.1",
7691 "sentry/sdk": "^2.0",
7692 "symfony/config": "^2.8||^3.0||^4.0",
7693 "symfony/console": "^2.8||^3.0||^4.0",
7694 "symfony/dependency-injection": "^2.8||^3.0||^4.0",
7695 "symfony/event-dispatcher": "^2.8||^3.0||^4.0",
7696 "symfony/http-kernel": "^2.8||^3.0||^4.0",
7697 "symfony/security-core": "^2.8||^3.0||^4.0"
7698 },
7699 "require-dev": {
7700 "friendsofphp/php-cs-fixer": "^2.8",
7701 "jangregor/phpstan-prophecy": "^0.3.0",
7702 "monolog/monolog": "^1.11||^2.0",
7703 "php-http/mock-client": "^1.0",
7704 "phpstan/phpstan": "^0.11",
7705 "phpstan/phpstan-phpunit": "^0.11",
7706 "phpunit/phpunit": "^7.5",
7707 "scrutinizer/ocular": "^1.4",
7708 "symfony/expression-language": "^2.8||^3.0||^4.0"
7709 },
7710 "suggest": {
7711 "monolog/monolog": "Required to use the Monolog handler"
7712 },
7713 "type": "symfony-bundle",
7714 "extra": {
7715 "branch-alias": {
7716 "master": "3.x-dev",
7717 "releases/2.x": "2.x-dev",
7718 "releases/1.x": "1.x-dev"
7719 }
7720 },
7721 "autoload": {
7722 "psr-4": {
7723 "Sentry\\SentryBundle\\": "src/"
7724 }
7725 },
7726 "notification-url": "https://packagist.org/downloads/",
7727 "license": [
7728 "Apache-2.0"
7729 ],
7730 "authors": [
7731 {
7732 "name": "David Cramer",
7733 "email": "dcramer@gmail.com"
7734 },
7735 {
7736 "name": "Alessandro Lai",
7737 "email": "alessandro.lai85@gmail.com"
7738 }
7739 ],
7740 "description": "Symfony integration for Sentry (http://getsentry.com)",
7741 "homepage": "http://getsentry.com",
7742 "keywords": [
7743 "errors",
7744 "logging",
7745 "sentry",
7746 "symfony"
7747 ],
7748 "time": "2019-10-04T13:26:24+00:00"
7749 },
7750 {
7751 "name": "simplepie/simplepie",
7752 "version": "1.5.3",
7753 "source": {
7754 "type": "git",
7755 "url": "https://github.com/simplepie/simplepie.git",
7756 "reference": "173663382a9346acd53df60c7ffb20689c9cf1f6"
7757 },
7758 "dist": {
7759 "type": "zip",
7760 "url": "https://api.github.com/repos/simplepie/simplepie/zipball/173663382a9346acd53df60c7ffb20689c9cf1f6",
7761 "reference": "173663382a9346acd53df60c7ffb20689c9cf1f6",
7762 "shasum": ""
7763 },
7764 "require": {
7765 "ext-pcre": "*",
7766 "ext-xml": "*",
7767 "ext-xmlreader": "*",
7768 "php": ">=5.6.0"
7769 },
7770 "require-dev": {
7771 "phpunit/phpunit": "~5.4.3 || ~6.5"
7772 },
7773 "suggest": {
7774 "ext-curl": "",
7775 "ext-iconv": "",
7776 "ext-intl": "",
7777 "ext-mbstring": "",
7778 "mf2/mf2": "Microformat module that allows for parsing HTML for microformats"
7779 },
7780 "type": "library",
7781 "autoload": {
7782 "psr-0": {
7783 "SimplePie": "library"
7784 }
7785 },
7786 "notification-url": "https://packagist.org/downloads/",
7787 "license": [
7788 "BSD-3-Clause"
7789 ],
7790 "authors": [
7791 {
7792 "name": "Ryan Parman",
7793 "homepage": "http://ryanparman.com/",
7794 "role": "Creator, alumnus developer"
7795 },
7796 {
7797 "name": "Geoffrey Sneddon",
7798 "homepage": "http://gsnedders.com/",
7799 "role": "Alumnus developer"
7800 },
7801 {
7802 "name": "Ryan McCue",
7803 "email": "me@ryanmccue.info",
7804 "homepage": "http://ryanmccue.info/",
7805 "role": "Developer"
7806 }
7807 ],
7808 "description": "A simple Atom/RSS parsing library for PHP",
7809 "homepage": "http://simplepie.org/",
7810 "keywords": [
7811 "atom",
7812 "feeds",
7813 "rss"
7814 ],
7815 "time": "2019-09-22T23:21:30+00:00"
7816 },
7817 {
7818 "name": "smalot/pdfparser",
7819 "version": "v0.14.0",
7820 "source": {
7821 "type": "git",
7822 "url": "https://github.com/smalot/pdfparser.git",
7823 "reference": "ec72a99028ba5e21a0acad92047b85e128cbf81f"
7824 },
7825 "dist": {
7826 "type": "zip",
7827 "url": "https://api.github.com/repos/smalot/pdfparser/zipball/ec72a99028ba5e21a0acad92047b85e128cbf81f",
7828 "reference": "ec72a99028ba5e21a0acad92047b85e128cbf81f",
7829 "shasum": ""
7830 },
7831 "require": {
7832 "ext-mbstring": "*",
7833 "ext-zlib": "*",
7834 "php": ">=5.3.0",
7835 "tecnickcom/tcpdf": "~6.0"
7836 },
7837 "require-dev": {
7838 "atoum/atoum": "^2.8 | ^3.0"
7839 },
7840 "type": "library",
7841 "autoload": {
7842 "psr-0": {
7843 "Smalot\\PdfParser\\": "src/"
7844 }
7845 },
7846 "notification-url": "https://packagist.org/downloads/",
7847 "license": [
7848 "LGPL-3.0"
7849 ],
7850 "authors": [
7851 {
7852 "name": "Sebastien MALOT",
7853 "email": "sebastien@malot.fr"
7854 }
7855 ],
7856 "description": "Pdf parser library. Can read and extract information from pdf file.",
7857 "homepage": "http://www.pdfparser.org",
7858 "keywords": [
7859 "extract",
7860 "parse",
7861 "parser",
7862 "pdf",
7863 "text"
7864 ],
7865 "time": "2019-01-23T09:14:37+00:00"
7866 },
7867 {
7868 "name": "spomky-labs/otphp",
7869 "version": "v9.1.4",
7870 "source": {
7871 "type": "git",
7872 "url": "https://github.com/Spomky-Labs/otphp.git",
7873 "reference": "48d463cf909320399fe08eab2e1cd18d899d5068"
7874 },
7875 "dist": {
7876 "type": "zip",
7877 "url": "https://api.github.com/repos/Spomky-Labs/otphp/zipball/48d463cf909320399fe08eab2e1cd18d899d5068",
7878 "reference": "48d463cf909320399fe08eab2e1cd18d899d5068",
7879 "shasum": ""
7880 },
7881 "require": {
7882 "beberlei/assert": "^2.4|^3.0",
7883 "paragonie/constant_time_encoding": "^2.0",
7884 "php": "^7.1"
7885 },
7886 "require-dev": {
7887 "phpunit/phpunit": "^6.0",
7888 "satooshi/php-coveralls": "^1.0"
7889 },
7890 "type": "library",
7891 "extra": {
7892 "branch-alias": {
7893 "dev-master": "9.0.x-dev"
7894 }
7895 },
7896 "autoload": {
7897 "psr-4": {
7898 "OTPHP\\": "src/"
7899 }
7900 },
7901 "notification-url": "https://packagist.org/downloads/",
7902 "license": [
7903 "MIT"
7904 ],
7905 "authors": [
7906 {
7907 "name": "Florent Morselli",
7908 "homepage": "https://github.com/Spomky"
7909 },
7910 {
7911 "name": "All contributors",
7912 "homepage": "https://github.com/Spomky-Labs/otphp/contributors"
7913 }
7914 ],
7915 "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",
7916 "homepage": "https://github.com/Spomky-Labs/otphp",
7917 "keywords": [
7918 "FreeOTP",
7919 "RFC 4226",
7920 "RFC 6238",
7921 "google authenticator",
7922 "hotp",
7923 "otp",
7924 "totp"
7925 ],
7926 "time": "2019-03-18T10:08:51+00:00"
7927 },
7928 {
7929 "name": "stof/doctrine-extensions-bundle",
7930 "version": "v1.3.0",
7931 "source": {
7932 "type": "git",
7933 "url": "https://github.com/stof/StofDoctrineExtensionsBundle.git",
7934 "reference": "46db71ec7ffee9122eca3cdddd4ef8d84bae269c"
7935 },
7936 "dist": {
7937 "type": "zip",
7938 "url": "https://api.github.com/repos/stof/StofDoctrineExtensionsBundle/zipball/46db71ec7ffee9122eca3cdddd4ef8d84bae269c",
7939 "reference": "46db71ec7ffee9122eca3cdddd4ef8d84bae269c",
7940 "shasum": ""
7941 },
7942 "require": {
7943 "gedmo/doctrine-extensions": "^2.3.4",
7944 "php": ">=5.3.2",
7945 "symfony/framework-bundle": "~2.7|~3.2|~4.0"
7946 },
7947 "require-dev": {
7948 "symfony/phpunit-bridge": "^4.0",
7949 "symfony/security-bundle": "^2.7 || ^3.2 || ^4.0"
7950 },
7951 "suggest": {
7952 "doctrine/doctrine-bundle": "to use the ORM extensions",
7953 "doctrine/mongodb-odm-bundle": "to use the MongoDB ODM extensions"
7954 },
7955 "type": "symfony-bundle",
7956 "extra": {
7957 "branch-alias": {
7958 "dev-master": "1.3.x-dev"
7959 }
7960 },
7961 "autoload": {
7962 "psr-4": {
7963 "Stof\\DoctrineExtensionsBundle\\": ""
7964 }
7965 },
7966 "notification-url": "https://packagist.org/downloads/",
7967 "license": [
7968 "MIT"
7969 ],
7970 "authors": [
7971 {
7972 "name": "Christophe Coevoet",
7973 "email": "stof@notk.org"
7974 }
7975 ],
7976 "description": "Integration of the gedmo/doctrine-extensions with Symfony2",
7977 "homepage": "https://github.com/stof/StofDoctrineExtensionsBundle",
7978 "keywords": [
7979 "behaviors",
7980 "doctrine2",
7981 "extensions",
7982 "gedmo",
7983 "loggable",
7984 "nestedset",
7985 "sluggable",
7986 "sortable",
7987 "timestampable",
7988 "translatable",
7989 "tree"
7990 ],
7991 "time": "2017-12-24T16:06:50+00:00"
7992 },
7993 {
7994 "name": "swiftmailer/swiftmailer",
7995 "version": "v6.2.3",
7996 "source": {
7997 "type": "git",
7998 "url": "https://github.com/swiftmailer/swiftmailer.git",
7999 "reference": "149cfdf118b169f7840bbe3ef0d4bc795d1780c9"
8000 },
8001 "dist": {
8002 "type": "zip",
8003 "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/149cfdf118b169f7840bbe3ef0d4bc795d1780c9",
8004 "reference": "149cfdf118b169f7840bbe3ef0d4bc795d1780c9",
8005 "shasum": ""
8006 },
8007 "require": {
8008 "egulias/email-validator": "~2.0",
8009 "php": ">=7.0.0",
8010 "symfony/polyfill-iconv": "^1.0",
8011 "symfony/polyfill-intl-idn": "^1.10",
8012 "symfony/polyfill-mbstring": "^1.0"
8013 },
8014 "require-dev": {
8015 "mockery/mockery": "~0.9.1",
8016 "symfony/phpunit-bridge": "^3.4.19|^4.1.8"
8017 },
8018 "suggest": {
8019 "ext-intl": "Needed to support internationalized email addresses",
8020 "true/punycode": "Needed to support internationalized email addresses, if ext-intl is not installed"
8021 },
8022 "type": "library",
8023 "extra": {
8024 "branch-alias": {
8025 "dev-master": "6.2-dev"
8026 }
8027 },
8028 "autoload": {
8029 "files": [
8030 "lib/swift_required.php"
8031 ]
8032 },
8033 "notification-url": "https://packagist.org/downloads/",
8034 "license": [
8035 "MIT"
8036 ],
8037 "authors": [
8038 {
8039 "name": "Chris Corbyn"
8040 },
8041 {
8042 "name": "Fabien Potencier",
8043 "email": "fabien@symfony.com"
8044 }
8045 ],
8046 "description": "Swiftmailer, free feature-rich PHP mailer",
8047 "homepage": "https://swiftmailer.symfony.com",
8048 "keywords": [
8049 "email",
8050 "mail",
8051 "mailer"
8052 ],
8053 "time": "2019-11-12T09:31:26+00:00"
8054 },
8055 {
8056 "name": "symfony/http-client",
8057 "version": "v4.4.1",
8058 "source": {
8059 "type": "git",
8060 "url": "https://github.com/symfony/http-client.git",
8061 "reference": "6c235cf15d8b516b41204a28d555685191409729"
8062 },
8063 "dist": {
8064 "type": "zip",
8065 "url": "https://api.github.com/repos/symfony/http-client/zipball/6c235cf15d8b516b41204a28d555685191409729",
8066 "reference": "6c235cf15d8b516b41204a28d555685191409729",
8067 "shasum": ""
8068 },
8069 "require": {
8070 "php": "^7.1.3",
8071 "psr/log": "^1.0",
8072 "symfony/http-client-contracts": "^1.1.8|^2",
8073 "symfony/polyfill-php73": "^1.11",
8074 "symfony/service-contracts": "^1.0|^2"
8075 },
8076 "provide": {
8077 "php-http/async-client-implementation": "*",
8078 "php-http/client-implementation": "*",
8079 "psr/http-client-implementation": "1.0",
8080 "symfony/http-client-implementation": "1.1"
8081 },
8082 "require-dev": {
8083 "guzzlehttp/promises": "^1.3.1",
8084 "nyholm/psr7": "^1.0",
8085 "php-http/httplug": "^1.0|^2.0",
8086 "psr/http-client": "^1.0",
8087 "symfony/dependency-injection": "^4.3|^5.0",
8088 "symfony/http-kernel": "^4.4",
8089 "symfony/process": "^4.2|^5.0"
8090 },
8091 "type": "library",
8092 "extra": {
8093 "branch-alias": {
8094 "dev-master": "4.4-dev"
8095 }
8096 },
8097 "autoload": {
8098 "psr-4": {
8099 "Symfony\\Component\\HttpClient\\": ""
8100 },
8101 "exclude-from-classmap": [
8102 "/Tests/"
8103 ]
8104 },
8105 "notification-url": "https://packagist.org/downloads/",
8106 "license": [
8107 "MIT"
8108 ],
8109 "authors": [
8110 {
8111 "name": "Nicolas Grekas",
8112 "email": "p@tchwork.com"
8113 },
8114 {
8115 "name": "Symfony Community",
8116 "homepage": "https://symfony.com/contributors"
8117 }
8118 ],
8119 "description": "Symfony HttpClient component",
8120 "homepage": "https://symfony.com",
8121 "time": "2019-11-29T16:55:58+00:00"
8122 },
8123 {
8124 "name": "symfony/http-client-contracts",
8125 "version": "v1.1.8",
8126 "source": {
8127 "type": "git",
8128 "url": "https://github.com/symfony/http-client-contracts.git",
8129 "reference": "088bae75cfa2ec5eb6d33dce17dbd8613150ce6e"
8130 },
8131 "dist": {
8132 "type": "zip",
8133 "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/088bae75cfa2ec5eb6d33dce17dbd8613150ce6e",
8134 "reference": "088bae75cfa2ec5eb6d33dce17dbd8613150ce6e",
8135 "shasum": ""
8136 },
8137 "require": {
8138 "php": "^7.1.3"
8139 },
8140 "suggest": {
8141 "symfony/http-client-implementation": ""
8142 },
8143 "type": "library",
8144 "extra": {
8145 "branch-alias": {
8146 "dev-master": "1.1-dev"
8147 }
8148 },
8149 "autoload": {
8150 "psr-4": {
8151 "Symfony\\Contracts\\HttpClient\\": ""
8152 }
8153 },
8154 "notification-url": "https://packagist.org/downloads/",
8155 "license": [
8156 "MIT"
8157 ],
8158 "authors": [
8159 {
8160 "name": "Nicolas Grekas",
8161 "email": "p@tchwork.com"
8162 },
8163 {
8164 "name": "Symfony Community",
8165 "homepage": "https://symfony.com/contributors"
8166 }
8167 ],
8168 "description": "Generic abstractions related to HTTP clients",
8169 "homepage": "https://symfony.com",
8170 "keywords": [
8171 "abstractions",
8172 "contracts",
8173 "decoupling",
8174 "interfaces",
8175 "interoperability",
8176 "standards"
8177 ],
8178 "time": "2019-11-07T12:44:51+00:00"
8179 },
8180 {
8181 "name": "symfony/mime",
8182 "version": "v4.4.1",
8183 "source": {
8184 "type": "git",
8185 "url": "https://github.com/symfony/mime.git",
8186 "reference": "010cc488e56cafe5f7494dea70aea93100c234df"
8187 },
8188 "dist": {
8189 "type": "zip",
8190 "url": "https://api.github.com/repos/symfony/mime/zipball/010cc488e56cafe5f7494dea70aea93100c234df",
8191 "reference": "010cc488e56cafe5f7494dea70aea93100c234df",
8192 "shasum": ""
8193 },
8194 "require": {
8195 "php": "^7.1.3",
8196 "symfony/polyfill-intl-idn": "^1.10",
8197 "symfony/polyfill-mbstring": "^1.0"
8198 },
8199 "conflict": {
8200 "symfony/mailer": "<4.4"
8201 },
8202 "require-dev": {
8203 "egulias/email-validator": "^2.1.10",
8204 "symfony/dependency-injection": "^3.4|^4.1|^5.0"
8205 },
8206 "type": "library",
8207 "extra": {
8208 "branch-alias": {
8209 "dev-master": "4.4-dev"
8210 }
8211 },
8212 "autoload": {
8213 "psr-4": {
8214 "Symfony\\Component\\Mime\\": ""
8215 },
8216 "exclude-from-classmap": [
8217 "/Tests/"
8218 ]
8219 },
8220 "notification-url": "https://packagist.org/downloads/",
8221 "license": [
8222 "MIT"
8223 ],
8224 "authors": [
8225 {
8226 "name": "Fabien Potencier",
8227 "email": "fabien@symfony.com"
8228 },
8229 {
8230 "name": "Symfony Community",
8231 "homepage": "https://symfony.com/contributors"
8232 }
8233 ],
8234 "description": "A library to manipulate MIME messages",
8235 "homepage": "https://symfony.com",
8236 "keywords": [
8237 "mime",
8238 "mime-type"
8239 ],
8240 "time": "2019-11-30T08:27:26+00:00"
8241 },
8242 {
8243 "name": "symfony/monolog-bundle",
8244 "version": "v3.5.0",
8245 "source": {
8246 "type": "git",
8247 "url": "https://github.com/symfony/monolog-bundle.git",
8248 "reference": "dd80460fcfe1fa2050a7103ad818e9d0686ce6fd"
8249 },
8250 "dist": {
8251 "type": "zip",
8252 "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/dd80460fcfe1fa2050a7103ad818e9d0686ce6fd",
8253 "reference": "dd80460fcfe1fa2050a7103ad818e9d0686ce6fd",
8254 "shasum": ""
8255 },
8256 "require": {
8257 "monolog/monolog": "~1.22 || ~2.0",
8258 "php": ">=5.6",
8259 "symfony/config": "~3.4 || ~4.0 || ^5.0",
8260 "symfony/dependency-injection": "~3.4.10 || ^4.0.10 || ^5.0",
8261 "symfony/http-kernel": "~3.4 || ~4.0 || ^5.0",
8262 "symfony/monolog-bridge": "~3.4 || ~4.0 || ^5.0"
8263 },
8264 "require-dev": {
8265 "symfony/console": "~3.4 || ~4.0 || ^5.0",
8266 "symfony/phpunit-bridge": "^3.4.19 || ^4.0 || ^5.0",
8267 "symfony/yaml": "~3.4 || ~4.0 || ^5.0"
8268 },
8269 "type": "symfony-bundle",
8270 "extra": {
8271 "branch-alias": {
8272 "dev-master": "3.x-dev"
8273 }
8274 },
8275 "autoload": {
8276 "psr-4": {
8277 "Symfony\\Bundle\\MonologBundle\\": ""
8278 },
8279 "exclude-from-classmap": [
8280 "/Tests/"
8281 ]
8282 },
8283 "notification-url": "https://packagist.org/downloads/",
8284 "license": [
8285 "MIT"
8286 ],
8287 "authors": [
8288 {
8289 "name": "Fabien Potencier",
8290 "email": "fabien@symfony.com"
8291 },
8292 {
8293 "name": "Symfony Community",
8294 "homepage": "http://symfony.com/contributors"
8295 }
8296 ],
8297 "description": "Symfony MonologBundle",
8298 "homepage": "http://symfony.com",
8299 "keywords": [
8300 "log",
8301 "logging"
8302 ],
8303 "time": "2019-11-13T13:11:14+00:00"
8304 },
8305 {
8306 "name": "symfony/polyfill-apcu",
8307 "version": "v1.13.1",
8308 "source": {
8309 "type": "git",
8310 "url": "https://github.com/symfony/polyfill-apcu.git",
8311 "reference": "a8e961c841b9ec52927a87914f8820a1ad8f8116"
8312 },
8313 "dist": {
8314 "type": "zip",
8315 "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/a8e961c841b9ec52927a87914f8820a1ad8f8116",
8316 "reference": "a8e961c841b9ec52927a87914f8820a1ad8f8116",
8317 "shasum": ""
8318 },
8319 "require": {
8320 "php": ">=5.3.3"
8321 },
8322 "type": "library",
8323 "extra": {
8324 "branch-alias": {
8325 "dev-master": "1.13-dev"
8326 }
8327 },
8328 "autoload": {
8329 "psr-4": {
8330 "Symfony\\Polyfill\\Apcu\\": ""
8331 },
8332 "files": [
8333 "bootstrap.php"
8334 ]
8335 },
8336 "notification-url": "https://packagist.org/downloads/",
8337 "license": [
8338 "MIT"
8339 ],
8340 "authors": [
8341 {
8342 "name": "Nicolas Grekas",
8343 "email": "p@tchwork.com"
8344 },
8345 {
8346 "name": "Symfony Community",
8347 "homepage": "https://symfony.com/contributors"
8348 }
8349 ],
8350 "description": "Symfony polyfill backporting apcu_* functions to lower PHP versions",
8351 "homepage": "https://symfony.com",
8352 "keywords": [
8353 "apcu",
8354 "compatibility",
8355 "polyfill",
8356 "portable",
8357 "shim"
8358 ],
8359 "time": "2019-11-27T13:56:44+00:00"
8360 },
8361 {
8362 "name": "symfony/polyfill-ctype",
8363 "version": "v1.13.1",
8364 "source": {
8365 "type": "git",
8366 "url": "https://github.com/symfony/polyfill-ctype.git",
8367 "reference": "f8f0b461be3385e56d6de3dbb5a0df24c0c275e3"
8368 },
8369 "dist": {
8370 "type": "zip",
8371 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/f8f0b461be3385e56d6de3dbb5a0df24c0c275e3",
8372 "reference": "f8f0b461be3385e56d6de3dbb5a0df24c0c275e3",
8373 "shasum": ""
8374 },
8375 "require": {
8376 "php": ">=5.3.3"
8377 },
8378 "suggest": {
8379 "ext-ctype": "For best performance"
8380 },
8381 "type": "library",
8382 "extra": {
8383 "branch-alias": {
8384 "dev-master": "1.13-dev"
8385 }
8386 },
8387 "autoload": {
8388 "psr-4": {
8389 "Symfony\\Polyfill\\Ctype\\": ""
8390 },
8391 "files": [
8392 "bootstrap.php"
8393 ]
8394 },
8395 "notification-url": "https://packagist.org/downloads/",
8396 "license": [
8397 "MIT"
8398 ],
8399 "authors": [
8400 {
8401 "name": "Gert de Pagter",
8402 "email": "BackEndTea@gmail.com"
8403 },
8404 {
8405 "name": "Symfony Community",
8406 "homepage": "https://symfony.com/contributors"
8407 }
8408 ],
8409 "description": "Symfony polyfill for ctype functions",
8410 "homepage": "https://symfony.com",
8411 "keywords": [
8412 "compatibility",
8413 "ctype",
8414 "polyfill",
8415 "portable"
8416 ],
8417 "time": "2019-11-27T13:56:44+00:00"
8418 },
8419 {
8420 "name": "symfony/polyfill-iconv",
8421 "version": "v1.13.1",
8422 "source": {
8423 "type": "git",
8424 "url": "https://github.com/symfony/polyfill-iconv.git",
8425 "reference": "a019efccc03f1a335af6b4f20c30f5ea8060be36"
8426 },
8427 "dist": {
8428 "type": "zip",
8429 "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/a019efccc03f1a335af6b4f20c30f5ea8060be36",
8430 "reference": "a019efccc03f1a335af6b4f20c30f5ea8060be36",
8431 "shasum": ""
8432 },
8433 "require": {
8434 "php": ">=5.3.3"
8435 },
8436 "suggest": {
8437 "ext-iconv": "For best performance"
8438 },
8439 "type": "library",
8440 "extra": {
8441 "branch-alias": {
8442 "dev-master": "1.13-dev"
8443 }
8444 },
8445 "autoload": {
8446 "psr-4": {
8447 "Symfony\\Polyfill\\Iconv\\": ""
8448 },
8449 "files": [
8450 "bootstrap.php"
8451 ]
8452 },
8453 "notification-url": "https://packagist.org/downloads/",
8454 "license": [
8455 "MIT"
8456 ],
8457 "authors": [
8458 {
8459 "name": "Nicolas Grekas",
8460 "email": "p@tchwork.com"
8461 },
8462 {
8463 "name": "Symfony Community",
8464 "homepage": "https://symfony.com/contributors"
8465 }
8466 ],
8467 "description": "Symfony polyfill for the Iconv extension",
8468 "homepage": "https://symfony.com",
8469 "keywords": [
8470 "compatibility",
8471 "iconv",
8472 "polyfill",
8473 "portable",
8474 "shim"
8475 ],
8476 "time": "2019-11-27T13:56:44+00:00"
8477 },
8478 {
8479 "name": "symfony/polyfill-intl-icu",
8480 "version": "v1.13.1",
8481 "source": {
8482 "type": "git",
8483 "url": "https://github.com/symfony/polyfill-intl-icu.git",
8484 "reference": "b3dffd68afa61ca70f2327f2dd9bbeb6aa53d70b"
8485 },
8486 "dist": {
8487 "type": "zip",
8488 "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/b3dffd68afa61ca70f2327f2dd9bbeb6aa53d70b",
8489 "reference": "b3dffd68afa61ca70f2327f2dd9bbeb6aa53d70b",
8490 "shasum": ""
8491 },
8492 "require": {
8493 "php": ">=5.3.3",
8494 "symfony/intl": "~2.3|~3.0|~4.0|~5.0"
8495 },
8496 "suggest": {
8497 "ext-intl": "For best performance"
8498 },
8499 "type": "library",
8500 "extra": {
8501 "branch-alias": {
8502 "dev-master": "1.13-dev"
8503 }
8504 },
8505 "autoload": {
8506 "files": [
8507 "bootstrap.php"
8508 ]
8509 },
8510 "notification-url": "https://packagist.org/downloads/",
8511 "license": [
8512 "MIT"
8513 ],
8514 "authors": [
8515 {
8516 "name": "Nicolas Grekas",
8517 "email": "p@tchwork.com"
8518 },
8519 {
8520 "name": "Symfony Community",
8521 "homepage": "https://symfony.com/contributors"
8522 }
8523 ],
8524 "description": "Symfony polyfill for intl's ICU-related data and classes",
8525 "homepage": "https://symfony.com",
8526 "keywords": [
8527 "compatibility",
8528 "icu",
8529 "intl",
8530 "polyfill",
8531 "portable",
8532 "shim"
8533 ],
8534 "time": "2019-11-27T13:56:44+00:00"
8535 },
8536 {
8537 "name": "symfony/polyfill-intl-idn",
8538 "version": "v1.13.1",
8539 "source": {
8540 "type": "git",
8541 "url": "https://github.com/symfony/polyfill-intl-idn.git",
8542 "reference": "6f9c239e61e1b0c9229a28ff89a812dc449c3d46"
8543 },
8544 "dist": {
8545 "type": "zip",
8546 "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/6f9c239e61e1b0c9229a28ff89a812dc449c3d46",
8547 "reference": "6f9c239e61e1b0c9229a28ff89a812dc449c3d46",
8548 "shasum": ""
8549 },
8550 "require": {
8551 "php": ">=5.3.3",
8552 "symfony/polyfill-mbstring": "^1.3",
8553 "symfony/polyfill-php72": "^1.9"
8554 },
8555 "suggest": {
8556 "ext-intl": "For best performance"
8557 },
8558 "type": "library",
8559 "extra": {
8560 "branch-alias": {
8561 "dev-master": "1.13-dev"
8562 }
8563 },
8564 "autoload": {
8565 "psr-4": {
8566 "Symfony\\Polyfill\\Intl\\Idn\\": ""
8567 },
8568 "files": [
8569 "bootstrap.php"
8570 ]
8571 },
8572 "notification-url": "https://packagist.org/downloads/",
8573 "license": [
8574 "MIT"
8575 ],
8576 "authors": [
8577 {
8578 "name": "Laurent Bassin",
8579 "email": "laurent@bassin.info"
8580 },
8581 {
8582 "name": "Symfony Community",
8583 "homepage": "https://symfony.com/contributors"
8584 }
8585 ],
8586 "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
8587 "homepage": "https://symfony.com",
8588 "keywords": [
8589 "compatibility",
8590 "idn",
8591 "intl",
8592 "polyfill",
8593 "portable",
8594 "shim"
8595 ],
8596 "time": "2019-11-27T13:56:44+00:00"
8597 },
8598 {
8599 "name": "symfony/polyfill-mbstring",
8600 "version": "v1.13.1",
8601 "source": {
8602 "type": "git",
8603 "url": "https://github.com/symfony/polyfill-mbstring.git",
8604 "reference": "7b4aab9743c30be783b73de055d24a39cf4b954f"
8605 },
8606 "dist": {
8607 "type": "zip",
8608 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/7b4aab9743c30be783b73de055d24a39cf4b954f",
8609 "reference": "7b4aab9743c30be783b73de055d24a39cf4b954f",
8610 "shasum": ""
8611 },
8612 "require": {
8613 "php": ">=5.3.3"
8614 },
8615 "suggest": {
8616 "ext-mbstring": "For best performance"
8617 },
8618 "type": "library",
8619 "extra": {
8620 "branch-alias": {
8621 "dev-master": "1.13-dev"
8622 }
8623 },
8624 "autoload": {
8625 "psr-4": {
8626 "Symfony\\Polyfill\\Mbstring\\": ""
8627 },
8628 "files": [
8629 "bootstrap.php"
8630 ]
8631 },
8632 "notification-url": "https://packagist.org/downloads/",
8633 "license": [
8634 "MIT"
8635 ],
8636 "authors": [
8637 {
8638 "name": "Nicolas Grekas",
8639 "email": "p@tchwork.com"
8640 },
8641 {
8642 "name": "Symfony Community",
8643 "homepage": "https://symfony.com/contributors"
8644 }
8645 ],
8646 "description": "Symfony polyfill for the Mbstring extension",
8647 "homepage": "https://symfony.com",
8648 "keywords": [
8649 "compatibility",
8650 "mbstring",
8651 "polyfill",
8652 "portable",
8653 "shim"
8654 ],
8655 "time": "2019-11-27T14:18:11+00:00"
8656 },
8657 {
8658 "name": "symfony/polyfill-php56",
8659 "version": "v1.13.1",
8660 "source": {
8661 "type": "git",
8662 "url": "https://github.com/symfony/polyfill-php56.git",
8663 "reference": "53dd1cdf3cb986893ccf2b96665b25b3abb384f4"
8664 },
8665 "dist": {
8666 "type": "zip",
8667 "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/53dd1cdf3cb986893ccf2b96665b25b3abb384f4",
8668 "reference": "53dd1cdf3cb986893ccf2b96665b25b3abb384f4",
8669 "shasum": ""
8670 },
8671 "require": {
8672 "php": ">=5.3.3",
8673 "symfony/polyfill-util": "~1.0"
8674 },
8675 "type": "library",
8676 "extra": {
8677 "branch-alias": {
8678 "dev-master": "1.13-dev"
8679 }
8680 },
8681 "autoload": {
8682 "psr-4": {
8683 "Symfony\\Polyfill\\Php56\\": ""
8684 },
8685 "files": [
8686 "bootstrap.php"
8687 ]
8688 },
8689 "notification-url": "https://packagist.org/downloads/",
8690 "license": [
8691 "MIT"
8692 ],
8693 "authors": [
8694 {
8695 "name": "Nicolas Grekas",
8696 "email": "p@tchwork.com"
8697 },
8698 {
8699 "name": "Symfony Community",
8700 "homepage": "https://symfony.com/contributors"
8701 }
8702 ],
8703 "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions",
8704 "homepage": "https://symfony.com",
8705 "keywords": [
8706 "compatibility",
8707 "polyfill",
8708 "portable",
8709 "shim"
8710 ],
8711 "time": "2019-11-27T13:56:44+00:00"
8712 },
8713 {
8714 "name": "symfony/polyfill-php70",
8715 "version": "v1.13.1",
8716 "source": {
8717 "type": "git",
8718 "url": "https://github.com/symfony/polyfill-php70.git",
8719 "reference": "af23c7bb26a73b850840823662dda371484926c4"
8720 },
8721 "dist": {
8722 "type": "zip",
8723 "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/af23c7bb26a73b850840823662dda371484926c4",
8724 "reference": "af23c7bb26a73b850840823662dda371484926c4",
8725 "shasum": ""
8726 },
8727 "require": {
8728 "paragonie/random_compat": "~1.0|~2.0|~9.99",
8729 "php": ">=5.3.3"
8730 },
8731 "type": "library",
8732 "extra": {
8733 "branch-alias": {
8734 "dev-master": "1.13-dev"
8735 }
8736 },
8737 "autoload": {
8738 "psr-4": {
8739 "Symfony\\Polyfill\\Php70\\": ""
8740 },
8741 "files": [
8742 "bootstrap.php"
8743 ],
8744 "classmap": [
8745 "Resources/stubs"
8746 ]
8747 },
8748 "notification-url": "https://packagist.org/downloads/",
8749 "license": [
8750 "MIT"
8751 ],
8752 "authors": [
8753 {
8754 "name": "Nicolas Grekas",
8755 "email": "p@tchwork.com"
8756 },
8757 {
8758 "name": "Symfony Community",
8759 "homepage": "https://symfony.com/contributors"
8760 }
8761 ],
8762 "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
8763 "homepage": "https://symfony.com",
8764 "keywords": [
8765 "compatibility",
8766 "polyfill",
8767 "portable",
8768 "shim"
8769 ],
8770 "time": "2019-11-27T13:56:44+00:00"
8771 },
8772 {
8773 "name": "symfony/polyfill-php72",
8774 "version": "v1.13.1",
8775 "source": {
8776 "type": "git",
8777 "url": "https://github.com/symfony/polyfill-php72.git",
8778 "reference": "66fea50f6cb37a35eea048d75a7d99a45b586038"
8779 },
8780 "dist": {
8781 "type": "zip",
8782 "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/66fea50f6cb37a35eea048d75a7d99a45b586038",
8783 "reference": "66fea50f6cb37a35eea048d75a7d99a45b586038",
8784 "shasum": ""
8785 },
8786 "require": {
8787 "php": ">=5.3.3"
8788 },
8789 "type": "library",
8790 "extra": {
8791 "branch-alias": {
8792 "dev-master": "1.13-dev"
8793 }
8794 },
8795 "autoload": {
8796 "psr-4": {
8797 "Symfony\\Polyfill\\Php72\\": ""
8798 },
8799 "files": [
8800 "bootstrap.php"
8801 ]
8802 },
8803 "notification-url": "https://packagist.org/downloads/",
8804 "license": [
8805 "MIT"
8806 ],
8807 "authors": [
8808 {
8809 "name": "Nicolas Grekas",
8810 "email": "p@tchwork.com"
8811 },
8812 {
8813 "name": "Symfony Community",
8814 "homepage": "https://symfony.com/contributors"
8815 }
8816 ],
8817 "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
8818 "homepage": "https://symfony.com",
8819 "keywords": [
8820 "compatibility",
8821 "polyfill",
8822 "portable",
8823 "shim"
8824 ],
8825 "time": "2019-11-27T13:56:44+00:00"
8826 },
8827 {
8828 "name": "symfony/polyfill-php73",
8829 "version": "v1.13.1",
8830 "source": {
8831 "type": "git",
8832 "url": "https://github.com/symfony/polyfill-php73.git",
8833 "reference": "4b0e2222c55a25b4541305a053013d5647d3a25f"
8834 },
8835 "dist": {
8836 "type": "zip",
8837 "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/4b0e2222c55a25b4541305a053013d5647d3a25f",
8838 "reference": "4b0e2222c55a25b4541305a053013d5647d3a25f",
8839 "shasum": ""
8840 },
8841 "require": {
8842 "php": ">=5.3.3"
8843 },
8844 "type": "library",
8845 "extra": {
8846 "branch-alias": {
8847 "dev-master": "1.13-dev"
8848 }
8849 },
8850 "autoload": {
8851 "psr-4": {
8852 "Symfony\\Polyfill\\Php73\\": ""
8853 },
8854 "files": [
8855 "bootstrap.php"
8856 ],
8857 "classmap": [
8858 "Resources/stubs"
8859 ]
8860 },
8861 "notification-url": "https://packagist.org/downloads/",
8862 "license": [
8863 "MIT"
8864 ],
8865 "authors": [
8866 {
8867 "name": "Nicolas Grekas",
8868 "email": "p@tchwork.com"
8869 },
8870 {
8871 "name": "Symfony Community",
8872 "homepage": "https://symfony.com/contributors"
8873 }
8874 ],
8875 "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
8876 "homepage": "https://symfony.com",
8877 "keywords": [
8878 "compatibility",
8879 "polyfill",
8880 "portable",
8881 "shim"
8882 ],
8883 "time": "2019-11-27T16:25:15+00:00"
8884 },
8885 {
8886 "name": "symfony/polyfill-util",
8887 "version": "v1.13.1",
8888 "source": {
8889 "type": "git",
8890 "url": "https://github.com/symfony/polyfill-util.git",
8891 "reference": "964a67f293b66b95883a5ed918a65354fcd2258f"
8892 },
8893 "dist": {
8894 "type": "zip",
8895 "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/964a67f293b66b95883a5ed918a65354fcd2258f",
8896 "reference": "964a67f293b66b95883a5ed918a65354fcd2258f",
8897 "shasum": ""
8898 },
8899 "require": {
8900 "php": ">=5.3.3"
8901 },
8902 "type": "library",
8903 "extra": {
8904 "branch-alias": {
8905 "dev-master": "1.13-dev"
8906 }
8907 },
8908 "autoload": {
8909 "psr-4": {
8910 "Symfony\\Polyfill\\Util\\": ""
8911 }
8912 },
8913 "notification-url": "https://packagist.org/downloads/",
8914 "license": [
8915 "MIT"
8916 ],
8917 "authors": [
8918 {
8919 "name": "Nicolas Grekas",
8920 "email": "p@tchwork.com"
8921 },
8922 {
8923 "name": "Symfony Community",
8924 "homepage": "https://symfony.com/contributors"
8925 }
8926 ],
8927 "description": "Symfony utilities for portability of PHP codes",
8928 "homepage": "https://symfony.com",
8929 "keywords": [
8930 "compat",
8931 "compatibility",
8932 "polyfill",
8933 "shim"
8934 ],
8935 "time": "2019-11-27T13:56:44+00:00"
8936 },
8937 {
8938 "name": "symfony/service-contracts",
8939 "version": "v1.1.8",
8940 "source": {
8941 "type": "git",
8942 "url": "https://github.com/symfony/service-contracts.git",
8943 "reference": "ffc7f5692092df31515df2a5ecf3b7302b3ddacf"
8944 },
8945 "dist": {
8946 "type": "zip",
8947 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/ffc7f5692092df31515df2a5ecf3b7302b3ddacf",
8948 "reference": "ffc7f5692092df31515df2a5ecf3b7302b3ddacf",
8949 "shasum": ""
8950 },
8951 "require": {
8952 "php": "^7.1.3",
8953 "psr/container": "^1.0"
8954 },
8955 "suggest": {
8956 "symfony/service-implementation": ""
8957 },
8958 "type": "library",
8959 "extra": {
8960 "branch-alias": {
8961 "dev-master": "1.1-dev"
8962 }
8963 },
8964 "autoload": {
8965 "psr-4": {
8966 "Symfony\\Contracts\\Service\\": ""
8967 }
8968 },
8969 "notification-url": "https://packagist.org/downloads/",
8970 "license": [
8971 "MIT"
8972 ],
8973 "authors": [
8974 {
8975 "name": "Nicolas Grekas",
8976 "email": "p@tchwork.com"
8977 },
8978 {
8979 "name": "Symfony Community",
8980 "homepage": "https://symfony.com/contributors"
8981 }
8982 ],
8983 "description": "Generic abstractions related to writing services",
8984 "homepage": "https://symfony.com",
8985 "keywords": [
8986 "abstractions",
8987 "contracts",
8988 "decoupling",
8989 "interfaces",
8990 "interoperability",
8991 "standards"
8992 ],
8993 "time": "2019-10-14T12:27:06+00:00"
8994 },
8995 {
8996 "name": "symfony/swiftmailer-bundle",
8997 "version": "v3.3.1",
8998 "source": {
8999 "type": "git",
9000 "url": "https://github.com/symfony/swiftmailer-bundle.git",
9001 "reference": "defa9bdfc0191ed70b389cb93c550c6c82cf1745"
9002 },
9003 "dist": {
9004 "type": "zip",
9005 "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/defa9bdfc0191ed70b389cb93c550c6c82cf1745",
9006 "reference": "defa9bdfc0191ed70b389cb93c550c6c82cf1745",
9007 "shasum": ""
9008 },
9009 "require": {
9010 "php": ">=7.0.0",
9011 "swiftmailer/swiftmailer": "^6.1.3",
9012 "symfony/config": "^3.4|^4.0|^5.0",
9013 "symfony/dependency-injection": "^3.4|^4.0|^5.0",
9014 "symfony/http-kernel": "^3.4|^4.0|^5.0"
9015 },
9016 "conflict": {
9017 "twig/twig": "<1.41|<2.10"
9018 },
9019 "require-dev": {
9020 "symfony/console": "^3.4|^4.0|^5.0",
9021 "symfony/framework-bundle": "^3.4|^4.0|^5.0",
9022 "symfony/phpunit-bridge": "^3.4.32|^4.3.5|^5.0",
9023 "symfony/yaml": "^3.4|^4.0|^5.0"
9024 },
9025 "suggest": {
9026 "psr/log": "Allows logging"
9027 },
9028 "type": "symfony-bundle",
9029 "extra": {
9030 "branch-alias": {
9031 "dev-master": "3.3-dev"
9032 }
9033 },
9034 "autoload": {
9035 "psr-4": {
9036 "Symfony\\Bundle\\SwiftmailerBundle\\": ""
9037 },
9038 "exclude-from-classmap": [
9039 "/Tests/"
9040 ]
9041 },
9042 "notification-url": "https://packagist.org/downloads/",
9043 "license": [
9044 "MIT"
9045 ],
9046 "authors": [
9047 {
9048 "name": "Fabien Potencier",
9049 "email": "fabien@symfony.com"
9050 },
9051 {
9052 "name": "Symfony Community",
9053 "homepage": "http://symfony.com/contributors"
9054 }
9055 ],
9056 "description": "Symfony SwiftmailerBundle",
9057 "homepage": "http://symfony.com",
9058 "time": "2019-11-07T21:01:35+00:00"
9059 },
9060 {
9061 "name": "symfony/symfony",
9062 "version": "v3.4.36",
9063 "source": {
9064 "type": "git",
9065 "url": "https://github.com/symfony/symfony.git",
9066 "reference": "0a6fccb5772ad2467253e6849d589bd09d9eb195"
9067 },
9068 "dist": {
9069 "type": "zip",
9070 "url": "https://api.github.com/repos/symfony/symfony/zipball/0a6fccb5772ad2467253e6849d589bd09d9eb195",
9071 "reference": "0a6fccb5772ad2467253e6849d589bd09d9eb195",
9072 "shasum": ""
9073 },
9074 "require": {
9075 "doctrine/common": "~2.4",
9076 "ext-xml": "*",
9077 "fig/link-util": "^1.0",
9078 "php": "^5.5.9|>=7.0.8",
9079 "psr/cache": "~1.0",
9080 "psr/container": "^1.0",
9081 "psr/link": "^1.0",
9082 "psr/log": "~1.0",
9083 "psr/simple-cache": "^1.0",
9084 "symfony/polyfill-apcu": "~1.1",
9085 "symfony/polyfill-ctype": "~1.8",
9086 "symfony/polyfill-intl-icu": "~1.0",
9087 "symfony/polyfill-mbstring": "~1.0",
9088 "symfony/polyfill-php56": "~1.0",
9089 "symfony/polyfill-php70": "~1.6",
9090 "twig/twig": "^1.41|^2.10"
9091 },
9092 "conflict": {
9093 "monolog/monolog": ">=2",
9094 "phpdocumentor/reflection-docblock": "<3.0||>=3.2.0,<3.2.2",
9095 "phpdocumentor/type-resolver": "<0.3.0",
9096 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
9097 },
9098 "provide": {
9099 "psr/cache-implementation": "1.0",
9100 "psr/container-implementation": "1.0",
9101 "psr/log-implementation": "1.0",
9102 "psr/simple-cache-implementation": "1.0"
9103 },
9104 "replace": {
9105 "symfony/asset": "self.version",
9106 "symfony/browser-kit": "self.version",
9107 "symfony/cache": "self.version",
9108 "symfony/class-loader": "self.version",
9109 "symfony/config": "self.version",
9110 "symfony/console": "self.version",
9111 "symfony/css-selector": "self.version",
9112 "symfony/debug": "self.version",
9113 "symfony/debug-bundle": "self.version",
9114 "symfony/dependency-injection": "self.version",
9115 "symfony/doctrine-bridge": "self.version",
9116 "symfony/dom-crawler": "self.version",
9117 "symfony/dotenv": "self.version",
9118 "symfony/event-dispatcher": "self.version",
9119 "symfony/expression-language": "self.version",
9120 "symfony/filesystem": "self.version",
9121 "symfony/finder": "self.version",
9122 "symfony/form": "self.version",
9123 "symfony/framework-bundle": "self.version",
9124 "symfony/http-foundation": "self.version",
9125 "symfony/http-kernel": "self.version",
9126 "symfony/inflector": "self.version",
9127 "symfony/intl": "self.version",
9128 "symfony/ldap": "self.version",
9129 "symfony/lock": "self.version",
9130 "symfony/monolog-bridge": "self.version",
9131 "symfony/options-resolver": "self.version",
9132 "symfony/process": "self.version",
9133 "symfony/property-access": "self.version",
9134 "symfony/property-info": "self.version",
9135 "symfony/proxy-manager-bridge": "self.version",
9136 "symfony/routing": "self.version",
9137 "symfony/security": "self.version",
9138 "symfony/security-bundle": "self.version",
9139 "symfony/security-core": "self.version",
9140 "symfony/security-csrf": "self.version",
9141 "symfony/security-guard": "self.version",
9142 "symfony/security-http": "self.version",
9143 "symfony/serializer": "self.version",
9144 "symfony/stopwatch": "self.version",
9145 "symfony/templating": "self.version",
9146 "symfony/translation": "self.version",
9147 "symfony/twig-bridge": "self.version",
9148 "symfony/twig-bundle": "self.version",
9149 "symfony/validator": "self.version",
9150 "symfony/var-dumper": "self.version",
9151 "symfony/web-link": "self.version",
9152 "symfony/web-profiler-bundle": "self.version",
9153 "symfony/web-server-bundle": "self.version",
9154 "symfony/workflow": "self.version",
9155 "symfony/yaml": "self.version"
9156 },
9157 "require-dev": {
9158 "cache/integration-tests": "dev-master",
9159 "doctrine/annotations": "~1.0",
9160 "doctrine/cache": "~1.6",
9161 "doctrine/data-fixtures": "1.0.*",
9162 "doctrine/dbal": "~2.4",
9163 "doctrine/doctrine-bundle": "~1.4",
9164 "doctrine/orm": "~2.4,>=2.4.5",
9165 "egulias/email-validator": "~1.2,>=1.2.8|~2.0",
9166 "monolog/monolog": "~1.11",
9167 "ocramius/proxy-manager": "~0.4|~1.0|~2.0",
9168 "phpdocumentor/reflection-docblock": "^3.0|^4.0",
9169 "predis/predis": "~1.0",
9170 "symfony/phpunit-bridge": "^3.4.31|^4.3.4|~5.0",
9171 "symfony/security-acl": "~2.8|~3.0"
9172 },
9173 "type": "library",
9174 "extra": {
9175 "branch-alias": {
9176 "dev-master": "3.4-dev"
9177 }
9178 },
9179 "autoload": {
9180 "psr-4": {
9181 "Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/",
9182 "Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/",
9183 "Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/",
9184 "Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/",
9185 "Symfony\\Bundle\\": "src/Symfony/Bundle/",
9186 "Symfony\\Component\\": "src/Symfony/Component/"
9187 },
9188 "classmap": [
9189 "src/Symfony/Component/Intl/Resources/stubs"
9190 ],
9191 "exclude-from-classmap": [
9192 "**/Tests/"
9193 ]
9194 },
9195 "notification-url": "https://packagist.org/downloads/",
9196 "license": [
9197 "MIT"
9198 ],
9199 "authors": [
9200 {
9201 "name": "Fabien Potencier",
9202 "email": "fabien@symfony.com"
9203 },
9204 {
9205 "name": "Symfony Community",
9206 "homepage": "https://symfony.com/contributors"
9207 }
9208 ],
9209 "description": "The Symfony PHP framework",
9210 "homepage": "https://symfony.com",
9211 "keywords": [
9212 "framework"
9213 ],
9214 "time": "2019-12-01T13:50:53+00:00"
9215 },
9216 {
9217 "name": "true/punycode",
9218 "version": "v2.1.1",
9219 "source": {
9220 "type": "git",
9221 "url": "https://github.com/true/php-punycode.git",
9222 "reference": "a4d0c11a36dd7f4e7cd7096076cab6d3378a071e"
9223 },
9224 "dist": {
9225 "type": "zip",
9226 "url": "https://api.github.com/repos/true/php-punycode/zipball/a4d0c11a36dd7f4e7cd7096076cab6d3378a071e",
9227 "reference": "a4d0c11a36dd7f4e7cd7096076cab6d3378a071e",
9228 "shasum": ""
9229 },
9230 "require": {
9231 "php": ">=5.3.0",
9232 "symfony/polyfill-mbstring": "^1.3"
9233 },
9234 "require-dev": {
9235 "phpunit/phpunit": "~4.7",
9236 "squizlabs/php_codesniffer": "~2.0"
9237 },
9238 "type": "library",
9239 "autoload": {
9240 "psr-4": {
9241 "TrueBV\\": "src/"
9242 }
9243 },
9244 "notification-url": "https://packagist.org/downloads/",
9245 "license": [
9246 "MIT"
9247 ],
9248 "authors": [
9249 {
9250 "name": "Renan Gonçalves",
9251 "email": "renan.saddam@gmail.com"
9252 }
9253 ],
9254 "description": "A Bootstring encoding of Unicode for Internationalized Domain Names in Applications (IDNA)",
9255 "homepage": "https://github.com/true/php-punycode",
9256 "keywords": [
9257 "idna",
9258 "punycode"
9259 ],
9260 "time": "2016-11-16T10:37:54+00:00"
9261 },
9262 {
9263 "name": "twig/extensions",
9264 "version": "v1.5.4",
9265 "source": {
9266 "type": "git",
9267 "url": "https://github.com/twigphp/Twig-extensions.git",
9268 "reference": "57873c8b0c1be51caa47df2cdb824490beb16202"
9269 },
9270 "dist": {
9271 "type": "zip",
9272 "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/57873c8b0c1be51caa47df2cdb824490beb16202",
9273 "reference": "57873c8b0c1be51caa47df2cdb824490beb16202",
9274 "shasum": ""
9275 },
9276 "require": {
9277 "twig/twig": "^1.27|^2.0"
9278 },
9279 "require-dev": {
9280 "symfony/phpunit-bridge": "^3.4",
9281 "symfony/translation": "^2.7|^3.4"
9282 },
9283 "suggest": {
9284 "symfony/translation": "Allow the time_diff output to be translated"
9285 },
9286 "type": "library",
9287 "extra": {
9288 "branch-alias": {
9289 "dev-master": "1.5-dev"
9290 }
9291 },
9292 "autoload": {
9293 "psr-0": {
9294 "Twig_Extensions_": "lib/"
9295 },
9296 "psr-4": {
9297 "Twig\\Extensions\\": "src/"
9298 }
9299 },
9300 "notification-url": "https://packagist.org/downloads/",
9301 "license": [
9302 "MIT"
9303 ],
9304 "authors": [
9305 {
9306 "name": "Fabien Potencier",
9307 "email": "fabien@symfony.com"
9308 }
9309 ],
9310 "description": "Common additional features for Twig that do not directly belong in core",
9311 "keywords": [
9312 "i18n",
9313 "text"
9314 ],
9315 "time": "2018-12-05T18:34:18+00:00"
9316 },
9317 {
9318 "name": "twig/twig",
9319 "version": "v2.12.2",
9320 "source": {
9321 "type": "git",
9322 "url": "https://github.com/twigphp/Twig.git",
9323 "reference": "d761fd1f1c6b867ae09a7d8119a6d95d06dc44ed"
9324 },
9325 "dist": {
9326 "type": "zip",
9327 "url": "https://api.github.com/repos/twigphp/Twig/zipball/d761fd1f1c6b867ae09a7d8119a6d95d06dc44ed",
9328 "reference": "d761fd1f1c6b867ae09a7d8119a6d95d06dc44ed",
9329 "shasum": ""
9330 },
9331 "require": {
9332 "php": "^7.0",
9333 "symfony/polyfill-ctype": "^1.8",
9334 "symfony/polyfill-mbstring": "^1.3"
9335 },
9336 "require-dev": {
9337 "psr/container": "^1.0",
9338 "symfony/debug": "^3.4|^4.2",
9339 "symfony/phpunit-bridge": "^4.4@dev|^5.0"
9340 },
9341 "type": "library",
9342 "extra": {
9343 "branch-alias": {
9344 "dev-master": "2.12-dev"
9345 }
9346 },
9347 "autoload": {
9348 "psr-0": {
9349 "Twig_": "lib/"
9350 },
9351 "psr-4": {
9352 "Twig\\": "src/"
9353 }
9354 },
9355 "notification-url": "https://packagist.org/downloads/",
9356 "license": [
9357 "BSD-3-Clause"
9358 ],
9359 "authors": [
9360 {
9361 "name": "Fabien Potencier",
9362 "email": "fabien@symfony.com",
9363 "homepage": "http://fabien.potencier.org",
9364 "role": "Lead Developer"
9365 },
9366 {
9367 "name": "Twig Team",
9368 "homepage": "https://twig.symfony.com/contributors",
9369 "role": "Contributors"
9370 },
9371 {
9372 "name": "Armin Ronacher",
9373 "email": "armin.ronacher@active-4.com",
9374 "role": "Project Founder"
9375 }
9376 ],
9377 "description": "Twig, the flexible, fast, and secure template language for PHP",
9378 "homepage": "https://twig.symfony.com",
9379 "keywords": [
9380 "templating"
9381 ],
9382 "time": "2019-11-11T16:52:09+00:00"
9383 },
9384 {
9385 "name": "wallabag/php-mobi",
9386 "version": "1.1.0",
9387 "source": {
9388 "type": "git",
9389 "url": "https://github.com/wallabag/php-mobi.git",
9390 "reference": "bfe9c18d038e5ca24664cfdab107a645ac57c9b5"
9391 },
9392 "dist": {
9393 "type": "zip",
9394 "url": "https://api.github.com/repos/wallabag/php-mobi/zipball/bfe9c18d038e5ca24664cfdab107a645ac57c9b5",
9395 "reference": "bfe9c18d038e5ca24664cfdab107a645ac57c9b5",
9396 "shasum": ""
9397 },
9398 "require": {
9399 "php": ">=5.3.0",
9400 "symfony/polyfill-mbstring": "^1.12"
9401 },
9402 "type": "library",
9403 "autoload": {
9404 "files": [
9405 "MOBIClass/MOBI.php"
9406 ]
9407 },
9408 "notification-url": "https://packagist.org/downloads/",
9409 "license": [
9410 "Apache-2.0"
9411 ],
9412 "authors": [
9413 {
9414 "name": "Sander Kromwijk",
9415 "role": "Original developer",
9416 "email": "s.kromwijk@gmail.co"
9417 },
9418 {
9419 "name": "Nicolas Lœuillet",
9420 "email": "nicolas@loeuillet.org",
9421 "homepage": "http://www.cdetc.fr"
9422 }
9423 ],
9424 "description": "A Mobipocket file (.mobi) creator in PHP.",
9425 "homepage": "https://github.com/wallabag/php-mobi",
9426 "time": "2019-08-08T12:26:23+00:00"
9427 },
9428 {
9429 "name": "wallabag/tcpdf",
9430 "version": "6.2.26",
9431 "source": {
9432 "type": "git",
9433 "url": "https://github.com/wallabag/TCPDF.git",
9434 "reference": "bf590f0604bcef1ae6fa3145649cf997f3564477"
9435 },
9436 "dist": {
9437 "type": "zip",
9438 "url": "https://api.github.com/repos/wallabag/TCPDF/zipball/bf590f0604bcef1ae6fa3145649cf997f3564477",
9439 "reference": "bf590f0604bcef1ae6fa3145649cf997f3564477",
9440 "shasum": ""
9441 },
9442 "require": {
9443 "php": ">=5.3.0"
9444 },
9445 "replace": {
9446 "tecnickcom/tcpdf": "6.2.*"
9447 },
9448 "type": "library",
9449 "autoload": {
9450 "classmap": [
9451 "fonts",
9452 "config",
9453 "include",
9454 "tcpdf.php",
9455 "tcpdf_parser.php",
9456 "tcpdf_import.php",
9457 "tcpdf_barcodes_1d.php",
9458 "tcpdf_barcodes_2d.php",
9459 "include/tcpdf_colors.php",
9460 "include/tcpdf_filters.php",
9461 "include/tcpdf_font_data.php",
9462 "include/tcpdf_fonts.php",
9463 "include/tcpdf_images.php",
9464 "include/tcpdf_static.php",
9465 "include/barcodes/datamatrix.php",
9466 "include/barcodes/pdf417.php",
9467 "include/barcodes/qrcode.php"
9468 ]
9469 },
9470 "notification-url": "https://packagist.org/downloads/",
9471 "license": [
9472 "LGPL-3.0"
9473 ],
9474 "authors": [
9475 {
9476 "name": "Nicola Asuni",
9477 "email": "info@tecnick.com",
9478 "homepage": "http://nicolaasuni.tecnick.com",
9479 "role": "Main developer"
9480 },
9481 {
9482 "name": "wallabag/core",
9483 "homepage": "https://www.wallabag.org",
9484 "role": "Developers"
9485 }
9486 ],
9487 "description": "Keeping a working 6.2.x TCPDF version.",
9488 "homepage": "https://www.wallabag.org/",
9489 "keywords": [
9490 "PDFD32000-2008",
9491 "TCPDF",
9492 "barcodes",
9493 "datamatrix",
9494 "pdf",
9495 "pdf417",
9496 "qrcode"
9497 ],
9498 "time": "2018-10-25T06:56:14+00:00"
9499 },
9500 {
9501 "name": "white-october/pagerfanta-bundle",
9502 "version": "v1.3.2",
9503 "source": {
9504 "type": "git",
9505 "url": "https://github.com/whiteoctober/WhiteOctoberPagerfantaBundle.git",
9506 "reference": "6df560869b5e09a3acf920890ab40598998b30ae"
9507 },
9508 "dist": {
9509 "type": "zip",
9510 "url": "https://api.github.com/repos/whiteoctober/WhiteOctoberPagerfantaBundle/zipball/6df560869b5e09a3acf920890ab40598998b30ae",
9511 "reference": "6df560869b5e09a3acf920890ab40598998b30ae",
9512 "shasum": ""
9513 },
9514 "require": {
9515 "pagerfanta/pagerfanta": "^1.1.0|^2.0.0",
9516 "php": ">=5.3.3",
9517 "symfony/framework-bundle": "~2.3|~3.0|~4.0",
9518 "symfony/property-access": "~2.3|~3.0|~4.0",
9519 "symfony/translation": "~2.3|~3.0|~4.0",
9520 "symfony/twig-bundle": "~2.3|~3.0|~4.0"
9521 },
9522 "conflict": {
9523 "twig/twig": "<1.34|>=2.0,<2.4"
9524 },
9525 "require-dev": {
9526 "phpunit/phpunit": "~3.7|~4.0|^5.0",
9527 "symfony/symfony": "~2.3|~3.0|~4.0"
9528 },
9529 "type": "symfony-bundle",
9530 "extra": {
9531 "branch-alias": {
9532 "dev-master": "1.0.x-dev"
9533 }
9534 },
9535 "autoload": {
9536 "psr-4": {
9537 "WhiteOctober\\PagerfantaBundle\\": ""
9538 },
9539 "exclude-from-classmap": [
9540 "Tests/",
9541 "TestsProject/"
9542 ]
9543 },
9544 "notification-url": "https://packagist.org/downloads/",
9545 "license": [
9546 "MIT"
9547 ],
9548 "authors": [
9549 {
9550 "name": "Pablo Díez",
9551 "email": "pablodip@gmail.com"
9552 }
9553 ],
9554 "description": "Bundle to use Pagerfanta with Symfony2",
9555 "keywords": [
9556 "page",
9557 "paging"
9558 ],
9559 "time": "2019-12-02T14:19:37+00:00"
9560 },
9561 {
9562 "name": "willdurand/hateoas",
9563 "version": "2.12.0",
9564 "source": {
9565 "type": "git",
9566 "url": "https://github.com/willdurand/Hateoas.git",
9567 "reference": "71b1af62b398dc9a870ac0b16c84bdc23a76a5c5"
9568 },
9569 "dist": {
9570 "type": "zip",
9571 "url": "https://api.github.com/repos/willdurand/Hateoas/zipball/71b1af62b398dc9a870ac0b16c84bdc23a76a5c5",
9572 "reference": "71b1af62b398dc9a870ac0b16c84bdc23a76a5c5",
9573 "shasum": ""
9574 },
9575 "require": {
9576 "doctrine/annotations": "~1.0",
9577 "doctrine/common": "~2.0",
9578 "jms/metadata": "~1.1",
9579 "jms/serializer": "^1.7",
9580 "php": "^5.5|^7.0",
9581 "phpoption/phpoption": ">=1.1.0,<2.0-dev",
9582 "symfony/expression-language": "~2.4 || ~3.0 || ~4.0"
9583 },
9584 "require-dev": {
9585 "pagerfanta/pagerfanta": "~1.0",
9586 "phpunit/phpunit": "~5",
9587 "symfony/dependency-injection": "~2.4 || ~3.0 || ~4.0",
9588 "symfony/routing": "~2.4 || ~3.0 || ~4.0",
9589 "symfony/yaml": "~2.4 || ~3.0 || ~4.0",
9590 "twig/twig": "~1.12"
9591 },
9592 "suggest": {
9593 "symfony/routing": "To use the SymfonyRouteFactory.",
9594 "symfony/yaml": "To use yaml based configuration.",
9595 "twig/twig": "To use the Twig extensions."
9596 },
9597 "type": "library",
9598 "extra": {
9599 "branch-alias": {
9600 "dev-master": "2.12-dev"
9601 }
9602 },
9603 "autoload": {
9604 "psr-0": {
9605 "Hateoas": "src/"
9606 }
9607 },
9608 "notification-url": "https://packagist.org/downloads/",
9609 "license": [
9610 "MIT"
9611 ],
9612 "authors": [
9613 {
9614 "name": "Adrien Brault",
9615 "email": "adrien.brault@gmail.com"
9616 },
9617 {
9618 "name": "William Durand",
9619 "email": "william.durand1@gmail.com"
9620 }
9621 ],
9622 "description": "A PHP library to support implementing representations for HATEOAS REST web services",
9623 "time": "2018-02-23T17:05:31+00:00"
9624 },
9625 {
9626 "name": "willdurand/hateoas-bundle",
9627 "version": "1.4.0",
9628 "source": {
9629 "type": "git",
9630 "url": "https://github.com/willdurand/BazingaHateoasBundle.git",
9631 "reference": "d1f915fd4f8a7cd43a88a0ce97ffb28abe3a94fa"
9632 },
9633 "dist": {
9634 "type": "zip",
9635 "url": "https://api.github.com/repos/willdurand/BazingaHateoasBundle/zipball/d1f915fd4f8a7cd43a88a0ce97ffb28abe3a94fa",
9636 "reference": "d1f915fd4f8a7cd43a88a0ce97ffb28abe3a94fa",
9637 "shasum": ""
9638 },
9639 "require": {
9640 "jms/serializer-bundle": "~1.0 || ^2.0",
9641 "php": ">5.4 |^7.0",
9642 "symfony/framework-bundle": "~2.3 || ~3.0 || ~4.0",
9643 "willdurand/hateoas": "^2.10.0"
9644 },
9645 "require-dev": {
9646 "phpunit/phpunit": "~4.5 || ~5.0",
9647 "symfony/expression-language": "~2.4 || ~3.0 || ~4.0",
9648 "symfony/stopwatch": "~2.4 || ~3.0 || ~4.0",
9649 "twig/twig": "~1.12"
9650 },
9651 "type": "symfony-bundle",
9652 "extra": {
9653 "branch-alias": {
9654 "dev-master": "1.4-dev"
9655 }
9656 },
9657 "autoload": {
9658 "psr-4": {
9659 "Bazinga\\Bundle\\HateoasBundle\\": ""
9660 }
9661 },
9662 "notification-url": "https://packagist.org/downloads/",
9663 "license": [
9664 "MIT"
9665 ],
9666 "authors": [
9667 {
9668 "name": "William Durand",
9669 "email": "william.durand1@gmail.com"
9670 }
9671 ],
9672 "description": "Integration of Hateoas into Symfony2.",
9673 "keywords": [
9674 "HATEOAS",
9675 "rest"
9676 ],
9677 "time": "2018-01-27T13:03:07+00:00"
9678 },
9679 {
9680 "name": "willdurand/jsonp-callback-validator",
9681 "version": "v1.1.0",
9682 "source": {
9683 "type": "git",
9684 "url": "https://github.com/willdurand/JsonpCallbackValidator.git",
9685 "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909"
9686 },
9687 "dist": {
9688 "type": "zip",
9689 "url": "https://api.github.com/repos/willdurand/JsonpCallbackValidator/zipball/1a7d388bb521959e612ef50c5c7b1691b097e909",
9690 "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909",
9691 "shasum": ""
9692 },
9693 "require": {
9694 "php": ">=5.3.0"
9695 },
9696 "require-dev": {
9697 "phpunit/phpunit": "~3.7"
9698 },
9699 "type": "library",
9700 "autoload": {
9701 "psr-0": {
9702 "JsonpCallbackValidator": "src/"
9703 }
9704 },
9705 "notification-url": "https://packagist.org/downloads/",
9706 "license": [
9707 "MIT"
9708 ],
9709 "authors": [
9710 {
9711 "name": "William Durand",
9712 "email": "william.durand1@gmail.com",
9713 "homepage": "http://www.willdurand.fr"
9714 }
9715 ],
9716 "description": "JSONP callback validator.",
9717 "time": "2014-01-20T22:35:06+00:00"
9718 },
9719 {
9720 "name": "willdurand/negotiation",
9721 "version": "v2.3.1",
9722 "source": {
9723 "type": "git",
9724 "url": "https://github.com/willdurand/Negotiation.git",
9725 "reference": "03436ededa67c6e83b9b12defac15384cb399dc9"
9726 },
9727 "dist": {
9728 "type": "zip",
9729 "url": "https://api.github.com/repos/willdurand/Negotiation/zipball/03436ededa67c6e83b9b12defac15384cb399dc9",
9730 "reference": "03436ededa67c6e83b9b12defac15384cb399dc9",
9731 "shasum": ""
9732 },
9733 "require": {
9734 "php": ">=5.4.0"
9735 },
9736 "require-dev": {
9737 "phpunit/phpunit": "~4.5"
9738 },
9739 "type": "library",
9740 "extra": {
9741 "branch-alias": {
9742 "dev-master": "2.3-dev"
9743 }
9744 },
9745 "autoload": {
9746 "psr-4": {
9747 "Negotiation\\": "src/Negotiation"
9748 }
9749 },
9750 "notification-url": "https://packagist.org/downloads/",
9751 "license": [
9752 "MIT"
9753 ],
9754 "authors": [
9755 {
9756 "name": "William Durand",
9757 "email": "will+git@drnd.me"
9758 }
9759 ],
9760 "description": "Content Negotiation tools for PHP provided as a standalone library.",
9761 "homepage": "http://williamdurand.fr/Negotiation/",
9762 "keywords": [
9763 "accept",
9764 "content",
9765 "format",
9766 "header",
9767 "negotiation"
9768 ],
9769 "time": "2017-05-14T17:21:12+00:00"
9770 },
9771 {
9772 "name": "zendframework/zend-code",
9773 "version": "3.4.1",
9774 "source": {
9775 "type": "git",
9776 "url": "https://github.com/zendframework/zend-code.git",
9777 "reference": "268040548f92c2bfcba164421c1add2ba43abaaa"
9778 },
9779 "dist": {
9780 "type": "zip",
9781 "url": "https://api.github.com/repos/zendframework/zend-code/zipball/268040548f92c2bfcba164421c1add2ba43abaaa",
9782 "reference": "268040548f92c2bfcba164421c1add2ba43abaaa",
9783 "shasum": ""
9784 },
9785 "require": {
9786 "php": "^7.1",
9787 "zendframework/zend-eventmanager": "^2.6 || ^3.0"
9788 },
9789 "conflict": {
9790 "phpspec/prophecy": "<1.9.0"
9791 },
9792 "require-dev": {
9793 "doctrine/annotations": "^1.7",
9794 "ext-phar": "*",
9795 "phpunit/phpunit": "^7.5.16 || ^8.4",
9796 "zendframework/zend-coding-standard": "^1.0",
9797 "zendframework/zend-stdlib": "^2.7 || ^3.0"
9798 },
9799 "suggest": {
9800 "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
9801 "zendframework/zend-stdlib": "Zend\\Stdlib component"
9802 },
9803 "type": "library",
9804 "extra": {
9805 "branch-alias": {
9806 "dev-master": "3.4.x-dev",
9807 "dev-develop": "3.5.x-dev",
9808 "dev-dev-4.0": "4.0.x-dev"
9809 }
9810 },
9811 "autoload": {
9812 "psr-4": {
9813 "Zend\\Code\\": "src/"
9814 }
9815 },
9816 "notification-url": "https://packagist.org/downloads/",
9817 "license": [
9818 "BSD-3-Clause"
9819 ],
9820 "description": "Extensions to the PHP Reflection API, static code scanning, and code generation",
9821 "keywords": [
9822 "ZendFramework",
9823 "code",
9824 "zf"
9825 ],
9826 "time": "2019-12-10T19:21:15+00:00"
9827 },
9828 {
9829 "name": "zendframework/zend-diactoros",
9830 "version": "2.2.1",
9831 "source": {
9832 "type": "git",
9833 "url": "https://github.com/zendframework/zend-diactoros.git",
9834 "reference": "de5847b068362a88684a55b0dbb40d85986cfa52"
9835 },
9836 "dist": {
9837 "type": "zip",
9838 "url": "https://api.github.com/repos/zendframework/zend-diactoros/zipball/de5847b068362a88684a55b0dbb40d85986cfa52",
9839 "reference": "de5847b068362a88684a55b0dbb40d85986cfa52",
9840 "shasum": ""
9841 },
9842 "require": {
9843 "php": "^7.1",
9844 "psr/http-factory": "^1.0",
9845 "psr/http-message": "^1.0"
9846 },
9847 "provide": {
9848 "psr/http-factory-implementation": "1.0",
9849 "psr/http-message-implementation": "1.0"
9850 },
9851 "require-dev": {
9852 "ext-curl": "*",
9853 "ext-dom": "*",
9854 "ext-libxml": "*",
9855 "http-interop/http-factory-tests": "^0.5.0",
9856 "php-http/psr7-integration-tests": "dev-master",
9857 "phpunit/phpunit": "^7.0.2",
9858 "zendframework/zend-coding-standard": "~1.0.0"
9859 },
9860 "type": "library",
9861 "extra": {
9862 "branch-alias": {
9863 "dev-master": "2.1.x-dev",
9864 "dev-develop": "2.2.x-dev",
9865 "dev-release-1.8": "1.8.x-dev"
9866 }
9867 },
9868 "autoload": {
9869 "files": [
9870 "src/functions/create_uploaded_file.php",
9871 "src/functions/marshal_headers_from_sapi.php",
9872 "src/functions/marshal_method_from_sapi.php",
9873 "src/functions/marshal_protocol_version_from_sapi.php",
9874 "src/functions/marshal_uri_from_sapi.php",
9875 "src/functions/normalize_server.php",
9876 "src/functions/normalize_uploaded_files.php",
9877 "src/functions/parse_cookie_header.php"
9878 ],
9879 "psr-4": {
9880 "Zend\\Diactoros\\": "src/"
9881 }
9882 },
9883 "notification-url": "https://packagist.org/downloads/",
9884 "license": [
9885 "BSD-3-Clause"
9886 ],
9887 "description": "PSR HTTP Message implementations",
9888 "keywords": [
9889 "http",
9890 "psr",
9891 "psr-7"
9892 ],
9893 "time": "2019-11-13T19:16:13+00:00"
9894 },
9895 {
9896 "name": "zendframework/zend-eventmanager",
9897 "version": "3.2.1",
9898 "source": {
9899 "type": "git",
9900 "url": "https://github.com/zendframework/zend-eventmanager.git",
9901 "reference": "a5e2583a211f73604691586b8406ff7296a946dd"
9902 },
9903 "dist": {
9904 "type": "zip",
9905 "url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/a5e2583a211f73604691586b8406ff7296a946dd",
9906 "reference": "a5e2583a211f73604691586b8406ff7296a946dd",
9907 "shasum": ""
9908 },
9909 "require": {
9910 "php": "^5.6 || ^7.0"
9911 },
9912 "require-dev": {
9913 "athletic/athletic": "^0.1",
9914 "container-interop/container-interop": "^1.1.0",
9915 "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
9916 "zendframework/zend-coding-standard": "~1.0.0",
9917 "zendframework/zend-stdlib": "^2.7.3 || ^3.0"
9918 },
9919 "suggest": {
9920 "container-interop/container-interop": "^1.1.0, to use the lazy listeners feature",
9921 "zendframework/zend-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature"
9922 },
9923 "type": "library",
9924 "extra": {
9925 "branch-alias": {
9926 "dev-master": "3.2-dev",
9927 "dev-develop": "3.3-dev"
9928 }
9929 },
9930 "autoload": {
9931 "psr-4": {
9932 "Zend\\EventManager\\": "src/"
9933 }
9934 },
9935 "notification-url": "https://packagist.org/downloads/",
9936 "license": [
9937 "BSD-3-Clause"
9938 ],
9939 "description": "Trigger and listen to events within a PHP application",
9940 "homepage": "https://github.com/zendframework/zend-eventmanager",
9941 "keywords": [
9942 "event",
9943 "eventmanager",
9944 "events",
9945 "zf2"
9946 ],
9947 "time": "2018-04-25T15:33:34+00:00"
9948 }
9949 ],
9950 "packages-dev": [
9951 {
9952 "name": "composer/semver",
9953 "version": "1.5.0",
9954 "source": {
9955 "type": "git",
9956 "url": "https://github.com/composer/semver.git",
9957 "reference": "46d9139568ccb8d9e7cdd4539cab7347568a5e2e"
9958 },
9959 "dist": {
9960 "type": "zip",
9961 "url": "https://api.github.com/repos/composer/semver/zipball/46d9139568ccb8d9e7cdd4539cab7347568a5e2e",
9962 "reference": "46d9139568ccb8d9e7cdd4539cab7347568a5e2e",
9963 "shasum": ""
9964 },
9965 "require": {
9966 "php": "^5.3.2 || ^7.0"
9967 },
9968 "require-dev": {
9969 "phpunit/phpunit": "^4.5 || ^5.0.5",
9970 "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
9971 },
9972 "type": "library",
9973 "extra": {
9974 "branch-alias": {
9975 "dev-master": "1.x-dev"
9976 }
9977 },
9978 "autoload": {
9979 "psr-4": {
9980 "Composer\\Semver\\": "src"
9981 }
9982 },
9983 "notification-url": "https://packagist.org/downloads/",
9984 "license": [
9985 "MIT"
9986 ],
9987 "authors": [
9988 {
9989 "name": "Nils Adermann",
9990 "email": "naderman@naderman.de",
9991 "homepage": "http://www.naderman.de"
9992 },
9993 {
9994 "name": "Jordi Boggiano",
9995 "email": "j.boggiano@seld.be",
9996 "homepage": "http://seld.be"
9997 },
9998 {
9999 "name": "Rob Bast",
10000 "email": "rob.bast@gmail.com",
10001 "homepage": "http://robbast.nl"
10002 }
10003 ],
10004 "description": "Semver library that offers utilities, version constraint parsing and validation.",
10005 "keywords": [
10006 "semantic",
10007 "semver",
10008 "validation",
10009 "versioning"
10010 ],
10011 "time": "2019-03-19T17:25:45+00:00"
10012 },
10013 {
10014 "name": "composer/xdebug-handler",
10015 "version": "1.4.0",
10016 "source": {
10017 "type": "git",
10018 "url": "https://github.com/composer/xdebug-handler.git",
10019 "reference": "cbe23383749496fe0f373345208b79568e4bc248"
10020 },
10021 "dist": {
10022 "type": "zip",
10023 "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/cbe23383749496fe0f373345208b79568e4bc248",
10024 "reference": "cbe23383749496fe0f373345208b79568e4bc248",
10025 "shasum": ""
10026 },
10027 "require": {
10028 "php": "^5.3.2 || ^7.0 || ^8.0",
10029 "psr/log": "^1.0"
10030 },
10031 "require-dev": {
10032 "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8"
10033 },
10034 "type": "library",
10035 "autoload": {
10036 "psr-4": {
10037 "Composer\\XdebugHandler\\": "src"
10038 }
10039 },
10040 "notification-url": "https://packagist.org/downloads/",
10041 "license": [
10042 "MIT"
10043 ],
10044 "authors": [
10045 {
10046 "name": "John Stevenson",
10047 "email": "john-stevenson@blueyonder.co.uk"
10048 }
10049 ],
10050 "description": "Restarts a process without Xdebug.",
10051 "keywords": [
10052 "Xdebug",
10053 "performance"
10054 ],
10055 "time": "2019-11-06T16:40:04+00:00"
10056 },
10057 {
10058 "name": "dama/doctrine-test-bundle",
10059 "version": "v5.0.3",
10060 "source": {
10061 "type": "git",
10062 "url": "https://github.com/dmaicher/doctrine-test-bundle.git",
10063 "reference": "29882b0d1a815f4819126ef714931bb24a31cbaa"
10064 },
10065 "dist": {
10066 "type": "zip",
10067 "url": "https://api.github.com/repos/dmaicher/doctrine-test-bundle/zipball/29882b0d1a815f4819126ef714931bb24a31cbaa",
10068 "reference": "29882b0d1a815f4819126ef714931bb24a31cbaa",
10069 "shasum": ""
10070 },
10071 "require": {
10072 "doctrine/dbal": "~2.5",
10073 "doctrine/doctrine-bundle": "~1.4",
10074 "php": "^7.1",
10075 "symfony/framework-bundle": "~2.7|~3.0|~4.0"
10076 },
10077 "require-dev": {
10078 "phpunit/phpunit": "~6.0|~7.0|~8.0",
10079 "symfony/phpunit-bridge": "~2.8|~3.0|~4.0",
10080 "symfony/yaml": "~2.8|~3.0|~4.0"
10081 },
10082 "type": "symfony-bundle",
10083 "extra": {
10084 "branch-alias": {
10085 "dev-master": "5.1.x-dev"
10086 }
10087 },
10088 "autoload": {
10089 "psr-4": {
10090 "DAMA\\DoctrineTestBundle\\": "src/DAMA/DoctrineTestBundle"
10091 }
10092 },
10093 "notification-url": "https://packagist.org/downloads/",
10094 "license": [
10095 "MIT"
10096 ],
10097 "authors": [
10098 {
10099 "name": "David Maicher",
10100 "email": "mail@dmaicher.de"
10101 }
10102 ],
10103 "description": "Symfony bundle to isolate doctrine database tests and improve test performance",
10104 "keywords": [
10105 "Symfony 3",
10106 "Symfony 4",
10107 "doctrine",
10108 "isolation",
10109 "performance",
10110 "symfony",
10111 "symfony 2",
10112 "tests"
10113 ],
10114 "time": "2019-03-22T10:34:17+00:00"
10115 },
10116 {
10117 "name": "doctrine/data-fixtures",
10118 "version": "1.3.3",
10119 "source": {
10120 "type": "git",
10121 "url": "https://github.com/doctrine/data-fixtures.git",
10122 "reference": "f0ee99c64922fc3f863715232b615c478a61b0a3"
10123 },
10124 "dist": {
10125 "type": "zip",
10126 "url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/f0ee99c64922fc3f863715232b615c478a61b0a3",
10127 "reference": "f0ee99c64922fc3f863715232b615c478a61b0a3",
10128 "shasum": ""
10129 },
10130 "require": {
10131 "doctrine/common": "~2.2",
10132 "php": "^7.1"
10133 },
10134 "conflict": {
10135 "doctrine/phpcr-odm": "<1.3.0"
10136 },
10137 "require-dev": {
10138 "alcaeus/mongo-php-adapter": "^1.1",
10139 "doctrine/dbal": "^2.5.4",
10140 "doctrine/mongodb-odm": "^1.3.0",
10141 "doctrine/orm": "^2.5.4",
10142 "phpunit/phpunit": "^7.0"
10143 },
10144 "suggest": {
10145 "alcaeus/mongo-php-adapter": "For using MongoDB ODM with PHP 7",
10146 "doctrine/mongodb-odm": "For loading MongoDB ODM fixtures",
10147 "doctrine/orm": "For loading ORM fixtures",
10148 "doctrine/phpcr-odm": "For loading PHPCR ODM fixtures"
10149 },
10150 "type": "library",
10151 "extra": {
10152 "branch-alias": {
10153 "dev-master": "1.3.x-dev"
10154 }
10155 },
10156 "autoload": {
10157 "psr-4": {
10158 "Doctrine\\Common\\DataFixtures\\": "lib/Doctrine/Common/DataFixtures"
10159 }
10160 },
10161 "notification-url": "https://packagist.org/downloads/",
10162 "license": [
10163 "MIT"
10164 ],
10165 "authors": [
10166 {
10167 "name": "Jonathan Wage",
10168 "email": "jonwage@gmail.com"
10169 }
10170 ],
10171 "description": "Data Fixtures for all Doctrine Object Managers",
10172 "homepage": "http://www.doctrine-project.org",
10173 "keywords": [
10174 "database"
10175 ],
10176 "time": "2019-10-24T04:52:28+00:00"
10177 },
10178 {
10179 "name": "doctrine/doctrine-fixtures-bundle",
10180 "version": "3.3.0",
10181 "source": {
10182 "type": "git",
10183 "url": "https://github.com/doctrine/DoctrineFixturesBundle.git",
10184 "reference": "8f07fcfdac7f3591f3c4bf13a50cbae05f65ed70"
10185 },
10186 "dist": {
10187 "type": "zip",
10188 "url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/8f07fcfdac7f3591f3c4bf13a50cbae05f65ed70",
10189 "reference": "8f07fcfdac7f3591f3c4bf13a50cbae05f65ed70",
10190 "shasum": ""
10191 },
10192 "require": {
10193 "doctrine/data-fixtures": "^1.3",
10194 "doctrine/doctrine-bundle": "^1.11|^2.0",
10195 "doctrine/orm": "^2.6.0",
10196 "php": "^7.1",
10197 "symfony/config": "^3.4|^4.3|^5.0",
10198 "symfony/console": "^3.4|^4.3|^5.0",
10199 "symfony/dependency-injection": "^3.4|^4.3|^5.0",
10200 "symfony/doctrine-bridge": "^3.4|^4.1|^5.0",
10201 "symfony/http-kernel": "^3.4|^4.3|^5.0"
10202 },
10203 "require-dev": {
10204 "doctrine/coding-standard": "^6.0",
10205 "phpunit/phpunit": "^7.4",
10206 "symfony/phpunit-bridge": "^4.1|^5.0"
10207 },
10208 "type": "symfony-bundle",
10209 "extra": {
10210 "branch-alias": {
10211 "dev-master": "3.3.x-dev"
10212 }
10213 },
10214 "autoload": {
10215 "psr-4": {
10216 "Doctrine\\Bundle\\FixturesBundle\\": ""
10217 }
10218 },
10219 "notification-url": "https://packagist.org/downloads/",
10220 "license": [
10221 "MIT"
10222 ],
10223 "authors": [
10224 {
10225 "name": "Fabien Potencier",
10226 "email": "fabien@symfony.com"
10227 },
10228 {
10229 "name": "Doctrine Project",
10230 "homepage": "http://www.doctrine-project.org"
10231 },
10232 {
10233 "name": "Symfony Community",
10234 "homepage": "http://symfony.com/contributors"
10235 }
10236 ],
10237 "description": "Symfony DoctrineFixturesBundle",
10238 "homepage": "http://www.doctrine-project.org",
10239 "keywords": [
10240 "Fixture",
10241 "persistence"
10242 ],
10243 "time": "2019-11-13T15:46:58+00:00"
10244 },
10245 {
10246 "name": "friendsofphp/php-cs-fixer",
10247 "version": "v2.16.1",
10248 "source": {
10249 "type": "git",
10250 "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
10251 "reference": "c8afb599858876e95e8ebfcd97812d383fa23f02"
10252 },
10253 "dist": {
10254 "type": "zip",
10255 "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/c8afb599858876e95e8ebfcd97812d383fa23f02",
10256 "reference": "c8afb599858876e95e8ebfcd97812d383fa23f02",
10257 "shasum": ""
10258 },
10259 "require": {
10260 "composer/semver": "^1.4",
10261 "composer/xdebug-handler": "^1.2",
10262 "doctrine/annotations": "^1.2",
10263 "ext-json": "*",
10264 "ext-tokenizer": "*",
10265 "php": "^5.6 || ^7.0",
10266 "php-cs-fixer/diff": "^1.3",
10267 "symfony/console": "^3.4.17 || ^4.1.6 || ^5.0",
10268 "symfony/event-dispatcher": "^3.0 || ^4.0 || ^5.0",
10269 "symfony/filesystem": "^3.0 || ^4.0 || ^5.0",
10270 "symfony/finder": "^3.0 || ^4.0 || ^5.0",
10271 "symfony/options-resolver": "^3.0 || ^4.0 || ^5.0",
10272 "symfony/polyfill-php70": "^1.0",
10273 "symfony/polyfill-php72": "^1.4",
10274 "symfony/process": "^3.0 || ^4.0 || ^5.0",
10275 "symfony/stopwatch": "^3.0 || ^4.0 || ^5.0"
10276 },
10277 "require-dev": {
10278 "johnkary/phpunit-speedtrap": "^1.1 || ^2.0 || ^3.0",
10279 "justinrainbow/json-schema": "^5.0",
10280 "keradus/cli-executor": "^1.2",
10281 "mikey179/vfsstream": "^1.6",
10282 "php-coveralls/php-coveralls": "^2.1",
10283 "php-cs-fixer/accessible-object": "^1.0",
10284 "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.1",
10285 "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.1",
10286 "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.1",
10287 "phpunitgoodpractices/traits": "^1.8",
10288 "symfony/phpunit-bridge": "^4.3 || ^5.0",
10289 "symfony/yaml": "^3.0 || ^4.0 || ^5.0"
10290 },
10291 "suggest": {
10292 "ext-mbstring": "For handling non-UTF8 characters in cache signature.",
10293 "php-cs-fixer/phpunit-constraint-isidenticalstring": "For IsIdenticalString constraint.",
10294 "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "For XmlMatchesXsd constraint.",
10295 "symfony/polyfill-mbstring": "When enabling `ext-mbstring` is not possible."
10296 },
10297 "bin": [
10298 "php-cs-fixer"
10299 ],
10300 "type": "application",
10301 "autoload": {
10302 "psr-4": {
10303 "PhpCsFixer\\": "src/"
10304 },
10305 "classmap": [
10306 "tests/Test/AbstractFixerTestCase.php",
10307 "tests/Test/AbstractIntegrationCaseFactory.php",
10308 "tests/Test/AbstractIntegrationTestCase.php",
10309 "tests/Test/Assert/AssertTokensTrait.php",
10310 "tests/Test/IntegrationCase.php",
10311 "tests/Test/IntegrationCaseFactory.php",
10312 "tests/Test/IntegrationCaseFactoryInterface.php",
10313 "tests/Test/InternalIntegrationCaseFactory.php",
10314 "tests/TestCase.php"
10315 ]
10316 },
10317 "notification-url": "https://packagist.org/downloads/",
10318 "license": [
10319 "MIT"
10320 ],
10321 "authors": [
10322 {
10323 "name": "Fabien Potencier",
10324 "email": "fabien@symfony.com"
10325 },
10326 {
10327 "name": "Dariusz Rumiński",
10328 "email": "dariusz.ruminski@gmail.com"
10329 }
10330 ],
10331 "description": "A tool to automatically fix PHP code style",
10332 "time": "2019-11-25T22:10:32+00:00"
10333 },
10334 {
10335 "name": "m6web/redis-mock",
10336 "version": "v4.7.0",
10337 "source": {
10338 "type": "git",
10339 "url": "https://github.com/M6Web/RedisMock.git",
10340 "reference": "057ad8e1bea903aee54642e310d900bdb794372c"
10341 },
10342 "dist": {
10343 "type": "zip",
10344 "url": "https://api.github.com/repos/M6Web/RedisMock/zipball/057ad8e1bea903aee54642e310d900bdb794372c",
10345 "reference": "057ad8e1bea903aee54642e310d900bdb794372c",
10346 "shasum": ""
10347 },
10348 "require": {
10349 "php": ">=7.1.0"
10350 },
10351 "require-dev": {
10352 "atoum/atoum": "master-dev",
10353 "predis/predis": "~1.1"
10354 },
10355 "type": "library",
10356 "autoload": {
10357 "psr-0": {
10358 "M6Web\\Component\\RedisMock": "src/"
10359 }
10360 },
10361 "notification-url": "https://packagist.org/downloads/",
10362 "license": [
10363 "MIT"
10364 ],
10365 "authors": [
10366 {
10367 "name": "M6Web",
10368 "email": "opensource@m6web.fr",
10369 "homepage": "http://tech.m6web.fr/"
10370 }
10371 ],
10372 "description": "Library providing a PHP mock for Redis",
10373 "keywords": [
10374 "mock",
10375 "redis"
10376 ],
10377 "time": "2019-11-04T09:03:23+00:00"
10378 },
10379 {
10380 "name": "nette/bootstrap",
10381 "version": "v3.0.1",
10382 "source": {
10383 "type": "git",
10384 "url": "https://github.com/nette/bootstrap.git",
10385 "reference": "b45a1e33b6a44beb307756522396551e5a9ff249"
10386 },
10387 "dist": {
10388 "type": "zip",
10389 "url": "https://api.github.com/repos/nette/bootstrap/zipball/b45a1e33b6a44beb307756522396551e5a9ff249",
10390 "reference": "b45a1e33b6a44beb307756522396551e5a9ff249",
10391 "shasum": ""
10392 },
10393 "require": {
10394 "nette/di": "^3.0",
10395 "nette/utils": "^3.0",
10396 "php": ">=7.1"
10397 },
10398 "conflict": {
10399 "tracy/tracy": "<2.6"
10400 },
10401 "require-dev": {
10402 "latte/latte": "^2.2",
10403 "nette/application": "^3.0",
10404 "nette/caching": "^3.0",
10405 "nette/database": "^3.0",
10406 "nette/forms": "^3.0",
10407 "nette/http": "^3.0",
10408 "nette/mail": "^3.0",
10409 "nette/robot-loader": "^3.0",
10410 "nette/safe-stream": "^2.2",
10411 "nette/security": "^3.0",
10412 "nette/tester": "^2.0",
10413 "tracy/tracy": "^2.6"
10414 },
10415 "suggest": {
10416 "nette/robot-loader": "to use Configurator::createRobotLoader()",
10417 "tracy/tracy": "to use Configurator::enableTracy()"
10418 },
10419 "type": "library",
10420 "extra": {
10421 "branch-alias": {
10422 "dev-master": "3.0-dev"
10423 }
10424 },
10425 "autoload": {
10426 "classmap": [
10427 "src/"
10428 ]
10429 },
10430 "notification-url": "https://packagist.org/downloads/",
10431 "license": [
10432 "BSD-3-Clause",
10433 "GPL-2.0",
10434 "GPL-3.0"
10435 ],
10436 "authors": [
10437 {
10438 "name": "David Grudl",
10439 "homepage": "https://davidgrudl.com"
10440 },
10441 {
10442 "name": "Nette Community",
10443 "homepage": "https://nette.org/contributors"
10444 }
10445 ],
10446 "description": "🅱 Nette Bootstrap: the simple way to configure and bootstrap your Nette application.",
10447 "homepage": "https://nette.org",
10448 "keywords": [
10449 "bootstrapping",
10450 "configurator",
10451 "nette"
10452 ],
10453 "time": "2019-09-30T08:19:38+00:00"
10454 },
10455 {
10456 "name": "nette/di",
10457 "version": "v3.0.1",
10458 "source": {
10459 "type": "git",
10460 "url": "https://github.com/nette/di.git",
10461 "reference": "4aff517a1c6bb5c36fa09733d4cea089f529de6d"
10462 },
10463 "dist": {
10464 "type": "zip",
10465 "url": "https://api.github.com/repos/nette/di/zipball/4aff517a1c6bb5c36fa09733d4cea089f529de6d",
10466 "reference": "4aff517a1c6bb5c36fa09733d4cea089f529de6d",
10467 "shasum": ""
10468 },
10469 "require": {
10470 "ext-tokenizer": "*",
10471 "nette/neon": "^3.0",
10472 "nette/php-generator": "^3.2.2",
10473 "nette/robot-loader": "^3.2",
10474 "nette/schema": "^1.0",
10475 "nette/utils": "^3.0",
10476 "php": ">=7.1"
10477 },
10478 "conflict": {
10479 "nette/bootstrap": "<3.0"
10480 },
10481 "require-dev": {
10482 "nette/tester": "^2.2",
10483 "tracy/tracy": "^2.3"
10484 },
10485 "type": "library",
10486 "extra": {
10487 "branch-alias": {
10488 "dev-master": "3.0-dev"
10489 }
10490 },
10491 "autoload": {
10492 "classmap": [
10493 "src/"
10494 ],
10495 "files": [
10496 "src/compatibility.php"
10497 ]
10498 },
10499 "notification-url": "https://packagist.org/downloads/",
10500 "license": [
10501 "BSD-3-Clause",
10502 "GPL-2.0",
10503 "GPL-3.0"
10504 ],
10505 "authors": [
10506 {
10507 "name": "David Grudl",
10508 "homepage": "https://davidgrudl.com"
10509 },
10510 {
10511 "name": "Nette Community",
10512 "homepage": "https://nette.org/contributors"
10513 }
10514 ],
10515 "description": "💎 Nette Dependency Injection Container: Flexible, compiled and full-featured DIC with perfectly usable autowiring and support for all new PHP 7.1 features.",
10516 "homepage": "https://nette.org",
10517 "keywords": [
10518 "compiled",
10519 "di",
10520 "dic",
10521 "factory",
10522 "ioc",
10523 "nette",
10524 "static"
10525 ],
10526 "time": "2019-08-07T12:11:33+00:00"
10527 },
10528 {
10529 "name": "nette/finder",
10530 "version": "v2.5.1",
10531 "source": {
10532 "type": "git",
10533 "url": "https://github.com/nette/finder.git",
10534 "reference": "14164e1ddd69e9c5f627ff82a10874b3f5bba5fe"
10535 },
10536 "dist": {
10537 "type": "zip",
10538 "url": "https://api.github.com/repos/nette/finder/zipball/14164e1ddd69e9c5f627ff82a10874b3f5bba5fe",
10539 "reference": "14164e1ddd69e9c5f627ff82a10874b3f5bba5fe",
10540 "shasum": ""
10541 },
10542 "require": {
10543 "nette/utils": "^2.4 || ~3.0.0",
10544 "php": ">=7.1"
10545 },
10546 "conflict": {
10547 "nette/nette": "<2.2"
10548 },
10549 "require-dev": {
10550 "nette/tester": "^2.0",
10551 "tracy/tracy": "^2.3"
10552 },
10553 "type": "library",
10554 "extra": {
10555 "branch-alias": {
10556 "dev-master": "2.5-dev"
10557 }
10558 },
10559 "autoload": {
10560 "classmap": [
10561 "src/"
10562 ]
10563 },
10564 "notification-url": "https://packagist.org/downloads/",
10565 "license": [
10566 "BSD-3-Clause",
10567 "GPL-2.0",
10568 "GPL-3.0"
10569 ],
10570 "authors": [
10571 {
10572 "name": "David Grudl",
10573 "homepage": "https://davidgrudl.com"
10574 },
10575 {
10576 "name": "Nette Community",
10577 "homepage": "https://nette.org/contributors"
10578 }
10579 ],
10580 "description": "🔍 Nette Finder: find files and directories with an intuitive API.",
10581 "homepage": "https://nette.org",
10582 "keywords": [
10583 "filesystem",
10584 "glob",
10585 "iterator",
10586 "nette"
10587 ],
10588 "time": "2019-07-11T18:02:17+00:00"
10589 },
10590 {
10591 "name": "nette/neon",
10592 "version": "v3.0.0",
10593 "source": {
10594 "type": "git",
10595 "url": "https://github.com/nette/neon.git",
10596 "reference": "cbff32059cbdd8720deccf9e9eace6ee516f02eb"
10597 },
10598 "dist": {
10599 "type": "zip",
10600 "url": "https://api.github.com/repos/nette/neon/zipball/cbff32059cbdd8720deccf9e9eace6ee516f02eb",
10601 "reference": "cbff32059cbdd8720deccf9e9eace6ee516f02eb",
10602 "shasum": ""
10603 },
10604 "require": {
10605 "ext-iconv": "*",
10606 "ext-json": "*",
10607 "php": ">=7.0"
10608 },
10609 "require-dev": {
10610 "nette/tester": "^2.0",
10611 "tracy/tracy": "^2.3"
10612 },
10613 "type": "library",
10614 "extra": {
10615 "branch-alias": {
10616 "dev-master": "3.0-dev"
10617 }
10618 },
10619 "autoload": {
10620 "classmap": [
10621 "src/"
10622 ]
10623 },
10624 "notification-url": "https://packagist.org/downloads/",
10625 "license": [
10626 "BSD-3-Clause",
10627 "GPL-2.0",
10628 "GPL-3.0"
10629 ],
10630 "authors": [
10631 {
10632 "name": "David Grudl",
10633 "homepage": "https://davidgrudl.com"
10634 },
10635 {
10636 "name": "Nette Community",
10637 "homepage": "https://nette.org/contributors"
10638 }
10639 ],
10640 "description": "? Nette NEON: encodes and decodes NEON file format.",
10641 "homepage": "http://ne-on.org",
10642 "keywords": [
10643 "export",
10644 "import",
10645 "neon",
10646 "nette",
10647 "yaml"
10648 ],
10649 "time": "2019-02-05T21:30:40+00:00"
10650 },
10651 {
10652 "name": "nette/php-generator",
10653 "version": "v3.3.1",
10654 "source": {
10655 "type": "git",
10656 "url": "https://github.com/nette/php-generator.git",
10657 "reference": "4240fd7adf499138c07b814ef9b9a6df9f6d7187"
10658 },
10659 "dist": {
10660 "type": "zip",
10661 "url": "https://api.github.com/repos/nette/php-generator/zipball/4240fd7adf499138c07b814ef9b9a6df9f6d7187",
10662 "reference": "4240fd7adf499138c07b814ef9b9a6df9f6d7187",
10663 "shasum": ""
10664 },
10665 "require": {
10666 "nette/utils": "^2.4.2 || ~3.0.0",
10667 "php": ">=7.1"
10668 },
10669 "require-dev": {
10670 "nette/tester": "^2.0",
10671 "tracy/tracy": "^2.3"
10672 },
10673 "type": "library",
10674 "extra": {
10675 "branch-alias": {
10676 "dev-master": "3.3-dev"
10677 }
10678 },
10679 "autoload": {
10680 "classmap": [
10681 "src/"
10682 ]
10683 },
10684 "notification-url": "https://packagist.org/downloads/",
10685 "license": [
10686 "BSD-3-Clause",
10687 "GPL-2.0",
10688 "GPL-3.0"
10689 ],
10690 "authors": [
10691 {
10692 "name": "David Grudl",
10693 "homepage": "https://davidgrudl.com"
10694 },
10695 {
10696 "name": "Nette Community",
10697 "homepage": "https://nette.org/contributors"
10698 }
10699 ],
10700 "description": "🐘 Nette PHP Generator: generates neat PHP code for you. Supports new PHP 7.3 features.",
10701 "homepage": "https://nette.org",
10702 "keywords": [
10703 "code",
10704 "nette",
10705 "php",
10706 "scaffolding"
10707 ],
10708 "time": "2019-11-22T11:12:11+00:00"
10709 },
10710 {
10711 "name": "nette/robot-loader",
10712 "version": "v3.2.0",
10713 "source": {
10714 "type": "git",
10715 "url": "https://github.com/nette/robot-loader.git",
10716 "reference": "0712a0e39ae7956d6a94c0ab6ad41aa842544b5c"
10717 },
10718 "dist": {
10719 "type": "zip",
10720 "url": "https://api.github.com/repos/nette/robot-loader/zipball/0712a0e39ae7956d6a94c0ab6ad41aa842544b5c",
10721 "reference": "0712a0e39ae7956d6a94c0ab6ad41aa842544b5c",
10722 "shasum": ""
10723 },
10724 "require": {
10725 "ext-tokenizer": "*",
10726 "nette/finder": "^2.5",
10727 "nette/utils": "^3.0",
10728 "php": ">=7.1"
10729 },
10730 "require-dev": {
10731 "nette/tester": "^2.0",
10732 "tracy/tracy": "^2.3"
10733 },
10734 "type": "library",
10735 "extra": {
10736 "branch-alias": {
10737 "dev-master": "3.2-dev"
10738 }
10739 },
10740 "autoload": {
10741 "classmap": [
10742 "src/"
10743 ]
10744 },
10745 "notification-url": "https://packagist.org/downloads/",
10746 "license": [
10747 "BSD-3-Clause",
10748 "GPL-2.0",
10749 "GPL-3.0"
10750 ],
10751 "authors": [
10752 {
10753 "name": "David Grudl",
10754 "homepage": "https://davidgrudl.com"
10755 },
10756 {
10757 "name": "Nette Community",
10758 "homepage": "https://nette.org/contributors"
10759 }
10760 ],
10761 "description": "? Nette RobotLoader: high performance and comfortable autoloader that will search and autoload classes within your application.",
10762 "homepage": "https://nette.org",
10763 "keywords": [
10764 "autoload",
10765 "class",
10766 "interface",
10767 "nette",
10768 "trait"
10769 ],
10770 "time": "2019-03-08T21:57:24+00:00"
10771 },
10772 {
10773 "name": "nette/schema",
10774 "version": "v1.0.1",
10775 "source": {
10776 "type": "git",
10777 "url": "https://github.com/nette/schema.git",
10778 "reference": "337117df1dade22e2ba1fdc4a4b832c1e9b06b76"
10779 },
10780 "dist": {
10781 "type": "zip",
10782 "url": "https://api.github.com/repos/nette/schema/zipball/337117df1dade22e2ba1fdc4a4b832c1e9b06b76",
10783 "reference": "337117df1dade22e2ba1fdc4a4b832c1e9b06b76",
10784 "shasum": ""
10785 },
10786 "require": {
10787 "nette/utils": "^3.0.1",
10788 "php": ">=7.1"
10789 },
10790 "require-dev": {
10791 "nette/tester": "^2.2",
10792 "tracy/tracy": "^2.3"
10793 },
10794 "type": "library",
10795 "extra": {
10796 "branch-alias": {
10797 "dev-master": "1.0-dev"
10798 }
10799 },
10800 "autoload": {
10801 "classmap": [
10802 "src/"
10803 ]
10804 },
10805 "notification-url": "https://packagist.org/downloads/",
10806 "license": [
10807 "BSD-3-Clause",
10808 "GPL-2.0",
10809 "GPL-3.0"
10810 ],
10811 "authors": [
10812 {
10813 "name": "David Grudl",
10814 "homepage": "https://davidgrudl.com"
10815 },
10816 {
10817 "name": "Nette Community",
10818 "homepage": "https://nette.org/contributors"
10819 }
10820 ],
10821 "description": "📐 Nette Schema: validating data structures against a given Schema.",
10822 "homepage": "https://nette.org",
10823 "keywords": [
10824 "config",
10825 "nette"
10826 ],
10827 "time": "2019-10-31T20:52:19+00:00"
10828 },
10829 {
10830 "name": "nette/utils",
10831 "version": "v3.0.2",
10832 "source": {
10833 "type": "git",
10834 "url": "https://github.com/nette/utils.git",
10835 "reference": "c133e18c922dcf3ad07673077d92d92cef25a148"
10836 },
10837 "dist": {
10838 "type": "zip",
10839 "url": "https://api.github.com/repos/nette/utils/zipball/c133e18c922dcf3ad07673077d92d92cef25a148",
10840 "reference": "c133e18c922dcf3ad07673077d92d92cef25a148",
10841 "shasum": ""
10842 },
10843 "require": {
10844 "php": ">=7.1"
10845 },
10846 "require-dev": {
10847 "nette/tester": "~2.0",
10848 "tracy/tracy": "^2.3"
10849 },
10850 "suggest": {
10851 "ext-gd": "to use Image",
10852 "ext-iconv": "to use Strings::webalize() and toAscii()",
10853 "ext-intl": "to use Strings::webalize(), toAscii(), normalize() and compare()",
10854 "ext-json": "to use Nette\\Utils\\Json",
10855 "ext-mbstring": "to use Strings::lower() etc...",
10856 "ext-tokenizer": "to use Nette\\Utils\\Reflection::getUseStatements()",
10857 "ext-xml": "to use Strings::length() etc. when mbstring is not available"
10858 },
10859 "type": "library",
10860 "extra": {
10861 "branch-alias": {
10862 "dev-master": "3.0-dev"
10863 }
10864 },
10865 "autoload": {
10866 "classmap": [
10867 "src/"
10868 ]
10869 },
10870 "notification-url": "https://packagist.org/downloads/",
10871 "license": [
10872 "BSD-3-Clause",
10873 "GPL-2.0",
10874 "GPL-3.0"
10875 ],
10876 "authors": [
10877 {
10878 "name": "David Grudl",
10879 "homepage": "https://davidgrudl.com"
10880 },
10881 {
10882 "name": "Nette Community",
10883 "homepage": "https://nette.org/contributors"
10884 }
10885 ],
10886 "description": "🛠 Nette Utils: lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.",
10887 "homepage": "https://nette.org",
10888 "keywords": [
10889 "array",
10890 "core",
10891 "datetime",
10892 "images",
10893 "json",
10894 "nette",
10895 "paginator",
10896 "password",
10897 "slugify",
10898 "string",
10899 "unicode",
10900 "utf-8",
10901 "utility",
10902 "validation"
10903 ],
10904 "time": "2019-10-21T20:40:16+00:00"
10905 },
10906 {
10907 "name": "nikic/php-parser",
10908 "version": "v4.3.0",
10909 "source": {
10910 "type": "git",
10911 "url": "https://github.com/nikic/PHP-Parser.git",
10912 "reference": "9a9981c347c5c49d6dfe5cf826bb882b824080dc"
10913 },
10914 "dist": {
10915 "type": "zip",
10916 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/9a9981c347c5c49d6dfe5cf826bb882b824080dc",
10917 "reference": "9a9981c347c5c49d6dfe5cf826bb882b824080dc",
10918 "shasum": ""
10919 },
10920 "require": {
10921 "ext-tokenizer": "*",
10922 "php": ">=7.0"
10923 },
10924 "require-dev": {
10925 "ircmaxell/php-yacc": "0.0.5",
10926 "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0"
10927 },
10928 "bin": [
10929 "bin/php-parse"
10930 ],
10931 "type": "library",
10932 "extra": {
10933 "branch-alias": {
10934 "dev-master": "4.3-dev"
10935 }
10936 },
10937 "autoload": {
10938 "psr-4": {
10939 "PhpParser\\": "lib/PhpParser"
10940 }
10941 },
10942 "notification-url": "https://packagist.org/downloads/",
10943 "license": [
10944 "BSD-3-Clause"
10945 ],
10946 "authors": [
10947 {
10948 "name": "Nikita Popov"
10949 }
10950 ],
10951 "description": "A PHP parser written in PHP",
10952 "keywords": [
10953 "parser",
10954 "php"
10955 ],
10956 "time": "2019-11-08T13:50:10+00:00"
10957 },
10958 {
10959 "name": "php-cs-fixer/diff",
10960 "version": "v1.3.0",
10961 "source": {
10962 "type": "git",
10963 "url": "https://github.com/PHP-CS-Fixer/diff.git",
10964 "reference": "78bb099e9c16361126c86ce82ec4405ebab8e756"
10965 },
10966 "dist": {
10967 "type": "zip",
10968 "url": "https://api.github.com/repos/PHP-CS-Fixer/diff/zipball/78bb099e9c16361126c86ce82ec4405ebab8e756",
10969 "reference": "78bb099e9c16361126c86ce82ec4405ebab8e756",
10970 "shasum": ""
10971 },
10972 "require": {
10973 "php": "^5.6 || ^7.0"
10974 },
10975 "require-dev": {
10976 "phpunit/phpunit": "^5.7.23 || ^6.4.3",
10977 "symfony/process": "^3.3"
10978 },
10979 "type": "library",
10980 "autoload": {
10981 "classmap": [
10982 "src/"
10983 ]
10984 },
10985 "notification-url": "https://packagist.org/downloads/",
10986 "license": [
10987 "BSD-3-Clause"
10988 ],
10989 "authors": [
10990 {
10991 "name": "Kore Nordmann",
10992 "email": "mail@kore-nordmann.de"
10993 },
10994 {
10995 "name": "Sebastian Bergmann",
10996 "email": "sebastian@phpunit.de"
10997 },
10998 {
10999 "name": "SpacePossum"
11000 }
11001 ],
11002 "description": "sebastian/diff v2 backport support for PHP5.6",
11003 "homepage": "https://github.com/PHP-CS-Fixer",
11004 "keywords": [
11005 "diff"
11006 ],
11007 "time": "2018-02-15T16:58:55+00:00"
11008 },
11009 {
11010 "name": "php-http/mock-client",
11011 "version": "1.3.0",
11012 "source": {
11013 "type": "git",
11014 "url": "https://github.com/php-http/mock-client.git",
11015 "reference": "d364c4a2847229dd37237d0083887889d3bd8564"
11016 },
11017 "dist": {
11018 "type": "zip",
11019 "url": "https://api.github.com/repos/php-http/mock-client/zipball/d364c4a2847229dd37237d0083887889d3bd8564",
11020 "reference": "d364c4a2847229dd37237d0083887889d3bd8564",
11021 "shasum": ""
11022 },
11023 "require": {
11024 "php": "^5.5 || ^7.0",
11025 "php-http/client-common": "^1.9 || ^2.0",
11026 "php-http/discovery": "^1.0",
11027 "php-http/httplug": "^1.0 || ^2.0",
11028 "php-http/message-factory": "^1.0"
11029 },
11030 "provide": {
11031 "php-http/async-client-implementation": "1.0",
11032 "php-http/client-implementation": "1.0"
11033 },
11034 "require-dev": {
11035 "henrikbjorn/phpspec-code-coverage": "^1.0",
11036 "phpspec/phpspec": "^2.4"
11037 },
11038 "type": "library",
11039 "extra": {
11040 "branch-alias": {
11041 "dev-master": "1.3-dev"
11042 }
11043 },
11044 "autoload": {
11045 "psr-4": {
11046 "Http\\Mock\\": "src/"
11047 }
11048 },
11049 "notification-url": "https://packagist.org/downloads/",
11050 "license": [
11051 "MIT"
11052 ],
11053 "authors": [
11054 {
11055 "name": "David de Boer",
11056 "email": "david@ddeboer.nl"
11057 }
11058 ],
11059 "description": "Mock HTTP client",
11060 "homepage": "http://httplug.io",
11061 "keywords": [
11062 "client",
11063 "http",
11064 "mock",
11065 "psr7"
11066 ],
11067 "time": "2019-02-21T08:51:08+00:00"
11068 },
11069 {
11070 "name": "phpstan/phpdoc-parser",
11071 "version": "0.3.5",
11072 "source": {
11073 "type": "git",
11074 "url": "https://github.com/phpstan/phpdoc-parser.git",
11075 "reference": "8c4ef2aefd9788238897b678a985e1d5c8df6db4"
11076 },
11077 "dist": {
11078 "type": "zip",
11079 "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/8c4ef2aefd9788238897b678a985e1d5c8df6db4",
11080 "reference": "8c4ef2aefd9788238897b678a985e1d5c8df6db4",
11081 "shasum": ""
11082 },
11083 "require": {
11084 "php": "~7.1"
11085 },
11086 "require-dev": {
11087 "consistence/coding-standard": "^3.5",
11088 "jakub-onderka/php-parallel-lint": "^0.9.2",
11089 "phing/phing": "^2.16.0",
11090 "phpstan/phpstan": "^0.10",
11091 "phpunit/phpunit": "^6.3",
11092 "slevomat/coding-standard": "^4.7.2",
11093 "squizlabs/php_codesniffer": "^3.3.2",
11094 "symfony/process": "^3.4 || ^4.0"
11095 },
11096 "type": "library",
11097 "extra": {
11098 "branch-alias": {
11099 "dev-master": "0.3-dev"
11100 }
11101 },
11102 "autoload": {
11103 "psr-4": {
11104 "PHPStan\\PhpDocParser\\": [
11105 "src/"
11106 ]
11107 }
11108 },
11109 "notification-url": "https://packagist.org/downloads/",
11110 "license": [
11111 "MIT"
11112 ],
11113 "description": "PHPDoc parser with support for nullable, intersection and generic types",
11114 "time": "2019-06-07T19:13:52+00:00"
11115 },
11116 {
11117 "name": "phpstan/phpstan",
11118 "version": "0.11.19",
11119 "source": {
11120 "type": "git",
11121 "url": "https://github.com/phpstan/phpstan.git",
11122 "reference": "63cc502f6957b7f74efbac444b4cf219dcadffd7"
11123 },
11124 "dist": {
11125 "type": "zip",
11126 "url": "https://api.github.com/repos/phpstan/phpstan/zipball/63cc502f6957b7f74efbac444b4cf219dcadffd7",
11127 "reference": "63cc502f6957b7f74efbac444b4cf219dcadffd7",
11128 "shasum": ""
11129 },
11130 "require": {
11131 "composer/xdebug-handler": "^1.3.0",
11132 "jean85/pretty-package-versions": "^1.0.3",
11133 "nette/bootstrap": "^2.4 || ^3.0",
11134 "nette/di": "^2.4.7 || ^3.0",
11135 "nette/neon": "^2.4.3 || ^3.0",
11136 "nette/robot-loader": "^3.0.1",
11137 "nette/schema": "^1.0",
11138 "nette/utils": "^2.4.5 || ^3.0",
11139 "nikic/php-parser": "^4.2.3",
11140 "php": "~7.1",
11141 "phpstan/phpdoc-parser": "^0.3.5",
11142 "symfony/console": "~3.2 || ~4.0",
11143 "symfony/finder": "~3.2 || ~4.0"
11144 },
11145 "conflict": {
11146 "symfony/console": "3.4.16 || 4.1.5"
11147 },
11148 "require-dev": {
11149 "brianium/paratest": "^2.0 || ^3.0",
11150 "consistence/coding-standard": "^3.5",
11151 "dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
11152 "ext-intl": "*",
11153 "ext-mysqli": "*",
11154 "ext-simplexml": "*",
11155 "ext-soap": "*",
11156 "ext-zip": "*",
11157 "jakub-onderka/php-parallel-lint": "^1.0",
11158 "localheinz/composer-normalize": "^1.1.0",
11159 "phing/phing": "^2.16.0",
11160 "phpstan/phpstan-deprecation-rules": "^0.11",
11161 "phpstan/phpstan-php-parser": "^0.11",
11162 "phpstan/phpstan-phpunit": "^0.11",
11163 "phpstan/phpstan-strict-rules": "^0.11",
11164 "phpunit/phpunit": "^7.5.14 || ^8.0",
11165 "slevomat/coding-standard": "^4.7.2",
11166 "squizlabs/php_codesniffer": "^3.3.2"
11167 },
11168 "bin": [
11169 "bin/phpstan"
11170 ],
11171 "type": "library",
11172 "extra": {
11173 "branch-alias": {
11174 "dev-master": "0.11-dev"
11175 }
11176 },
11177 "autoload": {
11178 "psr-4": {
11179 "PHPStan\\": [
11180 "src/"
11181 ]
11182 }
11183 },
11184 "notification-url": "https://packagist.org/downloads/",
11185 "license": [
11186 "MIT"
11187 ],
11188 "description": "PHPStan - PHP Static Analysis Tool",
11189 "time": "2019-10-22T20:20:22+00:00"
11190 },
11191 {
11192 "name": "phpstan/phpstan-doctrine",
11193 "version": "0.11.6",
11194 "source": {
11195 "type": "git",
11196 "url": "https://github.com/phpstan/phpstan-doctrine.git",
11197 "reference": "77592865e167b32c7dcb4f39a35210e909a8854c"
11198 },
11199 "dist": {
11200 "type": "zip",
11201 "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/77592865e167b32c7dcb4f39a35210e909a8854c",
11202 "reference": "77592865e167b32c7dcb4f39a35210e909a8854c",
11203 "shasum": ""
11204 },
11205 "require": {
11206 "nikic/php-parser": "^4.0",
11207 "php": "~7.1",
11208 "phpstan/phpdoc-parser": "^0.3",
11209 "phpstan/phpstan": "^0.11.7"
11210 },
11211 "conflict": {
11212 "doctrine/collections": "<1.0",
11213 "doctrine/common": "<2.7",
11214 "doctrine/mongodb-odm": "<1.2",
11215 "doctrine/orm": "<2.5"
11216 },
11217 "require-dev": {
11218 "consistence/coding-standard": "^3.8",
11219 "dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
11220 "doctrine/collections": "^1.0",
11221 "doctrine/common": "^2.7",
11222 "doctrine/mongodb-odm": "^1.2",
11223 "doctrine/orm": "^2.5",
11224 "jakub-onderka/php-parallel-lint": "^1.0",
11225 "phing/phing": "^2.16.0",
11226 "phpstan/phpstan-phpunit": "^0.11",
11227 "phpstan/phpstan-strict-rules": "^0.11",
11228 "phpunit/phpunit": "^7.0",
11229 "slevomat/coding-standard": "^5.0.4"
11230 },
11231 "type": "phpstan-extension",
11232 "extra": {
11233 "branch-alias": {
11234 "dev-master": "0.11-dev"
11235 },
11236 "phpstan": {
11237 "includes": [
11238 "extension.neon",
11239 "rules.neon"
11240 ]
11241 }
11242 },
11243 "autoload": {
11244 "psr-4": {
11245 "PHPStan\\": "src/"
11246 }
11247 },
11248 "notification-url": "https://packagist.org/downloads/",
11249 "license": [
11250 "MIT"
11251 ],
11252 "description": "Doctrine extensions for PHPStan",
11253 "time": "2019-09-13T08:40:06+00:00"
11254 },
11255 {
11256 "name": "phpstan/phpstan-phpunit",
11257 "version": "0.11.2",
11258 "source": {
11259 "type": "git",
11260 "url": "https://github.com/phpstan/phpstan-phpunit.git",
11261 "reference": "fbf2ad56c3b13189d29655e226c9b1da47c2fad9"
11262 },
11263 "dist": {
11264 "type": "zip",
11265 "url": "https://api.github.com/repos/phpstan/phpstan-phpunit/zipball/fbf2ad56c3b13189d29655e226c9b1da47c2fad9",
11266 "reference": "fbf2ad56c3b13189d29655e226c9b1da47c2fad9",
11267 "shasum": ""
11268 },
11269 "require": {
11270 "nikic/php-parser": "^4.0",
11271 "php": "~7.1",
11272 "phpstan/phpdoc-parser": "^0.3",
11273 "phpstan/phpstan": "^0.11.4"
11274 },
11275 "conflict": {
11276 "phpunit/phpunit": "<7.0"
11277 },
11278 "require-dev": {
11279 "consistence/coding-standard": "^3.0.1",
11280 "dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
11281 "jakub-onderka/php-parallel-lint": "^1.0",
11282 "phing/phing": "^2.16.0",
11283 "phpstan/phpstan-strict-rules": "^0.11",
11284 "phpunit/phpunit": "^7.0",
11285 "satooshi/php-coveralls": "^1.0",
11286 "slevomat/coding-standard": "^4.5.2"
11287 },
11288 "type": "phpstan-extension",
11289 "extra": {
11290 "branch-alias": {
11291 "dev-master": "0.11-dev"
11292 },
11293 "phpstan": {
11294 "includes": [
11295 "extension.neon",
11296 "rules.neon"
11297 ]
11298 }
11299 },
11300 "autoload": {
11301 "psr-4": {
11302 "PHPStan\\": "src/"
11303 }
11304 },
11305 "notification-url": "https://packagist.org/downloads/",
11306 "license": [
11307 "MIT"
11308 ],
11309 "description": "PHPUnit extensions and rules for PHPStan",
11310 "time": "2019-05-17T17:50:16+00:00"
11311 },
11312 {
11313 "name": "phpstan/phpstan-symfony",
11314 "version": "0.11.6",
11315 "source": {
11316 "type": "git",
11317 "url": "https://github.com/phpstan/phpstan-symfony.git",
11318 "reference": "c7be3054c21fd472a52b1c38eb129c3f93776084"
11319 },
11320 "dist": {
11321 "type": "zip",
11322 "url": "https://api.github.com/repos/phpstan/phpstan-symfony/zipball/c7be3054c21fd472a52b1c38eb129c3f93776084",
11323 "reference": "c7be3054c21fd472a52b1c38eb129c3f93776084",
11324 "shasum": ""
11325 },
11326 "require": {
11327 "ext-simplexml": "*",
11328 "nikic/php-parser": "^4.0",
11329 "php": "^7.1",
11330 "phpstan/phpstan": "^0.11.7"
11331 },
11332 "conflict": {
11333 "symfony/framework-bundle": "<3.0"
11334 },
11335 "require-dev": {
11336 "consistence/coding-standard": "^3.0.1",
11337 "dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
11338 "jakub-onderka/php-parallel-lint": "^1.0",
11339 "nette/di": "^3.0-stable",
11340 "phing/phing": "^2.16.0",
11341 "phpstan/phpstan-phpunit": "^0.11",
11342 "phpstan/phpstan-strict-rules": "^0.11",
11343 "phpunit/phpunit": "^7.0",
11344 "slevomat/coding-standard": "^4.5.2",
11345 "squizlabs/php_codesniffer": "^3.3.2",
11346 "symfony/console": "^3.0 || ^4.0",
11347 "symfony/framework-bundle": "^3.0 || ^4.0",
11348 "symfony/messenger": "^4.2",
11349 "symfony/serializer": "^3.0 || ^4.0"
11350 },
11351 "type": "phpstan-extension",
11352 "extra": {
11353 "branch-alias": {
11354 "dev-master": "0.11-dev"
11355 },
11356 "phpstan": {
11357 "includes": [
11358 "extension.neon"
11359 ]
11360 }
11361 },
11362 "autoload": {
11363 "psr-4": {
11364 "PHPStan\\": "src/"
11365 }
11366 },
11367 "notification-url": "https://packagist.org/downloads/",
11368 "license": [
11369 "MIT"
11370 ],
11371 "authors": [
11372 {
11373 "name": "Lukáš Unger",
11374 "email": "looky.msc@gmail.com",
11375 "homepage": "https://lookyman.net"
11376 }
11377 ],
11378 "description": "Symfony Framework extensions and rules for PHPStan",
11379 "time": "2019-05-19T17:40:25+00:00"
11380 },
11381 {
11382 "name": "sensio/generator-bundle",
11383 "version": "v3.1.7",
11384 "source": {
11385 "type": "git",
11386 "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git",
11387 "reference": "28cbaa244bd0816fd8908b93f90380bcd7b67a65"
11388 },
11389 "dist": {
11390 "type": "zip",
11391 "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/28cbaa244bd0816fd8908b93f90380bcd7b67a65",
11392 "reference": "28cbaa244bd0816fd8908b93f90380bcd7b67a65",
11393 "shasum": ""
11394 },
11395 "require": {
11396 "symfony/console": "~2.7|~3.0",
11397 "symfony/framework-bundle": "~2.7|~3.0",
11398 "symfony/process": "~2.7|~3.0",
11399 "symfony/yaml": "~2.7|~3.0",
11400 "twig/twig": "^1.28.2|^2.0"
11401 },
11402 "require-dev": {
11403 "doctrine/orm": "~2.4",
11404 "symfony/doctrine-bridge": "~2.7|~3.0",
11405 "symfony/filesystem": "~2.7|~3.0",
11406 "symfony/phpunit-bridge": "^3.3"
11407 },
11408 "type": "symfony-bundle",
11409 "extra": {
11410 "branch-alias": {
11411 "dev-master": "3.1.x-dev"
11412 }
11413 },
11414 "autoload": {
11415 "psr-4": {
11416 "Sensio\\Bundle\\GeneratorBundle\\": ""
11417 },
11418 "exclude-from-classmap": [
11419 "/Tests/"
11420 ]
11421 },
11422 "notification-url": "https://packagist.org/downloads/",
11423 "license": [
11424 "MIT"
11425 ],
11426 "authors": [
11427 {
11428 "name": "Fabien Potencier",
11429 "email": "fabien@symfony.com"
11430 }
11431 ],
11432 "description": "This bundle generates code for you",
11433 "time": "2017-12-07T15:36:41+00:00"
11434 },
11435 {
11436 "name": "symfony/phpunit-bridge",
11437 "version": "v4.3.9",
11438 "source": {
11439 "type": "git",
11440 "url": "https://github.com/symfony/phpunit-bridge.git",
11441 "reference": "e1ce1695430a3c8ee876ff1d91ce64871786581f"
11442 },
11443 "dist": {
11444 "type": "zip",
11445 "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/e1ce1695430a3c8ee876ff1d91ce64871786581f",
11446 "reference": "e1ce1695430a3c8ee876ff1d91ce64871786581f",
11447 "shasum": ""
11448 },
11449 "require": {
11450 "php": ">=5.5.9"
11451 },
11452 "conflict": {
11453 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
11454 },
11455 "suggest": {
11456 "symfony/debug": "For tracking deprecated interfaces usages at runtime with DebugClassLoader"
11457 },
11458 "bin": [
11459 "bin/simple-phpunit"
11460 ],
11461 "type": "symfony-bridge",
11462 "extra": {
11463 "branch-alias": {
11464 "dev-master": "4.3-dev"
11465 },
11466 "thanks": {
11467 "name": "phpunit/phpunit",
11468 "url": "https://github.com/sebastianbergmann/phpunit"
11469 }
11470 },
11471 "autoload": {
11472 "files": [
11473 "bootstrap.php"
11474 ],
11475 "psr-4": {
11476 "Symfony\\Bridge\\PhpUnit\\": ""
11477 },
11478 "exclude-from-classmap": [
11479 "/Tests/"
11480 ]
11481 },
11482 "notification-url": "https://packagist.org/downloads/",
11483 "license": [
11484 "MIT"
11485 ],
11486 "authors": [
11487 {
11488 "name": "Nicolas Grekas",
11489 "email": "p@tchwork.com"
11490 },
11491 {
11492 "name": "Symfony Community",
11493 "homepage": "https://symfony.com/contributors"
11494 }
11495 ],
11496 "description": "Symfony PHPUnit Bridge",
11497 "homepage": "https://symfony.com",
11498 "time": "2019-11-28T10:34:19+00:00"
11499 }
11500 ],
11501 "aliases": [],
11502 "minimum-stability": "dev",
11503 "stability-flags": {
11504 "grandt/phpepub": 20,
11505 "predis/predis": 20
11506 },
11507 "prefer-stable": true,
11508 "prefer-lowest": false,
11509 "platform": {
11510 "php": ">=7.1.3",
11511 "ext-pcre": "*",
11512 "ext-dom": "*",
11513 "ext-curl": "*",
11514 "ext-gd": "*",
11515 "ext-session": "*",
11516 "ext-ctype": "*",
11517 "ext-hash": "*",
11518 "ext-simplexml": "*",
11519 "ext-json": "*",
11520 "ext-mbstring": "*",
11521 "ext-xml": "*",
11522 "ext-iconv": "*",
11523 "ext-tokenizer": "*",
11524 "ext-pdo": "*",
11525 "ext-tidy": "*"
11526 },
11527 "platform-dev": [],
11528 "platform-overrides": {
11529 "php": "7.1.3"
11530 }
11531 }